html, body
{
    height: 100%;
    min-width: 290px;
}
body{	
	font-family: 'Lato', sans-serif;
	background: #fff;
}
section{
	min-height: 90%;
}

header{
	position: relative;
	padding: 0.6em 0em;
	background-color: #1b1b1b;
	overflow: hidden;

}
.header-container{
	
}
header .nav-container{

}
header nav{
    background: transparent;
	
}
.top-nav li{
    list-style-position: outside;
	
    list-style-type: disc;
    margin: 0 1em;
}
.top-nav li.first{
    list-style: none;
	
}
.top-nav li a{
    padding: 0 0.3em;
    color: #B5B5B5;
    display: block;
    margin: 0;
    z-index: 100;
}
.top-nav li a:hover{
	color:#fff;
}
.logo-text{
	font-family: 'Roboto', serif;
	color: #ff1f00;
	line-height: 35px;
	font-size: 2.5em;
	font-weight: 700;
	text-shadow: 3px 3px 8px rgba(255, 255, 255, 1);
	margin-top: 0;
}
.logo-text span{
    color: #333333;
}
.sub-logo-text {
    font-size: 28px;
    line-height: 32px;
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}
.sub-logo-text span {
    font-weight: 700;
    font-style: italic;
}
.logo_sep{margin: auto;}
header .callus{
    color: #b5b5b5;
	
    text-align: center;
    font-size: 0.95em;
}
header .tel{
    color: white;
    font-size: 1.3em;
}
header .tel a{
    color: inherit;
	
    font-size: 2em;
    font-weight: 700;
}
.logo-img{
	
max-width: 257px;
	
position: relative;
	
margin-top: -40px;
	
width: 100%;
}
.block {
text-align:center;
padding:4.5em 0;
}
.title-container{
	text-align: center;
	margin-bottom: 1em;
}
.title{
	font-size: 2.2em;
	font-weight: 600;
	color: #333333;
	margin: 0;
	padding-bottom: 0.2em;
}
.free-leads {
    font-size: 28px;
    line-height: 32px;
    font-family: 'Lato', sans-serif;
    color: black;
    margin: 50px 0 5px 0;
}
.title-hr{
	text-align: center;
	background: #cccccc;
	height: 2px;
}
.title-hr div{
    background-color: #ff5d00;
    height: 2px;
}
#home{
	background: url(../img/slider_bg.jpg) top center; 
        background-size: cover;
	padding: 0 0 0 0em;
	min-height: 532px;
}
.home_container{
	
}
#home .text-box{
	color: #D8D8D8;
	font-weight: 300;
	font-size: 1.5em;
	margin-bottom: 7px;
}
#home .text-box .top-text{
    font-size: 2em;
	
}
#home .text-box .body-text-container{
    display: table;
	
    margin-bottom: 1em;
}
#home .text-box .body-text{
    color: #00cbfe;
	
    font-size: 3.8em;
    line-height: 55px;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    margin: 0px;
    padding: 0px;
    height: 2.3em;
    display: table-cell;
    vertical-align: middle;
}
#home .text-box .body-text span{
    font-size: 0.6em;
	
    display: block;
    line-height: 32px;
}
#home .text-box .bottom-text{
    font-size: 2em;
	
    color: #fff;
}
#home .text-box .hr{
    clear: both;
	
    height: 1px;
    background: #fff;
    margin: 1.2em auto;
}
.slider-bottom{
	text-align: center;
	color: #fff;
	padding: 12px 10px 14px 10px;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
}
#quote-box {
	background: #d5d5d6;
	padding: 5px 0px;
}
.quote-box{
	font-size: 2em;
	font-weight: 400;
	padding: 7px 0px;
}

#content-block{
    font-weight: 300;
    padding: 1px 0 0 0;
    font-family: 'Open Sans', sans-serif;
    background: url('../img/bg_tr.jpg') no-repeat;
    background-position: top center;
    background-size: auto;
    width: 100%;
    height: 100%;
}
#content-block p{
	/*text-align: center;*/
}

