/* CSS Document */


option{color: black;font-size: 0.8em;}
option[disabled]{display: none;}
select:invalid{color: rgb(200,200,200); font-size: 0.7em; padding: 0 0 0 3px; height: 2.2em;}


/* ------------------------------ SITE FOOTER -------------------------- */

.footer{
	text-align: center;
	padding: 7em 1em 3em 1em;
	background-color: white;
	position: relative;
	z-index: 2;
}
.footer img{
	max-width: 100%;
}
.footer .phone{
	color: rgba(74,81,98,1.00);
	font-size: clamp(2.2em, 9vw, 2.75em);
	font-weight: 700;
	padding: 0 0 0.2em 0;
}
.footer .phone img{
	height: 0.8em;
	vertical-align: baseline;
	filter: grayscale(100%) brightness(75%);
}
.footer .address{
	font-size: clamp(1.4em, 7vw, 2em);
	color: rgba(77,81,88,1.00);
	padding: 1em;
}

.subfooter{
	background-color: rgba(168,87,58,1.00);
	color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 75%;
	padding: 2em;
	flex-wrap: wrap;
	border-bottom: 20px solid rgba(74,81,98,1.00);
	position: relative;
	z-index: 2;
}
.subfooter a{
	color: white;
	font-weight: 500;
	text-decoration: underline;
}
.subfooter > div:nth-of-type(2n + 1){
	flex: 1 1 100px;
	text-align: right;
}
.subfooter > div:nth-of-type(2){
	flex: 8 1 800px;
	text-align: center;
	padding: 1em;
}
.subfooter img{filter: brightness(1000%)}
.subfooter-links{margin-top: 0.5em;}


/* ---------------- UNIVERSAL STYLES ------------------- */


.csc-generic-page{
	width: 100%;
	padding: 6em clamp(1em, calc(100% - 1700px), 6em);
	text-align: center;
	position: relative;
	background-color: white;
	position: relative;
	z-index: 1;
}
div[class*="hero"]{
	position: relative;
	z-index: 1;
}

.h3{
	color: white;
	font-size: 1.8em;
	font-weight: 600;
}

.icon{
	font-family: 'Material icons';
	font-size: 1.4em;
	vertical-align: middle;
	text-transform: lowercase;
	background-color: inherit;
	color: inherit;
}

.animated-headline{
	opacity: 0;
	white-space: normal;
   text-shadow: 0 0 0.1em black, 0 0 0.15em black;	
}
.animate{
	display: inline-block;
	opacity: 0;
	animation: resolve;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	position: relative;
	}
.word{
	display: inline-block;
	margin: 0 0.25em;
	white-space: nowrap;
}
@keyframes resolve{
	0%{opacity: 0;}
	100%{opacity: 1; transform: scale(1,1) translateY(0);}
}

.background{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom center;
	z-index: -1;
}

.contact-hero,
.team-hero,
.about-hero,
.services-hero,
.portfolio-hero{
	aspect-ratio: 3 / 1;
}


/* -------------------- HOME PAGE ---------------------------- */


.construction-expertise{
	width: 100%;
	padding: 6em clamp(1em, calc(100% - 1700px), 6em);
	text-align: center;
	position: relative;
}

.expertise-cards{
	width: 100%;
	max-width: 1720px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-content: stretch;
	gap: 2em;
	flex-wrap: wrap;
}
.expert-card{
	flex: 1 1 300px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
}
.expert-card  .icon-message{
	background-color: rgba(76,81,99,1.00);
	color: white;
	padding: 2em;
	flex: 1 1 auto;
}
.expert-card .icon-message img{
	margin-bottom: 1.5em;
}
.expert-card .icon-message p{
	text-align: left;
	font-weight: 500;
	line-height: 1.5em;
	margin: 1.5em auto 0 auto;
}
.expert-card .number{
	font-size: 4.5em;
	font-weight: 700;
	margin-top: 0.8em;
	opacity: 0;
	transition: opacity 0.5s;
	font-variant: tabular-nums lining-nums;
}
.expert-card .number.visible{
	opacity: 1;
}
.expert-card .subnumber{
	font-size: 1.625em;
	font-weight: 600;
}

.committed{
	color: white;
	background-color: rgba(168,88,58,1.00);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 3em;
	font-weight: 300;
	overflow: hidden;
}
.committed > div{
	flex: 1 1 350px;
	display: flex;
	padding: 0 0.5em;
}
.committed > div:nth-of-type(1){
	text-align: right;
	justify-content: flex-end;
}
.committed img{
	mix-blend-mode: overlay;
	height: calc(100% + 1em);
	margin: -0.5em 0;
	max-width: 50vw;
}


