@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");
@import url("./icons.css");
@import url("./bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.css");
/* Colors */
/* For extra colors, we use https://colornamer.netlify.app/ to name them */
/* Fonts */
html {
    font-size: 14px;
}

@media (max-width: 768px) {
    html .mb-bsm-1 {
        margin-bottom: 10px !important;
    }

    html h6.heading--main {
        font-size: 2.25rem !important;
        line-height: 2.5rem;
    }

    html h1,
    html .h1,
    html .heading--main {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    html h2,
    html .h2 {
        font-size: 2rem;
    }

    html p.text--bigger {
        font-size: 1rem;
        line-height: 1.75rem;
    }

    html #help-support p.text--bigger {
        font-size: 1.15rem;
        line-height: 2rem;
    }
}
/* Custom Classes */
.p-3 {
    padding: 30px !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-10 {
    padding-top: 100px;
}

.pt-8 {
    padding-top: 80px;
}

.pb-6 {
    padding-bottom: 60px;
}

.pb-8 {
    padding-bottom: 80px;
}

.pt-3 {
    padding-top: 30px !important;
}

.pt-4 {
    padding-top: 40px !important;
}

.pt-6 {
    padding-top: 60px !important;
}

.pb-1p5 {
    padding-bottom: 15px !important;
}

.pb-4 {
    padding-bottom: 40px !important;
}

.pb-15 {
    padding-bottom: 150px;
}

.pb-12 {
    padding-bottom: 120px;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: 10px !important;
}

.pl-2 {
    padding-left: 20px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-1,
.pr-2 {
    padding-right: 20px !important;
}

.pr-4 {
    padding-right: 40px !important;
}

.mt-5 {
    margin-top: 50px;
}

.mt-1 {
    margin-top: 10px !important;
}

.mb-1:not(.mb-md-0) {
    margin-bottom: 10px !important;
}

.mt-p5 {
    margin-top: 5px !important;
}

.mt-1p5 {
    margin-top: 15px !important;
}

.mr-1p5 {
    margin-right: 15px !important;
}

.mb-1p5 {
    margin-bottom: 15px !important;
}

.mb-1p2 {
    margin-bottom: 10px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mt-3 {
    margin-top: 30px !important;
}

.mt-8 {
    margin-top: 80px !important;
}

.mt-12 {
    margin-top: 120px !important;
}

.mt-6 {
    margin-top: 60px !important;
}

.mb-6 {
    margin-bottom: 60px;
}

.mb-0:not(.mb-md-2) {
    margin-bottom: 0 !important;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.ml-2 {
    margin-left: 20px !important;
}

.m-0 {
    margin: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.capitalize {
    text-transform: capitalize;
}

.w-100 {
    width: 100% !important;
}

.w-33 {
    width: 33% !important;
}

.w-25 {
    width: 25% !important;
}

.w-40 {
    width: 40% !important;
}

.w-50 {
    width: 50% !important;
}

.darkColor {
    color: #090a4b !important;
}

.greenColor {
    color: #3f9048 !important;
}

.orangeColor {
    color: #f69b30 !important;
}

.danger {
    color: #e73a29 !important;
    font-weight: 500 !important;
}

.text-left + .select2-container .select2-results {
    text-align: left !important;
}

.text-capitalized {
    text-transform: capitalize !important;
}

.weight-500 {
    font-weight: 500 !important;
}

.weight-600 {
    font-weight: 600 !important;
}

.weight-700 {
    font-weight: 700 !important;
}

.weight-800 {
    font-weight: 800 !important;
}

.weight-900 {
    font-weight: 900 !important;
}

p.success,
i.success {
    color: #3f9048 !important;
    font-weight: 500 !important;
}

.btn.disabled {
    cursor: not-allowed;
}

.hidden {
    display: none;
}

.inline-block {
    display: inline-block !important;
}

.tooltip {
    z-index: 99999;
}

    .tooltip .tooltip-inner {
        padding: 10px;
        border-radius: 4px;
        background: #e6e7eb;
        background-color: #e6e7eb;
        color: #777e90;
        font-family: "Gotham Rnd SSm", Arial, Helvetica, sans-serif !important;
        border: none;
    }

    .tooltip .show {
        opacity: 1 !important;
    }

    .tooltip .arrow:before {
        border-top-color: #e6e7eb;
        border-bottom-color: #e6e7eb;
    }

.button--submit {
    transition: all 0.3s ease-in-out;
}

    .button--submit.secondary-button--outline {
        color: #747d8c;
        text-transform: uppercase;
        border: 1px solid #e6e7eb;
        width: auto;
        display: flex;
        padding: 8px 30px !important;
        margin: 15px auto 0 !important;
        font-weight: 400;
    }

        .button--submit.secondary-button--outline:hover {
            background-color: transparent !important;
            color: #090a4b !important;
        }

.warning-button--outline {
    border: 1px solid #ff8800;
    color: #ff8800;
    font-weight: 500;
    text-transform: none !important;
}

    .warning-button--outline:hover {
        background-color: #ff8800;
        color: #ffffff;
    }

.white-bg {
    background-color: #ffffff;
}

.highlight-bg {
    background-color: rgba(56, 103, 214, 0.1);
}

.gray-bg {
    background-color: #f4f5f9;
}

.white {
    color: #ffffff !important;
}

.color--primary {
    color: #0161e0 !important;
}

a:link.color--link, a:href.color--link, a:visited.color--link {
    color: var(--color-link) !important;
}

.color--warning {
    color: #ff8800 !important;
}

    .color--warning a {
        color: #ff8800 !important;
        font-weight: 600 !important;
        position: relative;
        transition: all 0.15s ease-in-out;
    }

        .color--warning a:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            background: rgba(255, 136, 0, 0.5);
            left: 0;
            bottom: -1px;
        }

        .color--warning a:hover {
            color: #0061e0 !important;
            transition: all 0.15s ease-in-out;
        }

            .color--warning a:hover:after {
                background: rgba(0, 97, 224, 0.2);
            }

.dark {
    color: #090a4b !important;
}

.cc-green-color {
    color: #3f9048 !important;
}

.color-highlight {
    color: #3181c4 !important;
}

.color--input-text {
    color: #747d8c !important;
}

.text--secondary {
    color: #777e90;
}

    .text--secondary.dark {
        color: #090a4b;
    }

    .text--secondary.green {
        color: #3f9048;
        font-weight: 500 !important;
    }

    .text--secondary.lighter {
        font-size: 0.875rem !important;
        color: #090a4b !important;
        line-height: unset;
        font-weight: 400;
    }

.text--tertiary {
    color: #6b6b74;
}

button[disabled=disabled] {
    pointer-events: none !important;
    cursor: not-allowed !important;
}

.text--secondary-color {
    color: #777e90 !important;
}

.text--lighter-weight {
    font-weight: 400 !important;
}

.arrow-link span {
    padding-left: 20px;
    position: relative;
    vertical-align: middle;
    display: inline;
}

.arrow-link:before {
    content: "\f004";
    position: absolute;
    transform: rotate(-90deg);
    font-family: "debtor-custom";
}

.icon-piggy-bank-1 {
    width: 40px;
    height: 43px;
    min-width: 40px;
    min-height: 43px;
    max-width: 40px;
    max-height: 43px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/sales-page/piggy-bank.svg);
    mask-image: url(../images/sales-page/piggy-bank.svg);
    background-color: #ffffff;
    margin-right: 0;
    position: relative;
    display: block;
}

.icon-piggy-bank-2 {
    width: 47px;
    height: 55px;
    min-width: 47px;
    min-height: 55px;
    max-width: 47px;
    max-height: 55px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../images/sales-page/piggy-bank-2.svg);
    margin-right: 1rem;
    position: relative;
    display: block;
}

.icon-calculator {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/icons/calculator.svg);
    mask-image: url(../images/icons/calculator.svg);
    background-color: #090a4b;
    margin-right: 0.2rem;
    position: relative;
    display: block;
}

.icon-plus {
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
    max-width: 12px;
    max-height: 12px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/icons/icon-plus.svg);
    mask-image: url(../images/icons/icon-plus.svg);
    background-color: #090a4b;
    margin-right: 0.2rem;
    position: relative;
    display: block;
}

.icon-money-withdrawal {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/icons/withdraw-money.svg);
    mask-image: url(../images/icons/withdraw-money.svg);
    background-color: #090a4b;
    margin-right: 0.2rem;
    position: relative;
    display: block;
}

.icon-rating-star-half {
    width: 13.5px;
    height: 13.5px;
    min-width: 13.5px;
    min-height: 13.5px;
    max-width: 13.5px;
    max-height: 13.5px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/icons/star-half.svg);
    mask-image: url(../images/icons/star-half.svg);
    background-color: #f69b30;
    position: relative;
    display: block;
    margin-bottom: 0 !important;
    padding: 0.6rem 0;
}

.icon-rating-star-three-quarters {
    width: 13.5px;
    height: 13.5px;
    min-width: 13.5px;
    min-height: 13.5px;
    max-width: 13.5px;
    max-height: 13.5px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/icons/star-three-quarters.svg);
    mask-image: url(../images/icons/star-three-quarters.svg);
    background-color: #f69b30;
    position: relative;
    display: block;
    margin-bottom: 0 !important;
    padding: 0.6rem 0;
}

.icon-rating-star {
    width: 13.5px;
    height: 13.5px;
    min-width: 13.5px;
    min-height: 13.5px;
    max-width: 13.5px;
    max-height: 13.5px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/icons/star.svg);
    mask-image: url(../images/icons/star.svg);
    background-color: #f69b30;
    position: relative;
    display: block;
    margin-bottom: 0 !important;
    padding: 0.6rem 0;
}

.icon-referrals {
    width: 20px;
    height: 19px;
    max-width: 20px;
    max-height: 19px;
    min-width: 20px;
    min-height: 19px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/icons/referral.svg);
    mask-image: url(../images/icons/referral.svg);
    background: #090a4b;
    display: inline-block;
    vertical-align: middle;
}

.icon-one-click {
    width: 20px;
    height: 19px;
    max-width: 20px;
    max-height: 19px;
    min-width: 20px;
    min-height: 19px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/icons/one-click.svg);
    mask-image: url(../images/icons/one-click.svg);
    background: #777e90;
    margin-bottom: 0.55rem;
    display: inline-block;
    vertical-align: middle;
}

.icon-edu-user {
    width: 24px;
    height: 24px;
    max-width: 80%;
    max-height: 80%;
    min-width: 80%;
    min-height: 80%;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/icons/registration.svg);
    mask-image: url(../images/icons/registration.svg);
    background: #3181c4;
    display: inline-block;
    vertical-align: middle;
}

.icon-edu-attorney-card {
    width: 24px;
    height: 24px;
    max-width: 80%;
    max-height: 80%;
    min-width: 80%;
    min-height: 80%;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/icons/attorney-info.svg);
    mask-image: url(../images/icons/attorney-info.svg);
    background: #3181c4;
    display: inline-block;
    vertical-align: middle;
}

.icon-edu-upgrades {
    width: 24px;
    height: 24px;
    max-width: 80%;
    max-height: 80%;
    min-width: 80%;
    min-height: 80%;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/icons/upgrades.svg);
    mask-image: url(../images/icons/upgrades.svg);
    background: #3181c4;
    display: inline-block;
    vertical-align: middle;
}

.icon-edu-payment {
    width: 24px;
    height: 24px;
    max-width: 80%;
    max-height: 80%;
    min-width: 80%;
    min-height: 80%;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/icons/payment.svg);
    mask-image: url(../images/icons/payment.svg);
    background: #3181c4;
    display: inline-block;
    vertical-align: middle;
}

.icon-edu-in-progress {
    width: 24px;
    height: 24px;
    max-width: 80%;
    max-height: 80%;
    min-width: 80%;
    min-height: 80%;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/icons/in-progress.svg);
    mask-image: url(../images/icons/in-progress.svg);
    background: #3181c4;
    display: inline-block;
    vertical-align: middle;
}

.icon-edu-pen {
    width: 24px;
    height: 24px;
    max-width: 80%;
    max-height: 80%;
    min-width: 80%;
    min-height: 80%;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/icons/pen.svg);
    mask-image: url(../images/icons/pen.svg);
    background: #3181c4;
    display: inline-block;
    vertical-align: middle;
}

.icon-edu-identity {
    width: 24px;
    height: 24px;
    max-width: 80%;
    max-height: 80%;
    min-width: 80%;
    min-height: 80%;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/icons/identity.svg);
    mask-image: url(../images/icons/identity.svg);
    background: #3181c4;
    display: inline-block;
    vertical-align: middle;
}

.icon-edu-options {
    width: 24px;
    height: 24px;
    max-width: 80%;
    max-height: 80%;
    min-width: 80%;
    min-height: 80%;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/icons/options.svg);
    mask-image: url(../images/icons/options.svg);
    background: #3181c4;
    display: inline-block;
    vertical-align: middle;
}

/* SELECT Customize */
.select2-search__field {
    display: block !important;
}

.select--custom.input-error .select2-selection {
    padding-top: 1.55rem;
}

.select--custom .select2-container {
    width: 100% !important;
    display: block !important;
}

    .select--custom .select2-container .select2-selection {
        border: 1px solid #f4f5f9 !important;
    }

        .select--custom .select2-container .select2-selection:focus {
            border-color: #3898ec !important;
        }

.select--custom .select2-container--open .select2-selection {
    padding-top: 14px;
    transition: all 0.15s ease-in-out;
    border-color: #3898ec !important;
}

    .select--custom .select2-container--open .select2-selection .select2-selection__arrow:after {
        transform: rotate(-180deg);
    }

.select--custom .select2-container .select2-selection {
    background-color: #f4f5f9;
    border: none;
    font-size: 1.05rem !important;
    min-height: 49px;
    display: flex;
    align-items: center;
    padding-left: 0.55rem;
}

    .select--custom .select2-container .select2-selection .select2-selection__arrow {
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 1.05rem;
    }

        .select--custom .select2-container .select2-selection .select2-selection__arrow b {
            display: none;
        }

        .select--custom .select2-container .select2-selection .select2-selection__arrow:after {
            content: "\f004";
            font-family: "debtor-custom";
            color: #3181c4;
            position: absolute;
            right: 0;
            margin: auto;
            transition: all 0.3s ease-in-out;
        }

    .select--custom .select2-container .select2-selection .select2-selection__rendered {
        color: #6c757d !important;
        font-weight: 500;
        padding-right: 30px;
    }

@media (max-width: 575px) {
    .select--custom .select2-container .select2-selection .select2-selection__rendered {
        font-size: clamp(13px, 1rem, 16px);
    }
}

.select--custom .select2-container .select2-selection .select2-selection__rendered:not([title^=Select]):not([title^=Month]):not([title^=Year]) {
    color: #090a4b !important;
}

.select2-search {
    padding: 0.55rem !important;
    display: block !important;
    position: relative !important;
}

.select2-dropdown {
    background: #ffffff;
    box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.12);
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    color: #777e90;
}

    .select2-dropdown .select2-search {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

        .select2-dropdown .select2-search:before {
            content: "\e84b";
            font-family: "debtor-custom";
            position: absolute;
            left: 1.05rem;
            top: 1rem;
        }

        .select2-dropdown .select2-search input {
            border-radius: 4px;
            padding: 0.35rem;
            padding-left: 2rem;
            border-color: #e6e7eb !important;
        }

    .select2-dropdown .select2-results .select2-results__option {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        font-weight: 500;
    }

    .select2-dropdown .select2-results .select2-results__option--highlighted {
        background-color: #3181c4;
    }

    .select2-dropdown .select2-results .select2-results__option--selected:not(.select2-results__option--highlighted) {
        background-color: rgba(56, 103, 214, 0.25);
    }

.sample .icon {
    margin-right: 6px;
}

.icon-referrals {
    width: 20px;
    height: 19px;
    max-width: 20px;
    max-height: 19px;
    min-width: 20px;
    min-height: 19px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/icons/referral.svg);
    mask-image: url(../images/icons/referral.svg);
    background: #090a4b;
    display: inline-block;
    vertical-align: middle;
}

.icon-one-click {
    width: 20px;
    height: 19px;
    max-width: 20px;
    max-height: 19px;
    min-width: 20px;
    min-height: 19px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/icons/one-click.svg);
    mask-image: url(../images/icons/one-click.svg);
    background: #777e90;
    margin-bottom: 0.55rem;
    display: inline-block;
    vertical-align: middle;
}

.icon-cc-user {
    width: 24px;
    height: 24px;
    max-width: 80%;
    max-height: 80%;
    min-width: 80%;
    min-height: 80%;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/icons/registration.svg);
    mask-image: url(../images/icons/registration.svg);
    background: #3181c4;
    display: inline-block;
    vertical-align: middle;
}

.icon-cc-attorney-card {
    width: 24px;
    height: 24px;
    max-width: 80%;
    max-height: 80%;
    min-width: 80%;
    min-height: 80%;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/icons/attorney-info.svg);
    mask-image: url(../images/icons/attorney-info.svg);
    background: #3181c4;
    display: inline-block;
    vertical-align: middle;
}

.icon-cc-upgrades {
    width: 24px;
    height: 24px;
    max-width: 80%;
    max-height: 80%;
    min-width: 80%;
    min-height: 80%;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/icons/upgrades.svg);
    mask-image: url(../images/icons/upgrades.svg);
    background: #3181c4;
    display: inline-block;
    vertical-align: middle;
}

.icon-cc-payment {
    width: 24px;
    height: 24px;
    max-width: 80%;
    max-height: 80%;
    min-width: 80%;
    min-height: 80%;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/icons/payment.svg);
    mask-image: url(../images/icons/payment.svg);
    background: #3181c4;
    display: inline-block;
    vertical-align: middle;
}

.icon-cc-in-progress {
    width: 24px;
    height: 24px;
    max-width: 80%;
    max-height: 80%;
    min-width: 80%;
    min-height: 80%;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/icons/in-progress.svg);
    mask-image: url(../images/icons/in-progress.svg);
    background: #3181c4;
    display: inline-block;
    vertical-align: middle;
}

.icon-cc-pen {
    width: 24px;
    height: 24px;
    max-width: 80%;
    max-height: 80%;
    min-width: 80%;
    min-height: 80%;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/icons/pen.svg);
    mask-image: url(../images/icons/pen.svg);
    background: #3181c4;
    display: inline-block;
    vertical-align: middle;
}

.icon-cc-identity {
    width: 24px;
    height: 24px;
    max-width: 80%;
    max-height: 80%;
    min-width: 80%;
    min-height: 80%;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/icons/identity.svg);
    mask-image: url(../images/icons/identity.svg);
    background: #3181c4;
    display: inline-block;
    vertical-align: middle;
}

.icon-cc-options {
    width: 24px;
    height: 24px;
    max-width: 80%;
    max-height: 80%;
    min-width: 80%;
    min-height: 80%;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/icons/options.svg);
    mask-image: url(../images/icons/options.svg);
    background: #3181c4;
    display: inline-block;
    vertical-align: middle;
}

/* Items box */
.free-flyers--illustration {
    width: 90%;
}

.highlight--primary {
    font-weight: bold;
    color: #0161e0;
}

/* General Rules */
html,
body {
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 992px) {
    body.has-sticky-element-below-lg {
        padding-bottom: 7rem;
    }
}

@media (max-width: 768px) {
    body.registration-template .logo--white {
        max-width: 150px;
    }
}

*:not(.course-section--progress):focus {
    outline: none !important;
}

.main-header {
    position: absolute;
    z-index: 1300;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: top 3s ease-in-out !important;
}

    .main-header.no-sticky {
        position: relative;
    }

    .main-header.add-bottom-border {
        border-bottom: 1px solid #e6e7eb;
    }

@media (max-width: 576px) {
    .main-header.add-bottom-border .logo--white {
        margin-left: 0.55rem;
    }
}

.sticky {
    position: fixed;
    z-index: 1300;
}

.main-header:not(.glass--show) {
    background-color: #ffffff;
}

.uppercase--small {
    text-transform: uppercase;
    font-weight: 500;
    color: #777e90;
}

@-moz-document url-prefix() {
    .main-header.glass--show .glass-bg {
        background-color: rgba(255, 255, 255, 0.95) !important;
    }
}

.main-header.glass--show .glass-bg {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-bottom: 1px solid #e6e7eb;
    background-color: hsla(0, 0%, 100%, 0.7);
    backdrop-filter: saturate(180%) blur(15px);
    -webkit-backdrop-filter: saturate(180%) blur(15px);
}

h1,
.heading--main {
    font-family: "Merriweather", sans-serif;
    font-weight: 700;
}

h2 .required,
.h2 .required {
    display: block;
    text-transform: uppercase;
    color: #e73a29;
    font-family: "Gotham Rnd SSm", Arial, Helvetica, sans-serif;
}

h4,
.heading--h4 {
    margin-bottom: 0 !important;
}

h6,
.heading--subtitle,
.heading--h6 {
    font-weight: 500;
}

    h6.weight-700,
    .heading--subtitle.weight-700,
    .heading--h6.weight-700 {
        font-weight: 700 !important;
    }

.heading--h7 {
    font-size: 1.15rem;
}

p.heading--h6,
p.heading--main,
p.heading--h5,
p.heading--h4,
p.heading--h3,
p.heading--h2,
p.heading--h1 {
    font-weight: 500;
}

.heading--subtitle {
    font-weight: 500;
}

.h-font {
    font-family: "Merriweather", sans-serif;
}

.body-font {
    font-family: "Gotham Rnd SSm", Arial, Helvetica, sans-serif;
}

.body-text {
    font-weight: normal;
}

.font--hand-written {
    font-family: "Belleson", sans-serif !important;
    font-weight: lighter;
}

.flex-0 {
    flex: 0 !important;
}

section:not(#required-bankruptcy-course):not(#help-support):not(#footer):not(.mb-0):not(.julius-monkey):not(.mb-xs-0) {
    margin-bottom: 80px;
}

.b-bold {
    font-weight: 400;
}

.h-bold {
    font-weight: 500;
}

.p-bold {
    font-weight: 600 !important;
}

.color--highlight {
    color: #3181c4 !important;
}

    .color--highlight.green {
        color: #3f9048 !important;
    }

    .color--highlight.red {
        color: #e73a29 !important;
    }

@media only screen and (max-device-width: 480px) {
    .color--highlight.fadeEffect {
        height: 38px;
    }
}

.color--secondary {
    color: #777e90 !important;
}

.pulsating-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 30px;
}

    .pulsating-circle:before {
        content: "";
        position: relative;
        display: block;
        width: 300%;
        height: 300%;
        box-sizing: border-box;
        margin-left: -100%;
        margin-top: -100%;
        border-radius: 45px;
        background-color: #0161e0;
        animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    }

    .pulsating-circle:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: url("../images/logo-symbol.svg") no-repeat no-repeat;
        animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    }

@keyframes pulse-ring {
    0% {
        transform: scale(0.33);
    }

    80%, 100% {
        opacity: 0;
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}
/* End of custom classes */
/* Overall styling */
body {
    font-family: "Gotham Rnd SSm", Arial, Helvetica, sans-serif;
    color: #090a4b;
    background-color: #f9f9f9;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
    background-color: white;
    overflow-x: hidden;
    min-width: 320px;
}

    body.modal-open {
        height: 100vh !important;
        overflow: hidden !important;
        padding-right: calc(100vw - 100%);
    }

        body.modal-open header {
            position: relative;
        }

            body.modal-open header + .mt-8 {
                margin-top: 0 !important;
            }

@media (max-width: 768px) {
    body.upgrade-screen {
        padding-bottom: 3rem;
    }
}

body.upgrade-screen .debtor-sidebar--inner {
    filter: blur(3px);
}

    body.upgrade-screen .debtor-sidebar--inner * {
        pointer-events: none;
    }

body.upgrade-screen img.no-width {
    width: 100%;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    height: auto;
}

@media (min-width: 768px) and (max-width: 1400px) {
    body.upgrade-screen img.no-width {
        max-width: 420px !important;
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    body.upgrade-screen img.no-width {
        max-width: 320px !important;
        margin-bottom: 2rem;
    }
}

body.upgrade-screen .iframe-wrapper {
    position: relative;
    border-radius: 8px;
}

body.upgrade-screen .iframe-wrapper {
    border-radius: 8px;
    overflow: hidden;
}

body.upgrade-screen .navbar--top .leftSide,
body.upgrade-screen .navbar--top .side--right {
    filter: blur(3px);
}

    body.upgrade-screen .navbar--top .leftSide *,
    body.upgrade-screen .navbar--top .side--right * {
        pointer-events: none;
    }

body.product-info-open {
    height: 100vh !important;
    overflow: hidden !important;
}

    body.product-info-open:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(9, 10, 75, 0.7);
        z-index: 1105;
    }

.badge--outline {
    border-radius: 4px;
    border: 1px solid #3181c4;
    padding: 10px;
    color: #3181c4;
    text-transform: uppercase;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

    .badge--outline .icon {
        vertical-align: middle;
    }

.aligned--vertically {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: auto;
}

.overlay-highlight {
    width: 100%;
    position: relative;
    background: url("../images/overlay-highlight.svg") center/100% no-repeat;
    z-index: 1;
}

    .overlay-highlight.warning {
        background: url("../images/overlay-highlight-warning.svg") center/100% no-repeat;
    }

p {
    margin-bottom: 10px;
    font-weight: 400;
}

@media (max-width: 576px) {
    p.mandatory-info-text {
        font-size: 0.835rem;
        line-height: 1.25rem;
        margin-bottom: 0.45rem !important;
        margin-top: 1rem !important;
    }
}

.form-control {
    background-color: #f4f5f9 !important;
    font-weight: 500;
    color: #090a4b;
    border-radius: 4px;
    height: auto;
    padding: 12px 15px;
    border: 1px solid #f4f5f9;
    box-shadow: none !important;
    transition: all 0.5s ease-in-out;
}

    .form-control.bg-white {
        background-color: #ffffff !important;
        background: #ffffff !important;
    }

    .form-control:disabled {
        background-color: #dedfe3 !important;
    }

    .form-control:focus {
        border-color: #3898ec;
    }

form button {
    width: 100%;
    padding: 12px !important;
    background-color: #0161e0;
    background: #0161e0;
    border: none;
    box-shadow: none;
    color: #ffffff;
}

    form button.primary-button--filled, form button.primary-button--filled:disabled {
        width: 100%;
        padding: 12px !important;
        background-color: #0161e0;
        background: #0161e0;
        border: none;
        box-shadow: none;
        color: #ffffff;
    }

.no-uppercase {
    text-transform: unset !important;
}

.primary-button--filled {
    color: #ffffff;
    background-color: #0161e0;
    border: 1px solid #0161e0 !important;
}

    .primary-button--filled:hover {
        border-color: #197eff !important;
    }

    .primary-button--filled:focus {
        background-color: #197eff;
        color: #ffffff;
        border: 1px solid #0161e0;
        box-shadow: 0px 0px 0px 1px inset #ffffff !important;
    }

    .primary-button--filled:focus-within, .primary-button--filled:focus-visible {
        background-color: #197eff !important;
        color: #ffffff !important;
    }

    .primary-button--filled.bigger {
        max-width: 100%;
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
        min-width: 65%;
    }

    .primary-button--filled.disabled {
        background-color: #197eff !important;
        color: #ffffff;
    }

.secondary-button--filled {
    color: #ffffff;
    background-color: #e73a29;
}

.button--normal {
    padding: 15px 30px;
    margin-top: 15px;
}

.white-button--filled {
    color: #0161e0 !important;
    background-color: #ffffff;
    box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.12);
}

    .white-button--filled:hover {
        color: #0161e0 !important;
        background-color: #f4f5f9;
    }

.primary-button--filled:hover {
    color: #ffffff;
    background-color: #197eff !important;
    background: #197eff !important;
}

.secondary-button--filled:hover {
    color: #ffffff;
    background-color: hsl(5, 80%, 40%) !important;
    background: hsl(5, 80%, 40%) !important;
}

.primary-button--outline {
    color: #0161e0;
    border: 1px solid #0161e0;
    border-radius: 4px;
}

    .primary-button--outline:hover {
        color: #ffffff;
        background-color: #ecf3ff !important;
        background: #ecf3ff !important;
        border-color: #0161e0;
        color: #0161e0;
    }

.gray-button--outline {
    color: #0061e0;
    border: 1px solid #e6e7eb;
    border-radius: 4px;
}

    .gray-button--outline:hover {
        border: 1px solid #090a4b;
    }

.gray-button--filled {
    color: #090a4b;
    background: #e6e7eb;
    border-radius: 4px;
}

    .gray-button--filled:hover {
        border: 1px solid #090a4b;
    }

.highlight-button--outline {
    color: #3181c4;
    border: 1px solid #3181c4;
    border-radius: 4px;
}

    .highlight-button--outline:hover {
        color: #ffffff;
        background-color: #3181c4 !important;
        background: #3181c4 !important;
    }

.secondary-button--outline {
    color: #e73a29;
    border: 1px solid #e73a29;
    border-radius: 4px;
}

    .secondary-button--outline:hover {
        color: #ffffff !important;
        background-color: #e73a29 !important;
    }

.white-button--outline {
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;
}

    .white-button--outline:hover {
        color: #0161e0 !important;
        background-color: #ffffff !important;
    }

.form-control::placeholder,
:-ms-input-placeholder.form-control,
.form-control::-ms-input-placeholder {
    color: #747d8c;
}

p span.text--underlined {
    width: auto;
    font-weight: 500;
    position: relative;
    color: #090a4b;
    background: url("../images/underline.svg") bottom left/100% 0.75rem no-repeat;
    padding-bottom: 0.5rem;
}

    p span.text--underlined.small {
        width: auto;
        font-weight: 600 !important;
        font-size: 1rem;
        position: relative;
        color: #3181c4;
        background: url("../images/underline2.svg") bottom left/100% 0.5rem no-repeat;
        padding-bottom: 0.5rem;
    }

p.text--huge {
    color: #090a4b;
    font-weight: 400;
    position: relative;
}

p.text--highlight {
    color: #3181c4 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
}

    p.text--highlight.smaller {
        font-size: 0.875rem !important;
    }

    p.text--highlight.no-letter-spacing {
        letter-spacing: 0 !important;
    }

    p.text--highlight.no-uppercase {
        text-transform: none !important;
    }

p.text--urgency {
    color: #a42a29 !important;
}

p.text--important {
    color: #090a4b;
}

.upgrade-screen-price span {
    padding-left: 0.25rem;
}

    .upgrade-screen-price span.price--old {
        text-decoration: line-through;
        color: #e73a29;
    }

    .upgrade-screen-price span.price--discount {
        color: #3f9048;
    }

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.features {
        font-weight: 500;
        margin: 30px 0;
        color: #090a4b;
    }

        ul.features.upgrade-features li {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            border-bottom: 1px solid #e6e7eb;
            padding-bottom: 0.75rem;
            margin-bottom: 0.85rem !important;
            margin-top: 0rem !important;
        }

            ul.features.upgrade-features li span {
                padding-left: 30px;
            }

                ul.features.upgrade-features li span.weight-700 {
                    font-size: 1.1rem;
                }

        ul.features.inside-form {
            margin: 15px 0;
        }

            ul.features.inside-form li.feature--item {
                margin-bottom: 10px;
            }

                ul.features.inside-form li.feature--item span {
                    font-weight: 400;
                }

                ul.features.inside-form li.feature--item:before {
                    color: #3181c4 !important;
                    top: -2px;
                }

        ul.features li.feature--item {
            position: relative;
            margin-bottom: 24px;
        }

            ul.features li.feature--item:not(.no-before):before {
                content: "\e813";
                font-family: "debtor-custom";
                color: #86c663 !important;
                position: absolute;
                top: -4px;
            }

            ul.features li.feature--item.no-border {
                border: none !important;
            }

    ul li span {
        display: block;
        padding-left: 30px;
    }

        ul li span.feature--descritpion {
            font-weight: 400;
            color: #777e90;
            line-height: 1.73rem;
            margin-top: 4px;
        }

img:not(.logo--white):not(.free-flyers--illustration) {
    max-width: 786px;
}

.btn.button--big {
    padding: 12px 40px;
    color: #ffffff;
}

a:focus {
    box-shadow: 0 0 2px 0 #197eff;
}

    a:link:not(.btn):not(.nav-link), a:hover:not(.btn):not(.nav-link), a:visited:not(.btn):not(.nav-link), a:focus:not(.btn):not(.nav-link) {
        color: #0061e0;
        font-weight: 500;
        text-decoration: none;
    }

a.white:link:not(.btn):not(.nav-link), a.white:hover:not(.btn):not(.nav-link), a.white:visited:not(.btn):not(.nav-link), a.white:focus:not(.btn):not(.nav-link) {
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
}

.badge--custom {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center !important;
    text-align: left;
}

    .badge--custom.paid {
        background-color: rgba(51, 182, 108, 0.8);
        border-radius: 4px;
        color: #ffffff;
        padding: 2px 5px;
    }

    .badge--custom.unpaid {
        background-color: rgba(231, 58, 41, 0.8);
        border-radius: 4px;
        color: #ffffff;
        padding: 2px 5px;
    }

    .badge--custom img {
        max-height: 50px;
        margin-right: 10px;
        margin-top: 0 !important;
    }

    .badge--custom p {
        margin: 0;
    }

    .badge--custom.badge--success {
        background-color: rgba(51, 182, 108, 0.15);
        border-radius: 4px;
        padding: 10px 12px;
    }

        .badge--custom.badge--success p {
            font-weight: 500;
            color: #0161e0;
        }

    .badge--custom.badge--logo.green-filled {
        background-color: #1bbc9b;
        border: none;
        color: #ffffff;
    }

    .badge--custom.badge--logo.recommended {
        border: 1px solid rgba(56, 103, 214, 0.2);
        color: #3181c4;
        padding: 5px 8px;
        border-radius: 4px;
        font-weight: 500;
        font-family: "Gotham Rnd SSm", Arial, Helvetica, sans-serif;
        max-width: -moz-fit-content;
        max-width: fit-content;
        display: inline-block !important;
        bottom: 5px;
        white-space: nowrap;
        margin-bottom: 6px;
    }

@media (max-width: 576px) {
    .badge--custom.badge--logo.recommended {
        white-space: normal;
        margin-right: 12px;
    }
}

.badge--custom.badge--logo.recommended.warning {
    border: 1px solid rgba(255, 136, 0, 0.5);
    color: #ff8800;
}

/* Navbar */
.navbar {
    padding: 20px 10px;
    position: relative;
    z-index: 1101;
}

    .navbar .container {
        width: 100% !important;
        max-width: 100% !important;
    }

    .navbar .navbar-toggler {
        width: 28px;
        height: 25px;
        margin-right: 20px;
        color: #747d8c;
        position: relative;
        text-align: center;
        padding: 0;
        margin-top: -15px;
    }

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin: 4px auto;
    transition: all 0.2s;
    background: #747d8c;
}

