@charset "utf-8";

/*-----------------------------------------------------------------
FONT IMPORT
-----------------------------------------------------------------*/
@font-face {
	font-family: "AvenirLight";
	src: url(../type/Avenir_Light.ttf) format("truetype");
	font-weight:300;
}
@font-face {
	font-family: "AvenirRegular";
	src: url(../type/Avenir_Regular.ttf) format("truetype");
	font-weight:400;
}
@font-face {
	font-family: "AvenirMedium";
	src: url(../type/Avenir_Medium.ttf) format("truetype");
	font-weight:500;
}


/*-----------------------------------------------------------------
COLUMNATION
-----------------------------------------------------------------*/
.container12 {
    margin:0 auto;
    padding:0;
    width:100%;
	position:relative;
}
.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12 {
	width:100%;
    display:block;
    float:left;
    padding-left:30px;
    padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
}
.container12 .alpha {padding-left:0px;}
.container12 .omega {padding-right:0px;}
.row:after, .clearfix:after, .container12:after {clear:both;}
/* For IE7. Move this to separate file when you notice some problems */
.row, .clearfix {zoom:1;}
img, object, embed {max-width:100%;}
img {height:auto;}
.clearfix:before, .clearfix:after,
.row:before, .row:after,
.container12:before, .container12:after {
    content:'.';
    display:block;
    height:0;
    overflow:hidden;
    visibility:hidden;
    width:0;
}

.row{
	padding-top:30px;
	padding-bottom:30px;
}


/*-----------------------------------------------------------------
ANIMATIONS
-----------------------------------------------------------------*/
.onload_animate, .onload_animate_delay, .subservice_title, .person_content_container{
	top:40px;
	opacity:0.1;
}


/*-----------------------------------------------------------------
GENERAL AND DEFAULTS
-----------------------------------------------------------------*/
html, body{
	font-family: "AvenirLight", sans-serif;
	font-weight:300;
	font-size:16px;
	line-height:24px;
	color:#505759;
}
*{
    -moz-box-sizing:border-box !important;
    -webkit-box-sizing:border-box !important;
    box-sizing:border-box !important;
	outline:none !important;
}
*:focus{
	outline:none !important;
}
*:focus-visible{
	outline:2px solid #000 !important;
}
p{
	font-family:inherit;
	color:inherit;
	font-size:inherit;
	font-weight:inherit;
	padding:0px 0px 15px 0px;
	margin:0px;
}
	
a.skip {
	display:inline-block;
	padding:10px;
	background:#000;
	color:#FFF !important;
	z-index:9999;
	position: absolute;
	top: -1000px;
	left: -1000px;
	text-align: left;
	overflow: hidden;
}
a.skip:active, 
a.skip:focus, 
a.skip:hover {
	color:#4298B5;
	left: 0; 
	top: 0;
	width: auto; 
	height: auto; 
	overflow: visible; 
}

.post, .page {
    margin:0px;
}

h1{
	margin:0px 0px 30px 0px;
	padding:0px;
	font-family: soleil, sans-serif;
	font-weight: 700;
	font-style: normal;
	color:#FFF;
	text-transform:uppercase;
	font-size:32px;
	line-height:38px;
	letter-spacing:2px;
}
h2{
	margin:20px 0px 15px 0px;
	padding:0px;
	font-family: soleil, sans-serif;
	font-weight: 700;
	font-style: normal;
	color:#34667F;
	text-transform:uppercase;
	font-size:28px;
	line-height:36px;
	letter-spacing:2px;
}
h3{
	margin:20px 0px 15px 0px;
	padding:0px;
	font-family: soleil, sans-serif;
	font-weight: 600;
	font-style: normal;
	color:#34667F;
	text-transform:uppercase;
	font-size:24px;
	line-height:30px;
	letter-spacing:1px;
}
h4{
	margin:20px 0px 10px 0px;
	padding:0px;
	font-family: soleil, sans-serif;
	font-weight: 600;
	font-style: normal;
	color:#34667F;
	text-transform:uppercase;
	font-size:20px;
	line-height:auto;
	letter-spacing:1px;
}
h5{
	margin:5px 0px 2px 0px;
	padding:0px;
	font-family: soleil, sans-serif;
	font-weight: 700;
	font-style: normal;
	color:#4298B5;
	text-transform:uppercase;
	font-size:17px;
	line-height:auto;
	letter-spacing:0px;
}
div h2:first-child, div h3:first-child, div h4:first-child{
	margin-top:0px;
}

a:link, a:visited{
	color:#4298B5;
	text-decoration:underline;
}
a:hover, a:active, a:focus{
	color:#505759;
	text-decoration:underline;
}

ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul li{
	margin:0px 0px 0px 0px;
	padding:0px 0px 15px 20px;
	list-style:none;
	position:relative;
}
ul li:before{
	position:absolute;
	content:"";
	width:10px;
	height:10px;
	background:url(../images/HexBullet-01.svg) center center no-repeat;
	background-size:contain;
	left:0px;
	top:6px;
}
ol{
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	counter-reset: section;
}
ol li {
	counter-increment: section;
	margin:0px 0px 0px 0px;
	padding:0px 0px 15px 0px;
}
ol li:before {
	content: counters(section, ".") ". ";
	font-weight:700;
	color:#4298B5;
}
ol li ul {
	padding-top:15px;
	counter-reset: section; 
	list-style-type:lower-alpha;
}
ol li ul li:before {
	counter-increment: section;
	content: "";
}

ul.blocks-gallery-grid{
	margin:0px;
	padding:0px;
}
ul.blocks-gallery-grid li{
	margin:0px;
	padding:0px;
}
ul.blocks-gallery-grid li:before{
	display:none;
}

hr, hr.wp-block-separator{
	width:100px;
	height:6px;
	border:0px;
	background:#34667F;
	display:inline-block;
	margin:auto;
	padding:0px;
	margin:40px 0px 40px 0px;
}


/*-----------------------------------------------------------------
COMMON PAGE STYLES
-----------------------------------------------------------------*/
.clear{
	clear:both;
}
.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.bold, strong{
	font-weight:600;
}

.larger_text{
	font-family: "AvenirLight", sans-serif;
	font-weight:300;
	font-size:22px;
	line-height:28px;
}

a.button, .wp-block-button__link, input[type="button"], .wp-block-button__link:visited, input[type="reset"], input[type="submit"], .cta_button a{
	color:#FFFFFF;
	background:none;
	font-family: soleil, sans-serif;
	font-weight: 600;
	font-style: normal;
	margin:0px;
	padding:12px 24px 12px 24px;
	font-size:16px;
	border:3px solid #FFF;
	border-radius:10px;
	display:inline-block;
	text-decoration:none;
	text-transform:uppercase;
	line-height:normal;
	letter-spacing:1.4px;
	position:relative;
	z-index:2;
	overflow:hidden;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
a.button:hover, a.button:focus, .wp-block-button__link:hover, .wp-block-button__link:active, a.wp-block-button__link:focus, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .cta_button a:hover, .cta_button a:focus{
	color:#4298B5;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
a.button:after, .wp-block-button__link:after, input[type="button"]:after, .wp-block-button__link:visited:after, input[type="reset"]:after, input[type="submit"]:after, .cta_button a:after{
	content:"";
	left:-35px;
	top:100%;
	width:120%;
	height:100%;
	display:inline-block;
	position:absolute;
	z-index:-1;
	background:#FFF;
	transform-origin:top left;
	-moz-transform: rotate(12deg);
	-webkit-transform: rotate(12deg);
	-o-transform: rotate(12deg);
	-ms-transform: rotate(12deg);
	transform: rotate(12deg);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
a.button:hover:after, a.button:focus:after, .wp-block-button__link:hover:after, .wp-block-button__link:active:after, a.wp-block-button__link:focus:after, input[type="button"]:hover:after, input[type="reset"]:hover:after, input[type="submit"]:hover:after, .cta_button a:hover:after, .cta_button a:focus:after{
	left:0px;
	top:0px;
	background:#FFF;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

a.button_blue{
	background:none;
	font-family: soleil, sans-serif;
	font-weight: 600;
	font-style: normal;
	margin:20px 0px 0px 0px;
	padding:12px 24px 12px 24px;
	font-size:16px;
	border-radius:10px;
	display:inline-block;
	text-decoration:none;
	text-transform:uppercase;
	line-height:normal;
	letter-spacing:1.4px;
	color:#34667F;
	border:3px solid #34667F;
	position:relative;
	z-index:1;
	overflow:hidden;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
a.button_blue:hover, a.button_blue:focus{
	color:#fff;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
a.button_blue:after, .wp-block-button_blue__link:after, input[type="button_blue"]:after, .wp-block-button_blue__link:visited:after, input[type="reset"]:after, input[type="submit"]:after, .cta_button_blue a:after{
	content:"";
	left:-35px;
	top:100%;
	width:120%;
	height:100%;
	display:inline-block;
	position:absolute;
	z-index:-1;
	background:#34667F;
	transform-origin:top left;
	-moz-transform: rotate(12deg);
	-webkit-transform: rotate(12deg);
	-o-transform: rotate(12deg);
	-ms-transform: rotate(12deg);
	transform: rotate(12deg);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
a.button_blue:hover:after, a.button_blue:focus:after, .wp-block-button_blue__link:hover:after, .wp-block-button_blue__link:active:after, a.wp-block-button_blue__link:focus:after, input[type="button_blue"]:hover:after, input[type="reset"]:hover:after, input[type="submit"]:hover:after, .cta_button_blue a:hover:after, .cta_button_blue a:focus:after{
	left:0px;
	top:0px;
	background:#34667F;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

a.button_lightblue{
	background:none;
	font-family: soleil, sans-serif;
	font-weight: 600;
	font-style: normal;
	margin:20px 0px 0px 0px;
	padding:12px 24px 12px 24px;
	font-size:16px;
	border-radius:10px;
	display:inline-block;
	text-decoration:none;
	text-transform:uppercase;
	line-height:normal;
	letter-spacing:1.4px;
	color:#4298B5;
	border:3px solid #4298B5;
	position:relative;
	z-index:1;
	overflow:hidden;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
a.button_lightblue:hover, a.button_lightblue:focus{
	color:#fff;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
a.button_lightblue:after, .wp-block-button_lightblue__link:after, input[type="button_lightblue"]:after, .wp-block-button_lightblue__link:visited:after, input[type="reset"]:after, input[type="submit"]:after, .cta_button_lightblue a:after{
	content:"";
	left:-35px;
	top:100%;
	width:120%;
	height:100%;
	display:inline-block;
	position:absolute;
	z-index:-1;
	background:#4298B5;
	transform-origin:top left;
	-moz-transform: rotate(12deg);
	-webkit-transform: rotate(12deg);
	-o-transform: rotate(12deg);
	-ms-transform: rotate(12deg);
	transform: rotate(12deg);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
a.button_lightblue:hover:after, a.button_lightblue:focus:after, .wp-block-button_lightblue__link:hover:after, .wp-block-button_lightblue__link:active:after, a.wp-block-button_lightblue__link:focus:after, input[type="button_lightblue"]:hover:after, input[type="reset"]:hover:after, input[type="submit"]:hover:after, .cta_button_lightblue a:hover:after, .cta_button_lightblue a:focus:after{
	left:0px;
	top:0px;
	background:#4298B5;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.cta_button {
	position:relative;
	top:40px;
	opacity:0.1;
}
.cta_button a{
	margin-top:20px;
}

.GRAY{
	background:#EFEFEF;
}
.DARKBLUE{
	background:#34667F;
}
.LIGHTBLUE{
	background:#4298B5;
}
.DARKBLUE, .DARKBLUE h1, .DARKBLUE h2, .DARKBLUE h3, .DARKBLUE h4, .DARKBLUE p, .DARKBLUE a,
.LIGHTBLUE, .LIGHTBLUE h1, .LIGHTBLUE h2, .LIGHTBLUE h3, .LIGHTBLUE h4, .LIGHTBLUE p, .LIGHTBLUE a{
	color:#FFF;
}

input.wpcf7-form-control, textarea.wpcf7-form-control{
	padding:15px;
	margin-bottom:15px;
	border:1px solid #919D9D;
	border-radius:0px;
	box-shadow:0px;
	width:100%;
	text-transform:uppercase;
	font-family: "AvenirLight", sans-serif;
	font-weight:300;
}
input.wpcf7-form-control:focus, textarea.wpcf7-form-control:focus{
	border:1px solid #4298B5;
	color:#4298B5;
}
input.wpcf7-form-control::placeholder, textarea.wpcf7-form-control::placeholder{
	color:#919D9D !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	margin:0px !important;
	border-color:#919D9D;
	color:#505759;
}
textarea.wpcf7-form-control{
	height:200px;
}

input.wpcf7-submit{
	background:none;
	font-family: soleil, sans-serif;
	font-weight: 600;
	font-style: normal;
	margin:0px auto 0px auto;
	padding:12px 24px 12px 24px !important;
	font-size:16px;
	border-radius:10px;
	display:inline-block;
	text-decoration:none;
	text-transform:uppercase;
	line-height:normal;
	letter-spacing:1.4px;
	color:#4298B5;
	border:2px solid #4298B5;
	width:auto;
}
input.wpcf7-submit:hover, input.wpcf7-submit:focus{
	color:#fff;
	background:#4298B5;
	border:2px solid #4298B5;
}

div.wpcf7-mail-sent-ok {
    border: 0;
    background: #4298B5;
    color: #fff;
    padding: 18px;
}
div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
    border: 0;
    background: #4298B5;
    color: #fff;
    padding: 18px;
}
span.wpcf7-not-valid-tip {
    color: #4298B5;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7-response-output{
	border:0px !important;
    background: #4298B5;
    color: #fff;
	padding:20px !important;
	border-radius:5px;
	margin:0px;
}

.grecaptcha-badge{
	z-index:9999;
}


/*-----------------------------------------------------------------
TOP STYLES AND CONTAINERS
-----------------------------------------------------------------*/
#SUPERTOP{
	display:none;
	position:relative;
	height:0px;
	z-index:9;
}
ul#top-menu{
	display:none;
}

#TOP{
	z-index:10;
	width:100%;
	position:relative;
	height:85px;
	background:#FFFFFF;
}
.TOP_FIXED{
	position:fixed !important;
	top:0px !important;
}
#logo{
	position:absolute;
	z-index:13;
	display:inline-block;
	top:15px;
	width:175px;
	height:55px;
}
#logo img{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	object-fit: contain;
}
button.menu-toggle{
	border:0px;
	padding:0px;
	margin:0px;
	background:none;
	width:45px;
	height:45px;
	position:absolute;
	z-index:14;
	cursor:pointer;
	right:20px;
	top:20px;
	background:url(../images/MobileHamburgerMenu-01.svg) center center no-repeat;
	background-size:33px;
}
button.menu-toggle-active{
	background:url(../images/MobileClose-01.svg) center center no-repeat;
	background-size:25px;
}
ul#primary-menu{
	display:none;
	width:100%;
	height:100vh;
	list-style:none;
	background:#FFF;
	position:fixed;
	z-index:12;
	left:0px;
	top:60px;
	margin:0px;
	padding:40px 20px 20px 20px;
}
ul#primary-menu li{
	position:relative;
	display:inline-block;
	width:100%;
	list-style:none;
	padding:0px;
	margin:0px;
}
ul#primary-menu li:before{
	background:none;
}
ul#primary-menu li.menu-item-has-children a{
	background:url(../images/SmallArrow-01.svg) right center no-repeat;
	background-size:auto 18px;
}
ul#primary-menu li a{
	color:#34667F;
	font-size:18px;
	line-height:normal;
	font-family: soleil, sans-serif;
	font-weight: 600;
	font-style: normal;
	text-transform:uppercase;
	text-decoration:none;
	display:inline-block;
	width:100%;
	list-style:none;
	padding:10px 0px 10px 0px;
	margin:0px;
	border-bottom:1px solid #4298B5;
}
ul#primary-menu li a:hover,
ul#primary-menu li a:focus{
	color: #34667F;
}
ul#primary-menu li:last-child a{
	border-bottom:0px;
}
ul#primary-menu li.menu-item-has-children::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	cursor:pointer;
	content:"";
}
ul#primary-menu li ul{
	display:none;
	width:100%;
	height:100vh;
	list-style:none;
	background:#FFF;
	position:fixed;
	z-index:13;
	left:0px;
	top:60px;
	margin:0px;
	padding:40px 20px 20px 20px;
}
ul#primary-menu li.menu-item-has-children ul li a{
	position:relative;
	z-index:14;
	background:none;
}
#subnav_header{
	display:none;
	vertical-align:middle;
	text-align:center;
	position:fixed;
	z-index:14;
	top:0px;
	left:0px;
	width:100%;
	height:85px;
	background:#FFF;
}
#subnav_header span{
	text-decoration:none;
	display:table-cell;
	vertical-align:middle;
	color:#515759;
	font-size:20px;
	line-height:normal;
	font-family: soleil, sans-serif;
	font-weight: 600;
	font-style: normal;
	text-transform:uppercase;
	width:100%;
	padding:20px;
}
#subnav_header span a{
	text-decoration:none !important;
}
#subnav_header div{
	display:inline-block;
	position:absolute;
	left:20px;
	width:50px;
	height:100%;
	background:url(../images/SmallArrow-Back-Grey-01.svg) left center no-repeat;
	background-size:auto 25px;
	cursor:pointer;
}


