@import url("debtor-custom.css");
@import url("bootstrap.min.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 */
.h-highlight {
    display: inline-block;
    background-image: linear-gradient(86deg, rgb(28.7, 61.6, 139.3) 0%, rgb(37.4125, 80.3, 181.5875) 40%, rgb(25.6857142857, 79.7142857143, 32.7714285714) 60%, rgb(31.9, 99, 40.7) 75%, rgb(38.1142857143, 118.2857142857, 48.6285714286) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 2px;
}
.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 {
    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 {
    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;
}

.darkColor {
    color: #06092b !important;
}

p.success,
i.success {
    color: rgb(50.5428571429, 156.8571428571, 64.4857142857) !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: #57606f;
        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 {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .button--submit.secondary-button--outline {
        color: #747d8c;
        text-transform: uppercase;
        border: 1px solid #e6e7eb;
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        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: #06092b !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;
}

.gray-bg {
    background-color: #f4f5f9;
}

.white {
    color: #ffffff !important;
}

.color--primary {
    color: rgb(50.5428571429, 156.8571428571, 64.4857142857) !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;
        -webkit-transition: all .15s ease-in-out;
        transition: all .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: #2e46a5 !important;
            -webkit-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
        }

            .color--warning a:hover:after {
                background: rgba(46, 70, 165, 0.2);
            }

.dark {
    color: #06092b !important;
}

.color--input-text {
    color: #747d8c !important;
}

.text--secondary {
    color: #57606f;
}

    .text--secondary.dark {
        color: #06092b;
    }

    .text--secondary.green {
        color: rgb(50.5428571429, 156.8571428571, 64.4857142857);
        font-weight: 500 !important;
    }

button[disabled="disabled"] {
    pointer-events: none !important;
    cursor: not-allowed !important;
}

.text--secondary-color {
    color: #57606f !important;
}

.text--lighter-color {
    color: #c8cfdb;
}

.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;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: "debtor-custom";
}


.icon-fully-branded-course-experience {
    width: 128px;
    height: 128px;
    min-width: 128px;
    min-height: 128px;
    max-width: 128px;
    max-height: 128px;
    background-image: url(../svg/fully-branded-course-experience.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    display: block;
}

.icon-dual-language-options {
    width: 128px;
    height: 128px;
    min-width: 128px;
    min-height: 128px;
    max-width: 128px;
    max-height: 128px;
    background-image: url(../svg/dual-language-options.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    display: block;
}

.icon-multiple-learning-formats {
    width: 128px;
    height: 128px;
    min-width: 128px;
    min-height: 128px;
    max-width: 128px;
    max-height: 128px;
    background-image: url(../svg/multiple-learning-formats.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    display: block;
}

.icon-front-end-admin-panel-access {
    width: 128px;
    height: 128px;
    min-width: 128px;
    min-height: 128px;
    max-width: 128px;
    max-height: 128px;
    background-image: url(../svg/frontend-plus-admin-panel-access.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    display: block;
}

.icon-competitive-partner-pricing {
    width: 128px;
    height: 128px;
    min-width: 128px;
    min-height: 128px;
    max-width: 128px;
    max-height: 128px;
    background-image: url(../svg/competitive-partner-pricing.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    display: block;
}

.icon-ampersand {
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
    max-width: 26px;
    max-height: 26px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../svg/ampersand.svg);
    mask-image: url(../svg/ampersand.svg);
    background-color: #57606f;
    position: relative;
    display: inline-block;
}

.icon-affiliate-dashboard {
    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(../svg/affiliate-dashboard.svg);
    mask-image: url(../svg/affiliate-dashboard.svg);
    background-color: #57606f;
    position: relative;
    display: inline-block;
}

.icon-email-line {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    max-width: 16px;
    max-height: 16px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../svg/email.svg);
    mask-image: url(../svg/email.svg);
    background-color: #57606f;
    margin-right: 0;
    position: relative;
    display: block;
}

.icon-phone-line {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    max-width: 16px;
    max-height: 16px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../svg/phone.svg);
    mask-image: url(../svg/phone.svg);
    background-color: #57606f;
    margin-right: 0;
    position: relative;
    display: block;
}

.icon-info-2 {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    max-width: 16px;
    max-height: 16px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../svg/info-2.svg);
    mask-image: url(../svg/info-2.svg);
    background-color: #57606f;
    margin-right: 0;
    position: relative;
    display: block;
}

.icon-headphones {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    max-width: 18px;
    max-height: 18px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../svg/headphones.svg);
    mask-image: url(../svg/headphones.svg);
    background-color: #57606f;
    margin-right: 0;
    position: relative;
    display: block;
}

.icon-play-alt-2 {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    max-width: 18px;
    max-height: 18px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../svg/play-alt-2.svg);
    mask-image: url(../svg/play-alt-2.svg);
    background-color: #57606f;
    margin-right: 0;
    position: relative;
    display: block;
}

.icon-poll-h-2 {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    max-width: 18px;
    max-height: 18px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../svg/poll-h-2.svg);
    mask-image: url(../svg/poll-h-2.svg);
    background-color: #57606f;
    margin-right: 0;
    position: relative;
    display: block;
}
.icon-affiliate-responsive {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    max-width: 18px;
    max-height: 18px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../svg/affiliate-responsive.svg);
    mask-image: url(../svg/affiliate-responsive.svg);
    background-color: #57606f;
    margin-right: 0;
    position: relative;
    display: block;
}




.icon-question-square {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    max-width: 18px;
    max-height: 18px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../svg/question-square.svg);
    mask-image: url(../svg/question-square.svg);
    background-color: #57606f;
    margin-right: 0;
    position: relative;
    display: block;
}

.icon-time-twenty-four {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    max-width: 18px;
    max-height: 18px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../svg/time-twenty-four.svg);
    mask-image: url(../svg/time-twenty-four.svg);
    background-color: #57606f;
    margin-right: 0;
    position: relative;
    display: block;
}

.icon-heart-partner-handshake {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    max-width: 18px;
    max-height: 18px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../svg/heart-partner-handshake.svg);
    mask-image: url(../svg/heart-partner-handshake.svg);
    background-color: #57606f;
    margin-right: 0;
    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(../svg/calculator.svg);
    mask-image: url(../svg/calculator.svg);
    background-color: #06092b;
    margin-right: .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(../svg/icon-plus.svg);
    mask-image: url(../svg/icon-plus.svg);
    background-color: #06092b;
    margin-right: .2rem;
    position: relative;
    display: block;
}

.icon-tip {
    width: 18px;
    height: 22px;
    min-width: 18px;
    min-height: 22px;
    max-width: 18px;
    max-height: 22px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../svg/warning-bulb.svg);
    mask-image: url(../svg/warning-bulb.svg);
    background-color: #ff8800;
    position: relative;
    display: inline-block;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    top: 5px;
}

.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(../svg/withdraw-money.svg);
    mask-image: url(../svg/withdraw-money.svg);
    background-color: #06092b;
    margin-right: .2rem;
    position: relative;
    display: block;
}
#rotate-features .feature {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
}

    #rotate-features .feature p {
        margin: 0;
        margin-top: -2px;
        color: #57606f;
        font-weight: 500;
        margin-left: 4px;
    }

@media (max-width: 992px) {
    #rotate-features {
        margin-bottom: 30px;
        margin-top: 20px;
        background-color: rgba(255, 255, 255, 0.75);
        -webkit-backdrop-filter: blur(10px) saturate(180%);
        backdrop-filter: blur(10px) saturate(180%);
        padding: 12px 6px;
        border-radius: 8px;
    }

        #rotate-features .feature {
            text-align: center;
            justify-content: center;
        }
}

@media (max-width: 440px) {
    #rotate-features .icon {
        min-width: 13px !important;
        max-width: 13px !important;
    }

    #rotate-features p {
        font-size: calc(6px + 1.25vw);
    }
}


/* SELECT Customize */
.select--custom.input-error .select2-selection {
    padding-top: 1.55rem;
}

.select--custom .select2-container {
    width: 100% !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: #3867d6;
            position: absolute;
            right: 0;
            margin: auto;
            transition: all 0.3s ease-in-out;
        }

    .select--custom .select2-container .select2-selection .select2-selection__rendered {
        color: #57606f !important;
        font-weight: 500;
    }

/*  .select--custom .select2-container .select2-selection .select2-selection__rendered:not([title^=Select]) {
            color: #06092b !important;
        }*/

.select2-search {
    padding: 0.55rem !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px !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: #57606f;
}

    .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;
        }

        .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: #3867d6;
    }

    .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;
}


/*.selectric-hide-select {
  display: none;
}

.selectric-with-icons {
  font-family: "debtor-custom", "Gotham Rnd SSm", Arial, Helvetica, sans-serif;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.sample .icon {
  margin-right: 6px;
}

.selectric {
  max-height: calc(var(--max-scroll) * 42px);
  background: #f6f7fb;
  position: relative;
  border: none;
  padding: 12px 15px;
  border-radius: 4px;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #06092b;
  width: 100%;
  position: relative;
  text-align: left !important;
}

.selectric .button {
  display: none;
}

.selectric .label:after {
  content: '\f004';
  font-family: "debtor-custom";
  color: #3867d6;
  position: absolute;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.selectric-open .label:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.selectric-focus .selectric {
  border-color: #aaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0 / 0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}*/

.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(../svg/referral.svg);
    mask-image: url(../svg/referral.svg);
    background: #06092b;
    display: inline-block;
    vertical-align: middle;
}

/* Items box */
.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    -webkit-box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.12);
    border: none;
    border-radius: 4px;
    z-index: -1;
}

    .selectric-items .selectric-scroll {
        height: 100%;
        overflow: auto;
    }

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.selectric-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 20px;
}

.selectric-items li {
    list-style: none;
    padding: 8px;
    margin: 0;
    min-height: 20px;
    display: block;
    color: #57606f;
    cursor: pointer;
}

    .selectric-items li.selected {
        background: rgba(56, 103, 214, 0.25) !important;
        color: #444;
    }

    .selectric-items li.highlighted, .selectric-items li:hover {
        background: rgba(56, 103, 214, 0.25);
        color: #06092b;
    }

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}

.free-flyers--illustration {
    width: 90%;
}

.highlight--primary {
    font-weight: bold;
    color: rgb(50.5428571429, 156.8571428571, 64.4857142857);
}

/* General Rules */
html,
body {
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
}

*: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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: top 3s ease-in-out !important;
    /*transition: top 3s ease-in-out !important;*/
}

    .main-header.no-sticky {
        position: relative;
    }

.sticky {
    position: fixed;
    z-index: 1300;
}

.main-header:not(.glass--show) {
    background-color: #ffffff;
    border-bottom: 1px solid #e6e7eb;
}

.uppercase--small {
    text-transform: uppercase;
    font-weight: 500;
    color: #57606f;
}

@-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: rgba(255, 255, 255, 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: 600;
}

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;
}

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 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 !important;
    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: #3867d6 !important;
}

    .color--highlight.green {
        color: rgb(50.5428571429, 156.8571428571, 64.4857142857) !important;
    }

    .color--highlight.red {
        color: #e73a29 !important;
    }

@media only screen and (max-device-width: 480px) {
    .color--highlight.fadeEffect {
        height: 38px;
    }
}

.color--secondary {
    color: #57606f !important;
}

.pulsating-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 30px;
}

    .pulsating-circle:before {
        content: "";
        position: relative;
        display: block;
        width: 300%;
        height: 300%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: -100%;
        margin-top: -100%;
        border-radius: 45px;
        background-color: rgb(50.5428571429, 156.8571428571, 64.4857142857);
        -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
        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("../svg/logo-symbol.svg") no-repeat no-repeat;
        -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
        animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    }

@-webkit-keyframes pulse-ring {
    0% {
        -webkit-transform: scale(0.33);
        transform: scale(0.33);
    }

    80%, 100% {
        opacity: 0;
    }
}

@keyframes pulse-ring {
    0% {
        -webkit-transform: scale(0.33);
        transform: scale(0.33);
    }

    80%, 100% {
        opacity: 0;
    }
}

@-webkit-keyframes pulse-dot {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes pulse-dot {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

/* End of custom classes */
/* Overall styling */
body {
    font-family: "Gotham Rnd SSm", Arial, Helvetica, sans-serif;
    color: #06092b;
    background-color: #f9f9f9;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: white;
    overflow-x: hidden;
    min-width: 320px;
}

    body.modal-open {
        height: 100%;
        overflow: hidden !important;
    }

    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(6, 9, 43, 0.7);
            z-index: 1105;
        }

.badge--outline {
    border-radius: 4px;
    border: 1px solid #3867d6;
    padding: 10px;
    color: #3867d6;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
}

.overlay-highlight {
    width: 100%;
    position: relative;
    background: url("../svg/overlay-highlight.svg") center/100% no-repeat;
    z-index: 1;
}

    .overlay-highlight.warning {
        background: url("../svg/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: .835rem;
        line-height: 1.25rem;
        margin-bottom: .45rem !important;
        margin-top: 1rem !important
    }
}

.form-control {
    background-color: #f4f5f9 !important;
    font-weight: 500;
    color: #06092b;
    border-radius: 4px;
    height: auto;
    padding: 12px 15px;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all 0.5s ease-in-out;
    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 button {
    width: 100%;
    padding: 12px !important;
    background-color: rgb(50.5428571429, 156.8571428571, 64.4857142857);
    background: rgb(50.5428571429, 156.8571428571, 64.4857142857);
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
}

    form button.primary-button--filled {
        width: 100%;
        padding: 12px !important;
        background-color: rgb(50.5428571429, 156.8571428571, 64.4857142857);
        background: rgb(50.5428571429, 156.8571428571, 64.4857142857);
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #ffffff;
    }

.primary-button--filled {
    color: #ffffff;
    background-color: rgb(50.5428571429, 156.8571428571, 64.4857142857);
}

    .primary-button--filled.bigger {
        max-width: 100%;
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
        min-width: 65%;
    }

.secondary-button--filled {
    color: #ffffff;
    background-color: #e73a29;
}

.button--normal {
    padding: 15px 30px;
    margin-top: 15px;
}

.white-button--filled {
     color: rgb(50.5428571429, 156.8571428571, 64.4857142857) !important;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.12);
}

    .white-button--filled:hover {
        color: rgb(50.5428571429, 156.8571428571, 64.4857142857) !important;
        background-color: #f4f5f9;
    }

.primary-button--filled:hover {
    color: #ffffff;
    background-color: #2c8738 !important;
    background: #2c8738 !important;
}


.primary-button--filled.link-button {
    background-color: #2e46a5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    padding: 18px 24px !important;
    gap: 12px;
}

    .primary-button--filled.link-button i {
        background-color: #ffffff;
        margin: 0;
        min-width: 24px;
        min-height: 24px;
    }

    .primary-button--filled.link-button:hover {
        background-color: rgb(34.8815165877, 53.0805687204, 125.1184834123) !important;
    }

    .primary-button--filled.link-button:not(.uppercase) {
        text-transform: unset;
    }

.primary-button--filled.white {
    color: #2e46a5 !important;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    padding: 18px 24px !important;
    gap: 12px;
}

    .primary-button--filled.white i {
        background-color: #2e46a5;
        margin: 0;
        min-width: 24px;
        min-height: 24px;
    }

    .primary-button--filled.white i {
        color: #2e46a5;
    }

    .primary-button--filled.white:hover {
        background-color: #ffffff !important;
        border: 1px solid rgb(34.8815165877, 53.0805687204, 125.1184834123) !important;
    }

    .primary-button--filled.white:not(.uppercase) {
        text-transform: unset;
    }

.secondary-button--filled:hover {
    color: #ffffff;
    background-color: #b82214 !important;
    background: #b82214 !important;
}

.primary-button--outline {
    color: rgb(50.5428571429, 156.8571428571, 64.4857142857);
    border: 1px solid rgb(50.5428571429, 156.8571428571, 64.4857142857);
    border-radius: 4px;
}

    .primary-button--outline:hover {
        color: #ffffff;
        background-color: #2c8738 !important;
        background: #2c8738 !important;
    }

.gray-button--outline {
    color: #2e46a5;
    border: 1px solid #e6e7eb;
    border-radius: 4px;
}

    .gray-button--outline:hover {
        border: 1px solid #06092b;
    }


.gray-button--filled {
    color: #06092b;
    background: #e6e7eb;
    border-radius: 4px;
}

    .gray-button--filled:hover {
        border: 1px solid #06092b;
    }

.highlight-button--outline {
    color: #3867d6;
    border: 1px solid #3867d6;
    border-radius: 4px;
}

    .highlight-button--outline:hover {
        color: #ffffff;
        background-color: #3867d6 !important;
        background: #3867d6 !important;
    }

.secondary-button--outline {
    color: #e73a29;
    border: 1px solid #e73a29;
    border-radius: 4px;
}
    .secondary-button--outline.bigger {
        max-width: 100%;
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
        min-width: 65%;
    }

    .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: rgb(50.5428571429, 156.8571428571, 64.4857142857) !important;
        background-color: #ffffff !important;
    }

.input-error .form-control:-ms-input-placeholder,
.input-error .label, .input-error:-ms-input-placeholder.form-control,
.input-error .form-control::-ms-input-placeholder {
    color: #e73a29;
}

.input-error .form-control::-ms-input-placeholder,
.input-error .label, .input-error:-ms-input-placeholder.form-control,
.input-error .form-control::-ms-input-placeholder {
    color: #e73a29;
}

.input-error .form-control::placeholder,
.input-error .label, .input-error:-ms-input-placeholder.form-control,
.input-error .form-control::-ms-input-placeholder {
    color: #e73a29;
}

.form-control:-ms-input-placeholder, :-ms-input-placeholder.form-control,
.form-control::-ms-input-placeholder {
    color: #747d8c;
}

.form-control::-ms-input-placeholder, :-ms-input-placeholder.form-control,
.form-control::-ms-input-placeholder {
    color: #747d8c;
}

.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: #06092b;
    background: url("../svg/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: #3867d6;
        background: url("../underline2.html") bottom left/100% 0.5rem no-repeat;
        padding-bottom: 0.5rem;
    }

p.text--huge {
    color: #06092b;
    font-weight: 400;
    position: relative;
}

p.text--highlight {
    color: #3867d6 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
}

    p.text--highlight.no-letter-spacing {
        letter-spacing: 0 !important;
    }

p.text--important {
    color: #06092b;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.features {
        font-weight: 500;
        margin: 30px 0;
        color: #06092b;
    }

        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: 300;
                }

                ul.features.inside-form li.feature--item:before {
                    color: #3867d6 !important;
                    top: -2px;
                }

        ul.features li.feature--item {
            position: relative;
            margin-bottom: 24px;
        }

            ul.features li.feature--item:before {
                content: '\e813';
                font-family: "debtor-custom";
                color: #3867d6;
                position: absolute;
                top: -4px;
            }

    ul li span {
        display: block;
        padding-left: 30px;
    }

        ul li span.feature--descritpion {
            font-weight: 300;
            color: #57606f;
            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: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: #2e46a5;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    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: rgb(50.5428571429, 156.8571428571, 64.4857142857);
        }

    .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: #3867d6;
        padding: 5px 8px;
        border-radius: 4px;
        font-weight: 500;
        font-family: "Gotham Rnd SSm", Arial, Helvetica, sans-serif;
        max-width: -webkit-fit-content;
        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;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: #747d8c;
}

.navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(1) {
    -webkit-transform: translate(3px) rotate(45deg);
    transform: translate(3px) rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    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) {
    -webkit-transform: translate(3px) rotate(-45deg);
    transform: translate(3px) rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

.navbar-toggler[aria-expanded="false"] .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    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) {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.txt-menu {
    position: absolute;
    left: -3px;
    bottom: -16px;
    font-weight: 300;
    color: #747d8c;
}

.navbar .container {
    -ms-flex-wrap: initial;
    flex-wrap: initial;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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";
        -webkit-transform: scaleX(-1);
        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: #06092b !important;
        font-weight: 400 !important;
    }

    .navbar .navbar-nav .nav-item:not(.active) .nav-link.highlighted:hover {
        color: #06092b !important;
        font-weight: 500 !important;
    }

.navbar .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    color: #06092b;
}

    .navbar .navbar-nav .nav-link:focus, .navbar .navbar-nav .nav-link:visited {
        padding-right: 0;
        padding-left: 0;
        color: #06092b;
    }

    .navbar .navbar-nav .nav-link:hover {
        padding-right: 0;
        padding-left: 0;
        color: #06092b;
        font-weight: 500;
    }

.navbar .navbar-nav .nav-item.active .nav-link {
    font-weight: 600;
    color: #3867d6;
}

.highlighted {
    color: #3867d6 !important;
    font-weight: 500 !important;
}

    .highlighted:link, .highlighted:hover, .highlighted:visited {
        color: #3867d6 !important;
        font-weight: 500 !important;
    }

.btn {
    text-transform: uppercase;
    font-weight: 500;
}

    .btn:hover, .btn:focus, .btn:active {
        -webkit-box-shadow: none;
        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;
            -webkit-transition: opacity .3s ease-in-out !important;
            transition: opacity .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;
            -webkit-transition: opacity .3s ease-in-out !important;
            transition: opacity .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: #f6f7fb !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: #06092b !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: #3867d6 !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: #f6f7fb;
            }

    #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;
    }

    .items-purchased {
        margin-bottom: 20px;
    }

        .items-purchased li {
            margin: 0 !important;
            padding: 10px 0 !important;
            background-color: #f4f5f9;
        }

            .items-purchased li:last-of-type {
                border-bottom: 1px solid #e6e7eb;
            }

            .items-purchased li span {
                padding-left: 20px !important;
                padding-right: 20px !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;
        }

    #store .container {
        width: 100% !important;
        max-width: none !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .store--sidebar-menu .search-form {
        margin-top: 20px;
    }

    .cart-summary {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 100;
    }

    .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: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-box-orient: horizontal !important;
            -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
            flex-direction: row !important;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            text-align: center;
            -webkit-box-align: center !important;
            -ms-flex-align: center !important;
            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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        text-align: center !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 2rem;
        margin-bottom: 5px;
    }

        .debtor-sidebar--headline.credt-card-number .text--secondary-color.d-flex.flex-row {
            -webkit-box-orient: vertical !important;
            -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
            flex-direction: column !important;
            -webkit-box-align: center !important;
            -ms-flex-align: center !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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        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: rgb(50.5428571429, 156.8571428571, 64.4857142857);
}

/* 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(../png/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;
    }
}*/
@media (max-width: 1199px) {
    #referral-program-hero:before {
        display: none;
    }
}

#course-selection-hero.course-selection-boxes {
    background: unset;
    background-repeat: unset;
    background-position: unset;
}

    #course-selection-hero.course-selection-boxes *:not(.letter-spacing) {
        letter-spacing: unset !important;
    }

    #course-selection-hero.course-selection-boxes h4 {
        color: #06092b !important;
    }

    #course-selection-hero.course-selection-boxes .course-selection-tip {
        justify-content: center;
    }

        #course-selection-hero.course-selection-boxes .course-selection-tip .icon-info-2 {
            margin-top: 5px !important;
        }

@media (max-width: 575px) {
    #course-selection-hero.course-selection-boxes .course-selection-tip {
        margin-left: auto;
        margin-right: auto;
    }

        #course-selection-hero.course-selection-boxes .course-selection-tip p {
            font-size: calc(5px + 1.1vw) !important;
            line-height: calc(8px + 1.25vw) !important;
            text-align: center;
        }

        #course-selection-hero.course-selection-boxes .course-selection-tip .icon {
            min-width: 12px;
            max-width: 12px;
            margin-top: -1px !important;
        }
}

@media (max-width: 575px) {
    #course-selection-hero.course-selection-boxes .letter-spacing {
        font-size: calc(5px + 1.25vw) !important;
        line-height: calc(8px + 1.25vw) !important;
    }
}

@media (max-width: 575px) {
    #course-selection-hero.course-selection-boxes .btn {
        font-size: 14px !important;
    }

        #course-selection-hero.course-selection-boxes .btn span {
            font-size: 12px !important;
        }
}

#course-selection-hero.course-selection-boxes .course-selection-wrapper {
    margin-top: 20px;
}

    #course-selection-hero.course-selection-boxes .course-selection-wrapper .course-selection-card.primary {
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    #course-selection-hero.course-selection-boxes .course-selection-wrapper .course-selection-card.secondary {
        border-bottom-left-radius: 8px;
        border-top-right-radius: 0;
    }

@media (max-width: 575px) {
    #course-selection-hero.course-selection-boxes .course-selection-wrapper .course-selection-card {
        padding: 1rem;
    }
}

#course-selection-hero.course-selection-boxes:before {
    display: none;
}

#course-selection-hero.course-selection-boxes.neutral-bg .mainCourse {
    background-color: rgba(255, 255, 255, 0.925) !important;
}

#course-selection-hero.course-selection-boxes.neutral-bg .courseTitle {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4px;
}

@media (min-width: 768px) {
    #course-selection-hero.course-selection-boxes.neutral-bg .courseTitle {
        line-height: 1.55rem;
        max-width: 16ch;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #course-selection-hero.course-selection-boxes.neutral-bg .courseTitle {
        height: 64px;
    }
}

#course-selection-hero.course-selection-boxes.neutral-bg .secondaryCourse {
    background-color: rgba(230, 231, 235, 0.875) !important;
}

@media (max-width: 768px) {
    #course-selection-hero.course-selection-boxes.neutral-bg .secondaryCourse {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #course-selection-hero.course-selection-boxes.neutral-bg .btn {
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.25rem;
    }
}

#course-selection-hero .course-selection--q-a {
    margin-bottom: 0;
    padding: 0 !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-top: 0;
}

    #course-selection-hero .course-selection--q-a > div.banner {
        background-image: linear-gradient(to right, rgba(220.92125, 228.97, 247.97875, 0.575), rgba(220.92125, 228.97, 247.97875, 0.675) 10%, rgba(220.92125, 228.97, 247.97875, 0.775) 60%, rgba(220.92125, 228.97, 247.97875, 0.475) 80%);
        -webkit-backdrop-filter: brightness(110%) blur(20px);
        backdrop-filter: brightness(110%) blur(20px);
        border-radius: 4px;
        display: flex;
        flex-direction: row;
        padding: 0.75rem 1rem;
        position: relative;
        width: 100%;
        text-align: left;
        align-items: center;
        gap: 40px;
    }

        #course-selection-hero .course-selection--q-a > div.banner > div {
            display: flex;
            flex-direction: column;
            gap: 4px;
            text-align: left;
        }

        #course-selection-hero .course-selection--q-a > div.banner p {
            font-size: 0.925rem !important;
            margin: 0 !important;
            line-height: 1.15rem;
            color: rgba(6, 9, 43, 0.875);
        }

            #course-selection-hero .course-selection--q-a > div.banner p:first-of-type {
                font-weight: 500;
            }

@media (max-width: 992px) {
    #course-selection-hero .course-selection--wrapper,
    #course-selection-hero .course-selection-wrapper,
    #course-selection-hero .watch-video-wrapper,
    #course-selection-hero #rotate-features {
        margin-left: auto;
        margin-right: auto;
    }
}

#course-selection-hero .watch-video-wrapper {
    white-space: nowrap;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 60px;
}

@media (max-width: 992px) {
    #course-selection-hero .watch-video-wrapper a {
        display: flex !important;
        flex-direction: column !important;
        align-items: center;
        gap: 4px;
    }

    #course-selection-hero .watch-video-wrapper span:first-of-type {
        margin-top: 16px;
    }
}

/*#course-selection-hero .watch-video-wrapper a,
#course-selection-hero .watch-video-wrapper .icon {
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, transform 0.15s ease-in-out;
}*/

    #course-selection-hero .watch-video-wrapper .icon:after {
        transition: transform 0.15s ease-in-out;
    }

#course-selection-hero .watch-video-wrapper:hover .icon {
    background-color: rgb(34.8815165877, 53.0805687204, 125.1184834123) !important;
}

#course-selection-hero .watch-video-wrapper:hover a {
    color: rgb(34.8815165877, 53.0805687204, 125.1184834123);
}

#course-selection-hero .watch-video-wrapper:hover .icon-play-2 {
    transform: scale(115%);
}

    #course-selection-hero .watch-video-wrapper:hover .icon-play-2:after {
        transform: scale(115%);
    }

#course-selection-hero .watch-video-wrapper a {
    font-size: 1rem;
}

#course-selection-hero .watch-video-wrapper .watch-video .icon-play-2 {
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 18px;
    background-color: #2e46a5;
    position: relative;
    margin-right: 20px !important;
}

    #course-selection-hero .watch-video-wrapper .watch-video .icon-play-2:before {
        z-index: 10;
    }

    #course-selection-hero .watch-video-wrapper .watch-video .icon-play-2:after {
        content: "";
        position: absolute;
        width: 64px;
        height: 64px;
        background-color: rgba(46, 70, 165, 0.2);
        top: -10px;
        left: -10px;
        border-radius: 50%;
        z-index: 0;
    }

#course-selection-hero .course-selection-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}

    #course-selection-hero .course-selection-container .heading--main {
        font-size: 50px;
    }

@media (min-width: 992px) {
    #course-selection-hero .course-selection-container .heading--main {
        line-height: 56px;
    }
}

#course-selection-hero .course-selection-container .approved-in-all-us-states-badge {
    background-color: rgba(201.6923076923, 231.3076923077, 204.6538461538, 0.78);
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 10px;
    font-size: 14px;
    color: #06092b;
    gap: 4px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 2px 10px;
    font-weight: 500;
    margin-bottom: 16px;
}

@media (max-width: 992px) {
    #course-selection-hero .course-selection-container .approved-in-all-us-states-badge {
        margin-left: auto;
        margin-right: auto;
    }
}

#course-selection-hero .course-selection-container .approved-in-all-us-states-badge .icon {
    color: rgb(38.1142857143, 118.2857142857, 48.6285714286);
    font-size: 16px;
}

@media (max-width: 768px) {
    #course-selection-hero .course-selection-container .approved-in-all-us-states-badge {
        font-size: calc(6px + 1.5vw) !important;
        line-height: calc(8px + 1.5vw) !important;
    }
}

@media (min-width: 1366px) {
    #course-selection-hero .course-selection-container {
        min-width: 1260px;
        max-width: 1260px;
    }
}

#course-selection-hero .course-selection-wrapper {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
}
@media (max-width: 575px) {
    #course-selection-hero.new-v1 .course-selection-wrapper {
        flex-wrap: wrap !important;
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    #course-selection-hero.new-v1 .course-selection--wrapper.pt-xs-3 {
        padding-top: 10px !important;
    }
}

@media (max-width: 991px) {
    #course-selection-hero.new-v1 .watch-video-wrapper .watch-video {
        display: flex !important;
        flex-direction: row !important;
        background-color: rgba(46, 70, 165, .65);
        font-size: clamp(12px, 5px + 1.5vw, 1rem) !important;
        align-items: center;
        padding: .5rem !important;
        border-radius: 16px;
    }
}

@media (max-width: 991px) {
    #course-selection-hero.new-v1 .watch-video-wrapper .watch-video .icon-play-2 {
        width: 20px;
        height: 20px;
        margin-right: 0 !important;
        background-color: #fff;
    }
}

@media (max-width: 991px) {
    #course-selection-hero.new-v1 .watch-video-wrapper .watch-video * {
        color: #fff !important;
        margin: 0;
    }
}

@media (max-width: 991px) {
    #course-selection-hero.new-v1 .watch-video-wrapper .watch-video .icon-play-2:before {
        font-size: 8px;
        color: #2e46a5;
    }
}

@media (min-width: 992px) {
    #course-selection-hero .watch-video-wrapper .watch-video .icon-play-2:after {
        content: "";
        position: absolute;
        width: 64px;
        height: 64px;
        background-color: rgba(46, 70, 165, 0.2);
        top: -10px;
        left: -10px;
        border-radius: 50%;
        z-index: 0;
    }
}

@media (max-width: 992px) {
    #course-selection-hero .watch-video-wrapper .watch-video .icon-play-2:after {
       display:none !important;
    }
}
@media (max-width: 575px) {
    #course-selection-hero.new-v1 .course-selection-wrapper .course-selection-card {
        width: 100%;
        padding: 14px 10px;
    }
}
    #course-selection-hero .course-selection-wrapper .course-selection-card {
        background-color: #ffffff;
        border-radius: 8px;
        padding: 28px 20px;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

@media (max-width: 1199px) {
    #course-selection-hero .course-selection-wrapper .course-selection-card {
        padding: 20px 16px;
    }
}

#course-selection-hero .course-selection-wrapper .course-selection-card .letter-spacing {
    color: #57606f;
    letter-spacing: 2px;
    font-size: 0.875rem;
    line-height: 18px;
}

#course-selection-hero .course-selection-wrapper .course-selection-card h4.h5 {
    font-size: 1.25rem;
}

#course-selection-hero .course-selection-wrapper .course-selection-card .btn {
    margin-bottom: 10px;
    text-transform: none;
    font-weight: 600;
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 8px;
}

@media (min-width: 1200px) {
    #course-selection-hero .course-selection-wrapper .course-selection-card .btn {
        font-size: 1.15rem;
    }
}

@media (min-width: 768px) {
    #course-selection-hero .course-selection-wrapper .course-selection-card .btn {
        margin-top: 16px;
    }
}

#course-selection-hero .course-selection-wrapper .course-selection-card .btn span {
    font-weight: 500;
    margin-top: 2px;
    font-size: 12px;
}

@media (min-width: 1200px) {
    #course-selection-hero .course-selection-wrapper .course-selection-card .btn span {
        font-size: 0.975rem;
    }
}

#course-selection-hero .course-selection-wrapper .course-selection-card .course-selection-tip {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    text-align: left;
}

    #course-selection-hero .course-selection-wrapper .course-selection-card .course-selection-tip .icon {
        margin-top: 3px;
    }

    #course-selection-hero .course-selection-wrapper .course-selection-card .course-selection-tip p {
        color: #57606f;
        font-weight: 500;
    }

#course-selection-hero .course-selection-wrapper .course-selection-card p {
    margin: 0;
}

#course-selection-hero .course-selection-wrapper .course-selection-card.primary {
    border-bottom: 4px solid rgba(50.5428571429, 156.8571428571, 64.4857142857, 0.3);
    box-shadow: 10px 0px 14px 0 rgba(6, 9, 43, 0.09);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

@media (min-width: 575px) {
    #course-selection-hero .course-selection-wrapper .course-selection-card.primary {
        border-bottom-left-radius: 8px;
    }
}

#course-selection-hero .course-selection-wrapper .course-selection-card.secondary {
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: saturate(90%) blur(19px);
    backdrop-filter: saturate(90%) blur(19px);
    border-bottom: 4px solid rgba(231, 58, 41, 0.3);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    #course-selection-hero .course-selection-wrapper .course-selection-card.secondary .btn {
        font-weight: 500;
    }

        #course-selection-hero .course-selection-wrapper .course-selection-card.secondary .btn span {
            font-weight: 400;
        }


@media (min-width: 575px) {
    #course-selection-hero .course-selection-wrapper .course-selection-card.primary {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    #course-selection-hero .course-selection-wrapper .course-selection-card.secondary {
        border-top-right-radius: 8px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}


   /* @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 (max-width: 992px) {
    #course-selection-hero .course-selection-wrapper {
        margin-top: 30px;
        justify-content: center;
    }
}
#course-selection-hero.new-v1 {
    background-color: #F0FAF3 !important;
}
@media (min-width: 991px) {
    #course-selection-hero.new-v1 {
        background: url(../webp/hero-xl-2-compressed.webp);
        background-repeat: no-repeat;
        background-position: right -50px bottom;
        background-size: auto calc(100% + 50px);
        height: calc(100vh - 200px);
        min-height: 820px;
        padding-bottom: 48px;
    }
}
/*@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 (max-width: 991px) {
    #course-selection-hero.new-v1 {
        background-image: url(../images/hero-sm-5.webp);
        background-repeat: no-repeat;
    }
}*/
@media (max-width: 991px) {
    #course-selection-hero.new-v1 {
        background-position: bottom -60px center;
        background-image: url(../webp/hero-sm-5.webp);
        /* background-image: url(../images/hero-sm.webp);*/
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 20rem;
    }
}


    /*@media (min-width: 991px) {
        #course-selection-hero.new-v1 {
            background: url(../images/hero-xl-2-compressed.webp);
            background-repeat: no-repeat;
            background-position: right -50px bottom;
            background-size: auto calc(100% + 50px);
            height: calc(100vh - 200px);
            min-height: 820px;
            padding-bottom: 48px;
        }
    }

@media (max-width: 991px) {
    #course-selection-hero.new-v1 {
        background-image: url(../images/hero-sm-5.webp);*/
        /* background: url(../images/hero-xl.webp);*/
        /*background-repeat: no-repeat;*/
        /*background-position-y: center;
        background-position-x: right;*/
        /*background-size: cover;
        background-position: bottom -60px center;
    }
}*/
/*#course-selection-hero.new-v1 .watch-video-wrapper .watch-video {
    display: flex !important;
    flex-direction: row !important;
    background-color: rgba(46, 70, 165, 0.65);
    font-size: clamp(12px, 5px + 1.5vw, 1rem) !important;
    align-items: center;
    padding: 0.5rem !important;
    border-radius: 16px;
}*/

    /*@media (min-width: 991px) and (max-width: 1199px) {
        #course-selection-hero.new-v1 {
            background-position-x: 70%;
        }
    }*/
   /* #course-selection-hero.new-v1 .watch-video-wrapper .watch-video:hover {
        background-color: rgba(46, 70, 165, 0.85);
    }

        #course-selection-hero.new-v1 .watch-video-wrapper .watch-video:hover .icon-play-2 {
            background-color: #ffffff !important;
        }*/

    /*#course-selection-hero.new-v1 .watch-video-wrapper .watch-video * {
        color: #ffffff !important;
        margin: 0;
    }*/

   /* #course-selection-hero.new-v1 .watch-video-wrapper .watch-video .icon-play-2 {
        width: 20px;
        height: 20px;
        margin-right: 0 !important;
        background-color: #ffffff;
    }*/

        /*#course-selection-hero.new-v1 .watch-video-wrapper .watch-video .icon-play-2:before {
            font-size: 8px;
            color: #2e46a5;
        }

        #course-selection-hero.new-v1 .watch-video-wrapper .watch-video .icon-play-2:after {
            display: none;
        }*/



@media (min-width: 575px) and (max-width: 700px) {
    #course-selection-hero.new-v1 {
        /* background-position: 70% 80px;
        background-image: url(../images/hero-sm.webp), url(../images/hero-sm.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 20rem;*/
        background-position: bottom -3vw center !important;
    }
}
@media (max-width: 575px) {
    #course-selection-hero.new-v1 .course-selection-wrapper .course-selection-tip p {
        font-size: calc(5px + 1.25vw) !important;
        line-height: calc(8px + 1.25vw) !important;
        text-align: center;
    }
}
@media (min-width: 385px) and (max-width: 991px) {
    #course-selection-hero.new-v1 {
        padding-bottom: 20rem;
        position: relative;
        background-size: 100% auto;
        background-position: bottom -6vw center;
    }
        #course-selection-hero.new-v1 #rotate-features {
            position: absolute;
            width: 95%;
            margin-left: 2.5%;
            bottom: 50px !important;
        }
}



    @media (max-width: 575px) {
        #course-selection-hero.new-v1 {
            padding-bottom: 180px !important;
            background-position: bottom -3vw center;
            background-size: 130% auto;
        }
    }