.navbar-toggler[aria-expanded=true] .icon-bar:nth-of-type(1) {
    transform: translate(3px) rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler[aria-expanded=true] .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler[aria-expanded=true] .icon-bar:nth-of-type(3) {
    transform: translate(3px) rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggler[aria-expanded=false] .icon-bar:nth-of-type(1) {
    transform: rotate(0);
}

.navbar-toggler[aria-expanded=false] .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler[aria-expanded=false] .icon-bar:nth-of-type(3) {
    transform: rotate(0);
}

.txt-menu {
    position: absolute;
    left: -3px;
    bottom: -16px;
    font-weight: 400;
    color: #747d8c;
}

.navbar .container {
    flex-wrap: initial;
    justify-content: flex-start;
}

.navbar .navbar-brand {
    margin-right: 40px;
}

.navbar .navbar-nav .nav-item {
    margin-right: 30px;
}

    .navbar .navbar-nav .nav-item .nav-link.highlighted:before {
        content: "\e810";
        font-family: "debtor-custom";
        transform: scaleX(-1);
        display: inline-block;
        margin-right: 4px;
        margin-top: -8px;
    }

    .navbar .navbar-nav .nav-item:not(.active) .nav-link.highlighted:link, .navbar .navbar-nav .nav-item:not(.active) .nav-link.highlighted:visited {
        color: #090a4b !important;
        font-weight: 400 !important;
    }

    .navbar .navbar-nav .nav-item:not(.active) .nav-link.highlighted:hover {
        color: #090a4b !important;
        font-weight: 500 !important;
    }

.navbar .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    color: #090a4b;
}

    .navbar .navbar-nav .nav-link:focus, .navbar .navbar-nav .nav-link:visited {
        padding-right: 0;
        padding-left: 0;
        color: #090a4b;
    }

    .navbar .navbar-nav .nav-link:hover {
        padding-right: 0;
        padding-left: 0;
        color: #090a4b;
        font-weight: 500;
    }

.navbar .navbar-nav .nav-item.active .nav-link {
    font-weight: 600;
    color: #3181c4;
}

.highlighted {
    color: #3181c4 !important;
    font-weight: 500 !important;
}

    .highlighted:link, .highlighted:hover, .highlighted:visited {
        color: #3181c4 !important;
        font-weight: 500 !important;
    }

.btn {
    text-transform: uppercase;
    font-weight: 500;
}

    .btn:hover, .btn:focus, .btn:active {
        box-shadow: none;
    }

.state--hidden {
    opacity: 0;
}

@media all and (max-width: 991px) {
    .pl-bmd-2 {
        padding-left: 20px !important;
    }

    .pr-bmd-2 {
        padding-right: 20px !important;
    }

    .p-bmd-2 {
        padding: 20px !important;
    }

    .p-bmd-0 {
        padding: 0 !important;
    }

    .mt-bmd-10 {
        margin-top: 100px !important;
    }

    .mt-bmd-0 {
        margin-top: 0 !important;
    }

    .mt-bmd-3 {
        margin-top: 30px !important;
    }

    .mt-bmd-4 {
        margin-top: 40px !important;
    }

    .mb-bmd-0 {
        margin-bottom: 0 !important;
    }

    .mb-bmd-1 {
        margin-bottom: 10px !important;
    }

    .w-bmd-100 {
        width: 100% !important;
    }

    .navbar-collapse {
        position: absolute;
        top: 72px;
        opacity: 0 !important;
        height: 100vh !important;
    }

        .navbar-collapse.collapse:not(.show) {
            display: unset !important;
            opacity: 0;
            height: 0 !important;
            visibility: hidden;
            transition: opacity 0.3s ease-in-out !important;
        }

        .navbar-collapse.collapse.show, .navbar-collapse.collapsing {
            width: 100%;
            z-index: 1020;
            height: 100%;
            background-color: #ffffff;
            left: 0;
            padding-bottom: 12px;
            opacity: 1 !important;
            transition: opacity 0.3s ease-in-out !important;
        }

            .navbar-collapse.collapse.show .form-inline, .navbar-collapse.collapsing .form-inline {
                margin-top: 25px !important;
            }

                .navbar-collapse.collapse.show .form-inline .btn, .navbar-collapse.collapsing .form-inline .btn {
                    padding-top: 15px;
                    padding-bottom: 15px;
                }

            .navbar-collapse.collapse.show .nav-item.active a, .navbar-collapse.collapsing .nav-item.active a {
                font-weight: 600 !important;
                background-color: #eff0f6 !important;
            }

            .navbar-collapse.collapse.show a.nav-link:hover, .navbar-collapse.collapse.show a.nav-link:active, .navbar-collapse.collapse.show a.nav-link:link, .navbar-collapse.collapse.show a.nav-link:visited, .navbar-collapse.collapsing a.nav-link:hover, .navbar-collapse.collapsing a.nav-link:active, .navbar-collapse.collapsing a.nav-link:link, .navbar-collapse.collapsing a.nav-link:visited {
                color: #090a4b !important;
                font-weight: 500;
                padding-left: 25px;
                padding-top: 20px;
                padding-bottom: 20px;
                border-bottom: 1px solid #e6e7eb;
            }

                .navbar-collapse.collapse.show a.nav-link:hover.highlighted, .navbar-collapse.collapse.show a.nav-link:active.highlighted, .navbar-collapse.collapse.show a.nav-link:link.highlighted, .navbar-collapse.collapse.show a.nav-link:visited.highlighted, .navbar-collapse.collapsing a.nav-link:hover.highlighted, .navbar-collapse.collapsing a.nav-link:active.highlighted, .navbar-collapse.collapsing a.nav-link:link.highlighted, .navbar-collapse.collapsing a.nav-link:visited.highlighted {
                    color: #3181c4 !important;
                    font-weight: 600;
                }

            .navbar-collapse.collapse.show a.nav-link:hover, .navbar-collapse.collapse.show a.nav-link:active, .navbar-collapse.collapsing a.nav-link:hover, .navbar-collapse.collapsing a.nav-link:active {
                background-color: #eff0f6;
            }

    #header .cart {
        display: none;
    }

    #header .nav-buttons .cart {
        display: initial;
    }

    .navbar .navbar-nav .nav-item.active .nav-link {
        background: rgba(255, 255, 255, 0.1);
    }

    .navbar .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
        color: #ffffff !important;
        width: 100%;
        padding-left: 20px;
    }

        .navbar .navbar-nav .nav-link:focus, .navbar .navbar-nav .nav-link:visited {
            padding-right: 0;
            padding-left: 0;
            color: #ffffff !important;
            width: 100%;
            padding-left: 20px;
        }

        .navbar .navbar-nav .nav-link:hover {
            padding-right: 0;
            padding-left: 0;
            color: #ffffff !important;
            width: 100%;
            padding-left: 20px;
            background-color: rgba(255, 255, 255, 0.1);
        }

    .navbar .navbar-nav .nav-item {
        margin-right: 0;
    }

    .form-inline {
        margin-left: 20px;
        margin-right: 20px;
    }

    .pt-bmd-4 {
        padding-top: 40px !important;
    }

    .pt-bmd-6 {
        padding-top: 60px !important;
    }

    .pl-bmd-0 {
        padding-left: 0 !important;
    }

    .pb-bmd-12 {
        padding-bottom: 120px !important;
    }

    .mb-bmd-3 {
        margin-bottom: 30px !important;
    }

    .d-umd-none {
        display: none !important;
    }

    .childs--width-33 .form-group:first-of-type {
        width: 38%;
    }

    .childs--width-33 .form-group:nth-of-type(2) {
        width: 58%;
    }

    .attorney-register--form .childs--width-50 .form-group {
        width: 48%;
    }

    .childs--width-50 .form-group {
        width: 100%;
    }

    .payment--form {
        background-color: #ffffff !important;
        border-radius: 4px !important;
        padding: 10px !important;
    }

    .payment-summary--wrapper {
        margin-left: auto;
        margin-right: auto;
        background: rgba(49, 129, 196, 0.05);
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .items-purchased li {
        margin: 0 !important;
        padding: 10px 0 !important;
        background-color: transparent;
    }

        .items-purchased li:last-of-type {
            border-bottom: 1px solid #e6e7eb;
        }

        .items-purchased li span {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

    .summary--headline {
        font-weight: 500;
        padding: 20px 0 6px !important;
    }

    .free-flyers--step .background.attorney--color.attorney-background-register {
        padding-bottom: 40px;
    }

    .blog-category--wrapper {
        margin-bottom: 8px;
    }

        .blog-category--wrapper.col {
            min-width: 20%;
        }

        .blog-category--wrapper:nth-of-type(5) {
            padding-right: 0 !important;
        }

    .debtor-sidebar--box {
        padding: 15px 25px !important;
    }

        .debtor-sidebar--box .debtor-sidebar--box-col,
        .debtor-sidebar--box .debtor-sidebar--headline {
            padding: 0 !important;
        }

    .attorney-billing--card-wrapper {
        padding: 0;
    }

    .payment--form-credit-cards {
        display: block !important;
        text-align: center;
    }

        .payment--form-credit-cards .credit-cards {
            display: flex !important;
            flex-direction: row !important;
            justify-content: space-between;
            text-align: center;
            align-items: center !important;
        }

            .payment--form-credit-cards .credit-cards .secure-payment {
                text-align: center;
                margin: 0 !important;
            }

    .debtor-sidebar--headline.credt-card-number {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        text-align: center !important;
        align-items: center;
        line-height: 2rem;
        margin-bottom: 5px;
    }

        .debtor-sidebar--headline.credt-card-number .text--secondary-color.d-flex.flex-row {
            flex-direction: column !important;
            align-items: center !important;
            line-height: 1.33rem;
            padding-bottom: 10px;
        }

    .badge--custom.unpaid, .badge--custom.paid {
        display: inline !important;
    }
}

@media all and (max-width: 480px) {
    .navbar .navbar-brand {
        margin-right: 0;
    }

        .navbar .navbar-brand img {
            width: 140px;
        }

    .navbar .navbar-toggler {
        margin-right: 10px;
    }

    .txt-menu {
        left: 0;
        bottom: -14px;
    }

    .nav-buttons.d-md-block.d-lg-none .btn {
        margin-right: 0 !important;
        padding: 4px 8px;
    }

    .form-inline {
        display: flex;
        justify-content: space-between;
    }

        .form-inline .btn {
            width: 48%;
        }
}

@media all and (max-width: 350px) {
    .navbar .navbar-brand img {
        width: 120px;
    }

    .nav-buttons.d-md-block.d-lg-none .btn {
        margin-right: 0 !important;
        padding: 2px 8px;
    }

    .attorney--header .navbar .navbar-brand img {
        width: 106px;
        margin-left: -5px;
    }
}
/* Homepage */
.geometric-shapes > * {
    position: absolute;
    z-index: 0;
    font-size: 60px;
}

.geometric-shapes .icon-dots {
    color: #0161e0;
}

/* Hero */
@media (min-width: 991px) {
    #referral-program-hero {
        height: 85vh;
        max-height: 800px !important;
    }
}

@media (max-width: 991px) {
    #referral-program-hero .container {
        max-width: 90%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #referral-program-hero .geometric-shapes .icon.icon-dots.right.bottom {
        bottom: 170px !important;
    }

    #referral-program-hero .geometric-shapes .triangle-svg {
        bottom: 80px !important;
    }
}

@media (max-width: 768px) {
    #referral-program-hero .geometric-shapes .icon.icon-dots.right.bottom {
        bottom: 70px !important;
    }

    #referral-program-hero .geometric-shapes .triangle-svg {
        bottom: -15px !important;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    #referral-program-hero .geometric-shapes .icon.icon-dots.right.bottom {
        bottom: 200px !important;
    }

    #referral-program-hero .geometric-shapes .triangle-svg {
        bottom: 110px !important;
    }
}

@media (min-width: 1199px) {
    #referral-program-hero .geometric-shapes .icon.icon-dots.right.bottom {
        bottom: 170px !important;
    }

    #referral-program-hero .geometric-shapes .triangle-svg {
        bottom: 80px !important;
    }
}

#referral-program-hero:before {
    content: "";
    background-image: url(../images/green-lines.png);
    width: 20%;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    background-size: 40%;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    background-position-y: center;
}

@media (max-width: 1199px) {
    #referral-program-hero:before {
        display: none;
    }
}

#course-selection-hero {
    height: auto;
    color: #090a4b;
    position: relative;
    z-index: 2;
    margin-bottom: 0 !important;
}

@media (min-width: 991px) {
    #course-selection-hero {
        background: url(../images/hero-main.jpg);
        background-repeat: no-repeat;
        background-position: bottom right;
        height: 85vh;
    }

        #course-selection-hero .course-selection--wrapper {
            display: table;
            height: 80vh;
        }
}

@media (min-width: 991px) and (min-height: 1000px) {
    #course-selection-hero .course-selection--wrapper {
        max-height: 800px;
    }
}

@media (min-width: 991px) {
    #course-selection-hero .course-selection--wrapper .other-course-promo {
        display: table-row;
    }
}

@media (min-width: 768px) {
    #course-selection-hero.new-v1 {
        background: url(../images/hero-xl.webp);
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: right;
        background-size: cover;
    }
}

@media (min-width: 1020px) and (max-width: 1025px) and (max-height: 800px) {
    #course-selection-hero.new-v1 {
        background-size: auto 100%;
        background-attachment: fixed;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    #course-selection-hero.new-v1 {
        background-position-x: 70%;
    }
}

@media (max-width: 767px) {
    #course-selection-hero.new-v1 {
        background-image: url(../images/hero-sm.webp);
        background-repeat: no-repeat;
        background-position-y: 80px !important;
        background-size: cover;
        padding-bottom: 20rem;
        background-position-x: 70% !important;
    }
}

@media (min-width: 390px) and (max-width: 767px) {
    #course-selection-hero.new-v1 {
        padding-bottom: 20rem;
    }
}

@media (max-width: 420px) {
    #course-selection-hero.new-v1 {
        background-size: 700px;
        background-position-y: bottom !important;
    }
}

@media (max-width: 575px) {
    #course-selection-hero.new-v1 {
        background-position-x: 45% !important;
    }
}

@media (max-width: 390px) {
    #course-selection-hero.new-v1 {
        padding-bottom: 300px !important;
    }
}

@media (max-width: 991px) {
    #course-selection-hero.new-v1 {
        background-position-x: 55%;
    }
}

@media (min-height: 1000px) {
    #course-selection-hero.new-v1 {
        max-height: 800px;
        height: -moz-fit-content;
        height: fit-content;
    }
}

@media (max-height: 800px) {
    #course-selection-hero {
        height: 100%;
    }

        #course-selection-hero .course-selection--wrapper {
            padding-top: 40px !important;
            height: 100%;
        }

            #course-selection-hero .course-selection--wrapper .other-course-promo {
                margin-top: 20px;
                display: block;
            }
}

@media (max-width: 575px) {
    #course-selection-hero .course-selection--wrapper {
        padding-top: 10px !important;
    }
}

@media (max-width: 768px) {
    #course-selection-hero .course-selection--wrapper {
        padding-top: 20px !important;
    }
}

@media (max-height: 420px) {
    #course-selection-hero .course-selection--wrapper {
        padding-top: 10px !important;
    }
}

#course-selection-hero .hero-iphone {
    filter: drop-shadow(0 -12px 24px rgba(56, 103, 214, 0.3));
    z-index: -99;
}

    #course-selection-hero .hero-iphone #lottie {
        height: 540px;
        overflow: hidden;
        transform: translate3d(0, 0, 0);
        opacity: 1;
        text-align: center;
    }

@media (min-width: 767px) {
    #course-selection-hero .hero-iphone #lottie {
        margin-left: -40%;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    #course-selection-hero .hero-iphone #lottie {
        position: absolute;
        top: -48vh;
        right: -340px;
        transform: rotate(15deg);
        height: 500px;
    }
}

@media (max-width: 575px) {
    #course-selection-hero .hero-iphone {
        padding-top: 24px !important;
    }
}

@media (max-width: 991px) {
    #course-selection-hero .container {
        max-width: 100% !important;
        width: 100% !important;
    }
}

#course-selection-hero:before {
    content: "";
    background-image: url(../images/green-lines.png);
    width: 20%;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    background-size: 40%;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    background-position-y: center;
}

@media (max-width: 1199px) {
    #course-selection-hero:before {
        display: none;
    }
}

@media (min-width: 768px) {
    #course-selection-hero {
        background-size: cover;
    }
}

@media (max-width: 768px) {
    #course-selection-hero {
        background-size: auto 500px;
    }
}

#course-selection-hero .phoneNumberWhite {
    color: #090a4b !important;
}

#course-selection-hero a.secondary-course {
    color: #090a4b;
}

#course-selection-hero .client--review .card--lighter {
    background-color: #ffffff;
    padding: 14px 18px;
}

    #course-selection-hero .client--review .card--lighter:after {
        border-bottom: solid 12px #ffffff;
        border-right: solid 12px #ffffff;
        bottom: -10px;
        left: 15%;
    }

@media (max-width: 767px) {
    #course-selection-hero .client--review .card--lighter:after {
        left: 50%;
    }
}

#course-selection-hero .client--review .card--lighter:hover {
    box-shadow: none;
}

@media (min-width: 767px) and (max-width: 1199px) {
    #course-selection-hero .course--title {
        height: 18%;
    }
}

.timer {
    min-width: 100px;
    text-align: right;
    float: right;
}

.time-remaining {
    color: #3181c4 !important;
}

.course--button__next:link.disabled, .course--button__next:hover.disabled, .course--button__next:visited.disabled {
    pointer-events: all !important;
    cursor: not-allowed;
    color: #777e90 !important;
}

    .course--button__next:link.disabled:not(.primary-button--outline), .course--button__next:hover.disabled:not(.primary-button--outline), .course--button__next:visited.disabled:not(.primary-button--outline) {
        border: none !important;
    }

    .course--button__next:link.disabled.primary-button--outline, .course--button__next:hover.disabled.primary-button--outline, .course--button__next:visited.disabled.primary-button--outline {
        border: 1px solid #777e90;
    }

    .course--button__next:link.disabled:hover, .course--button__next:hover.disabled:hover, .course--button__next:visited.disabled:hover {
        background: transparent !important;
    }

.clear {
    clear: both;
}

.no-after:after {
    display: none;
}

#course-exam--form {
    padding: 0;
}

    #course-exam--form.exam-passed input:not(.wrong-input-option):checked + label {
        border: 1px solid #3f9048 !important;
        color: #3f9048 !important;
    }

        #course-exam--form.exam-passed input:not(.wrong-input-option):checked + label:before {
            border: 2px solid #3f9048 !important;
            background-color: #3f9048 !important;
        }

    #course-exam--form ul {
        padding-left: 24px;
    }

@media (min-width: 768px) {
    #course-exam--form ul {
        padding-left: 30px;
        padding-right: 30px;
    }
}

#course-exam--form ul li {
    list-style: lower-alpha;
    margin-bottom: 6px;
}

    #course-exam--form ul li label {
        line-height: 1.6rem;
    }

        #course-exam--form ul li label:before {
            top: -8px;
            bottom: 0;
            margin-top: auto;
            margin-bottom: auto;
        }

.answer--correct {
    color: #3f9048 !important;
    font-weight: 500 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.answer--wrong {
    color: #e73a29 !important;
    font-weight: 500 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.answer--explained {
    line-height: 1.45rem;
    margin-top: 0 !important;
    font-size: 0.875rem;
}

.card--outline {
    border: 1px solid #e6e7eb;
    padding: 6px;
    border-radius: 4px;
    color: #090a4b;
    height: 100%;
    line-height: 1.6rem;
}

    .card--outline .star-wrapper {
        padding-bottom: 6px;
        margin-top: 10px;
    }

        .card--outline .star-wrapper .icon {
            color: #e6e7eb;
            margin-right: 0 !important;
            line-height: 1.6rem;
            cursor: pointer;
        }

            .card--outline .star-wrapper .icon.hoveredStars, .card--outline .star-wrapper .icon.clickedStars {
                color: #ff8800;
            }

            .card--outline .star-wrapper .icon:hover {
                color: #ff8800;
            }

            .card--outline .star-wrapper .icon:first-of-type {
                margin-left: 10px;
            }

.course--table__survey ul li {
    list-style: none !important;
}

.course--table__survey.smaller-padding ul {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.course--table__exam tbody tr {
    margin-bottom: 150px !important;
}

.course--table__exam .correct-input-option {
    border: 1px solid #3181c4;
    color: #3181c4;
}

.course--table__exam .radio-button--custom.with-circle .wrong-input-option:checked + label {
    border: 1px solid #e73a29 !important;
    color: #e73a29 !important;
}

    .course--table__exam .radio-button--custom.with-circle .wrong-input-option:checked + label:before {
        border: 2px solid #e73a29 !important;
        background-color: #e73a29 !important;
    }

.course--table__exam .radio-button--custom.with-circle .correct-input-option + label {
    border: 1px solid #3f9048 !important;
    color: #3f9048 !important;
    opacity: 0.5;
}

    .course--table__exam .radio-button--custom.with-circle .correct-input-option + label:before {
        border: 2px solid #3f9048 !important;
        background-color: #3f9048 !important;
    }

section#about-referral-program {
    background: rgba(242, 250, 255, 0.7);
    padding: 60px 0 100px;
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    section#about-referral-program {
        margin-top: 20px;
        position: relative;
        z-index: 2;
        padding: 40px 0 80px;
    }

        section#about-referral-program.mb-xs-0 {
            margin-bottom: 20px !important;
        }
}

section#about-referral-program .about-referral--features {
    margin-top: 28px;
}

    section#about-referral-program .about-referral--features .referral-img-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

@media (max-width: 575px) {
    section#about-referral-program .about-referral--features .referral-img-wrapper {
        flex-direction: column-reverse !important;
    }

        section#about-referral-program .about-referral--features .referral-img-wrapper img {
            z-index: 1;
        }

        section#about-referral-program .about-referral--features .referral-img-wrapper .step-number {
            position: relative !important;
            left: unset !important;
            top: -8px !important;
            z-index: 2;
        }
}

section#about-referral-program .about-referral--features .referral-img-wrapper .step-number {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    border-radius: 50%;
    background: rgba(49, 129, 196, 0.2);
    color: #090a4b;
    position: absolute;
    left: calc(50% - 72px);
    bottom: 0;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
}

section#about-referral-program .about-referral--features .referral-img-wrapper.second .step-number {
    left: calc(50% - 64px);
}

@media (min-width: 575px) {
    section#about-referral-program .about-referral--features {
        margin-top: 60px;
    }
}

section#about-referral-program .about-referral--features .col-6 {
    margin-bottom: 20px;
}

section#about-referral-program .about-referral--features img {
    margin-bottom: 15px;
}

section#about-course {
    background-color: #eff0f6;
    margin-bottom: 60px;
    padding: 60px 0 100px;
}

@media (max-width: 768px) {
    section#about-course {
        margin-top: 20px;
        position: relative;
        z-index: 2;
        padding: 40px 0 80px;
    }

        section#about-course.mb-xs-0 {
            margin-bottom: 20px !important;
        }
}

section#about-course .about-course--features {
    margin-top: 28px;
}

@media (min-width: 575px) {
    section#about-course .about-course--features {
        margin-top: 60px;
    }
}

section#about-course .about-course--features .col-6 {
    margin-bottom: 20px;
}

section#about-course .about-course--features img {
    margin-bottom: 15px;
}

#about-course--hero {
    background-color: #2f9e7f;
    height: auto;
    color: #ffffff;
    position: relative;
}

    #about-course--hero p {
        margin-bottom: 30px;
    }

        #about-course--hero p:first-of-type {
            letter-spacing: 3px;
            margin-bottom: 0;
        }

.geometric-shapes .icon-dots.left {
    left: -35px;
}

    .geometric-shapes .icon-dots.left.top {
        top: 18px;
    }

    .geometric-shapes .icon-dots.left.bottom {
        bottom: 28px;
    }

.geometric-shapes .icon-dots.right {
    right: -30px;
    bottom: 40px;
}

.geometric-shapes .triangle-svg {
    right: -93px;
    bottom: -25px;
}

.geometric-shapes .dots-diamond-svg {
    left: -24px;
    bottom: -14px;
}

.geometric-shapes .inner-circle-svg {
    top: 108px;
    right: -50px;
}

.course--boxes {
    padding: 0;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 4px;
    color: #090a4b;
    box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.12);
}

.money-back-guarantee {
    position: relative;
}

    .money-back-guarantee span {
        display: block;
        margin-left: 25px;
    }

    .money-back-guarantee .money-back {
        font-weight: 500;
    }

    .money-back-guarantee .money-back--condition {
        font-weight: 400;
    }

    .money-back-guarantee:before {
        content: "\e813";
        font-family: "debtor-custom";
        top: -5px;
        height: 100%;
        position: absolute;
        color: #3181c4;
    }

.course-selection--button {
    padding: 15px 35px;
    text-transform: none;
}

.watch-video .icon-play-2 {
    background: #3181c4;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #ffffff;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.secondary-course .course-selection--button {
    background: transparent;
    border: 1px solid #e73a29;
    color: #e73a29;
}

.phoneNumberWhite:link, .phoneNumberWhite:visited, .phoneNumberWhite:hover, .phoneNumberWhite:active {
    color: #ffffff !important;
}

.course--availability,
.customer-service {
    position: relative;
}

    .course--availability span,
    .customer-service span {
        display: block;
    }

.course--info .title {
    font-weight: 500;
}

.course--info .description {
    font-weight: 400;
}

.course--availability:before,
.customer-service:before {
    font-family: "debtor-custom";
    top: -4px;
    height: 100%;
    position: absolute;
}

.course--availability:before {
    content: "\e808";
}

.customer-service:before {
    content: "\e819";
}

.course--availability:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 92%;
    top: 0;
    background-color: #b4a7d1;
}

section.background--light {
    padding: 80px 0;
    background-color: #eff0f6;
    margin-bottom: 0;
}

section.background--light-blue {
    background-color: #f2faff;
}

section.background--light-highlight {
    background-color: rgba(0, 192, 181, 0.05);
    padding: 80px 0;
}

@media (max-width: 767px) {
    section.background--light-highlight {
        padding: 60px 0;
    }
}

#required-bankruptcy-course .primary-button--filled {
    margin-top: 17px;
}

#testimonial {
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url("../images/testimonial-background.png");
    background-blend-mode: normal;
    border-radius: 6px;
    box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.1);
    background-color: #f4f5f9;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    #testimonial .icon-quote {
        color: #3181c4;
    }

    #testimonial .completed-course-date {
        margin-top: 0 !important;
        color: #3f9048;
        font-weight: 500;
        font-size: 1rem !important;
    }

    #testimonial img.testimonial--client {
        max-height: 500px;
    }

    #testimonial .completed-course-date:before {
        content: "\e812";
        font-family: "debtor-custom";
        color: #3f9048;
        margin-right: 5px;
        font-size: 1rem !important;
    }

#completion-status {
    background-color: #090a4b;
    padding: 40px 0;
}

    #completion-status .heading--main {
        margin-top: 20px;
    }

.form-group-multiple.form-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

    .form-group-multiple.form-2 a.btn {
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: 22px;
        right: 0.8rem;
        max-height: calc(100% - 30px) !important;
        border: 1px solid rgba(116, 125, 140, 0.5);
        color: #747d8c !important;
        transition: all 0.3s ease-in-out;
        background: #f4f5f9;
    }

        .form-group-multiple.form-2 a.btn:hover {
            border: 1px solid #3181c4;
            color: #3181c4 !important;
            transition: all 0.3s ease-in-out;
        }

.form-wrapper {
    background-color: #ffffff;
    border-radius: 4px;
    position: relative;
}

    .form-wrapper.certificate--search {
        height: 380px;
    }

    .form-wrapper.has-form-header {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        margin-top: -1px !important;
    }

@media (max-width: 575px) {
    .form-wrapper.has-form-header:not(.payment-form--container) {
        margin-top: -15px !important;
    }
}

.form-wrapper .description {
    position: relative;
}

.text-focus {
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease-in-out;
    top: 6px;
    left: 15px;
    color: #747d8c;
    display: none;
    padding: 0;
    margin: 0;
    line-height: 1.1rem;
}

.dropdown-menu a:link, .dropdown-menu a:hover, .dropdown-menu a:visited {
    color: #ffffff !important;
}

.dropdown-toggle:after {
    content: "\f004";
    font-family: "debtor-custom";
    border: none;
    vertical-align: middle;
}

.dropdown-menu {
    background-color: #0161e0;
}

    .dropdown-menu a:hover {
        background-color: #f4f5f9;
        color: #090a4b !important;
        transition: background 0.5s ease-in-out;
    }

    .dropdown-menu .dropdown-item {
        display: flex;
        justify-content: space-between;
    }

.dropdown-item:not(:hover) .icon {
    opacity: 0.5;
}

#referral-url-hidden,
#referral-code-hidden {
    position: absolute !important;
    height: 0;
    z-index: -1;
    left: -9999px;
    top: -9999px;
}

.form-control.with-right-icon {
    padding-right: 50px !important;
}

.input-focused .form-control:not(:-moz-read-only) {
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 20px 15px 4px;
}

.input-focused .form-control:not(:read-only) {
    transition: all 0.5s ease-in-out;
    padding: 20px 15px 4px;
}

.input-focused #in-page-search.form-control {
    padding: 30px 15px 10px;
}

.input-error .form-control {
    transition: all 0.5s ease-in-out;
    padding: 20px 15px 4px;
}

.alreadyRegisteredPopup {
    background: rgba(255, 136, 0, 0.1);
    padding: 1rem;
    border-radius: 4px;
    padding-top: 65px;
    margin-top: -65px;
    z-index: 0;
    position: relative;
    text-align: center;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

    .alreadyRegisteredPopup p {
        font-weight: 500 !important;
    }

    .alreadyRegisteredPopup.hidden {
        display: unset !important;
        visibility: hidden;
        position: absolute;
        left: -9999px;
        top: -9999px;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }

.form-group.zindex {
    z-index: 1;
    position: relative;
}

.form-group.hasContentBelow {
    position: relative;
}

    .form-group.hasContentBelow:after {
        content: "";
        width: 100%;
        height: 50%;
        background: red;
    }

.form-group.input-focused, .form-group.input-error {
    position: relative;
}

    .form-group.input-focused:not(.input-error) .text-focus:not(.text-error) {
        transition: all 0.3s ease-in-out;
        display: block;
        opacity: 1;
    }

    .form-group.input-error .text-focus.text-error {
        transition: all 0.3s ease-in-out;
        display: block;
        opacity: 1;
        padding: 0;
        margin: 0;
        top: 6px;
        color: #e73a29;
    }

.form-group.input-warning {
    border: 1px solid #ff8800;
    box-shadow: 0 0 2px 0 rgba(255, 136, 0, 0.7);
    border-radius: 4px;
    color: #e73a29 !important;
}

.select--custom.input-error .text-error {
    z-index: 100000;
}

.form-group.has-edit-buttons {
    position: relative;
}

    .form-group.has-edit-buttons .edit-buttons {
        position: absolute;
        z-index: 2;
        right: 0;
        vertical-align: middle;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: #ffffff;
        box-sizing: border-box;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        padding: 0 !important;
    }

        .form-group.has-edit-buttons .edit-buttons span {
            cursor: pointer;
            width: 100%;
            padding: 10px;
            transition: all 0.3s ease-in-out;
            display: inline-flex;
            align-items: center;
            height: 100%;
        }

            .form-group.has-edit-buttons .edit-buttons span:not(:first-of-type) {
                border-left: 1px solid #e6e7eb;
            }

            .form-group.has-edit-buttons .edit-buttons span.disabled {
                cursor: not-allowed;
                pointer-events: none;
                opacity: 0.4;
            }

.edit-button--set-active.current {
    color: #3181c4;
    cursor: not-allowed;
    pointer-events: none;
}

.form-group {
    border: 1px solid #f4f5f9;
    box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0);
    border-radius: 4px;
}

    .form-group.has-edit-buttons .edit-buttons span.edit-button--remove:hover, .form-group.has-edit-buttons .edit-buttons span.edit-button--delete:hover {
        color: #e73a29;
        transition: all 0.3s ease-in-out;
    }

    .form-group.has-edit-buttons .edit-buttons span.edit-button--set-active:hover, .form-group.has-edit-buttons .edit-buttons span.edit-button--edit:hover {
        color: #3181c4;
        transition: all 0.3s ease-in-out;
    }

    .form-group.input-error {
        border: 1px solid #e73a29;
        box-shadow: 0 0 2px 0 rgba(208, 2, 27, 0.7);
        border-radius: 4px;
        color: #e73a29 !important;
    }

@media (min-width: 768px) {
    #course-features p.description {
        padding: 0 15px;
    }
}

#course-features h4 {
    font-weight: 500;
}

#help-support {
    padding: 20px 30px 30px;
    background-color: #090a4b;
    margin-bottom: 0;
}

#footer {
    background-color: #eff0f6;
    margin-bottom: 0;
    padding: 40px 0 0;
}

@media (min-width: 768px) {
    #footer {
        padding: 70px 0;
    }
}

#footer p {
    margin-top: 0;
}

#footer .category {
    font-weight: 500;
    color: #090a4b !important;
}

    #footer .category a {
        color: #090a4b !important;
    }

#footer ul li {
    line-height: 1.73rem;
}

#footer a {
    color: #0061e0;
}

#footer .social-media {
    color: #0061e0;
    margin-top: 24px;
}

    #footer .social-media a:link, #footer .social-media a:hover, #footer .social-media a:visited {
        color: #0061e0;
    }

        #footer .social-media a:link:not(:last-of-type), #footer .social-media a:hover:not(:last-of-type), #footer .social-media a:visited:not(:last-of-type) {
            margin-right: 15px;
        }

    #footer .social-media a:hover {
        opacity: 0.8;
        transition: all 0.3s ease-in-out;
    }

#copyright {
    padding: 20px 0 40px;
    background: #eaebf0;
}

    #copyright .seals--entry--wrapper .seals--entry {
        width: 100%;
    }

@media (min-width: 991px) and (max-width: 1199px) {
    #copyright .seals--entry--wrapper .seals--entry span img {
        max-width: 60px !important;
    }

        #copyright .seals--entry--wrapper .seals--entry span img[alt="Secure Payments Powered By Stripe"] {
            max-width: 120px !important;
        }
}

@media (max-width: 990px) {
    #copyright .seals--entry--wrapper .seals--entry span img[alt="Secure Payments Powered By Stripe"] {
        max-width: 120px !important;
    }
}

@media (max-width: 575px) {
    #copyright .seals--entry--wrapper .seals--entry span:not(odd) {
        margin-right: 0 !important;
    }
}

#copyright .seals--entry--wrapper .seals--entry span:not(:last-of-type) {
    margin-right: 40px;
}

.dropdown-menu.show {
    z-index: 1020;
}

.card {
    padding: 20px;
    border: none;
    box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.05);
    height: 100%;
}

.card-title {
    margin-bottom: 10px;
    color: #090a4b;
    font-weight: 500;
}

.card-body {
    color: #777e90;
}

    .card-body .icon {
        margin-bottom: 15px;
        display: block;
    }

    .card-body .primary-button--filled {
        margin-top: 20px;
        padding: 12px 24px;
    }

.expand-icon {
    display: block;
    transition: all 0.5s ease-in-out;
}

    .expand-icon.expanded {
        transform: rotate(-180deg);
        transition: all 0.5s ease-in-out;
    }

.accordion--wrapper {
    margin-top: 60px;
}

#chapters .card,
[id^=chapters-] .card {
    background: #ffffff;
    text-align: left;
    box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #e6e7eb;
    border-radius: 4px;
    padding: 0;
    margin-bottom: 20px;
}

#chapters .card-body,
[id^=chapters-] .card-body {
    background: #ffffff;
    padding: 14px 20px;
}

#chapters .card-header,
[id^=chapters-] .card-header {
    background: #ffffff;
    border-bottom: 1px solid #e6e7eb !important;
    padding: 0 !important;
    position: relative;
}

#chapters .card button,
[id^=chapters-] .card button {
    padding: 14px 20px;
    width: 100%;
    text-align: left;
    text-transform: none;
    color: #777e90;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    #chapters .card button[aria-expanded=true],
    [id^=chapters-] .card button[aria-expanded=true] {
        color: #090a4b;
    }

#chapters .text--secondary,
[id^=chapters-] .text--secondary {
    margin-top: 0;
}

#chapters .card button .icon,
[id^=chapters-] .card button .icon {
    padding-left: 20px;
}

#chapters .card button span,
[id^=chapters-] .card button span {
    display: inline-flex;
}

#chapters .card button .icon:before,
[id^=chapters-] .card button .icon:before {
    color: #3181c4;
    transition: all 0.3s ease;
}

#chapters .card button[aria-expanded=true] .icon:before,
[id^=chapters-] .card button[aria-expanded=true] .icon:before {
    transform: rotate(-180deg);
    transition: all 0.3s ease;
}

#faq--hero {
    background: url("../images/faq-background.svg") no-repeat no-repeat;
    background-size: cover;
    position: relative;
}

.row-0-padding [class*=col-] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#faq--hero .course--availability:before,
#faq--hero .customer-service:before {
    color: #777e90;
}

#faq--questions.background--light-highlight .card-body {
    background: #ffffff !important;
}

#faq--questions .card,
#faq--questions .card-body {
    background: none;
    border: none !important;
    box-shadow: none;
}

#faq--questions .card-header {
    background: none;
    border: none !important;
    box-shadow: none;
}

    #faq--questions .card-header .heading--h4 {
        font-family: "Merriweather", sans-serif !important;
        font-weight: 600;
    }

#faq--questions .card-body {
    border: 2px solid #e6e7eb !important;
    border-radius: 4px !important;
    padding: 30px;
    height: 100%;
}

    #faq--questions .card-body .heading--h6 {
        font-weight: 600;
        color: #090a4b;
        line-height: 2rem;
        margin-bottom: 20px;
    }

#faq--questions .accordion button {
    padding: 0;
}

#faq--questions mark,
#faq--questions .mark {
    padding: 0;
    background-color: rgba(56, 103, 214, 0.25);
}

#faq--questions .icon:before {
    color: #747d8c !important;
}

#faq--hero .form-group {
    position: relative;
}

#end-of-list,
#no-results {
    display: none;
}

    #end-of-list .heading--h5 {
        font-family: "Merriweather", sans-serif;
        font-weight: 400;
    }

.count {
    padding-right: 5px;
}

#in-page-search.form-control {
    transition: all 0.5s ease-in-out;
    background-color: #ffffff !important;
    box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.12) !important;
    padding: 20px 15px;
}

.search-form.input-with-icon input {
    padding-right: 40px !important;
}

.search-form.input-with-icon .icon {
    top: 30%;
}

.search-form .icon {
    right: 15px;
    top: 25%;
    position: absolute;
    align-self: center;
    color: #747d8c;
}

#attorneys--hero {
    background-color: #0061e0;
    color: #ffffff;
}

    #attorneys--hero .btn {
        padding: 17px 20px;
    }

        #attorneys--hero .btn:last-of-type {
            padding: 17px 20px;
            font-weight: 400;
        }

.attorney--color {
    background-color: #0061e0 !important;
}

.attorney-portal-benefits {
    cursor: pointer;
}

.video-background {
    width: 110%;
    height: 120%;
    left: -40px;
    top: -32px;
    content: "";
    position: absolute;
    background: url("../images/video-bg.svg") 100% 100% no-repeat;
    background-size: 100%;
    background-position: center center;
}

    .video-background p {
        width: 100%;
        text-align: center;
        position: absolute;
        top: -18px;
        left: -6px;
        color: rgba(255, 255, 255, 0.65);
    }

        .video-background p span {
            padding-left: 20px;
            padding-right: 20px;
            background-color: #0061e0;
        }

.video-bg {
    justify-content: center;
    position: relative;
}

    .video-bg .embed-responsive {
        width: 95%;
        overflow: visible;
    }

.package-content li a {
    font-size: 1rem;
    font-weight: 600;
    text-transform: none;
    color: #090a4b;
}

.package-content .icon-plus {
    -webkit-mask-image: url(../images/icons/icon-minus.svg);
    mask-image: url(../images/icons/icon-minus.svg);
    transition: all 0.3s ease-in-out;
}

.package-content .contact-faq-bg {
    background-color: #eff0f6;
    margin-top: 0.5rem;
}

.package-content .collapsed .icon-plus {
    -webkit-mask-image: url(../images/icons/icon-plus.svg);
    mask-image: url(../images/icons/icon-plus.svg);
    transition: all 0.3s ease-in-out;
}

.package-content .feature--item {
    list-style-type: none;
    list-style-position: inside;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: calc(8px + 0.8rem) !important;
}

    .package-content .feature--item a.btn {
        width: 100%;
    }

    .package-content .feature--item.accordion {
        padding: 8px 0;
        word-break: break-word;
    }

    .package-content .feature--item span {
        padding-left: 0;
    }

    .package-content .feature--item .icon {
        font-size: 1.625rem;
        vertical-align: middle;
    }

    .package-content .feature--item .text-left.d-flex.align-items-center {
        position: relative;
    }

        .package-content .feature--item .text-left.d-flex.align-items-center:before {
            position: absolute !important;
            top: 5px !important;
            left: calc(-8px - 0.8rem);
            content: "" !important;
            width: 8px;
            height: 8px;
            background: rgba(49, 129, 196, 0.5);
            border-radius: 50%;
        }

    .package-content .feature--item:before {
        display: none !important;
    }

#contact-us .ulHeadline {
    margin-bottom: 24px;
    padding-bottom: 10px;
    display: flex;
    text-transform: uppercase;
    color: #777e90;
    border-bottom: 1px solid #e6e7eb;
    width: 100% !important;
    font-weight: 500;
}

#contact-us .most-answered-questions li a {
    font-weight: 500;
    text-transform: none;
    color: #0061e0;
}

#contact-us .most-answered-questions .icon-down-open {
    transform: rotate(-180deg);
    transition: all 0.3s ease-in-out;
}

#contact-us .most-answered-questions .contact-faq-bg {
    background-color: #eff0f6;
    padding: 20px 30px;
    border-top: 1px solid #e6e7eb;
}

#contact-us .most-answered-questions .collapsed .icon-down-open {
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
}

#contact-us .most-answered-questions .feature--item.accordion {
    padding: 8px 0;
    word-break: break-word;
}

    #contact-us .most-answered-questions .feature--item.accordion:not(:last-of-type) {
        border-bottom: 1px solid #e6e7eb;
    }

#contact-us .most-answered-questions .feature--item span {
    padding-left: 40px;
}

#contact-us .most-answered-questions .feature--item .icon {
    vertical-align: middle;
}

