/*
Theme Name: Custom
Author: Thrive web design 
Author URI: http://thriveweb.com.au/
*/
 
/*---------------------------- normalize ----------------------------*/
.promo-trigger{position:fixed;top:150px;right:0px;z-index:999;cursor:pointer;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #f9ff51; color: black; text-shadow: none; }
::selection { background: #f9ff51; color: black; text-shadow: none; }
.mobile-comp{display:none;}
.comp-cta{position: fixed; z-index: 999; top: 80px; right: 7px;}
a { color: #00e; }
a:visited {  }
a:hover { color: #06e; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }




/*---------------------------- typography ----------------------------*/

h1, h2, h3, h4, h5, h6				{ position: relative; font-weight: normal;  margin-bottom: 10px; margin-top: 20px; }


h1									{ font-size: 32px;}
h2									{ font-size: 22px;}
h3									{ font-size: 18px;}
h4									{ font-size: 15px;}
h5									{ font-size: 13px;}
h6									{ font-size: 12px;}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
p:first-child						{ margin-top: 0; }

p{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}

body, textarea, input{
	font-family: 'Arimo', sans-serif;
 
	font-size: 17px;
	line-height: 160%;
	color: #35373e;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	

}

h1, h2, h3, h4, h5, h6{
	color: #35373e;
	font-weight: 300;	
	font-family: 'Arimo', sans-serif;
	-webkit-font-smoothing: antialiased;
	

	
	  line-height: 170%;
}


a{
	color: #37c1c4;
	
	cursor: pointer;
	text-decoration: none;
	outline: none;
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:hover{
	text-decoration: none;
	color: #21898B;
}

blockquote{
	font-style: italic;
	font-size: 20px;
	line-height: 24px;
	color: gray;
	margin-left: 0;
	padding-left: 40px;
	border-left: dotted 2px silver;  
	
}

/*-- Edit & 404 --*/

.four04{
	color: black !important;
	text-align: center;
}

h1.four04{
	margin-top: 100px !important;
	font-size: 300px;
	line-height: 350px;
}

.edit_link{
	position: fixed;
	top: 480px;
	z-index: 99999;
	
	background-color: white;
	color: #125a68;
	
	padding: 5px;
	padding-left: 20px;
	padding-right: 15px;
	
	display: inline-block;
	font-size: 11px;
}

.edit_link span{
	padding-left: 5px;
	margin-right: 5px;
	border-right: dotted 1px #eaede3;
}

.edit_link a{
	background-color: transparent !important;
}

.gallery{
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

.gallery-item img{
	border: none !important;
}

@media screen and (max-width: 850px) {
	
	.gallery-item{
		width: 50% !important;
	}
	
	.gallery-item{
		width: 100% !important;
	}
	
}




/*---------------------------- helpers ----------------------------*/

.center{
	max-width:1350px;
	margin: 0 auto;
	text-align:left;
	position:relative;
	padding-left: 10px;
	padding-right: 10px;
	
	box-sizing: border-box;
}

.head.center{
	max-width:1370px;
}

.clear{
	clear:both;
}

.fright{
	float:right;
}

.taright{
	text-align:right;
}

.tacenter{
	text-align: center;
}

.fleft{
	float:left;
}

.fright{
	float:right;
}

.alignright{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.alignleft{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.scriptfont{
	font-family: 'Oleo Script Swash Caps', cursive;
}

.small_border{
	width: 140px;
	border-bottom: solid 1px #98999d;
	margin: auto;
	
	margin-top: 30px;
}

.whitegrey_wrap{
	background-color: #ededed;
	padding-top: 40px;
	padding-bottom: 20px;
}


.whitewrap{
	background-color: white;
	padding-top: 40px;
	padding-bottom: 40px;
	
	max-width: 1000px;
	margin: auto;
}

.lightpuple_wrap{
	background-color: #828999;
	padding-top: 40px;
	padding-bottom: 40px;
}


.lightpuple_wrap .content_style,
.lightpuple_wrap h1,
.lightpuple_wrap h2,
.lightpuple_wrap h3,
.lightpuple_wrap h4,
.lightpuple_wrap h5,
.lightpuple_wrap h6,
.content_style.white,
.content_style.white h1,
.content_style.white h2,
.content_style.white h3,
.content_style.white h4,
.content_style.white h5,
.content_style.white h6{
	color: white;
}

.navy_wrap{
	background-color: #202124;
	padding-top: 20px;
	padding-bottom: 20px;
}

.darkgrey_wrap{
	padding-top: 40px;
	padding-bottom: 20px;
	
	background-color: #2a2c31;
}

.darkgrey_wrap .content_style,
.darkgrey_wrap h1,
.darkgrey_wrap h2,
.darkgrey_wrap h3,
.darkgrey_wrap h4,
.darkgrey_wrap h5,
.darkgrey_wrap h6{
	color: white;
}

.lightgrey_wrap{
	background-color: #484a51;
	padding-top: 40px;
	padding-bottom: 40px;
}

.small_inner{
	padding: 20px
}

.med_inner{
	padding: 40px;
}

.bluefont{
	color: #37c1c4 !important;
}

.blackoutline_butt{
	border: solid 1px #37c1c4;
	color: #37c1c4 !important;
	font-size: 18px;
	line-height: 20px;

	padding: 15px;
	padding-left: 25px;
	padding-right: 25px;

	display: inline-block;
	
	margin-top: 30px;
}

.con_arrow{
	text-transform: uppercase;
	letter-spacing: -0.1px;
}

.blackoutline_butt:hover{
	background-color: #37c1c4;
	
	border: solid 1px #37c1c4;
	color: white !important;
}

.featimg_wrap{
	position: relative;
}

.bluecross_border{
	width: 35px;
	margin: auto;
	background-image: url(images/cross-border-blue.svg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-size: 100%;
}

/*--- Images ---*/

.content_style img,
.wp-caption,
.wp-post-image,
a#logo img,
.hicon img,
.opimage_wrap img,
.catinner img{
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="wp-post-image"],
.wp-post-image,
a#logo img,
.hicon img,
.opimage_wrap img,
.catinner img{
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full{
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

/*---------------------------- header and body ----------------------------*/

body{
	background-color: white;
	padding-top: 68px;
	overflow: hidden;
}
   
header{
	background-color: #37c1c4;
	
	border: solid 2px #27b0b3;

	position: fixed;
	display: block;
	z-index: 700;
	width: 100%;
	top: 0;
}

a#logo{
	display: inline-block;
	float: left;
	
	max-width: 300px;
	margin-top: 15px;
	
	margin-right: 20px;
}

a#logo:hover{
	opacity: 0.8;
}

#main{
	margin-top: 60px;
	margin-bottom: 60px;
}

.page-template-page-whyus #main{
	margin-top: 0;
}

.featimg_wrap.singlecol{
	/*margin-bottom: 40px;*/
}

#head_cta{
	float: right;
	line-height: 70px;
	margin: 0;
	xxmargin-left: 30px;
}

#head_cta p{
	color: #fff;

	font-size: 27px;
	font-weight: bold;

	
	margin: 0;
}

#head_cta i{
	color: #42454c;
	float: left;


	border: solid 1px #42454c;
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	
	margin-right: 6px;
	margin-top: 10px;
}

#head_cta .fa-phone:before{
	padding-left: 3px;
	padding-top: 2px;
}

#head_cta .fa-phone{
	margin-right: 6px;
	margin-top: 10px;
}

i.circle{
	
	border: solid 1px #37c1c4;
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 25px;
	text-align: center;
	line-height: 52px;
	
	margin: 0 auto 20px auto !important;

}





/* ----- Full Size Nav -----*/

nav{
	position:relative;
	
	z-index:600;
	display: inline-block;
	
	float: left;
	padding-left: 4%;
	  max-width: 800px;
}

nav ul{
	line-height:40px;
	
	z-index:400;
	
	margin:0;
	padding:0;
	
	text-align: center;

	border-left: solid 1px #27b0b3;
}

nav ul li{
	list-style:none;
	position:relative;
	
	margin:0;
	padding:0;
	
	text-align: left;
	display: inline-block;
	
	padding-top:15px;
	padding-bottom:15px;
	padding-left: 15px;
	padding-right: 15px;

	border-right: solid 1px #27b0b3;
	float:left;
}

nav ul li:first-child{
	border-left: solid 1px #27b0b3;
}

nav ul li:last-child{
	padding-right: 50px;
}

nav ul li a{
	color:#42454c;
	
	text-decoration:none;
	
	font-size:16px;
	
	display:inline-block;
	line-height:17px;	
	
	text-transform:uppercase;
}

nav ul li.current_page_item a,
.current_page_parent a,
.category-articles nav ul li.menu-item-19 a,
.single-post nav ul li.menu-item-19 a{
	color:white;
}

nav ul li a:hover,
nav ul li.sfHover a{
	text-decoration: none;
	color:white;
}

nav ul li.sfHover a{
	
}

nav ul li.current-menu-parent ul a{
	color:white;
}

nav ul li.current_page_item ul a,
nav ul li.current_page_parent ul a{
	color:white;
}

#cssmenu ul li.current-menu-parent ul{
	xxdisplay: block !important;
}

/*** dropit ***/
nav ul li ul{
     position:absolute;
     
	 top:40px;
    
     margin:0;
	 padding:0;
	
	 z-index:100;
	 height:auto;
	 visibility:hidden;
	 left:			-7px;

	 padding-top: 47px;
	 
	 border: 0;
}

nav ul ul li{
	background-color: #27b0b3 !important;
	box-sizing: border-box;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0  !important;
	border: none;
	
	margin-top: -15px;
}

nav ul li ul li span{
	display:none;
}

nav ul li ul li a,
nav ul li.current_page_item ul li a{
	float:left;
	
	line-height:30px; 
	
	margin:0px;
	padding:4px;
	padding-left: 0;
	box-sizing: border-box;
	font-weight:300;

	width:178px;
	text-align:center;
	color: white;
	border: 0;
}

nav ul li.current-menu-parent a{
	color: white;
}

nav ul li.current-menu-parent ul li a{
	color: white;
}

nav ul li.sfHover ul li a:hover{
	color: #00585a;
}

nav ul li ul li.lastone a{
	border-bottom:none !important;
}

nav ul li ul li.current_page_item a{
	color: #00585a !important;
}

nav ul li ul li a:hover,
nav ul li ul li.current_page_item a:hover{
	color: #00585a !important;
}


.sf-sub-indicator{
	width: 14px;
	height: 8px;
	background-image: url(images/menu-drop.svg);
	position: absolute;
	right: 20px;
	top: 31px;
	background-repeat: no-repeat;
}

/*-- Res Menu --*/

#res_nav_wrap{
	display: block;
}

