
body.about-us .wistia_popover_overlay{
	background-color: rgba(0, 0, 0, 1) !important;
}

/* ==================== section-company-banner ================================================== */

.section-company-banner{
	background-color: #555555;
	min-height: 600px;
	max-height: 512px;
}
.section-company-banner h1{
	background-image: url('../../images/pages/company/icons/company.svg');
}
.section-company-banner .video{
	display: inline-block;
	background: url(../../images/main/icons/play-big.svg) no-repeat center top;
	background-size: 64px auto;
	min-width: 64px;
	padding-top: 64px;
	text-decoration: none;
}
.section-company-banner .video .video-title{
	display: block;
	margin-top: 8px;
	background: rgba(0,0,0, 0.5);
	border-radius: 999px;
	font-size: 15px;
	color: white;
	text-decoration: none;
	padding: 4px 13px;
}

@media screen and (max-width: 600px){
	.section-company-banner{
		min-height: 0;
		background-image: url('../../images/banners/about-us-big.jpg');
	}
}

/* ==================== section-alt-banner ================================================== */

.section-alt-banner{
	background-color: #0092a8;
}
.section-alt-banner .logo-icon{
	width: 90px;
	margin: 20px 0 30px 0;
}
.section-alt-banner p{
	margin-left: 10%;
	margin-right: 10%;
	font-size: 27px;
	text-align: left;
}
@media screen and (max-width: 600px){
	.section-alt-banner p{
		margin-left: 0;
		margin-right: 0;
		font-size: 23px;
		
	}
}

/* ==================== section-contact-details ================================================== */

.section-contact-details{
	background-color: white;
	position: relative;
}
.section-contact-details h2{
	margin: 65px 0 70px 0;
	text-align:center;
	font-size:48px;
	color: #2472db;
}
.section-contact-details p{
	font-size: 27px;
}
.section-contact-details hr{
	margin: 100px 0 80px 0;
	border-color: #cccccc;
}
.section-contact-details img.right{
	margin-left: 20px;
}
.section-contact-details .flex-container{
	margin-bottom: 50px;
}
.section-contact-details .flex-container .item{
	width: 300px;
	text-align: center;
}
.section-contact-details .flex-container .item h3{
	font-size: 30px;
}

@media screen and (max-width:800px){
	.section-contact-details img.right{
		float:none;
		display: block;
		margin: 0 auto;
	}
}
@media screen and (max-width: 600px){
	.section-contact-details h2{
		font-size: 30px;
	}
	.section-contact-details p{
		font-size: 22px;
	}
	.section-contact-details .flex-container .item h3{
		font-size: 25px;
	}
	.section-contact-details hr{
		margin: 20px 0;
	}
}

/* ==================== section-company-projects ================================================== */

.section-company-projects{
	background-color: #f8f8f8;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.section-company-projects .content{
	padding-bottom: 100px;
}
.section-company-projects h2{
	margin: 65px 0 70px 0;
	text-align:center;
	font-size:48px;
	color: #2472db;
}
.section-company-projects p{
	font-size:27px;
}
.section-company-projects .flex-container .item{
	width: 300px;
	background-color: white;
	border: 1px solid #dfdfdf;
	text-align: center;
	padding: 90px 20px 10px 20px;
}
.section-company-projects .flex-container .item img{
	margin-bottom: 15px;
}
.section-company-projects .flex-container .item p{
	font-size: 21px;
}
@media screen and (max-width: 600px){
	.section-company-projects p{
		font-size:22px;
	}
}

/* ==================== section-comapny-bannerBottom ================================================== */

.section-comapny-bannerBottom{
	background-color: #404144;
	background-image: url('../../images/banners/contact-hands.jpg');
	min-height: 515px;
}

/* ==================== section-comapny-locations ================================================== */

.section-comapny-locations{
	background: url('../../images/pages/company/map.png') no-repeat top right;
	min-height: 423px;
}
.section-comapny-locations .content{
	padding-right: 500px;
}
.section-comapny-locations h2{
	margin: 60px 0 10px 0;
	font-size:48px;
	color: #2472db;
}
.section-comapny-locations h4{
	font-size: 22px;
}
.section-comapny-locations p{
	font-size: 22px;
}
.section-comapny-locations .icon-place{
	background: url('../../images/pages/company/icons/place.png') no-repeat 0 5%;
	padding-left: 30px;
	min-height:22px;
}
@media screen and (max-width:900px){
	.section-comapny-locations{
		min-height: 0;
		background-image: none;
	}
	.section-comapny-locations .content{
		padding-right: 0;
	}
}

/* ==================== section-contact-map ================================================== */

.section-contact-map .map{
	height: 700px;
}
.section-contact-map .map iframe{
	width:100%;
	height:100%;
	display: block;
	pointer-events: none;
	position: relative;
}
.section-contact-map .map iframe.clicked{
	pointer-events: auto;
}
@media screen and (max-width:800px){
	.section-contact-map .map{
		height: 400px;
		background-size: initial;
		background-position: 55% 25%;
	}
}

/* ==================== section-module-connected ================================================== */

.section-company-connected.banner{
	background-image: url('../../images/banners/triangles.png');
	background-color: #ffffff;
	color: black;
}
.section-company-connected .social a{
	border-right: 1px solid rgba(54, 114, 212, 0.4);
	filter: invert(60%) sepia(20%) saturate(2000%) hue-rotate(180deg);
}
