/* # Genesis Sample Child Theme
Theme Name: Robertson Stephens Custom Theme
Theme URI: http://my.studiopress.com/themes/genesis/
Description: This is the custom theme created for the Genesis Framework.
Author: New Frontier
Author URI: https://www.newfrontier.com
Template: genesis
Template Version: 2.2.2
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

div.wpcf7-response-output {clear: both;}

/*************************** START VISUAL COMPOSER CSS  **********************/



.vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.headerphoneandlogin a,
.headerphoneandlogin {
	color: #203040;
	font-size: 12px;
}

.headerphoneandlogin .fas, i {
	color: #028CC9;
}

.header-social {
 padding-left: 5px !important;
 padding-right: 5px !important;
vertical-align: middle;
}

.header-social i {
 font-size: 1.25em;
}

.headerphoneandlogin a {
	padding: 5px 25px 5px;
	display: inline-block;
}

a.clientloginlink {
	background: #F1EFEE;
}

.vc_row.herotoprow {
	height: 480px;
}

.herotoprow h1 {
	color: #028CC9;
	text-transform: uppercase;
	font-size: 64px;
	font-weight: 800;
}
.herotoprow h3,
.herotoprow h3 a {
	color: #000;
	text-transform: none;
	font-weight: 600;
	font-size: 26px;
}

/** home 2021 **/
.revealdiv {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-size: 16px;
	display: none;
	padding: 30px;
}

.revealdiv a {
	color: #F5A623;
}

.rsrevealfullbox button:hover,
.rsrevealfullbox button {
    background-color: transparent;
    border: 0;
    color: #fff;
	text-decoration: underline;
    cursor: pointer;
    font-size: 10px;
    font-weight: normal;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
    border-radius: 2px;
	text-align: right;
}

button.Show:focus,
button.Show:active,
button.Show:hover,
button.Show {
	background-color: transparent;
	border: 0;
	color: #292A3C;
	cursor: pointer;
	font-size: 24px;
	font-weight: bold;
	padding: 0;
	text-transform: none;
	width: 100%;
	border-radius: 0;
}

button.Show::after {
    font-family: "Font Awesome 5 Free" !important;
	content: " \f101" !important;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
  }

.herotextnew.active button.Show::after {
    font-family: "Font Awesome 5 Free" !important;
	content: " \f103" !important;
	font-size: 16px;
	font-weight: bold;
	padding-left: 14px;
  }

.whowearenew {
	margin-top: -2px !important;
	}

.revealdiv a.caratlink {
	text-transform: none;
	font-size: 16px;
}

.revealdiv a.caratlink:focus,
.revealdiv a.caratlink:active,
.revealdiv a.caratlink:hover {
	color: #fff;

}

/** what we do overlay css **/
.imagecontainer {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('/wp-content/uploads/2021/07/blueopaque50.png');
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: .5s ease;
}

.imagecontainer:hover .overlay {
  height: 0;
}

