* {
    font-family: "Fira Sans", Arial;
}

.font-arial {
    font-family: Arial;
}
.no-underline {
    text-decoration: none;
}

/* body */
body {
    /* background-image: url("../images/bg-desktop.jpg");
    background-size: 1600px auto;
    background-position: center top;
    background-repeat: no-repeat; */
    background-color: #4b87dc;
}

/* text */
h1,.h1 {
    font-size: 46px;
    font-weight: 700;
}
h2,.h2 {
    font-size: 32px;
    font-weight: 700;
}
h3,.h3 {
    font-size: 28px;
    font-weight: 700;
}
h4,.h4 {
    font-size: 24px;
    font-weight: 700;
}
p {
    font-size: 12px;
}
.p--new {
    font-size: 13px;
    line-height: 1.2;
}
@media screen and (max-width: 767px){
    h1,.h1 {
        font-size: 33px;
    }
    h2,.h2 {
        font-size: 26px;
    }
    h3,.h3 {
        font-size: 21px;
    }
    h4,.h4 {
        font-size: 16px;
    }
    p {
        font-size: 12px;
    }
}

/* text color */
.text-yellow {
    color: #ffca3b;
}
.hover-white:hover,
.focus-white:focus {
    color: #fff;
}

/* form */
.form-control {
    height: 50px;
    font-size: 20px;
}
.input-rounder {
    border-radius: 8px;
}
select {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 20px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #838383;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media screen and (max-width: 767px){
    .form-control,
    select {
        font-size: 16px;
    }
}

/* button */
.btn-primary,
.btn-primary:hover {
    color: #333;
    background: #ffca3b;
    background-image: linear-gradient(#FFEA00,#FFC000);
    border: 0;
    border-bottom: 4px solid #97843f;
    font-size: 30px;
    font-weight: bold;
    text-shadow: none;
    letter-spacing: 0.5px;
}
@media screen and (max-width: 767px){
    .btn-primary {
        font-size: 28px;
    }
}

/* images */
@media screen and (max-width: 767px){
    .img-1000 {
        width: 267px;
    }
    .img-credit-card {
        width: 212px;
    }
}

/* width */
.width-step-1 {
    width: 435px;
    margin-inline: auto;
}
.width-step-2 {
    width: 620px;
    margin-inline: auto;
}
@media screen and (max-width: 767px){
    .width-step-1 {
        width: 90%;
    }
    .width-step-2 {
        width: 90%;
    }
}

/* container */
.container {
    width: 100%;
    max-width: 755px;
}

/* logo */
.header__logo {
    width: 263px;
}
@media screen and (max-width: 767px){
    .header__logo {
        width: 195px;
    }
}

/* margin */
@media screen and (max-width: 767px){
    .mb-mobile {
        margin-bottom: 0.5rem !important;
    }
}

/* footer */
.footer {
    margin-bottom: 50px;
}
.footer__content {
    background: none;
    border-radius: 12px;
    text-align: center;
    padding: 5px 5px;
}
.footer__content a,
.footer__content a:hover,
.footer__content a:focus {
    text-decoration: none;
    color: #fff;
}

/* main step 1 */
.main--step-1 {
    margin-bottom: 200px;
}

/* optin */
.form-optin {
    border: 1px solid #ff5656;
    border-radius: 5px;
    width: 100%;
    height: 52px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
    padding-right: 15px;
    background: url(../images/arrow-right.png);
    background-size: 17px auto;
    background-position: left 5px center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #ffe7e7;
}
.form-optin.checked {
    border-color: #10af00;
    background-image: none;
    background-color: #10af00;
}
.form-optin.checked .form-optin__label {
    color: #fff;
}
.form-optin input {
    display: none;
}
.form-optin input:checked ~ .form-optin__checkbox {
    background-color: #fff;
}
.form-optin input:checked ~ .form-optin__checkbox::after,
.form-optin input:checked ~ .form-optin__checkbox::before {
    display: block;
}
.form-optin .form-optin__checkbox {
    display: inline-block;
    min-width: 28px;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    background-color: #fff;
    margin-right: 10px;
    border: 1px solid #ff5656;
}
.form-optin.checked .form-optin__checkbox {
    border-color: #fff;
}
.form-optin .form-optin__checkbox::after {
    content: "";
    display: flex;
    height: 20px;
    width: 20px;
    background: #10af00;
    opacity: 1;
    border-radius: 3px;
    margin-top: 3px;
    margin-left: 3px;
    display: none;
}
.form-optin .form-optin__checkbox::before {
    content: "";
    position: absolute;
    height: 12px;
    width: 7px;
    display: flex;
    border-right: solid 3px #fff;
    border-bottom: solid 3px #fff;
    transform: rotate(45deg);
    margin-top: 5px;
    margin-left: 10px;
    opacity: 1;
    display: none;
}
.form-optin .form-optin__label {
    font-size: 12px;
    color: #ff5656;
    line-height: 14px;
}
@media screen and (max-width: 767px) {
    .form-optin {
        padding-left: 22px;
        padding-right: 5px;
        background-size: 14px auto;
    }
    .form-optin .form-optin__checkbox {
        min-width: 23px;
        width: 23px;
        height: 23px;
        margin-right: 5px;
    }
    .form-optin .form-optin__checkbox::after {
        height: 17px;
        width: 17px;
        margin-left: 2px;
        margin-top: 2px;
    }
    .form-optin .form-optin__checkbox::before {
        height: 10px;
        width: 6px;
        margin-top: 4px;
        margin-left: 8px;
    }
    .main--step-1 {
        margin-bottom: 100px;
    }
}

/* TCPA MODAL AND BLOCK CSS*/
#consent-bold{
    font-size: 12px;
}