#contact-us .most-answered-questions .feature--item:before {
    content: "";
}

#contact-us .contact--info .card {
    box-shadow: none;
    background-color: #f4f5f9;
    position: relative;
    z-index: 1;
}

.card--lighter {
    box-shadow: none;
    background-color: #f4f5f9;
    position: relative;
    z-index: 1;
}

#contact-us .contact--info .card-header,
#contact-us .contact--info .card-body {
    background: none;
    padding: 0;
}

.card--lighter .card-body,
.card--lighter .card-header {
    background: none;
    padding: 0;
}

#contact-us .contact--info .heading--h6 {
    color: #090a4b;
}

#contact-us .contact--info .card-header p.description {
    font-weight: 500;
    color: #777e90;
}

.card--lighter {
    padding: 20px 40px;
    height: 100% !important;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
}

#states {
    margin-top: -140px;
}

.state-card {
    background-color: #ffffff;
    box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    height: 100%;
    display: flex;
    flex-direction: row;
    padding: 20px;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
}

    .state-card .text--smaller {
        margin-top: 4px;
    }

#states .col-12.col-sm-6.col-md-4.col-lg-3 {
    margin-bottom: 30px;
}

.state-card .text--smaller {
    width: 100%;
}

.attorney-login--form .attorney-login-div {
    height: 100%;
}

@media (max-width: 768px) {
    .attorney-login--form .attorney-login-div {
        background-color: #0061e0;
        padding-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .attorney-login--form .left-info-sidebar {
        background-color: #0061e0;
    }
}

.left-info-sidebar {
    height: 100%;
    display: flex;
}

@media (min-width: 768px) {
    .left-info-sidebar {
        background-color: #eff0f6;
    }
}

#login--form .form-wrapper,
#register--form .form-wrapper {
    background-color: #ffffff;
    box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    vertical-align: middle;
    width: 100%;
    position: relative;
    transition: all 0.3s ease-in-out;
}

#register--form.multi-step-registration {
    min-height: calc(100vh - 285px);
}

@media (max-width: 992px) {
    #register--form.multi-step-registration {
        min-height: calc(100vh - 350px);
    }
}

#register--form.multi-step-registration .form-wrapper {
    height: 100%;
    border-radius: 4px;
    padding: 2rem 1.5rem;
}

    #register--form.multi-step-registration .form-wrapper button {
        text-transform: capitalize;
    }

@media (min-width: 992px) {
    #register--form.multi-step-registration .form--footer {
        margin-bottom: 2rem;
    }
}

#register--multi-step-navigation {
    border-bottom: 1px solid #e6e7eb;
    min-height: 55px;
    align-items: center;
    display: flex;
}

@media (max-width: 350px) {
    #register--multi-step-navigation .container-fluid {
        padding: 0 0.55rem;
    }
}

@media (max-width: 992px) {
    #register--multi-step-navigation #progress-saved-info {
        min-height: 34px;
    }
}

@media (max-width: 992px) {
    #register--multi-step-navigation {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 12;
        background-color: #ffffff;
        border-bottom: unset;
        padding: 0.25rem 0 !important;
        box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.12);
    }

        #register--multi-step-navigation .col-lg-8.col-12.order-lg-1.order-2 {
            margin-top: 0.55rem;
        }

            #register--multi-step-navigation .col-lg-8.col-12.order-lg-1.order-2 ul {
                margin-top: 0.55rem;
            }

        #register--multi-step-navigation .col-12:not(.no-border) {
            border-top: 1px solid #e6e7eb;
            margin-top: 1rem;
        }

        #register--multi-step-navigation .col-6,
        #register--multi-step-navigation .col-12 {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
}

#register--multi-step-navigation .row {
    padding: 0.5rem 0;
}

#register--multi-step-navigation .register-steps-ul {
    position: relative !important;
    align-items: baseline;
}

    #register--multi-step-navigation .register-steps-ul li {
        cursor: pointer;
        transition: all 0.35s ease-in-out;
    }

        #register--multi-step-navigation .register-steps-ul li.completed:hover * {
            transition: all 0.35s ease-in-out;
            color: #1d4b72 !important;
            font-weight: 500;
            border-color: #1d4b72;
        }

        #register--multi-step-navigation .register-steps-ul li.completed:hover .icon {
            transition: all 0.35s ease-in-out;
            background-color: #1d4b72 !important;
        }

@media (max-width: 992px) {
    #register--multi-step-navigation .register-steps-ul {
        margin-top: 1rem;
    }

        #register--multi-step-navigation .register-steps-ul .register--step:first-of-type {
            padding-left: 0 !important;
        }

        #register--multi-step-navigation .register-steps-ul .register--step:last-of-type {
            padding-right: 0 !important;
        }
}

#register--multi-step-navigation .register-steps-ul .step-connector {
    width: 100%;
    height: 2px;
    background: #e6e7eb;
    flex-grow: 1;
    display: flex;
    align-self: center;
}

#register--multi-step-navigation .register-steps-ul .register--step {
    font-size: 1rem;
    font-weight: 500;
    background-color: #ffffff;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    white-space: nowrap;
    position: relative !important;
}

    #register--multi-step-navigation .register-steps-ul .register--step .register-step--description {
        color: #3181c4 !important;
        font-size: 0.875em !important;
        position: relative !important;
        bottom: unset;
        top: unset;
    }

@media (max-width: 576px) {
    #register--multi-step-navigation .register-steps-ul .register--step .register-step--description {
        white-space: initial !important;
        text-align: center;
    }
}

@media (max-width: 576px) {
    #register--multi-step-navigation .register-steps-ul .register--step {
        font-size: 0.755rem !important;
        text-align: center;
        font-weight: 600;
    }
}

#register--multi-step-navigation .register-steps-ul .register--step .icon {
    background: #3181c4;
}

#register--multi-step-navigation .register-steps-ul .register--step.disabled .register-step--description {
    color: #777e90 !important;
    opacity: 0.55;
}

#register--multi-step-navigation .register-steps-ul .register--step.disabled .icon {
    background: #777e90;
    opacity: 0.5;
}

#register--multi-step-navigation .register-steps-ul .register-step--icon-wrapper {
    max-width: 2rem;
    max-height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
    width: 2rem;
    height: 2rem;
    border-radius: 6px;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#register--multi-step-navigation .registering-now-text,
#register--multi-step-navigation .progress-saved-text {
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
}

    #register--multi-step-navigation .registering-now-text.hidden,
    #register--multi-step-navigation .progress-saved-text.hidden {
        opacity: 0;
        visibility: hidden;
        top: -999px;
        position: absolute;
        transition: opacity 0.3s ease-in-out;
    }

    #register--multi-step-navigation .registering-now-text p,
    #register--multi-step-navigation .progress-saved-text p {
        line-height: 1.25rem;
        font-size: 0.875rem;
        color: #777e90;
    }

        #register--multi-step-navigation .registering-now-text p:first-of-type,
        #register--multi-step-navigation .progress-saved-text p:first-of-type {
            opacity: 0.75;
        }

#register--multi-step-navigation .progress-saved-text {
    font-size: 0.925rem;
    display: flex;
    align-items: center;
}

    #register--multi-step-navigation .progress-saved-text:not(.justify-content-center) {
        justify-content: flex-end;
    }

    #register--multi-step-navigation .progress-saved-text .icon {
        font-size: 1.1rem;
        margin-right: 0.25rem;
    }

#register--multi-step-navigation .cc-green-color {
    transition: all 0.15s ease-in-out;
    opacity: 1;
    visibility: visible;
}

    #register--multi-step-navigation .cc-green-color.hidden {
        opacity: 0;
        visibility: hidden;
        top: -9999px;
        position: absolute;
        transition: all 0.15s ease-in-out;
    }

/* .tooltip-wrapper.hidden { display: none !important; } */
#login--form .left-info-sidebar--content img {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 20px;
}

.form-content--wrapper {
    width: 100%;
    position: relative;
}

#login--form .form-content--wrapper .text--secondary a {
    color: #777e90 !important;
    font-weight: 400;
}

.footer--secondary {
    color: #777e90 !important;
}

    .footer--secondary a {
        color: #777e90 !important;
    }

.text--blue {
    color: #0061e0;
}

.wrap {
    animation: caret 1s steps(1) infinite;
    border-right: 0.08em solid #ffffff;
    padding-right: 1px;
}

.typewrite {
    min-height: 54px;
    font-weight: 500;
}

input.form-control {
    min-height: 49px;
}

.individual-state--paragraph a {
    font-weight: 400 !important;
}

#register--form {
    display: flex;
    position: relative;
}

    #register--form.full-height {
        min-height: calc(100vh - 285px);
    }

@media (max-width: 992px) {
    #register--form.full-height {
        min-height: calc(100vh - 350px);
    }
}

#register--form.registration-process-wrapper {
    background-color: #eff0f6;
    padding-bottom: 4rem;
}

    #register--form.registration-process-wrapper + .container + footer.mt-8 {
        margin-top: 3rem !important;
        border-top: none;
    }

    #register--form.registration-process-wrapper + footer.mt-8 {
        margin-top: 3rem !important;
        border-top: none;
    }

    #register--form.registration-process-wrapper .white {
        color: #090a4b !important;
    }

        #register--form.registration-process-wrapper .white a:not(.white) {
            color: #0161e0 !important;
        }

        #register--form.registration-process-wrapper .white a.white {
            color: #ffffff !important;
        }

    #register--form.registration-process-wrapper .feature--descritpion {
        color: rgba(6, 9, 43, 0.7);
    }

.parsley-required {
    max-height: 14px;
    overflow: hidden;
    text-align: left !important;
}

#register--form .background {
    height: 85%;
    width: 100%;
    background-color: #512f9e;
    position: absolute;
    left: 0;
    top: 0;
}

#register--form.registration-process-wrapper .background {
    background-color: #eff0f6;
}

.background.attorney--color {
    height: 100% !important;
}

.register-steps--background {
    height: calc(100% - 104px) !important;
}

#register--form .feature--descritpion {
    color: rgba(255, 255, 255, 0.7);
}

#register--form .feature--item:before {
    color: #0161e0;
}

#register--form:not(.attorney-register--form) .feature--item:last-of-type:before {
    content: "";
}

#register--form .case-number--headline {
    font-size: 0.9375rem;
}

@media (max-width: 430px) {
    #register--form .case-number--headline {
        text-align: center;
    }

        #register--form .case-number--headline span {
            float: none !important;
        }
}

.back-button--wrapper {
    position: absolute;
    left: 12px;
}

.back-button {
    display: inline-flex;
    align-items: center;
    justify-content: left;
    color: #777e90 !important;
    text-transform: none;
}

.form-header--blue .back-button {
    color: #ffffff !important;
}

.back-icon--wrapper {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0161e0;
    border-radius: 50%;
    color: #ffffff;
    margin-right: 6px;
}

    .back-icon--wrapper.gray {
        background-color: #090a4b;
        min-width: 24px;
        min-height: 24px;
        max-width: 24px;
        max-height: 24px;
    }

        .back-icon--wrapper.gray p {
            color: #090a4b !important;
        }

    .back-icon--wrapper .icon-down-open {
        transform: rotate(90deg);
    }

.icon-down-open.open {
    transform: rotate(-180deg);
}

p.form--info {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

    p.form--info.strong {
        font-weight: 500;
    }

    p.form--info.secondary {
        color: #747d8c;
    }

        p.form--info.secondary .warningText {
            color: #ff8800;
        }

ul.form--list li {
    color: #747d8c;
    margin-bottom: 20px;
    position: relative;
}

    ul.form--list li:before {
        content: "";
        position: absolute;
        top: 5px;
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #3181c4;
    }

.radio-button--custom {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin-bottom: 17px;
}

.radio-button--custom-fixed-padding li label {
    padding: 6px 10px 0px 10px !important;
}

.radio-button--custom.with-circle li {
    text-align: left !important;
    position: relative;
}

    .radio-button--custom.with-circle li label {
        display: block;
        padding-left: 36px;
        padding-top: 8px;
    }

        .radio-button--custom.with-circle li label:before {
            content: "";
            width: 20px;
            height: 20px;
            border-radius: 50%;
            border: 2px solid #e6e7eb;
            position: absolute;
            top: 9px;
            left: 10px;
        }

.radio-button--custom.with-circle input:checked + label {
    color: #3181c4;
    border: 1px solid #3181c4 !important;
}

    .radio-button--custom.with-circle input:checked + label:before {
        background-color: #3181c4;
        border: 2px solid #3181c4;
    }

.radio-button--custom.w-100 {
    display: flex;
    flex-direction: column;
}

    .radio-button--custom.w-100 li {
        width: 100%;
    }

.radio-button--custom input:not(.form-control) {
    display: none;
}

.radio-button--custom li {
    width: 48%;
}

    .radio-button--custom li label {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        border-radius: 4px;
        border: 1px solid #e6e7eb;
        height: 100% !important;
        cursor: pointer;
        padding: 5px 10px;
    }

    .radio-button--custom li .icon {
        font-size: 60px;
        line-height: 0;
    }

        .radio-button--custom li .icon.smaller-size {
            font-size: 2.5rem !important;
            padding-top: 0.25rem;
        }

.radio-button--custom input:checked + label {
    border: 1px solid #0161e0 !important;
    color: #0161e0;
    transition: all 0.2s ease-in-out;
}

.radio-button--custom input + label {
    transition: all 0.2s ease-in-out;
    font-weight: 500;
    color: #777e90;
}

.radio-button--custom.lighter input:not(:checked) + label {
    font-weight: 400;
    color: #747d8c;
}

#user--avatar {
    width: 40px;
    height: 40px;
    background-color: #3181c4;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 50%;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

#joint--avatar {
    width: 40px;
    height: 40px;
    background-color: #3181c4;
    display: inline-flex;
    border-radius: 20px;
    position: relative;
    top: 2px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

    #joint--avatar div {
        color: #ffffff;
        text-align: center;
        position: absolute;
    }

        #joint--avatar div:first-of-type {
            width: 100%;
            top: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #3181c4;
        }

        #joint--avatar div:nth-of-type(2) {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            background-color: hsl(222, 66%, 48%);
            bottom: 0;
        }

    #joint--avatar .right,
    #joint--avatar .left {
        height: 20px;
        width: 20px;
    }

    #joint--avatar .right {
        border-bottom-right-radius: 40px;
        border-bottom-left-radius: 40px;
    }

    #joint--avatar .left {
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
    }

.form--header {
    width: 100%;
    padding: 0.75rem 1rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #747d8c;
    background-color: #ffffff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    z-index: 2;
    border-bottom: 1px solid #e6e7eb;
}

    .form--header.no-border {
        border: unset;
    }

    .form--header .registerStepsUl.embeded-in-header {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .form--header.form-header--blue {
        background-color: #3181c4;
        color: #ffffff;
    }

    .form--header.has-back-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

.phone--checkbox {
    align-items: self-start;
}

.form-check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px !important;
    background-color: #f4f5f9 !important;
    border-radius: 4px;
    position: relative;
    text-align: center;
    margin-right: 0.6rem !important;
    box-shadow: unset !important;
    border: unset;
}

    .form-check-input + label {
        color: #777e90 !important;
        font-weight: 400;
    }

    .form-check-input:checked {
        position: relative;
    }

        .form-check-input:checked + label {
            color: #090a4b !important;
        }

        .form-check-input:checked:before {
            content: "\e813";
            position: absolute;
            vertical-align: middle;
            font-family: "debtor-custom";
            color: #3181c4;
            font-weight: bold;
            left: 15%;
            top: -1px;
        }

/* .register--step:not(:last-of-type):after { content: ''; position: absolute; width: 100%; height: 1px; background-color: $iconsColor; } */
.register--steps {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffffff;
    position: relative;
}

    .register--steps:before {
        content: "";
        position: absolute;
        width: calc(100% + 60px);
        height: 1px;
        background-color: #e6e7eb;
        top: 0;
        right: -30px;
    }

.register-step--description {
    position: absolute;
    bottom: 0;
    color: #ced6e0;
    margin-top: 7px;
}

@media (max-width: 992px) {
    .register-step--description.position-relative-lg {
        bottom: -20px;
    }
}

@media (min-width: 992px) {
    .register-step--description.position-relative-lg {
        position: relative;
    }
}

.register-step--icon-wrapper {
    border: 1px solid #e6e7eb;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.register-step--icon {
    border: 1px solid var(--border);
    padding: 5px;
    color: #ced6e0;
}

.line-between-steps {
    min-width: 40px;
    max-width: 70px;
    height: 1px;
    background-color: #ced6e0;
    align-self: center;
}

.attorney--register-steps .register-step--description {
    top: 75%;
    text-align: center;
    line-height: 0.93rem;
    max-width: 90px;
    word-wrap: break-word;
}

.form-header--blue .register--step > *, .form-header--blue .register--step.current * {
    color: #ffffff !important;
    display: inline-flex;
}

.form-header--blue .register--step .register-step--icon-wrapper {
    border: 1px solid #ffffff !important;
    width: 30px;
    height: 30px;
}

.form-header--blue .register-step--description {
    position: relative;
    margin-left: 6px;
    margin-top: 0;
    text-transform: none;
}

.form-header--blue .line-between-steps {
    background-color: #ffffff !important;
    margin: 0 10px;
}

.form-header--blue .register--step.completed {
    opacity: 0.5;
}

    .form-header--blue .register--step.completed + .line-between-steps {
        opacity: 0.5;
    }

.register--step.disabled {
    cursor: not-allowed;
    pointer-events: none;
}

.register--step.current *, .register--step.completed {
    color: #3181c4 !important;
}

.register--step.no-events {
    pointer-events: none;
}

.register--step.current {
    font-weight: 500;
}

    .register--step.current .register-step--icon-wrapper {
        border: 1px solid #3181c4;
    }

.register--step.completed .register-step--icon-wrapper {
    border: 1px solid #3181c4;
}

.register--step.current + .line-between-steps, .register--step.current.completed + .line-between-steps {
    background-color: #3181c4;
}

.form--hidden,
.fee-waiver-decline--hidden {
    display: none;
}

.recommended-option {
    border: 1px solid rgba(56, 103, 214, 0.4);
    color: #3181c4;
    padding: 5px 8px;
    border-radius: 4px;
    font-weight: 500;
    white-space: nowrap;
    margin-bottom: 10px !important;
    display: inline-block;
}

@media (max-width: 768px) {
    .recommended-option:nth-of-type(2) {
        margin-top: 8px !important;
    }
}

.recommended-option.warning {
    border: 1px solid rgba(255, 136, 0, 0.5);
    color: #ff8800;
}

.upgrade-price {
    position: absolute;
    right: 0;
    top: -24px;
    font-weight: 600;
    color: #090a4b;
    text-align: right;
    line-height: 1.33rem;
}

    .upgrade-price .uppercase {
        color: #747d8c !important;
        font-weight: 400;
    }

.secure-payment {
    position: absolute;
    right: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: #090a4b;
    padding: 0 4px;
    background: #ffffff;
    border-radius: 4px;
    vertical-align: middle;
}

    .secure-payment.transparent {
        background: transparent !important;
    }

    .secure-payment .icon {
        font-weight: bold;
    }

.payment--form {
    background-color: #ffffff;
    border: 1px dashed #e6e7eb;
    border-radius: 4px;
    padding: 20px;
}

.payment--form-inputs-wrapper {
    box-sizing: border-box;
    border: 6px solid #f4f5f9;
    border-radius: 4px;
}

.payment--form-inside {
    display: flex;
    align-items: center;
}

    .payment--form-inside > *:first-child {
        width: 70%;
        display: flex;
        text-align: left;
        align-self: center;
        padding-top: 4px;
    }

    .payment--form-inside > *:nth-child(2) {
        width: 30%;
        display: flex;
        text-align: left;
        align-self: center;
        min-width: 140px;
        min-height: 30px;
        text-align: right;
    }

.childs--width-33 .form-group {
    border: none;
}

.summary--headline {
    position: relative;
    border-bottom: 1px solid #e6e7eb;
    padding-left: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 0.75rem;
    font-weight: 500;
    font-size: 1.15rem !important;
}

.items-purchased li {
    border-bottom: 1px solid #e6e7eb;
    padding-right: 1rem;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    text-align: left;
}

    .items-purchased li span {
        font-size: 0.975rem;
        font-weight: 500;
    }

        .items-purchased li span.itemName {
            padding-left: 1rem;
        }

    .items-purchased li:last-of-type, .items-purchased li.no-border {
        border-bottom: none;
        font-weight: 500;
        padding-top: 1.25rem;
    }

        .items-purchased li:last-of-type span, .items-purchased li.no-border span {
            font-weight: 600;
            font-size: 1.05rem;
        }

.summary-seals {
    padding: 1rem;
    opacity: 0.95;
}

    .summary-seals img {
        max-height: 1.75rem;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }

.badge.approved-seal {
    background: rgba(63, 144, 72, 0.2);
    box-sizing: border-box;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

    .badge.approved-seal strong {
        color: #28440b;
    }

.notification {
    display: flex;
    width: 100%;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 4px;
    text-align: left;
}

    .notification.delivery {
        background-color: rgba(56, 103, 214, 0.1);
    }

    .notification.floating {
        width: auto;
        max-width: 280px;
        right: 20px;
        bottom: 0;
        z-index: 1020;
        position: fixed;
        background: #eef2fc !important;
        border: 1px solid rgba(49, 129, 196, 0.3) !important;
        color: #0161e0 !important;
    }

    .notification.hidden {
        display: none;
    }

    .notification.warning {
        background-color: rgba(255, 136, 0, 0.15);
        border: 1px solid rgba(255, 136, 0, 0.3);
        color: #ff8800;
    }

    .notification.error {
        background-color: rgba(231, 58, 41, 0.15);
        border: 1px solid rgba(231, 58, 41, 0.3);
        color: #e73a29;
    }

    .notification.success {
        background-color: rgba(51, 182, 108, 0.15);
        border: 1px solid rgba(51, 182, 108, 0.3);
        color: #0161e0;
    }

        .notification.success.dark-green {
            color: #3f9048;
        }

    .notification.info {
        background-color: rgba(1, 97, 224, 0.1);
        border: 1px solid rgba(1, 97, 224, 0.3);
        font-weight: 500;
    }

        .notification.info.blue {
            background-color: rgba(49, 129, 196, 0.15);
            backdrop-filter: saturate(180%) blur(15px);
            -webkit-backdrop-filter: saturate(180%) blur(15px);
            border-color: rgba(49, 129, 196, 0.45);
        }

        .notification.info .strongValue {
            font-weight: 600;
            letter-spacing: 3;
            color: #0161e0;
        }

    .notification .icon-close {
        color: #090a4b;
        opacity: 0.5;
    }

.popover-content {
    display: none;
}

.popover {
    font-family: "Gotham Rnd SSm", Arial, Helvetica, sans-serif;
    box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.12);
    border: none;
    z-index: 1500;
}

.popover-body {
    padding: 18px 24px;
}

    .popover-body p {
        color: #777e90 !important;
    }

    .popover-body strong {
        font-weight: 600;
    }

.attorney-register--last-step-form {
    overflow: hidden;
    padding-bottom: 0;
    height: 470px;
}

.flyers-request--last-step {
    overflow: hidden;
    padding-bottom: 0;
    height: 695px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .flyers-request--last-step {
        height: 654px;
    }
}

@media (max-width: 768px) {
    .flyers-request--last-step {
        height: 681px;
    }
}

.free-flyers--img {
    width: 75%;
}

#reviews--hero {
    width: 100%;
    height: 100%;
    background: url("../images/reviews-background.svg") no-repeat no-repeat;
    background-size: cover;
    position: relative;
    background-position: top;
}

.floating-review-persons {
    max-width: 100% !important;
    min-width: 1518px !important;
    margin-top: -150px;
}

.client--review .card--lighter {
    height: auto !important;
    margin-bottom: 30px;
    box-shadow: none;
    background-color: #f4f5f9;
    transition: all 0.5s ease-in-out;
}

    .client--review .card--lighter .icon-quote {
        position: absolute;
        left: 15px;
        top: 10px;
        color: #e6e7eb;
    }

    .client--review .card--lighter p {
        font-weight: 400;
    }

    .client--review .card--lighter:after {
        content: "";
        position: absolute;
        bottom: -15px;
        border-bottom: solid 15px #f4f5f9;
        border-right: solid 15px #f4f5f9;
        border-bottom-right-radius: 12px;
        border-left: solid 15px transparent;
        border-top: solid 15px transparent;
        transform: rotate(45deg);
        transition: all 0.5s ease-in-out;
    }

    .client--review .card--lighter.highlighted {
        box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.08);
        background-color: #ffffff;
    }

        .client--review .card--lighter.highlighted:after {
            border-bottom: solid 15px #ffffff;
            border-right: solid 15px #ffffff;
        }

        .client--review .card--lighter.highlighted p {
            color: #090a4b;
        }

        .client--review .card--lighter.highlighted .icon-quote {
            color: #3181c4;
        }

.client--img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.client {
    margin-left: 30px;
}

    .client p {
        font-weight: 500;
        color: #090a4b;
    }

.client--review {
    margin-bottom: 30px;
    cursor: inherit;
    transition: all 0.5 ease-in-out !important;
}

    .client--review .card--lighter:hover {
        box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.08);
        background-color: #ffffff;
        transition: all 0.5s ease-in-out;
    }

        .client--review .card--lighter:hover:after {
            border-bottom: solid 15px #ffffff;
            border-right: solid 15px #ffffff;
            transition: all 0.5s ease-in-out;
        }

.this-week-numbers--popup {
    transition: all 0.3s ease-in-out;
    opacity: 0;
    position: fixed;
    z-index: 900;
    bottom: 5%;
    left: 0;
    max-width: 390px;
    background-color: #ffffff;
    box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.08);
    padding: 25px 30px;
    border-top-right-radius: 120px;
    border-bottom-right-radius: 120px;
}

    .this-week-numbers--popup .right {
        position: relative;
        width: 100px;
        height: 100px;
    }

    .this-week-numbers--popup .left .btn {
        box-shadow: 0 2px 39px 0 rgba(51, 182, 108, 0.6);
    }

#share-experience {
    padding: 80px 0;
    background-color: #3181c4;
}

.breadcrumb {
    background: none !important;
    padding: 0 !important;
}

#blog .blog-category--wrapper {
    padding-left: 0;
    padding-right: 8px;
    min-height: 100%;
}

#blog .blog--category {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    line-height: 1.1rem;
    height: 100%;
    text-align: center;
    margin-right: 10px;
    padding: 10px 20px;
    border: 1px solid #e6e7eb;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #777e90;
    border-radius: 4px;
}

    #blog .blog--category .icon {
        color: #747d8c;
    }

    #blog .blog--category:hover, #blog .blog--category.active {
        box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.08);
        border: 1px solid rgba(56, 103, 214, 0.2);
        font-weight: 500;
        color: #3181c4;
    }

        #blog .blog--category:hover .icon, #blog .blog--category.active .icon {
            color: #3181c4;
        }

#blog--search .form-control {
    box-shadow: none !important;
    background-color: #f4f5f9 !important;
    border: none !important;
}

.blog--post-entry {
    padding: 0 !important;
    box-shadow: none;
    background-color: rgba(246, 247, 251, 0.7);
    height: 100% !important;
}

    .blog--post-entry .card-text {
        max-height: 112px;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .blog--post-entry .card-body {
        padding: 15px 30px 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

        .blog--post-entry .card-body .category {
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #3181c4;
            font-weight: 500;
            margin: 6px 0 !important;
        }

    .blog--post-entry .btn {
        padding: 12px 20px;
        margin-top: 15px;
    }

.blogPostEntries {
    margin-left: -25px !important;
    margin-right: -25px !important;
}

.blog-post {
    margin-bottom: 30px;
}

.blog-category--wrapper.show-all {
    border: 1px solid #f4f5f9;
    background-color: #f4f5f9;
    padding-right: 0;
}

.load-more {
    margin-top: 15px;
}

    .load-more .primary-button--outline {
        border: 2px solid #e6e7eb;
        padding: 20px;
    }

        .load-more .primary-button--outline:hover {
            border: 2px solid #0161e0;
            background-color: transparent !important;
            color: #0161e0;
        }

.blog--post-expanded .blog--image {
    max-height: 270px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

    .blog--post-expanded .blog--image img {
        width: 100%;
    }

.blog-post--about {
    color: #777e90;
}

.blog--title {
    margin-top: 30px;
}

.blog--section {
    margin-top: 40px;
}

.blog--list {
    padding-left: 15px;
}

    .blog--list li {
        list-style-type: disc;
        font-weight: 400;
    }

.blog--section h5 {
    text-transform: capitalize;
}

.blog--section strong {
    font-weight: 500;
    color: #090a4b;
}

.social-media--share {
    max-width: 220px;
    background-color: #f4f5f9;
    padding: 30px 40px;
    position: fixed;
    left: 0;
    bottom: 60px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 1000;
}

    .social-media--share p.smaller {
        margin-top: 5px;
    }

    .social-media--share .icon {
        margin-right: 20px;
    }

    .social-media--share .social-medias li:last-of-type .icon {
        margin-right: 0;
    }

.may-also-like-blogs {
    background-color: #f4f5f9;
    padding: 40px 0;
}

    .may-also-like-blogs .blog--post-entry {
        background-color: #ffffff;
    }

#mapid {
    height: 425px;
}

.referral-promo-ad {
    background: #3181c4 url(../images/referral-ad-background.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 4px;
    padding: 1rem 2rem;
    margin-bottom: 3rem;
}

@media (max-width: 575px) {
    .referral-promo-ad {
        padding: 1.5rem 1rem;
        text-align: center;
    }

        .referral-promo-ad .col-lg-4 {
            margin-top: 1rem;
        }
}

@media (min-width: 575px) and (max-width: 768px) {
    .referral-promo-ad {
        text-align: center;
    }

        .referral-promo-ad .col-lg-4 {
            margin-top: 1rem;
        }
}

.referral-promo-ad * {
    color: #ffffff;
}

.referral-promo-ad .form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.1) url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%23FFFFFF' stroke-width='3' stroke-dasharray='11%2c 13' stroke-dashoffset='5000' stroke-linecap='round'/%3e%3c/svg%3e");
    border: none !important;
    padding-right: 1rem;
}

    .referral-promo-ad .form-group .icon {
        color: #ffffff;
        font-size: 1.5rem;
    }

    .referral-promo-ad .form-group input {
        background: transparent !important;
    }

@media (max-width: 1199px) {
    .width-100-below-lg {
        min-width: 100% !important;
        height: 100% !important;
    }
}

.rating .icon-star {
    padding-right: 4px;
    color: #ff8800;
}

    .rating .icon-star.inactive {
        color: #e6e7eb;
    }

ul.rating--popover {
    color: #777e90 !important;
}

    ul.rating--popover .icon-star {
        color: rgba(116, 125, 140, 0.3) !important;
    }

        ul.rating--popover .icon-star.active {
            color: #ff8800 !important;
        }

.rating--current {
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #090a4b;
}

    .rating--current .number {
        color: #090a4b;
        font-weight: 400;
        padding-right: 6px;
    }

.rating .usersVoted {
    color: #777e90;
}

.store-product--wrapper .store-product--info h6 {
    font-weight: 400;
}

.store-product--wrapper .store-product--info .price {
    margin-top: 16px;
}

#add-to-cart--form,
.add-to-cart--form {
    display: flex;
    flex-direction: row;
}

    #add-to-cart--form.no-quantity button.button--submit.primary-button--filled,
    .add-to-cart--form.no-quantity button.button--submit.primary-button--filled {
        margin-top: 14px;
        min-height: 50px;
    }

    #add-to-cart--form .form-group,
    .add-to-cart--form .form-group {
        min-width: 70px;
        max-width: 33% !important;
        margin-right: 10px !important;
        position: relative !important;
    }

.debtor-sidebar--template .store-product--info .add-to-cart--form .form-group {
    min-width: 60px !important;
    max-width: 60px !important;
}

.store-product--info #add-to-cart--form .form-group,
.store-product--info .add-to-cart--form .form-group {
    max-width: 100% !important;
}

#add-to-cart--form .form-group.purchase-quantity--modal,
.add-to-cart--form .form-group.purchase-quantity--modal {
    max-width: 80% !important;
}

.icon-cart {
    transform: scaleX(-1) !important;
    -webkit-transform: scaleX(-1);
    display: inline-block;
}

#add-to-cart--form button,
.add-to-cart--form button.btn {
    text-transform: none;
    height: auto !important;
    padding: 0 !important;
    max-height: 50px;
}

.store-product--wrapper {
    height: 100% !important;
    padding: 0 !important;
    border-radius: 4px;
    border: 1px solid #e6e7eb;
}

    .store-product--wrapper .store-product--info .price .price--old {
        text-decoration: line-through;
        color: #e73a29;
        display: block;
    }

    .store-product--wrapper .store-product--info .price .price--current {
        color: #090a4b;
        display: block;
        font-weight: 500;
    }

    .store-product--wrapper .store-product--img img {
        height: 100%;
        max-height: 100% !important;
        min-height: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        -o-object-fit: contain;
        object-fit: contain;
    }

#store-quantity--error {
    color: #e73a29;
    padding-top: 6px;
    display: block;
}

.add-to-cart--form .form-group input[type=number] {
    -moz-appearance: textfield;
}

    .add-to-cart--form .form-group input[type=number]::-webkit-outer-spin-button, .add-to-cart--form .form-group input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.store-product--info label {
    color: #777e90;
}

.add-to-cart--form .form-group {
    border: 1px solid #e6e7eb !important;
}

.quantity--increase,
.quantity--decrease {
    position: absolute;
    right: 0;
    background-color: #ffffff;
    cursor: pointer;
    width: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    height: 50%;
    border-left: 1px solid #e6e7eb;
    font-weight: 500;
    color: #777e90;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.quantity--increase {
    top: 0;
    border-top-right-radius: 4px;
}

.quantity--decrease {
    bottom: 0;
    border-top: 1px solid #e6e7eb;
    border-bottom-right-radius: 4px;
}

.store-product--info input:disabled {
    opacity: 0.5 !important;
}

.quantity--increase.disabled,
.quantity--decrease.disabled {
    cursor: not-allowed;
    pointer-events: none !important;
    opacity: 0.5;
}

.badge--best-seller {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #3181c4;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 0;
    line-height: 0;
    color: #ffffff;
}

    .badge--best-seller.outline-badge {
        border: 2px solid #e6e7eb;
        position: relative;
        max-width: -moz-fit-content;
        max-width: fit-content;
        min-height: 2.5rem;
        border-radius: 4px;
        background: transparent;
        color: #777e90;
        padding-left: 0.45rem;
        padding-right: 0.45rem;
    }

    .badge--best-seller.upgrade-offer {
        color: #ffffff !important;
        max-width: -moz-fit-content;
        max-width: fit-content;
        border-radius: 4px;
        margin-top: 0;
        top: 0;
        position: relative;
        padding: 0.5rem;
        min-height: 2.5rem;
        margin-right: 0.5rem;
        background-color: #a42a29 !important;
    }

        .badge--best-seller.upgrade-offer.blue {
            background-color: #3181c4 !important;
        }

        .badge--best-seller.upgrade-offer p {
            color: #ffffff !important;
        }

    .badge--best-seller p {
        padding: 15px 10px 15px 4px;
        margin: 0;
        font-weight: 500;
    }

.icon-down-close:before {
    transform: rotate(-180deg) !important;
}

.product-href ~ .select--custom {
    border: none;
    min-height: 60px !important;
    padding-top: 10px;
}

.modal {
    background: rgba(9, 10, 75, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: all 0.15s ease-in-out;
    display: unset !important;
    z-index: -1;
}

    .modal.show {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.15s ease-in-out;
        z-index: 1350;
    }

    .modal.modal-with-scroll {
        overflow-y: auto;
    }

    .modal .product-href ~ .select--custom {
        min-height: 70px !important;
    }

    .modal .product-href p {
        min-height: 70px;
    }

    .modal#idle-modal .modal-body {
        padding: 1.25rem 1.5rem;
    }

    .modal#idle-modal .modal-footer {
        margin: 0;
        padding: 1.25rem 1rem;
        background: #f2faff;
        position: relative;
    }

        .modal#idle-modal .modal-footer .btn.primary-btn--outline-gray {
            background-color: #ffffff !important;
        }

            .modal#idle-modal .modal-footer .btn.primary-btn--outline-gray:hover, .modal#idle-modal .modal-footer .btn.primary-btn--outline-gray:focus-visible, .modal#idle-modal .modal-footer .btn.primary-btn--outline-gray:focus-within {
                color: #e73a29;
            }

    .modal#MandatoryDisclosuresModal .modal-header {
        align-items: center;
        padding: 0.25rem inherit;
    }

        .modal#MandatoryDisclosuresModal .modal-header h3 {
            margin-bottom: 0;
        }

    .modal#MandatoryDisclosuresModal .modal-body {
        color: #6b6b74;
    }

        .modal#MandatoryDisclosuresModal .modal-body p {
            font-size: 0.955rem !important;
        }

        .modal#MandatoryDisclosuresModal .modal-body strong {
            color: #1d1d1f;
            font-weight: 500;
        }

    .modal#upgrade-to-video-modal .modal-content, .modal#upgrade-to-certificate-by-mail .modal-content {
        border-radius: 8px !important;
        position: relative;
    }

@media (max-width: 768px) {
    .modal#upgrade-to-video-modal .modal-content, .modal#upgrade-to-certificate-by-mail .modal-content {
        margin-top: 5rem;
    }
}

.modal#upgrade-to-video-modal .icon-lock, .modal#upgrade-to-certificate-by-mail .icon-lock {
    font-size: 1.25rem;
    margin-right: 0.25rem;
    margin-top: -1px;
}

.modal#upgrade-to-video-modal button.close, .modal#upgrade-to-certificate-by-mail button.close {
    position: absolute;
    top: 20px;
    right: -80px;
    background-color: rgba(255, 255, 255, 0.45);
    z-index: 1;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    transition: all 0.15s ease-in-out;
    color: #f2faff;
    text-shadow: none;
}

    .modal#upgrade-to-video-modal button.close:hover, .modal#upgrade-to-certificate-by-mail button.close:hover {
        background-color: rgba(255, 255, 255, 0.875);
        color: #090a4b;
    }

@media (max-width: 768px) {
    .modal#upgrade-to-video-modal button.close, .modal#upgrade-to-certificate-by-mail button.close {
        top: -60px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 40px;
        height: 40px;
    }
}

.modal#upgrade-to-video-modal .use-existing-card img, .modal#upgrade-to-certificate-by-mail .use-existing-card img {
    max-height: 30px;
}

.modal#upgrade-to-video-modal .modal-header, .modal#upgrade-to-certificate-by-mail .modal-header {
    border: none;
    padding: 0.55rem !important;
}

