/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi
Description: Divi child theme via FreshySites
Author: FreshySites
Author URI: https://freshysites.com/
Template: Divi
Version: 1.3.0
*/
/* Add your own styles at the bottom */

/* -- COLORS -- */

.white, 
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white li, .white a,
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, li.white, a.white, p.white {
	color: #fff;
}

.black, 
.black h1, .black h2, .black h3, .black h4, .black h5, .black h6, .black li, .black a,
h1.black, h2.black, h3.black, h4.black, h5.black, h6.black, li.black, a.black, p.black {
	color: #000;
}

.primary, 
.primary h1, .primary h2, .primary  h3, .primary h4, .primary h5, .primary h6, .primary li, .primary a,
h1.primary, h2.primary, h3.primary, h4.primary, h5.primary, h6.primary, li.primary, a.primary, p.primary {
	color: #32a709;
}

.secondary, 
.secondary h1, .secondary h2, .secondary h3, .secondary h4, .secondary h5, .secondary h6, .secondary li, .secondary a,
h1.secondary, h2.secondary, h3.secondary, h4.secondary, h5.secondary, h6.secondary, li.secondary, a.secondary, p.secondary {
	color: #daf238;
}

.tertiary, 
.tertiary h1, .tertiary h2, .tertiary h3, .tertiary h4, .tertiary h5, .tertiary h6, .tertiary li, .tertiary a,
h1.tertiary, h2.tertiary, h3.tertiary, h4.tertiary, h5.tertiary, h6.tertiary, li.tertiary, a.tertiary, p.tertiary {
	color: #e4debe;
}

/* background colors */
.bg-white, a.bg-white {background-color: #fff;}
.bg-black, a.bg-black {background-color: #000;}
.bg-primary, a.bg-primary {background-color: #32a709;}
.bg-secondary, a.bg-secondary {background-color: #daf238;}
.bg-tertiary, a.bg-tertiary {background-color: #e4debe;}

/* -- END COLORS -- */


/* -- TYPOGRAPHY -- */

.text-lowercase, 
.text-lowercase h1, .text-lowercase h2, .text-lowercase h3, .text-lowercase h4, .text-lowercase h5, .text-lowercase h6, .text-lowercase li, .text-lowercase a {
	text-transform: lowercase !important;
}

.text-uppercase, 
.text-uppercase h1, .text-uppercase h2, .text-uppercase h3, .text-uppercase h4, .text-uppercase h5, .text-uppercase h6, .text-uppercase li, .text-uppercase a {
	text-transform: uppercase !important;
}

.text-capitalize, 
.text-capitalize h1, .text-capitalize h2, .text-capitalize h3, .text-capitalize h4, .text-capitalize h5, .text-capitalize h6, .text-capitalize li, .text-capitalize a {
	text-transform: capitalize !important;
}

.text-transform-none, 
.text-transform-none h1, .text-transform-none h2, .text-transform-none h3, .text-transform-none h4, .text-transform-none h5, .text-transform-none h6, .text-transform-none li, .text-transform-none a {
	text-transform: none !important;
}

.font-weight-bold, 
.font-weight-bold h1, .font-weight-bold h2, .font-weight-bold h3, .font-weight-bold h4, .font-weight-bold h5, .font-weight-bold h6, .font-weight-bold li, .font-weight-bold a {
	font-weight: 700;
}

.font-weight-normal, 
.font-weight-normal h1, .font-weight-normal h2, .font-weight-normal h3, .font-weight-normal h4, .font-weight-normal h5, .font-weight-normal h6, .font-weight-normal li, .font-weight-normal a {
	font-weight: 400;
}

.font-italic {font-style: italic;}

.text-underline-none, .text-underline-none a {text-decoration: none !important;}

.text-underline, .text-underline a {text-decoration: underline !important;}

.text-nowrap, .text-nowrap a {white-space: nowrap !important;}

.text-wrap-normal, .text-wrap-normal a {white-space: normal !important;}

/* -- END TYPOGRAPHY -- */


/* -- TEMPLATE -- */



/* -- END TEMPLATE -- */


/* -- HEADER -- */

/* helps logo to not be pixelated when scaled down */
#logo {
	-webkit-transform: none !important;
	transform: none !important;
}

/* when mobile menu is open, change hamburger icon to x icon */
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}

/* makes sub sub menu icon be right arrow instead of down arrow */
#top-menu .menu-item-has-children .menu-item-has-children > a:first-child::after, 
#et-secondary-nav .menu-item-has-children .menu-item-has-children > a:first-child::after {
	content: '5';	
}

/* if parent link of child menu is a deadlink, then make it not clickable */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a[href="#0"] { 
	pointer-events: none;
}

/* - mobile menu toggling elements, injected via jQuery - */

/* make menu list item be relative, to be able to position toggle within this item */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
	position: relative;	
}
/* the new toggle element, which is added via jQuery */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
	position: absolute;
	background-color: rgba(0,0,0,0);
	z-index: 1;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	top: 0;
	right: 10px;
	cursor: pointer;
	text-align: center;
}
@media (max-width: 980px) {
	#page-container #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
		top: 3px;
	}
}
/* the new toggle element when popped */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
	background-color: rgba(0,0,0,0);
}
/* toggle icon */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
	font-family: "ETmodules" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 36px;
	font-size: 24px;
	text-transform: none;
	speak: none;
	content: '\33';
	right: 0;
	position: absolute;
}
/* toggle icon when triggered */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
	content: '\32';
}
/* hide sub menus by default */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
	display: none !important;
	padding-left: 0;
}
/* show sub menu when triggered via jQuery toggle, and add slight bg color */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
	display: flex !important;
	flex-direction: column;
	background-color: rgba(0,0,0,0);
	position: absolute;
}
/* remove sub menu list item left padding, since padding will be on anchors */
#main-header #mobile_menu.et_mobile_menu li li {
	padding-left: 0;
	transform: skewX(0deg);
}

/* adjust mobile menu anchors side paddings */
#main-header #mobile_menu.et_mobile_menu li a {
	padding-left: 0px;
	padding-right: 0!important;
	opacity: 1;
	background-color: rgba(0,0,0,0);
}
/* indent sub menu */
#main-header #mobile_menu.et_mobile_menu li li a {
	padding: 10px 15px!important;
	text-transform: none;
	font-size: 16px;
	border-bottom: 0;
}
@media (max-width: 980px) {
	#page-container #main-header #mobile_menu.et_mobile_menu li li a {
		font-size: 15px;
		padding: 5px 0 5px 5px;
		background-color: rgba(0,0,0,0.02);
		border-bottom: 1px solid rgba(0,0,0,.03);
	}
}
/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu li li li a {
	padding-left: 60px;
	padding-right: 20px;
}
/* if mobile menu anchor has toggle, make room for it to fit next to the link */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
	padding-right: 44px;
}

/* - end mobile menu toggling elements - */

/* undo Divi's default styling of mobile menu links that have children */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a {
	background-color: transparent;
	font-weight: inherit;
}

/* make the current page's mobile menu link be different */
@media (min-width: 981px) {
	#main-header #mobile_menu.et_mobile_menu li.current-menu-item {
		background-color: rgba(48,48,48,0.85);
	}
}

/* -- END HEADER -- */


/* -- FOOTER -- */

#freshy_copyright span {
	display: inline-block;
	line-height: 1.5em;
}

/* vertical pipe divider */
#freshy_copyright span.copyright_via {
	width: 33.33333%;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	background: rgba(255,255,255,0.25);
	vertical-align: middle;
	margin: 10px auto 15px;
	display: block;
}

#freshy_copyright a.copyright_fs {
	display: block;
	vertical-align: middle;
	width: 42px;
	height: 20px;
	background-image: url("/wp-content/uploads/fs-lettermark-white.svg");
	background-repeat: no-repeat;
	background-size: 42px 20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 auto;
}

/* fix if using Impreza to remove underline */
#freshy_copyright a:hover {
	border: 0 !important;
}

@media (min-width: 600px) {
	/* vertical pipe divider */
	#freshy_copyright span.copyright_via {
		width: 1px;
		height: 20px;
		margin: 0 10px;
		display: inline-block;
	}
	#freshy_copyright a.copyright_fs {
		display: inline-block;
	}
}

@media (max-width: 980px) {
	#footer-bottom .et-social-icons li:first-child {
		margin-left: 0;
	}
}

/* -- END FOOTER -- */


/* -- RESPONSIVE -- */

/* do for mobile */
@media screen and (max-width: 767px) {
	/* hide on mobile */
	.hide-mobile {
		display: none;
	}
}

/* do for desktop */
@media screen and (min-width: 768px) {
	/* hide on desktop */
	.hide-desktop {
		display: none;
	}
}

/* -- END RESPONSIVE -- */


/* -- CHECKLIST AND BIRDOG JOB LIST CODE -- */

/*Birdog job list code width and styles*/
#page-container .categorySection .jobSection .jobLinkContainer {
	width: auto;
	display: block;
}

@media (min-width: 981px) {
	.checklist-columns-2 .categorySection {
		width: 60%;
	}
}
#page-container .separatorDash {
	display: inline-block;
}

/*input area*/
#page-container #bdh_common_email_address {
	padding: 16px;
	border: 1px solid #d8d8d8;
	color: #4f4f4f;
	transition: all 0.3s ease;
	background-color: #fff;
}
#page-container #bdh_common_email_address:focus {
	border-color: #981e2f;
}
/*button*/
#bdh_common_sign_up2 {
	margin-left: 10px;
	position: relative;
	top: 2px;
	padding: 14px 16px!important;
	background-color: #981e2f;
	color: rgba(255,255,255,0.99);
	border-width: 0px;
	border-color: #981e2f;
	border-radius: 0px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
#bdh_common_sign_up2:hover {
	background-color: #303030;
	letter-spacing: 3px;
	cursor: pointer;
}
/*Resize*/
@media (max-width: 500px) {
	/*input*/
	#page-container #bdh_common_email_address {
		width: 100%;
	}
	/*button*/
	#page-container #bdh_common_sign_up2 {
		width: 100%;
		display: block;
		margin-bottom: 20px;
		margin-left: 0;
		top: 10px;
	}
}
/*Sidebar styling*/
.joblist-columns-1 {
	font-size: 15px;
	line-height: 1.4em;
}
.joblist-columns-1 .categorySection .jobSection {
	margin-left: 0;
	padding-left: 30px;
	position: relative;
}
#page-container .joblist-columns-1 #bdh_common_email_address {
	padding: 8px;
}
.joblist-columns-1 #bdh_common_sign_up2 {
	top: 1px;
	font-size: 15px;
	margin-left: 5px;
	padding: 8px 4px!important;
}

/*Begining of checklist*/
.checklist ul, .checklist-columns-2 .categorySection {
	margin: 0;
	padding: 0 !important;
	list-style: none;
}

.checklist ul li, .checklist-columns-2 .categorySection .jobSection {
	position: relative;
	padding-left: 30px;
	margin: 0 0 6px !important;
}

.checklist-columns-2 ul li, .checklist-columns-2 .categorySection .jobSection,
.checklist-columns-3 ul li,
.checklist-columns-4 ul li {
	margin-bottom: 30px !important;
}

@media (max-width: 638px) {
	.checklist-columns-2 ul li, .checklist-columns-2 .categorySection .jobSection,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		margin-bottom: 20px !important;
	}
	.checklist-columns-2 ul li:last-child, .checklist-columns-2 .categorySection .jobSection:last-child,
	.checklist-columns-3 ul li:last-child,
	.checklist-columns-4 ul li:last-child {
		margin-bottom: 0 !important;
	}
}

/* create columns of list items with this class */
@media (min-width: 639px) {
	.checklist-columns-2 ul::after, .checklist-columns-2 .categorySection::after,
	.checklist-columns-3 ul::after,
	.checklist-columns-4 ul::after {
		content: '';
		clear: both;
		display: table;
	}
	.checklist-columns-2 ul li, .checklist-columns-2 .categorySection .jobSection,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 50%;
		padding-right: 30px;
	}
	.checklist-columns-2 ul li:nth-child(odd), .checklist-columns-2 .categorySection .jobSection:nth-child(even),
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd){
		clear: both;	
	}
	.checklist-columns-2-alt > ul,
	.checklist-columns-3-alt > ul,
	.checklist-columns-4-alt > ul {
		-moz-column-count: 2;
		-moz-column-gap: 8px;
		-webkit-column-count: 2;
		-webkit-column-gap: 8px;
		column-count: 2;
		column-gap: 20px;
	}
	.checklist-columns-2-alt ul li,
	.checklist-columns-3-alt ul li,
	.checklist-columns-4-alt ul li {
		break-inside: avoid-column;
	}
}
@media (min-width: 981px) {
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 33.333333%;
	}
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;	
	}
	.checklist-columns-3 ul li:nth-child(3n+1),
	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: both;	
	}
	.checklist-columns-3-alt ul,
	.checklist-columns-4-alt ul {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
}
@media (min-width: 1199px) {
	.checklist-columns-4 ul li {
		float: left;
		width: 25%;
	}
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;	
	}
	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: none;	
	}
	.checklist-columns-4 ul li:nth-child(4n+1) {
		clear: both;	
	}
	.checklist-columns-4-alt ul {
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4;
	}
}

.checklist ul li::before, .checklist .categorySection .jobSection::before {
	font-family: 'ETModules';
	content: '\f058';
	width: 20px;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #981E2F;
	/* set font size helps make icon sharper */
	font-size: 22px;
	font-weight: normal;
}

.pluslist ul li::before {
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	content: '+';
	color: #303030;
	font-weight: bold;
}
.eventlist ul li::before {
	content: '\f274';
}
.locationlist ul li::before {
	content: '\f041';
}
.externallist ul li::before {
	content: '\f14c';	
}
.pdflist ul li::before {
	content: '\f1c1';
	color: red;
}
.userlist ul li::before {
	content: '\f2c0';
}
.linklist ul li::before, .linklist .categorySection .jobSection::before  {
	content: '\f0c1 ';
}
.trainglelist ul li::before {
	content: '';
	height: 24px;
	width: 24px;
	top: 5px;
	background-image: url(/wp-content/uploads/red-triangle.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

/* -- END CHECKLIST -- */


/* -- DIVI HACKS -- */

/* make parallax image be centered at the start */
.et_parallax_bg {
	background-position: center center;	
}

/* Divi was turning off bottom padding on last paragraphs, when it should be only if it's the last child */
p:last-of-type,
p:not(.has-background):last-of-type {
	padding-bottom: 1em;
}
p:last-child,
p:not(.has-background):last-child {
	padding-bottom: 0;
}

/* if there are more than one paragraphin the Fullwidth Header module, they should have padding */
.et_pb_fullwidth_header p:not(:last-child) {
	padding-bottom: 1em;
}

/* -- END DIVI HACKS -- */


/* -- TESTIMONIALS PLUGIN -- */

/* flip quote so it's an opening quote icon for grid and slider versions */
.b3_archive_testimonials_grid article .b3_quote.grid_quote::before,
.et_pb_module.et_pb_testimonial_slider .et_pb_slides_testi::before {
	-moz-transform: scale(-1,-1);
	-o-transform: scale(-1,-1);
	-webkit-transform: scale(-1,-1);
	transform: scale(-1,-1);
}

/* -- END TESTIMONIALS PLUGIN -- */


/* -- GRAVITY FORMS -- */

/* partially due to Surbma's restyling of the form, 
there now apepars to be excess margin above fields at certain screen sizes,
when two or more inputs have errors side by side (hence the + in the CSS),
so let's remove that top gap */
@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px) {
	.gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
		margin-top: 0;
	}
}

/* we swap out form ajax spinner via PHP Function, and add spinning if its PNG */
img.gform_ajax_spinner[src$=".png"] {
	-webkit-animation: lime-spin 1.5s linear infinite;
	-moz-animation: lime-spin 1.5s linear infinite;
	animation: lime-spin 1.5s linear infinite;
	padding: 0;
	margin-left: 10px;
}
@-moz-keyframes lime-spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes lime-spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes lime-spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* fix for when Date Picker is used */
#ui-datepicker-div:empty {
	margin-top: 0;	
}

/* -- END GRAVITY FORMS -- */


/* -- HELPERS -- */

/* use the "fullwidth-section" class on a SECTION to make a "standard" SECTION truly be fullwidth 
(NOTE: the SECTION needs THIS class) */
.fullwidth-section.et_pb_section {
	padding: 0;
}
.fullwidth-section.et_pb_section > .et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0;
}

/* use the "fullwidth-row" class on a SECTION to make a "full width" ROW truly be fullwidth 
(NOTE: the ROW module settings needs to be Gutter Width 1, and the SECTION needs THIS class,
and unlike the class above, THIS class will auto-add padding to the columns) */
.fullwidth-row.et_pb_section {
	padding: 0;	
}
.fullwidth-row.et_pb_section .et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
/* helps add padding to each column */
.fullwidth-row.et_pb_section .et_pb_row > .et_pb_column {
	padding: 50px 10%;
}
@media (min-width: 767px) {
	.fullwidth-row.et_pb_section .et_pb_row > .et_pb_column {
		padding: 80px 6%;
	}
}
/* for some reason Divi removes bottom margin from modules if in column with no gutters, 
so we need to add margins back */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column .et_pb_module:not(:last-child) {
	margin-bottom: 30px;
}
@media (min-width: 981px) {
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column_2_3 .et_pb_module:not(:last-child) {
		margin-bottom: 4.242%;
	}
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column_1_3 .et_pb_module:not(:last-child) {
		margin-bottom: 9.27%;
	}	
}
/* reduce gap between toggles if in fullwidth row */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column .et_pb_module.et_pb_toggle:not(:last-child) {
	margin-bottom: 3px;
}

/* -- END HELPERS -- */

/* ------------------------------ BEGIN DESIGNER CSS ------------------------------ */
#page-container {
	overflow: hidden;
}

/* ---------- Adobe Font Typekit -- Goudy Old Style ---------- */
body .custom-font-1, .custom-font-1, .custom-font-1 h1, .custom-font-1 h2, .custom-font-1 h3, .custom-font-1 h4, .custom-font-1 h5, .custom-font-1 h6 {
	font-family: goudy-old-style, serif!important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: goudy-old-style, serif;
}

/* ---------- Main Menu ---------- */
#main-header {
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0);
	box-shadow: 0 1px 0 rgba(0,0,0,0);
}
/* ----- Makes Top Menu Fullwidth ----- */
body #main-header .container {
	padding-right: 0!important;
}
/* ----- Adds "Menu" after mobile menu button ----- */
body .mobile_menu_bar:after {
	content: 'Menu';
	color: #fff;
	text-transform: uppercase;
	position: relative;
	display: block;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 500;
}
/*menu bars*/
body .mobile_menu_bar:before {
	color: #fff;
}
/*centers the menu button and "Menu" text*/
.mobile_menu_bar {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	z-index: 2;
}
/* ----- Main Header bg shape ----- */
#et-top-navigation {
	/*background-image: url('/wp-content/uploads/menu-bg-shape-dark.svg');
	background-position: center right;
	background-repeat: no-repeat;*/
	font-weight: 500!important;
}
@media (min-width: 981px) {
	body #et-top-navigation {
		/*padding: 45px 44px 35px 100px!important;*/
		padding: 45px 17px 35px 100px!important;
	}
}
#et_mobile_nav_menu:before {
	content: '';
	display: block;
	width: 227px;
	height: 100%;
	background-color: #303030;
	transform: skewX(-30deg);
	position: absolute;
	top: 0;
	right: -36px;
	z-index: 2;
}