#menu-btn{
	display: none;
	color: white;
	
	font-size: 30px;
	
	cursor: pointer;
	
	width: 40px;
	height: 40px;
	margin: auto;
	line-height: 40px;
	text-align: center;
	
	position: absolute;
	right: 10px;
	top: 0;
	padding: 12px;
}


#res_nav_wrap.hide{
	opacity: 0;
	display: none;
	margin-top: 0;
}


#res_nav_wrap{
	opacity: 1;
	position: relative;
	overflow: hidden;
	z-index: 9;
	
	width: 100%;
	box-sizing: border-box;
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#res_nav_wrap ul{
	margin: 0;
	padding: 0;
	background-color: #25AAAD;
}

#res_nav_wrap ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#res_nav_wrap ul li a{
	color: white;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 18px;
}

#res_nav_wrap ul li.menu-item-has-children a{
	padding-bottom: 20px;
	background-image:url(images/res-menu.svg) ;
	background-repeat: no-repeat;
	background-position: center bottom 10px;
}

#res_nav_wrap ul li.menu-item-has-children ul li a{
	background-image: none;
}

#res_nav_wrap ul li a:hover,
#res_nav_wrap ul li.current-menu-item a{
	background-color: #027D80;
}

#callme{
	display: none;	
}


@media screen and (max-width: 950px) {

	#callme{
		display: block;
		
		position: fixed;
		right: 0;
		top: 100px;
		
		
		padding: 2px;
		padding-left: 15px;
		padding-right: 15px;
		
		text-align: center;
		font-size: 13px;
		background-color: #27b0b3;
		
		z-index: 600;
		top: 48px;
		
		color: white;
		text-transform: uppercase;
		
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
		
		
		border-bottom-left-radius: 15px;
		
	}
	
	#callme.callshowme{
		opacity: 1;
	}

}

@media screen and (max-width: 400px) {
.mobile-comp{display:block;position:fixed;bottom:0px;left:0px;z-index:9999;}
.mobile-comp img{max-width:100%;}
.comp-cta{display:none;}
	#callme{
		
	}

}

.home_arrow2{
	position: absolute;
	left: 50%;
	margin-left: -21px;
	
	width: 42px;
	height: 42px;
	text-align: center;
	bottom: -75px;
	background-image: url( images/arrow-down.svg );
	background-repeat: no-repeat;
	z-index: 9;
}

.home_arrow2:hover{
	opacity: 0.7;
}


@media screen and (min-width: 1024px) {

	@-webkit-keyframes mybounce2  {
	  0%  { -webkit-transform:  translateY(0px); }
	  25%  { -webkit-transform: translateY(8px); }
	  75%  { -webkit-transform: translateY(-8px); }
	  100%  { -webkit-transform: translateY(0px); }
	 
	}
	.home_arrow2 { -webkit-animation: mybounce2 1.7s linear infinite; }

}

#mserv{
	position: relative;
	top: -70px;
}


/*-- Content --*/

.content_style{

}

.content_style,
.content_style p,
.content_style li{
	font-size: 15px;
}

.content_style ul,
.content_style ol{
	padding: 0;
	margin-left: 0;
}

.content_style ul li{
	list-style: none;
	padding-left: 30px;
	margin-bottom: 10px;
}

.content_style ul li:before{
	font-family: FontAwesome;
	content: "\f10c";
	display: inline-block;
	vertical-align: left;
	width: 20px;
	margin-left: -20px;
	font-size: 14px;
	color: #37c1c4;
}

.content_style dl{

}

.content_style dt{


}

.content_style dd{

}

/*-- Content --*/

.fcol{
	margin: auto;
	width: 100%;
}

.scol{
	width: 80%;
	margin: auto;
	position: relative;
}

.superscol{
	max-width: 900px;
	margin: auto;
}

.lcol{
	float: left;
	width: 45%;
}

.rcol{
	float: right;
	width: 45%;
}

.fcol{
	margin: auto;
	width: 100%;
}

.contact .lcol{
	float: left;
	width: 70%;
}

.contact .rcol{
	float: right;
	width: 27%;
}

.wide.lcol,
.blog.lcol{
	width: 65%;
}

.small.rcol,
.blog.rcol{
	width: 30%;
}

/*---------- Page Style ----------*/

#homemain_cont p{
	font-size: 14px;
	line-height: 20px;
}



#horizontalTab ul{
	
}

#horizontalTab ul li{
	width: 20%;
	float: left;	
	
	list-style: none;
	
	padding-bottom: 30px;
	background-position: center bottom;
	xxbackground-size: 30%;
	background-repeat: no-repeat;
	
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

#horizontalTab ul li:hover{
	background-position: center bottom;
	xxbackground-size: 30%;
	background-image: url(images/tab-image.svg);
}

#horizontalTab ul li a{
	display: block;
	position: relative;	
	background-color: transparent;
	
}

#horizontalTab ul li a:hover,
#horizontalTab ul li.r-tabs-state-active a{
	background-color: #37c1c4;
}

#horizontalTab ul li.r-tabs-state-active{
	background-image: url(images/tab-image.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	xxbackground-size: 30%;
	
}

#horizontalTab ul li a img{
	opacity: 1;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#horizontalTab ul li a:hover img,
#horizontalTab ul li.r-tabs-state-active a img{
	opacity: 0;
}

#horizontalTab ul li a h3{
	line-height: 135%;
	font-size: 26px;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	display: inline-block;
	text-align: center;
	
	color: white;
	
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,.24), 0 0 1px rgba(0,0,0,.45);
}