.text {
	width: 100%;
	z-index: 999;
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.text,
.text a,
.text a:hover,
.text a:focus,
.text a:active {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
}


.homeinsightexcerpt a.caratlink {
	display: inline;
	color: #F5A623;
}

.homeinsightexcerpt a.caratlink:hover,
.homeinsightexcerpt a.caratlink:active,
.homeinsightexcerpt a.caratlink:focus {
	color: #292A3C;
}

.homeinsightexcerpt p {
	display: inline;
}


.insightsgridbutton i {
	color: #F5A623 !important;
}

/** end home 2021 **/

/** Expertise page 2021 **/
.rsinternalpagerow {
	max-width: 900px;
	margin-left: auto !important;
	margin-right: auto !important;
	}

.rsinternalpagerow .text a {
	display: block;
	top: 0;
	bottom: 0;
}


span.textexpertise {
	display: inline-block;
	height: 60px;
	padding-top: 25px;
}

.text .fas {
    color: #fff;
	border: solid 1px #fff;
	border-radius: 50%;	
	display: inline-block;
	margin-top: 10px;
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
}


.expertiseleftcolumn .vc_column-inner {
	padding-left: 0 !important;
	padding-right: 50px !important;
}

.expertiseleftcolumn h1 {
	font-size: 42px;
	line-height: 1.23;
}

.expertisecontactbox fieldset {
	border: 0;
	background: #F6F6F6;
	padding: 50px 30px;
	}

.expertisecontactbox textarea,
.expertisecontactbox input {
	background: #fff;
}

#frm_field_8_container,
.expertisecontactbox label {
	color: #088ECA;
	font-weight: bold;
	font-size: 20px;
}

.expertisecontactbox button {
    background-color: #F5A623;
	}

.expertisecontactbox button:hover {
    background-color:  #028CC9;
	}


/** end Expertise page 2021 **/

.vc_row.vc_row-flex.homewhowearefloat {
	display: block !important;
}


.vcfloatright {
	float: right !important;
}

/** Home News & Insights **/

.homenewsinsightfullrow {
	padding-top: 50px !important;
}

.homenewscolumn {
	border-left: solid 1px #D8D8D8;
	padding-left: 30px !important;
}

h2.homenewsblock,
.homenewsblock h2 {
    font-weight: 800;
    color: #A6ACB3;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}

.homenewsblock .postdatecontainer {
	width: 25%;
	float: left;
}

.homenewsblock .customnewstitle {
	padding-top: 5px;
	color: #292A3C;
	font-size: 16px;
	width: 72%;
	float: left;
}

.homenewsblock .customnewsfull:last-child {
	border-bottom: solid 0px #D8D8D8;
	padding-bottom: 20px;
}


.homenewsblock .customnewstitle h2 a,
.homenewsblock .customnewstitle h2 {
	color: #292A3C;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
	text-transform: none;
}

.homeinsightsreadmorelink a,
.homeallnewslink a {
	color: #F5A623;
	font-weight: 500;
	border-top: solid 1px #D8D8D8;
	padding-top: 15px;
	display: block;
}

h2.homeinsightblock a,
h2.homeinsightblock {
	color: #292A3C;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 30px;
}

.homeinsightsfullpost {
	max-width: 600px;
}

.homeinsightsfullpost img {
	box-shadow: 8px 8px 0 0 #E9F4FA;
	margin-bottom: 30px !important;
}

.homeinsightsmeta {
	font-size: 10px;
	margin-bottom: 10px;
	color: #999999;
}

.homeinsightexcerpt {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 50px;
	color: #292A3C;
}

.internalhero h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 68px;
	font-weight: 800;
	line-height: 1;
}



.internalhero h3 {
	color: #fff;
	text-transform: none;
	font-weight: 600;
	font-size: 24px;
}

.vc_row.homerow {
	background: #fff;
	border-bottom: solid 10px #f6f6f6;
	}

.vc_row.homeinternalrow {
	max-width: 1000px;
	margin-left: auto !important;
	margin-right: auto !important;
	line-height: 1.8;
	font-size: 20px;
}

.homerow h2 {
	font-weight: 800;
	color: #A6ACB3;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 20px;
}

.homerow a.homelink {
	letter-spacing: 2px;
}

a.homelink {
	color: #F5A623;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 17px;
}

.socialfooter .fab {
	color: #028FC0;
	font-size: 20px;
	margin-right: 35px;
}

.orangefooterlinks a {
	color: #F5A623 !important;
	font-weight: 500;
}

.orangefooterlinks a {
	border-right: solid 2px #D8D8D8;
	padding-right: 10px;
}

.orangefooterlinks a.lastlink {
	border-right: solid 0 #D8D8D8;
	padding-left: 10px;
}

a.caratlink::after {
    font-family: "Font Awesome 5 Free" !important;
	content: " \f101" !important;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
  }

button.Show::after {
    font-family: "Font Awesome 5 Free" !important;
	content: " \f101" !important;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
  }


/*** Our Story 2021 **/
.ourstoryintrobox {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #A6ACB3;
	padding: 20px;
	font-size: 19px;
	line-height: 1.47;
	color: #A6ACB3;
	font-weight: 500;
}

.ourstorymaincontent .wpb_content_element {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.ourstoryflip .vc-hoverbox-block {
	background-image: none !important;
		background-color: #34A3D3;
}

.ourstoryflip .vc-hoverbox-block-inner.vc-hoverbox-front-inner {
    background: transparent;
    padding: 20px 10px 40px !important;
    min-height: 100px;
}


.ourstoryflip .vc-hoverbox-inner {
    height: 216px !important;
}

.ourstoryflip .vc-hoverbox-front {
	background-color: #34A3D3;
}

.ourstoryflip .vc-hoverbox-back {
	background-color: #26253A;
	color: #fff;
}

.ourstoryflip .vc-hoverbox-back-inner {
	color: #fff;
}

.ourstoryflip .vc-hoverbox-back h2 {
	text-transform: uppercase;
	color: #fff;
}

/** What we do detail pages **/

/**2021 **/

.whatwedoleftcolumn {
	padding-right: 50px;
}

.newwhatwedotext {
	color: #fff;
	font-size: 20px;
	}

.whatwedoleftcolumn a:hover,
.whatwedoleftcolumn a:focus,
.whatwedoleftcolumn a:active {
	color: #fff;
}


.homewhatwedoboxnew a {
	color: #fff;
	display: block;
	width: 100%;
	height: 200px;
		padding-top: 45px;
}

.homewhatwedoboxnew {
	margin-left: auto;
	margin-right: auto;
	width: 245px;
	height: 200px;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	text-align: center;

}
/** end  2021 **/

.vc_row.whatwedointernalpagerow {
	background: #fff;
	margin-top: 10px !important;
	padding-top: 30px !important;
	
}

.vc_row.whatwedointernalpagerow .vc_inner,
.vc_row.whatwedointernalpagerow .wpb_content_element {
	max-width: 900px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.vc_row.whatwedointernalpagerow .vc_inner .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

.orangetalkbox {
	text-align: center;
}

a.talktouslink {
	display: inline-block;
	background: #F5A623;
	color: #fff;
	padding: 15px 100px;
	font-weight: bold;
	text-transform: uppercase;
}

a.talktouslink:hover,
a.talktouslink:focus {
	color: #fff;
	background: #ffba00;
}

.vc_toggle_title {
	padding-left: 20px !important;
}

.su-spoiler-title,
.vc_toggle_title h4 {
	color: #F5A623;
	font-weight: bold;
	font-size: 20px !important;
}

.su-accordion br {
	display: none;
}

.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #F5A623 !important;
}

.su-spoiler-content h4,
.vc_toggle_content h4 {
	color: #F5A623;	
	font-size: 14px;
	font-weight: 600;
	font-style: italic;
	margin-bottom: 0;
}

.su-spoiler-content,
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_content, .vc_toggle_size_md {
	max-width: 97%;
}

.vc_toggle {
	margin-left: 0 !important;
}

/** What We Do boxes **/

.vc_row.whatwedointernalpagerow.flipboxpage {
	padding-top: 0 !important;
}


.vc_row.whatwedointernalpagerow.flipboxpage .wpb_content_element,
.vc_row.whatwedointernalpagerow.flipboxpage .vc_inner {
	max-width: 1100px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.vc_row.whatwedointernalpagerow {
	background: #fff;
	margin-top: 10px !important;
	padding: 0 20px 20px;
}

.vc-hoverbox-inner {
	height: 500px !important;
}

.vc-hoverbox-block-inner.vc-hoverbox-front-inner {
	background: url(images/flipboxtitleback.png);
	padding: 20px 10px 40px !important;
	min-height: 100px;
}

.vc-hoverbox-front-inner h2 {
	padding: 10px 20px 30px;
	color: #fff;
 	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1;
	min-height: 120px;
}

.vc-hoverbox-front-inner h2::after {
	display: block;
    font-family: "Font Awesome 5 Free";
	content: " \f104";
	font-size: 24px !important;
	border: solid 1px #fff;
	transform: rotate(180deg); /* Equal to rotateZ(45deg) **/
	border-radius: 50%;
width: 35px;
height: 35px;
line-height: 35px;
margin-top: 20px;
position: absolute;
bottom: 38%;
	right: 45%;
  }

	
.vc-hoverbox-back-inner {
	text-align: center !important;
	font-size: 14px;
	color: #203040;
	line-height: 1.7;
}

.vc-hoverbox-back-inner h2 {
	color: #203040;
	font-size: 20px;
	line-height: 1.2;
}

.vc-hoverbox-block-inner {
    flex-shrink: 0;
    padding: 20px 15px !important;
}

.vc-hoverbox-block-inner a {
	font-weight: 500;
	color: #F5A623;
	text-transform: uppercase;
	/**position: absolute;
	bottom: 40px;**/
}


/** TEAM MODULE **/

.vc_row.newteamintro {
	max-width: 900px;
	margin-left: auto !important;
	margin-right: auto !important;
}



.mobileteamblock {
	display: none;
}

/** SINGLE TEAM VIEW **/

.su-posts-default-loop h2.su-post-title {
    clear: none;
    margin: 0 0 .3em;
    font-size: 1.2em;
    font-weight: 400 !important;
}

.teamcontentfull {
	background: #fff;
	padding-top: 80px;
	float: left;
	margin-top: 10px;
}

.teamcontentfull h1 {
	color: #008fc4;
	font-size: 2em;
	margin: 0 0 0.25em;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.teamcontentfull h2 {
    color: #008fc4;
    font-size: 1.5em;
    margin: 0 0 0.5em;
	font-weight: 400;
}

.teamcontentleft {
	width: 33.33%;
	float: left;
}

.teamcontentleftinfo {
	margin-top: 20px;
}
	

.teamcontentright {
	padding-left: 35px;
	padding-right: 35px;
	width: 66%;
	float: left;
}

.teamcontentleft .fa::before, 
.teamcontentleft .far::before, 
.teamcontentleft .fas::before, 
.teamcontentleft .fab::before {
    background-color: #ff6f3a;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    margin-right: 0.35em;
    padding: 0.55em;
    text-align: center;
}

.teamcontentleft p {
    color: #008fc4;
    margin: 0 auto 1em;
    max-width: 345px;
    font-weight: bold;
}

.team-page-navigation {
    margin-top: 3em;
	padding-bottom: 3em;
	float: left;
}

.team-page-navigation p {
    display: block;
    float: left;
}

.buttonteam.before a {
    position: relative;
}

.buttonteam.before a::before {
    background-color: #008fc4;
    border-radius: 100px;
    color: #fff;
    content: "<";
    display: inline-block;
    line-height: 1em;
    width: 1em;
    height: 1em;
    text-align: center;
    font-weight: 700;
    margin-right: 0.5em;
}

.buttonteam.after a::after {
    background-color: #008fc4;
    border-radius: 100px;
    color: #fff;
    content: ">";
    display: inline-block;
    line-height: 1em;
    width: 1em;
    height: 1em;
    text-align: center;
    font-weight: 700;
    margin-right: 0.5em;
	margin-left: 0.5em;
}

.team-page-navigation .back-entire + .back-team a, 
.team-page-navigation .back-entire + .next-team a, 
.team-page-navigation .back-team + .next-team a {
    border-left: 1px solid #aaa;
    display: block;
    margin-left: 1em;
    padding-left: 1em;
}

/** Team Summary Page **/

.vc_row.newteamintro {
	max-width: 900px;
	margin-left: auto !important;
	margin-right: auto !important;
}
.teampost {
	width: 31%;
	max-width: 345px;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 2% !important;
	float: left;
	overflow: hidden;
  text-align: center;
  position: relative;
}

.team-image {
	width: 345px;
	height: 302px;
	overflow: hidden;
}

.teamimagecolor {
	display: none;
}

.teampost:hover .teamimagegray {
	display: none !important;
}

.teampost:hover .teamimagecolor {
	display: inline-block !important;
}

.teampost .team-content {
  background: rgba( 0, 143, 196, 0.85 );
  bottom: -91%;
  color: #fff;
  height: 100%;
  left: 0%;
  text-align: left;
  position: absolute;
  transition: bottom 0.5s ease;
  width: 100%;
	padding: 5px;
}

.teampost:hover .team-content {
  bottom: -80%;
}

.team-content {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
}

.team-content h3 {
	font-style: normal;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    position: relative;
    z-index: 1;
}



.team-content h3::after {
    background-color: #fff;
    border-radius: 10px;
    color: #008fc4;
    content: ">";
    display: inline-block;
    line-height: 1em;
    margin-left: 0.5em;
    width: 1em;
    height: 1em;
    text-align: center;
}


/** CAREERS **/
/** Single Careers Post **/

.rsbutton a.vc_btn3 {
  color: #fff;
  background-color: #028CC9 !important;
}

.rsbutton a.vc_btn3:hover {
  color: #fff;
  background-color: #F5A623 !important;
}

.standardinternal,
.archive .content,
.single-post .entry,
.careers.entry {
	padding-top: 30px;
	padding-bottom: 50px;
	max-width: 900px;
	margin-left: auto !important;
	margin-right: auto !important;
	float: none;
}

h1.entry-title,
.archive h1.archive-title,
.single-post h1.entry-title,
.careers.entry h1 {
	color: #F5A623;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 3.2rem;
	font-size: 32px;
}

.archive h2.entry-title a {
	font-weight: 400;
	font-size: 26px;
	color: #028CC9;
}

.archive h2.entry-title a:hover,
.archive h2.entry-title a:focus {
	color: #292A3C;
}

a.more-link {
	font-weight: 500;
	color: #F5A623;
	font-weight: 500;
	text-transform: uppercase;
}

.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    right: 30px !important;
}

.archive .entry {
	border-bottom: solid 1px #D8D8D8;
	padding: 20px 0;
}

.careers.entry .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

.careerbutton a {
    border: 1px solid #028cc9;
	background: #028cc9;
    color: #fff;
    display: inline-block;
    padding: 0.3em 1.5em 0.25em 2em;
    position: relative;
    text-transform: uppercase;
}

.careerbutton a:focus,
.careerbutton a:hover {
	color: #fff;
	background: #f5a623;
}

.careerbutton small {
    font-size: 0.7em;
}

.careerbutton a::after {
    background-color: #008fc4;
    border-radius: 100px;
    color: #fff;
    content: ">";
    display: inline-block;
    line-height: 1em;
    width: 1em;
    height: 1em;
    text-align: center;
    font-weight: 700;
    margin-right: 0.5em;
	margin-left: 0.5em;
}

/** Careers Summary page **/

.careersintro {
	max-width: 900px;
	margin-left: auto !important;
	margin-right: auto !important;
	}

.careerpostsfullrow h2 {
	font-size: 32px;
}

.singlecareergridblock {
	min-height: 450px;
	padding: 25px 15px 0 !important;
}

.careerposttitle h4 {
	font-size: 18px;	
	line-height: 1.3;
	color: #203040;
	min-height: 100px;
}


.careergridbutton .vc_btn3-style-flat {
	color: #F5A623 !important;
	background-color: #e8f4f9 !important;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	margin-top: 50px;
	margin-bottom: 0;
}
	
.careersquoterow {
	font-size: 24px;
	color: #1F9ACA;
	max-width: 900px;
	margin-left: auto !important;
	margin-right: auto !important;
}

/*** News & Insights **/
/** News Summary Page **/

.insightssummarydate {
	color: #9B9B9B;
}

.insightssummaryexcerpt {
	min-height: 150px;
}

.insightsgridbutton .vc_btn3-style-flat {
	color: #F5A623 !important;
	background-color: #e8f4f9 !important;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	margin-top: 0;
	margin-bottom: 0;
}

.insightsgridbutton .vc_btn3.vc_btn3-size-md {
	padding-left: 0;
}

.insightsgridbutton i {
	color: #F5A623 !important;
}

/** Custom News Loop Shortcodes Ultimate **/

.newssummaryblock {
	max-width: 800px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.postdatecontainer {
	width: 10%;
	float: left;
}

.customnewsdate {
	border: solid 1px #1F9ACA;
	border-radius: 5px;
	width: 50px;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
}

.newsdate {
	color: #1F9ACA;
	font-size: 20px;
	font-weight: 600;
	display: block;
}
	
.newsmonth {
	color: #1F9ACA;
	font-size: 10px;
	font-weight: 600;
	display: block;
}
	
.customnewstitle {
	padding-top: 10px;
	color: #292A3C;
	font-size: 16px;
	width: 85%;
	float: left;
}

.customnewstitle h2 a,
.customnewstitle h2 {
	color: #292A3C;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
}

.customnewsfull {
	border-bottom: solid 1px #D8D8D8;
	padding-bottom: 20px;
}
	

/** Two Column News **/

.twocolumnnews .customnewsfull {
	width: 48%;
	float: left;
	margin-right: 2%;
}

.newssummaryblock.twocolumnnews  {
	max-width: 950px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.twocolumnnews .postdatecontainer {
	width: 20%;
}

.twocolumnnews .customnewstitle {
	padding-top: 5px;
	width: 78%;
}


/** Contact Us page **/

.contactaddressrow .vc_column-inner {
	padding-left: 0 !important;
}

.contactaddressrow h3 {
	font-size: 18px;
	margin-bottom: 5px;
}

.mobileoffices {
	display: none;
}

.contactmapbox {
	padding: 0 50px 0 !important;
}

.imp-spot-fontawesome-icon {
	font-size: 16px !important;
}

.contactpostemplaterow  .vc_column-inner {
	padding-left: 0;
}



.wpb_content_element.contactpageformbox {
	padding: 30px 15px;
	background: #F6F6F6;
	color: #028CC9;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.contactpageformbox textarea,
.contactpageformbox input {
	background: #fff;
	color: #9B9B9B;
	font-size: 14px;
	margin-top: 5px;
}

.contactpageformbox button {
	background-color: #F5A623;
	margin-top: 10px;
}

.contactpageformbox fieldset {border: 0;}

.frm_description {
	font-size: 10px;
	font-weight: 400;
	color: #9B9B9B;
}

#frm_field_8_container {
	padding-top: 20px;
}

/*************************** END VISUAL COMPOSER CSS  **********************/

/**** SHORTCODES ULTIMATE CUSTOM CSS
**************************************************/



/******** END SHORTCODES ULTIMATE CSS ***************/


 

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 600px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1024px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}




/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.5rem;
}

body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #203040;
	line-height: 1.6;
-webkit-font-smoothing: subpixel-antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #538EC6; text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 15px;
	padding: 0;
}

ol,
ul {
	margin: 10px;
	padding: 0;
}

.entry-content ul {list-style-type: none;}

.entry-content ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #F5A623; /* Change the color */
	font-size: 20px;
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 0.8em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.entry-content ul.rsbluebullet li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #028CC9; /* Change the color */
	font-size: 20px;
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 0.8em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
padding: 0;
margin: 0 0 20px;
	/**font-size: 24px;**/
	font-style: italic;
	color: #538EC6;
}




/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	color: #028CC9;
	margin-top: 0;
	font-weight: 700;
	margin-bottom: 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	border: none;
	background-color: #f5f5f5;
	color: #555;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 5px;
	width: 100%;
	margin-bottom: 5px;
}