/*#course-selection-hero.new-v1 #rotate-features {
    width: 90vw;
    margin-left: 2.5vw;
}*/

#course-selection-hero .watch-video-wrapper a {
    font-size: 1rem;
}

/*#course-selection-hero.new-v1 .course-selection--wrapper.pt-xs-3 {
    padding-top: 10px !important;
}*/

/*#course-selection-hero.new-v1 .course-selection-wrapper {
    flex-wrap: wrap;
    margin-top: 20px;
}*/
    /*#course-selection-hero.new-v1 .course-selection-wrapper .course-selection-card {
        width: 100%;
        padding: 14px 10px;
    }*/
       /* #course-selection-hero.new-v1 .course-selection-wrapper .course-selection-card .btn {
            font-size: 15px;
        }*/
            /*#course-selection-hero.new-v1 .course-selection-wrapper .course-selection-card .btn span {
                font-size: 13px;
            }*/

   /* @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;
                }
    }*/

    /*#course-selection-hero.new-v1 .course-selection-wrapper .letter-spacing {
        font-size: calc(5px + 1.25vw) !important;
        line-height: calc(8px + 1.25vw) !important;
    }*/

    #course-selection-hero.new-v1 .course-selection-wrapper .course-selection-tip {
        margin-left: auto;
        margin-right: auto;
    }

       /* #course-selection-hero.new-v1 .course-selection-wrapper .course-selection-tip p {
            font-size: calc(5px + 1.25vw) !important;
            line-height: calc(8px + 1.25vw) !important;
            text-align: center;
        }*/

        #course-selection-hero.new-v1 .course-selection-wrapper .course-selection-tip .icon {
            min-width: 12px;
            max-width: 12px;
            margin-top: -1px;
        }

        /*#course-selection-hero .hero-iphone #lottie {
            height: 540px;
            overflow: hidden;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            opacity: 1;
            text-align: center;
        }*/

  /*  @media (min-width: 767px) {
        #course-selection-hero .hero-iphone #lottie {
            margin-left: -40%;
        }
    }*/

@media (max-width: 395px) {
    #course-selection-hero.new-v1 {
        padding-bottom: 180px !important;
        background-position: bottom 2vw center;
        background-size: 200% auto;
    }

        #course-selection-hero.new-v1 #rotate-features {
            margin-left: 0;
        }
}

@media (max-height: 800px) {
    #course-selection-hero {
        height: 100%;
    }
}

    @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: #06092b !important;
    }

    #course-selection-hero a.secondary-course {
        color: #06092b;
    }

    #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 {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    @media (min-width: 767px) and (max-width: 1199px) {
        #course-selection-hero .course--title {
            height: 18%;
        }
    }

    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: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: relative;
        }

    @media (max-width: 575px) {
        section#about-referral-program .about-referral--features .referral-img-wrapper {
            -webkit-box-orient: vertical !important;
            -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
            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(56, 103, 214, 0.2);
        color: #06092b;
        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: rgba(199.7142857143, 237.1857142857, 204.6285714286, 0.45);
    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;
    }
        section#about-course .about-course--features .col-6 > div {
            border-bottom: 1px solid #e6e7eb;
            background-color: hsla(0, 0%, 100%, 0.7);
            -webkit-backdrop-filter: saturate(180%) blur(15px);
            backdrop-filter: saturate(180%) blur(15px);
            border-radius: 4px;
            padding: 1rem;
            height: 100%;
            transition: transform 0.15s ease-in-out;
        }

            section#about-course .about-course--features .col-6 > div:hover {
                transform: scale(104%);
                -webkit-backdrop-filter: unset;
                backdrop-filter: unset;
            }

    @media (min-width: 575px) {
        section#about-course .about-course--features {
            margin-top: 60px;
        }
    }

@media (max-width: 768px) {
    section#about-course .about-course--features .col-6 {
        margin-bottom: 30px !important;
    }
}

    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;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #ffffff;
        border-radius: 4px;
        color: #06092b;
        -webkit-box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.12);
        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: 300;
        }

        .money-back-guarantee:before {
            content: '\e813';
            font-family: "debtor-custom";
            top: -5px;
            height: 100%;
            position: absolute;
            color: #3867d6;
        }

    .course-selection--button {
        padding: 15px 35px;
        text-transform: none;
    }

.watch-video .icon-play-2 {
    background: #3867d6;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    align-self: center;
    padding-left: 4px;
    text-align: center;
    color: #ffffff;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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: 300;
    }

    .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: #f6f7fb;
        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: url("../webp/testimonial-background.webp");
        background-color: #f4f5f9;
        background-size: cover;
        background-position: center;
    }

        #testimonial .icon-quote {
            color: #3867d6;
        }

        #testimonial .completed-course-date {
            margin-top: 0;
        }

        #testimonial .testimonial--client {
            max-height: 500px;
        }

        #testimonial .completed-course-date:before {
            content: '\e812';
            font-family: "debtor-custom";
            color: #3867d6;
            margin-right: 5px;
        }

    #completion-status {
        background-color: #06092b;
        padding: 40px 0;
    }

        #completion-status .heading--main {
            margin-top: 20px;
        }

    .form-group-multiple.form-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        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: .8rem;
            max-height: calc(100% - 30px) !important;
            border: 1px solid rgba(116, 125, 140, 0.5);
            color: #747d8c !important;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            background: #f4f5f9;
        }

            .form-group-multiple.form-2 a.btn:hover {
                border: 1px solid #3867d6;
                color: #3867d6 !important;
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }

    .form-wrapper {
        background-color: #ffffff;
        border-radius: 4px;
        position: relative;
    }

        .form-wrapper.has-footer {
            border-bottom-left-radius: 0 !important;
            border-bottom-right-radius: 0 !important;
        }
            .form-wrapper.has-footer form {
                padding: 30px;
            }

        .form-wrapper.p-sm-3 {
            padding: 30px !important;
        }

    .form-wrapper--footer {
        background-color: rgba(244, 245, 249, 0.95);
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        padding: 20px;
        text-align: center;
    }

        .form-wrapper--footer .form--info {
            color: rgba(6, 9, 43, 0.7) !important;
        }
        .form-wrapper--footer.highlight-bg {
            background-color: rgba(56, 103, 214, 0.1);
            padding: 0.875rem 1rem;
        }

    .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;
        -webkit-transition: all 0.5s ease-in-out;
        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: rgb(50.5428571429, 156.8571428571, 64.4857142857);
}

        .dropdown-menu a:hover {
            background-color: #f4f5f9;
            color: #06092b !important;
            -webkit-transition: background 0.5s ease-in-out;
            transition: background 0.5s ease-in-out;
        }

        .dropdown-menu .dropdown-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            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;
    }

    .input-focused .form-control:not(:-moz-read-only) {
        -webkit-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) {
        -webkit-transition: all 0.5s ease-in-out;
        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,
    .input-error .selectric {
        -webkit-transition: all 0.5s ease-in-out;
        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;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .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;
            -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .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) {
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            display: block;
            opacity: 1;
        }

        .form-group.input-error .text-focus.text-error {
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            display: block;
            opacity: 1;
            padding: 0;
            margin: 0;
            top: 6px;
            color: #e73a29;
        }

    .form-group.input-warning {
        border: 1px solid #ff8800;
        -webkit-box-shadow: 0 0 2px 0 rgba(255, 136, 0, 0.7);
        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: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background-color: #ffffff;
            -webkit-box-sizing: border-box;
            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;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                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: #3867d6;
        cursor: not-allowed;
        pointer-events: none;
    }

    .form-group {
        border: 1px solid #f4f5f9;
        -webkit-box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0);
        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;
            -webkit-transition: all 0.3s ease-in-out;
            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: #3867d6;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .form-group.input-error {
            border: 1px solid #e73a29;
            -webkit-box-shadow: 0 0 2px 0 rgba(208, 2, 27, 0.7);
            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: #06092b;
        margin-bottom: 0;
    }

    #footer {
        background-color: #f6f7fb;
        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: #06092b !important;
    }

        #footer .category a {
            color: #06092b !important;
        }

    #footer ul li {
        line-height: 1.73rem;
    }

    #footer a {
        /* //color: #2e46a5;*/
    }

    #footer .social-media {
        color: #2e46a5;
        margin-top: 24px;
    }

        #footer .social-media a:link, #footer .social-media a:hover, #footer .social-media a:visited {
            color: #2e46a5;
        }

            #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;
            -webkit-transition: all .3s ease-in-out;
            transition: all .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='Authorize.net'] {
                max-width: 100px !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;
        -webkit-box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.05);
        height: 100%;
    }

    .card-title {
        margin-bottom: 10px;
        color: #06092b;
        font-weight: 500;
    }

    .card-body {
        color: #57606f;
    }

        .card-body .icon {
            margin-bottom: 15px;
            display: block;
        }

        .card-body .primary-button--filled {
            margin-top: 20px;
            padding: 12px 24px;
        }

    .expand-icon {
        display: block;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .expand-icon.expanded {
            -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

    .accordion--wrapper {
        margin-top: 60px;
    }

    #chapters .card {
        background: #ffffff;
        text-align: left;
        -webkit-box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.06);
        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 {
        background: #ffffff;
        padding: 14px 20px;
    }

    #chapters .card-header {
        background: #ffffff;
        border-bottom: 1px solid #e6e7eb !important;
        padding: 0 !important;
        position: relative;
    }

    #chapters .card button {
        padding: 14px 20px;
        width: 100%;
        text-align: left;
        text-transform: none;
        color: #57606f;
        font-weight: 500;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        #chapters .card button[aria-expanded="true"] {
            color: #06092b;
        }

    #chapters .text--secondary {
        margin-top: 0;
    }

    #chapters .card button .icon {
        padding-left: 20px;
    }

    #chapters .card button span {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

        #chapters .card button span.text--lighter-color {
            height: 100%;
            padding-right: 10px;
        }

    #chapters .card button .icon:before {
        color: #3867d6;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #chapters .card button[aria-expanded="true"] .icon:before {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #faq--hero {
        background: url("../svg/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: #57606f;
    }

    #faq--questions.background--light-highlight .card-body {
        background: #ffffff !important;
    }

    #faq--questions .card,
    #faq--questions .card-body {
        background: none;
        border: none !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #faq--questions .card-header {
        background: none;
        border: none !important;
        -webkit-box-shadow: none;
        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: #06092b;
            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: 300;
        }

    .count {
        padding-right: 5px;
    }

    #in-page-search.form-control {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        background-color: #ffffff !important;
        -webkit-box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.12) !important;
        box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.12) !important;
        padding: 20px 15px;
    }

    .search-form .icon {
        right: 15px;
        top: 25%;
        position: absolute;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        color: #747d8c;
    }

    #attorneys--hero {
        background-color: #2e46a5;
        color: #ffffff;
    }

        #attorneys--hero .btn {
            padding: 17px 20px;
        }

            #attorneys--hero .btn:last-of-type {
                padding: 17px 20px;
                font-weight: 300;
            }

    .attorney--color {
        background-color: #2e46a5 !important;
    }

    .attorney-portal-benefits {
        cursor: pointer;
    }

    .video-background {
        width: 110%;
        height: 120%;
        left: -40px;
        top: -32px;
        content: "";
        position: absolute;
        background: url("../svg/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: #2e46a5;
            }

    .video-bg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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: #06092b;
    }

    .package-content .icon-plus {
        -webkit-mask-image: url(../svg/icon-minus.svg);
        mask-image: url(../svg/icon-minus.svg);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .package-content .contact-faq-bg {
        background-color: #f6f7fb;
        margin-top: .5rem;
    }

    .package-content .collapsed .icon-plus {
        -webkit-mask-image: url(../svg/icon-plus.svg);
        mask-image: url(../svg/icon-plus.svg);
        -webkit-transition: all .3s ease-in-out;
        transition: all .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 + .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 - .8rem);
                content: '' !important;
                width: 8px;
                height: 8px;
                background: rgba(56, 103, 214, 0.5);
                border-radius: 50%;
            }

        .package-content .feature--item:before {
            display: none !important;
        }

    #contact-us .ulHeadline {
        margin-bottom: 24px;
        padding-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-transform: uppercase;
        color: #57606f;
        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: #2e46a5;
    }

    #contact-us .most-answered-questions .icon-down-open {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    #contact-us .most-answered-questions .contact-faq-bg {
        background-color: #f6f7fb;
        padding: 20px 30px;
        border-top: 1px solid #e6e7eb;
    }

    #contact-us .most-answered-questions .collapsed .icon-down-open {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all .3s ease-in-out;
        transition: all .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 {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #f4f5f9;
        position: relative;
        z-index: 1;
    }

    .card--lighter {
        -webkit-box-shadow: none;
        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: #06092b;
    }

    #contact-us .contact--info .card-header p.description {
        font-weight: 500;
        color: #57606f;
    }

    .card--lighter {
        padding: 20px 40px;
        height: 100% !important;
        border-radius: 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #state-information--hero {
        background-color: #42b273;
    }

    #states {
        margin-top: -140px;
    }

    .state-card {
        background-color: #ffffff;
        -webkit-box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.05);
        border-radius: 4px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        cursor: pointer;
        -webkit-box-align: center;
        -ms-flex-align: center;
        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: #2e46a5;
            padding-bottom: 30px;
        }
    }

    @media (min-width: 768px) {
        .attorney-login--form .left-info-sidebar {
            background-color: #2e46a5;
        }
    }

    .left-info-sidebar {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    @media (min-width: 768px) {
        .left-info-sidebar {
            background-color: #f6f7fb;
        }
    }

    #login--form .form-wrapper,
    #register--form .form-wrapper {
        background-color: #ffffff;
        -webkit-box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.12);
        border-radius: 4px;
        vertical-align: middle;
        width: 100%;
        position: relative;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    /* .tooltip-wrapper.hidden { display: none !important; } */
    #login--form .left-info-sidebar--content img {
        position: absolute;
        top: 20px;
    }

    .form-content--wrapper {
        width: 100%;
        position: relative;
    }

    #login--form .form-content--wrapper .text--secondary a {
        color: #57606f !important;
        font-weight: 400;
    }

    .footer--secondary {
        color: #57606f !important;
    }

        .footer--secondary a {
            color: #57606f !important;
        }

    .text--blue {
        color: #2e46a5;
    }

    .wrap {
        -webkit-animation: caret 1s steps(1) infinite;
        animation: caret 1s steps(1) infinite;
        border-right: 0.08em solid #fff;
        padding-right: 1px;
    }

    .typewrite {
        min-height: 54px;
        font-weight: 500;
    }

    input.form-control {
        min-height: 49px;
    }

    .individual-state--paragraph a {
        font-weight: 400 !important;
    }
.course-differentiate-banner {
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    padding: 0.75rem 1rem;
    position: relative;
    width: 100%;
    text-align: left;
    align-items: center;
    gap: 40px;
    border-top: 1px solid #e6e7eb;
    margin-top: 60px;
}

    .course-differentiate-banner > div {
        display: flex;
        flex-direction: column;
        gap: 4px;
        text-align: left;
    }

    .course-differentiate-banner p {
        font-size: 0.925rem !important;
        margin: 0 !important;
        line-height: 1.55rem;
        color: rgba(6, 9, 43, 0.875);
    }

        .course-differentiate-banner p:first-of-type {
            font-weight: 500;
        }

.other-course-promo-badge {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 36px;
    border-radius: 4px;
    padding: 0.45rem 1rem;
    gap: 6px;
    transition: transform 0.15s ease-in-out;
    font-size: 1rem !important;
    z-index: 1;
}

@media (min-height: 1000px) {
    .other-course-promo-badge {
        margin-bottom: 4rem;
    }
}

.other-course-promo-badge:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    z-index: -1;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: hsla(0, 0%, 100%, 0.4);
}

.other-course-promo-badge:after {
    content: "";
    position: absolute;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    top: -6px;
    left: -6px;
    background-image: linear-gradient(to right, rgba(0, 192, 181, 0.15) 70%, rgba(231, 58, 41, 0.35));
    border-radius: 6px;
    opacity: 0.5;
    z-index: -2;
}

.other-course-promo-badge:hover {
    transform: scale(102%);
}

    .other-course-promo-badge:hover:after {
        background-image: linear-gradient(to right, rgba(0, 192, 181, 0.3) 70%, rgba(231, 58, 41, 0.55));
    }

    .other-course-promo-badge:hover:before {
        -webkit-backdrop-filter: unset;
        backdrop-filter: unset;
        background-color: hsla(0, 0%, 100%, 0.25);
    }

.other-course-promo-badge > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.other-course-promo-badge span:first-of-type {
    color: rgba(6, 9, 43, 0.825);
    font-weight: 500;
}

.other-course-promo-badge span:last-of-type {
    font-weight: 400;
    font-size: 0.975rem !important;
    color: #57606f;
}

.other-course-promo-badge img {
    max-width: 28px !important;
    min-width: 28px !important;
}

    #register--form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }

        #register--form.registration-process-wrapper {
            background-color: #f6f7fb;
            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: #06092b !important;
            }

                #register--form.registration-process-wrapper .white a:not(.white) {
                    color: #339d40 !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: #f6f7fb;
    }

    .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: #339d40;
}

    #register--form:not(.attorney-register--form) .feature--item:last-of-type:before {
        content: "";
    }
#register--form.attorney-register--form .looking-for-client-area {
    background-color: rgba(56, 103, 214, 0.95);
    font-size: 0.955rem;
    padding: 0.55rem 0.75rem;
    border-radius: 6px;
    margin-top: 12px;
    margin-bottom: 20px;
}

    .back-button--wrapper {
        position: absolute;
        left: 12px;
    }

    .back-button {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        color: #57606f !important;
        text-transform: none;
    }

    .form-header--blue .back-button {
        color: #ffffff !important;
    }