/*-----------------------------------------------------------------
BANNER
-----------------------------------------------------------------*/
.VIDEO_CONTAINER{
	position:relative;
    overflow: hidden;
	width:100%;
	height:auto;
}
.VIDEO_CONTAINER video{
    position: absolute;
    left: 50%; /* % of surrounding element */
    top: 50%;
    transform: translate(-50%, -50%); /* % of current element */
    height: 100%;
    width: 178vh; /* 100 * 16 / 9 */
    min-width: 100%;
    min-height: 56vw; /* 100 * 9 / 16 */
}
.BANNER_HOME{
	border-bottom:12px solid #34667F;
	padding:60px 20px 40px 20px;
	position:relative;
	z-index:1;
}
.BANNER_HOME_CONTENT{
	text-align:center;
	padding:0px 20px 0px 20px;
	position:relative;
	z-index:2;
}

.BANNER{
	border-bottom:12px solid #34667F;
	padding:0px;
	margin:0px;
	min-height:60vh;
	overflow:hidden;
	position:relative;
}
.BANNER .BANNER_CONTENT{
	width:100%;
	bottom:0px;
	left:0px;
	position:absolute;
	z-index:2;
	padding:40px 0px 40px 0px;
}
.BANNER h1{
	margin:0px !important;
	position:relative;
}
.banner_icon{
	position:absolute;
	left:0px;
	display:inline-block;
	width:35px;
	height:35px;
	filter: brightness(0) invert(1);
}

.BANNER_NEWS{
	height:auto;
	min-height:auto;
	background:#4298B5;
	padding:40px 0px 40px 0px;
}
.BANNER_NEWS_BLUE{
	width:100%;
	height:100%;
	position:relative;
	left:0px;
	top:0px;
	background:#4298B5;
}
.BANNER_NEWS_IMAGE{
	position:relative;
	background:#FFF;
	display:none;
}
.BANNER_NEWS h1{
	margin:0px;
}
.banner_image_container{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}
.banner_image_container img{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	object-fit: cover;
}
.BANNER .BANNER_CONTENT .single_service_header h1{
	padding-left:50px;
}
@media only screen and (min-width:600px) {
	.single_service_header{
		width:50% !important;
	}
}
@media only screen and (min-width:1024px) {
	.BANNER .BANNER_CONTENT .single_service_header h1{
		padding-left:65px;
	}
	.banner_icon{
		top:5px;
	}
}

.FULLCOVER{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#4298B5;
	opacity:0.65;
	z-index:1;
}

.FULLCOVER_DARKER{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#4298B5;
	opacity:0.8;
	z-index:1;
}

.TRIANGLE, .HEXAGON, .SQUARE{
	display:none;
}
.MOBILE_BANNER_COVER{
	position:absolute;
	left:0px;
	bottom:0px;
	height:100%;
	width:100%;
	background:#4298B5;
	opacity:0.85;
}
@media only screen and (min-width:600px) and (max-width:1023px) {
	.BANNER h1{
		width:65%;
		display:inline-block;
	}
}
@media only screen and (min-width:600px) {
	.BANNER{
		width:100%;
		position:relative;
		display:table;
		padding:40px 0px 40px 0px;
		min-height:350px;
	}
	.MOBILE_BANNER_COVER{
		display:none;
	}
	.BANNER .BANNER_CONTENT{
		width:100%;
		display:table-cell;
		position:relative;
		padding:20px 0px 20px 0px;
	}
	.BANNER .BANNER_CONTENT h1{
		margin:0px;
		padding:0px;
	}
	
	.BANNER_NEWS{
		height:auto;
		min-height:auto;
	}
	
	.banner_icon{
		width:40px;
		height:40px;
	}
	
	.TRIANGLE{
		display:inline-block;
		position:absolute;
		left:0px;
		bottom:0px;
		width:100%;
		background:#4298B5;
		opacity:0.85;
		height:0px;
		clip-path: polygon(0 35%, 100% 81%, 100% 100%, 0% 100%);
	}
	.HEXAGON{
		display:inline-block;
		position:absolute;
		left:0px;
		top:0px;
		width:0px;
		background:url(../images/Hex_Banner-01.svg) right center no-repeat;
		background-size:auto 100%;
		opacity:0.85;
		height:100%;
	}
	.SQUARE{
		display:inline-block;
		position:absolute;
		left:0px;
		top:0px;
		width:0px;
		background:#2E87A7;
		opacity:0.85;
		height:100%;
	}
}



/*-----------------------------------------------------------------
HOME
-----------------------------------------------------------------*/
.featured_services{
	display:block;
	width:100%;
	padding:15px 30px 15px 30px;
	background:#FFF;
}
a.featured_service_container {
	position:relative;
	display:inline-block;
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:45px;
	text-align:left;
	border-bottom:1px solid #4298B5;
	text-decoration:none;
	font-size:23px;
	letter-spacing:1.6px;
	line-height:normal;
	font-family: soleil, sans-serif;
	font-weight: 700;
}
.featured_service_wrapper:last-child a.featured_service_container{
	border-bottom:0px;
}
a.featured_service_container h4{
	margin:0px;
	padding:0px;
	font-family: soleil, sans-serif;
	font-weight: 700;
}
a.featured_service_container:hover h4, a.featured_service_container:focus h4{
	color:#4298B5;
}
a.featured_service_container .icon{
	width:32px;
	height:32px;
	margin:auto;
	display:inline-block;
	background-size:contain;
	background-repeat:no-repeat;
	position:absolute;
	z-index:5;
	bottom:15px;
	left:0px;
}
a.featured_service_container span::before{
	position:absolute;
	bottom:17px;
	right:0px;
	width:20px;
	height:20px;
	content:"";
	background:url(../images/FullArrow-01.svg) center center no-repeat;
	background-size:contain;
	z-index:2;
}