.custom-prefooter input,
.custom-prefooter select,
.custom-prefooter textarea {

}


input:focus,
textarea:focus {
	border: 0px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #9B9B9B;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #9B9B9B;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #538EC6;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	padding: 6px 24px;
	text-transform: uppercase;
	width: 100%;
border-radius: 2px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #ffba00;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #538EC6;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* ## Screen Reader Text
--------------------------------------------- */




.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	background: #fff;
	z-index: 1; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}




/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner {
	margin: 0 auto;
	max-width: 100%;
	background: #fff;
	margin: 0 0 10px;
}

.single-team .site-inner {
	margin-top: 10px;
}

.wrap,
.content-sidebar-wrap {
	max-width: 1150px;
	margin: 0 auto;
	}


/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}


a.morebutton {
    background: #F5A623;
    color: #fff;
    padding: 5px;
}



/* ### Content */

.single-post .content-sidebar-wrap {
	padding-top: 50px;
}


.content {
	float: right;
	width: 65%;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width:  25%;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0px;
	padding: 0px;
}

.archive-description h1.entry-title {display: none;
    color: #0558A4;
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 1.4em;
    margin-top: 0px;
}


.page-template-page_blog .content-sidebar-wrap {

}

.page-template-page_blog .entry-title,
.page-template-page_blog .entry-title a {
	color: #538EC6;
	font-weight: normal;
}