.back-icon--wrapper {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #339d40;
    border-radius: 50%;
    color: #ffffff;
    margin-right: 6px;
}

        .back-icon--wrapper .icon-down-open {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .icon-down-open.open {
        -webkit-transform: rotate(-180deg);
        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: #3867d6;
        }

    /*.radio-button--custom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin-bottom: 17px;
}*/

    .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: #3867d6;
        border: 1px solid #3867d6 !important;
    }

        .radio-button--custom.with-circle input:checked + label:before {
            background-color: #3867d6;
            border: 2px solid #3867d6;
        }

    .radio-button--custom.with-circle.no-circle-mobile .selectric .label {
        display: block !important;
    }

    .radio-button--custom.w-100 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 100%;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 4px;
            border: 1px solid #e6e7eb;
            height: 100% !important;
            cursor: pointer;
            padding: 5px 10px 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: .25rem
            }

    .radio-button--custom input:checked + label {
        /* border: 1px solid #3ab44a !important;
    color: #3ab44a;*/
        border: 1px solid #3867d6 !important;
        color: #3867d6;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .radio-button--custom input + label {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        font-weight: 500;
        color: #57606f;
    }

    .radio-button--custom.lighter input:not(:checked) + label {
        font-weight: 400;
        color: #747d8c;
    }

    #user--avatar {
        width: 40px;
        height: 40px;
        background-color: #3867d6;
        font-weight: 500;
        text-transform: uppercase;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #ffffff;
        border-radius: 50%;
        -ms-user-select: none;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
    }

    #joint--avatar {
        width: 40px;
        height: 40px;
        background-color: #3867d6;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        border-radius: 20px;
        position: relative;
        top: 2px;
        -ms-user-select: none;
        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: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                background-color: #3867d6;
            }

            #joint--avatar div:nth-of-type(2) {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                width: 100%;
                background-color: #2a5acb;
                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-top: 10px;
        padding-bottom: 10px;
        font-weight: 500;
        text-transform: uppercase;
        color: #747d8c;
        background-color: #ffffff;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        z-index: 2;
        border-bottom: 1px solid #e6e7eb;
    }

        .form--header.form-header--blue {
            background-color: #3867d6;
            color: #ffffff;
        }

        .form--header.has-back-button {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: relative;
        }

    .phone--checkbox {
        -webkit-box-align: self-start;
        -ms-flex-align: self-start;
        align-items: self-start;
    }

    .form-check-input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 10px !important;
        background-color: #f4f5f9;
        border-radius: 4px;
        position: relative;
        text-align: center;
        margin-right: 0.6rem !important;
    }

        .form-check-input + label {
            color: #57606f !important;
            font-weight: 400;
        }

        .form-check-input:checked {
            position: relative;
        }

            .form-check-input:checked + label {
                color: #06092b !important;
            }

            .form-check-input:checked:before {
                content: '\e813';
                position: absolute;
                vertical-align: middle;
                font-family: "debtor-custom";
                color: #3867d6;
                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;
    }

    .register-step--icon-wrapper {
        border: 1px solid #e6e7eb;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: 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;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        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: -webkit-inline-box;
        display: -ms-inline-flexbox;
        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 {
        cursor: pointer;
    }

        .register--step.disabled {
            cursor: not-allowed;
            pointer-events: none;
        }

        .register--step.current *, .register--step.completed {
            color: #3867d6 !important;
        }

        .register--step.current {
            font-weight: 500;
        }

            .register--step.current .register-step--icon-wrapper {
                border: 1px solid #3867d6;
            }

        .register--step.completed .register-step--icon-wrapper {
            border: 1px solid #3867d6;
        }

        .register--step.current + .line-between-steps,
        .register--step.current.completed + .line-between-steps {
            background-color: #3867d6;
        }

    .form--hidden,
    .fee-waiver-decline--hidden {
        display: none;
    }

    .recommended-option {
        border: 1px solid rgba(56, 103, 214, 0.4);
        color: #3867d6;
        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: #06092b;
        text-align: right;
        line-height: 1.33rem;
    }

        .upgrade-price .uppercase {
            color: #747d8c !important;
            font-weight: 300;
        }

    .secure-payment {
        position: absolute;
        right: 10px;
        font-weight: 500;
        text-transform: uppercase;
        color: #06092b;
        padding: 0 4px;
        background: #ffffff;
        border-radius: 4px;
        vertical-align: middle;
    }

        .secure-payment .icon {
            font-weight: bold;
        }

    .payment--form {
        background-color: #ffffff;
        border: 1px dashed #e6e7eb;
        border-radius: 4px;
        padding: 20px;
    }

    .payment--form-inputs-wrapper {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 6px solid #f4f5f9;
        border-radius: 4px;
    }

    .payment--form-inside {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .payment--form-inside > *:first-child {
            width: 70%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            text-align: left;
            -ms-flex-item-align: center;
            align-self: center;
            padding-top: 4px;
        }

        .payment--form-inside > *:nth-child(2) {
            width: 30%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            text-align: left;
            -ms-flex-item-align: center;
            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: 30px;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .items-purchased li {
        border-bottom: 1px solid #e6e7eb;
        padding-right: 40px;
        padding-bottom: 20px;
        margin-top: 20px;
        text-align: left;
    }

        .items-purchased li:last-of-type {
            border-bottom: none;
            font-weight: 500;
            text-transform: uppercase;
        }

    .notification {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        font-weight: 600;
        padding: 8px 15px;
        border-radius: 4px;
        text-align: left;
    }

        .notification.floating {
            width: auto;
            max-width: 280px;
            right: 20px;
            bottom: 0;
            z-index: 1020;
            position: fixed;
            background: #eef2fc !important;
            border: 1px solid rgba(56, 103, 214, 0.3) !important;
            color: #339d40 !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, 157, 64, 0.1);
            border: 1px solid rgba(51, 157, 64, 0.3);
            color: #339d40;
        }

        .notification.info {
            background-color: rgba(58, 180, 74, 0.1);
            border: 1px solid rgba(58, 180, 74, 0.3);
            font-weight: 500;
        }

            .notification.info .strongValue {
                font-weight: 600;
                letter-spacing: 3;
                color: #339d40;
            }

        .notification .icon-close {
            color: #06092b;
            opacity: 0.5;
        }

    .popover-content {
        display: none;
    }

    .popover {
        font-family: "Gotham Rnd SSm", Arial, Helvetica, sans-serif;
        -webkit-box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.12);
        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: #57606f !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: 640px;
    }

    .free-flyers--img {
        width: 75%;
    }

    #reviews--hero {
        width: 100%;
        height: 100%;
        background: url("../svg/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;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #f4f5f9;
        -webkit-transition: all 0.5s ease-in-out;
        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;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

        .client--review .card--lighter.highlighted {
            -webkit-box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.08);
            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: #06092b;
            }

            .client--review .card--lighter.highlighted .icon-quote {
                color: #3867d6;
            }

    .client--img {
        width: 50px;
        height: 50px;
        margin-right: 20px;
    }

    .client {
        margin-left: 30px;
    }

        .client p {
            font-weight: 500;
            color: #06092b;
        }

    .client--review {
        margin-bottom: 30px;
        cursor: inherit;
        -webkit-transition: all 0.5 ease-in-out !important;
        transition: all 0.5 ease-in-out !important;
    }

        .client--review .card--lighter:hover {
            -webkit-box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.08);
            background-color: #ffffff;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

            .client--review .card--lighter:hover:after {
                border-bottom: solid 15px #ffffff;
                border-right: solid 15px #ffffff;
                -webkit-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
            }

    .this-week-numbers--popup {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        opacity: 0;
        position: fixed;
        z-index: 900;
        bottom: 5%;
        left: 0;
        max-width: 390px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.08);
        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 {
            -webkit-box-shadow: 0 2px 39px 0 rgba(51, 182, 108, 0.6);
            box-shadow: 0 2px 39px 0 rgba(51, 182, 108, 0.6);
        }

    #share-experience {
        padding: 80px 0;
        background-color: #3867d6;
    }

    .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;
        -webkit-transition: all 0.3s ease-in-out;
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #57606f;
        border-radius: 4px;
    }

        #blog .blog--category .icon {
            color: #747d8c;
        }

        #blog .blog--category:hover, #blog .blog--category.active {
            -webkit-box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.08);
            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: #3867d6;
        }

            #blog .blog--category:hover .icon,
            #blog .blog--category.active .icon {
                color: #3867d6;
            }

    #blog--search .form-control {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background-color: #f4f5f9 !important;
        border: none !important;
    }

    .blog--post-entry {
        padding: 0 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: rgba(246, 247, 251, 0.7);
        height: 100% !important;
    }

        .blog--post-entry .card-text {
            max-height: calc(4px * 28);
            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: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
        }

            .blog--post-entry .card-body .category {
                text-transform: uppercase;
                letter-spacing: 1px;
                color: #3867d6;
                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 #339d40;
                background-color: transparent !important;
                color: #339d40;
            }

    .blog--post-expanded .blog--image {
        max-height: 270px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 30px;
    }

        .blog--post-expanded .blog--image img {
            width: 100%;
        }

    .blog-post--about {
        color: #57606f;
    }

    .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: #06092b;
    }

    .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;
    }

    /* Store */
    #header .cart {
        margin-right: 12px;
        color: #06092b;
        position: relative;
        margin-top: 6px;
    }

        #header .cart a:link, #header .cart a:visited, #header .cart a:hover {
            color: #06092b;
        }

        #header .cart .products-in-cart {
            width: 20px;
            height: 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            position: absolute;
            top: -2px;
            right: -4px;
            background-color: #339d40;
            color: #ffffff;
            padding: 5px;
            border-radius: 50%;
            font-weight: 400;
        }

    .store--sidebar-menu li {
        padding-left: 0;
        line-height: 2.4rem;
    }

        .store--sidebar-menu li span {
            padding-left: 0;
        }

    .store--sidebar-menu .category-wrapper li {
        line-height: 1.86rem;
        padding-left: 12px;
    }

    .items-in-category {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background-color: #e6e7eb;
        color: #06092b;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .store--sidebar-menu .store-menu--active .items-in-category {
        background-color: rgba(56, 103, 214, 0.6);
        color: #ffffff;
    }

    .store--sidebar-menu .category--name {
        padding-left: 0;
        font-weight: 500;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .store--sidebar-menu li:not(.store-menu--active) a:link, .store--sidebar-menu li:not(.store-menu--active) a:visited, .store--sidebar-menu li:not(.store-menu--active) a:hover {
        color: #57606f;
        font-weight: 400;
    }

    .col--store-product {
        margin-bottom: 30px;
        height: 100%;
    }

        .col--store-product.just-purchased .store-product--wrapper {
            border: 1px solid #3867d6;
            -webkit-box-shadow: 0 0 6px rgba(56, 103, 214, 0.4);
            box-shadow: 0 0 6px rgba(56, 103, 214, 0.4);
        }

        .col--store-product.just-purchased .store-product--img-wrapper {
            background: rgba(56, 103, 214, 0.1);
        }

    @media (min-width: 768px) {
        .col--store-product.just-purchased .store-product--img-wrapper {
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }
    }

    .remove-item-from-cart {
        padding: .5rem 1rem;
        background: #f4f5f9;
        border-radius: 4px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

        .remove-item-from-cart .icon {
            font-size: 1.2rem !important;
            color: #e73a29 !important;
        }

    .purchased-items {
        border-left: 1px solid #e6e7eb;
        border-right: 1px solid #e6e7eb;
        border-bottom: 1px solid #e6e7eb;
        margin-top: 0;
        margin-bottom: 1rem;
        border-radius: 4px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: .75rem 1rem;
    }

        .purchased-items .items li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding-top: .5rem;
            padding-bottom: .5rem;
        }

            .purchased-items .items li span {
                padding: 0;
            }

    #store .col-md-6.col-12.col--store-product {
        height: unset !important;
    }

    .referral-store-product {
        margin-bottom: 5rem !important;
    }

    @media (max-width: 768px) {
        .referral-store-product .sample {
            text-align: center !important;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-left: auto;
            margin-right: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
    }

    .referral-store-product:last-of-type {
        margin-bottom: 0 !important;
    }

    .referral-store-product .store-product--info {
        max-width: 100% !important;
    }

    @media (max-width: 768px) {
        .referral-store-product .prices .d-flex.align-items-center {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .referral-store-product .prices .d-flex.align-items-center .price--current {
                display: block;
                width: 100%;
                margin-bottom: .5rem;
            }
    }

    @media (max-width: 768px) {
        .referral-store-product .store-product--headline,
        .referral-store-product .select-colors,
        .referral-store-product .rating,
        .referral-store-product .prices,
        .referral-store-product .prices .d-flex.align-items-center {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center !important;
        }
    }

    .referral-store-product .selectric {
        background: #ffffff !important;
    }

    .referral-store-product .img--main img {
        padding-top: 2rem;
        padding-bottom: 2rem;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .referral-store-product.gray-background {
        position: relative;
        background: #f6f7fb;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

        .referral-store-product.gray-background .img--main {
            background: #ffffff;
        }

        .referral-store-product.gray-background .gallery--images li {
            background: #ffffff;
        }

        .referral-store-product.gray-background .form-wrapper {
            background: #f6f7fb;
        }

        .referral-store-product.gray-background .delivery-method {
            background: #ffffff;
        }

        .referral-store-product.gray-background .select-colors li .img-wrapper {
            background: #ffffff;
        }

        .referral-store-product.gray-background .form-group input {
            background: #ffffff !important;
        }

        .referral-store-product.gray-background:before {
            content: '';
            width: 100vw;
            height: 100%;
            background: #f6f7fb;
            z-index: -1;
            top: 0;
            left: -25%;
            position: absolute;
        }

    .referral-promo-ad {
        background: #3867d6 url(../png/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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        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;
        }
    }

    .store-product--info h1 {
        font-size: 2.6rem;
    }

    .store-product--info.bigger-image {
        min-height: 180px !important;
    }

    .store-product--info .select-colors {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .store-product--info .select-colors.store-product-addon {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

    @media (min-width: 768px) and (max-width: 1240px) {
        .store-product--info .select-colors.store-product-addon li .img-wrapper {
            min-width: 50px !important;
            max-width: 50px !important;
            min-height: 50px !important;
            max-height: 50px !important;
        }
    }

    @media (max-width: 575px) {
        .store-product--info .select-colors {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
    }

    .store-product--info .select-colors.cart p {
        font-size: .85rem !important;
        line-height: 1.2rem;
    }

    .store-product--info .select-colors li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        margin-right: 1rem;
    }

        .store-product--info .select-colors li:hover {
            opacity: .7;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

            .store-product--info .select-colors li:hover .img-wrapper,
            .store-product--info .select-colors li:hover .color {
                border: 2px solid rgba(56, 103, 214, 0.5);
            }

        .store-product--info .select-colors li p {
            text-align: center;
        }

        .store-product--info .select-colors li.active:hover {
            opacity: 1;
            cursor: initial;
        }

        .store-product--info .select-colors li.active p {
            font-weight: 500 !important;
            color: #06092b !important;
        }

        .store-product--info .select-colors li.active .img-wrapper {
            border: 2px solid #3867d6;
        }

        .store-product--info .select-colors li.navy-blue-color .color {
            background: #151B3E;
        }

        .store-product--info .select-colors li.black-color .color {
            background: #000000;
        }

        .store-product--info .select-colors li.emerald-green-color .color {
            background: #0A666E;
        }

        .store-product--info .select-colors li .color {
            width: 16px;
            height: 16px;
            min-width: 16px;
            min-height: 16px;
            max-width: 16px;
            max-height: 16px;
            border-radius: 16px;
            margin-bottom: .5rem;
        }

        .store-product--info .select-colors li .img-wrapper {
            max-width: 60px;
            max-height: 60px;
            min-width: 60px;
            min-height: 60px;
            width: 60px;
            height: 60px;
            padding: .5rem;
            background: #f4f5f9;
            border-radius: 4px;
            border: 2px solid #f4f5f9;
            margin-bottom: .5rem;
            text-align: center;
        }

            .store-product--info .select-colors li .img-wrapper img {
                -o-object-fit: contain;
                object-fit: contain;
                min-width: 100%;
                max-width: 100%;
                margin: 0 !important;
            }

    .store-product--info .store-product--headline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    @media (max-width: 575px) {
        .store-product--info .store-product--headline {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .store-product--info .store-product--headline.long-title h1 {
                font-size: 1.65rem;
                line-height: 2.25rem;
            }
    }

    .store-product--info .store-product--headline h1 {
        margin-right: .5rem;
    }

    .store-product--info .store-product--headline .new-colors {
        background: #06092b;
        color: #ffffff;
        border-radius: 5rem;
        padding: .2rem .8rem;
        margin-bottom: .5rem;
        text-transform: uppercase;
    }

    .store-product--wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: calc(100% - 30px) !important;
        position: relative;
    }

        .store-product--wrapper .store-product--img-wrapper {
            width: 100%;
            max-width: 40%;
            height: 100% !important;
            background-color: #f4f5f9;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            text-align: center;
            padding: 20px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .store-product--wrapper .store-product--img {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 100%;
            max-height: 240px !important;
            max-width: 100% !important;
            width: 100% !important;
        }

        .store-product--wrapper .store-product--info {
            padding: 20px;
            width: 100%;
            max-width: 60%;
        }

    @media (min-width: 576px) {
        .store-product--wrapper .store-product--info {
            max-height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
            -ms-flex-direction: column;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            height: 100% !important;
        }

            .store-product--wrapper .store-product--info .price {
                margin-top: auto !important;
                padding-top: 1rem !important;
                height: unset !important;
            }

            .store-product--wrapper .store-product--info .form-wrapper {
                margin-top: 12px;
            }

                .store-product--wrapper .store-product--info .form-wrapper label {
                    margin-top: 0 !important;
                }

                    .store-product--wrapper .store-product--info .form-wrapper label.mt-2.d-xs-none {
                        display: none !important;
                    }

            .store-product--wrapper .store-product--info button[data-target="#added-to-cart--modal"] {
                margin-top: 0 !important;
            }

            .store-product--wrapper .store-product--info .product-href p {
                min-height: unset !important;
                margin-bottom: 1rem !important;
            }
    }

    .store-product--wrapper .store-product--info h4 {
        font-weight: 400;
    }

    @media (max-width: 575px) {
        .store-product--wrapper .store-product--info .ratingsPopoverMarker {
            margin: auto;
        }
    }

    @media (min-width: 576px) {
        .store-products--wrapper .store-product--info {
            padding: 20px;
            height: 100%;
            width: 100%;
            max-width: 60%;
            max-height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
            -ms-flex-direction: column;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }
    }

    .modal-body .store-product--info {
        padding: 20px;
        width: 100%;
        max-width: 80%;
    }

    .modal-body .store-product--img-wrapper {
        width: 100%;
        max-width: 20%;
        height: 100% !important;
        background-color: #f4f5f9;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        text-align: center;
        padding: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 190px;
    }

    .rating .icon-star {
        padding-right: 4px;
        color: #ff8800;
    }

        .rating .icon-star.inactive {
            color: #e6e7eb;
        }

    ul.rating--popover {
        color: #57606f !important;
    }

        ul.rating--popover .icon-star {
            color: rgba(116, 125, 140, 0.3) !important;
        }

            ul.rating--popover .icon-star.active {
                color: #ff8800 !important;
            }

    .store .popover-body {
        background-color: #e6e7eb !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        padding: 15px;
    }

    .store .popover .arrow:before, .store .popover .arrow:after {
        border-bottom-color: #e6e7eb !important;
    }

    .store .popover-body p {
        margin: 0;
    }

    .store #your-ultimate-money-saving-tool {
        background-color: #00c4b6;
        padding-top: 3rem;
        padding-bottom: 0;
        position: relative;
        margin-bottom: 0 !important;
    }

        .store #your-ultimate-money-saving-tool.with-img-bg {
            background-color: #f2faff !important;
            background-image: url(../webp/physical-product-1-min.webp);
            background-size: cover;
            background-position: center bottom;
            background-repeat: no-repeat;
            height: calc(100vh - 120px);
            background-attachment: fixed;
            position: relative;
            margin-bottom: 5rem !important;
        }

            .store #your-ultimate-money-saving-tool.with-img-bg.mb-0 {
                margin-bottom: 0 !important;
            }

            .store #your-ultimate-money-saving-tool.with-img-bg.budget-planner {
                background-image: url(../webp/bp-your-money-saving-tool-min.webp);
            }

    @media (max-width: 575px) {
        .store #your-ultimate-money-saving-tool.with-img-bg.budget-planner {
            background-position: right 32% center;
        }
    }

    .store #your-ultimate-money-saving-tool.with-img-bg:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #f2faff), color-stop(40%, rgba(242, 250, 255, 0.3)), color-stop(70%, rgba(242, 250, 255, 0.05)), to(rgba(242, 250, 255, 0)));
        background: linear-gradient(to bottom, #f2faff 10%, rgba(242, 250, 255, 0.3) 40%, rgba(242, 250, 255, 0.05) 70%, rgba(242, 250, 255, 0) 100%);
        top: 0;
    }

    @media only screen and (max-device-width: 480px) {
        .store #your-ultimate-money-saving-tool.with-img-bg {
            background-attachment: scroll;
        }
    }

    @media (max-width: 575px) {
        .store #your-ultimate-money-saving-tool.with-img-bg {
            background-position: right center;
        }

            .store #your-ultimate-money-saving-tool.with-img-bg:before {
                background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f2faff), color-stop(40%, rgba(242, 250, 255, 0.6)), color-stop(70%, rgba(242, 250, 255, 0.2)), to(rgba(242, 250, 255, 0)));
                background: linear-gradient(to bottom, #f2faff 20%, rgba(242, 250, 255, 0.6) 40%, rgba(242, 250, 255, 0.2) 70%, rgba(242, 250, 255, 0) 100%);
            }
    }

    @media (max-width: 575px) {
        .store #your-ultimate-money-saving-tool.with-img-bg .heading--h3 {
            font-size: 1.5rem;
            line-height: 2.35rem !important;
            margin-bottom: 1rem;
        }
    }

    .store #your-ultimate-money-saving-tool .table {
        width: 100%;
        padding: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        bottom: 0;
        position: relative;
    }

        .store #your-ultimate-money-saving-tool .table .includes-step-by-step {
            position: absolute;
            bottom: 5%;
            left: 0;
            right: 0;
            margin-left: auto;
            margin-right: auto;
            font-weight: 1.1rem;
            font-weight: 600;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            color: #06092b;
            width: 75%;
        }

    @media (max-width: 991px) {
        .store #your-ultimate-money-saving-tool .table .includes-step-by-step {
            bottom: 3%;
        }
    }

    @media (max-width: 575px) {
        .store #your-ultimate-money-saving-tool .table .includes-step-by-step {
            bottom: 0;
            margin-bottom: 0 !important;
            font-size: .75rem !important;
            text-align: center;
            width: 65%;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            line-height: 1rem;
        }

            .store #your-ultimate-money-saving-tool .table .includes-step-by-step:before {
                margin-right: 0;
            }
    }

    .store #your-ultimate-money-saving-tool .table .includes-step-by-step:before {
        content: '';
        width: 24px;
        height: 21.84px;
        -webkit-mask-image: url(../svg/video.svg);
        mask-image: url(../svg/video.svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        background: #06092b;
        position: relative;
        display: block;
        margin-right: .5rem;
    }

    @media (min-width: 575px) and (max-width: 768px) {
        .store #your-ultimate-money-saving-tool .table {
            bottom: -40px;
        }
    }

    @media (max-width: 575px) {
        .store #your-ultimate-money-saving-tool .table {
            bottom: -20px;
        }
    }

    @media (min-width: 991px) {
        .store #your-ultimate-money-saving-tool .table {
            text-align: center;
        }

            .store #your-ultimate-money-saving-tool .table:before {
                content: '';
                width: 100%;
                height: 16.9%;
                position: absolute;
                left: 0;
                bottom: 0;
                background: #ffffff;
            }
    }

    .store #your-ultimate-money-saving-tool .table img {
        min-width: 100%;
        max-width: 100%;
        position: relative;
        margin: 0 !important;
        bottom: 0;
        user-drag: none;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-drag: none;
        -webkit-user-select: none;
        -ms-user-select: none;
    }

    @media (min-width: 991px) {
        .store #your-ultimate-money-saving-tool .table img {
            max-width: 90%;
            min-width: 90%;
            margin-left: auto;
            margin-right: auto;
        }
    }

