@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,700,700i&subset=latin-ext');

/* CSS Document 

p.p_light {
	font-size: 40px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;	
}

p.p_regular {
	font-size: 40px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;	
}

p.p_bold {
	font-size: 40px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;	
}
*/

/* ================================================= */
/* ADMIN
/* ================================================= */

* { margin: 0; padding: 0;}



html, body {
	font-family: Frutiger, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;	
	color: #807F83;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-color: #ffffff;
}
a { text-decoration: none; color: #333333; }

section#section_content h2.soften {
	font-size:25px;
	font-weight:bold;
}

@media only screen and (max-width: 600px) {
	
}

.page_container {
	display: block;
	position: relative;
	width: calc(100% - 40px);
	max-width: 1000px;
	padding: 20px;
	margin: auto;
}


header#header_main {
	display: block;
	position: relative;
	width: 100%;
	height: 600px;
	background-color: #ffffff;
	overflow: hidden;
}

@media only screen and (max-width: 800px) {
	#section_twitter .page_container {
	display: block;
	position: relative;
	width: calc(100% - 80px);
	max-width: 1000px;
	padding: 40px;
	margin: auto;
	}
}

section#section_main {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	background-color: #ffffff;
	overflow: hidden;
}

section#section_video_type {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	background-color: #ffffff;
	overflow: hidden;
}

section#section_expertise {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	background-color: #ffffff;
	overflow: hidden;
	background-image: linear-gradient(to right, rgba(17,94,138,1), rgba(147,86,214,1));
}

section#section_carbon {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	background-color: #ffffff;
	overflow: hidden;
}

section#section_contact {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	background-color: #4eab32;
	background-image: url(/images2020/contact.jpg);
	background-size: cover;
	background-position: center center
	overflow: hidden;
}

section#section_carbon img {
	width: 100%;
	height: auto;
}

footer#footer_main {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	background-color: #ffffff;
	overflow: hidden;
}

header#header_main h1 {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: calc(100% - 30px);
	height: auto;
	padding: 15px;
	color: #ffffff;
	font-weight: 300;
	font-size: 23px;
	text-align: center;
	/*background-image: url(/images2020/grad-bg.png);*/
	background-size: 100% 100%;
	background-image: linear-gradient(to right, rgba(17,94,138,0.9), rgba(147,86,214,0.9));
	z-index: 1;
}

@media only screen and (max-width: 500px) {
	header#header_main  {
		height: 300px !important;
	}
	
	header#header_main h1 {
		font-size: 14px;
	}
}

header#header_main a.a_logo {
	display: block;
	position: relative;
	top: 0px;
	width: 250px;
	height: auto;
	overflow: hidden;
	float: left;
}

header#header_main a.a_logo img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

header#header_main div.div_nav_container {
	display: block;
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 2;
	background-image: url(/images2020/header-grad.png);
	background-position: 0px -20px;
	background-size: 100% 80px;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	transition: all 0.5s ease;
}

header#header_main div.div_nav_container.past {
	background-color: rgba(0,37,57,1);
}

@media only screen and (max-width: 800px) {
	header#header_main div.div_nav_container {
		background-color: rgba(0,37,57,1);
	}
}

header#header_main nav {
	display: block;
	position: relative;
	max-width: 1130px;
	margin: auto;
	margin-top: 0px;
	z-index: 2;
}

header#header_main nav ul  {
	display: block;
	float: left;
	position: relative;
	list-style: none;
	padding-left: 14px;
	transition: all 0.5s ease;
}

header#header_main nav ul li {
	display: block;
	float: left;
	position: relative;
	color: #ffffff;
}

header#header_main nav ul li a {
	display: block;
	position: relative;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	padding: 28px;
	padding-left: 14px;
	padding-right: 14px;
	transition: all 0.5s ease;
}

header#header_main nav ul li a:hover {
	background-color: #9356d6;
}

header#header_main nav>ul>li:hover {
	background-color: #9356d6;
}