.page-template-page_blog .morebutton,
.page-template-page_blog .entry-meta {}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}



/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 32px;
	font-size: 3.2rem;
line-height: 1.4;
}

.entry-title a,
.sidebar .widget-title a {
	color: #4A4A4A;
}



.entry-title a:hover,
.entry-title a:focus {
	color: #538EC6;
}

.widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 10px;
}



/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	text-align: left;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #538EC6;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
	height: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 0;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

#wp-toolbar {
	clear: both !important;
	margin-bottom: 50px !important;
}

.site-header {background: #fff;}

.site-header .wrap {
	/**padding: 0px 65px;**/
background: #fff;
	/***position: fixed;	
	z-index: 999;
	top: 35px;
	left: 0;
	right: 0;**/
}




/* ## Title Area
--------------------------------------------- */

h1.site-title {margin: 0}

.title-area {
	float: left;
	padding: 0;
	width: 40%;
	margin-top: 40px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	height: 22px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 60%;
}

.site-header .widget-area img.alignnone, 
.site-header .widget-area .alignnone {
    margin-bottom: 0px;
}





/* # Site Navigation
---------------------------------------------------------------------------------------------------- */


/** WP Responsive Menu customisations **/

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow .fa-angle-double-up::before,
#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow .fa-angle-double-down::before {
	font-size: 18px !important;
	margin-right: 20px !important;
}