.store #your-ultimate-money-saving-tool .primary-button--filled.white {
    background: #ffffff;
    color: rgb(50.5428571429, 156.8571428571, 64.4857142857) !important;
}

    .store #your-ultimate-money-saving-tool .primary-button--filled.white:hover {
        color: #ffffff !important;
        background: rgb(50.5428571429, 156.8571428571, 64.4857142857);
    }

    .rating--current {
        margin-bottom: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #06092b;
    }

        .rating--current .number {
            color: #06092b;
            font-weight: 400;
            padding-right: 6px;
        }

    .rating .usersVoted {
        color: #57606f;
    }

    .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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        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: #06092b;
            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: #57606f;
    }

    .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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        margin: 0;
        height: 50%;
        border-left: 1px solid #e6e7eb;
        font-weight: 500;
        color: #57606f;
        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: #3867d6;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        padding: 0;
        line-height: 0;
        color: #ffffff;
    }

        .badge--best-seller p {
            padding: 15px 10px 15px 4px;
            margin: 0;
            font-weight: 500;
        }

    .icon-down-close:before {
        -webkit-transform: rotate(-180deg) !important;
        transform: rotate(-180deg) !important;
    }

    .product-href ~ .select--custom {
        border: none;
        min-height: 60px !important;
        padding-top: 10px;
    }

    .modal {
        background: rgba(6, 9, 43, 0.7);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        display: unset !important;
        z-index: -1;
    }

        .modal.show {
            opacity: 1;
            visibility: visible;
            -webkit-transition: opacity .15s ease-in-out;
            transition: opacity .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;
        }
        /*newly added sessionpop-up(H)*/
        .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;
                }









    .cart--products .product-href p {
        min-height: unset;
    }

    @media (min-width: 575px) {
        .product-href p {
            min-height: 60px;
        }
    }

    .product-href h6 {
        font-weight: 500 !important;
    }

    .product-href:link, .product-href:visited, .product-href:hover {
        color: #06092b !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: 300 !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;
        }
    }

    #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: #3867d6;
            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: #f6f7fb;
            text-align: left !important;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }

    .primary-btn--outline-gray {
        border: 1px solid #e6e7eb;
    }

strong.primary {
    color: rgb(50.5428571429, 156.8571428571, 64.4857142857);
}

    strong.secondary {
        color: #e73a29;
    }

    .primary-btn--outline-highlight {
        border: 1px solid rgba(46, 70, 165, 0.3);
        color: #2e46a5;
    }

    .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;
    }

        .slick-next:before,
        .slick-prev:before {
            content: '\f004' !important;
            font-family: "debtor-custom" !important;
            color: #3867d6 !important;
            display: block;
        }

        .slick-next:before {
            -webkit-transform: rotate(-90deg) !important;
            transform: rotate(-90deg) !important;
        }

        .slick-prev:before {
            -webkit-transform: rotate(90deg) !important;
            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;
            }

    .store-product--page .prices .price--current {
        font-weight: 500;
    }

    .prices .price--old {
        font-weight: 400;
        text-decoration: line-through;
        color: #e73a29;
    }

    .shipment-status {
        font-weight: 500;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 120px;
        text-align: left;
    }

        .shipment-status i {
            margin-right: .8rem;
        }

    .badge--store-product {
        color: #ffffff;
        text-transform: capitalize;
        height: auto;
        padding: 2px 4px;
        border-radius: 2px;
        margin-right: 2px;
        margin-left: 2px;
    }

        .badge--store-product.badge--primary {
            background-color: #3867d6;
        }

        .badge--store-product.badge--lender-compliant {
            background-color: #2f9e7f;
        }

        .badge--store-product.badge--warning {
            background-color: #ff8800;
        }

    .ekko-lightbox-item.fade.in.show img {
        max-width: 100% !important;
        margin: 0 !important;
    }

    .store-product--gallery .img--main {
        height: 320px !important;
        background-color: #f4f5f9;
        text-align: center;
        height: 100%;
        border-radius: 4px;
        padding: 15px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .store-product--gallery .img--main img {
            height: 100%;
            max-height: 320px;
            -o-object-fit: contain;
            object-fit: contain;
            max-width: 100%;
        }

    .store-product--gallery .gallery--images {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 20px;
    }

        .store-product--gallery .gallery--images li {
            width: 64px;
            min-height: 72px;
            max-height: 72px !important;
            background-color: #f4f5f9;
            border-radius: 4px;
            margin-top: 12px;
            padding: 10px;
            margin-right: 6px;
            vertical-align: middle;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            cursor: pointer;
        }

            .store-product--gallery .gallery--images li.img--active {
                border: 1px solid #3867d6;
            }

        .store-product--gallery .gallery--images img {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain;
        }

        .store-product--gallery .gallery--images .video img {
            opacity: 0.4;
            position: relative;
        }

        .store-product--gallery .gallery--images .video:before {
            content: '\e83d';
            position: absolute;
            vertical-align: middle;
            font-family: "debtor-custom";
            color: #3867d6;
            z-index: 3;
        }

    .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: #57606f !important;
        padding: 10px;
        background-color: #f4f5f9 !important;
        display: block;
        border-radius: 4px;
        line-height: 2;
    }

