/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 

/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Karla:400,700&display=swap');

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

html.js {
	margin-top: 0px !important;
}

#wpadminbar {
	display: none; 
}

body {
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden!important; 
}

.nav li ul {
	border-top: 3px solid #002e43;
} 

/*
.et_pb_section:last-child {
	padding-bottom: 0px!important; 
}
*/

/* Typo */
h2 {
    font-size: 32px;
    line-height: 1.3em;
	margin-bottom: .25em; 
}

p {
	font-size: 24px; 
	color: black; 
	font-family: 'Karla', sans-serif;
	line-height: 1.6em;
	font-weight: 400; 
}

.dark-text .et_pb_text_inner,
.dark-text p,
.dark-text h2,
.dark-text a,
.dark-text h1.et_pb_module_header,
.dark-text .et_pb_header_content_wrapper {
	color: #002e43!important; 
}

.dark-text h2 {
	font-weight: 700!important;
	font-size: 46px!important;
}


.white-text .et_pb_text_inner,
.white-text p,
.white-text h2,
.white-text h3,
.white-text a,
.white-text h1.et_pb_module_header,
.white-text .et_pb_header_content_wrapper {
	color: #fff!important; 
}


.et_pb_text_inner {
	font-size: 24px; 
	font-family: 'Karla', sans-serif;
	line-height: 1.6em;
	font-weight: 700; 	
}

.et_pb_header_content_wrapper {
	font-size: 24px; 
	font-family: 'Karla', sans-serif;
	line-height: 1.6em;
}

a.cta-arrow-down {
	color: white!important; 
}

.white-text p,
.white-text,
.white-text a {
	color: white; 
	font-size: 24px;
	font-family: 'Karla', sans-serif;
	line-height: 1.6em;	
}

span.red-heading {
	color: #d4595c;
	font-weight: bold; 
}

span.heading-blue {
	color: #5889a1;
	font-weight: bold; 	
}

#full-screen-video .nk-awb {
	height: 100vh; 
	display: table;
	width: 100%;
}

.content-homepage-video-bg {
    display: table-cell;
    vertical-align: bottom;
	font-size: 40px;
	color: white;
}

.content-homepage-video-bg-content {
	width: 70%;
	font-weight: 500;
	line-height: 1.25em;
	margin-bottom: 10%;
	max-width: 735px;
}

#full-screen-video p {
	padding-bottom: 0em!important;
}

#page-container {
	padding-top: 0px!important;
	margin-top: 0px!important; 
}

header#main-header {
	background-color: transparent;
	top: 0!important; 
}

header#main-header #top-menu a {
	color: white;
}

header#main-header.et-fixed-header {
	background: white; 
}

header#main-header.et-fixed-header #top-menu a {
	color: black;
}

.left-menu {
	position: fixed;
	left: 30px;
	top: 25px;
	transition: all 0.5s;
	cursor: pointer; 
}

.hamburger-menu i.fas.fa-bars {
	font-size: 30px; 
	color: white; 
	transition: all 0.5s;
}

.hamburger-menu span {
    display: inline-block;
    position: absolute;
    margin-top: 4px;
    padding-left: 10px;
    color: white;
    font-size: 16px;
}

header#main-header.et-fixed-header .left-menu {
	top: 15px;
}

header#main-header.et-fixed-header .hamburger-menu i.fas.fa-bars {
	color: black; 
	font-size: 25px;
}

header#main-header.et-fixed-header .hamburger-menu span {
    color: black; 	
	margin-top: 2px;
}

.slider-hamburger-menu {
	display: none; 
	background: white;
	padding: 20px 30px;
	position: fixed;
	top: 82px;
	transition: top 0.5s;	
	background: #002e43;
	-webkit-box-shadow: 6px 6px 0px 0px rgba(255,255,255,1);
	-moz-box-shadow: 6px 6px 0px 0px rgba(255,255,255,1);
	box-shadow: 6px 6px 0px 0px rgba(255,255,255,1);
}

.slider-hamburger-menu ul li a {
	color: white; 
	font-size: 18px;
	line-height: 3em;
}

header#main-header.et-fixed-header .slider-hamburger-menu {
	top: 54px;	
	
}

/***
 * SECTIONS HOMEPAGE 
 * ***/
.nk-awb .nk-awb-inner {
	opacity: 0.6;
}

.image-section-vertical::after {
    content: "";
    background: blue;
    width: 60%;
    height: 80%;
    position: absolute;
    z-index: -1;
    bottom: -7%;
    right: -10%;
	background: #8fbfd7;
}

.image-section-horizontal::after {
	content: "";
	width: 90%;
	height: 80%;
	position: absolute;
	z-index: -1;
	bottom: -15%;
	left: -10%;
	background: #d4595ca3;
} 

.image-section-horizontal-white::after {
	content: "";
	background: #dfdfdf;
	width: 90%;
	height: 80%;
	position: absolute;
	z-index: -1;
	bottom: -13%;
	left: -10%;
} 

