/* HTML */
body {
    overflow-x: hidden;
	color: #000;
	background: #DDDFFF;
	font-size: 16px;
	font-family: Arial;
}
p {
    font-size: 16px;
    line-height: 24px;
}
a, a:hover, a:focus, a:active, a.active {outline: 0;}
a:hover{text-decoration: underline;}

/* Classes */
.error{border: 1px solid #ff0000;}
.topLink {
    background: #0a0087;
    bottom: 20px;
    color: #fff;
    display: none;
    font-size: 16px;
	font-weight: bold;
    padding: 10px 20px;
    position: fixed;
	border: 1px solid #fff;
    right: 0;
    text-transform: uppercase;
    z-index: 1000;
}
.topLink:hover{
	color: #fff !important;
	text-decoration: none !important;
}
.topLink span{
	display: inline-block;
	margin-left: 5px;
	font-size: 14px;
}
.toTop{cursor: pointer;}

/* Header */
header {
    color: #000;
	background: url(../img/teaser.jpg) no-repeat;
	min-height: 367px;
	display: block;
	position: relative;
}
header .intro-text {
	font-size: 26px;
	color: #fff;
	position: absolute;
	right: 150px;
	top: 100px;
	width: 555px;
	padding: 15px 20px;
	background: url(../img/trans_blue.png);
}
header .intro-text small{
	font-style: italic;
	display: block;
	font-size: 16px;
}

/* Navigation */
.navbar-container{
	width: 1400px; 
	position: relative; 
	margin: 0 auto;
}
.navbar-fixed-bottom, .navbar-fixed-top {
	left: auto;
	right: auto;
}
.navbar-default {
    border-top: #0A0087 solid 10px;
	border-bottom: 0 none;
    background-color: #fff;
	margin-bottom: 0;
	width: 1400px;
	min-height: 170px;
	padding: 0 50px;
}
.navbar-right {margin-right: 0;}
.navbar-default .logo{
	display: inline-block; 
	margin-top: 50px;
}
.navbar-default .logo img{display: inline-block;}
.navbar-default .navbar-collapse {width: 100%;}
.navbar-default .navbar-toggle {
    border-color: #0a0087;
    background-color: #0a0087;
	color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {background-color: #fff;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color: #0a0087;
	text-decoration: none;
	color: #fff;
}
.navbar-default .nav li a:hover{	
	color: #fff;
	background-color: #0a0087;
}
.navbar-default .row{position: relative;}
.navbar-default .navigation-col{
	position: absolute;
	bottom: 0;
	right: 0;
}
.navbar-default .nav li a {
    font-weight: 400;
	font-size: 17px;
    color: #000;
}
.navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}
.navbar-default .navbar-nav > .active > a{
    background-color: #0a0087 !important;
    color: #fff !important;
}
.container{position: relative;}
.content-container{
	background:white;
	position: relative;
	padding: 0 50px 50px;
	margin: 0 auto;
	width: 1400px;
}

/* Section */
section{
	padding: 50px 0 0;
}
section h2.section-heading {
    margin-top: 0;
	color: #0564D7;
    margin-bottom: 15px;
    font-size: 26px;
	margin-bottom: 15px;
	font-weight: bold;
}
section h2.section-heading#welcome{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #0564D7;
}
section p{
	font-size: 16px;
	color: #131313;
}
section ul{
	list-style: none;
	font-size: 16px;
}
section ul li{
	margin-top: 30px;
	min-height: 30px;
}

section .blue-box{
	background: #DCE4EF;
	padding: 26px 50px;
}
section .blue-box h3{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ADAFB1;
	display: inline-block;
}
section .blue-box a{
	color: #0080FF;
	text-decoration: underline;
}

