* {
	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: 21px 'National', sans-serif;
	font-weight: 300;
	line-height: 1.3;
	background:#e8e7e1;
	color: #323232;
	padding: 25px 0 25px 0;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
	color: #000;
}
h1, h2, h3, .no_hyphens {
    hyphens: manual;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    -moz-hyphens: manual;
}
a   {
	text-decoration: none;
/* 	color: inherit; */
}
a:hover {
    text-decoration: underline;
}
h1,
h3,
a,
.important {
	color: #001389;
}
.main {
	margin: 0 auto;
	width: 800px;
	background: #fff;
	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
/*     border: 1px solid #001389; */
    -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);
}
.logo {
	padding: 25px 60px;
}
.content {
	padding: 30px 60px 10px 60px;

}
.box_left {
    float: left;
    width: 48%;
}
.box_right {
    float: right;
    width: 48%;
}
.footer {
	padding: 30px 60px;
	background: #0070ce;
	color: #fff;
}
.footer a {
    color: #fff;
}
.footer_left {
	float: left;
}
.footer_right {
	float: right;
}
.slider-wrap {
    border-bottom: 8px solid #bbd009;
    
}
p,
ul {
	padding: 0px 0px 25px 0px;
}
h1 {
	font-size: 36px;
	font-weight: 700;
	padding-bottom: 15px;
	line-height: 1.2;
	margin-bottom: 30px;
	border-bottom: 1px solid #001389;
}
.h1_small{
    font-size: 20px;
}
h3 {
	font-weight: 400;
	font-size: 30px;
	padding: 0px 0px 15px 0px;
}
ul  {
    padding-left: 14px;
    list-style-type: none;
}
li  {
    padding: 0 0 5px 15px;
	position: relative;
}
li:before {
    content: url(../images/li_c723e1ecf7.png);
    position: absolute;
    left: -12px;
    top: 9px;
}

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;
}
b, strong {
    font-weight: 600;
}
.apply {
	padding: 20px 0px 45px 0px;
}
.apply_btn {
	font-size: 20px;
	background: #001389;
	color: #fff;	

	padding: 10px 30px 15px 30px;
	text-decoration: none;
	font-weight: 700;
	text-align: center;
}
.apply_btn:hover {
	background: #bbd009;

	text-decoration: none;
}
.smaller {
    font-size: 17px;
}
.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,
    .footer {
    	padding: 5%;
     }
    .box_left,
    .box_right,
    .footer_left,
    .footer_right {
    	float: none;
    	width: 100%;
    }
    .footer_left {
    	padding: 0 0 15px 0;
    }
    .nonmobile  {
        display: none;
    }
    
  
}