#horizontalTab ul li a .tab_click{
	
	position: absolute;
	width: 100%;
	
	text-align: center;
	bottom: 0px;
	
	
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,.24), 0 0 1px rgba(0,0,0,.45);
	

	
	/*
	
	background-color: #37c1c4;
	
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	
	width: 80px;
	height: 40px;
	
	line-height: 40px;
	
	left: 133px;
	margin-left: -40px;
	
	*/
}

#horizontalTab ul li a:hover .tab_click,
#horizontalTab ul li.r-tabs-state-active a .tab_click{
	opacity: 1;
}

.border_wrap{
	border: solid 1px #ede9e9;
	padding: 20px;
	box-sizing: border-box;
}

.r-tabs-panel{
	background-color: white;
}

.r-tabs .r-tabs-panel{
	padding: 25px !important;
	margin-top: -30px;
}

.r-tabs .r-tabs-panel .content_style li{
	display: block;
	width: 100% !important;
	float: none !important;
	padding-bottom: 0 !important;
	background-image: none !important;
}

.r-tabs .r-tabs-panel .scol{
	max-width: 500px;
	margin-top: 30px;
}

.r-tabs .r-tabs-panel .content_style ul{
	margin-top: 45px;
}

.tabbutt_wrap{
	margin-top: 50px;
	margin-bottom: 30px;	
}

.tabbutt_wrap .left_butt{
	float: left;
}

.tabbutt_wrap .right_butt{
	float: right;
}

.tabbutt_wrap a{
	background-color: #37c1c4;
	color: white;
	
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
}

.tabbutt_wrap a:hover{
	background-color: #21898B;
}

.tabbutt_wrap span{
	
}

.tabbutt_wrap span i{
	padding-left: 10px;
}

.tab_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(55, 195, 197, 0.6);
}

.whyus_link{
	position: relative;
	top: -90px;
	display: inline-block;
}

/*--- Home ---*/

.layout_bg {
	width: 100%;
	height: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-attachment: scroll;
	min-height: 860px;
	position: relative;
}

.overlayhome{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(66, 69, 76, 0.8);
}

.layout_bg.location{
	min-height: 800px;
}

#home_tagline{
	text-align: center;
	
	margin-top: 40px;
	margin-bottom: 30px;
}

#home_tagline h1{
	color: #e3d7d7;
	font-size: 50px;
	letter-spacing: 3px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.24), 0 0 1px rgba(0,0,0,.45);
}

#home_tagline h3{
	color: white;
	
	font-style: italic;
	font-weight: 300;
	color: #e1d7d7;
	
	margin-top: 20px;
	margin-top: 23px;
}

.owl-carousel .owl-item {
	-webkit-backface-visibility: visible !important;
}

ul#owl_carousel{
	display: none;
}

ul#page_icons,
ul#owl_carousel{
	margin: 0;
	padding: 0;
}



ul#page_icons li,
ul#owl_carousel li{
	margin: 0;
	padding: 0;
	
	list-style: none;
	
	width: 20%;
	float: left;
	
	text-align: center;
	margin-bottom: 20px;
}

ul#page_icons li a,
ul#owl_carousel li a{
	color: white;
	display: block;
	margin-left: 5%;
	margin-right: 5%;

	min-height: 235px;
	max-height: 235px;
	
	min-width: 235px;
	max-width: 235px;

	border-radius: 235px;
	border: solid 5px transparent;
	padding: 7px;
	box-sizing: border-box;
	
	background-color: transparent;
	
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

ul#page_icons li a .inner_border,
ul#owl_carousel li a .inner_border{
	min-height: 210px;
	max-height: 210px;
	
	min-width: 210px;
	max-width: 210px;

	border-radius: 210px;
	border: solid 2px transparent;
	padding: 10px;
	box-sizing: border-box;
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

ul#page_icons li a:hover,
ul#owl_carousel li a:hover{
	background-color: rgba(52, 54, 61, 0.5);
	border: solid 5px #34b8bb;
}

ul#page_icons li a:hover .inner_border,
ul#owl_carousel li a:hover .inner_border{
	border: solid 2px #34b8bb;
}

ul#page_icons li a img,
ul#owl_carousel li a img{
	margin: auto;
	margin-bottom: 7px;
	margin-top: 7px;
	width: 68%;
}



ul#page_icons li a span,
ul#owl_carousel li a span{
	display: block;
	color: #e3d7d7;
	font-weight: 600;
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	
	font-size: 14px;
	line-height: 19px;
}

ul#page_icons li a:hover span,
ul#owl_carousel li a:hover span{
	color: white;
}

.cross_border{
	width: 35px;
	margin: auto;
	opacity: .3;
	background-image: url(images/cross-border.svg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-size: 100%;

}

.whitecont{
	text-align: center;
}

.page-template-page-home .lightgrey_wrap .lcol{
	width: 60%;
}

.page-template-page-home .lightgrey_wrap .rcol{
	width: 40%;
}

.homebox{
	float: left;
	width: 25%;
	min-height: 300px;
}

.homebox.blue{
	background-color: #37c1c4;
}

.homebox.grey{
	background-color: #828999;
	
	margin-top: 20px;
}

/*--- Listing ---*/

.list_item{
	margin-bottom: 30px;
}

.list_item img{
	float: left;
	margin-right: 20px;
}

.list_info{
	
}

/*--- Our People ---*/

#op_title{
	float: left;
}

.ui-state-active,
.ui-accordion-header{
	outline: none;
}

.accord_content{
	padding-top: 30px;
	padding-bottom: 30px;
}

.accord_content .scol {
	width: 80%;
	margin: auto;
	padding: 20px;
	box-sizing: border-box;
	
	padding-top: 80px;
	padding-bottom: 80px;
	
	border-top: solid 5px #37c1c4;
	border-bottom: solid 5px #37c1c4;
}

.op_item .op_arrowlink a{
	font-size: 45px;
	display: inline-block;
}

.op_item .op_arrowlink a i{
	margin-left: 7px;
}

/*--Left--*/

.op_item.left .opimage_wrap{
	width: 50%;
	float: left;
}

.op_item.left .op_infowrap{
	width: 50%;
	float: right;
	min-height: 416px;
	background-color: #37c1c4;
}

.op_item.left .op_infowrap.content_style{
	color: #35373e;
}

.op_item.left .op_infowrap.content_style h1,
.op_item.left .op_infowrap.content_style h2,
.op_item.left .op_infowrap.content_style h3,
.op_item.left .op_infowrap.content_style h4,
.op_item.left .op_infowrap.content_style h5,
.op_item.left .op_infowrap.content_style h6,
.op_item.left .op_infowrap.content_style a{
	color: white;
}

.op_item.left .op_arrowlink a{
	color:	#37c1c4 !important;
	background-color: white;
	
	text-align: center;
	
	width: 70px;
	height: 70px;
	
	line-height: 70px;
	border-radius: 70px;
	
}
	
@-webkit-keyframes mybounce  {
  0%  { -webkit-transform:  translateX(0px); }
  25%  { -webkit-transform: translateX(3px); }
  75%  { -webkit-transform: translateX(-3px); }
  100%  { -webkit-transform: translateX(0px); }
}

.ui-state-hover .op_arrowlink a{ 
	-webkit-animation: mybounce 1s linear infinite !important;
}

.ui-state-hover .op_arrowlink a{
	position: relative;
}

.ui-accordion-header-active.ui-state-hover .op_arrowlink a{
	-webkit-animation: none !important;	
}


.ui-accordion-header-active .op_arrowlink a{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*--Right--*/

.op_item.right .opimage_wrap{
	width: 50%;
	float: right;
}

.op_item.right .op_infowrap{
	width: 50%;
	float: left;
	background-color: white;
	min-height: 416px;
}

.op_item.right .op_infowrap.content_style h1,
.op_item.right .op_infowrap.content_style h2,
.op_item.right .op_infowrap.content_style h3,
.op_item.right .op_infowrap.content_style h4,
.op_item.right .op_infowrap.content_style h5,
.op_item.right .op_infowrap.content_style h6,
.op_item.right .op_infowrap.content_style a{
	color: #37c1c4;
}

.op_item.right .op_arrowlink a{
	color: white !important;
	background-color: #37c1c4;
	
	text-align: center;
	
	width: 70px;
	height: 70px;
	
	line-height: 70px;
	border-radius: 70px;
}

/*-- Mix --*/

#catcontainer article{
	margin-top: -8px;
}

