* {
	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: 16px Arial, sans-serif;
	font-weight: 300;
	line-height: 1.3;
	background:#f7f8f9;
	color: #666666;
	padding: 25px 0 25px 0;
}

a   {
	text-decoration: none;
/* 	color: inherit; */
}
a:hover {
    text-decoration: underline;
}
h3,
a,
.important {
	color: #103d61;
}
b, strong {
    font-weight: bold;
}
.main {
	margin: 0 auto;
	width: 780px;
	background: #fff;
	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
/*     border: 1px solid #103d61; */
-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: 30px 0px;
	margin: 0 auto;
	width: 780px;
	text-align: center;
}
.content {
	padding: 30px 50px;

}
.box_left {
    float: left;
    width: 48%;
}
.box_right {
    float: right;
    width: 48%;
}
.footer {
	padding: 30px 50px;
	background: #1f2225 url(../images/bg_footer_3e3cf0bdb6.png) no-repeat;
	color: #fff;
	border-bottom:4px solid #f9b233;
}
.footer a {
    color: inherit;
}
.footer_left {
	float: left;
	width: 48%;
}
.footer_right {
	float: left;
	width: 48%;	
}
p,
h1,
ul {
	padding: 0px 0px 20px 0px;
}
h1 {
	font-size: 30px;
	background: #223d67;
	color: #fff;
	padding: 15px 50px;
	text-align: center;
	font-weight: normal;
}
.h1_small{
    font-size: 20px;
}
h3 {
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 17px;
	padding: 0px 0px 5px 0px;
	color: #f9b233;
	text-transform: uppercase;
}
ul  {
    padding-left: 14px;
    list-style-type: none;
}
li  {
    padding: 0 0 0px 5px;
	position: relative;
}
li:before {
    content: '\00a0';
    position: absolute;
    width: 8px;
    height: 2px;
    left: -12px;
    top: 9px;
    background-color: #f9b233;

}

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: 18px 0px 68px 0px;
}
.apply_btn {
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 2px;
	background: #f9b233;
	padding: 15px 30px 15px 30px;
	text-decoration: none;
	font-weight: bold;
}
.apply_btn:hover {
	background: #223d67;
	text-decoration: none;
}
.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:740px) {
    * {
    	padding: 0;
    	margin: 0;
    	-moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .main, .logo {
    	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;
    }
}