/* ----- slide in from left animation ----- */
@media (min-width: 981px) {
	.mobile_nav #mobile_menu {
		display: block !important;
		height: 100% !important;
		transition: 1s ease;
		z-index: 1;
	}
	.mobile_nav.closed #mobile_menu {
		transform: translateX(100vw);
	}
}
/* ----- Menu Items ----- */
@media (min-width: 981px) {
	body .mobile_menu_bar {
		padding-bottom: 0!important;
	}
	#mobile_menu {
		z-index: 1;
		top: 0;
		right: 0;
		text-align: right;
		padding: 0 196px 0 0;
		width: 80%!important;
		max-width: 100%;
		background-color: rgba(0,0,0,0);
		border: 0;
		box-shadow: none;
		height: 100%;
	}
	/*list item*/
	#mobile_menu li {
		display: inline-block;
		transform: skewX(-30deg);
		background-color: rgba(152,30,47,0.85);
		text-transform: uppercase;
		min-width: 180px;
		text-align: center;
		height: 100%;
	}
	#main-header.et-fixed-header li {
		background-color: rgba(152,30,47,1);
	}
	#main-header #mobile_menu.et_mobile_menu li:hover {
		background-color: rgba(48,48,48,0.85);
	}
	#main-header.et-fixed-header #mobile_menu.et_mobile_menu li:hover {
		background-color: rgba(48,48,48,0.85);
	}
	/*anchor tag*/
	#mobile_menu li a, #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
		color: #fff;
		transform: skewX(30deg);
		letter-spacing: 2px;
		font-size: 20px;
		font-weight: 500;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		width: 100%;
	}
	#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
		color: #fff;
	}
}

/* ----- Search ----- */
#page-container #et_top_search {
	z-index: 3;
	margin-left: 6px;
}
#page-container #main-header .et_search_outer {
	width: 185px;
	right: 0;
}
#page-container #main-header .et-search-form,
#page-container #main-header .et_close_search_field {
	right: 10px;
}
#page-container #main-header .et-search-field {
	width: 135px;
	font-size: 16px!important;
	text-transform: none;
}
/*Input*/
#page-container #main-header .et_search_form_container input,
#page-container #main-header.et-fixed-header .et_search_form_container input {
	color: #fff!important;
}
/*Input placeholder*/
#page-container #main-header .et_search_form_container input::-webkit-input-placeholder,
#page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder { /* Edge */
	color: #fff!important;
}

#page-container #main-header .et_search_form_container input:-ms-input-placeholder,
#page-container #main-header.et-fixed-header .et_search_form_container input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff!important;
}

#page-container #main-header .et_search_form_container input::placeholder,
#page-container #main-header.et-fixed-header .et_search_form_container input::placeholder {
	color: #fff!important;
}
/*search icon*/
#page-container #main-header #et_search_icon:before,
#page-container #main-header.et-fixed-header #et_search_icon:before,
#page-container #main-header span.et_close_search_field:after,
#page-container #main-header.et-fixed-header span.et_close_search_field:after {
	color: #fff!important;
}

/* ----- Resize ----- */
@media (min-width: 1701px) {
	/*Market Sectors*/
	#menu-item-7407 {
		top: -12px;
	}
	#menu-item-7407 a {
		max-width: 117px;
		margin: auto;
	}
}
@media (max-width: 1700px) and (min-width: 1426px) {
	/*logo*/
	#logo {
		max-width: 225px;
	}
	/*list item*/
	#mobile_menu li {
		min-width: 150px;
	}
	/*anchor tag*/
	#mobile_menu li a, #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
		font-size: 16px;
	}
	/*has sub menu */
	#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
		padding-right: 20px!important;
	}
	/*sub menu*/
	#main-header #mobile_menu.et_mobile_menu li li a {
		font-size: 14px;
	}
	/*Market Sectors*/
	#menu-item-7407 {
		top: -12px;
	}
	#menu-item-7407 a {
		max-width: 117px;
		margin: auto;
	}
}
@media (max-width: 1425px) and (min-width: 1151px) {
	/*logo*/
	#logo {
		max-width: 175px;
	}
	/*menu toggle bg shape*/
	#et_mobile_nav_menu:before {
		right: -70px;
	}
	/*"Menu" text*/
	body .mobile_menu_bar:after {
		font-size: 14px;
	}
	/*background image*/
	#et-top-navigation {
		background-position: 30px center;
	}
	/*menu container*/
	#mobile_menu {
		padding: 0 162px 0 0;
	}
	/*list item*/
	#mobile_menu li {
		min-width: 120px;
	}
	/*anchor tag*/
	#mobile_menu li a, #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
		font-size: 15px;
	}
	/* the new toggle element, which is added via jQuery */
	#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
		right: 0;
	}
	/*has sub menu */
	#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
		padding-right: 20px!important;
	}
	/*sub menu*/
	#main-header #mobile_menu.et_mobile_menu li li a {
		font-size: 13px;
		line-height: 1.3em;
		letter-spacing: 1px;
	}
	/*Market Sectors*/
	#menu-item-7407 {
		top: -12px;
	}
	#menu-item-7407 a {
		max-width: 117px;
		margin: auto;
	}
}
@media (max-width: 1150px) and (min-width: 981px) {
	/*logo*/
	#logo {
		max-width: 130px;
	}
	/*menu toggle bg shape*/
	#et_mobile_nav_menu:before {
		right: -110px;
	}
	/*"Menu" text*/
	body .mobile_menu_bar:after {
		font-size: 14px;
	}
	/*background image*/
	body #page-container #et-top-navigation {
		background-position: 30px center;
		padding-right: 5px!important;
		padding-left: 10px!important;
	}
	/*menu container*/
	#mobile_menu {
		padding: 0 122px 0 0;
	}
	/*list item*/
	#mobile_menu li {
		min-width: 104px;
	}
	/*anchor tag*/
	#mobile_menu li a, #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
		font-size: 13px;
		top: -1px;
		letter-spacing: 1px;
	}
	/* toggle icon */
	#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
		font-size: 21px;
	}
	/* the new toggle element, which is added via jQuery */
	#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
		right: 0;
	}
	/*has sub menu */
	#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
		padding-right: 20px!important;
	}
	/*sub menu*/
	#main-header #mobile_menu.et_mobile_menu li li a {
		letter-spacing: 0;
		font-size: 13px;
		line-height: 1.3em;
	}
	/*Search*/
	#page-container #main-header .et-search-form,
	#page-container #main-header .et_close_search_field {
		right: 0;
	}
	#page-container #main-header .et-search-field {
		width: 85px;
		right: 25px;
		font-size: 13px!important;
		text-transform: none;
	}
	#page-container #main-header .et_search_outer {
		width: 115px;
	}
	/*Market Sectors*/
	#menu-item-7407 {
		top: -12px;
	}
	#menu-item-7407 a {
		max-width: 117px;
		margin: auto;
	}
}
@media (max-width: 980px) {
	/*header container*/
	body #main-header .container {
		width: 90%;
		margin-right: 0;
	}
	/*mobile menu button*/
	#et_mobile_nav_menu {
		padding-right: 40px;
	}
	/* show sub menu when triggered via jQuery toggle, and add slight bg color */
	#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
		position: relative;
	}
	/*menu*/
	.et_mobile_menu {
		width: 90%;
	}
}
@media (max-width: 767px) {
	/*background image*/
	#et-top-navigation {
		background-position: 120px center;
	}
	/*mobile menu button*/
	#et_mobile_nav_menu {
		padding-right: 20px;
	}
}
@media (max-width: 980px) and (min-width: 768px) {
	/*menu toggle bg shape*/
	#et_mobile_nav_menu:before {
		width: 185px;
		right: -24px;
	}
}
@media (max-width: 767px) {
	/*menu toggle bg shape*/
	#et_mobile_nav_menu:before {
		width: 150px;
		right: -24px;
	}
}