ul#responsive-menu-pro {
	padding-top: 50px !important;
}

li.responsive-menu-pro-item a {
	font-weight: 500;
}

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #F5A623;
	text-decoration: none;
	display: block;
	padding: 10px 20px;
	font-weight: 500;
}

.genesis-nav-menu li:last-child a {
	padding-right: 10px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus {
	color: #203040;
}

.genesis-nav-menu .current-menu-item > a {
	color: #333;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {

}

.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #3B8CED;
	background: #fff;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 250px;
	z-index: 99;
	background-color: #fff;
	border: solid 1px #ddd;
	margin-top: -2px;
}

.genesis-nav-menu .sub-menu a {
	font-size: 14px;
	background-color: #fff;
	border-top: 0;
	position: relative;
	width: 220px;
	word-wrap: break-word;
padding: 10px 15px 10px;
text-transform: none;
	line-height: 1.2;
}

.genesis-nav-menu .sub-menu .navindent a {
	padding-left: 30px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: 40px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {

}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary .genesis-nav-menu a {
	color: #ccc;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
	text-decoration: underline;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #3B8CED;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 0;
	background: #fff;
}

body.home .entry {
	margin-bottom: 0px;
	padding: 0px !important;
border: 0;
}

.content .entry {
	background: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 10px;
	margin-left: 20px;
}

.entry-content ol > li {
	list-style-type: decimal;
}


.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

body.home .entry-header {}

p.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 0px;
}