.modal#upgrade-to-video-modal .modal-footer, .modal#upgrade-to-certificate-by-mail .modal-footer {
    margin: 0;
    padding: 1rem 2rem;
    background: #f2faff;
    position: relative;
}

.modal#upgrade-to-video-modal .modal-body, .modal#upgrade-to-certificate-by-mail .modal-body {
    padding: 0 !important;
    min-height: 600px;
}

    .modal#upgrade-to-video-modal .modal-body .select2-search, .modal#upgrade-to-certificate-by-mail .modal-body .select2-search {
        display: none !important;
    }

    .modal#upgrade-to-video-modal .modal-body .row, .modal#upgrade-to-certificate-by-mail .modal-body .row {
        margin: 0 !important;
    }

        .modal#upgrade-to-video-modal .modal-body .row .wistia-iframe-wrapper, .modal#upgrade-to-certificate-by-mail .modal-body .row .wistia-iframe-wrapper {
            border-top-right-radius: 8px;
            border-top-left-radius: 8px;
            overflow: hidden;
            border: none !important;
            outline: none !important;
            box-shadow: none !important;
            margin-top: -2px;
            position: relative;
        }

        .modal#upgrade-to-video-modal .modal-body .row .upgrade-to-video--payment-form, .modal#upgrade-to-certificate-by-mail .modal-body .row .upgrade-to-video--payment-form {
            padding: 1rem 2rem;
        }

        .modal#upgrade-to-video-modal .modal-body .row .last-element, .modal#upgrade-to-certificate-by-mail .modal-body .row .last-element {
            padding-bottom: 1rem;
        }

        .modal#upgrade-to-video-modal .modal-body .row .text--underlined, .modal#upgrade-to-certificate-by-mail .modal-body .row .text--underlined {
            background: url("../images/underline-small.svg") bottom left/100% 0.75rem no-repeat;
            padding-bottom: 0.5rem;
        }

    .modal#upgrade-to-video-modal .modal-body .text-underline, .modal#upgrade-to-certificate-by-mail .modal-body .text-underline {
        text-decoration: underline;
        text-underline-offset: 0.35rem;
        margin-top: 1rem !important;
    }

@media (min-width: 992px) {
    .modal#upgrade-to-video-modal .modal-body .money-back-guarantee-info, .modal#upgrade-to-certificate-by-mail .modal-body .money-back-guarantee-info {
        max-width: 70% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

.modal#upgrade-to-video-modal .modal-body .credit-card--img, .modal#upgrade-to-certificate-by-mail .modal-body .credit-card--img {
    max-width: 36px;
    margin-right: 0.275rem;
}

.modal#upgrade-to-video-modal .modal-body p.smaller, .modal#upgrade-to-certificate-by-mail .modal-body p.smaller {
    font-size: 0.925rem !important;
}

.modal#upgrade-to-video-modal .modal-body .form-check-label, .modal#upgrade-to-certificate-by-mail .modal-body .form-check-label {
    margin-top: 0.125rem;
    margin-left: 0.125rem;
    font-weight: 500;
}

.modal#upgrade-to-video-modal .modal-body .form--info, .modal#upgrade-to-certificate-by-mail .modal-body .form--info {
    line-height: 1.25rem;
    margin-top: 0.5rem;
}

.cart--products .product-href p {
    min-height: unset;
}

@media (min-width: 575px) {
    .product-href p {
        min-height: 60px;
    }
}

.product-href h6 {
    font-weight: 600 !important;
}

.product-href:link, .product-href:visited, .product-href:hover {
    color: #090a4b !important;
}

.cart .store-products--wrapper .store-product--img-wrapper {
    max-width: 20%;
}

.cart .store-products--wrapper .store-product--info {
    max-width: 80%;
}

.cart .store-products--wrapper .removeItem {
    font-weight: 400 !important;
}

.cart .col--store-product:last-of-type {
    margin-bottom: 0;
}

.cart-summary {
    background-color: #f4f5f9;
    padding: 0 !important;
}

    .cart-summary .cart-summary--wrapper {
        padding: 20px;
    }

        .cart-summary .cart-summary--wrapper li {
            font-weight: 400 !important;
        }

            .cart-summary .cart-summary--wrapper li.cost--delivery .info--delivery {
                line-height: 1.33rem;
            }

        .cart-summary .cart-summary--wrapper * {
            font-weight: 400;
        }

    .cart-summary .cost--total {
        font-weight: 500;
        margin-bottom: 10px;
    }

    .cart-summary .summary--total {
        padding: 0 20px 30px;
    }

/* Store Modal */
@media (max-height: 950px) {
    #added-to-cart--modal .modal-content {
        min-height: calc(100vh - 100px) !important;
    }
}

@media (min-height: 951px) {
    #added-to-cart--modal .modal-content {
        min-height: 870px;
    }
}

@media (max-width: 576px) {
    #added-to-cart--modal .modal-content .modal-header {
        padding: 20px 15px;
    }
}

#processing-store-order,
#successful-store-order {
    opacity: 1;
    visibility: visible;
    transition: all 0.15s ease-in-out;
    margin-left: auto;
    margin-right: auto;
    align-self: center;
    margin: auto;
}

    #processing-store-order.hidden,
    #successful-store-order.hidden {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 0.15s ease-in-out;
        position: absolute;
        top: -9999px;
    }

.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .loader-container .dot {
        width: 20px;
        height: 20px;
        background-color: #3181c4;
        border-radius: 50%;
        margin: 0 5px;
        animation: bounce 1.1s ease infinite;
    }

        .loader-container .dot:nth-child(1) {
            animation-delay: 0s;
        }

        .loader-container .dot:nth-child(2) {
            animation-delay: 0.1s;
        }

        .loader-container .dot:nth-child(3) {
            animation-delay: 0.2s;
        }

        .loader-container .dot:nth-child(4) {
            animation-delay: 0.3s;
        }

        .loader-container .dot:nth-child(5) {
            animation-delay: 0.4s;
        }

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-60px);
    }

    60% {
        transform: translateY(25px);
    }
}

#added-to-cart--modal,
#budget-sheets-added-to-cart--modal {
    z-index: 1400 !important;
}

    #added-to-cart--modal .modal-header,
    #budget-sheets-added-to-cart--modal .modal-header {
        border: none;
    }

    #added-to-cart--modal:not(.show),
    #budget-sheets-added-to-cart--modal:not(.show) {
        height: 0;
        overflow-y: hidden;
    }

    #added-to-cart--modal .modal-header,
    #added-to-cart--modal .modal--footer,
    #budget-sheets-added-to-cart--modal .modal-header,
    #budget-sheets-added-to-cart--modal .modal--footer {
        padding: 20px 40px;
    }

    #added-to-cart--modal .modal-body,
    #budget-sheets-added-to-cart--modal .modal-body {
        padding: 20px 40px;
    }

        #added-to-cart--modal .modal-body .store-product--img,
        #budget-sheets-added-to-cart--modal .modal-body .store-product--img {
            min-height: 100%;
        }

            #added-to-cart--modal .modal-body .store-product--img img,
            #budget-sheets-added-to-cart--modal .modal-body .store-product--img img {
                max-height: 200px !important;
            }

        #added-to-cart--modal .modal-body .price,
        #budget-sheets-added-to-cart--modal .modal-body .price {
            width: 160px !important;
        }

    #added-to-cart--modal .modal--footer,
    #budget-sheets-added-to-cart--modal .modal--footer {
        border: none;
        background-color: #eff0f6;
        text-align: left !important;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

@media (max-width: 576px) {
    #added-to-cart--modal .modal-body {
        padding: 1rem;
    }
}

.primary-btn--outline-gray {
    border: 1px solid #e6e7eb;
}

strong.primary {
    color: #0161e0;
}

strong.secondary {
    color: #e73a29;
}

.primary-btn--outline-highlight {
    border: 1px solid rgba(46, 70, 165, 0.3);
    color: #0061e0;
}

.logo--symbol {
    width: 32px;
}

#added-to-cart--modal .store-product--wrapper,
#budget-sheets-added-to-cart--modal .store-product--wrapper {
    height: auto;
}

#added-to-cart--modal .store-product--info,
#budget-sheets-added-to-cart--modal .store-product--info {
    background-color: #ffffff;
}

/* End of Store Modal */
.slick--slider-course .store-product--wrapper,
.slick--slider .store-product--wrapper {
    height: 100% !important;
    background-color: #ffffff;
}

.modal .slick--slider-course .store-product--wrapper,
.modal .slick--slider .store-product--wrapper {
    min-height: 390px !important;
}

@media (max-width: 576px) {
    .blog .slick-next {
        margin-right: -10px !important;
    }

    .blog .slick-prev {
        margin-left: -10px !important;
    }
}

.slick-next,
.slick-prev {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    border: 1px solid #e6e7eb !important;
    background-color: #f4f5f9 !important;
    position: relative;
    z-index: 501;
}

@media (max-width: 575px) {
    .slick-next,
    .slick-prev {
        width: 40px !important;
        height: 40px !important;
    }
}

@media (max-width: 990px) {
    .slick-next,
    .slick-prev {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.slick-next:before,
.slick-prev:before {
    content: "\f004" !important;
    font-family: "debtor-custom" !important;
    color: #3181c4 !important;
    display: block;
}

.slick-next:before {
    transform: rotate(-90deg) !important;
}

.slick-prev:before {
    transform: rotate(90deg) !important;
}

@media (min-width: 767px) {
    .store-products--other .slick-next {
        margin-right: -30px;
    }

    .store-products--other .slick-prev {
        margin-left: -30px;
    }
}

/* Store Product */
.delivery-method {
    background-color: #f4f5f9;
    border-radius: 4px;
    padding: 10px 12px 20px !important;
    margin-top: 1rem;
}

    .delivery-method .icon {
        margin-right: 12px;
    }

        .delivery-method .icon:before {
            vertical-align: text-bottom;
        }

.prices .price--old {
    font-weight: 400;
    text-decoration: line-through;
    color: #e73a29;
}

.shipment-status {
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 120px;
    text-align: left;
}

    .shipment-status i {
        margin-right: 0.8rem;
    }

.ekko-lightbox-item.fade.in.show img {
    max-width: 100% !important;
    margin: 0 !important;
}

.product--description {
    position: relative;
    overflow: hidden;
}

    .product--description .features .feature--item {
        margin-bottom: 10px;
    }

        .product--description .features .feature--item span:first-of-type {
            display: inline;
        }

        .product--description .features .feature--item.unavailable {
            opacity: 0.5;
        }

            .product--description .features .feature--item.unavailable:before {
                content: "\e817";
                color: #e73a29;
                font-family: "debtor-custom";
                top: 0;
            }

    .product--description .key-features {
        border: 1px solid #e6e7eb;
        border-radius: 8px;
        padding: 20px;
        margin-top: 20px;
    }

.table--api tr:not(:last-of-type) {
    border-bottom: 1px solid #e6e7eb;
}

.table--api tr th {
    text-align: right;
    font-family: monospace;
    border: none !important;
}

.table--api tr td {
    text-align: left !important;
    font-weight: 400;
    border: none !important;
}

    .table--api tr td:before {
        content: "" !important;
        display: none !important;
    }

.table--api pre {
    color: #777e90 !important;
    padding: 10px;
    background-color: #f4f5f9 !important;
    display: block;
    border-radius: 4px;
    line-height: 2;
}

.table--api .table--api-success {
    color: #0161e0 !important;
}

.table--api .table--api-error {
    color: #e73a29 !important;
}

.table--api pre {
    font-family: monospace;
    color: #090a4b;
}

.terms-modal {
    height: 400px;
    overflow-y: scroll;
}

    .terms-modal p,
    .terms-modal ul {
        color: #777e90;
    }

    .terms-modal ul {
        list-style: disc;
        list-style-position: outside;
        line-height: 1.8;
        padding-left: 20px;
    }

.product-categories--menu {
    background-color: #3181c4;
    padding: 10px 0;
}

    .product-categories--menu.fixed {
        z-index: 1000;
    }

    .product-categories--menu .btn {
        margin-right: 0.5rem;
        text-transform: none;
        background-color: transparent;
        box-shadow: none;
        color: #ffffff !important;
        font-size: 0.9375rem;
        padding: 5px 0.5rem;
        transition: all 0.05 ease-in-out !important;
        margin-top: 0.35rem;
        margin-bottom: 0.35rem;
    }

        .product-categories--menu .btn.active {
            transition: all 0.05 ease-in-out !important;
            background-color: #ffffff;
            color: #090a4b !important;
        }

        .product-categories--menu .btn:not(.active):hover {
            transition: all 0.15s ease-in-out;
            background-color: rgba(255, 255, 255, 0.1);
        }

.img--404 {
    width: 64px;
    margin-bottom: 20px;
}

.key-features ul li img {
    min-height: 30px;
    max-height: 30px;
}

.key-features ul li p {
    margin-top: 8px;
}

    .key-features ul li p:first-of-type {
        font-weight: 500;
    }

.product--description .leftImage,
.product--description .rightImage {
    position: absolute;
    top: 40px;
}

    .product--description .leftImage img,
    .product--description .rightImage img {
        max-height: 800px !important;
        min-height: 800px !important;
    }

.product--description .leftImage {
    left: -400px;
}

    .product--description .leftImage.budget-envelope-wallet {
        left: -120px;
    }

@media (min-width: 991px) and (max-width: 1450px) {
    .product--description .leftImage.budget-envelope-wallet {
        top: 25% !important;
        transform: rotate(-8deg);
    }

        .product--description .leftImage.budget-envelope-wallet img {
            max-width: 600px !important;
            max-height: 600px !important;
            min-height: unset !important;
        }
}

@media (max-width: 991px) {
    .product--description .leftImage {
        max-width: 700px;
    }

        .product--description .leftImage.budget-envelope-wallet {
            top: 15%;
            left: -220px;
        }

            .product--description .leftImage.budget-envelope-wallet img {
                max-width: 600px !important;
                max-height: 600px !important;
                min-height: unset !important;
            }
}

.product--description .rightImage {
    right: -350px;
}

    .product--description .rightImage.budget-envelope-wallet {
        right: -220px;
    }

@media (min-width: 991px) and (max-width: 1450px) {
    .product--description .rightImage.budget-envelope-wallet {
        top: 70px !important;
    }
}

@media (max-width: 991px) {
    .product--description .rightImage {
        right: -400px;
        max-width: 700px;
    }

        .product--description .rightImage.budget-envelope-wallet {
            right: -240px;
        }

            .product--description .rightImage.budget-envelope-wallet img {
                max-width: 680px !important;
                max-height: 680px !important;
                min-height: unset !important;
            }
}

.product--description .actions {
    margin-top: 30px;
}

    .product--description .actions a:first-of-type {
        margin-right: 15px;
    }

    .product--description .actions a:nth-of-type(2) {
        color: #777e90;
    }

#productDetails .h-font,
#customer--feedback .h-font {
    font-weight: 600;
}

.table {
    color: #777e90;
}

@media (max-width: 992px) {
    .table .history-empty-column {
        display: none !important;
    }
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f4f5f9;
}

.table-striped-white tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.table-striped.table-striped-white tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.table-striped.table-striped-white tbody tr:nth-of-type(even) {
    background-color: #ffffff;
}

.table td,
.table th {
    border: none;
}

#customer--feedback {
    padding: 60px 0;
    position: relative;
}

    #customer--feedback .background {
        background-color: #eff0f6;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 0;
        width: 90%;
        height: 100%;
        border-radius: 4px;
    }

    #customer--feedback .card--lighter {
        background-color: #ffffff;
    }

        #customer--feedback .card--lighter:after {
            border-right: solid 15px #ffffff;
            border-bottom: solid 15px #ffffff;
        }

.fixed {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
}

#product--description.bankruptcy-records {
    position: relative;
    color: #ffffff;
}

    #product--description.bankruptcy-records .background {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 600px;
        background-color: #090a4b;
    }

.badge--approved {
    border: 1px solid rgba(230, 231, 235, 0.3);
    border-radius: 30px;
    padding: 8px 12px 8px 4px;
    position: relative;
}

    .badge--approved:before {
        content: "\e812";
        color: #0161e0;
        font-family: "debtor-custom";
        padding: 5px;
        vertical-align: middle;
    }

.bankruptcy-record--product {
    padding: 40px;
    border-radius: 4px;
    color: #090a4b;
}

    .bankruptcy-record--product.first {
        background-color: #ffffff;
        box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.12);
    }

    .bankruptcy-record--product.second {
        background-color: #f4f5f9;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        margin-top: 20px;
    }

    .bankruptcy-record--product .header {
        font-weight: 500 !important;
    }

        .bankruptcy-record--product .header h4 {
            font-weight: 600 !important;
        }

.bankruptcy-record--products {
    position: relative;
}

.note {
    position: relative;
    padding-left: 15px;
    color: #777e90;
}

    .note:before {
        content: "*";
        color: #3181c4;
        height: 100%;
        font-weight: bold;
        top: 4px;
        position: absolute;
        left: 0;
    }

.importance-wrapper {
    background-color: #309896;
    padding: 80px 0;
    color: #ffffff;
    position: relative;
}

.img--absolute {
    position: absolute !important;
}

    .img--absolute.left {
        left: -350px;
    }

.retrieval-service--wrapper {
    background-color: #eff0f6;
}

/* End of Store Product */
/* Checkout */
.row--checkout {
    border-radius: 4px;
    border: 1px solid #e6e7eb;
    padding: 40px;
}

    .row--checkout.lightbackground {
        border-radius: 4px;
        border: 1px solid rgba(56, 103, 214, 0.1);
        background-color: rgba(105, 160, 237, 0.03);
    }

        .row--checkout.lightbackground .payment-form--wrapper {
            background-color: rgba(56, 103, 214, 0.05);
        }

.checkout--products {
    padding-top: 12px;
}

    .checkout--products .img-wrapper {
        width: 40px;
        background-color: #f4f5f9;
        height: 48px;
        padding: 8px;
        display: inline-flex !important;
    }

    .checkout--products span {
        display: flex !important;
        padding-left: 0;
    }

        .checkout--products span:first-of-type {
            align-items: flex-start;
        }

        .checkout--products span.img-wrapper {
            align-items: center;
        }

        .checkout--products span.product--about .name {
            font-weight: 500;
        }

        .checkout--products span.product--about .qty {
            color: #777e90;
        }

    .checkout--products .img-wrapper img {
        width: 100%;
    }

    .checkout--products .prices .price--current {
        font-weight: 500;
    }

    .checkout--products li {
        border-top: 1px solid #e6e7eb;
        padding: 12px 0;
    }

        .checkout--products li:last-of-type {
            border-bottom: 1px solid #e6e7eb;
            margin-bottom: 20px;
        }

.payment-form--wrapper.background--light {
    padding: 20px;
    background-color: #f4f5f9;
    border-radius: 4px;
}

    .payment-form--wrapper.background--light.blue {
        background-color: #f2faff;
    }

.add-new-card--wrapper {
    transition: all 0.2s ease-in-out;
    position: relative;
}

    .add-new-card--wrapper span {
        padding-left: 0;
    }

    .add-new-card--wrapper .form--info {
        color: #777e90 !important;
    }

    .add-new-card--wrapper.hidden {
        display: block;
        transition: all 0.2s ease-in-out;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: -9999px;
    }

/* End of Checkout */
/* Confirmation */
i.circle {
    width: 3px;
    height: 3px;
    background-color: #777e90;
    margin-left: 3px;
    border-radius: 50%;
}

    i.circle:last-of-type {
        margin-right: 5px;
    }

    i.circle:first-of-type {
        margin-left: 5px;
    }

.confirmation .delivery-method {
    border: 1px solid #e6e7eb;
    background-color: #ffffff;
}

.confirmation svg {
    width: 240px;
    margin-top: -36px;
    margin-bottom: 20px;
}

.confirmation .instant-product svg {
    width: 180px;
    margin-top: 0;
    margin-bottom: 20px;
}

.confirmation .bankruptcy-records--product svg {
    width: 200px;
    margin-top: -40px;
    margin-bottom: 20px;
}

/* End of Confirmation */
/* Sidebar Template */
.debtor-sidebar--template {
    overflow-x: visible;
    touch-action: none;
}

    .debtor-sidebar--template textarea {
        resize: none;
        padding: 15px 30px;
    }

        .debtor-sidebar--template textarea:disabled {
            background-color: #f4f5f9 !important;
            color: #747d8c;
        }

    .debtor-sidebar--template .container-fluid {
        min-height: 95vh;
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

        .debtor-sidebar--template .container-fluid .inner-content {
            padding-left: 30px;
            margin-top: 30px;
        }

        .debtor-sidebar--template .container-fluid table {
            overflow-x: visible;
            box-shadow: 0 3px 81px rgba(0, 0, 0, 0.05);
            border-radius: 4px;
        }

            .debtor-sidebar--template .container-fluid table thead th {
                color: #777e90;
                font-weight: 500;
            }

.sBadge {
    background-color: #747d8c;
    color: #ffffff;
    padding: 8px;
    border-radius: 4px;
}

#timeline {
    width: 100%;
}

    #timeline.with-images .list-inline {
        cursor: initial;
    }

    #timeline.with-images .img-wrapper {
        max-width: unset !important;
        max-height: unset !important;
        width: 100% !important;
        height: 100% !important;
        padding: 0;
    }

        #timeline.with-images .img-wrapper:before {
            display: none;
        }

        #timeline.with-images .img-wrapper img {
            padding: 0;
        }

    #timeline.with-images .list-inline.products {
        overflow: visible;
    }

@media (max-width: 991px) {
    #timeline.with-images .list-inline.products {
        flex-wrap: wrap;
    }

        #timeline.with-images .list-inline.products .col-lg-3.col-12 {
            margin-top: 0.7rem;
            margin-bottom: 0.7rem;
        }
}

#timeline.with-images .step-text {
    text-align: left;
    background: #ffffff;
    padding: 0.5rem;
    position: relative;
    border-radius: 4px 12px 20px 28px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -25px;
    box-shadow: 0 0 20px rgba(49, 129, 196, 0.2);
    height: 100%;
    display: flex;
}

    #timeline.with-images .step-text p {
        font-weight: 500;
        padding-left: 1rem;
        margin-top: 0.5rem;
    }

    #timeline.with-images .step-text .step-number {
        position: absolute;
        top: -12px;
        background: #e73a29;
        width: 24px;
        height: 24px;
        min-width: 24px;
        min-height: 24px;
        max-width: 24px;
        max-height: 24px;
        display: flex;
        align-items: center;
        left: 15px;
        justify-content: center;
        color: #ffffff;
        border-radius: 50%;
        font-weight: 500;
        border: 4px solid rgba(231, 58, 41, 0.3) !important;
        border: 1px solid rgba(255, 0, 0, 0.5);
        -webkit-background-clip: padding-box;
        /* for Safari */
        background-clip: padding-box;
        /* for IE9+, Firefox 4+, Opera, Chrome */
    }

#timeline.with-images .hori-timeline .products {
    border-bottom: none;
}

    #timeline.with-images .hori-timeline .products .product-list:before {
        display: none;
    }

    #timeline.with-images .hori-timeline .products .product-list:after {
        display: none;
    }

#timeline .img-wrapper {
    background: #ffffff;
    border-radius: 4px;
    padding: 0.5rem;
    max-width: 100px;
    min-width: 80px;
    max-height: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

    #timeline .img-wrapper:before {
        content: "";
        position: absolute;
        top: -15px;
        left: 2px;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 2px;
        height: 15px;
        background: #ffffff;
        box-sizing: border-box;
    }

    #timeline .img-wrapper img {
        width: 100%;
        height: 100%;
        padding: 0.5rem;
        -o-object-fit: contain;
        object-fit: contain;
    }

#timeline .list-inline {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 40px;
    overflow: scroll hidden;
    cursor: grab;
}

#timeline .hori-timeline .products {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

    #timeline .hori-timeline .products .product-list {
        display: block;
        position: relative;
        text-align: center;
        padding-top: 50px;
        margin-right: 0;
        z-index: 0;
    }

        #timeline .hori-timeline .products .product-list:before {
            content: "";
            position: absolute;
            height: 100%;
            border-right: 2px dashed rgba(255, 255, 255, 0.1);
            z-index: 0;
            bottom: 0px;
        }

        #timeline .hori-timeline .products .product-list:after {
            content: "";
            position: absolute;
            height: 8px;
            width: 8px;
            background: #ffffff;
            bottom: -4px;
            border-radius: 50%;
            left: 1.5px;
            margin-left: auto;
            margin-right: auto;
            right: 0;
            z-index: 2;
        }

        #timeline .hori-timeline .products .product-list .product-price {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            width: 75px;
            margin: 0 auto;
            border-radius: 4px;
            padding: 2px 4px;
        }

            #timeline .hori-timeline .products .product-list .product-price p {
                margin: 0 !important;
                font-size: 1.2rem !important;
            }

@media (min-width: 1140px) {
    #timeline .hori-timeline .products .product-list {
        display: inline-block;
        min-width: 14%;
        width: auto;
        padding-top: 45px;
    }
}

@media (min-width: 1140px) and (max-width: 764px) {
    #timeline .hori-timeline .products .product-list {
        min-width: 24%;
    }
}

@media (min-width: 1140px) {
    #timeline .hori-timeline .products .product-list .product-price {
        top: 0;
    }
}

#timeline .bg-soft-primary {
    background-color: rgba(64, 144, 203, 0.3) !important;
}

#timeline .bg-soft-success {
    background-color: rgba(71, 189, 154, 0.3) !important;
}

#timeline .bg-soft-danger {
    background-color: rgba(231, 76, 94, 0.3) !important;
}

#timeline .bg-soft-warning {
    background-color: rgba(249, 213, 112, 0.3) !important;
}

.debtor-sidebar--template .container-fluid table tbody {
    font-weight: 500;
}

.debtor-sidebar--template .container-fluid table thead th {
    background-color: rgba(116, 125, 140, 0.3);
    border: none;
}

    .debtor-sidebar--template .container-fluid table thead th:first-of-type {
        border-top-left-radius: 4px;
    }

    .debtor-sidebar--template .container-fluid table thead th:last-of-type {
        border-top-right-radius: 4px;
    }

.debtor-sidebar--template .secure-payment {
    border: 1px solid #e6e7eb;
    padding: 3px;
}

.debtor-sidebar--template .container-fluid table img {
    width: 28px;
}

.debtor-sidebar--template .container-fluid table .btn {
    padding: 15px;
}

.debtor-sidebar--template .container-fluid table tr th:last-of-type,
.debtor-sidebar--template .container-fluid table tr td:last-of-type {
    text-align: right;
}

.debtor-sidebar--template .container-fluid table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.debtor-sidebar--template .container-fluid table.table-striped tbody tr:nth-of-type(even) {
    background-color: #f4f5f9;
}

.debtor-sidebar--template .container-fluid table tr th {
    vertical-align: middle;
}

.debtor-sidebar--template .container-fluid table tr td {
    vertical-align: middle;
}

    .debtor-sidebar--template .container-fluid table tr td .icon {
        margin-right: 5px;
        font-size: 1.25rem;
    }

.debtor-sidebar--template .container-fluid .footer {
    margin-top: auto;
    color: #777e90;
    padding-left: 30px;
    padding-top: 40px;
}

    .debtor-sidebar--template .container-fluid .footer a {
        color: #777e90;
    }

.debtor-sidebar--template .debtor-sidebar--wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

@media (min-width: 768px) {
    .debtor-sidebar--template .debtor-sidebar--wrapper #debtor--sidebar:not(.active):not(.debtor--sidebar-course) + .debtor--content {
        padding-left: 300px;
    }
}

@media (min-width: 992px) {
    .debtor-sidebar--template .debtor-sidebar--wrapper #debtor--sidebar.debtor--sidebar-course + .debtor--content {
        padding-left: 300px;
    }
}

.debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid {
        overflow: hidden;
    }

        .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .userReferralsTable td {
            vertical-align: middle !important;
        }

@media (min-width: 991px) {
    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .userReferralsTable td:not(.btnWrapper) {
        padding-top: 20px;
        padding-bottom: 20px;
        max-height: 65px !important;
        min-height: 65px !important;
        height: 65px !important;
    }
}

@media (max-width: 991px) {
    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .userReferralsTable td:not(.btnWrapper) {
        padding-top: 10px;
        padding-bottom: 10px;
        max-height: 45px !important;
        min-height: 45px !important;
        height: 45px !important;
    }
}

.debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .userReferralsTable td.btnWrapper:before {
    display: none;
}

.debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .userReferralsTable .btn.highlight {
    border: 1px solid #3181c4;
    color: #3181c4;
}

    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .userReferralsTable .btn.highlight:hover {
        background: #3181c4 !important;
        color: #ffffff;
    }

.debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .dashboard-text-highlight {
    color: #3181c4;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .dashboard-text-highlight.no-letter-spacing {
        letter-spacing: 0;
        text-transform: unset;
    }

    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .dashboard-text-highlight.red {
        color: #e73a29;
    }

.debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referral-step .heading--h6 {
    font-size: 1.33rem !important;
}

.debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referral-step .course--box {
    padding: 0 !important;
    margin-top: 2rem !important;
}

    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referral-step .course--box .paypalInputWrapper {
        padding: 1.5rem 1rem !important;
    }

    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referral-step .course--box .requestPayment {
        padding: 1.5rem 1.5rem !important;
        background: rgba(49, 129, 196, 0.1);
        height: 100%;
        border-radius: 0 4px 4px 0;
    }

        .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referral-step .course--box .requestPayment p.bigger {
            font-size: 1.2rem !important;
        }

        .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referral-step .course--box .requestPayment .warningText {
            color: #ff8800;
        }

@media (min-width: 1190px) {
    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referral-step .course--box .requestPayment .warningText {
        padding-right: 2rem;
    }
}

.debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referral-step .course--box .requestPayment .warningText .icon {
    font-size: 1.2rem !important;
    margin-right: 0.5rem;
}

.debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referral-step .course--box .requestPayment .text-highlight {
    font-weight: 600;
    color: #3181c4;
}

.debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referral-step .paypalImg {
    opacity: 0.5;
    width: auto !important;
}

.debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .invite-referrals .btn {
    max-width: 180px;
}

.debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .invite-referrals .form-group {
    background: #f4f5f9;
}

.debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .email-preview {
    background: rgba(239, 240, 246, 0.5);
    padding: 1rem;
    border-top: 1px solid rgba(116, 125, 140, 0.2);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .email-preview.hidden {
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        display: unset;
        height: 0 !important;
        position: absolute;
    }

    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .email-preview .tip p {
        font-size: 0.9rem;
        font-weight: 500;
    }

        .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .email-preview .tip p.warningText {
            font-weight: 600;
            color: #ff8800;
        }

.debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .emailDiv {
    background: #ffffff;
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
    border: 1px solid #f4f5f9;
    margin-top: 10px;
}

    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .emailDiv .label {
        font-weight: 500;
        color: #777e90;
        font-size: 1rem;
        margin-top: 0.5rem !important;
    }

    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .emailDiv.emailReceiver {
        margin-top: 15px;
        display: flex;
        align-items: flex-start;
        flex-direction: row;
    }

        .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .emailDiv.emailReceiver .emailReceiverInput {
            background: #eeedf3;
            padding: 0.5rem;
            border-radius: 4px;
            margin-left: 0.5rem;
            margin-top: 0.15rem;
            margin-bottom: 0.25rem;
            display: inline-block;
            font-weight: 500;
        }

            .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .emailDiv.emailReceiver .emailReceiverInput a {
                color: #777e90 !important;
                margin-left: 0.2rem;
            }

    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .emailDiv.emailSubject p {
        font-weight: 500;
        font-size: 1rem;
    }

@media (min-width: 991px) {
    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .emailDiv.emailContent {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .emailDiv.emailContent img {
    -o-object-fit: contain;
    object-fit: contain;
    min-width: unset !important;
    margin: 0 !important;
    padding-bottom: 1rem;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

@media (max-width: 991px) {
    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .emailDiv.emailContent img {
        max-width: 100%;
    }
}

.debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .emailDiv.emailContent .heading--h5 {
    font-weight: 600;
}

.debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .emailDiv.emailContent p.bigger {
    font-weight: 500;
}

.debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .emailDiv.emailContent .referralLink a {
    font-weight: 600 !important;
}

.debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .emailDiv.emailContent .dotsSep {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    color: #777e90;
    height: 50px;
    letter-spacing: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .otherRefferalShareOptions .form-group {
    position: relative;
    margin-bottom: 0;
    margin-top: 0.75rem;
}

    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .otherRefferalShareOptions .form-group .form-control {
        background: #ffffff !important;
    }

    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .otherRefferalShareOptions .form-group .icon {
        position: absolute;
        top: 0.6rem;
        right: 0.75rem;
        font-size: 1.5rem;
    }

.debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .leaderboard .leaderboard-ul {
    margin-top: 1rem;
}

    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .leaderboard .leaderboard-ul li {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        background: #ffffff;
        border-radius: 4px;
        padding: 1rem;
        margin-bottom: 1rem;
    }

        .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .leaderboard .leaderboard-ul li.highlighted {
            border: 1px solid #3181c4;
            box-shadow: 0 0 10px rgba(49, 129, 196, 0.3);
        }

            .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .leaderboard .leaderboard-ul li.highlighted .place p {
                color: #3181c4 !important;
                font-weight: 500;
            }

        .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .leaderboard .leaderboard-ul li .leaderboard-award {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
        }

        .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .leaderboard .leaderboard-ul li .leaderboard-person p {
            font-size: 1rem;
            font-weight: 500;
        }

            .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .leaderboard .leaderboard-ul li .leaderboard-person p span {
                font-weight: 400;
            }

.debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .leaderboard .lastUpdated p {
    margin-left: 0.75rem;
}

@media (max-width: 1199px) {
    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referralCalculator .card {
        margin-bottom: 2rem;
    }
}

@media (min-width: 1199px) {
    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referralCalculator .card:first-of-type {
        padding-right: 10px !important;
    }

    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referralCalculator .card:last-of-type {
        padding-left: 10px !important;
    }
}

.debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referralCalculator .card:first-of-type .card-body {
    background: rgba(49, 129, 196, 0.1) !important;
}

.debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referralCalculator .products {
    margin-top: 1.25rem;
}

    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referralCalculator .products li {
        display: flex;
        flex-direction: row;
        margin-bottom: 1rem;
    }

    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referralCalculator .products .units {
        margin-left: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referralCalculator .products .units .form-group input[type=range] {
            border-radius: 8px;
            height: 8px;
            width: 100%;
            border-radius: 4px;
            outline: none;
            transition: all 450ms ease-in;
            -webkit-appearance: none;
            padding: 0 !important;
            background: rgba(49, 129, 196, 0.2);
        }

            .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referralCalculator .products .units .form-group input[type=range]::-webkit-slider-thumb {
                -webkit-appearance: none;
                appearance: none;
                width: 18px;
                height: 18px;
                border-radius: 50%;
                background: #3181c4 center no-repeat;
                box-shadow: 0px 10px 10px 0px rgba(49, 129, 196, 0.3);
                cursor: pointer;
                position: relative;
                -webkit-transition: all 0.2s;
                transition: all 0.2s;
                border: none !important;
            }

                .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referralCalculator .products .units .form-group input[type=range]::-webkit-slider-thumb:hover {
                    background: #3181c4 center no-repeat;
                }

                .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referralCalculator .products .units .form-group input[type=range]::-webkit-slider-thumb:active {
                    cursor: grabbing;
                    background: #3181c4 center no-repeat;
                }

            .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referralCalculator .products .units .form-group input[type=range]::-moz-range-thumb {
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                width: 18px;
                height: 18px;
                border-radius: 50%;
                background: #3181c4 center no-repeat;
                box-shadow: 0px 10px 10px 0px rgba(49, 129, 196, 0.3);
                cursor: pointer;
                position: relative;
                -moz-transition: all 0.2s;
                transition: all 0.2s;
                border: none !important;
            }

                .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referralCalculator .products .units .form-group input[type=range]::-moz-range-thumb:hover {
                    background: #3181c4 center no-repeat;
                }

                .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referralCalculator .products .units .form-group input[type=range]::-moz-range-thumb:active {
                    cursor: grabbing;
                    background: #3181c4 center no-repeat;
                }

            .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referralCalculator .products .units .form-group input[type=range]::-ms-thumb {
                -webkit-appearance: none;
                appearance: none;
                width: 18px;
                height: 18px;
                border-radius: 50%;
                background: #3181c4 center no-repeat;
                box-shadow: 0px 10px 10px 0px rgba(49, 129, 196, 0.3);
                cursor: pointer;
                position: relative;
                -ms-transition: all 0.2s;
                transition: all 0.2s;
                border: none !important;
            }

                .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referralCalculator .products .units .form-group input[type=range]::-ms-thumb:hover {
                    background: #3181c4 center no-repeat;
                }

                .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referralCalculator .products .units .form-group input[type=range]::-ms-thumb:active {
                    cursor: grabbing;
                    background: #3181c4 center no-repeat;
                }

    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referralCalculator .products .img-wrapper {
        width: 80px !important;
        background: #ffffff;
        border-radius: 4px;
        height: 80px !important;
    }

        .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referralCalculator .products .img-wrapper img {
            padding: 1rem;
            max-width: 100%;
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain;
        }

.debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referralCalculator .referralCalculatorEst {
    border-radius: 4px;
    padding: 1rem 1.5rem;
}

    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referralCalculator .referralCalculatorEst .amount {
        font-size: 3.2rem;
        margin: 1.75rem 0;
    }

.debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .other-option {
    text-align: center;
}

    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .other-option p {
        text-transform: uppercase;
        position: relative;
        color: #777e90;
    }

        .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .other-option p:before {
            content: "";
            width: calc(50% - 20px);
            height: 1px;
            background: #f4f5f9;
            left: 0;
            top: 0;
            bottom: 0;
            margin-top: auto;
            margin-bottom: auto;
            position: absolute;
        }

        .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .other-option p:after {
            content: "";
            width: calc(50% - 20px);
            height: 1px;
            background: #f4f5f9;
            right: 0;
            top: 0;
            bottom: 0;
            margin-top: auto;
            margin-bottom: auto;
            position: absolute;
        }

.debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referral-ad {
    background: #512f9e;
    margin: 20px 0;
    color: #ffffff;
    padding: 2rem;
    border-radius: 4px;
}

    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referral-ad h6 {
        font-size: 1.5rem;
    }

    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referral-ad a:link, .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referral-ad a:visited, .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referral-ad a:hover {
        color: #3181c4;
        font-weight: 600;
    }

.debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .navbar--top {
    padding-left: 30px;
    padding-top: 10px;
}

    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .navbar--top strong {
        font-weight: 500;
    }

.debtor-sidebar--template #debtor--sidebar {
    display: flex;
    flex-direction: column;
    min-width: 300px;
    max-width: 300px;
    min-height: 100dvh;
    max-height: 100dvh;
    transition: all 0.3s ease-in-out;
    background-color: #eff0f6;
    position: fixed;
    z-index: 1000;
}

    .debtor-sidebar--template #debtor--sidebar.attorney {
        background-color: #0061e0;
        min-width: 300px;
        max-width: 300px;
        min-height: 100dvh;
        max-height: 100dvh;
    }

        .debtor-sidebar--template #debtor--sidebar.attorney a {
            font-weight: 400 !important;
        }

    .debtor-sidebar--template #debtor--sidebar .debtor-sidebar--header {
        padding: 30px 30px 30px 20px;
    }

        .debtor-sidebar--template #debtor--sidebar .debtor-sidebar--header .logo--white {
            max-width: 170px;
        }

    .debtor-sidebar--template #debtor--sidebar ul.components {
        margin-top: 20px;
        margin-bottom: 50px;
    }

        .debtor-sidebar--template #debtor--sidebar ul.components li a {
            display: flex;
            padding: 10px 20px;
            flex-direction: row;
            justify-content: space-between;
            font-size: 1rem;
        }