.container{  
  -webkit-backface-visibility: hidden;
}

.container:after{
  content: '';
  display: inline-block;
  width: 100%;
}

.container .mix,
.container .gap{
  display: inline-block;
}

/*
.container .mix{
  display: none;
}
*/

.container .mix:after{
  content: attr(data-myorder);
  xdisplay: inline-block;
}

.container .mix:before{
  content: '';
  xdisplay: inline-block;
}

#op_title{
	margin: 0;
	line-height: 53px;
}

.controls {
	text-align: center;
	float: right;
}

.controls h3{
	float: left;
	margin: 0;
	line-height: 53px;
	font-size: 19px;
}

.controls a{
	font-size: 15px;
	line-height: 24px;
	text-transform: uppercase;
	margin-left: 10px;
	padding-right: 13px;
	color: #37c1c4;
	border-right: 1px solid rgb(214, 221, 221);
	line-height: 53px;
	
}

.controls a:last-child{
border: none;
}

.controls a.active,
.controls a:hover{
	opacity: 0.5;
}

/*--- Legal Help ---*/

#sidecol_title{
	width: 100%;
	text-align: center;
	color: white;
	margin: 0;
	padding-top: 30px;
	padding-bottom: 20px;
	
	font-size: 25px;
}

.servtitle_wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	display: inline-block;
	text-align: center;
}

.servtitle_wrap h3{
	color: white;
	font-size: 29px;
	font-weight: bold;
	text-transform: uppercase;
}

.sidemenu{
	padding: 0;	
}

.sidemenu .scol{
	margin-top: 60px;
	margin-bottom: 60px;
	
	padding: 10px;
	box-sizing: border-box;
}

.sidemenu .lcol{
	width: 70%;
	background-color: white;
	margin-top: 0;
}

.sidemenu .rcol{
	width: 30%;
	background-color: #42454c;
}

#cssmenu ul{
	margin: 0;
	padding: 0;
	text-align: right;
}

#cssmenu ul li{
	margin: 0;
	padding: 0;
	
	list-style: none;
	padding: 15px;
	
}

#cssmenu ul li a{
	color: #37c1c3 !important;
	font-size: 22px !important;
	text-shadow: none !important;
	
	background-color: #35373e !important;
	border-bottom: solid 1px #42454c !important;
	
	padding-top: 23px !important;
	padding-bottom: 23px !important;
}


#cssmenu ul > li.current_page_item > a{
	color: white !important;
}

#cssmenu ul li a:hover{
	color: white !important;
}
 

#cssmenu ul li.has-sub a:after{
	content: "\f067";
	font-family: FontAwesome;
	
	font-size: 18px;
	margin-left: 15px;
}

#cssmenu ul > li.has-sub.active > a:after,
#cssmenu ul > li.current-page-parent > a:after{
	content: "\f068";
	font-family: FontAwesome;
	
	font-size: 18px;
	margin-left: 15px;
}





/*--- Why Us ---*/

.featimg_wrap.singlecol{
	margin-bottom: 60px;
}

/*-Submenu-*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 100%;
  text-align: right;
}

#cssmenu > ul > li > a {
  padding: 15px 20px;


  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
}

#cssmenu ul li ul{
	margin: 0;
	padding: 0;
	xxmargin-bottom: 40px;
	
	border-bottom: solid 1px #42454c !important;
	
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #2d2f35;
} 

#cssmenu ul li ul li{
	margin: 0;
	padding: 0;
	
	list-style: none;
	
	background-color: #2d2f35 !important;
}

#cssmenu ul li ul li a{
	font-size: 14px !important;
	border-bottom:none !important;
	
	background: #2d2f35 !important;
} 

#cssmenu ul li ul li a:hover,
#cssmenu ul li ul li.current_page_item.active a{
	color: white !important;
}

#cssmenu ul li.has-sub ul li a:after,
#cssmenu ul li.has-sub.open ul li a:after{
	content: "\f10c";
	font-family: FontAwesome;
	
	font-size: 11px;
	margin-left: 15px;
	
	margin-left: 20px;
	margin-right: 20px;
}


/*** hide sub pages ***/

#cssmenu ul li ul{
	display: none;
}

#cssmenu ul li.current-menu-item ul,
#cssmenu ul li.current-page-ancestor ul{
	display: block;
}





#racb{
	width: 100%;
	text-align: center;

	margin-bottom: 20px;
}

#sidecol_cta{
	width: 75%;
	margin: auto;
	text-align: center;
	
	padding-top: 40px;
	padding-bottom: 40px;
}

#sidecol_cta h1{
	color: white;
	margin: 0;
}

#sidecol_cta h1 a{
	color: white;
	font-size: 38px;
	display: inline-block;
}

/*--- Why ---*/
.main_tab_title,
.tab_title{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;	
}



#whyme .content_style{
	padding: 40px;
	border-radius: 40px;
	background-color: #eeeeee;
	
	position: relative;
}


.doit{
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #37C2C4;
	padding: 5px 15px 5px 25px;
	margin: 0;
	text-transform: uppercase;
	font-size: 17px;
	
	
	border-top-left-radius: 20px;
}

.doit a{
	color: white;
}

/*--- Locations ---*/

.darkgrey_wrap.loc{
	padding-top: 40px;
	padding-bottom: 25px;
	background-color: rgba(41, 43, 48, 0.80);
}

.darkgrey_wrap.loc h2{
	font-size: 32px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

#locations_wrap{
	float: left;
	padding-left: 20px;
	line-height: 70px;	
}

#locations_wrap #drop-nav{
	text-transform: uppercase;
	color: white;
	font-weight: 700;
	font-size: 17px;
	font-family: 'Arimo', sans-serif;
	
	width: 135px;
	padding: 15px;
	display: inline-block;
	margin: 0;
	
	background-color: transparent !important;
	
	border: none;
	
	background-image: url(images/greydrop-arrow-small.svg);
}

#map_wrap{
	border-bottom: solid 5px #37c1c4;
	position: relative;
	
	height: 300px;
}

.mapoverlay {
    background:transparent; 
    position:absolute; 
    width:100%;
    height:100%; 
    z-index: 99999;
    display: block;
}

#map_wrap iframe{
	width: 100% !important;
	height: 300px !important; 
}

.location_col{
	float: left;
	width: 33.3333333%;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	
	box-sizing: border-box;
}

.location_col.two{
	border-left: solid 1px #2a2c31;
	border-right: solid 1px #2a2c31;
}

#locatcont_wrap{
	padding-bottom: 30px;
	
	background-image: url(images/locationsarrow.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.content_style.white{
	margin-top: 60px;
	margin-bottom: 60px;
}

.location_col i{
	font-size: 40px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 60px;
	color: #37c1c4;
	border: solid 2px #37c1c4;
	margin-bottom: 20px;
}

/*--- Media Center ---*/

.darkgrey_wrap.media{
	text-align: center;
}

.darkgrey_wrap.media h3{
	text-transform: uppercase;	
}

.media_contact{
	background-color: #f5f5f5;
	
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
}

#mc_info h3{
	color: #37c1c4;
}

.media_contact #mc_info,
#mc_contact,
#mc_email{
	padding: 15px;
	box-sizing: border-box;
	
	display: block;	
}

#mc_contact{
	border-top: solid 1px white;
}

#mc_contact span{
	font-size: 22px;
}

#mc_email{
	border-top: solid 1px white;
	color: #363a44;
}

#mc_contact i,
#mc_email i{
	font-size: 27px;
	margin-right: 15px;
	color: #37c1c4;
}

.cat_item{
	width: 33.333333%;
	float: left;
}

.catinner{
	padding: 15px;
	box-sizing: border-box;
}

.cattitle_wrap{
	background-color: #f4f5f5;
	padding: 20px;
	box-sizing: border-box;
	
}

.catinner a{
	color: #676767;
	display: block;
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
}

.catinner h3{
	color: #37c1c4;
}

.catinner p{
	font-size: 16px;
	line-height: 20px;
}

.cat_rm{
	margin-top: 20px;
}

.cat_rm span{
	color: #363a44;
	font-size: 15px;
	
	text-transform: uppercase;
	
	padding: 10px;
	
	background-color: #d2d0d0;
	
	display: inline-block;
}

