body{
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    color: #000;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
    font-family: arial;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.err_msg{
    color: #fffc00;
}
a{
    text-decoration: none;
    outline: none;
    color: #716d6d;
    cursor: pointer
}
a:hover{
    text-decoration: none;
    color: #000
}
img, div{
    border: 0
}
ul, li{
    list-style: none;
    margin: 0;
    padding: 0
}
p{
    margin: 10px 0 10px 0;
    padding: 0
}
h1, h2, h3, h4{
    margin: 0;
    padding: 0;
    font-weight: normal;
}
h1{
    font-size: 17px;
    margin: 15px 0 15px 0;
    color: #480404
}
h2{
    font-size: 15px;
    margin: 15px 0 15px 0;
    color: #480404
}
input:focus, textarea:focus, select:focus{
    outline: none
}
input, textarea, select{
}
.header span.call a{
    color: #fff
}
.clear{
    clear: both
}
.left{
    float: left
}
.right{
    float: right
}
.arht{
    text-align: right
}
.alft{
    text-align: left
}
.acenter{
    text-align: center
}
.center{
    margin: 0 auto
}
.vcenter{
    vertical-align: middle
}
.header{
    padding: 32px 0 20px 0px;
    overflow: hidden;
    width: 100%;
}
.header .logo{
    float: left;
    padding: 0 0 30px 64px
}
.header .logo img{
    width: 255px
}
.header p{
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 30px;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    line-height: 18px;
}
.header p:last-child{
    padding: 0 0 0 0
}
.header p span{
    font-family: arial;
    display: block;
}
.header span.call{
    float: left;
    padding: 0 0 0 51px;
    display: block;
    font-family: arial;
    font-size: 24px;
    color: #fff;
   
}
.header span.call.premion{
    font-size: 22px;
}
.container{
    padding: 0 0 60px 80px;
    overflow: hidden
}
.main-content .container{
    padding: 0 0 15px 80px;
    overflow: hidden
}
.container h1{
    margin: 0 0 0 0;
    padding: 0 0 26px 0;
    font-family: arial;
    font-size: 35px;
    line-height: 45px;
    color: #fff;
    text-transform: uppercase
}
.container h2{
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    font-family: arial;
    margin: 0 0 0 0;
    padding: 0 0 26px 0
}
.signup{
    width: 390px;
    background: #b02834;
    padding: 20px
}
.signup input{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    line-height: normal;
    height: 30px;
    padding: 0 16px;
    color: #000;
    font-size: 14px;
    font-family: arial;
    border: none;
    margin: 0 0 20px 0
}
.signup input:focus{
    color: #000
}
.signup input.left , .signup input.right{
    width: 48%;
}
.signup input::-webkit-input-placeholder{
    color: #000;
    line-height: normal;
    height: 45px
}
.signup input::-moz-placeholder{
    color: #000;;
    line-height: normal;
    height: 45px
}
.signup input:-ms-input-placeholder{
    color: #000;;
    line-height: normal;
    height: 45px
}
.signup input:-moz-placeholder{
    color: #000;;
    line-height: normal;
    height: 45px
}
.signup input:focus::-webkit-input-placeholder{
    color: #000;
}
.signup input:focus::-moz-placeholder{
    color: #000;
}
.signup input:focus:-ms-input-placeholder{
    color: #000;
}
.signup input:focus:-moz-placeholder{
    color: #000;
}
.signup .div-right{
    width: 48%;
    float: right;
}
.signup .div-left{
    width: 48%;
    float: left;
}
.signup textarea{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    line-height: normal;
    height: 30px;
    padding: 5px 16px;
    color: #000;
    font-size: 14px;
    font-family: arial;
    border: none;
    margin: 0 0 20px 0
}
.signup textarea:focus{
    color: #000
}
.signup textarea.left , .signup textarea.right{
    width: 48%;
}
.signup textarea::-webkit-input-placeholder{
    color: #000;
    line-height: normal;
    height: 45px
}
.signup textarea::-moz-placeholder{
    color: #000;;
    line-height: normal;
    height: 45px
}
.signup textarea:-ms-input-placeholder{
    color: #000;;
    line-height: normal;
    height: 45px
}
.signup textarea:-moz-placeholder{
    color: #000;;
    line-height: normal;
    height: 45px
}
.signup textarea:focus::-webkit-input-placeholder{
    color: #000;
}
.signup textarea:focus::-moz-placeholder{
    color: #000;
}
.signup textarea:focus:-ms-input-placeholder{
    color: #000;
}
.signup textarea:focus:-moz-placeholder{
    color: #000;
}
.signup label{
    display: block;
    color: #fff;
    font-family: arial;
    font-size: 10px;
    text-shadow: none;
}
.signup label input{
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: middle;
    margin: -3px 4px 0 0;
    border: none;
    padding: 0 0 0 0;
}
.signup input.button{
    line-height: 40px;
    height: 40px;
    color: #fff;
    background: #FF6600;
    font-size: 15px;
    font-family: arial;
    cursor: pointer;
    font-weight: bold;
    margin: 15px 0 0 0;
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,.3);
}
.signup input.button.text-request{
	background:#6b060f;
	margin-top:0px;
}
.signup input.button:hover{
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.7);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.7);
    box-shadow: 0px 0px 5px rgba(0,0,0,.7);
}
a.home-link{
    display: inline-block;
    text-align: left;
    width: 581px;
    padding: 0 39px 0 0;
    line-height: 30px;
    color: #fff;
    font-family: arial;
    font-size: 16px;
    background: url(../images/arrow.png) no-repeat right top;
    margin: 15px 0 0 0
}
a.home-link span{
    font-family: arial;
}
.footer{
    height: 50px;
    line-height: 50px;
    background: url(../images/footer-bg.jpg) repeat-x top;
    padding: 0 0 0 0;
    width: 100%;
    position: fixed;
    bottom: 0px;
    text-shadow: none;
}
.footer .left{
    padding: 0 0 0 30px;
    color: #fff;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}
.footer .spanish{
    padding: 0 0 0 5px !important;
    color: #fff;
    font-size: 11px !important;
    font-family: Times New Roman, Georgia, Serif !important   ;
}
.footer .left a{
    color: #fff
}
.footer .right{
    padding: 12px 30px 0 0
}
.footer .right img{
    vertical-align: top;
    margin: 0 0 0 6px;
    width: 32px
}
.footer .spanish-r{
    padding: 12px 10px 0 0 !important;
}
.mobile-text{
    display: none
}
.h1_box{
    width: 50%;
}
.p_box{
    width: 35%;
    display: inline-block;
    float: left;
    margin-left: 2%;
    color: #FFF;
    font-size: 14px;
    font-family: arial;
}
.tel-sec{
    width: 20%;
    display: inline-block;
}
.tel-text{
    float: left;
}
.tel-text p{
    background-color: #B02834;
    padding: 10px;
    border: 4px solid #6b060f;
    margin-top: 10px;
    margin-left: 51px;
    width: 100%;
}
.tel-text a{
    display: block;
    background: #B02834;
    text-align: center;
    color: #fff;
    font-family: arial;
    font-size: 24px;
    line-height: 40px;
    margin: 0 0 0 0;
    text-shadow: 0 0 5px #f00;
}
.header .p_box .call{
    display: none;
}
.disclaimer-text{
    color: #fff;
    margin-top: 10px;
}
.container.page-text{
    margin-top: 15px;
    line-height: 1.25;
    text-shadow: none !important;
    font-size: 14px;
    padding-right: 15px;
}
.container.page-text h2{
    font-size: 20px;
    padding-bottom: 10px;
    color: #000;
}
.container.page-text p{
    color: #000;
}
.container.page-text ul li{
    color: #000;
}
.main-content .container{
    padding-bottom: 15px;
}
.container .pgtitle{
    
        margin: 0 0 0 0;
        padding: 0 0 26px 0;
        font-family: arial;
        font-size: 35px;
        line-height: 45px;
        color: #fff;
        text-transform: uppercase;
   
}
.container.page-text{
    font-size:16px;
    line-height: 1.5;
}
.container.page-text h1{
    color:#000;
    font-size: 36px;
    line-height: 1.25;
    padding-bottom: 0px;
    text-transform: none;
}
.container.page-text h2{
    color:#000;
    font-size: 28px;
    line-height: 1.25;
}
.container .con-text {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    font-family: arial;
    margin: 0 0 0 0;
    padding: 0 0 26px 0;
}
.footer-div {
	width:50%;
}
@media only screen and (min-width:768px) and (max-width:1023px){
    .header , .container{
        margin: 0 auto;
    }
    .header .logo{
        padding: 15px 0 0 15px
    }
    .header .logo img{
        width: 250px
    }
    .header p{
        padding: 15px 0 0 30px
    }
    .header span.call{
        margin: 15px 0 0 15px
    }
    .container{
        padding: 0 0 70px 30px
    }
    .p_box{
        width: 33%;
        padding: 15px 0px 0px;
    }
    .h1_box{
        width: 100%;
    }
}
@media only screen and (min-width:500px) and (max-width:767px){
    .header , .container{
        width: 500px;
        margin: 0 auto
    }
    .header .logo{
        padding: 15px 0 0 15px;
        text-align: center;
        float: none
    }
    .header .logo img{
        width: 250px
    }
    .header p{
        padding: 15px 0 0 0px;
        text-align: center
    }
    .header span.call{
        margin: 15px 0 0 139px
    }
    .container{
        padding: 0 0 70px 0px
    }
    .container img{
        max-width: 100%
    }
    .main-content .container h2{
        font-size: 20px;
        text-shadow: 1px 0 2px rgba(0,0,0,.8)
    }
    .signup{
        width: 440px;
        background: #b02834;
        padding: 30px
    }
    a.home-link{
        width: 461px;
        padding: 0 39px 0 0;
        text-shadow: 1px 0 2px rgba(0,0,0,.8)
    }
    .container h1{
        font-size: 45px;
        line-height: 55px;
    }
    .h1_box{
        width: 100%;
        text-align: center;
    }
    
}
@media only screen and (max-width:767px){
    .p_box{
        display: block;
        width: 100%;
        padding: 15px 0px 0px;
        font-size: 14px;
        color: #FFF;
        text-align: center;
        margin-left: 0px;
    }
    .big_text, .con-text{
        display: none;
    }
    .content{
        padding-bottom: 0px;
    }
    .main-content{
        min-height: 10px !important;
        background-position-x: right;
    }
    .footer{
        position: relative;
    }
}
@media only screen and (max-width:499px){
    .header , .container{
        width: 90%;
        margin: 0 auto
    }
    .header{
        padding: 0px 0 0px 0px
    }
    .header .logo{
        padding: 15px 0 0 15px;
        text-align: center;
        float: none
    }
    .header .logo img{
        width: 250px
    }
    .header p{
        display: none
    }
    .header .p_box .call{
        display: block;
    }
    .header span.call{
        float: none;
        padding: 0px;
        line-height: 50px;
    }
    .container{
        padding: 0 0 0px 0px
    }
    .main-content .container{
        padding: 0 0 15px 0px
    }
    .container img{
        max-width: 100%
    }
    .container h1{
        padding-bottom: 10px
    }
    .container h2{
        display: none
    }
    .container.page-text h2{
        display: block
    }
    .mobile-text{
        display: block;
        text-align: center;
    }
    .mobile-text p{
        font-family: arial;
        color: #fff;
        font-size: 16px;
        background-color: #B02834;
        padding: 10px;
        border: 4px solid #6b060f;
        margin-bottom:15px;
    }
    .mobile-text a{
        display: block;
        background: #B02834;
        text-align: center;
        color: #fff;
        font-family: arial;
        font-size: 38px;
        line-height: 60px;
        margin: 0 0 0 0;
        text-shadow: 0 0 5px #ff0000
    }
	.mobile-text a.text-message{
        display: block;
        background: #B02834;
        text-align: center;
        color: #fff;
        font-family: arial;
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 0 0;
        text-shadow: 0 0 5px #ff0000
    }
    .signup{
        width: 90%;
        background: #b02834;
        padding: 5%
    }
    .signup input{
        line-height: normal;
        height: 30px;
        padding: 0 15px;
        font-size: 14px;
    }
    .signup input.button{
        line-height: 50px;
        height: 50px;
        font-size: 16px;
        font-family: arial;
    }
    a.home-link{
        display: block;
        padding: 0 39px 0 0;
        text-shadow: 1px 0 2px rgba(0,0,0,.8);
        line-height: 24px;
        background: url(../images/arrow.png) no-repeat right 7px;
    }
    .footer{
        height: 120px;
        line-height: 15px;
        background: url(../images/footer-bg.jpg) repeat-x top;
        background-size: 1px 120px;
    }
    .footer .left{
        font-size: 12px;
        padding: 15px 0 0 0
    }
    .footer .spanish{
        font-size: 12px !important;
        padding-right: 10px !important;
    }
    .footer .left , .footer .right{
        float: none;
        text-align: center
    }
    .container h1{
        font-size: 30px;
        line-height: 35px;
    }
    .signup input::-webkit-input-placeholder{
        color: #000;
        line-height: normal;
        height: 40px
    }
    .signup input::-moz-placeholder{
        color: #000;;
        line-height: normal;
        height: 40px
    }
    .signup input:-ms-input-placeholder{
        color: #000;;
        line-height: normal;
        height: 40px
    }
    .signup input:-moz-placeholder{
        color: #000;;
        line-height: normal;
        height: 40px
    }
    .h1_box{
        width: 100%;
        text-align: center;
    };
}
#e2wget5widget {
	font-family: Arial,sans-serif !important;
	max-width: 100%!important;
	margin: 0 auto;
	padding: 10px;
}
.logo-next div.lppagetitle {
	font-family: Calibri !important;
	color: #fff;
	font-size: 28px;
	padding-top: 0px;
	margin-bottom: 5px;
	line-height: 1 !important;
	font-weight: bold;
	text-shadow: none !important;
}
.logo-next3 div.lppagetitle {
	padding-right: 12px;
	padding-left: 0px;
    color: #fff;
}