#wrapper.homepage{
	border-top-width: 0;
}

#wrapper.homepage > header{
	margin-top: 0;
	background: #00446b;
}

.js-jobboard-cancle {
	font-size:20px;
	text-decoration:underline;
}
.img{
	display: block;
}
.home-banner{
	margin-top: 80px;
}

.home-banner > header{
	padding: 0 20px;
}

.home-banner > section{
	margin-top: 60px;
}

.clear-float:before, .clear-float:after {
	content: " ";
	display: table;
	clear: both;
}

.home-banner > header h2{
	font-family: ProximaNovaT-Thin, Sans-Serif;
	text-align: center;
	font-size: 75px;
	text-transform: none;
	margin-bottom: 40px;
}

.home-banner > header small{
	font-size: 24px;
	font-family: ProximaNovaT-Thin, Sans-Serif;
	line-height: 28px;
}

.banner-item{
	position: relative;
}

.banner-item + .banner-item{
	margin-top: 20px;
}

.banner-item .txt-abs{
	position: absolute;
}

.banner-item .txt-rel{
	margin-top: 20px;
	background: #9E9D9B;
	padding: 25px;
	line-height: 25px;
	text-align: center;
}

.banner-item .f-top{
	width: 100%;
	top: 0;
}

.banner-item .f-top1{
	padding-right: 50px;
}

.banner-item .f-top2{
	background: #00446b;
}
.banner-item .f-top2 a.fc-white:focus,
.banner-item .f-top2 a.fc-white:hover{
	color: #36BAE2;
}

.banner-item .f-right{
	width: 50%;
	height: 100%;
	right: 0; 
	top: 0;
	background: #FFF;
	padding-left: 10px;
}

.banner-item .f-right1{
	width: 50%;
	height: 100%;
	right: 0; 
	top: 0;
	background: #36bae1;
	padding: 30px 10px;
}

.banner-item .f-bottom{
	width: 100%;
	bottom: 0;
	left: 0;
	background: #36BAE1;
	padding: 10px;
}

.banner-item .f-bottom1{
	padding: 20px 10px;
}

.banner-item .f-bottom2{
	background: #00446b;
}
.banner-item .f-bottom2 a.fc-white:focus,
.banner-item .f-bottom2 a.fc-white:hover{
	color: #36BAE2;
}

.banner-item .f-bottom3{
	background: #92bc02;
	padding: 5px 10px;
}

.vl-top{
	margin-top: -8px;
}

.mt-15{
	margin-top: 15px;
}

.mt-10{
	margin-top: 10px;
}

.p-15{
	padding: 15px;
}

.pt-10{
	padding-top: 10px;
}

.ph-15{
	padding: 15px 0;
}

.home-hr{
	margin: 0 -10px;
	margin-top: 80px;
	height: 2px;
}
.notes a.small.arrow:after{
	top:-1px;
}
a.blue-arrow{
	position: relative;
    padding-right: 25px;
	padding-top:5px;
}
a.blue-arrow.small{
	padding-top:0;
}
.viewall a.blue-arrow:after{
	top:5px;
}

@media (max-width: 1023px) and (min-width: 0px) {
	#wrapper.homepage > header {
		margin-top: 0;
		background-color: #00446b;
	}
}
#js-header-password,#js-header-email{
		line-height: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
		#js-header-password,#js-header-email{
			line-height: 30px;
		}
}