.cat_rm i{
	padding: 12px;
	background-color: #363a44;
	color: white;
	
	font-size: 15px;
	padding-bottom: 14px;
	line-height: 21px;
}

.catinner a:hover .cat_rm i{
	background-color: #37c1c4;
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


/*---------------------------- sub pages ----------------------------*/

.attachment-subpage_thumbnail {
    float: left;
	margin-right:20px;
	margin-bottom:20px;
    padding: 5px;
    background:#FFF;
    background-image: url(images/diag.png);
    padding: 10px;
}
.description {
	overflow: hidden;
	margin-bottom:10px;
}

.description a{
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.description  h3 a{
	padding-top:0;
}

.border{
	border-top:1px #E9E9E9 solid;
	margin-bottom: 20px;
}


/*--- Contact ---*/

.contact.rcol .whitewrap{
	padding: 0;
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
}

#contact_title{
	text-align: center;
}

#social.cont{
	margin-top: 50px;
}

ul#contactform_info{
	margin: 0;
	padding: 0;
}

ul#contactform_info li{
	margin: 0;
	padding: 0;
	
	text-align: center;
	list-style: none;	
	
	border-bottom: solid 1px #efefef;
	
	height: 171px;
	
	box-sizing: border-box;
	padding-top: 35px;
}

ul#contactform_info li:last-child{
	border: none;
}

ul#contactform_info li i{
	display: block;
	text-align: center;
	margin: 0;
	margin-bottom: 10px;
}

ul#contactform_info li #mc_contact span{
	font-size: 34px;
}


/*------------------------- blog header ------------------------*/

#blog_head{	
	text-align: right;
	padding-bottom: 15px;
	line-height: 45px;

}

.sres{
	font-style: italic;	
}

#searchbox{
	display: inline-block;
	position: relative;
	margin-right:20px;
}

#searchbox form{
	width:100%;
	box-sizing: border-box;
}

.is_webkit select {
  /* Tweaks for Safari + Chrome. */
 
}

select{
	-webkit-appearance: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid;
	border: none;
	color: #000;
	outline: 0;
	padding: 6px;
	font-size: 12px;
	
	/* IE7 */
	*padding-top: 2px;
	*padding-bottom: 1px;
	*height: auto;
}

h2.btitle{
	font-size: 22px;
	text-transform: uppercase;
	width: 45%;
	float: left;
	background-color: white;
	color: #125a68;
	text-align: center;
}


/*---------------------------- blog format ----------------------------*/

#news_title{
	padding-top: 20px;
	padding-bottom: 20px;
	
	margin-bottom: 80px;
	
	border-top: solid 1px #828999;	
	border-bottom: solid 1px #828999;
}

#news_title h2{
	margin: 0;
}

.content_wrap{
	margin-bottom: 80px;
}

.content_wrap a{
	display: block
}

.indexpost_title,
.indexpost_title a,
article h2.indexpost_title a,
article h2.indexpost_title a:visited{
	font-size: 25px;
	text-transform: uppercase;
	
	color: #37c1c4;
	font-weight: 700;
}

.excerpt_wrap{
	margin-top: 30px;
	margin-bottom: 30px;
}

.excerpt_wrap p{
	font-style: italic;
}

.index_rm{
	text-align: right;
	display: block;
	color: #363a44;
	margin-bottom: 30px;
}

article{
	
}

article h2{
	word-wrap: break-word;
	overflow:hidden;
}

article h2 a:hover{
	opacity: 0.6;
}

.date_box p{
	margin: 0;
	padding: 0;
	text-shadow: none;
	position: relative;
	top:2px;
}

.date_box{
	background-color: #E9E9E9;
	
	padding:10px;
	height:18px;
	
	margin-bottom:20px;
	margin-top: 10px;
}

.date_box a{

	font-style:italic;
}

.search .date_box .stats{
	font-size: 20px;
}

.date_box .stats{
	float:left;
}

.date_box .date{
	float:right;
	text-align:right;
}

#info_box{
	background-color: #8c1016;
	border-radius:10px;
	margin-bottom:20px;
	padding: 10px;
}

#info_box h2,
#info_box h5{
	color: white;
	text-shadow: none;
	margin: 5px;
}

.dets_wrap{
}


.dets{
	border: solid 1px #37c1c4;
	box-sizing: border-box;
}

.dets ul{
	margin: 0;
	padding: 0;
	
	padding: 10px;
	box-sizing: border-box;
	
	display: inline-block;
}

.dets ul li{
	display: inline-block;
	margin-right: 60px;
}

.dets ul li:last-child{
	margin-right: 0;
}

.dets ul li a{
	padding-bottom: 2px;
	border-bottom: solid 1px #37c1c4;
}

.dets ul li,
.dets .edit_link{
	line-height: 22px;
	list-style: none;
	text-align: center;
}

.dets li a:hover{

} 

ul.detlist{
 float: left;	
}

.social_wrap_prod{
	float: right;
	width: 250px;
	
	padding: 10px;
	box-sizing: border-box;
	background-color: #37c1c4;
}

ul.socialpost{
	margin: 0;
	padding: 0;
	
	text-align: right;
	
	width: 100%
	
}

ul.socialpost li{
	margin: 0;
	padding: 0;
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}

ul.socialpost li:first-child{
	margin-left: 0;
}

ul.socialpost li a{
	color: white;
	
	font-size: 24px;
	
}

ul.socialpost li span{
	color: white;
	font-size: 20px;
	font-weight: 600;
}

/*---------------------------- paging ----------------------------*/

#pn_prev,
#pn_next{
	width: 50%;
	margin: 0;
}

#pn_prev a,
#pn_next a{
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	background-color: #37c1c4 !important; 
	margin: 0;
	color: white;
}

#pn_prev a:hover,
#pn_next a:hover{
	background-color: #21898B !important;
}

#pn_prev{
	float: left;
}

#pn_next{
	float: right;
	text-align: right;
}

.navigation {  
	display: block;  
	text-align: left;   
	margin-bottom: 20px;  
	font-size:80%;
	padding-top:20px;
	margin-top:20px;	
	max-width: 100%;
	  width: 100%;
	  padding: 0;
	  margin: 0;
}  

.nav-previous{
	float: left;
	width: 50%;
	text-align: left;
}

.nav-next{
	float: right;
	width: 50%;
	text-align: right;
}

.navigation a{  
	text-align:center;  
	padding:10px 30px !important;
	margin:0 2px 0 2px !important;  
	font-size:14px !important;
	text-decoration:none;
	line-height:25px;
	color: #37c1c4 !important;
	border: solid 1px #37c1c4 !important;
	
	background-color: transparent;
}

.navigation a:hover{
	background-color: #37c1c4;
	color: white !important;
}

/*---------------------------- comments ----------------------------*/

div#comments{
	position:relative;
}

#comments textarea{
	width:600px;
}

#comments .author{
	float:left;
	font-weight:bold;
	line-height: 30px;
}

#comments .time{
	color:#a5a5a5;
	float:right;
}

#comments em{
	padding-bottom:15px;
	display:block;
}

#comments #comments_num{
	position:absolute;
	left:-260px;
	top:0;
	margin:0;
}

article #comments #comments_num{
	display:none;
}

#comments .commentlist{
	margin:0;
	padding:0;
}

#comments .comment {
	padding-bottom:5px; 
	border-top:solid 1px #cfcfcf;
	list-style:none;
	padding-bottom: 5px;
}

#comments #respond{
	margin-top:20px;
}

#comments input{
	padding:5px;
}

#comments .avatar{
	margin-right: 10px;
	float:left;
}

#comments .children{
	padding-left: 0;
	
}

#comments .children li{
	margin-left:60px;	
}

p.author, p.time{
	margin-bottom: 0;
}

/*----- Genral Button Styles -----*/

.button,
.navigation a,
.post-next,
.post-prev{
	padding: 0;
	margin: 0;
	
	border: none;

	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	
	text-transform: uppercase;
	

	font-size: 18px;
	line-height: 40px;
	
	padding-left: 15px;
	padding-right: 15px;
	
	width: 100%;
	height: 40px;
	text-align: center;
}