@media only screen and (min-width:1024px) {
	.featured_services{
		display:block;
		width:100%;
		text-align:center;
		margin-bottom:40px;
		padding:0px;
		background:none;
	}
	.featured_service_wrapper{
		display:inline-block;
		margin-bottom:0px;
	}
	a.featured_service_container {
		display:inline-block;
		position: relative;
		padding:20px;
		text-align:center;
		margin-top:-80px;
	}
	a.featured_service_container span {
		display:table;
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 4;
	}
	a.featured_service_container, a.featured_service_container span{
		width: 230px;
		height: 134px;
		border-radius:10px;
		transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
	}
	a.featured_service_container, a.featured_service_container:before, a.featured_service_container:after {
		background: #fff;
		box-shadow: 0px 0px 30px #00000022;
		transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
	}
	a.featured_service_container:before, a.featured_service_container:after {
		content: "";
		position: absolute;
		z-index: 3;
		transform: rotate(150deg) skew(30deg);
		left: 45px;
		width: 139px;
		height: 118px;
		border-radius:10px;
		background:#FFF;
	}
	a.featured_service_container:before {
		top: -54px;
	}
	a.featured_service_container:after {
		top: 69px;
	}
	a.featured_service_container .icon{
		bottom:auto;
		width:45px;
		height:45px;
		margin:auto;
		display:inline-block;
		background-size:contain;
		background-repeat:no-repeat;
		position:absolute;
		z-index:5;
		top:-20px;
		left:50%;
		margin-left:-22px;
	}
	a.featured_service_container h4{
		display:table-cell;
		vertical-align:middle;
	}
	a.featured_service_container:hover, a.featured_service_container:hover:before, a.featured_service_container:hover:after, a.featured_service_container:hover span,
	a.featured_service_container:focus, a.featured_service_container:focus:before, a.featured_service_container:focus:after, a.featured_service_container:focus span {
		background:#4298B5;
		transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
	}
	a.featured_service_container:hover .icon,
	a.featured_service_container:focus .icon{
		filter: brightness(0) invert(1);
	}
	a.featured_service_container:hover h4, a.featured_service_container:focus h4{
		color:#fff;
	}
	a.featured_service_container span::before{
		position:absolute;
		bottom:0px;
		left:50%;
		width:20px;
		height:20px;
		margin-left:-10px;
		content:"";
		background:url(../images/FullArrow-01.svg) center center no-repeat;
		background-size:contain;
		z-index:2;
	}
	a.featured_service_container:hover span::before, a.featured_service_container:focus span::before{
		position:absolute;
		bottom:0px;
		left:50%;
		width:20px;
		height:20px;
		margin-left:-10px;
		content:"";
		background:url(../images/FullArrow-01.svg) center center no-repeat;
		background-size:contain;
		z-index:2;
		filter: brightness(0) invert(1);
	}
}


/*-----------------------------------------------------------------
INDUSTRIES
-----------------------------------------------------------------*/
a.industry{
	display:inline-block;
	width:100%;
	height:200px;
	text-decoration:none;
	margin:0px 0px 10px 0px;
	position:relative;
	z-index:1;
	overflow:hidden;
	border-radius:8px 8px 0px 0px;
}
a.industry h4{
	display:inline-block;
	width:75%;
	color:#FFF;
	position:absolute;
	bottom:20px;
	left:25px;
	z-index:3;
	margin:0px;
	padding:0px;
}
a.industry span{
	left:-35px;
	top:110px;
	width:120%;
	height:100%;
	display:inline-block;
	position:absolute;
	z-index:2;
	background:#34667F;
	opacity:0.85;
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
a.industry_moretext span{
	top:80px;
}
a.industry_moretext h4{
	width:85%;
}
a.industry_mosttext span{
	top:40px;
}
a.industry_mosttext h4{
	width:85%;
}

a.industry:hover span, a.industry:focus span{
	left:0px;
	top:0px;
	background:#4298B5;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
	
a.industry_cta{
	position:relative;
	overflow:hidden;
	display:block;
	width:100%;
	height:200px;
	text-decoration:none;
	margin:0px 0px 10px 0px;
	padding:20px;
	text-decoration:none;
	z-index:1;
}
a.industry_cta span{
	left:-35px;
	top:250px;
	width:120%;
	height:100%;
	display:inline-block;
	position:absolute;
	z-index:2;
	background:#34667F;
	opacity:0.85;
	-moz-transform: rotate(12deg);
	-webkit-transform: rotate(12deg);
	-o-transform: rotate(12deg);
	-ms-transform: rotate(12deg);
	transform: rotate(12deg);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
a.industry_cta:hover span, a.industry_cta:focus span{
	left:0px;
	top:0px;
	background:#4298B5;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.industry_cta_inside{
	z-index:2;
	position:relative;
	display:table;
	width:100%;
	height:100%;
	vertical-align:middle;
}
.industry_cta_inside h4{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
	margin:0px;
	padding:0px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
a.industry:hover h4, a.industry:focus h4{
	color:#FFF;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.industry_clients{
	display:inline-block;
	width:100%;
	margin-top:50px;
	text-align:center;
}
.industry_clients .key_clients{
	color:#515759;
	text-transform: uppercase;
	font-family: soleil, sans-serif;
	font-weight: 700;
	margin-bottom:20px;
}
.industry_clients .client{
	display:inline-block;
	position:relative;
	width:200px;
	height:100px;
	margin:20px;
}
.industry_clients .client img{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	object-fit: contain;
	object-position: center;
}
@media only screen and (min-width:600px) {
	.industry_clients{
		text-align:left;
	}
	.industry_clients .client{
		width:130px;
		height:80px;
		margin:10px;
	}
	.industry_clients .client img{
		object-position: left center;
	}
}


/*-----------------------------------------------------------------
SERVICES
-----------------------------------------------------------------*/
.services_container{
	display:grid;
	grid-template-columns: repeat(1, 1fr);
	gap:35px;
}
.service{
	position:relative;
	width:100%;
	height:100%;
	border-radius:8px;
	overflow:hidden;
	box-shadow: 0px 10px 30px #0000001A;
}
.service .service_image{
	height:320px;
	width:100%;
	display:block;
	position:relative;
}
.service .service_image img{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	object-fit: cover;
	object-position: center;
}
.service .service_title{
	display:flex;
	flex-direction:row;
	align-items:center;
	gap:10px;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:1;
	width:100%;
	padding:10px 30px 10px 30px;
}
.service .service_title::before{
	background:#4298B5;
	opacity:0.85;
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:1;
}
.service .service_title .icon{
	display:inline-block;
	position:relative;
	z-index:2;
	width:30px;
	height:40px;
}
.service .service_title .icon img{
	display:inline-block;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	object-fit:contain;
	object-position: center;
	filter: brightness(0) invert(1);
}
.service .service_title h4{
	position:relative;
	z-index:2;
	display:inline-block;
	width:auto;
	padding:0px;
	margin:0px;
	color:#FFF;
}
.service_info{
	padding:20px 30px 30px 30px;
	background:#FFF;
}

.subservice{
	position:relative;
	margin-bottom:40px;
}
.subservice_title_container{
	display:table;
	width:100%;
	min-height:160px;
	position:relative;
	z-index:1;
}
.subservice_title_image{
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
}
.subservice_title_image img{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	object-fit:cover;
}
.subservice_bg img{
	display:none;
}
.subservice_title_cover{
	position:absolute;
	z-index:2;
	background:#4298B5;
	opacity:0.85;
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
}
.subservice_title{
	display:table-cell;
	padding:20px;
	position:relative;
	z-index:3;
	vertical-align:middle;
	text-align:center;
}
.subservice_title h3{
	font-family: soleil, sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	color:#FFF;
	padding:0px;
	margin:0px;
}
.subservice_title h3 .icon{
	display:inline-block;
	width:40px;
	height:40px;
	margin-bottom:-10px;
	margin-right:10px;
}
.subservice_button{
	display:none;
}
.subservice_meat ul li{
	padding:0px 0px 15px 35px;
}
.subservice_meat ul li:before{
	position:absolute;
	content:"";
	width:25px;
	height:25px;
	background:url(../images/Blue_Check_Bullet-01.svg) center center no-repeat;
	background-size:contain;
	left:0px;
	top:-2px;
}
.subservice_meat .relevant_projects h4{
	font-weight: 700;
	color:#515759;
	margin-top:20px;
}
.subservice_meat .relevant_projects a{
	text-transform:uppercase;
	display:inline-block;
	padding-right:20px;
	font-weight: 700;
	letter-spacing:0.6px;
}
.subservice_meat_icon{
	display:inline-block;
	text-transform:uppercase;
	font-family: soleil, sans-serif;
	font-weight: 700;
	font-size:14px;
	padding:5px 0px 5px 40px;
	margin:0px 30px 15px 0px;
}
.new_construction, .existing_buildings{
	position:relative;
}
.new_construction:before, .existing_buildings:before{
	display:inline-block;
	content:"";
	width:32px;
	height:32px;
	left:0px;
	top:0px;
	position:absolute;
}
.new_construction:before{
	background:url(../images/NewBuildingsIcon-01.svg) center center no-repeat;
	background-size:contain;
}
.existing_buildings:before{
	background:url(../images/ExistingBuildingsIcon-01.svg) center center no-repeat;
	background-size:contain;
}


/*-----------------------------------------------------------------
TEAM
-----------------------------------------------------------------*/
.people_container{
	display:grid;
	width:auto;
	grid-template-columns: repeat(1, 1fr);
	row-gap:50px;
	column-gap:0px;
	margin-left:auto;
	margin-right:auto;
	max-width:600px;
	margin-top:30px;
	margin-bottom:30px;
}
@media only screen and (min-width:650px) {
	.people_container{
		grid-template-columns: repeat(2, 1fr);
		margin-bottom:60px;
	}
	.people_container.people_container_1{
		grid-template-columns: repeat(1, 1fr);
	}
}
@media only screen and (min-width:960px) {
	.people_container{
		grid-template-columns: repeat(3, 1fr);
		max-width:920px;
	}
	.people_container.people_container_2{
		grid-template-columns: repeat(2, 1fr);
		max-width:610px;
	}
}
@media only screen and (min-width:1280px) {
	.people_container{
		grid-template-columns: repeat(4, 1fr);
		max-width:none;
		margin-top:60px;
	}
	.people_container.people_container_3{
		grid-template-columns: repeat(3, 1fr);
		max-width:920px;
	}
}
@media only screen and (min-width:1600px) {
	.people_container{
		grid-template-columns: repeat(5, 1fr);
		row-gap:60px;
		margin-top:90px;
		margin-bottom:90px;
	}
	.people_container.people_container_leadership{
		width:1232px !important;
		grid-template-columns: repeat(4, 1fr);
		row-gap:60px;
		margin-top:90px;
		margin-bottom:90px;
	}
}
.person{
	display:inline-block;
	width:280px;
	background:#FFF;
	position:relative;
	vertical-align:top;
	position:relative;
	z-index:1;
	height:100%;
	text-decoration:none !important;
}

.person .person_content{
	height:calc(100% - 220px);
	background:#FFF;
	margin-top:220px;
	padding:110px 20px 40px 20px;
	box-shadow: 0px 10px 30px #0000001A;
	position:relative;
	z-index:3;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.person:hover .person_content, .person:focus .person_content{
	background:#2e87a7;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.person .person_content h3{
	font-family: soleil, sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	padding:0px;
	margin-bottom:5px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.person .person_content .position{
	bottom:20px;
	font-size:16px;
	color:#4298B5;
	line-height:normal;
	letter-spacing:1.2px;
	font-family: soleil, sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.person:hover .person_content h3, .person:focus .person_content h3, .person:hover .person_content .position, .person:focus .person_content .position{
	color:#FFF;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.person_image {
	display:inline-block;
	position: absolute;
	z-index:4;
	left:0px;
	top:0px;
	text-align:center;
	width:280px;
	height:310px;
}
.person_image img{
	position:absolute;
	display:inline-block;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	object-fit:cover;
	object-position: top;
}
.person .person_image span {
	display:inline-block;
	position: absolute;
	left:0px;
	top:-5px;
	z-index: 2;
	width: 280px;
	height: 332px;
	background:url(../images/TeamHex-01.svg) center center no-repeat;
	background-size:cover;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.person:hover .person_image span, .person:focus .person_image span {
	display:inline-block;
	position: absolute;
	left:0px;
	top:-5px;
	z-index: 2;
	width: 280px;
	height: 332px;
	background:url(../images/TeamHex_Blue.svg) center center no-repeat;
	background-size:cover;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.person_headshot{
	position:relative;
	opacity:0.1;
	left:-40px;
	width:315px;
	height:315px;
	display:inline-block;
	box-shadow: 0px 10px 30px #0000001A;
}
.person_headshot img{
	position:absolute;
	display:inline-block;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	object-fit:cover;
}
h1.person_name{
	font-size:24px;
	text-transform:uppercase;
	color:#34667F;
	line-height:24px;
	margin:0px 0px 5px 0px;
	padding:0px;
	letter-spacing:0px;
}
h5.person_position{
	color:#515759;
	margin:0px 0px 20px 0px;
}
.person_blue_bg{
	background:#4298B5;
	position:absolute;
	z-index:1;
	width:100%;
	height:180px;
	top:0px;
	left:0px;
}
@media only screen and (min-width:800px) and (max-width:1023px){
	.person_tablet_padding{
		padding:0px 120px 0px 120px;
	}
}

a.team_back{
	position:relative;
	display:inline-block;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 18px;
	color:#FFF;
	text-decoration:none;
	font-family: soleil, sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	letter-spacing:1px;
}
a.team_back::before{
	content:"";
	position:absolute;
	left:0px;
	top:7px;
	background:url(../images/SmallArrow-01.svg) center center no-repeat;
	background-size:cover;
	width:10px;
	height:10px;
	filter: brightness(0) invert(1);
	transform: scaleX(-1);
}
ul.team_social{
	float:right;
	display:inline-block;
	width:auto;
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.team_social li{
	display:inline-block;
	width:auto;
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.team_social li:before{
	display:none;
}
ul.team_social li a{
	display:inline-block;
	width:30px;
	height:30px;
	margin:0px 0px 0px 5px;
}
ul.team_social li a.person_linkedin{
	background:url(../images/LinkedIn_White.png) center center no-repeat;
	background-size:contain;
}
ul.team_social li a.person_email{
	background:url(../images/EmailIcon_White-01.svg) center center no-repeat;
	background-size:contain;
}
ul.team_social li a.person_phone{
	background:url(../images/PhoneIcon_White-01.svg) center center no-repeat;
	background-size:contain;
}


/*-----------------------------------------------------------------
CAREER
-----------------------------------------------------------------*/
a.career{
	position:relative;
	overflow:hidden;
	text-decoration:none;
	background:#FFF;
	display:inline-block;
	vertical-align:middle;
	line-height:normal;
	width:100%;
	min-height:170px;
	border-bottom:6px solid #4298B5;
	margin-bottom:20px;
	box-shadow: 0px 10px 30px #0000001A;
}
a.career div{
	position:relative;
	z-index:3;
	display:inline-block;
	vertical-align:middle;
	padding:40px;
}
a.career h3{
	display:inline;
	padding:0px;
	margin:0px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}
a.career:hover h3, a.career:focus h3{
	color:#FFF;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}
a.career h3:after{
	position:absolute;
	z-index:4;
	content:"";
	width:18px;
	height:18px;
	background:url(../images/SmallArrow-01.svg) center center no-repeat;
	background-size:contain;
	margin-top:7px;
	margin-left:10px;
	filter: brightness(1);
	transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
}
a.career:hover h3:after, a.career:focus h3:after{
	filter: brightness(0) invert(1);
	transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
}
a.career span{
	left:-35px;
	top:100%;
	width:120%;
	height:100%;
	display:inline-block;
	position:absolute;
	z-index:2;
	background:#4298B5;
	transform-origin:top left;
	-moz-transform: rotate(12deg);
	-webkit-transform: rotate(12deg);
	-o-transform: rotate(12deg);
	-ms-transform: rotate(12deg);
	transform: rotate(12deg);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
a.career:hover span, a.career:focus span{
	left:0px;
	top:0px;
	background:#4298B5;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}


/*-----------------------------------------------------------------
NEWS
-----------------------------------------------------------------*/
.news_container{
	text-align:center;	
}
a.news{
	text-align:left;
	display:inline-block;
	width:315px;
	margin-bottom:30px;
	background:#FFF;
	text-decoration:none;
	vertical-align:top;
	box-shadow: 0px 10px 30px #0000001A;
	position:relative;
}
.news_image{
	width:100%;
	height:200px;
	position:relative;
}
.news_image img{
	position:absolute;
	display:inline-block;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	object-fit: contain;
}
.news_content{
	padding:20px 20px 60px 20px;
}
.news_content h3{
	margin-bottom:10px;
	font-family: soleil, sans-serif;
	font-weight: 700;
	text-transform:uppercase;
}
a.news:hover h3, a.news:focus h3{
	color:#4298B5;
}
a.news .date{
	position:absolute;
	bottom:20px;
	font-size:16px;
	color:#4298B5;
	line-height:normal;
	letter-spacing:1.2px;
	font-family: soleil, sans-serif;
	font-weight: 700;
	text-transform:uppercase;
}
@media only screen and (min-width:600px) {
	a.news{
		margin:20px;
	}
}

.news_image_mobile{
	display:inline-block;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:400px;
	margin-bottom:40px;
}
@media only screen and (min-width:1024px) {
	.news_image_mobile{
		display:none;
	}
}


/*-----------------------------------------------------------------
SUBNAV FIXED
-----------------------------------------------------------------*/
#subnav_button{
	display:inline-block;
	position:fixed;
	right:20px;
	bottom:20px;
	width:60px;
	height:60px;
	border-radius:30px;
	background:#FFF;
	box-shadow: 0px 10px 30px #0000001A;
	z-index:5;
	cursor:pointer;
	background:#4298B5 url(../images/AnchorIcon-01.svg) center center no-repeat;
	background-size:30px;
}
#subnav_close{
	z-index:13;
	width:30px;
	height:30px;
	background:#FFF url(../images/MobileClose-01.svg) center center no-repeat;
	background-size:contain;
	position:fixed;
	top:20px;
	right:20px;
	display:none;
	cursor:pointer;
}
ul#subnav_container{
	background:#FFF;
	z-index:6;
	display:none;
	width:100%;
	height:100vh;
	list-style:none;
	position:fixed;
	z-index:12;
	left:0px;
	top:0px;
	margin:0px;
	padding:60px 20px 20px 20px;
}
ul#subnav_container li{
	position:relative;
	display:inline-block;
	width:100%;
	list-style:none;
	padding:0px;
	margin:0px;
}
ul#subnav_container li:before{
	background:none;
}
ul#subnav_container li a{
	color:#34667F;
	font-size:16px;
	line-height:normal;
	font-family: soleil, sans-serif;
	font-weight: 600;
	font-style: normal;
	text-transform:uppercase;
	text-decoration:none;
	display:inline-block;
	width:100%;
	list-style:none;
	padding:8px 0px 10px 0px;
	margin:0px;
}
ul#subnav_container li a:after{
	position:absolute;
	content:"";
	width:60px;
	height:2px;
	left:0px;
	bottom:0px;
	background:#4298B5;
	display:inline-block;
}
ul#subnav_container li:last-child a:after{
	display:none;
}
ul#subnav_container li a:hover, ul#subnav_container li a:focus{
	color: #34667F;
}
@media only screen and (min-width:800px) {
	#subnav_close{
		background:#FFF url(../images/MobileClose-01.svg) center center no-repeat;
		background-size:20px;
		position:fixed;
		left:auto;
		top:auto;
		right:20px;
		bottom:20px;
		width:60px;
		height:60px;
		border-radius:30px;
	}
	ul#subnav_container{
		z-index:6;
		display:none;
		width:500px;
		height:auto;
		list-style:none;
		position:fixed;
		z-index:12;
		left:auto;
		top:auto;
		right:100px;
		bottom:20px;
		margin:0px;
		padding:15px 30px 15px 30px;
		box-shadow: 0px 10px 30px #0000001A;
		border-radius: 20px;
	}
	ul#subnav_container li{
		position:relative;
		display:inline-block;
		width:100%;
		list-style:none;
		padding:0px;
		margin:0px;
	}
	ul#subnav_container li:before{
		background:none;
	}
	ul#subnav_container li a{
		font-size:16px;
		padding:8px 0px 10px 0px;
	}
	ul#subnav_container li a:after{
		width:100%;
	}
	ul#subnav_container li:last-child a:after{
		display:none;
	}
}
@media only screen and (min-width:1600px) {
	#subnav_button{
		right:50px;
		bottom:50px;
		width:80px;
		height:80px;
		border-radius:40px;
		background:#4298B5 url(../images/AnchorIcon-01.svg) center center no-repeat;
		background-size:34px;
	}
	#subnav_close{
		background:#FFF url(../images/MobileClose-01.svg) center center no-repeat;
		background-size:34px;
		position:fixed;
		left:auto;
		top:auto;
		right:50px;
		bottom:50px;
		width:80px;
		height:80px;
		border-radius:40px;
	}
	ul#subnav_container{
		width:500px;
		right:150px;
		bottom:50px;
		padding:20px 35px 20px 35px;
	}
	ul#subnav_container li a{
		font-size:18px;
		padding:15px 0px 13px 0px;
	}
}