/* ---------- Page Targeted CSS -- Menu ---------- */
@media (min-width: 981px) {
	/* ----- Page Container ----- */
	/*Home*/
	.home #page-container,
	/*Culture*/
	.page-id-267 #page-container,
	/*Current Openings*/
	.page-id-446 #page-container,
	/*Community Commitment*/
	.page-id-2043 #page-container,
	/*Benefits*/
	.page-id-2583 #page-container,
	/*Contact*/
	.page-id-42 #page-container,
	/*Pay Invoice*/
	.page-id-2603 #page-container,
	/*Portfolio*/
	.page-id-3223 #page-container,
	/*Profile*/
	.page-id-3237 #page-container,
	/*Leadership*/
	.page-id-3297 #page-container,
	/*Services*/
	.page-id-548 #page-container,
	/*New Portfolio*/
	.page-id-7292 #page-container,
	/*Portfolio Specialty Sports Engineering*/
	.page-id-7310 #page-container,
	/*Architecture*/
	.page-id-7343 #page-container,
	/*Specialty Precast*/
	.page-id-7340 #page-container ,
	/*Ecological Services*/
	.page-id-7336 #page-container ,
	/*Environmental Engineering*/
	.page-id-7333 #page-container ,
	/*Survey & Mapping*/
	.page-id-7329 #page-container ,
	/*Landscape Architecture*/
	.page-id-7325 #page-container ,
	/*Facilities Engineering*/
	.page-id-7322 #page-container ,
	/*Transportation Engineering*/
	.page-id-7319 #page-container,
	/*K-12*/
	.page-id-7363 #page-container,
	/*Higher Education*/
	.page-id-7370 #page-container,
	/*Commercial*/
	.page-id-7376 #page-container,
	/*Domiciliary/ Housing*/
	.page-id-7379 #page-container,
	/*Industrial/ Manufacturing*/
	.page-id-7382 #page-container,
	/*Municipal*/
	.page-id-7386 #page-container,
	/*State*/
	.page-id-7389 #page-container,
	/*Federal*/
	.page-id-7392 #page-container,
	/*Healthcare*/
	.page-id-7397 #page-container,
	/*Non Profit*/
	.page-id-7400 #page-container {
		padding-top: 0!important;
	}
	/* ----- Main Header bg color ----- */
	/*Home*/
	.home #main-header,
	/*Culture*/
	.page-id-267 #main-header,
	/*Current Openings*/
	.page-id-446 #main-header,
	/*Community Commitment*/
	.page-id-2043 #main-header,
	/*Benefits*/
	.page-id-2583 #main-header,
	/*Contact*/
	.page-id-42 #main-header,
	/*Pay Invoice*/
	.page-id-2603 #main-header,
	/*Portfolio*/
	.page-id-3223 #main-header,
	/*Profile*/
	.page-id-3237 #main-header,
	/*Leadership*/
	.page-id-3297 #main-header,
	/*Services*/
	.page-id-548 #main-header,
	/*New Portfolio*/
	.page-id-7292 #main-header,
	/*Portfolio Specialty Sports Engineering*/
	.page-id-7310 #main-header,
	/*Architecture*/
	.page-id-7343 #main-header,
	/*Specialty Precast*/
	.page-id-7340 #main-header,
	/*Ecological Services*/
	.page-id-7336 #main-header,
	/*Environmental Engineering*/
	.page-id-7333 #main-header,
	/*Survey & Mapping*/
	.page-id-7329 #main-header,
	/*Landscape Architecture*/
	.page-id-7325 #main-header,
	/*Facilities Engineering*/
	.page-id-7322 #main-header,
	/*Transportation Engineering*/
	.page-id-7319 #main-header,
	/*K-12*/
	.page-id-7363 #main-header,
	/*Higher Education*/
	.page-id-7370 #main-header,
	/*Commercial*/
	.page-id-7376 #main-header,
	/*Domiciliary/ Housing*/
	.page-id-7379 #main-header,
	/*Industrial/ Manufacturing*/
	.page-id-7382 #main-header,
	/*Municipal*/
	.page-id-7386 #main-header,
	/*State*/
	.page-id-7389 #main-header,
	/*Federal*/
	.page-id-7392 #main-header,
	/*Healthcare*/
	.page-id-7397 #main-header,
	/*Non Profit*/
	.page-id-7400 #main-header {
		background-color: rgba(0,0,0,0);
	}
	/* -- Main Header bg color - fixed -- */
	/*Home*/
	.home #main-header.et-fixed-header,
	/*Culture*/
	.page-id-267 #main-header.et-fixed-header,
	/*Current Openings*/
	.page-id-446 #main-header.et-fixed-header,
	/*Community Commitment*/
	.page-id-2043 #main-header.et-fixed-header,
	/*Benefits*/
	.page-id-2583 #main-header.et-fixed-header,
	/*Contact*/
	.page-id-42 #main-header.et-fixed-header,
	/*Pay Invoice*/
	.page-id-2603 #main-header.et-fixed-header,
	/*Portfolio*/
	.page-id-3223 #main-header.et-fixed-header,
	/*Profile*/
	.page-id-3237 #main-header.et-fixed-header,
	/*Leadership*/
	.page-id-3297 #main-header.et-fixed-header,
	/*Services*/
	.page-id-548 #main-header.et-fixed-header,
	/*New Portfolio*/
	.page-id-7292 #main-header.et-fixed-header,
	/*Portfolio Specialty Sports Engineering*/
	.page-id-7310 #main-header.et-fixed-header,
	/*Architecture*/
	.page-id-7343 #main-header.et-fixed-header,
	/*Specialty Precast*/
	.page-id-7340 #main-header.et-fixed-header,
	/*Ecological Services*/
	.page-id-7336 #main-header.et-fixed-header,
	/*Environmental Engineering*/
	.page-id-7333 #main-header.et-fixed-header,
	/*Survey & Mapping*/
	.page-id-7329 #main-header.et-fixed-header,
	/*Landscape Architecture*/
	.page-id-7325 #main-header.et-fixed-header,
	/*Facilities Engineering*/
	.page-id-7322 #main-header.et-fixed-header,
	/*Transportation Engineering*/
	.page-id-7319 #main-header.et-fixed-header,
	/*K-12*/
	.page-id-7363 #main-header.et-fixed-header,
	/*Higher Education*/
	.page-id-7370 #main-header.et-fixed-header,
	/*Commercial*/
	.page-id-7376 #main-header.et-fixed-header,
	/*Domiciliary/ Housing*/
	.page-id-7379 #main-header.et-fixed-header,
	/*Industrial/ Manufacturing*/
	.page-id-7382 #main-header.et-fixed-header,
	/*Municipal*/
	.page-id-7386 #main-header.et-fixed-header,
	/*State*/
	.page-id-7389 #main-header.et-fixed-header,
	/*Federal*/
	.page-id-7392 #main-header.et-fixed-header,
	/*Healthcare*/
	.page-id-7397 #main-header.et-fixed-header,
	/*Non Profit*/
	.page-id-7400 #main-header.et-fixed-header {
		background-color: #fff;
	}
	/* ----- Menu BG Shape ----- */
	/*Home*/
	.home #et_mobile_nav_menu:before,
	/*Culture*/
	.page-id-267 #et_mobile_nav_menu:before,
	/*Current Openings*/
	.page-id-446 #et_mobile_nav_menu:before,
	/*Community Commitment*/
	.page-id-2043 #et_mobile_nav_menu:before,
	/*Benefits*/
	.page-id-2583 #et_mobile_nav_menu:before,
	/*Contact*/
	.page-id-42 #et_mobile_nav_menu:before,
	/*Pay Invoice*/
	.page-id-2603 #et_mobile_nav_menu:before,
	/*Portfolio*/
	.page-id-3223 #et_mobile_nav_menu:before,
	/*Profile*/
	.page-id-3237 #et_mobile_nav_menu:before,
	/*Leadership*/
	.page-id-3297 #et_mobile_nav_menu:before,
	/*Services*/
	.page-id-548 #et_mobile_nav_menu:before,
	/*New Portfolio*/
	.page-id-7292 #et_mobile_nav_menu:before,
	/*Portfolio Specialty Sports Engineering*/
	.page-id-7310 #et_mobile_nav_menu:before,
	/*Architecture*/
	.page-id-7343 #et_mobile_nav_menu:before,
	/*Specialty Precast*/
	.page-id-7340 #et_mobile_nav_menu:before,
	/*Ecological Services*/
	.page-id-7336 #et_mobile_nav_menu:before,
	/*Environmental Engineering*/
	.page-id-7333 #et_mobile_nav_menu:before,
	/*Survey & Mapping*/
	.page-id-7329 #et_mobile_nav_menu:before,
	/*Landscape Architecture*/
	.page-id-7325 #et_mobile_nav_menu:before,
	/*Facilities Engineering*/
	.page-id-7322 #et_mobile_nav_menu:before,
	/*Transportation Engineering*/
	.page-id-7319 #et_mobile_nav_menu:before,
	/*K-12*/
	.page-id-7363 #et_mobile_nav_menu:before,
	/*Higher Education*/
	.page-id-7370 #et_mobile_nav_menu:before,
	/*Commercial*/
	.page-id-7376 #et_mobile_nav_menu:before,
	/*Domiciliary/ Housing*/
	.page-id-7379 #et_mobile_nav_menu:before,
	/*Industrial/ Manufacturing*/
	.page-id-7382 #et_mobile_nav_menu:before,
	/*Municipal*/
	.page-id-7386 #et_mobile_nav_menu:before,
	/*State*/
	.page-id-7389 #et_mobile_nav_menu:before,
	/*Federal*/
	.page-id-7392 #et_mobile_nav_menu:before,
	/*Healthcare*/
	.page-id-7397 #et_mobile_nav_menu:before,
	/*Non Profit*/
	.page-id-7400 #et_mobile_nav_menu:before {
		background-color: #fff;
	}
	/* -- Menu BG Shape - fixed -- */
	/*Home*/
	.home #main-header.et-fixed-header #et_mobile_nav_menu:before,
	/*Culture*/
	.page-id-267 #main-header.et-fixed-header #et_mobile_nav_menu:before,
	/*Current Openings*/
	.page-id-446 #main-header.et-fixed-header #et_mobile_nav_menu:before,
	/*Community Commitment*/
	.page-id-2043 #main-header.et-fixed-header #et_mobile_nav_menu:before,
	/*Benefits*/
	.page-id-2583 #main-header.et-fixed-header #et_mobile_nav_menu:before,
	/*Contact*/
	.page-id-42 #main-header.et-fixed-header #et_mobile_nav_menu:before,
	/*Pay Invoice*/
	.page-id-2603 #main-header.et-fixed-header #et_mobile_nav_menu:before,
	/*Portfolio*/
	.page-id-3223 #main-header.et-fixed-header #et_mobile_nav_menu:before,
	/*Profile*/
	.page-id-3237 #main-header.et-fixed-header #et_mobile_nav_menu:before,
	/*Leadership*/
	.page-id-3297 #main-header.et-fixed-header #et_mobile_nav_menu:before,
	/*Services*/
	.page-id-548 #main-header.et-fixed-header #et_mobile_nav_menu:before,
	/*New Portfolio*/
	.page-id-7292 #main-header.et-fixed-header #et_mobile_nav_menu:before,
	/*Portfolio Specialty Sports Engineering*/
	.page-id-7310 #main-header.et-fixed-header #et_mobile_nav_menu:before,
	/*Architecture*/
	.page-id-7343 #main-header.et-fixed-header #et_mobile_nav_menu:before,
	/*Specialty Precast*/
	.page-id-7340 #main-header.et-fixed-header #et_mobile_nav_menu:before,
	/*Ecological Services*/
	.page-id-7336 #main-header.et-fixed-header #et_mobile_nav_menu:before,
	/*Environmental Engineering*/
	.page-id-7333 #main-header.et-fixed-header #et_mobile_nav_menu:before,
	/*Survey & Mapping*/
	.page-id-7329 #main-header.et-fixed-header #et_mobile_nav_menu:before,
	/*Landscape Architecture*/
	.page-id-7325 #main-header.et-fixed-header #et_mobile_nav_menu:before,
	/*Facilities Engineering*/
	.page-id-7322 #main-header.et-fixed-header #et_mobile_nav_menu:before,
	/*Transportation Engineering*/
	.page-id-7319 #main-header.et-fixed-header #et_mobile_nav_menu:before,
	/*K-12*/
	.page-id-7363 #main-header.et-fixed-header #et_mobile_nav_menu:before,
	/*Higher Education*/
	.page-id-7370 #main-header.et-fixed-header #et_mobile_nav_menu:before,
	/*Commercial*/
	.page-id-7376 #main-header.et-fixed-header #et_mobile_nav_menu:before,
	/*Domiciliary/ Housing*/
	.page-id-7379 #main-header.et-fixed-header #et_mobile_nav_menu:before,
	/*Industrial/ Manufacturing*/
	.page-id-7382 #main-header.et-fixed-header #et_mobile_nav_menu:before,
	/*Municipal*/
	.page-id-7386 #main-header.et-fixed-header #et_mobile_nav_menu:before,
	/*State*/
	.page-id-7389 #main-header.et-fixed-header #et_mobile_nav_menu:before,
	/*Federal*/
	.page-id-7392 #main-header.et-fixed-header #et_mobile_nav_menu:before,
	/*Healthcare*/
	.page-id-7397 #main-header.et-fixed-header #et_mobile_nav_menu:before,
	/*Non Profit*/
	.page-id-7400 #main-header.et-fixed-header #et_mobile_nav_menu:before {
		background-color: #303030;
	}
	/* ----- Menu Toggle colors ----- */
	/*Home*/
	body.home .mobile_menu_bar:before,
	/*Culture*/
	body.page-id-267 .mobile_menu_bar:before,
	/*Current Openings*/
	body.page-id-446 .mobile_menu_bar:before,
	/*Community Commitment*/
	body.page-id-2043 .mobile_menu_bar:before,
	/*Benefits*/
	body.page-id-2583 .mobile_menu_bar:before,
	/*Contact*/
	body.page-id-42 .mobile_menu_bar:before,
	/*Pay Invoice*/
	body.page-id-2603 .mobile_menu_bar:before,
	/*Portfolio*/
	body.page-id-3223 .mobile_menu_bar:before,
	/*Profile*/
	body.page-id-3237 .mobile_menu_bar:before,
	/*Leadership*/
	body.page-id-3297 .mobile_menu_bar:before,
	/*Services*/
	body.page-id-548 .mobile_menu_bar:before,
	/*New Portfolio*/
	body.page-id-7292 .mobile_menu_bar:before,
	/*Portfolio Specialty Sports Engineering*/
	body.page-id-7310 .mobile_menu_bar:before,
	/*Architecture*/
	body.page-id-7343 .mobile_menu_bar:before,
	/*Specialty Precast*/
	body.page-id-7340 .mobile_menu_bar:before,
	/*Ecological Services*/
	body.page-id-7336 .mobile_menu_bar:before,
	/*Environmental Engineering*/
	body.page-id-7333 .mobile_menu_bar:before,
	/*Survey & Mapping*/
	body.page-id-7329 .mobile_menu_bar:before,
	/*Landscape Architecture*/
	body.page-id-7325 .mobile_menu_bar:before,
	/*Facilities Engineering*/
	body.page-id-7322 .mobile_menu_bar:before,
	/*Transportation Engineering*/
	body.page-id-7319 .mobile_menu_bar:before,
	/*K-12*/
	body.page-id-7363 .mobile_menu_bar:before,
	/*Higher Education*/
	body.page-id-7370 .mobile_menu_bar:before,
	/*Commercial*/
	body.page-id-7376 .mobile_menu_bar:before,
	/*Domiciliary/ Housing*/
	body.page-id-7379 .mobile_menu_bar:before,
	/*Industrial/ Manufacturing*/
	body.page-id-7382 .mobile_menu_bar:before,
	/*Municipal*/
	body.page-id-7386 .mobile_menu_bar:before,
	/*State*/
	body.page-id-7389 .mobile_menu_bar:before,
	/*Federal*/
	body.page-id-7392 .mobile_menu_bar:before,
	/*Healthcare*/
	body.page-id-7397 .mobile_menu_bar:before,
	/*Non Profit*/
	body.page-id-7400 .mobile_menu_bar:before {
		color: #981e2f;
	}
	/*Home*/
	body.home .mobile_menu_bar:after,
	/*Culture*/
	body.page-id-267 .mobile_menu_bar:after,
	/*Current Openings*/
	body.page-id-446 .mobile_menu_bar:after,
	/*Community Commitment*/
	body.page-id-2043 .mobile_menu_bar:after,
	/*Benefits*/
	body.page-id-2583 .mobile_menu_bar:after,
	/*Contact*/
	body.page-id-42 .mobile_menu_bar:after,
	/*Pay Invoice*/
	body.page-id-2603 .mobile_menu_bar:after,
	/*Portfolio*/
	body.page-id-3223 .mobile_menu_bar:after,
	/*Profile*/
	body.page-id-3237 .mobile_menu_bar:after,
	/*Leadership*/
	body.page-id-3297 .mobile_menu_bar:after,
	/*Services*/
	body.page-id-548 .mobile_menu_bar:after,
	/*New Portfolio*/
	body.page-id-7292 .mobile_menu_bar:after,
	/*Portfolio Specialty Sports Engineering*/
	body.page-id-7310 .mobile_menu_bar:after,
	/*Architecture*/
	body.page-id-7343 .mobile_menu_bar:after,
	/*Specialty Precast*/
	body.page-id-7340 .mobile_menu_bar:after,
	/*Ecological Services*/
	body.page-id-7336 .mobile_menu_bar:after,
	/*Environmental Engineering*/
	body.page-id-7333 .mobile_menu_bar:after,
	/*Survey & Mapping*/
	body.page-id-7329 .mobile_menu_bar:after,
	/*Landscape Architecture*/
	body.page-id-7325 .mobile_menu_bar:after,
	/*Facilities Engineering*/
	body.page-id-7322 .mobile_menu_bar:after,
	/*Transportation Engineering*/
	body.page-id-7319 .mobile_menu_bar:after,
	/*K-12*/
	body.page-id-7363 .mobile_menu_bar:after,
	/*Higher Education*/
	body.page-id-7370 .mobile_menu_bar:after,
	/*Commercial*/
	body.page-id-7376 .mobile_menu_bar:after,
	/*Domiciliary/ Housing*/
	body.page-id-7379 .mobile_menu_bar:after,
	/*Industrial/ Manufacturing*/
	body.page-id-7382 .mobile_menu_bar:after,
	/*Municipal*/
	body.page-id-7386 .mobile_menu_bar:after,
	/*State*/
	body.page-id-7389 .mobile_menu_bar:after,
	/*Federal*/
	body.page-id-7392 .mobile_menu_bar:after,
	/*Healthcare*/
	body.page-id-7397 .mobile_menu_bar:after,
	/*Non Profit*/
	body.page-id-7400 .mobile_menu_bar:after {
		color: #303030;
	}
	/* -- Menu Toggle colors - fixed -- */
	/*Home*/
	body.home #main-header.et-fixed-header .mobile_menu_bar:before,
	/*Culture*/
	body.page-id-267 #main-header.et-fixed-header .mobile_menu_bar:before,
	/*Current Openings*/ 
	body.page-id-446 #main-header.et-fixed-header .mobile_menu_bar:before,
	/*Community Commitment*/
	body.page-id-2043 #main-header.et-fixed-header .mobile_menu_bar:before,
	/*Benefits*/
	body.page-id-2583 #main-header.et-fixed-header .mobile_menu_bar:before,
	/*Contact*/
	body.page-id-42 #main-header.et-fixed-header .mobile_menu_bar:before,
	/*Pay Invoice*/
	body.page-id-2603 #main-header.et-fixed-header .mobile_menu_bar:before,
	/*Portfolio*/
	body.page-id-3223 #main-header.et-fixed-header .mobile_menu_bar:before,
	/*Profile*/
	body.page-id-3237 #main-header.et-fixed-header .mobile_menu_bar:before,
	/*Leadership*/
	body.page-id-3297 #main-header.et-fixed-header .mobile_menu_bar:before,
	/*Services*/
	body.page-id-548 #main-header.et-fixed-header .mobile_menu_bar:before,
	/*New Portfolio*/
	body.page-id-7292 #main-header.et-fixed-header .mobile_menu_bar:before,
	/*Portfolio Specialty Sports Engineering*/
	body.page-id-7310 #main-header.et-fixed-header .mobile_menu_bar:before,
	/*Architecture*/
	body.page-id-7343 #main-header.et-fixed-header .mobile_menu_bar:before,
	/*Specialty Precast*/
	body.page-id-7340 #main-header.et-fixed-header .mobile_menu_bar:before,
	/*Ecological Services*/
	body.page-id-7336 #main-header.et-fixed-header .mobile_menu_bar:before,
	/*Environmental Engineering*/
	body.page-id-7333 #main-header.et-fixed-header .mobile_menu_bar:before,
	/*Survey & Mapping*/
	body.page-id-7329 #main-header.et-fixed-header .mobile_menu_bar:before,
	/*Landscape Architecture*/
	body.page-id-7325 #main-header.et-fixed-header .mobile_menu_bar:before,
	/*Facilities Engineering*/
	body.page-id-7322 #main-header.et-fixed-header .mobile_menu_bar:before,
	/*Transportation Engineering*/
	body.page-id-7319 #main-header.et-fixed-header .mobile_menu_bar:before,
	/*K-12*/
	body.page-id-7363 #main-header.et-fixed-header .mobile_menu_bar:before,
	/*Higher Education*/
	body.page-id-7370 #main-header.et-fixed-header .mobile_menu_bar:before,
	/*Commercial*/
	body.page-id-7376 #main-header.et-fixed-header .mobile_menu_bar:before,
	/*Domiciliary/ Housing*/
	body.page-id-7379 #main-header.et-fixed-header .mobile_menu_bar:before,
	/*Industrial/ Manufacturing*/
	body.page-id-7382 #main-header.et-fixed-header .mobile_menu_bar:before,
	/*Municipal*/
	body.page-id-7386 #main-header.et-fixed-header .mobile_menu_bar:before,
	/*State*/
	body.page-id-7389 #main-header.et-fixed-header .mobile_menu_bar:before,
	/*Federal*/
	body.page-id-7392 #main-header.et-fixed-header .mobile_menu_bar:before,
	/*Healthcare*/
	body.page-id-7397 #main-header.et-fixed-header .mobile_menu_bar:before,
	/*Non Profit*/
	body.page-id-7400 #main-header.et-fixed-header .mobile_menu_bar:before {
		color: #fff;
	}
	/*Home*/
	body.home #main-header.et-fixed-header .mobile_menu_bar:after,
	/*Culture*/
	body.page-id-267 #main-header.et-fixed-header .mobile_menu_bar:after,
	/*Current Openings*/
	body.page-id-446 #main-header.et-fixed-header .mobile_menu_bar:after,
	/*Community Commitment*/
	body.page-id-2043 #main-header.et-fixed-header .mobile_menu_bar:after,
	/*Benefits*/
	body.page-id-2583 #main-header.et-fixed-header .mobile_menu_bar:after,
	/*Contact*/
	body.page-id-42 #main-header.et-fixed-header .mobile_menu_bar:after,
	/*Pay Invoice*/
	body.page-id-2603 #main-header.et-fixed-header .mobile_menu_bar:after,
	/*Portfolio*/
	body.page-id-3223 #main-header.et-fixed-header .mobile_menu_bar:after,
	/*Profile*/
	body.page-id-3237 #main-header.et-fixed-header .mobile_menu_bar:after,
	/*Leadership*/
	body.page-id-3297 #main-header.et-fixed-header .mobile_menu_bar:after,
	/*Services*/
	body.page-id-548 #main-header.et-fixed-header .mobile_menu_bar:after,
	/*New Portfolio*/
	body.page-id-7292 #main-header.et-fixed-header .mobile_menu_bar:after,
	/*Portfolio Specialty Sports Engineering*/
	body.page-id-7310 #main-header.et-fixed-header .mobile_menu_bar:after,
	/*Architecture*/
	body.page-id-7343 #main-header.et-fixed-header .mobile_menu_bar:after,
	/*Specialty Precast*/
	body.page-id-7340 #main-header.et-fixed-header .mobile_menu_bar:after,
	/*Ecological Services*/
	body.page-id-7336 #main-header.et-fixed-header .mobile_menu_bar:after,
	/*Environmental Engineering*/
	body.page-id-7333 #main-header.et-fixed-header .mobile_menu_bar:after,
	/*Survey & Mapping*/
	body.page-id-7329 #main-header.et-fixed-header .mobile_menu_bar:after,
	/*Landscape Architecture*/
	body.page-id-7325 #main-header.et-fixed-header .mobile_menu_bar:after,
	/*Facilities Engineering*/
	body.page-id-7322 #main-header.et-fixed-header .mobile_menu_bar:after,
	/*Transportation Engineering*/
	body.page-id-7319 #main-header.et-fixed-header .mobile_menu_bar:after,
	/*K-12*/
	body.page-id-7363 #main-header.et-fixed-header .mobile_menu_bar:after,
	/*Higher Education*/
	body.page-id-7370 #main-header.et-fixed-header .mobile_menu_bar:after,
	/*Commercial*/
	body.page-id-7376 #main-header.et-fixed-header .mobile_menu_bar:after,
	/*Domiciliary/ Housing*/
	body.page-id-7379 #main-header.et-fixed-header .mobile_menu_bar:after,
	/*Industrial/ Manufacturing*/
	body.page-id-7382 #main-header.et-fixed-header .mobile_menu_bar:after,
	/*Municipal*/
	body.page-id-7386 #main-header.et-fixed-header .mobile_menu_bar:after,
	/*State*/
	body.page-id-7389 #main-header.et-fixed-header .mobile_menu_bar:after,
	/*Federal*/
	body.page-id-7392 #main-header.et-fixed-header .mobile_menu_bar:after,
	/*Healthcare*/
	body.page-id-7397 #main-header.et-fixed-header .mobile_menu_bar:after,
	/*Non Profit*/
	body.page-id-7400 #main-header.et-fixed-header .mobile_menu_bar:after {
		color: #fff;
	}
}

/* ----- Search ----- */
/* -- Input -- */
/*Home*/
body.home #page-container #main-header .et_search_form_container input,
/*Culture*/
body.page-id-267 #page-container #main-header .et_search_form_container input,
/*Current Openings*/
body.page-id-446 #page-container #main-header .et_search_form_container input,
/*Community Commitment*/
body.page-id-2043 #page-container #main-header .et_search_form_container input,
/*Benefits*/
body.page-id-2583 #page-container #main-header .et_search_form_container input,
/*Contact*/
body.page-id-42 #page-container #main-header .et_search_form_container input,
/*Pay Invoice*/
body.page-id-2603 #page-container #main-header .et_search_form_container input,
/*Portfolio*/
body.page-id-3223 #page-container #main-header .et_search_form_container input,
/*Profile*/
body.page-id-3237 #page-container #main-header .et_search_form_container input,
/*Leadership*/
body.page-id-3297 #page-container #main-header .et_search_form_container input,
/*Services*/
body.page-id-548 #page-container #main-header .et_search_form_container input,
/*New Portfolio*/
body.page-id-7292 #page-container #main-header .et_search_form_container input,
/*Portfolio Specialty Sports Engineering*/
body.page-id-7310 #page-container #main-header .et_search_form_container input,
/*Architecture*/
body.page-id-7343 #page-container #main-header .et_search_form_container input,
/*Specialty Precast*/
body.page-id-7340 #page-container #main-header .et_search_form_container input,
/*Ecological Services*/
body.page-id-7336 #page-container #main-header .et_search_form_container input,
/*Environmental Engineering*/
body.page-id-7333 #page-container #main-header .et_search_form_container input,
/*Survey & Mapping*/
body.page-id-7329 #page-container #main-header .et_search_form_container input,
/*Landscape Architecture*/
body.page-id-7325 #page-container #main-header .et_search_form_container input,
/*Facilities Engineering*/
body.page-id-7322 #page-container #main-header .et_search_form_container input,
/*Transportation Engineering*/
body.page-id-7319 #page-container #main-header .et_search_form_container input,
/*K-12*/
body.page-id-7363 #page-container #main-header .et_search_form_container input,
/*Higher Education*/
body.page-id-7370 #page-container #main-header .et_search_form_container input,
/*Commercial*/
body.page-id-7376 #page-container #main-header .et_search_form_container input,
/*Domiciliary/ Housing*/
body.page-id-7379 #page-container #main-header .et_search_form_container input,
/*Industrial/ Manufacturing*/
body.page-id-7382 #page-container #main-header .et_search_form_container input,
/*Municipal*/
body.page-id-7386 #page-container #main-header .et_search_form_container input,
/*State*/
body.page-id-7389 #page-container #main-header .et_search_form_container input,
/*Federal*/
body.page-id-7392 #page-container #main-header .et_search_form_container input,
/*Healthcare*/
body.page-id-7397 #page-container #main-header .et_search_form_container input,
/*Non Profit*/
body.page-id-7400 #page-container #main-header .et_search_form_container input {
	color: #333!important;
}
/* -- Input Fixed -- */
/*Home*/
body.home #page-container #main-header.et-fixed-header .et_search_form_container input,
/*Culture*/
body.page-id-267 #page-container #main-header.et-fixed-header .et_search_form_container input,
/*Current Openings*/
body.page-id-446 #page-container #main-header.et-fixed-header .et_search_form_container input,
/*Community Commitment*/
body.page-id-2043 #page-container #main-header.et-fixed-header .et_search_form_container input,
/*Benefits*/
body.page-id-2583 #page-container #main-header.et-fixed-header .et_search_form_container input,
/*Contact*/
body.page-id-42 #page-container #main-header.et-fixed-header .et_search_form_container input,
/*Pay Invoice*/
body.page-id-2603 #page-container #main-header.et-fixed-header .et_search_form_container input,
/*Portfolio*/
body.page-id-3223 #page-container #main-header.et-fixed-header .et_search_form_container input,
/*Profile*/
body.page-id-3237 #page-container #main-header.et-fixed-header .et_search_form_container input,
/*Leadership*/
body.page-id-3297 #page-container #main-header.et-fixed-header .et_search_form_container input,
/*Services*/
body.page-id-548 #page-container #main-header.et-fixed-header .et_search_form_container input,
/*New Portfolio*/
body.page-id-7292 #page-container #main-header.et-fixed-header .et_search_form_container input,
/*Portfolio Specialty Sports Engineering*/
body.page-id-7310 #page-container #main-header.et-fixed-header .et_search_form_container input,
/*Architecture*/
body.page-id-7343 #page-container #main-header.et-fixed-header .et_search_form_container input,
/*Specialty Precast*/
body.page-id-7340 #page-container #main-header.et-fixed-header .et_search_form_container input,
/*Ecological Services*/
body.page-id-7336 #page-container #main-header.et-fixed-header .et_search_form_container input,
/*Environmental Engineering*/
body.page-id-7333 #page-container #main-header.et-fixed-header .et_search_form_container input,
/*Survey & Mapping*/
body.page-id-7329 #page-container #main-header.et-fixed-header .et_search_form_container input,
/*Landscape Architecture*/
body.page-id-7325 #page-container #main-header.et-fixed-header .et_search_form_container input,
/*Facilities Engineering*/
body.page-id-7322 #page-container #main-header.et-fixed-header .et_search_form_container input,
/*Transportation Engineering*/
body.page-id-7319 #page-container #main-header.et-fixed-header .et_search_form_container input,
/*K-12*/
body.page-id-7363 #page-container #main-header.et-fixed-header .et_search_form_container input,
/*Higher Education*/
body.page-id-7370 #page-container #main-header.et-fixed-header .et_search_form_container input,
/*Commercial*/
body.page-id-7376 #page-container #main-header.et-fixed-header .et_search_form_container input,
/*Domiciliary/ Housing*/
body.page-id-7379 #page-container #main-header.et-fixed-header .et_search_form_container input,
/*Industrial/ Manufacturing*/
body.page-id-7382 #page-container #main-header.et-fixed-header .et_search_form_container input,
/*Municipal*/
body.page-id-7386 #page-container #main-header.et-fixed-header .et_search_form_container input,
/*State*/
body.page-id-7389 #page-container #main-header.et-fixed-header .et_search_form_container input,
/*Federal*/
body.page-id-7392 #page-container #main-header.et-fixed-header .et_search_form_container input,
/*Healthcare*/
body.page-id-7397 #page-container #main-header.et-fixed-header .et_search_form_container input,
/*Non Profit*/
body.page-id-7400 #page-container #main-header.et-fixed-header .et_search_form_container input {
	color: #fff!important;
}
/* -- Input placeholder -- */
/*Home*/
body.home #page-container #main-header .et_search_form_container input::-webkit-input-placeholder,
/*Culture*/
body.page-id-267 #page-container #main-header .et_search_form_container input::-webkit-input-placeholder,
/*Current Openings*/
body.page-id-446 #page-container #main-header .et_search_form_container input::-webkit-input-placeholder,
/*Community Commitment*/
body.page-id-2043 #page-container #main-header .et_search_form_container input::-webkit-input-placeholder,
/*Benefits*/
body.page-id-2583 #page-container #main-header .et_search_form_container input::-webkit-input-placeholder,
/*Contact*/
body.page-id-42 #page-container #main-header .et_search_form_container input::-webkit-input-placeholder,
/*Pay Invoice*/
body.page-id-2603 #page-container #main-header .et_search_form_container input::-webkit-input-placeholder,
/*Portfolio*/
body.page-id-3223 #page-container #main-header .et_search_form_container input::-webkit-input-placeholder,
/*Profile*/
body.page-id-3237 #page-container #main-header .et_search_form_container input::-webkit-input-placeholder,
/*Leadership*/
body.page-id-3297 #page-container #main-header .et_search_form_container input::-webkit-input-placeholder,
/*Services*/
body.page-id-548 #page-container #main-header .et_search_form_container input::-webkit-input-placeholder,
/*New Portfolio*/
body.page-id-7292 #page-container #main-header .et_search_form_container input::-webkit-input-placeholder,
/*Portfolio Specialty Sports Engineering*/
body.page-id-7310 #page-container #main-header .et_search_form_container input::-webkit-input-placeholder,
/*Architecture*/
body.page-id-7343 #page-container #main-header .et_search_form_container input::-webkit-input-placeholder,
/*Specialty Precast*/
body.page-id-7340 #page-container #main-header .et_search_form_container input::-webkit-input-placeholder,
/*Ecological Services*/
body.page-id-7336 #page-container #main-header .et_search_form_container input::-webkit-input-placeholder,
/*Environmental Engineering*/
body.page-id-7333 #page-container #main-header .et_search_form_container input::-webkit-input-placeholder,
/*Survey & Mapping*/
body.page-id-7329 #page-container #main-header .et_search_form_container input::-webkit-input-placeholder,
/*Landscape Architecture*/
body.page-id-7325 #page-container #main-header .et_search_form_container input::-webkit-input-placeholder,
/*Facilities Engineering*/
body.page-id-7322 #page-container #main-header .et_search_form_container input::-webkit-input-placeholder,
/*Transportation Engineering*/
body.page-id-7319 #page-container #main-header .et_search_form_container input::-webkit-input-placeholder,
/*K-12*/
body.page-id-7363 #page-container #main-header .et_search_form_container input::-webkit-input-placeholder,
/*Higher Education*/
body.page-id-7370 #page-container #main-header .et_search_form_container input::-webkit-input-placeholder,
/*Commercial*/
body.page-id-7376 #page-container #main-header .et_search_form_container input::-webkit-input-placeholder,
/*Domiciliary/ Housing*/
body.page-id-7379 #page-container #main-header .et_search_form_container input::-webkit-input-placeholder,
/*Industrial/ Manufacturing*/
body.page-id-7382 #page-container #main-header .et_search_form_container input::-webkit-input-placeholder,
/*Municipal*/
body.page-id-7386 #page-container #main-header .et_search_form_container input::-webkit-input-placeholder,
/*State*/
body.page-id-7389 #page-container #main-header .et_search_form_container input::-webkit-input-placeholder,
/*Federal*/
body.page-id-7392 #page-container #main-header .et_search_form_container input::-webkit-input-placeholder,
/*Healthcare*/
body.page-id-7397 #page-container #main-header .et_search_form_container input::-webkit-input-placeholder,
/*Non Profit*/
body.page-id-7400 #page-container #main-header .et_search_form_container input::-webkit-input-placeholder {
	color: #333!important;
}