.navigation a:hover,
.navigation a.current,
.post-next:hover,
.post-prev:hover,
.post-next:active,
.post-prev:active{	

}

/*----- Genral Input Styles -----*/

input:hover,
input:focus, 
input:active,
textarea:hover,
textarea:focus, 
textarea:active{
	outline: none;
}

#Searchform,
#cat{
	
	display: inline-block;
	position: relative;
	
	width:120px;
	
	padding-left:5px;
	padding-right: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	background-image:url(images/search.png);
	background-position:125px 5px;
	background-repeat:no-repeat;
	
	font-size: 12px;
}

#cat{
	padding-top: 6px;
	padding-bottom: 4px;
	background-image: url(images/drop.png);
	background-repeat: no-repeat;
	background-position: right 11px;
	
	width: 140px;
	
	font-size: 12px;
}


/*---------------------------- footer ----------------------------*/

#drop-nav{
	width: 60%;
	padding: 15px;
	display: inline-block;
	margin: 0;
	
	background-color: transparent !important;
	
	border: solid 2px #484a51;
	
	color: #484a51;
}

#drop-nav option {
    margin:40px;
    background: rgba(0,0,0,0.3);
    color:#fff;
    text-shadow:0 1px 0 rgba(0,0,0,0.4);
}

 #drop-nav{
	background-image: url(images/greydrop-arrow.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
}

footer{
	
}

.footcol{
	float: left;
	width: 33.3333%;
}

.footcol#fone{
	font-weight: 300;
}

.footcol#fone p{
	color: white;
	font-size: 20px;
	line-height: 25px;
}

.footcol#ftwo{
	font-weight: 300;
	text-align: center;
}

.footcol#ftwo h3{
	font-size: 22px;
	line-height: 31px;
	font-weight: 300;
}

.footcol#ftwo h3 a{
	color: white;
	margin-bottom: 30px;
	display: block;
	font-weight: 300;
}

.footcol#ftwo .htel{
	font-size: 38px;
}

.footcol#fthree{
	color: white;
	font-weight: 300;
	text-align: right;
}

.footcol#fthree h3{
	font-size: 25px;
	line-height: 31px;
	font-weight: 300;
}

.footcol#fthree a{
	color: white;
}

ul#footmenu{
	margin: 0;
	padding: 0;
	text-align: center;
}

ul#footmenu li{
	margin: 0;
	padding: 0;
	
	list-style: none;

	display: inline-block;
	margin-left: 25px;
	margin-right: 25px;
}

ul#footmenu li a{
	font-size: 18px;
	font-weight: 300;
	color: #b5b7be;
	text-transform: lowercase;
}

ul#social{
	margin: 0;
	padding: 0;

	text-align: center;
}

ul#social li{
	margin: 0;
	padding: 0;
	
	list-style: none;
	text-align: left;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}

ul#social li a{
	color: #b5b7be;
	font-size: 32px;
}

ul#social li a:hover{
	color: #858998;
}

#copy{
	width: 100%;
	text-align: center;
	color: #5e6065;
	font-size: 15px;
	
	font-weight: 300;
}

#thrive_link{
	width: 45%;
	float: right;
	text-align: right;
	margin-right: 20px;
}

#thrive_link .logo{
	position: relative;
	top: -1px;
	margin-left: 5px;
}

.mc-field-group input{
	height: 60px;
	
	box-sizing: border-box;
	background-color: #95d458;
	color: white;
}

#mc_embed_signup{
	width: 75%;
	float: right;
}

.mc-field-group input{
	height: 45px;	
	
	border: solid 2px #484a51;
	background-color: transparent;
}

.mc-field-group input.required.email{
	color: white !important;
	line-height: 45px;
	
	width: 100%;
}

.mc-field-group input.required.name{
	width: 100%;
}

#mc-embedded-subscribe{
	float: right;
	border: solid 1px #37c1c4;
	color: #37c1c4;
	
	
	background-image: url( images/angle-double-right.svg );
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 21px; 
	
	padding-right: 30px;
	
}


.blackoutline_butt{
	background-image: url( images/angle-double-right.svg );
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 21px; 
	
	padding-right: 30px;
}

.wpcf7-submit{
	background-image: url( images/angle-double-right-white.svg );
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 71px;
	
}


#mc-embedded-subscribe:hover{
	background-color: #37c1c4;
	border: solid 1px #37c1c4;
	color: white;

}

.mc_title h3{
	color: white;
	font-size: 34px;
	font-weight: 600;
}

#mce_ajax{
	display: block;
	font-size: 14px;
}

#footer_logo{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*------------------ Forms ---------------------*/

span.wpcf7-form-control-wrap{
	width: 100%;
}

input,
textarea,
select{
  	
  	-webkit-transition-property: -webkit-box-shadow, background;
  	-webkit-transition-duration: 0.25s;
  	
  	padding: 6px;
  	padding-left: 10px;
  	padding-right: 8px;
  	
	border: none;
	border-radius: 0 !important;

	margin-bottom: 10px;
	
	color: #42454c;
}

.wpcf7 .watermark {
    color: #37c1c4;
}


.wpcf7 input,
.wpcf7 select{
	height: 55px;
}

.wpcf7 p{
	font-size: 26px;
	color: #7f7f7f;
	
	margin: 0;
}

.wpcf7 .watermark {
	
}

.wpcf7 textarea,
.wpcf7-text,
.wpcf7 select{
	width: 100%;
	box-sizing: border-box;
	
	font-size: 16px !important;
	font-weight: 300 !important;
	
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
}

.wpcf7 select{
	background-image: url(images/bluedrop-arrow-small.svg);
	background-repeat: no-repeat;
	background-position: right 20px center;
	color: #37c1c4;
}

.wpcf7 select option{
	font-size: 16px !important;
	font-weight: 300 !important;
}

span.wpcf7-form-control-wrap.resume input{
	height: auto;
	font-size: 17px;
	line-height: 17px;
	
	background-color: white;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.wpcf7 textarea{
	height: 315px;
}

.contact .wpcf7 textarea{
	height: 150px;
}

.wpcf7-checkbox label{
	border-radius: 4px;
	border: 1px solid #DBDBDB;

	padding: 10px;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 15px;
}

span.wpcf7-list-item {
	margin: 0 !important;
}

.cbform_left{
	width: 48%;
	float: left;
}

.cbform_right{
	width: 48%;
	float: right;
}

input.checkout-button{
	border-radius: 5px;
}

.wpcf7-submit{
	width: 100%;
	display: block;
	height: 55px;
	
	background-color: #37c1c4;
	
	color: white;
	
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
}

.wpcf7-submit:hover{
	background-color: #21898B;
}

/*--- Placeholder ---*/

.wpcf7 .watermark {
    color: #37c1c4 !important;
}
::-webkit-input-placeholder {
    color: #37c1c4 !important;
}
:-moz-placeholder {
    color: #37c1c4 !important;
}
::-moz-placeholder {
    color: #37c1c4 !important;
}
:-ms-input-placeholder{
    color: #37c1c4 !important;
}

/*---------------------------- CF7 Notices ----------------------------*/

.wpcf7-form{

}

.wpcf7-form .wpcf7-validation-errors{
   border:none;
   background-color: #37c1c4;
   margin:0;
   padding:10px;
   padding-top:5px;
   padding-bottom:5px;
   text-shadow: none;  
   color:#FFF;
   font-size: 16px;
   text-align: center;
}

.wpcf7-form .wpcf7-mail-sent-ok{
    border:none;
	background-color: #37c1c4;
    margin:0;
    padding:10px;
	padding-top:5px;
   	padding-bottom:5px;
    text-shadow: none;  
	color:#FFF;
	font-size: 16px;
	text-align: center;
}

.wpcf7-form .wpcf7-mail-sent-ng{
    border:none;
	background-color: #37c1c4;
    margin:0;
    padding:10px;
	padding-top:5px;
	padding-bottom:5px;
    text-shadow: none;  
    color:#FFF;
	font-size: 16px;
	text-align: center;
}

.wpcf7-form span.wpcf7-not-valid-tip{
    border:none;
   	background-color: transparent !important;
   	color: #37c1c4 !important;
   	width: auto !important;
   	right: 15px;
   	left: auto !important;
   	font-size: 24px;
	top: 5px !important;
	position: absolute;
}

.ajax-loader{
	display: none;
}

.wpcf7-form-control-wrap.event{
	margin-right:5px;
}

/*------------------- Responsive Syling ------------------*/

@media screen and (max-width: 1330px) {

	nav{
		padding-left: 0;
		
	}	

}

@media screen and (max-width: 1250px) {
	
	.home_arrow2{
		bottom: -80px;
	}

	a#logo {
	  display: inline-block;
	  float: left;
	  max-width: 250px;
	  margin: 0;
	  line-height: 65px;
	  padding-right: 10px;
	}
	
	
	nav ul li{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	nav ul li:last-child {
	  padding-right: 30px;
	}
	
	.sf-sub-indicator{
		right: 10px;
	}
	
	.scol.icon{
		width: 100%;
	}
	
	ul#owl_carousel{
		display: block;
	}

	ul#page_icons{
		display: none;
	}
	
	.layout_bg.home{
		min-height: 580px;
	}
	
	.owl-controls{
		display: none;
	}
	
	ul#owl_carousel li{
		float: none;
		width: auto;
	}
	
	ul#owl_carousel li a{
		margin: auto;
		text-align: center;
	
	}
	
}

