
* {
	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;
}
h1, h2, h3, .no_hyphens {
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    -moz-hyphens: manual;
}
body {
	font: 15px Arial, Helvetica, sans-serif;
	line-height: 1.5;
	background: #fff;
	color: #002f6a;
}
a   {
	text-decoration: none;
	color: inherit;
}
h1,
h3, h6,
a:hover,
.important {
	color: #002f6a;
}
.main {
	margin: 25px 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 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px 10px rgba(0,0,0,0.2);
}
.head {
	padding: 20px 60px;
	border-bottom: 35px solid #002f6a;
}
.content {
	padding: 40px 60px;
}
.head img {
    width: 55%;
}
p,
ul {
	padding: 0px 0px 20px 0px;
}
h1 {
    margin-bottom: 10px;
    font-size: 32px;               /*  32px; */
    font-weight: 700;
    line-height: 1.2;
}
.h1_small{
    font-size: 18px;
}
h6  {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 400;
}
h3, h3 b {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
}
ul  {
    padding-left: 45px;
    list-style-type: none;
}
ul ul  {
    padding-bottom: 5px;
    list-style-type: none;
}
li  {
    padding: 0 0 8px 5px;
	position: relative;
}
li:last-child  {
    padding: 0 0 0px 5px;
}
li:before {
    content: '\00a0';
    position: absolute;
    width: 5px;
    height: 5px;
    left: -12px;
    top: 8px;
    background-color: #002f6a;
    border-radius: 4px;
}
hr {
    margin-bottom: 40px;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid rgba(0,0,0,.1);
}
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;
    margin: 20px 0;
}
.apply a {
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	color: #ffffff;
	font-size: 18px;
	background: #002f6a;
	padding: 15px 35px;
	text-decoration: none;
	font-weight: 600;
	text-align: center;
}
.apply a:hover {
	background: #444;
	color: #ffffff;
}
img {
  	max-width: 100%;
  	height: auto;
}
@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 {
    	margin: 0 auto;
        width: 100%;
    }
    body {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    .content,
    .head {
    	padding: 5%;
     }
    body {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    .nonmobile  {
        display: none;
    }
}
