/**
* Theme Name:   AJF Engineering
* Theme URI:    #
* Author:       AJF Engineering
* Author URI:   #
* Version:      1.0
* License:      GNU General Public License v2
* License URI:  http://www.gnu.org/licenses/gpl-2.0.html
* Description:  Fully Responsive WordPress Theme
**/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

@font-face {
	font-family: 'FuturaStd';
	src: url('fonts/FuturaStd-MediumOblique.eot?#iefix') format('embedded-opentype'),
		url('fonts/FuturaStd-MediumOblique.otf')  format('opentype'),
		url('fonts/FuturaStd-MediumOblique.woff') format('woff'),
		url('fonts/FuturaStd-MediumOblique.ttf')  format('truetype'),
		url('fonts/FuturaStd-MediumOblique.svg#FuturaStd-MediumOblique') format('svg');
	font-weight: 500;
	font-style: oblique;
}

@font-face {
	font-family: 'FuturaStd';
	src: url('fonts/FuturaStd-BookOblique.eot?#iefix') format('embedded-opentype'),
		url('fonts/FuturaStd-BookOblique.otf')  format('opentype'),
		url('fonts/FuturaStd-BookOblique.woff') format('woff'),
		url('fonts/FuturaStd-BookOblique.ttf')  format('truetype'),
		url('fonts/FuturaStd-BookOblique.svg#FuturaStd-BookOblique') format('svg');
	font-weight: 350;
	font-style: oblique;
}

@font-face {
	font-family: 'FuturaStd';
	src: url('fonts/FuturaStd-Book.eot?#iefix') format('embedded-opentype'),
		url('fonts/FuturaStd-Book.otf')  format('opentype'),
		url('fonts/FuturaStd-Book.woff') format('woff'),
		url('fonts/FuturaStd-Book.ttf')  format('truetype'),
		url('fonts/FuturaStd-Book.svg#FuturaStd-Book') format('svg');
	font-weight: 350;
	font-style: normal;
}

@font-face {
	font-family: 'FuturaStd';
	src: url('fonts/FuturaStd-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/FuturaStd-Medium.otf')  format('opentype'),
		url('fonts/FuturaStd-Medium.woff') format('woff'),
		url('fonts/FuturaStd-Medium.ttf')  format('truetype'),
		url('fonts/FuturaStd-Medium.svg#FuturaStd-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'FuturaStd';
	src: url('fonts/FuturaStd-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/FuturaStd-Bold.otf')  format('opentype'),
		url('fonts/FuturaStd-Bold.woff') format('woff'),
		url('fonts/FuturaStd-Bold.ttf')  format('truetype'),
		url('fonts/FuturaStd-Bold.svg#FuturaStd-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
}


/* -----------------------------------------
WordPress Core Classes
----------------------------------------- */
.alignnone {margin: 0 1em 1em 0;}
.alignright {float:right; margin:0 0 1em 1em}
.alignleft {float:left; margin:0 1em 1em 0}
.aligncenter {display: block; margin-left: auto; margin-right: auto}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption.alignnone {margin: 0 1em 1em 0;}
.wp-caption.alignleft {float:left; margin:0 1em 1em 0}
.wp-caption.alignright {float:right; margin:0 0 1em 1em}
.wp-caption-text {  }
.sticky {  }
.gallery-caption {  }
.bypostauthor {  }
body#tinymce.wp-editor {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
}
body#tinymce.wp-editor a {
	color: #4CA6CF;
}
/* -----------------------------------------
General fixes
----------------------------------------- */
#wpadminbar {
	opacity: 0.3;
	transition: 0.2s opacity linear;
	-webkit-transform: translateZ(0);
}
#wpadminbar:hover, 
#wpadminbar:focus{ opacity: 1; }
body {-webkit-font-smoothing: antialiased;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}
input[type=button] {	
	-webkit-appearance: none;
	-moz-appearance:none;
}