@media screen and (max-width: 1200px) {
	nav ul li a{
		font-size: 13px;
	}
}

@media screen and (max-width: 1150px) {
	
	#main{
		margin-left: 10px;
		margin-right: 10px;
	}
	
	#cssmenu ul li a{
		font-size: 18px !important;
	}
	
	#cssmenu ul li ul li a{
		font-size: 12px !important;
	}
	
	#head_cta p{
		font-size: 23px;
	}
	

	
}

@media screen and (max-width: 1050px) {

	#head_cta i{
		display: none;
	}
	
}

@media screen and (max-width: 1024px) {
	
	/*---- Font Reset ----*/
	
	h1	{ font-size: 44px; }
	h2	{ font-size: 32px; }
	h3	{ font-size: 26px; }
	h4	{ font-size: 18px; }
	h5	{ font-size: 15px; }
	h6	{ font-size: 13px; }
	
	.content_style, 
	.content_style p, 
	.content_style li {
	  font-size: 15px;
	  line-height: 23px;
	}
	
	/*----*/
	
	.contact .lcol,
	.contact .rcol {
		float: none;
		width: 80%;
		margin: auto;
		margin-bottom: 40px;
	}
	
	.contact .rcol{
		margin-bottom: 0;
	}
	
	.whitewrap {
	  padding-top: 20px;
	  padding-bottom: 20px;
	}
	
	.med_inner {
	  	padding: 10px;
	    padding-top: 25px;
		padding-bottom: 30px;
	}
	
	.location_col {
		float: none;
 		width: 100%;
  		padding: 0;
  		border-bottom: solid 1px #2a2c31;
  		padding-bottom: 15px;
  		margin-bottom: 15px;
  	}
  	
  	.location_col.three{
	  	border-bottom: none;
  	}
 
  	.location_col.two {
  		border-left: none;
  		border-right: none;
	}
	
	#locatcont_wrap {
		padding-bottom: 90px;
  		background-position: center bottom 60px;
  		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
  	}
  	
  	
  	/*--- Footer ---*/
  	
  	.footcol{
		width: 100% !important;
		text-align: center !important;
	}
	
	#mc_embed_signup{
		width: 100%;
		float: none;
	}
	
	#mc-embedded-subscribe{
		float: none;
		width: 250px;
	}
	

  	
  	.footcol#ftwo h3 {
		font-size: 19px;
		line-height: 16px;
		font-weight: 300;
	}
	
	.footcol#fone p{
		font-size: 17px;
		line-height: 17px;
	}
	
	.blackoutline_butt{
		margin-top: 10px;
	}
		
}

@media screen and (max-width: 1000px) {
	
	.superscol{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}
	
	.blog.rcol{
		display: none;
	}
	
	.blog.lcol{
		width: 100%;
	}
	
	.blog.lcol img{
		width: 100%;
	}
	
	#horizontalTab ul li a h3 {
  		font-size: 23px;
  	}
}


@media screen and (max-width: 950px) {
	
	body{
		padding-top: 48px;
	}
	
	#menu-btn{
		padding: 3px;
	}
	
	a#logo{
		line-height: 40px;
		padding-right: 10px;
		padding-bottom: 5px;
	}
	
	#full_nav{
		display: none;
	}
	
	#head_cta{
		display: none;
	}

	#menu-btn{
		display: block;
	}
	
	.page-template-page-blog .wide.lcol,
	.page-template-page-blog .small.rcol {
		float: none;
		width: 80%;
		margin: auto;
	}
	
	.page-template-page-blog .small.rcol{
		margin-top: 40px !important;
		text-align: center;
	}
	
	.whyus_link{
		position: relative;
		top: -80px;
		display: inline-block;
	}

}


@media screen and (max-width: 900px) {
	
	#home_tagline h1 {
		font-size: 41px;
	}
	
	.op_item.left .opimage_wrap,
	.op_item.right .opimage_wrap {
	  width: 100%;
	  float: none;
	  text-align: center;
	}
	
	.opimage_wrap img{
		width: 100%;
	}
	
	.op_item.left .op_infowrap,
	.op_item.right .op_infowrap {
	  width: 100%;
	  float: right;
	}
	.accord_content .scol {
		width: 100%;
  		margin: auto;
  	}
  	
  	.controls h3,
  	.controls a{
  		font-size: 17px;
  	}
	
	.sidemenu .lcol,
	.sidemenu .rcol{
		width: 100%;
		float: none;
	}
	
	.sidemenu .rcol{
		position: relative;
	}
	
	#cssmenu ul,
	#cssmenu ul li ul{
		text-align: center;
	}
	
	#cssmenu ul li.has-sub a:after,
	#cssmenu ul li.has-sub.open a:after{
		content: "";
	}
	
	#cssmenu ul li.has-sub a:before{
		content: "\f067";
		font-family: FontAwesome;
		
		font-size: 18px;
		margin-right: 15px;
	}
	
	#cssmenu ul li.has-sub.open a:before{
		content: "\f068";
		font-family: FontAwesome;
		
		font-size: 18px;
		margin-right: 15px;
	}
	
	#cssmenu ul li.has-sub ul li a:after,
	#cssmenu ul li.has-sub.open ul li a:after{
		content: "";
	}
	
	#cssmenu ul li.has-sub ul li a:before,
	#cssmenu ul li.has-sub.open ul li a:before{
		content: "\f10c";
		font-family: FontAwesome;
		
		font-size: 11px;
		margin-left: 15px;
		
		margin-right: 8px;
	}
	
	.op_item.right .op_infowrap,
	.op_item.left .op_infowrap{
		min-height: inherit;
	}
	
	.op_arrowlink{
		text-align: right;
	}
	
}