/* -- Input placeholder Fixed -- */
/*Home*/
body.home #page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder,
/*Culture*/
body.page-id-267 #page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder,
/*Current Openings*/
body.page-id-446 #page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder,
/*Community Commitment*/
body.page-id-2043 #page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder,
/*Benefits*/
body.page-id-2583 #page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder,
/*Contact*/
body.page-id-42 #page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder,
/*Pay Invoice*/
body.page-id-2603 #page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder,
/*Portfolio*/
body.page-id-3223 #page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder,
/*Profile*/
body.page-id-3237 #page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder,
/*Leadership*/
body.page-id-3297 #page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder,
/*Services*/
body.page-id-548 #page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder,
/*New Portfolio*/
body.page-id-7292 #page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder,
/*Portfolio Specialty Sports Engineering*/
body.page-id-7310 #page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder,
/*Architecture*/
body.page-id-7343 #page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder,
/*Specialty Precast*/
body.page-id-7340 #page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder,
/*Ecological Services*/
body.page-id-7336 #page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder,
/*Environmental Engineering*/
body.page-id-7333 #page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder,
/*Survey & Mapping*/
body.page-id-7329 #page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder,
/*Landscape Architecture*/
body.page-id-7325 #page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder,
/*Facilities Engineering*/
body.page-id-7322 #page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder,
/*Transportation Engineering*/
body.page-id-7319 #page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder,
/*K-12*/
body.page-id-7363 #page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder,
/*Higher Education*/
body.page-id-7370 #page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder,
/*Commercial*/
body.page-id-7376 #page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder,
/*Domiciliary/ Housing*/
body.page-id-7379 #page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder,
/*Industrial/ Manufacturing*/
body.page-id-7382 #page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder,
/*Municipal*/
body.page-id-7386 #page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder,
/*State*/
body.page-id-7389 #page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder,
/*Federal*/
body.page-id-7392 #page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder,
/*Healthcare*/
body.page-id-7397 #page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder,
/*Non Profit*/
body.page-id-7400 #page-container #main-header.et-fixed-header .et_search_form_container input::-webkit-input-placeholder {
	color: #fff!important;
}

/* -- Search Icon -- */
/*Home*/
body.home #page-container #main-header #et_search_icon:before,
body.home #page-container #main-header span.et_close_search_field:after,
/*Culture*/
body.page-id-267 #page-container #main-header #et_search_icon:before,
body.page-id-267 #page-container #main-header span.et_close_search_field:after,
/*Current Openings*/
body.page-id-446 #page-container #main-header #et_search_icon:before,
body.page-id-446 #page-container #main-header span.et_close_search_field:after,
/*Community Commitment*/
body.page-id-2043 #page-container #main-header #et_search_icon:before,
body.page-id-2043 #page-container #main-header span.et_close_search_field:after,
/*Benefits*/
body.page-id-2583 #page-container #main-header #et_search_icon:before,
body.page-id-2583 #page-container #main-header span.et_close_search_field:after,
/*Contact*/
body.page-id-42 #page-container #main-header #et_search_icon:before,
body.page-id-42 #page-container #main-header span.et_close_search_field:after,
/*Pay Invoice*/
body.page-id-2603 #page-container #main-header #et_search_icon:before,
body.page-id-2603 #page-container #main-header span.et_close_search_field:after,
/*Portfolio*/
body.page-id-3223 #page-container #main-header #et_search_icon:before,
body.page-id-3223 #page-container #main-header span.et_close_search_field:after,
/*Profile*/
body.page-id-3237 #page-container #main-header #et_search_icon:before,
body.page-id-3237 #page-container #main-header span.et_close_search_field:after,
/*Leadership*/
body.page-id-3297 #page-container #main-header #et_search_icon:before,
body.page-id-3297 #page-container #main-header span.et_close_search_field:after,
/*Services*/
body.page-id-548 #page-container #main-header #et_search_icon:before,
body.page-id-548 #page-container #main-header span.et_close_search_field:after,
/*New Portfolio*/
body.page-id-7292 #page-container #main-header #et_search_icon:before,
body.page-id-7292 #page-container #main-header span.et_close_search_field:after,
/*Portfolio Specialty Sports Engineering*/
body.page-id-7310 #page-container #main-header #et_search_icon:before,
body.page-id-7310 #page-container #main-header span.et_close_search_field:after,
/*Architecture*/
body.page-id-7343 #page-container #main-header #et_search_icon:before,
body.page-id-7343 #page-container #main-header span.et_close_search_field:after,
/*Specialty Precast*/
body.page-id-7340 #page-container #main-header #et_search_icon:before,
body.page-id-7340 #page-container #main-header span.et_close_search_field:after,
/*Ecological Services*/
body.page-id-7336 #page-container #main-header #et_search_icon:before,
body.page-id-7336 #page-container #main-header span.et_close_search_field:after,
/*Environmental Engineering*/
body.page-id-7333 #page-container #main-header #et_search_icon:before,
body.page-id-7333 #page-container #main-header span.et_close_search_field:after,
/*Survey & Mapping*/
body.page-id-7329 #page-container #main-header #et_search_icon:before,
body.page-id-7329 #page-container #main-header span.et_close_search_field:after,
/*Landscape Architecture*/
body.page-id-7325 #page-container #main-header #et_search_icon:before,
body.page-id-7325 #page-container #main-header span.et_close_search_field:after,
/*Facilities Engineering*/
body.page-id-7322 #page-container #main-header #et_search_icon:before,
body.page-id-7322 #page-container #main-header span.et_close_search_field:after,
/*Transportation Engineering*/
body.page-id-7319 #page-container #main-header #et_search_icon:before,
body.page-id-7319 #page-container #main-header span.et_close_search_field:after,
/*K-12*/
body.page-id-7363 #page-container #main-header #et_search_icon:before,
body.page-id-7363 #page-container #main-header span.et_close_search_field:after,
/*Higher Education*/
body.page-id-7370 #page-container #main-header #et_search_icon:before,
body.page-id-7370 #page-container #main-header span.et_close_search_field:after,
/*Commercial*/
body.page-id-7376 #page-container #main-header #et_search_icon:before,
body.page-id-7376 #page-container #main-header span.et_close_search_field:after,
/*Domiciliary/ Housing*/
body.page-id-7379 #page-container #main-header #et_search_icon:before,
body.page-id-7379 #page-container #main-header span.et_close_search_field:after,
/*Industrial/ Manufacturing*/
body.page-id-7382 #page-container #main-header #et_search_icon:before,
body.page-id-7382 #page-container #main-header span.et_close_search_field:after,
/*Municipal*/
body.page-id-7386 #page-container #main-header #et_search_icon:before,
body.page-id-7386 #page-container #main-header span.et_close_search_field:after,
/*State*/
body.page-id-7389 #page-container #main-header #et_search_icon:before,
body.page-id-7389 #page-container #main-header span.et_close_search_field:after,
/*Federal*/
body.page-id-7392 #page-container #main-header #et_search_icon:before,
body.page-id-7392 #page-container #main-header span.et_close_search_field:after,
/*Healthcare*/
body.page-id-7397 #page-container #main-header #et_search_icon:before,
body.page-id-7397 #page-container #main-header span.et_close_search_field:after,
/*Non Profit*/
body.page-id-7400 #page-container #main-header #et_search_icon:before,
body.page-id-7400 #page-container #main-header span.et_close_search_field:after  {
	color: #333!important;
}
/* -- Search Icon Fixed -- */
/*Home*/
body.home #page-container #main-header.et-fixed-header #et_search_icon:before,
body.home #page-container #main-header.et-fixed-header span.et_close_search_field:after,
/*Culture*/
body.page-id-267 #page-container #main-header.et-fixed-header #et_search_icon:before,
body.page-id-267 #page-container #main-header.et-fixed-header span.et_close_search_field:after,
/*Current Openings*/
body.page-id-446 #page-container #main-header.et-fixed-header #et_search_icon:before,
body.page-id-446 #page-container #main-header.et-fixed-header span.et_close_search_field:after,
/*Community Commitment*/
body.page-id-2043 #page-container #main-header.et-fixed-header #et_search_icon:before,
body.page-id-2043 #page-container #main-header.et-fixed-header span.et_close_search_field:after,
/*Benefits*/
body.page-id-2583 #page-container #main-header.et-fixed-header #et_search_icon:before,
body.page-id-2583 #page-container #main-header.et-fixed-header span.et_close_search_field:after,
/*Contact*/
body.page-id-42 #page-container #main-header.et-fixed-header #et_search_icon:before,
body.page-id-42 #page-container #main-header.et-fixed-header span.et_close_search_field:after,
/*Pay Invoice*/
body.page-id-2603 #page-container #main-header.et-fixed-header #et_search_icon:before,
body.page-id-2603 #page-container #main-header.et-fixed-header span.et_close_search_field:after,
/*Portfolio*/
body.page-id-3223 #page-container #main-header.et-fixed-header #et_search_icon:before,
body.page-id-3223 #page-container #main-header.et-fixed-header span.et_close_search_field:after,
/*Profile*/
body.page-id-3237 #page-container #main-header.et-fixed-header #et_search_icon:before,
body.page-id-3237 #page-container #main-header.et-fixed-header span.et_close_search_field:after,
/*Leadership*/
body.page-id-3297 #page-container #main-header.et-fixed-header #et_search_icon:before,
body.page-id-3297 #page-container #main-header.et-fixed-header span.et_close_search_field:after,
/*Services*/
body.page-id-548 #page-container #main-header.et-fixed-header #et_search_icon:before,
body.page-id-548 #page-container #main-header.et-fixed-header span.et_close_search_field:after,
/*New Portfolio*/
body.page-id-7292 #page-container #main-header.et-fixed-header #et_search_icon:before,
body.page-id-7292 #page-container #main-header.et-fixed-header span.et_close_search_field:after,
/*Portfolio Specialty Sports Engineering*/
body.page-id-7310 #page-container #main-header.et-fixed-header #et_search_icon:before,
body.page-id-7310 #page-container #main-header.et-fixed-header span.et_close_search_field:after,
/*Architecture*/
body.page-id-7343 #page-container #main-header.et-fixed-header #et_search_icon:before,
body.page-id-7343 #page-container #main-header.et-fixed-header span.et_close_search_field:after,
/*Specialty Precast*/
body.page-id-7340 #page-container #main-header.et-fixed-header #et_search_icon:before,
body.page-id-7340 #page-container #main-header.et-fixed-header span.et_close_search_field:after,
/*Ecological Services*/
body.page-id-7336 #page-container #main-header.et-fixed-header #et_search_icon:before,
body.page-id-7336 #page-container #main-header.et-fixed-header span.et_close_search_field:after,
/*Environmental Engineering*/
body.page-id-7333 #page-container #main-header.et-fixed-header #et_search_icon:before,
body.page-id-7333 #page-container #main-header.et-fixed-header span.et_close_search_field:after,
/*Survey & Mapping*/
body.page-id-7329 #page-container #main-header.et-fixed-header #et_search_icon:before,
body.page-id-7329 #page-container #main-header.et-fixed-header span.et_close_search_field:after,
/*Landscape Architecture*/
body.page-id-7325 #page-container #main-header.et-fixed-header #et_search_icon:before,
body.page-id-7325 #page-container #main-header.et-fixed-header span.et_close_search_field:after,
/*Facilities Engineering*/
body.page-id-7322 #page-container #main-header.et-fixed-header #et_search_icon:before,
body.page-id-7322 #page-container #main-header.et-fixed-header span.et_close_search_field:after,
/*Transportation Engineering*/
body.page-id-7319 #page-container #main-header.et-fixed-header #et_search_icon:before,
body.page-id-7319 #page-container #main-header.et-fixed-header span.et_close_search_field:after,
/*K-12*/
body.page-id-7363 #page-container #main-header.et-fixed-header #et_search_icon:before,
body.page-id-7363 #page-container #main-header.et-fixed-header span.et_close_search_field:after,
/*Higher Education*/
body.page-id-7370 #page-container #main-header.et-fixed-header #et_search_icon:before,
body.page-id-7370 #page-container #main-header.et-fixed-header span.et_close_search_field:after,
/*Commercial*/
body.page-id-7376 #page-container #main-header.et-fixed-header #et_search_icon:before,
body.page-id-7376 #page-container #main-header.et-fixed-header span.et_close_search_field:after,
/*Domiciliary/ Housing*/
body.page-id-7379 #page-container #main-header.et-fixed-header #et_search_icon:before,
body.page-id-7379 #page-container #main-header.et-fixed-header span.et_close_search_field:after,
/*Industrial/ Manufacturing*/
body.page-id-7382 #page-container #main-header.et-fixed-header #et_search_icon:before,
body.page-id-7382 #page-container #main-header.et-fixed-header span.et_close_search_field:after,
/*Municipal*/
body.page-id-7386 #page-container #main-header.et-fixed-header #et_search_icon:before,
body.page-id-7386 #page-container #main-header.et-fixed-header span.et_close_search_field:after,
/*State*/
body.page-id-7389 #page-container #main-header.et-fixed-header #et_search_icon:before,
body.page-id-7389 #page-container #main-header.et-fixed-header span.et_close_search_field:after,
/*Federal*/
body.page-id-7392 #page-container #main-header.et-fixed-header #et_search_icon:before,
body.page-id-7392 #page-container #main-header.et-fixed-header span.et_close_search_field:after,
/*Healthcare*/
body.page-id-7397 #page-container #main-header.et-fixed-header #et_search_icon:before,
body.page-id-7397 #page-container #main-header.et-fixed-header span.et_close_search_field:after,
/*Non Profit*/
body.page-id-7400 #page-container #main-header.et-fixed-header #et_search_icon:before,
body.page-id-7400 #page-container #main-header.et-fixed-header span.et_close_search_field:after  {
	color: #fff!important;
}

/* ---------- Footer ---------- */
/*makes the Footer fullwidth*/
@media (min-width: 981px) {
	#footer-bottom .container {
		margin-right: 2.773%;
		margin-left: 2.773%;
		width: 94.454% !important;
		max-width: 94.454%;
	}
	#main-footer .container {
		margin-right: 2.773%;
		margin-left: 2.773%;
		width: 94.454% !important;
		max-width: 94.454%;
	}
	#main-footer .fwidget.et_pb_widget {
		width: 100% !important;
		max-width: 100% !important;
	}
}
/* ----- Footer Bottom ----- */
#footer-bottom {
	border-top: 2px solid #fff;
}

/* ---------- Smart Slider ---------- */
/* ----- Home Slider ----- */
/* -- Image Column -- */
#page-container .home-slider-image-column .image-1 {
	width: 33%;
	margin: 0 0 0 auto!important;
}
#page-container .home-slider-image-column .image-2 {
	width: 66%;
	margin: -40% auto 0 0!important;
}
#page-container .home-slider-image-column .image-3 {
	width: 45%;
	margin: -25% -5% 0 auto!important;
}
/* --- Inline Logo --- */
@media (max-width: 767px) {
	.inline-logo {
		display: inline;
	}
}

