#omForm {
    border: .8rem solid #00b77b !important;

}

#omForm .omStepLabel {
    color: #00b77b !important;

}

#omForm .btnNext {
    border: none !important;
    background: #00b77b !important;
}

#omFormContent .form-progress div.active span {
    background: #ff9600 !important;
    text-shadow: none !important;
}

#omFormContent .form-progress div.active {
    color: #666 !important;
}

#omFormContent .form-progress div {
    color: #c6c6c6 !important;

}

#omFormContent a {

    color: #00b77b !important;
}

#omForm input[type=radio]:checked + label::before, #omForm .om_radios label.checked::before {
    background-color: #ff9600 !important;

}

.main {
    margin: 0;
    padding: 0;
}

.main .content {
    margin: 0;
    padding: 90px 0 0 0;
}

.inside {
    margin: 0;
    padding: 0;
}

/*.inside .content {*/
/*    padding: 90px 0 90px 0;*/
/*}*/

.inside .content__title {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 386px;
    position: relative;
    background-position: 0 0;
    background-size: cover;
}

.inside .content__title h1 {
    padding-top: 90px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Graphik Bold';
    color: #FFF;
    font-size: 55px;
}

@media (max-width: 720px) {

    .inside .content__title h1 {
        padding-top: 70px;
        font-size: 32px;
    }

    .inside .content__title {
        height: 286px;
    }
}

@media (max-width: 360px) {

    .inside .content__title h1 {
        padding-top: 60px;
        font-size: 24px;
    }

    .inside .content__title {
        height: 186px;
    }
}


html.webp .inside .content__title {
    background-image: url(../images/portal_bg.webp);
    background-size: cover;
    height: 480px;
}

/*body.page-id-89 .inside.portal .content__wrap {*/
#login__portal__form {
    padding-top: 0;
    position: relative;
    top: -120px;
}

.inside .content__wrap {
    max-width: 1250px;
    margin: 0 auto;
    padding-top: 32px;
}

@media (max-width: 1250px) {

    .inside .content__wrap {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

}


.block__intro {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 780px;
    position: relative;
    background-position: 0 0;
    background-size: cover;
}

html.no-webp .block__intro {
    background-image: url('./CustomerLanding/cash.jpg');
}

html.webp .block__intro {
    background-image: url('./CustomerLanding/cash.webp');
}

.block__intro::before {
    position: absolute;
    width: 50%;
    left: 0;
    bottom: 0;
    border-bottom: 20px solid white;
    border-right: 50px solid transparent;
    display: block;
    content: " ";
}

.block__intro::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    right: 0;
    border-bottom: 20px solid white;
    border-left: 50px solid transparent;
    display: block;
    content: " ";
}


.block__intro .content__wrap {
    max-width: 1250px;
    margin: 0 auto;


}

.block__intro h1 {
    margin: 0;
    padding: 82px 0 0 0;
    font-family: 'Graphik Semibold';
    font-size: 76px;
    font-weight: 400;
    color: #FFF;
    line-height: 0.96;
}

.block__intro span {
    position: relative;
    z-index: 2;
    display: inline-block;
}


.block__intro span:after {
    content: " ";
    padding-top: 76px;
    width: 100%;
    border-bottom: 6px #ff9600 solid;
    position: absolute;
    z-index: -1;
    top: -10px;
    left: 0;
}

.block__intro h2 {
    font-family: 'Graphik Regular';
    font-size: 26px;
    color: #FFF;
    font-weight: 900;
    margin: 0;
    padding: 12px 0 20px 0;
}


.block__intro .box__form {
    padding: 12px 28px;
    width: 533px;
    height: 390px;
    background: #FFF;
    border-radius: 10px;

}

.block__intro .title {
    color: #666666;
    font-family: 'Graphik Bold';
    font-size: 20px;
}

