@charset "utf-8";
/* CSS Document */

@font-face {
    font-family:'open_sansbold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family:'open_sanssemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family:'open_sansregular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:'avenir-lt-55-roman';
    src: url('fonts/avenir-lt-55-roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:'MNS_TRIAL';
    src: url('fonts/MNS_TRIAL.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



body{ margin:0; padding:0;
 font-size:12px;  font-family:'open_sansregular'; -webkit-font-smoothing: none; /* Looks very thin and awful */
-webkit-font-smoothing: subpixel-antialiased; /* It is the default and looks bolder */
-webkit-font-smoothing: antialiased; /* Looks pretty much the same than Windows */
}

#main-container{ width:100%; height:100%; position:relative; margin:0; padding:0;}
.container{ width:1100px; margin:0 auto; position:relative;}
#header-wrap{ width:100%;  display:inline-block; position:relative; background:#FFFFFF;}
.logo{ float:left; width:58%; padding-top:30px; padding-bottom:35px; padding-left:0px;}
#content-wrap{ width:100%; display:inline-block; position:relative;  background:url(../images/baner.png)  no-repeat center center; -moz-background-size: cover; -webkit-background-size: cover;-o-background-size: cover;background-size: cover;
}

#content-wrap2{ width:100%; display:inline-block; position:relative;  background:url(../images/baner2.png)  no-repeat; background-position: top center; -moz-background-size: cover; -webkit-background-size: cover;-o-background-size: cover;background-size: cover;
}


#page-wrap {  background: url(../images/banner2.png) no-repeat; background-size: 100%;}
.content-left{ float:left; width:40%; position:relative;}

.left-text{ float:left; width:330px; margin-top:70px; text-align:center;}
.left-text p{  font-family:'open_sansregular'; font-size:30px; color:#332e27; line-height:normal; font-weight:normal; z-index:2;}

.content-right{ float:right; width:32%; position:relative;}
.content-right2{ float:right; width:100%; position:relative; left: 510px;}

.signup-arrow{ width:476px; height:233px; position:absolute; top:-50px; left:-150px; background:url(../images/sign-up-arrow.png) no-repeat; z-index:1;}

.contact-form{ width:350px; height:auto;  position:relative; overflow:hidden; float:right;   margin-top:170px; margin-bottom:150px; background:#ef998b;  padding-bottom:30px; padding-top:30px;  }
.contact-form .top{ float:left; font-family: 'open_sansbold'; color:#FFFFFF; padding-top:15px; width:100%; background:#d1000c; }
.contact-form .top h2{font-family:'swiss721'; color:#FFFFFF; font-size:24px; text-transform:uppercase; text-align:center; padding-bottom:15px; font-weight:normal;}
.contact-form .top h3{font-family: 'open_sansbold'; color:#fb9591; font-size:23px; text-transform:uppercase; text-align:center; margin-top:8px;}
.contact-form .middle{ float:left; padding:0px 20px 0px 20px;  }
.contact-form .middle ul{ margin-top:16px;}
.contact-form .middle ul li{ margin-top:5px; width:100%; display:list-item; list-style:none; color:#FFFFFF; margin-bottom:10px;}
.contact-form .middle ul li .short-input-text{ width:290px; height:35px;vertical-align:text-bottom; background:#fff; border:none; padding-left:10px; font-size:13px; color:#9b8f7e;  outline: none;  z-index:2; opacity: 1; filter:alpha(opacity=100); opacity:1; border-radius:3px; }  
.contact-form .middle ul li.check-box{ padding-left:10px; margin-top:20px; margin-bottom:10px; color:#c5c5c5; font-size:12px;}
.contact-form .middle ul li.check-box a{ color:#c5c5c5;}
.contact-form .middle ul li.check-box a:hover{ color:#fdb43a;}
.contact-form .middle ul li h5{ font-size:16px; font-weight:normal; margin-top:30px; margin-bottom:10px;}

.contact-form .middle ul li.btn{ text-align:center;}


.button5{font-family:"Myriad Pro"; font-size:30px; text-transform:uppercase; font-weight:normal; color:#FFFFFF;  padding:5px 45px; background:#e93d49;  margin-top:15px; border:none; border-radius:30px;}
.button5:hover{background:#cc2d38;}

#content-wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  border-top: #a9bbc6 1px solid;
  background-image: url(../images/bg2.png);
  background-repeat: repeat-x;
  background-color: #FFFFFF;
  background-size: 35px 209px;
  background-position: top;
}
.contact-form .bottom{ float:left; padding-left:0px; width:100%;}
.contact-form .bottom ul{ margin-left:03px; padding:0;}
.contact-form .bottom ul li{ display:inline; margin-left:10px;}
#footer-wrap{ width:100%; position:relative;  bottom:0px; display:inline-block; border:none;
background: -webkit-linear-gradient(#ffffff, #f6f3ef); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#ffffff, #f6f3ef); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#ffffff, #f6f3ef); /* For Firefox 3.6 to 15 */
background: linear-gradient(#ffffff, #f6f3ef); /* Standard syntax */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f3ef',GradientType=0 ); /* IE6-9 */

  }

ul.footer-list{ margin-top:20px;}
ul.footer-list li{ width:100%; float:left; list-style:none;}
ul.footer-list li .left-image{ width:23%; float:left; }
ul.footer-list li .right-text{ width:77%; float:left; padding-top:50px; }
ul.footer-list li .right-text h2{font-family:'MNS_TRIAL'; font-size:72px; color:#90cdd2; font-weight:bold; margin:0; padding:0; line-height:50px;}
ul.footer-list li .right-text h3{  font-family:'open_sansregular'; font-size:45px; color:#b6ada0; font-weight:normal;}



.radio label:before{border-radius:8px;}
.checkbox label{margin-bottom:10px;}
.checkbox label:before{border-radius:3px;}
input[type=radio]:checked + label:before{content:"\2022"; color: #0e76bc;font-size:22px;text-align:center; line-height:12px;}
input[type=checkbox]:checked + label:before{content:"\2713";font-size:15px;	color:#f3f3f3;text-align:center;line-height:15px;}

/*** form ***/

.form-box {
	margin: 0 auto;
	position:relative;
    
    padding: 1.5em;
    top: 20px;
    
    border-radius: 5px;
}

.whitebox_drpshdw{margin:30px auto 0px auto;width:80%;min-height:100px; -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.1); -moz-box-shadow: 0 5px 5px rgba(0,0,0,.1); box-shadow: 0 5px 5px rgba(0,0,0,.1); border: solid 1px #d2d2d2;padding-bottom:20px}
.form_and_bttn{
	font-family:'Roboto Condensed', sans-serif;
    border-radius: 10px; 
    width:100%; 
    max-width:520px; 
    background:#fff;
    min-height:20px;
    float:left;
    position:relative; 
    padding-bottom:130px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.6);
    margin-bottom: 50px;
    
}

.blue_header{
	font-family:'Roboto Condensed', sans-serif;
    width:100%;
    height:40px;
    color:#b42424;
    background:#fff;
    margin-bottom:10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    
}
.sub_header {
    padding: 0 0 5px 20px;
    font-size: 17px;
    color: #363636;
    position: relative;
    left: 94px;
}
.sub_header em {
    font-style: normal;
    font-weight: 700;
    color: #b42424;
}
.white{font-size:28px;padding-left:3px;line-height:40px}
.mini_white{font-size:16px;padding-left:8px;line-height:40px}
.form_lft_clm{
    width:530px;
    min-height:20px;
    float:left;
    clear:both;

  position: relative;
  left: 39px
}
.form_rt_clm{width:100%;float:left;}
.stuff{padding-left:60px;margin-top: 30px;}
/*.stuff{width:520px;height:455px}*/
.absolute_box{
      position: absolute;
  right: 157px;
  bottom: -110px;
}
.grn_submit{background:#04a718;color:#fff;padding:0px 40px;font-size:32px;font-family:'Roboto Condensed', sans-serif;border:0px;cursor:pointer;border-top:solid 1px #a6e5b1;border-left:solid 1px #a6e5b1;border-right:solid 1px #005c10;border-bottom:solid 1px #000;margin:auto;display:block}
.grn_submit:hover{background:#10c616}
.opt_bttn{background:#04a718;color:#fff;padding:0px 40px;font-size:22px;font-family:'Roboto Condensed', sans-serif;border:0px;cursor:pointer;border-top:solid 1px #a6e5b1;border-left:solid 1px #a6e5b1;border-right:solid 1px #005c10;border-bottom:solid 1px #000;margin-top:10px;display:block;float:right;-webkit-appearance:none;}
.opt_bttn:hover{background:#10c616}
.sub_message{width:300px;font-size:10px;font-family:Verdana, Geneva, sans-serif;text-align:center;margin-top:10px;margin-bottom:20px}
.sub_message a{text-decoration:none;color:#000;font-weight:bold}
.input_row{margin-top:7px;width:100%;overflow:auto;}
.input_title{width:120px;font-size:16px;color:#7c7a7a;float:left;text-align:right;margin-right:10px;line-height:28px}
.input_field {
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 5px;
    height:23px;
    width:200px;
    float:left;
    width: 49%;
}
.input_field:focus {
    border-color: #40A9DD;
}
.input_radio{
    float: left;
    margin: 6px 10px 0 10px;
}
.radio_title{
    font-size:14px;
    float:left;
    line-height:26px;
    color:#7c7a7a;
    margin-right:10px
}
.frm_select{
    background: #ffffff url(../images/drop-down-arrow.png) no-repeat right center;
    background: #fff \9;
    background-position: calc(100% - 6px) center;
    padding: 5px 0 5px 5px;
    border: 1px solid #c9c9c9;
    background-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 14px;
    margin-top: 8px;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 29px;
    color: #777;
    width: 208px;
}
.frm_select::-ms-expand {
    display: none;
}
.frm_h2{padding:10px;display:block;color:#00b420;font-size:17px;text-align:center;background:#eee}
/*-------------------------- FORGOT PASSWORD AND LOGIN PAGE ---------------------------------------*/
.content_container{width:1060px;min-height:200px;margin:auto;padding-bottom:120px}
.content_container.external_item {margin-top:20px;}
.forgotpssd .lft_clm{width:674px;min-height:720px;background:url(../images/forgotp_bg.jpg);background-repeat:no-repeat;background-position:bottom;float:left;padding-top:34px}
.slogan{color:#00b420;font-size:38px;font-weight:300;text-align:center;margin-bottom:20px;font-family:'Lato', sans-serif;}
.fg_password .input_title, .membr_login .input_title{font-size:18px;color:#fff;margin:16px 0px 0px 35px;text-align:left}
.fp_inputfield, .ml_inputfield{width:268px;height:26px;margin:auto;display:block}
.forgotpssd .rt_clm, .mlog .rt_clm{width:346px;min-height:200px;float:right}
.fpassword_clm, .member_login{width:346px;min-height:322px;background:#262626;font-family:'Roboto Condensed', sans-serif;padding-bottom:20px;margin-top:40px}
.form_blue_header{width:346px;height:58px;background:#009fd9;color:#fff;font-size:27px;text-align:center;line-height:58px;letter-spacing:1px}
a.existing_member{display:block;width:100%;color:#fff;font-size:14px;text-align:center;padding-top:25px;text-decoration:none}
a:hover.existing_member{text-decoration:underline}
.fp_bttn, .lg_bttn{padding-top:5px;padding-bottom:5px;margin-top:10px}

/*-------------------------- LOGIN PAGE -----------------------------------------------*/
.fp_link{display:block;width:100%;color:#fff;font-size:12px;text-align:center;padding-top:15px;text-decoration:none;margin-bottom:-10px}
a:hover.fp_link{text-decoration:underline}
.mlog .lft_clm{width:674px;min-height:720px;background:url(../images/login_bg.jpg);background-repeat:no-repeat;background-position:bottom;float:left;padding-top:34px}
/*-------------------------- ERRORS ---------------------------------------------------*/
.error{width:95%;margin:10px auto 0px auto;background:#F99;border:solid 1px #C00;color:#fff;font-size:18px;line-height:30px;padding:0px 0px 0px 3px}
.grn_message{width:95%;margin:10px auto 0px auto;background:#6AE55A;border:solid 1px #0C3;color:#fff;font-size:18px;line-height:30px;padding:0px 0px 0px 3px}
.redirect_link_box{border:1px solid #999;min-height:40px;width:95%;margin:auto;padding:5px 0px 5px 3px }
.redirect_link_box a{color:#09F;text-decoration:none;display:block;margin-top:10px;}
.redirect_link_box a:hover{text-decoration:underline}


.yes-no-wrap {
    margin-top: 8px;
    padding: 10px;
}

.left-side-img {
      height: 885px;

}

.right-side-img {
      height: 885px;
      position: absolute;
      right: 19px;

}

/* page 2 */




.top-text {
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-shadow:  5px 2px 10px rgba(0,0,0,1);
}

.text-content {
    width: 50%;
    float: left;
}

.text-content img {
    position: relative;
    left: 0px;
    top: 80px;
}



.page-2-content {
    background: rgba(255,255,255,1);
    padding: 10px;
    position: relative;
    right: 10px;
    width: 510px;
    float: right;
    top: 100px;
    border-radius: 8px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.6);

}

.content-right {


}

.left-free-box a {
    padding: 8px 15px;
    background: #24aaeb;
    border-radius: 3px;
    color: #fff !important;
    position: relative;
    top: 15px;
}

.free-box-top-title {
    color: #24aaeb !important;
    font-size: 18px !important;
    line-height: 1 !important;
    margin-bottom: 12px;
}

.free-top-title p {
    font-size: 14px;
    line-height: 1;
    color: #727272;
}

.free-top-title a {
    color: red;
    font-size: 12px;
}

.blue-box {
    border: 2px dashed #24aaeb;
    padding: 1.5em 2.5%;
    height: 106px;
}

.page2-question {
    float: right;
    font-size: 12px;
    color: red;
}

.page2-content h3 {
    color: #042D48;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
}

.page2-top {
    font-size: 14px;
    line-height: 1;
    color: #727272;
}

.column {
    float: left;

}

.column.third {
    width: 33.333333%;
}

.column.half {
    width: 50%;
}

.column.twothirds {
    width: 66.666666%;
}

.page3 h1 {
    font-size: 36px;
    color: #3d3d3d;
    margin-bottom: 8px;
    padding-left: 32px;

}

.page3 p {
    font-size:14px;
    color: #727272;
    position: relative;
    left: 86px;
}

.page3 a {
    position: relative;
    top: 39px;
    padding: 10px 40px;
    font-size: 32px;
    color: #fff;
    background: red;
    box-shadow: 0px 0px 10px rgba(0,0,0, .4);
    border-radius: 5px;
    text-decoration: none;
    left: 140px;
}

.innerwrapper {
    margin: 0 auto;
    max-width: 1100px;
    left: 150px;
    position: relative;
    top: 0px;
    height: 600px;
}

.innerwrapper2 {
margin: 0 auto;
    max-width: 1100px;
    left: 0px;
    position: relative;
    top: 0px;
    height: 140px;
}

clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}




.top-text {
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-shadow:  5px 2px 10px rgba(0,0,0,1);
}

.text-content {
    width: 50%;
    float: left;
}

.text-content img {
    position: relative;
    left: 0px;
    top: 80px;
}

#content-wrap {
    
}

.page-2-content {
    background: #fff;
    background: #fff;
  padding: 10px;
  position: relative;
  right: 10px;
  width: 581px;
  float: right;
  top: 90px;
  height: 250px;
  padding: 50px;

}

.content-right {


}

.left-free-box a {
    padding: 8px 15px;
    background: #24aaeb;
    border-radius: 3px;
    color: #fff !important;
    position: relative;
    top: 15px;
}

.free-box-top-title {
    color: #24aaeb !important;
    font-size: 18px !important;
    line-height: 1 !important;
    margin-bottom: 12px;
}

.free-top-title p {
    font-size: 14px;
    line-height: 1;
    color: #727272;
}

.free-top-title a {
    color: red;
    font-size: 12px;
}

.blue-box {
    border: 2px dashed #24aaeb;
    padding: 1.5em 2.5%;
}

.page2-question {
    float: right;
    font-size: 12px;
    color: red;
}

.page2-content h3 {
    color: #042D48;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
}

.page2-top {
    font-size: 14px;
    line-height: 1;
    color: #727272;
}

.column {
    float: left;

}

.column.third {
    width: 33.333333%;
}

.column.half {
    width: 50%;
}

.column.twothirds {
    width: 66.666666%;
}

.page3 h1 {
    font-size: 36px;
    color: red;
    margin-bottom: 8px;
    padding-left: 32px;

}

.page3 p {
    font-size:14px;
    color: red;
    position: relative;
    left: 86px;
}

.page3 a {
    position: relative;
    top: 39px;
    padding: 10px 40px;
    font-size: 32px;
    color: #fff;
    background: red;
    box-shadow: 0px 0px 10px rgba(0,0,0, .4);
    border-radius: 5px;
    text-decoration: none;
    left: 140px;
}

.innerwrapper {
    margin: 0 auto;
    max-width: 1100px;
    left: 150px;
    position: relative;
    top: 0px;
    height: 600px;
}

clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}





.page3 {
    left: 200px;
    margin-top: 45px;
}

     
        
/*-- yes and no  -->*/

.page1 {
    padding: 10px 20px;
}
        
        
#premember .survey-list {
    padding: 20px 10px 10px;
}

#premember .survey-list li {
    padding-left: 180px;
    margin-bottom: 30px;
}

.survey-list li > a img, .survey-list li .premember-list-side-image {
    border: 2px solid #8f8f8f;
    position: absolute;
    width: 150px;
    right: 0;
    left: 0;
}

.survey-list li > a img, .survey-list li .premember-list-side-image {
    border: 2px solid #8f8f8f;
    position: absolute;
    width: 150px;
    right: 0;
    left: 0;
}

#premember li {
    padding: 3px 0 4px 0px;
    position: relative;
    line-height: 1.2;
    font-size: 14px;
}

.survey-list div {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.13);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.13);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.13);
    border: 1px solid #d8d8d8;
    padding: 0 0 12px 16px;
    position: relative;
    min-height: 205px;
}

.survey-list div:before {
    background: transparent url(/images/survey-left-arrow.png) no-repeat;
    position: absolute;
    display: block;
    height: 27px;
    width: 14px;
    content: "";
    left: -14px;
    top: 15px;
}

#premember .survey-list div img {
    padding-bottom: 30px;
    float: right;
}

.survey-list h2 {
    font: 700 39px 'Roboto Condensed', sans-serif;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 10px;
    color: #262626;
}

#premember .survey-list p {
    padding: 0 0 43px 0;
    font-weight: normal;
    line-height: 1.6;
    font-size: 14px;
    color: #262626;
}

.survey-list em {
    padding-bottom: 5px;
    position: absolute;
    font-size: 14px;
    bottom: 10px;
    left: 16px;
}

#premember span {
    font: 700 16px 'Roboto Condensed', sans-serif;
    position: absolute;
    color: #00b420;
    left: 0;
    top: -1px;
}

#premember .stars-gold {
    background: transparent url(/images/stars-gold.png) repeat-x;
    background-size: 19px;
    display: inline-block;
    position: relative;
    height: 20px;
}

#premember .stars-black {
    background: transparent url(images/tars-black.png) repeat-x;
    background-size: 19px;
    display: inline-block;
    position: relative;
    height: 20px;
    width: 90px;
    left: 2px;
    top: 7px;
}

a.btn2.panelbtn {
    width: 208px;
  float: right;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.survey-list .panelbtn {
    position: absolute;
    color: transparent;
    right: 10px;
    top: 164px;
    font-size: 0;
}

a.btn2, .btn2 {
    font-family: 'Roboto Condensed', sans-serif;
    background: #04a718;
    width: 209px;
    height: 27px;
    border-top: 1px solid #89dd98;
    border-left: 1px solid #89dd98;
    border-right: 1px solid #005c10;
    border-bottom: 1px solid #005c10;
    font-size: 21px;
    color: #fff;
    text-align: center;
    line-height: 27px;
    font-weight: 400;
}

a.btn2, .btn2 {
    font-family: 'Roboto Condensed', sans-serif;
    background: #04a718;
    width: 209px;
    height: 27px;
    border-top: 1px solid #89dd98;
    border-left: 1px solid #89dd98;
    border-right: 1px solid #005c10;
    border-bottom: 1px solid #005c10;
    font-size: 21px;
    color: #fff;
    text-align: center;
    line-height: 27px;
    font-weight: 400;
}

.survey-headline {
    font-size: 50px;
    color: #53893e;
    margin-top: 5px;
    margin-bottom: 0px;
    font-style: italic;
}

.survey-headline span{
    position: relative !important;
    font-size: 24px !important;
   
    margin-top: -23px;
    margin-bottom: -30px;
    font-weight: 300 !important;
    top: -3px !important;
}

.survey-subline {
    font-size: 42px;
    font-weight: bold;
    font-style: italic;
    color: red;
    margin-top: 10px;
    margin-bottom: 10px;
}


.section-option {
    border-bottom: 1px solid #727272;

}

.section-a-tag {
    color: #3597d3;
}

.section-option input {
    margin-left: 10px;
    margin-bottom: 10px;
}

.yes-no-wrap {
    padding: 5px;
    border: 1px solid #ccc;
    width: 139px;
    padding-top: 9px;
}

.inner-body {
    background: url(/images/bg.jpg) fixed top center no-repeat;
    background-size: 100% !important;
   
}


.page3 {
    position: relative;
    left: 200px;
    top: 10px;
}


.page3 h1 {
  color: #53893e;
  margin-bottom: 8px;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  left: -23px;
}

.page3 p {
  color: #727272;
  font-size: 16px;
  font-weight: bold;
   position: relative;
  left: 10px;
}

.page3 a {
  position: relative;
  top: 20px;
  padding: 10px 40px;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  background: #53893e;
  box-shadow: 0px 0px 10px rgba(0,0,0, .4);
  border-radius: 5px;
  left: 150px;
  text-decoration: none;
}