/* ----- Our Core Principles Sider ----- */
/* -- H4 Active slide -- */
.custom-showcase-slider .n2-ss-showcase-slides > .n2-ss-slide-active h4 {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
/* -- H4 tags on inactive slider -- */
#page-container .custom-showcase-slider .n2-ss-showcase-slides > :not(.n2-ss-slide-active) h4 {
	color: #707070!important;
	font-size: 34px!important;
	margin-top: 30px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
.custom-showcase-slider .n2-ss-showcase-slides > .n2-ss-slide-active img, .n2-ss-showcase-slides > .n2-ss-slide-active p {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
/* -- Down Arrows -- */
.custom-showcase-slider .slider-dark-arrow img {
	max-width: 156px!important;
}
/* -- Hides Images and P tags on inactive slides -- */
.custom-showcase-slider .n2-ss-showcase-slides > :not(.n2-ss-slide-active) img, .custom-showcase-slider .n2-ss-showcase-slides > :not(.n2-ss-slide-active) p {
	display: none!important;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
/* -- Overflow -- */
.custom-showcase-slider .n2-section-smartslider,
.custom-showcase-slider .n2-ss-align.n2-ss-align-visible,
.custom-showcase-slider .n2-padding,
.custom-showcase-slider .n2-ss-slider,
.custom-showcase-slider div#n2-ss-4 .n2-ss-slider-1,
.custom-showcase-slider div#n2-ss-4 .n2-ss-slider-2,
.custom-showcase-slider div#n2-ss-4 .n2-ss-slider-3,
.custom-showcase-slider div#n2-ss-4 .n2-ss-showcase-slides,
.custom-showcase-slider div#n2-ss-4 .n2-ss-slide {
	overflow: visible!important;
}
/* -- Resize Text -- */
@media (max-width: 1675px) and (min-width: 1331px) {
	.custom-showcase-slider .n2-ss-showcase-slides > .n2-ss-slide-active h4 {
		font-size: 45px!important;
	}
	.custom-showcase-slider .n2-ss-showcase-slides > :not(.n2-ss-slide-active) h4 {
		margin-top: 20px;
	}
}
@media (max-width: 1330px) and (min-width: 1086px) {
	.custom-showcase-slider .n2-ss-showcase-slides > .n2-ss-slide-active h4 {
		font-size: 40px!important;
	}
	.custom-showcase-slider .n2-ss-showcase-slides > .n2-ss-slide-active p {
		font-size: 20px!important;
	}
	.custom-showcase-slider .n2-ss-showcase-slides > :not(.n2-ss-slide-active) h4 {
		margin-top: 10px;
	}
}
@media (max-width: 1085px) and (min-width: 981px) {
	.custom-showcase-slider .n2-ss-showcase-slides > .n2-ss-slide-active h4 {
		font-size: 34px!important;
	}
	.custom-showcase-slider .n2-ss-showcase-slides > .n2-ss-slide-active p {
		font-size: 18px!important;
	}
	.custom-showcase-slider .n2-ss-showcase-slides > :not(.n2-ss-slide-active) h4 {
		color: #707070!important;
		font-size: 30px!important;
	}
	.custom-showcase-slider .n2-ss-showcase-slides > :not(.n2-ss-slide-active) h4 {
		margin-top: 0px;
	}
}
/* -- Reposition Arrows -- */
@media (max-width: 1675px) and (min-width: 981px) {
	.custom-showcase-slider #n2-ss-4-arrow-previous {
		left: 25%!important;
	}
	.custom-showcase-slider #n2-ss-4-arrow-next {
		right: 25%!important;
	}
}

/* ----- What We Offer Slider ----- */
/* -- H4 tags on inactive slider -- */
.custom-offer-slider .n2-ss-showcase-slides > .n2-ss-slide-active h4 {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
.custom-offer-slider .n2-ss-showcase-slides > :not(.n2-ss-slide-active) h4 {
	color: #DCDCDC!important;
	font-size: 34px!important;
	margin-top: -60px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
/* -- Rezise Images on Inactive Slides -- */
.custom-offer-slider .n2-ss-showcase-slides > .n2-ss-slide-active img {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
.custom-offer-slider .n2-ss-showcase-slides > :not(.n2-ss-slide-active) img {
	transform: scale(0.5);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
/* -- Inactive Slides -- */
@media (min-width: 981px) {
	.custom-offer-slider .n2-ss-showcase-slides > :not(.n2-ss-slide-active) h4 {
		max-width: 200px;
		margin: -60px auto 0 auto!important;
	}
}
/* -- Resize Text and Image -- */
@media (max-width: 1675px) and (min-width: 1331px) {
	.custom-offer-slider .n2-ss-showcase-slides > .n2-ss-slide-active h4 {
		font-size: 40px!important;
	}
}
@media (max-width: 1330px) and (min-width: 1086px) {
	.custom-offer-slider .n2-ss-showcase-slides > .n2-ss-slide-active img {
		max-width: 125px!important;
	}
	.custom-offer-slider .n2-ss-showcase-slides > .n2-ss-slide-active h4 {
		font-size: 28px!important;
	}
	.custom-offer-slider .n2-ss-showcase-slides > :not(.n2-ss-slide-active) h4 {
		font-size: 25px!important;
	}
}
@media (max-width: 1085px) and (min-width: 981px) {
	.custom-offer-slider .n2-ss-showcase-slides > .n2-ss-slide-active img {
		max-width: 100px!important;
	}
	.custom-offer-slider .n2-ss-showcase-slides > .n2-ss-slide-active h4 {
		font-size: 28px!important;
	}
	.custom-offer-slider .n2-ss-showcase-slides > :not(.n2-ss-slide-active) h4 {
		font-size: 20px!important;
	}
}
/* -- Reposition Arrows -- */
@media (max-width: 1675px) and (min-width: 981px) {
	.custom-offer-slider #n2-ss-6-arrow-previous {
		left: 25%!important;
	}
	.custom-offer-slider #n2-ss-6-arrow-next {
		right: 25%!important;
	}
}

/* ---------- Custom Columns Width ---------- */
@media (min-width: 981px) {
	.custom-column-width-1 .et_pb_column:first-child {
		width: 15%;
	}
	.custom-column-width-1 .et_pb_column:last-child {
		width: 85%;
	}
}

/* ---------- Align Middle ---------- */
/* ----- More than one column ----- */
.align-middle .et_pb_row.et_pb_equal_columns {
	-webkit-align-items: center;
	align-items: center;	
}
/* ----- One Column ----- */
.align-middle-column {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* ---------- Testimonial Slider ---------- */
/* ----- Name ----- */
body .custom-testimonial-slider .et_pb_slide_title_name_testi strong {
	font-weight: 500!important;
}
/* ----- Company Name ----- */
.custom-testimonial-slider .company_name {
	display: block;
	line-height: 1em;
}
/* ----- Resize Quote Text ----- */
@media (max-width: 1350px) and (min-width: 1176px) {
	.custom-testimonial-slider p {
		font-size: 26px;
	}
}
@media (max-width: 1175px) and (min-width: 981px) {
	.custom-testimonial-slider p {
		font-size: 20px;
		line-height: 2em;
	}
	body .custom-testimonial-slider .et_pb_slide_title_name_testi strong {
		font-size: 18px;
	}
	body .custom-testimonial-slider .company_name {
		font-size: 16px;
	}
}
/* ----- Quote Icon ----- */
.custom-testimonial-slider:before {
	background-image: url('/wp-content/uploads/quote-icon.svg');
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	content: '';
	width: 200px;
	height: 170px;
	position: absolute;
	left: 30%;
	top: 30%;
}
@media (max-width: 767px) {
	.custom-testimonial-slider:before {
		width: 120px;
		height: 100px;
		left: 20%;
		top: 15%;
	}
}
/* ----- Slide Spacing ----- */
.custom-testimonial-slider .swiper-slide {
	padding: 0 0 3px 5px;
}


/* ----- Slide Bug ----- */
.et_pb_slide_testi .et_pb_container_testi .et_pb_slide_image_testi_responsive img {
	display: none;
}


/* ---------- Adjust the BG Imge in the Quote Column ---------- */
@media (max-width: 767px) {
	body .custom-quote-column.et_pb_column {
		background-position: bottom;
	}
}

/* ---------- Custom Blog ---------- */
/* ----- Image ----- */
/*image container
.custom-blog .et_pb_image_container {
margin: 0;
}
.custom-blog .et_pb_post .entry-featured-image-url {
margin-bottom: 15px;
}*/
/* ----- Article bg ----- 
.custom-blog .et_pb_post {
background-color: rgba(0,0,0,0);
}*/
/* ----- Post title ----- 
.custom-blog .entry-title {
font-weight: 500;
}*/
/* ----- Post Meta ----- */
#page-container .custom-blog .post-meta {
	padding-bottom: 0;
	margin-bottom: 0;
}

/* ----- Resize ----- */
@media (min-width: 981px) {
	#page-container .custom-blog .et_pb_post {
		margin-bottom: 2.5%;
		margin-right: 2.5%;
		width: 48.75%;
		display: inline-block;
		float: left;
	}
	#page-container .custom-blog .et_pb_post:nth-child(2n) {
		margin-right: 0;
	}
}
@media (max-width: 980px) and (min-width: 768px) {
	#page-container .custom-blog .column {
		width: 49.375%;
	}
	#page-container .custom-blog .size-1of2 {
		margin-right: 1.25%;
	}
	#page-container .custom-blog .size-1of2:last-child {
		margin-right: 0;
	}
	#page-container .custom-blog .et_pb_post:first-child {
		margin-bottom: 2.5%;
	}
}
@media (max-width: 767px) {
	#page-container .custom-blog .et_pb_post {
		margin-bottom: 2.5%;
	}
	#page-container .custom-blog .et_pb_post:last-child {
		margin-bottom: 0;
	}
}

/* ---------- Buttons ---------- */
body .et_pb_button, body #page-container .et_pb_section .et_pb_row .et_pb_button {
	min-width: 225px;
	text-align: center;
	padding-top: 0.75em!important;
	padding-bottom: 0.75em!important;
}
body .et_pb_button:hover, body #page-container .et_pb_section .et_pb_row .et_pb_button:hover {
	padding-top: 0.75em!important;
	padding-bottom: 0.75em!important;
}
@media (max-width: 980px) {
	body .et_pb_button, body #page-container .et_pb_section .et_pb_row .et_pb_button {
		min-width: 200px;
	}
}

/* ---------- Center Button - Mobile ----- */
@media (max-width: 980px) {
	.mobile-button-align-middle .et_pb_button_module_wrapper{
		text-align: center;
	}
}

/* ---------- Rotate Text ---------- */
.rotate-text-1 .et_pb_text, .rotate-text-1 .et_pb_social_media_follow {
	transform: skewX(30deg) skewY(0deg);
}
.rotate-text-2 .et_pb_text, .rotate-text-2 .et_pb_social_media_follow {
	transform: skewX(-30deg) skewY(0deg);
}

/* ---------- Team Member Section ---------- */
/* ----- Team Quote Text ----- */
.team-quote h5 {
	text-transform: none;
}
.team-quote h6 {
	font-weight: 500;
	padding-bottom: 0;
}
@media (max-width: 1330px) and (min-width: 981px) {
	#page-container .team-quote h5 {
		font-size: 22px;
	}
	#page-container .team-quote h6 {
		font-size: 16px;
	}
	#page-container .team-quote p {
		font-size: 15px;
	}
}

/* ----- Team Member Pictures ----- */
/*Photo 1*/
.team-photo-1 {
	overflow: hidden;
}
.team-photo-1:before {
	content: "";
	position: absolute;
	width: 200%;
	height: 100%;
	top: 0;
	left: -50%;
	z-index: -1;
	background-image: url('/wp-content/uploads/brian.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: rotate(30deg);
	transform: skew(30deg);
}
/*Photo 2*/
.team-photo-2 {
	overflow: hidden;
}
.team-photo-2:before {
	content: "";
	position: absolute;
	width: 200%;
	height: 100%;
	top: 0;
	left: -50%;
	z-index: -1;
	background-image: url('/wp-content/uploads/timothy.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: rotate(-30deg);
	transform: skew(-30deg);
}

/* ----- Team Member Custom Columns ----- */
@media (max-width: 980px) and (min-width: 768px) {
	.team-quote-custom-columns-1.et_pb_row,
	.team-quote-custom-columns-2.et_pb_row {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	/*Text on left*/
	.team-quote-custom-columns-1 .et_pb_column:first-child {
		width: 58.8%;
		float: left;
		margin-right: 3%;
		position: relative;
		margin-bottom: 0;
	}
	.team-quote-custom-columns-1 .et_pb_column:last-child {
		width: 38.2%;
		float: left;
		position: relative;
	}
	/*Text on right*/
	.team-quote-custom-columns-2 .et_pb_column:first-child {
		width: 38.2%;
		margin-right: 3%;
		float: left;
		position: relative;
		margin-bottom: 0;
	}
	.team-quote-custom-columns-2 .et_pb_column:last-child {
		width: 58.8%;
		float: left;
		position: relative;
	}
}

/* ---------- Testimonial Section BG ---------- */
/*this class controls the size and position of the bg image for the testimonial section -- this will have to be updated if the bg image is changed*/
@media (min-width: 1601px) {
	.et_pb_section.testimonial-section-bg {
		background-position: -250px top;
		background-size: 55%;
	}
}
@media (max-width: 1600px) and (min-width: 1301px) {
	.et_pb_section.testimonial-section-bg {
		background-position: -350px top;
		background-size: 70%;
	}
}
@media (max-width: 1300px) and (min-width: 1176px) {
	.et_pb_section.testimonial-section-bg {
		background-position: -350px top;
		background-size: 80%;
	}
}
@media (max-width: 1175px) and (min-width: 981px) {
	.et_pb_section.testimonial-section-bg {
		background-position: -300px top;
		background-size: 90%;
	}
}
@media (max-width: 980px) and (min-width: 768px) {
	.et_pb_section.testimonial-section-bg {
		background-position: -250px top;
		background-size: 70%;
	}
}
@media (max-width: 767px) {
	.et_pb_section.testimonial-section-bg {
		background-position: -200px top;
		background-size: 90%;
	}
}

/* ---------- Home Page Parallelogram Row ---------- */
/*resize the single l;ine parallelogram under the three parallelograms*/
@media (max-width: 1775px) and (min-width: 1676px) {
	#page-container .resize-custom-single-row.et_pb_row {
		width: 89.5%;
		margin-left: 85px!important;
	}
}
@media (max-width: 1675px) and (min-width: 1576px) {
	#page-container .resize-custom-single-row.et_pb_row {
		width: 90%;
		margin-left: 75px!important;
	}
}
@media (max-width: 1575px) and (min-width: 1476px) {
	#page-container .resize-custom-single-row.et_pb_row {
		width: 91%;
		margin-left: 65px!important;
	}
}
@media (max-width: 1475px) and (min-width: 1376px) {
	#page-container .resize-custom-single-row.et_pb_row {
		width: 91.5%;
		margin-left: 57px!important;
	}
}
@media (max-width: 1375px) and (min-width: 1276px) {
	#page-container .resize-custom-single-row.et_pb_row {
		width: 91.5%;
		margin-left: 43px!important;
	}
}
@media (max-width: 1275px) and (min-width: 1176px) {
	#page-container .resize-custom-single-row.et_pb_row {
		width: 93.5%;
		margin-left: 33px!important;
	}
}
@media (max-width: 1175px) and (min-width: 1076px) {
	#page-container .resize-custom-single-row.et_pb_row {
		width: 94.5%;
		margin-left: 26px!important;
	}
}
@media (max-width: 1075px) and (min-width: 981px) {
	#page-container .resize-custom-single-row.et_pb_row {
		width: 95.5%;
		margin-left: 22px!important;
	}
}

/* ---------- Services Blurbs ---------- */
/*custom blurbs on the home page*/
.services-blurbs .et_pb_main_blurb_image img {
	max-height: 118px;
}

/* ---------- Fullwidth Row Tablet ---------- */
@media (max-width: 980px) and (min-width: 768px) {
	#page-container .fullwidth-column-tablet.et_pb_column {
		width: 100%;
	}
}

/* ---------- Interior Headers ---------- */
/*width of the container*/
#page-container .interior-header .et_pb_fullwidth_header_container, #page-container .interior-header .et_pb_title_container {
	width: 90%;
	max-width: 90%;
}

/* ---------- Service Leaders Column ---------- */
@media (min-width: 981px) {
	.service-leaders-column.et_pb_column {
		position: absolute;
		right: 0;
		top: 4%;
		min-width: 750px;
		z-index: 1;
	}
}

/* ----- Service Leaders Blurb ----- */
/* -- Blurb Image -- */
.service-leaders-blurb .et_pb_main_blurb_image {
	width: 25%;
}
/* Circle */
.service-leaders-blurb .et_pb_main_blurb_image img {
	border-radius: 50%;
}

/* -- Blurb Title -- */
.service-leaders-blurb h4 {
	text-transform: none;
	padding-bottom: 0;
}

/* -- Button -- */
.service-leaders-blurb .small-button {
	/*position: absolute;
	left: 18%;
	top: 70%;*/
	border: 0;
	box-shadow: none;
	border-radius: 50px;
	background: #707070;
	color: #fff!important;
	padding: 0;
	font-weight: 500!important;
	text-shadow: none;
	font-size: 16px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
.service-leaders-blurb .small-button:hover {
	background: #981e2f;
	color: #fff!important;
}
/*@media (max-width: 767px) {
.service-leaders-blurb .small-button {
position: relative;
}
}*/

/* ----- Resize Column and Blurb ----- */
@media (min-width: 1351px) {
	.service-leaders-column.et_pb_column {
		min-width: 750px;
	}
	/*name and title*/
	#page-container .service-leaders-blurb h5 {
		font-size: 30px;
	}
}
@media (max-width: 1350px) and (min-width: 1101px) {
	/* -- Column -- */
	.service-leaders-column.et_pb_column {
		min-width: 650px;
	}
	/* -- Blurb -- */
	.service-leaders-blurb .et_pb_blurb_content {
		max-width: 450px;
	}
	/*name and title*/
	#page-container .service-leaders-blurb h4, #page-container .service-leaders-blurb h5 {
		font-size: 24px;
	}
	/*text*/
	.service-leaders-blurb p, .service-leaders-blurb a {
		font-size: 15px;
		line-height: 1.5em;
	}
}
@media (max-width: 1100px) and (min-width: 981px) {
	/* -- Column -- */
	.service-leaders-column.et_pb_column {
		min-width: 600px;
	}
	/* -- Blurb -- */
	.service-leaders-blurb .et_pb_blurb_content {
		max-width: 400px;
	}
	/*name and title*/
	#page-container .service-leaders-blurb h4, #page-container .service-leaders-blurb h5 {
		font-size: 22px;
	}
	/*text*/
	.service-leaders-blurb p, .service-leaders-blurb a {
		font-size: 13px;
		line-height: 1.5em;
	}
}
@media (max-width: 980px) and (min-width: 768px) {
	/*name and title*/
	#page-container .service-leaders-blurb h5 {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	/* -- Blurb -- */
	/*image*/
	.service-leaders-blurb .et_pb_main_blurb_image {
		width: 75%;
		display: block;
		margin: 0 auto 15px;
	}
	/*name and title*/
	#page-container .service-leaders-blurb h5 {
		font-size: 20px;
	}
}

/* ---------- Download Services Button ---------- */
.download-services-button {
	position: absolute;
	bottom: -75px;
	right: 0;
}
@media (max-width: 767px) {
	.download-services-button {
		bottom: -100px;
	}
}

/* Second Button */
.download-services-button-low  {
	position: absolute;
	bottom: -136px;
	right: -35px;
}
@media (max-width: 767px) {
	.download-services-button-low  {
		bottom: -188px;
		right: 0;
	}
}

