/*
Theme Name: Catapult
Author: Catapult Creative
Author URI: http://launchcatapult.com
Description: Catapult Theme 
Version: 1.8
License: GNU General Public License
License URI: license.txt
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, 
dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td { border: 0;font-family: inherit;font-size: 100%;
						  font-style: inherit;font-weight: inherit;
						  margin: 0;outline: 0;padding: 0;vertical-align: baseline; }
html {	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
		overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
		-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
		-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*, *:before, *:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing: border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing: border-box;
}
body { background: #fff; }
article, aside, details, figcaption, figure, footer, header, main, nav, 
section { display: block; }
ol, ul { list-style: none; }
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;border-spacing: 0; }
caption, th, td { font-weight: normal;text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q {	quotes: "" ""; }
a:focus { outline: thin dotted; }
a:hover, a:active {	outline: 0; }
a img {	border: 0; }
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {	color: #404040;	
										font-size: 18px;font-size: 1.6rem;line-height: 1.5; }
h1, h2, h3, h4, h5, h6 { clear: both; }
p {	margin-bottom: 30px;font-size: 20px; }
b, strong {	font-weight: bold; }
dfn, cite, em, i { font-style: italic; }
blockquote { margin: 0 1.5em; }
address { margin: 0 0 1.5em;font-size:20px; }
pre { background: #eee;	font-family: "Courier 10 Pitch", Courier, monospace;font-size: 15px;
	  font-size: 1.5rem;line-height: 1.6;margin-bottom: 1.6em;max-width: 100%;overflow: auto;
      padding: 1.6em; }
code, kbd, tt, var { font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }
abbr, acronym {	border-bottom: 1px dotted #666;	cursor: help; }
mark, ins {	background: #fff;text-decoration: none; }
sup, sub { font-size: 75%;height: 0;line-height: 0;position: relative;vertical-align: baseline; }
sup { bottom: 1ex; }
sub { top: .5ex; }
small {	font-size: 75%; }
big { font-size: 125%; }
footer { font-size:16px; }
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr { background-color: #ccc;border: 0;height: 1px;margin-bottom: 1.5em; }
ul, ol {}
ul { list-style: none; }
ol { list-style: decimal; }
li > ul, li > ol { margin-bottom: 0;margin-left: 1.5em; }
dt { font-weight: bold; }
dd { margin: 0 1.5em 1.5em; }
figure { margin: 0; }
table {	margin: 0 0 1.5em;width: 100%; }
th { font-weight: bold; }
h1 { font-size: 34px; }
h2 { font-size: 30px; }
h3 { font-size: 26px; }
h4 { font-size: 22px; }
h5 { font-size: 18px; }
h6 { font-size: 14px; }
h1, h2, h3 { font-weight: 700; }
h4, h5, h6 { font-weight: 400; }
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button, input, select, textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
 	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 1px solid #999;border-color: #999;border-radius: 3px;	background: #333;
	color: white;cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;font-size: 1.2rem;line-height: 1;padding: 15px 40px;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background: #aaa;border-color:#aaa; 
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"], input[type="radio"] { padding: 0; /* Addresses excess padding in IE8/9 */ }
input[type="search"] { -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
				       -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
					   -moz-box-sizing: content-box;box-sizing: content-box; 
					  }
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	 -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	 border: 0; padding: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea, select {
	color: #707070 ;
border: 1px solid #7070702b ;
border-radius: 3px ;
background: #fff ;
padding: 9px 15px  !important;
font-size: 14px  !important;
width: 100%  ;
outline: none;
}
select{
	width: 100%;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
	color: #111;background: white;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	padding: 3px;width: 100%;
}
textarea { overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
		   padding-left: 3px;
		   vertical-align: top; /* Improves readability and alignment in all browsers */
		   width: 100%;
		 }
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a { text-decoration:none; }
a:hover, a:focus, a:active { text-decoration:none; }
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.desktop-menu {	display: inline-block;position: relative; }
.main-navigation { display: block;float: right;	position: relative;	padding-right: 80px;
				   font-size: 20px;font-weight: 700;letter-spacing: .5px; }
.main-navigation ul { list-style: none;	margin: 0;padding-left: 0; }
.main-navigation li { float: left; position: relative; margin-right: 30px; padding:10px; }
.main-navigation li:last-child { margin-right:0; }
.main-navigation a { display: block;text-decoration: none; }
.main-navigation ul ul { box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); display: none;float: left;
						 left: 0;position: absolute;top: 1.5em;z-index: 99999;background: white; }
