* {
	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 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.3;
	background:#e1e8ec;
	color: #000;
	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 {
	color: #fbba00;
}

/* .footer h3,
.important {
	color: #ebebeb;
} */

b, strong {
    font-weight: 600;
}
.main {
	margin: 0 auto;
	width: 760px;

	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;

}
.content_shadow {
    -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: 0 40px 20px 60px;
}
.content {
	padding: 20px 60px 30px 60px;
	background: #fff;
}
.box_left {
    float: left;
}
.box_right {
    float: right;
}
.footer {
	padding: 30px 60px;
	background: #fbba00;
/* 	color: #fff; */
}
.footer a {
    color: inherit;
}
.footer_left {
	float: left;
	width: 40%;
}
.footer_right {
	float: right;
	width: 58%;	
}
p,
ul {
	padding: 0px 0px 20px 0px;
}
h1 {
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0px 0px 30px 0px;
}
.h1_small{
    font-size: 20px;
}
h3 {
	font-weight: 500;
	font-size: 25px;
	padding: 0px 0px 10px 0px;
}
.footer h3 {
    color: #000;
}
ul  {
    padding-left: 14px;
    list-style-type: none;
}
li  {
    padding: 0 0 0px 5px;
	position: relative;
}
li:before {
    content: '\00a0';
    position: absolute;
    width: 5px;
    height: 5px;
    left: -12px;
    top: 8px;
    background-color: #fbba00;
    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: 60px 0px 25px 0px;
}
.apply_btn {
	-webkit-border-radius: 23;
	-moz-border-radius: 23;
	border-radius: 23px;

	font-size: 15px;
	background: #dde1e4;
	padding: 10px 50px 10px 50px;
	text-decoration: none;
	font-weight: 600;
	text-align: center;
}
.apply a {
	color: #000 !important;
}
.apply_btn:hover {
	background: #fff;
	text-decoration: none;
}
@media only screen and (max-width:760px) {
    * {
    	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 !important;
    	width: 100% !important;
    }
    .footer_left {
    	padding: 0 0 15px 0;
    }
    .nonmobile  {
        display: none;
    }
}