@charset "utf-8";
/* CSS Document */
@font-face {
font-family:'helvetica';
src:url(../fonts/HelveticaNeueLTStd-Hv.otf);
}
@font-face {
font-family:'helvetica-bd';
src:url(../fonts/HelveticaNeueLTStd-Blk.otf);
}
@font-face {
font-family:'handsean';
src:url(../fonts/handsean.ttf);
}

body{
	margin:0px;
	padding:0px;
}
.hs-main-wrapper{
	float:left;
	width:100%;
	background:#fbfbfb url(../images/squeez-bg.png);
	
	padding-bottom:30px;
}
.hs-container{
	width: 960px;
margin: 0 auto;
}
.hs-top-box {
text-align: center;
margin-top: 15px;
}
.hs-top-box h1{
color: #2f2f2f;
font-family: helvetica-bd;
font-size:37px;
}
.hs_red{
color:#a31b1b;
}
.hs-border{

}
.hs-border h2 {
	background: url("../images/mid-text-bg.png") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
    color: #2E2E2E;
    float: left;
    font-family: 'Oxygen',sans-serif;
    font-size: 19px;
    height: 40px;
    line-height: 2;
    margin: -13px auto 0;
    text-align: center;
    width: 595px;
}

.hs_line{
border-bottom: 1px solid #BDBDBD;
    float: left;
    height: 1px;
	margin-top: 5px;
    width: 182px;
}
.hs_line_r
{
border-bottom: 1px solid #BDBDBD;
    float: left;
    height: 1px;
	margin-top: 5px;
    width: 182px;

}
.hs_header_tagline {
	height: 52px;
width: 649px;
margin: 18px auto;
font-size: 17px;
color: #2f2f2f;
text-decoration: none;
font-family: 'Oxygen', sans-serif;
text-align: center;
padding-top: 10px;
background:url(../images/top-text.png) no-repeat;
background-size:contain;

}


.hs_name_heading {
	font-family: handsean;
	color: #2d2d2d;
	font-size: 17px;
	text-decoration: none;
	float: left;
	height: auto;
	width: 851px;
	margin-top: 10px;
}
.hs_disc_text {
	float: left;
	height: auto;
	width: 836px;
	margin-top: 20px;
	margin-left: 0px;
	color: #2d2d2d;
	font-size: 15px;
	line-height: 24px;
	text-decoration: none;
	font-family: 'Noto Sans', sans-serif;
	margin-bottom: 50px;
	
	
}
.hs-content-section{
	float:left;
	width:100%;
	margin-top:45px;
}
.hs-content-section .hs-left-section{
	float:left;
	width:510px;
	margin-top:50px;
	}
ol {
    counter-reset:li;
    margin-left:0; 
    padding-left:0; 
}
ol > li {
position: relative;
margin: 0 0 6px 2em;
padding: 4px 22px;
font-size: 15px;
font-family: 'Oxygen', sans-serif;
}
ol > li:before {
content: counter(li);
counter-increment: li;
position: absolute;
left: -2em;
box-sizing: border-box;
width: 28px;
padding: 6px;
background: #2e2e2e;
font-weight: bold;
text-align: center;
border-radius: 100px;
color: #fff;
font-family: helvetica-bd;
font-size: 16px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
     
}




.hs-content-section .hs-right-section{
float: left;
width: 430px;
margin-left: 20px;
}
.hs-content-section .hs-right-section p{
width: 56%;
float: left;
text-align: center;
padding: 0px 120px;
font-size: 15px;
/*font-style: italic;*/
font-family: 'Oxygen', sans-serif;
}
.hs-content-section .hs-right-section .hs-aweber-form{
background: url(../images/form-bg.png) no-repeat;
background-size: 100% 100%;
height: 360px;
float:left;
}
/*********************Aweber Form Css****************************/
.af-form {
text-align: left;
width: 400px !important;
float: left;
border: none !important;
background: none !important;
}
#af-form-1216076167 .af-body
{
padding-top: 25px !important;
}
#af-form-1216076167 .af-standards .af-element{
padding-left: 107px !important;
}
.af-form  .af-element label.previewLabel {
display: block !important;
float: none !important;
text-align: left !important;
width: auto !important;
color: #000000 !important;
text-decoration: none !important;
font-style: normal !important;
font-weight: 600 !important;
font-size: 15px !important;
font-family: Verdana, sans-serif !important;
}