/* Team */
section#joboffers #jobResults #jobsLoader,
section#team #teamResults #teamLoader{
	display: block;
	width: 64px;
	height: 64px;
	margin: 10px auto 0;
}
section#team #teamResults .teamMember{
	width: 200px;
	height: 200px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 10px;
}
section#team #teamResults .teamMember .teamInfo{
	font-size: 12px;
	position: absolute;
	text-align: center;
	padding: 5px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	display: none;
	background: url(../img/trans_white.png);
}
section#team #teamResults .teamMember:hover .teamInfo{
	display: block;
}
section#team #teamResults .teamPlaceholder{
	width: 200px;
	height: 200px;
	background-color: #D0DBEA;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 10px;
}
section .job-header, section .team-header{
	background: #0A0087;
	color: #fff;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
section .job-row, section .team-row{
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
section .job-row a, section .team-row a{
	text-decoration: none;
	color: #000;
}

/* Jobs */
section .row.tr0, section .row.tr0 .job-row, section .row.tr0 .team-row{background: #DCE4EF;}
section .row.tr1, section .row.tr1 .job-row, section .row.tr1 .team-row{background: #F3F6FA;}
section .apply-online-container{
	background: #0080FF;
	font-weight: bold;
	font-size: 30px;
	color: #fff;
	display: block;
	position: relative;
	padding: 20px 0;
	text-align: center;
	cursor: pointer;
}
section .apply-online-container a{color: #fff;}
section .apply-online-container:hover a{text-decoration: underline;}
section .apply-online-container img{
	position: absolute;
	top: 10px;
}
section .apply-online-container img.img-left{left: 10px;}
section .apply-online-container img.img-right{right: 10px;}

section#team .team-row img{
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}
section#contact .contact-box{
	min-height: 514px;
	padding: 35px 50px 50px;
}

/* Form */
section#contact  .btn-send-contact{
	padding: 15px 115px;
	font-size: 24px;
	font-weight: bold;
	box-sizing: border-box;
}

section#applicationonline  #application-form{margin-top: 20px;}

section#applicationonline  .btn-send-application{
	padding: 15px 115px;
	font-size: 24px;
	font-weight: bold;
	box-sizing: border-box;
	width: 100%;
}


/* Footer */
.footer-container{
	width: 1400px;
	position: relative;
	margin: 0 auto;
}
footer {
	background: #0A0087;
	color: #fff;
	font-size: 12px;
	padding: 20px 50px;
	height: 50px;
	box-sizing: border-box;
}
footer span.copyright {
	color: #fff;
	display: block;
}
footer ul.footer-links {text-align: right;}
footer a{
	color: #fff; 
	text-decoration: underline;
}
footer ul.footer-links #sep{color: #fff;}

/* Smartphones */
@media (max-width:767px){
	.navbar-container, .navbar-default,.content-container, .footer-container{width: 100%;}
	.navbar-default {
		padding: 0 10px;
		min-height: 0;
	}
	.navbar-toggle {
		margin-bottom: 0px;
		margin-top: -45px;
	}
	.navbar-default .logo {
		margin-top: 20px;
		text-align: left;
		display: block;
	}
	.content-container{padding: 0 10px 10px;}
	.navbar-fixed-bottom, .navbar-fixed-top {
		left:0;
		right:0;
	}
	.navbar-default .navigation-col {
		bottom: auto;
		position: relative;
		right: auto;
	}
	section {
		padding: 20px 0 0;
	}
	section .blue-box{
		padding: 5px 10px;
	}
	section .apply-online-container{
		font-size: 22px;
		padding: 10px 0;
	}
	section .row.tr0, section .row.tr1{
		margin-bottom: 10px;
	}
	section .apply-online-container img.img-left, section .apply-online-container img.img-right {display: none;}
	section#team  .team-row{text-align: center;}
	section#team #teamResults .teamMember .teamInfo{display: block !important;}
	section#contact .contact-box{
		min-height: 0;
		padding: 10px;
		margin-bottom: 20px;
	}
	section#contact  .btn-send-contact{
		padding: 10px 0;
		width: 100%;
	}
	footer{
		padding: 20px 10px 10px;
		height: auto;
	}
	footer span.copyright {
		text-align: center;
	}
	footer ul.footer-links {
		text-align: center;
		margin-top: 10px;
	}
}

@media (min-width:768px)and (max-width:1399px){
	.topLink {
		bottom:50px;
		font-size: 14px;
		padding: 10px;
	}
	.navbar-container, .navbar-default,.content-container, .footer-container{width: 100%;}
	.navbar-default {padding: 0 20px;}
	.content-container{padding: 0 20px 20px;}
	section#contact  .btn-send-contact{
		padding: 10px 0;
		width: 100%;
	}
}

/* Tablets */
@media (min-width:768px)and (max-width:991px){
	section#team #teamResults .teamMember .teamInfo{display: block !important;}
	.navbar-default .nav li a {font-size: 12px;}
	header .intro-text {
		top: auto;
		right: 50px;
		left: 50px;
		top: 50px;
		width: auto;
		height: auto;
	}
	section .blue-box{
		padding: 15px 25px;
	}
	section#contact .contact-box{
		min-height: 560px;
		padding: 20px 25px 25px;
	}
	section#contact  .btn-send-contact{
		padding: 10px 0;
		width: 100%;
	}
}

@media (min-width:992px)and (max-width:1399px){
	.navbar-container{
		position: relative;
		margin: 0 auto;
	}

	header .intro-text {
		top: auto;
		right: 100px;
		left: 100px;
		bottom: 50px;
		width: auto;
		height: auto;
	}
	footer {padding: 20px;}
} 