.four-section-home .et_pb_column {
	color: white; 
	font-weight: 40px; 
	/* background: black; */ 
}

.four-section-home .et_pb_module {
	padding: 10%;
	position: relative; 
}

.four-section-home .et_pb_text_inner {
	font-size: 32px; 
	line-height: 1.3em; 
}

a.read-more-quadrants {
	font-size: 24px; 
	margin-top: 30px; 
	display: block; 
	color: white; 
}

.four-section-home.oblique-bg-four-quadrants:before {
	background: #f0f0f0;
	background: linear-gradient(to right bottom, #fff 50%, #f0f0f0 50%);
	display: block;
	position: absolute;
	width: 200%;
	height: 100%;
	content: "";
	left: -50%;
	right: 100%;
	z-index: 0;
	overflow: hidden; 
}

.four-section-home.oblique-inverted:before {
	background: #fff;
	background: linear-gradient(to right bottom, #f0f0f0 50%, #fff 50%);
	display: block;
	position: absolute;
	width: 200%;
	height: 100%;
	content: "";
	left: -50%;
	right: 100%;
	z-index: 0;	
	overflow: hidden; 	
}

.separator-deep-blue:before {
	background: #002e43;
	background: linear-gradient(to right bottom, #fff 50%, #002e43 50%);
	display: block;
	position: absolute;
	width: 200%;
	height: 100%;
	content: "";
	left: -50%;
	right: 100%;
	z-index: 0;
	overflow: hidden; 
}

.four-quadrants-row,
.separator-deep-blue {
	max-width: 100%!important; 
	overflow: hidden!important; 
}

.home-circles .et_pb_module {
	text-align: center;
	width: 250px;
	margin: auto;
	height: 250px;
	vertical-align: middle;
	display: table;
	border-radius: 100%; 
}

.home-circles .et_pb_text_inner {
	display: table-cell;
	vertical-align: middle;
	color: white;
	font-size: 24px;
	padding: 15%;
	line-height: 1.15em;
}

#offerings .et_pb_module {
	text-align: center; 
}

#offerings h2 a {
	display: block; 
	transition: all 0.5s;
	font-size: 32px;
	line-height: 1.35em;
}

#offerings h2 a:hover {
    transform: translate(0px,-10px);
}

#offerings h2 a:hover i {
	color: #002e43; 
}

/***
 * MENU 
 * **/
#et_top_search {
	display: none; 
}

ul.sub-menu,
ul.sub-menu li {
	width: 330px!important;
}

ul.sub-menu li a {
	width: 290px!important;
	color: black!important; 
}

a.text-site-title {
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 1px;
	color: white; 
	transform: translate(0px,6px);
	display: inline-block; 
}

header#main-header.et-fixed-header a.text-site-title {
	color: black; 
	transform: translate(0px,6px);
	display: inline-block;
} 

/** 
 * TYPO 
 * ***/

h2.heading-subtitle {
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 46px;
}

h2.heading-subtitle.white {
	color: white!important; 
}

/***
 * FOOTER 
 * ***/
footer#main-footer .container {
	display: none; 
}

#footer-bottom {
	display: none; 
}

/** 
 * LIGHTER HOME 
 * ***/
body.page-id-389 p,
body.page-id-389 .et_pb_text_inner,
body.page-id-392 p,
body.page-id-392 .et_pb_text_inner {
	font-weight: 400; 
}

body.page-id-389,
body.page-id-392 {
	font-family: 'Karla', sans-serif;
}

body.page-id-389 h2,
body.page-id-392 h2 {
	font-weight: 400; 
	font-family: 'Karla', sans-serif;
	font-size: 36px; 
}

body.page-id-389 h2.heading-subtitle,
body.page-id-392 h2.heading-subtitle {
	font-weight: 700; 
	font-size: 46px; 
}


/** TRAX HOME **/
.leadership-technology-trax h3 {
	text-align: center; 
	font-size: 1.2em;
	line-height: 120%;
	margin-bottom: 0.33em;
}

.leadership-technology-trax p{
    font-size: 0.8em;
    line-height: 140%;
}

.leadership-technology-trax a {
    color: #5889a1;
	font-size: 0.8em;
}

.offerings-trax h3 {
	text-align: center; 
	font-size: 1em;
	line-height: 120%;	
	color: white; 
	margin-bottom: 0.33em;
}

.offerings-trax p{
    font-size: 0.8em;
    line-height: 140%;
	color: white; 
}

.offerings-trax a {
    color: #ededed;
	font-size: 0.8em;
}


body.page-id-392 .image-section-horizontal::after {
	background: #d1d9dd; 
}


/** Inner pages ***/
body.page-id-317 p,
body.page-id-453 p {
	font-weight: 400; 
}

/****
 * CONTACT PAGE 
 * ***/
span.et_pb_contact_captcha_question {
	color: white; 
}

button.et_pb_contact_submit.et_pb_button {
	background: white; 
	color: #002e43; 
}