.debtor-sidebar--box {
    padding: 25px 10px;
    box-shadow: 0 3px 60px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 30px;
}

    .debtor-sidebar--box .debtor-sidebar--gray-row {
        display: flex;
        background-color: #f4f5f9;
        border-radius: 0 0 4px 4px;
        padding: 10px;
    }

        .debtor-sidebar--box .debtor-sidebar--gray-row.search-results {
            padding: 20px 10px;
        }

    .debtor-sidebar--box.account--actions .radio-button--custom.time-zone--wrapper span {
        padding: 0;
    }

    .debtor-sidebar--box.account--actions .radio-button--custom.time-zone--wrapper label {
        padding: 15px;
    }

    .debtor-sidebar--box.account--actions .radio-button--custom.time-zone--wrapper li {
        width: 100%;
    }

    .debtor-sidebar--box.account--actions.upgrade-preferences .form-check, .debtor-sidebar--box.account--actions.email-preferences .form-check {
        align-items: flex-start !important;
    }

    .debtor-sidebar--box.account--actions .radio-button--custom.time-zone--wrapper {
        display: unset !important;
    }

.debtor-sidebar--gray-wrapper:not(:last-of-type) {
    margin-bottom: 15px;
}

.debtor-sidebar--list {
    padding-left: 20px;
}

    .debtor-sidebar--list li {
        margin-bottom: 14px;
        position: relative;
    }

        .debtor-sidebar--list li:before {
            content: "•";
            color: #3181c4;
            margin-right: 5px;
            font-weight: bold;
            vertical-align: middle;
        }

.attorney-inner-page--col .btn {
    padding: 15px;
    margin-bottom: 10px;
}

.search-results--personal ul li.name {
    text-transform: uppercase;
    color: #090a4b;
    font-weight: 500;
    margin-bottom: 12px;
}

.search-results--personal ul li.registration-date, .search-results--personal ul li.completion-date {
    color: #777e90;
    font-weight: 400;
    margin-bottom: 3px;
}

    .search-results--personal ul li.registration-date span, .search-results--personal ul li.completion-date span {
        font-weight: 400;
        display: inline;
        padding: 0;
        margin: 0;
    }

.search-results--progress {
    display: flex;
    justify-content: flex-end;
}

.badge--custom.badge--logo {
    padding: 2px 6px;
    border: 1px solid #0161e0;
    width: auto;
    border-radius: 4px;
    color: #0161e0;
    font-weight: 400;
    display: unset;
}

    .badge--custom.badge--logo.secondary {
        border: 1px solid #e73a29;
        color: #e73a29;
    }

    .badge--custom.badge--logo.highlight {
        border: 1px solid #3181c4;
        color: #3181c4;
    }

.downloads--links {
    margin-bottom: 10px;
}

    .downloads--links a {
        margin-right: 15px;
    }

.downloads--not-available {
    padding: 0;
    color: #777e90;
    font-weight: 400;
}

.search-results--downloads ul li.downloads--header {
    margin-top: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.debtor-sidebar--box .debtor-sidebar--headline h5 {
    margin-bottom: 20px;
    padding-top: 0;
    margin-top: 0;
    font-size: 1.45rem;
}

@media (max-width: 768px) {
    .debtor-sidebar--box .debtor-sidebar--headline h5 {
        font-size: 1.25rem;
    }
}

.debtor-sidebar--box .debtor-sidebar--headline h4 {
    margin-bottom: 20px !important;
    font-size: 1.45rem;
}

@media (max-width: 768px) {
    .debtor-sidebar--box .debtor-sidebar--headline h4 {
        font-size: 1.25rem;
    }
}

.debtor-sidebar--box .debtor-sidebar--headline h4.mb-0 {
    margin-bottom: 0 !important;
}

.debtor-sidebar--box .row {
    margin: 0 !important;
    width: 100%;
}

.progress--wrapper {
    position: relative;
    width: 100px;
    height: 100px;
}

    .progress--wrapper svg circle {
        width: 100px;
        height: 100px;
        fill: none;
        stroke-width: 3;
        stroke: #0161e0;
        transform: translate(5px, 5px);
        stroke-dasharray: 250;
        stroke-dashoffset: 250;
        stroke-linecap: round;
        transition: all 0.5s ease-in-out;
        animation: progress 1s ease-out forwards;
    }

        .progress--wrapper svg circle:nth-child(1) {
            stroke-dashoffset: 0;
            stroke: #e6e7eb;
            transition: all 0.5s ease-in-out;
        }

        .progress--wrapper svg circle:nth-child(2) {
            stroke: #0161e0;
            transition: all 0.5s ease-in-out;
        }

    .progress--wrapper .progress--number {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #747d8c;
    }

.progress--bar {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.progress--rectangle {
    width: 120px;
    height: 8px;
    background-color: #e6e7eb;
    border-radius: 50px;
    position: relative;
    margin-left: 15px;
}

.progress--rectangle-filled {
    height: 8px;
    position: absolute;
    left: 0;
    border-radius: 50px;
    width: 50%;
    background-color: #0161e0;
}

.debtor-sidebar--template #debtor--sidebar.debtor--sidebar-course {
    z-index: 1000;
}

.debtor-sidebar--template #debtor--sidebar ul.components li .icon {
    margin-right: 6px;
    vertical-align: middle;
}

.debtor-sidebar--template #debtor--sidebar ul.components li.active {
    background-color: rgba(255, 255, 255, 0.3);
    position: relative;
    border-left: 2px solid rgba(255, 255, 255, 0.5);
}

    .debtor-sidebar--template #debtor--sidebar ul.components li.active:before {
        content: "";
        position: absolute;
        width: 4px;
        height: 75%;
        background-color: #ffffff;
        left: -2px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        vertical-align: middle;
    }

.debtor-sidebar--template #debtor--sidebar.bg--dark {
    color: #ffffff;
}

    .debtor-sidebar--template #debtor--sidebar.bg--dark ul.components li a {
        color: #ffffff;
        position: relative;
    }

.debtor-sidebar--template #debtor--sidebar.bg--light {
    color: #090a4b;
}

    .debtor-sidebar--template #debtor--sidebar.bg--light ul.components li a {
        color: #090a4b;
        position: relative;
    }

.debtor-sidebar--template #debtor--sidebar.bg--dark ul.components li a:not(.no-hover):hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.debtor-sidebar--template #debtor--sidebar ul.components li a:after {
    transition: all 0.3s ease-in-out;
}

.debtor-sidebar--template #debtor--sidebar ul.components li .submenu {
    padding-left: 30px;
}

.debtor-sidebar--template #debtor--sidebar ul.components li a[aria-expanded=true]:after {
    transition: all 0.3s ease-in-out;
    transform: rotate(-180deg);
}

.debtor-sidebar--template #debtor--sidebar ul.components li a:not(.dropdown-toggle):not(.no-arrow):after {
    content: "\f004";
    vertical-align: middle;
    color: #ffffff;
    opacity: 0.2;
    font-family: "debtor-custom";
    transform: rotate(-90deg);
}

.debtor-sidebar--template #debtor--sidebar.attorney .debtor-sidebar--inner {
    width: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: fixed;
    overflow-y: scroll;
}

.debtor-sidebar--template #debtor--sidebar ul.collapse li a, .debtor-sidebar--template #debtor--sidebar ul.collapsing li a {
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.debtor-sidebar--template #debtor--sidebar .bottom-content {
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: auto !important;
    margin-bottom: 30px;
    line-height: 2.26rem;
}

    .debtor-sidebar--template #debtor--sidebar .bottom-content ul {
        opacity: 0.7;
    }

@media (min-width: 767px) {
    .debtor-sidebar--template #debtor--sidebar.active:not(.debtor--sidebar-course) {
        margin-left: -280px;
    }
}

.debtor-sidebar--template #debtor--sidebar.attorney.active {
    margin-left: -282px;
    height: 100%;
}

.attorney-billing--card {
    position: relative;
    border: 1px solid #e6e7eb;
    padding: 20px;
    color: #777e90;
    margin-top: 20px;
    border-radius: 4px;
    text-align: center;
}

    .attorney-billing--card.dashed-stroke {
        border: 1px dashed #e6e7eb;
    }

    .attorney-billing--card.primary {
        border: 1px solid rgba(51, 182, 108, 0.3);
    }

    .attorney-billing--card.secondary {
        border: 1px solid rgba(231, 58, 41, 0.3);
    }

    .attorney-billing--card.no-step {
        color: #090a4b;
        text-align: left;
        font-weight: 500 !important;
    }

        .attorney-billing--card.no-step p {
            margin: 0;
        }

    .attorney-billing--card:not(.no-step):before {
        position: absolute;
        width: 24px;
        height: 24px;
        border: 1px solid #e6e7eb;
        text-align: center;
        border-radius: 50px;
        background-color: #ffffff;
        top: -10px;
        margin-left: auto;
        margin-right: auto;
    }

.attorney-billing--card-wrapper:nth-child(1) .attorney-billing--card:not(.no-step):before {
    content: "1";
}

.attorney-billing--card-wrapper:nth-child(2) .attorney-billing--card:not(.no-step):before {
    content: "2";
}

.attorney-billing--card-wrapper:nth-child(3) .attorney-billing--card:not(.no-step):before {
    content: "3";
}

.debtor-sidebar--template #attorney--search-form .payment--form-inputs-wrapper {
    padding: 10px;
}

#remove-card--modal .btn {
    text-transform: none !important;
}

#remove-card--modal .secondary-button--outline {
    color: #e73a29;
}

#update-credit-card--modal {
    z-index: 99999;
}

    #update-credit-card--modal .inner-content {
        margin-left: auto !important;
        margin-right: auto !important;
    }

#sidebarCollapse:hover {
    color: #3181c4;
}

#sidebarCollapse .d-md-none {
    display: block !important;
}

@media (min-width: 768px) {
    #sidebarCollapse .d-md-none {
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        position: absolute;
    }
}

.menu--toggle {
    background: transparent;
    text-transform: none;
    font-weight: 400;
    position: absolute;
    right: -40px;
    top: 28px;
    color: #3181c4;
    align-items: center;
    display: flex;
    z-index: 99999;
}

    .menu--toggle .icon {
        background-color: #ffffff;
        box-shadow: 0 3px 31px 0 rgba(0, 0, 0, 0.2);
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transform: rotate(90deg);
        margin-right: 5px;
    }

.debtor-sidebar--template #debtor--sidebar.active .menu--toggle .icon {
    transform: rotate(-90deg) !important;
    margin-left: 0;
}

.bg--white {
    background-color: #ffffff;
}

.bg-light-gray {
    background-color: #eff0f6 !important;
}

.bg-white-md {
    margin-top: 3rem;
    margin-bottom: 2rem;
    background: rgba(255, 255, 255, 0.6);
    width: auto !important;
    border-radius: 4px;
    padding: 1.5rem 1.5rem;
}

    .bg-white-md hr {
        opacity: 0.5;
        margin-top: 1.5rem;
        margin-bottom: 2rem;
    }

.debtor--content .navbar--top > .col {
    padding-right: 10px;
}

.store-promo-referral {
    background: #f4f5f9;
    border-radius: 4px;
    position: relative;
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}

    .store-promo-referral.with-shadow {
        box-shadow: 0 0 20px rgba(49, 129, 196, 0.15);
    }

@media (min-width: 991px) and (max-width: 1199px) {
    .store-promo-referral.with-shadow img {
        margin-left: auto !important;
    }
}

@media (min-width: 1199px) and (max-width: 1400px) {
    .store-promo-referral.with-shadow img {
        width: 80% !important;
        min-width: 80% !important;
        max-width: 80% !important;
        margin-right: 0 !important;
        margin-left: auto !important;
    }
}

.store-promo-referral.hidden {
    visibility: hidden;
    position: absolute;
    display: block !important;
    left: -9999px;
    top: -9999px;
    height: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.store-promo-referral .close-store-promo-referral {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    color: #777e90 !important;
    transition: all 0.3s ease-in-out;
}

    .store-promo-referral .close-store-promo-referral:hover {
        transition: all 0.3s ease-in-out;
        color: #090a4b !important;
    }

.store-promo-referral img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    position: relative;
    margin: 0 !important;
    bottom: -20px;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

@media (max-width: 575px) {
    .store-promo-referral img {
        width: 60% !important;
        max-width: 60% !important;
        min-width: 60% !important;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .store-promo-referral img {
        width: 240px !important;
        max-width: 240px !important;
        min-width: 240px !important;
        text-align: center;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (min-width: 1400px) {
    .store-promo-referral img {
        width: 80% !important;
        min-width: 80% !important;
        max-width: 80% !important;
        margin-right: 0 !important;
        margin-left: auto !important;
    }
}

.store-promo-referral .store-promo-referral-text {
    padding: 2rem;
}

@media (min-width: 992px) and (max-width: 1060px) {
    .store-promo-referral .store-promo-referral-text .dashboard-text-highlight,
    .store-promo-referral .store-promo-referral-text .heading--h6 {
        width: 200%;
    }
}

.debtor-sidebar--template .circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 100%;
    max-height: 150px;
}

@media (max-width: 767px) {
    .debtor-sidebar--template .circular-chart {
        max-height: 110px;
    }
}

.debtor-sidebar--template .circular-chart path {
    fill: none;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

.debtor-sidebar--template .circular-chart .percentage {
    text-anchor: middle;
    vertical-align: middle;
}

.debtor-sidebar--template .certificate-being-generated {
    width: 80px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .debtor-sidebar--template .certificate-being-generated {
        float: right;
    }
}

.debtor-sidebar--template .svg--certificate-delivered {
    position: absolute;
    right: -10px;
    top: 85px;
}

@media (max-width: 768px) {
    .debtor-sidebar--template .svg--certificate-delivered {
        right: 0;
        z-index: 1;
        top: auto;
        bottom: -2px;
        left: 0;
        right: 0;
        margin: 20px auto 0;
    }
}

.debtor-sidebar--template .card {
    box-shadow: none !important;
    padding: 10px;
    height: auto;
}

.debtor-sidebar--template .card--purchased-item {
    border: 1px solid rgba(0, 184, 55, 0.3);
    background-color: rgba(51, 182, 108, 0.05);
    border-radius: 4px;
    padding: 20px !important;
    min-height: auto !important;
}

@media (max-width: 768px) {
    .debtor-sidebar--template .card--purchased-item {
        padding: 20px 20px 60px !important;
    }
}

.debtor-sidebar--template .card--with-shadow {
    box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.06);
    padding: 20px;
    border-radius: 4px;
    height: 100%;
}

    .debtor-sidebar--template .card--with-shadow .row--charts-heading.housing {
        color: #0161e0;
    }

    .debtor-sidebar--template .card--with-shadow .row--charts-heading.utilities {
        color: #3181c4;
    }

    .debtor-sidebar--template .card--with-shadow .row--charts-heading.food {
        color: #512f9e;
    }

    .debtor-sidebar--template .card--with-shadow .row--charts-heading.healthcare {
        color: #e73a29;
    }

    .debtor-sidebar--template .card--with-shadow .row--charts-heading.transportation {
        color: #090a4b;
    }

    .debtor-sidebar--template .card--with-shadow .row--charts-heading.savings {
        color: #ff8800;
    }

    .debtor-sidebar--template .card--with-shadow .row--charts-heading.clothing {
        color: #f69b30;
    }

    .debtor-sidebar--template .card--with-shadow .row--charts-heading.monthly-installments {
        color: #00c7bd;
    }

    .debtor-sidebar--template .card--with-shadow .row--charts-heading.personal-other {
        color: #70a1ff;
    }

    .debtor-sidebar--template .card--with-shadow .actual-household--wrapper p {
        padding-right: 30px;
        margin: 0;
    }

    .debtor-sidebar--template .card--with-shadow .actual-household--wrapper .actual-household--percentage {
        font-weight: 500;
    }

        .debtor-sidebar--template .card--with-shadow .actual-household--wrapper .actual-household--percentage.medium {
            color: #a42a29;
        }

        .debtor-sidebar--template .card--with-shadow .actual-household--wrapper .actual-household--percentage.high {
            color: #e73a29;
        }

        .debtor-sidebar--template .card--with-shadow .actual-household--wrapper .actual-household--percentage.low {
            color: #0161e0;
        }

        .debtor-sidebar--template .card--with-shadow .actual-household--wrapper .actual-household--percentage.below-medium {
            color: #258258;
        }

.debtor-sidebar--template .card-body {
    background-color: #f4f5f9;
}

.debtor-sidebar--template .card-footer {
    background-color: #ffffff;
    border: 1px solid #e6e7eb;
}

.debtor-sidebar--template .add-new-card .card-footer img {
    width: 38px;
}

.debtor-sidebar--template .add-new-card .card-body {
    text-align: center !important;
    color: #090a4b !important;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px dashed #e6e7eb;
    border-bottom: none;
}

.debtor-sidebar--template .add-new-card .card-footer {
    border: 1px dashed #e6e7eb;
    border-top: 1px solid #e6e7eb;
}

.debtor-sidebar--template .add-new-card .card-body p {
    font-weight: 500;
    margin-top: 0;
    color: #777e90;
    padding: 15px 20px 0;
}

.debtor-sidebar--template .card a:link, .debtor-sidebar--template .card a:hover, .debtor-sidebar--template .card a:visited {
    font-weight: 400;
}

.defaultCard .icon:before {
    font-weight: bold;
}

.defaultCard.active {
    font-weight: 500;
    color: #3f9048;
}

.debtor-sidebar--template .credit-card--img {
    margin-right: 16px;
}

.debtor-sidebar--template .creditCardNumber {
    color: #090a4b;
    font-weight: 500;
}

#add-new-card-handler--form {
    line-height: 1.33rem !important;
    text-align: left !important;
}

.downloadable-links--wrapper .downloadable-links li {
    margin-top: 10px;
}

@media (max-width: 991px) {
    .course--template.debtor-sidebar--template #debtor--sidebar.active {
        margin-left: 0 !important;
    }

    .course--template #debtor--sidebar {
        position: fixed;
        z-index: 999;
    }

    .course--template.debtor-sidebar--template #debtor--sidebar {
        margin-left: -300px !important;
    }

        .course--template.debtor-sidebar--template #debtor--sidebar .menu--toggle .icon {
            transform: rotate(-90deg) !important;
        }

        .course--template.debtor-sidebar--template #debtor--sidebar.active .menu--toggle .icon {
            transform: rotate(90deg) !important;
        }

        .course--template.debtor-sidebar--template #debtor--sidebar:not(.active) .menu--toggle .icon {
            align-items: flex-end !important;
        }

        .course--template.debtor-sidebar--template #debtor--sidebar.active {
            margin-left: 0;
        }

        .course--template.debtor-sidebar--template #debtor--sidebar.attorney {
            margin-left: -345px;
        }

            .course--template.debtor-sidebar--template #debtor--sidebar.attorney.active {
                margin-left: 0;
            }

                .course--template.debtor-sidebar--template #debtor--sidebar.attorney.active .debtor-sidebar--inner {
                    position: fixed;
                    max-height: 100%;
                    overflow-y: scroll;
                    left: 0;
                    width: 345px;
                }

    .course--template .menu--toggle {
        right: -136px;
        top: 80px;
    }

        .course--template .menu--toggle span {
            max-width: 100px;
            word-break: break-word;
            text-align: left;
            line-height: 1.13rem;
        }

    .debtor-sidebar--template .container-fluid table:not(.course--table__uni):not(.noResponsive) thead {
        display: none;
    }

    .debtor-sidebar--template .container-fluid table:not(.course--table__uni):not(.noResponsive) tr td {
        display: flex;
        text-align: left !important;
        border-bottom: 1px solid rgba(116, 125, 140, 0.15);
    }

        .debtor-sidebar--template .container-fluid table:not(.course--table__uni):not(.noResponsive) tr td span {
            display: flex;
            width: 50%;
            align-items: center;
        }

            .debtor-sidebar--template .container-fluid table:not(.course--table__uni):not(.noResponsive) tr td span img {
                margin-right: 10px !important;
            }

        .debtor-sidebar--template .container-fluid table:not(.course--table__uni):not(.noResponsive) tr td:before {
            content: attr(data-header);
            display: inline-block;
            width: 50%;
        }

    .search-results--wrapper > .col-12 {
        padding: 0;
    }

    .search-results--personal ul li.name {
        margin-bottom: 2px;
    }

    .search-results--personal ul li.registration-date {
        margin-top: 6px;
    }

    .payment--form-col-wrapper {
        padding: 0;
    }

    .debtor-sidebar--template #attorney--search-form .payment--form-inputs-wrapper .childs--width-33,
    .debtor-sidebar--template #attorney--search-form .payment--form-inputs-wrapper .childs--width-50 {
        flex-direction: column;
    }

        .debtor-sidebar--template #attorney--search-form .payment--form-inputs-wrapper .childs--width-33 .form-group,
        .debtor-sidebar--template #attorney--search-form .payment--form-inputs-wrapper .childs--width-50 .form-group {
            width: 100% !important;
            display: block;
            margin-bottom: 13px !important;
        }

    #attorney--update-payment {
        margin-top: 0 !important;
    }

        #attorney--update-payment .secure-payment {
            right: 0 !important;
            top: 2px !important;
        }

        #attorney--update-payment h6 {
            max-width: 150px;
        }
}

@media (min-width: 1199px) {
    .d-lg-inline-block {
        display: inline-block !important;
    }

    .debtor-sidebar--template .credit-card--img {
        width: 52px;
    }

    .attorney--request-free-flyers .debtor-sidebar--box {
        overflow: hidden;
    }

    .attorney--request-free-flyers-img {
        position: relative;
    }

        .attorney--request-free-flyers-img img {
            position: absolute;
        }
}

@media (min-width: 1199px) and (max-width: 1550px) {
    .responsive-edit-buttons .form-group.has-edit-buttons {
        height: 80px;
    }

        .responsive-edit-buttons .form-group.has-edit-buttons .edit-buttons {
            height: 35px;
            top: 42px;
            border-top-right-radius: 0;
            border-bottom-left-radius: 4px;
            width: 100%;
        }

            .responsive-edit-buttons .form-group.has-edit-buttons .edit-buttons span {
                padding: 5px;
                justify-content: center;
            }
}

@media (max-width: 767px) {
    .debtor-sidebar--template #debtor--sidebar {
        margin-left: -300px;
        position: fixed;
        z-index: 999;
    }

        .debtor-sidebar--template #debtor--sidebar .menu--toggle .icon {
            transform: rotate(-90deg) !important;
        }

        .debtor-sidebar--template #debtor--sidebar.active .menu--toggle .icon {
            transform: rotate(90deg) !important;
        }

        .debtor-sidebar--template #debtor--sidebar:not(.active) .menu--toggle .icon {
            align-items: flex-end !important;
        }

        .debtor-sidebar--template #debtor--sidebar.active {
            margin-left: 0;
        }

        .debtor-sidebar--template #debtor--sidebar.attorney {
            margin-left: -345px;
        }
}

@media (max-width: 767px) and (min-width: 576px) {
    .debtor-sidebar--template #debtor--sidebar.attorney {
        margin-left: -295px;
    }
}

@media (max-width: 767px) {
    .debtor-sidebar--template #debtor--sidebar.attorney.active {
        margin-left: 0;
    }

        .debtor-sidebar--template #debtor--sidebar.attorney.active .debtor-sidebar--inner {
            position: fixed;
            max-height: 100%;
            overflow-y: scroll;
            left: 0;
            width: 345px;
        }

    .menu--toggle {
        right: -70px;
        top: 64px;
    }

    .course--template .menu--toggle {
        right: -136px;
        top: 80px;
    }

        .course--template .menu--toggle span {
            max-width: 100px;
            word-break: break-word;
            text-align: left;
            line-height: 1.13rem;
        }

    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .navbar--top,
    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .footer {
        padding-left: 0;
    }

    .debtor-sidebar--template .container-fluid .inner-content {
        padding-left: inherit;
        margin-top: 60px;
    }

    .debtor--content .container-fluid {
        margin-top: 0 !important;
    }
}

@media (max-width: 767px) and (min-width: 576px) and (max-width: 768px) {
    .debtor--content .container-fluid {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    #add-new-card-handler--form .childs--width-50 .form-group {
        width: 48% !important;
    }

    #attorney--update-payment .secure-payment {
        top: 6px !important;
    }
}

@media (max-width: 375px) {
    .navbar--top .leftSide img {
        width: 140px;
    }

    .debtor--content .container-fluid {
        margin-top: 0 !important;
    }
}

@media (max-width: 992px) {
    .debtor-sidebar--template .container-fluid .inner-content {
        margin-top: 60px;
    }
}

/* End of Sidebar Template */
/* Course Template */
.course--icon {
    height: 28px;
    -webkit-mask-size: 100% 100% !important;
    mask-size: 100% 100% !important;
    background-color: #747d8c;
}

    .course--icon.job-loss {
        -webkit-mask: url(../images/course/job-loss.svg);
        mask: url(../images/course/job-loss.svg);
    }

    .course--icon.reduced-income {
        -webkit-mask: url(../images/course/reduced-income.svg);
        mask: url(../images/course/reduced-income.svg);
    }

    .course--icon.lack-of-budgeting-skills {
        -webkit-mask: url(../images/course/lack-of-budgeting-skills.svg);
        mask: url(../images/course/lack-of-budgeting-skills.svg);
    }

    .course--icon.death-of-a-family-member {
        -webkit-mask: url(../images/course/death-of-a-family-member.svg);
        mask: url(../images/course/death-of-a-family-member.svg);
    }

    .course--icon.divorce-separation {
        -webkit-mask: url(../images/course/divorce-separation.svg);
        mask: url(../images/course/divorce-separation.svg);
    }

    .course--icon.child-support {
        -webkit-mask: url(../images/course/child-support.svg);
        mask: url(../images/course/child-support.svg);
    }

    .course--icon.past-due-mortgage {
        -webkit-mask: url(../images/course/past-due-mortgage.svg);
        mask: url(../images/course/past-due-mortgage.svg);
    }

    .course--icon.eviction {
        -webkit-mask: url(../images/course/eviction.svg);
        mask: url(../images/course/eviction.svg);
    }

    .course--icon.past-due-car-pymt {
        -webkit-mask: url(../images/course/past-due-car-pymt.svg);
        mask: url(../images/course/past-due-car-pymt.svg);
    }

    .course--icon.credit-card-debt {
        -webkit-mask: url(../images/course/credit-card-debt.svg);
        mask: url(../images/course/credit-card-debt.svg);
    }

    .course--icon.medical-debt {
        -webkit-mask: url(../images/course/medical-debt.svg);
        mask: url(../images/course/medical-debt.svg);
    }

    .course--icon.payday-loans {
        -webkit-mask: url(../images/course/payday-loans.svg);
        mask: url(../images/course/payday-loans.svg);
    }

    .course--icon.personal-loans {
        -webkit-mask: url(../images/course/personal-loans.svg);
        mask: url(../images/course/personal-loans.svg);
    }

    .course--icon.wage-garnishment {
        -webkit-mask: url(../images/course/wage-garnishment.svg);
        mask: url(../images/course/wage-garnishment.svg);
    }

    .course--icon.work-related-accident {
        -webkit-mask: url(../images/course/work-related-accident.svg);
        mask: url(../images/course/work-related-accident.svg);
    }

    .course--icon.student-loans {
        -webkit-mask: url(../images/course/student-loans.svg);
        mask: url(../images/course/student-loans.svg);
    }

    .course--icon.gambling {
        -webkit-mask: url(../images/course/gambling.svg);
        mask: url(../images/course/gambling.svg);
    }

    .course--icon.substance-abuse {
        -webkit-mask: url(../images/course/substance-abuse.svg);
        mask: url(../images/course/substance-abuse.svg);
    }

    .course--icon.identity-theft {
        -webkit-mask: url(../images/course/identity-theft.svg);
        mask: url(../images/course/identity-theft.svg);
    }

    .course--icon.failed-business {
        -webkit-mask: url(../images/course/failed-business.svg);
        mask: url(../images/course/failed-business.svg);
    }

    .course--icon.judgements-lawsuits {
        -webkit-mask: url(../images/course/judgements-lawsuits.svg);
        mask: url(../images/course/judgements-lawsuits.svg);
    }

    .course--icon.tickets-fines {
        -webkit-mask: url(../images/course/tickets-fines.svg);
        mask: url(../images/course/tickets-fines.svg);
    }

    .course--icon.income-tax-debt {
        -webkit-mask: url(../images/course/income-tax-debt.svg);
        mask: url(../images/course/income-tax-debt.svg);
    }

    .course--icon.property-tax-debt {
        -webkit-mask: url(../images/course/property-tax-debt.svg);
        mask: url(../images/course/property-tax-debt.svg);
    }

    .course--icon.state-local-tax-debt {
        -webkit-mask: url(../images/course/state-local-tax-debt.svg);
        mask: url(../images/course/state-local-tax-debt.svg);
    }

.svg--loading {
    display: flex;
}

    .svg--loading svg {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        left: 0;
        right: 0;
        z-index: 1;
    }

.course--template {
    background-color: #eff0f6;
}

    .course--template .debtor-sidebar--header {
        padding: 15px !important;
    }

@media (max-width: 991px) {
    .course--template .debtor-sidebar--header {
        padding: 20.5px 15px !important;
    }
}

@media (max-width: 575px) {
    .course--template .course-content--wrapper {
        margin-bottom: 6rem !important;
    }
}

@media (max-width: 575px) {
    .course--template .navbar--top .leftSide.d-lg-none img {
        max-width: 140px !important;
    }
}

.course--template .store-products--other {
    padding: 0;
    background-color: transparent;
}

    .course--template .store-products--other .col--store-product {
        margin-bottom: 0;
    }

@media (max-width: 576px) {
    .course--template .col--store-product {
        padding: 0;
    }
}

@media (max-width: 1199px) {
    .course--template #update-credit-card--modal .modal-xl {
        max-width: 95%;
        min-width: 95%;
        width: 95%;
    }
}

.course--template .radio-button--custom.checkmark-when-selected li .course--icon {
    margin-top: 8px;
}

.course--template .radio-button--custom.checkmark-when-selected li .subquestions {
    padding-left: calc(50px + 0.2rem);
    padding-right: 8px;
    width: 100%;
    margin-top: 0.7rem;
    cursor: initial;
}

    .course--template .radio-button--custom.checkmark-when-selected li .subquestions.hidden {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: -9999px;
        transition: visibility 0.15s ease-in-out, opacity 0.3s ease-in-out;
    }

    .course--template .radio-button--custom.checkmark-when-selected li .subquestions li.subquestion {
        width: 100%;
        background-color: rgba(244, 245, 249, 0.9);
        border-radius: 4px;
        padding: 1rem 1rem 0;
        margin-bottom: 1rem;
    }

@media (min-width: 991px) {
    .course--template .radio-button--custom.checkmark-when-selected li .subquestions li.subquestion .radio-button--custom {
        width: 70%;
    }
}

.course--template .radio-button--custom.checkmark-when-selected li input:not([type=radio]) + label {
    padding: 0 !important;
    padding-bottom: 0.5rem !important;
}

    .course--template .radio-button--custom.checkmark-when-selected li input:not([type=radio]) + label .your-situation-label-div > div {
        padding: 0.7rem 0.7rem 0 !important;
    }

    .course--template .radio-button--custom.checkmark-when-selected li input:not([type=radio]) + label:before {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.5s ease-in-out;
        content: "\e812";
        position: absolute;
        color: #3181c4;
        font-family: "debtor-custom";
        top: 6px;
        right: 8px;
        font-size: 1.4rem;
    }

    .course--template .radio-button--custom.checkmark-when-selected li input:not([type=radio]) + label .click-to-expand {
        opacity: 0;
        visibility: hidden;
        transition: all 0.15s ease-in-out;
    }

.course--template .radio-button--custom.checkmark-when-selected li input:not([type=radio]):hover + label .click-to-expand {
    opacity: 1;
    visibility: visible;
    transition: all 0.15s ease-in-out;
}

.course--template .radio-button--custom.checkmark-when-selected li input:not([type=radio]):checked:hover + label .click-to-expand {
    opacity: 0;
    visibility: hidden;
}

.course--template .radio-button--custom.checkmark-when-selected li input:not([type=radio]):checked + label {
    border: 1px solid #3181c4 !important;
    position: relative;
}

    .course--template .radio-button--custom.checkmark-when-selected li input:not([type=radio]):checked + label:before {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.5s ease-in-out;
    }

    .course--template .radio-button--custom.checkmark-when-selected li input:not([type=radio]):checked + label .heading--h6 {
        color: #3181c4;
    }

    .course--template .radio-button--custom.checkmark-when-selected li input:not([type=radio]):checked + label .course--icon {
        background-color: #3181c4;
    }

.course--template .radio-button--custom h6 {
    color: #747d8c;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.course--template #debtor--sidebar {
    background-color: #ffffff;
    box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.04);
}

    .course--template #debtor--sidebar .components {
        margin-top: 0 !important;
    }

        .course--template #debtor--sidebar .components > li > a {
            color: #090a4b;
            padding-top: 15px;
            padding-bottom: 15px;
            font-weight: 400;
        }

            .course--template #debtor--sidebar .components > li > a:link, .course--template #debtor--sidebar .components > li > a:visited, .course--template #debtor--sidebar .components > li > a:hover {
                color: #090a4b;
                padding-top: 15px;
                padding-bottom: 15px;
                font-weight: 400;
            }

    .course--template #debtor--sidebar .debtor-sidebar--inner {
        width: 300px;
        height: 100%;
        display: flex;
        flex-direction: column;
        position: fixed;
        overflow-y: scroll;
    }

    .course--template #debtor--sidebar .components li.completed a:link {
        color: #747d8c;
    }

    .course--template #debtor--sidebar ul.components li.active:before {
        display: none;
    }

    .course--template #debtor--sidebar ul.components > li {
        background-color: #f5f6fa !important;
        border-bottom: 1px solid #e2e6ec;
    }

        .course--template #debtor--sidebar ul.components > li.active {
            border-left: 3px solid #3181c4;
        }

            .course--template #debtor--sidebar ul.components > li.active > a {
                font-weight: 600;
            }

    .course--template #debtor--sidebar ul.components .collapse li,
    .course--template #debtor--sidebar ul.components .collapsing li {
        background-color: #ffffff !important;
        border: none !important;
    }

    .course--template #debtor--sidebar ul.components .collapse,
    .course--template #debtor--sidebar ul.components .collapsing {
        position: relative;
    }

        .course--template #debtor--sidebar ul.components .collapse:before,
        .course--template #debtor--sidebar ul.components .collapsing:before {
            content: "";
            width: 1px;
            height: 100%;
            background-color: #e6e7eb;
            z-index: 1;
            position: absolute;
            left: 25px;
        }

        .course--template #debtor--sidebar ul.components .collapse li a {
            background-color: #ffffff;
            border: none;
            font-weight: 400;
            color: #0061e0;
            line-height: 1.6rem;
            padding-top: 9px;
            padding-bottom: 9px;
        }

            .course--template #debtor--sidebar ul.components .collapse li a:link, .course--template #debtor--sidebar ul.components .collapse li a:visited, .course--template #debtor--sidebar ul.components .collapse li a:hover {
                background-color: #ffffff;
                border: none;
                font-weight: 400;
                color: #0061e0;
            }

        .course--template #debtor--sidebar ul.components .collapsing li a {
            background-color: #ffffff;
            border: none;
            font-weight: 400;
            color: #0061e0;
            line-height: 1.6rem;
            padding-top: 9px;
            padding-bottom: 9px;
        }

            .course--template #debtor--sidebar ul.components .collapsing li a:link, .course--template #debtor--sidebar ul.components .collapsing li a:visited, .course--template #debtor--sidebar ul.components .collapsing li a:hover {
                background-color: #ffffff;
                border: none;
                font-weight: 400;
                color: #0061e0;
            }

        .course--template #debtor--sidebar ul.components .collapse li a:hover {
            background-color: rgba(1, 97, 224, 0.1) !important;
        }

    .course--template #debtor--sidebar .subsection--not-started a {
        color: #747d8c !important;
    }

    .course--template #debtor--sidebar .subsection--active a {
        font-weight: 500 !important;
        background-color: rgba(1, 97, 224, 0.1) !important;
    }

    .course--template #debtor--sidebar .section--completed a {
        color: #747d8c !important;
        position: relative;
        background-color: #eff0f6;
    }

@media (max-width: 575px) {
    .course--template .form--course {
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    .course--template .form--course#form--course-budgeting td .form-group.input-focused .form-control {
        padding: 12px 15px 12px 26px !important;
    }

    .course--template .form--course#form--course-budgeting td .form-group.input-focused:before {
        top: 20px !important;
    }
}

.course--template .form--course table {
    border: 1px solid #e6e7eb;
    border-radius: 4px;
}

    .course--template .form--course table h6 {
        margin: 0;
    }

    .course--template .form--course table .form-group {
        position: relative;
    }

        .course--template .form--course table .form-group:before {
            content: "$";
            position: absolute;
            left: 15px;
            top: 14px;
            transition: all 0.3s ease-in-out;
        }

@media (min-width: 575px) and (max-width: 991px) {
    .course--template .form--course table .form-group:before {
        top: 20px;
    }
}

@media (max-width: 575px) {
    .course--template .form--course table .form-group:before {
        top: 18.5px;
    }
}

.course--template .form--course table .form-group.input-focused:before {
    top: 22px;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 575px) and (max-width: 991px) {
    .course--template .form--course table .form-group.input-focused:before {
        top: 28px;
    }
}

@media (max-width: 575px) {
    .course--template .form--course table .form-group.input-focused:before {
        top: 26.5px;
    }
}

.course--template .form--course table .form-group .form-control {
    padding-left: 26px;
    transition: all 0.3s ease-in-out;
}