.btn-pricing
{
	background: url('../img/btn-pricing.png') center center no-repeat;
	background-size: cover;
	height: 69px;
	width: 100%;
	max-width: 214px;
	margin: auto;
	font-weight: 900;
	color: #fff;
	cursor: pointer;
}

.btn-pricing strong
{
	color: #fff !important;
	line-height: 93px;
	display: block;
	margin-left: 50px;
	font-size: 21px;
}

.btn-pricing strong:hover
{
	color: #f9f9f9 !important;
}

.block-text p, .fully-complaint p{
	font-size: 18px;
	color: #8c8c8c;
}

#content-block .title-container p{
	text-align: center;
	font-size: 1.5em;
	line-height: 18px;
	margin-bottom: 1em;
}

#content-block .marginTop{
    margin-top: 6em;
	
}
#content-block a.tel{
    font-weight: 400;
	color: #21abce;	
}
#content-block .highlighted{
    font-weight: 400;
	
    color: #21abce;
}
.btn-container{
    background: #00c81c;
	
    color: #fff;
    padding: 8px;
    font-size: 1.6em;
    font-weight: 400;
    margin: 1em auto;
    border-radius: 5px;
    line-height: 20px;
    text-align: center;
}
.btn-container a{
	color: #fff;
}
.btn-container span{
    font-size: 0.6em;
	
}
footer{
	background: #4a4a4a;	
	text-align: center;
	color: #fff;
	font-weight: 300;
	border-top: 5px solid #ff6604;
}
footer .div{
    padding: 0 1.3em;
	
    border-right: 2px solid #464646;
}
footer .div.last{
    border: none;
	
    text-align: center;
}
.bottom-nav{
    padding-left: 1em;
	
}
.bottom-nav li{
    text-align: left;
	
    margin: 0.5em 0;
}
.bottom-nav li a{
    color: #fff;
	
    font-size: 0.9em;
}
footer .title{
    color: #fff;
	
    font-size: 1.2em;
    border-bottom: 1px dashed #fff;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    text-align: left;
}
footer .newsletter-form{
	
}
footer .newsletter-form.customform input{
    background-color: #fff;
	
    border: none;
}
footer .newsletter-form.customform input[type="submit"]{
    background-color: #FF6604;
	
    color: #fff;
    max-width: 120px;
}
.logo-footer-img{
    max-width: 45px;
	
    margin-top: 1em;
}
.logo-footer-text{
    color: #999999;
	
    margin: 0;
    font-size: 2em;
}
.footer-top{
    padding: 2em 0;
	
    text-align: left;
    font-size: 0.9em;
}
.footer-bottom{
    background-color: #272727;
    padding: 0.6em;
    font-size: 0.8em;
    text-align: center;
}
.footer-bottom .line {
    max-width: 1025px;
}
.footer-bottom a,.footer-bottom a:visited {
	color: #fff;
}
.footer-top .call {
    margin-bottom: 20px;
}
.footer-top .phone {
    margin-bottom: 5px;
}
.form-trigger-container{
	
}
.form-container {
    padding: 1em 1em;
    max-width: 800px;
    background: #1b1b1b;
    border: 1px solid #1b1b1b;
    width: 100%;
    border-radius: 5px;
}
.form-trigger-container .form-container{
    background-color: #f9f9f9;
    border: none;
    margin: 0 auto;
    display: none;
}
.form-trigger-container form.customform input{
	background: white;	
}
.form-trigger-container .SumoSelect > .CaptionCont{
	background: white;
}

.form-container .title{
    color: white;
    font-weight: 700;
    margin: 0px;
    font-size: 25px;
    line-height: 30px;
}
.form-container .title span{
    color: #ff8500;
}

form.customform {
margin-top: 15px;
}
.submit-btn{
	margin-bottom: 8px;
}