@media screen and (max-width: 850px) {
	
	.cat_item {
		width: 100%;
		float: none;
		margin-bottom: 20px;
  	}
  	
  	.cat_item img{
	  	width: 100%;
  	}
  	
  	.page-template-page-blog .wide.lcol,
  	.page-template-page-blog .small.rcol {
	  float: none;
	  width: 100%;
	  margin: auto;
	}
	
	.footerlevel.menu .lightgrey_wrap{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	ul#footmenu li a:hover{
		color: #37c1c4;
	}

	ul#footmenu li{
		display: block;
		line-height: 30px;
	}
	
	/*-- TABS --*/
	
	#homemain_cont p{
		font-size: 26px;
		line-height: 40px;
	}
	.r-tabs-accordion-title{	
		
		list-style: none;
		
		padding-bottom: 30px;
		background-position: center bottom;
		xxbackground-size: 30%;
		background-repeat: no-repeat;
		
		-webkit-transition: all 0.9s ease;
		-moz-transition: all 0.9s ease;
		-o-transition: all 0.9s ease;
		transition: all 0.9s ease;
	}
	
	.r-tabs .r-tabs-accordion-title {
	  display: block;
	  width: 70%;
	  margin: auto;
	}
	
	.r-tabs-accordion-title:hover{
		background-position: center bottom;
		xxbackground-size: 30%;
		background-image: url(images/tab-image.svg);
	}
	
	.r-tabs-accordion-title a{
		display: block;
		position: relative;	
		background-color: transparent;
		
	}
	
	.r-tabs-accordion-title a:hover,
	.r-tabs-accordion-title.r-tabs-state-active a{
		background-color: #37c1c4;
	}
	
	.r-tabs .r-tabs-accordion-title.r-tabs-state-active{
		background-image: url(images/tab-image.svg);
		background-repeat: no-repeat;
		background-position: center bottom;
		xxbackground-size: 30%;
		
	}
	
	.r-tabs-accordion-title a img{
		opacity: 1;
		
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	
	.r-tabs-accordion-title a:hover img,
	.r-tabs-accordion-title.r-tabs-state-active a img{
		opacity: 0;
	}
	
	.r-tabs-accordion-title a h3{
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 80%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		display: inline-block;
		text-align: center;
		
		color: white;
		
		font-weight: bold;
		text-shadow: 1px 1px 1px rgba(0,0,0,.24), 0 0 1px rgba(0,0,0,.45);
	}
	
	.r-tabs-accordion-title a .tab_click{
		position: absolute;
		width: 100%;
		text-align: center;
		bottom: 10px;

		
		color: white;
		text-shadow: 1px 1px 1px rgba(0,0,0,.24), 0 0 1px rgba(0,0,0,.45);
	}
	
	.r-tabs-accordion-title a:hover .tab_click,
	.r-tabs-accordion-title.r-tabs-state-active a .tab_click{
		opacity: 1;
	}
	
	.border_wrap{
		border: solid 1px #ede9e9;
		padding: 20px;
		box-sizing: border-box;
	}
	
	.r-tabs-panel{
		background-color: white;
	}
	
	.r-tabs .r-tabs-panel{
		padding: 25px !important;
		margin-top: -30px;
	}
	
	.r-tabs .r-tabs-panel .content_style li{
		display: block;
		width: 100% !important;
		float: none !important;
		padding-bottom: 0 !important;
		background-image: none !important;
	}
	
	.r-tabs .r-tabs-panel .scol{
		max-width: 680px;
		margin-top: 30px;
	}
	
	.r-tabs .r-tabs-panel .content_style ul{
		margin-top: 45px;
	}
	
	.tabbutt_wrap{
		margin-top: 50px;
		margin-bottom: 30px;	
	}
	
	.tabbutt_wrap .left_butt{
		float: left;
	}
	
	.tabbutt_wrap .right_butt{
		float: right;
	}
	
	.tabbutt_wrap a{
		background-color: #37c1c4;
		color: white;
		
		padding: 10px;
		padding-left: 20px;
		padding-right: 20px;
		display: block;
	}
	
	.tabbutt_wrap a:hover{
		background-color: #21898B;
	}
	
	.tabbutt_wrap span{
		
	}
	
	.tabbutt_wrap span i{
		padding-left: 10px;
	}

}

@media screen and (max-width: 800px) {
	
	.layout_bg.home{
		min-height: 620px;
	}
	
	/*-- Nav --*/
	
	#full_nav{
		display: none;
	}
 
	/*-- Page Layout --*/
	
	#main{
		margin-top: 50px;
	}
	
	.lcol{
	  width: 100%;
	  margin-bottom: 20px;
	  margin-top: 30px;
	}
	
	.rcol{
		width: 100%;
	}
	
	.scol{
		margin: 0;
		width: 100%
	}
	
	.superscol{
		margin: 0;
		width: 100%;
	}
	
	/*--- Blog ---*/
	
	h2.btitle{
		float: none;
		width: 100%;
		font-size: 17px;
		text-align: center;
	}
	
	.catinner{
		padding: 0;
	}
	
	.page-template-page-blog #main,
	.category-articles #main{
		margin: 0;
	}
	
	#blogcat_wrap{
		margin-top: 40px;
	}
	
	/*--- Footer ---*/
	
	#mc-embedded-subscribe {
		width: 100%;
	}

}

@media screen and (max-width: 750px) {

	#op_title,
	.controls{
		float: none;
		display: block;
		width: 100;
		text-align: left;
	}
	
	.controls{
		margin-bottom: 0;
	}
	
	ul.socialpost{
		text-align: center;
		width: 100%;
	}
	
	ul.detlist {
		float: none;
		width: 100%;
		text-align: center;
	}

	.social_wrap_prod {
		float: none;
		width: 100%;
		text-align: center;
	}
  
	ul.socialpost li{
		margin: 0;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	a#logo img{
		max-width: 85%;
	}
	
	.controls{
		display: none;
	}
  
}

@media screen and (max-width: 650px) {
	
	#homemain_cont p {
	  font-size: 22px;
	  line-height: 36px;
	}
	
	/*--Contact--*/
	
	.contact .lcol{
	float: left;
	width: 100%;
	}
	
	.contact .rcol{
		float: right;
		width: 100%;
	}
	
	/*--Blog--*/
	
	.dets_wrap{
		width: 100%;
		float: none;
		border-bottom: solid 1px #ECECEC;
		margin-bottom: 20px;
	}
	
	.dets{
		padding: 0;
	}
	
	article .content_wrap{
		width: 100%;
		float: none;
	}
	
	#blog_head{
		text-align: center;
	}
	
	/*--- Footer ---*/
	
	#copy{
		width: 100%;
		float: none;
		margin: 0;
		text-align: center;
	}
	
	ul#social{
		width: 100%;
		float: none;
		text-align: center;
		margin-top: 20px;
	}
	
	.cbform_left,
	.cbform_right{
		width: 100%;
		float: none;
	}
	
}

@media screen and (max-width: 500px) {
	.promo-trigger {display:none;}
	.darkgrey_wrap.loc{
		display: none;
	}
	
	.r-tabs .r-tabs-accordion-title {
	  display: block;
	  width: 100%;
	}
	
	.r-tabs .r-tabs-panel .content_style li {
		display: block;
		width: auto !important;
		float: none !important;
  	}
  	
  	.r-tabs .r-tabs-panel .content_style{
  	  	font-size: 14px;
  	  	line-height: 20px;
  	}
  	
  	.border_wrap{
	  	padding: 10px;
  	}
	
	.r-tabs .r-tabs-panel {
		padding: 10px !important;
  	}
	
	.tabbutt_wrap a{
		display: block !important;
		width: 100% !important;
		float: none !important;
		box-sizing: border-box;
	}
	
	.tabbutt_wrap .left_butt{
		margin-bottom: 30px;
	}
	
	.tabbutt_wrap .left_butt,
	.tabbutt_wrap .right_butt{
		float: none;
		text-align: center;
		
	}
	
	.controls h3{
	  float: none;
	}
	
	ul.detlist li {
		display: inline-block;
		margin-right: 0;
		text-align: center;
		width: 100%;
	}
	
	ul.detlist li:last-child{
		margin-top: 10px;
	}
	
	ul.detlist li:last-child a{	
		border-bottom: none;
	}
}

.wutitle{
	margin-bottom: 50px;
}

.wutitle h2{
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
}

#sticky_inner{
	position: relative;
}

#sticky_sidebar{
	max-width: 400px;
	
}

#sticky_sidebar img{
	width: 100%;
	height: auto;
}

#sticky_content{
	position: absolute;
	top: 0;
	padding: 20px;
	box-sizing: border-box;
}

#sticky_content h2{
	margin: 0;
	color: white;
	font-size: 32px;
	line-height: 38px;
	font-weight: 700;
	margin-bottom: 20px;
}

#sticky_content p{
	color: white;
	margin: 0;
	line-height: 20px;
}

.small.rcol{
	position: relative;
}

a#wu_butt{
	color: white;
	background-color: #37c1c4;
	padding: 10px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}

a#wu_butt:hover{
	opacity: 0.8;
}

#main.wu{
	margin-bottom: 180px;
}

.foot_seo{
	position: absolute;
	bottom: 0;
}

@media screen and (max-width: 1150px) {
	
	#main.wu{
		margin-left: 0;
		margin-right: 0;
	}

}

@media screen and (max-width: 1040px) {

	.wu.small.rcol{
		display: none;
	}
	
	.wu.wide.lcol{
		width: 100%;
	}
	
}