.main-menu a.cd-dropdown-trigger {
    color: var(--sm-blue)
}
.main-menu a.cd-dropdown-trigger:hover {
    color: var(--sm-black)
}
.main-menu button.cd-dropdown-trigger .nav-drawer-trigger {
    background-image: url(../images/nav-drawer-trigger_blue.svg)
}
#nav-user #nav-user-loggedout .nav-auth-button {
    color: #FCB308;
    font-weight: 600
}
#nav-user #nav-user-loggedout .nav-auth-button:hover {
    color: var(--sm-black)
}
#nav-user #nav-user-loggedin .nav-user-button {
    color: var(--sm-blue)
}
header.header-funnel {
    z-index: 900
}
header.header-funnel.header-bg {
    background-color: transparent;
    float: none
}
header.header-funnel .funnel-logo {
    float: none;
    margin: 8px auto;
    width: 200px
}
header.header-funnel .funnel-logo span {
    background: url(https://www.supermoney.com/includes/img/common/logo-horizontal-blue.svg) no-repeat center top/contain
}
@media screen and (min-width: 901px) {
    header.header-funnel .funnel-logo {
        margin: 8px 0 0 10px
    }
}
@media screen and (max-width: 360px) {
    header.header-funnel .funnel-logo span {
        background: url(https://www.supermoney.com/includes/img/common/logo-square-blue.svg) no-repeat center top/contain
    }
    header.header-funnel .funnel-logo a {
        height: unset
    }
}
header.header-funnel.dealer-container {
    height: 65px
}
header.header-funnel.dealer-container .main-menu {
    top: 10px
}
header.header-funnel.dealer-container .logo-container {
    display: flex;
    align-items: center;
    height: 55px;
    padding: 10px 0 0 10px
}
header.header-funnel.dealer-container .logo-container img {
    max-height: 60px;
    max-width: 160px
}
header.header-funnel.dealer-container .logo-container .sm-logo img {
    max-width: 150px
}
header.header-funnel.dealer-container .logo-container .vertical-line {
    margin: 0 8px;
    height: 36px;
    border-left: 3px
}
@media screen and (max-width: 900px) {
    header.header-funnel.dealer-container .logo-container {
        justify-content: left
    }
}
@media screen and (max-width: 600px) {
    header.header-funnel.dealer-container {
        display: flex;
        flex-flow: column;
        height: 55px
    }
    header.header-funnel.dealer-container .logo-container {
        height: 45px;
        max-width: calc(100% - 60px)
    }
    header.header-funnel.dealer-container .logo-container img {
        max-height: 45px;
        max-width: 100%
    }
    header.header-funnel.dealer-container .logo-container .dealer-logo {
        max-width: 50%
    }
    header.header-funnel.dealer-container .logo-container .sm-logo {
        max-width: 50%
    }
    header.header-funnel.dealer-container .logo-container .sm-logo img {
        max-width: 100%;
        max-height: 30px
    }
    header.header-funnel.dealer-container .logo-container .vertical-line {
        margin: 0 5px;
        height: 30px
    }
    header.header-funnel.dealer-container .main-menu {
        display: flex;
        justify-content: flex-end
    }
    header.header-funnel.dealer-container .main-menu button {
        margin-right: 0
    }
}
.funnel-white-nav header.header-funnel .funnel-logo span {
    background: url(https://www.supermoney.com/includes/img/common/logo-horizontal-white.svg) no-repeat center top/contain!important
}
@media screen and (max-width: 360px) {
    .funnel-white-nav header.header-funnel .funnel-logo span {
        background: url(https://www.supermoney.com/includes/img/common/logo-square-white.svg) no-repeat center top/contain!important
    }
}
.container-home {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin: 0 auto
}
.supermoney-vue-funnel.funnel .content {
    margin-top: 0
}
section h3 {
    font-size: 1.5em
}
section .more-language {
    display: block;
    text-align: center;
    margin-top: 2em
}
section .hide-mobile {
    display: none
}
section .fa-arrow-circle-o-right {
    font-size: 120%
}
section .spacer-orange {
    display: inline-block;
    margin: 0 auto;
    width: 100px;
    height: 4px;
    background-color: #0c5e98;
    margin: 1em 0 1.5em
}
section h1.headline-main {
    margin: 0;
    font-weight: 600;
    font-size: 2.9em;
    line-height: 1.1;
    letter-spacing: -1px
}
section h2.headline-section {
    margin: 0;
    font-weight: 600;
    line-height: 1.4
}
section h3.headline-edge,
section h3.headline-sub {
    margin: 0;
    font-weight: 600;
    line-height: 1.4
}
section h4.headline-caps {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    font-size: 1em;
    font-weight: 600
}
section p {
    line-height: 1.4;
    margin: 10px 0;
    font-size: 18px
}
section .margin-top-1 {
    margin-top: 1em
}
section .margin-top-2 {
    margin-top: 2em
}
section .margin-top-3 {
    margin-top: 3em
}
section .padding-left-0 {
    padding-left: 0
}
section .padding-right-0 {
    padding-right: 0
}
section .padding-left-15 {
    padding-left: 15px
}
section .padding-right-15 {
    padding-right: 15px
}
section .add-padding {
    padding-left: 15px;
    padding-right: 15px
}
section .border-top {
    border-top: 1px solid #d8d8d8
}
section .text-center {
    text-align: center
}
section .text-left {
    text-align: left
}
section .cta-container {
    width: 100%;
    text-align: center
}
section .cta-container .social-proof {
    margin-top: 5px;
    color: var(--sm-dark-gray)
}
section .cta-container .social-proof i {
    color: var(--sm-blue)
}
section#funnel-lander-featured-press {
    background-color: #fdfcf4;
    margin-top: 0;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}
section#funnel-lander-featured-press .container-home {
    max-width: 1600px;
    width: auto;
    padding-left: 0;
    padding-right: 0
}
section#funnel-lander-featured-press .featured-press {
    padding: 1.5em 0
}
section#funnel-lander-featured-press .featured-press .pressbox {
    display: flex;
    align-items: center;
    flex-flow: row wrap
}
section#funnel-lander-featured-press .featured-press .pressbox .logo-box {
    display: inline-block;
    margin: 0 auto 1em;
    width: 25%;
    aspect-ratio: 3.5/1;
    position: relative;
    background-size: cover;
    background-image: url(../images/all-press-logos.svg)
}
@supports not (aspect-ratio: 3.5/1) {
    section#funnel-lander-featured-press .featured-press .pressbox .logo-box::before {
        float: left;
        padding-top: 28.57%;
        content: " "
    }
    section#funnel-lander-featured-press .featured-press .pressbox .logo-box::after {
        display: block;
        content: "";
        clear: both
    }
}
section#funnel-lander-featured-press .featured-press .pressbox .logo-box img {
    max-width: 150px;
    margin: auto;
    width: 100%
}
section#funnel-lander-featured-press .featured-press .pressbox .logo-box.usatoday {
    background-position-x: 0
}
section#funnel-lander-featured-press .featured-press .pressbox .logo-box.inc-com {
    background-position-x: 6.666%
}
section#funnel-lander-featured-press .featured-press .pressbox .logo-box.yahoo-finance {
    background-position-x: 13.332%
}
section#funnel-lander-featured-press .featured-press .pressbox .logo-box.forbes {
    background-position-x: 19.998%
}
section#funnel-lander-featured-press .featured-press .pressbox .logo-box.cnbc {
    background-position-x: 26.664%
}
section#funnel-lander-featured-press .featured-press .pressbox .logo-box.fox-news {
    background-position-x: 33.33%
}
section#funnel-lander-featured-press .featured-press .pressbox .logo-box.business-insider {
    background-position-x: 39.996%
}
section#funnel-lander-featured-press .featured-press .pressbox .logo-box.huffpost {
    background-position-x: 46.662%
}
section#funnel-lander-featured-press .featured-press .pressbox .logo-box.wsj {
    background-position-x: 53.328%
}
section#funnel-lander-featured-press .featured-press .pressbox .logo-box.readers-digest {
    background-position-x: 59.994%
}
section#funnel-lander-featured-press .featured-press .pressbox .logo-box.msn {
    background-position-x: 66.66%
}
section#funnel-lander-featured-press .featured-press .pressbox .logo-box.marketwatch {
    background-position-x: 73.326%
}
section#funnel-lander-featured-press .featured-press .pressbox .logo-box.kiplinger {
    background-position-x: 79.992%
}
section#funnel-lander-featured-press .featured-press .pressbox .logo-box.finovate {
    background-position-x: 86.658%
}
section#funnel-lander-featured-press .featured-press .pressbox .logo-box.ibt {
    background-position-x: 93.324%
}
section#funnel-lander-featured-press .featured-press .pressbox .logo-box.realtor {
    background-position-x: 99.99%
}
section#funnel-lander-featured-press .featured-press .pressbox .logo-box:nth-of-type(13),
section#funnel-lander-featured-press .featured-press .pressbox .logo-box:nth-of-type(14),
section#funnel-lander-featured-press .featured-press .pressbox .logo-box:nth-of-type(15),
section#funnel-lander-featured-press .featured-press .pressbox .logo-box:nth-of-type(16) {
    display: none
}
section#funnel-lander-featured-press .featured-press .trustbox {
    margin: 1em 0 0;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    flex-flow: row wrap
}
section#funnel-lander-featured-press .featured-press .trustbox .trustbox-item {
    display: inline-block;
    margin: 0 auto;
    margin-top: 0;
    padding: 0 15px;
    flex: unset;
    width: 50%
}
section#funnel-lander-featured-press .featured-press .trustbox .trustbox-item h2 {
    margin: 0;
    line-height: 1.4;
    font-size: 1.5em
}
section#funnel-lander-featured-press .featured-press .trustbox .trustbox-item h3 {
    margin: 0;
    line-height: 1.4;
    font-size: 1.25em
}
section#funnel-lander-featured-press .featured-press .trustbox .trustbox-item p {
    margin: 0;
    font-size: 14px
}
section#funnel-lander-featured-press .featured-press .trustbox .trustbox-item.long .trustpilot-widget {
    display: block;
    margin-top: 0;
    position: relative
}
section#funnel-lander-featured-press .featured-press .trustbox .trustbox-item.long .trustpilot-widget iframe {
    margin: auto
}
section#funnel-lander-featured-press .featured-press .trustbox .trustbox-item.long .trustpilot-desc {
    display: none
}
section#funnel-lander-featured-press .featured-press .trustbox .trustbox-item.border-right {
    border-right: 1px solid rgba(0, 0, 0, .1)
}
section#funnel-lander-featured-press .featured-press .trustbox.desktop {
    display: none
}
section#funnel-lander-featured-press .featured-press .trustbox.mobile .trustbox-item.long .trustpilot-widget {
    height: 55px
}
section#funnel-lander-featured-press .featured-press .trustbox.mobile .trustbox-item.long .trustpilot-widget iframe {
    margin: auto;
    height: 58px!important;
    width: 145px!important
}
section#funnel-lander-featured-press .featured-press:after {
    content: "";
    display: table;
    clear: both
}
section#funnel-lander-privacy {
    margin: 3em 0 4em;
    background-color: var(--bg-gray)
}
section#funnel-lander-privacy .container-home {
    padding-top: 3em;
    padding-bottom: 2.5em;
    border-radius: 20px
}
section#funnel-lander-privacy .padlock-img img {
    max-width: 80px;
    margin: auto
}
section#funnel-lander-privacy .content-section {
    margin-top: 1em;
    display: flex;
    flex-flow: row nowrap;
    align-items: center
}
section#funnel-lander-privacy .content-section .padlock-img {
    flex: 1;
    padding-right: 1em
}
section#funnel-lander-privacy .content-section .text-left {
    flex: 4
}
section#funnel-lander-privacy .content-section .text-left p {
    font-size: 20px
}
@media screen and (min-width: 550px) {
    section#funnel-lander-featured-press .featured-press .pressbox .logo-box {
        width: 12.5%
    }
    section#funnel-lander-featured-press .featured-press .pressbox .logo-box:nth-of-type(13),
    section#funnel-lander-featured-press .featured-press .pressbox .logo-box:nth-of-type(14),
    section#funnel-lander-featured-press .featured-press .pressbox .logo-box:nth-of-type(15),
    section#funnel-lander-featured-press .featured-press .pressbox .logo-box:nth-of-type(16) {
        display: inline-block
    }
    section#funnel-lander-featured-press .featured-press .trustbox.desktop {
        display: flex
    }
    section#funnel-lander-featured-press .featured-press .trustbox.desktop .trustbox-item {
        display: flex;
        flex-flow: row nowrap;
        align-items: center
    }
    section#funnel-lander-featured-press .featured-press .trustbox.desktop .trustbox-item img {
        width: 40px;
        margin-right: 10px
    }
    section#funnel-lander-featured-press .featured-press .trustbox.mobile {
        display: none
    }
}
@media screen and (min-width: 768px) {
    section#funnel-lander-featured-press .featured-press .trustbox {
        justify-content: center
    }
    section#funnel-lander-featured-press .featured-press .trustbox .trustbox-item {
        margin: 0 5px;
        width: auto
    }
    section#funnel-lander-featured-press .featured-press .trustbox .trustbox-item h3 {
        margin: 0;
        line-height: 1.4;
        font-size: 1.5em;
        text-align: center;
        margin-bottom: 2em
    }
    section#funnel-lander-featured-press .featured-press .trustbox .trustbox-item h2 {
        margin: 0;
        line-height: 1.4;
        font-size: 1.8em
    }
    section#funnel-lander-featured-press .featured-press .trustbox .trustbox-item p {
        margin: 0;
        font-size: 18px
    }
    section#funnel-lander-featured-press .featured-press .trustbox .trustbox-item.long {
        display: flex;
        flex-flow: row nowrap;
        align-items: center
    }
    section#funnel-lander-featured-press .featured-press .trustbox .trustbox-item.long .trustpilot-desc,
    section#funnel-lander-featured-press .featured-press .trustbox .trustbox-item.long .trustpilot-widget {
        display: block;
        margin-top: 0
    }
    section#funnel-lander-featured-press .featured-press .trustbox .trustbox-item.long .trustpilot-desc iframe,
    section#funnel-lander-featured-press .featured-press .trustbox .trustbox-item.long .trustpilot-widget iframe {
        margin: auto
    }
    section#funnel-lander-featured-press .featured-press .trustbox .trustbox-item.long .trustpilot-desc {
        text-align: left;
        padding-left: .5em
    }
    section#funnel-lander-featured-press .featured-press .trustbox .trustbox-item.border-right {
        border-right: 1px solid rgba(0, 0, 0, .1)
    }
}
@media screen and (min-width: 900px) {
    section h1.headline-main {
        font-size: 50px
    }
    section h2.headline-section {
        font-size: 40px;
        line-height: 1.3
    }
    section#funnel-lander-featured-press .featured-press {
        padding: 1.5em 1em
    }
    section#funnel-lander-featured-press .featured-press .trustbox {
        flex-flow: row nowrap;
        margin: 2em 0 0
    }
    section#funnel-lander-featured-press .featured-press .trustbox .trustbox-item {
        display: inline-block;
        margin-top: 0;
        padding: 0 2em;
        width: auto
    }
    section#funnel-lander-featured-press .featured-press .trustbox .trustbox-item h3 {
        margin: 0;
        line-height: 1.4;
        font-size: 1.5em;
        text-align: left
    }
    section#funnel-lander-featured-press .featured-press .trustbox .trustbox-item.long {
        margin-bottom: 0;
        display: flex;
        flex-flow: row nowrap;
        align-items: center
    }
    section#funnel-lander-featured-press .featured-press .trustbox .trustbox-item.long .trustpilot-desc,
    section#funnel-lander-featured-press .featured-press .trustbox .trustbox-item.long .trustpilot-widget {
        display: block;
        margin-top: 0;
        flex: 1
    }
    section#funnel-lander-featured-press .featured-press .trustbox .trustbox-item.long .trustpilot-desc iframe,
    section#funnel-lander-featured-press .featured-press .trustbox .trustbox-item.long .trustpilot-widget iframe {
        margin: auto
    }
    section#funnel-lander-featured-press .featured-press .trustbox .trustbox-item.border-right {
        border-right: 1px solid rgba(0, 0, 0, .1)
    }
    section#funnel-lander-privacy .content-section {
        max-width: 75%;
        display: flex;
        margin-left: auto;
        margin-right: auto
    }
    section#funnel-lander-privacy .padlock-img {
        margin-top: 0
    }
}
@media screen and (min-width: 992px) {
    section#funnel-lander-featured-press .featured-press .pressbox {
        flex-flow: row nowrap
    }
    section#funnel-lander-featured-press .featured-press .pressbox .logo-box {
        margin-bottom: 0
    }
}
@media screen and (min-width: 1200px) {
    .container-home {
        width: 1100px;
        padding: 0
    }
    section#funnel-lander-featured-press .featured-press .trustbox .trustbox-item.long {
        min-width: 925px
    }
}
#loading-overlay-main {
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 100%
}
#loading-overlay-main .vld-background {
    opacity: .9;
    backdrop-filter: blur(2px);
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%
}
#loading-overlay-main .loading-spinner-main {
    z-index: 1000;
    position: fixed;
    top: 40%;
    left: 45%;
    color: var(--sm-dark-gray)
}
section#funnel-lander-banner {
    max-width: 1300px;
    margin: auto
}
section#funnel-lander-banner .funnel-lander-header {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    margin-top: 3em
}
section#funnel-lander-banner .funnel-lander-header h1 {
    font-size: 2.5em;
    text-align: center
}
section#funnel-lander-banner .funnel-lander-header .header-content.text-left {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}
section#funnel-lander-banner .funnel-lander-header .header-content.text-left .cta-container .btn-cta {
    width: 100%
}
section#funnel-lander-banner .header-image {
    background: url(../images/offers-page-mobile-svg.png?v=1.1) no-repeat;
    width: 100%;
    min-height: 330px;
    background-size: contain;
    background-position: center bottom;
    margin-top: 2em;
    z-index: -1
}
section#funnel-lander-banner .bulleted-subtitle-container {
    margin-top: 20px;
    max-width: 365px;
    margin-left: auto;
    margin-right: auto
}
section#funnel-lander-banner .bulleted-subtitle-container ul {
    list-style: none;
    padding-left: 0;
    font-size: 16px;
    margin: 15px 0
}
section#funnel-lander-banner .bulleted-subtitle-container ul li {
    margin: 5px 0
}
section#funnel-lander-banner .bulleted-subtitle-container ul i {
    color: var(--sm-blue);
    margin-right: 7px
}
section#funnel-lander-banner .social-proof {
    color: var(--sm-dark-gray);
    font-weight: 400;
    margin-top: 10px;
    font-size: 15px;
    text-align: center;
    line-height: 1.4
}
section#funnel-lander-banner .social-proof i {
    color: var(--sm-positive)
}
section#funnel-lander-banner .social-proof span {
    font-weight: 700;
    color: var(--sm-positive)
}
section#funnel-lander-banner .cta-container {
    margin-top: 20px;
    text-align: left
}
section#other-funnels {
    background-color: #fdfcf4;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(0, 0, 0, .1)
}
section#other-funnels .other-funnels-wrapper {
    max-width: 1150px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px
}
section#other-funnels .other-funnels-wrapper .text-container {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    flex: 1.5
}
section#other-funnels .other-funnels-wrapper .text-container img {
    max-width: 45px;
    margin-right: 10px
}
section#other-funnels .other-funnels-wrapper .text-container h6 {
    margin-top: 0;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.4
}
section#other-funnels .other-funnels-wrapper .links-container {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-evenly;
    flex: 3
}
section#other-funnels .other-funnels-wrapper .links-container a {
    flex: 1;
    flex-basis: calc(50% - .7em);
    border: 1px solid #FCB308;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .08);
    text-align: center;
    padding: .35em 1em;
    margin: .35em;
    background: rgba(255, 255, 255, .5);
    color: #FCB308;
}
section#other-funnels .other-funnels-wrapper .links-container a:hover {
    background: #FCB308;
    color: #fff;
    box-shadow: unset
}
section#funnel-lander-how-it-works {
    margin: 5em 0 3em
}
section#funnel-lander-how-it-works .headline-wrapper .headline-caption {
    max-width: 900px;
    margin: 10px auto 3em
}
section#funnel-lander-how-it-works .content-wrapper {
    display: flex;
    flex-flow: row wrap;
    margin-top: 2em;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto
}
section#funnel-lander-how-it-works .how-it-works-steps {
    display: flex;
    flex-flow: row nowrap
}
section#funnel-lander-how-it-works .how-it-works-steps .step-description {
    padding-bottom: 1em
}
section#funnel-lander-how-it-works .how-it-works-steps .step-img {
    color: var(--sm-blue);
    font-size: 40px;
    margin-right: .5em;
    position: relative;
    min-width: 45px
}
section#funnel-lander-how-it-works .how-it-works-steps .step-img.one:after,
section#funnel-lander-how-it-works .how-it-works-steps .step-img.two:after {
    width: 2px;
    height: 100%;
    border-left: 2px dashed var(--sm-gold);
    content: "";
    position: absolute;
    top: 0;
    left: 49%;
    z-index: -1
}
section#funnel-lander-how-it-works .how-it-works-steps h3 {
    margin-top: 0
}
section#funnel-lander-how-it-works .financing-requests {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1em;
    background: #fdfcf4;
    border-radius: 10px;
    margin-bottom: 2em
}
section#funnel-lander-how-it-works .financing-requests .financing-requests-image {
    margin-right: 1em;
    max-width: 60px
}
section#funnel-lander-how-it-works .financing-requests .financing-requests-text {
    line-height: 1.4
}
section#funnel-lander-how-it-works .financing-requests .financing-requests-text .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4
}
section#funnel-lander-how-it-works .right-div video {
    width: 100%
}
section#funnel-lander-how-it-works .cta-container {
    margin-top: 2em
}
section#funnel-lander-why-supermoney {
    position: relative
}
section#funnel-lander-why-supermoney h3 {
    margin-top: 0
}
section#funnel-lander-why-supermoney .content-wrapper {
    display: flex;
    flex-flow: row wrap;
    margin-top: 2em
}
section#funnel-lander-why-supermoney .content-wrapper .benefit-block {
    flex-basis: 50%;
    margin: 1em 0
}
section#funnel-lander-why-supermoney .content-wrapper .benefit-block .benefit-img {
    height: 40px;
    margin-bottom: 10px;
    display: flex;
    align-items: center
}
section#funnel-lander-why-supermoney .content-wrapper .benefit-block .benefit-description {
    margin-top: .5em
}
section#funnel-lander-why-supermoney .content-wrapper .benefit-block .benefit-description h3 {
    line-height: 1.4
}
section#funnel-lander-why-supermoney .benefit-block-special-wrapper {
    display: flex;
    flex-flow: row wrap;
    margin-top: 3em
}
section#funnel-lander-why-supermoney .benefit-block-special-wrapper .benefit-block-special {
    width: 100%;
    padding: 2em 2em 1.5em;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
    position: relative;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .08);
    background-color: #fff;
    margin-bottom: 2.5em
}
section#funnel-lander-why-supermoney .benefit-block-special-wrapper .benefit-block-special .benefit-img {
    position: absolute;
    top: -32px
}
section#funnel-lander-partner-logos {
    margin-top: -120px;
    background: #dcecf7;
    padding-top: 150px;
    border-top: 1px solid var(--bg-gray)
}
section#funnel-lander-partner-logos .headline-wrapper {
    display: flex;
    flex-flow: row nowrap
}
section#funnel-lander-partner-logos .headline-wrapper h3 {
    margin-top: 0;
    line-height: 1.4
}
section#funnel-lander-partner-logos .headline-wrapper p {
    margin: 0
}
section#funnel-lander-partner-logos .headline-wrapper .headline-img {
    margin-right: 1em
}
section#funnel-lander-partner-logos .partner-logo-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    padding: 1.5em 0 5em
}
section#funnel-lander-partner-logos .partner-logo-container .logo-box {
    flex-basis: calc(25% - 1em);
    margin: .5em;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .08);
    border-radius: 8px;
    padding: .75em
}
section#funnel-lander-partner-logos .partner-logo-container .logo-box img {
    max-width: 130px;
    margin: .5em auto
}
section#funnel-lander-savings-calculator {
    padding: 5em 0
}
section#funnel-lander-savings-calculator .container-home {
    max-width: 700px
}
section#funnel-lander-savings-calculator .container-home .headline-wrapper p {
    margin-bottom: 1.5em
}
section#funnel-lander-savings-calculator .container-home .cta-container {
    margin-top: 1.5em
}
section#funnel-lander-loan-reasons {
    background: linear-gradient(45deg, var(--bg-blue), #fff);
    padding: 5em 0
}
section#funnel-lander-loan-reasons .content-wrapper {
    display: flex;
    flex-flow: row wrap;
    max-width: 900px;
    margin: 2em auto
}
section#funnel-lander-loan-reasons .content-wrapper .loan-reason {
    flex: 1;
    flex-basis: 100%;
    align-items: flex-start;
    border: 1px solid var(--bg-gray);
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .08);
    margin: .5em;
    display: flex;
    padding: 1em 0;
    color: var(--sm-black)
}
section#funnel-lander-loan-reasons .content-wrapper .loan-reason .reason-img {
    flex: 1;
    padding-top: 1em
}
section#funnel-lander-loan-reasons .content-wrapper .loan-reason .reason-img img {
    margin: auto
}
section#funnel-lander-loan-reasons .content-wrapper .loan-reason .reason-description {
    flex: 3;
    padding-right: 1em
}
section#funnel-lander-loan-reasons .content-wrapper .loan-reason .reason-description h3 {
    margin: 0;
    font-size: 20px
}
section#funnel-lander-loan-reasons .content-wrapper .loan-reason .reason-description p {
    font-size: 16px;
    color: var(--sm-dark-gray)
}
section#funnel-lander-loan-reasons .content-wrapper .loan-reason:hover {
    transform: translateY(-10px)
}
section#funnel-lander-loan-reasons .content-wrapper .loan-reason:hover h3 {
    color: var(--sm-blue)
}
section#funnel-lander-testimonials {
    padding: 5em 0;
    position: relative;
    overflow: hidden
}
section#funnel-lander-testimonials:before {
    background: linear-gradient(180deg, #dcecf7, #fff);
    width: 800px;
    height: 800px;
    border-radius: 800px;
    position: absolute;
    content: "";
    left: -200px;
    top: -200px;
    z-index: -2
}
section#funnel-lander-testimonials:after {
    background: linear-gradient(45deg, #dcecf7, #fff);
    opacity: .1;
    width: 800px;
    height: 800px;
    border-radius: 800px;
    position: absolute;
    content: "";
    right: -400px;
    top: 600px;
    z-index: -2
}
section#funnel-lander-testimonials .testimonials-wrapper {
    position: relative;
    overflow: hidden
}
section#funnel-lander-testimonials .testimonials-wrapper .absolute-img {
    position: relative;
    height: 417px;
    width: 300px;
    text-align: center;
    z-index: -1;
    margin: auto
}
section#funnel-lander-testimonials .testimonial {
    border: 1px solid var(--sm-light-gray);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .08);
    padding: 1.25em 1em 1em;
    border-radius: 4px;
    margin-top: 1em;
    margin-bottom: 1em;
    background: #fff
}
section#funnel-lander-testimonials .testimonial i {
    color: var(--sm-blue);
    margin-right: 10px
}
section#funnel-lander-testimonials .testimonial span {
    font-weight: 700
}
section#funnel-lander-testimonials .trustpilot-widget-wrapper {
    margin-top: 2em
}
section#funnel-lander-testimonials .funnel-lander-faq {
    margin-top: 5em
}
section#funnel-lander-testimonials .funnel-lander-faq .content-wrapper {
    max-width: 700px;
    margin: auto
}
section#funnel-lander-testimonials .funnel-lander-faq .faq-question-block {
    list-style: none;
    margin-top: 30px;
    padding-left: 0
}
section#funnel-lander-testimonials .funnel-lander-faq .faq-question-block .question-section {
    border-bottom: 1px solid var(--sm-light-gray)
}
section#funnel-lander-testimonials .funnel-lander-faq .faq-question-block .question-section:last-of-type {
    border-bottom: 0
}
section#funnel-lander-testimonials .funnel-lander-faq .faq-question-block .question-section button {
    width: 100%;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    color: var(--sm-blue);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0
}
section#funnel-lander-testimonials .funnel-lander-faq .faq-question-block .question-section button h3 {
    text-align: left;
    margin-top: 0;
    color: var(--sm-black);
    font-size: 20px
}
section#funnel-lander-testimonials .funnel-lander-faq .faq-question-block .answer-panel {
    padding-bottom: 1em;
    font-size: 18px;
    animation: animate .7s
}
section#funnel-lander-testimonials .funnel-lander-faq .faq-question-block .answer-panel.hide-answer {
    display: none
}
section#funnel-lander-full-width-cta {
    margin: 0 0 3em
}
section#funnel-lander-full-width-cta .container-home {
    max-width: 1000px;
    display: flex;
    flex-flow: row wrap
}
section#funnel-lander-full-width-cta .container-home .left-div {
    margin-bottom: 2em;
    margin-top: 2em;
    text-align: center;
    flex: 1;
    flex-basis: 100%
}
section#funnel-lander-full-width-cta .container-home .left-div h2 {
    margin-top: 0
}
section#funnel-lander-full-width-cta .container-home .right-div {
    flex: 1;
    text-align: center
}
@keyframes animate {
    from {
        opacity: 0;
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}
@media screen and (min-width: 550px) {
    section#funnel-lander-banner .funnel-lander-header {
        display: flex;
        flex-flow: row nowrap;
        align-items: stretch;
        min-height: 540px;
        margin-top: 0
    }
    section#funnel-lander-banner .funnel-lander-header .bulleted-subtitle-container {
        max-width: none;
        margin: 20px 0 0
    }
    section#funnel-lander-banner .funnel-lander-header .bulleted-subtitle-container ul {
        font-size: 18px
    }
    section#funnel-lander-banner .funnel-lander-header .header-content {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 15px;
        padding-right: 0
    }
    section#funnel-lander-banner .funnel-lander-header .header-content .btn-cta {
        width: auto
    }
    section#funnel-lander-banner .funnel-lander-header .header-content h1 {
        text-align: left;
        font-size: 2.9em
    }
    section#funnel-lander-banner .funnel-lander-header .header-image {
        flex: 1;
        width: 50%;
        background-size: auto;
        background-position: left;
        margin-top: 0
    }
    section#funnel-lander-banner .funnel-lander-header .cta-container .btn-cta {
        max-width: 450px
    }
    section#funnel-lander-banner .funnel-lander-header .cta-container .social-proof {
        text-align: left
    }
    section#funnel-lander-banner .header-content-inner {
        max-width: 500px
    }
    section#funnel-lander-banner .header-content-inner.width-wide {
        max-width: 600px
    }
    section#funnel-lander-why-supermoney .benefit-block-special-wrapper {
        display: flex;
        flex-flow: row nowrap;
        margin-top: 3em
    }
    section#funnel-lander-why-supermoney .benefit-block-special-wrapper .benefit-block-special {
        padding: 2em 2em 1.5em;
        flex: 1;
        margin-top: 0
    }
    section#funnel-lander-why-supermoney .benefit-block-special-wrapper .benefit-block-special:first-of-type {
        margin-right: .75em
    }
    section#funnel-lander-why-supermoney .benefit-block-special-wrapper .benefit-block-special:last-of-type {
        margin-left: .75em
    }
}
@media screen and (min-width: 768px) {
    section#funnel-lander-banner .funnel-lander-header {
        display: flex;
        flex-flow: row nowrap;
        align-items: stretch;
        min-height: 540px;
        margin-top: 0
    }
    section#funnel-lander-banner .funnel-lander-header .bulleted-subtitle-container ul {
        font-size: 18px
    }
    section#funnel-lander-banner .funnel-lander-header .header-content h1 {
        font-size: 3.5em
    }
    section#other-funnels .other-funnels-wrapper {
        flex-flow: row nowrap
    }
    section#other-funnels .other-funnels-wrapper .links-container {
        flex-flow: row nowrap
    }
    section#funnel-lander-how-it-works .content-wrapper {
        flex-flow: row nowrap
    }
    section#funnel-lander-how-it-works .content-wrapper .left-div {
        flex: 1
    }
    section#funnel-lander-how-it-works .content-wrapper .right-div {
        flex: 1;
        text-align: center
    }
    section#funnel-lander-how-it-works .content-wrapper .right-div video {
        width: 275px
    }
    section#funnel-lander-why-supermoney .content-wrapper .benefit-block {
        flex-basis: 33.33%
    }
    section#funnel-lander-why-supermoney .content-wrapper .benefit-block.right-padding {
        padding-right: 3em
    }
    section#funnel-lander-why-supermoney .content-wrapper .benefit-block.both-padding {
        padding-right: 1.5em;
        padding-left: 1.5em
    }
    section#funnel-lander-why-supermoney .content-wrapper .benefit-block.left-padding {
        padding-left: 3em
    }
    section#funnel-lander-why-supermoney .benefit-block-special-wrapper {
        display: flex;
        flex-flow: row nowrap;
        margin-top: 3em
    }
    section#funnel-lander-loan-reasons .content-wrapper .loan-reason {
        flex: 1;
        flex-basis: calc(50% - 1em)
    }
    section#funnel-lander-testimonials .content-wrapper {
        margin-top: 2em
    }
    section#funnel-lander-testimonials .testimonials-wrapper .absolute-img {
        position: absolute;
        height: 417px;
        width: 300px;
        left: -40px;
        bottom: 0;
        z-index: -1
    }
    section#funnel-lander-testimonials .testimonial.top {
        max-width: 600px;
        margin-left: 15%
    }
    section#funnel-lander-testimonials .testimonial.middle {
        max-width: 650px;
        margin-left: 30%
    }
    section#funnel-lander-testimonials .testimonial.bottom {
        max-width: 425px;
        margin-left: 20%
    }
    section#funnel-lander-testimonials .trustpilot-widget-wrapper {
        width: 100%;
        display: flex;
        justify-content: flex-end
    }
}
@media screen and (min-width: 992px) {
    section#funnel-lander-full-width-cta .container-home {
        flex-flow: row nowrap;
        align-items: center
    }
    section#funnel-lander-full-width-cta .container-home .left-div {
        margin-bottom: 0;
        text-align: left;
        flex: 3;
        padding-right: 10em
    }
    section#funnel-lander-full-width-cta .container-home .right-div {
        text-align: center;
        flex: 1
    }
}
@media screen and (min-width: 1200px) {
    section#funnel-lander-banner .header-content.text-left {
        padding-left: 0;
        padding-right: 0
    }
    section#funnel-lander-testimonials .testimonials-wrapper {
        max-width: 1300px;
        margin: auto
    }
    section#funnel-lander-testimonials .testimonials-wrapper .absolute-img {
        height: 486px;
        width: 350px;
        left: 0
    }
}
section#funnel-lander-banner.exp-font-size-sm .funnel-lander-header .header-content h1,
section#funnel-lander-banner.exp-max-width-550-font-size-sm .funnel-lander-header .header-content h1 {
    font-size: 2.4em
}
@media (min-width: 768px) {
    section#funnel-lander-banner.exp-font-size-sm .funnel-lander-header .header-content h1,
    section#funnel-lander-banner.exp-max-width-550-font-size-sm .funnel-lander-header .header-content h1 {
        font-size: 3.2em
    }
}
section#funnel-lander-banner.exp-max-width-550-font-size-sm .funnel-lander-header .header-content .header-content-inner {
    max-width: 550px
}
.debt-consolidation section#funnel-lander-banner .header-content .header-content-inner {
    max-width: 575px
}
.debt-consolidation section#funnel-lander-banner .header-content .header-content-inner h1 {
    font-size: 2em
}
.debt-consolidation section#funnel-lander-banner .header-content .header-content-inner .subheadline {
    line-height: 1.4;
    margin-top: 20px;
    font-size: 1.35em;
    text-align: center
}
.debt-consolidation section#funnel-lander-why-consolidation {
    background: linear-gradient(45deg, #dcecf7, #fff);
    padding: 5em 0
}
.debt-consolidation section#funnel-lander-why-consolidation .container-home {
    max-width: 900px
}
.debt-consolidation section#funnel-lander-why-consolidation .content-wrapper {
    display: flex;
    flex-flow: column
}
.debt-consolidation section#funnel-lander-why-consolidation .content-wrapper .reasons {
    padding: 0 1.5em;
    flex: 1;
    margin-top: 2em
}
.debt-consolidation section#funnel-lander-why-consolidation .content-wrapper .bullet-img img {
    margin: auto;
    height: 85px;
    object-fit: contain;
}
.debt-consolidation section#funnel-lander-why-consolidation .content-wrapper .step-description h3 {
    margin-top: 1em
}
.debt-consolidation section#funnel-lander-privacy {
    margin-top: 0
}
@media (min-width: 550px) {
    .debt-consolidation section#funnel-lander-banner .header-content .header-content-inner h1 {
        font-size: 2.8em
    }
    .debt-consolidation section#funnel-lander-banner .header-content .header-content-inner .subheadline {
        text-align: left;
        font-size: 1.5em
    }
    .debt-consolidation section#funnel-lander-why-consolidation .content-wrapper {
        flex-flow: row nowrap
    }
}
.home-improvement section#funnel-lander-banner .header-content-inner {
    max-width: 550px
}
.home-improvement section#funnel-lander-banner .funnel-lander-header .header-image {
    background: url(/includes/img/loanLander/homeImprovement/home-improvement-hero.png) no-repeat;
    background-size: contain;
    background-position: center bottom
}
@media (min-width: 550px) {
    .home-improvement section#funnel-lander-banner .funnel-lander-header .header-image {
        background-size: cover;
        background-position: left bottom
    }
}
@media (min-width: 900px) {
    .home-improvement section#funnel-lander-banner .funnel-lander-header .header-image {
        background-size: contain;
        background-position: center bottom
    }
}
.home-improvement section#funnel-lander-home-improvement {
    padding: 5em 0
}
.home-improvement section#funnel-lander-home-improvement .content-wrapper {
    display: flex;
    flex-flow: column
}
.home-improvement section#funnel-lander-home-improvement .content-wrapper .reasons {
    padding: 0 1.5em;
    flex: 1;
    margin-top: 2em
}
.home-improvement section#funnel-lander-home-improvement .content-wrapper .bullet-img img {
    max-height: 150px
}
.home-improvement section#funnel-lander-home-improvement .content-wrapper .step-description h3 {
    margin-top: 1em
}
@media (min-width: 550px) {
    .home-improvement section#funnel-lander-home-improvement .content-wrapper {
        flex-flow: row nowrap
    }
}
.career-education section#funnel-lander-banner .header-content-inner {
    max-width: 600px
}
.career-education section#funnel-lander-banner .funnel-lander-header .header-image {
    background: url(/includes/img/loanLander/careerEducation/career-education-hero.png) no-repeat;
    background-size: contain;
    background-position: center bottom
}
@media (min-width: 550px) {
    .career-education section#funnel-lander-banner .funnel-lander-header .header-image {
        background-size: cover;
        background-position: left bottom
    }
}
@media (min-width: 900px) {
    .career-education section#funnel-lander-banner .funnel-lander-header .header-image {
        background-size: contain;
        background-position: center bottom
    }
}
.career-education section#funnel-lander-career-education {
    padding: 5em 0
}
.career-education section#funnel-lander-career-education .container-home {
    max-width: 900px
}
.career-education section#funnel-lander-career-education .content-wrapper {
    display: flex;
    flex-flow: column
}
.career-education section#funnel-lander-career-education .content-wrapper .reasons {
    padding: 0 1.5em;
    flex: 1;
    margin-top: 3em;
    text-align: center
}
.career-education section#funnel-lander-career-education .content-wrapper .bullet-img img {
    max-height: 80px;
    max-width: 150px;
    margin: auto
}
.career-education section#funnel-lander-career-education .content-wrapper .step-description h3 {
    margin-top: 1em;
    font-size: 1.25em
}
@media (min-width: 550px) {
    .career-education section#funnel-lander-career-education .content-wrapper {
        flex-flow: row wrap
    }
    .career-education section#funnel-lander-career-education .content-wrapper .reasons {
        flex-basis: 33.33%
    }
    .career-education section#funnel-lander-full-width-cta .container-home .left-div {
        padding-right: 8em
    }
}
.medical section#funnel-lander-banner .header-content-inner {
    max-width: 600px
}
.medical section#funnel-lander-banner .funnel-lander-header .header-image {
    background: url(/includes/img/loanLander/medical/elective-medical-hero.png) no-repeat;
    background-size: contain;
    background-position: center bottom
}
@media (min-width: 550px) {
    .medical section#funnel-lander-banner .funnel-lander-header .header-image {
        background-size: cover;
        background-position: left bottom
    }
}
@media (min-width: 900px) {
    .medical section#funnel-lander-banner .funnel-lander-header .header-image {
        background-size: contain;
        background-position: center bottom
    }
}
.medical section#funnel-lander-medical {
    padding: 5em 0
}
.medical section#funnel-lander-medical .container-home {
    max-width: 900px
}
.medical section#funnel-lander-medical .content-wrapper {
    display: flex;
    flex-flow: column
}
.medical section#funnel-lander-medical .content-wrapper .reasons {
    padding: 0 1.5em;
    flex: 1;
    margin-top: 3em;
    text-align: center
}
.medical section#funnel-lander-medical .content-wrapper .bullet-img img {
    height: 80px;
    max-width: 150px;
    margin: auto
}
.medical section#funnel-lander-medical .content-wrapper .step-description h3 {
    margin-top: 1em;
    font-size: 1.25em
}
@media (min-width: 550px) {
    .medical section#funnel-lander-banner .funnel-lander-header .header-content h1 {
        font-size: 3.2em
    }
    .medical section#funnel-lander-medical .content-wrapper {
        flex-flow: row wrap
    }
    .medical section#funnel-lander-medical .content-wrapper .reasons {
        flex-basis: 25%
    }
    .medical section#funnel-lander-full-width-cta .container-home .left-div {
        padding-right: 8em
    }
}
.professional-services section#funnel-lander-banner .header-content-inner {
    max-width: 500px
}
.professional-services section#funnel-lander-banner .funnel-lander-header .header-image {
    background: url(/includes/img/loanLander/professionalServices/professional-services-hero.png) no-repeat;
    background-size: contain;
    background-position: center bottom
}
@media (min-width: 550px) {
    .professional-services section#funnel-lander-banner .funnel-lander-header .header-image {
        background-size: cover;
        background-position: left bottom
    }
}
@media (min-width: 900px) {
    .professional-services section#funnel-lander-banner .funnel-lander-header .header-image {
        background-size: contain;
        background-position: center bottom
    }
}
.professional-services section#funnel-lander-professional-services {
    padding: 5em 0
}
.professional-services section#funnel-lander-professional-services .container-home {
    max-width: 900px
}
.professional-services section#funnel-lander-professional-services .content-wrapper {
    display: flex;
    flex-flow: column
}
.professional-services section#funnel-lander-professional-services .content-wrapper .reasons {
    padding: 0 1.5em;
    flex: 1;
    margin-top: 3em;
    text-align: center
}
.professional-services section#funnel-lander-professional-services .content-wrapper .bullet-img img {
    height: 80px;
    max-width: 150px;
    margin: auto
}
.professional-services section#funnel-lander-professional-services .content-wrapper .step-description h3 {
    margin-top: 1em;
    font-size: 1.25em
}
@media (min-width: 550px) {
    .professional-services section#funnel-lander-banner .funnel-lander-header .header-content h1 {
        font-size: 3.2em
    }
    .professional-services section#funnel-lander-professional-services .content-wrapper {
        flex-flow: row wrap
    }
    .professional-services section#funnel-lander-professional-services .content-wrapper .reasons {
        flex-basis: 33.33%
    }
    .professional-services section#funnel-lander-full-width-cta .container-home .left-div {
        padding-right: 8em
    }
}
.auto-repair section#funnel-lander-banner .header-content-inner {
    max-width: 550px
}
.auto-repair section#funnel-lander-banner .funnel-lander-header .header-image {
    background: url(/includes/img/loanLander/autoRepair/auto-repair-hero.png) no-repeat;
    background-size: contain;
    background-position: center bottom
}
@media (min-width: 550px) {
    .auto-repair section#funnel-lander-banner .funnel-lander-header .header-image {
        background-size: cover;
        background-position: left bottom
    }
}
@media (min-width: 900px) {
    .auto-repair section#funnel-lander-banner .funnel-lander-header .header-image {
        background-size: contain;
        background-position: center bottom
    }
}
.auto-repair section#funnel-lander-auto-repair {
    padding: 5em 0
}
.auto-repair section#funnel-lander-auto-repair .container-home {
    max-width: 1000px
}
.auto-repair section#funnel-lander-auto-repair .content-wrapper {
    display: flex;
    flex-flow: column
}
.auto-repair section#funnel-lander-auto-repair .content-wrapper .reasons {
    padding: 0 1.5em;
    flex: 1;
    margin-top: 3em;
    text-align: center
}
.auto-repair section#funnel-lander-auto-repair .content-wrapper .bullet-img img {
    height: 80px;
    max-width: 150px;
    margin: auto
}
.auto-repair section#funnel-lander-auto-repair .content-wrapper .step-description h3 {
    margin-top: 1em;
    font-size: 1.25em
}
@media (min-width: 550px) {
    .auto-repair section#funnel-lander-banner .funnel-lander-header .header-content h1 {
        font-size: 2.8em
    }
    .auto-repair section#funnel-lander-auto-repair .content-wrapper {
        flex-flow: row wrap
    }
    .auto-repair section#funnel-lander-auto-repair .content-wrapper .reasons {
        flex-basis: 25%
    }
    .auto-repair section#funnel-lander-full-width-cta .container-home .left-div {
        padding-right: 8em
    }
}
.funeral-services section#funnel-lander-banner .header-content-inner {
    max-width: 600px
}
.funeral-services section#funnel-lander-banner .header-content-inner .subheadline {
    line-height: 1.4;
    margin-top: 20px;
    font-size: 1.35em;
    text-align: center
}
.funeral-services section#funnel-lander-banner .funnel-lander-header .header-image {
    background: 0 0;
    position: relative;
    min-height: 100px
}
@media (min-width: 550px) {
    .funeral-services section#funnel-lander-banner .funnel-lander-header .header-image {
        background: url(/includes/img/loanLander/funeralServices/funeral-services-hero.svg) no-repeat;
        background-size: cover;
        background-position: left bottom
    }
}
@media (min-width: 900px) {
    .funeral-services section#funnel-lander-banner .funnel-lander-header .header-image {
        background-size: cover;
        background-position: center 10%
    }
}
.funeral-services section#funnel-lander-banner .funnel-lander-header .float-bg-container {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1
}
.funeral-services section#funnel-lander-banner .funnel-lander-header .float-bg-container .float-bg-left {
    background: url(/includes/img/loanLander/funeralServices/soft-full-width-cta-bg-img-left.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1
}
.funeral-services section#funnel-lander-banner .funnel-lander-header .float-bg-container .float-bg-right {
    background: url(/includes/img/loanLander/funeralServices/soft-full-width-cta-bg-img-right.svg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1
}
@media (min-width: 550px) {
    .funeral-services section#funnel-lander-banner .funnel-lander-header .float-bg-container {
        display: none
    }
}
.funeral-services section#funnel-lander-funeral-services-cta .cta-wrapper {
    position: relative;
    min-height: 200px;
    padding: 50px 0
}
.funeral-services section#funnel-lander-funeral-services-cta .cta-wrapper .cta-container {
    margin-top: 30px
}
.funeral-services section#funnel-lander-funeral-services-cta .float-bg-container {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .25
}
.funeral-services section#funnel-lander-funeral-services-cta .float-bg-container .float-bg-left {
    background: url(/includes/img/loanLander/funeralServices/soft-full-width-cta-bg-img-left.svg);
    background-position: left center;
    background-repeat: no-repeat;
    flex: 1
}
.funeral-services section#funnel-lander-funeral-services-cta .float-bg-container .float-bg-right {
    background: url(/includes/img/loanLander/funeralServices/soft-full-width-cta-bg-img-right.svg);
    background-position: right center;
    background-repeat: no-repeat;
    flex: 1
}
@media (min-width: 550px) {
    .funeral-services section#funnel-lander-banner .header-content-inner .subheadline {
        text-align: left
    }
    .funeral-services section#funnel-lander-banner .funnel-lander-header .header-content h1 {
        font-size: 3.2em
    }
    .funeral-services section#funnel-lander-funeral-services-cta .float-bg-container {
        opacity: .25
    }
    .funeral-services section#funnel-lander-full-width-cta .container-home .left-div {
        padding-right: 8em
    }
}
@media (min-width: 1200px) {
    .funeral-services section#funnel-lander-funeral-services-cta .float-bg-container {
        opacity: 1
    }
}
.retail section#funnel-lander-banner .header-content-inner {
    max-width: 550px
}
.retail section#funnel-lander-banner .funnel-lander-header .header-image {
    background: url(/includes/img/loanLander/retail/large-purchase-hero.png) no-repeat;
    background-size: contain;
    background-position: center bottom
}
@media (min-width: 550px) {
    .retail section#funnel-lander-banner .funnel-lander-header .header-image {
        background-size: cover;
        background-position: left bottom
    }
}
@media (min-width: 900px) {
    .retail section#funnel-lander-banner .funnel-lander-header .header-image {
        background-size: contain;
        background-position: center bottom
    }
}
.retail section#funnel-lander-retail {
    padding: 5em 0
}
.retail section#funnel-lander-retail .container-home {
    max-width: 1000px
}
.retail section#funnel-lander-retail .content-wrapper {
    display: flex;
    flex-flow: column
}
.retail section#funnel-lander-retail .content-wrapper .reasons {
    padding: 0 1.5em;
    flex: 1;
    margin-top: 3em;
    text-align: center
}
.retail section#funnel-lander-retail .content-wrapper .bullet-img img {
    height: 115px;
    max-width: 150px;
    margin: auto
}
.retail section#funnel-lander-retail .content-wrapper .step-description h3 {
    margin-top: 1em;
    font-size: 1.25em
}
@media (min-width: 550px) {
    .retail section#funnel-lander-retail .content-wrapper {
        flex-flow: row wrap
    }
    .retail section#funnel-lander-retail .content-wrapper .reasons {
        flex-basis: 25%
    }
    .retail section#funnel-lander-full-width-cta .container-home .left-div {
        padding-right: 8em
    }
}


/** NEW ADDED STYLES HERE **/
.header {
	height: auto;
	padding: 1rem 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .logo-wrapper {
	margin: 0 !important;
	float: none !important;
}
@media screen and (min-width: 901px) {
    header.header-funnel .funnel-logo {
        margin: 0;
    }
}
.call_btn {
	margin-bottom: 0;
}
.call_btn, .call_btn a {
	color: #fff;
	font-weight: 700;
	font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
}
.call_btn a:hover, .call_btn a:focus {
	color: #fff;
/*	text-decoration: underline;*/
}
@media screen and (max-width: 549px) {
	/*.header {
		flex-direction: column;
	}*/
	.call_btn {
/*		margin-top: 2rem;*/
        padding: 0.6em;
        font-size: 1.75rem;
	}
    header.header-funnel .funnel-logo {
        width: 140px;
    }
}