.tcpadiv {
    display: grid;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #9e9993;
    background-color:#FFF;
    /* Make this 1fr 4fr on anything not small / mobile */
    grid-template-columns: 1fr 4fr;
    grid-gap: 10px;
    padding: 5px;
    color: #4b4b4b;
    align-items: center;
    border: 1px solid #ff5d5d;
    border-radius: 6px;
    display: flex;
    min-height: 55px;
}
.tcpadiv p, .tcpadiv button {
    font-size: 12px;
}
.modal_TCPA_confirmation {
    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(187,187,187,0.65);
}

.modal_TCPA_container {
    font-family: "Lato", sans-serif !important;
    background: #fff;
    max-width: 500px;
    width: 100%;
    margin: 15% auto;
    border-radius: 8px;
    padding: 8px;
}

.modal_TCPA_container .button_action {
    display: flex;
    justify-content: center;
    min-height: 50px;
    margin-bottom: 2rem;
}

.modal_TCPA_container .button_action a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    width: 100%;
    margin: 0 12px;
    border: 1px solid #a6a6a6;
    text-decoration: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1.25em;
    font-weight: 600;
}

.modal_TCPA_container .title {
    margin: 3px auto 5% auto;
    color: #83d2ff;
    width: 100%;
    font-size: 24px;
    text-align: center;
}

.modal_TCPA_confirmation .modal_TCPA_container .title h1 {
    color: #ff5d5d;
}

.modal_TCPA_container .reminder {
    margin: 0 0 5% 0;
    color: #a6a6a6;
    font-size: 1.2em;
    text-align: center;
}

.modal_TCPA_container .reminder {
    color: #909090;
}

.modal_TCPA_confirmation .modal_TCPA_container .button_action a:first-child {
    border: 1px solid #5aa362;
}

.modal_TCPA_container .button_action .confirm {
    background: #5aa362;
    color: #fff;
}

.modal_TCPA_confirmation .modal_TCPA_container .button_action .disregard {
    color: #a6a6a6;
}
@media only screen and (max-width: 420px) {
    /* mobile */
    .tcpadiv {
        grid-template-columns: 1fr 1.5fr;
        font-size: 11px;
    }
    .tcpadiv p, .tcpadiv button {
        font-size: 11px;
    }
    .modal_TCPA_container .button_action a {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 300px;
        width: 100%;
        margin: 0 12px;
        border: 1px solid #a6a6a6;
        text-decoration: none;
        border-radius: 6px;
        cursor: pointer;
        font-size: 1.25em;
        font-weight: 600;
    }

    .modal_TCPA_confirmation .modal_TCPA_container {
        width: 90%;
        top: 14%;
        position: relative;
    }

    .modal_TCPA_container .title h1 {
        font-size: 1.25em;
        line-height: 28px;
    }

    .modal_TCPA_container .button_action {
        display: flex;
        justify-content: center;
        min-height: 50px;
    }
                                    }
    @media screen and (max-width: 500px) { 
    .modal_TCPA_container .button_action a {
        height: 50px;
        max-width: 300px;
        margin-bottom: 15px;
    }

    .modal_TCPA_container .button_action {
        flex-direction: column;
        width: 100%;
        align-items: center;
        margin-bottom: 1rem;
    }
    }
.iagree {
    width: 16px !important;
    height: 16px !important;
    /*margin-right: 5px !important;*/
    margin-top: 0 !important;
    background: none;
    border: none;
}