#form__start__loan_request_amount {
    display: block;
    font-size: 22px;
    font-weight: 900;
    color: #666666;
    font-family: 'Graphik Regular';

    line-height: 1.3;
    padding: 18px 24px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    border: 1px solid #bebebe;
    border-radius: 5px;
    appearance: none;
    background-color: #fff;
    text-align: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='292.4' height='292.4'%3E%3Cpath fill='%23666' d='M287 69.4a17.6 17.6 0 0 0-13-5.4H18.4c-5 0-9.3 1.8-12.9 5.4A17.6 17.6 0 0 0 0 82.2c0 5 1.8 9.3 5.4 12.9l128 127.9c3.6 3.6 7.8 5.4 12.8 5.4s9.2-1.8 12.8-5.4L287 95c3.5-3.5 5.4-7.8 5.4-12.8 0-5-1.9-9.2-5.5-12.8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    position: relative;
    text-align-last: center;
}


#form__start__loan_request_amount option {
    font-weight: normal;
}

.form__start__fico__wrap {
    font-size: 14px;
    font-family: 'Graphik Regular';
    color: #666;
    padding-top: 6px;
}

#form__start__submit {
    margin-top: 12px;
    background: #ff9600;
    color: #FFF;
    font-size: 24px;
    font-family: 'Graphik Bold';
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding: 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.form__start__returning__wrap {
    font-size: 14px;
    font-family: 'Graphik Regular';
    color: #666;
    position: relative;

    padding: 4px 0 0 16px;
}

.form__start__returning__wrap a {
    font-size: 14px;
    font-family: 'Graphik Regular';
    color: #666;

}

.form__start__returning__wrap::before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 7px;
    font: 12px FontAwesome;
    color: #666;
    content: "";
}

.icon__color__green {
    fill: #00b67a;
}

.icon__color__grey {
    fill: #333333;
}

.icon__color__white {
    fill: #FFF;
}


.block__why {
    background: #f2f2f2;
}

.block__why .content__wrap {
    max-width: 1250px;
    margin: 0 auto;
    padding: 96px 0;
}

.block__why h2 {
    font-family: 'Graphik Bold';
    font-size: 45px;
    text-align: center;
    color: #333;
    text-transform: uppercase;
    padding-bottom: 76px;
}

.items_why {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 90px;
}

.items_why h3 {
    text-align: center;
}

.items_why .icon__svg {
    margin: 0 auto;
    display: block;
}


.block__returning__customers {
    background: #FFF;
}

.block__returning__customers .content__wrap {
    max-width: 1250px;
    margin: 0 auto;
    padding: 96px 0;
    text-align: center;
}

.block__returning__customers h2 {
    font-family: 'Graphik Bold';
    font-size: 45px;
    text-align: center;
    color: #333;
    text-transform: uppercase;
    padding-bottom: 0;
    margin: 0;
}

.block__returning__customers h3 {
    font-family: 'Graphik Bold';
    font-size: 16px;
    text-align: center;
    color: #333;
    padding: 0;
    margin: 0;
}

.block__returning__customers a {
    font-weight: 900;
    color: #ff9600;
    text-decoration: none;
}

a.button__returning__customers {
    background: #00b67a;
    color: #FFF;
    padding: 16px 94px;
    font-family: 'Graphik Bold';
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 24px;
    text-decoration: none;
}

a.button__returning__customers::before {
    content: '';
    display: inline-block;
    padding-top: 32px;

}


html.no-webp .block__apply__now {
    background: url('./CustomerLanding/apply_now.jpg');
    background-position: 0 0;
    background-size: cover;
}

html.webp .block__apply__now {
    background: url('./CustomerLanding/apply_now.webp');
    background-position: 0 0;
    background-size: cover;
}

.block__apply__now {
    min-height: 462px;

}

.block__apply__now .content__wrap {
    max-width: 1250px;
    margin: 0 auto;
    padding: 96px 0;
    text-align: center;
}

.block__apply__now h2 {
    font-family: 'Graphik Bold';
    font-size: 45px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    padding-bottom: 0;
    margin: 0;
}

.block__apply__now h3 {
    font-family: 'Graphik Bold';
    font-size: 60px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    padding-bottom: 0;
    margin: 0;
}