a.show_nav {
	display: none;
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.social_value  {
	max-width: 100% !important;
}

.social_value .col {
	position:relative;
}

.social_value .col a.pos-link {
	position:absolute;
	top:-100px;
}

.social_value .rows .row:nth-child(odd) {
	background-color: #eee;
}

.social_value .rows .row:nth-child(odd) .col:nth-child(1) {
	float:right;
}

.social_value .rows .row:nth-child(even) {
	background-color: #fff;
}

.social_value .row {
	width:100%;
	clear:both;
	box-sizing:border-box;
	display: inline-block;
	padding:20px 175px;
}

.social_value .col {
	width:50%;
	float:left;
	display: table-cell;
}

.social_value .col h3 {
	padding:5px 0 10px 15px;
	display: block;
	position: relative;
	font-size: 25px;
	font-weight: 600;
	color: rgba(0,37,57,1);
	text-transform: uppercase;
}

.social_value .col p {
	padding:0 0 5px 15px;
}

.social_value .col h2 {
	font-size:20px !important;
	padding:0 20px;
	padding-bottom:10px !important;
	color: #337ab7 !important;
}

.social_value .col ul {
	padding:0 20px;
	color: #337ab7;
}

.social_value .col ul li {
	color: #337ab7 !important;
}

.social_value .col img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.commitment h3 {
	margin-top:20px;
	margin-bottom:10px;
}

.hide {
	display:none;
}

/* Bootstrap stuff */
span.required {
	color: #ff0000;
	padding-left: 2px;
}

.text-danger {
	color: #dc3545!important;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E);
	background-repeat: no-repeat;
	background-position: center right calc(.375em + .1875rem);
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.text-success {
	color: #28a745!important;
}

.form-control.is-valid, .was-validated .form-control:valid {
	border-color: #28a745;
	padding-right: calc(1.5em + .75rem);
	background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e);
	background-repeat: no-repeat;
	background-position: center right calc(.375em + .1875rem);
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.mt-2 {
	margin-top:10px;
}

.list-pages ol li {
	font-size:18px;
}

.list-pages ol li p {
	margin-top:5px;
}

.list-pages ol li ul {
	margin-left:30px;
	margin-bottom:30px;
}

.list-pages ol li ul li h3 {
	font-size:15px;
}

@media only screen and (max-width: 1145px) {

	header#header_main nav ul li ul.drop-down  {
		display: none !important;
	}

	.social_value .row {

	}

	.social_value .col {
		width:100%;
	}

	a.show_nav {
		display: block;
		position: absolute;
		top: 0px;
		right: 0px;
		transition: all 0.5s ease;
	}
	
	a.show_nav.open {
		display: block;
		position: absolute;
		top: 0px;
		right: 0px;
		transform: rotate(90deg);
	}
	
	header#header_main nav ul {
		display: block;
		float: none;
		position: absolute;
		width: 70%;
		height: auto;
		background-color: #002539;
		overflow: hidden;
		right: -100%;
		top: 70px;
	}
	
	header#header_main nav ul.open {
		right: 0%;
	}
	
	header#header_main nav ul li {
		float: none;
		height: auto;
	}
}

header#header_main nav ul li ul.drop-down  {
	display: none;
	position:absolute;
	background-color:rgba(0,0,0,0.75);
	padding-left: 0;
  margin-left: 0;
}

header#header_main nav ul li ul.drop-down li {
	float: left;
	display: list-item;
	height: 30px;
	padding: 0;
	margin: 0;
	min-width: 150px;
}

header#header_main nav ul li ul.drop-down li a {
	padding: 5px;
  white-space: nowrap;
}

header#header_main div.image_carousel {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 600px;
	overflow: hidden;
}

header#header_main div.image_carousel div {
	display: none;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

header#header_main div.image_carousel div.image_1 {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

header#header_main div.image_carousel div img {
	display: block;
	position: absolute;
	width: 100%;
	top: -25%;
	height: auto;
}

header#header_main div.image_carousel div img {
	display: none;
}

header#header_main div.image_carousel div img.img_1 {
	display: block;
}

.iframe-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}

.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 800px) {
	header#header_main div.image_carousel div img {
		width: 200%;
		left: -25%;
	}
}

