section[class*="section-"]:nth-child(2n){background-color:#F3FBFF;}
section.content{
	padding:4em 0;
	text-align: center;
}

section.content h2{
	font-size:3.25em;
	margin-bottom:45px;
}
section.content p {
	color:#111;
	font-size:1.125em;
}
section.header{
	height:100vh;
	padding:0;
	background-repeat: no-repeat;
	background-size: cover;
}
section.header *{color:#fff !important;}
section.header > div.row{max-width:1100px;}
section.header h2{
	font-size:4em;
	font-weight:600;
	margin-bottom:70px;
}
section.header nav .col{
	max-width: 360px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-right: 2em;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
section.header nav .col img{margin-bottom:25px;}
section.header p{
	font-size:1.375em;
	line-height:28px;
}

section.intro{
	-webkit-box-flex:1;
	    -ms-flex:1 1 988px;
	        flex:1 1 988px;
	max-width:988px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align:center;
	color:#111;
	padding:0 1em;
	margin:0 auto 100px auto;
}

section.intro h2{
	font-size:3.875em !important;
	font-weight:800;
	max-width:800px;
	margin: 65px auto 65px;
}

section.intro h3{
	font-size:2.375em;
	font-weight:600;
}
section.intro p{
	font-size:1.125em;
	margin:2em 0;
}

section.content button{
	background:#009DFF;
	color:#fff;
	font-size:1.125em;
	font-weight:600;
	text-align: center;
	width:243px;
	height:55px;
	margin:2em auto 1em;
	border-radius: 4px;
}

section .available{
	font-size:12px;
	color:#111;
	font-weight:400;
	padding-top:18px;
}
p.info img{margin-right: 10px;}
p.info img,
p.info span{
	display: inline-block;
	vertical-align: middle;
}







section .text-content{margin:auto 0;width:100%;}
.page section .bottom_container h3{font-size:3.875em !important;margin-bottom:40px;font-weight:800;}




/****
CAREER
***/
.career section.header{background-image:url(../img/Background.jpg);}

.career h2{
	font-size:4.375em !important;
	line-height:92px;
	margin-top:2em !important;
}

.career section.header h2{
	font-size:6em !important;
	line-height: 100px;
	margin-top: auto !important;
}
.career section.header p{
	display: block;
	font-size: 1.75em !important;
	font-weight: 400;
	margin:40px auto 0px auto !important;
	line-height: 42px;
	max-width:90%;
}
.loading .careers-list-loader{
	display:block;
}
.loading.careers-list-loader{
	display:flex;
}
.careers-list-loader{
	display:none;
	width:100%;
	position:fixed;
	align-items:center;
	justify-content: center;
	height:100vh;
}
.career-container{
	border:1px solid #e2e2e2;
	margin:20px 0;
	display:flex;
	justify-content: space-between;
	align-items: center;
	box-sizing:border-box;
	padding:20px 50px;
	border-radius:5px;
	cursor:pointer;
	transform:translate3d(0, 0, 0);
	transition-duration:0.3s;
	min-height:120px;
}
.career-container:hover{
	transform:translate3d(2%, 0, 0);
}
.career-left{
	width:50%;
	text-align:left;
}
.career-tags{
	color:#059FFF;
}
.career-detail-title{
	font-weight:900;
	font-size:1.5em;
	margin: 0 0 10px 0;
}
.career-category{
	background-color:#5a5a5a;
	padding:10px 20px;
	border-radius: 4px;
	color:#FFFFFF;
	font-size:.75em;
	font-weight: 600;
}
.location, .job-location, .type, .job-tag{
	padding: 0 0 0 20px;
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
.type{
	background-image: url('../img/icons/clock.svg');
	margin:0 0 0 20px;
}
.location, .job-location{
	background-image: url('../img/icons/location.svg');
}


/*
Career details
*/

.content.job-detail{
	padding:80px 0 0 0;
	box-sizing:border-box;
	margin:0 0 100px 0;
}

.job-detail #targ{
}

.career-description-container{
	display:flex;
	align-items: stretch;
}

.career-description-left{
	width:50%;
	box-sizing:border-box;
	padding:100px 30px 0 80px;
	text-align:left;
	height:100%;
}
.career-left-sticky{
	position:sticky;
	top:100px;
}
.career-left-sticky .back{
	font-size:.75em;
	color:#000;
	font-weight:600;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 50px;
}
.career-left-sticky .back::before{
	content:url(../img/icons/arrow_left.svg);
	width:4px;
	height:6px;
	margin-right:5px;
}
.career-description-right{
	margin:100px auto 0 auto;
	padding:0 20px 100px 20px;
	width:45%;
	box-sizing:border-box;
	text-align:left;
}



.job-detail .job-title{
	font-size: 4.2em;
	font-weight: 700;
	line-height:1.2em;
	margin:0 0 30px 0;
}

.job-location{
	color:#000000;
	font-size:1.9em;
	font-weight: 600;
	background-size:0.7em;
	padding:0 0 0 30px;
	background-image: url('../img/icons/location-black.svg');
}

.career-description-title{
	font-size:1.25em;
  margin: 30px 0 30px 0;
}
.career-description-right div[class*=ayl]{
	font-size:1em;
	line-height:1.5;
	white-space: pre-wrap;
}
.job-apply{
	width:170px !important;
	margin-top:75px !important;
}
.job-tag {
	color:#059FFF;
	font-size:1em;
	padding: 0 0 0 20px;
	margin: 0 20px 0 0;
}
.career-description-tags{
	margin:20px 0 50px 0;
	line-height:4em;
}
.job-tag.job-tag-department{
	color:#FFFFFF;
	font-size: .75em;
	font-weight: 600;
	background-color:#5a5a5a;
	padding:10px 20px;
	border-radius: 4px;
}
.job-tag-location{
	background-image: url('../img/icons/location.svg');
}
.job-tag-contract{
	background-image: url('../img/icons/clock.svg');
}
.job-tag-date{
	background-image: url('../img/icons/calendar.svg');
}

.job-contact{
	color:#059FFF;
	margin-top: 40px;
	font-size: 1.5em;
}
