@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp;subset=latin-ext');


header.header-site {
	height: 110px;
	min-height: 110px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header.header-site div.information,
header.header-site div.information div.contact,
header.header-site div.information div.contact a {
	display: flex;
	align-items: center;
}
header.header-site div.information div.contact a:last-of-type {
	margin-left: 35px;
}
header.header-site div.information div.contact a p {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 16px;
}
header.header-site div.information div.contact a:hover {
	text-decoration: none;
}
header.header-site div.language {
	margin-left: 40px;
}


nav {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
nav div.container {
	height: 64px;
	min-height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
}


section.recruitment {
	padding: 91px 0;
}
section.recruitment > .h1, section.recruitment > h1 {
	color: #333;
	font-size: 36px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 44px;
}
section.recruitment > .h2, section.recruitment > h2 {
	color: #21a1dc;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 30px;
}
section.recruitment > p {
	color: #333;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
}


section.application {
	background-color: #21a1dc;
	padding: 60px 0;
}
section.application div.container {
	display: flex;
	flex-direction: column;
}
section.application div.content > .h1, section.application div.content > h1 {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
}
section.application div.content > .h2, section.application div.content > h2 {
	color: #fff;
	font-size: 26px;
	font-weight: 300;
}
section.application form {
	margin-top: 20px;
}
section.application form div.fields {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}
section.application form div.fields div.field {
	width: calc(33% - 20px);
	display: flex;
	flex-direction: column;
	margin: 20px 10px 0 10px;
	position: relative;
}
section.application form div.fields div.field:first-of-type {
	width: calc(33% - 10px);
	margin-left: 0;
}
section.application form div.fields div.field:last-of-type {
	width: calc(33% - 10px);
	margin-right: 0;
}
section.application form div.fields div.field label {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-left: 8px;
}
section.application form div.fields div.field label.error,
section.application form div.reg > label.error {
	position: absolute;
	top: -15px;
	font-size: 12px;
}
section.application form div.fields div.field input,
section.application form div.fields div.field select {
	width: calc(100% - 32px);
	color: #333;
	font-size: 14px;
	font-weight: normal;
	padding: 12px 16px;
	border: 0;
	background-color: #fff;
}
section.application form div.fields div.field select {
	width: 100%;
	padding: 11px 16px;
}
section.application form div.reg {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	position: relative;
}
section.application form div.reg > input[type="checkbox"] {
	width: 13px;
	height: 13px;
	margin-top: 2px;
}
section.application form div.reg > label {
	width: calc(100% - 20px);
	color: #f2f2f2;
	font-size: 12px;
	font-weight: normal;
}
section.application form div.submit {
	display: flex;
	justify-content: flex-end;
}
section.application form div.submit input[type="submit"] {
	color: #333;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #fff;
	padding: 12px 18px;
	margin: 25px 0 0 10px;
	border: 0;
}


section.jobs {
	background-color: #f5f5f5;
	padding: 100px 0;
}
section.jobs div.container > .h1, section.jobs div.container > h1 {
	color: #333;
	font-size: 36px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 25px;
}
section.jobs div.container > .h1 strong, section.jobs div.container > h1 strong {
	color: #21a1dc;
	font-weight: bold;
}
section.jobs div.jobs {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
section.jobs div.jobs div.job {
	width: 315px;
	display: flex;
	flex-direction: column;
	margin: 25px 25px 0 25px;
}
section.jobs div.jobs div.job a {
	height: 100%;
	padding: 25px;
	background-color: #fff;	
}
section.jobs div.jobs div.job a:hover {
	text-decoration: none;
	background-color: #f9f9f9;
}
section.jobs div.jobs div.job a .h2,
section.jobs div.jobs div.job a h2 {
	min-height: 78px;
	color: #333;
	font-size: 20px;
	font-weight: normal;
	line-height: 26px;
	text-transform: uppercase;
}
section.jobs div.jobs div.job a p {
	color: #333;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	padding-top: 14px;
}


footer div.container,
footer div.content div.social ul {
	display: flex;
	align-items: center;
}
footer div.container:first-of-type {
	justify-content: space-between;
	padding: 70px 0;
}
footer div.content div.social > .h1,
footer div.content div.social > h1 {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 25px;
}
footer div.content div.social ul li {
	margin-right: 10px;
}
footer div.container:last-of-type {
	border-top: 1px solid #eee;
	padding: 35px 0;
	text-align: center;
}
footer div.container:last-of-type p {
	width: 100%;
	color: #919191;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
#w-p {
	max-height: 13px;
	margin-top: -3px;
}


div.main-content div.container {
	padding: 80px 0;
}
.h1.contentheading,
.h1.contentheading a,
.h1.componentheading,
.h2.contentheading a,
h1.contentheading,
h1.contentheading a,
h1.componentheading,
h2.contentheading a {
    color: #333 !important;
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 44px;
    margin-bottom: 28px;
}
.h2.contentheading a, h2.contentheading a {
	font-size: 26px;
	line-height: 31px;
}
.h2.contentheading a:hover, h2.contentheading a:hover {
	color: #21a1dc !important;
}
article.text-article p {
    color: #333;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}
article.text-article p.application-now {
	display: table;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #eee;
	border-radius: 3px;
	padding: 10px 20px;
	margin: 0 auto;
	cursor: pointer;
}
section.blog .article_row:not(:last-of-type) {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eee;
}
section.blog .article_row article.text-article p:first-of-type {
	margin-top: 15px;
}