@charset "utf-8";
/* CSS Document */

/* Set all elements to zero padding and zero margins */
* {
	margin: 0;
	padding: 0;
}

html, body, #wrapper {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, html>body #wrapper {
	height: auto;
}
#wrapper {
	position: absolute;
	top: 0;
	left: 0;
}

#wrapper {
	min-width: 1163px;
	width: 100%;
}

#container {
	float: left;
	width: 100%;
	position: relative;
	z-index: 12;
}

ol,ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

a,img a,img,a img {
	border:0;
	outline:0;
	text-decoration:none;
}

img {vertical-align:top;}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin:0px;
  font-family: inherit;
  font-weight: normal;
  color: inherit;
}

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/* Primary Styles
---------------------------------*/
body {
	/*background: url(../img/body_bg.jpg) repeat left top;*/
	font-family: "bryant-web", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	margin:0;
	}
	
/* Wrapper
---------------------------------*/
.header{
	width:960px;
	margin:0px auto;
	padding:18px 0 22px;
	}
	
.logo{
	}
	


.wrapper
{	/*border:1px solid #eaeaea;
	border-top:0px;*/
	border: 0px;
	width:1163px;
	margin:0 auto;
	background:#fff;
}

.banner_section{
	background:url(../img/banner_bg.jpg) no-repeat center top;
	width: 1163px;
	height:599px;
	margin:0 auto;
	}
	
.banner_content{
	width:960px;
	margin:0px auto;
	position:relative;
	}
	
.banner_left{
	float:left;
	position:relative;
	z-index:999;
	}
	
.banner_left h2{
	margin:0px;
	padding:0px;
	line-height:78px;
	font-size:75px;
	color:#52aadd;
	text-transform:uppercase;
	font-weight:normal;
	}
	
.banner_left h2 span{
	font-size:75px;
	display:block;
	color:#aaca3c;
	}
	
.banner_left strong{
	display:block;
	font-size:48px;
	line-height:58px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:normal;
	}
	
.spacer{
	height:190px;
	}
	
.arrow_bg{
	bottom: -29px;
    position: absolute;
    right: -92px;
	}
	
.banner_right{
	position:relative;
	float:right;
	background:url(../img/mobile_pic.png) no-repeat right 15px;
	width:484px;
	height:599px;
	top:0px;
	right:30px;
	}
	
	
.mobile_content{
	padding:0 113px 0 174px;
	}
	
.mobile_content h2{
	font-size:27px;
	color:#fff;
	margin:0px 0 30px 0;
	padding:0px;
	line-height:normal;
	text-transform:uppercase;
	}
	
.form_section{
	}
	
.text_field{
	background:url(../img/text_field_bg.jpg) repeat-x left top;
	width:171px;
	height:38px;
	line-height:38px;
	border:1px solid #1e5cac;
	outline:0px;
	margin:0 0 9px 0;
	padding:0 14px;
	font-size:17px;
	color:#cecece;
	font-weight:bold;
	}
	
.sub_btn{
	background:url(../img/sub_btn_bg.jpg) repeat-x left top;
	border:1px solid #842990;
	height:39px;
	width:138px;
	border-bottom:0px;
	font-size:17px;
	color:#fff;
	outline:0px;
	line-height:39px;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #a93fb7;
	cursor:pointer;
	}
	
.spacer2{
	height:187px;
	}
	
.bottom_content{
	width:960px;
	margin:0px auto 72px;
	/*background:#f4f7f6;
	border:1px solid #e5e5e5;*/
	padding:27px 0 25px 0;
	}
	
.help_share{
	margin: 0 auto;
	}
	
.help_share h2{
	font-size:30px;
	color:#3aa2de;
	margin:0px 0 18px 0;
	padding:0px;
	line-height:normal;
	text-align:center;
	}
	
.help_share h2 img{
	position:relative;
	top:2px;
	}
	
.social_media{
	width:122px;
	margin:0px auto;
	}
	
.social_media a{
	background:url(../img/social_icon.png) no-repeat left top;
	float:left;
	width:34px;
	height:34px;
	display:block;
	margin:0 5px;
	}
	
.social_media a.first{
	margin-left:0px;
	}
	
.social_media a.last{
	margin-right:0px;
	}
	
.social_media a:hover{
	background:url(../img/social_icon.png) no-repeat left -34px;
	}
	
.social_media a.icon2{
	background:url(../img/social_icon.png) no-repeat left -68px;
	}
	
.social_media a.icon2:hover{
	background:url(../img/social_icon.png) no-repeat left -102px;
	}
	
.social_media a.icon3{
	background:url(../img/social_icon.png) no-repeat left -136px;
	}
	
.social_media a.icon3:hover{
	background:url(../img/social_icon.png) no-repeat left -170px;
	}
	
.footer_section{
	width:1126px;
	margin:0px auto;
	/*padding:60px 0px;*/
	}

.footer_nav{
	float:left;
	}
	
.footer_nav ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
	
.footer_nav ul li{
	float:left;
	background:url(../img/seprater_bg.png) no-repeat right center;
	display:block;
	padding:0 10px;
	}
	
.footer_nav ul li a{
	display:block;
	font-size:15px;
	color:#4b4f56;
	}
	
.footer_nav ul li.first{
	padding-left:0px;
	}
	
.footer_nav ul li.last{
	padding-right:0px;
	background:none;
	}
	
.footer_right{
	float:right;
	font-size:15px;
	color:#4b4f56;
	}
	
#footer {
	clear: both;
	position: absolute; /* position: absolute; */
	bottom: 0;
	width: 100%;
	height: 25px;
	/*border-top: 1px dotted #69A2B6;
	background-color: #CCCCCC;*/
	text-align: center;
	font-size:15px;
	color:#4b4f56;
	z-index: 15;
}
#footer .divline {
	border-right: 1px solid #A7A9AC;
}

#footer ul {
	list-style-type: none;
}
#footer li {
	display: inline;
	margin-right: 7.5px;
	padding-right: 5px;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #626262;
}
#footer a:hover {
	color: #808285;
}

#footer p {
	/*font: 10px;*/
	margin: 2.5px 0 5px 10px;
	padding-left: 2.5px;
	padding: 0;
}