/*Download Services Button for Ecological Services*/
.download-services-button-2 {
	position: absolute;
	/*bottom: -250px;
	right: -115px;*/
	bottom: -101px;
	right: -42px;
}
@media (max-width: 1350px) and (min-width: 1101px) {
	.download-services-button-2 {
		bottom: -210px;
		/*right: -85px;*/
		right: -17px;
	}
}
@media (max-width: 1100px) and (min-width: 981px) {
	.download-services-button-2 {
		bottom: -161px;
		/*right: -55px;*/
		right: -6px;
	}
}
@media (max-width: 980px) and (min-width: 768px) {
	.download-services-button-2 {
		bottom: -174px;
		/*right: -42px;*/
		right: 3px;
	}
}
@media (max-width: 767px) {
	.download-services-button-2 {
		bottom: -100px;
		right: 0;
	}
}

/* ---------- Custom Mobile Column Order ---------- */
@media all and (max-width: 980px) {
	/* ----- wrap row in a flex box ----- */
	.custom-row {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		/* Safari 6.1+ */
		flex-wrap: wrap;
	}
	/* ----- custom classes that will designate the order of columns in the flex box row ----- */
	.first-on-mobile {
		-webkit-order: 1;
		order: 1;
	}
	.second-on-mobile {
		-webkit-order: 2;
		order: 2;
	}
	.third-on-mobile {
		-webkit-order: 3;
		order: 3;
	}
	.fourth-on-mobile {
		-webkit-order: 4;
		order: 4;
	}
	/* ----- add margin to last column ----- */
	.custom_row:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}
}
/*fix the order with the sticky element*/
@media (min-width: 981px) {
	.fix-order-1 {
		order: 0!important;
	}
	.fix-order-2 {
		order: 2!important;
		right: 0!important;
		left: auto!important;
	}
}

/* ---------- Service Tabs - Columns ---------- */
/* ----- Resize the columns in the row that has the vertical tabs ----- */
@media (min-width: 981px) {
	.custom-service-tabs-columns .et_pb_column:first-child {
		width: 18%;
	}
	.custom-service-tabs-columns .et_pb_column:last-child {
		width: 82%
	}
}

/* ---------- Vertical Tabs - Class ---------- */
/* ----- Skewed BG Shape to fill the empty space ----- */
.custom-tabs:after {
	display: block;
	content: '';
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}
@media (min-width: 768px) {
	.custom-tabs:after {
		transform: skewX(-30deg) skewY(0deg);
	}
}
@media (max-width: 767px) {
	.custom-tabs:after {
		bottom: 0;
		transform: skewX(0deg) skewY(0deg);
	}
}

/* Fix the Checklist Class */
.custom-tabs .et_pb_tabs_controls > li:before {
	display: none;
}
.custom-tabs .et_pb_tabs_controls > li {
	padding: 0!important;
	margin: 0!important;
}

/*make the Controls the full heigfht of the partent div */
@media (min-width: 768px) {
	.custom-tabs.et_pb_tabs {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}

/* ----- Width ----- */
@media (min-width: 768px) {
	.custom-tabs ul.et_pb_tabs_controls {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		position: relative;
		background: transparent;
		flex-direction: column;
		flex: 1;
		max-width: 225px;
		transform: skewX(-30deg) skewY(0deg);
	}
	.custom-tabs .et_pb_all_tabs {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 70%;
		margin-left: auto;
	}
	/* ----- Tab Controls ----- */
	.custom-tabs .et_pb_tabs_controls li {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		text-align: center;
		width: 92%;
		min-height: 100px;
		border-bottom: 5px solid #ffffff;
		align-content: center;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		clear: none;
		float: none;
		position: relative;
		margin: 0 auto 0 0!important;
		flex: 1;
		-webkit-transition: all .2s;
		-moz-transition: all .2s;
		transition: all .2s;
	}
}
/*tab hover effects*/
.custom-tabs .et_pb_tabs_controls li:hover {
	background-color: #707070;
}
.custom-tabs .et_pb_tabs_controls li a {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	transform: skewX(30deg) skewY(0deg);
}

/*active tab*/
.custom-tabs .et_pb_tabs_controls li.et_pb_tab_active {
	width: 100%;
}
.custom-tabs .et_pb_tabs_controls li.et_pb_tab_active:hover {
	background-color: #000000;
}

/*Borders*/
.custom-tabs .et_pb_tabs_controls li {
	border-right: 0;
	border-left: 5px solid #fff;
	border-bottom: 5px solid #fff;
}
.custom-tabs .et_pb_tabs_controls li:last-child {
	border-bottom: 0;
}

/* Tab links*/
.custom-tabs .et_pb_tabs_controls li a {
	display: block;
	width: 100%;
	padding: 15px 30px ;
	font-size: 15px;
	line-height: 1.2em;
}

.custom-tabs ul.et_pb_tabs_controls:after {
	content: none;
}

/* ----- Spacing and Tab Content ----- */
.custom-tabs .et_pb_tab {
	padding: 0;
	width: 100%;
}
.custom-tabs .et_pb_all_tabs {
	padding: 50px 10%;
}
/*tab content headers*/
.custom-tabs .et_pb_tab_content h3 {
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 500;
	letter-spacing: 2px;
}

/* ----- Resize the Tabs ----- */
@media (min-width: 1601px) {
	/*Spacing and Tab Content*/
	.custom-tabs .et_pb_all_tabs {
		padding: 80px 2%;
	}
}
@media (max-width: 1600px) and (min-width: 1401px) {
	/*Spacing and Tab Content*/
	.custom-tabs .et_pb_all_tabs {
		padding: 80px 2% 80px 8%;
	}
}
@media (max-width: 1400px) and (min-width: 1301px) {
	/*Spacing and Tab Content*/
	.custom-tabs .et_pb_all_tabs {
		padding: 80px 2% 80px 14%;
	}
}
@media (max-width: 1300px) and (min-width: 1201px) {
	/*service tabs columns*/
	.custom-service-tabs-columns .et_pb_column:first-child h3 {
		font-size: 35px;
	}
	.custom-service-tabs-columns .et_pb_column:first-child {
		padding-left: 2%;
	}
	/*Skewed BG Shape to fill the empty space*/
	.custom-tabs:after {
		transform: skewX(-20deg) skewY(0deg);
	}
	/*tab controls*/
	.custom-tabs ul.et_pb_tabs_controls {
		transform: skewX(-20deg) skewY(0deg);
	}
	.custom-tabs .et_pb_tabs_controls li a {
		transform: skewX(20deg) skewY(0deg);
	}
	/*Spacing and Tab Content*/
	.custom-tabs .et_pb_all_tabs {
		padding: 80px 2% 80px 8%;
	}
}
@media (max-width: 1200px) and (min-width: 1001px) {
	/*service tabs columns*/
	.custom-service-tabs-columns .et_pb_column:first-child h3 {
		font-size: 30px;
	}
	.custom-service-tabs-columns .et_pb_column:first-child {
		padding-left: 2%;
	}
	/*Skewed BG Shape to fill the empty space*/
	.custom-tabs:after {
		transform: skewX(-15deg) skewY(0deg);
	}
	/*tab controls*/
	.custom-tabs ul.et_pb_tabs_controls {
		transform: skewX(-15deg) skewY(0deg);
	}
	#page-container .custom-tabs .et_pb_tabs_controls li a {
		padding: 15px 10px;
		font-size: 15px;
		line-height: 1.3em;
		transform: skewX(15deg) skewY(0deg);
	}
	/*Spacing and Tab Content*/
	.custom-tabs .et_pb_all_tabs {
		padding: 80px 2% 80px 12%;
	}
}
@media (max-width: 1000px) and (min-width: 981px) {
	/*service tabs columns*/
	.custom-service-tabs-columns .et_pb_column:first-child h3 {
		font-size: 30px;
	}
	.custom-service-tabs-columns .et_pb_column:first-child {
		padding-left: 2%;
	}
	/*Skewed BG Shape to fill the empty space*/
	.custom-tabs:after {
		transform: skewX(-12deg) skewY(0deg);
	}
	/*tab controls*/
	.custom-tabs ul.et_pb_tabs_controls {
		transform: skewX(-12deg) skewY(0deg);
	}
	#page-container .custom-tabs .et_pb_tabs_controls li a {
		padding: 15px 10px;
		font-size: 15px;
		line-height: 1.3em;
		transform: skewX(12deg) skewY(0deg);
	}
	/*Spacing and Tab Content*/
	.custom-tabs .et_pb_all_tabs {
		padding: 80px 2% 80px 12%;
	}
}
@media (max-width: 980px) and (min-width: 768px) {
	/*Skewed BG Shape to fill the empty space*/
	.custom-tabs:after {
		transform: skewX(-0deg) skewY(0deg);
	}
	/*tab controls*/
	.custom-tabs ul.et_pb_tabs_controls {
		transform: skewX(0deg) skewY(0deg);
	}
	#page-container .custom-tabs .et_pb_tabs_controls li a {
		padding: 15px 10px;
		font-size: 15px;
		line-height: 1.3em;
		transform: skewX(0deg) skewY(0deg);
	}
	/*borders*/
	.custom-tabs .et_pb_tabs_controls li:first-child {
		border-top: 5px solid #fff;
	}
	.custom-tabs .et_pb_tabs_controls li:last-child {
		border-bottom: 5px solid #fff;
	}
	/*Spacing and Tab Content*/
	.custom-tabs .et_pb_all_tabs {
		padding: 50px 4%;
	}
}
@media (max-width: 767px) {
	/*Skewed BG Shape to fill the empty space*/
	.custom-tabs:after {
		transform: skewX(0deg) skewY(0deg);
	}
	/*width*/
	.custom-tabs .et_pb_all_tabs {
		width: 100%;
	}
	/*tab controls*/
	.custom-tabs ul.et_pb_tabs_controls li {
		width: 100%;
	}
	#page-container .custom-tabs .et_pb_tabs_controls li a {
		padding: 15px 10px;
		font-size: 15px;
		line-height: 1.3em;
		transform: skewX(0deg) skewY(0deg);
	}
	/*borders*/
	.custom-tabs .et_pb_tabs_controls li:first-child {
		border-top: 5px solid #fff;
	}
	.custom-tabs .et_pb_tabs_controls li {
		border-right: 5px solid #fff;
	}
	.custom-tabs .et_pb_tabs_controls li:last-child {
		border-bottom: 5px solid #fff;
		border-right: 5px solid #fff;
		margin-bottom: 30px!important;
	}
	/*Spacing and Tab Content*/
	.custom-tabs .et_pb_all_tabs {
		padding: 30px 10%;
	}
}

/* ---------- Hide Tabs ---------- */
/*use this class to hide the tab controls*/
.hide-tab .et_pb_tabs_controls{
	display: none!important;
}

/* ---------- Diagonal Stripe BG ---------- */
.custom-bg {
	background-image: linear-gradient(135deg, rgba(0,0,0,0.05) 1.61%, #eeeeee 1.61%, #eeeeee 50%, rgba(0,0,0,0.05) 50%, rgba(0,0,0,0.05) 51.61%, #eeeeee 51.61%, #eeeeee 100%);
	background-size: 43.84px 43.84px;
	background-color: #eeeeee;
}

/* ---------- Logo Carousel ---------- */
.custom-logo-carousel .owl-carousel .owl-item img {
	max-height: 150px;
	width: auto;
	margin: auto;
}

/* ---------- Line Divider between the Logo Carousel Columns ---------- */
@media (min-width: 981px) {	
	.column-line-divider:after {
		position: absolute;
		right: -6%;
		top: 10%;
		bottom: auto;
		content: '';
		display: block;
		width: 2px;
		height: 80%;
		background-color: #303030;
	}
}
@media (max-width: 980px) {	
	.column-line-divider:after { 
		position: absolute;
		right: 0;
		left: 0;
		margin: auto;
		/* top: 10%; */
		bottom: -9%;
		content: '';
		display: block;
		width: 80%;
		height: 2px;
		background-color: #303030;
	}
}

/* ---------- Project Page Layout ---------- */
/* ----- Featured Image ----- */
.project-featured-image img {
	width: 100%;
}
/* Sidebar Data Column 
@media (max-width: 1375px) and (min-width: 1101px) {
.project-data-columns .et_pb_column:last-child {
transform: skewX(-20deg) skewY(0deg);
}
.project-data-columns .et_pb_column:last-child .et_pb_module {
transform: skewX(20deg) skewY(0deg);
}
}
@media (max-width: 1100px) and (min-width: 981px) {
.project-data-columns .et_pb_column:last-child {
transform: skewX(-10deg) skewY(0deg);
}
.project-data-columns .et_pb_column:last-child .et_pb_module {
transform: skewX(10deg) skewY(0deg);
}
}*/
/* ----- Image Gallery Slider -SlidersPack Pro ----- */
/*Fancybox*/
body .fancybox-container {
	z-index: 999999;
}
/*Spacing*/
.custom-gallery-slider .swiper-slide {
	padding: 0;
}
/*Thumbnail Navigation*/
.custom-gallery-slider .wp-spaios-slider-wrap.swiperslider .wp-spaios-gallery-thumbs {
	height: 300px;
	margin-top: 15px;
}
/*arrows
.custom-gallery-slider .wp-spaios-slider-wrap.swiperslider .wp-spaios-gallery-thumbs:before,
.custom-gallery-slider .wp-spaios-slider-wrap.swiperslider .wp-spaios-gallery-thumbs:after {
content: '';
display: block;
position: absolute;
z-index: 2;
top: 45%;
outline: none !important;
box-shadow: none !important;
width: 50px;
height: 35px;
pointer-events: none;
}
.custom-gallery-slider .wp-spaios-slider-wrap.swiperslider .wp-spaios-gallery-thumbs:before {
left: 0;
background: url(/wp-content/plugins/sliderspack-pro/assets/images/arrow-light-left.png) center center no-repeat !important;
outline: none !important;
}
.custom-gallery-slider .wp-spaios-slider-wrap.swiperslider .wp-spaios-gallery-thumbs:after {
right: 0;
background: url(/wp-content/plugins/sliderspack-pro/assets/images/arrow-light-right.png) center center no-repeat !important;
}
@media (max-width: 980px) and (min-width: 768px) {
.custom-gallery-slider .wp-spaios-slider-wrap.swiperslider .wp-spaios-gallery-thumbs:before,
.custom-gallery-slider .wp-spaios-slider-wrap.swiperslider .wp-spaios-gallery-thumbs:after {
top: 40%;
}
}
@media (max-width: 767px) {
.custom-gallery-slider .wp-spaios-slider-wrap.swiperslider .wp-spaios-gallery-thumbs:before,
.custom-gallery-slider .wp-spaios-slider-wrap.swiperslider .wp-spaios-gallery-thumbs:after {
top: 40%;
width: 40px;
height: 20px;
}
}*/
/*Resize*/
@media (max-width: 980px) and (min-width: 768px) {
	/*Main Image*/
	.custom-gallery-slider .wp-spaios-slider-wrap.wp-spaios-img-fit .wp-spaios-img-wrap {
		height: 600px!important;
	}
	.custom-gallery-slider .wp-spaios-slider-wrap.swiperslider .wp-spaios-gallery-thumbs {
		height: 150px;
	}
}
@media (max-width: 767px) {
	/*Main Image*/
	.custom-gallery-slider .wp-spaios-slider-wrap.wp-spaios-img-fit .wp-spaios-img-wrap {
		height: 400px!important;
	}
	.custom-gallery-slider .wp-spaios-slider-wrap.swiperslider .wp-spaios-gallery-thumbs {
		height: 75px;
		margin-top: 10px;
	}
}
/* ----- Fade In/Out Animations ----- */
/*Fade In*/
.scroll-fade-in {
	opacity: 1;
}
@media (min-width: 981px) {
	.scroll-fade-in {
		display: none;
	}
}
@media (max-width: 980px) {
	.scroll-fade-in {
		display: block!important;
	}
}
/*Fade Out*/
.scroll-fade-out {
	position: absolute;
	z-index: 9;
}
.scroll-fade-out.et_had_animation {
	opacity: 1;
}
.scroll-fade-out h1 {
	transform: skewX(30deg) skewY(0deg);
}
@media (max-width: 980px) {
	.scroll-fade-out {
		display: none;
	}
}
/* ----- Sidebar Data ----- */
/*headers*/
.project-page-data h2 {
	display: inline-block;
	text-transform: none;
	margin-right: 5px;
	/*padding-bottom: 5px;*/
}
/*Title before the value text*/
.project-data-title {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin-right: 5px;
}
.project-page-data .sb_mod_acf_single_item {
	display: inline-block;
}
/*.project-page-data {
margin-left: 30px;
}*/
/* -- Icons -- */
.project-page-data-icon-1,
.project-page-data-icon-2,
.project-page-data-icon-3,
.project-page-data-icon-4,
.project-page-data-icon-5,
.project-page-data-icon-6 {
	position: relative;
}
.project-page-data-icon-1:before,
.project-page-data-icon-2:before,
.project-page-data-icon-3:before,
.project-page-data-icon-4:before,
.project-page-data-icon-5:before,
.project-page-data-icon-6:before {
	font-family: 'ETModules';
	content: '';
	width: 20px;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: -4px;
	left: -30px;
	color: #303030;
	/* set font size helps make icon sharper */
	font-size: 22px;
	font-weight: normal;
}
/*Owner*/
.project-page-data-icon-1:before {
	content: '\e021';
}
/*Completion Date*/
.project-page-data-icon-2:before {
	content: '\e025';
}
/*Construction Cost*/
.project-page-data-icon-3:before {
	content: '\e0ec';
}
/*Services*/
.project-page-data-icon-4:before {
	content: '\e035';
}
/*Category*/
.project-page-data-icon-5:before {
	content: '\e013';
}
/*Delta Project #*/
.project-page-data-icon-6:before {
	content: '\6e';
}
/* ----- Project Description ----- */
/*Read More Toggle*/
.project-description .et-learn-more {
	border: 0;
	background: rgba(0,0,0,0);
	box-shadow: none;
	margin-top: 0;
}
/* Read More Text*/
.project-description .et-learn-more h3.heading-more {
	padding: 0;
	border-top: 0;
	border-left: 0;
	text-transform: none;
	background: rgba(0,0,0,0);
	text-shadow: none;
	color: #fff;
	text-decoration: underline;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	font-size: 15px;
}
.project-description .heading-more.open {
	display: none;
}
/*Arrow*/
#page-container .project-description .et_learnmore_arrow {
	display: none;
}
/*Content*/
.et-learn-more .learn-more-content {
	border-top: 0;
	border-right: 0;
	padding: 0;
	color: #fff;
	margin-top: 0;
}
/*scroll box on description*
@media (min-width: 981px) {
.project-data-column {
max-height: 550px;
overflow-x: hidden;
overflow-y: scroll;
padding-right: 15px!important;
}
}
.project-data-column::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #303030;
}

.project-data-column::-webkit-scrollbar {
width: 12px;
background-color: rgba(255,255,255,0);
}

.project-data-column::-webkit-scrollbar-thumb {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #707070;
}/

/* ----- Gallery ----- */
/*column widths*/
@media (min-width: 981px) {
	#page-container .project-page-gallery .et_pb_grid_item {
		width: 25%;
	}
	.project-page-gallery  .et_pb_grid_item.first_in_row {
		clear: none;
	}
}
/*overlay icon*/
.project-page-gallery .et_overlay:before {
	color: #fff;
}
/*overlay color*/
.project-page-gallery .et_overlay {
	border: 1px solid #303030;
	background: rgba(48,48,48,0.9);
}

/* ---------- Custom Project Slider Row ---------- */
/* ----- controls the width of the slider's row ----- 
@media (min-width: 981px) {
.custom-project-slider-row.et_pb_row {
width: 64.5%;
min-width: 981px;
margin: auto;
}
}*/