.course--template .form--course table p {
    color: #777e90;
    margin-top: 6px;
    margin-bottom: 0;
}

.course--template .form--course table tr:not(:last-of-type):not(:nth-last-of-type(2)) {
    border-bottom: 1px solid #e6e7eb;
}

@media (min-width: 991px) {
    .course--template .form--course table td:first-of-type {
        max-width: 300px;
    }
}

@media (max-width: 991px) {
    .course--template .form--course table td {
        border-bottom: none !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

        .course--template .form--course table td:not(:first-of-type) {
            display: inline-block;
            width: 49%;
        }

            .course--template .form--course table td:not(:first-of-type):before {
                margin-bottom: 12px;
                line-height: 1.33rem;
                width: 100% !important;
            }
}

.course--template .form--course table tr:before,
.course--template .form--course table td:before {
    white-space: nowrap;
}

.course--template .form--course table td,
.course--template .form--course table th {
    padding: 20px;
}

    .course--template .form--course table td:last-of-type,
    .course--template .form--course table th:last-of-type {
        text-align: left !important;
    }

.course--template .components .icon-checkmark-filled {
    color: #3181c4;
}

.course--template #debtor--sidebar a {
    position: relative !important;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.course--template .icon-down-open.right {
    transform: rotate(-90deg) !important;
    display: inline-block;
}

.course--template .icon-down-open.left {
    transform: rotate(90deg) !important;
    display: inline-block;
}

.course--template .navbar--top {
    padding: 16.2px !important;
    background-color: #ffffff;
}

    .course--template .navbar--top > .col {
        justify-content: flex-end;
    }

@media (max-width: 991px) {
    .course--template .navbar--top > .col {
        justify-content: space-between;
    }
}

.course--template .container-fluid {
    padding: 0 !important;
    margin-top: 0 !important;
}

.course--template #debtor--sidebar .subsection--active a:after,
.course--template #debtor--sidebar .subsection--completed a:after {
    content: "\e812" !important;
    position: absolute;
    left: 20px;
    color: #3181c4 !important;
    transform: none !important;
    opacity: 1 !important;
    z-index: 2;
}

.course--template #debtor--sidebar .subsection--not-started a:after {
    content: "" !important;
    position: absolute;
    left: 20px;
    color: #3181c4 !important;
    transform: none !important;
    opacity: 1 !important;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    vertical-align: middle !important;
    border: 1px solid #3181c4;
    z-index: 2;
    background-color: #ffffff;
}

.course--template .leftSide .btn {
    color: #0161e0 !important;
}

.course--template .leftSide > div:first-of-type .btn {
    border-right: 1px solid #e6e7eb;
    border-radius: 0;
}

.course--template .form--header.form-header--blue {
    padding: 30px 0;
}

.course--template iframe {
    width: 100%;
    min-height: 200px;
}

@media (min-width: 575px) and (max-width: 991px) {
    .course--template iframe {
        min-height: 300px;
    }
}

@media (max-width: 575px) {
    .course--template .footer {
        padding-bottom: 100px;
    }
}

.register--form.payment--form {
    margin-top: 0;
}

.course-content--header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px;
    color: #ffffff;
}

    .course-content--header.progress--10 {
        background: linear-gradient(90deg, #3181c4 0%, #3181c4 41%, #eff0f6 48%, #eff0f6 100%);
    }

.course--section-progress-wrapper.progress--10:before {
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 36.71%, #747d8c 52.36%, #747d8c 100%);
}

.course-content--header.progress--20 {
    background: linear-gradient(90deg, #3181c4 0%, #3181c4 41%, #eff0f6 48%, #eff0f6 100%);
}

.course--section-progress-wrapper.progress--20:before {
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 36.71%, #747d8c 52.36%, #747d8c 100%);
}

.course-content--header.progress--30 {
    background: linear-gradient(90deg, #3181c4 0%, #3181c4 30%, #eff0f6 35%, #eff0f6 100%);
}

.course--section-progress-wrapper.progress--30:before {
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 30%, #747d8c 35%, #747d8c 100%);
}

.course-content--header.progress--40 {
    background: linear-gradient(90deg, #3181c4 0%, #3181c4 41%, #eff0f6 48%, #eff0f6 100%);
}

.course--section-progress-wrapper.progress--40:before {
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 41%, #747d8c 48%, #747d8c 100%);
}

.course-content--header.progress--50 {
    background: linear-gradient(90deg, #3181c4 0%, #3181c4 52%, #eff0f6 59%, #eff0f6 100%);
}

.course--section-progress-wrapper.progress--50:before {
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 52%, #747d8c 59%, #747d8c 100%);
}

.course-content--header.progress--60 {
    background: linear-gradient(90deg, #3181c4 0%, #3181c4 65%, #eff0f6 71%, #eff0f6 100%);
}

.course--section-progress-wrapper.progress--60:before {
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 65%, #747d8c 71%, #747d8c 100%);
}

.course-content--header.progress--70 {
    background: linear-gradient(90deg, #3181c4 0%, #3181c4 75%, #eff0f6 82%, #eff0f6 100%);
}

.course--section-progress-wrapper.progress--70:before {
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 75%, #747d8c 82%, #747d8c 100%);
}

.course-content--header.progress--80 {
    background: linear-gradient(90deg, #3181c4 0%, #3181c4 87%, #eff0f6 92%, #eff0f6 100%);
}

.course--section-progress-wrapper.progress--80:before {
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 87%, #747d8c 92%, #747d8c 100%);
}

.course-content--header.progress--90 {
    background: #3181c4;
}

.course--section-progress-wrapper.progress--90:before {
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
}

@media (max-width: 767px) {
    .course-section--progress {
        outline: none !important;
    }

        .course-section--progress.not-started {
            outline: none !important;
        }

    .course--template .navbar--top {
        padding: 15px !important;
    }
}

@media (max-width: 575px) {
    .course--section-progress-wrapper > .col:first-of-type {
        padding-left: 0 !important;
    }

    .course--section-progress-wrapper:before {
        width: 95% !important;
    }

    .course-footer--buttons {
        position: fixed;
        bottom: 0;
        padding: 10px 15px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        background-color: hsla(228, 33%, 97%, 0.9);
        backdrop-filter: saturate(200%) blur(100px);
        -webkit-backdrop-filter: saturate(200%) blur(100px);
        z-index: 999;
    }

        .course-footer--buttons .btn {
            flex: 1;
            min-height: 40px;
            align-items: center;
            justify-content: center;
            display: flex;
            max-width: 50%;
        }

            .course-footer--buttons .btn:first-of-type {
                margin-right: 0.5rem;
            }

            .course-footer--buttons .btn:last-of-type {
                margin-left: 0.5rem;
            }

        .course-footer--buttons.align-items-center .btn.primary-button--outline span {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
}

.course-content--audio {
    background-color: #090a4b;
    padding: 10px;
    color: #ffffff;
}

    .course-content--audio .row {
        align-items: center;
    }

/* chrome only */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    audio {
        filter: invert(100);
    }
}
/* firefox only */
@-moz-document url-prefix() {
    audio {
        filter: none !important;
    }
}
/* safari only */
_::-webkit-full-page-media, _:future {
    filter: none !important;
}

.audio-player {
    height: 15px;
    width: 100%;
    color: #ffffff;
    display: flex;
}

    .audio-player .timeline {
        background: #ffffff;
        border-radius: 4px;
        width: 100%;
        position: relative;
        cursor: pointer;
    }

        .audio-player .timeline .progress {
            background: #3181c4;
            width: 0;
            height: 100%;
            transition: 0.25s;
        }

    .audio-player .controls {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        padding: 0 20px;
    }

        .audio-player .controls > * {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .audio-player .controls .toggle-play.play {
            cursor: pointer;
            position: relative;
            left: 0;
            height: 0;
            width: 0;
            border: 7px solid #090a4b;
            border-left: 13px solid #ffffff;
        }

            .audio-player .controls .toggle-play.play:hover {
                transform: scale(1.1);
            }

        .audio-player .controls .toggle-play.pause {
            height: 15px;
            width: 20px;
            cursor: pointer;
            position: relative;
        }

            .audio-player .controls .toggle-play.pause:before {
                position: absolute;
                top: 0;
                left: 0;
                background: #ffffff;
                content: "";
                height: 15px;
                width: 3px;
            }

            .audio-player .controls .toggle-play.pause:after {
                position: absolute;
                top: 0;
                right: 8px;
                background: #ffffff;
                content: "";
                height: 15px;
                width: 3px;
            }

            .audio-player .controls .toggle-play.pause:hover {
                transform: scale(1.1);
            }

        .audio-player .controls .volume-container {
            cursor: pointer;
            position: relative !important;
            z-index: 2;
        }

            .audio-player .controls .volume-container .volume-button {
                display: flex;
                align-items: center;
            }

                .audio-player .controls .volume-container .volume-button .volume {
                    transform: scale(0.7);
                }

                .audio-player .controls .volume-container .volume-button .icon {
                    font-size: 1.375rem;
                }

            .audio-player .controls .volume-container .volume-slider {
                position: absolute;
                bottom: 24px;
                z-index: 99;
                width: 15px;
                height: 0;
                background: #f4f5f9;
                box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
                transition: 0.25s;
                transform: rotate(180deg);
                z-index: 5;
                border-radius: 4px;
            }

@media (hover: none) {
    .audio-player .controls .volume-container .volume-slider {
        display: none;
    }
}

.audio-player .controls .volume-container .volume-slider .volume-percentage {
    background: #3181c4;
    border-radius: 4px;
    height: 75%;
    width: 100%;
}

.audio-player .controls .volume-container:hover .volume-slider {
    width: 15px;
    height: 60px;
}

.switch-between-types-btn {
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
}

    .switch-between-types-btn:hover {
        background: #ffffff;
        color: #3181c4;
    }

.course-type-toggle {
    margin: 0 !important;
}

@media (max-width: 500px) {
    .course-type-toggle-wrapper:not(-mobile) {
        display: none !important;
    }
}

@media (min-width: 501px) {
    .course-type-toggle-wrapper-mobile {
        display: none !important;
    }
}

.course-type-toggle div.btn-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
}

    .course-type-toggle div.btn-container i {
        display: inline-block;
        position: relative;
    }

.course-type-toggle label {
    font-size: 13px;
    color: #777e90;
    font-weight: 500;
}

.course-type-toggle .btn-color-mode-switch {
    display: inline-block;
    margin: 0px;
    position: relative;
}

    .course-type-toggle .btn-color-mode-switch > label.btn-color-mode-switch-inner {
        margin: 0px;
        width: 130px;
        height: 30px;
        padding-bottom: 32px;
        background: rgba(230, 231, 235, 0.7);
        border-radius: 26px;
        overflow: hidden;
        position: relative;
        transition: all 0.3s ease;
        display: block;
    }

        .course-type-toggle .btn-color-mode-switch > label.btn-color-mode-switch-inner:before {
            content: attr(data-on);
            position: absolute;
            font-size: 12px;
            font-weight: 500;
            top: 7px;
            right: 20px;
        }

        .course-type-toggle .btn-color-mode-switch > label.btn-color-mode-switch-inner:after {
            content: attr(data-off);
            width: 60px;
            height: 26px;
            background: #ffffff;
            color: #090a4b;
            border-radius: 26px;
            position: absolute;
            left: 2px;
            top: 2px;
            text-align: center;
            transition: all 0.3s ease;
            padding: 5px 0px;
            padding-bottom: 23px !important;
        }

    .course-type-toggle .btn-color-mode-switch input[type=checkbox] {
        cursor: pointer;
        width: 50px;
        height: 25px;
        opacity: 0;
        position: absolute !important;
        top: 0 !important;
        z-index: 1;
        margin: 0px;
    }

        .course-type-toggle .btn-color-mode-switch input[type=checkbox]:checked + label.btn-color-mode-switch-inner {
            background: rgba(230, 231, 235, 0.7);
            color: #777e90;
        }

            .course-type-toggle .btn-color-mode-switch input[type=checkbox]:checked + label.btn-color-mode-switch-inner:after {
                content: attr(data-on);
                left: 68px;
                background: #ffffff;
                color: #090a4b;
            }

            .course-type-toggle .btn-color-mode-switch input[type=checkbox]:checked + label.btn-color-mode-switch-inner:before {
                content: attr(data-off);
                right: auto;
                left: 20px;
            }

        .course-type-toggle .btn-color-mode-switch input[type=checkbox]:checked ~ .alert {
            display: block;
        }

.course-content--box {
    background-color: #ffffff;
    padding: 40px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    min-height: calc(100vh - 345px);
    max-height: calc(100vh - 345px);
    overflow-y: auto;
}

    .course-content--box.no-course-top, .course-content--box.video {
        width: auto;
        min-height: calc(100vh - 290px);
        max-height: calc(100vh - 290px);
        height: 100%;
        position: relative;
    }

        .course-content--box.no-course-top .iframe-wrapper, .course-content--box.video .iframe-wrapper {
            width: auto;
            height: 100%;
        }

            .course-content--box.no-course-top .iframe-wrapper .wistia_embed, .course-content--box.video .iframe-wrapper .wistia_embed {
                width: auto;
                height: 100%;
            }

                .course-content--box.no-course-top .iframe-wrapper .wistia_embed .w-chrome, .course-content--box.video .iframe-wrapper .wistia_embed .w-chrome {
                    width: 100% !important;
                    height: 100% !important;
                }

        .course-content--box.no-course-top.no-course-bottom, .course-content--box.video.no-course-bottom {
            min-height: calc(100vh - 232px);
            max-height: calc(100vh - 232px);
        }

    .course-content--box .course--img {
        max-width: 600px;
        display: block;
        margin: 20px auto;
    }

    .course-content--box .course--list__custom li {
        color: #777e90;
        font-size: 1rem;
        font-weight: 500;
        line-height: 2rem;
    }

        .course-content--box .course--list__custom li:before {
            content: "";
            width: 6px;
            height: 6px;
            background-color: #777e90;
            border-radius: 50%;
            vertical-align: middle;
            top: -2px !important;
            position: relative;
            display: inline-flex;
            margin-right: 10px;
        }

    .course-content--box .course--table__uni {
        height: 90%;
    }

        .course-content--box .course--table__uni tr td,
        .course-content--box .course--table__uni tr th {
            text-align: left !important;
            font-size: 1rem;
            vertical-align: baseline !important;
        }

        .course-content--box .course--table__uni tr td {
            border-bottom-right-radius: 4px !important;
            border-bottom-left-radius: 4px !important;
            box-shadow: inset 0px 0px 0px 1px #e6e7eb;
        }

        .course-content--box .course--table__uni tr th {
            color: #090a4b !important;
        }

        .course-content--box .course--table__uni ul {
            text-align: left;
            line-height: 2.4;
            font-size: 1rem;
            font-weight: 400;
        }

    .course-content--box.net-monthly-income #form--course-budgeting .table .form-group:before {
        top: 14px !important;
    }

    .course-content--box.net-monthly-income #form--course-budgeting .table .form-group.input-focused:before {
        top: 14px !important;
    }

    .course-content--box.net-monthly-income #form--course-budgeting .table .form-group.input-focused .form-control {
        padding-left: 26px;
        padding-top: inherit;
        padding-bottom: inherit;
    }

@media (max-width: 991px) {
    .course-content--box.net-monthly-income #form--course-budgeting .table tbody tr td:first-of-type {
        display: block;
        text-align: center !important;
    }

    .course-content--box.net-monthly-income #form--course-budgeting .table .form-group:before {
        top: 17px !important;
    }

    .course-content--box.net-monthly-income #form--course-budgeting .table .form-group.input-focused:before {
        top: 17px !important;
    }

    .course-content--box.net-monthly-income #form--course-budgeting .table .form-group.input-focused .form-control {
        padding-left: 26px;
        padding-top: inherit;
        padding-bottom: inherit;
    }
}

@media (max-width: 767px) {
    .course-content--box.net-monthly-income #form--course-budgeting .table .form-group.mb-0:before {
        top: 15px !important;
    }

    .course-content--box.net-monthly-income #form--course-budgeting .table .form-group.mb-0.input-focused:before {
        top: 15px !important;
    }
}

.course-content--box .discretionary-expenses-table p {
    font-size: 1rem;
    padding: 0 !important;
    margin: 0 !important;
}

.course-content--box .discretionary-expenses-table tr {
    width: 100% !important;
    vertical-align: middle;
}

    .course-content--box .discretionary-expenses-table tr td {
        min-width: 50% !important;
        max-width: 50% !important;
        width: 50% !important;
        display: table-cell !important;
        border-bottom: 1px solid #e6e7eb;
        padding: 1rem !important;
        vertical-align: middle;
    }

        .course-content--box .discretionary-expenses-table tr td:before {
            content: "";
            display: none !important;
        }

    .course-content--box .discretionary-expenses-table tr:last-of-type td {
        border-bottom: none !important;
    }

.course-content--box .discretionary-expenses-table .form-group input {
    background: transparent !important;
    border: 1px solid #e6e7eb;
}

.course-content--box.net-monthly-income .net-monthly-income-screen {
    padding-top: 0;
}

@media (min-width: 768px) {
    .course-content--box.net-monthly-income .net-monthly-income-screen {
        padding-top: 3rem;
    }
}

.course-content--box.net-monthly-income .screen-heading .col-12 {
    padding-left: 0;
    padding-right: 0;
}

.course-content--box.net-monthly-income .screen-heading .h-font {
    margin-top: 1.5rem;
}

.course-content--box.net-monthly-income .screen-heading .radio-button--custom label {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.course-content--box.net-monthly-income .screen-heading .table-data-preview {
    background-color: #f2faff;
    padding: 8px 10px 18px;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

    .course-content--box.net-monthly-income .screen-heading .table-data-preview .amount-wrapper {
        border-radius: 4px;
        padding: 1.2rem;
        text-align: left;
        line-height: 18px;
        font-size: 14px;
        font-weight: 400;
        background-color: #ffffff;
        color: #696868 !important;
        margin-top: 10px;
        margin-bottom: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: calc(100% - 10px);
    }

    .course-content--box.net-monthly-income .screen-heading .table-data-preview .amount-wrapper {
        grid-auto-rows: 1fr;
    }

        .course-content--box.net-monthly-income .screen-heading .table-data-preview .amount-wrapper p {
            font-size: 1rem;
            font-weight: 500;
            color: #090a4b;
            margin: 0;
            word-break: normal;
        }

@media (max-width: 575px) {
    .course-content--box.net-monthly-income .screen-heading .table-data-preview .amount-wrapper p {
        font-size: 0.9rem;
    }
}

.course-content--box.net-monthly-income .screen-heading .table-data-preview .amount-wrapper p.amount {
    font-size: 1.1rem;
    font-weight: 500;
    color: #777e90;
}

.course-content--box.net-monthly-income .screen-heading .table-data-preview .col-md-2 {
    padding-left: 5px;
    padding-right: 5px;
}

.course-content--box.net-monthly-income .screen-heading .table-data-preview .amount {
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    /* background-color: rgba(58, 180, 74, .1); */
    padding: 10px 4px;
    position: relative;
}

.course-content--box.net-monthly-income .screen-heading .inputs-wrapper {
    border-radius: 4px;
    margin-top: 2rem;
    width: 100%;
}

    .course-content--box.net-monthly-income .screen-heading .inputs-wrapper .screen-input-table {
        box-shadow: none;
        border-collapse: separate;
        border-radius: 4px;
        background-color: rgba(230, 231, 235, 0.75);
    }

        .course-content--box.net-monthly-income .screen-heading .inputs-wrapper .screen-input-table td {
            padding: 1.45rem 1rem;
            flex-direction: column;
            color: #090a4b;
        }

@media (min-width: 992px) {
    .course-content--box.net-monthly-income .screen-heading .inputs-wrapper .screen-input-table td:first-of-type {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .course-content--box.net-monthly-income .screen-heading .inputs-wrapper .screen-input-table td {
        width: 100%;
        text-align: center !important;
    }
}

.course-content--box.net-monthly-income .screen-heading .inputs-wrapper .accordion-button {
    color: #090a4b;
    margin-bottom: 0 !important;
}

    .course-content--box.net-monthly-income .screen-heading .inputs-wrapper .accordion-button[aria-expanded=true] {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.course-content--box.net-monthly-income .screen-heading .inputs-wrapper .accordion-header {
    margin-bottom: 0;
}

.course-content--box.net-monthly-income .screen-heading .inputs-wrapper .accordion-body {
    margin-top: 0 !important;
}

.course-content--box.net-monthly-income .screen-heading .inputs-wrapper .form-group-wrapper,
.course-content--box.net-monthly-income .screen-heading .inputs-wrapper .accordion-button,
.course-content--box.net-monthly-income .screen-heading .inputs-wrapper .accordion-body {
    background: #eff0f6;
    width: 100%;
    border-radius: 4px;
    margin-top: 1rem;
    padding: 1.5rem 2rem;
    transition: opacity 0.3s ease-in-out;
}

    .course-content--box.net-monthly-income .screen-heading .inputs-wrapper .form-group-wrapper.hidden,
    .course-content--box.net-monthly-income .screen-heading .inputs-wrapper .accordion-button.hidden,
    .course-content--box.net-monthly-income .screen-heading .inputs-wrapper .accordion-body.hidden {
        display: block;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: -9999px;
    }

    .course-content--box.net-monthly-income .screen-heading .inputs-wrapper .form-group-wrapper.visible100,
    .course-content--box.net-monthly-income .screen-heading .inputs-wrapper .accordion-button.visible100,
    .course-content--box.net-monthly-income .screen-heading .inputs-wrapper .accordion-body.visible100 {
        opacity: 1;
        position: relative;
        left: unset;
        transition: opacity 0.3s ease-in-out;
        visibility: visible;
    }

    .course-content--box.net-monthly-income .screen-heading .inputs-wrapper .form-group-wrapper.visible50,
    .course-content--box.net-monthly-income .screen-heading .inputs-wrapper .accordion-button.visible50,
    .course-content--box.net-monthly-income .screen-heading .inputs-wrapper .accordion-body.visible50 {
        opacity: 0.5;
        position: relative;
        left: unset;
        transition: opacity 0.3s ease-in-out;
        visibility: visible;
    }

.course-content--box.net-monthly-income .screen-heading .inputs-wrapper .form-control {
    background: #ffffff !important;
}

.course-content--box.net-monthly-income .screen-heading .question-tip {
    color: #777e90;
    font-size: 1rem;
}

.course-content--box.net-monthly-income .screen-heading input[type=button] {
    transition: all 0.15s ease-in-out;
}

    .course-content--box.net-monthly-income .screen-heading input[type=button]:hover {
        transition: all 0.15s ease-in-out !important;
    }

    .course-content--box.net-monthly-income .screen-heading input[type=button]:not(.bigger) {
        padding: 0.8rem 1.6rem !important;
    }

    .course-content--box.net-monthly-income .screen-heading input[type=button]:disabled {
        transition: opacity 0.15s ease-in-out;
    }

.course-content--box.net-monthly-income .screen-heading .form-group .form-control {
    padding: 12px 15px !important;
    padding-left: 28px !important;
}

.course-content--box.net-monthly-income .screen-heading .form-group:before {
    content: "$";
    position: absolute;
    top: 50% !important;
    transform: translateY(-47%) !important;
    left: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 18px !important;
    color: #747d8c;
}

.course-content--box.net-monthly-income .progressive-form-progress-wrapper {
    width: 98%;
    padding: 5px 8px;
    height: auto;
    min-height: 25px;
    position: relative;
    top: 0;
    margin-top: -40px;
    margin-bottom: 40px;
    border-radius: 0 0 8px 8px;
    background: #eff0f6;
}

@media (max-width: 575px) {
    .course-content--box.net-monthly-income .progressive-form-progress-wrapper {
        margin-bottom: 0;
    }
}

.course-content--box.net-monthly-income .progressive-form-progress-wrapper .currentSection {
    font-size: 0.9rem;
    color: #777e90;
    padding: 0 !important;
    padding-top: 5px !important;
    transition: opacity 0.15s ease-in-out;
}

    .course-content--box.net-monthly-income .progressive-form-progress-wrapper .currentSection.hidden {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: -9999px;
        transition: opacity 0.15s ease-in-out;
    }

    .course-content--box.net-monthly-income .progressive-form-progress-wrapper .currentSection a,
    .course-content--box.net-monthly-income .progressive-form-progress-wrapper .currentSection p,
    .course-content--box.net-monthly-income .progressive-form-progress-wrapper .currentSection strong {
        font-size: 0.9rem;
        margin-bottom: 0 !important;
    }

.course-content--box.net-monthly-income .progressive-form-progress-wrapper .progressive-form-progress {
    width: 100%;
    height: 10px;
    position: relative;
    background: #e1e7f7;
    border-radius: 10px;
}

    .course-content--box.net-monthly-income .progressive-form-progress-wrapper .progressive-form-progress .progress-0,
    .course-content--box.net-monthly-income .progressive-form-progress-wrapper .progressive-form-progress .progress-1,
    .course-content--box.net-monthly-income .progressive-form-progress-wrapper .progressive-form-progress .progress-2,
    .course-content--box.net-monthly-income .progressive-form-progress-wrapper .progressive-form-progress .progress-3,
    .course-content--box.net-monthly-income .progressive-form-progress-wrapper .progressive-form-progress .progress-4,
    .course-content--box.net-monthly-income .progressive-form-progress-wrapper .progressive-form-progress .progress-5,
    .course-content--box.net-monthly-income .progressive-form-progress-wrapper .progressive-form-progress .progress-6,
    .course-content--box.net-monthly-income .progressive-form-progress-wrapper .progressive-form-progress .progress-7,
    .course-content--box.net-monthly-income .progressive-form-progress-wrapper .progressive-form-progress .progress-8,
    .course-content--box.net-monthly-income .progressive-form-progress-wrapper .progressive-form-progress .progress-9,
    .course-content--box.net-monthly-income .progressive-form-progress-wrapper .progressive-form-progress .progress-10 {
        height: 100%;
        background-color: #3181c4;
        border-radius: 10px;
    }

    .course-content--box.net-monthly-income .progressive-form-progress-wrapper .progressive-form-progress .progress-0 {
        width: 1%;
    }

    .course-content--box.net-monthly-income .progressive-form-progress-wrapper .progressive-form-progress .progress-1 {
        width: 10%;
    }

    .course-content--box.net-monthly-income .progressive-form-progress-wrapper .progressive-form-progress .progress-2 {
        width: 20%;
    }

    .course-content--box.net-monthly-income .progressive-form-progress-wrapper .progressive-form-progress .progress-3 {
        width: 30%;
    }

    .course-content--box.net-monthly-income .progressive-form-progress-wrapper .progressive-form-progress .progress-4 {
        width: 40%;
    }

    .course-content--box.net-monthly-income .progressive-form-progress-wrapper .progressive-form-progress .progress-5 {
        width: 50%;
    }

    .course-content--box.net-monthly-income .progressive-form-progress-wrapper .progressive-form-progress .progress-6 {
        width: 60%;
    }

    .course-content--box.net-monthly-income .progressive-form-progress-wrapper .progressive-form-progress .progress-7 {
        width: 70%;
    }

    .course-content--box.net-monthly-income .progressive-form-progress-wrapper .progressive-form-progress .progress-8 {
        width: 80%;
    }

    .course-content--box.net-monthly-income .progressive-form-progress-wrapper .progressive-form-progress .progress-9 {
        width: 90%;
    }

    .course-content--box.net-monthly-income .progressive-form-progress-wrapper .progressive-form-progress .progress-10 {
        width: 100%;
        border-radius: 2px;
    }

.course-content--box.net-monthly-income #form--course-budgeting .table .form-group:before {
    top: 14px !important;
}

.course-content--box.net-monthly-income #form--course-budgeting .table .form-group.input-focused:before {
    top: 14px !important;
}

.course-content--box.net-monthly-income #form--course-budgeting .table .form-group.input-focused .form-control {
    padding-left: 26px;
    padding-top: inherit;
    padding-bottom: inherit;
}

@media (max-width: 991px) {
    .course-content--box.net-monthly-income #form--course-budgeting .table tbody tr td:first-of-type {
        display: block;
        text-align: center !important;
    }

    .course-content--box.net-monthly-income #form--course-budgeting .table .form-group:before {
        top: 17px !important;
    }

    .course-content--box.net-monthly-income #form--course-budgeting .table .form-group.input-focused:before {
        top: 17px !important;
    }

    .course-content--box.net-monthly-income #form--course-budgeting .table .form-group.input-focused .form-control {
        padding-left: 26px;
        padding-top: inherit;
        padding-bottom: inherit;
    }
}

@media (max-width: 767px) {
    .course-content--box.net-monthly-income #form--course-budgeting .table .form-group.mb-0:before {
        top: 15px !important;
    }

    .course-content--box.net-monthly-income #form--course-budgeting .table .form-group.mb-0.input-focused:before {
        top: 15px !important;
    }
}

@media (max-width: 575px) {
    .course-content--box {
        padding: 40px 20px;
    }
}

.course-content--inner {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.course-content--box p {
    color: #777e90;
}

.course-footer--buttons .btn.primary-button--outline span {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.course--section-progress-wrapper {
    position: relative;
    align-items: center;
}

    .course--section-progress-wrapper:before {
        content: "";
        width: 87%;
        height: 1px;
        position: absolute;
        vertical-align: middle;
        opacity: 0.3;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

.course-section--progress {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3181c4;
    margin: 0 auto;
    outline: 8px solid #3181c4;
    box-sizing: content-box;
    position: relative;
}

    .course-section--progress.in-progress {
        color: #ff8800 !important;
        cursor: default;
    }

    .course-section--progress.not-started {
        border: 1px solid #747d8c;
        background-color: #eff0f6;
        color: #747d8c !important;
        outline: 8px solid #eff0f6;
        cursor: not-allowed;
        position: relative;
    }

        .course-section--progress.not-started.first:before {
            position: absolute;
            content: "";
            width: 20px;
            height: calc(100% + 22px) !important;
            left: -24px;
            background: linear-gradient(to left, #eff0f6 0%, rgba(255, 255, 255, 0.01) 100%) !important;
        }

@media (max-width: 767px) {
    .course-section--progress.not-started.first:before {
        display: none;
    }
}

.course-section--progress.last:before {
    position: absolute;
    content: "";
    width: 20px;
    height: calc(100% + 22px) !important;
    right: -28px;
    background: linear-gradient(to right, #3181c4 0%, rgba(255, 255, 255, 0.01) 100%);
}

@media (max-width: 767px) {
    .course-section--progress.last:before {
        display: none;
    }
}

@media (min-width: 1400px) {
    .course--section-progress-wrapper {
        margin-left: -40px !important;
        margin-right: -40px !important;
    }
}

@media (max-width: 575px) {
    .course-content--wrapper {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .course-content--wrapper {
        padding-left: 30px !important;
    }
}

@media (min-width: 991px) {
    .course-content--wrapper {
        padding-left: 50px !important;
        padding-right: 30px;
    }
}
/* End of Course Template */
/* My Account */
#my-account .course--box {
    background-color: #ffffff;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 0 0 20px !important;
    text-align: center;
    border: 1px solid #f4f5f9;
    display: flex;
}

    #my-account .course--box img {
        opacity: 0.5;
    }

    #my-account .course--box.grayBg {
        border: 1px solid #e6e7eb;
    }

        #my-account .course--box.grayBg img {
            opacity: 1;
        }

    #my-account .course--box .left {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #f5f6fa;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        padding: 10px;
        margin-bottom: 15px;
    }

    #my-account .course--box.grayBg .left {
        background-color: rgba(1, 97, 224, 0.1);
    }

    #my-account .course--box.completed {
        background-color: rgba(63, 144, 72, 0.05);
    }

        #my-account .course--box.completed .left {
            background-color: rgba(63, 144, 72, 0.1);
        }

    #my-account .course--box .left .status {
        margin-top: 0 !important;
    }

    #my-account .course--box .left img {
        width: 24px !important;
    }

    #my-account .course--box.grayBg {
        background-color: rgba(1, 97, 224, 0.05);
        box-shadow: none;
    }

    #my-account .course--box img {
        width: 48px;
    }

    #my-account .course--box .price p {
        font-weight: 400;
    }

    #my-account .course--box .btn {
        margin-top: 15px;
        padding: 17px 0;
        margin-bottom: 15px;
    }

.status {
    font-weight: 500;
    margin-top: 15px;
    display: block;
}

    .status.not-started {
        color: #f69b30;
    }

    .status.in-progress {
        color: #3181c4;
    }

    .status.completed {
        color: #3f9048;
    }

/* End of My Account */
@keyframes caret {
    50% {
        border-color: transparent;
    }
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

@media (min-width: 1450px) {
    .product--description .leftImage {
        left: -260px;
    }

        .product--description .leftImage.budget-envelope-wallet {
            left: -130px;
        }

    .product--description .rightImage {
        right: -260px;
    }

        .product--description .rightImage.budget-envelope-wallet {
            right: -150px;
            top: -50px;
        }

            .product--description .rightImage.budget-envelope-wallet img {
                min-width: 600px !important;
                min-height: unset !important;
                max-width: 600px !important;
                max-height: unset !important;
                width: 600px !important;
                height: unset !important;
            }
}

@media all and (max-width: 1200px) {
    .navbar {
        padding: 10px 5px;
    }

        .navbar .container {
            min-width: 97.5%;
        }

    .course--availability:after {
        left: 100%;
    }

    img:not(.logo--white):not(.free-flyers--illustration) {
        max-width: 640px;
        margin: inherit auto;
    }

    #about-course--hero img {
        max-width: 990px;
        margin-left: -110px;
    }

    .seals--entry {
        display: block;
    }
}

.full-btn {
    width: 100%;
    text-transform: uppercase !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.content-placeholder--wrapper {
    height: 90%;
}

.certificate-results--wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .certificate-results--wrapper:not(.content-placeholder--wrapper) {
        height: 100%;
        overflow: hidden;
    }

        .certificate-results--wrapper:not(.content-placeholder--wrapper) .area--scrollable {
            max-height: 170px;
            height: auto;
            overflow-y: scroll;
        }

            .certificate-results--wrapper:not(.content-placeholder--wrapper) .area--scrollable .btn {
                margin-bottom: 10px;
            }

.content-placeholder--wrapper .certificateResultsFooter {
    padding-top: 40px;
}

#attorney-portal-extra-features .card {
    background-color: #f4f5f9;
    padding: 20px;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
}

    #attorney-portal-extra-features .card p {
        margin-bottom: 0;
    }

#terms p.text--secondary {
    margin-top: 20px;
    font-weight: 400;
}

#terms .terms--section {
    margin-top: 40px;
}

    #terms .terms--section .heading--h5 {
        font-weight: 600;
    }

        #terms .terms--section .heading--h5.subheading span {
            font-weight: 400;
        }

#terms .terms--list {
    list-style: none;
    margin-top: 15px;
}

    #terms .terms--list li {
        position: relative;
        display: inline-block;
        font-weight: 500;
        padding-bottom: 3px;
    }

        #terms .terms--list li:before {
            content: "";
            position: relative;
            min-width: 8px;
            min-height: 8px;
            max-width: 8px;
            max-height: 8px;
            border-radius: 50%;
            background-color: #747d8c;
            bottom: 2px;
            margin-right: 10px;
            display: inline-block;
        }

.productDescriptionWrapper#download-replacement-budget-sheets {
    min-height: 60vh;
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: center;
}

@media (min-width: 768px) {
    .productDescriptionWrapper#download-replacement-budget-sheets {
        background: #f2faff url(../images/store/budget-envelope-wallet/printer.png);
        background-size: 60%;
        background-position: right -100px bottom 20px;
        background-repeat: no-repeat;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .productDescriptionWrapper#download-replacement-budget-sheets {
        background-size: 70%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .productDescriptionWrapper#download-replacement-budget-sheets {
        background-position: right -100px top !important;
        background-size: 80%;
    }
}

@media (min-width: 575px) and (max-width: 768px) {
    .productDescriptionWrapper#download-replacement-budget-sheets img {
        margin-top: -200px;
        transform: translate(-30px, -30px) rotate(10deg);
    }
}

@media (max-width: 575px) {
    .productDescriptionWrapper#download-replacement-budget-sheets img {
        margin-top: -140px !important;
        transform: translate(-30px, -30px) rotate(-10deg);
        min-width: 400px !important;
    }

    .productDescriptionWrapper#download-replacement-budget-sheets .description {
        margin-top: -40px !important;
        z-index: 2;
    }
}

.productDescriptionWrapper .store-product-img-in-section {
    position: relative;
}

    .productDescriptionWrapper .store-product-img-in-section img {
        max-width: 100% !important;
        border-radius: 10px;
    }

@media (min-width: 991px) {
    .productDescriptionWrapper .store-product-img-in-section img {
        max-width: 90% !important;
    }
}

.productDescriptionWrapper .store-product-img-in-section:after {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.95) 30%, rgba(255, 255, 255, 0.3) 70%, rgba(242, 250, 255, 0) 100%);
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.productDescriptionWrapper .store-product-img-in-section + .fadeEffect {
    margin-top: -60px !important;
    z-index: 5;
    position: relative;
}

@media (min-width: 575px) and (max-width: 768px) {
    .productDescriptionWrapper .store-product-img-in-section + .fadeEffect {
        margin-top: -50px !important;
    }
}

@media (max-width: 575px) {
    .productDescriptionWrapper .store-product-img-in-section + .fadeEffect {
        margin-top: -20px !important;
    }
}

@media (max-width: 768px) {
    .productDescriptionWrapper .store-product-img-in-section + .fadeEffect {
        min-height: 46px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        margin-bottom: 10px !important;
    }
}

.productDescriptionWrapper.bg-light-gray {
    position: relative;
    margin-bottom: 4rem !important;
}

@media (max-width: 991px) {
    .productDescriptionWrapper.bg-light-gray #product--long-description {
        max-height: 75% !important;
        padding-bottom: 0 !important;
    }
}

@media (min-width: 991px) {
    .productDescriptionWrapper.bg-light-gray #product--long-description {
        max-height: 800px;
        height: 800px;
        min-height: 800px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .productDescriptionWrapper.bg-light-gray #product--long-description {
        max-height: 880px;
        height: 880px;
        min-height: 880px;
    }

        .productDescriptionWrapper.bg-light-gray #product--long-description h5.heading--main + .text--secondary.text--bigger {
            width: 150% !important;
        }
}