.main-navigation ul ul ul {	left: 100%;top: 0;background: white; }
.main-navigation ul ul a { width: 200px; }
.main-navigation ul ul li { }
.main-navigation li:hover > a { }
.main-navigation ul ul :hover > a { }
.main-navigation ul ul a:hover { }
.main-navigation ul li:hover > ul {	display: block; }
.main-navigation .current_page_item a, .main-navigation .current-menu-item a { }
/* Small menu */
.menu-toggle { cursor: pointer;display: none; }

strong {color: #507FC0 !important; font-weight:500 !important;}

@media screen and (max-width: 600px) {
	.menu-toggle, .main-navigation.toggled .nav-menu { display: block; }
}
.site-main .comment-navigation, .site-main .paging-navigation, .site-main .post-navigation { margin: 0 0 1.5em;	overflow: hidden; }
.comment-navigation .nav-previous, .paging-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; }
.comment-navigation .nav-next, .paging-navigation .nav-next, .post-navigation .nav-next { float: right;text-align: right;width: 50%; }
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px);position: absolute !important; }
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus { 
							background-color: #f1f1f1;border-radius: 3px;box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
							clip: auto !important; color: #21759b; display: block; font-size: 14px; font-weight: bold;
							height: auto;left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none;
							top: 5px; width: auto; z-index: 100000; /* Above WP toolbar */ 
							}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft { display: inline;float: left;margin-right: 1.5em; }
.alignright { display: inline;float: right;margin-left: 1.5em; }
.aligncenter { clear: both;display: block;margin: 0 auto; }
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: '';display: table;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget { margin: 0 0 1.5em; }
/* Make sure select elements fit in widgets */

.widget select { max-width: 100%; }
/* Search widget */

.widget_search .search-submit { display: none; }
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky { }
.hentry { margin: 0; }
.byline, .updated { display: none;  }
.single .byline, .group-blog .byline { display: inline; color: #507FC0 !important }
.page-links { clear: both; margin: 0 0 1.5em; }
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title { display: none; }
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a { word-wrap: break-word; }
.bypostauthor { }
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
						border: none;margin-bottom: 0;margin-top: 0;padding: 0;
						}	