@media only screen and (max-width: 500px) {
	header#header_main div.image_carousel div img {
		width: 100%;
		left: 0%;
		top: 70px !important;
		
	}
}

section#section_video_type h2 {
	display: block;
	position: relative;
	z-index: 1;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
	width: calc(100% - 20px);
	max-width: 500px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #ffffff;
	font-size: 25px;
	line-height: 35px;
	font-weight: 200;
}

section#section_video_type h2 strong {
	font-weight: 6300;
}

section#section_video_type img {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -960px;
}

section#section_expertise h3 {
	display: block;
	position: relative;
	color: #ffffff;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 50px;
}

section#section_expertise h3::before {
	content: " ";
	position: relative;
	display: block;
	height: 5px;
	width: 100px;
	background-color: #26bae3;
	margin-top: 15px;
	margin-bottom: 15px;
}

section#section_expertise p {
	display: block;
	position: relative;
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	font-weight: 200;
	margin-bottom: 50px;
}

section#section_expertise ul {
	list-style: none;
	display: block;
	position: relative;
	overflow: hidden;
}

section#section_expertise ul li {
	display: block;
	position: relative;
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	float: left;
	margin-bottom: 20px;
	margin-right: 50px;
}

section#section_expertise ul li a {
	display: block;
	position: relative;
	color: #26bae3;
	padding-bottom: 50px;
	min-width: 70px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 200;
	background-image: url(/images2020/arrow_white.svg);
	background-position: 0px 30px; 
	background-repeat: no-repeat;
	background-size: 50px auto;
	transition: all 0.5s ease;
}

section#section_expertise ul li a:hover {
	background-position: 20px 30px; 
}

section#section_expertise section.section_news {
	display: block;
	position: relative;
	height: 500px;
	background-color: #ffffff;
	overflow: visible;
	padding-bottom: 50px;
}

section#section_expertise section.section_news::before {
	content: " ";
	display: block;
	position: absolute;
	width: 2000px;
	height: 100%;
	background-color: #ffffff;
}

section#section_expertise section.section_news div.div_news_container {
	width: 100%;
	height: 500px;
	overflow: scroll;
	position: relative;
	display: block;
	white-space: nowrap;
}

section#section_expertise section.section_news div.div_news_container::-webkit-scrollbar {
	display: none;	
}

section#section_expertise section.section_news article.article_news {
	display: inline-block;
	position: relative;
	overflow: hidden;
	float: none;
	width: 309px;
	height: auto;
	border: 1px solid #000000;
	margin-left: -1px;
	margin-top: -1px;
	margin-right: 21px;
	white-space: normal;
}

section#section_expertise section.section_news article.article_news a {
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 40px;
	background-image: url(/images2020/arrow_black.svg);
	background-position: left 240px bottom 10px; 
	background-repeat: no-repeat;
	background-size: 50px auto;
	transition: all 0.5s ease;
	min-height: 442px;
}

section#section_expertise section.section_news article.article_news a:hover {
	background-position: left 255px bottom 10px; 
}

section#section_expertise section.section_news article.article_news a img {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	transition: all 0.5s ease;
}

section#section_expertise section.section_news article.article_news a:hover img {
	display: block;
	position: relative;
	overflow: hidden;
	width: 110%;
	margin-left: -5%;
	margin-top: -8%;
}

section#section_expertise section.section_news article.article_news h4 {
	display: block;
	position: relative;
	overflow: hidden;
	font-weight: 200;
	text-transform: uppercase;
	color: #4fac33;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}

section#section_expertise section.section_news article.article_news p {
	display: block;
	position: relative;
	overflow: hidden;
	font-weight: 200;
	color: #000000;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
}

section#section_expertise section.section_news a.a_read_more {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #000000;
	font-weight: 200;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	padding-right: 100px;
	background-image: url(/images2020/arrow_black.svg);
	background-position: right 32px bottom 5px; 
	background-repeat: no-repeat;
	background-size: 50px auto;
	transition: all 0.5s ease;
}

section#section_expertise section.section_news a.a_read_more:hover {
	background-position: right 22px bottom 5px; 
}