@media (min-width: 1199px) {
    .productDescriptionWrapper.bg-light-gray .main-image-wrapper.budget-envelope-wallet {
        position: absolute;
        right: 280px;
        top: 170px;
        bottom: 0;
        display: flex;
        align-items: center;
    }

        .productDescriptionWrapper.bg-light-gray .main-image-wrapper.budget-envelope-wallet img {
            min-width: 800px;
        }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .productDescriptionWrapper.bg-light-gray .main-image-wrapper.budget-envelope-wallet {
        position: absolute;
        right: 220px;
        top: 190px;
        bottom: 0;
        display: flex;
        align-items: center;
    }

        .productDescriptionWrapper.bg-light-gray .main-image-wrapper.budget-envelope-wallet img {
            min-width: 650px;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .productDescriptionWrapper.bg-light-gray .main-image-wrapper.budget-envelope-wallet {
        position: absolute;
        right: 190px;
        top: 300px;
        bottom: 0;
        display: flex;
        align-items: center;
    }

        .productDescriptionWrapper.bg-light-gray .main-image-wrapper.budget-envelope-wallet img {
            min-width: 550px;
        }
}

@media (min-width: 991px) {
    .checkout-form .col-12:last-of-type {
        border-left: 1px solid #e6e7eb;
    }
}

#trusted-by-millions {
    background-color: rgba(56, 103, 214, 0.15);
    padding: 0.75rem 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

    #trusted-by-millions i.icon-star {
        color: #f69b30;
        margin-right: 0.25rem;
        font-size: 1rem;
    }

.bigger-seal {
    min-height: 40px;
}

.us-trustee-approved-seal {
    min-height: 65px;
}

.rating-stars.orange {
    color: #f69b30;
}

    .rating-stars.orange i {
        width: 16px;
        height: 16px;
        min-width: 16px;
        min-height: 16px;
        max-width: 16px;
        max-height: 16px;
        margin-right: 0.25rem;
    }

    .rating-stars.orange.smaller i {
        width: 12px;
        height: 12px;
        min-width: 12px;
        min-height: 12px;
        max-width: 12px;
        max-height: 12px;
        margin-right: 0.175rem;
    }

.rating-stars + p.overall-rating {
    margin-top: 0.2rem !important;
}

#testimonials #other-testimonials .review-card {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 0.95rem 1.15rem;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    #testimonials #other-testimonials .review-card .icon-quote {
        color: rgba(49, 129, 196, 0.35);
        font-size: 1.15rem;
        margin-bottom: 0.65rem;
    }

    #testimonials #other-testimonials .review-card .review-author {
        padding-top: 1.55rem;
    }

        #testimonials #other-testimonials .review-card .review-author .no-avatar {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background-color: rgba(1, 97, 224, 0.75);
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 500;
            font-size: 1rem;
            color: #ffffff;
            margin-right: 0.75rem !important;
        }

.expiration-date .select2-search {
    display: none !important;
}

/* Responsive Rules */
@media (min-width: 991px) and (max-width: 1270px) {
    .downloads--links a {
        display: block;
        margin-bottom: 10px;
    }
}

@media (max-width: 455px) {
    .video-background p {
        top: -8px !important;
    }
}

@media (max-width: 500px) {
    .mt-bxs-5 {
        margin-top: 2rem !important;
    }
}
/* XS Rules */
@media (max-width: 575px) {
    .pt-xs-2 {
        padding-top: 20px !important;
    }

    .p-bxs-0 {
        padding: 0 !important;
    }

    .pt-xs-1 {
        padding-top: 10px !important;
    }

    .pl-xs-0 {
        padding-left: 0 !important;
    }

    .pr-xs-0 {
        padding-right: 0 !important;
    }

    .pl-xs-1 {
        padding-left: 10px !important;
    }

    .pr-xs-1 {
        padding-right: 10px !important;
    }

    .pl-xs-3 {
        padding-left: 30px !important;
    }

    .pt-xs-0 {
        padding-top: 0 !important;
    }

    .pt-xs-3 {
        padding-top: 30px !important;
    }

    .pt-xs-4,
    .pb-xs-4 {
        padding-top: 40px;
    }

    .pb-xs-6 {
        padding-bottom: 60px !important;
    }

    .pb-xs-7 {
        padding-bottom: 70px !important;
    }

    .pb-xs-8 {
        padding-bottom: 80px !important;
    }

    .pb-xs-1 {
        padding-bottom: 10px !important;
    }

    .pb-xs-2 {
        padding-bottom: 20px !important;
    }

    .pb-xs-3 {
        padding-bottom: 30px !important;
    }

    .p-xs-1p5 {
        padding: 15px 15px 30px !important;
    }

    .p-xs-2 {
        padding: 20px !important;
    }

    .p-xs-0 {
        padding: 0 !important;
    }

    .mt-3,
    .mt-xs-1 {
        margin-top: 10px !important;
    }

    .mt-xs-3 {
        margin-top: 30px !important;
    }

    .mt-xs-2 {
        margin-top: 20px !important;
    }

    .mt-xs-6 {
        margin-top: 60px !important;
    }

    .mt-xs-8 {
        margin-top: 80px !important;
    }

    .mb-xs-3 {
        margin-bottom: 30px;
    }

    .mb-xs-6 {
        margin-bottom: 60px;
    }

    .mb-xs-2 {
        margin-bottom: 20px;
    }

    .mb-xs-1 {
        margin-bottom: 10px !important;
    }

    .mb-xs-0 {
        margin-bottom: 0 !important;
    }

    .ml-xs-0 {
        margin-left: 0 !important;
    }

    .mr-xs-0 {
        margin-right: 0 !important;
    }

    .mt-xs-0 {
        margin-top: 0 !important;
    }

    .pr-bxs-1 {
        padding-right: 0.75rem !important;
    }

    .font--hand-written {
        line-height: 2.66rem;
    }

    .justify-content-xs-center {
        justify-content: center;
    }

    .dropdown-item {
        padding-left: 10px;
    }

    .dropdown-menu.show {
        min-width: 6.2rem;
        top: 80%;
    }

        .dropdown-menu.show .dropdown-item {
            padding-right: 10px;
        }

    .attorney--dropdown-nav:last-of-type.show .dropdown-menu.show {
        right: 0 !important;
        left: unset;
    }

    .text-xs-center {
        text-align: center !important;
    }

        .text-xs-center > * {
            text-align: center !important;
        }

    form:not(.add-to-cart--form):not(.register--form):not(#inc_screen_0) {
        padding: 20px 15px;
        margin-top: 15px;
    }

    .register--form {
        margin-top: 0;
    }

    .d-xs-block {
        display: block !important;
    }

    .childs--width-33 .form-group:first-of-type, .childs--width-33 .form-group:nth-of-type(2) {
        width: 48%;
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .full-xs-btn {
        width: 100%;
        text-transform: uppercase !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .uppercase--small {
        display: none !important;
    }

    #faq--questions button {
        justify-content: space-evenly !important;
    }

    #faq--questions .card-body {
        padding: 15px;
    }

    .aligned--vertically {
        display: block !important;
    }

    section:not(#required-bankruptcy-course):not(#help-support):not(#footer):not(#testimonial):not(.mb-0):not(.julius-monkey):not(.mb-xs-0) {
        margin-bottom: 20px !important;
    }

    .feature--item {
        margin-left: -15px;
    }

    ul li span:not(:first-of-type) {
        padding-left: 0;
    }

    #footer div.footer-column--entry {
        min-width: 100%;
        display: block;
    }

    .copyright {
        position: relative;
    }

        .copyright:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            background: rgba(255, 255, 255, 0.1);
            top: -30px;
        }

    #help-support {
        padding: 20px 5px;
    }

    .seals--entry span {
        display: inline-block;
        padding: 10px;
    }

    .results--found {
        padding: 20px;
    }

    .card {
        padding: 15px;
    }

    .card-body .primary-button--filled {
        margin-top: 10px;
    }

    #chapters .card button {
        width: 100%;
        padding: 10px 20px;
        width: 100%;
    }

    .accordion--wrapper {
        margin-top: 20px;
    }

    #what-will-you-learn {
        padding: 30px 0 15px;
    }

    .search-form--sticky-xs {
        position: absolute;
        bottom: -58px;
        left: 0;
        z-index: 1000;
    }

    .video-background {
        width: 120%;
        height: 135%;
        top: -50px;
    }

        .video-background p {
            top: 6px;
            width: 75%;
            left: 0;
            right: 0;
            margin-left: auto;
            margin-right: auto;
            background-color: #0061e0;
            padding-right: 20px;
            padding-left: 20px;
        }

            .video-background p span {
                padding-right: 0;
                padding-left: 0;
            }

    .attorney--dropdown-nav .btn {
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-right: 5px !important;
    }

    .ml--10 {
        margin-left: 0 !important;
    }

    .attorneys-mobile-menu--buttons .attorney--dropdown-nav.dropdown {
        width: 48%;
    }

        .attorneys-mobile-menu--buttons .attorney--dropdown-nav.dropdown:first-of-type {
            margin-right: 2%;
        }

        .attorneys-mobile-menu--buttons .attorney--dropdown-nav.dropdown .btn {
            width: 100%;
        }

            .attorneys-mobile-menu--buttons .attorney--dropdown-nav.dropdown .btn:after {
                position: absolute;
                right: 15px;
            }

    .attorneys-mobile-menu--buttons .dropdown-menu.show {
        width: 100%;
    }

    #mapid {
        height: 240px;
    }

    #states {
        margin-top: -80px;
    }

    input.form-control {
        min-height: 40px;
    }

    .register--steps {
        padding-left: 20px;
        padding-right: 20px;
    }

        .register--steps:before {
            width: 100%;
            height: 1px;
            top: 0;
            right: 0;
        }

    .register-step--icon-wrapper {
        width: 30px;
        height: 30px;
    }

    .row--no-padding-xs [class*=col-] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .nav--logged-in img {
        width: 160px;
    }

    .back-button--wrapper {
        left: 10px;
    }

    .back-icon--wrapper {
        margin-right: 4px;
    }

    .form--header.has-back-button {
        justify-content: flex-end;
        padding-right: 10px;
        text-transform: none;
    }

    .upgrade-price {
        top: -10px;
    }

    .form-wrapper.certificate--search {
        height: 346px;
    }

    .content-placeholder--wrapper div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .certificate-results--wrapper:not(.content-placeholder--wrapper) .area--scrollable {
        max-height: 125px;
    }

    .free-flyers--img:not(.freeFlyersAttorneyPortal) {
        width: 100%;
    }

    .attorney-register--last-step-form {
        height: 420px;
    }

    .this-week-numbers--popup {
        bottom: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .blog-category--wrapper:nth-child(5) {
        padding-right: 8px !important;
    }

    .blog-category--wrapper:nth-child(6), .blog-category--wrapper:nth-child(9) {
        padding-right: 0;
    }

    .blog-category--wrapper.col {
        min-width: 33% !important;
    }

    .search-form form {
        padding: 0;
    }

    .blog-post .col-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .hidden-xs {
        display: none;
    }

    .blog-post--about li {
        text-align: center;
        margin-right: 10px !important;
    }

    .blog-post--about ul {
        padding: 0 !important;
    }

    .store-products--wrapper .row.mt-2 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .store-product--wrapper {
        flex-direction: column;
    }

        .store-product--wrapper .store-product--img,
        .store-product--wrapper .store-product--info {
            width: 100%;
            max-width: 100% !important;
            justify-content: center;
            text-align: center;
        }

            .store-product--wrapper .store-product--img img {
                max-height: 200px !important;
                min-height: 180px !important;
            }

        .store-product--wrapper .store-product--img-wrapper {
            max-width: 100% !important;
        }

    .w-xs-100 {
        width: 100% !important;
    }

    .slick--slider-course .store-product--wrapper,
    .slick--slider .store-product--wrapper {
        height: 520px !important;
    }

    .store-product--gallery .img--main {
        height: 200px !important;
    }

        .store-product--gallery .img--main img {
            height: 100%;
            max-height: 200px;
        }

    #customer--feedback .background {
        width: 95%;
    }

    .row--checkout {
        padding: 20px;
    }

    #checkout--form {
        padding: 0;
    }

    .payment-form--wrapper.background--light h6 {
        max-width: 120px;
        word-break: break-word;
    }

        .payment-form--wrapper.background--light h6 + .secure-payment {
            right: 20px !important;
        }

    .instant-product--img {
        max-width: 200px !important;
    }

    .confirmation svg {
        width: 160px;
        margin-top: -6px;
        margin-bottom: 10px;
    }

    .confirmation .instant-product svg {
        width: 120px;
        margin-top: 18px;
        margin-bottom: 10px;
    }

    .confirmation .bankruptcy-records--product svg {
        width: 140px;
        margin-top: -16px;
        margin-bottom: 10px;
    }

    .radio-button--custom.with-circle.no-circle-mobile li label {
        display: block;
        padding-left: 10px;
        padding-top: 8px;
    }

        .radio-button--custom.with-circle.no-circle-mobile li label:before {
            display: none;
        }

    .confirmation .checkout--products li .product--about {
        width: 60%;
    }

    .confirmation .checkout--products li .prices {
        text-align: right;
    }

    .text-xs-right {
        text-align: right !important;
    }

    .debtor--content .navbar--top .col {
        padding: 0 !important;
    }

    .debtor-sidebar--template .container-fluid .inner-content {
        padding-left: 0;
    }

    .debtor-sidebar--template .card {
        padding: 0;
        margin-bottom: 20px;
    }

        .debtor-sidebar--template .card:first-of-type {
            margin-top: 20px;
        }

    .debtor-sidebar--box form {
        padding: 0 !important;
    }

    .downloads--links a {
        display: block;
        margin-bottom: 10px;
    }

    .debtor-sidebar--template #debtor--sidebar.attorney {
        max-width: 300px !important;
        min-width: 300px !important;
        margin-left: -300px;
    }
}

@media (max-width: 575px) and (max-width: 768px) {
    .debtor-sidebar--template #debtor--sidebar.attorney {
        margin-left: -295px;
    }
}

@media (max-width: 575px) {
    .debtor-sidebar--template #debtor--sidebar.attorney.active {
        margin-left: 0;
    }

        .debtor-sidebar--template #debtor--sidebar.attorney.active .debtor-sidebar--inner {
            width: 300px;
        }

    .attorney--request-free-flyers textarea {
        padding: 15px;
        height: 110px;
    }

    .debtor-sidebar--headline {
        text-align: center;
    }

    .attorney-billing--card.no-step {
        padding: 10px 0;
    }

    .debtor-sidebar--list {
        padding-left: 0;
    }

    .responsive-edit-buttons .form-group.has-edit-buttons {
        height: 80px;
    }

        .responsive-edit-buttons .form-group.has-edit-buttons .edit-buttons {
            height: 35px;
            top: 42px;
            border-top-right-radius: 0;
            border-bottom-left-radius: 4px;
            width: 100%;
        }

            .responsive-edit-buttons .form-group.has-edit-buttons .edit-buttons span {
                padding: 5px;
                justify-content: center;
            }
}

@media (max-width: 375px) {
    .register--steps.form--footer {
        padding-left: 30px;
        padding-right: 20px;
    }

        .register--steps.form--footer .register-step--description {
            font-size: 0.6875rem;
        }

    .content-placeholder--wrapper {
        height: 83%;
    }

    .attorney-portal-benefits {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .progress--bar {
        width: 140px;
    }
}
/* XS-SM Rules */
@media (min-width: 575px) and (max-width: 767px) {
    .pt-sm-6 {
        padding-top: 60px;
    }

    #footer div.footer-column--entry {
        min-width: 33%;
        display: block;
    }

    #states {
        margin-top: -100px;
    }

    .store-products--wrapper .cart--products {
        margin-left: 0;
        margin-right: 0;
    }
}
/* XS Rules */
@media (min-width: 575px) {
    #completion-status .row {
        padding: 50px 30px !important;
    }

    p {
        margin-top: 17px;
    }

    .p-sm-3 {
        padding: 30px !important;
    }

    .blog-category--wrapper.show-all {
        display: none !important;
    }
}

.row--no-padding [class*=col-] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* SM Rules */
@media (max-width: 767px) {
    .text-xs-sm-center {
        text-align: center !important;
    }

    .mt-xs-sm-3 {
        margin-top: 30px !important;
    }

    .mt-xs-sm-5 {
        margin-top: 50px !important;
    }

    .mt-sm-2 {
        margin-top: 20px !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-4,
    .mt-bsm-4 {
        margin-top: 40px !important;
    }

    .pt-bsm-3 {
        padding-top: 30px !important;
    }

    .mt-bsm-0 {
        margin-top: 0 !important;
    }

    .mt-bsm-1 {
        margin-top: 10px !important;
    }

    .mb-sm-4 {
        margin-bottom: 40px !important;
    }

    .pb-bsm-8 {
        padding-bottom: 80px !important;
    }

    .w-bsm-100 {
        width: 100% !important;
    }

    .pt-xs-sm-2 {
        padding-top: 20px;
    }

    .pb-bsm-1 {
        padding-bottom: 10px !important;
    }

    .pb-bsm-12 {
        padding-bottom: 120px !important;
    }

    .pb-bsm-5 {
        padding-bottom: 50px !important;
    }

    .pl-sm-1p5 {
        padding-left: 15px !important;
    }

    .pr-sm-1p5 {
        padding-right: 15px !important;
    }

    .pl-sm-2 {
        padding-left: 20px !important;
    }

    .pr-sm-2 {
        padding-right: 20px !important;
    }

    .pt-sm-2 {
        padding-top: 20px !important;
    }

    .mb-bbsm-2 {
        margin-bottom: 20px !important;
    }

    .mt-bbsm-2 {
        margin-top: 20px !important;
    }

    .pr-bsm-0 {
        padding-right: 0 !important;
    }

    .pl-bsm-0 {
        padding-left: 0 !important;
    }

    .p-bsm-0 {
        padding: 0 !important;
    }

    .course--availability:after {
        display: none;
    }

    .row--no-padding-sm [class*=col-] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .course--availability:before,
    .customer-service:before {
        display: block !important;
        position: relative !important;
        height: auto !important;
    }

    .course--main {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .secondary-course {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    section:not(#required-bankruptcy-course):not(#help-support):not(#footer):not(#testimonial):not(.mb-0):not(.julius-monkey):not(.mb-xs-0) {
        margin-bottom: 40px !important;
    }

    section#testimonial {
        margin-bottom: 0 !important;
    }

    .container-fluid-sm {
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    #footer .container-fluid-sm {
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer-column--wrapper {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: start !important;
    }

    ul:not(.registerStepsUl) li span:first-of-type,
    .money-back-guarantee span:first-of-type {
        display: inline;
    }

    img:not(.logo--white) {
        max-width: 100% !important;
        margin: inherit auto;
    }

    section.background--light {
        padding: 40px 0;
    }

    .aligned--vertically {
        justify-content: center;
    }

    #completion-status .row {
        border-radius: 0;
    }

    #about-course--hero img {
        width: 100% !important;
        margin-left: -40px;
    }

    #attorneys--hero .buttons--wrapper {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

        #attorneys--hero .buttons--wrapper .btn:first-of-type {
            order: 1;
        }

        #attorneys--hero .buttons--wrapper .btn:last-of-type {
            order: 3;
        }

        #attorneys--hero .buttons--wrapper p {
            order: 1;
        }

    .attorney--dropdown-nav .primary-button--outline {
        margin-right: 10px;
    }

    .combination-svg {
        top: -20px;
        width: 100% !important;
    }

    #state--individual .combination-svg {
        top: 80px;
        width: 100% !important;
    }

    .left-info-sidebar.d-none {
        max-height: 300px;
        min-width: 320px;
        position: absolute;
        top: 0;
        left: 0;
    }

    #login--form .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .left-info-sidebar--content {
        display: none;
    }

    .justify-content-sm-unset {
        justify-content: unset !important;
    }

    .sm-white {
        color: #ffffff;
    }

        .sm-white a {
            color: #ffffff !important;
            font-weight: 500;
        }

    .text--secondary.smaller.mt-0.sm-white {
        text-align: right !important;
        margin-bottom: 0 !important;
    }

    .text--secondary.smaller.mt-0.sm-dark {
        text-align: right !important;
        margin-bottom: 0 !important;
    }

    .d-bsm-flex {
        display: flex;
    }

    .attorney--register-steps {
        padding-bottom: 50px !important;
    }

        .attorney--register-steps .register-step--description {
            top: 55%;
        }

    .register--steps {
        position: fixed;
        bottom: 0;
        left: 0;
        padding-left: 40px;
        padding-right: 40px;
        width: 100%;
        z-index: 2;
        background-color: #ffffff;
        box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.12);
        padding-bottom: 40px;
    }

        .register--steps:before {
            display: none;
        }

    .register-step--description {
        bottom: 20px;
    }

    .form-wrapper form img:not(.badge--custom-img):not(.credit-card--img) {
        width: 90%;
        margin-top: 15px;
    }

    .form-header--blue {
        padding: 24px 0;
    }

        .form-header--blue.smaller-padding {
            padding: 0.5rem 0;
        }

    #store .category--name {
        line-height: 1.33rem !important;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .store-product--wrapper .store-product--img-wrapper {
        max-width: 40%;
        height: auto;
    }

    .store-product--wrapper .store-product--img img {
        max-height: 300px;
    }

    .img--absolute {
        position: relative !important;
        left: unset !important;
        right: unset !important;
    }

    .product--description.teen-books .main-image-wrapper {
        text-align: center !important;
    }

        .product--description.teen-books .main-image-wrapper img {
            max-width: 50% !important;
        }

    .row--checkout .expiration-date .form-group {
        width: 48% !important;
    }

    .debtor--content .navbar--top .side--right .btn {
        margin-right: 0 !important;
    }

    .debtor--content .navbar--top > .col {
        padding-right: 0 !important;
    }

    .payment--form-credit-cards .credit-cards {
        flex-direction: column !important;
    }

    .payment--form-credit-cards .secure-payment {
        margin-bottom: 10px !important;
    }
}
/* XS-SM Rules */
@media (min-width: 575px) and (max-width: 767px) {
    .pt-sm-6 {
        padding-top: 60px;
    }

    .mb-bsm-2 {
        margin-bottom: 20px !important;
    }
}

@media (min-width: 575px) and (max-width: 991px) {
    #blog .blog-category--wrapper.smallerOnXS,
    .pr-xs-lg-0 {
        padding-right: 0;
    }

    .store-sidebar-menu--wrapper.pl-0.pr-bsm-0,
    .store-products--wrapper.pr-0.pl-bsm-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
/* MD Rules */
@media (min-width: 767px) {
    .pt-md-4 {
        padding-top: 40px;
    }

    .pt-md-3 {
        padding-top: 30px !important;
    }

    .pt-md-5 {
        padding-top: 50px !important;
    }

    .pl-md-4 {
        padding-left: 40px !important;
    }

    .pl-md-2 {
        padding-left: 20px !important;
    }

    .pr-md-2 {
        padding-right: 20px !important;
    }

    .pl-md-3 {
        padding-left: 30px !important;
    }

    .ml-sm-1p5 {
        margin-left: 15px !important;
    }

    .p-md-4 {
        padding: 40px !important;
    }

    .p-bsm-1 {
        padding: 10px !important;
    }

    .mb-md-3 {
        margin-bottom: 30px !important;
    }

    .mb-md-4 {
        margin-bottom: 40px !important;
    }

    .h-md-100 {
        height: 100% !important;
    }

    .course--main {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .secondary-course {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .course--availability span,
    .customer-service span {
        margin-left: 54px;
    }

    #attorney-portal-2--feature img {
        max-width: 500px !important;
    }

    .childs--width-33 .form-group:first-of-type {
        width: 20%;
    }

    .childs--width-33 .form-group:nth-of-type(2) {
        width: 25%;
    }

    .childs--width-33 .form-group:last-of-type {
        width: 50%;
    }

    .childs--width-50 .form-group {
        width: 48%;
    }

    .mb-sm-2 {
        margin-bottom: 20px !important;
    }

    .pb-md-6 {
        padding-bottom: 60px;
    }

    #importance .image--wrapper {
        height: 486px;
    }
}
/* SM-MD Rules */
@media (min-width: 768px) and (max-width: 991px) {
    .ml-sm-1 {
        margin-left: 10px !important;
    }

    .img-fluid {
        margin-left: -60%;
    }

    .ekko-lightbox-item .img-fluid {
        margin-left: 0 !important;
    }

    #about-course--hero img {
        margin-left: -140px;
    }

    .d-sm-md-none {
        display: none !important;
    }

    .certificate-results--wrapper:not(.content-placeholder--wrapper) .area--scrollable {
        max-height: 160px;
    }

    .free-flyers--illustration {
        width: 95%;
    }

    .img--absolute.left {
        left: -450px !important;
    }

    .responsive-edit-buttons .form-group.has-edit-buttons {
        height: 80px;
    }

        .responsive-edit-buttons .form-group.has-edit-buttons .edit-buttons {
            height: 35px;
            top: 42px;
            border-top-right-radius: 0;
            border-bottom-left-radius: 4px;
            width: 100%;
        }

            .responsive-edit-buttons .form-group.has-edit-buttons .edit-buttons span {
                padding: 5px;
                justify-content: center;
            }
}
/* SM-LG Rules */
@media (min-width: 767px) and (max-width: 1199px) {
    .course--title {
        height: 15%;
    }

    #about-course--hero h1 {
        width: 150%;
    }

    .pb-md-6 {
        padding-bottom: 60px;
    }

    .payment-summary--wrapper {
        padding-bottom: 10px !important;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .ml--10 {
        margin-left: -205px !important;
        max-width: 560px !important;
    }
}

@media (min-width: 991px) {
    #attorneys--hero .buttons--wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 150%;
    }

    .d-ssm-none {
        display: none !important;
    }

    .d-md-inline-flex {
        display: inline-flex;
        flex-direction: row;
    }

    #attorney-portal-extra-features .card--text {
        padding-left: 30px;
    }

    .pt-lg-5 {
        padding-top: 50px !important;
    }

    .pr-lg-2 {
        padding-right: 20px !important;
    }

    .pl-lg-2 {
        padding-left: 20px !important;
    }

    .mb-lg-2 {
        margin-bottom: 20px !important;
    }

    .mt-lg-2 {
        margin-top: 20px !important;
    }

    .payment-form--container {
        position: relative;
    }

        .payment-form--container:after {
            content: "";
            position: absolute;
            width: 1px;
            height: 100%;
            background-color: #e6e7eb;
            top: 0;
            left: 66.6%;
        }

    .modal--footer {
        position: relative;
    }

    #added-to-cart--modal .modal--footer:before,
    #budget-sheets-added-to-cart--modal .modal--footer:before {
        content: "";
        position: absolute;
        background: linear-gradient(-90deg, rgba(246, 247, 251, 0) 0%, #eff0f6 100%);
        z-index: 200;
        left: 0;
        top: 0;
        width: 100px;
        height: 100%;
    }

    #added-to-cart--modal .modal--footer:after,
    #budget-sheets-added-to-cart--modal .modal--footer:after {
        content: "";
        position: absolute;
        background: linear-gradient(90deg, rgba(246, 247, 251, 0) 0%, #eff0f6 100%);
        z-index: 200;
        right: 0;
        top: 0;
        width: 100px;
        height: 100%;
    }

    .debtor-sidebar--box:not(.account--actions) .form-group {
        margin-bottom: 0 !important;
    }

    .debtor-sidebar--template #attorney--search-form .payment--form-inputs-wrapper > div:not(:nth-last-of-type(2)) {
        margin-bottom: 13px !important;
    }

    .debtor-sidebar--box.account--actions .radio-button--custom.time-zone--wrapper li {
        width: 49% !important;
        display: inline-flex !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

@media (min-width: 991px) and (max-width: 1090px) {
    .nav-item {
        margin-right: 15px !important;
        letter-spacing: -0.5px;
    }
}
/* MD-LG Rules */
@media (min-width: 991px) and (max-width: 1199px) {
    .img-fluid {
        max-width: 100% !important;
    }

    .ml--10 {
        margin-left: -180px !important;
    }
}
/* CONTENT PLACEHOLDERS */
.content-placeholder--wrapper {
    margin-top: 20px;
}

.title--slim,
.title--big,
.title--short {
    width: 100%;
    animation: loader 1s infinite ease-in-out;
    -webkit-animation: loader 1s infinite ease-in-out;
    border-radius: 4px;
}

.title--slim {
    height: 17px;
    margin-bottom: 20px;
}

.title--big {
    height: 40px;
    margin-bottom: 10px;
}

.title--short {
    width: 20%;
    height: 12px;
    margin-bottom: 17px;
}

    .title--short:last-of-type {
        width: 17%;
        height: 16px;
    }

@keyframes loader {
    0% {
        background-color: rgba(210, 210, 210, 0.1);
    }

    50% {
        background-color: rgba(210, 210, 210, 0.3);
    }

    100% {
        background-color: rgba(210, 210, 210, 0.1);
    }
}
/* LG Rules */
@media (min-width: 1199px) {
    .course--availability span,
    .customer-service span {
        width: 110%;
    }

    .pl-lg-6 {
        padding-left: 60px !important;
    }

    .pr-lg-6 {
        padding-right: 60px !important;
    }

    .pr-lg-15 {
        padding-right: 150px !important;
    }

    .pt-lg-15 {
        padding-top: 150px !important;
    }

    .pb-lg-15 {
        padding-bottom: 150px !important;
    }

    .pb-lg-4 {
        padding-bottom: 40px !important;
    }

    .ml--10 {
        margin-left: -100px !important;
    }

    #blog .blog-category--wrapper.smallerOnXS {
        padding-right: 0;
    }

    .w-lg-75 {
        width: 75% !important;
    }
}

@media (max-width: 1199px) {
    .social-media--share {
        position: relative;
        width: 100%;
        max-width: 100%;
        bottom: 0;
        text-align: center;
        background-color: transparent;
        border-top: 1px solid #e6e7eb;
    }

    #added-to-cart--modal .modal-body .store-product--img-wrapper,
    #added-to-cart--modal .modal-body .store-product--info,
    #budget-sheets-added-to-cart--modal .modal-body .store-product--img-wrapper,
    #budget-sheets-added-to-cart--modal .modal-body .store-product--info {
        width: 100%;
        max-width: 100%;
    }

    #added-to-cart--modal .modal--footer .store-product--img img,
    #budget-sheets-added-to-cart--modal .modal--footer .store-product--img img {
        max-width: 120px !important;
    }

    .attorney--request-free-flyers-img {
        text-align: center;
        margin-top: 40px;
    }

        .attorney--request-free-flyers-img img.free-flyers--illustration {
            width: auto !important;
            margin-left: 0 !important;
            margin-top: 20px;
        }
}

.slick-slider,
.slick-list,
.slick-track {
    height: 100% !important;
}

.slick-slider {
    height: calc(100% - 30px) !important;
}

.slick-slide {
    min-height: 100% !important;
}

@media (max-width: 767px) {
    .slick-slide .store-product--wrapper {
        height: 100% !important;
    }
}

@media (min-width: 767px) {
    .slick-slide .price {
        height: 50px;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .cart .store-product--img img {
        height: auto !important;
        width: 80px !important;
        max-width: unset !important;
        max-height: unset;
    }
}

.purchase-verified {
    color: #3181c4;
    font-weight: 500;
}

@media (max-width: 575px) {
    .purchase-verified {
        display: block;
        margin-top: 6px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .purchase-verified {
        display: block;
        margin-top: 6px;
    }
}

.julius-background--image {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}

#store.store-product--page.julius-monkey {
    margin-bottom: 0 !important;
}

    #store.store-product--page.julius-monkey .julius-monkey-hero {
        z-index: -1 !important;
        position: relative;
    }

@media (max-width: 575px) {
    #store.store-product--page.julius-monkey .julius-monkey-hero {
        min-width: 160% !important;
    }
}

@media (min-width: 575px) {
    #store.store-product--page.julius-monkey .julius-monkey-hero {
        margin-top: -13%;
    }
}

@media (min-width: 575px) and (max-width: 1199px) {
    .mt-blg-4 {
        margin-top: 40px !important;
    }

    .pt-blg-6 {
        padding-top: 60px;
    }
}

.gift-set-package {
    background-color: #ffffff;
    border: 1px solid #3181c4;
    border-radius: 4px;
    padding: 20px;
    margin-top: 24px;
    box-shadow: 0 0 13px 0 rgba(6, 9, 43, 0.08);
    position: relative;
}

    .gift-set-package:before {
        content: "";
        position: absolute;
        background: url(../images/store/clever-monkey/equal.png);
        background-repeat: no-repeat;
        background-size: 100%;
        left: 18%;
        bottom: -12px;
        z-index: 2;
        width: 30px;
        height: 30px;
    }

    .gift-set-package:after {
        content: "";
        position: absolute;
        background: url(../images/gift-ribbon.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        right: 20%;
        top: -30px;
        z-index: 2;
        width: 80px;
        height: 30px;
    }

    .gift-set-package .img-wrapper {
        display: flex;
        vertical-align: middle;
        align-items: center;
    }

        .gift-set-package .img-wrapper img {
            width: 100%;
            height: 100%;
            margin-bottom: 20px;
        }

@media (max-width: 440px) {
    .julius--price {
        display: block !important;
    }

        .julius--price .d-mobile-block {
            display: block !important;
        }
}

.julius-monkey--container {
    z-index: 2;
    position: relative;
}

.julius-monkey-body .julius-pic {
    max-width: 100% !important;
}

.julius-monkey-body #importance {
    margin-top: -180px;
}

@media (max-width: 768px) {
    .julius-monkey-body #importance {
        margin-top: -120px;
    }
}

.julius-monkey-body .coursePromoVideo {
    width: 100%;
    height: 100%;
}

.product--description.julius-monkey .julius-monkey-pic {
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 1199px) {
    .product--description.julius-monkey .julius-monkey-pic {
        width: 25%;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .product--description.julius-monkey .julius-monkey-pic {
        width: 30%;
    }
}

@media (max-width: 991px) {
    .product--description.julius-monkey .julius-monkey-pic {
        position: relative;
        margin-top: -60px;
        width: 50%;
    }
}

@media (max-width: 767px) {
    .product--description.julius-monkey .julius-monkey-pic {
        width: 60%;
    }
}

.product--description.julius-monkey .julius-description-pic {
    position: absolute;
}

    .product--description.julius-monkey .julius-description-pic.right {
        right: 0;
        width: 30%;
        height: auto;
        bottom: 120px;
        z-index: 0;
    }

@media (max-width: 991px) {
    .product--description.julius-monkey .julius-description-pic.right {
        width: 60%;
        right: -100px;
    }
}

@media (max-width: 575px) {
    .product--description.julius-monkey .julius-description-pic.right {
        width: 100%;
        right: -200px;
    }
}

.product--description.julius-monkey .julius-description-pic.left {
    left: -200px;
    width: 360px;
    height: auto;
    bottom: -50px;
    z-index: -1;
}

@media (min-width: 767px) and (max-width: 991px) {
    .product--description.julius-monkey .julius-description-pic.left {
        left: -250px;
    }
}

@media (max-width: 767px) {
    .product--description.julius-monkey .julius-description-pic.left {
        left: -300px;
    }
}

.bg-none {
    background: none !important;
}

.ekko-lightbox.modal.fade.in.show {
    z-index: 9999;
}

@media (max-width: 768px) {
    #calculator {
        margin-top: 64px !important;
    }
}

#calculator .yellow-background {
    background-color: #fcd238;
    border-radius: 4px 4px 0px 0px;
    text-align: center !important;
    padding: 40px 0;
}

@media (max-width: 991px) {
    #calculator .yellow-background {
        padding: 20px !important;
    }
}

#calculator .calculator--results {
    background-color: #f4f5f9;
    border-radius: 0px 0px 4px 4px;
    padding: 20px;
}

@media (max-width: 767px) {
    #calculator .calculator--results .mx-auto {
        text-align: center;
        margin-top: 20px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    #calculator .calculator--results .has-border {
        border-right: 1px solid #e6e7eb !important;
    }
}

@media (min-width: 1199px) {
    #calculator .calculator--results .has-border {
        border-right: 1px solid #e6e7eb !important;
    }
}

#calculator .calculator--results .period-of-time {
    font-weight: 500;
    color: #090a4b;
    letter-spacing: 1.78px;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}

#calculator .calculator--results .amount-saved {
    font-weight: 400;
    color: #777e90;
    margin-top: 0 !important;
}

@media (max-width: 991px) {
    #calculator .calculator--form {
        text-align: center !important;
    }
}

#calculator .calculator--form p {
    margin-top: 0 !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

@media (max-width: 768px) {
    #calculator .calculator--form p {
        display: block !important;
    }
}

@media (min-width: 991px) {
    #calculator .calculator--form .form-group {
        max-width: 20% !important;
    }
}

@media (max-width: 575px) {
    #calculator .calculator--form .form-group {
        max-width: 42% !important;
    }
}

.warning--color {
    color: #ff8800 !important;
}

.red--color {
    color: #e73a29 !important;
}

@media (max-width: 768px) {
    .floating-julius {
        width: 100px !important;
        bottom: -122px !important;
    }
}

.button-warning-calculator {
    background-color: #fcd238;
    color: #090a4b;
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: none !important;
}

.pulsating-coin {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 60px;
    height: 60px;
}

    .pulsating-coin:before {
        content: "";
        position: relative;
        display: block;
        width: 200%;
        height: 200%;
        box-sizing: border-box;
        margin-left: -50%;
        margin-top: -50%;
        border-radius: 100px;
        background-color: #ff8800;
        animation: pulse-ring 2.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    }

    .pulsating-coin:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: url("../images/store/clever-monkey/coin.svg") no-repeat no-repeat;
        animation: pulse-dot 2.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    }

#video {
    background: #3181c4;
    background: linear-gradient(180deg, #3181c4 0%, #3181c4 50%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 60px 0;
    position: relative;
    background-position-y: bottom;
    background-position-x: right;
}

    #video .uncle-monkey-relaxing {
        width: 100%;
        min-width: 100%;
        z-index: 2;
    }

@media (min-width: 1199px) {
    #video .uncle-monkey-relaxing {
        margin-top: -240px;
    }
}

@media (max-width: 1199px) {
    #video .uncle-monkey-relaxing {
        margin-top: -200px;
    }
}

@media (max-width: 600px) {
    #video .uncle-monkey-relaxing {
        min-width: 250% !important;
        right: 150% !important;
        position: relative;
        width: 250%;
        margin-top: -200px;
    }
}

#video .julius-video-img {
    position: absolute;
    bottom: -300px;
}

#video .play-button {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    color: #272424;
    margin-top: 1rem;
    box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.12);
    z-index: 5;
    position: relative;
}

@media (max-width: 1199px) {
    #video .play-button {
        margin-bottom: 10rem;
    }
}

@media (min-width: 1199px) {
    #video .play-button {
        margin-top: 5rem;
    }
}

.download-flyers-button--wrapper {
    word-wrap: break-word;
    margin-bottom: 0 !important;
    display: block;
}

    .download-flyers-button--wrapper .download-flyers-button {
        border-radius: 4px;
        border: 1px solid #e6e7eb;
        padding: 1rem 0;
        transition: all 0.3s ease-in-out;
    }

        .download-flyers-button--wrapper .download-flyers-button:hover {
            background-color: #0161e0 !important;
            color: #ffffff;
        }

            .download-flyers-button--wrapper .download-flyers-button:hover.edu {
                background-color: #e73a29 !important;
            }