.wp-caption { border: 1px solid #ccc; margin-bottom: 1.5em; max-width: 100%; }
.wp-caption img[class*="wp-image-"] { display: block;margin: 1.2% auto 0;max-width: 98%; }
.wp-caption-text { text-align: center; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; color: #507FC0 !important}
.site-main .gallery { margin-bottom: 1.5em; }
.gallery-caption { }
.site-main .gallery a img {	border: none;height: auto;max-width: 90%; }
.site-main .gallery dd, .site-main .gallery figcaption { margin: 0; }
.site-main .gallery-columns-4 .gallery-item { }
.site-main .gallery-columns-4 .gallery-item img { }

/* Make sure embeds and iframes fit their containers */
embed, iframe, object {	max-width: 100%; }

/*-------------------------------------------
 13.0 Custom
 --------------------------------------------*/
/* THIS IS FOR BOXED WIDTH WHICH IS DEFAULT */
body { width: 1200px; background-size: cover; margin: 20px auto; }

/* Box shadow on body */
body #page { background: white; -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2); }

/* THIS IS FOR FULL WIDTH. COMMENT OUT EVERYTHING ABOVE FOR BOXED THIS AND UNCOMMENT EVERYTHING BELOW THIS */
/* body { width:100%; margin:0 auto; }
body #page { background:white; }
.wpb_row { padding: 50px 0;	}
.wpb_row .container { width:1200px;	margin:0 auto; }
.wpb_row .wpb_row {padding:25px 0;}
.container .container {width:auto;}
/* NOTE: SEE READ ME.TXT TO FINISH FULL WIDTH ENABLING */

/* hide mobile menu */
#menu-icon, .mobile-menu { display:none; }

/*  
set up for background images on each element
use 50px padding on each element instead of
entire body so images and colors can stretch
full width.
COMMENT OUT THE NEXT 2 ENTRIES FOR FULL WIDTH
*/
.wpb_row, #secondary { padding: 50px; }
.entry-title, .entry-meta {	padding: 0 50px; }

/******* Header *******/
#top-header { text-align: right; background-color: #222; padding: 10px 50px; color: white; }
#top-header p { margin-bottom: 0; font-size: 14px; }
.phone { margin-right: 0px; position: relative; font-size: 18px; background: #ddd; text-align: right;
		 padding: 15px 80px; color: white; width: 100%; font-weight: 300; }
.phone a { color: white; font-size: 18px; font-weight:600; display:inline-block; }
.site-branding { float: left; padding: 50px 0px 50px 80px; }
#masthead { background: #eee;/*margin-bottom: 50px;*/ }

/******* Content *******/
.service-blocks div { background-color:white; padding:20px; border-right:6px dashed #85231e; }
#page p.caption { margin-bottom:0; }
#content { background:white; }
.blog-image { width:100%; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; 	
			  -o-transition: all .3s ease-out; -ms-transition: all .3s ease-out; transition: all .3s ease-out; }
.blog-image:hover { overflow:hidden; transform:scale(1.1); -ms-transform:scale(1.1); /* IE 9 */
				    -moz-transform:scale(1.1); /* Firefox */
				    -webkit-transform:scale(1.1); /* Safari and Chrome */
				    -o-transform:scale(1.1); /* Opera */ }
.blog-post { float:left; width:67%; }
.blog-post, .no-featured-image { margin-bottom:50px; }
.entry-title { display:none; }
.entry-meta { display:none; }

/* Service Box 2 */
.service-box-2 { border-radius:.3em; background-color:rgba(0,0,0,.8); height:140px; margin:0 auto;
				 width:210px; position:relative; top:55px; -webkit-transition: all .3s ease-in-out;
				-moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;
				transition: all .3s ease-in-out; }
.box:hover .service-box-2 { background-color:rgba(0,0,0, .5); }
.box { height: 250px; background-size:cover; border-radius:.3em; width:85%; margin:0 auto; }
.box h3, .box p { text-align: center; color: white; }
.service-box-2 p { color:#98C694; }

/******* Footer *******/
footer { text-shadow:0px; }
footer .footer-widget-area.two .footer-widget {	width:48%; display:inline-block; margin-right:2%; }
footer .footer-widget-area.three .footer-widget { width:31%; display:inline-block; margin-right:2%; }
footer .footer-widget-area.four .footer-widget { width:23%; display:inline-block; margin-right:2%; }
#footer-headline { width:200px; background-color:rgba(255,255,255,.9); position:relative; z-index:999; padding:20px 0; }
#footer-headline h4 { margin-left:50px;	}
.map { position:relative; z-index:0; overflow:hidden; margin-top:-71px; }
.map iframe { margin-top:-150px; margin-bottom:-150px; }

/* remove big box from Google Maps */
.gm-style .place-card-large { display:none !important; }
.site-footer { color: white; background: transparent; }
.site-footer a:hover { color: white; }
.site-footer a { color: #ffffff; }
.site-footer h3 { color:#ffffff; }
.site-footer p { color: #ffffff !important; }
.site-footer .top-footer { background:transparent; }
.site-footer .site-info { padding: 30px 50px; background:#555; }
.site-footer #catapult-link { float:right; font-size:80%; }
.responsive-hide, #wpstats { display:none; }




/*----------------------------------------------
 14.0 Responsive
 ----------------------------------------------*/
@media screen and (max-width:1200px) and (min-width:961px) {
	.main-navigation li {margin-right:40px;}
	.wpb_row .container {width:960px}
	.desktop-menu {display:none;}
	#menu-icon {display:block;}	
	.site-navigation {top:0;}
	.main-navigation {top:0;}
	#menu-icon {position:relative;width: 165px;left: 115px;top:90px;}
	.main-navigation li {float:none;margin-right:0;padding-top:10px;}
	.main-navigation li:hover {background:#333;}
	.main-navigation li:hover a {color:white;}
	.main-navigation a {left:85px;position:relative;color:white;}
	.main-navigation .current-menu-item {border-bottom:none;}
	.main-navigation ul {padding:30px 0;}
	.phone {display:inline-block;float:none;}
	.mobile-menu {width:583.5%;top:130px;position:relative;right:716px;margin-bottom: 150px;background:rgba(252,182,169,1);}
	.size-fix {width:260px;height:122px;}
	button.wpb_btn-large, span.wpb_btn-large {padding:20px 56px !important;}
	.wpb_call_text {margin-top:0 !important;}
	.service-align {top:50px;}
}
@media screen and (max-width:960px) and (min-width:769px) {
	.wpb_row .container {width:768px}
	.desktop-menu {display:none;}
	#menu-icon {display:block;}	
	.site-navigation {top:0;}
	.main-navigation {top:0;}
	#menu-icon {position:relative;width: 165px;left: 115px;top:90px;}
	.main-navigation li {float:none;margin-right:0;padding-top:10px;}
	.main-navigation li:hover {background:#333;}
	.main-navigation li:hover a {color:white;}
	.main-navigation a {left:85px;position:relative;color:white;}
	.main-navigation .current-menu-item {border-bottom:none;}
	.main-navigation ul {padding:30px 0;}
	.phone {display:inline-block;float:none;}
	.mobile-menu {width:465.5%;top:130px;position:relative;right:523px;margin-bottom: 150px;background:rgba(252,182,169,1);}
	.size-fix {width:100%;height:auto;}
	.blog-post {width:100%;}
	.home.service-blocks div {border-right:none;}
	button.wpb_btn-large, span.wpb_btn-large {padding:20px 12px !important;}
	.cta_align_right .wpb_button {width:48% !important;}
	.wpb_call_text {margin-top:0 !important;width:51.5% !important;}
}
@media screen and (max-width:768px) and (min-width:481px) {
	.wpb_row .container {width:100%;background-image:none !important;margin:0 auto;}
	.site-branding {float:none;padding:0;text-align:left;margin-top:50px;margin-left:50px;}
	.service-align {top:0;}
	.home.service-blocks div {border-right:none;}
	.desktop-menu {display:none;}	
	.site-navigation {top:0;}
	.main-navigation {top:0;width:100%;padding-right:0;}
	#menu-icon {display:block;position:relative;left:0px;top:-90px;float:right;left:-50px;}
	.main-navigation li {float:none;margin-right:0;padding-top:10px;}
	.main-navigation li:hover {background:#333;}
	.main-navigation li:hover a {color:white;}
	.main-navigation a {left:85px;position:relative;color:white;}
	.main-navigation .current-menu-item {border-bottom:none;}
	.main-navigation ul {padding:30px 0;}
	.phone {display:inline-block;float:none;}
	.size-fix {width:100%;height:auto;}
	.blog-post {width:100%;}
	.mobile-menu {width:100%;position:relative;margin-bottom: 50px;background:rgba(252,182,169,1);;}
}
@media screen and (max-width:480px) {
	.wpb_row .container {width:100%;margin:0 auto;}	
	body.custom-background{background-image:none !important;}
	.wpb_row {padding:50px 25px;}
	.eco-friendly .centered-text {margin:25px 40px !important;}
	.desktop-menu {display:none;}		
	.site-navigation {top:0;}
	.main-navigation {margin-top:-30px;width:100%;padding-right:0;}
	#menu-icon {display:block;position:relative;top:-184.5px;float:right;left:-20px;}
	.main-navigation li {float:none;margin-right:0;padding-top:10px;}
	.main-navigation li:hover {background:#333;}
	.main-navigation li:hover a {color:white;}
	.main-navigation a {left:85px;position:relative;color:white;}
	.main-navigation .current-menu-item {border-bottom:none;}
	.main-navigation ul {padding:30px 0;}
	.phone {display:inline-block;float:none;text-align:center;}
	.phone .call {display:none;}
	.phone a, .phone span {/*background:#999;padding:10px 15px;border-radius:.2em;*/ display:none;}
	.phone a.phone-button {display:block;position: relative;left: 34%;top: 3.5px;}
	.mobile-menu {width:100%;position:relative;margin-bottom: 20px;background:rgba(252,182,169,1);}
	.mobile-menu .menu-main-menu-container ul.menu {display:block;}
	.site-branding {text-align:center;margin-top:20px;float:none;padding:0;}
	.size-fix {width:100%;height:auto;}
	.blog-post {width:100%;}
	.one-half, one-half-last {width:100%;float:none;}
	#content .bg-image p {top:150px;margin:0;}
	.service-align {top:0;}
	.home.service-blocks div {border-right:none;}
	.contact-right {margin-left:0px;}
	.site-info {text-align:center;padding:30px;}
	.site-footer #catapult-link {float:none;}
	.site-footer .top-footer {padding:50px 30px;text-align:center;}
	.responsive-hide {display:block;}
	.vc_responsive .cta_align_left .wpb_button, .vc_responsive .cta_align_right .wpb_button {width:100% !important;max-width:100% !important;}
	footer small {font-size:100%;}
	.site-footer #catapult-link {font-size:100%;}
}	
@media screen and (max-width:320px) {
	.desktop-menu {display:none;}		
	.site-navigation {top:0;}
	.main-navigation {top:0;}
	#menu-icon {display:block;position:relative;top:-170.5px;}
	.main-navigation li {float:none;}
	.phone {display:inline-block;float:none;text-align:center;}
	.mobile-menu {width: 100%;top: 0px;position: relative;margin-bottom: 20px;}
}

.vc_item .vc_inner .attachment-full {width: 100% !important; height: auto !important}
.vc_images_carousel .vc_carousel-control {}
.vc_images_carousel .vc_carousel-control .icon-next, .vc_images_carousel .vc_carousel-control .icon-prev {font-size: 50px !important;color: #102447 !important;}

.vc_images_carousel .vc_carousel-control.vc_right {right: -50px !important;}
.vc_images_carousel .vc_carousel-control.vc_left {left: -50px !important;}

.custom-side {padding: 0px 25px;}
.custom-side .vc_column-inner{background: #507FC0; }
.custom-side a,
.custom-side a:hover, 
.custom-side a:active,
.custom-side a:visited 
{
	border:none !important; 
	background-color: transparent !important; 
	color: #ffffff !important; 
	border-bottom: 1px solid #fff6 !important;
	background-image:none !important; 
	border-radius: 0px !important;
	width: 100%;
	font-size: 16px !important;
	margin-top: 0px !important;
	background-image: url('img/right-arrow.svg') !important;
	background-repeat: no-repeat !important;
	background-position: 10px center !important;
	background-size: 15px;
	padding-left: 30px !important;
	text-align: left !important;
}

.custom-side .vc_btn3-inline {

	display: block !important; 
	
	

}
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern {
    color: #FFFFFF !important; 
    border-color: #507FC0 !important;
    background-color: #507FC0 !important;
    height: 41px;
    /* font-size: 13px !important; */
    padding-top: 11px !important;
    font-size: 13px !important;
}
.page-id-151911 #ajaxsearchpro1_1,.page-id-151911  #ajaxsearchpro1_2,.page-id-151911  div.asp_m.asp_m_1 {
    width: 100% !important;
}
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern strong{
    color: #FFFFFF !important; 
}
.custom-side .vc_btn3 {box-shadow: none !important;}
.custom-side .vc_btn3:hover {opacity: 0.7}
.make-me-full .wpb_single_image .vc_single_image-wrapper img {width: 100% !important}
.table-custom {font-size: 14px !important; color: #102448 !important}
/*.custom-side .vc_btn3-inline:last-child a,
.custom-side .vc_btn3-inline:last-child a:hover,
.custom-side .vc_btn3-inline:last-child a:active,
.custom-side .vc_btn3-inline:last-child a:visited
{border-bottom: none !important;}*/


#news-page {
	margin-top: 30px;
}
#news-page form.search-form {
	display: flex;
    align-items: baseline;
    width: 100%;
}

#news-page form.search-form {

}

#news-page form.search-form div.input-wrapper {
	width: 100%;
}


#news-page .new-title {
	font-weight: bold;
	margin-top: 30px;
    margin-bottom: 20px;

   
}


#news-page .news-item {
	border: 1px solid #7070702b;
	width: 100%;
}

#news-page .news-item img {
	width: 100%;
}


#news-page .news-item span {
    padding: 8px 20px;
    display: flex;
    font-size: 15px;
    color: #507FC0 !important;
    justify-content: right;
    font-weight: bold;

}

#news-page .news-item span.top-category {
	justify-content: left;
    border-bottom: 1px solid #eee;
    font-size: 19px;
}

#news-page .news-item h3 {
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	
}


#news-page .news-item h4 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    margin-top: 0;
}

#news-page .news-item p {
	padding-left: 20px;
	padding-right: 20px;
}


#news-page .news-item a {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: right;
    font-weight: bold;
}

#news-page  .latest-news-wrapper {
	display: flex;
    gap: 28px;
}

#news-page  .latest-news-wrapper.spaciing-top {
	margin-top: 20px;
}

#news-page  #latest-news-features-wrapper {
	display: flex;
	margin-top: 30px;
	gap: 20px;
	background: #D2EFEC;
	padding: 0px 50px;
}


#news-page  #latest-news-features-wrapper img {
	width: 100%;
}
#news-page #latest-news-features-wrapper>div {
	width: 100%;
}


#news-page  #latest-news-features-wrapper .content{
	display: flex;
    flex-direction: column;
    justify-content: center;
}

#news-page .section-heading {
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: bold;
}

#twitter-wrapper {
	margin-top: 50px;
}


@media screen and (max-width:480px) { 

	#news-page .latest-news-wrapper {
		display: block;
	}
	#news-page {
		padding: 0 20px;
	}
	#news-page .news-item {
		margin-top: 20px;
	}
	#news-page .news-item h3 {
		font-size: 18px;
	}

	#latest-news-features-wrapper h3 {
		font-size: 18px;
	}
}