.thank-msg{
	display: none;
	background: #74A90A;
	color: #fff;
	font-size: 1em;
	padding: 5px;
	margin: 1em 0em;
	border-radius: 5px;
}
.thank-msg h1{
    color: #fff;
	
}
.thank-msg p{
    margin: 0.5em;
	
}
.loadmask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1;
}
.loadmask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    padding:2px;
}
.loadmask-msg div {
    padding:5px 10px 5px 25px;
    background: url('../img/loading.gif?') no-repeat 5px 5px;
    line-height: 16px;
	
    color:#222;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    cursor:wait;
    width: 58px;
    height: 58px;
}
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}
.margin-top{
	margin-top: 1em;	
}
.enroll-form-container {
	padding: 1em 1em;
	margin-top: 0em;
	width: 500px;
	border-radius: 5px;
	
}
.enroll-form-container .title{
    margin-top: 0em;	
    font-size: 2.5em;
    color: #FF8611;
}
.enroll-form-container .sep{
	
    clear: both;
    height: 1px;
    background: #E0E0E0;
    margin: 0.5em auto 1em auto;
}
.enroll-form-container .form-part{
	display: none;
}

.enroll-form-container .form-part.first{
	display: block;
}

.enroll-form-container input{
	
}

.enroll-form-container select{
	
}

.enroll-form-container .product-label{
    font-size: 1em;	
    text-align: left;
    display: block;
    margin-top: 0.5em;
}
.enroll-form-container .product-price{
    font-size: 1.2em;
	
    text-align: right;
	padding-left: 1em;
}
.enroll-form-container .cc-aggr{
    border: 1px #000 solid;
	
    padding: 0.5em;
    margin: 1em 0;
    font-size: 0.6em;
    background-color: #fff;
    height: 200px;
    overflow: scroll;
    text-align: left;
}
.enroll-form-container label{
    display: block;
	
    color: #777;
    font-weight: 300;
}
.enroll-form-container .next-btn{
    font-size: 1.4em;
	
}

.enroll-form-container .submit-btn{
    font-size: 1.4em;
	
    margin-top: 0.5em;
}
.inline{
	display: inline-block !important;
}
#checkout-form{
	display: none;
}
#thank-modal{
	padding: 1em 2em;
}
#thank-modal .title{
    color: #FC7E00;
	
    font-weight: 600;
    font-size: 2em;
}
#thank-modal p{
    margin: 0.5em 0;
	
    font-size: 1.2em;
}
#adword-form{
	margin-top: 0.5em;
}
a.privacy-link{
    color: #A8A8A8;
	
    font-size: 0.8em;
}
.text-center{
	text-align: center;
}
form.customform button.submit-btn{
    border: 1px solid #ff9800;
    border-radius: 5px;
    background: #ff9800; 
    font-size: 1.1em;
    width: 90%;
    padding: 0.3em 0;
    height: auto;
}
.remodal-close{
	/* display: none; */
}
.cancel-modal{
	font-size: 0.8em;
	color: #A8A8A8;
	cursor: pointer;
}
.back-btn{
	font-size: 0.9em;
	color: #343434;
	cursor: pointer;
	text-decoration: underline;
	margin-bottom: 0.5em;
	display: inline-block;
}
.check-wrapper{
	display: none;
}
.cc-card-img{
    width: 105px;
	
    vertical-align: middle;
    height: 40px;
}
.echeck-img{
    width: 78px;
	
    vertical-align: middle;
    height: 65px;
}
form.customform input, form.customform textarea, form.customform select{
    background-color: white;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    height: 2.4em;
    border-radius: 4px;
}
.form-part-title{
    color: #03467E;
	
}
::-webkit-input-placeholder {
   color: #646464;
}

:-moz-placeholder { /* Firefox 18- */
   color: #646464; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #333333;
}

:-ms-input-placeholder {  
   color: #333333;  
}
.big-font{
	font-size: 1.4em;
}
.bold{
	font-weight: 600;
}
.box-container{
    padding: 1em;
    margin-top: 0;
}