.entry-footer .entry-meta {display: none;
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #3B8CED;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	border-bottom: solid 1px #CACACA;
    border-bottom-left-radius: 0px;
    padding: 10px 0px;
    font-size: 14px;
    text-align: left;
    max-width: 240px;
    margin-right: 60px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 10px;
	padding: 10px;
}


/* # Footer Widgets - 
---------------------------------------------------------------------------------------------------- */

.footer-widgets  {
    font-size: 14px;
    border-top: #1F9ACA solid 3px;
    background-color: #fff;
    clear: both;
    padding: 40px 90px 20px;
}

.footer-widgets .wrap {
    font-size: 14px;
    border-top: #1F9ACA solid 0;
    background-color: #fff;
    clear: both;
    padding: 0;
}


.footer-widgets,
.footer-widgets a {
	color: #203040;
}

.footer-widgets input {
	border: 1px solid #333;
}


.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #F5A623;
}

.footer-widgets li {
	padding-bottom: 5px;
}

.footer-widgets .widget {
	margin-bottom: 20px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}


.footer-widgets-1 {
	width: 30% !important;
	float: left;
	margin-right: 8%;
	padding-right: 30px;
}

.svgfooterlogo {
	max-width: 300px;
}

.footer-widgets-2 {
	width: 30% !important;
	float: left;
	margin-right: 1.5%;
}

