@font-face {
    font-family: 'high_summit';
    src:  url('/asset/font/high_summit.ttf')  format('truetype')
}
.signature_preview{
    font-family: 'high_summit';
    font-size: 50px;
    display: none;
}
* {
    box-sizing: border-box;
}
.steps.clearfix a {
    font-size: 0;
    color: transparent;
}

footer.page-footer {
    display: flex;
    margin-bottom: 40px;
}

.page-footer .footer-bottom {    align-self: flex-start;
    display: block;
    margin: auto;
}
.rc-form form {
    min-height: 600px;
    /*width: 50%;*/
}
.regi-prompt{
    display: inline-block;
    width: 100%;
    line-height: 2;
}
.wizard{
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 50px 40px 50px 40px;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    /*min-width: 500px;*/
}
.ccicon{
    top: calc(50% - 7px) !important;
}
.logo{
    max-width: 400px;
    display: block;
    margin: auto auto 20px;
}
.rs-button{
    padding: 0;
    border: none;
    display: grid;
    margin-bottom: 20px;
    /*height: 54px;*/
    width: 100%;
    line-height: 3.5;
    letter-spacing: 1.3px;
    align-items: center;
    background: #fc3;
    font-family: "Muli-Bold";
    cursor: pointer;
    position: relative;
    padding-left: 34px;
    text-transform: uppercase;
    text-align: center;
    /*color: #fff;*/
    color: #333333;
    border-radius: 27px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding-right: 34px;
}
.rs-button.white{
    /*background: #fff;*/
    color: #666;
}
.rs-button:hover{
    background: #c9a630;
}
.rs-button.white:hover{
    background: #e5e5e5;
}
.rs-button.next{
    /*padding-right: 60px;*/
}
.rs-button.blue{
    background: #00c0ef ;
    color: white;
}
.rs-button.blue:hover{
    background: #03657a;
}

.rs-button.next:before {
    content: "";
    font-size: 18px;
    position: absolute;
    /*left: 140px;*/
    top: -5px;
    right: 34px;
    font-family: Material-Design-Iconic-Font;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.section-step-2{
    display: grid;
}
.opt-info{
    color: #6c6c6c;
}
.s4-cc-additional{
    margin-top: 15px;
}
.s4-cc-additional a{
    color: #fff;
}
#promo-code-hide{
    display: none;
}
.show-input{
    display: flex!important;
}
.payment-info-ach{

}
.payment-info-ach a{
    width: 100%!important;
    line-height: 3.5;
    margin-bottom: 10px;
}
.payment-info-back{
    margin-top: 0px!important;
}
.cc-content-info a{
    color: #fff;
}
.cc-content-info{
    margin-top: 15px;
}
.rs-button.before{
/*padding-left: 60px;*/
}
.rs-button.before:before {
    content: "";
    left: 32px;
    font-size: 18px;
    position: absolute;
    top: -5px;
    /*right: 121px;*/
    font-family: Material-Design-Iconic-Font;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.rs-button:hover:before {
-webkit-animation-name: hvr-icon-wobble-horizontal;
animation-name: hvr-icon-wobble-horizontal;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}

a.forgotten-password {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-top: 30px;
    margin-bottom: -30px;
    display: block;
    color: white;
    font-size: 16px;
}

a.forgotten-password:hover {
    color: #c9a630;
}
.rs-button.block{
display: flex;
margin-bottom: 15px;
}
.floatRight{
float: right;
}

.callout-error {
border-radius: 5px;
margin: 0 0 20px 0;
padding: 15px 30px 15px 15px;
border-left: 5px solid #eee;
background: white;
}




body.registration{min-height: auto;}
body.registration .wrapper.rc-form{height: auto; min-height: 95vh}
/*body.registration form.form_for_submit{    margin-bottom: 100px;}*/

.section-step-2 .form-row {
display: none;
}
.wizard.clearfix.step-2 > .actions {
display: none;
}
.wizard.clearfix.step-2.selected_2 > .actions {
display: block;
}

label.error {position: absolute;left: 0;bottom: -18px;width: 100%;color: #ad0000;    font-weight: 700;}
input.form-control.error {margin-bottom: 10px;}


/***/

.form_for_submit h4{
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
}
.wizard > .steps ul:before{display: none}
.wizard > .steps ul:after{display: none}
.wizard > .steps ul li.before {
    position: absolute;
    font-size: 20px;
    font-family: Material-Design-Iconic-Font;
    bottom: 20px;
    transition: all 0.5s ease;
}
.wizard > .steps ul li.after {
    height: 12px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
}

section.section-step-2.error .select-info-provided {
    display: none;
}

section.section-step-2.error .form-row {
    display: flex;
}

.t_and_a_div {
    /*max-width: 500px;*/
    max-height: 300px;
    overflow: auto;
    border: 2px solid;
    padding: 20px;
    margin-bottom: 15px;
}
.t_and_a_div p {margin-bottom: 20px;}
.checkbox-circle label.error {
    min-width: 190px;
    bottom: -30px;
    padding: 0;
}

.callout.callout-error {
    max-width: 500px;
    margin: 20px auto;
}

body.payment_list form {
    width: 65%;
    /*width: 100%;*/
}
.payment-info-ach{
    display: grid;
}
body.payment_list table {
    width: 100%;
    border-collapse: collapse;
}

body.payment_list table, body.payment_list th, body.payment_list td {
    border: 1px solid white;
    padding:5px 10px;
    border-radius: 30px;
}
body{
    background: rgb(17,17,23);
    background: aliceblue;
    background-color: #333333 !important;
}

.page404-text {
    margin-top: -.08em;
    padding: 0 50px;
    font-size: 180px;
    line-height: 1em;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

.page404-info h2.h1-style.mb-0 {
    text-align: center;
    margin-bottom: 35px;
}
select option {
    color: rebeccapurple;
}

div#stateautocomplete-list {position: relative;z-index: 1000;padding: 5px 15px;border: 1px solid;width: 100%;margin-top: 6px;border-radius: 10px;box-sizing: border-box;}
div#stateautocomplete-list:empty {
    display: none;
}
select.form-control {
    text-transform: none;
}
span.activate_promo_code {
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
}
div#stateautocomplete-list > div {
    cursor: pointer;
}

div#stateautocomplete-list > div:hover {
    font-weight: bold;
}

.form-row{
    position: relative;
}
.form-row{
    position: relative;
}
.form-row .form-holder{
    position: unset;
}
.form-row.error {
    position: relative;
    padding-bottom: 25px;
}

.form-row.error label.error {
    bottom: -8px;
}

.form-row.error input ,.form-row.error select {
    border: 1px solid red;
}
.ten-countdown_box{
    text-align: center;width: 100%;
}
#ten-countdown {
    /* text-align: center; */
    border: 5px solid #ffffff;
    display:inline;
    padding: 5px;
    color: #ffffff;
    font-family: Verdana, sans-serif, Arial;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
}
div#wizard {
    margin-bottom: 70px;
}
.wizard > .steps ul{
    bottom: -50px;
}

.callout.callout-success {
    border-radius: 5px;
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
    background: white;
}
.form-row.email.error {
    padding-bottom: 50px;
}
@media (max-width: 459px){
    .rc-form form{
        width: 100%!important;
    }
    .logo{
        max-width: 100% !important;
    }
}
@media (max-width: 767px){
    .form-row{
        margin-bottom: 5px;
    }
}
@media (min-width: 991px){
    .registration .rc-form form{
        width: 50%;
    }
}