/* ----- Custom Contact Accordion ----- */
.custom-contact-accordion .et_pb_toggle_close, .custom-contact-accordion .et_pb_toggle_open {
	padding: 10px;
}

/* ---------- Custom Map ---------- */
/* ----- Map Height ----- */
@media (min-width: 981px) {
	.custom-map, .custom-map .et_pb_module_inner, .custom-map .et_pb_map_container_extended, .custom-map .dwd_map_extended {
		height: 100%;
	}
}
@media (max-width: 980px) {
	#page-container .custom-map .dwd_map_extended {
		height: 440px;
	}
}

/* ---------- Gravity Forms ---------- */
/* ----- Focus Border Effect ----- */
/* -- Field -- */
body #page-container .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body #page-container .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body #page-container .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body #page-container .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body #page-container .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
body #page-container .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
body #page-container .gform_wrapper .gform_body .gform_fields .gfield select,
body #page-container .gform_wrapper .gform_body .gform_fields .gfield textarea {
	border: 1px solid #d8d8d8;
	color: #4f4f4f;
	transition: all 0.3s ease;
	background-color: #fff;
}
body #page-container .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
	color: #4f4f4f;
	border-color: #d8d8d8;
	transition: all 0.3s ease;
	background-color: #fbfbfb;
}

/* -- Focus -- */
body #page-container .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:focus,
body #page-container .gform_wrapper .gform_body .gform_fields .gfield input[type=email]:focus,
body #page-container .gform_wrapper .gform_body .gform_fields .gfield input[type=tel]:focus,
body #page-container .gform_wrapper .gform_body .gform_fields .gfield input[type=url]:focus,
body #page-container .gform_wrapper .gform_body .gform_fields .gfield input[type=number]:focus,
body #page-container .gform_wrapper .gform_body .gform_fields .gfield input[type=password]:focus,
body #page-container .gform_wrapper .gform_body .gform_fields .gfield select:focus,
body #page-container .gform_wrapper .gform_body .gform_fields .gfield textarea:focus {
	border-color: #981e2f;
}

/* ---------- Angle Header ---------- */
/*resize the Header Text */
@media (max-width: 1300px) and (min-width: 981px) {
	#page-container .resize-angle-header h1 {
		font-size: 42px;
	}
	.resize-angle-header p {
		font-size: 20px;
	}
}

/* ---------- Bottom Section Arrow Divider ---------- */
.after-arrow-divider:after, .after-arrow-divider-gradient:after {
	display: block;
	content: '';
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 101%;
	height: 100%;
	position: absolute;
	bottom: -1px;
}
/* ----- Desktop ----- */
@media (min-width: 981px) {
	.after-arrow-divider:after {
		background-image: url('/wp-content/uploads/bottom-white-arrow-shape-desktop.svg');
	}
	.after-arrow-divider-gradient:after {
		background-image: url('/wp-content/uploads/bottom-gradient-arrow-shape-desktop.svg');
	}
}
/* ----- Mobile ----- */
@media (max-width: 980px) {
	.after-arrow-divider:after {
		/*width: 105%;*/
		background-image: url('/wp-content/uploads/bottom-white-arrow-shape-mobile.svg');
	}
	.after-arrow-divider-gradient:after {
		/*width: 105%;*/
		background-image: url('/wp-content/uploads/bottom-gradient-arrow-shape-mobile.svg');
	}
}

/* ---------- Top Section Arrow Divider ---------- */
.before-arrow-divider:before {
	display: block;
	content: '';
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -1px;
	transform: rotate(180deg) scaleX(-1);
}
/* ----- Desktop ----- */
@media (min-width: 981px) {
	.before-arrow-divider:before {
		background-image: url('/wp-content/uploads/bottom-white-arrow-shape-desktop.svg');
	}
}
/* ----- Mobile ----- */
@media (max-width: 980px) {
	.before-arrow-divider:before {
		/*width: 105%;*/
		background-image: url('/wp-content/uploads/bottom-white-arrow-shape-mobile.svg');
	}
}

/* ---------- Custom Position Columns ---------- */
/*used on the CURRENT OPENINGS page*/
@media (min-width: 981px) {
	.custom-position-column.et_pb_column {
		position: absolute;
		right: 0;
	}
}

/* ---------- Custom Arrow Large Interior Page Header ---------- */
@media (max-width: 1810px) and (min-width: 1751px) {
	#page-container .interior-page-header-large h1 {
		font-size: 55px;
	}
}
@media (max-width: 1750px) and (min-width: 1576px) {
	#page-container .interior-page-header-large h1 {
		font-size: 50px;
	}
}
@media (max-width: 1575px) and (min-width: 1376px) {
	#page-container .interior-page-header-large h1 {
		font-size: 45px;
	}
}
@media (max-width: 1375px) and (min-width: 981px) {
	#page-container .interior-page-header-large h1 {
		font-size: 32px;
	}
}

/* ---------- Read More Alt ---------- */
/*Read More Toggle*/
.read-more-alt .et-learn-more {
	border: 0;
	background: rgba(0,0,0,0);
	box-shadow: none;
	margin-top: 0;
}
/* Read More Text*/
.read-more-alt .et-learn-more h3.heading-more {
	padding: 100px 0 15% 0;
	margin-top: -100px!important;
	border-top: 0;
	border-left: 0;
	text-transform: none;
	background: rgba(0,0,0,0);
	text-shadow: none;
	color: #707070;
	text-decoration: underline;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	font-size: 18px;
	background-image: linear-gradient(rgba(255, 255, 255, 0.43)17.23%, #fff);
}
.read-more-alt .heading-more.open {
	display: none;
}
@media (max-width: 980px) {
	.read-more-alt .et-learn-more h3.heading-more {
		padding-bottom: 0;
	}
}
/* Alt */
@media (min-width: 1351px) {
	.service-about-column-2 .read-more-alt .et-learn-more h3.heading-more {
		padding-bottom: 18%;
	}
}

/*Arrow*/
#page-container .read-more-alt .et_learnmore_arrow {
	display: none;
}
/*Content*/
.read-more-alt .et-learn-more .learn-more-content {
	border-top: 0;
	border-right: 0;
	/*padding: 0 0 80px 0;*/
	padding: 0;
	color: #707070;
	margin-top: 0;
}

/* Service Tab Download Button */
.parallelogram-button .et_pb_button_module_wrapper a:after {
	content: ''!important;
	display: block!important;
	opacity: 1;
	position: absolute;
	top: 0;
	right: 0;
	width: 297px;
	height: 44px;
	background-color: #981e2f;
	z-index: -1;
	transform: skewX(-30deg) skewY(0deg);
	pointer-events: none;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
.parallelogram-button .et_pb_button_module_wrapper a:hover:after {
	width: 321px;
	background-color: #707070;
}
body #page-container .parallelogram-button .et_pb_button_module_wrapper .et_pb_button {
	padding: 0.75em 1em!important;
}
@media (max-width: 767px) {
	body #page-container .et_pb_section.parallelogram-button .et_pb_button_module_wrapper .et_pb_button {
		font-size: 13px;
		letter-spacing: 0px;
		padding: 0.75em 0!important;
	}
	body #page-container .parallelogram-button .et_pb_button_module_wrapper .et_pb_button {
		padding: 0.75em 0!important;
	}
	.parallelogram-button .et_pb_button_module_wrapper a:after{
		right: -9px;
		width: 242px;
		height: 40px;
	}
	.parallelogram-button .et_pb_button_module_wrapper a:hover:after {
		width: 242px;
	}
}

/* ---------- List Hover Columns ---------- */
/* ----- Columns ----- */
.list-hover-column:hover .list-hover, .list-hover-column:hover .list-hover-outside {
	opacity: 1;
}
/* Title */
@media (max-width: 1375px) and (min-width: 1076px) {
	.list-hover-title p {
		font-size: 30px;
	}
}
@media (max-width: 1075px) and (min-width: 981px) {
	.list-hover-title p {
		font-size: 25px;
	}
}
/* ----- Text Box ----- */
.list-hover-column .list-hover {
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	height: 100%;
	min-height: 100%;
	position: absolute;
	transition: 0.3s opacity;
	width: 100%;
	overflow: auto;
}
/* ----- Outside Box ----- */
.list-hover-column .list-hover-outside {
	bottom: -33%;
	left: 0;
	z-index: 1;
	opacity: 0;
	position: absolute;
	transition: 0.3s opacity;
	width: 100%;
}
@media (max-width: 767px) {
	.list-hover-column .list-hover-outside {
		bottom: -50%;
	}
}
/*scroll box*/
@media (min-width: 981px) {
	.list-hover {
		max-height: 350px;
		overflow-x: hidden;
		overflow-y: scroll;
		padding-right: 15px!important;
	}
}
.list-hover::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	/*border-radius: 10px;
	background-color: rgba(255,255,255,0.1);*/
	background-color: #303030;
}

.list-hover::-webkit-scrollbar {
	width: 12px;
	background-color: rgba(255,255,255,0);
}

.list-hover::-webkit-scrollbar-thumb {
	/*border-radius: 10px;*/
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #707070;
}

/* ---------- Portfolio Grid ---------- */
/* ----- Hide Filters - class ----- */
.hide-filters .et_pb_portfolio_filters {
	display: none;
}
/* ----- Category Tabs ----- */
#page-container .custom-portfolio-grid .et_pb_portfolio_filters ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	display: -webkit-flex;
	-webkit-flex: 1;
	flex: 1;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background-color: transparent !important;
	margin: 0 -1.25%;
}
#page-container .custom-portfolio-grid .et_pb_portfolio_filters ul li {
	flex-grow: 1;
	flex-basis: 0;
	display: block;
	float: none;
	text-align: center !important;
	margin: 0px;
	transform: skewX(-30deg);
	overflow: hidden;
	border: 3px solid #fff;
}
#page-container .custom-portfolio-grid .et_pb_portfolio_filters ul li a {
	transform: skewX(30deg);
	background-color: rgba(0,0,0,0);
	border: 0;
	position: relative;
	overflow: visible;
	padding: 25px 12%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*Background Shapes*/
#page-container .custom-portfolio-grid .et_pb_portfolio_filters ul li a:after {
	content: '';
	display: block;
	width: 120%;
	height: 100%;
	transform: skewX(-30deg);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #303030;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
#page-container .custom-portfolio-grid .et_pb_portfolio_filters ul li a:hover:after {
	background-color: #707070;
}
#page-container .custom-portfolio-grid .et_pb_portfolio_filters ul li a.active:after {
	background-color: #981e2f;
}


/* -- Resize -- */
@media (max-width: 1230px) and (min-width: 1131px) {
	#page-container .custom-portfolio-grid .et_pb_portfolio_filters ul li a {
		font-size: 13px;
	}
}
@media (max-width: 1130px) and (min-width: 1031px) {
	#page-container .custom-portfolio-grid .et_pb_portfolio_filters ul li a {
		font-size: 12px;
	}
}
@media (max-width: 1030px) and (min-width: 981px) {
	#page-container .custom-portfolio-grid .et_pb_portfolio_filters ul li a {
		font-size: 10px;
	}
}
@media (max-width: 980px) and (min-width: 768px) {
	#page-container .custom-portfolio-grid .et_pb_portfolio_filters {
		margin-bottom: 0;
	}
	#page-container .custom-portfolio-grid .et_pb_portfolio_filters ul {
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		margin: 0 -3%;
		height: 220px;
	}
	#page-container .custom-portfolio-grid .et_pb_portfolio_filters ul li {
		flex-grow: initial;
		flex-basis: auto;
		width: 33%;
	}
}
@media (max-width: 767px) {
	#page-container .custom-portfolio-grid .et_pb_portfolio_filters ul {
		-webkit-flex-direction: column;
		flex-direction: column;
		margin: 0 0 0 -8%;
	}
	#page-container .custom-portfolio-grid .et_pb_portfolio_filters ul li {
		flex-grow: initial;
		flex-basis: auto;
		width: 116%;
	}
	#page-container .custom-portfolio-grid .et_pb_portfolio_filters ul li a {
		padding: 10px;
	}
}

/* ----- Grid Item ----- */
.custom-portfolio-grid .et_pb_grid_item {
	overflow: hidden;
}
#page-container .custom-portfolio-grid .et_pb_grid_item.first_in_row, #page-container .custom-portfolio-grid .et_pb_grid_item.et_pb_portfolio_item {
	clear: none;
	position: relative;
}
@media (min-width: 981px) {
	#page-container .custom-portfolio-grid .et_pb_grid_item {
		width: 24.62%;
		margin: 0 0.5% 0.5% 0;
	}
	#page-container .custom-portfolio-grid .et_pb_grid_item:nth-child(4n) {
		margin-right: 0;
	}
}
@media (max-width: 980px) and (min-width: 768px) {
	#page-container .custom-portfolio-grid .et_pb_grid_item {
		width: 32.5%;
		margin: 0 1.25% 1.25% 0;
	}
	#page-container .custom-portfolio-grid .et_pb_grid_item:nth-child(3n) {
		margin-right: 0;
	}
}
/* -- Overlay -- */
.custom-portfolio-grid .et_overlay {
	background-color: rgba(87,4,16,0.8);
	background: linear-gradient(270deg, rgba(0,0,0,0.8) 0%, rgba(87,4,16,0.8) 100%);
	width: 100%;
	right: 0;
	left: auto;
	transform: skew(20deg, 0deg) translateX(40%);
	border: 0;
}
.custom-portfolio-grid .et_portfolio_image:hover .et_overlay {
	transform: skew(20deg, 0deg) translateX(20%);
}
/* -- Title -- */
.custom-portfolio-grid .et_pb_grid_item .entry-title {
	margin-top: 0!important;
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	width: 80%;
	padding: 20px;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	transform: translateX(40%);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-o-backface-visibility: hidden;
}
.custom-portfolio-grid .et_pb_grid_item:hover .entry-title {
	opacity: 1;
	transform: translateX(0);
}
/* -- Read More Text -- */
.custom-portfolio-grid h2:after {
	content: 'Read more';
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	display: block;
	text-transform: none;
	text-decoration: underline;
	font-weight: 500;
	font-size: 15px;
	margin-top: 15px;
}
/* -- Resize -- */
@media (max-width: 1400px) and (min-width: 1276px) {
	/*Title*/
	.custom-portfolio-grid .et_pb_grid_item h2.entry-title a {
		font-size: 15px!important;
	}
}
@media (max-width: 1275px) and (min-width: 1136px) {
	/*Title*/
	.custom-portfolio-grid .et_pb_grid_item h2 {
		line-height: 1em!important;
	}
	.custom-portfolio-grid .et_pb_grid_item h2.entry-title a {
		font-size: 14px!important;
	}
}
@media (max-width: 1135px) and (min-width: 981px) {
	/*Title*/
	.custom-portfolio-grid .et_pb_grid_item .entry-title {
		padding: 10px 5px 0 25px;
	}
	.custom-portfolio-grid .et_pb_grid_item h2 {
		line-height: 1em!important;
	}
	.custom-portfolio-grid .et_pb_grid_item h2.entry-title a {
		font-size: 12px!important;
	}
	/*Read More text*/
	.custom-portfolio-grid h2:after {
		font-size: 13px;
		margin-top: 8px;
	}
}
@media (max-width: 980px) {
	/*Overlay*/
	.custom-portfolio-grid .et_overlay {
		width: 100%;
	}
	/*Title*/
	.custom-portfolio-grid .et_pb_grid_item .entry-title {
		padding: 10px;
		width: 70%;
	}
	/*Read more*/
	.custom-portfolio-grid h2:after {
		font-size: 13px;
		margin-top: 10px;
	}
}
@media (max-width: 767px) {
	/*Grid Item*/
	#page-container .custom-portfolio-grid .et_pb_grid_item {
		margin-bottom: 10px;
	}
	/*Image*/
	.custom-portfolio-grid .et_portfolio_image img {
		width: 100%;
	}
}

/* ---------- Tirangle Button ---------- */
.triangle-button {
	position: absolute!important;
	right: 42px;
	white-space: nowrap;
}
.triangle-button .et_pb_row:after {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: -195px;
	left: -132px;
	right: 0;
	margin: auto;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 290px 181px 0;
	border-color: transparent #707070 transparent transparent;
	visibility: visible;
}
.triangle-button:after {
	display: block;
	position: absolute;
	z-index: 0;
	bottom: -150px;
	left: -264px;
	right: 0;
	margin: auto;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 435px 271px 0;
	border-color: transparent #fff transparent transparent;
	pointer-events: none;
}
/* ---------- Timeline ---------- */
/* ----- Timeline Title ----- */
@media (min-width: 981px) {
	.timeline-title {
		position: absolute;
		/*right: -25%;
		top: 25%*/
		left: -12%;
		top: 50%;
	}
}
@media (max-width: 980px) and (min-width: 768px) {
	.timeline-title {
		position: absolute;
		/*right: -5.5%;
		top: 23.5%;*/
		left: -5.5%;
		top: 54%;
	}
}

/* ----- Timeline Column ----- */
.timeline-section:before {
	display: block;
	content: '';
	width: 101%;
	height: 100px;
	position: absolute;
	top: -1px;
	background-image: url('/wp-content/uploads/top-white-angle.svg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}
@media (min-width: 981px) {
	/*.timeline-section .et_pb_column {
	max-height: 1475px;
}*/
	.timeline-section .et_pb_column {
		max-height: 1480px;
	}
}
@media (max-width: 980px) and (min-width: 768px) {
	/*.timeline-section .et_pb_column {
	max-height: 1475px;
}*/
	.timeline-section .et_pb_column {
		max-height: 1400px;
	}
}
/* ----- Timeline Blurbs ----- */
.custom-timeline-blurb .et_pb_module_header {
	background-color: #fff;
	padding: 10px;
	width: 95px;
	height: 95px;
	/*width: 125px;
	height: 125px;*/
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	margin: 0 auto 15px;
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.5);
}
/*Content*/
/*hover effect*/
.custom-timeline-blurb .et_pb_blurb_content .et_pb_blurb_description {
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	transform: translateX(40%);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-o-backface-visibility: hidden;
}
.custom-timeline-blurb .et_pb_blurb_content:hover .et_pb_blurb_description {
	opacity: 1;
	transform: translateX(0);
}
/*show the description at all times*/
.custom-timeline-blurb-show .et_pb_blurb_content .et_pb_blurb_description {
	opacity: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	transform: translateX(0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-o-backface-visibility: hidden;
}
.custom-timeline-blurb-show .et_pb_blurb_content:hover .et_pb_blurb_description {
	opacity: 1;
	transform: translateX(0);
}
/*Triangle Sections*/
.left-triangle-section:after {
	display: block;
	position: absolute;
	z-index: 1;
	top: -85%;
	left: 0;
	margin: auto;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 350px 0 350px 606.2px;
	border-color: transparent transparent transparent #707070;
	visibility: visible;
}

/* ----- Large Timeline Blurb ----- */
.custom-timeline-blurb-large .et_pb_module_header {
	background-color: #707070;
	padding: 10px;
	width: 165px;
	height: 165px;
	/*width: 125px;
	height: 125px;*/
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	margin: 0 auto 15px;
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.5);
}

/* ---------- Profile Text ---------- */
@media (max-width: 1665px) and (min-width: 1331px) {
	.resize-profile-text p {
		font-size: 35px;
	}
}
@media (max-width: 1330px) and (min-width: 1176px) {
	.resize-profile-text p {
		font-size: 30px;
	}
}
@media (max-width: 1175px) and (min-width: 981px) {
	.resize-profile-text p {
		font-size: 23px;
	}
}

/* ---------- Leadership Grid ---------- */
.leadership-grid .et_pb_column {
	overflow: hidden;
}
.leadership-grid .et_pb_column:hover .leadership-text-hover  {
	opacity: 1;
	transform: translateX(0px);
}
.leadership-text-hover {
	opacity: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	z-index: 0;
	pointer-events: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	transform: translateX(40%);
}
.leadership-text-hover:after {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	background-color: rgba(87,4,16,0.8);
	background: linear-gradient(270deg, rgba(0,0,0,0.65) 0%, rgba(87,4,16,0.65) 100%);
	height: 100%;
	width: 130%;
	right: 0;
	left: auto;
	border: 0;
}

/* ---------- Leadership Popup ---------- */
@media only screen and (min-width: 1024px) {
	body .pum-container.pum-responsive.pum-responsive-medium {
		margin-left: -25%;
		width: 45%;
	}
}

/* ----- Service Page About ----- */
@media (max-width: 1775px) and (min-width: 981px) {
	#page-container .service-about-column {
		padding-right: 10%;
	}
}
@media (max-width: 1550px) and (min-width: 1351px) {
	#page-container .service-about-column {
		padding-right: 18%;
	}
}
@media (max-width: 1350px) and (min-width: 1201px) {
	#page-container .service-about-column {
		padding-right: 15%;
	}
}
@media (max-width: 1200px) and (min-width: 981px) {
	#page-container .service-about-column {
		padding-right: 20%;
	}
}