a.button__apply__now {
    background: #ff9600;
    color: #FFF;
    padding: 16px 94px;
    font-family: 'Graphik Bold';
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 24px;
    text-decoration: none;
}


.block__steps {

    min-height: 380px;


}

.block__steps .content__wrap {
    max-width: 1250px;
    margin: 0 auto;
    padding: 96px 0;

}


.progress__bar {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
}

.progress__step {
    position: relative;
    text-align: center;
}


.icon__wrap {
    margin: 0 auto;
    background: #FFF;
    width: 118px;
    height: 118px;
    border: 3px #d7d7d7 solid;
    border-radius: 50%;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.icon__wrap.green {
    background: #00b67a;
    border: 3px #00b67a solid;
}


.icon__wrap {
    padding-top: 24px;
}

.icon__wrap .step {
    background: #ff9600;
    color: #FFF;
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-family: 'Graphik Bold';
    font-size: 16px;
    border-radius: 50%;
    border: 2px #FFF solid;
    position: absolute;
    top: 43px;
    right: -16px;
    text-align: center;
}


.progress__step::after {
    width: 100%;
    height: 8px;
    content: '';
    position: absolute;
    background-color: #d7d7d7;
    top: 58px;
    left: 0;
    z-index: -1;

}

.progress__step.step1::after {
    left: 50%;
}

.progress__step.step4::after {
    left: -50%;
}


.icon__wrap.green::before {

    height: 8px;
    content: '';
    position: absolute;
    background-color: #00b67a;
    width: 25px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    top: 55px;
    left: -25px;
    z-index: 0;
}

.progress__step.step4 .icon__wrap::before {

    height: 8px;
    content: '';
    position: absolute;
    background-color: #d7d7d7;
    width: 25px;

    top: 55px;
    left: 118px;
    z-index: 0;


    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.progress__step, .progress__step p {
    margin: 0;
    padding: 0;
    color: #666;

}

.progress__step .step__title {
    color: #333;
    font-family: 'Graphik Bold';
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 32px;
    line-height: 1;
}

.block__contact .content__wrap {
    max-width: 1250px;
    margin: 0 auto;
    padding: 96px 0;
    display: grid;
    grid-template-columns: 4fr 3fr;
    gap: 32px;


}

.block__contact h3 {
    font-family: 'Graphik Bold';
    font-size: 45px;
    text-align: left;
    color: #333;
    padding-bottom: 0;
    margin: 0;
}


.block__contact .content__wrap .wpcf7 input[type='text'], .block__contact .content__wrap .wpcf7 input[type='email'] {
    padding: 12px 7px;
    width: 90%;
    border-radius: 5px;
    border: 1px #bfbfbf solid;
    box-sizing: border-box;
    margin: 6px 0 2px 0;
    font-size: 1.125rem;
    line-height: 1;

}


/* .content_wrap .wpcf7 .wpcf7-submit:hover {
  background:#;

} */


.content__wrap .wpcf7 textarea {
    width: 90%;
    padding: 6px 8px;
    border-radius: 5px;
    border: 1px #bfbfbf solid;
    color: #000;
    box-sizing: border-box;
    margin: 6px 0 2px 0;
    font-size: 1.125rem;
    line-height: 1;

}

.content__wrap .wpcf7 .wpcf7-submit {
    padding: 6px 7px 6px 7px;
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
    width: 90%;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
    box-sizing: border-box;
    background: #ff9600;
    color: #FFF;
    font-size: 1.375rem;
    line-height: 1;
    font-family: 'Graphik Semibold';
    text-shadow: none;
    cursor: pointer;
}

@media (max-width: 960px) {
    .block__contact .content__wrap {
        padding: 36px 0;

        grid-template-columns: 1fr;


    }
}

@media (max-width: 640px) {
    .block__contact h3 {
        font-size: 28px;


    }
}

@media (max-width: 1250px) {


    .block__contact .content__wrap, .block__steps .content__wrap, .block__apply__now .content__wrap, .block__returning__customers .content__wrap, .block__intro .content__wrap, .block__why .content__wrap {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

}

@media (max-width: 1160px) {
    .block__why .items_why {
        gap: 30px;

    }

}

@media (max-width: 1020px) {
    .block__why .items_why {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 680px) {
    .block__why .items_why {
        grid-template-columns: 1fr;
    }

    .block__returning__customers h2, .block__apply__now h2, .block__why h2 {
        font-size: 35px;

    }

    .block__apply__now h3 {
        font-size: 45px;

    }

    .progress__step .step__title {
        font-size: 16px;
    }

    .progress__step .icon__wrap {
        width: 68px;
        height: 68px;
        padding-top: 12px;

    }

    .progress__step .icon__wrap svg {
        width: 40px;
        height: 40px;
    }

    .progress__step, .progress__step p {
        font-size: 12px;
    }

    .icon__wrap .step {
        font-family: 'Graphik Regular';
        width: 24px;
        height: 24px;
        font-size: 11px;
        font-weight: 900;
        top: 21px;
        line-height: 21px;
    }

    .progress__step::after {
        top: 32px;
        height: 7px;
    }

    .progress__step.step4 .icon__wrap::before {
        top: 29px;
        left: 68px;
        height: 7px;

    }

    .icon__wrap.green::before {
        height: 7px;
        top: 29px;
    }

}


@media (max-width: 565px) {
    .block__intro .box__form {
        width: 100%;
    }

    .block__intro h1 {
        font-size: 56px;
        padding: 52px 0 0 0;
    }

    .block__intro h2 {
        font-size: 16px;
    }

    .block__intro span:after {
        padding-top: 56px;
    }

    .form__start__fico__wrap {
        font-size: 11px;
    }

    .progress__step .step__title {
        font-size: 14px;
    }

    .progress__step, .progress__step p {
        font-size: 11px;
    }

    .progress__bar {
        grid-template-columns: 1fr 1fr;
    }

    .progress__step .step__title {
        margin-top: 6px;
    }

    .progress__step {
        margin-bottom: 24px;
    }
}

@media (max-width: 420px) {
    .block__intro h1 {
        font-size: 45px;
        padding: 52px 0 0 0;
    }

    .block__intro span:after {
        padding-top: 47px;
    }

    .block__intro h2 {
        font-size: 14px;
    }

    .block__intro .box__form {
        padding: 10px 18px;
    }

    .form__start__returning__wrap, .form__start__returning__wrap a {
        font-size: 11px;
    }

    .block__returning__customers h2, .block__apply__now h2, .block__why h2 {
        font-size: 25px;

    }

    .block__apply__now h3 {
        font-size: 35px;
    }

    a.button__returning__customers, a.button__apply__now {
        padding: 16px 44px;
    }
}


.privacy {
    grid-template-columns: 1fr 9fr;
}

.privacy, .privacy1, .privacy2, .privacy3 {
    display: grid;
    grid-template-rows: auto;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    background: #00b67a;
    border: 1px solid #00b67a;
    margin-bottom: 24px;
}

.privacy .item, .privacy1 .item, .privacy2 .item, .privacy3 .item {
    padding: 12px;
    background: #FFF;
}

.privacy2 {
    grid-template-columns: 8fr 2fr 2fr;
}

.privacy3 {
    grid-template-columns: 2fr 9fr;
}

.privacy .item.th {
    background: #00b67a;
    color: #FFF;
    font-size: 1.375rem;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.privacy2 .item.th {
    background: #00b67a;
    color: #FFF;
    font-size: 1.125rem;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.privacy3 .item.th {
    grid-column: 1 / -1;
    background: #00b67a;
    color: #FFF;
    font-size: 1.125rem;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: left;
    align-items: center;
}

.mfa_parent_div {
    width: 90%;
    margin: auto;
}

.mfa_button_label_div {
    text-align: center;
    padding: 40px 0px 40px 40px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.mfa_button_div {
    float: left;
    max-width: 40%
}

.mfa_buttons {
    margin-top: 18px;
    padding: 0 60px;
    display: grid;
    grid-template-columns: 20fr;
    grid-template-areas: "cell1";
    grid-template-rows: auto;
    gap: 12px;
    text-decoration: none;
    background: #ff9600 !important;
    font-size: 16px !important;
    font-family: Graphik Bold !important;
    text-align: center !important;
    color: #fff !important;
    padding: 16px !important;
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer;
}

.mfa_buttons a:hover {
    text-decoration: none !important;
}

.page_label_headers {
    padding-top: 20px;
    font-size: 30px;
    color: #fff;
    font-family: Graphik Bold;
    text-align: center;
}

.page_labels {
    font-size: 15px;
    color: #fff;
    font-family: Graphik Bold;
    text-align: center;
}

.line__login__secure {
    margin-top: 20px;
    line-height: 1;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-family: Graphik Regular;
    align-items: center;
    justify-content: center;
}

.box__login__or span {
    display: block;
    color: #ff9600;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    font-size: 16px;
    font-family: Graphik Bold;
    line-height: 36px;
    background-color: #fff;
    box-shadow: 0 0 0 5px hsla(0, 0%, 100%, .2);
    background-clip: content-box;
}

.box__login__or:after, .box__login__or:before {
    content: "";
    flex: 1;
    height: 2px;
    background: #fff;
}

#login__portal__form {
    background-color: #fff;
    max-width: 1064px;
    min-height: 318px;
    margin: 0 auto;
    background-position: 0 0;
    background-size: cover;
    border-radius: 5px;
    position: relative;
    margin-bottom: 56px;
    padding-bottom: 24px;
}

#epic__portal * {
    box-sizing: border-box;
}


.block__login__trouble {
    text-align: center;
    color: #fff;
    line-height: 1.6;
    font-size: 16px;
    font-family: "Graphik SemiBold";
}

.block__login__trouble a {
    color: #fff;
}

.block__login__trouble a:hover {
    color: #fff;
    text-decoration: none;
}

.box__login__or {
    align-items: center;
    margin: 24px 32px;
    display: flex;
}

.thank__box__wrap {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.thank__box {
    width: 33.333%;
    flex: 1;
    background: repeating-linear-gradient(-45deg, #00a467, #00a467 2px, #08a86f 2px, #08a86f 6px);
    padding: 34px;
    color: #FFF;
    border-radius: 10px;
    border: 6px solid #FFF;
    box-shadow: 0 0 10px #e7e7e7;
}

@media (max-width: 820px) {
    .thank__box__wrap, .thank__box {
        display: block;
        width: 100%;
    }
}

#chat_show {
    display: block;
    background-color: #ff9600;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    margin: 0 auto;
    border: none;
    padding: 22px 52px;
    border-radius: 5px;
    font-size: 18px;
}

.btn-hide {
    display: none;
}

.btn-show {
    display: block;
}

.loader {
    display: none;
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0) center no-repeat;
}

body {
    text-align: center;
}

/* Turn off scrollbar when body element has the loading class */
body.loading {
    overflow: hidden;
}

/* Make spinner image visible when body element has the loading class */
body.loading .overlay {
    display: block;
}

.form-check-label {
    margin-left: 20px !important;
}

.loan-agree-button {
    /* width: 15% !important; */
    background: #ff9600!important;
    text-transform: uppercase!important;
    font-size: 16px!important;
    font-family: Graphik Bold!important;
    text-align: center!important;
    color: #fff!important;
    padding: 16px!important;
    border: none!important;
    border-radius: 5px!important;
    cursor: pointer;
}

.non-login-forms {
    color:#fff;
    background-color: #00b67a;
    max-width: 1064px;
    min-height: 318px;
    margin: 0 auto;
    background-position: 0 0;
    background-size: cover;
    border-radius: 5px;
    position: relative;
    margin-bottom: 56px;
    padding-bottom: 24px;
}

.non-login-forms a {
    color:#fff;
    text-decoration: underline;
}


.form-group {
    margin-bottom: 15px;
}


.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
}

.form-check-label {
    margin-bottom: 0;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}


body.page-id-89 .inside.portal .content__title {
    background-image: url(../images/portal_bg.webp);
    background-size: cover;
    height: 520px;
}