.subnav_top_container{
	background:#FFF;
	box-shadow: 0px 10px 30px #0000001A;
}
ul#subnav_top{
	display:block;
	width:100%;
	list-style:none;
	position:relative;
	margin:0px;
	padding:10px 30px 10px 30px;
}
ul#subnav_top li{
	position:relative;
	display:inline-block;
	width:100%;
	list-style:none;
	padding:0px;
	margin:0px;
}
ul#subnav_top li:before{
	background:none;
}
ul#subnav_top li a{
	color:#34667F;
	font-size:16px;
	line-height:normal;
	font-family: soleil, sans-serif;
	font-weight: 600;
	font-style: normal;
	text-transform:uppercase;
	text-decoration:none;
	display:inline-block;
	width:100%;
	list-style:none;
	padding:8px 0px 10px 0px;
	margin:0px;
}
ul#subnav_top li a:after{
	position:absolute;
	content:"";
	width:60px;
	height:2px;
	left:0px;
	bottom:0px;
	background:#4298B5;
	display:inline-block;
}
ul#subnav_top li:last-child a:after{
	display:none;
}
ul#subnav_top li a:hover, ul#subnav_top li a:focus{
	color: #34667F;
}
@media only screen and (min-width:800px) {
	ul#subnav_top{
		padding:20px 0px 20px 0px;
	}
	ul#subnav_top li{
		max-width:none;
		position:relative;
		display:inline-block;
		width:auto;
		margin:0px 0px 0px 0px;
		padding:0px 20px 0px 30px;
		background:url(../images/FullArrow-Blue-01.svg) left 15px center no-repeat;
		background-size:10px;
	}
	ul#subnav_top li:before{
		background:none;
	}
	ul#subnav_top li a{
		display:inline-block;
		font-size:16px;
		line-height:normal;
		text-decoration:underline;
	}
	ul#subnav_top li a:hover, ul#subnav_top li a:focus{
		text-decoration:none;
	}
	ul#subnav_top li a:after{
		display:none;
	}
}


/*-----------------------------------------------------------------
ABOUT
-----------------------------------------------------------------*/
.mission{
	background:#4298B5 url(../images/14BlueBanner-01.png) bottom right no-repeat;
	background-size:80px 80px;
	padding:40px 40px 100px 40px;
}
.mission h2, .mission h3{
	margin-top:0px;
}
.mission p:last-child{
	padding-bottom:0px;
}
.GROUP{
	width:100%;
	padding-bottom:35%;
	height:auto;
	position:relative;
}
.GROUP .image_container{
	position:absolute;
	display:inline-block;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}
.GROUP .image_container img{
	position:absolute;
	display:inline-block;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	object-fit:cover;
	object-position:bottom;
}
@media only screen and (min-width:800px) {
	.mission{
		background:#4298B5 url(../images/14BlueBanner-01.png) bottom right no-repeat;
		background-size:auto 100%;
		padding:40px 180px 40px 40px;
	}
}
.values_list_container ul{
	margin:0px;
	padding:0px;
	list-style:none;
	width:100%;
	display:inline-block;
}
.values_list_container ul li{
	margin:0px;
	padding:0px;
	list-style:none;
	width:100%;
	display:inline-block;
	border-left:#4298B5 2px solid;
	padding:0px 0px 0px 25px;
	margin:10px 0px 20px 0px;
}
.values_list_container ul li:before{
	display:none;
}
.values_list_container ul li h4{
	color:#515759;
	text-transform:none;
	margin:0px;
	padding:0px 0px 5px 0px;
}
.values_list_container ul li p{
	padding:0px;
}