.table--api .table--api-success {
    color: rgb(50.5428571429, 156.8571428571, 64.4857142857) !important;
}

    .table--api .table--api-error {
        color: #e73a29 !important;
    }

    .table--api pre {
        font-family: monospace;
        color: #06092b;
    }

    .terms-modal {
        height: 400px;
        overflow-y: scroll;
    }

        .terms-modal p,
        .terms-modal ul {
            color: #57606f;
        }

        .terms-modal ul {
            list-style: disc;
            list-style-position: outside;
            line-height: 1.8;
            padding-left: 20px;
        }

    .product-categories--menu {
        background-color: #3867d6;
        padding: 10px 0;
    }

        .product-categories--menu.fixed {
            z-index: 1000;
        }

        .product-categories--menu .btn {
            margin-right: .5rem;
            text-transform: none;
            background-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #ffffff !important;
            font-size: .9375rem;
            padding: 5px .5rem;
            -webkit-transition: all .05 ease-in-out !important;
            transition: all .05 ease-in-out !important;
            margin-top: .35rem;
            margin-bottom: .35rem;
        }

            .product-categories--menu .btn.active {
                -webkit-transition: all .05 ease-in-out !important;
                transition: all .05 ease-in-out !important;
                background-color: #ffffff;
                color: #06092b !important;
            }

            .product-categories--menu .btn:not(.active):hover {
                -webkit-transition: all .15s ease-in-out;
                transition: all .15s ease-in-out;
                background-color: rgba(255, 255, 255, 0.1);
            }

    .img--404 {
        width: 64px;
        margin-bottom: 20px;
    }

    .product--description.budget-planner {
        background: radial-gradient(circle, rgba(255, 255, 255, 0.99) 0%, #f6f7fb 100%);
    }

    .product--description.teen-books {
        background-color: #f6f7fb;
    }

    .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;
            -webkit-transform: rotate(-8deg);
            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: #57606f;
        }

    #productDetails .h-font,
    #customer--feedback .h-font {
        font-weight: 600;
    }

    .table {
        color: #57606f;
    }

    .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: #f6f7fb;
            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: #06092b;
        }

    .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: rgb(50.5428571429, 156.8571428571, 64.4857142857);
            font-family: "debtor-custom";
            padding: 5px;
            vertical-align: middle;
        }

    .bankruptcy-record--product {
        padding: 40px;
        border-radius: 4px;
        color: #06092b;
    }

        .bankruptcy-record--product.first {
            background-color: #ffffff;
            -webkit-box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.12);
            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: #57606f;
    }

        .note:before {
            content: "*";
            color: #3867d6;
            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: #f6f7fb;
    }

    /* 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: -webkit-inline-box !important;
            display: -ms-inline-flexbox !important;
            display: inline-flex !important;
        }

        .checkout--products span {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            padding-left: 0;
        }

            .checkout--products span:first-of-type {
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
            }

            .checkout--products span.img-wrapper {
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

            .checkout--products span.product--about .name {
                font-weight: 500;
            }

            .checkout--products span.product--about .qty {
                color: #57606f;
            }

        .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;
    }

    .add-new-card--wrapper span {
        padding-left: 0 !important;
    }

    .add-new-card--wrapper .form--info {
        color: #57606f !important;
    }

    /* End of Checkout */
    /* Confirmation */
    .table.store--table th,
    .table.store--table td {
        padding: 10px 0 0;
    }

    i.circle {
        width: 3px;
        height: 3px;
        background-color: #57606f;
        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 */
    .store-products--other {
        background-color: #f6f7fb;
        padding: 60px 0;
        margin-bottom: 0 !important;
    }

    /* End of Store */
    /* Sidebar Template */
    .debtor-sidebar--template {
        overflow-x: visible;
        -ms-touch-action: none;
        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: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            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;
                -webkit-box-shadow: 0 3px 81px rgba(0, 0, 0, 0.05);
                box-shadow: 0 3px 81px rgba(0, 0, 0, 0.05);
                border-radius: 4px;
            }

                .debtor-sidebar--template .container-fluid table thead th {
                    color: #57606f;
                    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 {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            #timeline.with-images .list-inline.products .col-lg-3.col-12 {
                margin-top: .7rem;
                margin-bottom: .7rem;
            }
    }

@media (max-width: 575px) {
    #course-selection-hero.new-v1 .course-selection-wrapper .course-selection-card .btn span {
        font-size: 13px;
    }
}


    #timeline.with-images .step-text {
        text-align: left;
        background: #ffffff;
        padding: .5rem;
        position: relative;
        border-radius: 4px 12px 20px 28px;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -25px;
        -webkit-box-shadow: 0 0 20px rgba(56, 103, 214, 0.2);
        box-shadow: 0 0 20px rgba(56, 103, 214, 0.2);
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        #timeline.with-images .step-text p {
            font-weight: 500;
            padding-left: 1rem;
            margin-top: .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: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            left: 15px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            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);
            /* 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: .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;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        #timeline .img-wrapper img {
            width: 100%;
            height: 100%;
            padding: .5rem;
            -o-object-fit: contain;
            object-fit: contain;
        }

    #timeline .list-inline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 40px;
        overflow: scroll hidden;
        cursor: -webkit-grab;
        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;
        }

    .debtor-sidebar--template .container-fluid .footer {
        margin-top: auto;
        color: #57606f;
        padding-left: 30px;
        padding-top: 40px;
    }

        .debtor-sidebar--template .container-fluid .footer a {
            color: #57606f;
        }

    .debtor-sidebar--template .debtor-sidebar--wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }



        .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 #3867d6;
        color: #3867d6;
    }

        .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .userReferralsTable .btn.highlight:hover {
            background: #3867d6 !important;
            color: #ffffff;
        }

    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .dashboard-text-highlight {
        color: #3867d6;
        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(56, 103, 214, 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: .5rem;
    }

    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referral-step .course--box .requestPayment .text-highlight {
        font-weight: 600;
        color: #3867d6;
    }

    .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referral-step .paypalImg {
        opacity: .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(246, 247, 251, 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;
            -webkit-transition: all .3s ease-in-out;
            transition: all .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: .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: .5rem .75rem;
        border: 1px solid #f4f5f9;
        margin-top: 10px;
    }

        .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .emailDiv .label {
            font-weight: 500;
            color: #57606f;
            font-size: 1rem;
            margin-top: .5rem !important;
        }

        .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .emailDiv.emailReceiver {
            margin-top: 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .emailDiv.emailReceiver .emailReceiverInput {
                background: #EEEDF3;
                padding: .5rem;
                border-radius: 4px;
                margin-left: .5rem;
                margin-top: .15rem;
                margin-bottom: .25rem;
                display: inline-block;
                font-weight: 500;
            }

                .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .emailDiv.emailReceiver .emailReceiverInput a {
                    color: #57606f !important;
                    margin-left: .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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1rem;
        font-weight: 600;
        color: #57606f;
        height: 50px;
        letter-spacing: 5px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-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: .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: .6rem;
            right: .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: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            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 #3867d6;
                -webkit-box-shadow: 0 0 10px rgba(56, 103, 214, 0.3);
                box-shadow: 0 0 10px rgba(56, 103, 214, 0.3);
            }

                .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .leaderboard .leaderboard-ul li.highlighted .place p {
                    color: #3867d6 !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: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                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: .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(56, 103, 214, 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: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            margin-bottom: 1rem;
        }

        .debtor-sidebar--template .debtor-sidebar--wrapper .debtor--content .container-fluid .referralCalculator .products .units {
            margin-left: 1rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            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;
                -webkit-transition: all 450ms ease-in;
                transition: all 450ms ease-in;
                -webkit-appearance: none;
                padding: 0 !important;
                background: rgba(56, 103, 214, 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: #3867d6 center no-repeat;
                    -webkit-box-shadow: 0px 10px 10px 0px rgba(56, 103, 214, 0.3);
                    box-shadow: 0px 10px 10px 0px rgba(56, 103, 214, 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: #3867d6 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: -webkit-grabbing;
                        cursor: grabbing;
                        background: #3867d6 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: #3867d6 center no-repeat;
                    box-shadow: 0px 10px 10px 0px rgba(56, 103, 214, 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"]::-moz-range-thumb:hover {
                        background: #3867d6 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: #3867d6 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: #3867d6 center no-repeat;
                    box-shadow: 0px 10px 10px 0px rgba(56, 103, 214, 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"]::-ms-thumb:hover {
                        background: #3867d6 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: #3867d6 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: #57606f;
        }

            .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: #3867d6;
            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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 300px;
        max-width: 300px;
        min-height: 100vh;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #f6f7fb;
        position: relative;
        z-index: 1000;
    }


        .debtor-sidebar--template #debtor--sidebar.attorney {
            background-color: #2e46a5;
            min-width: 345px;
            max-width: 345px;
            min-height: 100vh;
        }


            .debtor-sidebar--template #debtor--sidebar.attorney a {
                font-weight: 400 !important;
            }

        .debtor-sidebar--template #debtor--sidebar .debtor-sidebar--header {
            padding: 30px;
        }

        .debtor-sidebar--template #debtor--sidebar ul.components {
            margin-top: 30px;
            margin-bottom: 50px;
        }

            .debtor-sidebar--template #debtor--sidebar ul.components li a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                padding: 10px 30px;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

    .debtor-sidebar--box {
        padding: 25px 10px;
        -webkit-box-shadow: 0 3px 60px 0 rgba(0, 0, 0, 0.1);
        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: -webkit-box;
            display: -ms-flexbox;
            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 {
            -webkit-box-align: start !important;
            -ms-flex-align: start !important;
            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: "\2022";
                color: #3867d6;
                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: #06092b;
        font-weight: 500;
        margin-bottom: 12px;
    }

    .search-results--personal ul li.registration-date, .search-results--personal ul li.completion-date {
        color: #57606f;
        font-weight: 300;
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

.badge--custom.badge--logo {
    padding: 2px 6px;
    border: 1px solid rgb(50.5428571429, 156.8571428571, 64.4857142857);
    width: auto;
    border-radius: 4px;
    color: rgb(50.5428571429, 156.8571428571, 64.4857142857);
    font-weight: 400;
    display: unset;
}

        .badge--custom.badge--logo.secondary {
            border: 1px solid #e73a29;
            color: #e73a29;
        }

        .badge--custom.badge--logo.highlight {
            border: 1px solid #3867d6;
            color: #3867d6;
        }

    .downloads--links {
        margin-bottom: 10px;
    }

        .downloads--links a {
            margin-right: 15px;
        }

    .downloads--not-available {
        padding: 0;
        color: #57606f;
        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: rgb(50.5428571429, 156.8571428571, 64.4857142857);
            -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
            stroke-dasharray: 250;
            stroke-dashoffset: 250;
            stroke-linecap: round;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            -webkit-animation: progress 1s ease-out forwards;
            animation: progress 1s ease-out forwards;
        }

            .progress--wrapper svg circle:nth-child(1) {
                stroke-dashoffset: 0;
                stroke: #e6e7eb;
                -webkit-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
            }

            .progress--wrapper svg circle:nth-child(2) {
                stroke: rgb(50.5428571429, 156.8571428571, 64.4857142857);
                -webkit-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
            }

        .progress--wrapper .progress--number {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #747d8c;
        }

    .progress--bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        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: rgb(50.5428571429, 156.8571428571, 64.4857142857);
}

    .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: #06092b;
    }

        .debtor-sidebar--template #debtor--sidebar.bg--light ul.components li a {
            color: #06092b;
            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 {
        -webkit-transition: all 0.3s ease-in-out;
        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 {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: rotate(-180deg);
        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";
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .debtor-sidebar--template #debtor--sidebar.attorney .debtor-sidebar--inner {
        width: 345px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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: -325px;
    }

    .attorney-billing--card {
        position: relative;
        border: 1px solid #e6e7eb;
        padding: 20px;
        color: #57606f;
        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: #06092b;
            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;*/
        }

    .menu--toggle {
        background: transparent;
        text-transform: none;
        font-weight: 400;
        position: absolute;
        right: -40px;
        top: 28px;
        color: #3867d6;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 99999;
    }

        .menu--toggle .icon {
            background-color: #ffffff;
            -webkit-box-shadow: 0 3px 31px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 31px 0 rgba(0, 0, 0, 0.2);
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            margin-right: 5px;
        }

    .debtor-sidebar--template #debtor--sidebar.active .menu--toggle .icon {
        -webkit-transform: rotate(-90deg) !important;
        transform: rotate(-90deg) !important;
        margin-left: 0;
    }

    .bg--white {
        background-color: #ffffff;
    }

    .bg-light-gray {
        background-color: #f6f7fb;
    }

    .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: .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;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
        opacity: 1;
    }

        .store-promo-referral.with-shadow {
            -webkit-box-shadow: 0 0 20px rgba(56, 103, 214, 0.15);
            box-shadow: 0 0 20px rgba(56, 103, 214, 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;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
    }

    .store-promo-referral .close-store-promo-referral {
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 5;
        color: #57606f !important;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .store-promo-referral .close-store-promo-referral:hover {
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            color: #06092b !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;
        -webkit-animation: progress 1s ease-out forwards;
        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 {
        -webkit-box-shadow: none !important;
        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 {
        -webkit-box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.06);
        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: rgb(50.5428571429, 156.8571428571, 64.4857142857);
        }

        .debtor-sidebar--template .card--with-shadow .row--charts-heading.utilities {
            color: #3867d6;
        }

        .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: #06092b;
        }

        .debtor-sidebar--template .card--with-shadow .row--charts-heading.savings {
            color: #ff8800;
        }

        .debtor-sidebar--template .card--with-shadow .row--charts-heading.clothing {
            color: #FF7F50;
        }

        .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: rgb(50.5428571429, 156.8571428571, 64.4857142857);
            }

            .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: #06092b !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: #57606f;
        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: rgb(50.5428571429, 156.8571428571, 64.4857142857);
}

    .debtor-sidebar--template .credit-card--img {
        margin-right: 16px;
    }

    .debtor-sidebar--template .creditCardNumber {
        color: #06092b;
        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 {
                -webkit-transform: rotate(-90deg) !important;
                transform: rotate(-90deg) !important;
            }

            .course--template.debtor-sidebar--template #debtor--sidebar.active .menu--toggle .icon {
                -webkit-transform: rotate(90deg) !important;
                transform: rotate(90deg) !important;
            }

            .course--template.debtor-sidebar--template #debtor--sidebar:not(.active) .menu--toggle .icon {
                -webkit-box-align: end !important;
                -ms-flex-align: end !important;
                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: -webkit-box;
            display: -ms-flexbox;
            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: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                width: 50%;
                -webkit-box-align: center;
                -ms-flex-align: center;
                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 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            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;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    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 {
                -webkit-transform: rotate(-90deg) !important;
                transform: rotate(-90deg) !important;
            }

            .debtor-sidebar--template #debtor--sidebar.active .menu--toggle .icon {
                -webkit-transform: rotate(90deg) !important;
                transform: rotate(90deg) !important;
            }

            .debtor-sidebar--template #debtor--sidebar:not(.active) .menu--toggle .icon {
                -webkit-box-align: end !important;
                -ms-flex-align: end !important;
                align-items: flex-end !important;
            }

            .debtor-sidebar--template #debtor--sidebar.active {
                margin-left: 0;
            }

            .debtor-sidebar--template #debtor--sidebar.attorney {
                margin-left: -345px;
            }

                .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: -80px;
            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: 10px !important;
        }

        #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;
        }
    }

    /* 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(../svg/job-loss.svg);
            mask: url(../svg/job-loss.svg);
        }

        .course--icon.reduced-income {
            -webkit-mask: url(../svg/reduced-income.svg);
            mask: url(../svg/reduced-income.svg);
        }

        .course--icon.lack-of-budgeting-skills {
            -webkit-mask: url(../svg/lack-of-budgeting-skills.svg);
            mask: url(../svg/lack-of-budgeting-skills.svg);
        }

        .course--icon.death-of-a-family-member {
            -webkit-mask: url(../svg/death-of-a-family-member.svg);
            mask: url(../svg/death-of-a-family-member.svg);
        }

        .course--icon.divorce-separation {
            -webkit-mask: url(../svg/divorce-separation.svg);
            mask: url(../svg/divorce-separation.svg);
        }

        .course--icon.child-support {
            -webkit-mask: url(../svg/child-support.svg);
            mask: url(../svg/child-support.svg);
        }

        .course--icon.past-due-mortgage {
            -webkit-mask: url(../svg/past-due-mortgage.svg);
            mask: url(../svg/past-due-mortgage.svg);
        }

        .course--icon.eviction {
            -webkit-mask: url(../svg/eviction.svg);
            mask: url(../svg/eviction.svg);
        }

        .course--icon.past-due-car-pymt {
            -webkit-mask: url(../svg/past-due-car-pymt.svg);
            mask: url(../svg/past-due-car-pymt.svg);
        }

        .course--icon.credit-card-debt {
            -webkit-mask: url(../svg/credit-card-debt.svg);
            mask: url(../svg/credit-card-debt.svg);
        }

        .course--icon.medical-debt {
            -webkit-mask: url(../svg/medical-debt.svg);
            mask: url(../svg/medical-debt.svg);
        }

        .course--icon.payday-loans {
            -webkit-mask: url(../svg/payday-loans.svg);
            mask: url(../svg/payday-loans.svg);
        }

        .course--icon.personal-loans {
            -webkit-mask: url(../svg/personal-loans.svg);
            mask: url(../svg/personal-loans.svg);
        }

        .course--icon.wage-garnishment {
            -webkit-mask: url(../svg/wage-garnishment.svg);
            mask: url(../svg/wage-garnishment.svg);
        }

        .course--icon.work-related-accident {
            -webkit-mask: url(../svg/work-related-accident.svg);
            mask: url(../svg/work-related-accident.svg);
        }

        .course--icon.student-loans {
            -webkit-mask: url(../svg/student-loans.svg);
            mask: url(../svg/student-loans.svg);
        }

        .course--icon.gambling {
            -webkit-mask: url(../svg/gambling.svg);
            mask: url(../svg/gambling.svg);
        }

        .course--icon.substance-abuse {
            -webkit-mask: url(../svg/substance-abuse.svg);
            mask: url(../svg/substance-abuse.svg);
        }

        .course--icon.identity-theft {
            -webkit-mask: url(../svg/identity-theft.svg);
            mask: url(../svg/identity-theft.svg);
        }

        .course--icon.failed-business {
            -webkit-mask: url(../svg/failed-business.svg);
            mask: url(../svg/failed-business.svg);
        }

        .course--icon.judgements-lawsuits {
            -webkit-mask: url(../svg/judgements-lawsuits.svg);
            mask: url(../svg/judgements-lawsuits.svg);
        }

        .course--icon.tickets-fines {
            -webkit-mask: url(../svg/tickets-fines.svg);
            mask: url(../svg/tickets-fines.svg);
        }

        .course--icon.income-tax-debt {
            -webkit-mask: url(../svg/income-tax-debt.svg);
            mask: url(../svg/income-tax-debt.svg);
        }

        .course--icon.property-tax-debt {
            -webkit-mask: url(../svg/property-tax-debt.svg);
            mask: url(../svg/property-tax-debt.svg);
        }

        .course--icon.state-local-tax-debt {
            -webkit-mask: url(../svg/state-local-tax-debt.svg);
            mask: url(../svg/state-local-tax-debt.svg);
        }

    .svg--loading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .svg--loading svg {
            width: 100px;
            height: 100px;
            margin: 0 auto;
            left: 0;
            right: 0;
            z-index: 1;
        }

    .course--template {
        background-color: #f6f7fb;
    }

    @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 + .2rem);
        padding-right: 8px;
        width: 100%;
        margin-top: .7rem;
        cursor: initial;
    }

        .course--template .radio-button--custom.checkmark-when-selected li .subquestions.hidden {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            left: -9999px;
            -webkit-transition: visibility .15s ease-in-out, opacity .3s ease-in-out;
            transition: visibility .15s ease-in-out, opacity .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: .5rem !important;
    }

        .course--template .radio-button--custom.checkmark-when-selected li input:not([type="radio"]) + label .your-situation-label-div > div {
            padding: .7rem .7rem 0 !important;
        }

        .course--template .radio-button--custom.checkmark-when-selected li input:not([type="radio"]) + label:before {
            opacity: 0;
            visibility: hidden;
            -webkit-transition: opacity .5s ease-in-out;
            transition: opacity .5s ease-in-out;
            content: '\e812';
            position: absolute;
            color: #3867d6;
            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;
            -webkit-transition: all .15s ease-in-out;
            transition: all .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;
        -webkit-transition: all .15s ease-in-out;
        transition: all .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 #3867d6 !important;
        position: relative;
    }

        .course--template .radio-button--custom.checkmark-when-selected li input:not([type="radio"]):checked + label:before {
            opacity: 1;
            visibility: visible;
            -webkit-transition: opacity .5s ease-in-out;
            transition: opacity .5s ease-in-out;
        }

        .course--template .radio-button--custom.checkmark-when-selected li input:not([type="radio"]):checked + label .heading--h6 {
            color: #3867d6;
        }

        .course--template .radio-button--custom.checkmark-when-selected li input:not([type="radio"]):checked + label .course--icon {
            background-color: #3867d6 !important;
        }

    .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;
        -webkit-box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.04);
        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: #06092b;
                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: #06092b;
                    padding-top: 15px;
                    padding-bottom: 15px;
                    font-weight: 400;
                }

        .course--template #debtor--sidebar .debtor-sidebar--inner {
            width: 300px;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            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: #f6f7fb !important;
            border-bottom: 1px solid rgba(87, 96, 111, 0.1);
        }

            .course--template #debtor--sidebar ul.components > li.active {
                border-left: 3px solid #3867d6;
            }

                .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: #2e46a5;
                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: #2e46a5;
                }

            .course--template #debtor--sidebar ul.components .collapsing li a {
                background-color: #ffffff;
                border: none;
                font-weight: 400;
                color: #2e46a5;
                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: #2e46a5;
                }

            .course--template #debtor--sidebar ul.components .collapse li a:hover {
                background-color: #edeff7 !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: #edeff7 !important;
        }

        .course--template #debtor--sidebar .section--completed a {
            color: #747d8c !important;
            position: relative;
        }

    @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;
                -webkit-transition: all .3s ease-in-out;
                transition: all .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;
        -webkit-transition: all .3s ease-in-out;
        transition: all .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;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .course--template .form--course table p {
        color: #57606f;
        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: #3867d6;
    }

    .course--template #debtor--sidebar a {
        position: relative !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .course--template .icon-down-open.right {
        -webkit-transform: rotate(-90deg) !important;
        transform: rotate(-90deg) !important;
        display: inline-block;
    }

    .course--template .icon-down-open.left {
        -webkit-transform: rotate(90deg) !important;
        transform: rotate(90deg) !important;
        display: inline-block;
    }

    .course--template .navbar--top {
        padding: 31.2px !important;
        background-color: #ffffff;
    }

        .course--template .navbar--top > .col {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

    @media (max-width: 991px) {
        .course--template .navbar--top > .col {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            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: #3867d6 !important;
        -webkit-transform: none !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: #3867d6 !important;
        -webkit-transform: none !important;
        transform: none !important;
        opacity: 1 !important;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        vertical-align: middle !important;
        border: 1px solid #3867d6;
        z-index: 2;
        background-color: #ffffff;
    }

.course--template .leftSide .btn {
    color: rgb(50.5428571429, 156.8571428571, 64.4857142857) !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: -webkit-gradient(linear, left top, right top, from(#3867d6), color-stop(41%, #3867d6), color-stop(48%, #f6f7fb), to(#f6f7fb));
  background: linear-gradient(90deg, #3867d6 0%, #3867d6 41%, #f6f7fb 48%, #f6f7fb 100%);
}

.course--section-progress-wrapper.progress--10:before {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(36.71%, #ffffff), color-stop(52.36%, #747d8c), to(#747d8c));
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 36.71%, #747d8c 52.36%, #747d8c 100%);
}

.course-content--header.progress--20 {
  background: -webkit-gradient(linear, left top, right top, from(#3867d6), color-stop(41%, #3867d6), color-stop(48%, #f6f7fb), to(#f6f7fb));
  background: linear-gradient(90deg, #3867d6 0%, #3867d6 41%, #f6f7fb 48%, #f6f7fb 100%);
}

.course--section-progress-wrapper.progress--20:before {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(36.71%, #ffffff), color-stop(52.36%, #747d8c), to(#747d8c));
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 36.71%, #747d8c 52.36%, #747d8c 100%);
}

.course-content--header.progress--30 {
  background: -webkit-gradient(linear, left top, right top, from(#3867d6), color-stop(30%, #3867d6), color-stop(35%, #f6f7fb), to(#f6f7fb));
  background: linear-gradient(90deg, #3867d6 0%, #3867d6 30%, #f6f7fb 35%, #f6f7fb 100%);
}

.course--section-progress-wrapper.progress--30:before {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(30%, #ffffff), color-stop(35%, #747d8c), to(#747d8c));
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 30%, #747d8c 35%, #747d8c 100%);
}

.course-content--header.progress--40 {
  background: -webkit-gradient(linear, left top, right top, from(#3867d6), color-stop(41%, #3867d6), color-stop(48%, #f6f7fb), to(#f6f7fb));
  background: linear-gradient(90deg, #3867d6 0%, #3867d6 41%, #f6f7fb 48%, #f6f7fb 100%);
}

.course--section-progress-wrapper.progress--40:before {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(41%, #ffffff), color-stop(48%, #747d8c), to(#747d8c));
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 41%, #747d8c 48%, #747d8c 100%);
}

.course-content--header.progress--50 {
  background: -webkit-gradient(linear, left top, right top, from(#3867d6), color-stop(52%, #3867d6), color-stop(59%, #f6f7fb), to(#f6f7fb));
  background: linear-gradient(90deg, #3867d6 0%, #3867d6 52%, #f6f7fb 59%, #f6f7fb 100%);
}

.course--section-progress-wrapper.progress--50:before {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(52%, #ffffff), color-stop(59%, #747d8c), to(#747d8c));
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 52%, #747d8c 59%, #747d8c 100%);
}

.course-content--header.progress--60 {
  background: -webkit-gradient(linear, left top, right top, from(#3867d6), color-stop(65%, #3867d6), color-stop(71%, #f6f7fb), to(#f6f7fb));
  background: linear-gradient(90deg, #3867d6 0%, #3867d6 65%, #f6f7fb 71%, #f6f7fb 100%);
}

.course--section-progress-wrapper.progress--60:before {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(65%, #ffffff), color-stop(71%, #747d8c), to(#747d8c));
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 65%, #747d8c 71%, #747d8c 100%);
}

.course-content--header.progress--70 {
  background: -webkit-gradient(linear, left top, right top, from(#3867d6), color-stop(75%, #3867d6), color-stop(82%, #f6f7fb), to(#f6f7fb));
  background: linear-gradient(90deg, #3867d6 0%, #3867d6 75%, #f6f7fb 82%, #f6f7fb 100%);
}

.course--section-progress-wrapper.progress--70:before {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(75%, #ffffff), color-stop(82%, #747d8c), to(#747d8c));
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 75%, #747d8c 82%, #747d8c 100%);
}

.course-content--header.progress--80 {
  background: -webkit-gradient(linear, left top, right top, from(#3867d6), color-stop(87%, #3867d6), color-stop(92%, #f6f7fb), to(#f6f7fb));
  background: linear-gradient(90deg, #3867d6 0%, #3867d6 87%, #f6f7fb 92%, #f6f7fb 100%);
}

.course--section-progress-wrapper.progress--80:before {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(87%, #ffffff), color-stop(92%, #747d8c), to(#747d8c));
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 87%, #747d8c 92%, #747d8c 100%);
}

.course-content--header.progress--90 {
  background: #3867d6;
}

.course--section-progress-wrapper.progress--90:before {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
}*/

        .course-content--header.progress--10 {
            background: -webkit-gradient(linear, left top, right top, from(#3867d6), color-stop(5%, #3867d6), color-stop(7%, #f6f7fb), to(#f6f7fb));
            background: linear-gradient(90deg, #3867d6 0%, #3867d6 6%, #f6f7fb 8%, #f6f7fb 100%);
        }

    .course--section-progress-wrapper.progress--10:before {
        background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(7%, #ffffff), color-stop(9%, #747d8c), to(#747d8c));
        background: linear-gradient(90deg, #ffffff 0%, #ffffff 9%, #747d8c 11%, #747d8c 100%);
    }

    .course-content--header.progress--20 {
        background: -webkit-gradient(linear, left top, right top, from(#3867d6), color-stop(15%, #3867d6), color-stop(17%, #f6f7fb), to(#f6f7fb));
        background: linear-gradient(90deg, #3867d6 0%, #3867d6 16%, #f6f7fb 18%, #f6f7fb 100%);
    }

    .course--section-progress-wrapper.progress--20:before {
        background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(17%, #ffffff), color-stop(19%, #747d8c), to(#747d8c));
        background: linear-gradient(90deg, #ffffff 0%, #ffffff 19%, #747d8c 21%, #747d8c 100%);
    }

    .course-content--header.progress--30 {
        background: -webkit-gradient(linear, left top, right top, from(#3867d6), color-stop(25%, #3867d6), color-stop(35%, #f6f7fb), to(#f6f7fb));
        background: linear-gradient(90deg, #3867d6 0%, #3867d6 35%, #f6f7fb 37%, #f6f7fb 100%);
    }

    .course--section-progress-wrapper.progress--30:before {
        background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(30%, #ffffff), color-stop(35%, #747d8c), to(#747d8c));
        background: linear-gradient(90deg, #ffffff 0%, #ffffff 30%, #747d8c 35%, #747d8c 100%);
    }

    .course-content--header.progress--40 {
        background: -webkit-gradient(linear, left top, right top, from(#3867d6), color-stop(35%, #3867d6), color-stop(48%, #f6f7fb), to(#f6f7fb));
        background: linear-gradient(90deg, #3867d6 0%, #3867d6 48%, #f6f7fb 50%, #f6f7fb 100%);
    }

    .course--section-progress-wrapper.progress--40:before {
        background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(41%, #ffffff), color-stop(48%, #747d8c), to(#747d8c));
        background: linear-gradient(90deg, #ffffff 0%, #ffffff 41%, #747d8c 48%, #747d8c 100%);
    }

    .course-content--header.progress--50 {
        background: -webkit-gradient(linear, left top, right top, from(#3867d6), color-stop(45%, #3867d6), color-stop(59%, #f6f7fb), to(#f6f7fb));
        background: linear-gradient(90deg, #3867d6 0%, #3867d6 52%, #f6f7fb 59%, #f6f7fb 100%);
    }

    .course--section-progress-wrapper.progress--50:before {
        background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(52%, #ffffff), color-stop(59%, #747d8c), to(#747d8c));
        background: linear-gradient(90deg, #ffffff 0%, #ffffff 52%, #747d8c 59%, #747d8c 100%);
    }

    .course-content--header.progress--60 {
        background: -webkit-gradient(linear, left top, right top, from(#3867d6), color-stop(55%, #3867d6), color-stop(71%, #f6f7fb), to(#f6f7fb));
        background: linear-gradient(90deg, #3867d6 0%, #3867d6 65%, #f6f7fb 71%, #f6f7fb 100%);
    }

    .course--section-progress-wrapper.progress--60:before {
        background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(65%, #ffffff), color-stop(71%, #747d8c), to(#747d8c));
        background: linear-gradient(90deg, #ffffff 0%, #ffffff 65%, #747d8c 71%, #747d8c 100%);
    }

    .course-content--header.progress--70 {
        background: -webkit-gradient(linear, left top, right top, from(#3867d6), color-stop(75%, #3867d6), color-stop(82%, #f6f7fb), to(#f6f7fb));
        background: linear-gradient(90deg, #3867d6 0%, #3867d6 75%, #f6f7fb 82%, #f6f7fb 100%);
    }

    .course--section-progress-wrapper.progress--70:before {
        background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(75%, #ffffff), color-stop(82%, #747d8c), to(#747d8c));
        background: linear-gradient(90deg, #ffffff 0%, #ffffff 75%, #747d8c 82%, #747d8c 100%);
    }

    .course-content--header.progress--80 {
        background: -webkit-gradient(linear, left top, right top, from(#3867d6), color-stop(87%, #3867d6), color-stop(92%, #f6f7fb), to(#f6f7fb));
        background: linear-gradient(90deg, #3867d6 0%, #3867d6 87%, #f6f7fb 92%, #f6f7fb 100%);
    }

    .course--section-progress-wrapper.progress--80:before {
        background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(87%, #ffffff), color-stop(92%, #747d8c), to(#747d8c));
        background: linear-gradient(90deg, #ffffff 0%, #ffffff 87%, #747d8c 92%, #747d8c 100%);
    }

    .course-content--header.progress--90 {
        background: #3867d6;
    }

    .course--section-progress-wrapper.progress--90:before {
        background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
        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: 30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(245, 246, 250, 0.95);
    backdrop-filter: saturate(200%) blur(100px);
    -webkit-backdrop-filter: saturate(200%) blur(100px);
    z-index: 999;
  }*/

        .course-footer--buttons {
            position: fixed;
            bottom: 0;
            padding: 30px;
            padding: 10px 15px;
            left: 0;
            right: 0;
            margin-left: auto;
            margin-right: auto;
            background-color: hsla(228, 33%, 97%, 0.95);
            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: #06092b;
        padding: 10px;
        color: #ffffff;
    }

        .course-content--audio .row {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

    /* chrome only */
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
        audio {
            -webkit-filter: invert(100);
            filter: invert(100);
        }
    }

    /* firefox only */
    @-moz-document url-prefix() {
        audio {
            filter: none !important;
        }
    }

    /* safari only */
    _::-webkit-full-page-media, _:future {
        -webkit-filter: none !important;
        filter: none !important;
    }

    .audio-player {
        height: 15px;
        width: 100%;
        color: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .audio-player .timeline {
            background: #ffffff;
            border-radius: 4px;
            width: 100%;
            position: relative;
            cursor: pointer;
        }

            .audio-player .timeline .progress {
                background: #3867d6;
                width: 0;
                height: 100%;
                -webkit-transition: 0.25s;
                transition: 0.25s;
            }

        .audio-player .controls {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            padding: 0 20px;
        }

            .audio-player .controls > * {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

            .audio-player .controls .toggle-play.play {
                cursor: pointer;
                position: relative;
                left: 0;
                height: 0;
                width: 0;
                border: 7px solid #06092b;
                border-left: 13px solid #ffffff;
            }

                .audio-player .controls .toggle-play.play:hover {
                    -webkit-transform: scale(1.1);
                    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 {
                    -webkit-transform: scale(1.1);
                    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: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                    .audio-player .controls .volume-container .volume-button .volume {
                        -webkit-transform: scale(0.7);
                        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;
                    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
                    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
                    -webkit-transition: 0.25s;
                    transition: 0.25s;
                    -webkit-transform: rotate(180deg);
                    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: #3867d6;
        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: #3867d6;
        }

    .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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        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: #57606f;
        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;
            -webkit-transition: all 0.3s ease;
            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: #06092b;
                border-radius: 26px;
                position: absolute;
                left: 2px;
                top: 2px;
                text-align: center;
                -webkit-transition: all 0.3s ease;
                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: #57606f;
            }

                .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: #06092b;
                }

                .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 - 400px);
    }

        .course-content--box.video {
            min-height: unset;
        }

        .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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        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: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            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: #06092b;
                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: .9rem;
        }
    }

    .course-content--box.net-monthly-income .screen-heading .table-data-preview .amount-wrapper p.amount {
        font-size: 1.1rem;
        font-weight: 500;
        color: #57606f;
    }

    .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 .form-group-wrapper {
            background: #f6f7fb;
            width: 100%;
            border-radius: 4px;
            margin-top: 1rem;
            padding: 1.5rem 2rem;
            /*  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;*/
        }

            .course-content--box.net-monthly-income .screen-heading .inputs-wrapper .form-group-wrapper.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 {
                opacity: 1;
                position: relative;
                left: unset;
                -webkit-transition: opacity .3s ease-in-out;
                transition: opacity .3s ease-in-out;
                visibility: visible;
            }

            .course-content--box.net-monthly-income .screen-heading .inputs-wrapper .form-group-wrapper.visible50 {
                opacity: .5;
                position: relative;
                left: unset;
                -webkit-transition: opacity .3s ease-in-out;
                transition: opacity .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: #57606f;
        font-size: 1rem;
    }

    .course-content--box.net-monthly-income .screen-heading input[type="button"] {
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }

        .course-content--box.net-monthly-income .screen-heading input[type="button"]:hover {
            -webkit-transition: all .15s ease-in-out !important;
            transition: all .15s ease-in-out !important;
        }

        .course-content--box.net-monthly-income .screen-heading input[type="button"]:not(.bigger) {
            padding: .8rem 1.6rem !important;
        }

        .course-content--box.net-monthly-income .screen-heading input[type="button"]:disabled {
            -webkit-transition: opacity .15s ease-in-out;
            transition: opacity .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;
        -webkit-transform: translateY(-47%) !important;
        transform: translateY(-47%) !important;
        left: 14px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-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: #f6f7fb;
    }

    @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: .9rem;
        color: #57606f;
        padding: 0 !important;
        padding-top: 5px !important;
        -webkit-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
    }

        .course-content--box.net-monthly-income .progressive-form-progress-wrapper .currentSection.hidden {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            left: -9999px;
            -webkit-transition: opacity .15s ease-in-out;
            transition: opacity .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: #3867d6;
            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 {
        -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }

    .course-content--box p {
        color: #57606f;
    }

    .course-footer--buttons .btn.primary-button--outline span {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .course--section-progress-wrapper {
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #3867d6;
        margin: 0 auto;
        outline: 8px solid #3867d6;
        -webkit-box-sizing: content-box;
        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: #f6f7fb;
            color: #747d8c !important;
            outline: 8px solid #f6f7fb;
            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: -webkit-gradient(linear, right top, left top, from(#f6f7fb), to(rgba(255, 255, 255, 0.01))) !important;
                background: linear-gradient(to left, #f6f7fb 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: -webkit-gradient(linear, left top, right top, from(#3867d6), to(rgba(255, 255, 255, 0.01)));
        background: linear-gradient(to right, #3867d6 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;
        -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.05);
        border-radius: 4px;
        padding: 40px;
    }

        #my-account .course--box.grayBg {
            background-color: #f4f5f9;
            -webkit-box-shadow: none;
            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: #e73a29;
        }

        .status.in-progress {
            color: #3867d6;
        }

    /* End of My Account */
    @-webkit-keyframes caret {
        50% {
            border-color: transparent;
        }
    }

    @keyframes caret {
        50% {
            border-color: transparent;
        }
    }

    @-webkit-keyframes progress {
        0% {
            stroke-dasharray: 0 100;
        }
    }

    @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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        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;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        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: 300;
            }

    #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(../webp/printer.webp);
            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
    }

    /*.productDescriptionWrapper#download-replacement-budget-sheets {
  min-height: 60vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
    -webkit-transform: translate(-30px, -30px) rotate(10deg);
            transform: translate(-30px, -30px) rotate(10deg);
  }
}

@media (max-width: 575px) {
  .productDescriptionWrapper#download-replacement-budget-sheets img {
    margin-top: -140px !important;
    -webkit-transform: translate(-30px, -30px) rotate(-10deg);
            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: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(255, 255, 255, 0.95)), color-stop(70%, rgba(255, 255, 255, 0.3)), to(rgba(242, 250, 255, 0)));
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .productDescriptionWrapper.bg-light-gray .main-image-wrapper.budget-envelope-wallet img {
    min-width: 550px;
  }
}*/

    /* 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;
        }

        .font--hand-written {
            line-height: 2.66rem;
        }

        .justify-content-xs-center {
            -webkit-box-pack: center;
            -ms-flex-pack: 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) {
            padding: 20px 15px;
            margin-top: 15px;
        }

            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 {
            -webkit-box-pack: space-evenly !important;
            -ms-flex-pack: space-evenly !important;
            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: 0;
            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: #2e46a5;
                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 {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            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: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: 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;
            -webkit-box-shadow: none;
            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 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .store-product--wrapper .store-product--img,
            .store-product--wrapper .store-product--info {
                width: 100%;
                max-width: 100% !important;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                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;
        }
        /*sudheer*/
        .store-product--gallery .img--main {
            height: 200px;
        }

            .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;
        }

            .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;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    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: .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: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
            -webkit-box-pack: start !important;
            -ms-flex-pack: start !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 {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        #completion-status .row {
            border-radius: 0;
        }

        #about-course--hero img {
            width: 100% !important;
            margin-left: -40px;
        }

        #attorneys--hero .buttons--wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            #attorneys--hero .buttons--wrapper .btn:first-of-type {
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1;
            }

            #attorneys--hero .buttons--wrapper .btn:last-of-type {
                -webkit-box-ordinal-group: 4;
                -ms-flex-order: 3;
                order: 3;
            }

            #attorneys--hero .buttons--wrapper p {
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                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 {
            display: block !important;
            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 {
            -webkit-box-pack: unset !important;
            -ms-flex-pack: unset !important;
            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: -webkit-box;
            display: -ms-flexbox;
            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;
            -webkit-box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.12);
            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;
        }

        #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 {
            -webkit-box-orient: vertical !important;
            -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
            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;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    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: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            width: 150%;
        }

        .d-ssm-none {
            display: none !important;
        }

        .d-md-inline-flex {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            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: -webkit-gradient(linear, right top, left top, from(rgba(246, 247, 251, 0)), to(#f6f7fb));
            background: linear-gradient(-90deg, rgba(246, 247, 251, 0) 0%, #f6f7fb 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: -webkit-gradient(linear, left top, right top, from(rgba(246, 247, 251, 0)), to(#f6f7fb));
            background: linear-gradient(90deg, rgba(246, 247, 251, 0) 0%, #f6f7fb 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: -webkit-inline-box !important;
            display: -ms-inline-flexbox !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);
        }
    }

    @-webkit-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;
        }

        .course--box {
            padding: 0 0 20px !important;
            text-align: center;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border: 1px solid #f4f5f9;
        }

            .course--box.grayBg {
                border: 1px solid #e6e7eb;
            }

            .course--box .left {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                background-color: #f4f5f9;
                border-top-left-radius: 4px;
                border-top-right-radius: 4px;
                padding: 10px;
                margin-bottom: 15px;
            }

            .course--box.grayBg .left {
                background-color: #e6e7eb;
            }

            .course--box .left .status {
                margin-top: 0 !important;
            }

            .course--box .left img {
                width: 24px !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: #3867d6;
        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 #3867d6;
        border-radius: 4px;
        padding: 20px;
        margin-top: 24px;
        -webkit-box-shadow: 0 0 13px 0 rgba(6, 9, 43, 0.08);
        box-shadow: 0 0 13px 0 rgba(6, 9, 43, 0.08);
        position: relative;
    }

        .gift-set-package:before {
            content: '';
            position: absolute;
            background: url(../png/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(../gift-ribbon.html);
            background-repeat: no-repeat;
            background-size: 100%;
            right: 20%;
            top: -30px;
            z-index: 2;
            width: 80px;
            height: 30px;
        }

        .gift-set-package .img-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            vertical-align: middle;
            -webkit-box-align: center;
            -ms-flex-align: center;
            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: #06092b;
        letter-spacing: 1.78px;
        text-transform: uppercase;
        margin-bottom: 0 !important;
    }

    #calculator .calculator--results .amount-saved {
        font-weight: 300;
        color: #57606f;
        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: #06092b;
        font-weight: 500;
        text-transform: uppercase;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .pulsating-coin {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 60px;
        height: 60px;
    }

        .pulsating-coin:before {
            content: "";
            position: relative;
            display: block;
            width: 200%;
            height: 200%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            margin-left: -50%;
            margin-top: -50%;
            border-radius: 100px;
            background-color: #ff8800;
            -webkit-animation: pulse-ring 2.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
            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("../svg/coin.svg") no-repeat no-repeat;
            -webkit-animation: pulse-dot 2.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
            animation: pulse-dot 2.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
        }

    #video {
        background: #3867d6;
        background: -webkit-gradient(linear, left top, left bottom, from(#3867d6), color-stop(50%, #3867d6), color-stop(90%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(180deg, #3867d6 0%, #3867d6 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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        color: #272424;
        margin-top: 1rem;
        -webkit-box-shadow: 0 3px 81px 0 rgba(0, 0, 0, 0.12);
        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;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .download-flyers-button--wrapper .download-flyers-button:hover {
            background-color: #3ab44a !important;
            color: #ffffff;
        }

            .download-flyers-button--wrapper .download-flyers-button:hover.edu {
                background-color: #e73a29 !important;
            }
*/
    .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 rgba(6, 9, 43, 0.25);
            padding: 1rem 0;
            transition: all 0.3s ease-in-out;
            gap: 8px;
        }

            .download-flyers-button--wrapper .download-flyers-button .icon {
                font-size: 20px;
            }

            .download-flyers-button--wrapper .download-flyers-button:hover {
                background-color: rgba(255, 255, 255, 0.5);
                color: rgb(50.5428571429, 156.8571428571, 64.4857142857);
            }

                .download-flyers-button--wrapper .download-flyers-button:hover.edu {
                    color: #e73a29;
                }

    .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: #06092b;
                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(../svg/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: #3867d6 !important;
        }

        .my-account--template ul.components li.active a:not(.dropdown-toggle):not(.no-arrow):after {
            opacity: .7 !important;
        }

    .my-account--template ul.components li a:not(.dropdown-toggle):not(.no-arrow):after {
        color: #06092b !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: rgb(50.5428571429, 156.8571428571, 64.4857142857);
    border-radius: 100% !important;
    margin-right: 8px;
    -webkit-animation: pulse-dot 2.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    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(50.5428571429, 156.8571428571, 64.4857142857, 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);
        }

    @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: #f6f7fb;
        margin: 0 !important;
        padding: 40px 0;
    }

    @media (min-width: 768px) {
        #home-faq {
            padding: 60px 0;
        }
    }

    @media (max-width: 575px) {
        #home-faq {
            padding: 40px 0;
        }
    }

    #home-faq .home-faq .feature--item {
        padding: 15px 0;
    }

        #home-faq .home-faq .feature--item .collapse,
        #home-faq .home-faq .feature--item .collapsing {
            padding-left: .75rem !important;
        }

        #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;
        }

        #home-faq .home-faq .feature--item .icon-down-open {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 5px;
            text-align: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background-color: #3867d6;
            border-radius: 20px;
            color: #ffffff;
            -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

        #home-faq .home-faq .feature--item .collapsed .icon-down-open {
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

    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: .875rem;
        line-height: 1.5;
    }

        body .tooltip .tooltip-inner {
            font-size: .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: .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: .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: .9375rem;
        }

        body .button--submit.secondary-button--outline {
            font-size: .875rem;
        }

        body .warning-button--outline {
            font-size: .9375rem;
        }

        body .btn.button--big {
            font-size: 1rem;
        }

        body .selectric .label {
            font-size: .9375rem;
        }

        body .selectric-items ul {
            font-size: .9375rem;
            line-height: 1.4rem;
        }

        body .selectric-items li {
            font-size: .9375rem;
            line-height: 1.4rem;
            text-align: left !important;
        }

        body .form-control {
            font-size: .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: .875rem !important;
        line-height: 1.3rem !important;
    }

    body .font--hand-written {
        font-size: 2.25rem;
        line-height: 4.5rem;
    }

    body .badge--outline {
        font-size: .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: .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: .9375rem;
    }

    body .badge--custom.badge--logo.recommended {
        font-size: .875rem;
    }

    body .navbar .navbar-toggler {
        font-size: .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: .9375rem;
    }

    body .money-back-guarantee .money-back--condition {
        font-size: .875rem;
    }

    body .money-back-guarantee:before {
        font-size: 1.375rem;
    }

    body .course-selection--button {
        font-size: 1.125rem;
    }

body .watch-video {
    font-size: 1rem;
}

        body .watch-video .icon-play-2 {
            font-size: .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: .875rem;
    }

        body #testimonial .completed-course-date:before {
            font-size: .875rem;
        }

    body .text-focus {
        font-size: .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 {
        font-size: 1.125rem;
    }

        body #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: .9375rem;
    }

    body .video-background p {
        font-size: .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: .75rem;
        line-height: 1.1rem;
    }

    body .footer--secondary {
        font-size: .875rem !important;
    }

        body .footer--secondary a {
            font-size: .875rem !important;
        }

    @media (max-width: 767px) {
        body #register--form.registration-process-wrapper .smaller {
            font-size: .9375rem !important;
        }
    }

    body ul.form--list li {
        font-size: .9375rem;
        line-height: 1.6rem;
    }

    body #user--avatar {
        font-size: .875rem;
    }

    body #joint-avatar {
        font-size: .75rem;
    }

    body .phone--checkbox {
        font-size: .875rem;
        line-height: 1.6rem;
    }

    body .form-check-input + label {
        font-size: .9375rem;
    }

    body .form-check-input:checked:before {
        font-size: 1rem;
    }

    body .register-step--description {
        font-size: .75rem;
    }

    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: .875rem;
    }

    body .upgrade-price {
        font-size: 1.25rem;
    }

        body .upgrade-price .uppercase {
            font-size: .75rem;
        }

    body .secure-payment {
        font-size: .75rem;
    }

        body .secure-payment .icon {
            font-size: 1.125rem;
        }

    body .payment--form-inside > *:first-child {
        font-size: .875rem;
        line-height: 1.1rem;
    }

    body .summary--headline {
        font-size: 1.25rem;
    }

    body .notification {
        font-size: .9375rem;
    }

    body .popover {
        font-size: .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: .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: .75rem;
            line-height: 0.93rem;
        }

    body .items-in-category {
        font-size: .75rem;
    }

    body .store-product--wrapper .store-product--info p {
        font-size: .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: .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: .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: .8125rem;
    }

    body .quantity--decrease {
        font-size: 1.125rem;
    }

    body .badge--best-seller p {
        font-size: .75rem;
        line-height: 0;
    }

    body .cart .store-product--wrapper .removeItem {
        font-size: .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: .9375rem;
    }

    body .badge--store-product {
        font-size: .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: .9375rem;
    }

    body .terms-modal {
        font-size: .875rem;
    }

        body .terms-modal p, body .terms-modal ul {
            font-size: .875rem;
        }

    body .product-categories--menu .btn {
        font-size: .9375rem;
    }

    body .key-features ul li p {
        font-size: .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: .9375rem;
    }

    body .checkout--products .prices .price--current {
        font-size: .9375rem;
    }

    body .checkout--products i.icon {
        font-size: 1.25rem;
    }

    body .table.store--table th, body .table.store--table td {
        font-size: .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: .875rem;
    }

    body .sBadge {
        font-size: .8125rem;
    }

    body .debtor-sidebar--template .container-fluid table tr td .icon {
        font-size: 1.25rem;
    }

    body .debtor-sidebar--template .container-fluid .footer {
        font-size: .9375rem;
    }

    body .debtor-sidebar--wrapper {
        font-size: .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: .875rem;
        line-height: .93rem;
    }

    body .downloads--not-available {
        font-size: 1rem;
    }

    body .search-results--downloads ul li.downloads--header {
        font-size: .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: .9375rem !important;
    }

        body .attorney-billing--card:not(.no-step):before {
            font-size: 1rem;
        }

    body #remove-card--modal .btn {
        font-size: .9375rem;
    }

    body .menu--toggle {
        font-size: .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: .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: .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: .9375rem;
    }

    body .course--template .form--course table p {
        font-size: .9375rem !important;
        line-height: 1.33rem !important;
    }

    body .course--template .form--course table .form-group:before {
        font-size: .9375rem;
    }

    body .course--template .components .icon-checkmark-filled {
        font-size: .8125rem !important;
    }

    body .course--template #debtor--sidebar a {
        font-size: .9375rem !important;
    }

    body .course--template #debtor--sidebar .subsection--active a:after,
    body .course--template #debtor--sidebar .subsection--completed a:after {
        font-size: .8125rem !important;
    }

    body .audio-player {
        font-size: .75rem;
    }

    body .course-section--progress {
        font-size: .8125rem !important;
    }

        body .course-section--progress.not-started {
            font-size: .75rem !important;
        }

    body #my-account .course--box .price p {
        font-size: 1rem !important;
    }

    body .status {
        font-size: 1rem;
    }

    body .full-btn {
        font-size: .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: .5rem;
        }

        body .nav-buttons.d-md-block.d-lg-none .btn {
            font-size: .875rem;
        }

        body .already-have-an-account a {
            display: flex;
            margin-top: .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: .75rem;
        }
    }

    @media (max-height: 800px) {
        body #course-selection-hero {
            min-height: 680px !important;
        }

           /* body #course-selection-hero .course-selection--wrapper {
                padding-top: 40px!important;
            }*/

                body #course-selection-hero .course-selection--wrapper .heading--main {
                    font-size: 2.75rem;
                    line-height: 44px;
                }
            body #course-selection-hero .course-selection-wrapper {
                margin-top: 20px;
            }

            body #course-selection-hero .watch-video-wrapper {
                margin-top: 40px;
                margin-bottom: 20px;
            }
    }

    @media (max-width: 575px) {
        body .dropdown-toggle {
            font-size: .75rem !important;
        }

        body .dropdown-item {
            font-size: .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: .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: .875rem;
        }

        body .card-title {
            font-size: 1.125rem;
        }

        body .card-text {
            font-size: .9375rem;
            line-height: 1.6rem;
        }

        body #chapters .card button {
            font-size: 1rem;
        }

        body .video-background p {
            font-size: .875rem;
        }

        body .register-step--icon-wrapper .icon {
            font-size: 1.125rem;
        }

        body .recommended-option {
            font-size: 10px;
        }

        body .blog-post--about li {
            font-size: .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: .875rem !important;
            line-height: .93rem;
        }

        body .text--secondary.smaller.mt-0.sm-dark {
            font-size: .875rem !important;
            line-height: .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: .875rem !important;
        }

        body h5.h-bold.smaller {
            font-size: 1.25rem !important;
        }

        body .area--scrollable a {
            font-size: .875rem !important;
        }

        body .certificate-results--wrapper p {
            font-size: .875rem;
        }
    }

    input[type="checkbox"] {
        top: 2px !important;
        position: relative !important;
    }

    .password-field {
        position: relative;
        display: inline-block;
        width: 100%;
    }

        .password-field input {
            padding-right: 40px;
            width: 100%;
            box-sizing: border-box;
            height: 2.5em;
            line-height: 2.5em;
            font-size: 1em;
        }

        .password-field .password-toggle {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            color: #747d8c;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: color 0.15s ease-in-out;
            font-size: 18px;
            line-height: 10px;
            height: 100%;
            padding: 0 10px;
            background-color: rgba(255, 255, 255, 0.75);
            border-radius: 0 4px 4px 0;
        }

            /*.password-field .password-toggle .fi-rs-eye {
            color: #06092b !important;
        }*/

            .password-field .password-toggle:hover {
                color: #06092b;
            }

        .password-field .eye-icon {
            height: 1.5em;
            width: 1.5em;
            display: block;
        }



    .attorney-portal-features {
        background-color: #f6f7fb;
        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: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        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: .5;
        }
    }

    .small-testimonials--person img {
        width: 60px;
        border-radius: 50%;
        border: 3px solid #f6f7fb;
        cursor: pointer;
    }

        .small-testimonials--person img:hover {
            -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1));
            -webkit-transition: all .3s ease-in-out;
            transition: all .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;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        -webkit-transition: all 0.5s ease-in-out;
        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;
        -webkit-transition: all .3s ease-in-out;
        transition: all .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 {
            -webkit-transform: rotate(-225deg);
            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: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        -webkit-transition: all .3s ease-in-out;
        transition: all .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: rgb(50.5428571429, 156.8571428571, 64.4857142857);
            padding: .5rem 25px;
        }

            .search-results--wrapper .debtor-sidebar--gray-wrapper .billing-code-used.unused {
                color: #57606f;
                opacity: .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: #f6f7fb;
        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: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                padding: 5px;
                text-align: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                background-color: #3867d6;
                border-radius: 20px;
                color: #ffffff;
                -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg);
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }

            #home-faq .home-faq .feature--item .collapsed .icon-down-open {
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
                -webkit-transform: rotate(0);
                transform: rotate(0);
            }

    .language-selection {
        font-size: 1rem;
    }

        .language-selection .icon.icon-globe {
            color: #57606f;
        }

        .language-selection a:link, .language-selection a:visited, .language-selection a:hover {
            color: #57606f !important;
        }

            .language-selection a:link.active, .language-selection a:visited.active, .language-selection a:hover.active {
                color: #06092b !important;
                font-weight: 500 !important;
            }

    #required-bankruptcy-course--lottie {
        max-width: 768px;
        min-width: 150%;
        overflow: hidden;
        display: block;
        -webkit-transform: translate3d(0, 0, 0);
        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 {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            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;
        }
    }
    /*# sourceMappingURL=main.css.map */

    /* 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;
        }
    }

    .form-group.input-error input::placeholder {
        color: #e73a29 !important; /* Placeholder text color */
    }

    .form-group.input-error select::placeholder {
        color: #e73a29 !important; /* Placeholder text color */
    }

    /*.parsley-error::placeholder {
    color: #e73a29 !important;
}*/

    #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: #06092b !important;
            padding: 0 0.75rem;
            justify-content: flex-start;
        }

    .form-wrapper--footer {
        background-color: rgba(244, 245, 249, 0.95);
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        padding: 20px;
        text-align: center;
    }

        .form-wrapper--footer .form--info {
            color: rgba(6, 9, 43, 0.7) !important;
        }

    .form-wrapper.has-footer {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
.course-selection-tip p {
    font-size: 0.875rem;
}

@media (min-width: 991px) and (max-width: 1400px) {
    .course-selection-tip {
        gap: 4px !important;
    }

        .course-selection-tip p {
            margin-left: 0;
            font-size: calc(4px + 0.475vw);
        }

        .course-selection-tip .icon {
            min-width: calc(4px + 0.45vw);
            max-width: calc(4px + 0.45vw);
        }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .course-selection-tip {
        justify-content: center;
    }

        .course-selection-tip .icon {
            min-width: calc(4px + 0.415vw);
            max-width: calc(4px + 0.415vw);
        }

        .course-selection-tip p {
            font-size: calc(4px + 0.415vw);
            text-align: center !important;
        }
}

@media (min-width: 575px) and (max-width: 730px) {
    .course-selection-tip {
        gap: 4px !important;
        justify-content: center;
    }

        .course-selection-tip p {
            font-size: calc(4px + 0.95vw);
            text-align: center !important;
        }

        .course-selection-tip .icon {
            display: none;
        }
}

.row > [class*=col-] {
    transition: flex-basis 350ms ease, max-width 350ms ease;
}

#affiliate-hero {
    padding: 60px 0;
    gap: 24px;
    position: relative;
    background-color: rgba(246, 247, 251, 0.5);
    -webkit-backdrop-filter: blur(3px) saturate(180%);
    backdrop-filter: blur(3px) saturate(180%);
}

@media (min-width: 860px) and (max-width: 991px) {
    #affiliate-hero {
        min-height: 1000px !important;
    }
}

@media (max-width: 991px) {
    #affiliate-hero {
        min-height: 900px;
    }
}

@media (max-width: 767px) {
    #affiliate-hero {
        min-height: 1000px;
    }
}

@media (max-width: 991px) {
    #affiliate-hero .cta-buttons {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    #affiliate-hero .cta-buttons {
        margin-top: 30px !important;
    }
}

@media (max-width: 450px) {
    #affiliate-hero .cta-buttons .btn {
        padding: 12px !important;
    }
}

@media (max-width: 398px) {
    #affiliate-hero .cta-buttons .btn .icon {
        max-width: 16px;
        max-height: 16px;
        min-width: 16px;
        min-height: 16px;
    }
}

@media (max-width: 380px) {
    #affiliate-hero .cta-buttons {
        display: flex;
        flex-direction: column;
    }

        #affiliate-hero .cta-buttons .btn {
            width: 100%;
        }
}

