* {
	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 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.3;
    background: #f7f7f7;
	color: #1d242d;
}
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;
}
h3,
a,
.important {
	color: #f6cd59;
}
.main {
	margin: 25px auto;
	width: 740px;
	background: #fff;
	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.logo {
	padding: 15px 50px 10px 50px;
	background: #262626;
	border-bottom: 1px solid #bfc0c1;
}
.content {
	padding: 30px 50px;
}
.box_left {
    float: left;
    width: 48%;
}
.box_right {
    float: right;
    width: 48%;
}
.footer {
	padding: 30px 50px;
	background: #363839;
	border-top : 10px solid #e9eaee;
	font-size: 25px;
}
.footer_left {
	float: left;
}
.footer_right {
	float: right;
}
p,
ul {
	padding: 0px 0px 20px 0px;
}
h1 {
    background: #f6cd59;
    padding: 10px 15px;
    color: #000;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: inline-block;
    }

h3 {
	font-weight: 500;
	font-size: 18px;
	padding: 0px 0px 5px 0px;
    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: 6px;
    height: 6px;
    left: -12px;
    top: 8px;
    background-color: #f6cd59;
    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: #f6cd59;
	padding: 10px 30px 10px 30px;
	text-decoration: none;
	font-weight: 400;
	text-align: center;
}
.apply_btn:hover {
	background: #fff;
	color: #f6cd59;
	border: 1px solid #f6cd59;
	text-decoration: none;
}
@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%;
        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;
    }
}