.af-textWrap {
width: 98% !important;
display: block !important;
float: none !important;
}
.af-body input.text, .af-body textarea{
background-color: #FFFFFF !important;
border-color: #919191 !important;
border-width: 1px !important;
border-style: solid !important;
color: #000000 !important;
text-decoration: none !important;
font-style: normal !important;
font-weight: normal !important;
font-size: 12px !important;
font-family: Verdana, sans-serif !important;
width: 240px !important;
height: 40px !important;
border-radius: 10px !important;
padding-left: 15px !important;
padding-right: 15px !important;
outline: none !important;
margin: 10px 0px !important;
}
.buttonContainer {
text-align: center;
padding-left: 0px !important;
}
.af-body input.text:focus, .af-body textarea:focus{
background-color: #FFFAD6 !important;
border-color: #030303 !important;
border-width: 1px !important;
border-style: solid !important;
box-shadow: 0 0 13px #1983dd !important;
border: 2px solid #1983dd !important;
}

/**********page_content***********/
.hs-page-wrapper{
float:left;
width:100%;
background:#eeeeee;
margin:0px;
padding:0px;
}
.hs-page-content{
float:left;
width:960px;
margin-bottom: 40px;
margin-top: 20px;
}
.hs-page-left-part{
float:left;
margin-top: 10px;
width:430px;
}
.hs-page-left-part img
{
	margin:0 8%;
}
.hs-page-right-part{
width:510px;
float:left;
margin-left:10px;
margin-top:50px;
}
.hs-page-right-part h1 {
font-family: oxygen;
font-size: 24px;
font-weight: 500;
color: #2e2e2e;
text-decoration: underline;
width: 100%;
margin: 10px 0px;
}
.hs-page-right-part ul {
float: left;
margin: 0px;
padding: 0px;
}
.hs-page-right-part ul li {
list-style: none;
float: left;
width: 100%;
padding: 10px 0px;
}
.hs-page-right-part ul li a {
font-size: 18px;
text-decoration: none;
color: #000;
font-family: oxygen;
border:none;
text-decoration:none;
font-weight: 500;
}
.hs-page-right-part ul li a img {
float: left;
margin-right: 10px;
border:none;
text-decoration:none;
}
.hs-page-bottom-part{
float: left;
width: 100%;
margin-top: 10px;
}
.hs-page-bottom-part p {
font-family: NotoSans;
font-size: 17px;
line-height: 20px;
}
.hs_bold {
font-weight: bold;
text-transform: uppercase;
}
.hs-page-bottom-part h2{
font-family: NotoSans;
font-size: 17px;
font-weight: bold;
}
.hs_sign_box {
float: left;
margin-top: 60px;
}
.hs-top-footer-wrapper{
width:100%;
float:left;
margin:0px;
padding:0px;
background:url(../images/footer_bg.png) repeat;

/*#2b699a; */
}
.hs_disclaimer_title {
font-family: Verdana, Geneva, sans-serif;
font-size: 18px;
color: #fff;
text-align: left;
float: left;
}
.hs_disclaimer_profile {
margin-top: 20px;
text-align: left;
color: #fff;
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
float: left;
}
.hs_footer_content {
float: left;
margin: 30px 0px;
width: 100%;
}
.hs-bottom-footer-wrapper{
width:100%;
float:left;
margin:0px;
padding:0px;
background:url(../images/footer_menu_bg.png);
}
.hs-bottom-footer-content {
float: left;
width: 100%;
padding: 10px 0px;
}
.hs-footer-menu {
float: right;
}
.hs-footer-menu ul {
float: left;
margin: 0px;
padding: 0px;
}
.hs-footer-menu ul li {
list-style: none;
float: left;
padding: 5px;
margin-right: 12px;
}
.hs-footer-menu ul li:last-child
{
	margin-right:0;
}
.hs-footer-menu ul li a {
text-decoration: none;
color: #fff;
text-transform: capitalize;
font-family: Verdana, Geneva, sans-serif;
font-size: 16px;
}
.hs-footer-menu ul li a:hover
{
	text-decoration:underline;
} 