#affiliate-hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(77.56% 84.12% at 91.32% 0%, var(--colorHighlight, rgba(56, 103, 214, 0.71)) 0%, rgba(48, 155, 71, 0) 100%), radial-gradient(109.36% 113.98% at 28.73% -21.57%, var(--colorPrimary, rgba(48, 155, 71, 0.7)) 0%, rgba(0, 114, 205, 0) 100%), radial-gradient(27.77% 36.01% at 10.91% 20.77%, var(--colorPrimary, rgba(48, 155, 71, 0.33)) 0%, rgba(48, 155, 71, 0) 100%);
    opacity: 0.6;
    top: 0;
    bottom: 0;
}

#affiliate-hero .description-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 36px;
    min-height: 500px;
}

@media (max-width: 991px) {
    #affiliate-hero .description-wrapper {
        min-height: unset;
        text-align: center;
    }
}

#affiliate-hero .description-wrapper .rating .icon-star {
    font-size: 12px;
    margin-right: 0;
}

#affiliate-hero .description-wrapper .rating .rating-text {
    font-size: 14px;
    color: #57606f;
}

    #affiliate-hero .description-wrapper .rating .rating-text.orange {
        color: #FF7F50;
    }

#affiliate-hero .graphic-wrapper {
    position: relative;
}