/*-----------------------------------------------------------------
CONTACT
-----------------------------------------------------------------*/
.contact_bg{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}
.contact_bg img{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	object-fit:cover;
}
.contact_container{
	padding:40px 0px 30px 0px;
	border-bottom:2px solid #FFF;
}
.contact_container:last-child{
	border-bottom:0px solid #FFF;
}
.contact_item{
	display:table;
	width:100%;
	margin-bottom:20px;
}
.contact_item div:first-child{
	display:table-cell;
	width:60px;
	vertical-align:middle;
}
.contact_item div:last-child{
	display:table-cell;
	width:auto;
	vertical-align:middle;
}
.contact_item h3{
	margin-top:0px;
}
.contact_item span{
	text-transform:uppercase;
	font-family: soleil, sans-serif;
	font-weight: 600;
}
.contact_container .address div:first-child{
	background:url(../images/LocationIcon_White.svg) left center no-repeat;
	background-size:24px;
}
.contact_container .phone div:first-child{
	background:url(../images/PhoneIcon_White-01.svg) left center no-repeat;
	background-size:38px;
}
.contact_container .email div:first-child{
	background:url(../images/EmailIcon_White-01.svg) left center no-repeat;
	background-size:38px;
}

.contact_form_container{
	display:none;
}
form label{
	position:fixed;
	left:-999px;
	width:0px;
	height:0px;
	overflow:hidden;
}


@media only screen and (min-width:800px) and (max-width:1023px) {
	.contact_table{
		display:table;
		vertical-align:middle;
		width:100%;
	}
	.contact_form_container_mobile{
		display:none;
	}
	.contact_info_container{
		padding-right:20px;
		width:50%;
		display:table-cell;
		vertical-align:middle;
	}
	.contact_form_container{
		width:50%;
		display:table-cell;
		vertical-align:middle;
	}
	.contact_form{
		position:relative;
		background:#FFF;
		padding:30px;
		border-radius:10px;
		top:40px;
		opacity:0.1;
	}
	.contact_form h3{
		position:relative;
		margin-top:0px;
		color:#34667F;
		padding-bottom:20px;
		margin-bottom:20px;
	}
	.contact_form h3:after{
		bottom:0px;
		content:"";
		width:60px;
		position:absolute;
		margin-left:-30px;
		left:50%;
		height:3px;
		background:#34667F;
	}
	.contact_container{
		margin-right:40px;
	}
}
@media only screen and (min-width:1024px) and (max-width:1279px) {
	.contact_container{
		margin-right:100px;
	}
}
@media only screen and (min-width:1280px) {
	.contact_container{
		display:inline-block;
		width:45%;
		padding:0px;
		border-bottom:0px;
		border-right:2px solid #FFF;
		margin-bottom:60px;
	}
	.contact_container:nth-child(odd){
		padding-right:10px;
	}
	.contact_container:nth-child(even){
		padding-left:60px;
		border-right:0px solid #FFF;
	}
}


/*-----------------------------------------------------------------
FOOTER
-----------------------------------------------------------------*/
.testimonials_container{
	position:relative;
	border-bottom:5px solid #EFEFEF;
}
.testimonials_header{
	text-align:left;
}
.testimonials_header h3{
	padding-left:20px;
}
.testimonial{
	position:relative;
	top:40px;
	opacity:0.1;
	margin-left:-20px;
	padding:52px 20px 0px 40px;
	width:100%;
	margin-bottom:30px;
}
.testimonial_quote_image{
	opacity:0.1;
	display:inline-block;
	width:75px;
	height:75px;
	position:absolute;
	background:url(../images/QuoteIcon.png) top 0px left 0px no-repeat;
	background-size:contain;
}
.testimonial .person_testimonial{
	display:block;
	font-family: soleil, sans-serif;
	font-weight: 600;
}
.testimonial .subtitle{
	display:block;
	text-transform:uppercase;
	font-size:16px;
	line-height:20px;
}

.certification{
	display:inline-block;
	width:100px;
	height:80px;
	margin:15px;
	position:relative;
}
.certification img{
	position:absolute;
	display:inline-block;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	object-fit: contain;
}

#FOOTER{
	padding:20px 0px 20px 0px;
}
#FOOTER p{
	padding-bottom:0px;
}
#FOOTER .footer_logo{
	width:260px;
}
#FOOTER a{
	color:#FFF;
	text-decoration:none;
}
#FOOTER a:hover, #FOOTER a:focus{
	color:#FFF;
	text-decoration:underline;
}
#FOOTER .footer_nav ul{
	margin:0px 0px 30px 0px;
	padding:0px;
	list-style:none;
	display:block;
}
#FOOTER .footer_nav ul li{
	margin:0px;
	padding:0px;
	list-style:none;
	display:block;
}
#FOOTER .footer_nav ul li a{
	padding:2px 0px;
	display:inline-block;
}
#FOOTER .footer_nav ul li:before{
	background:none;
}
#FOOTER .footer_nav ul li{
	font-family: soleil, sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	font-size:18px;
	line-height:26px;
}
#FOOTER .footer_nav ul li ul li{
	font-family: soleil, sans-serif;
	font-weight: 300;
	text-transform:none;
	font-size:16px;
	line-height:24px;
}
#FOOTER ul.social{
	text-align:left;
	width:100%;
	display:inline-block;
	margin:10px 0px 20px 0px;
	padding:0px;
	list-style:none;
}
#FOOTER ul.social li{
	display:inline-block;
	margin:10px;
	padding:0px;
	list-style:none;
}
#FOOTER ul.social li:before{
	background:none;
}
#FOOTER ul.social li a{
	display:inline-block;
	width:30px;
	height:30px;
}
#FOOTER ul.social li.facebook a{
	background:url(../images/Facebook_White.png) center center no-repeat;
	background-size:contain;
	opacity:1;
}
#FOOTER ul.social li.facebook a:hover, #FOOTER ul.social li.facebook a:focus{
	opacity:0.8;
}
#FOOTER ul.social li.linkedin a{
	background:url(../images/LinkedIn_White.png) center center no-repeat;
	background-size:contain;
	opacity:1;
}
#FOOTER ul.social li.linkedin a:hover, #FOOTER ul.social li.linkedin a:focus{
	opacity:0.8;
}
#FOOTER ul.social li.twitter a{
	background:url(../images/Twitter_White.png) center center no-repeat;
	background-size:contain;
	opacity:1;
}
#FOOTER ul.social li.twitter a:hover, #FOOTER ul.social li.twitter a:focus{
	opacity:0.8;
}

#SUPERFOOTER{
	text-align:center;
	border-top:5px solid #EFEFEF;
	background:#515759;
	color:#FFF;
	line-height:normal;
	font-family: soleil, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size:14px;
}
#SUPERFOOTER span{
	display:block;
	padding:15px 0px 15px 0px;
}