/* Placeholder Styling */
::-webkit-input-placeholder { color: #000; }
::-moz-placeholder          { color: #000; }
::-o-placeholder            { color: #000; }
:-ms-input-placeholder      { color: #000; }
input:-moz-placeholder      { color: #000; }

/* Input Styling */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea { /* STYLES GO THERE */ }
embed, iframe, object { max-width: 100%; }

/* Align Middle */
.align-middle {
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
}
/*Centered FlexBox crossbrowser*/
.centered-flexbox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	text-align: center;
}


/* -----------------------------------------
Typography
----------------------------------------- */
a:focus {outline:none;}
p:empty {display: none;}
body{
	color: #000;
}
body,h1,h2,h3,h4,h5,h6,p,a {
	font-family: 'FuturaStd', sans-serif;
	font-weight: 350;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
}
p, ul, ol{
	font-size: 16px;
}
h1{
	font-size: 36px;
	line-height: normal;
	font-weight: 700;
	color: #88E4C8;
}
h2{
	font-size: 30px;
	margin-bottom: 10px;
}
h3{
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 20px;
}
h4{
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	color: #228F6E;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h6{
	font-size: 20px;
	line-height: 30px;
	font-weight: 350;
	margin-bottom: 20px;
}

ul, ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li, ol li{
	position: relative;
	line-height: 24px;
	margin-bottom: 10px;
	padding-left: 35px;
}
ul li:before, ol li:before{
	content: '•';
	position: absolute;
	left: 10px;
	font-size: 16px;
	color: #228F6E;
}

ol {
	counter-reset: item;
}
ol li {
	padding-left: 20px;

}
ol li:before {
	content: counter(item) ". ";
	counter-increment: item;
	color: #228F6E;
	left: 0;
}

img.alignright {float:right; margin:0 0 1em 30px;}
img.alignleft {float:left; margin:0 30px 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}

a{
	color: #228F6E;
	transition: all .3s ease;
}
a:hover,
a:focus{
	color: #FCC62D;
}
em{
	font-style: oblique;
}
.fa{
	font-family: 'FontAwesome';
	font-weight: 400;
}

p.award-subtitle {
	margin-top: 22px;
	color: #999999;
}

/* -----------------------------------------
Clearfix
----------------------------------------- */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block; 
	height: 0; 
	overflow: hidden;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ------------------------------------
Basic Styles
------------------------------------- */
.row{
	max-width: 960px;
}
.row .row{
	margin-left: -10px;
	margin-right: -10px;
}
.column,
.columns,
.row.large-uncollapse>.column,
.row.large-uncollapse>.columns,
.row.medium-uncollapse>.column,
.row.medium-uncollapse>.columns{
	padding-left: 10px;
	padding-right: 10px;
}

.btn{
	display: inline-block;
	background-color: #228F6E;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	line-height: normal;
	padding: 15px 25px;
}
.btn:hover,
.btn:focus{
	color: #fff;
	background-color: #FCC62D;
}
.btn.grad{
	background-image: -moz-linear-gradient(270deg, #228F6E 0%, #314E66 100%);
	background-image: -webkit-linear-gradient(270deg, #228F6E 0%, #314E66 100%);
	background-image: linear-gradient(270deg, #228F6E 0%, #314E66 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#228F6E', endColorstr='#314E66',GradientType=0 );
}
.btn.grad:hover,
.btn.grad:focus{
	opacity: .9;
}
.btn.yellow{
	padding: 14px 25px;
	color: #000;
	background-color: #FCC62D;
}
.btn.yellow:hover,
.btn.yellow:focus{
	background-color: #228F6E;
	color: #fff;
}
.btn.transp{
	padding: 14px 25px;
	color: #228F6E;
	background-color: transparent;
	border: 1px solid #228F6E;
}
.btn.transp:hover,
.btn.transp:focus{
	background-color: #228F6E;
	color: #fff;
}

#fixedbutton {
	position: fixed;
	top: 0px;
	right: 0px; 
	z-index: 99999;
	margin-top:400px;
}

.add-sticky {
    background: #fff;
    box-shadow: 0px 15px 10px -15px #111;
}
@media only screen and (min-width: 1150px) {
	#fixedbutton {
		margin-bottom:65px;
	}
}

.row.counters-row{
	max-width: none;
	width: 100%;
	border-top: 4px solid #fff;
	background-color: #314E66;
	color: #fff;
	text-transform: uppercase;
	padding: 40px 25px;
	padding-right: 20px;
	margin-bottom: 90px;
}
.row.counters-row .columns{
	display: flex;
	justify-content: center;
	align-items: center;
}
.counters-row p{
	font-size: 15px;
	line-height: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0;
}
.counters-row .counter{
	font-size: 40px;
	line-height: normal;
	font-weight: 700;
	color: #88E4C8;
	margin-right: 8px;
}

body .gform_wrapper{
	margin: 0;
}
body .gform_wrapper .gform_body{
	width: 100%;
}
body .gform_wrapper .gform_body:after{
	content: '';
	display: block;
	clear: both;
}
body .gform_wrapper ul.gform_fields li.gfield{
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}
body .gform_wrapper ul.gform_fields li.gfield.inp-half{
	width: 50%;
	clear: none;
}
body .gform_wrapper ul.gform_fields li.gfield.inp-third{
	width: calc(100% / 3);
	clear: none;
}
body .gform_wrapper ul.gform_fields li.gfield.inp-third.left{
	padding-right: 7px;
}
body .gform_wrapper ul.gform_fields li.gfield.inp-third.center{
	padding: 0 7px;
}
body .gform_wrapper ul.gform_fields li.gfield.inp-third.right{
	padding-left: 7px;
}
body .gform_wrapper ul.gform_fields li.gfield.inp-address{
	width: 100%;
	margin-bottom: 10px;
}
body .gform_wrapper ul.gform_fields li.gfield.inp-half.left{
	padding-right: 10px;
}
body .gform_wrapper ul.gform_fields li.gfield.inp-half.right{
	padding-left: 10px;
}
body .row .gform_wrapper .top_label div.ginput_container{
	margin: 0;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body input[type="text"],
body input[type="text"]:focus,
body input[type="password"],
body input[type="password"]:focus{
	padding: 0 15px;
	margin: 0;
	box-shadow: none;
	border: none;
	background-color: #DBECE7;
	margin-bottom: 16px;
	height: 48px;
	color: #000;
}
body .gform_wrapper textarea{
	padding: 20px 15px;
	margin: 0;
	box-shadow: none;
	border: none;
	box-shadow: none;
	background-color: #DBECE7;
	color: #000;
}
body .gform_wrapper textarea.medium{
	height: 115px;
}
body .gform_wrapper .gform_footer{
	margin: 0;
	padding: 0;
	margin-top: 20px;
	text-align: center;
}
body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type=submit]{
	margin: 0;
	display: inline-block;
	padding: 15px 23px;
	font-family: 'FuturaStd', sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: 700;
	text-transform: uppercase;
	background-image: -webkit-linear-gradient(right, #228F6E 0%, #314E66 100%);
	background-image: -o-linear-gradient(right, #228F6E 0%, #314E66 100%);
	background-image: linear-gradient(to left, #228F6E 0%, #314E66 100%);
	transition: all .3s ease;
}
body .gform_wrapper .gform_footer input.button:hover,
body .gform_wrapper .gform_footer input[type=submit]:hover,
body .gform_wrapper .gform_page_footer input.button:hover,
body .gform_wrapper .gform_page_footer input[type=submit]:hover{
	background-image: -webkit-linear-gradient(right, #314E66 0%, #228F6E 100%);
	background-image: -o-linear-gradient(right, #314E66 0%, #228F6E 100%);
	background-image: linear-gradient(to left, #314E66 0%, #228F6E 100%);
}

/*form error reset*/
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
	max-width: 100% !important;
	margin: 0 !important;
	border: none;
	background-color: transparent;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container
/*body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label*/{
	margin: 0;
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half).half-inp{
	max-width: 50% !important;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
	display: none;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container{
	margin: 0;
}
body .gform_wrapper .top_label .gfield_error{
	width: 100%;
}

body .gform_wrapper .gform_heading{
	margin-bottom: 45px;
}
body .gform_wrapper #gform_1 .gform_heading{
	margin-bottom: 30px;
}
body .gform_wrapper h3.gform_title{
	margin: 0;
	text-align: center;
	font-size: 24px;
	margin-bottom: 15px;
}
body .gform_wrapper span.gform_description{
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	font-weight: 350;
	margin: 0;
	padding: 0 70px;
}
body .gform_wrapper #gform_1 span.gform_description{
	font-size: 14px;
	line-height: 24px;
}
body .gform_wrapper .ginput_complex.ginput_container_address .address_city,
body .gform_wrapper .ginput_complex.ginput_container_address .address_state,
body .gform_wrapper .ginput_complex.ginput_container_address .address_zip{
	margin: 0;
	padding: 0;
	width: calc(100% / 3);
}
body .gform_wrapper .ginput_complex.ginput_container_address .address_city{
	padding-right: 7px;
}
body .gform_wrapper .ginput_complex.ginput_container_address .address_state{
	padding-left: 7px;
	padding-right: 7px;
}
body .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left.address_zip{
	padding: 0 !important;
	margin: 0;
	padding-left: 7px !important;
}
body .gform_wrapper .top_label .gfield_label{
	font-size: 15px;
	line-height: 24px;
	font-weight: 350;
	color: #000;
	margin-bottom: 15px;
}
body #gform_wrapper_3 .top_label .gfield_label{
	font-weight: 500;
	margin-bottom: 25px;
}
body .gform_wrapper .top_label .gfield_label .gfield_required{
	display: none;
}
body .gform_wrapper .top_label li ul.gfield_checkbox,
body .gform_wrapper .top_label li ul.gfield_radio{
	width: 100%;
	margin: 0;
	font-size: 0;
	margin-bottom: 30px;
}
body .gform_wrapper ul.gfield_checkbox li,
body .gform_wrapper ul.gfield_radio li{
	display: inline-block;
	margin: 0;
	margin-right: 50px;
	vertical-align: top;
}
body #gform_wrapper_3 ul.gfield_checkbox li{
	width: 50%;
	margin: 0;
	margin-bottom: 20px;
}
body .gform_wrapper ul.gfield_checkbox li:last-child,
body .gform_wrapper ul.gfield_radio li:last-child{
	margin-right: 0;
}
body .gform_wrapper ul.gform_fields li.gfield input[type=radio],
body .gform_wrapper ul.gform_fields li.gfield input[type=checkbox]{
	display: none;
}
body .gform_wrapper ul.gfield_checkbox li label,
body .gform_wrapper ul.gfield_radio li label{
	position: relative;
	margin: 0;
	padding-left: 30px;
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
	color: #000;
	white-space: nowrap;
}
body .gform_wrapper ul.gfield_radio li label{
	padding-left: 23px;
}
body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
body .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label{
	font-weight: 350;
}
body .gform_wrapper ul.gfield_radio li label:before{
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #228F6E;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}
body .gform_wrapper ul.gfield_checkbox li label:before{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #228F6E;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 0;
}
body .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label:after{
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-color: #228F6E;
	border-radius: 50%;
	position: absolute;
	left: 2px;
	top: 2px;
}
body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:after{
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background-color: #228F6E;
	border-radius: 3px;
	position: absolute;
	left: 3px;
	top: 3px;
}

body .gform_wrapper ul.gform_fields li.gfield.inp-file{
	margin-bottom: 20px;
}
body .gform_wrapper ul.gform_fields li.gfield input[type=file] {
	position: relative;
	font-size: 0;
	min-width: 133px!important;
	height: 39px!important;
	margin: 0;
	vertical-align: top;
}
body .gform_wrapper ul.gform_fields li.gfield input[type=file]::before {
	content: 'File Upload';
	display: block;
	float: left;
	background: #228F6E;
	border-radius: 7px;
	padding: 11px 20px;
	outline: none;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
	transition: all .3s ease;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
body .gform_wrapper ul.gform_fields li.gfield input[type=file]:hover::before,
body .gform_wrapper ul.gform_fields li.gfield input[type=file]:active::before{
	background-color: #FFBC00;
}
body .gform_wrapper ul.gform_fields li.gfield.inp-file .gfield_label{
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 41px;
	margin: 0;
	margin-right: 15px;
}
body .gform_wrapper ul.gform_fields li.gfield.inp-file .ginput_container_fileupload{
	float: left;
	width: 400px;
}
body .gform_wrapper ul.gform_fields li.gfield .ginput_recaptcha{
	margin-top: 30px;
}
body .gform_wrapper ul.gform_fields li.gfield .ginput_recaptcha > div{
	margin: auto;
}
body .gform_wrapper #gform_2 .gform_body{
	max-width: 704px;
	width: 100%;
	margin: auto;
}

.gform_wrapper .validation_message{
	display: none;
}

.select2-container{
	width: 100% !important;
	margin-bottom: 16px;
}
.select2-container--default .select2-selection--single{
	border-radius: 0;
	border: none;
	background-color: #DBECE7;
}
.select2-container .select2-selection--single{
	height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 48px;
	color: #000;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	padding-left: 15px;
	padding-right: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	width: 30px;
	height: 100%;
	top: 0;
	right: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #A1A1A1 transparent transparent transparent;
	border-width: 8px 8px 0 8px;
	left: 0;
	margin-left: 0;
	margin-top: -4px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	border-color: transparent transparent #A1A1A1 transparent;
	border-width: 0 8px 8px 8px;
}
.select2-dropdown{
	border: 1px solid #DBECE7;
	border-radius: 0;
}
.select2-results__option{
	padding: 6px 15px;
	margin: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color: #DBECE7;
	color: #000;
}
.select2-results__option:before{
	display: none;
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error .select2-container--default .select2-selection--single{
	border: 1px solid #790000;
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error .gfield_label{
	color: #790000;
	margin-top: 20px;
}
.gform_confirmation_message{
	text-align: center;
	font-size: 20px;
	color: #228d6d;
	border-top: 1px solid;
	padding-top: 35px;
	margin-top: 35px;
	padding-bottom: 15px;
}

/* ------------------------------------
Header Styles
------------------------------------- */
header{
	padding-bottom: 5px;
}
header .logo{
	max-width: 104px;
}
.header-right-top,
.header-right-bot{
	float: right;
	font-size: 0;
}
.header-right-top{
	margin-bottom: 25px;
}
.header-right-top p{
	display: inline-block;
	margin: 0;
	font-size: 17px;
	line-height: normal;
	font-weight: 700;
	color: #314E66;
}
.header-right-top p a{
	font-weight: 700;
	color: #FFBC00;
}
.header-right-top p a:hover,
.header-right-top p a:focus{
	color: #228F6E;
}
.header-right-top .btn{
	text-transform: none;
	padding: 14px 15px;
	margin-left: 15px;
}

.hidden {
	display: none;
}

.wp-video{
	width: auto !important;
}

.fancybox-button:hover,
.fancybox-button:focus{
	background-color: #228F6E;
	color: #fff;
}

/* ------------------------------------
Content Styles
------------------------------------- */

.hp-banner-wrap{
	position: relative;
	height: 420px;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	margin-bottom: 75px;
}
.hp-banner-wrap:after{
	content: '';
	display: block;
	width: 100%;
	height: 24px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: -moz-linear-gradient(270deg, #228F6E 0%, #314E66 100%);;
	background-image: -webkit-linear-gradient(270deg, #228F6E 0%, #314E66 100%);;
	background-image: linear-gradient(270deg, #228F6E 0%, #314E66 100%);;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#228F6E', endColorstr='#314E66',GradientType=0 );
}
.hp-banner-cont{
	position: relative;
	z-index: 9;
	max-width: 680px;
	width: 100%;
	top: -12px;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}
.hp-banner-cont .banner-text{
	font-size: 0;
}
.hp-banner-cont .banner-text h1{
	position: relative;
	display: inline-block;
	background-color: #fff;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 20px 25px;
	width: calc(100% - 135px);
}
.hp-banner-cont .banner-text h1:after{
	content: '';
	display: block;
	width: 50px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: -50px;
}
.hp-banner-cont img{
	position: relative;
	display: inline-block;
	max-width: 135px;
	margin-top: -20px;
	vertical-align: top;
	z-index: 9;
}

.video-row{
	font-size: 0;
	margin-bottom: 110px;
}
.video-row p{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	padding-right: 20px;
}
.video-row .btn{
	margin-top: 5px;
}

.recall-row{
	margin-bottom: 135px;
}
.recall-row h3{
	font-size: 28px;
	line-height: normal;
	font-weight: 350;
	margin-bottom: 10px;
}
.recall-row p{
	max-width: 720px;
	margin: auto;
	margin-bottom: 30px;
}

.row.benefits-row{
	max-width: none;
}
.row.benefits-row .columns{
	border: 3px solid #fff;
	background-image: -moz-linear-gradient(180deg, #5F869F 0%, #314E66 100%);
	background-image: -webkit-linear-gradient(180deg, #5F869F 0%, #314E66 100%);
	background-image: linear-gradient(180deg, #5F869F 0%, #314E66 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5F869F', endColorstr='#314E66',GradientType=0 );
	color: #fff;
	padding-bottom: 70px;
}
.row.benefits-row .columns:nth-child(3n+1){
	border-left: 0;
}
.row.benefits-row .columns:nth-child(3n){
	border-right: 0;
}
.row.benefits-row .columns img{
	max-width: 210px;
	margin-top: -52px;
	margin-bottom: 15px;
}
.row.benefits-row .columns p{
	margin: 0;
	line-height: 20px;
}
.row.benefits-row .columns .more{
	display: inline-block;
	color: #FCC62D;
	font-size: 16px;
	line-height: normal;
	margin-top: 15px;
}
.row.benefits-row .columns .more:hover{
	color: #228F6E;
}
.row.benefits-row .columns .more i{
	margin-left: 5px;
}

.banner-wrap{
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
}
.banner-wrap .row{
	max-width: 620px;
}
.banner-wrap .row .banner-text{
	border: 6px solid #fff;
	background-image: -moz-linear-gradient(-39deg, #228F6E 0%, #314E66 100%);
	background-image: -webkit-linear-gradient(-39deg, #228F6E 0%, #314E66 100%);
	background-image: linear-gradient(-39deg, #228F6E 0%, #314E66 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#228F6E', endColorstr='#314E66',GradientType=0 );
	color: #fff;
	padding-top: 40px;
	padding-bottom: 50px;
}
.banner-wrap.agents-banner .row .banner-text{
	padding-top: 55px;
	padding-bottom: 65px;
}
.banner-wrap .row .banner-text p,
.banner-wrap .row .banner-text h2{
	font-size: 34px;
	line-height: 46px;
	padding: 0 35px;
	margin-bottom: 20px;
}
.banner-wrap .row .banner-text.text-small p{
	font-size: 30px;
	line-height: 42px;
}
.banner-wrap .row .banner-text h2{
	font-weight: 700;
	margin-bottom: 15px;
	color: #fff;
}
.banner-wrap .row .banner-text h5{
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: 500;
	margin-bottom: 15px;
	color: #fff;
	text-transform: uppercase;
}
.banner-wrap .row .banner-text h3{
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 25px;
}
.banner-wrap .row .banner-text h3 a{
	font-weight: inherit;
	color: #88E4C8;
}
.banner-wrap .row .banner-text h3 a:hover{
	color: #FCC62D;
}
.banner-wrap.pre-footer{
	position: relative;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
}

.assoc-row{
	margin-bottom: 70px;
}
.assoc-row .list-wrap{
	overflow: hidden;
}
.assoc-row h2{
	margin-bottom: 40px;
}
.assoc-row h4{
	position: relative;
	display: inline-block;
	background-color: #fff;
	padding: 0 30px;
	margin-bottom: 45px;
}
.assoc-row h4:before{
	content: '';
	display: block;
	width: 2000px;
	height: 1px;
	background-color: #314E66;
	position: absolute;
	top: 50%;
	left: -1000px;
	margin-top: -1px;
	z-index: -1;
}
.assoc-row ul:not(.charities-list){
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.assoc-row ul li{
	display: inline-block;
	margin: 0 13px;
	padding: 0;
	line-height: normal;
}
.assoc-row ul li:before{
	display: none;
}
.assoc-row ul li:first-child{
	margin-left: 0;
}
.assoc-row ul li:last-child{
	margin-right: 0;
}
.assoc-row ul.charities-list{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.assoc-row ul.charities-list li{
	margin: 0;
	margin-bottom: 35px;
}

.inner-top-banner{
	position: relative;
	height: 184px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
}
.inner-top-banner:after{
	content: '';
	display: block;
	width: 100%;
	height: 24px;
	background-image: -moz-linear-gradient(270deg, #228F6E 0%, #314E66 100%);
	background-image: -webkit-linear-gradient(270deg, #228F6E 0%, #314E66 100%);
	background-image: linear-gradient(270deg, #228F6E 0%, #314E66 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#228F6E', endColorstr='#314E66',GradientType=0 );
	position: absolute;
	bottom: 0;
	left: 0;
}

.about-top-text{
	padding-top: 75px;
	padding-bottom: 80px;
}
.about-top-text h2{
	margin-bottom: 40px;
}
.about-top-text ul{
	margin-left: 20px;
	padding-right: 20px;
}
.about-top-text ul li{
	padding-left: 25px;
}
.about-top-text ul li:before{
	color: inherit;
	left: 0;
}

.row.advant-row{
	max-width: 100%;
	display: flex;
	align-items: center;
	background-color: #F0F0F0;
}
.row.advant-row h3{
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 20px;
}
.row.advant-row:nth-child(even){
	background-color: #DBECE7;
}
.inspection-types .row.advant-row:nth-child(even){
	background-color: #F0F0F0;
}
.inspection-types .row.advant-row:nth-child(4n), .inspection-types .row.advant-row:nth-child(4n-1) {
	background: #DBECE7 !important;
}
.advant-row .advant-left{
	max-width: calc(100% - 550px);
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 110px;
	padding-right: 100px; 
}
.services .advant-row .advant-left{
	max-width: calc(100% - 556px);
	padding-top: 85px;
	padding-bottom: 100px;
	padding-left: 115px;
	padding-right: 65px;
}
.services.inspection-types .advant-row .advant-left{
	padding-right: 31px;
}
.services .advant-row .advant-left p:last-of-type{
	/*margin-bottom: 0;*/
}
.services.inspection-types .advant-row .advant-left p{
	margin-bottom: 10px;
	padding-right: 50px;
}
.services .advant-row .advant-left h4{
	color: #000;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: none;
}
.services.inspection-types .advant-row .advant-left h4{
	color: #000;
	font-weight: 350;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0;
	text-transform: none;
	margin-bottom: 15px;
}
.advant-row .advant-left .list-wrapper{
	float: left;
	width: 100%;
}
.advant-row .advant-left .list-wrapper.cols-1{
	margin-top: 5px;
	margin-bottom: 35px;
}
.advant-row .advant-left .list-wrapper.cols-2{
	width: 46%;
	margin-right: 6%;
}
.advant-row .advant-left .list-wrapper.cols-3{
	width: 31%;
	margin-top: 20px;
	margin-bottom: 35px;
}
.advant-row .advant-left .list-wrapper.last{
	margin-right: 0;
}
.services .advant-row .advant-left .list-wrapper ul,
.services .advant-row .advant-left .list-wrapper ol{
	margin: 0;
}
.advant-row .advant-left .list-wrapper ol li,
.advant-row .advant-left .list-wrapper ul li{
	font-size: 16px;
	line-height: 17px;
	margin-bottom: 10px;
}
.advant-row .advant-left .list-wrapper.font-small ul li,
.advant-row .advant-left .list-wrapper.font-small ol li{
	font-size: 16px;
	line-height: 22px;
}
.services .advant-row .advant-left ol,
.services .advant-row .advant-left ul{
	margin-bottom: 35px;
}
.services .advant-row .advant-left ol:last-of-type,
.services .advant-row .advant-left ul:last-of-type{
	/*margin-bottom: 0;*/
}
.services .advant-row .advant-left ul li{
	line-height: 24px;
}
.services .advant-row .advant-left ol li{
	margin-bottom: 15px;
}
.services .advant-row .advant-left ul li:last-child,
.services .advant-row .advant-left ol li:last-child{
	margin-bottom: 0;
}
.services.inspection-types .advant-row .advant-left hr{
	margin: 0;
	padding: 0;
	border: none;
}
.services .advant-row .advant-left .btn{
	margin-top: 35px;
	display: table;
}
.advant-row .advant-right{
	max-width: 550px;
	width: 100%; 
	min-height: 334px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.services .advant-row .advant-right{
	max-width: 556px;
	min-height: auto;
}
.services .advant-row .advant-left .warranty-wrapper{
	margin-top: 15px;
	margin-bottom: 45px;
	max-width: 740px; 
}
.services .advant-row .advant-left .warranty-wrapper:after{
	content: '';
	display: block;
	clear: both;
}
.services .advant-row .advant-left .warranty-wrapper img{
	width: calc(100% / 6);
	margin: 0;
	/*margin-right: 15px;*/
	padding-right: 15px;
}
.services .advant-row .advant-left .warranty-wrapper img:last-child{
	/*margin-right: 0;*/
	/*padding-right: 0;*/
}
.services .advant-row .advant-left .warranty-wrapper:after{
	content: '';
	display: block;
	clear: both;
}
.services.inspection-types .advant-row .advant-left .btn{
	display: inline-block;
	margin-top: 0;
	padding: 14px 20px;
	margin-right: 15px;
	margin-bottom: 40px;
}
.services.inspection-types .advant-row .advant-left .btn:last-of-type{
	margin-right: 0;
}
.services.inspection-types .advant-row .advant-left .btn:last-child,
.services.inspection-types .advant-row .advant-left .btn:nth-last-child(2){
	margin-bottom: 0;
}
.services.inspection-types .advant-row .advant-left .btn.transp{
	padding: 13px 20px;
}

.areas-row{
	padding: 65px 0;
}
.areas-row p{
	font-weight: 500;
	font-style: oblique;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
}
.areas-row p strong{
	font-size: 15px;
	font-style: normal;
}

.testim-section{
	padding-top: 110px;
	padding-bottom: 135px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.testim-section h2{
	color: #fff;
	font-weight: 700;
	margin-bottom: 45px;
}
.testim-section .testim-cont{
	background-color: #fff;
	padding: 45px 35px 50px;
	margin-bottom: 20px;
}
.testim-section .testim-cont p{
	font-style: oblique;
	font-size: 16px;
	line-height: 27px;
	margin: 0;
}
.testim-section .testim-cont h5{
	font-size: 14px;
	line-height: normal;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 20px;
}
.testim-section .reviews-wrap{
	background-color: #DBECE7;
	padding: 35px 0;
}
.testim-section .reviews-wrap .row{
	display: flex;
	align-items: center;
}
.testim-section .reviews-wrap h3{
	margin: 0;
	margin-left: 35px;
}

.team-wrap{
	padding-top: 80px;
	padding-bottom: 115px;
}
.team-row{
	position: relative;
}
.team-row .columns{
	transition: all .5s ease;
}
.team-row .member-wrap{
	position: relative;
	background-color: #DBECE7;
	padding: 35px 10px 10px;
	min-height: 320px;
	margin-bottom: 20px;
	cursor: pointer;
	transition: all .3s ease;
}
.team-row .member-wrap.active:before{
	content: '';
	display: block;
	width: 100%;
	height: 20px;
	background-color: #228F6E;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: -20px;
}
.team-row .member-wrap.active:after{
	content: '';
	display: block;
	width: 56px;
	height: 28px;
	border-top: 28px solid #228F6E;
	border-left: 28px solid transparent;
	border-right: 28px solid transparent;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -28px;
	margin-bottom: -38px;
}
.team-row .member-wrap:hover{
	background-color: #E3EEEB;
}
.team-row .member-wrap img{
	margin-bottom: 15px;
	max-width: 140px;
}
.team-row .member-wrap .photo-placeholder{
	background-color: #C0C0C0;
	max-width: 140px;
	width: 100%;
	height: 176px;
	margin: auto;
	margin-bottom: 15px;
}
.team-row .member-wrap h3{
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	color: #314E66;
	margin-bottom: 10px;
}
.team-row .member-wrap h4{
	margin-bottom: 0;
}
.team-row > .columns{
	position: initial;
}
.team-row [class*="column"]+[class*="column"]:last-child{
	float: left;
}
.team-row .columns .bio-wrap{
	position: absolute;
	left: 10px;
	opacity: 0;
	overflow: hidden;
	padding: 95px 0;
	transition: all .3s ease;
}
.team-row .columns .bio-wrap .bio-inner{
	padding: 40px 60px;
	border-top: 2px solid #88E4C8;
	border-bottom: 2px solid #88E4C8;
	text-align: left;
}
.team-row .columns .bio-wrap .bio-inner p{
	margin-bottom: 10px;
}
.team-row .columns .bio-wrap .bio-inner p:last-child{
	margin-bottom: 0;
}

.team-form {
	padding: 115px 0;
	background-position: center;
	background-size: cover;
}
.team-form .form-wrap{
	background-color: #fff;
	padding: 35px 45px;
}

/*FAQ page*/
.services-list-wrap{
	margin-top: 100px;
	margin-bottom: 110px;
}
.service-row{
	margin-bottom: 35px;
}
.service-row:last-of-type{
	margin-bottom: 0;
}
.service-row h3{
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #228F6E;
	position: relative;
	border-bottom: 1px solid #314E66;
	padding: 4px 0 12px 0;
	margin-bottom: 0;
}
.service-row h3 .switcher{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 40px;
	height: 100%;
	color: #228F6E;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	padding-right: 4px;
}
.service-row h3 .switcher:before,
.service-row h3 .switcher:after{
	font-family: 'FontAwesome';
	font-size: 20px;
	font-weight: 400;
}
.service-row h3 .switcher:before{
	content: '\f067';
}
.service-row h3 .switcher:after{
	content: '\f068';
	display: none;
}
.service-row.active h3 .switcher:before{
	display: none;
}
.service-row.active h3 .switcher:after{
	display: block;
}
.service-row .content{
	padding-top: 25px;
}


.page-content{
	margin: 65px auto;
}

.main-video-wrap{
	background-color: #F0F0F0;
	padding-top: 85px;
	padding-bottom: 165px;
}
.main-video-wrap h3{
	margin-bottom: 40px;
}
.main-video-wrap .wp-video{
	margin: auto;
}

#gform_3{
	max-width: 780px;
	width: 100%;
}
.gform_wrapper #gform_3 span.gform_description{
	padding: 0 55px;
}
.gform_wrapper #gform_3 .gform_footer{
	text-align: left;
}

.scroll-menu{
	max-width: 100%;
	background-color: #314E66;
	border-top: 3px solid #fff; 
}
.scroll-menu ul{
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 92px;
	padding: 10px 0;
}
.scroll-menu ul li{
	padding: 0;
	margin: 0;
	margin: 0 32px; 
}
.scroll-menu ul li:before{
	display: none;
}
.scroll-menu ul li a{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	color: #88E4C8;
}

.list-wrapper{
	display: block;
}

.video-container{
	padding: 85px 0 150px;
}
.video__item h4{
	font-size: 18px;
	line-height: 24px;
	color: #228F6E;
	font-family: 'FuturaStd';
	font-weight: 700;
	text-transform: initial;
}
.video-heading__wrap{
	margin-bottom: 30px;
	padding: 0 5px;
}
.video__item p{
	margin-bottom: 0;
}
.video__item{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.video__item:not(:nth-last-child(1)):not(:nth-last-child(2)){
	margin-bottom: 45px;
}
.video__wrap{
	font-size: 0;
}
.wp-video .mejs-container .mejs-controls{
	opacity: 0;
	transition: all .3s ease;
}
.wp-video:hover .mejs-container .mejs-controls {
	/*display: block;*/
	opacity: 1;
}
.wp-video .mejs-overlay-button{
	background-image: url(images/play-control.svg);
	background-position: center;
	width: 31px;
	height: 62px;
	transition: all .3s ease;
}
.wp-video .mejs-overlay:hover>.mejs-overlay-button{
	background-position: center;
	opacity: .8;
}

/*  BLOG ARCHIVE  */


.blog .inner-top-banner,
.single .inner-top-banner,
.archive .inner-top-banner,
.category .inner-top-banner{
	margin-bottom: 92px;
}
.blog-archive{
	padding-bottom: 90px;
}
.blog-content{
	display: flex;
	flex-direction: column;
}
.single .blog-content{
	margin-bottom: 60px;
	padding-right: 25px;
}
.blog-archive__item{
	position: relative;
	padding-bottom: 65px;
	margin-bottom: 70px;
}
.blog-archive__item:after{
	content: '';
	display: block;
	width: calc(100% - 25px);
	height: 3px;
	background-color: rgba(216, 216, 216, 0.5);
	border: 1px solid rgba(136, 228, 200, 0.5);
	position: absolute;
	bottom: 0;
	left: 0;
}
.blog-archive__item:last-of-type{
	margin-bottom: 0;
}
.blog-archive__item:last-of-type:after{
	display: none;
}
.blog-archive__img{
	width: calc(100% - 25px);
	margin-bottom: 28px;
	background-color: #314E66;
}
.blog-archive__heading{
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 19px;
}
.blog-archive__heading a{
	color: #000;
	font-weight: 700;
}
.blog-archive__description{
	padding-right: 35px;
}
.blog-read-more{
	font-size: 14px;
}
.blog-read-more::after{
	position: relative;
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 14px;
	margin-left: 5px;
}

ul.pagination{
	display: flex;
	align-self: center;
	margin: 0;
	margin-top: 20px;
	min-height: auto;
}
ul.pagination li::before{
	content: '';
}
ul.pagination li{
	float: none;
	padding-left: 0;
	text-align: center;
	margin-bottom: 0;
	margin: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: inherit;
	color: inherit;
}
ul.pagination li a,
ul.pagination li span{
	display: block;
	width: 100%;
	height: 100%;
	color: #228F6E;
	font-size: 16px;
	font-weight: 350;
	border-radius: 0;
}
ul.pagination li a.prev,
ul.pagination li a.next{
	font-size: 12px;
}
ul.pagination li a.prev{
	border-right: 1px solid #B8DBD1;
}
ul.pagination li a.next{
	border-left: 1px solid #B8DBD1;
}
ul.pagination li span{
	background-color: #228F6E;
	color: #ffffff;
}

/* SIDEBAR */
.sidebar{
	margin-bottom: 40px;
}
.sidebar .widget{
	display: flex;
	flex-direction: column;
	margin-bottom: 70px;
}
.sidebar .widget:last-child{
	margin-bottom: 0;
}
.sidebar .widget h5{
	padding-bottom: 6px;
	color: #314E66;
	border-bottom: 1px solid #88E4C8;
	margin-bottom: 25px;
	text-transform: uppercase;
	line-height: 22px;
	letter-spacing: 0.88px;
}
.sidebar .widget p{
	margin-bottom: 0;
	font-size: 16px;
	line-height: normal;
}
.sidebar .widget .btn{
	width: 100%;
	margin-top: 30px;
	text-align: center;
	padding: 14px 15px;
	background: -webkit-linear-gradient(right, #228F6E 0%, #314E66 100%);
	background: -o-linear-gradient(right, #228F6E 0%, #314E66 100%);
	background: linear-gradient(to left, #228F6E 0%, #314E66 100%);
	transition: all .3s ease;
}
.sidebar .widget .btn:hover{
	background: -webkit-linear-gradient(right, #314E66 0%, #228F6E 100%);
	background: -o-linear-gradient(right, #314E66 0%, #228F6E 100%);
	background: linear-gradient(to left, #314E66 0%, #228F6E 100%);
}
.sidebar .widget .textwidget{
	padding: 0 15px;
}
.sidebar .widget_categories{
	display: block;
	padding-top: 10px;
	margin-bottom: 80px;
}
.sidebar .widget_categories ul li::before{
	display: none;
}
.sidebar .widget_categories ul li{
	padding-left: 15px;
}
#black-studio-tinymce-3 a{
	display: block;
}
#black-studio-tinymce-3 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 10px;
}
#black-studio-tinymce-3 ul li:nth-child(odd){
	padding-right: 16px;
}
#black-studio-tinymce-3 ul li:nth-child(even){
	padding-left: 16px;
}
#black-studio-tinymce-3 ul li{
	width: 50%;
	margin-bottom: 24px;
	padding-left: 0;
}
#black-studio-tinymce-3 ul li:nth-last-child(1),
#black-studio-tinymce-3 ul li:nth-last-child(2){
	margin-bottom: 0;
}
#black-studio-tinymce-3 ul li::before{
	content: '';
}
#black-studio-tinymce-3 ul li img{
	margin: 0;
}

/*  BLOG SINGLE  */
.blog-single{
	padding-bottom: 100px;
}
.blog-single__img{
	margin-bottom: 28px;
}
.blog-single__heading{
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 2rem;
	color: #000;
}
.blog-single__content{
	padding-right: 10px;
}
.blog-single__content h3{
	font-size: 18px;
	margin-bottom: 0;
}

.prev-post, .next-post{
	display: inline-block;
	font-size: 16px;
	line-height: normal;
	font-weight: 500;
	letter-spacing: 1px;
	max-width: 175px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	background-color: #DBECE7;
	color: #228F6E;
	padding: 14px 0;
}
.next-post{
	float: right;
}
.prev-post i, .next-post i{
	font-size: 25px;
}
.prev-post span, .next-post span{
	vertical-align: text-bottom;
}
.prev-post .fa-angle-left{
	margin-right: 8px;
}
.next-post .fa-angle-right{
	margin-left: 8px;
}




/* REAL ESTATE AGENTS*/

.agents-wrap{
	margin-top: -224px;
	position: relative;
}
.inner-top-banner.big-banner{
	height: 434px;
	align-items: flex-start;
	padding-top: 86px;
}
.agents__card{
	padding: 50px 65px 40px 60px;
	background-color: #DBECE7;
}
.recallcheck .agents__card{
	padding: 50px 60px 40px;
}
.agents__card h2{
	color: #314E66;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 10px;
}
.agents__card p{
	margin-bottom: 0;
	margin-bottom: 40px;
}
.agents__card p:last-of-type{
	margin: 0;
}
.agents__card h5{
	display: inline-block;
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
}
.agents__text-content{
	margin-top: 60px;
	padding-bottom: 100px;
}
.agents__text-content p{
	margin-bottom: 10px;
}
.agents__text-content p:last-child{
	margin-bottom: 0;
}
.agents__text-content h5{
	font-size: 15px;
	line-height: 24px;
	font-weight: 700;
	margin-top: 50px;
	margin-bottom: 10px;
}

.agents__download-head {
	padding-top: 100px;
	border-bottom: 1px solid #F0F0F0;
}
.agents__download-head h2{
	line-height: 32px;
	font-size: 24px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 29px;
}
.agents__download{
	padding: 30px 0 42px;
}
.download-item{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 48px;
}
.download-item i{
	font-size: 40px;
	line-height: 46px;
	color: #88E4C8;
	margin-bottom: 17px;
}
.download-item h3{
	font-size: 20px;
	line-height: 30px;
	color: #314E66;
	margin-bottom: 30px;
	font-weight: 400;
}
.download-item .btn{
	cursor: pointer;
}

body .gform_wrapper .order-inspection-form{
	max-width: 780px;
}
body .gform_wrapper ul.gform_fields li.gfield.type-select .select2-container--default .select2-selection--single{
	border: 1px solid #228F6E;
}
body .gform_wrapper ul.gform_fields li.gfield.type-select .select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #228F6E;
}
body .gform_wrapper ul.gform_fields li.gfield.type-select .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #228F6E transparent transparent transparent;
	border-width: 6px 6px 0 6px;
	margin-top: -3px;
}
body .gform_wrapper ul.gform_fields li.gfield.type-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #228F6E transparent;
}
body .gform_wrapper .order-inspection-form div.gform_body ul.gform_fields li.gfield.gfield_html,
body .gform_wrapper .order-inspection-form .top_label .gfield_label{
	font-size: 20px;
	line-height: 30px;
	margin-top: 20px;
}
body .gform_wrapper .order-inspection-form div.gform_body ul.gform_fields li.gfield.gfield_html{
	margin-bottom: 15px;
}
body .gform_wrapper .order-inspection-form .top_label li ul.gfield_checkbox,
body .gform_wrapper .order-inspection-form .top_label li ul.gfield_radio{
	margin-bottom: 10px;
}
body .gform_wrapper .order-inspection-form ul.gfield_checkbox li label,
body .gform_wrapper .order-inspection-form ul.gfield_radio li label{
	font-size: 15px;
	line-height: 24px;
	font-weight: 350;
}
body .gform_wrapper .order-inspection-form .top_label li.field-add-serv ul.gfield_checkbox,
body .gform_wrapper .order-inspection-form .top_label li.field-add-serv ul.gfield_radio{
	margin-bottom: 40px;
}
body .gform_wrapper .field-add-serv ul.gfield_checkbox li,
body .gform_wrapper .field-add-serv ul.gfield_radio li,
body .gform_wrapper .field-who ul.gfield_checkbox li,
body .gform_wrapper .field-who ul.gfield_radio li{
	width: 26%;
	padding-right: 20px !important;
	margin-right: 0;
	margin-bottom: 15px;
}

body .gform_wrapper .order-inspection-form .gform_footer{
	text-align: left;
	margin-bottom: 40px;
}

.download-link{
	margin-top: 20px;
}
.download-link .error{
	margin: 0;
	font-size: 15px;
}



/* Employment Opportunities Page */
.employment-intro {
	align-items: center;
	display: flex;
	flex-flow: row wrap;
	margin: 0 auto;
	max-width: 1200px;
	padding: 115px 0 80px;
}
.employment-intro__hightlight {
	flex: 0 0 37.5%;
	max-width: 37.5%;
	padding: 0 75px 0 10px;
	position: relative;
}
.employment-intro__hightlight:before {
	color: #DBECE7;
	content: "\f054";
	font-family: 'FontAwesome';
	font-size: 40px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.employment-intro__hightlight p {
	color: #228F6E;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.33334;
	text-align: center;
}
.employment-intro__text {
	flex: 0 0 62.5%;
	max-width: 62.5%;
	padding: 0 10px;
}
.employment-intro__text h3 {
	color: #FCC62D;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.employment-intro__text p {
	font-size: 18px;
	line-height: 1.66667;
	margin: 0 0 35px;
}

.employment-advantages {
	background: #228F6E;
	padding: 80px 0 30px;
	text-align: center;
}
.employment-advantages__container {
	margin: 0 auto;
	max-width: 1070px;
}
.employment-advantages__title {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 55px;
	padding: 0 10px;
}
.employment-advantages__list {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.employment-advantages__item {
	flex: 0 0 25%;
	margin: 0 0 25px;
	max-width: 25%;
	padding: 10px 10px;
}
.employment-advantages__item:before {
	content: none;
}
.employment-advantages__item-icon {
	color: #88E4C8;
	display: block;
	font-size: 60px;
	margin: 0 0 20px;
}
.employment-advantages__item-title {
	color: #fff;
	display: block;
	font-size: 20px;
	line-height: 1.4;
	margin: 0 auto;
	max-width: 180px;
}

.employment-banner {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 120px 0 105px;
	position: relative;
	text-align: center;
}
.employment-banner:before {
	background: #000;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0.1;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.employment-banner__container {
	margin: 0 auto;
	max-width: 960px;
	position: relative;
	z-index: 2;
}
.employment-banner__title {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 25px;
	padding: 0 10px;
}
.employment-banner__text {
	padding: 0 10px;
}
.employment-banner__text p {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
}

.employment-benefits {
	padding: 85px 0 70px;
	text-align: center;
}
.employment-benefits__container {
	margin: 0 auto;
	max-width: 960px;
}
.employment-benefits__text {
	padding: 0 10px;
}
.employment-benefits__text p {
	font-size: 18px;
	line-height: 1.83334;
	margin: 0 0 25px;
}
.employment-benefits__list {
	list-style: none;
	margin: 0 auto;
	max-width: 620px;
	padding: 0 10px;
}
.employment-benefits__item {
	margin: 0;
	padding: 30px 100px;
	position: relative
}
.employment-benefits__item:before {
	content: none;
}
.employment-benefits__item-icon {
	color: #228F6E;
	display: block;
	font-size: 60px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.employment-benefits__item-title {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.33334;
	margin: 0 auto;
	max-width: 420px;
}
.employment-benefits__text + .employment-benefits__list {
	padding-top: 50px;
}
.employment-benefits__item:nth-child(2n+1) .employment-benefits__item-icon {
	left: 0;
}
.employment-benefits__item:nth-child(2n) .employment-benefits__item-icon {
	right: 0;
}

.employment-vacancies {
	border-top: 8px solid #DBECE7;
	padding: 75px 0 40px;
}
.employment-vacancies__title {
	color: #FCC62D;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
.employment-vacancies__categories {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0
}
.employment-vacancies__category-title {
	align-items: center;
	border-bottom: 2px solid #88E4C8;
	color: #A4A4A4;
	cursor: pointer;
	display: flex;
	flex: 1 0 25%;
	flex-flow: row wrap;
	font-size: 20px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	margin: 0;
	padding: 20px 10px;
	text-align: center;
	transition: all 0.2s ease-out;
}
.employment-vacancies__category-title:before {
	content: none;
}
.employment-vacancies__category-title:hover {
	color: #88E4C8;
}
.employment-vacancies__category-title.active {
	border-bottom-color: #228F6E;
	color: #228F6E;
	pointer-events: none;
}
.employment-vacancies__tab {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -10px;
	padding: 55px 35px 20px;
}

.vacancy__header {
	background: #DBECE7;
	border-bottom: 20px solid #228F6E;
	display: flex;
	flex: 0 0 calc(100%/3 - 20px);
	flex-flow: column wrap;
	margin: 0 10px 20px;
	max-width: calc(100%/3 - 20px);
	padding: 35px 10px 40px;
	position: relative;
	text-align: center;
}
.vacancy__header:after {
	border-color: #228F6E transparent transparent transparent;
	border-style: solid;
	border-width: 20px;
	bottom: -60px;
	content: '';
	display: block;
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.2s ease-out;
	z-index: 1;
}
.vacancy__header.active:after {
	opacity: 1;
}
.vacancy__icon {
	color: #88E4C8;
	font-size: 40px;
	line-height: 1.2;
	margin: 0 0 10px;
}
.vacancy__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 25px;
}
.vacancy__button {
	margin: auto auto 0;
}
.vacancy__content {
	border-bottom: 2px solid #88E4C8;
	border-top: 2px solid #88E4C8;
	display: none;
	margin: 50px 0;
	padding: 55px 60px 30px;
}
.vacancy__content p,
.vacancy__content ul {
	font-size: 18px;
	line-height: 1.83334;
}
.vacancy__button-wrap {
	margin-top: 50px;
	text-align: center;
}


/* ------------------------------------
Footer Styles
------------------------------------- */
footer p{
	margin: 0;
}
.footer-top{
	font-size: 0;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: -moz-linear-gradient(210deg, #228F6E 0%, #314E66 100%);
	background-image: -webkit-linear-gradient(210deg, #228F6E 0%, #314E66 100%);
	background-image: linear-gradient(210deg, #228F6E 0%, #314E66 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#228F6E', endColorstr='#314E66',GradientType=0 );
}
.footer-top .row .columns:first-child > *{
	display: inline-block;
	vertical-align: top;
}
.footer-top .footer-logo{
	max-width: 135px;
	margin-right: 25px;
}
.footer-top h5{
	font-size: 15px;
	line-height: normal;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer-top p{
	font-size: 15px;
	font-weight: 350;
}
.footer-top p a{
	color: #FCC62D;
}
.footer-top p a:hover,
.footer-top p a:focus{
	color: #228F6E
}
.footer-top .find-us{
	max-width: 190px;
	width: 100%;
	margin-right: 30px;
}
.footer-top .contact-us{
	max-width: 150px;
	width: 100%;
	margin-right: 30px;
}
.footer-top .soc-networks{
	max-width: 150px;
	width: 100%;
	margin-right: 40px;
}
.footer-top .soc-networks ul{
	list-style: none;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	font-size: 0;
}
.footer-top .soc-networks ul li{
	display: inline-block;
	margin: 0;
	margin-right: 18px;
	padding: 0;
	line-height: normal;
}
.footer-top .soc-networks ul li:before{
	display: none;
}
.footer-top .soc-networks ul li:last-child{
	margin: 0;
}
.footer-top .soc-networks ul li a{
	font-size: 40px;
	color: #88E4C8;
}
.footer-top .soc-networks ul li a:hover,
.footer-top .soc-networks ul li a:focus{
	color: #FCC62D
}
.footer-top .soc-networks .btn.yellow{
	padding: 14px 20px;
}
.footer-top .reviws{
	max-width: 150px;
	width: 100%;
}
.footer-top .reviws p:first-of-type img{
	max-width: 114px;
	margin: 0;
	margin-bottom: 10px;
}
.footer-top .reviws p:last-of-type img{
	max-width: 126px;
	margin: 0;
}
.footer-top .footer-areas{
	margin-top: 5px;
	color: #88E4C8;
}
.footer-top .footer-areas h6{
	font-size: 15px;
	font-weight: 700;
	font-style: normal;
	color: #88E4C8;
	margin: 0;
}
.footer-top .footer-areas p{
	font-weight: 350;
	font-style: oblique;
	font-size: 14px;
	line-height: 24px;
}
.footer-bot{
	padding: 11px 0;
}
.footer-bot p{
	font-size: 13px;
	line-height: 24px;
	color: #000;
	font-weight: 350;
}

.scroll-top-btn{
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #228F6E;
	border-radius: 50%;
	color: #fff;
	font-size: 15px;
	text-align: center;
	position: fixed;
	right: 15px;
	bottom: 20px;
	z-index: 999;
	transition: all .3s ease;
}
.scroll-top-btn:hover,
.scroll-top-btn:focus{
	background-color: #FCC62D;
}


.employment-vacancies__category-title {
	display: none;
}

body .gform_wrapper .job-type-list ul.gfield_radio li label {
	font-size: 15px!important;
	line-height: 24px!important;
	font-weight: 350;
}
