#affiliate-hero .graphic-wrapper--text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 66.6666666667vw;
    opacity: 0.7;
}

@media (min-width: 1340px) and (max-width: 1600px) {
    #affiliate-hero .graphic-wrapper--text {
        width: 200px;
        right: -5vw;
        left: unset;
    }

        #affiliate-hero .graphic-wrapper--text p {
            line-height: normal;
            align-items: flex-start !important;
        }
}

@media (min-width: 1200px) and (max-width: 1340px) {
    #affiliate-hero .graphic-wrapper--text {
        width: 200px;
        right: -2vw;
        left: unset;
    }

        #affiliate-hero .graphic-wrapper--text p {
            line-height: normal;
            align-items: flex-start !important;
        }
}

@media (min-width: 991px) and (max-width: 1199px) {
    #affiliate-hero .graphic-wrapper--text {
        right: unset;
        margin-left: unset;
        margin-right: unset;
        width: 200px !important;
        justify-content: flex-start;
        text-align: left;
        left: -12vw;
        bottom: -20px;
    }

        #affiliate-hero .graphic-wrapper--text p {
            align-items: flex-start !important;
        }
}

#affiliate-hero .graphic-wrapper--text p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

@media (max-width: 991px) {
    #affiliate-hero .graphic-wrapper--text {
        width: 100vw;
        bottom: 0;
        top: 48vw;
        left: unset;
        right: -30vw;
        min-width: 400px;
    }
}

@media (max-width: 820px) {
    #affiliate-hero .graphic-wrapper--text {
        top: 400px;
        right: -30vw;
    }
}

@media (max-width: 640px) {
    #affiliate-hero .graphic-wrapper--text {
        top: 40px;
        left: 0 !important;
        right: unset !important;
        width: 100vw;
    }

        #affiliate-hero .graphic-wrapper--text p {
            justify-content: flex-start;
            max-width: 200px;
            text-align: left;
            align-items: flex-start;
        }
}

#affiliate-hero .graphic-wrapper:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 1400px;
    height: 740px;
    background-image: url(../svg/affiliate-hero-illustration.svg);
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    #affiliate-hero .graphic-wrapper:before {
        width: 100vw;
        min-width: 400px;
        height: 600px;
        top: 20px;
        left: unset;
        right: -10vw;
        margin-left: auto;
        margin-right: auto;
        order: 0;
        background-size: cover;
    }
}

@media (max-width: 820px) {
    #affiliate-hero .graphic-wrapper:before {
        right: -14vw;
    }
}

#affiliate-us-approved {
    position: relative;
    padding-top: 40px;
}

    #affiliate-us-approved #usa-map {
        max-width: unset !important;
        position: absolute;
        top: -500px;
        z-index: -1;
        right: 0;
    }

@media (max-width: 991px) {
    #affiliate-us-approved svg {
        margin-left: auto;
        margin-right: auto;
    }

    #affiliate-us-approved .above-heading {
        justify-content: center;
    }

    #affiliate-us-approved .col-xl-9 {
        text-align: center;
    }
}

#affiliate-us-approved .h3 {
    font-size: 28px;
    line-height: normal;
}

@media (min-width: 992px) {
    #affiliate-us-approved .h3 {
        max-width: 628px;
    }
}

#affiliate-us-approved .above-heading {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

    #affiliate-us-approved .above-heading .icon {
        background: rgb(58, 180, 74);
        z-index: -1;
        margin-left: -14px;
        margin-right: -14px;
    }

    #affiliate-us-approved .above-heading strong {
        font-size: 18px;
        color: rgb(58, 180, 74);
        line-height: normal;
        margin-left: 8px;
        opacity: 0.8;
    }

#affiliate-us-approved .above-heading--card {
    padding: 20px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    color: rgb(58, 180, 74);
}

    #affiliate-us-approved .above-heading--card:first-of-type {
        background: linear-gradient(72deg, rgba(58, 180, 74, 0.5) 3.2%, rgba(255, 255, 255, 0.1) 99.81%);
    }

    #affiliate-us-approved .above-heading--card:last-of-type {
        background: linear-gradient(224deg, rgba(58, 180, 74, 0.5) 4.63%, rgba(255, 255, 255, 0.1) 99.57%);
    }

#affiliate-why-partner-with-us {
    margin-top: 60px;
}

@media (min-width: 576px) {
    #affiliate-why-partner-with-us {
        margin-top: 150px;
    }
}

@media (max-width: 991px) {
    #affiliate-why-partner-with-us {
        text-align: center;
    }
}

#affiliate-why-partner-with-us .row {
    background-color: #06092b;
    color: #ffffff;
    position: relative;
}

    #affiliate-why-partner-with-us .row:before, #affiliate-why-partner-with-us .row:after {
        content: "";
        position: absolute;
        top: 0;
        width: 60px;
        height: 100%;
        background: #06092b;
        z-index: 1;
    }

    #affiliate-why-partner-with-us .row:before {
        left: -60px;
        border-radius: 12px 0 0 12px;
    }

    #affiliate-why-partner-with-us .row:after {
        right: -60px;
        border-radius: 0 12px 12px 0;
    }

@media (max-width: 1199px) {
    #affiliate-why-partner-with-us .row:before, #affiliate-why-partner-with-us .row:after {
        width: 50vw;
    }

    #affiliate-why-partner-with-us .row:before {
        left: -50vw;
    }

    #affiliate-why-partner-with-us .row:after {
        right: -50vw;
    }
}

#affiliate-why-partner-with-us .row .content-wrapper {
    padding: 80px 0;
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    #affiliate-why-partner-with-us .row .content-wrapper {
        padding-top: 0;
    }
}

#affiliate-why-partner-with-us .row .affiliate-crane {
    position: absolute;
    top: -114px;
    left: 2px;
    z-index: 4;
}

@media (min-width: 768px) and (max-width: 991px) {
    #affiliate-why-partner-with-us .row .affiliate-crane {
        left: -190px;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 160px;
        top: -90px;
    }
}

@media (max-width: 767px) {
    #affiliate-why-partner-with-us .row .affiliate-crane {
        left: -110px;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 160px;
        top: -92px;
    }
}

@media (max-width: 575px) {
    #affiliate-why-partner-with-us .row .affiliate-crane {
        display: none;
    }
}

#affiliate-why-partner-with-us .row .image-wrapper {
    position: absolute;
    top: 0;
    width: 600px;
    height: 100%;
    overflow: hidden;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: -150px;
}

@media (max-width: 1199px) {
    #affiliate-why-partner-with-us .row .image-wrapper {
        right: -230px;
    }
}

#affiliate-why-partner-with-us .row .image-wrapper img {
    height: 824px;
    margin-top: -278px;
}

@media (max-width: 991px) {
    #affiliate-why-partner-with-us .row .image-wrapper {
        position: relative;
        right: 0;
        left: 110px;
        margin-left: auto;
        margin-right: auto;
        top: 0;
    }

        #affiliate-why-partner-with-us .row .image-wrapper img {
            height: 640px;
            margin-top: -220px;
        }
}

@media (max-width: 575px) {
    #affiliate-why-partner-with-us .row .image-wrapper {
        min-width: 100vw;
        left: 0;
        right: 0;
    }
}

#affiliate-benefits .affiliate-benefits--card {
    padding: 24px;
    height: 100%;
    border-radius: 12px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 12px;
    background: rgba(207, 237, 211, 0.9);
    box-shadow: 0px 4px 144px 0px rgba(130, 201, 130, 0.34);
    -webkit-backdrop-filter: blur(47px);
    backdrop-filter: blur(47px);
    gap: 20px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    transition: background-color 0.3s ease;
}

    #affiliate-benefits .affiliate-benefits--card p {
        margin-top: -10px;
    }

    #affiliate-benefits .affiliate-benefits--card:hover {
        background-color: rgb(192.1636363636, 231.4363636364, 197.4);
    }

    #affiliate-benefits .affiliate-benefits--card .icon {
        margin-left: auto;
        margin-right: auto;
    }

#affiliate-benefits .gap-4 {
    gap: 8px;
}

@media (max-width: 991px) {
    #affiliate-benefits .row {
        gap: 30px;
    }

        #affiliate-benefits .row:first-of-type {
            margin-bottom: 30px;
        }
}

#affiliate-cta-get-started {
    padding: 80px 0;
    margin-bottom: 0 !important;
    scroll-margin-top: 120px;
}

@media (max-width: 767px) {
    #affiliate-cta-get-started {
        scroll-margin-top: 80px;
    }
}

#affiliate-cta-get-started .btn.white {
    margin-top: 40px;
}

@media (max-width: 991px) {
    #affiliate-cta-get-started {
        text-align: center;
    }

        #affiliate-cta-get-started .btn.white {
            width: 100%;
            margin-bottom: 40px;
        }
}

.gap-12 {
    gap: 12px;
}
ul.line-style {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

    ul.line-style li {
        position: relative;
        width: 100%;
        padding-left: 24px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        font-weight: 500;
    }

        ul.line-style li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 9px;
            width: 14px;
            height: 2px;
            background-color: rgba(87, 96, 111, 0.5);
        }