/*-----------------------------------------------------------------
MEDIA QUERIES
-----------------------------------------------------------------*/	
@media only screen and (min-width:480px) and (max-width:600px){
	a.industry_moretext span{
		top:100px;
	}
	a.industry_moretext h4{
		width:60%;
	}
	a.industry_mosttext span{
		top:60px;
	}
	a.industry_mosttext h4{
		width:60%;
	}
}
@media only screen and (min-width:601px) and (max-width:799px){
	a.industry_moretext span{
		top:120px;
	}
	a.industry_moretext h4{
		width:60%;
	}
	a.industry_mosttext span{
		top:90px;
	}
	a.industry_mosttext h4{
		width:60%;
	}
}
@media only screen and (min-width:800px) and (max-width:1023px){
	.industry_fix_tablet{
		display:inline-block;
		width:50%;
		height:200px;
		margin-bottom:10px;
	}
	.industry_fix_tablet:nth-child(odd){
		padding-right:5px;
	}
	.industry_fix_tablet:nth-child(even){
		padding-left:5px;
	}
	a.industry span{
		left:-35px;
		top:120px;
		width:120%;
		height:100%;
	}
	a.industry_moretext span{
		top:80px;
	}
	a.industry_moretext h4{
		width:75%;
	}
	a.industry_mosttext span{
		top:50px;
	}
	a.industry_mosttext h4{
		width:75%;
	}
}
@media only screen and (min-width:1024px) {
	.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12 {
		margin-bottom:0px;
		padding-top:0px;
		padding-bottom:0px;
		padding-left:20px;
		padding-right:20px;
	}
	
	html, body{
		font-family: "AvenirLight", sans-serif;
		font-weight:300;
		font-size:16px;
		line-height:25px;
	}

	h1{
		margin:0px 0px 20px 0px;
		font-size:50px;
		line-height:56px;
		letter-spacing:2px;
	}
	h2{
		margin:30px 0px 20px 0px;
		font-size:34px;
		line-height:40px;
		letter-spacing:2px;
	}
	h3{
		margin:30px 0px 15px 0px;
		font-size:26px;
		line-height:30px;
		letter-spacing:1px;
	}
	h4{
		margin:30px 0px 15px 0px;
		padding:0px;
		font-size:22px;
		line-height:26px;
		letter-spacing:1px;
	}
	h5{
		margin:10px 0px 8px 0px;
		padding:0px;
		font-size:20px;
		line-height:auto;
		letter-spacing:0px;
	}

	.larger_text{
		font-size:26px;
		line-height:32px;
	}
	
	#SUPERTOP{
		height:auto;
		display:block;
		padding:8px 0px 8px 0px;
		text-align:right;
		background:#EFEFEF;
		color:#505759;
		font-size:14px;
		line-height:normal;
		font-family: soleil, sans-serif;
		font-weight: 500;
		font-style: normal;
	}
	#SUPERTOP a{
		color:#505759;
		text-decoration:none;
	}
	#SUPERTOP a:hover, #SUPERTOP a:focus{
		color:#34667F;
		text-decoration:none;
	}
	#SUPERTOP .phone{
		display:inline-block;
		width:auto;
		padding-right:60px;
	}
	#SUPERTOP .address{
		display:inline-block;
		width:auto;
	}
	#SUPERTOP ul.social{
		float:right;
		display:inline-block;
		margin:0px;
		padding:0px;
		padding-left:60px;
		list-style:none;
	}
	#SUPERTOP ul.social li{
		display:inline-block;
		margin:0px 10px 0px 10px;
		padding:0px;
		list-style:none;
	}
	#SUPERTOP ul.social li:before{
		background:none;
	}
	#SUPERTOP ul.social li:last-child{
		margin:0px 0px 0px 10px;
	}
	#SUPERTOP ul.social li a{
		display:inline-block;
		width:17px;
		height:17px;
	}
	#SUPERTOP ul.social li.facebook a{
		background:url(../images/Facebook_Navy.png) center center no-repeat;
		background-size:contain;
		opacity:1;
	}
	#SUPERTOP ul.social li.facebook a:hover, #SUPERTOP ul.social li.facebook a:focus{
		opacity:0.8;
	}
	#SUPERTOP ul.social li.linkedin a{
		background:url(../images/LinkedIn_Navy.png) center center no-repeat;
		background-size:contain;
		opacity:1;
	}
	#SUPERTOP ul.social li.linkedin a:hover, #SUPERTOP ul.social li.linkedin a:focus{
		opacity:0.8;
	}
	#SUPERTOP ul.social li.twitter a{
		background:url(../images/Twitter_Navy.png) center center no-repeat;
		background-size:contain;
		opacity:1;
	}
	#SUPERTOP ul.social li.twitter a:hover, #SUPERTOP ul.social li.twitter a:focus{
		opacity:0.8;
	}
	
	#TOP{
		height:90px;
	}
	#logo{
		top:15px;
		width:180px;
		height:60px;
	}
	
	button.menu-toggle{
		display:none;
	}
	ul#primary-menu{
		display:inline-block;
		width:100%;
		height:100%;
		list-style:none;
		position:relative;
		left:auto;
		top:auto;
		margin:16px 0px 0px 0px;
		padding:0px;
		text-align:right;
	}
	ul#primary-menu li{
		position:relative;
		display:inline-block;
		width:auto;
		list-style:none;
		padding:20px 10px 20px 10px;
		margin:0px;
	}
	ul#primary-menu li:last-child{
		padding:20px 0px 20px 10px;
	}
	ul#primary-menu li.menu-item-has-children a{
		background:none;
	}
	ul#primary-menu li a, ul#primary-menu li:last-child a{
		font-size:16px;
		letter-spacing:1.2px;
		color:#34667F;
		line-height:normal;
		font-family: soleil, sans-serif;
		font-weight: 700;
		font-style: normal;
		text-transform:uppercase;
		text-decoration:none;
		display:inline-block;
		width:auto;
		list-style:none;
		margin:0px;
		padding:0px 0px 5px 0px;
		border-bottom:4px solid #FFF;
		color:#515759;
	}
	ul#primary-menu li a:hover, ul#primary-menu li:last-child a:hover, ul#primary-menu li a:focus, ul#primary-menu li:last-child a:focus, ul#primary-menu li a.primary-menu-hovered{
		border-bottom:4px solid #4298B5;
		color:#34667F;
	}
	ul#primary-menu li.menu-item-has-children::before{
		display:none;
	}
	
	ul#primary-menu li.menu-item-has-children ul{
		text-align:left;
		z-index:14;
		background:#FFF;
		display:none !important;
		position:absolute;
		margin:0px;
		left:-20px;
		top:auto;
		width:400px;
		height:auto;
		box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
		padding:0px;
	}
	ul#primary-menu li.menu-item-has-children:hover ul, ul#primary-menu li.menu-item-has-children:focus ul{
		left:-10px;
		display:block !important;
	}
	ul#primary-menu li ul{
		text-align:left;
		z-index:14;
		background:#FFF;
		display:none;
		position:absolute;
		margin:0px;
		top:62px;
		opacity:1 !important;
		width:400px;
		height:auto;
		box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
		padding:0px;
	}
	
	ul#primary-menu li.menu-item-has-children.ada_focus ul{
		display:block !important;
	}

	ul#primary-menu li ul li{
		padding:0px 20px 0px 20px;
		margin:0px;
		border:0px;
		width:100%;
	}
	ul#primary-menu li ul li:first-child{
		padding:10px 20px 0px 20px;
	}
	ul#primary-menu li ul li:last-child{
		padding:0px 20px 10px 20px;
	}
	ul#primary-menu li ul li a, ul#primary-menu li ul li:last-child a{
		font-family: soleil, sans-serif;
		font-weight: 600;
		font-size:15px;
		text-transform:uppercase;
		letter-spacing:normal;
		color:#34667F;
		margin:0px;
		padding:7px 0px 7px 0px;
		border-bottom:1px solid #4298B5 !important;
		width:100%;
	}
	ul#primary-menu li ul li:last-child a{
		border-bottom:0px !important;
	}
	ul#primary-menu li ul li a:hover, ul#primary-menu li ul li:last-child a:hover, ul#primary-menu li ul li a:focus, ul#primary-menu li ul li:last-child a:focus{
		color:#515759;
	}
	
	#subnav_header{
		display:none;
	}
	
	.BANNER_HOME{
		border-bottom:30px solid #34667F;
		padding:20px 0px 100px 20px;
	}
	.BANNER_HOME_CONTENT{
		text-align:left;
		padding:0px;
	}
	
	.BANNER{
		width:100%;
		position:relative;
		display:table;
		padding:40px 0px 40px 0px;
		min-height:350px;
		border-bottom:20px solid #34667F;
	}
	.BANNER .BANNER_CONTENT{
		width:100%;
		display:table-cell;
		position:relative;
	}

	.BANNER_NEWS_BLUE{
		display:inline-block;
		width:54%;
		height:100%;
		position:absolute;
		left:0px;
		top:0px;
	}
	.BANNER_NEWS_IMAGE{
		display:inline-block;
		width:46%;
		height:100%;
		position:absolute;
		left:54%;
		top:0px;
	}
	
	.featured_services{
		margin-bottom:50px;
	}
	.featured_service_wrapper, .featured_service_wrapper:last-child{
		display:inline-block;
		margin:0px 5px 0px 5px;
	}
	
	.homepage_industries_container{
		margin-top:20px;
	}
	a.industry{
		margin:0px 0px 20px 0px;
	}
	
	.testimonial{
		font-size:20px;
		line-height:26px;
	}
	.testimonials_header{
		text-align:center;
	}
	.testimonials_header h3{
		padding-left:0px;
	}
	.testimonial_extra_space{
		margin-top:20px;
	}
	.testimonial .person_testimonial{
		display:block;
	}

	.services_container{
		grid-template-columns: repeat(2, 1fr);
		gap:20px;
	}
	.service .service_title{
		gap:20px;
		padding:20px 40px 20px 40px;
	}
	.service .service_title .icon{
		width:40px;
		height:50px;
	}
	.service_info{
		padding:30px 40px 120px 40px;
		height:calc(100% - 320px);
	}
	.service_button{
		position:absolute;
		left:40px;
		bottom:40px;
	}
	
	.subservice_bg{
		position:absolute;
		z-index:1;
		width:50%;
		height:100%;
		left:0px;
		top:0px;
	}
	.subservice_bg img{
		display:inline-block;
		position:absolute;
		left:0px;
		top:0px;
		width:100%;
		height:100%;
		object-fit:cover;
	}
	.subservice_bg_cover{
		background:#4298B5;
		opacity:0.85;
		position:absolute;
		width:100%;
		height:100%;
		left:0px;
		top:0px;
		z-index:2;
	}
	.subservice_title_image, .subservice_title_cover{
		display:none;
	}
	.subservice_content{
		display:table;
		position:relative;
		z-index:2;
		width:100%;
	}
	.subservice_title_desktop{
		display:table-cell;
		vertical-align:top;
		float:none;
	}
	.subservice_meat{
		float:none;
		display:table-cell;
		vertical-align:top;
		padding-top:60px;
		padding-bottom:40px;
		padding-left:40px;
	}
	.subservice_meat ul li{
		padding:0px 0px 15px 45px;
	}
	.subservice_meat ul li:before{
		position:absolute;
		content:"";
		width:35px;
		height:35px;
		background:url(../images/Blue_Check_Bullet-01.svg) center center no-repeat;
		background-size:contain;
		left:0px;
		top:-5px;
	}
	.subservice_meat .relevant_projects h4{
		margin-top:20px;
		margin-bottom:10px;
	}
	.subservice_title{
		display:block;
		padding:0px;
		margin:0px;
		text-align:left;
		padding-top:60px;
		padding-bottom:120px;
		padding-right:40px;
		min-height:400px;
	}
	.subservice_line{
		position:relative;
	}
	.subservice_line span{
		display:inline-block;
		width:1%;
		position:absolute;
		left:0px;
		top:40px;
		height:3px;
		background:#FFF;
		z-index:4;
		opacity:0.1;
		transition: all 1.2s ease-in-out;
		-webkit-transition: all 1.2s ease-in-out;
		-moz-transition: all 1.2s ease-in-out;
		-o-transition: all 1.2s ease-in-out;
	}
	.subservice_line span.animate{
		opacity:1;
		width:100%;
		transition: all 1.2s ease-in-out;
		-webkit-transition: all 1.2s ease-in-out;
		-moz-transition: all 1.2s ease-in-out;
		-o-transition: all 1.2s ease-in-out;
	}
	.subservice_button{
		display:inline-block;
		position:absolute;
		left:20px;
		bottom:40px;
		z-index:4;
	}
	.subservice_button_mobile{
		display:none;
	}
	.subservice_meat_icon{
		font-size:15px;
		padding:10px 0px 10px 60px;
		margin:0px 40px 25px 0px;
	}
	.new_construction:before, .existing_buildings:before{
		width:45px;
		height:45px;
	}
	
	a.career{
		min-height:170px;
		border-bottom:6px solid #4298B5;
		margin-bottom:30px;
	}
	a.career div{
		padding:40px;
	}
	
	.person_headshot{
		margin-top:30px;
	}
	h1.person_name{
		font-size:28px;
		line-height:32px;
		margin:0px 0px 5px 0px;
		padding-top:30px;
	}
	h5.person_position{
		margin:0px 0px 20px 0px;
	}
	.person_blue_bg{
		width:100%;
		height:100%;
		top:0px;
		left:0px;
		margin-left:-75%;
	}
	a.team_back{
		position:absolute;
		top:-20px;
	}
	a.team_back::before{
		top:8px;
	}
	ul.team_social{
		position:absolute;
		float:none;
		display:inline-block;
		width:auto;
		top:380px;
		left:10px;
		padding:0px;
		list-style:none;
	}
	ul.team_social li a{
		width:40px;
		height:40px;
	}
	
	.values_list_container{
		display:table;
		vertical-align:top;
		margin:60px 0px 20px 0px;
	}
	.values_list_container ul{
		display:table-cell;
		vertical-align:top;
		width:50%;
	}
	.values_list_container ul li{
		border-left:#4298B5 4px solid;
		padding-right:40px;
		margin:0px 0px 40px 0px;
	}
	.values_list_container ul li:last-child{
		margin:0px;
	}
	
	.contact_table{
		display:table;
		vertical-align:middle;
		width:100%;
	}
	.contact_form_container_mobile{
		display:none;
	}
	.contact_info_container{
		padding-right:20px;
		width:60%;
		display:table-cell;
		vertical-align:middle;
	}
	
	.contact_item{
		display:table;
		width:100%;
		margin-bottom:20px;
	}
	.contact_item:last-child{
		margin-bottom:0px;
	}
	.contact_item div:first-child{
		display:table-cell;
		width:50px;
		vertical-align:middle;
	}
	.contact_item div:last-child{
		display:table-cell;
		width:auto;
		vertical-align:middle;
	}

	.contact_form_container{
		width:40%;
		display:table-cell;
		vertical-align:middle;
	}
	.contact_form{
		background:#FFF;
		padding:30px;
		border-radius:10px;
		top:40px;
		opacity:0.1;
		position:relative;
	}
	.contact_form h3{
		position:relative;
		margin-top:0px;
		color:#34667F;
		padding-bottom:20px;
		margin-bottom:20px;
	}
	.contact_form h3:after{
		bottom:0px;
		content:"";
		width:60px;
		position:absolute;
		margin-left:-30px;
		left:50%;
		height:4px;
		background:#34667F;
	}
	
	#FOOTER{
		padding:50px 0px 50px 0px;
	}
	#FOOTER .footer_nav_container{
		display:table;
		width:100%;
    	table-layout: fixed;
	}
	#FOOTER .footer_logo{
		width:100%;
	}
	#FOOTER .footer_nav{
		padding:0px 20px 0px 20px;
		display:table-cell;
		vertical-align:top;
		border-right:1px solid #FFF;
	}
	#FOOTER .footer_nav:first-child{
		display:table-cell;
		vertical-align:top;
		border:0px solid #FFF;
		padding:0px 20px 0px 0px;
	}
	#FOOTER .footer_nav:last-child{
		border-right:0px solid #FFF;
		padding:0px 0px 0px 20px;
	}
	#FOOTER .footer_nav ul.menu{
		margin-bottom:0px;
	}
	#FOOTER .footer_nav li:last-child ul{
		margin-bottom:0px;
	}
}
					
