* {
	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 'FuturaPTWebBook', sans-serif;
	font-weight: 400;
	line-height: 1.3;
	background:#fff;
	color: #7d7d7d;
	padding: 25px 0 25px 0;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
}
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,
a,
.important {
	color: #006ab3;
}
b, strong, h2 {
    font-weight: 400;
    font-family: FuturaPTWebDemi;
}
.main {
	margin: 0 auto;
	width: 900px;
	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);
}
.logo {
	padding: 30px 50px;
}
.content {
	padding: 30px 50px;

}
.grey {
    background: #f5f5f5;
}
.box_left {
    float: left;
    width: 48%;
}
.box_right {
    float: right;
    width: 48%;
}
.footer {
	padding: 30px 50px;
	background: #006ab3;
	color: #fff;
}
.footer a {
    color: inherit;
}
.footer_left {
	float: left;
}
.footer_right {
	float: right;
}
p,
ul {
	padding: 0px 0px 20px 0px;
}
h1 {
	font-size: 65px;
	font-weight: 400;
	font-family: Brisa W01 Regular;
	text-align: center;
}
.h1_small{
    font-size: 26px;
    color: #7d7d7d;
    text-transform: uppercase;
    font-family: FuturaPTWebBook;
}
h2 {
    font-size: 20px;
    padding-bottom: 10px;
}
h3 {
	font-weight: 400;
	font-family: Futura PT W01 Bold;
	font-size: 30px;
	padding: 0px 0px 5px 0px;
	text-transform: uppercase;
}
ul  {
    padding-left: 14px;
    list-style-type: none;
}
ul:last-child {
    padding-bottom: 0;
}
li  {
    padding: 0 0 0px 5px;
	position: relative;
}
li:before {
    content: '\00a0';
    position: absolute;
    width: 6px;
    height: 6px;
    left: -12px;
    top: 9px;
    background-color: #7d7d7d;
    border-radius: 4px;
}

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: #006ab3;
	padding: 10px 30px 10px 30px;
	text-decoration: none;
	font-weight: 400;
	text-align: center;
}
.apply_btn:hover {
	background: #fff;
	color: #006ab3;
	border: 1px solid #006ab3;
	text-decoration: none;
}


ul.benefits {
	color: inherit;
	position: relative;
	padding: 20px 10px 0 10px;
	text-align: center;
}
ul.benefits li {
 	display: inline-block; 
	width: 250px;
	padding: 0;
	margin: 0 0 30px 0;
	vertical-align: top;
}
ul.benefits li img {
/* 	display: inline-block; */
	height: 70px;
	vertical-align: top;
	margin: 5px 10px 15px 0;
}
ul.benefits li:before {
	display: none;
}
ul.benefits li span {
	display: inline-block;
	width: 250px;
	margin: 2px 0 0 0;
}

@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;
    }
    
	ul.benefits li {
		width: 100%;
		margin: 0 0 30px 0;
	}
	ul.benefits li img {
	}
	ul.benefits li span {
		width: 60%;
	}    
}