section#section_contact h3 {
	display: block;
	position: relative;
	color: #ffffff;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 15px;
}

section#section_contact h3::before {
	content: " ";
	position: relative;
	display: block;
	height: 5px;
	width: 100px;
	background-color: #000000;
	margin-top: 15px;
	margin-bottom: 15px;
}

section#section_contact p {
	display: block;
	position: relative;
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	font-weight: 200;
	margin-bottom: 50px;
}

section#section_contact a.a_read_more {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #ffffff;
	font-weight: 200;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	padding-right: 100px;
	background-image: url(/images2020/arrow_white.svg);
	background-position: right 32px bottom 5px; 
	background-repeat: no-repeat;
	background-size: 50px auto;
	transition: all 0.5s ease;
}

section#section_contact a.a_read_more:hover {
	background-position: right 22px bottom 5px; 
}

footer#footer_main div a {
	display: block;
	width: 200px;
	float: left;
	height: auto;
	position: relative;
}

@media only screen and (max-width: 500px) {
	footer#footer_main div a {
		width: 150px;
	}
}

footer#footer_main div img {
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}

section#section_content {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

section#section_content h1 {
	display: block;
	position: relative;
	font-size: 30px;
	font-weight: 600;
	color: rgba(0,37,57,1);
	text-transform: uppercase;
}

section#section_content h2 {
	display: block;
	position: relative;
	font-size: 20px;
	font-weight: 200;
	color: #9356d6;
	text-transform: uppercase;
	padding-bottom: 30px;
}

section#section_content h4 {
	display: block;
	position: relative;
	font-size: 20px;
	font-weight: 500;
	color: #9356d6;
	padding-bottom: 20px;
}

section#section_content p {
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: 200;
	padding-bottom: 20px;
	color: rgba(0,37,57,1);
}

section#section_content div > ul {
	list-style: none;
	padding-bottom: 10px;
}

section#section_content div > ul li {
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: 200;
	padding-bottom: 10px;
	color: #9356d6;
	padding-left: 30px;
}

section#section_content div > ul li::before {
	content: "•";
    position: absolute;
    top: -31px;
    left: 0px;
    font-size: 60px;
    display: block;
    color: rgba(0,37,57,1);
}

section#section_content p img {
	float: left;
	margin-right: 25px;
}

section#section_content nav ul {
	list-style: none;
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 20px;
}

section#section_content nav ul li {
	display: block;
	position: relative;
	color: #9356d6;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	float: left;
	margin-bottom: 20px;
	margin-right: 50px;
}

section#section_content nav ul li a {
	display: block;
	position: relative;
	color: #9356d6;
	padding-bottom: 50px;
	min-width: 70px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 200;
	background-image: url(/images2020/arrow_black.svg);
	background-position: 0px 30px; 
	background-repeat: no-repeat;
	background-size: 50px auto;
	transition: all 0.5s ease;
}

section#section_content nav ul li a:hover {
	background-position: 20px 30px; 
}

section#section_content nav.casestudy ul li {
	width: 300px;
	height: 300px;
	border: 1px solid #ebebeb;
	margin: 10px;
	background-size: cover;
	background-position: center center;
	background-color: rgba(17,94,138,0.9);
	
}

section#section_content nav.casestudy ul li a {
	float: none;
	padding: 20px;
	height: 280px;
	background-position: left 20px bottom 30px;
	color: #ffffff;
	text-shadow: 0px 1px 20px #000000;
	font-weight: 600;
}


section#section_content nav.casestudy ul li a:hover {
	background-position: left 40px bottom 30px; 
}

section#section_content iframe {
	position: absolute; 
	top: 0px; 
	right: 0px; 
	width: 50%; 
	height: 100% !important;
}

@media only screen and (max-width: 750px) {
	section#section_content iframe {
		position: relative; 
		top: auto; 
		right: auto; 
		width: 100%; 
		height: 350px !important;
		margin-top: -50px;
	}

	.social_value .row {
		width:auto !important;
		padding:0;
	}
}

/*---------------------*/