@media only screen and (min-width:1024px) and (max-width:1279px) {
    .container12 {width:1020px;}
    .container12 .column1 {width:85px;}
    .container12 .column2 {width:170px;}
    .container12 .column3 {width:255px;}
    .container12 .column4 {width:340px;}
    .container12 .column5 {width:425px;}
    .container12 .column6 {width:510px;}
    .container12 .column7 {width:595px;}
    .container12 .column8 {width:680px;}
    .container12 .column9 {width:765px;}
    .container12 .column10 {width:850px;}
    .container12 .column11 {width:935px;}
    .container12 .column12 {width:1020px;}
    .container12 .prefix1 {margin-left:85px;}
    .container12 .prefix2 {margin-left:170px;}
    .container12 .prefix3 {margin-left:255px;}
    .container12 .prefix4 {margin-left:340px;}
    .container12 .prefix5 {margin-left:425px;}
    .container12 .prefix6 {margin-left:510px;}
    .container12 .prefix7 {margin-left:595px;}
    .container12 .prefix8 {margin-left:680px;}
    .container12 .prefix9 {margin-left:765px;}
    .container12 .prefix10 {margin-left:850px;}
    .container12 .prefix11 {margin-left:935px;}

	.row{
		padding-top:60px;
		padding-bottom:60px;
	}
	
	.banner_icon{
		width:50px;
		height:50px;
	}
	
	.person_headshot{
		width:100%;
		height:315px;
	}
	
	a.industry h4{
		bottom:10px;
		left:12px;
		width:90%;
	}
	a.industry_moretext span{
		top:60px;
	}
	a.industry_moretext h4{
		width:90%;
	}
	a.industry_mosttext span{
		top:30px;
	}
	a.industry_mosttext h4{
		width:90%;
	}
}
@media only screen and (min-width:1280px) and (max-width:1599px) {
    .container12 {width:1272px;}
    .container12 .column1 {width:106px;}
    .container12 .column2 {width:212px;}
    .container12 .column3 {width:318px;}
    .container12 .column4 {width:424px;}
    .container12 .column5 {width:530px;}
    .container12 .column6 {width:636px;}
    .container12 .column7 {width:742px;}
    .container12 .column8 {width:848px;}
    .container12 .column9 {width:954px;}
    .container12 .column10 {width:1060px;}
    .container12 .column11 {width:1166px;}
    .container12 .column12 {width:1272px;}
    .container12 .prefix1 {margin-left:106px;}
    .container12 .prefix2 {margin-left:212px;}
    .container12 .prefix3 {margin-left:318px;}
    .container12 .prefix4 {margin-left:424px;}
    .container12 .prefix5 {margin-left:530px;}
    .container12 .prefix6 {margin-left:636px;}
    .container12 .prefix7 {margin-left:742px;}
    .container12 .prefix8 {margin-left:848px;}
    .container12 .prefix9 {margin-left:954px;}
    .container12 .prefix10 {margin-left:1060px;}
    .container12 .prefix11 {margin-left:1166px;}

	.row{
		padding-top:60px;
		padding-bottom:60px;
	}
	
	.BANNER_HOME{
		border-bottom:40px solid #34667F;
		padding:20px 0px 120px 0px;
	}
	
	.BANNER{
		border-bottom:30px solid #34667F;
		min-height:400px;
	}
	
	.banner_icon{
		width:50px;
		height:50px;
	}
	
	.featured_services{
		margin-bottom:80px;
	}
	.featured_service_wrapper, .featured_service_wrapper:last-child{
		display:inline-block;
		margin:0px 15px 0px 15px;
	}
	a.featured_service_container {
		display:inline-block;
		position: relative;
		padding:20px;
		text-align:center;
		margin-top:-95px;
	}
	a.featured_service_container, a.featured_service_container span{
		width: 276px;
		height: 161px;
		border-radius:15px;
	}
	a.featured_service_container:before, a.featured_service_container:after {
		content: "";
		position: absolute;
		transform: rotate(150deg) skew(30deg);
		left: 54px;
		width: 167px;
		height: 142px;
		border-radius:15px;
	}
	a.featured_service_container:before {
		top: -63px;
	}
	a.featured_service_container:after {
		top: 82px;
	}
	a.featured_service_container .icon{
		width:54px;
		height:54px;
		top:-25px;
		margin-left:-27px;
	}
	a.featured_service_container span::before{
		bottom:0px;
		width:30px;
		height:30px;
		margin-left:-15px;
	}
	a.featured_service_container h4{
		padding:20px;
	}
	a.featured_service_container:hover span::before, a.featured_service_container:focus span::before{
		bottom:0px;
		width:30px;
		height:30px;
		margin-left:-15px;
	}
	
	a.industry{
		height:260px;
	}
	a.industry span{
		left:-50px;
		top:160px;
		width:120%;
		height:100%;
	}
	a.industry_moretext span{
		top:110px;
	}
	a.industry_moretext h4{
		width:80%;
	}
	a.industry_mosttext span{
		top:70px;
	}
	a.industry_mosttext h4{
		width:80%;
	}
	
	a.industry_cta{
		height:260px;
		padding:40px;
	}
	
	.person_headshot{
		width:360px;
		height:360px;
	}
	ul.team_social{
		top:420px;
	}
	
	.certification{
		width:130px;
		height:100px;
		margin:20px;
	}
}
@media only screen and (min-width:1600px) {
    .container12 {width:1560px;}
    .container12 .column1 {width:130px;}
    .container12 .column2 {width:260px;}
    .container12 .column3 {width:390px;}
    .container12 .column4 {width:520px;}
    .container12 .column5 {width:650px;}
    .container12 .column6 {width:780px;}
    .container12 .column7 {width:910px;}
    .container12 .column8 {width:1040px;}
    .container12 .column9 {width:1170px;}
    .container12 .column10 {width:1300px;}
    .container12 .column11 {width:1430px;}
    .container12 .column12 {width:1560px;}
    .container12 .prefix1 {margin-left:130px;}
    .container12 .prefix2 {margin-left:260px;}
    .container12 .prefix3 {margin-left:390px;}
    .container12 .prefix4 {margin-left:520px;}
    .container12 .prefix5 {margin-left:650px;}
    .container12 .prefix6 {margin-left:780px;}
    .container12 .prefix7 {margin-left:910px;}
    .container12 .prefix8 {margin-left:1040px;}
    .container12 .prefix9 {margin-left:1170px;}
    .container12 .prefix10 {margin-left:1300px;}
    .container12 .prefix11 {margin-left:1430px;}

	.row{
		padding-top:70px;
		padding-bottom:70px;
	}

	html, body{
		font-family: "AvenirLight", sans-serif;
		font-weight:300;
		font-size:19px;
		line-height:29px;
	}
	h1{
		margin:30px 0px 50px 0px;
		text-transform:uppercase;
		font-size:72px;
		line-height:78px;
		letter-spacing:3px;
	}
	h2{
		margin:30px 0px 20px 0px;
		font-size:50px;
		line-height:58px;
		letter-spacing:3.8px;
	}
	h3{
		margin:30px 0px 20px 0px;
		font-size:38px;
		line-height:44px;
		letter-spacing:1px;
	}
	h4{
		margin:30px 0px 15px 0px;
		font-size:30px;
		line-height:36px;
		letter-spacing:1px;
	}
	h5{
		margin:15px 0px 10px 0px;
		font-size:24px;
		line-height:auto;
		letter-spacing:0px;
	}
	
	.larger_text p{
		padding:0px 0px 20px 0px;
	}
	.larger_text, .larger_text_desktoponly{
		font-size:28px;
		line-height:40px;
	}
	
	ul{
		margin:0px 0px 0px 0px;
	}
	ul li{
		padding:0px 0px 12px 18px;
	}
	ul li:before{
		width:10px;
		height:10px;
		top:8px;
	}

	hr, hr.wp-block-separator{
		width:200px;
		height:8px;
		margin:40px 0px 40px 0px;
	}

	a.button, .wp-block-button__link, input[type="button"], .wp-block-button__link:visited, input[type="reset"], input[type="submit"], .cta_button a{
		padding:8px 22px 8px 22px;
		font-size:22px;
		line-height:normal;
		border:3px solid #FFF;
		letter-spacing:2px;
	}
	a.button_blue{
		margin:20px 0px 0px 0px;
		padding:8px 22px 8px 22px;
		font-size:22px;
		line-height:normal;
		letter-spacing:2px;
		border:3px solid #34667F;
	}
	a.button_lightblue{
		margin:20px 0px 0px 0px;
		padding:8px 22px 8px 22px;
		font-size:22px;
		line-height:normal;
		letter-spacing:2px;
		border:3px solid #4298B5;
	}

	input.wpcf7-submit{
		padding:8px 22px 8px 22px !important;
		border:3px solid #4298B5;
	}
	input.wpcf7-submit:hover, input.wpcf7-submit:focus{
		border:3px solid #4298B5;
	}
	
	#SUPERTOP{
		padding:8px 0px 8px 0px;
		font-size:14px;
		line-height:normal;
	}
	#SUPERTOP .phone{
		padding-right:60px;
	}
	#SUPERTOP ul.social{
		padding-left:60px;
	}
	#SUPERTOP ul.social li a{
		width:17px;
		height:17px;
	}
	
	#TOP{
		height:90px;
	}
	
	ul#primary-menu{
		margin:10px 0px 0px 0px;
	}
	ul#primary-menu li{
		padding:10px 20px 20px 20px;
	}
	ul#primary-menu li:last-child{
		padding:20px 0px 20px 20px;
	}
	ul#primary-menu li a, ul#primary-menu li:last-child a{
		font-size:18px;
		letter-spacing:1.5px;
		border-bottom:4px solid #FFF;
	}
	ul#primary-menu li.menu-item-has-children ul{
		left:-5px;
		width:350px;
	}
	ul#primary-menu li ul{
		top:62px;
		width:400px;
	}
	ul#primary-menu li ul li{
		padding:0px 25px 0px 25px;
	}
	ul#primary-menu li ul li:first-child{
		padding:5px 25px 0px 25px;
	}
	ul#primary-menu li ul li:last-child{
		padding:0px 25px 5px 25px;
	}
	ul#primary-menu li ul li a, ul#primary-menu li ul li:last-child a{
		font-size:16px;
		padding:12px 0px 12px 0px;
	}
	
	.BANNER_HOME{
		border-bottom:80px solid #34667F;
		padding:20px 0px 140px 0px;
		min-height:70vh;
	}
	.BANNER_HOME_CONTENT{
		padding:0px;
	}

	.BANNER{
		border-bottom:40px solid #34667F; 
		padding:60px 0px 60px 0px;
		min-height:500px;
	}
	
	.banner_icon{
		width:80px;
		height:80px;
	}
	
	
	.featured_services{
		margin-bottom:80px;
	}
	.featured_service_wrapper, .featured_service_wrapper:last-child{
		display:inline-block;
		margin:0px 20px 0px 20px;
	}
	a.featured_service_container {
		display:inline-block;
		position: relative;
		padding:20px;
		text-align:center;
		margin-top:-150px;
	}
	a.featured_service_container, a.featured_service_container span{
		width: 352px;
		height: 205px;
		border-radius:20px;
	}
	a.featured_service_container:before, a.featured_service_container:after {
		content: "";
		position: absolute;
		transform: rotate(150deg) skew(29deg);
		left: 69px;
		width: 213px;
		height: 180px;
		border-radius:20px;
	}
	a.featured_service_container:before {
		top: -80px;
	}
	a.featured_service_container:after {
		top: 105px;
	}
	a.featured_service_container .icon{
		width:80px;
		height:80px;
		margin:auto;
		display:inline-block;
		background-size:contain;
		background-repeat:no-repeat;
		position:absolute;
		top:-30px;
		left:50%;
		margin-left:-40px;
	}
	a.featured_service_container h4{
		padding:20px;
	}
	a.featured_service_container span::before{
		bottom:-20px;
		width:58px;
		height:58px;
		margin-left:-29px;
	}
	a.featured_service_container:hover span::before, a.featured_service_container:focus span::before{
		bottom:-20px;
		width:58px;
		height:58px;
		margin-left:-29px;
	}
	
	.homepage_industries_container{
		margin-top:40px;
	}
	a.industry{
		height:400px;
		margin:0px 0px 20px 0px;
	}
	a.industry h4{
		bottom:25px;
		left:30px;
	}
	a.industry span{
		left:-50px;
		top:240px;
		width:120%;
		height:100%;
	}
	a.industry_moretext span{
		top:200px;
	}
	a.industry_moretext h4{
		width:80%;
	}
	a.industry_mosttext span{
		top:140px;
	}
	a.industry_mosttext h4{
		width:80%;
	}
	
	.services_container{
		grid-template-columns: repeat(2, 1fr);
		gap:35px;
	}
	.service .service_image{
		height:500px;
	}

	.service .service_title{
		gap:20px;
		padding:30px 60px 30px 60px;
	}
	.service .service_title .icon{
		width:60px;
		height:80px;
	}

	.service_info{
		padding:40px 60px 150px 60px;
	}
	.service_button{
		position:absolute;
		left:60px;
		bottom:60px;
	}
	
	.subservice{
		margin-bottom:70px;
	}
	.subservice_meat{
		padding-top:100px;
		padding-bottom:60px;
		padding-left:80px;
	}
	.subservice_meat ul li{
		padding:0px 0px 15px 50px;
	}
	.subservice_meat ul li:before{
		position:absolute;
		content:"";
		width:40px;
		height:40px;
		background:url(../images/Blue_Check_Bullet-01.svg) center center no-repeat;
		background-size:contain;
		left:0px;
		top:-5px;
	}
	.subservice_meat .relevant_projects h4{
		margin-top:40px;
		margin-bottom:20px;
	}
	.subservice_title{
		padding-top:100px;
		padding-bottom:160px;
		padding-right:80px;
	}
	.subservice_title h3 .icon{
		width:90px;
		height:90px;
		margin-bottom:-25px;
		margin-right:15px;
	}
	.subservice_line span{
		top:70px;
		height:5px;
	}
	.subservice_button{
		bottom:70px;
	}
	.subservice_meat_icon{
		font-size:16px;
		padding:10px 0px 10px 65px;
		margin:0px 50px 30px 0px;
	}
	.new_construction:before, .existing_buildings:before{
		width:50px;
		height:50px;
	}
	
	a.industry_cta{
		height:400px;
		padding:50px;
	}
	
	.services_intro p{
		font-size:46px;
		line-height:63px;
	}
	
	a.career{
		min-height:200px;
		border-bottom:12px solid #4298B5;
		margin-bottom:50px;
		text-decoration:none;
	}
	a.career div{
		padding:40px 60px 40px 60px;
	}
	a.career h3{
		font-size:38px;
		line-height:44px;
		letter-spacing:2.6px;
	}
	a.career h3:after{
		width:26px;
		height:26px;
		margin-top:10px;
		margin-left:10px;
	}
	
	.person_content h3{
		font-size:24px;
		line-height:30px;
		margin-bottom:20px;
		margin-bottom:10px;
	}
	
	.person_headshot{
		width:440px;
		height:440px;
	}
	h1.person_name{
		font-size:34px;
		line-height:36px;
		margin:0px 0px 10px 0px;
	}
	h5.person_position{
		margin:0px 0px 30px 0px;
	}
	ul.team_social{
		top:500px;
	}
	a.team_back::before{
		top:10px;
	}
	
	.mission{
		background:#4298B5 url(../images/14BlueBanner-01.png) bottom right no-repeat;
		background-size:auto 100%;
		padding:60px 280px 60px 60px;
	}
	
	a.news{
		width:470px;
		margin:25px;
	}
	.news_content{
		padding:30px 30px 50px 30px;
	}
	.news_image{
		height:360px;
	}
	.news_content h3{
		font-size:24px;
		line-height:30px;
		margin-bottom:20px;
	}
	a.news .date{
		bottom:30px;
	}
	
	.contact_container{
		width:48%;
	}
	.contact_container:nth-child(odd){
		padding-right:20px;
	}
	.contact_container:nth-child(even){
		padding-left:60px;
	}
	.contact_form{
		padding:40px 50px 40px 50px;
		border-radius:30px;
	}
	.contact_form h3{
		padding-bottom:40px;
		margin-bottom:40px;
	}
	.contact_form h3:after{
		width:80px;
		margin-left:-40px;
		left:50%;
		height:8px;
	}
	
	.testimonials_container{
		border-bottom:20px solid #EFEFEF;
	}
	.testimonial{
		padding:49px 40px 0px 100px;
		margin-bottom:0px;
		font-size:24px;
		line-height:32px;
	}
	.testimonial_quote_image{
		width:125px;
		height:125px;
		background:url(../images/QuoteIcon.png) top 0px left 0px no-repeat;
		background-size:contain;
	}
	.testimonial_extra_space{
		margin-top:60px;
	}
	.testimonials_only_one{
		padding:49px 40px 40px 100px;
	}
	
	.certification{
		width:165px;
		height:120px;
		margin:22px;
	}
	
	#FOOTER .footer_nav_container{
		width:80%;
	}
	#FOOTER .footer_nav{
		padding:0px 30px 0px 30px;
	}
	#FOOTER .footer_nav ul li{
		font-size:18px;
		line-height:22px;
	}
	#FOOTER .footer_nav ul li ul li{
		font-size:14px;
		line-height:22px;
	}
	#FOOTER .footer_nav:first-child{
		padding:0px 50px 0px 0px;
	}
	#FOOTER .footer_nav:last-child{
		padding:0px 0px 0px 50px;
	}
	
	#FOOTER ul.social li a{
		width:35px;
		height:35px;
	}

	#SUPERFOOTER{
		border-top:10px solid #EFEFEF;
		font-size:14px;
		line-height:normal;
	}
	#SUPERFOOTER span{
		padding:10px 0px 10px 0px;
	}
}




