* {
	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 {
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
	font: 16px 'PT Sans', sans-serif;
	font-weight: 300;
	line-height: 1.3;
	background:#fff;
	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;
}
.important {
	color: #0e4096;
}
.main {
	margin: 25px auto;
	width: 650px;
	background: #fff;
	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 2px solid #0e4096;
}
.logo {
	padding: 30px 30px;
}
.content {
	padding: 10px 25px;
    background: #f6f6f6;
}
.box_left {
    float: left;
    width: 48%;
}
.box_right {
    float: right;
    width: 48%;
}
.footer {
	font-size: 14px;
	font-weight: 400;
	background: #000 url(../images/bg_footer_8150daa9e0.png) no-repeat left top;
	height: 72px;
	color: #fff;
	padding: 8px 20px 10px 150px ;
	line-height: 1.0;
}
.footer_left {
	float: left;
}
.footer_right {
	float: right;
	padding-top: 5px;
}
p {
    text-align: justify;
}

.h1 {
	font-size: 22px;
	background: #000000 url(../images/bg_h1_6f3d1ee201.png) no-repeat left top;
	height: 68px;
	color: #fff;
	padding: 10px 10px 0px 160px ;
	line-height: 1.1;
}
.h1 b {
    font-weight: 600;
}
.h1_small{
    font-size: 16px;
}
h2 {
    background: #0e4096;
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    
}
h3 {
	font-weight: 600;
	font-size: 16px;
	padding: 0px 0px 4px 0px;
	color: #e5051a;
}
ul  {
    padding: 0px 0px 15px 12px;
    list-style-type: none;
}
li  {
    padding: 0 0 0px 5px;
	position: relative;
}
li:before {
    content: ' 	\0025BA';
    position: absolute;
    color: #e6061a;
    font-size: 13px;
    left: -14px;
    top: 1px;
}

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 {
	text-align: center;
	padding: 30px 0px 45px 0px;
}
.apply_btn {
	-webkit-border-radius: 13;
	-moz-border-radius: 13;
	border-radius: 13px;
	color: #ffffff;
	font-size: 16px;
	background: #0e4096;
	padding: 10px 30px 10px 30px;
	text-decoration: none;
	font-weight: 400;
	text-align: center;
}
.apply_btn:hover {
	background: #fff;
	color: #0e4096;
	border: 1px solid #0e4096;
	text-decoration: none;
}
.mobile_only {
    display: none;
}
@media only screen and (max-width:650px) {
    * {
    	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;
    }
    .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;
    }
    .h1, .footer {
        height: auto;
        background-image: none;
        padding: 5%;
    }
    .mobile_only {
        display: block;
    }
}