<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wrapper.homepage{
	border-top-width: 0;
}

#wrapper.homepage &gt; 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 &gt; header{
	padding: 0 20px;
}

.home-banner &gt; section{
	margin-top: 60px;
}

.clear-float:before, .clear-float:after {
	content: " ";
	display: table;
	clear: both;
}

.home-banner &gt; header h2{
	font-weight: 100;
	text-align: center;
	font-size: 75px;
	text-transform: none;
	margin-bottom: 40px;
}

.home-banner &gt; header small{
	font-size: 24px;
	font-weight: 100;
	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 &gt; 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;
		}
}
.log-in-hero{
	background-image: url(../common/log-in-hero.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    height: 460px;
    width: 100%;
    margin: 0px auto;
    position: relative;
}
.hero-login-form{
	width: 100%;
	min-height: 380px;
	padding: 30px;
	margin: 20px auto;
	background: #fff;
}
.hero-login-form .form-group{
	padding: 0px;
	margin-bottom: 15px;
}
.hero-login-form label{
	color: #645f5f;
}
.hero-login-form .text-input{
	width: 100%;
    height: 40px;
	border: 1px solid #BBBDC0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input.text-input:focus {
	 border: 2px solid  #1C88C7;
}
.hero-login-form .button.mainly{
	display: block;
	width: 100%;
    height: 40px;
    padding: 0px;
    line-height: 40px;
}
.hero-login-form a{
}
.hero-login-form .fcheckbox.fchecked{
	background-color: #1c88c7;
}
.hero-login-form .hero-register{
    border-top: 1px solid #cfcfd1;
    padding-top: 15px;
}
.hero-login-desc{
	position: absolute;
	top: 50%;
	margin-top: -84px;
    height: 168px;
    padding: 20px;
    color: #fff;
}
.hero-login-desc h1{
	color: #fff;
    font-size: 40px;
}
.hero-login-desc p{
	padding-right: 40px;
    margin-top: 10px;
	color: #fff;
}
.hero-login-desc .m-icons.m-icon-arrow-right:before{
	content: '\E315';
}
.hero-learn-more{
	position: relative;
	display: block;
	margin-top: 10px;
	color: #fff;
}
.hero-learn-more .m-icons{
	position: absolute;
	top: 50%;
    margin-top: -14px;
    font-size: 28px;
}
.hero-login-content{
	min-height: 420px;
}
</pre></body></html>