* {
	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 'Fira Sans', sans-serif;
	line-height: 1.3;
	background: linear-gradient(180deg, rgba(239, 239, 239, 0.3) 300px, rgba(239, 239, 239, 1) 800px) fixed,
		url(stst_bg.jpg) no-repeat top center  fixed;
	color: #000;
	font-weight: 400;
}
a {
	text-decoration: none;
}
a:hover   {
	text-decoration: underline;
}
.main {
	margin: 25px auto;
	width: 740px;
	background: #fff;
	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.head {
    padding: 25px 80px;
}
.content {
	padding: 25px 80px;
}
.box_left {
    float: left;
    width: 48%;
}
.box_right {
    float: right;
    width: 48%;
}
.footer {
	padding: 25px 80px;
	color: #fff;
}
.footer_left {
	float: left;
}
.footer_right {
	float: right;
}
.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;
	padding: 10px 30px 10px 30px;
	text-decoration: none;
	font-weight: 400;
	text-align: center;
}
.apply_btn:hover {
	background: #333;
/* 	color: #1f6fb9; 
	border: 1px solid #1f6fb9; */
	text-decoration: none;
}
p,
h1,
ul {
	padding: 0px 0px 25px 0px;
}
h1 {
	font-size: 30px;
	font-weight: 400;
}
.h1_small{
    font-size: 20px;
}
h3 {
	font-weight: 600;
	font-size: 20px;
	padding: 0px 0px 8px 0px;
}
ul  {
    padding-left: 14px;
    list-style-type: none;
}
li  {
    padding: 0 0 5px 5px;
	position: relative;
}
li:before {
    content: '\00a0';
    position: absolute;
    width: 3px;
    height: 3px;
    left: -12px;
    top: 9px;
    border-radius: 4px;
}

div.breaker {
  clear: both;
  overflow: hidden;
}
img {
  	border: none;
  	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: 0em auto;
        width: 100%;
    }
    body {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    .content,
	.head, .footer {
    	padding: 5%;
     }
    .box_left,
    .box_right {
        float: none;
        width: 100%;
    }
    .footer_left,
    .footer_right {
    	float: none;
    }
    .footer_left {
    	padding: 0 0 15px 0;
    }
	.nonmobile {
	display: none;
	}
}