/*-----------------------------------------------------------------
INDUSTRY CARDS
-----------------------------------------------------------------*/
.cards{
	display:grid;
	grid-template-columns: repeat(1, 1fr);
	gap:30px;
}
.cards .card{
	position:relative;
	display:inline-block;
	height:100%;
	overflow:hidden;
	border-radius:8px;
	background:#FFF;
	box-shadow: 0px 3px 20px #0000001F;
}
.cards .card .card_meat{
	position:relative;
	width:100%;
	height:auto;
	padding-bottom:75%;
}
.cards .card .card_meat img{
	position:absolute;
	z-index:2;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: center;
}
.cards .card .card_meat .cover{
	background:#4298B5;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:2;
	opacity:0.1;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
.cards a.card:hover .card_meat .cover,
.cards a.card:focus .card_meat .cover{
	background:#4298B5;
	opacity:0.85;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
.cards a.card::after{
	position:absolute;
	z-index:3;
	display:inline-block;
	content:"";
	top:25px;
	right:40px;
	background:url(/wp-content/uploads/2024/04/Forward-arrow.svg) center center no-repeat;
	background-size:contain;
	width:38px;
	height:38px;
	opacity:0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
.cards a.card:hover::after,
.cards a.card:focus::after{
	opacity:1;
	right:30px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
.cards .card .card_meat .content{
	position:absolute;
	z-index:4;
	display:inline-block;
	left:0px;
	bottom:0px;
	width:100%;
	height:auto;
	padding:20px 25px 20px 25px;
	background:#34667f;
}
.cards .card .card_meat .content::before{
	position:absolute;
	content:"";
	display:inline-block;
	right:0px;
	top:0px;
	background:#34667f;
	width:110%;
	height:55px;
	border-top:10px solid #4298B5;
	transform:rotate(5deg);
	transform-origin: bottom right;
}
.cards .card .card_meat .content h4{
	position:relative;
	z-index:4;
	color:#FFF;
	margin:0px;
	padding:0px;
	display:inline-block;
	width:auto;
	line-height:normal;
	text-transform: none;
}
.cards .card .card_meat .content h4::after{
	position:absolute;
	content:"";
	display:inline-block;
	left:0px;
	bottom:-5px;
	height:2px;
	width:0%;
	background:#4298B5;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
.cards a.card:hover .card_meat .content h4::after,
.cards a.card:focus .card_meat .content h4::after{
	width:100%;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
.cards .card .clients{
	text-align:center;
	display:inline-block;
	width:100%;
	padding:15px 0px 15px 0px;
}
.cards .card .clients .client{
	display:inline-block;
	padding:0px 5px 0px 5px;
	height:50px;
	width:105px;
}
.cards .card .clients .client img{
	width:100%;
	height:100%;
	object-fit: contain;
	object-position: center;
}

a.card_cta{
	background:#34667f;
	border-radius:8px;
	display:table;
	width:100%;
	height:100%;
	text-decoration:none !important;
}
a.card_cta div{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:20px;
}
a.card_cta div h4{
	text-transform:none !important;
	color:#FFF !important;
	text-decoration:none !important;
}

@media only screen and (min-width:768px) {
	.cards{
		grid-template-columns: repeat(2, 1fr);
		gap:20px;
	}
}
@media only screen and (min-width:1024px) {
	.cards{
		grid-template-columns: repeat(2, 1fr);
		gap:25px;
	}
}
@media only screen and (min-width:1280px) {
	.cards{
		grid-template-columns: repeat(3, 1fr);
		gap:25px;
	}
}
@media only screen and (min-width:1600px) {
	.cards .card .card_meat .content{
		padding:30px 35px 30px 35px;
		gap:35px;
	}
	.cards .card .clients{
		padding:20px 0px 20px 0px;
	}
	.cards .card .clients .client{
		display:inline-block;
		padding:0px 10px 0px 10px;
	}
}


/*-----------------------------------------------------------------
TEAM FILTER
-----------------------------------------------------------------*/
.filter_container_mobile{
    display:inline-block;
    width:100%;
    height:65px;
}
.filter_container_mobile_wrapper{
    position:relative;
}
.filter_container_mobile select{
    display:block;
    position:absolute;
    left:0px;
    top:20px;
    width:100%;
    color:#34667F;
    font-family: soleil, sans-serif;
    font-weight: 700;
    font-size:20px;
    letter-spacing:1.4px;
    text-transform: uppercase;
    line-height:normal;
    padding-left:32px;
    background:url(/wp-content/uploads/2024/04/Group-580.svg) top 7px left no-repeat;
    background-size:20px;
    border:0px;
}
.filter_container{
    display:none;
}

@media only screen and (min-width:768px) {
    .filter_container_mobile{
        display:none;
    }
    .filter_container{
        display:block;
        width:100%;
    }
    .filter{
        display:block;
        width:100%;
        height:100%;
        color:#34667F;
        font-family: soleil, sans-serif;
        font-weight: 700;
        font-size:20px;
        letter-spacing:1.4px;
        padding-bottom:20px;
        text-transform: uppercase;
        line-height:normal;
        padding-left:32px;
        background:url(/wp-content/uploads/2024/04/Group-580.svg) top 7px left no-repeat;
        background-size:20px;
    }

    .people h2{
        margin-bottom:40px;
    }
    .terms_container{
        background:#FFF;
        box-shadow: 0px 10px 30px #0000001A;
        display:inline-block;
        width:100%;
        padding:40px 0px 40px 0px;
    }
    ul.terms{
        display:block;
        width:auto;
        margin:0px;
        padding:0px;
        list-style: none;
    }
    ul.terms li{
        display:inline-block;
        width:auto;
        margin:0px;
        padding:0px;
        list-style: none;
    }
    ul.terms li::before{
        display:none;
    }
    ul.terms li a{
        display:inline-block;
        width:auto;
        border-radius:22px;
        color:#34667F;
        line-height:normal;
        font-family: soleil, sans-serif;
        font-weight: 500;
        font-size:16px;
        line-height:normal;
        padding:8px 18px 8px 18px;
        margin:0px 10px 10px 0px;
        border:1px solid #4298B5;
        text-decoration:none;
        text-transform: uppercase;
    }
    ul.terms li a:hover,
    ul.terms li a:focus,
    ul.terms li a.active{
        background:#34667F;
        color:#FFF;
        text-decoration:none;
    }
}

@media only screen and (min-width:1024px) {
    .filter_container{
        display:table;
    }
    .filter{
        display:table-cell;
        width:250px;
        vertical-align:top;
    }
    ul.terms{
        display:table-cell;
        vertical-align:top;
    }
}