.my-account--template .store-product-description {
    position: absolute;
    z-index: 1106;
    background: #ffffff;
    width: calc(100% - 330px);
    max-width: 95vw;
    max-height: calc(100vh - 150px);
    min-height: calc(100vh - 150px);
    top: 100px;
    border-radius: 4px;
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 768px) {
    .my-account--template .store-product-description {
        width: 100%;
    }
}

.my-account--template .store-product-description a.close-button {
    padding: 0.15rem;
    transition: all 0.15s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -3.5rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .my-account--template .store-product-description a.close-button .icon {
        transition: all 0.15s ease-in-out;
        font-size: 0.85rem;
        color: #ffffff;
    }

    .my-account--template .store-product-description a.close-button:hover {
        background-color: #ffffff;
    }

        .my-account--template .store-product-description a.close-button:hover .icon {
            color: #090a4b;
            transition: all 0.15s ease-in-out;
        }

.my-account--template .store-product-description.hidden {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    display: block !important;
}

.my-account--template .store-product-description .container-fluid {
    min-height: unset !important;
}

.my-account--template .store-product-description iframe {
    height: calc(100vh - 150px);
    border-radius: 4px;
}

.my-account--template ul.components li.new-feature {
    position: relative;
}

    .my-account--template ul.components li.new-feature:after {
        content: "";
        position: absolute;
        background-image: url(../images/new.svg);
        width: 33px;
        height: 24px;
        min-width: 33px;
        min-height: 24px;
        max-width: 33px;
        max-height: 24px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        right: 16% !important;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

.my-account--template ul.components li.active {
    background-color: rgba(56, 103, 214, 0.1) !important;
    border-left-color: rgba(56, 103, 214, 0.7) !important;
}

    .my-account--template ul.components li.active:before {
        background-color: #3181c4 !important;
    }

    .my-account--template ul.components li.active a:not(.dropdown-toggle):not(.no-arrow):after {
        opacity: 0.7 !important;
    }

.my-account--template ul.components li a:not(.dropdown-toggle):not(.no-arrow):after {
    color: #090a4b !important;
}

.online-users-upgraded--wrapper .online-users-upgraded {
    position: relative;
    display: inline;
    font-weight: 500;
}

@media (max-width: 575px) {
    .online-users-upgraded--wrapper {
        padding: 0 30px;
    }
}

.online-users-upgraded--wrapper .dot {
    top: 2px;
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #0161e0;
    border-radius: 100% !important;
    margin-right: 8px;
    animation: pulse-dot 2.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    left: -18px;
}

.form--header.form-header--blue .register-step--icon-wrapper .icon {
    font-size: 1.5rem;
}

@media (min-width: 575px) {
    .register-step--icon-wrapper .icon {
        font-size: 2.2rem;
    }
}

#debtor--sidebar .bottom-content .icon {
    font-size: 1.5rem;
}

.highlighted-div {
    background-color: #f2faff;
    padding: 15px 20px;
    margin-left: 10px;
    position: relative;
    border-radius: 4px;
}

    .highlighted-div.referral div {
        margin-left: 10px;
    }

@media (max-width: 768px) {
    .highlighted-div.referral {
        padding: 10px 12px;
    }
}

.highlighted-div.referral.green {
    background-color: rgba(63, 144, 72, 0.1);
}

.highlighted-div:before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #e6e7eb;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    left: -10px;
}

.highlighted-div.dark {
    background-color: rgba(93, 168, 165, 0.1);
}

    .highlighted-div.dark p {
        font-size: 1rem !important;
        color: #ffffff !important;
    }

    .highlighted-div.dark:before {
        background-color: rgba(56, 103, 214, 0.5);
    }

footer.mt-4 {
    margin-top: 40px !important;
}

input,
textarea,
select,
.form-control {
    font-size: 1.05rem !important;
}

.course-benefits {
    position: relative;
    display: table;
    height: 80vh;
}

@media (max-width: 768px) {
    .course-benefits {
        height: unset;
    }
}

body {
    font-size: 0.875rem;
    line-height: 1.5;
}

    body .tooltip .tooltip-inner {
        font-size: 0.9375rem;
    }

    body p {
        font-size: 1rem;
        line-height: 1.6rem;
    }

        body p.text--bigger,
        body strong.text--bigger {
            font-size: 1.125rem;
            line-height: 1.75rem;
        }

        body p.text--smaller,
        body strong.text--smaller {
            font-size: 0.975rem;
        }

        body p.text--huge,
        body strong.text--huge {
            font-size: 1.5rem;
            line-height: 2.26rem;
        }

        body p.heading--h6, body p.heading--main, body p.heading--h5, body p.heading--h4, body p.heading--h3, body p.heading--h2, body p.heading--h1,
        body strong.heading--h6,
        body strong.heading--main,
        body strong.heading--h5,
        body strong.heading--h4,
        body strong.heading--h3,
        body strong.heading--h2,
        body strong.heading--h1 {
            line-height: 1.2 !important;
        }

        body p.form--info,
        body strong.form--info {
            font-size: 0.9375rem;
            line-height: 1.6rem;
        }

    body .text--secondary {
        font-size: 1.125rem;
        line-height: 2rem;
    }

        body .text--secondary.smaller {
            font-size: 1rem !important;
            line-height: 1.6rem;
        }

    body .uppercase--small {
        font-size: 0.9375rem;
    }

    body .button--submit.secondary-button--outline {
        font-size: 0.875rem;
    }

    body .warning-button--outline {
        font-size: 0.9375rem;
    }

    body .btn.button--big {
        font-size: 1rem;
    }

    body .form-control {
        font-size: 0.9375rem;
    }

    body h1,
    body .heading--main,
    body .h1 {
        font-size: 3.2rem;
        line-height: 3.7rem;
    }

@media (max-width: 768px) {
    body h1,
    body .heading--main,
    body .h1 {
        font-size: 2.7rem;
        line-height: 3.2rem;
    }
}

body h2,
body .h2 {
    font-size: 2.5rem;
}

    body h2 .required,
    body .h2 .required {
        font-size: 1.05rem;
        line-height: 2rem;
    }

@media (max-width: 768px) {
    body h2,
    body .h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}

body h3,
body .heading--h3 {
    font-size: 2.25rem;
    line-height: 2.75rem;
}

body h4,
body .heading--h4 {
    font-size: 2rem;
    line-height: 2.5rem;
}

@media (max-width: 768px) {
    body h4,
    body .heading--h4 {
        font-size: 1.8rem;
        line-height: 2.3rem;
    }
}

body h5,
body .heading--h5 {
    font-size: 1.75rem;
    line-height: 2.25rem;
}

body h6,
body .heading--subtitle,
body .heading--h6 {
    font-size: 1.25rem;
}

    body h2.heading--main:not(.h1),
    body h3.heading--main:not(.h1),
    body h4.heading--main:not(.h1),
    body h5.heading--main:not(.h1),
    body h6.heading--main:not(.h1),
    body p.heading--main:not(.h1) {
        font-size: 2.5rem;
        font-weight: 400;
        line-height: 3rem;
    }

@media (max-width: 768px) {
    body h2.heading--main:not(.h1),
    body h3.heading--main:not(.h1),
    body h4.heading--main:not(.h1),
    body h5.heading--main:not(.h1),
    body h6.heading--main:not(.h1),
    body p.heading--main:not(.h1) {
        font-size: 2rem !important;
        line-height: 2.5rem;
    }
}

body .sample .icon {
    font-size: 1.375rem;
}

body .body-text {
    font-size: 0.875rem !important;
    line-height: 1.3rem !important;
}

body .font--hand-written {
    font-size: 2.25rem;
    line-height: 4.5rem;
}

body .badge--outline {
    font-size: 0.875rem;
}

    body .badge--outline .icon {
        font-size: 1.25rem;
    }

body ul.features {
    font-size: 1rem;
}

    body ul.features.inside-form li.feature--item span {
        font-size: 0.9375rem;
        line-height: 1.45rem;
    }

    body ul.features.inside-form li.feature--item:before {
        font-size: 1rem;
    }

    body ul.features li.feature--item:before {
        font-size: 1.375rem;
    }

body .badge--custom p {
    font-size: 0.9375rem;
}

body .badge--custom.badge--logo.recommended {
    font-size: 0.875rem;
}

body .navbar .navbar-toggler {
    font-size: 0.875rem;
}

body .navbar .navbar-nav .nav-item {
    font-size: 1rem;
}

    body .navbar .navbar-nav .nav-item .nav-link.highlighted:before {
        font-size: 18px;
    }

body .txt-menu {
    font-size: 10px;
}

body .course--title {
    font-size: 1.375rem;
}

body .money-back-guarantee .money-back {
    font-size: 0.9375rem;
}

body .money-back-guarantee .money-back--condition {
    font-size: 0.875rem;
}

body .money-back-guarantee:before {
    font-size: 1.375rem;
}

body .course-selection--button {
    font-size: 1.125rem;
}

body .watch-video {
    font-size: 1.125rem;
}

    body .watch-video .icon-play-2 {
        font-size: 0.75rem;
    }

body .secondary-course .course--title {
    font-size: 1.25rem;
}

body .secondary-course .course-selection--button {
    font-size: 1rem;
}

body .course--availability span,
body .customer-service span {
    font-size: 1rem;
    line-height: 1.73rem;
}

body .course--availability:before,
body .customer-service:before {
    font-size: 2.375rem;
}

body #testimonial .icon-quote {
    font-size: 1.875rem;
}

body #testimonial .completed-course-date {
    font-size: 0.875rem;
}

    body #testimonial .completed-course-date:before {
        font-size: 0.875rem;
    }

body .text-focus {
    font-size: 0.75rem;
}

body .dropdown-menu a:link, body .dropdown-menu a:hover, body .dropdown-menu a:visited {
    font-size: 1rem;
}

body .edit-button--set-active i {
    font-size: 1.125rem;
}

body #course-features .heading--h5 {
    font-size: 1.25rem !important;
}

body #course-features p.description {
    font-size: 1rem;
    line-height: 1.73rem;
}

body #footer .icon-globe {
    font-size: 1.25rem;
}

body #footer .social-media {
    font-size: 1.125rem;
}

body .card-title {
    font-size: 1.375rem;
}

body .card-body {
    font-size: 1rem;
    line-height: 1.86rem;
}

    body .card-body .icon {
        font-size: 2.25rem;
    }

body #chapters .card button,
body [id^=chapters-] .card button {
    font-size: 1.125rem;
}

    body #chapters .card button .icon:before,
    body [id^=chapters-] .card button .icon:before {
        font-size: 1.25rem;
    }

body #faq--questions .card-header .heading--h4 {
    font-size: 1.75rem;
}

body #faq--questions .card-body .heading--h6 {
    font-size: 1.25rem;
}

body #end-of-list .heading--h5 {
    font-size: 1.5rem;
}

body .search-form .icon {
    font-size: 1.5rem;
}

body #attorneys--hero .btn:last-of-type {
    font-size: 0.9375rem;
}

body .video-background p {
    font-size: 0.9375rem;
}

body #contact-us .ulHeadline {
    font-size: 1.125rem;
}

body #contact-us .most-answered-questions li a {
    font-size: 1rem;
}

body #contact-us .most-answered-questions .feature--item .icon {
    font-size: 1.625rem;
}

body .card--lighter {
    font-size: 1rem;
}

body .state-card .text--smaller {
    font-size: 0.75rem;
    line-height: 1.1rem;
}

body .footer--secondary {
    font-size: 0.875rem !important;
}

    body .footer--secondary a {
        font-size: 0.875rem !important;
    }

@media (max-width: 767px) {
    body #register--form.registration-process-wrapper .smaller {
        font-size: 0.9375rem !important;
    }
}

body ul.form--list li {
    font-size: 0.9375rem;
    line-height: 1.6rem;
}

body #user--avatar {
    font-size: 0.875rem;
}

body #joint-avatar {
    font-size: 0.75rem;
}

body .phone--checkbox {
    font-size: 0.875rem;
    line-height: 1.6rem;
}

body .form-check-input + label {
    font-size: 0.9375rem;
}

body .form-check-input:checked:before {
    font-size: 1rem;
}

body .register-step--description {
    font-size: 0.85rem;
}

body .register-step--icon {
    font-size: 1.625rem;
}

body .form-header--blue .register--step .register-step-icon {
    font-size: 1.5rem !important;
}

body .recommended-option {
    font-size: 0.875rem;
}

body .upgrade-price {
    font-size: 1.25rem;
}

    body .upgrade-price .uppercase {
        font-size: 0.75rem;
    }

body .secure-payment {
    font-size: 0.75rem;
}

    body .secure-payment .icon {
        font-size: 1.125rem;
    }

body .payment--form-inside > *:first-child {
    font-size: 0.875rem;
    line-height: 1.1rem;
}

body .summary--headline {
    font-size: 1.25rem;
}

body .notification {
    font-size: 0.9375rem;
}

body .popover {
    font-size: 0.9375rem !important;
    line-height: 1.46rem;
}

body .client--review .card--lighter p {
    font-size: 1rem;
    line-height: 1.73rem;
}

body .client--review .card--lighter.highlighted p {
    font-size: 1.25rem;
    line-height: 2rem;
}

body .client p {
    font-size: 1rem;
}

body #blog .blog--category .icon {
    font-size: 2.625rem;
    line-height: 1px;
}

body .blog--post-entry .card-text {
    font-size: 1rem;
    line-height: 1.86rem;
}

body .blog--post-entry .card-body .category {
    font-size: 0.875rem;
}

body .social-media--share p.smaller {
    font-size: 1rem;
    line-height: 1.6rem;
}

body .social-media--share .icon {
    font-size: 1.375rem;
}

body #header .cart {
    font-size: 1.5rem;
}

    body #header .cart .products-in-cart {
        font-size: 0.75rem;
        line-height: 0.93rem;
    }

body .items-in-category {
    font-size: 0.75rem;
}

body .store-product--wrapper .store-product--info p {
    font-size: 0.9375rem !important;
    line-height: 1.33rem;
}

body .rating .icon-star {
    font-size: 1.25rem;
}

body ul.rating--popover .icon-star {
    font-size: 1.25rem;
}

body .rating--current {
    font-size: 1.125rem;
}

    body .rating--current .number {
        font-size: 1.75rem;
    }

body .rating .usersVoted {
    font-size: 0.875rem;
}

body .store-product--wrapper .store-product--info h6 {
    font-size: 1.0625rem;
}

body .store-product--wrapper .store-product--info .price {
    font-size: 1rem;
}

body #add-to-cart--form button,
body .add-to-cart--form button.btn {
    font-size: 0.975rem;
}

    body #add-to-cart--form button .icon-cart,
    body .add-to-cart--form button .icon-cart {
        font-size: 1.125rem;
        line-height: 0;
    }

body .store-product--wrapper .store-product--info .price .price--old {
    font-size: 0.8125rem;
}

body .quantity--decrease {
    font-size: 1.125rem;
}

body .badge--best-seller p {
    font-size: 0.75rem;
    line-height: 0;
}

body .cart .store-product--wrapper .removeItem {
    font-size: 0.875rem;
}

body .cart-summary .cart-summary--wrapper li.cost--delivery .info--delivery .icon-delivery {
    font-size: 1.75rem;
}

body .cart-summary .cost--total {
    font-size: 1rem;
}

body .delivery-method .icon {
    font-size: 1.5rem;
}

body .store-product--page .prices .price--current {
    font-size: 1.5rem;
}

body .prices .price--old {
    font-size: 0.9375rem;
}

body .badge--store-product {
    font-size: 0.75rem;
}

body .store-product--gallery .gallery--images .video:before {
    font-size: 1.875rem;
}

body .product--description .features .feature--item.unavailable:before {
    font-size: 1rem;
}

body .table--api pre {
    font-size: 0.9375rem;
}

body .terms-modal {
    font-size: 0.875rem;
}

    body .terms-modal p,
    body .terms-modal ul {
        font-size: 0.875rem;
    }

body .product-categories--menu .btn {
    font-size: 0.9375rem;
}

body .key-features ul li p {
    font-size: 0.875rem;
}

body .product--description .actions a:link, body .product--description .actions a:visited, body .product--description .actions a:hover {
    font-size: 1rem;
}

body .product--description .actions .icon {
    font-size: 1rem;
}

body .table {
    font-size: 1rem;
}

body .badge--approved:before {
    font-size: 1.125rem;
}

body .bankruptcy-record--product .price {
    font-size: 1.25rem;
}

body .note:before {
    font-size: 1.5rem;
}

body .checkout--products span.product--about .name {
    font-size: 0.9375rem;
}

body .checkout--products .prices .price--current {
    font-size: 0.9375rem;
}

body .checkout--products i.icon {
    font-size: 1.25rem;
}

body .table.store--table th,
body .table.store--table td {
    font-size: 0.875rem;
}

body .confirmation i.icon {
    font-size: 1.25rem;
}

body .debtor-sidebar--template textarea {
    font-size: 1rem;
    line-height: 1.73rem;
}

body .debtor-sidebar--template .container-fluid table {
    font-size: 0.875rem;
}

body .sBadge {
    font-size: 0.8125rem;
}

body .debtor-sidebar--template .container-fluid table tr td .icon {
    font-size: 1.25rem;
}

body .debtor-sidebar--template .container-fluid .footer {
    font-size: 0.9375rem;
}

body .debtor-sidebar--wrapper {
    font-size: 0.9375rem;
}

body .debtor-sidebar--list {
    font-size: 1rem;
    line-height: 1.86rem;
}

    body .debtor-sidebar--list li:before {
        font-size: 1.875rem;
    }

body .search-results--personal ul li {
    font-size: 1rem;
    line-height: 1.73rem;
}

body .badge--custom.badge--logo {
    font-size: 0.875rem;
    line-height: 0.93rem;
}

body .downloads--not-available {
    font-size: 1rem;
}

body .search-results--downloads ul li.downloads--header {
    font-size: 0.875rem;
}

body .debtor-sidebar--box .debtor-sidebar--template h5 {
    font-size: 1.25rem;
}

body .debtor-sidebar--box .debtor-sidebar--template h4 {
    font-size: 1.625rem;
}

body .progress--wrapper .progress--number h6 {
    font-size: 1rem;
}

body .debtor-sidebar--template #debtor--sidebar ul.components li .icon {
    font-size: 1.5rem;
}

body .attorney-billing--card {
    font-size: 0.9375rem !important;
}

    body .attorney-billing--card:not(.no-step):before {
        font-size: 1rem;
    }

body #remove-card--modal .btn {
    font-size: 0.9375rem;
}

body .menu--toggle {
    font-size: 0.875rem;
}

    body .menu--toggle .icon {
        font-size: 1.125rem;
    }

@media (max-width: 767px) {
    body .debtor-sidebar--template .circular-chart .percentage {
        font-size: 1.3125rem !important;
    }
}

body .debtor-sidebar--template .circular-chart .percentage {
    font-size: 1.125rem;
}

body .debtor-sidebar--template .card {
    font-size: 0.875rem !important;
}

body .debtor-sidebar--template .card--with-shadow .row--charts-heading {
    font-size: 1.25rem;
}

body .debtor-sidebar--template .card--with-shadow .actual-household--wrapper p {
    font-size: 1rem;
}

body .debtor-sidebar--template .card--with-shadow .actual-household--wrapper .actual-household--percentage {
    font-size: 1.5rem;
}

body .debtor-sidebar--template .card-footer {
    font-size: 1rem;
}

body .debtor-sidebar--template .add-new-card .card-body p {
    font-size: 0.875rem;
    line-height: 1.33rem;
}

body .defaultCard .icon {
    font-size: 1rem;
}

body .course--template .radio-button--custom.checkmark-when-selected li input + label:before {
    font-size: 1.25rem;
}

body .course--template h6 {
    font-size: 1rem;
    line-height: 1.46rem;
}

body .course--template .form--course table h6 {
    font-size: 0.9375rem;
}

body .course--template .form--course table p {
    font-size: 0.9375rem !important;
    line-height: 1.33rem !important;
}

body .course--template .form--course table .form-group:before {
    font-size: 0.9375rem;
}

body .course--template .components .icon-checkmark-filled {
    font-size: 0.8125rem !important;
}

body .course--template #debtor--sidebar a {
    font-size: 0.9375rem !important;
}

body .course--template #debtor--sidebar .subsection--active a:after,
body .course--template #debtor--sidebar .subsection--completed a:after {
    font-size: 0.8125rem !important;
}

body .audio-player {
    font-size: 0.75rem;
}

body .course-section--progress {
    font-size: 0.8125rem !important;
}

    body .course-section--progress.not-started {
        font-size: 0.75rem !important;
    }

body #my-account .course--box .price p {
    font-size: 1rem !important;
}

body .status {
    font-size: 1rem;
}

body .full-btn {
    font-size: 0.9375rem !important;
}

body .certificateResultsFooter a {
    font-size: 1rem;
}

body #terms p.text--secondary {
    font-size: 1rem;
    line-height: 1.73rem;
}

body #terms p.bigger {
    font-size: 1.125rem;
}

body #calculator .period-of-time {
    font-size: 1rem;
}

body #calculator .amount-saved {
    font-size: 1.75rem;
}

body #video .play-button {
    font-size: 1.375rem;
}

body #footer a:link,
body #footer a:visited,
body #footer a:hover {
    font-size: 1rem !important;
}

body .about--course .icon {
    font-size: 48px;
}

body .icon-download {
    font-size: 1.2rem;
}

body #home-faq .home-faq .feature--item .text-left {
    font-size: 1.15rem;
}

@media all and (max-width: 991px) {
    body .navbar-collapse.collapse.show a.nav-link:hover, body .navbar-collapse.collapse.show a.nav-link:active, body .navbar-collapse.collapse.show a.nav-link:visited, body .navbar-collapse.collapse.show a.nav-link:link,
    body .navbar-collapse.collapsing a.nav-link:hover,
    body .navbar-collapse.collapsing a.nav-link:active,
    body .navbar-collapse.collapsing a.nav-link:visited,
    body .navbar-collapse.collapsing a.nav-link:link {
        font-size: 1rem;
        line-height: 1.6rem;
    }

    body .summary-headline {
        font-size: 1rem !important;
    }
}

@media all and (max-width: 480px) {
    body .txt-menu {
        font-size: 0.5rem;
    }

    body .nav-buttons.d-md-block.d-lg-none .btn {
        font-size: 0.875rem;
    }

    body .already-have-an-account a {
        display: flex;
        margin-top: 0.25rem;
        justify-content: flex-end;
        width: auto;
    }
}

@media all and (max-width: 350px) {
    body .nav-buttons.d-md-block.d-lg-none .btn {
        font-size: 0.75rem;
    }
}

@media (max-height: 800px) {
    body #course-selection-hero .course-selection--wrapper .heading--main {
        font-size: 2.75rem;
    }
}

@media (max-width: 575px) {
    body .dropdown-toggle {
        font-size: 0.75rem !important;
    }

    body .dropdown-item {
        font-size: 0.75rem !important;
    }

    body .headline--secondary {
        font-size: 1rem;
        line-height: 1.1rem;
    }

    body .full-xs-btn {
        font-size: 1rem !important;
    }

    body .watch-video {
        font-size: 1rem !important;
    }

    body #faq--questions .markSearch p {
        font-size: 0.9375rem !important;
        line-height: 1.46rem !important;
    }

    body #faq--questions .markSearch .heading--h6 {
        font-size: 1rem !important;
        line-height: 1.46rem !important;
    }

    body .watch-video .icon-play-circle {
        font-size: 1.125rem !important;
    }

    body p.text--bigger {
        font-size: 1rem !important;
        line-height: 1.6rem !important;
    }

    body .text--secondary.description {
        font-size: 0.875rem;
    }

    body .card-title {
        font-size: 1.125rem;
    }

    body .card-text {
        font-size: 0.9375rem;
        line-height: 1.6rem;
    }

    body #chapters .card button {
        font-size: 1rem;
    }

    body .video-background p {
        font-size: 0.875rem;
    }

    body .register-step--icon-wrapper .icon {
        font-size: 1.125rem;
    }

    body .recommended-option {
        font-size: 10px;
    }

    body .blog-post--about li {
        font-size: 0.8125rem;
    }

    body .debtor-sidebar--headline h4 {
        font-size: 1.125rem !important;
    }
}

@media (max-width: 767px) {
    body .course--availability:before,
    body .customer-service:before {
        font-size: 2.125rem !important;
    }

    body .text--secondary {
        font-size: 1rem;
        line-height: 1.6rem;
    }

    body p.text--huge {
        font-size: 1.25rem;
        line-height: 1.86rem;
    }

    body .text--secondary.smaller.mt-0.sm-white {
        font-size: 0.875rem !important;
        line-height: 0.93rem;
    }

    body .text--secondary.smaller.mt-0.sm-dark {
        font-size: 0.875rem !important;
        line-height: 0.93rem;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    body .watch-video {
        font-size: 1rem !important;
    }

        body .watch-video .icon-play-circle {
            font-size: 1.125rem !important;
        }

    body .money-back {
        font-size: 0.875rem !important;
    }

    body h5.h-bold.smaller {
        font-size: 1.25rem !important;
    }

    body .area--scrollable a {
        font-size: 0.875rem !important;
    }

    body .certificate-results--wrapper p {
        font-size: 0.875rem;
    }
}

input[type=checkbox] {
    top: 2px !important;
    position: relative !important;
}

.attorney-portal-features {
    background-color: #eff0f6;
    border-radius: 0 0 4px 4px;
    margin-top: -2px;
    padding-top: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    z-index: 3;
}

.small-testimonials {
    position: relative;
    margin-top: -40px;
    z-index: 2;
}

@media (max-width: 768px) {
    .small-testimonials {
        margin-top: -50px;
    }
}

.small-testimonials--person {
    display: inline-flex;
    align-items: center;
    position: relative;
}

@media (min-width: 768px) {
    .small-testimonials--person:not(:first-child), .small-testimonials--person:not(:last-child) {
        margin-left: -20px;
    }
}

@media (max-width: 768px) {
    .small-testimonials--person:not(.active) {
        opacity: 0.5;
    }
}

.small-testimonials--person img {
    width: 60px;
    border-radius: 50%;
    border: 3px solid #eff0f6;
    cursor: pointer;
}

    .small-testimonials--person img:hover {
        filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1));
        transition: all 0.3s ease-in-out;
    }

.small-testimonials .arrow {
    position: absolute;
    bottom: -52px;
    z-index: 2;
    left: 11px;
    border-bottom: solid 15px #ffffff;
    border-right: solid 15px #ffffff;
    border-bottom-right-radius: 12px;
    border-left: solid 15px transparent;
    border-top: solid 15px transparent;
    transform: rotate(-135deg);
    transition: all 0.5s ease-in-out;
}

.small-testimonials--testimonial.client--review {
    display: block;
    margin-right: 30px;
}

@media (min-width: 768px) {
    .small-testimonials--testimonial.client--review {
        display: inline-block;
        min-width: 400px;
        max-width: 400px;
    }
}

@media (max-width: 768px) {
    .small-testimonials--testimonial.client--review {
        min-width: 100%;
        max-width: 100%;
    }
}

.small-testimonials--testimonial.client--review p {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    transition: all 0.3s ease-in-out;
}

.small-testimonials--testimonial.client--review .card--lighter {
    margin-left: 30px;
}

@media (max-width: 768px) {
    .small-testimonials--testimonial.client--review .card--lighter {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .small-testimonials--testimonial.client--review .card--lighter:after {
        transform: rotate(-225deg);
        bottom: unset;
        left: -15px;
        top: 30%;
    }
}

@media (max-width: 768px) {
    .small-testimonials--testimonial.client--review .card--lighter:after {
        display: none;
    }
}

.small-testimonials ul {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 991px) {
    .search-results--wrapper {
        padding: 0 1rem;
    }
}

.search-results--wrapper .debtor-sidebar--gray-wrapper {
    border: 1px solid #f4f5f9;
    border-radius: 4px;
    padding: 0;
}

    .search-results--wrapper .debtor-sidebar--gray-wrapper .billing-code-used {
        position: relative;
        display: block;
        color: #0161e0;
        padding: 0.5rem 25px;
    }

        .search-results--wrapper .debtor-sidebar--gray-wrapper .billing-code-used.unused {
            color: #777e90;
            opacity: 0.5;
        }

#debtor--sidebar .bottom-content .icon {
    font-size: 1.5rem;
}

.highlighted-div {
    background-color: #f2faff;
    padding: 15px 20px;
    margin-left: 10px;
    position: relative;
    border-radius: 4px;
}

    .highlighted-div:before {
        content: "";
        height: 100%;
        width: 1px;
        background-color: #e6e7eb;
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        left: -10px;
    }

@media (min-width: 1199px) {
    .home-store-product .store-product--wrapper {
        height: 280px !important;
        vertical-align: middle;
    }
}

.home-store-product .slick-next,
.home-store-product .slick-prev {
    top: 44% !important;
}

#home-faq {
    background-color: #eff0f6;
    padding: 60px 0;
    margin: 0 !important;
}

    #home-faq .home-faq .feature--item {
        padding: 15px 0;
    }

        #home-faq .home-faq .feature--item:first-of-type {
            margin-top: 20px;
        }

        #home-faq .home-faq .feature--item:not(:last-of-type) {
            border-bottom: 1px solid #e6e7eb;
        }

        #home-faq .home-faq .feature--item .text-left {
            text-transform: none !important;
            font-size: 1.15rem;
        }

        #home-faq .home-faq .feature--item .icon-down-open {
            display: flex;
            padding: 5px;
            text-align: center;
            justify-content: center;
            align-items: center;
            background-color: #3181c4;
            border-radius: 20px;
            color: #ffffff;
            transform: rotate(-180deg);
            transition: all 0.3s ease-in-out;
        }

        #home-faq .home-faq .feature--item .collapsed .icon-down-open {
            transition: all 0.3s ease-in-out;
            transform: rotate(0);
        }

.language-selection {
    font-size: 1rem;
    color: #b1b5c3;
}

    .language-selection .icon.icon-globe {
        color: #090a4b;
    }

    .language-selection a:link, .language-selection a:visited, .language-selection a:hover {
        transition: color 0.1s ease-in-out;
        color: #777e90 !important;
    }

        .language-selection a:link.active, .language-selection a:visited.active, .language-selection a:hover.active {
            color: #090a4b !important;
            font-weight: 600 !important;
        }

        .language-selection a:link:not(.active):hover, .language-selection a:visited:not(.active):hover, .language-selection a:hover:not(.active):hover {
            color: #090a4b !important;
        }

#required-bankruptcy-course--lottie {
    max-width: 768px;
    min-width: 150%;
    overflow: hidden;
    display: block;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    text-align: center;
}

@media (min-width: 992px) and (max-width: 1544px) {
    #required-bankruptcy-course--lottie {
        max-width: unset;
        width: 120%;
        min-width: 120%;
    }
}

@media (max-width: 992px) {
    #required-bankruptcy-course--lottie {
        min-width: 100%;
    }
}

.light {
    font-weight: 400;
}

@media (min-width: 990px) {
    .logo-upload-attorney {
        flex: 1;
    }

        .logo-upload-attorney .attorney-billing--card {
            height: 90%;
        }
}

.logo-upload-attorney #upload-logo {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.logo-upload-attorney .upload-logo--label {
    cursor: pointer;
}

.logo-upload-attorney .logo-result {
    background-color: rgba(56, 103, 214, 0.05);
    border: none;
    position: relative;
}

@media (max-width: 991px) {
    .logo-upload-attorney .logo-result .no-logo-uploaded {
        padding-top: 20px;
    }
}

.logo-upload-attorney .logo-result:before {
    content: "Current logo";
    position: absolute;
    display: block;
    left: 10px;
    top: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #747d8c;
}

@media (max-width: 991px) {
    .logo-upload-attorney .logo-result:before {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .logo-upload-attorney .logo-result:before {
        padding-left: 10px;
    }
}

.current-logo {
    width: 140px;
    text-align: center;
}

@media (max-width: 991px) {
    .current-logo {
        padding-top: 40px;
        padding-bottom: 20px;
    }
}

.attorney-referral--modal {
    z-index: 999999 !important;
    background-color: rgba(0, 0, 0, 0.5);
}

#referral {
    background-color: rgba(56, 103, 214, 0.05);
    border-radius: 4px;
    padding: 15px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media (max-width: 575px) {
    #referral {
        margin-top: 30px;
        margin-bottom: -10px;
    }
}

@media (max-width: 768px) {
    #referral {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

/* Custom CSS for Bootstrap col-xxl-10 */
@media (min-width: 1400px) {
    .col-xxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xxl-6-5 {
        flex: 0 0 54.1666666667%;
        max-width: 54.1666666667%;
    }

    .col-xxl-5-5 {
        flex: 0 0 45.8333333333%;
        max-width: 45.8333333333%;
    }

    .col-xxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .order-xxl-1 {
        order: 1;
    }

    .order-xxl-0 {
        order: 0;
    }

    .text-xxl-left {
        text-align: left !important;
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    .mx-xxl-none {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.wistia-iframe-wrapper.rounded-corners .wistia_responsive_wrapper {
    border-radius: 6px !important;
    overflow: hidden;
}

.key-advantages {
    text-align: center;
    vertical-align: baseline;
    border: 1px solid #e6e7eb;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.12);
}

    .key-advantages th,
    .key-advantages td {
        border: 1px solid #e6e7eb;
        background-color: #ffffff;
        padding: 0.45rem 1rem;
        font-size: 1rem;
        vertical-align: baseline;
    }

@media (max-width: 576px) {
    .key-advantages th,
    .key-advantages td {
        font-size: 0.875rem !important;
    }
}

@media (max-width: 350px) {
    .key-advantages th,
    .key-advantages td {
        font-size: 0.775rem !important;
    }
}

.key-advantages th {
    vertical-align: middle;
}

#toast-notification-example {
    max-width: 300px;
    width: 300px;
    min-width: 300px;
    position: absolute;
    top: 90px;
    right: 20px;
    background: rgba(63, 144, 72, 0.25);
    backdrop-filter: saturate(180%) blur(15px);
    -webkit-backdrop-filter: saturate(180%) blur(15px);
    z-index: 1105;
    animation: hide-notification 1s reverse;
    animation-delay: 5s;
}

@media (max-width: 576px) {
    #toast-notification-example {
        top: unset;
        bottom: 60px;
        min-width: 90vw;
        max-width: 90vw;
        width: 90vw;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

#toast-notification-example .toast-message {
    display: flex;
    flex-direction: row;
    padding: 1rem 0.65rem 1.25rem;
    align-items: center;
}

    #toast-notification-example .toast-message p {
        margin: 0;
        line-height: 1.25rem;
        font-weight: 500;
        font-size: 1rem;
    }

    #toast-notification-example .toast-message .icon-wrapper {
        background: #3f9048;
        height: -moz-fit-content;
        height: fit-content;
        display: block;
        padding: 0.25rem;
        aspect-ratio: 1/1;
        width: 2rem;
        height: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0.55rem;
        margin-top: 0.15rem;
        color: #ffffff;
    }

        #toast-notification-example .toast-message .icon-wrapper i {
            left: 0;
            position: relative;
            font-size: 1rem;
        }

#toast-notification-example .progress-animation {
    width: 0%;
    height: 3px;
    background-color: #3f9048;
    animation: progress-bar-empty 5s reverse;
}

@keyframes progress-bar-empty {
    100% {
        width: 100%;
    }

    0% {
        width: 0%;
    }
}

@keyframes hide-notification {
    100% {
        opacity: 1;
        visibility: visible;
        transition: all 0.35s ease-in-out;
        right: 20px;

        @media (max-width: 576px) {
            top: unset !important;
            right: 0 !important;
            bottom: 60px !important;
        }
    }

    0% {
        opacity: 0;
        visibility: hidden;
        right: -999px;
        left: unset;
        transition: all 0.35s ease-in-out;

        @media (max-width: 576px) {
            top: unset !important;
            bottom: 60px !important;
        }
    }
}
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.inline-notification.error {
    position: relative;
    padding-left: 2rem;
}

    .inline-notification.error span {
        color: #e73a29;
        font-weight: 500;
    }

@media (max-width: 679px) {
    .inline-notification.error {
        padding-top: 1rem;
    }
}

.inline-notification.error:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #e73a29;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -2.35rem;
}

@media (max-width: 431px) {
    .inline-notification.error:before {
        top: -70px;
        margin-left: -1.5rem;
    }
}

@media (min-width: 432px) and (max-width: 679px) {
    .inline-notification.error:before {
        top: -60px;
        margin-left: -1.5rem;
    }
}

.inline-notification.error:after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #e73a29;
    position: absolute;
    top: -20px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
}

@media (max-width: 431px) {
    .inline-notification.error:after {
        width: 10px;
        height: 20px;
        background-color: transparent !important;
        border-left: 2px solid #e73a29;
        border-bottom: 2px solid #e73a29;
        left: 11px;
        top: -40px;
    }
}

@media (min-width: 432px) and (max-width: 679px) {
    .inline-notification.error:after {
        width: 10px;
        height: 25px;
        background-color: transparent !important;
        border-left: 2px solid #e73a29;
        border-bottom: 2px solid #e73a29;
        left: 11px;
        top: -25px;
    }
}

#language-select-wrapper.select-white-bg .select2-selection {
    background-color: #ffffff;
}

#language-select-wrapper .selection,
#language-select-wrapper .select2 {
    padding-left: 0;
}

#language-select-wrapper .select2-search {
    display: none;
}

.hide-search-box .select2-search--dropdown {
    display: none !important;
}

.language-selector-dropdown .dropdown-menu {
    background-color: #ffffff;
}

    .language-selector-dropdown .dropdown-menu .dropdown-item {
        color: #090a4b !important;
        padding: 0 0.75rem;
        justify-content: flex-start;
    }

@media (min-width: 768px) and (max-width: 902px) {
    .img--absolute.left.bankruptcy-records--sample {
        max-width: 620px !important;
        left: -320px !important;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    #importance .image--wrapper.bankruptcy-records--sample--wrapper {
        height: unset;
        margin-bottom: 1rem;
    }
}

.leftSide.d-md-none a img {
    max-width: 170px !important;
}

.bankruptcy-course-identifier {
    border-left: 1px solid rgba(1, 97, 224, 0.5);
    padding-left: 5px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 13px;
    color: #3181c4;
    display: flex;
    flex-direction: column;
}

    .bankruptcy-course-identifier strong {
        letter-spacing: 1px;
    }

    .bankruptcy-course-identifier.dark {
        border-left-color: #b1b5c3 !important;
        color: #777e90 !important;
    }

@media (min-width: 768px) {
    .dont-have-account {
        margin-top: 30px !important;
    }
}
