* {
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-font-variant-ligatures:no-common-ligatures;
	font-variant-ligatures:no-common-ligatures;
}
body {
	font: 19px 'The Sans', sans-serif;
	font-weight: 400;
	line-height: 1.3;
	background:#f6f8f9;
	color: #000;
	padding: 25px 0 25px 0;
}

a   {
	text-decoration: none;
/* 	color: inherit; */
}
a:hover {
    color: #00448a;
}

a,
.important {
	color: #ef7f01;
}
b, strong {
    font-weight: 700;
}
.main {
	margin: 0 auto;
	width: 800px;
	background: #fff;
	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
}
.head {
    position: relative;
}
.logo {
	padding: 25px 45px 20px 50px;
	position: absolute;
	z-index: 1;
	bottom: 30px;
	left: 0;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
}
.content {
	padding: 30px 50px;

}
.blue {
    background: #00448a;
    color: #fff;
}
.blue h3 {
    color: #fff;
}
.slider {
    position: relative;
    z-index: 0;
}
.box_left {
    float: left;
    width: 65%;

}
.box_right {
    float: right;
    width: 35%;
}
.footer {
	padding: 40px 50px;
	background: #3d3d3d;
	color: #fff;
	font-size: 17px;
}
.footer a {
    color: inherit;
}
.footer_left {
	float: left;
	text-align: right;
	width: 48%;
	margin-right: 4%;
}
.footer_right {
	float: left;
	width: 48%;
	padding-top: 5px;
}
.url {
	padding: 10px 50px;
	background: #000000;
	color: #fff;
	text-align: center;
}
.url a:hover {
    text-decoration: none;
    color: #fff;
}
p,
ul {
	padding: 0px 0px 30px 0px;
}
.h1 {
	font-size: 32px;
	font-weight: 700;
	padding: 25px 30px 25px 50px;
    background: #00448a;
    color: #fff;
}
.h1_small{
    font-size: 20px;
    font-weight: 400;
}
.h1 p {
    padding-bottom: 12px;
}
h3 {
	font-weight: 600;
	font-size: 25px;
	padding: 15px 0px 15px 0px;
	color: #00448a;
	position: relative;
}
h3:before {
    content: url(../images/h3_before_ec7fed5b41.png);
    position: absolute;
    width: 8px;
    height: 8px;
    left: 1px;
    top: 0px;
}
.blue h3:before {
    content: url(../images/h3_benefits_before_3213995a0c.png);
}
ul  {
    padding-left: 14px;
    list-style-type: none;
}
li  {
    padding: 0 0 5px 5px;
	position: relative;
}
li:before {
    content: '\00a0';
    position: absolute;
    width: 7px;
    height: 7px;
    left: -12px;
    top: 8px;
    background-color: #ef7f01;
}

div.breaker {
  clear: both;
  overflow: hidden;
}
img {
  	border: none;
  	max-width: 100%;
  	height: auto;
}
sup, sub {
    line-height: 100%;
}
img.animate-images {
	opacity: 0;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	position: absolute;
	right: 0;
}
.apply {
	padding: 0px 0px 40px 0px;
}
.apply_btn {
	color: #ffffff;
	font-size: 16px;
	background: #ef7f01;
	padding: 8px 0px 0px 0px;
	height: 38px;
	display: inline-block;
	text-decoration: none;
	font-weight: 600;
	text-align: center;
	position: relative;
	width: 210px;

}
.apply_btn:after {
    content: url(../images/button_before_afd2b1901b.png);  
    position: absolute;
    top: 0;
    right: -44px;  
}
.apply_btn:hover {
	background: #00448a;
	text-decoration: none;
	color: #fff;
}
.apply_btn:hover:after {
    content: url(../images/button_before_hover_b0cccdbd31.png);
    position: absolute;
    top: 0;
    right: -44px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
/*     padding-top: 30px; */
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width:800px) {
    * {
    	padding: 0;
    	margin: 0;
    	-moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .main {
    	margin: 0 auto;
        width: 100%;
        border: none;
    }
    body {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        padding: 0;
    }
    .content,
    .logo, .h1,
    .footer {
    	padding: 3% 5%;
     }
    .box_left,
    .box_right,
    .footer_left,
    .footer_right {
    	float: none;
    	width: 100%;
    }
    .footer_left {
    	padding: 0 0 25px 0;
    	text-align: center;
    }
    .footer_right {
    	padding: 0 0 15px 0;
    	text-align: center;
    }
    .nonmobile  {
        display: none;
    }
}