.challenges{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: white;
}
.challenges a{
	display: inline-block;
	margin-top: 3em;
	font-size: min(5vw, 1.4em);
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1em;
	border-bottom: 3px solid rgba(91,202,244,1.00);
	color:  rgba(11,126,168,1.00);
	background-color: white;
}
.challenges > div{
	flex: 1 1 500px;
	position: relative;
}

.challenges h1{
	text-align: center;
}
.challenges p{
	font-weight: 550;
}
.challenges-image img{
	height: 120%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.challenges-text{
	padding: 4em clamp(1em, calc(100% - 1700px), 6em);
}


.relationships{
	background-color: rgba(76,81,99,1.00);
	padding: 4em clamp(1em, calc(100% - 1700px), 6em);	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}
.relationships > div{
	flex: 0 1 675px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 2em;
	border-left: 3px solid white;
	margin: 1em 0;
}
.relationships > div:nth-of-type(odd){
	text-align: right;
	border-left: none;
	border-right: 3px solid white;
}
.relationships img{
	margin: 1em auto;
}
.relationships .h3{
	font-size: min(6vw, 2em);
	font-weight: 300;
	max-width: 12em;
	flex: 1 1 auto;
}


.office-interior{
	width: 100%;
	padding-bottom: 36.84%;
}
.office-interior img{
	width: 100%;
	height: 125%;
	object-fit: cover;
	object-position: center;
}


.services{
	width: 100%;
	padding: 6em clamp(1em, calc(100% - 1700px), 6em);
	text-align: center;
	position: relative;
	background-color: rgba(230,231,232,1.00);
}
.services-container{
	width: 100%;
	max-width: 1700px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1em;
	margin-top: 3em;
	flex-wrap: wrap;
}
.services-container figure{
	display: table;
	margin: 0 auto;
}
.services-container img{
	width: 100%;
	height: auto;
}
.services-container figcaption{
	display: table-caption;
	caption-side: bottom;
	font-size: 1.4em;
	font-weight: 600;
	text-align: center;
	color: rgba(76,81,99,1.00);
	padding: 1em;
}


/* ---------------------- CONTACT PAGE -------------------------------- */

.contact-container{
	background-color:rgba(74,81,98,1.00);
	background-color:rgba(115,115,115,1.00);
	color: white;
	padding: 0 2em;
	width: 1400px;
	max-width: 100%;
	margin: 0 auto;
	font-size: 1.2em;
	border-radius: 0.5em;
}

.map-window{
	width: 100%;
	height: 100vh;
	pointer-events: none;
}

.map-container{
	position: fixed;
	padding-top: calc(80px + 1em + 10px);
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
	opacity: 0;
	background-color: white;
	background-image: linear-gradient(0deg, rgba(91,202,244,0.3), white);
}


/* ---------------------- BGM CMS OVERRIDES ---------------------------- */

.BGM-parallax2-container{
	min-height: 600px;
}
#BGM_contactMap{
	padding-bottom: 100vh;
}
.BGM-contact-required{
	color: rgba(91,202,244,1.00);
}
.BGM-contact-form input[type=radio]{
	background-color: white;
	border: none;
}
.BGM-contact-form input[type=radio]:checked{
	background-color: rgba(91,202,244,1.00);;
	border: none;
}
.BGM-CMS-form h1{
	font-size: 2.5em;
	text-align: left;
}

/* ----------------------- MEDIA QUERIES ----------------------------- */

@media screen and (max-width: 1400px){
	body{ font-size: 75%; }
}
@media screen and (max-width: 1200px){
	.subfooter > div{
		flex: 1 1 100%!important;
		text-align: center!important;
	}
}

@media screen and (max-width: 900px){
}

@media screen and (max-width: 860px){
}

@media screen and (max-aspect-ratio: 1), 
screen and (orientation: portrait),
screen and (max-width: 800px){
	.challenges-image img{ height: 142%; }
	.committed > div{ 
		flex: 1 1 100%; 
		text-align: center!important; 
		justify-content: center!important;
		padding: 0.5em;
	}
	.committed img{
		margin: 0em;
	}
	.map-container{
		padding-top: 45px;
	}
}

@media screen and (max-width: 700px){
	
}

@media screen and (max-width: 650px){
}

@media screen and (max-width: 600px){
}

@media screen and (max-width: 400px){
	
}






/* ----------------------------- PRINT STYLES ------------------------------- */

@media print {
	.noPrint{display: none}
}