/* ---------- Resize the Best Places to Work Text on Benefits Page ---------- */
@media (max-width: 1375px) and (min-width: 1076px) {
	#page-container .resize-award-text p {
		font-size: 18px;
	}
	#page-container .resize-award-text h3 {
		font-size: 35px;
	}
}
@media (max-width: 1075px) and (min-width: 981px) {
	#page-container .resize-award-text p {
		font-size: 16px;
	}
	#page-container .resize-award-text h3 {
		font-size: 30px;
	}
}

/* ---------- Profile Graphic ---------- */
.custom-graphic {
	position: absolute;
	top: 0;
}

/* ---------- Current Opening Quotes ---------- */
/* ----- Line 1 ----- */
.quote-line-1:before {
	content: '"';
	display: block;
	color: #fff;
	font-family: 'Palanquin', sans-serif;
	transform: rotate(180deg);
	position: absolute;
	font-size: 100px;
	width: 40px;
	height: 40px;
	line-height: 1em;
	left: -40px;
}
/* ----- Line 2 ----- */
.quote-line-2:before {
	content: '"';
	display: block;
	color: #fff;
	font-family: 'Palanquin', sans-serif;
	position: absolute;
	font-size: 100px;
	width: 40px;
	height: 40px;
	line-height: 1em;
	right: -40px;
}
/* ----- Resize ----- */
@media (max-width: 980px) {
	.quote-line-1:before {
		font-size: 80px;
		width: 30px;
		height: 30px;
		left: -10px;
	}
	.quote-line-2:before {
		font-size: 80px;
		width: 30px;
		height: 30px;
		right:-10px;
	}
}

/* ---------- Services Page Buttons ---------- */
/* ----- Button Top ----- */
.service-button-top p {
	line-height: 50px;
}
.service-button-top:before {
	display: block;
	content: '';
	background-color: #070103;
	height: 40px;
	padding: 5px;
	transform: skewX(25deg) skewY(0deg);
	margin: 0 -40px -50px -3.5%;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
/* ----- Button Bottom ----- */
.service-button-bottom p {
	line-height: 50px;
}
.service-button-bottom:before {
	display: block;
	content: '';
	background-color: #070103;
	height: 40px;
	padding: 5px;
	transform: skewX(-25deg) skewY(0deg);
	margin: 0 -40px -50px -3.5%;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
/* ----- Hover Effect ----- */
.service-button-top:hover:before, .service-button-bottom:hover:before {
	background-color: #707070;
}
/* ----- Resize ----- */
@media (max-width: 1130px) and (min-width: 981px) {
	.service-button-top p, .service-button-bottom p {
		font-size: 20px;
	}
}
@media (max-width: 980px) {
	.service-button-top p, .service-button-bottom p {
		line-height: 40px;
	}
	.service-button-top:before {
		height: 30px;
		transform: skewX(25deg) skewY(0deg);
		margin: 0 -30px -40px -4.5%;
	}
	.service-button-bottom:before {
		height: 30px;
		transform: skewX(-25deg) skewY(0deg);
		margin: 0 -30px -40px -4.5%;
	}
}

/* ---------- Address Block ---------- */
/* ----- Row ----- */
.address-bar {

}
/* ----- Center Blurb ----- */
.address-block-center .et_pb_blurb_container {
	width: 100%;
}
/* ----- Column 1 ----- */
.address-block-1 {
	display: inline-block;	
	float: left;
	width: 44%;
	margin-right: 2%;
	margin-left: 10%;
}
/* ----- Column 2 ----- */
.address-block-2 {
	display: inline-block;	
	width: 44%;
}
/* ----- Resize ----- */
@media (max-width: 1500px) and (min-width: 1276px) {
	.address-bar .et_pb_blurb_container {
		padding-left: 4px;
	}
	.address-bar .et-pb-icon {
		font-size: 24px;
	}
	.address-bar .et_pb_main_blurb_image {
		width: 24px
	}
	.address-bar p {
		font-size: 15px;
		line-height: 1.5em;
	}
}
@media (max-width: 1275px) and (min-width: 981px) {
	.address-bar .et_pb_blurb_container {
		padding-left: 4px;
	}
	.address-bar .et-pb-icon {
		font-size: 20px;
	}
	.address-bar .et_pb_main_blurb_image {
		width: 20px
	}
	.address-bar p {
		font-size: 12px;
		line-height: 1.5em;
	}
}
@media (max-width: 980px) {
	.address-bar .et_pb_blurb_container {
		padding-left: 4px;
	}
	.address-bar .et-pb-icon {
		font-size: 24px;
	}
	.address-bar .et_pb_main_blurb_image {
		width: 24px
	}
	.address-bar p {
		font-size: 15px;
		line-height: 1.5em;
	}
}

/* ----- Small Desktops - padding left ----- */
@media (min-width: 981px) and (max-width: 1279px) {
	.et_pb_section .address-bar .binghamton,
	.et_pb_section .address-bar .albany,
	.et_pb_section .address-bar .maryland {
		padding-left: 25px !important;
	}	
}

/* ---------- Text Under the Blurb ---------- */
/* ----- Title ----- */
.custom-under-blurb-title {
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 105%;
	padding: 15px 80px 15px 50px;
}
.custom-under-blurb-title .et_pb_text_inner {
	transform: skewX(30deg) skewY(0deg);
}

/* ----- Text ----- */
.custom-under-blurb-text {
	position: absolute;
	/*bottom: -180px;*/
	bottom: -50px;
	z-index: -1;
	/*left: 115px;*/
	left: 58px;
	width: 105%;
	padding: 30px 110px 15px 30px;
	transform: skewX(40deg) skewY(0deg);
}
.custom-under-blurb-text .et_pb_text_inner {
	transform: skewX(-15deg) skewY(0deg);
}

/* ----- Resize ----- */
@media (max-width: 1350px) and (min-width: 1101px) {
	/*Title*/
	.custom-under-blurb-title p {
		font-size: 20px;
	}
	.custom-under-blurb-title {
		bottom: -35px;
	}
	/*Text*/
	.custom-under-blurb-text p {
		font-size: 20px;
	}
	.custom-under-blurb-text {
		bottom: -142px;
		left: 95px;
	}
}
@media (max-width: 1100px) and (min-width: 981px) {
	/*Title*/
	.custom-under-blurb-title p {
		font-size: 18px;
	}
	.custom-under-blurb-title {
		bottom: 0;
	}
	/*Text*/
	.custom-under-blurb-text p {
		font-size: 18px;
	}
	.custom-under-blurb-text {
		bottom: -100px;
		left: 95px;
		padding-right: 150px;
	}
}
@media (max-width: 980px) and (min-width: 768px) {
	/*Title*/
	.custom-under-blurb-title {
		bottom: -50px;
	}
	/*Text*/
	.custom-under-blurb-text {
		bottom: -113px;
		left: 50px;
		padding-right: 100px;
	}
}
@media (max-width: 767px) {
	/*Title*/
	.custom-under-blurb-title {
		position: relative;
		bottom: 0;
		width: 100%;
		padding: 10px;
	}
	.custom-under-blurb-title .et_pb_text_inner {
		transform: skewX(0deg) skewY(0deg);
	}
	/*Text*/
	.custom-under-blurb-text {
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 10px;
		position: relative;
	}
	.custom-under-blurb-text,
	.custom-under-blurb-text .et_pb_text_inner {
		transform: skewX(0deg) skewY(0deg);
	}
}

/* ---------- Smart Slider - Facebook Post Generator ---------- */
/* ----- Slider Height ----- */
@media (min-width: 981px) {
	div#n2-ss-29 .n2-ss-slider-1 {
		height: 485px!important;
	}
}
@media (max-width: 980px) and (min-width: 768px) {
	div#n2-ss-29 .n2-ss-slider-1 {
		height: 485px!important;
	}
}
@media (max-width: 767px) {
	div#n2-ss-29 .n2-ss-slider-1 {
		height: 400px!important;
	}
}
/* ----- Slider Width ----- */
.fb-post-slider div#n2-ss-29 .n2-ss-slide {
	margin-top: 0!important;
}
@media (max-width: 1451px) and (min-width: 1136px) {
	.fb-post-slider div#n2-ss-29 .n2-ss-slide,
	.fb-post-slider div#n2-ss-29 .n2-ss-layers-container {
		width: 350px!important;
	}
}
@media (max-width: 1135px) and (min-width: 1042px) {
	.fb-post-slider div#n2-ss-29 .n2-ss-slide,
	.fb-post-slider div#n2-ss-29 .n2-ss-layers-container {
		width: 320px!important;
	}
}
@media (max-width: 980px) and (min-width: 768px) {
	.fb-post-slider div#n2-ss-29 .n2-ss-slide,
	.fb-post-slider div#n2-ss-29 .n2-ss-layers-container {
		width: 330px!important;
	}
}
/* Slider Margins */
.fb-post-slider div#n2-ss-29 .n2-ss-slider-pane {
	margin: 0px!important;
}
/* ----- Post Image ----- */
.fb-post-slider .fb-slider-image {
	max-height: 275px;
	overflow: hidden!important;
}
@media (max-width: 767px) {
	.fb-post-slider .fb-slider-image {
		max-height: 200px;
	}
}
/* ---------- Play Button ---------- */
#play-button.et_pb_image:after {
	font-family: 'ETModules';
	content: '\f144';
	width: 100%;
	height: 100%;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 50px;
	font-weight: normal;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
}





/* 28-04-2020 News Page */

/* Blog Order */
.news-blog .et_pb_post.has-post-thumbnail {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
}
.news-blog .et_pb_post.has-post-thumbnail a + .entry-title {
	-webkit-box-ordinal-group: -1;
	-moz-box-ordinal-group: -1;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
	margin-bottom: 11px;
}
.news-blog .et_pb_post.has-post-thumbnail a + .entry-title + .post-meta {
	-webkit-box-ordinal-group: -2;
	-moz-box-ordinal-group: -2;
	-webkit-order: -2;
	-ms-flex-order: -2;
	order: -2;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 0;
	font-family: goudy-old-style, serif;
	font-size: 20px;
}

.news-blog a.more-link {
	background: #9b1e30;
	display: inline-block !important;
	color: #ffffff !important;
	padding: 5px 30px;
	margin-top: 15px;
	box-shadow: 4px 4px 4px #aaa;
	text-align: center;
}
.news-blog a.more-link:hover {
	background: #050505;
}

.blog-sidebar h4.widgettitle {
	display: none;
}


/*
.blog-sidebar h4.widgettitle:after {
content: "";
background-image: url(/wp-content/uploads/border-bg.jpg);
background-size: cover;
height: 11px;
width: 100%;
display: block;
margin-top: 10px;
background-repeat: no-repeat;
}
*/
.blog-heading h2 {
	padding-bottom: 10px !important;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 600;
}
/*
.blog-heading:after {
content: "";
background-image: url(/wp-content/uploads/border-bg.jpg);
height: 11px;
width: 100%;
display: block;
background-size: cover;
background-repeat: no-repeat;
}
*/
.blog-sidebar {
	border: none;
}

.blog-sidebar ul{
	font-family: goudy-old-style, serif;
	font-size: 25px;
	color: #050505;
}
.blog-sidebar ul a{
	color: #050505 !important;
}

.animation-custom {
	animation: horizontal_9464 2.72s ease infinite;
	transform-origin: 50% 50%;
}

@keyframes horizontal_9464 {
	0% { transform:translate(0,0) }
	4.41177% { transform:translate(5px,0) }
	8.82353% { transform:translate(0,0) }
	13.23529% { transform:translate(5px,0) }
	17.64706% { transform:translate(0,0) }
	22.05882% { transform:translate(5px,0) }
	26.47059% { transform:translate(0,0) }
	100% { transform:translate(0,0) }
}

/* Safari only responsive audit fix -*/
/* Profile page  */
_::-webkit-full-page-media, _:future, :root .safari-only.et_pb_section {
	margin-top: 0 !important;	
}

/* responsive audit syracuse blurb */
@media (min-width: 1801px) {
	.syr-blurb .et-pb-icon {
		left: 140px;
		position: relative;
	}	
}

@media (min-width: 1680px) and (max-width: 1800px) {
	.syr-blurb .et-pb-icon {
		left: 121px;
		position: relative;
	}	
}

@media (min-width: 1601px) and (max-width: 1679px) {
	.syr-blurb .et-pb-icon {
		left: 121px;
		position: relative;
	}	
}

@media (min-width: 1537px) and (max-width: 1600px) {
	.syr-blurb .et-pb-icon {
		left: 100px;
		position: relative;
	}	
}

@media (min-width: 1441px) and (max-width: 1536px) {
	.syr-blurb .et-pb-icon {
		left: 96px;
		position: relative;
	}	
}

@media (min-width: 1367px) and (max-width: 1440px) {
	.syr-blurb .et-pb-icon {
		left: 103px;
		position: relative;
	}	
}

@media (min-width: 1281px) and (max-width: 1366px) {
	.syr-blurb .et-pb-icon {
		left: 94px;
		position: relative;
	}	
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.syr-blurb .et-pb-icon {
		left: 84px;
		position: relative;
	}	
}

@media (min-width: 981px) and (max-width: 1024px) {
	.syr-blurb .et-pb-icon {
		left: 65px;
		position: relative;
	}	
}

@media (max-width: 980px) {
	.syr-blurb .et_pb_blurb_description p {
		text-align: left !important;
	}
}

/* ---------- Service landing pages ---------- */
/* header */
.interior-page-header-large.landing-pg-header em {
	font-style: normal;
	padding-left: 186px;
}

@media (min-width: 1576px) and (max-width: 1750px) {
	.interior-page-header-large.landing-pg-header em {
		padding-left: 128px;
		font-size: 38px;
	}	
}

@media (min-width: 1376px) and (max-width: 1575px) {
	.interior-page-header-large.landing-pg-header em {
		padding-left: 122px;
		font-size: 32px;
	}	
}

@media (min-width: 981px) and (max-width: 1375px) {
	.interior-page-header-large.landing-pg-header em {
		padding-left: 75px;
		font-size: 27px;
	}	
}

@media (min-width: 768px) and (max-width: 980px) {
	.interior-page-header-large.landing-pg-header em {
		padding-left: 127px;
	}	
}

@media (min-width: 515px) and (max-width: 767px) {
	.interior-page-header-large.landing-pg-header em {
		padding-left: 85px;
	}	
}

@media (max-width: 515px) {
	.interior-page-header-large.landing-pg-header em {
		padding-left: 0;
		font-size: 18px;
	}

	.interior-page-header-large.landing-pg-header h1 {
		font-size: 23px;
	}
}

/* text */
@media (max-width: 1775px) {
	.service-about-column.landing-pg-col .et_pb_text {
		padding-right: 0px !important;
	}

	.service-about-column.landing-pg-col {
		padding-right: 5% !important;
	}
}


/* gray shape */
/* horizontal position */
.service-leaders-column.landing-pg-col {
	left: 0;
	margin-left: -12%;
}

@media (min-width: 1420px) and (max-width: 1560px) {
	.service-leaders-column.landing-pg-col {
		margin-left: -13%;
	}	
}

@media (min-width: 1335px) and (max-width: 1419px) {
	.service-leaders-column.landing-pg-col {
		margin-left: -14%;
		min-width: 635px;
	}	
}

@media (min-width: 1245px) and (max-width: 1334px) {
	.service-leaders-column.landing-pg-col {
		margin-left: -15%;
		min-width: 575px;
	}	
}

@media (min-width: 1085px) and (max-width: 1244px) {
	.service-leaders-column.landing-pg-col {
		margin-left: -17%;
		min-width: 535px;
	}	
}


@media (min-width: 981px) and (max-width: 1084px) {
	.service-leaders-column.landing-pg-col {
		margin-left: -20%;
		padding-left: 14%;
		min-width: 500px;
	}	
}

@media (min-width: 768px) and (max-width: 980px) {
	.service-leaders-column.landing-pg-col {
		margin-left: 0;
	}	
}

/* vertical position */
@media (min-width: 1245px) and (max-width: 1694px) {
	#landing-pg-content-section .contact-info-row {
		margin-top: -17% !important;
	}	
}

@media (min-width: 125px) and (max-width: 1244px) {
	#landing-pg-content-section .contact-info-row {
		margin-top: -22% !important;
	}	
}

/*--Surveys Page--*/
.left-list {
	width: 50%;
	float: left;
	padding: 30px;
}

.right-list {
	width: 40%;
	float: left;
	padding: 30px;
}

@media screen and (max-width: 414px) {
	.left-list, .right-list {
		width: 100%;
	}
}

/*-- landing page endicott --*/
.post-password-required{
	max-width: 100%;
	width: 80%;
	min-height: 100vh;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.mp-vertical-align { 
	display: flex; 
	flex-direction: column; 
	justify-content: center;
}

#blurb-tabs .tab-title .et_pb_blurb_content{
	display:flex;
	flex-direction:column-reverse;
}
#blurb-tabs .et_pb_module_header{
	background:#bc5827;
	padding:15px 5px 10px 5px;
}
#blurb-tabs .et_pb_main_blurb_image {
	margin-bottom: 0;
}
#blurb-tabs .tab-title {
	transition:all .3s ease-in-out;
}
#blurb-tabs .tab-title:hover {
	cursor:pointer; 
}
#blurb-tabs .tab-title .et-pb-icon {
	opacity:0;
	line-height: 0.5em;
}
#blurb-tabs .tab-title.active-tab .et-pb-icon {
	transition: opacity 300ms ease 0ms;
	color: #bc5827;
	display:block;
	opacity:1;
}
/*toggle*/
.showSingle{
	cursor:pointer;
}
.targetDiv{
	display:none;
	opacity:0;
}
.targetDiv.active{
	display:block !Important;
	opacity:1;
	animation: 1s forwards ease-in-out fadeInBottom;
}

#divquestions .gform_wrapper .gform_footer, .toggle-info-mobile .gform_wrapper .gform_footer{
	text-align:left !important;
}
#divquestions .gform_wrapper .gform_footer input.button, .toggle-info-mobile .gform_wrapper .gform_footer input.button{
	background:#bc5827;
}
/*-- mobile --*/
.toggle-info-mobile .et_pb_toggle_open .et_pb_toggle_title{
	opacity:0;
}
.toggle-info-mobile .et_pb_toggle_open .et_pb_toggle_content {
	padding-top: 0px;
	padding-bottom:40px;
}
.toggle-info-mobile .et_pb_toggle_open .et_pb_toggle_content strong{
	font-size:22px;
}
.toggle-info-mobile .wp-video {
	max-width: 100%;
	width:100% !important;
	height: auto;
	margin: auto;
}

.checklist ul li::marker {
	content: none;
}