@font-face {
	font-family: 'Proxima Nova Regular';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/ProximaNovaCond-Reg-webfont.woff') format('woff');
}
body{
	padding:0;
	margin:0;
	font-family: 'Proxima Nova Regular';
}
#wrapper {
	background: #173b6b top center no-repeat;
	height: 100%;
	position: relative;
	background-size: cover;
}
.header {
	width: 100%;
	padding: 0px 15px;
	font-size: 24px;
	color: #f0f0f0;
	height: 60px;
	display:table;
	vertical-align: middle;
	background-color: #037ea6;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(10%,#037ea6),color-stop(100%,#173b6b));
	background-image: -webkit-linear-gradient(#037ea6 10%,#173b6b 100%);
	background-image: -moz-linear-gradient(#037ea6 10%,#173b6b 100%);
	background-image: -o-linear-gradient(#037ea6 10%,#173b6b 100%);
	background-image: linear-gradient(#037ea6 10%,#173b6b 100%);
	line-height: 60px;
	border: 0;
	-webkit-box-shadow: 0 7px 7px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 7px 7px 0 rgba(0,0,0,0.1);
	box-shadow: 0 7px 7px 0 rgba(0,0,0,0.1);
	position: fixed;
	margin: 0;
	z-index: 99;
}
.header  a{
	display:table-cell;
	vertical-align:middle;
}
.home{
	width:100%;
	position: absolute;
	top: 55%;
	transform: translate(0,-55%);
	background-image: linear-gradient(to right,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.2));
}
.content{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #2d2d2d;
	padding: 100px 20px;
}
.sei-dark-green {
    color: #00692d;
}
.msg-wrapper i, .msg-wrapper span.fa {
    font-size: 24px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}