.box{
    border: 1px solid #cacaca;	
    border-radius: 8px;
    padding: 0.6em;     
    box-shadow: 0 17px 15px -22px rgba(0, 0, 0, 0.8) , 0 -17px 15px -23px rgba(0, 0, 0, 0.8);
}
.box-img{
    max-width: 120px;
	
    max-height: 135px;
}
.box-content{
    color: #666666;
    font-size: 0.95em;
    padding: 0em 0.4em 1.4em  0.4em;
}

.box-content strong
{
	color: #292929;
}

.mt-5
{
	margin-top: 5px;
}

.mt-4
{
	margin-top: 4px;
}

.mt-14
{
	margin-top:14px;
}

.box-title{
    color: #ff5600;
    font-weight: 900;
    font-size: 1.5em;
}
.form-trigger{
}
.section-bottom{
    background-color: #f0f0f0;
	
    margin-top: 2em;
    padding: 2em 0;
}
.testimonial{
	
}
.testimonial-title .title{
    color: #333333;
    text-align: center;
}
.testimonial-bubble{
    background: url(../img/quote_bubble.png) no-repeat;
    background-size: cover;
    padding: 5px 10px;
    max-width: 420px;
    margin: 15px auto auto auto;
}
.testimonial-content{
    position: relative;
	
    top: -25px;
    font-size: 0.8em;
    font-style: italic;
    font-weight: 400;
    width: 90%;
    display: inline;
    padding: 0px;
}
.testimonial-client-img{
    max-width: 75px;
	
    position: relative;
    top: -20px;
}
.testimonial-quote-img{
    max-width: 55px;
	
    position: relative;
    top: -30px;
    vertical-align: bottom;
}
.testimonial-author{
    position: relative;
	
    top: -24px;
    font-size: 0.85em;
}
.ggl-partner-box {
    width: 80%;
    margin: 0 auto;
    padding: 2em;
    border-radius: 8px;
    border: 1px dashed #888888;
    background-color: #fff;
    font-weight: 300;
}
.ggl-partner-box img {
    display: block;
    max-width: 180px;
    height: auto;
    margin: 0 auto 5px auto;
}
.ggl-partner-box p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #484848;
    margin: 0;
}
.vertical_sep{
    max-width: 6px;
	
}
.marginTop{
	margin-top: 1.2em;	
}
.fa{
	margin-right: 5px;
}
.webinar-thank-msg .title{
    color: #A12C00;
	
    font-size: 2em;
}
.webinar-thank-msg{
    padding: 2em;	
    background-color: #fff;
    color: #171716;
    font-size: 1.2em;
}
.pricing-table {
  padding-top: 10px;
}
.pricing-table .container{
	padding: 0px 5px;
}
.pricing-table .pricing {
  marign: 0;
  padding: 0;
  font-family: 'Robot', sans-serif;
}
.pricing-table .pricing .pricing-table {
  padding-bottom: 30px;
}
.pricing-table .pricing .pricing-table .pricing-header {
  position: relative;
  background: #FF5600;
  padding: 10px 22px;
  text-align: center;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  color: #fff;
}
.pricing-table.addons-table .pricing .pricing-table .pricing-header{
	background: #54718E;
}
.pricing-table .pricing .pricing-table .pricing-header .pricing-title {
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0px;
}
.pricing-table .pricing .pricing-table .pricing-header .pricing-rate {
  font-size: 70px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  text-align: center;
  margin-bottom: 0px;
}
.pricing-table .pricing .pricing-table .pricing-header .pricing-rate sup {
  font-size: 24px;
  position: relative;
  top: -20px;
  color: #EBF1F5;
}
.pricing-table .pricing .pricing-table .pricing-header .pricing-rate span {
  font-size: 18px;
  color: #FEFFFF;
  text-transform: uppercase;
}
.pricing-table .pricing .pricing-list {
  padding: 20px 0 20px 0;
  background: #ffffff;
  border: 1px solid #e3e3e3;
}
.pricing-table .pricing .pricing-list ul {
  padding: 5px 8px;
  display: block;
  margin: 0px auto;
  max-width: 380px;
}
.pricing-table .pricing .pricing-list ul li {
  list-style: none;
  border-bottom: 1px solid #EAECEB;
  color: #989898;
  font-size: 14px;
  line-height: 28px;
}
.pricing-table .pricing .pricing-list ul li:last-child {
  border: none;
}
.pricing-table .pricing .pricing-list ul li i {
  margin-right: 12px;
  color: #bdc3c7;
}
.pricing-table .pricing .pricing-list ul li span {
  color: #34495e;
}
.pricing-table .typical-client-cell,.pricing-table .example-business-cell{
    font-weight: 300;
	
    display: none;
    text-align: center;
    padding-top: 10px;
}
.pricing-table .typical-client-cell p,.pricing-table .example-business-cell p{
    margin: 7px 0;
	
}
.small-font{
	font-size: 12px;
}
#addons-title{
	font-size: 32px;
}
.pricing-table .pricing .pricing-list ul li span.setup-fee-label{
    font-size: 12px;
	
    color: inherit;
}
.pricing-list-content{
	text-align: center;
}
.pricing-list-content p{
	text-align: center;
	font-weight: 600;
	margin-top: 10px;
	color: #34495E;
	max-width: 250px;
	margin: 4px auto;
}
.pricing-table .btn{
	background: #FF5600;
	display: block;
	padding: 0.2em 0.5em;
	color: #fff;
	font-size: 1.4em;
	margin-top: 1em;
}