.footer-widgets-3 {
	width: 25% !important;
	float: right;
	margin-right: 0;
}

.mobilefooterlinks {
	display: none;
}
 
/*** custom footer widget section 
***********/

.custom-footercallout {
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	clear: both;
	background: url('/wp-content/uploads/2021/07/footerback.jpg');
	background-size: cover;
	background-position: center center;
	}

.custom-footer-left {
	width: 60%;
	float: left;
}

.custom-footer-left .widget {
	border-right: solid 2px #fff;
	padding-right: 40px;
}

.custom-footer-left blockquote.easy_testimonial p {
    width: auto;
	color: #fff;
font-style: normal;
font-size: 20px;
	font-weight: bold;
}

.custom-footer-left blockquote.easy_testimonial a {
	color: #979797;
}

.custom-footer-right {
	width: 30%;
	float: right;
}

a.footertalk {
	text-transform: uppercase;
	color: #fff;
	background: #F5A623;
	display: inline-block;
	padding: 15px 75px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
}


a.footertalk:hover,
a.footertalk:active,
a.footertalk:focus {
	background: #028CC9;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {background: #fff;}


.site-footer .wrap {
	background-color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: 30px 0 30px;
	text-align: center;
clear: both;
	margin-bottom: 30px;
}

.site-footer a {
	color: #333;
}

.site-footer p {
	margin-bottom: 5px;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1300px) {



.site-header .wrap {
    padding: 0px 2%;
}

.vc_row {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.expertisenewinternal .vc_column-inner {
	padding-left: 15px !important;
}


	.site-inner,
	.wrap {
	}



	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}


}

@media only screen and (max-width: 1200px) {
.expertisenewinternal .vc_col-sm-8,
.expertisenewinternal .vc_col-sm-4 {
    width: 100% !important;
	float: none !important;
}

.genesis-nav-menu a {
    padding: 10px 10px;

}
}

@media only screen and (max-width: 1100px) {

body.archive a.alignleft, 
body.archive img.alignleft, 
body.archive .wp-caption.alignleft {
  margin: 0 0px 20px 0 !important;
}

body.archive .alignleft {
  float: none !important;
}

.archive h2.entry-title a {
  font-weight: 400;
  font-size: 22px;
  color: #028CC9;
}

.archive h2.entry-title {
line-height: 1 !important;
}


.whatwedoleftcolumn {
    padding-right: 0;
}

.newwhatwedo .vc_col-sm-6 {
    width: 100%;
	float: none;
}

.ourstoryflipfullrow .vc_col-sm-3,
.whatwedoblockrow .vc_col-sm-6 {
    width: 50%;
	float: left;
}


.site-header .wrap {
    padding: 0px 2%;
}
.site-header .widget-area {display: none;}

.title-area {
    padding: 20px 0 10px;
	margin-top: 0;
}

.careerpostsfullrow .vc_col-sm-3 {
    width: 48%;
	float: left !important;
}

.desktopteamblock {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.teampost {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 2%;
	float: left;
}
}

@media only screen and (max-width: 1000px) {

.teamcontentleft,
.teamcontentright {
	padding-left: 2%;
	padding-right: 2%;
	float: none;
	width: 100%;
}

.teamcontentleft {
	max-width: 394px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}

.teamcontentright {
	border-top: 1px solid #ccc;
	padding-top: 30px;
}

.header-image .site-title > a {background-size: contain !important; }
}

@media only screen and (max-width: 900px) {
.custom-footer-right,
.custom-footer-left {
	width: 100%;
	float: left;
	text-align: center;
}

.custom-footer-left .widget {
	border-right: 0;
	padding-right: 0
}
}

@media only screen and (max-width: 980px) {

.contactmapbox {
	padding: 0 20px 0 !important;
}

.imp-spot-fontawesome-icon {
	font-size: 16px !important;
}

.vc_row.fullhoverboxrow .vc_col-sm-3 {
    width: 50%;
	margin-bottom: 20px;
	float: left;
}

.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}

	.sidebar-primary,
	.sidebar-secondary {display: none;}
}

@media only screen and (max-width: 950px) {


.footer-widgets {
padding: 40px 20px 20px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 100% !important;
	margin-right: 0;
	float: none;
	text-align: center;
	padding-right: 0;
}

.mobilefooterlinks {
	display: block;
}

.desktopfooterlinks {
	display: none;
}

}

@media only screen and (max-width: 900px) {
.mobileoffices .vc_col-sm-6 {
    width: 48%;
	float: left !important;
}

.contactaddressrow {
	display: none;
}

.mobileoffices h3 {
	font-size: 16px;
	margin-bottom: 0;
}

.mobileoffices {
	display: block !important;
}

}

@media only screen and (max-width: 850px) {



.archive .content, 
.single-post .entry, 
.careers.entry {
	padding-left: 5%;
	padding-right: 5%;
}

.archive h1.archive-title, 
.single-post h1.entry-title, 
.careers.entry h1 {
	line-height: 1;
}

.vc_row.internalhero {
	height: 450px;
}

.herotoprow h1 {
	font-size: 48px;
	line-height: 1.2;
}

.herotoprow h3,
.herotoprow h3 a {
	font-size: 18px;
}


.site-header {top: 0;}

.su-lightbox-content {
	width: 80% !important;
}

.genesis-nav-menu {
	clear: both;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1;
	width: 100%;
}


}


@media only screen and (max-width: 850px) {

}

@media only screen and (max-width: 780px) {

.vc_row.rs-blockinsights .singlecareergridblock {
  padding: 10px 5px 0 !important;
}

.vc_row.rs-blockinsights {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.twocolumnnews .customnewsfull {
    width: 100%;
    float: left;
    margin-right: 0;
}

.site-header {
	background: #fff;
	position: relative;	
}
}

@media only screen and (max-width: 750px) {
.mobileteamblock {
	display: block !important;
}

.desktopteamblock {
	display: none !important;
}


.mobilefullloop {
	max-width: 400px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.teampost {
	max-width: 197px;
}

.team-image {
	width: 197px;
	height: 177px;
	overflow: hidden;
}

.team-content h3 {
	font-size: 10px;
}

.team-content {
	font-size: 8px;
}

.teampost .team-content {
	bottom: -87%;
}

.teampost:hover .team-content {
  bottom: -74%;
}

.title-area {
   padding: 20px 0 10px;
	width: 100%;
    max-width: 420px !important;
	margin-top: 0;
}

}

@media only screen and (max-width: 600px) {

	.ourstoryflipfullrow .vc_col-sm-3,
	.whatwedoblockrow .vc_col-sm-6 {
    	width: 100%;
		float: none;
}

.herotoprow h1 {
	font-size:  36px;
	line-height: 1.2;
}

.vc_row.internalhero {
	height: 250px;
}

.vc_row.fullhoverboxrow .vc_col-sm-3 {
    width: 100%;
	margin-bottom: 20px;
	float: left;
}

.vc-hoverbox-inner {
	height: 350px !important;
}

.vc-hoverbox-front-inner h2::after {
	bottom: 35%;
}

.careerpostsfullrow .vc_col-sm-3 {
    width: 100%;
	float: none !important;
}

.insightssummaryexcerpt,
.singlecareergridblock,
.careerposttitle h4 {
	min-height: auto;
}

.careergridbutton .vc_btn3-style-flat {
	margin-top: 0;
}
}

@media only screen and (max-width: 500px) {

h2 {font-size: 22px;}

.mobilefullloop {
	/**max-width: 300px !important;**/
	margin-left: auto !important;
	margin-right: auto !important;
}


.homerow a.homelink {
	font-size: 15px;
	letter-spacing: 1px;
}

.title-area {
	width: 85%;
}

.custom-header-bar {
	font-size: 10px;
}
}

@media only screen and (max-width: 420px) {
.teampost {
	max-width: 150px;
}

.team-image {
	width: 150px;
	height: 135px;
	overflow: hidden;
}

.team-image img {
	width: 150px;
	height: 135px;
}

.team-content h3 {
	font-size: 8px;
}

.team-content {
	font-size: 5px;
}

.teampost .team-content {
	bottom: -87%;
}

.teampost:hover .team-content {
  bottom: -74%;
}

}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