.form-container.alternative form.customform input,
.form-container.alternative form.customform textarea,
.form-container.alternative form.customform select,
.form-container.alternative form.customform input,
.form-container.alternative form.customform textarea, .webinar-form-container form.customform select {
   border-color: #ed9b23;
}

.form-container.alternative .SumoSelect > .CaptionCont,
.form-container.alternative .SumoSelect > .CaptionCont {
    border-color: #ed9b23; 
}

.form-container.alternative .title,
.form-container.alternative .title {
    font-family: 'Lato', sans-serif;
    color: #252525;
    font-weight: 700;
}

.form-container.alternative .title span,
.form-container.alternative .title span {
    color: #a12c00;
}

.fully-complaint{
    margin: 50px 0 100px 0;
}

.block-text 
{
	margin: 30px 0 30px 0;
}

.block

.fully-complaint .title-hr {
    margin-bottom: 5px;
}

@media screen and (max-width: 800px) {
  html {
     font-size: 15px;
  }
  .nav-text {
    color: #fff;
   }
  .right {
  float:none;
  text-align: center;
}
  .logo-img{
	  position: static;
	  margin-top: 74px;
	 }
  .form-container{
	  margin: 0 auto;
  }
  .marginTop{
	  margin-top: 2em;
  }

	header{
		position: fixed;
		top: 0;
		left:0;
		right:0;
		z-index: 1;

	}

	.testimonial
	{
		margin-bottom: 20px;
	}


  .callus
  {
  	float: left;
  	z-index: 7;
  	display: block;
  	position: fixed;
  	top: 0;
  	0: 7px
  	margin-top:;
  	margin-top: 22px;
  }

}
@media screen and (max-width: 600px) {
	 html {
	     font-size: 14px;
	  }
	  
	  #home{
		background: rgb(249, 165, 39);
	}
	h1{
		font-size: 2em;
	}
	.quote-box{
		font-size: 1.5em;
	}
	#home .text-box .body-text{
		font-size: 2.5em;
	}
}

@media screen and (min-width: 1025px) {
    .free-leads {
        font-size: 36px;
        line-height: 40px;
    }
    .footer-bottom .line > div:nth-child(1) {
        text-align: left;
    }
    
    .footer-bottom .line > div:nth-child(2) {
        text-align: right;
    }
}


.Independent-notice
{
	color: #ff3b20;
	padding: 0 0 4px  0 !important;
	margin-top: -24px !important;
	font-weight: 900;
	display: none;
}

.Independent-notice p
{
	font-size: 18px;
}

.agree
{
	margin-top: 6px;
	color:#8d8d8d;
	font-size: 12px;
}

.agree input{
	margin-bottom: 0px !important;
}

.agree label{vertical-align: text-bottom;}