@font-face {
    font-family: 'PlayfairDisplay-Regular';
    src: url("../Assets/fonts/Playfair/PlayfairDisplay-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased
}

@font-face {
    font-family: 'ProximaNova-Bold';
    src: url("../Assets/fonts/ProximaNova/ProximaNova-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased
}

@font-face {
    font-family: 'ProximaNova-Light';
    src: url("../Assets/fonts/ProximaNova/ProximaNova-Light.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url("../Assets/fonts/ProximaNova/ProximaNova-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased
}

.row {
    margin-left: 0;
    margin-right: 0
}

.container-fluid {
    padding-left: 0;
    padding-right: 0
}

header {
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fcfcfc
}

.apply-nav {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 15px 0px;
    background: #fff;
    z-index: 99;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.05),0 0 5px 0 rgba(0,0,0,0.1)
}

    .apply-nav h3 {
        font-family: 'ProximaNova-Regular';
        font-size: 12px;
        color: #4C4C4C;
        text-transform: uppercase;
        margin: 0px;
        letter-spacing: 2px;
        float: right;
        padding: 20px 65px
    }

    .apply-nav .switch-apply, .apply-nav .switch-refinance {
        display: none
    }

    .apply-nav .logo {
        float: left
    }

    .apply-nav.show-apply-nav {
        display: block
    }

#mobile-apply {
    background: #FFB764;
    border-radius: 40px;
    font-family: 'ProximaNova-Bold';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    top: 25px;
    right: 81px;
    padding: 6px 20px;
    display: none
}

@media (max-width: 1250px) {
    #mobile-apply {
        display: block
    }
}

.nav-links {
    display: flex;
    width: 50%;
    float: right;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    font-family: 'ProximaNova-Regular';
    font-size: 12px;
    color: #4C4C4C;
    text-transform: uppercase;
    margin-bottom: 0px;
    letter-spacing: 1px;
    transition: 0.3s all ease
}

    .nav-links li {
        cursor: pointer
    }

        .nav-links li.active {
            font-family: 'ProximaNova-Bold';
            font-size: 12px;
            color: #58648E
        }

        .nav-links li:hover {
            font-family: 'ProximaNova-Bold';
            font-size: 12px;
            color: #58648E
        }

@media (max-width: 1250px) {
    .nav-links {
        display: none
    }
}

.logo {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px
}

#login {
    background-color: #58648E;
    border-radius: 40px;
    padding: 7px 20px;
    cursor: pointer;
    line-height: 1;
    position: relative;
    right: 30px;
    margin-left: 20px;
    font-family: 'ProximaNova-Bold';
    font-size: 12px;
    color: #fff
}

#learn-more {
    background-color: #58648E;
    border-radius: 40px;
    padding: 7px 20px;
    cursor: pointer;
    line-height: 1;
    position: relative;
    right: 30px;
    margin-left: 30px;
    font-family: 'ProximaNova-Bold';
    font-size: 12px;
    color: #fff;
}

#dealers {
    background-color: #58648E;
    border-radius: 40px;
    padding: 7px 20px;
    cursor: pointer;
    line-height: 1;
    position: relative;
    right: 30px;
    margin-left: 20px;
    font-family: 'ProximaNova-Bold';
    font-size: 12px;
    color: #fff
}

#makeapayment {
    background-color: #58648E;
    border-radius: 40px;
    padding: 7px 20px;
    cursor: pointer;
    line-height: 1;
    position: relative;
    right: 30px;
    margin-left: 20px;
    font-family: 'ProximaNova-Bold';
    font-size: 12px;
    color: #fff
}

#nav-icon3 {
    position: absolute;
    top: 29px;
    right: 20px;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none
}

@media (max-width: 1250px) {
    #nav-icon3 {
        display: flex;
    }
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #58648E;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

    #nav-icon3 span:nth-child(1) {
        top: 0px
    }

    #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
        top: 10px
    }

    #nav-icon3 span:nth-child(4) {
        top: 20px
    }

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%
}

.mobile-menu {
    background-color: #58648E;
    display: none
}

    .mobile-menu .menu-boxes {
        display: flex;
        flex-wrap: wrap
    }

        .mobile-menu .menu-boxes .menu-box {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 50%;
            padding: 22px 0px
        }

            .mobile-menu .menu-boxes .menu-box img {
                width: 50px;
                height: 59px
            }

            .mobile-menu .menu-boxes .menu-box span {
                font-family: 'ProximaNova-Regular';
                font-size: 16px;
                color: #fff;
                text-transform: uppercase;
                letter-spacing: 2.5px;
                font-weight: 400;
                margin-top: 8px
            }

            .mobile-menu .menu-boxes .menu-box:nth-child(1) {
                border-right: 1px solid #fff;
                border-bottom: 1px solid #fff
            }

            .mobile-menu .menu-boxes .menu-box:nth-child(2) {
                border-bottom: 1px solid #fff
            }

            .mobile-menu .menu-boxes .menu-box:nth-child(3) {
                border-bottom: 1px solid #fff;
                border-right: 1px solid #fff
            }

            .mobile-menu .menu-boxes .menu-box:nth-child(4) {
                border-bottom: 1px solid #fff
            }

    .mobile-menu .options .option {
        padding: 25px 25px;
        border-bottom: 1px solid #fff;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

        .mobile-menu .options .option h3 {
            margin: 0;
            font-family: 'ProximaNova-Bold';
            font-size: 14px;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 3.6px
        }

        .mobile-menu .options .option img {
            width: 18px;
            transition: 0.3s all
        }

            .mobile-menu .options .option img.open {
                transform: scaleY(-1)
            }

    .mobile-menu .options .sub-options {
        background-color: #727EA8;
        display: none
    }

        .mobile-menu .options .sub-options .option {
            font-family: 'ProximaNova-Regular';
            font-size: 14px;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 3.6px
        }

    .mobile-menu .buttons {
        padding: 20px 0px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }

        .mobile-menu .buttons .btn {
            font-family: 'ProximaNova-Bold';
            font-size: 14px;
            color: #fff;
            text-transform: uppercase;
            padding: 8px 28px;
            border: 1px solid #fff;
            border-radius: 40px;
            margin: 15px;
            letter-spacing: 2px
        }

        .mobile-menu .buttons #apply-btn {
            background: #FFB764;
            transition: 0.3s all ease;
            border: none
        }

            .mobile-menu .buttons #apply-btn:hover {
                background: #DD8F2A
            }

.apply-menu {
    width: 330px;
    position: absolute;
    right: 0px;
    top: 92px;
    display: none
}

    .apply-menu .menu-boxes {
        display: flex;
        flex-wrap: wrap;
        background: #fff;
        flex-direction: column;
        justify-content: center
    }

        .apply-menu .menu-boxes .menu-box {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            width: 100%;
            padding: 20px 15px;
            cursor: pointer;
            transition: 0.3s all
        }

            .apply-menu .menu-boxes .menu-box svg {
                width: 23px;
                margin-right: 10px
            }

            .apply-menu .menu-boxes .menu-box span {
                font-family: 'ProximaNova-Regular';
                font-size: 14px;
                color: #58648E;
                text-transform: uppercase;
                letter-spacing: 2.5px;
                font-weight: 400;
                transition: 0.3s all
            }

            .apply-menu .menu-boxes .menu-box:hover {
                background: #B3C2F6
            }

                .apply-menu .menu-boxes .menu-box:hover span {
                    color: #fff
                }

                .apply-menu .menu-boxes .menu-box:hover svg path, .apply-menu .menu-boxes .menu-box:hover svg g {
                    fill: #fff;
                    stroke: #fff
                }

            .apply-menu .menu-boxes .menu-box:nth-child(1) {
                border-bottom: 1px solid #B3C2F6
            }

            .apply-menu .menu-boxes .menu-box:nth-child(2) {
                border-bottom: 1px solid #B3C2F6
            }

.secondary-nav {
    padding: 30px 0px;
    display: flex;
    align-items: center;
    background: #FCFCFC;
    z-index: 12;
    position: relative;
    top: 0
}

    .secondary-nav .nav-buttons {
        display: flex;
        justify-content: center
    }

    .secondary-nav .btn {
        background-color: transparent;
        border-radius: 40px;
        text-transform: uppercase;
        font-family: 'ProximaNova-Bold';
        font-size: 13px;
        color: #58648E;
        padding: 5px 20px;
        text-align: center;
        border: 2px solid #58648E;
        display: inline-block;
        letter-spacing: 1px;
        transition: 0.3s all;
        cursor: pointer;
        margin-left: 15px;
        margin-right: 15px;
        text-decoration: none
    }

        .secondary-nav .btn:hover {
            background-color: #424D74;
            color: #fff
        }

        .secondary-nav .btn.active {
            background-color: #58648E;
            color: #fff
        }

    .secondary-nav .apply-btn {
        background-color: #FFB764;
        border-radius: 40px;
        font-family: 'ProximaNova-Bold';
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        display: inline-block;
        padding: 5px 20px;
        cursor: pointer;
        position: absolute;
        right: 30px;
        top: 32px;
        transition: 0.3s all ease
    }

        .secondary-nav .apply-btn:hover {
            background-color: #DD8F2A
        }

@media (max-width: 1250px) {
    .secondary-nav {
        display: none
    }
}

#hidden-nav, #home-nav {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
    display: none;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.05),0 0 5px 0 rgba(0,0,0,0.1)
}

    #hidden-nav #login, #home-nav #login {
        font-family: 'ProximaNova-Bold';
        font-size: 12px;
        color: #4C4C4C;
        text-decoration: none;
        text-transform: uppercase;
        cursor: pointer;
        padding: 7px 15px;
        background: none;
        position: absolute;
        top: 36px;
        right: 160px;
        letter-spacing: 2px
    }

    #hidden-nav .logo, #home-nav .logo {
        position: absolute;
        top: 16px
    }

@media (max-width: 1250px) {
    #hidden-nav, #home-nav {
        display: none
    }
}

.modal-open .modal {
    background: rgba(66,77,116,0.8)
}

.modal-dialog {
    position: relative
}

    .modal-dialog #close-modal {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        padding: 20px;
        cursor: pointer
    }

.modal-content {
    box-shadow: rgba(16,16,16,0.25) 0px 4px 22px 0px;
    border-radius: 0px;
    border: none;
    padding: 25px 50px
}

    .modal-content p {
        font-family: 'ProximaNova-Regular';
        font-size: 14px;
        color: #4C4C4C;
        line-height: 20px;
        text-align: center
    }

    .modal-content h1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 22px;
        color: #4C4C4C;
        font-weight: 400;
        line-height: 30px;
        margin: 10px auto;
        text-align: center
    }

    .modal-content .login-form {
        padding: 20px 0px
    }

        .modal-content .login-form .input-group {
            margin: 18px 0px;
            position: relative
        }

        .modal-content .login-form label {
            font-family: 'ProximaNova-Regular';
            font-size: 12px;
            color: #909090;
            text-transform: uppercase;
            letter-spacing: 2.84px;
            line-height: 15px
        }

        .modal-content .login-form input {
            background-color: #FBFBFB;
            height: 54px;
            width: 235px;
            width: 100%;
            border: 1px solid #58648E;
            font-family: 'ProximaNova-Regular';
            font-size: 14px;
            color: #4C4C4C;
            line-height: 17px;
            padding: 5px 15px;
            border-radius: 0px;
            position: relative
        }

            .modal-content .login-form input.error {
                border: 1px solid red
            }

        .modal-content .login-form #lock-icon {
            position: absolute;
            right: 28px;
            top: 13px
        }

        .modal-content .login-form span a {
            font-family: 'ProximaNova-Regular';
            font-size: 13px;
            color: #4c4c4c;
            line-height: 16px;
            margin: 5px 0px;
            text-align: left;
            text-decoration: underline
        }

        .modal-content .login-form .btn {
            border-radius: 40px;
            text-transform: uppercase;
            font-family: 'ProximaNova-Bold';
            font-size: 15.5px;
            color: #fff;
            padding: 6px 65px;
            border: 2px solid #58648E;
            display: inline-block;
            letter-spacing: 2px;
            transition: 0.3s all;
            cursor: pointer;
            background-color: #58648E
        }

            .modal-content .login-form .btn:hover {
                background: #424D74
            }

        .modal-content .login-form .btn-row {
            text-align: center;
            padding-top: 30px
        }

        .modal-content .login-form .create-account h3 {
            text-align: center;
            margin: 20px 0px 0px 0px
        }

            .modal-content .login-form .create-account h3 a {
                font-family: 'ProximaNova-Regular';
                font-size: 14px;
                color: #58648E;
                text-transform: uppercase;
                text-decoration: none;
                letter-spacing: 1.27px;
                line-height: 17px;
                margin: 5px auto;
                text-align: center
            }

#forgot-password-modal .modal-content h1 {
    margin: 20px auto
}

#forgot-password-modal .modal-content p {
    margin: 20px auto
}

#forgot-password-modal .modal-content form {
    padding: 10px
}

#link-sent-modal p {
    font-family: 'ProximaNova-Regular';
    font-size: 13px;
    color: #4C4C4C;
    text-align: center;
    line-height: 16px
}

    #link-sent-modal p a {
        text-decoration: underline;
        cursor: pointer
    }

#link-sent-modal .more-probs {
    padding-top: 14px
}

#legal-modal .copy {
    padding: 15px 0px
}

    #legal-modal .copy p {
        text-align: justify
    }

.home .mobile-hero {
    background-color: #F8F9FF;
    height: 355px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

    .home .mobile-hero .heading-3 {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #49547B;
        text-transform: uppercase;
        letter-spacing: 2.7px;
        line-height: 16px;
        margin: 0px 0px
    }

    .home .mobile-hero .heading-1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 30px;
        color: #000;
        line-height: 1.4;
        font-weight: 400;
        margin: 25px 0px
    }

    .home .mobile-hero .cta h3 {
        font-size: 16px
    }

.home .mobile-options {
    margin-bottom: 40px
}

    .home .mobile-options .option {
        border-top: 1px solid gray;
        padding: 20px 10px 20px 15px;
        display: flex;
        align-items: center;
        justify-content: flex-start
    }

        .home .mobile-options .option img {
            width: 45px;
            margin-right: 13px
        }

        .home .mobile-options .option .icon {
            width: 10px;
            margin-left: 10px
        }

        .home .mobile-options .option h3 {
            font-family: 'ProximaNova-Bold';
            font-size: 15px;
            color: #49547B;
            text-transform: uppercase;
            letter-spacing: 2.5px;
            line-height: 24px
        }

        .home .mobile-options .option:last-child {
            border-bottom: 1px solid gray
        }

.home .hero {
    background: no-repeat center center;
    background-size: cover;
    width: 100%;
    position: relative;
    padding: 7.313em 0;
    display: flex;
    align-items: center;
    position: relative
}

    .home .hero:after {
        content: "";
        display: table;
        clear: both
    }

.home .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(-180deg, rgba(245,245,245,0.78) 68%, #fff 97%)
}

.home .hero-image {
    padding-left: 0;
    padding-right: 0
}

    .home .hero-image img {
        width: 100%;
        border-left: 20px solid #fff;
        border-top: 20px solid #fff;
        border-bottom: 20px solid #fff;
        position: relative;
        right: 0;
        box-shadow: rgba(98,98,98,0.4) 0px 4px 22px 0px
    }

.home .text {
    padding-left: 10%
}

    .home .text .heading-1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 40px;
        color: #000;
        line-height: 1.3;
        font-weight: 400
    }

    .home .text .heading-3 {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #58648E;
        text-transform: uppercase;
        letter-spacing: 2.4px;
        line-height: 20px
    }

.home .boxes {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
    top: -40px;
    padding-bottom: 20px;
    float: none;
    max-width: 1300px
}

    .home .boxes .box {
        width: 300px;
        background-color: #fff;
        box-shadow: lightgray 0 2px 22px 2px;
        margin: 20px 18px
    }

        .home .boxes .box .box-image {
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            width: 300px;
            height: 151px
        }

        .home .boxes .box .box-text {
            text-align: center;
            width: 85%;
            margin: 0 auto;
            margin-bottom: 25px
        }

            .home .boxes .box .box-text h2 {
                font-family: 'PlayfairDisplay-Regular';
                font-size: 18.66px;
                color: #4C4C4C;
                line-height: 25px;
                font-weight: 400
            }

            .home .boxes .box .box-text p {
                font-family: 'ProximaNova-Regular';
                font-size: 14px;
                color: #4C4C4C;
                line-height: 20px;
                margin-bottom: 25px
            }

            .home .boxes .box .box-text .btn {
                background-color: #58648E;
                border-radius: 40px;
                text-transform: uppercase;
                font-family: 'ProximaNova-Bold';
                font-size: 14px;
                color: #fff;
                padding: 7px;
                width: 200px;
                display: inline-block;
                letter-spacing: 1px;
                transition: 0.3s all;
                cursor: pointer
            }

                .home .boxes .box .box-text .btn:hover {
                    background-color: #424D74
                }

.home .get-approved-row {
    display: flex;
    align-items: center
}

.home .approval {
    background-color: #F8F9FF;
    width: 100%;
    position: relative;
    padding: 75px 15px
}

    .home .approval:after {
        content: "";
        display: table;
        clear: both
    }

    .home .approval .approved-img {
        position: relative;
        left: 0;
        padding-left: 0
    }

        .home .approval .approved-img img {
            width: 100%;
            border: 20px solid #fff;
            position: relative;
            left: -20px;
            box-shadow: rgba(98,98,98,0.4) 0px 4px 22px 0px
        }

    .home .approval .text {
        padding-left: 0;
        margin-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-around
    }

        .home .approval .text .heading-3 {
            font-family: 'ProximaNova-Bold';
            font-size: 16px;
            color: #58648E;
            text-transform: uppercase;
            letter-spacing: 2.7px;
            line-height: 15px;
            margin: 0
        }

        .home .approval .text .heading-1 {
            font-family: 'PlayfairDisplay-Regular';
            font-size: 40px;
            color: #000;
            line-height: 53px;
            margin: 15px 0px
        }

        .home .approval .text p {
            font-family: 'ProximaNova-Regular';
            font-size: 14px;
            color: #4C4C4C;
            line-height: 20px;
            width: 80%
        }

        .home .approval .text .cta {
            margin: 14px 0px
        }

.home .awards {
    padding: 60px 0px
}

    .home .awards .heading-3 {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #58648E;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 3.6px;
        line-height: 20px
    }

    .home .awards .heading-1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 40px;
        color: #231F20;
        line-height: 53px;
        text-align: center;
        font-weight: 400;
        width: 60%;
        margin: 0 auto
    }

    .home .awards .awards-list {
        float: none;
        margin: 0 auto
    }

        .home .awards .awards-list ul {
            padding-top: 40px;
            padding-left: 0px;
            list-style: none;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            width: 100%
        }

            .home .awards .awards-list ul li {
                margin: 20px
            }

@media (max-width: 800px) {
    .home .awards h1 {
        font-size: 30px
    }
}

.home .customer-service {
    background: no-repeat center center;
    background-color: #58648E;
    background-size: cover;
    padding: 75px 0px
}

    .home .customer-service .heading-3 {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #fff;
        letter-spacing: 2.42px;
        line-height: 20px;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 2px
    }

    .home .customer-service .heading-1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 40px;
        color: #fff;
        line-height: 58px;
        text-align: center;
        font-weight: 300
    }

    .home .customer-service p {
        font-family: 'ProximaNova-Regular';
        font-size: 16px;
        color: #fff;
        line-height: 20px;
        text-align: center;
        width: 60%;
        margin: 0 auto
    }

    .home .customer-service .buttons {
        padding: 30px 0px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }

        .home .customer-service .buttons .cta {
            margin: 15px 30px
        }

@media (max-width: 800px) {
    .home .customer-service p {
        width: 100%
    }
}

.home .ratings {
    background-color: #F8F9FF;
    padding: 75px 0px
}

    .home .ratings .heading-3 {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #58648E;
        line-height: 20px;
        letter-spacing: 3px;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 0px
    }

    .home .ratings .heading-1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 40px;
        color: #231F20;
        line-height: 1.4;
        text-align: center;
        font-weight: 400;
        width: 70%;
        margin: 0 auto
    }

    .home .ratings .ratings-boxes {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding: 50px 0px;
        flex-wrap: wrap
    }

    .home .ratings .box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 15px 15px
    }

        .home .ratings .box .cta {
            margin-top: 15px
        }

@media (max-width: 800px) {
    .home .ratings h1 {
        width: 100%;
        font-size: 30px
    }

    .home .ratings .cta {
        margin-top: 20px
    }

        .home .ratings .cta h3, .home .ratings .cta img {
            margin-top: 10px
        }
}

footer {
    background-color: #2D3551;
    padding: 40px 60px
}

    footer .columns {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding-left: 0;
        padding-right: 0
    }

    footer .column {
        margin-right: 4rem
    }

        footer .column h3 {
            font-family: 'ProximaNova-Bold';
            font-size: 14px;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 2.86px;
            line-height: 17px;
            margin-bottom: 5px
        }

        footer .column ul {
            list-style: none;
            font-family: 'ProximaNova-Regular';
            font-size: 14px;
            color: #fff;
            line-height: 17px;
            padding-left: 0;
            margin-top: 0
        }

            footer .column ul li {
                padding: 8px 0px;
                cursor: pointer
            }

    footer .social {
        list-style: none;
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        padding-left: 0
    }

        footer .social a.socicon-button {
            background: #B3C2F6;
            border-radius: 100%;
            height: 35px;
            width: 35px;
            margin: 10px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            transition: 0.3s all
        }

            footer .social a.socicon-button span {
                color: #fff;
                position: relative;
                top: 2px
            }

            footer .social a.socicon-button:hover {
                background: #58648E
            }

@media (max-width: 1120px) {
    footer .social {
        justify-content: center
    }
}

footer .phone {
    text-align: right;
    font-family: 'ProximaNova-Regular';
    font-size: 16px;
    color: #fff;
    line-height: 17px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 18px
}

@media (max-width: 800px) {
    footer {
        padding: 30px 10px
    }
}

footer .copyrightFooter {
    color: white;
    float: right;
    text-align: right
}

.swiper-container, .customer-stories-slider, .team-slider {
    width: 100%;
    max-width: 1700px;
    float: none;
    margin: 0 auto;
    position: relative
}

    .swiper-container .swiper-slide, .swiper-container .slide, .customer-stories-slider .swiper-slide, .customer-stories-slider .slide, .team-slider .swiper-slide, .team-slider .slide {
        width: 330px
    }

        .swiper-container .swiper-slide .slider-img, .swiper-container .slide .slider-img, .customer-stories-slider .swiper-slide .slider-img, .customer-stories-slider .slide .slider-img, .team-slider .swiper-slide .slider-img, .team-slider .slide .slider-img {
            width: 100%;
            height: 362px;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            position: relative
        }

        .swiper-container .swiper-slide .headshot, .swiper-container .slide .headshot, .customer-stories-slider .swiper-slide .headshot, .customer-stories-slider .slide .headshot, .team-slider .swiper-slide .headshot, .team-slider .slide .headshot {
            width: 100%;
            height: 400px;
            position: relative;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center
        }

            .swiper-container .swiper-slide .headshot img, .swiper-container .slide .headshot img, .customer-stories-slider .swiper-slide .headshot img, .customer-stories-slider .slide .headshot img, .team-slider .swiper-slide .headshot img, .team-slider .slide .headshot img {
                width: 100%;
                cursor: pointer;
                transition: 0.4s all ease-out;
                z-index: 9
            }

            .swiper-container .swiper-slide .headshot .img-overlay, .swiper-container .slide .headshot .img-overlay, .customer-stories-slider .swiper-slide .headshot .img-overlay, .customer-stories-slider .slide .headshot .img-overlay, .team-slider .swiper-slide .headshot .img-overlay, .team-slider .slide .headshot .img-overlay {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                background: #FFB764;
                opacity: 0;
                z-index: 10;
                transition: 0.4s all ease
            }

        .swiper-container .swiper-slide .name, .swiper-container .slide .name, .customer-stories-slider .swiper-slide .name, .customer-stories-slider .slide .name, .team-slider .swiper-slide .name, .team-slider .slide .name {
            position: absolute;
            bottom: 10px;
            left: 10px;
            opacity: 0;
            z-index: 12;
            transition: 0.6s all linear
        }

            .swiper-container .swiper-slide .name .heading-2, .swiper-container .slide .name .heading-2, .customer-stories-slider .swiper-slide .name .heading-2, .customer-stories-slider .slide .name .heading-2, .team-slider .swiper-slide .name .heading-2, .team-slider .slide .name .heading-2 {
                font-family: 'ProximaNova-Bold';
                font-size: 20px;
                color: #fff;
                line-height: 20px;
                letter-spacing: 4.96px;
                text-transform: uppercase;
                margin-top: 0;
                margin-bottom: 0
            }

            .swiper-container .swiper-slide .name .heading-3, .swiper-container .slide .name .heading-3, .customer-stories-slider .swiper-slide .name .heading-3, .customer-stories-slider .slide .name .heading-3, .team-slider .swiper-slide .name .heading-3, .team-slider .slide .name .heading-3 {
                font-family: 'ProximaNova-Bold';
                font-size: 12px;
                color: #fff;
                line-height: 20px;
                letter-spacing: 2.98px;
                text-transform: uppercase;
                margin-top: 0;
                margin-bottom: 0
            }

        .swiper-container .swiper-slide .story, .swiper-container .slide .story, .customer-stories-slider .swiper-slide .story, .customer-stories-slider .slide .story, .team-slider .swiper-slide .story, .team-slider .slide .story {
            width: 100%;
            padding: 20px 0px;
            text-align: left;
            margin-bottom: 25px;
            box-shadow: lightgray 0 2px 22px 2px;
            opacity: 0;
            transition: 0.6s all linear;
            padding: 15px 15px
        }

            .swiper-container .swiper-slide .story p, .swiper-container .slide .story p, .customer-stories-slider .swiper-slide .story p, .customer-stories-slider .slide .story p, .team-slider .swiper-slide .story p, .team-slider .slide .story p {
                font-family: 'ProximaNova-Regular';
                font-size: 14px;
                color: #4C4C4C;
                line-height: 20px
            }

            .swiper-container .swiper-slide .story .cta, .swiper-container .slide .story .cta, .customer-stories-slider .swiper-slide .story .cta, .customer-stories-slider .slide .story .cta, .team-slider .swiper-slide .story .cta, .team-slider .slide .story .cta {
                justify-content: flex-start;
                padding: 15px 0px
            }

                .swiper-container .swiper-slide .story .cta h3, .swiper-container .slide .story .cta h3, .customer-stories-slider .swiper-slide .story .cta h3, .customer-stories-slider .slide .story .cta h3, .team-slider .swiper-slide .story .cta h3, .team-slider .slide .story .cta h3 {
                    margin-bottom: 0px
                }

        .swiper-container .swiper-slide.slick-current, .swiper-container .swiper-slide.swiper-slide-active, .swiper-container .slide.slick-current, .swiper-container .slide.swiper-slide-active, .customer-stories-slider .swiper-slide.slick-current, .customer-stories-slider .swiper-slide.swiper-slide-active, .customer-stories-slider .slide.slick-current, .customer-stories-slider .slide.swiper-slide-active, .team-slider .swiper-slide.slick-current, .team-slider .swiper-slide.swiper-slide-active, .team-slider .slide.slick-current, .team-slider .slide.swiper-slide-active {
            opacity: 1;
            z-index: 100
        }

            .swiper-container .swiper-slide.slick-current .headshot .img-overlay, .swiper-container .swiper-slide.swiper-slide-active .headshot .img-overlay, .swiper-container .slide.slick-current .headshot .img-overlay, .swiper-container .slide.swiper-slide-active .headshot .img-overlay, .customer-stories-slider .swiper-slide.slick-current .headshot .img-overlay, .customer-stories-slider .swiper-slide.swiper-slide-active .headshot .img-overlay, .customer-stories-slider .slide.slick-current .headshot .img-overlay, .customer-stories-slider .slide.swiper-slide-active .headshot .img-overlay, .team-slider .swiper-slide.slick-current .headshot .img-overlay, .team-slider .swiper-slide.swiper-slide-active .headshot .img-overlay, .team-slider .slide.slick-current .headshot .img-overlay, .team-slider .slide.swiper-slide-active .headshot .img-overlay {
                opacity: 0.6
            }

            .swiper-container .swiper-slide.slick-current .headshot img, .swiper-container .swiper-slide.swiper-slide-active .headshot img, .swiper-container .slide.slick-current .headshot img, .swiper-container .slide.swiper-slide-active .headshot img, .customer-stories-slider .swiper-slide.slick-current .headshot img, .customer-stories-slider .swiper-slide.swiper-slide-active .headshot img, .customer-stories-slider .slide.slick-current .headshot img, .customer-stories-slider .slide.swiper-slide-active .headshot img, .team-slider .swiper-slide.slick-current .headshot img, .team-slider .swiper-slide.swiper-slide-active .headshot img, .team-slider .slide.slick-current .headshot img, .team-slider .slide.swiper-slide-active .headshot img {
                filter: grayscale(1) contrast(1.4)
            }

            .swiper-container .swiper-slide.slick-current .story, .swiper-container .swiper-slide.swiper-slide-active .story, .swiper-container .slide.slick-current .story, .swiper-container .slide.swiper-slide-active .story, .customer-stories-slider .swiper-slide.slick-current .story, .customer-stories-slider .swiper-slide.swiper-slide-active .story, .customer-stories-slider .slide.slick-current .story, .customer-stories-slider .slide.swiper-slide-active .story, .team-slider .swiper-slide.slick-current .story, .team-slider .swiper-slide.swiper-slide-active .story, .team-slider .slide.slick-current .story, .team-slider .slide.swiper-slide-active .story {
                opacity: 1
            }

            .swiper-container .swiper-slide.slick-current .name, .swiper-container .swiper-slide.swiper-slide-active .name, .swiper-container .slide.slick-current .name, .swiper-container .slide.swiper-slide-active .name, .customer-stories-slider .swiper-slide.slick-current .name, .customer-stories-slider .swiper-slide.swiper-slide-active .name, .customer-stories-slider .slide.slick-current .name, .customer-stories-slider .slide.swiper-slide-active .name, .team-slider .swiper-slide.slick-current .name, .team-slider .swiper-slide.swiper-slide-active .name, .team-slider .slide.slick-current .name, .team-slider .slide.swiper-slide-active .name {
                opacity: 1
            }

.slick-prev, .swiper-button-prev {
    background: url("/Assets/img/icons/swiper-prev.svg") no-repeat center center;
    top: 33%;
    background-size: contain;
    z-index: 30;
    left: 20px;
    height: 33px;
    z-index: 100
}

    .slick-prev:before, .swiper-button-prev:before {
        content: ''
    }

    .slick-prev:focus, .slick-prev:hover, .swiper-button-prev:focus, .swiper-button-prev:hover {
        background: url("/Assets/img/icons/swiper-prev.svg") no-repeat center center
    }

.slick-next, .swiper-button-next {
    background: url("/Assets/img/icons/swiper-next.svg") no-repeat center center;
    top: 33%;
    background-size: contain;
    z-index: 30;
    right: 20px;
    height: 33px;
    z-index: 100
}

    .slick-next:before, .swiper-button-next:before {
        content: ''
    }

    .slick-next:focus, .slick-next:hover, .swiper-button-next:focus, .swiper-button-next:hover {
        background: url("/Assets/img/icons/swiper-next.svg") no-repeat center center;
        color: inherit
    }

.swiper-wrapper {
    transition-timing-function: ease-in-out
}

.slider-overlay-left {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 37%;
    z-index: 99;
    background: transparent;
    background: -webkit-linear-gradient(-90deg, transparent, #fff);
    background: -o-linear-gradient(-90deg, transparent, #fff);
    background: -moz-linear-gradient(-90deg, transparent, #fff);
    background: linear-gradient(-90deg, transparent, #fff)
}

@media (max-width: 700px) {
    .slider-overlay-left {
        display: none
    }
}

.slider-overlay-right {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 37%;
    z-index: 99;
    background: transparent;
    background: -webkit-linear-gradient(90deg, transparent, #fff);
    background: -o-linear-gradient(90deg, transparent, #fff);
    background: -moz-linear-gradient(90deg, transparent, #fff);
    background: linear-gradient(90deg, transparent, #fff)
}

@media (max-width: 700px) {
    .slider-overlay-right {
        display: none
    }
}

.auto-loans {
    background-color: #FCFCFC
}

    .auto-loans .step-icon {
        cursor: pointer
    }

    .auto-loans .hero {
        min-height: 705px;
        display: flex;
        align-items: center;
        background: no-repeat center center;
        background-size: cover;
        padding: 50px 0px;
        position: relative
    }

        .auto-loans .hero .hero-image {
            padding-left: 0;
            padding-right: 0
        }

            .auto-loans .hero .hero-image img {
                width: 100%;
                border: 20px solid #fff;
                position: relative;
                left: -20px;
                box-shadow: rgba(98,98,98,0.4) 0px 4px 22px 0px
            }

        .auto-loans .hero .hero-overlay {
            background-image: linear-gradient(-180deg, rgba(245,245,245,0.8) 74%, #fff 97%);
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%
        }

        .auto-loans .hero .hero-text {
            padding-left: 50px
        }

@media (max-width: 850px) {
    .auto-loans .hero .hero-text {
        padding-left: 30px;
        padding-right: 30px
    }
}

.auto-loans .hero .hero-text .heading-3 {
    font-family: 'ProximaNova-Bold';
    font-size: 16px;
    color: #58648E;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    line-height: 20px;
    margin-bottom: 8px
}

.auto-loans .hero .hero-text .heading-1 {
    font-family: 'PlayfairDisplay-Regular';
    font-size: 40px;
    color: #000;
    line-height: 58px;
    font-weight: 400;
    margin-top: 0px
}

.auto-loans .hero .hero-text p {
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    color: #4C4C4C;
    line-height: 24px
}

.auto-loans .mobile-story .box {
    box-shadow: lightgray 0 2px 22px 2px;
    max-width: 500px;
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
    position: relative;
    top: -30px;
    padding: 0px
}

    .auto-loans .mobile-story .box .box-text {
        padding: 15px
    }

        .auto-loans .mobile-story .box .box-text h3 {
            font-family: 'ProximaNova-Bold';
            font-size: 16px;
            color: #58648E;
            text-transform: uppercase;
            text-align: center
        }

        .auto-loans .mobile-story .box .box-text h2 {
            font-family: 'PlayfairDisplay-Regular';
            font-size: 20px;
            color: #3E4049;
            font-weight: 400
        }

        .auto-loans .mobile-story .box .box-text p {
            font-family: 'ProximaNova-Regular';
            font-size: 16px;
            color: #3E4049;
            line-height: 1.4
        }

        .auto-loans .mobile-story .box .box-text .cta {
            justify-content: center;
            padding-bottom: 10px
        }

    .auto-loans .mobile-story .box .customer-image {
        width: 100%
    }

@media (min-width: 900px) {
    .auto-loans .mobile-story {
        display: none
    }
}

.auto-loans .story-row {
    padding-bottom: 50px;
    background-color: #fff
}

.auto-loans .customer-story {
    background-color: #fff;
    box-shadow: lightgray 0 2px 22px 2px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    min-height: 385px
}

    .auto-loans .customer-story .customer-image {
        padding-left: 0;
        height: 100%;
        width: auto
    }

    .auto-loans .customer-story .customer-bkimage {
        background: no-repeat center center;
        background-size: cover;
        height: 575px;
        min-width: 400px
    }

@media (max-width: 1000px) {
    .auto-loans .customer-story .customer-bkimage {
        display: none
    }
}

.auto-loans .customer-story .text {
    padding-left: 40px
}

    .auto-loans .customer-story .text .heading-3 {
        font-family: 'ProximaNova-Bold';
        font-size: 14px;
        color: #58648E;
        line-height: 30px;
        margin-bottom: 8px;
        margin-top: 0;
        text-transform: uppercase
    }

    .auto-loans .customer-story .text .heading-1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 30px;
        color: #000;
        line-height: 38px;
        font-weight: 400;
        margin-top: 0
    }

    .auto-loans .customer-story .text p {
        font-family: 'ProximaNova-Regular';
        font-size: 14px;
        color: #3E4049;
        line-height: 26px
    }

    .auto-loans .customer-story .text .cta .heading-3 {
        margin-bottom: 0;
        font-size: 16px;
        transition: 0.3s all
    }

        .auto-loans .customer-story .text .cta .heading-3:hover {
            color: #424E73
        }

.auto-loans .process-row {
    background-image: linear-gradient(-183deg, #F9FAFF 17%, #E7EBFA 100%);
    padding-top: 50px;
    padding-bottom: 50px;
    height: 610px
}

    .auto-loans .process-row .heading-3 {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #58648E;
        line-height: 20px;
        letter-spacing: 2.4px;
        margin-top: 0;
        margin-bottom: 0;
        text-transform: uppercase;
        text-align: center
    }

    .auto-loans .process-row .heading-1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 40px;
        color: #000;
        font-weight: 400;
        text-align: center;
        line-height: 58px;
        margin: 0 auto
    }

    .auto-loans .process-row .icons-row {
        padding: 60px 0px 20px 0px;
        width: 880px;
        margin: 0 auto
    }

        .auto-loans .process-row .icons-row ul {
            list-style: none;
            padding-left: 0;
            display: flex;
            align-items: stretch;
            justify-content: space-around
        }

            .auto-loans .process-row .icons-row ul li {
                text-align: center
            }

                .auto-loans .process-row .icons-row ul li .heading-3 {
                    font-family: 'ProximaNova-Bold';
                    font-size: 14px;
                    color: #58648E;
                    letter-spacing: 1.75px;
                    line-height: 17px;
                    text-transform: uppercase;
                    text-align: center;
                    padding-top: 15px
                }

            .auto-loans .process-row .icons-row ul #car-icon {
                height: 68px
            }

        .auto-loans .process-row .icons-row .slider-bar {
            height: 4px;
            width: 880px;
            margin: 0 auto;
            right: 0;
            background-color: #fff;
            position: absolute;
            bottom: 0;
            left: 0
        }

            .auto-loans .process-row .icons-row .slider-bar .dot {
                border: 5px solid #fff;
                border-radius: 100%;
                height: 35px;
                width: 35px;
                position: absolute;
                bottom: -15px;
                transition: 0.3s all;
                background-color: #fff;
                transform: scale(0.3);
                text-align: center;
                cursor: pointer
            }

                .auto-loans .process-row .icons-row .slider-bar .dot span {
                    font-family: 'PlayfairDisplay-Regular';
                    font-size: 1.5rem;
                    color: #fff;
                    opacity: 0;
                    transition: 0.3s all;
                    text-transform: uppercase
                }

                .auto-loans .process-row .icons-row .slider-bar .dot:hover {
                    transform: scale(1);
                    background-color: #FFC98A
                }

                    .auto-loans .process-row .icons-row .slider-bar .dot:hover span {
                        opacity: 1
                    }

                .auto-loans .process-row .icons-row .slider-bar .dot.active {
                    transform: scale(1);
                    background-color: #FFC98A
                }

                    .auto-loans .process-row .icons-row .slider-bar .dot.active span {
                        opacity: 1
                    }

            .auto-loans .process-row .icons-row .slider-bar #dot-0 {
                left: 80px
            }

            .auto-loans .process-row .icons-row .slider-bar #dot-1 {
                left: 304px
            }

            .auto-loans .process-row .icons-row .slider-bar #dot-2 {
                left: 528px
            }

            .auto-loans .process-row .icons-row .slider-bar #dot-3 {
                right: 89px
            }

            .auto-loans .process-row .icons-row .slider-bar .dropdown {
                width: 158px;
                text-align: center;
                background: #fff;
                font-family: 'ProximaNova-Regular';
                font-size: 14px;
                color: #000;
                line-height: 22px;
                border-radius: 6px;
                position: absolute;
                top: 34px;
                z-index: 10;
                display: none
            }

                .auto-loans .process-row .icons-row .slider-bar .dropdown p {
                    margin: 0;
                    padding: 10px;
                    position: relative
                }

                .auto-loans .process-row .icons-row .slider-bar .dropdown:before {
                    content: '';
                    background: #fff;
                    height: 20px;
                    width: 5px;
                    position: absolute;
                    top: -20px;
                    opacity: 0;
                    transition: 0.3s all
                }

                .auto-loans .process-row .icons-row .slider-bar .dropdown.first-dropdown {
                    left: 20px
                }

                    .auto-loans .process-row .icons-row .slider-bar .dropdown.first-dropdown:before {
                        left: 75px
                    }

                .auto-loans .process-row .icons-row .slider-bar .dropdown.active:before {
                    opacity: 1
                }

                .auto-loans .process-row .icons-row .slider-bar .dropdown.second-dropdown {
                    left: 245px
                }

                    .auto-loans .process-row .icons-row .slider-bar .dropdown.second-dropdown:before {
                        left: 73px
                    }

                .auto-loans .process-row .icons-row .slider-bar .dropdown.third-dropdown {
                    right: 250px
                }

                    .auto-loans .process-row .icons-row .slider-bar .dropdown.third-dropdown:before {
                        left: 72px
                    }

                .auto-loans .process-row .icons-row .slider-bar .dropdown.fourth-dropdown {
                    right: 27px
                }

                    .auto-loans .process-row .icons-row .slider-bar .dropdown.fourth-dropdown:before {
                        left: 77px
                    }

            .auto-loans .process-row .icons-row .slider-bar .end-dot {
                background-color: #fff;
                height: 10px;
                width: 10px;
                position: absolute;
                bottom: -3px;
                border-radius: 100%
            }

            .auto-loans .process-row .icons-row .slider-bar .left {
                left: 0
            }

            .auto-loans .process-row .icons-row .slider-bar .right {
                right: 0
            }

@media (max-width: 900px) {
    .auto-loans .process-row {
        display: none
    }
}

.auto-loans .mobile-process {
    background-image: linear-gradient(-183deg, #F9FAFF 17%, #E7EBFA 100%);
    padding-top: 50px;
    padding-bottom: 50px;
    height: 904px;
    width: 100%
}

    .auto-loans .mobile-process .heading-3 {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #58648E;
        line-height: 20px;
        letter-spacing: 2.4px;
        margin-top: 0;
        margin-bottom: 0;
        text-transform: uppercase;
        text-align: center
    }

    .auto-loans .mobile-process .heading-1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 30px;
        color: #000;
        font-weight: 400;
        text-align: center;
        line-height: 58px;
        margin: 0 auto
    }

    .auto-loans .mobile-process .icons {
        position: relative
    }

        .auto-loans .mobile-process .icons ul {
            list-style: none;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            padding-left: 0;
            margin-left: 30px;
            width: 30%;
            position: relative
        }

            .auto-loans .mobile-process .icons ul li {
                margin: 30px 0px;
                text-align: center
            }

                .auto-loans .mobile-process .icons ul li .heading-3 {
                    margin-top: 20px;
                    font-size: 12px
                }

@media (max-width: 400px) {
    .auto-loans .mobile-process .icons ul {
        margin-left: 10px;
        width: 40%
    }

        .auto-loans .mobile-process .icons ul li img {
            width: 50px
        }
}

.auto-loans .mobile-process .icons .mobile-slider {
    height: 650px;
    width: 5px;
    background: #fff;
    position: absolute;
    top: 20px;
    right: 0
}

    .auto-loans .mobile-process .icons .mobile-slider .dot {
        border: 5px solid #fff;
        border-radius: 100%;
        height: 35px;
        width: 35px;
        position: absolute;
        transition: 0.3s all;
        background-color: #fff;
        transform: scale(0.4);
        text-align: center
    }

        .auto-loans .mobile-process .icons .mobile-slider .dot span {
            font-family: 'PlayfairDisplay-Regular';
            font-size: 18px;
            color: #fff;
            position: relative;
            line-height: 1;
            text-align: center;
            opacity: 0;
            transition: 0.3s all;
            text-transform: uppercase
        }

        .auto-loans .mobile-process .icons .mobile-slider .dot:hover {
            transform: scale(0.8);
            background-color: #FFC98A
        }

            .auto-loans .mobile-process .icons .mobile-slider .dot:hover span {
                opacity: 1
            }

        .auto-loans .mobile-process .icons .mobile-slider .dot.active {
            transform: scale(0.8);
            background-color: #FFC98A
        }

            .auto-loans .mobile-process .icons .mobile-slider .dot.active span {
                opacity: 1
            }

    .auto-loans .mobile-process .icons .mobile-slider #mobile-dot-0 {
        left: -15px;
        top: 30px
    }

    .auto-loans .mobile-process .icons .mobile-slider #mobile-dot-1 {
        left: -15px;
        top: 207px
    }

    .auto-loans .mobile-process .icons .mobile-slider #mobile-dot-2 {
        left: -15px;
        bottom: 220px
    }

    .auto-loans .mobile-process .icons .mobile-slider #mobile-dot-3 {
        left: -15px;
        bottom: 60px
    }

    .auto-loans .mobile-process .icons .mobile-slider .dropdown {
        width: 190px;
        text-align: center;
        background: #fff;
        padding: 10px;
        font-family: 'ProximaNova-Regular';
        font-size: 14px;
        color: #000;
        line-height: 22px;
        border-radius: 6px;
        position: absolute;
        z-index: 10;
        opacity: 0;
        transition: 0.3s all
    }

        .auto-loans .mobile-process .icons .mobile-slider .dropdown.active {
            opacity: 1
        }

        .auto-loans .mobile-process .icons .mobile-slider .dropdown.first-dropdown {
            left: 20px
        }

        .auto-loans .mobile-process .icons .mobile-slider .dropdown.second-dropdown {
            left: 20px;
            top: 167px
        }

        .auto-loans .mobile-process .icons .mobile-slider .dropdown.third-dropdown {
            left: 20px;
            bottom: 167px
        }

        .auto-loans .mobile-process .icons .mobile-slider .dropdown.fourth-dropdown {
            left: 20px;
            bottom: 14px
        }

    .auto-loans .mobile-process .icons .mobile-slider .end-dot {
        background-color: #fff;
        height: 10px;
        width: 10px;
        position: absolute;
        border-radius: 100%
    }

    .auto-loans .mobile-process .icons .mobile-slider .top {
        top: 0;
        left: -2px
    }

    .auto-loans .mobile-process .icons .mobile-slider .bottom {
        bottom: 0;
        left: -2px
    }

@media (min-width: 899px) {
    .auto-loans .mobile-process {
        display: none
    }
}

.auto-loans .calculate-row {
    background: no-repeat top center;
    background-size: cover;
    padding: 65px 0px
}

    .auto-loans .calculate-row .calculate {
        max-width: 865px
    }

    .auto-loans .calculate-row .heading-3 {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #fff;
        line-height: 20px;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 2.4px;
        margin: 0 auto
    }

    .auto-loans .calculate-row .heading-1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 40px;
        color: #fff;
        text-align: center;
        font-weight: 400;
        margin: 0.3em 0
    }

@media (max-width: 800px) {
    .auto-loans .calculate-row .heading-1 {
        font-size: 33px
    }
}

.auto-loans .calculate-row .boxes {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap
}

    .auto-loans .calculate-row .boxes .calculate-box {
        background-color: #fff;
        padding: 25px 20px;
        text-align: center;
        width: 396px;
        margin: 20px 0px;
        height: 250px;
        height: auto;
        transition: 0.5s all;
        cursor: pointer
    }

        .auto-loans .calculate-row .boxes .calculate-box.closed {
            height: 90px
        }

            .auto-loans .calculate-row .boxes .calculate-box.closed .icon, .auto-loans .calculate-row .boxes .calculate-box.closed .cta {
                display: none
            }

        .auto-loans .calculate-row .boxes .calculate-box .heading-2 {
            font-family: 'PlayfairDisplay-Regular';
            font-size: 22px;
            color: #4C4C4C;
            line-height: 30px;
            font-weight: 400;
            margin: 0 auto
        }

        .auto-loans .calculate-row .boxes .calculate-box .icon {
            padding: 25px 0px;
            transition: 0.5s all
        }

        .auto-loans .calculate-row .boxes .calculate-box.inactive {
            background: #58648E
        }

            .auto-loans .calculate-row .boxes .calculate-box.inactive .heading-2 {
                color: #fff
            }

@media (max-width: 1100px) {
    .auto-loans .calculate-row .boxes {
        justify-content: center
    }

        .auto-loans .calculate-row .boxes .calculate-box {
            height: 260px
        }
}

.auto-loans .calculate-row .boxes .cta {
    justify-content: center;
    transition: 0.5s all
}

    .auto-loans .calculate-row .boxes .cta .heading-3 {
        max-width: 300px;
        color: #58648E;
        margin-left: 0;
        margin-right: 0;
        transition: 0.3s all
    }

        .auto-loans .calculate-row .boxes .cta .heading-3:hover {
            color: #424E73
        }

    .auto-loans .calculate-row .boxes .cta img {
        padding-left: 10px
    }

.auto-loans .calculate-row .calculate-payment-wrapper, .auto-loans .calculate-row .calculate-budget-wrapper {
    background: #fff;
    padding: 30px;
    max-width: 865px;
    margin: 0 auto
}

    .auto-loans .calculate-row .calculate-payment-wrapper p, .auto-loans .calculate-row .calculate-budget-wrapper p {
        font-family: 'ProximaNova-Regular';
        font-size: 14px;
        color: #616161;
        line-height: 24px;
        text-align: center;
        width: 80%;
        margin: 0 auto
    }

    .auto-loans .calculate-row .calculate-payment-wrapper .mobile-payment-form .row, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-payment-form .row {
        padding: 20px 0px
    }

@media (max-width: 990px) {
    .auto-loans .calculate-row .calculate-payment-wrapper .calculate-budget-form .col-md-4, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-budget-form .col-md-4 {
        margin: 0px 0px 20px 0px
    }
}

.auto-loans .calculate-row .calculate-payment-wrapper .calculate-payment-form, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-payment-form, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-budget-form, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-budget-form, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-payment-form, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-payment-form, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-budget-form, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-budget-form {
    padding-top: 40px
}

    .auto-loans .calculate-row .calculate-payment-wrapper .calculate-payment-form .input-group, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-payment-form .input-group, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-budget-form .input-group, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-budget-form .input-group, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-payment-form .input-group, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-payment-form .input-group, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-budget-form .input-group, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-budget-form .input-group {
        margin-top: 13px;
        width: 90%
    }

    .auto-loans .calculate-row .calculate-payment-wrapper .calculate-payment-form input[type=number]::-webkit-inner-spin-button, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-payment-form input[type=number]::-webkit-outer-spin-button, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-payment-form input[type=number]::-webkit-inner-spin-button, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-payment-form input[type=number]::-webkit-outer-spin-button, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-budget-form input[type=number]::-webkit-inner-spin-button, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-budget-form input[type=number]::-webkit-outer-spin-button, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-budget-form input[type=number]::-webkit-inner-spin-button, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-budget-form input[type=number]::-webkit-outer-spin-button, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-payment-form input[type=number]::-webkit-inner-spin-button, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-payment-form input[type=number]::-webkit-outer-spin-button, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-payment-form input[type=number]::-webkit-inner-spin-button, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-payment-form input[type=number]::-webkit-outer-spin-button, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-budget-form input[type=number]::-webkit-inner-spin-button, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-budget-form input[type=number]::-webkit-outer-spin-button, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-budget-form input[type=number]::-webkit-inner-spin-button, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-budget-form input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

    .auto-loans .calculate-row .calculate-payment-wrapper .calculate-payment-form .select, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-payment-form .select, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-budget-form .select, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-budget-form .select, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-payment-form .select, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-payment-form .select, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-budget-form .select, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-budget-form .select {
        font-size: 16px;
        position: relative;
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
        margin-top: 12px
    }

        .auto-loans .calculate-row .calculate-payment-wrapper .calculate-payment-form .select select, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-payment-form .select select, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-budget-form .select select, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-budget-form .select select, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-payment-form .select select, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-payment-form .select select, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-budget-form .select select, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-budget-form .select select {
            outline: none;
            -webkit-appearance: none;
            display: block;
            padding: 1.0em 3em 1.3em 1.5em;
            margin: 0;
            width: 100%;
            transition: border-color 0.2s;
            border: 1px solid #58648E;
            border-radius: 5px;
            background: #FBFBFB;
            color: #555;
            line-height: normal;
            font-family: 'ProximaNova-Regular';
            font-size: 16px;
            color: #4C4C4C;
            line-height: 20px
        }

        .auto-loans .calculate-row .calculate-payment-wrapper .calculate-payment-form .select .arr, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-payment-form .select .arr, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-budget-form .select .arr, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-budget-form .select .arr, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-payment-form .select .arr, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-payment-form .select .arr, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-budget-form .select .arr, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-budget-form .select .arr {
            background: #58648E;
            bottom: 0px;
            position: absolute;
            right: 0px;
            top: 0px;
            width: 65px;
            pointer-events: none
        }

            .auto-loans .calculate-row .calculate-payment-wrapper .calculate-payment-form .select .arr:before, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-payment-form .select .arr:before, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-budget-form .select .arr:before, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-budget-form .select .arr:before, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-payment-form .select .arr:before, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-payment-form .select .arr:before, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-budget-form .select .arr:before, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-budget-form .select .arr:before {
                content: '';
                position: absolute;
                top: 50%;
                right: 24px;
                margin-top: -5px;
                pointer-events: none;
                border-top: 10px solid #fff;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent
            }

            .auto-loans .calculate-row .calculate-payment-wrapper .calculate-payment-form .select .arr:after, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-payment-form .select .arr:after, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-budget-form .select .arr:after, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-budget-form .select .arr:after, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-payment-form .select .arr:after, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-payment-form .select .arr:after, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-budget-form .select .arr:after, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-budget-form .select .arr:after {
                content: '';
                position: absolute;
                top: 50%;
                right: 28px;
                margin-top: -5px;
                pointer-events: none;
                border-top: 6px solid transparent;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent
            }

    .auto-loans .calculate-row .calculate-payment-wrapper .calculate-payment-form label, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-payment-form label, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-budget-form label, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-budget-form label, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-payment-form label, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-payment-form label, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-budget-form label, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-budget-form label {
        font-family: 'ProximaNova-Bold';
        font-size: 12px;
        color: #909090;
        text-transform: uppercase;
        letter-spacing: 2.84px;
        line-height: 15px
    }

    .auto-loans .calculate-row .calculate-payment-wrapper .calculate-payment-form input, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-payment-form input, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-budget-form input, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-budget-form input, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-payment-form input, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-payment-form input, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-budget-form input, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-budget-form input {
        background-color: #FBFBFB;
        height: 54px;
        width: 235px;
        width: 100%;
        border: 1px solid #58648E;
        border-style: inset;
        font-family: 'ProximaNova-Regular';
        font-size: 14px;
        color: #4C4C4C;
        line-height: 17px;
        padding: 5px 15px
    }

    .auto-loans .calculate-row .calculate-payment-wrapper .calculate-payment-form .months-range, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-payment-form .interest-range, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-payment-form .budget-months-range, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-payment-form .budget-rates-range, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-payment-form .months-range, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-payment-form .interest-range, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-payment-form .budget-months-range, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-payment-form .budget-rates-range, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-budget-form .months-range, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-budget-form .interest-range, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-budget-form .budget-months-range, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-budget-form .budget-rates-range, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-budget-form .months-range, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-budget-form .interest-range, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-budget-form .budget-months-range, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-budget-form .budget-rates-range, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-payment-form .months-range, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-payment-form .interest-range, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-payment-form .budget-months-range, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-payment-form .budget-rates-range, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-payment-form .months-range, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-payment-form .interest-range, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-payment-form .budget-months-range, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-payment-form .budget-rates-range, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-budget-form .months-range, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-budget-form .interest-range, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-budget-form .budget-months-range, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-budget-form .budget-rates-range, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-budget-form .months-range, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-budget-form .interest-range, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-budget-form .budget-months-range, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-budget-form .budget-rates-range {
        padding-top: 40px
    }

    .auto-loans .calculate-row .calculate-payment-wrapper .calculate-payment-form .loan-label h3, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-payment-form .interest-label h3, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-payment-form .loan-label h3, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-payment-form .interest-label h3, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-budget-form .loan-label h3, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-budget-form .interest-label h3, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-budget-form .loan-label h3, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-budget-form .interest-label h3, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-payment-form .loan-label h3, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-payment-form .interest-label h3, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-payment-form .loan-label h3, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-payment-form .interest-label h3, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-budget-form .loan-label h3, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-budget-form .interest-label h3, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-budget-form .loan-label h3, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-budget-form .interest-label h3 {
        font-family: 'ProximaNova-Bold';
        font-size: 12px;
        color: #909090;
        text-transform: uppercase;
        letter-spacing: 2.84px;
        line-height: 15px;
        text-align: left;
        padding-bottom: 30px
    }

    .auto-loans .calculate-row .calculate-payment-wrapper .calculate-payment-form .loan-months, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-payment-form .interest-rates, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-payment-form .loan-months, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-payment-form .interest-rates, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-budget-form .loan-months, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-budget-form .interest-rates, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-budget-form .loan-months, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-budget-form .interest-rates, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-payment-form .loan-months, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-payment-form .interest-rates, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-payment-form .loan-months, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-payment-form .interest-rates, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-budget-form .loan-months, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-budget-form .interest-rates, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-budget-form .loan-months, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-budget-form .interest-rates {
        padding-top: 26px
    }

        .auto-loans .calculate-row .calculate-payment-wrapper .calculate-payment-form .loan-months h3, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-payment-form .interest-rates h3, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-payment-form .loan-months h3, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-payment-form .interest-rates h3, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-budget-form .loan-months h3, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-budget-form .interest-rates h3, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-budget-form .loan-months h3, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-budget-form .interest-rates h3, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-payment-form .loan-months h3, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-payment-form .interest-rates h3, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-payment-form .loan-months h3, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-payment-form .interest-rates h3, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-budget-form .loan-months h3, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-budget-form .interest-rates h3, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-budget-form .loan-months h3, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-budget-form .interest-rates h3 {
            font-family: 'ProximaNova-Bold';
            font-size: 12px;
            color: #909090;
            text-transform: uppercase;
            letter-spacing: 2.84px;
            width: 40%
        }

        .auto-loans .calculate-row .calculate-payment-wrapper .calculate-payment-form .loan-months #min-months, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-payment-form .loan-months #min-rate, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-payment-form .interest-rates #min-months, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-payment-form .interest-rates #min-rate, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-payment-form .loan-months #min-months, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-payment-form .loan-months #min-rate, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-payment-form .interest-rates #min-months, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-payment-form .interest-rates #min-rate, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-budget-form .loan-months #min-months, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-budget-form .loan-months #min-rate, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-budget-form .interest-rates #min-months, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-budget-form .interest-rates #min-rate, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-budget-form .loan-months #min-months, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-budget-form .loan-months #min-rate, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-budget-form .interest-rates #min-months, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-budget-form .interest-rates #min-rate, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-payment-form .loan-months #min-months, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-payment-form .loan-months #min-rate, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-payment-form .interest-rates #min-months, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-payment-form .interest-rates #min-rate, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-payment-form .loan-months #min-months, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-payment-form .loan-months #min-rate, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-payment-form .interest-rates #min-months, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-payment-form .interest-rates #min-rate, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-budget-form .loan-months #min-months, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-budget-form .loan-months #min-rate, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-budget-form .interest-rates #min-months, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-budget-form .interest-rates #min-rate, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-budget-form .loan-months #min-months, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-budget-form .loan-months #min-rate, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-budget-form .interest-rates #min-months, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-budget-form .interest-rates #min-rate {
            text-align: left;
            float: left
        }

        .auto-loans .calculate-row .calculate-payment-wrapper .calculate-payment-form .loan-months #max-months, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-payment-form .loan-months #max-rate, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-payment-form .interest-rates #max-months, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-payment-form .interest-rates #max-rate, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-payment-form .loan-months #max-months, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-payment-form .loan-months #max-rate, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-payment-form .interest-rates #max-months, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-payment-form .interest-rates #max-rate, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-budget-form .loan-months #max-months, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-budget-form .loan-months #max-rate, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-budget-form .interest-rates #max-months, .auto-loans .calculate-row .calculate-payment-wrapper .mobile-budget-form .interest-rates #max-rate, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-budget-form .loan-months #max-months, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-budget-form .loan-months #max-rate, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-budget-form .interest-rates #max-months, .auto-loans .calculate-row .calculate-payment-wrapper .calculate-budget-form .interest-rates #max-rate, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-payment-form .loan-months #max-months, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-payment-form .loan-months #max-rate, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-payment-form .interest-rates #max-months, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-payment-form .interest-rates #max-rate, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-payment-form .loan-months #max-months, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-payment-form .loan-months #max-rate, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-payment-form .interest-rates #max-months, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-payment-form .interest-rates #max-rate, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-budget-form .loan-months #max-months, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-budget-form .loan-months #max-rate, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-budget-form .interest-rates #max-months, .auto-loans .calculate-row .calculate-budget-wrapper .mobile-budget-form .interest-rates #max-rate, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-budget-form .loan-months #max-months, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-budget-form .loan-months #max-rate, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-budget-form .interest-rates #max-months, .auto-loans .calculate-row .calculate-budget-wrapper .calculate-budget-form .interest-rates #max-rate {
            text-align: right;
            float: right
        }

.auto-loans .calculate-row .calculate-payment-wrapper .your-payment, .auto-loans .calculate-row .calculate-payment-wrapper .afford, .auto-loans .calculate-row .calculate-budget-wrapper .your-payment, .auto-loans .calculate-row .calculate-budget-wrapper .afford {
    padding: 40px 0px 0px 0px
}

    .auto-loans .calculate-row .calculate-payment-wrapper .your-payment h3, .auto-loans .calculate-row .calculate-payment-wrapper .afford h3, .auto-loans .calculate-row .calculate-budget-wrapper .your-payment h3, .auto-loans .calculate-row .calculate-budget-wrapper .afford h3 {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #58648E;
        text-transform: uppercase;
        letter-spacing: 3.11px;
        line-height: 20px;
        text-align: center
    }

    .auto-loans .calculate-row .calculate-payment-wrapper .your-payment .heading-1, .auto-loans .calculate-row .calculate-payment-wrapper .afford .heading-1, .auto-loans .calculate-row .calculate-budget-wrapper .your-payment .heading-1, .auto-loans .calculate-row .calculate-budget-wrapper .afford .heading-1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 50px;
        color: #58648E;
        letter-spacing: 9.72px;
        line-height: 67px
    }

.auto-loans .calculate-row .disclosure, .auto-loans .calculate-row .budget-disclosure {
    padding-top: 20px;
    display: none
}

    .auto-loans .calculate-row .disclosure p, .auto-loans .calculate-row .budget-disclosure p {
        font-family: 'ProximaNova-Regular';
        font-size: 11px;
        color: #fff;
        line-height: 24px;
        text-align: center;
        margin: 0 auto
    }

.auto-loans #months-slider, .auto-loans #interest-slider, .auto-loans #budget-months-slider, .auto-loans #budget-rate-slider {
    background: #58648E;
    width: 100%;
    height: 6px
}

    .auto-loans #months-slider .noUi-origin, .auto-loans #interest-slider .noUi-origin, .auto-loans #budget-months-slider .noUi-origin, .auto-loans #budget-rate-slider .noUi-origin {
        background-color: #D5DEFC
    }

.auto-loans .noUi-horizontal .noUi-handle {
    border-radius: 100% !important;
    height: 60px;
    width: 60px;
    background: #B3C2F6;
    border: 5px solid #fff;
    top: -29px
}

    .auto-loans .noUi-horizontal .noUi-handle:before, .auto-loans .noUi-horizontal .noUi-handle:after {
        background: transparent
    }

    .auto-loans .noUi-horizontal .noUi-handle h3 {
        text-align: center;
        top: 13px;
        font-family: 'PlayfairDisplay-Regular';
        font-size: 16px;
        color: #fff
    }

.auto-loans .customer-stories {
    padding: 80px 0px;
    background-color: #fff
}

    .auto-loans .customer-stories .swiper-container .swiper-slide .story .cta {
        padding-top: 15px
    }

.auto-loans .before-buying-row {
    padding: 30px 0px;
    background-color: #fff
}

    .auto-loans .before-buying-row h1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 40px;
        color: #000;
        font-weight: 400;
        line-height: 58px;
        text-align: center;
        margin: 0 auto
    }

    .auto-loans .before-buying-row .grid {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
        margin-top: 50px;
        width: 100%
    }

@media (max-width: 900px) {
    .auto-loans .before-buying-row .grid {
        justify-content: center
    }
}

.auto-loans .before-buying-row .grid .grid-item {
    margin: 20px 10px;
    width: 43%
}

@media (max-width: 850px) {
    .auto-loans .before-buying-row .grid .grid-item {
        width: 85%
    }
}

.auto-loans .before-buying-row .grid .grid-item h3 {
    font-family: 'ProximaNova-Bold';
    font-size: 15px;
    color: #49547B;
    text-transform: uppercase;
    letter-spacing: 3.09px;
    display: flex;
    align-items: center;
    margin: 0
}

    .auto-loans .before-buying-row .grid .grid-item h3 img {
        margin-right: 20px
    }

.auto-loans .before-buying-row .grid .grid-item p {
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    color: #4C4C4C;
    line-height: 24px;
    margin-top: 20px
}

@media (max-width: 850px) {
    .auto-loans .before-buying-row h1 {
        font-size: 30px
    }

    .auto-loans .before-buying-row .grid {
        margin-top: 15px
    }

        .auto-loans .before-buying-row .grid .grid-item h3 {
            justify-content: center
        }

        .auto-loans .before-buying-row .grid .grid-item p {
            text-align: center
        }
}

.auto-loans .awards {
    background: #fff;
    padding: 50px 0px
}

    .auto-loans .awards h3 {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #58648E;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 3.64px;
        line-height: 20px
    }

    .auto-loans .awards ul {
        width: 80%;
        margin: 0 auto;
        padding: 20px 0px;
        padding-left: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around
    }

.refinance .hero {
    min-height: 705px;
    display: flex;
    align-items: center;
    background: no-repeat center center;
    background-size: cover;
    padding: 50px 0px;
    position: relative
}

    .refinance .hero .hero-image {
        padding-left: 0;
        padding-right: 0
    }

        .refinance .hero .hero-image img {
            width: 100%;
            border: 20px solid #fff;
            position: relative;
            left: -20px;
            box-shadow: rgba(98,98,98,0.4) 0px 4px 22px 0px
        }

    .refinance .hero .hero-overlay {
        background-image: linear-gradient(-180deg, rgba(245,245,245,0.59) 62%, #fff 97%);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%
    }

    .refinance .hero .hero-text {
        padding-left: 50px
    }

@media (max-width: 850px) {
    .refinance .hero .hero-text {
        padding-left: 30px;
        padding-right: 30px
    }
}

.refinance .hero .hero-text .heading-3 {
    font-family: 'ProximaNova-Bold';
    font-size: 16px;
    color: #58648E;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    line-height: 20px;
    margin-bottom: 8px
}

.refinance .hero .hero-text .heading-1 {
    font-family: 'PlayfairDisplay-Regular';
    font-size: 40px;
    color: #000;
    line-height: 58px;
    font-weight: 400;
    margin-top: 0px
}

.refinance .hero .hero-text p {
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    color: #4C4C4C;
    line-height: 24px
}

.refinance .mobile-story .box {
    box-shadow: lightgray 0 2px 22px 2px;
    max-width: 500px;
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
    position: relative;
    top: -30px;
    padding: 0px
}

    .refinance .mobile-story .box .box-text {
        padding: 15px
    }

        .refinance .mobile-story .box .box-text h3 {
            font-family: 'ProximaNova-Bold';
            font-size: 16px;
            color: #58648E;
            text-transform: uppercase;
            text-align: center
        }

        .refinance .mobile-story .box .box-text h2 {
            font-family: 'PlayfairDisplay-Regular';
            font-size: 20px;
            color: #3E4049;
            font-weight: 400
        }

        .refinance .mobile-story .box .box-text p {
            font-family: 'ProximaNova-Regular';
            font-size: 16px;
            color: #3E4049;
            line-height: 1.4
        }

        .refinance .mobile-story .box .box-text .cta {
            justify-content: center;
            padding-bottom: 10px
        }

    .refinance .mobile-story .box .customer-image {
        width: 100%
    }

@media (min-width: 900px) {
    .refinance .mobile-story {
        display: none
    }
}

.refinance .story-row {
    padding-bottom: 50px;
    position: relative;
    background-color: #fff;
    top: -20px
}

@media (max-width: 900px) {
    .refinance .story-row {
        display: none
    }
}

.refinance .customer-story {
    background-color: #fff;
    box-shadow: lightgray 0 2px 22px 2px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    min-height: 385px
}

    .refinance .customer-story .customer-image {
        padding-left: 0;
        height: 100%;
        width: auto
    }

    .refinance .customer-story .text {
        padding-left: 40px
    }

        .refinance .customer-story .text h3 {
            font-family: 'ProximaNova-Bold';
            font-size: 14px;
            color: #58648E;
            line-height: 30px;
            margin-top: 0;
            text-transform: uppercase
        }

        .refinance .customer-story .text h1 {
            font-family: 'PlayfairDisplay-Regular';
            font-size: 30px;
            color: #000;
            line-height: 38px;
            font-weight: 400;
            margin-top: 0
        }

        .refinance .customer-story .text p {
            font-family: 'ProximaNova-Regular';
            font-size: 14px;
            color: #3E4049;
            line-height: 26px
        }

.refinance .process-row {
    background-image: linear-gradient(-183deg, #F9FAFF 17%, #E7EBFA 100%);
    padding-top: 50px;
    padding-bottom: 50px;
    height: 610px
}

    .refinance .process-row h3 {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #58648E;
        line-height: 20px;
        letter-spacing: 2.4px;
        margin-top: 0;
        margin-bottom: 0;
        text-transform: uppercase;
        text-align: center
    }

    .refinance .process-row h1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 40px;
        color: #000;
        font-weight: 400;
        text-align: center;
        line-height: 58px;
        margin: 0 auto
    }

    .refinance .process-row .icons-row {
        padding: 60px 0px 20px 0px;
        width: 880px;
        margin: 0 auto
    }

        .refinance .process-row .icons-row ul {
            list-style: none;
            padding-left: 0;
            display: flex;
            align-items: center;
            justify-content: space-around
        }

            .refinance .process-row .icons-row ul li {
                text-align: center
            }

                .refinance .process-row .icons-row ul li h3 {
                    font-family: 'ProximaNova-Bold';
                    font-size: 14px;
                    color: #58648E;
                    letter-spacing: 1.75px;
                    line-height: 17px;
                    text-transform: uppercase;
                    text-align: center;
                    padding-top: 15px
                }

            .refinance .process-row .icons-row ul #savings-icon {
                height: 68px
            }

        .refinance .process-row .icons-row .slider-bar {
            height: 4px;
            width: 880px;
            margin: 0 auto;
            right: 0;
            background-color: #fff;
            position: absolute;
            bottom: 0;
            left: 0
        }

            .refinance .process-row .icons-row .slider-bar .dot {
                border: 5px solid #fff;
                border-radius: 100%;
                height: 35px;
                width: 35px;
                position: absolute;
                bottom: -15px;
                transition: 0.3s all;
                background-color: #fff;
                transform: scale(0.3);
                text-align: center
            }

                .refinance .process-row .icons-row .slider-bar .dot span {
                    font-family: 'PlayfairDisplay-Regular';
                    font-size: 18px;
                    color: #fff;
                    position: relative;
                    line-height: 1;
                    text-align: center;
                    opacity: 0;
                    transition: 0.3s all;
                    text-transform: uppercase
                }

                .refinance .process-row .icons-row .slider-bar .dot:hover {
                    transform: scale(1);
                    background-color: #FFC98A
                }

                    .refinance .process-row .icons-row .slider-bar .dot:hover span {
                        opacity: 1
                    }

                .refinance .process-row .icons-row .slider-bar .dot.active {
                    transform: scale(1);
                    background-color: #FFC98A
                }

                    .refinance .process-row .icons-row .slider-bar .dot.active span {
                        opacity: 1
                    }

            .refinance .process-row .icons-row .slider-bar #first-dot {
                left: 80px
            }

            .refinance .process-row .icons-row .slider-bar #second-dot {
                left: 304px
            }

            .refinance .process-row .icons-row .slider-bar #third-dot {
                left: 528px
            }

            .refinance .process-row .icons-row .slider-bar #fourth-dot {
                right: 89px
            }

            .refinance .process-row .icons-row .slider-bar .dropdown {
                width: 158px;
                text-align: center;
                background: #fff;
                font-family: 'ProximaNova-Regular';
                font-size: 14px;
                color: #000;
                line-height: 22px;
                border-radius: 6px;
                position: absolute;
                top: 34px;
                z-index: 10;
                display: none
            }

                .refinance .process-row .icons-row .slider-bar .dropdown p {
                    margin: 0;
                    padding: 10px;
                    position: relative
                }

                .refinance .process-row .icons-row .slider-bar .dropdown:before {
                    content: '';
                    background: #fff;
                    height: 20px;
                    width: 5px;
                    position: absolute;
                    top: -20px;
                    opacity: 0;
                    transition: 0.3s all
                }

                .refinance .process-row .icons-row .slider-bar .dropdown.first-dropdown {
                    left: 20px
                }

                    .refinance .process-row .icons-row .slider-bar .dropdown.first-dropdown:before {
                        left: 75px
                    }

                .refinance .process-row .icons-row .slider-bar .dropdown.active:before {
                    opacity: 1
                }

                .refinance .process-row .icons-row .slider-bar .dropdown.second-dropdown {
                    left: 245px
                }

                    .refinance .process-row .icons-row .slider-bar .dropdown.second-dropdown:before {
                        left: 73px
                    }

                .refinance .process-row .icons-row .slider-bar .dropdown.third-dropdown {
                    right: 250px
                }

                    .refinance .process-row .icons-row .slider-bar .dropdown.third-dropdown:before {
                        left: 72px
                    }

                .refinance .process-row .icons-row .slider-bar .dropdown.fourth-dropdown {
                    right: 27px
                }

                    .refinance .process-row .icons-row .slider-bar .dropdown.fourth-dropdown:before {
                        left: 77px
                    }

            .refinance .process-row .icons-row .slider-bar .end-dot {
                background-color: #fff;
                height: 10px;
                width: 10px;
                position: absolute;
                bottom: -3px;
                border-radius: 100%
            }

            .refinance .process-row .icons-row .slider-bar .left {
                left: 0
            }

            .refinance .process-row .icons-row .slider-bar .right {
                right: 0
            }

@media (max-width: 900px) {
    .refinance .process-row {
        display: none
    }
}

.refinance .calculate-row {
    background: no-repeat top center;
    background-size: cover;
    padding: 65px 0px
}

    .refinance .calculate-row .calculate {
        max-width: 865px
    }

    .refinance .calculate-row h3 {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #fff;
        line-height: 20px;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 2.4px
    }

    .refinance .calculate-row h1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 40px;
        color: #fff;
        text-align: center;
        font-weight: 400;
        margin: 0.3em 0
    }

@media (max-width: 800px) {
    .refinance .calculate-row h1 {
        font-size: 33px
    }
}

.refinance .calculate-row .boxes {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap
}

    .refinance .calculate-row .boxes .calculate-box {
        background-color: #fff;
        padding: 30px 25px;
        text-align: center;
        margin: 20px 0px;
        height: auto;
        transition: 0.7s all
    }

        .refinance .calculate-row .boxes .calculate-box.closed {
            height: 90px
        }

            .refinance .calculate-row .boxes .calculate-box.closed .icon, .refinance .calculate-row .boxes .calculate-box.closed .cta {
                display: none
            }

        .refinance .calculate-row .boxes .calculate-box h2 {
            font-family: 'PlayfairDisplay-Regular';
            font-size: 22px;
            color: #4C4C4C;
            line-height: 30px;
            font-weight: 400;
            margin: 0 auto
        }

        .refinance .calculate-row .boxes .calculate-box .icon {
            padding: 25px 0px;
            transition: 0.5s all
        }

        .refinance .calculate-row .boxes .calculate-box.inactive {
            background: #58648E
        }

            .refinance .calculate-row .boxes .calculate-box.inactive h2 {
                color: #fff
            }

@media (max-width: 1100px) {
    .refinance .calculate-row .boxes {
        justify-content: center
    }

        .refinance .calculate-row .boxes .calculate-box {
            height: 260px
        }
}

.refinance .calculate-row .boxes .cta {
    justify-content: center
}

.refinance .calculate-row .calculate-savings-wrapper {
    background: #fff;
    padding: 30px;
    max-width: 865px;
    margin: 0 auto
}

    .refinance .calculate-row .calculate-savings-wrapper p {
        font-family: 'ProximaNova-Regular';
        font-size: 14px;
        color: #616161;
        line-height: 24px;
        text-align: center;
        width: 80%;
        margin: 0 auto
    }

@media (max-width: 900px) {
    .refinance .calculate-row .calculate-savings-wrapper .calculate-savings-form {
        display: none;
        overflow: hidden
    }

    .refinance .calculate-row .calculate-savings-wrapper .calculate-savings-mobile {
        display: block
    }
}

@media (min-width: 901px) {
    .refinance .calculate-row .calculate-savings-wrapper .calculate-savings-form {
        display: block
    }

    .refinance .calculate-row .calculate-savings-wrapper .calculate-savings-mobile {
        display: none;
        overflow: hidden
    }
}

.refinance .calculate-row .calculate-savings-wrapper .calculate-savings-form, .refinance .calculate-row .calculate-savings-wrapper .calculate-savings-mobile {
    padding-top: 40px
}

    .refinance .calculate-row .calculate-savings-wrapper .calculate-savings-form .current-loan h2, .refinance .calculate-row .calculate-savings-wrapper .calculate-savings-form .new-loan h2, .refinance .calculate-row .calculate-savings-wrapper .calculate-savings-mobile .current-loan h2, .refinance .calculate-row .calculate-savings-wrapper .calculate-savings-mobile .new-loan h2 {
        font-family: 'ProximaNova-Regular';
        font-size: 16px;
        color: #58648E;
        letter-spacing: 2.4px;
        line-height: 18px;
        text-transform: uppercase;
        padding-bottom: 20px
    }

    .refinance .calculate-row .calculate-savings-wrapper .calculate-savings-form .current-loan .col-sm-12, .refinance .calculate-row .calculate-savings-wrapper .calculate-savings-form .new-loan .col-sm-12, .refinance .calculate-row .calculate-savings-wrapper .calculate-savings-mobile .current-loan .col-sm-12, .refinance .calculate-row .calculate-savings-wrapper .calculate-savings-mobile .new-loan .col-sm-12 {
        padding-left: 0
    }

    .refinance .calculate-row .calculate-savings-wrapper .calculate-savings-form .current-loan, .refinance .calculate-row .calculate-savings-wrapper .calculate-savings-mobile .current-loan {
        border-right: 2px solid #B3C2F6;
        padding-right: 20px
    }

    .refinance .calculate-row .calculate-savings-wrapper .calculate-savings-form .new-loan, .refinance .calculate-row .calculate-savings-wrapper .calculate-savings-mobile .new-loan {
        padding-left: 35px
    }

    .refinance .calculate-row .calculate-savings-wrapper .calculate-savings-form .btn, .refinance .calculate-row .calculate-savings-wrapper .calculate-savings-mobile .btn {
        border-radius: 40px;
        text-transform: uppercase;
        font-family: 'ProximaNova-Bold';
        font-size: 15.5px;
        color: #fff;
        padding: 8px 65px;
        border: 2px solid #58648E;
        display: inline-block;
        letter-spacing: 2px;
        transition: 0.3s all;
        cursor: pointer;
        background-color: #58648E
    }

        .refinance .calculate-row .calculate-savings-wrapper .calculate-savings-form .btn:hover, .refinance .calculate-row .calculate-savings-wrapper .calculate-savings-mobile .btn:hover {
            background: #424D74
        }

    .refinance .calculate-row .calculate-savings-wrapper .calculate-savings-form .btn-row, .refinance .calculate-row .calculate-savings-wrapper .calculate-savings-mobile .btn-row {
        text-align: center;
        padding-top: 30px
    }

    .refinance .calculate-row .calculate-savings-wrapper .calculate-savings-mobile .current-loan {
        border-right: none;
        padding-right: 15px
    }

    .refinance .calculate-row .calculate-savings-wrapper .calculate-savings-mobile .new-loan {
        padding-left: 15px
    }

.refinance .customer-stories {
    padding: 80px 0px;
    background-color: #fff
}

    .refinance .customer-stories .swiper-container .swiper-slide .story .cta {
        padding-top: 15px
    }

.refinance .is-refinancing-right {
    padding: 30px 0px;
    background-color: #fff
}

    .refinance .is-refinancing-right .heading-1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 40px;
        color: #000;
        font-weight: 400;
        line-height: 58px;
        text-align: center;
        margin: 0 auto
    }

    .refinance .is-refinancing-right .heading-3 {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #58648E;
        line-height: 20px;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 2.4px
    }

    .refinance .is-refinancing-right .grid {
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap;
        margin-top: 50px;
        width: 100%
    }

@media (max-width: 900px) {
    .refinance .is-refinancing-right .grid {
        justify-content: center
    }
}

.refinance .is-refinancing-right .grid .grid-item {
    margin: 30px;
    width: 40%
}

@media (max-width: 850px) {
    .refinance .is-refinancing-right .grid .grid-item {
        width: 85%
    }
}

.refinance .is-refinancing-right .grid .grid-item .heading-3 {
    font-family: 'ProximaNova-Bold';
    font-size: 15px;
    color: #49547B;
    text-transform: uppercase;
    letter-spacing: 3.09px;
    display: flex;
    align-items: center;
    margin: 0
}

    .refinance .is-refinancing-right .grid .grid-item .heading-3 img {
        margin-right: 20px;
        min-width: 50px;
        min-height: 50px
    }

.refinance .is-refinancing-right .grid .grid-item p {
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    color: #4C4C4C;
    line-height: 24px;
    margin-top: 20px
}

@media (max-width: 850px) {
    .refinance .is-refinancing-right .heading-1 {
        font-size: 30px
    }

    .refinance .is-refinancing-right .grid {
        margin-top: 15px
    }

        .refinance .is-refinancing-right .grid .grid-item .heading-3 {
            justify-content: center
        }

        .refinance .is-refinancing-right .grid .grid-item p {
            text-align: center
        }
}

.refinance .awards {
    background: #fff;
    padding: 50px 0px
}

    .refinance .awards h3 {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #58648E;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 3.64px;
        line-height: 20px
    }

    .refinance .awards ul {
        width: 80%;
        margin: 0 auto;
        padding: 20px 0px;
        padding-left: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around
    }

.dealers .hero {
    min-height: 705px;
    display: flex;
    align-items: center;
    background: no-repeat center center;
    background-size: cover;
    padding: 65px 0px;
    position: relative
}

    .dealers .hero .hero-overlay {
        background-image: linear-gradient(-180deg, rgba(245,245,245,0.59) 63%, #fff 98%);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%
    }

    .dealers .hero .hero-image {
        padding-left: 0;
        padding-right: 0
    }

        .dealers .hero .hero-image img {
            width: 100%;
            border: 20px solid #fff;
            position: relative;
            left: -20px;
            box-shadow: rgba(98,98,98,0.4) 0px 4px 22px 0px
        }

    .dealers .hero .hero-text {
        padding-left: 50px
    }

@media (max-width: 850px) {
    .dealers .hero .hero-text {
        padding-left: 30px;
        padding-right: 30px
    }
}

.dealers .hero .hero-text .heading-3 {
    font-family: 'ProximaNova-Bold';
    font-size: 16px;
    color: #58648E;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    line-height: 20px;
    margin-bottom: 8px
}

.dealers .hero .hero-text .heading-1 {
    font-family: 'PlayfairDisplay-Regular';
    font-size: 40px;
    color: #000;
    line-height: 58px;
    font-weight: 400;
    margin-top: 0px
}

.dealers .hero .hero-text p {
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    color: #4C4C4C;
    line-height: 24px
}

.dealers .mobile-story .box {
    box-shadow: lightgray 0 2px 22px 2px;
    max-width: 500px;
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
    position: relative;
    top: -30px;
    padding: 0px
}

    .dealers .mobile-story .box .box-text {
        padding: 15px
    }

        .dealers .mobile-story .box .box-text h3 {
            font-family: 'ProximaNova-Bold';
            font-size: 16px;
            color: #58648E;
            text-transform: uppercase;
            text-align: center
        }

        .dealers .mobile-story .box .box-text h2 {
            font-family: 'PlayfairDisplay-Regular';
            font-size: 20px;
            color: #3E4049;
            font-weight: 400
        }

        .dealers .mobile-story .box .box-text p {
            font-family: 'ProximaNova-Regular';
            font-size: 16px;
            color: #3E4049;
            line-height: 1.4
        }

        .dealers .mobile-story .box .box-text .cta {
            justify-content: center;
            padding-bottom: 10px
        }

    .dealers .mobile-story .box .customer-image {
        width: 100%
    }

@media (min-width: 900px) {
    .dealers .mobile-story {
        display: none
    }
}

.dealers .story-row {
    padding-bottom: 50px
}

@media (max-width: 900px) {
    .dealers .story-row {
        display: none
    }
}

.dealers .customer-story {
    background-color: #fff;
    box-shadow: lightgray 0 2px 22px 2px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    min-height: 385px;
    position: relative;
    top: -18px
}

    .dealers .customer-story .customer-image {
        padding-left: 0;
        height: 100%;
        width: auto
    }

    .dealers .customer-story .text {
        padding-left: 40px
    }

        .dealers .customer-story .text h3 {
            font-family: 'ProximaNova-Bold';
            font-size: 14px;
            color: #58648E;
            line-height: 30px;
            margin-bottom: 8px;
            margin-top: 0;
            text-transform: uppercase
        }

        .dealers .customer-story .text h1 {
            font-family: 'PlayfairDisplay-Regular';
            font-size: 30px;
            color: #000;
            line-height: 38px;
            font-weight: 400;
            margin-top: 0
        }

        .dealers .customer-story .text p {
            font-family: 'ProximaNova-Regular';
            font-size: 14px;
            color: #3E4049;
            line-height: 26px
        }

        .dealers .customer-story .text .cta h3 {
            margin-bottom: 0;
            font-size: 16px;
            transition: 0.3s all
        }

            .dealers .customer-story .text .cta h3:hover {
                color: #424E73
            }

.dealers .dealerships {
    background: no-repeat center center;
    background-size: cover;
    background-color: #F9FAFF;
    padding: 40px 0px;
    min-height: 485px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

    .dealers .dealerships .heading-3 {
        font-family: 'ProximaNova-Regular';
        font-size: 16px;
        color: #fff;
        letter-spacing: 2.4px;
        line-height: 18px;
        text-align: center;
        text-transform: uppercase;
        margin: 0px
    }

    .dealers .dealerships .heading-1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 40px;
        color: #fff;
        line-height: 58px;
        text-align: center;
        font-weight: 400;
        margin: 10px 0px
    }

    .dealers .dealerships .cta {
        justify-content: center
    }

        .dealers .dealerships .cta .heading-3 {
            transition: 0.3s all;
            margin-bottom: 4px
        }

            .dealers .dealerships .cta .heading-3:hover {
                color: #DEE3FF
            }

    .dealers .dealerships .logos {
        padding: 50px 0px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
        padding-left: 0
    }

@media (max-width: 1100px) {
    .dealers .dealerships .logos {
        justify-content: center
    }
}

.dealers .dealerships .logos img {
    margin: 20px
}

.dealers .team {
    background-image: -webkit-linear-gradient(93deg, #fff 17%, #E7EBFA 100%);
    background-image: -o-linear-gradient(93deg, #fff 17%, #E7EBFA 100%);
    background-image: linear-gradient(183deg, #fff 17%, #E7EBFA 100%);
    padding: 75px 0px
}

    .dealers .team .heading-3 {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #58648E;
        letter-spacing: 3.42px;
        line-height: 18px;
        text-transform: uppercase;
        text-align: center
    }

    .dealers .team .heading-1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 40px;
        color: #000;
        line-height: 53px;
        text-align: center;
        font-weight: 400
    }

    .dealers .team .employees {
        display: flex;
        justify-content: space-around;
        align-items: stretch;
        flex-wrap: wrap;
        padding: 40px 0px;
        max-width: 1600px;
        margin: 0 auto
    }

        .dealers .team .employees .employee-box {
            width: 325px;
            background-color: #fff;
            box-shadow: lightgray 0 2px 22px 2px;
            margin: 20px 0px
        }

            .dealers .team .employees .employee-box .pic {
                background-size: cover;
                background-position: center center;
                background-repeat: no-repeat;
                width: 325px;
                height: 265px
            }

            .dealers .team .employees .employee-box .copy {
                padding: 10px 20px
            }

                .dealers .team .employees .employee-box .copy h4 {
                    font-family: 'PlayfairDisplay-Regular';
                    font-size: 16px;
                    color: #4C4C4C;
                    line-height: 21px;
                    text-align: center;
                    font-weight: 400;
                    margin: 10px 0px
                }

                .dealers .team .employees .employee-box .copy p {
                    font-family: 'ProximaNova-Regular';
                    font-size: 14px;
                    color: #4C4C4C;
                    line-height: 24px;
                    text-align: center;
                    margin: 10px 0px
                }

    .dealers .team .cta {
        justify-content: center
    }

        .dealers .team .cta .heading-3 {
            margin-bottom: 0px;
            transition: 0.3s all
        }

            .dealers .team .cta .heading-3:hover {
                color: #424E73
            }

.dealers .map {
    padding: 75px 0px;
    background: #fff;
    text-align: center
}

    .dealers .map .heading-3 {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #58648E;
        letter-spacing: 3.42px;
        line-height: 18px;
        text-transform: uppercase;
        text-align: center
    }

    .dealers .map .heading-1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 40px;
        color: #000;
        line-height: 53px;
        text-align: center;
        font-weight: 400
    }

    .dealers .map img {
        margin-left: auto;
        margin-right: auto
    }

    .dealers .map #map {
        max-width: 745px;
        padding: 30px 0px;
        width: 100%
    }

.dealers .payoff {
    background: #58648E no-repeat center center;
    background-size: cover;
    padding: 40px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

    .dealers .payoff .heading-1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 40px;
        color: #fff;
        font-weight: 400;
        line-height: 53px;
        text-align: left;
        padding-left: 40px
    }

    .dealers .payoff .heading-3 {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #fff;
        letter-spacing: 3.42px;
        line-height: 18px;
        text-transform: uppercase;
        text-align: left;
        padding-left: 40px
    }

    .dealers .payoff .phone-number {
        font-family: 'ProximaNova-Regular';
        font-size: 40px;
        color: #fff;
        letter-spacing: 3.54px;
        line-height: 47px;
        text-align: left
    }

@media (max-width: 1010px) {
    .dealers .payoff .phone-number {
        margin: 30px 0px
    }
}

.dealers .join {
    background-image: -webkit-linear-gradient(93deg, #F9FAFF 17%, #E7EBFA 100%);
    background-image: -o-linear-gradient(93deg, #F9FAFF 17%, #E7EBFA 100%);
    background-image: linear-gradient(183deg, #F9FAFF 17%, #E7EBFA 100%);
    padding: 75px 0px
}

    .dealers .join .heading-3 {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #58648E;
        letter-spacing: 3.42px;
        line-height: 18px;
        text-transform: uppercase;
        text-align: center
    }

    .dealers .join .heading-1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 40px;
        color: #000;
        line-height: 53px;
        text-align: center;
        font-weight: 400
    }

    .dealers .join .join-form {
        padding: 40px 0px
    }

        .dealers .join .join-form label {
            font-family: 'ProximaNova-Regular';
            font-size: 16px;
            color: #909090;
            text-transform: uppercase;
            letter-spacing: 2.84px;
            line-height: 15px
        }

        .dealers .join .join-form .select {
            font-size: 16px;
            position: relative;
            display: block;
            padding-left: 0;
            padding-right: 0;
            width: 90%
        }

            .dealers .join .join-form .select select {
                outline: none;
                -webkit-appearance: none;
                display: block;
                padding: 1.0em 3em 1.3em 1.5em;
                margin: 0;
                width: 100%;
                height: 54px;
                transition: border-color 0.2s;
                border: 1px solid #58648E;
                border-radius: 4px;
                background: #FBFBFB;
                line-height: normal;
                font-family: 'ProximaNova-Regular';
                font-size: 14px;
                color: #555;
                line-height: 17px
            }

            .dealers .join .join-form .select .arr {
                background: #58648E;
                bottom: 0px;
                position: absolute;
                right: 0px;
                top: 0px;
                width: 65px;
                pointer-events: none;
                border-radius: 4px
            }

                .dealers .join .join-form .select .arr:before {
                    content: '';
                    position: absolute;
                    top: 50%;
                    right: 24px;
                    margin-top: -5px;
                    pointer-events: none;
                    border-top: 10px solid #fff;
                    border-left: 10px solid transparent;
                    border-right: 10px solid transparent
                }

                .dealers .join .join-form .select .arr:after {
                    content: '';
                    position: absolute;
                    top: 50%;
                    right: 28px;
                    margin-top: -5px;
                    pointer-events: none;
                    border-top: 6px solid transparent;
                    border-left: 6px solid transparent;
                    border-right: 6px solid transparent
                }

        .dealers .join .join-form textarea {
            width: 100%;
            border: 1px solid #58648E;
            border-style: inset;
            font-family: 'ProximaNova-Regular';
            font-size: 14px;
            color: #000;
            line-height: 17px;
            padding: 15px;
            background-color: #FBFBFB
        }

        .dealers .join .join-form .btn {
            border-radius: 40px;
            text-transform: uppercase;
            width: 300px;
            font-family: 'ProximaNova-Bold';
            font-size: 15.5px;
            color: #fff;
            padding: 8px 65px;
            border: 2px solid #58648E;
            display: inline-block;
            letter-spacing: 2px;
            transition: 0.3s all;
            cursor: pointer;
            background-color: #58648E
        }

            .dealers .join .join-form .btn:hover {
                background: #424D74
            }

        .dealers .join .join-form .btn-row {
            text-align: center;
            padding-top: 30px
        }

.support .hero {
    background: no-repeat center center;
    background-size: cover;
    padding: 100px 0px
}

    .support .hero .heading-3 {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #fff;
        letter-spacing: 2.4px;
        line-height: 18px;
        text-align: center;
        text-transform: uppercase;
        margin: 0px
    }

    .support .hero .heading-1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 40px;
        color: #fff;
        line-height: 58px;
        text-align: center;
        font-weight: 400;
        margin: 10px 0px
    }

    .support .hero p {
        text-align: center;
        font-family: 'ProximaNova-Regular';
        font-size: 14px;
        color: #fff;
        line-height: 24px
    }

    .support .hero .btns {
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }

        .support .hero .btns .cta {
            margin: 20px;
            justify-content: center
        }

.support .team {
    display: flex;
    justify-content: center;
    align-items: stretch;
    position: relative;
    flex-wrap: wrap;
    top: -55px
}

    .support .team .team-member {
        box-shadow: gray 0 2px 22px 2px;
        margin: 20px
    }

        .support .team .team-member img {
            width: 250px;
            border: 15px solid #fff
        }

.support .questions {
    padding: 65px 0px
}

    .support .questions h3 {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #58648E;
        letter-spacing: 2.4px;
        line-height: 18px;
        text-align: center;
        text-transform: uppercase;
        margin: 0px
    }

    .support .questions h1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 40px;
        color: #000;
        line-height: 58px;
        text-align: center;
        font-weight: 400;
        margin: 20px 0px
    }

    .support .questions .support-form {
        padding: 55px 0px
    }

        .support .questions .support-form label {
            font-family: 'ProximaNova-Regular';
            font-size: 12px;
            color: #909090;
            text-transform: uppercase;
            letter-spacing: 1.94px;
            line-height: 15px
        }

        .support .questions .support-form input {
            background-color: #FBFBFB;
            height: 54px;
            width: 90%;
            border: 1px solid #58648E;
            border-style: inset;
            font-family: 'ProximaNova-Regular';
            font-size: 14px;
            color: #000;
            line-height: 17px;
            padding: 5px 15px
        }

            .support .questions .support-form input.ng-invalid.ng-touched {
                border: 1px solid red
            }

        .support .questions .support-form .input-group {
            margin-top: 20px;
            margin-bottom: 30px
        }

        .support .questions .support-form textarea {
            width: 100%;
            border: 1px solid #58648E;
            border-style: inset;
            font-family: 'ProximaNova-Regular';
            font-size: 14px;
            color: #000;
            line-height: 17px;
            padding: 15px;
            background-color: #FBFBFB
        }

        .support .questions .support-form .btn {
            border-radius: 40px;
            text-transform: uppercase;
            font-family: 'ProximaNova-Bold';
            font-size: 15.5px;
            color: #fff;
            padding: 8px 65px;
            border: 2px solid #58648E;
            display: inline-block;
            letter-spacing: 2px;
            transition: 0.3s all;
            cursor: pointer;
            width: 40%;
            background-color: #58648E
        }

            .support .questions .support-form .btn:hover {
                background: #424D74
            }

        .support .questions .support-form .btn-row {
            text-align: center;
            padding-top: 30px
        }

.support .awards {
    background: #fff;
    padding: 50px 0px
}

    .support .awards h3 {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #58648E;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 3.64px;
        line-height: 20px
    }

    .support .awards ul {
        width: 80%;
        margin: 0 auto;
        padding: 20px 0px;
        padding-left: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around
    }

.faqs {
    background-image: -webkit-linear-gradient(93deg, #F9FAFF 17%, #E7EBFA 100%);
    background-image: -o-linear-gradient(93deg, #F9FAFF 17%, #E7EBFA 100%);
    background-image: linear-gradient(183deg, #F9FAFF 17%, #E7EBFA 100%)
}

    .faqs .hero {
        text-align: center;
        padding: 65px 0px
    }

        .faqs .hero .heading-3 {
            font-family: 'ProximaNova-Bold';
            font-size: 16px;
            color: #58648E;
            letter-spacing: 2.4px;
            line-height: 18px;
            text-align: center;
            text-transform: uppercase;
            margin: 0px
        }

        .faqs .hero .heading-1 {
            font-family: 'PlayfairDisplay-Regular';
            font-size: 40px;
            color: #000;
            line-height: 58px;
            text-align: center;
            font-weight: 400;
            margin: 10px 0px
        }

    .faqs .search {
        padding: 30px 0px 85px 0px
    }

        .faqs .search input {
            border: 1px solid #58648E;
            border-style: inset;
            padding: 20px 15px;
            height: 85px;
            width: 100%;
            background: #FBFBFB;
            font-family: 'ProximaNova-Regular';
            font-size: 20px;
            color: #4C4C4C;
            line-height: 23px
        }

        .faqs .search .search-wrapper {
            position: relative
        }

            .faqs .search .search-wrapper .search-icon {
                position: absolute;
                right: 35px;
                top: 22px;
                background: url("/images/svg/search-icon.svg") no-repeat center center;
                background-size: contain;
                height: 40px;
                width: 28px;
                cursor: pointer
            }

    .faqs .questions-wrapper .topics-column, .faqs .questions-wrapper .questions-column {
        padding-left: 0;
        padding-right: 0
    }

    .faqs .questions-wrapper .topics {
        border: 16px solid #fff;
        text-align: center;
        background: #FAF9F9;
        padding-left: 0;
        padding: 65px 30px
    }

@media (max-width: 550px) {
    .faqs .questions-wrapper .topics {
        padding: 20px
    }
}

.faqs .questions-wrapper .topics h3 {
    font-family: 'ProximaNova-Bold';
    font-size: 16px;
    color: #58648E;
    letter-spacing: 2.67px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    width: 220px;
    margin: 40px auto
}

.faqs .questions-wrapper .topics .topic-list {
    list-style: none;
    text-align: center;
    margin: 0 auto;
    max-width: 320px;
    padding-left: 0
}

    .faqs .questions-wrapper .topics .topic-list li {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: rgba(0,0,0,0.38);
        letter-spacing: 2.04px;
        line-height: 33px;
        text-transform: uppercase;
        transition: 0.3s all
    }

        .faqs .questions-wrapper .topics .topic-list li:hover {
            color: #58648E
        }

            .faqs .questions-wrapper .topics .topic-list li:hover a {
                text-decoration: underline
            }

.faqs .questions-wrapper .list {
    border-top: 1px solid rgba(88,100,141,0.18);
    padding-right: 0
}

    .faqs .questions-wrapper .list .question {
        padding: 20px 90px 20px 37px;
        border-bottom: 1px solid rgba(88,100,141,0.18)
    }

@media (max-width: 550px) {
    .faqs .questions-wrapper .list .question {
        padding: 20px
    }
}

.faqs .questions-wrapper .list .question h3 {
    font-family: 'ProximaNova-Bold';
    font-size: 16px;
    color: #58648E;
    letter-spacing: 1.96px;
    line-height: 21px;
    text-transform: uppercase;
    text-align: left;
    width: 90%
}

.faqs .questions-wrapper .list .question p {
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    color: #231F20;
    line-height: 21px;
    text-align: left;
    width: 90%
}

.faqs .questions-wrapper .list .question a {
    font-family: 'ProximaNova-Bold';
    font-size: 14px;
    color: #58648E;
    text-decoration: underline;
    text-transform: uppercase;
    white-space: nowrap
}

.faqs .questions-wrapper .contact {
    padding: 25px
}

    .faqs .questions-wrapper .contact h3 {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #58648E;
        text-align: center;
        letter-spacing: 2.13px;
        line-height: 18px;
        text-transform: uppercase
    }

.faqs .questions-wrapper .btn {
    border-radius: 40px;
    text-transform: uppercase;
    font-family: 'ProximaNova-Bold';
    font-size: 15.5px;
    color: #fff;
    padding: 8px 65px;
    border: 2px solid #58648E;
    display: inline-block;
    letter-spacing: 2px;
    transition: 0.3s all;
    cursor: pointer;
    background-color: #58648E
}

    .faqs .questions-wrapper .btn:hover {
        background: #424D74
    }

.faqs .questions-wrapper .btn-row {
    padding: 30px
}

.faqs .awards {
    background: #fff;
    padding: 50px 0px
}

    .faqs .awards h3 {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #58648E;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 3.64px;
        line-height: 20px
    }

    .faqs .awards ul {
        width: 80%;
        margin: 0 auto;
        padding: 20px 0px;
        padding-left: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around
    }

.resources {
    background: #fff
}

    .resources .hero {
        text-align: center;
        padding: 65px 0px
    }

        .resources .hero .heading-3 {
            font-family: 'ProximaNova-Bold';
            font-size: 16px;
            color: #58648E;
            letter-spacing: 2.4px;
            line-height: 18px;
            text-align: center;
            text-transform: uppercase;
            margin: 0px
        }

        .resources .hero .heading-1 {
            font-family: 'PlayfairDisplay-Regular';
            font-size: 40px;
            color: #000;
            line-height: 58px;
            text-align: center;
            font-weight: 400;
            margin: 17px 0px
        }

    .resources .search {
        padding: 30px 0px 85px 0px
    }

        .resources .search input {
            border: 1px solid #58648E;
            border-style: inset;
            padding: 20px 15px;
            height: 85px;
            width: 100%;
            background: #FBFBFB;
            font-family: 'ProximaNova-Regular';
            font-size: 20px;
            color: #4C4C4C;
            line-height: 23px
        }

        .resources .search .search-wrapper {
            position: relative
        }

            .resources .search .search-wrapper .search-icon {
                position: absolute;
                right: 35px;
                top: 22px;
                background: url("/Assets/img/icons/search-icon.svg") no-repeat center center;
                background-size: contain;
                height: 40px;
                width: 28px;
                cursor: pointer
            }

    .resources .wrapper .topics {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex: 0%;
        box-sizing: border-box;
        width: 100%
    }

        .resources .wrapper .topics .topic {
            background: #58648E;
            transition: 0.3s all;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 178px;
            height: 178px;
            cursor: pointer;
            margin: 15px 20px
        }

            .resources .wrapper .topics .topic h3 {
                font-family: 'ProximaNova-Bold';
                font-size: 14px;
                color: #fff;
                letter-spacing: 3px;
                text-transform: uppercase;
                text-align: center;
                line-height: 17px
            }

            .resources .wrapper .topics .topic:hover {
                background: #FFC98A
            }

            .resources .wrapper .topics .topic.active {
                background: #FFC98A
            }

    .resources .wrapper .articles {
        padding-left: 0;
        padding-right: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding-bottom: 35px;
        flex: 0%;
        width: 100%
    }

        .resources .wrapper .articles .article {
            padding: 20px
        }

            .resources .wrapper .articles .article h3 {
                font-family: 'ProximaNova-Bold';
                font-size: 16px;
                color: #58648E;
                letter-spacing: 1.96px;
                line-height: 21px;
                text-transform: uppercase;
                text-align: left;
                width: 90%
            }

            .resources .wrapper .articles .article p {
                font-family: 'ProximaNova-Regular';
                font-size: 14px;
                color: #231F20;
                line-height: 21px;
                text-align: left;
                width: 90%
            }

            .resources .wrapper .articles .article a {
                font-family: 'ProximaNova-Bold';
                font-size: 14px;
                color: #58648E;
                text-decoration: underline;
                text-transform: uppercase;
                white-space: nowrap
            }

    .resources .awards {
        background: #fff;
        padding: 50px 0px
    }

        .resources .awards h3 {
            font-family: 'ProximaNova-Bold';
            font-size: 16px;
            color: #58648E;
            text-transform: uppercase;
            text-align: center;
            letter-spacing: 3.64px;
            line-height: 20px
        }

        .resources .awards ul {
            width: 80%;
            margin: 0 auto;
            padding: 20px 0px;
            padding-left: 0;
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around
        }

.company .hero {
    min-height: 705px;
    display: flex;
    align-items: center;
    background: no-repeat center center;
    background-size: cover;
    padding: 65px 0px
}

    .company .hero .hero-image {
        padding-left: 0;
        padding-right: 0
    }

        .company .hero .hero-image img {
            width: 100%;
            border: 20px solid #fff;
            position: relative;
            left: -20px
        }

    .company .hero .hero-text {
        padding-left: 50px
    }

@media (max-width: 850px) {
    .company .hero .hero-text {
        padding-left: 30px;
        padding-right: 30px
    }
}

.company .hero .hero-text .heading-3 {
    font-family: 'ProximaNova-Bold';
    font-size: 16px;
    color: #58648E;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    line-height: 20px;
    margin-bottom: 8px
}

.company .hero .hero-text .heading-1 {
    font-family: 'PlayfairDisplay-Regular';
    font-size: 40px;
    color: #000;
    line-height: 58px;
    font-weight: 400;
    margin-top: 0px
}

.company .hero .hero-text p {
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    color: #4C4C4C;
    line-height: 24px
}

.company .what-we-do {
    background: no-repeat center center;
    background-size: cover;
    background-color: #58648E;
    padding: 90px 0px
}

    .company .what-we-do .heading-3 {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #fff;
        letter-spacing: 2.4px;
        line-height: 18px;
        text-align: center;
        text-transform: uppercase;
        margin: 0px
    }

    .company .what-we-do .heading-1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 40px;
        color: #fff;
        line-height: 58px;
        text-align: center;
        font-weight: 400;
        margin: 10px 0px
    }

    .company .what-we-do p {
        text-align: center;
        font-family: 'ProximaNova-Regular';
        font-size: 14px;
        color: #fff;
        line-height: 24px
    }

    .company .what-we-do .copy {
        padding-bottom: 30px
    }

    .company .what-we-do .cards {
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap;
        margin-bottom: -120px
    }

        .company .what-we-do .cards .card {
            width: 325px;
            background: #fff;
            margin: 20px;
            box-shadow: rgba(0,0,0,0.3) 0px 0px 16px 0px
        }

            .company .what-we-do .cards .card .image {
                height: 267px;
                width: 100%;
                background-size: cover;
                background-position: center center;
                background-repeat: no-repeat
            }

            .company .what-we-do .cards .card .text {
                text-align: center;
                padding: 15px
            }

                .company .what-we-do .cards .card .text h4 {
                    font-family: 'PlayfairDisplay-Regular';
                    font-size: 16px;
                    color: #4C4C4C;
                    font-weight: 400;
                    line-height: 21px;
                    margin: 10px 0px
                }

                .company .what-we-do .cards .card .text p {
                    font-family: 'ProximaNova-Regular';
                    font-size: 14px;
                    color: #4C4C4C
                }

.company .values {
    padding: 75px 0px;
    background-image: -webkit-linear-gradient(93deg, #fff 17%, #E7EBFA 100%);
    background-image: -o-linear-gradient(93deg, #fff 17%, #E7EBFA 100%);
    background-image: linear-gradient(183deg, #fff 17%, #E7EBFA 100%)
}

    .company .values .heading-3 {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #58648E;
        letter-spacing: 2.4px;
        line-height: 18px;
        text-align: center;
        text-transform: uppercase;
        margin: 0px
    }

    .company .values .heading-1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 40px;
        color: #000;
        line-height: 58px;
        text-align: center;
        font-weight: 400;
        margin: 10px 0px
    }

    .company .values .value-icons {
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap;
        padding-top: 25px
    }

        .company .values .value-icons .icon-box {
            width: 346px;
            margin: 20px;
            text-align: center
        }

            .company .values .value-icons .icon-box img {
                margin-bottom: 20px
            }

            .company .values .value-icons .icon-box .heading-3 {
                font-family: 'ProximaNova-Bold';
                font-size: 20px;
                color: #58648E;
                text-transform: uppercase;
                text-align: center;
                line-height: 23px
            }

            .company .values .value-icons .icon-box p {
                font-family: 'ProximaNova-Regular';
                font-size: 16px;
                color: #4C4C4C;
                text-align: center;
                line-height: 24px
            }

.company .learn-more {
    background: #58648E
}

    .company .learn-more h1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 40px;
        color: #fff;
        text-align: center;
        line-height: 53px;
        font-weight: 400
    }

    .company .learn-more .btns {
        display: flex;
        justify-content: center
    }

    .company .learn-more .cta {
        margin: 20px
    }

.meet-team .hero {
    min-height: 705px;
    display: flex;
    align-items: center;
    background: url("/images/about/meet-team-hero-bg.png") no-repeat center center;
    background-size: cover;
    padding: 65px 0px;
    position: relative
}

    .meet-team .hero .hero-image {
        padding-left: 0;
        padding-right: 0
    }

        .meet-team .hero .hero-image img {
            width: 100%;
            border: 20px solid #fff;
            position: relative;
            left: -20px;
            box-shadow: rgba(98,98,98,0.4) 0px 4px 22px 0px
        }

    .meet-team .hero .hero-overlay {
        background-image: linear-gradient(-180deg, rgba(245,245,245,0.59) 78%, #fff 97%);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%
    }

    .meet-team .hero .hero-text {
        padding-left: 50px
    }

@media (max-width: 850px) {
    .meet-team .hero .hero-text {
        padding-left: 30px;
        padding-right: 30px
    }
}

.meet-team .hero .hero-text .heading-3 {
    font-family: 'ProximaNova-Bold';
    font-size: 16px;
    color: #58648E;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    line-height: 20px;
    margin-bottom: 8px
}

.meet-team .hero .hero-text .heading-1 {
    font-family: 'PlayfairDisplay-Regular';
    font-size: 40px;
    color: #000;
    line-height: 58px;
    font-weight: 400;
    margin-top: 0px
}

.meet-team .hero .hero-text p {
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    color: #4C4C4C;
    line-height: 24px
}

.meet-team .team {
    background-image: linear-gradient(-183deg, #fff 17%, #E7EBFA 100%);
    padding: 65px 0px
}

    .meet-team .team .heading-3 {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #58648E;
        text-transform: uppercase;
        letter-spacing: 2.4px;
        line-height: 20px;
        margin-bottom: 8px;
        text-align: center
    }

    .meet-team .team .heading-1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 40px;
        color: #000;
        line-height: 58px;
        font-weight: 400;
        margin-top: 0px;
        text-align: center
    }

    .meet-team .team .team-nav {
        display: flex;
        justify-content: center
    }

        .meet-team .team .team-nav ul {
            padding: 0;
            text-decoration: none
        }

            .meet-team .team .team-nav ul li {
                display: inline
            }

            .meet-team .team .team-nav ul h3 {
                display: inline
            }

        .meet-team .team .team-nav h3 {
            font-family: 'ProximaNova-Bold';
            font-size: 14px;
            color: #4C4C4C;
            text-transform: uppercase;
            text-align: center;
            line-height: 17px;
            margin: 20px 45px;
            padding: 3px 10px;
            cursor: pointer
        }

            .meet-team .team .team-nav h3.active {
                border-bottom: 2px solid #58648E
            }

    .meet-team .team .employees {
        display: flex;
        justify-content: space-around;
        align-items: stretch;
        flex-wrap: wrap;
        padding: 40px 0px;
        max-width: 1300px;
        margin: 0 auto
    }

        .meet-team .team .employees .employee-box {
            width: 329px;
            background-color: #fff;
            box-shadow: lightgray 0 8px 18px -3px;
            margin: 20px 0px
        }

            .meet-team .team .employees .employee-box .pic {
                background-size: cover;
                background-position: center center;
                background-repeat: no-repeat;
                width: 329px;
                height: 269px
            }

            .meet-team .team .employees .employee-box img {
                width: 100%
            }

            .meet-team .team .employees .employee-box .copy {
                padding: 10px 20px
            }

                .meet-team .team .employees .employee-box .copy h4 {
                    font-family: 'PlayfairDisplay-Regular';
                    font-size: 16px;
                    color: #4C4C4C;
                    line-height: 21px;
                    text-align: center;
                    font-weight: 400;
                    margin: 10px 0px
                }

                .meet-team .team .employees .employee-box .copy p {
                    font-family: 'ProximaNova-Regular';
                    font-size: 14px;
                    color: #4C4C4C;
                    line-height: 24px;
                    text-align: center;
                    margin: 10px 0px
                }

    .meet-team .team .btn {
        border-radius: 40px;
        text-transform: uppercase;
        font-family: 'ProximaNova-Bold';
        font-size: 15.5px;
        color: #58648E;
        padding: 8px 65px;
        border: 2px solid #58648E;
        display: inline-block;
        letter-spacing: 2px;
        transition: 0.3s all;
        cursor: pointer;
        background-color: transparent
    }

        .meet-team .team .btn:hover {
            background: #58648E;
            color: #fff
        }

    .meet-team .team .btn-row {
        text-align: center;
        padding-top: 30px
    }

.meet-team .interested {
    background: #58648E;
    padding: 75px 0px
}

    .meet-team .interested h1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 40px;
        color: #fff;
        text-align: center;
        line-height: 53px;
        font-weight: 400
    }

    .meet-team .interested .cta {
        margin: 20px;
        justify-content: center
    }

.careers .hero {
    background: url("/images/about/careers-hero-bg.png") no-repeat center center;
    background-size: cover;
    text-align: center;
    padding: 70px 0px;
    height: 655px
}

    .careers .hero .heading-3 {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2.4px;
        margin-bottom: 0px
    }

    .careers .hero .heading-1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 40px;
        color: #fff;
        line-height: 58px;
        font-weight: 400;
        margin-top: 0px
    }

    .careers .hero p {
        font-family: 'ProximaNova-Regular';
        font-size: 14px;
        color: #fff;
        line-height: 24px
    }

    .careers .hero .cta {
        justify-content: center;
        margin-top: 50px
    }

.careers .openings {
    box-shadow: rgba(16,16,16,0.25) 0px 4px 22px 0px;
    background: #fff;
    padding: 3em 9em 4em 9em;
    position: relative;
    max-width: 1200px;
    top: -200px
}

@media (max-width: 580px) {
    .careers .openings {
        padding: 25px;
        top: 0px
    }
}

.careers .openings .heading-1 {
    font-family: 'PlayfairDisplay-Regular';
    font-size: 30px;
    color: #4C4C4C;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    margin: 0
}

.careers .openings .job-opening {
    max-width: 658px;
    position: relative;
    padding: 20px 0px
}

    .careers .openings .job-opening .heading-3 {
        font-family: 'ProximaNova-Bold';
        font-size: 20px;
        color: #58648E;
        text-transform: uppercase;
        text-align: left;
        letter-spacing: 3px;
        line-height: 23px;
        margin-bottom: 1px
    }

    .careers .openings .job-opening hr {
        border-color: #B3C2F6;
        margin-right: 30%;
        margin-bottom: 0px;
        width: 70%;
        top: 58px
    }

    .careers .openings .job-opening .description {
        padding-top: 15px
    }

        .careers .openings .job-opening .description p {
            font-family: 'ProximaNova-Regular';
            font-size: 16px;
            color: #4C4C4C;
            line-height: 24px;
            text-align: left;
            margin: 0
        }

    .careers .openings .job-opening .cta {
        margin-top: 20px
    }

        .careers .openings .job-opening .cta .heading-3 {
            font-size: 16px
        }

.news .hero {
    background: url("/images/about/news-hero.png") no-repeat center center;
    background-size: cover;
    text-align: center;
    padding: 70px 0px;
    height: 655px
}

@media (max-width: 580px) {
    .news .hero {
        height: auto
    }
}

.news .hero .heading-3 {
    font-family: 'ProximaNova-Bold';
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    line-height: 20px;
    margin-bottom: 8px
}

.news .hero .heading-1 {
    font-family: 'PlayfairDisplay-Regular';
    font-size: 40px;
    color: #fff;
    line-height: 58px;
    font-weight: 400;
    margin-top: 0px
}

.news .hero p {
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    color: #fff;
    line-height: 24px
}

.news .hero .cta {
    justify-content: center;
    margin-top: 50px
}

.news .search {
    padding: 30px 0px 85px 0px
}

    .news .search input {
        border: 1px solid #58648E;
        border-style: inset;
        padding: 20px 15px;
        height: 85px;
        width: 100%;
        background: #FBFBFB;
        font-family: 'ProximaNova-Regular';
        font-size: 20px;
        color: #4C4C4C;
        line-height: 23px
    }

    .news .search .search-wrapper {
        position: relative;
        width: 100%
    }

        .news .search .search-wrapper .search-icon {
            position: absolute;
            right: 35px;
            top: 22px;
            background: url("/Assets/img/icons/search-icon.svg") no-repeat center center;
            background-size: contain;
            height: 40px;
            width: 28px;
            cursor: pointer
        }

        .news .search .search-wrapper input::-ms-clear {
            display: none
        }

.news .articles {
    box-shadow: rgba(16,16,16,0.25) 0px 4px 22px 0px;
    background: #fff;
    padding: 3em 9em 4em 9em;
    position: relative;
    max-width: 1200px;
    top: -300px
}

@media (max-width: 580px) {
    .news .articles {
        padding: 25px;
        top: 0px
    }
}

.news .articles .article {
    position: relative;
    padding: 30px 0px
}

    .news .articles .article h3 {
        font-family: 'ProximaNova-Bold';
        font-size: 20px;
        color: #58648E;
        text-transform: uppercase;
        text-align: left;
        letter-spacing: 3px;
        line-height: 23px;
        margin: 10px 0px
    }

    .news .articles .article h4 {
        font-family: 'ProximaNova-Regular';
        font-size: 12px;
        color: #58648E;
        text-transform: uppercase;
        text-align: left;
        letter-spacing: 1.8px;
        line-height: 20px;
        margin: 5px 0px
    }

    .news .articles .article hr {
        border-color: #B3C2F6;
        margin-right: 30%;
        width: 70%
    }

    .news .articles .article .article-pic {
        padding-left: 0;
        width: 246px;
        height: 200px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat
    }

    .news .articles .article .article-text {
        padding-top: 15px
    }

@media (max-width: 1185px) {
    .news .articles .article .article-text {
        padding: 10px 0px
    }
}

.news .articles .article .article-text p {
    font-family: 'ProximaNova-Regular';
    font-size: 16px;
    color: #4C4C4C;
    line-height: 24px;
    text-align: left;
    margin: 0
}

.news .articles .article .cta {
    margin-top: 20px
}

    .news .articles .article .cta h3 {
        font-size: 16px
    }

.customers .hero {
    background: no-repeat center center;
    background-size: cover;
    text-align: center;
    padding: 100px 0px;
    height: 550px
}

    .customers .hero .heading-3 {
        font-family: 'ProximaNova-Regular';
        font-size: 16px;
        color: #58648E;
        text-transform: uppercase;
        letter-spacing: 2.4px;
        line-height: 20px;
        margin-bottom: 8px
    }

    .customers .hero .heading-1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 40px;
        color: #000;
        line-height: 58px;
        font-weight: 400;
        margin-top: 0px
    }

    .customers .hero p {
        font-family: 'ProximaNova-Regular';
        font-size: 14px;
        color: #000;
        line-height: 24px
    }

.customers .stories-wrapper {
    background-image: linear-gradient(-183deg, #F9FAFF 17%, #E7EBFA 100%)
}

    .customers .stories-wrapper .heading-3 {
        font-family: 'ProximaNova-Regular';
        font-size: 16px;
        color: #58648E;
        text-transform: uppercase;
        line-height: 30px;
        text-align: center;
        letter-spacing: 1px
    }

    .customers .stories-wrapper .heading-1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 40px;
        color: #000;
        line-height: 38px;
        text-align: center;
        font-weight: 400;
        margin: 10px 0px
    }

    .customers .stories-wrapper .success-story {
        background: no-repeat center center;
        background-size: cover;
        height: 575px;
        box-shadow: 0px 4px 22px 0px rgba(64,61,61,0.3);
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        top: -30px;
        margin-bottom: 80px
    }

        .customers .stories-wrapper .success-story .wrapper {
            padding-left: 60px
        }

        .customers .stories-wrapper .success-story .heading-3 {
            font-family: 'ProximaNova-Bold';
            font-size: 14px;
            color: #58648E;
            text-transform: uppercase;
            line-height: 30px;
            text-align: left;
            text-shadow: 2px;
            margin-bottom: 0px
        }

        .customers .stories-wrapper .success-story .heading-1 {
            font-family: 'PlayfairDisplay-Regular';
            font-size: 30px;
            color: #000;
            line-height: 38px;
            text-align: left;
            font-weight: 400
        }

        .customers .stories-wrapper .success-story p {
            font-family: 'ProximaNova-Regular';
            font-size: 14px;
            color: #000;
            line-height: 26px;
            text-align: left
        }

        .customers .stories-wrapper .success-story .cta .heading-3 {
            font-size: 16px
        }

    .customers .stories-wrapper .stories {
        display: flex;
        justify-content: space-around;
        align-items: stretch;
        flex-wrap: wrap;
        padding: 40px 0px;
        max-width: 1250px;
        margin: 0 auto
    }

        .customers .stories-wrapper .stories .story-box {
            width: 325px;
            background-color: #fff;
            box-shadow: lightgray 0 8px 18px -3px;
            margin: 20px 0px
        }

            .customers .stories-wrapper .stories .story-box .story-img {
                height: 268px;
                width: 100%;
                background-size: cover;
                background-position: center center;
                background-repeat: no-repeat
            }

            .customers .stories-wrapper .stories .story-box .copy {
                padding: 16px 20px;
                text-align: center
            }

                .customers .stories-wrapper .stories .story-box .copy h4 {
                    font-family: 'PlayfairDisplay-Regular';
                    font-size: 16px;
                    color: #4C4C4C;
                    line-height: 21px;
                    text-align: center;
                    font-weight: 400;
                    margin: 5px 0px
                }

                .customers .stories-wrapper .stories .story-box .copy p {
                    font-family: 'ProximaNova-Regular';
                    font-size: 14px;
                    color: #4C4C4C;
                    line-height: 24px;
                    text-align: center;
                    margin: 16px 0px
                }

                .customers .stories-wrapper .stories .story-box .copy .btn {
                    border-radius: 40px;
                    text-transform: uppercase;
                    font-family: 'ProximaNova-Bold';
                    font-size: 14px;
                    color: #fff;
                    padding: 5px 40px;
                    border: 2px solid #58648E;
                    display: inline-block;
                    letter-spacing: 2px;
                    transition: 0.3s all;
                    cursor: pointer;
                    background-color: #58648E
                }

                    .customers .stories-wrapper .stories .story-box .copy .btn:hover {
                        background: #424D74;
                        color: #fff
                    }

            .customers .stories-wrapper .stories .story-box .quote p {
                font-size: 18px;
                line-height: 33px
            }

            .customers .stories-wrapper .stories .story-box .quote h4 {
                padding-top: 16px
            }

.customers .in-between {
    padding: 30px 0px
}

.customers .video-row {
    position: relative;
    bottom: -50px
}

.customers .video {
    position: relative;
    margin-bottom: 80px
}

    .customers .video .video-cover {
        height: 20%;
        width: 100%;
        position: absolute;
        bottom: 8%;
        left: 0;
        z-index: 4;
        opacity: 1;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

        .customers .video .video-cover .text {
            position: absolute;
            margin: 0 auto;
            left: 0;
            right: 0;
            bottom: 60px
        }

@media (max-width: 600px) {
    .customers .video .video-cover .text {
        bottom: 20px
    }
}

.customers .video .video-cover h3 {
    font-family: 'ProximaNova-Regular';
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    letter-spacing: 2px;
    margin-bottom: 0px
}

.customers .video .video-cover .cta {
    justify-content: center
}

    .customers .video .video-cover .cta h3 {
        color: #fff
    }

    .customers .video .video-cover .cta svg {
        margin-top: 5px
    }

.customers .video iframe {
    z-index: 3
}

.customers .second-stories-wrapper {
    padding-bottom: 60px
}

    .customers .second-stories-wrapper .btn {
        border-radius: 40px;
        text-transform: uppercase;
        font-family: 'ProximaNova-Bold';
        font-size: 15.5px;
        color: #58648E;
        padding: 8px 65px;
        border: 2px solid #58648E;
        display: inline-block;
        letter-spacing: 2px;
        transition: 0.3s all;
        cursor: pointer;
        background-color: transparent
    }

        .customers .second-stories-wrapper .btn:hover {
            background: #58648E;
            color: #fff
        }

    .customers .second-stories-wrapper .btn-row {
        text-align: center
    }

.customers .large-story {
    background: no-repeat center center;
    background-size: cover;
    height: 713px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

    .customers .large-story .story {
        background: #fff;
        height: 450px;
        max-width: 1200px;
        box-shadow: 0px 4px 22px 0px rgba(64,61,61,0.3)
    }

        .customers .large-story .story .text {
            padding: 25px
        }

        .customers .large-story .story .row {
            margin-left: -15px;
            margin-right: -15px
        }

        .customers .large-story .story .customer-img {
            height: 450px;
            background: no-repeat center center;
            background-size: cover
        }

        .customers .large-story .story h3 {
            font-family: 'ProximaNova-Regular';
            font-size: 14px;
            color: #58648E;
            text-transform: uppercase;
            line-height: 30px;
            text-align: left;
            text-shadow: 2px;
            margin-bottom: 0px
        }

        .customers .large-story .story h2 {
            font-family: 'PlayfairDisplay-Regular';
            font-size: 30px;
            color: #000;
            line-height: 38px;
            text-align: left;
            font-weight: 400
        }

        .customers .large-story .story p {
            font-family: 'ProximaNova-Regular';
            font-size: 14px;
            color: #000;
            line-height: 26px;
            text-align: left
        }

        .customers .large-story .story .cta h3 {
            font-size: 16px
        }

@media (max-width: 1000px) {
    .customers .large-story .story {
        height: auto
    }

        .customers .large-story .story .customer-img {
            display: none
        }
}

.customers .awards {
    background: #fff;
    padding: 75px 0px
}

    .customers .awards h3 {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #58648E;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 3.64px;
        line-height: 20px
    }

    .customers .awards ul {
        width: 80%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px 0px;
        padding-left: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around
    }

        .customers .awards ul li {
            margin: 20px
        }

.dealerships .hero {
    background: no-repeat top center;
    background-size: cover;
    text-align: center;
    padding: 100px 0px;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

    .dealerships .hero .hero-overlay {
        background-image: linear-gradient(-180deg, rgba(245,245,245,0.59) 63%, #fff 98%);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%
    }

    .dealerships .hero .heading-3 {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #58648E;
        text-transform: uppercase;
        letter-spacing: 2.4px;
        line-height: 20px;
        margin-bottom: 8px
    }

    .dealerships .hero .heading-1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 40px;
        color: #000;
        line-height: 58px;
        font-weight: 400;
        margin-top: 0px
    }

    .dealerships .hero p {
        font-family: 'ProximaNova-Regular';
        font-size: 14px;
        color: #000;
        line-height: 24px
    }

.dealerships .partnership-story {
    background: #fff;
    height: 575px;
    max-width: 1300px;
    box-shadow: 0px 4px 22px 0px rgba(64,61,61,0.3);
    padding: 0px;
    margin: 0 auto 30px auto;
    position: relative;
    top: -20px
}

    .dealerships .partnership-story .wrapper {
        padding: 30px
    }

    .dealerships .partnership-story .heading-3 {
        font-family: 'ProximaNova-Bold';
        font-size: 14px;
        color: #58648E;
        text-transform: uppercase;
        line-height: 30px;
        text-align: left;
        letter-spacing: 1px;
        margin-bottom: 0px
    }

    .dealerships .partnership-story .heading-1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 30px;
        color: #000;
        line-height: 38px;
        text-align: left;
        font-weight: 400
    }

    .dealerships .partnership-story p {
        font-family: 'ProximaNova-Regular';
        font-size: 14px;
        color: #000;
        line-height: 26px;
        text-align: left
    }

    .dealerships .partnership-story .dealer-logo {
        padding: 15px 0px
    }

    .dealerships .partnership-story .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 575px
    }

    .dealerships .partnership-story .dealer-img {
        background: no-repeat center center;
        background-size: cover;
        height: 575px
    }

@media (max-width: 1000px) {
    .dealerships .partnership-story .dealer-img {
        display: none
    }
}

.dealerships .stories {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 40px 0px;
    max-width: 1100px;
    margin: 0 auto
}

@media (max-width: 980px) {
    .dealerships .stories {
        justify-content: space-around
    }
}

.dealerships .stories .btn {
    border-radius: 40px;
    text-transform: uppercase;
    font-family: 'ProximaNova-Bold';
    font-size: 15.5px;
    color: #58648E;
    padding: 8px 65px;
    border: 2px solid #58648E;
    display: inline-block;
    letter-spacing: 2px;
    transition: 0.3s all;
    cursor: pointer;
    background-color: transparent
}

    .dealerships .stories .btn:hover {
        background: #58648E;
        color: #fff
    }

.dealerships .stories .btn-row {
    text-align: center;
    padding: 40px 0px
}

.dealerships .stories .story-box {
    width: 325px;
    background-color: #fff;
    box-shadow: lightgray 0 8px 18px -3px;
    margin: 20px 0px
}

    .dealerships .stories .story-box .story-img {
        height: 268px;
        width: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat
    }

    .dealerships .stories .story-box .copy {
        padding: 16px 20px;
        text-align: center
    }

        .dealerships .stories .story-box .copy h4 {
            font-family: 'PlayfairDisplay-Regular';
            font-size: 16px;
            color: #4C4C4C;
            line-height: 21px;
            text-align: center;
            font-weight: 400;
            margin: 5px 0px
        }

        .dealerships .stories .story-box .copy p {
            font-family: 'ProximaNova-Regular';
            font-size: 14px;
            color: #4C4C4C;
            line-height: 24px;
            text-align: center;
            margin: 16px 0px
        }

        .dealerships .stories .story-box .copy .btn {
            background: #58648E;
            padding: 7px 20px;
            font-family: 'ProximaNova-Bold';
            font-size: 14px;
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            border-radius: 40px;
            letter-spacing: 1px;
            width: 160px;
            margin: 0 auto;
            cursor: pointer;
            transition: 0.25s all
        }

            .dealerships .stories .story-box .copy .btn:hover {
                background: #424D74
            }

    .dealerships .stories .story-box .quote p {
        font-size: 18px;
        line-height: 33px
    }

.dealerships .stories .wide-story {
    max-width: 650px;
    height: auto;
    background-color: #fff;
    box-shadow: lightgray 0 8px 18px -3px;
    margin: 20px 0px
}

    .dealerships .stories .wide-story .story-img {
        height: 475px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat
    }

@media (max-width: 700px) {
    .dealerships .stories .wide-story {
        width: 325px
    }
}

@media (max-width: 1200px) {
    .dealerships .stories .wide-story .story-img {
        display: none
    }

    .dealerships .stories .wide-story .copy {
        width: 100%
    }
}

.dealerships .stories .wide-story .copy {
    padding: 20px 15px 20px 30px
}

@media (max-width: 990px) {
    .dealerships .stories .wide-story .copy {
        padding: 20px
    }
}

.dealerships .stories .wide-story .copy .heading-3 {
    font-family: 'ProximaNova-Bold';
    font-size: 14px;
    color: #58648E;
    text-transform: uppercase;
    line-height: 30px;
    text-align: left;
    text-shadow: 2px;
    letter-spacing: 1px;
    margin-bottom: 0px
}

.dealerships .stories .wide-story .copy .heading-1 {
    font-family: 'PlayfairDisplay-Regular';
    font-size: 30px;
    color: #000;
    line-height: 38px;
    text-align: left;
    font-weight: 400
}

.dealerships .stories .wide-story .copy p {
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    color: #000;
    line-height: 26px;
    text-align: left
}

.dealerships .stories .wide-story .copy .cta .heading-3 {
    font-size: 16px;
    transition: 0.3s all
}

    .dealerships .stories .wide-story .copy .cta .heading-3:hover {
        color: #424E73
    }

.dealerships .stories .wide-story .copy .dealer-logo {
    padding: 15px 0px
}

.dealerships .show-more-btn {
    text-align: center;
    padding: 40px 0px
}

    .dealerships .show-more-btn .btn {
        border-radius: 40px;
        text-transform: uppercase;
        font-family: 'ProximaNova-Bold';
        font-size: 15.5px;
        color: #58648E;
        padding: 8px 65px;
        border: 2px solid #58648E;
        display: inline-block;
        letter-spacing: 2px;
        transition: 0.3s all;
        cursor: pointer;
        background-color: transparent
    }

        .dealerships .show-more-btn .btn:hover {
            background: #58648E;
            color: #fff
        }

.dealerships .join-partnership {
    background-image: linear-gradient(-180deg, #fff 0%, #E7EBFA 100%);
    padding: 100px 0px;
    text-align: center
}

    .dealerships .join-partnership h3 {
        font-family: 'ProximaNova-Regular';
        font-size: 16px;
        color: #58648E;
        text-transform: uppercase;
        letter-spacing: 2.4px;
        line-height: 20px;
        margin-bottom: 8px
    }

    .dealerships .join-partnership h1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 40px;
        color: #000;
        line-height: 58px;
        font-weight: 400;
        margin-top: 0px
    }

    .dealerships .join-partnership .partnership-form {
        padding-top: 40px;
        text-align: left
    }

        .dealerships .join-partnership .partnership-form .row {
            padding: 30px 0px
        }

        .dealerships .join-partnership .partnership-form .input-group {
            margin: 20px 0px
        }

        .dealerships .join-partnership .partnership-form label {
            font-family: 'ProximaNova-Bold';
            font-size: 12px;
            color: #909090;
            text-transform: uppercase;
            letter-spacing: 2.84px;
            line-height: 15px
        }

        .dealerships .join-partnership .partnership-form input {
            background-color: #FBFBFB;
            height: 54px;
            width: 235px;
            width: 100%;
            border: 1px solid #58648E;
            border-style: inset;
            font-family: 'ProximaNova-Regular';
            font-size: 14px;
            color: #4C4C4C;
            line-height: 17px;
            padding: 5px 15px
        }

            .dealerships .join-partnership .partnership-form input.error {
                border: 1px solid red
            }

        .dealerships .join-partnership .partnership-form .select {
            font-size: 16px;
            position: relative;
            display: inline-block;
            padding-left: 0;
            padding-right: 0;
            margin-bottom: 20px;
            width: 100%
        }

            .dealerships .join-partnership .partnership-form .select select {
                outline: none;
                -webkit-appearance: none;
                display: block;
                padding: 5px 15px;
                margin: 0;
                width: 100%;
                height: 54px;
                transition: border-color 0.2s;
                border: 1px solid #58648E;
                border-radius: 4px;
                background: #FBFBFB;
                color: #555;
                line-height: normal;
                font-family: 'ProximaNova-Regular';
                font-size: 14px;
                color: #4C4C4C;
                line-height: 17px
            }

            .dealerships .join-partnership .partnership-form .select .arr {
                background: #58648E;
                bottom: 0px;
                position: absolute;
                right: 0px;
                top: 0px;
                width: 65px;
                pointer-events: none;
                border-radius: 4px
            }

                .dealerships .join-partnership .partnership-form .select .arr:before {
                    content: '';
                    position: absolute;
                    top: 50%;
                    right: 24px;
                    margin-top: -5px;
                    pointer-events: none;
                    border-top: 10px solid #fff;
                    border-left: 10px solid transparent;
                    border-right: 10px solid transparent
                }

                .dealerships .join-partnership .partnership-form .select .arr:after {
                    content: '';
                    position: absolute;
                    top: 50%;
                    right: 28px;
                    margin-top: -5px;
                    pointer-events: none;
                    border-top: 6px solid transparent;
                    border-left: 6px solid transparent;
                    border-right: 6px solid transparent
                }

        .dealerships .join-partnership .partnership-form textarea {
            width: 100%;
            border: 1px solid #58648E;
            border-style: inset;
            font-family: 'ProximaNova-Regular';
            font-size: 14px;
            color: #000;
            line-height: 17px;
            padding: 15px;
            background-color: #FBFBFB
        }

        .dealerships .join-partnership .partnership-form .btn {
            border-radius: 40px;
            text-transform: uppercase;
            font-family: 'ProximaNova-Bold';
            font-size: 15.5px;
            color: #fff;
            padding: 8px 65px;
            border: 2px solid #58648E;
            display: inline-block;
            letter-spacing: 2px;
            transition: 0.3s all;
            cursor: pointer;
            background-color: #58648E
        }

            .dealerships .join-partnership .partnership-form .btn:hover {
                background: #424D74
            }

        .dealerships .join-partnership .partnership-form .btn-row {
            text-align: center;
            padding-top: 30px
        }

.case-study-detail .hero {
    background: no-repeat center center;
    background-size: cover;
    height: 800px
}

@media (max-width: 999px) {
    .case-study-detail .hero {
        height: auto;
        padding: 80px 0px
    }
}

.case-study-detail .hero .hero-image {
    padding-left: 0;
    padding-right: 0;
    padding-top: 100px
}

@media (min-width: 1750px) {
    .case-study-detail .hero .hero-image {
        padding-top: 30px
    }
}

.case-study-detail .hero .hero-image img {
    width: 100%;
    border: 20px solid #fff;
    position: relative;
    right: -20px;
    box-shadow: rgba(98,98,98,0.4) 0px 4px 22px 0px
}

.case-study-detail .hero .hero-text {
    padding-left: 70px;
    padding-top: 17%
}

@media (max-width: 999px) {
    .case-study-detail .hero .hero-text {
        padding: 20px
    }
}

.case-study-detail .hero .hero-text .heading-3 {
    font-family: 'ProximaNova-Bold';
    font-size: 14px;
    color: #58648E;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    line-height: 30px;
    margin-bottom: 8px
}

.case-study-detail .hero .hero-text .heading-1 {
    font-family: 'PlayfairDisplay-Regular';
    font-size: 30px;
    color: #000;
    line-height: 38px;
    font-weight: 400;
    margin-top: 0px
}

.case-study-detail .hero .hero-text p {
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    color: #4C4C4C;
    line-height: 24px
}

.case-study-detail .story-row {
    background-image: linear-gradient(-180deg, rgba(245,245,245,0.59) 78%, #fff 97%)
}

.case-study-detail .story {
    box-shadow: rgba(16,16,16,0.25) 0px 4px 22px 0px;
    padding: 35px 50px;
    background: #fff;
    position: relative;
    top: -60px
}

@media (min-width: 1750px) {
    .case-study-detail .story {
        top: -10px
    }
}

.case-study-detail .story p {
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    color: #101010;
    line-height: 30px;
    text-align: left
}

.case-study-detail .story .copy-with-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 30px
}

    .case-study-detail .story .copy-with-img .story-img {
        text-align: center
    }

        .case-study-detail .story .copy-with-img .story-img img {
            width: 100%;
            max-width: 300px
        }

.case-study-detail .story .big-quote {
    padding: 30px 0px
}

    .case-study-detail .story .big-quote h1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 40px;
        color: #58648E;
        line-height: 58px;
        text-align: center;
        font-weight: 400
    }

.case-study-detail .more-stories {
    background-image: -webkit-linear-gradient(#fff 0%, #E7EBFA 100%);
    background-image: -o-linear-gradient(#fff 0%, #E7EBFA 100%);
    background-image: linear-gradient(#fff 0%, #E7EBFA 100%)
}

    .case-study-detail .more-stories .heading-1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 40px;
        color: #000;
        line-height: 53px;
        text-align: center;
        font-weight: 400
    }

    .case-study-detail .more-stories .stories {
        display: flex;
        justify-content: space-around;
        align-items: stretch;
        flex-wrap: wrap;
        padding: 40px 0px;
        max-width: 1250px;
        margin: 0 auto
    }

        .case-study-detail .more-stories .stories .story-box {
            width: 325px;
            background-color: #fff;
            box-shadow: lightgray 0 8px 18px -3px;
            margin: 20px 0px
        }

            .case-study-detail .more-stories .stories .story-box .story-img {
                height: 268px;
                width: 100%;
                background-size: cover;
                background-position: center center;
                background-repeat: no-repeat
            }

            .case-study-detail .more-stories .stories .story-box .copy {
                padding: 16px 20px;
                text-align: center
            }

                .case-study-detail .more-stories .stories .story-box .copy h4 {
                    font-family: 'PlayfairDisplay-Regular';
                    font-size: 16px;
                    color: #4C4C4C;
                    line-height: 21px;
                    text-align: center;
                    font-weight: 400;
                    margin: 5px 0px
                }

                .case-study-detail .more-stories .stories .story-box .copy p {
                    font-family: 'ProximaNova-Regular';
                    font-size: 14px;
                    color: #4C4C4C;
                    line-height: 24px;
                    text-align: center;
                    margin: 16px 0px
                }

                .case-study-detail .more-stories .stories .story-box .copy .btn {
                    background: #58648E;
                    padding: 7px 20px;
                    font-family: 'ProximaNova-Regular';
                    font-size: 14px;
                    color: #fff;
                    text-transform: uppercase;
                    text-align: center;
                    border-radius: 40px;
                    width: 160px;
                    margin: 0 auto;
                    cursor: pointer;
                    transition: 0.25s all
                }

                    .case-study-detail .more-stories .stories .story-box .copy .btn:hover {
                        background: #424D74
                    }

    .case-study-detail .more-stories .btn {
        border-radius: 40px;
        text-transform: uppercase;
        font-family: 'ProximaNova-Regular';
        font-size: 15.5px;
        color: #58648E;
        padding: 8px 65px;
        border: 2px solid #58648E;
        display: inline-block;
        letter-spacing: 2px;
        transition: 0.3s all;
        cursor: pointer;
        background-color: transparent
    }

        .case-study-detail .more-stories .btn:hover {
            background: #58648E;
            color: #fff
        }

    .case-study-detail .more-stories .btn-row {
        text-align: center;
        padding-bottom: 65px
    }

.case-study-detail .get-approved {
    background-color: #58648E;
    padding: 4.125em 0px;
    text-align: center
}

    .case-study-detail .get-approved h1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 39px;
        color: #fff;
        text-align: center;
        line-height: 52px;
        font-weight: 400;
        margin-top: 0
    }

    .case-study-detail .get-approved .btn {
        border-radius: 40px;
        background: transparent;
        border: 2px solid #fff;
        font-family: 'ProximaNova-Bold';
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 10px 35px;
        display: inline-block;
        cursor: pointer;
        transition: 0.3s all
    }

        .case-study-detail .get-approved .btn:hover {
            background: rgba(255,255,255,0.5)
        }

    .case-study-detail .get-approved h3 {
        font-family: 'ProximaNova-Bold';
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 2.98px;
        line-height: 17px;
        padding-top: 16px
    }

@media (max-width: 800px) {
    .case-study-detail .get-approved h1 {
        font-size: 30px
    }
}

.application {
    background: no-repeat center center;
    background-size: cover
}

    .application .status {
        height: 5px;
        margin: 75px auto 95px auto;
        background: #B3C2F6;
        padding-left: 0px;
        padding-right: 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 800px
    }

@media (max-width: 800px) {
    .application .status {
        display: none
    }
}

.application .status.status-step-2 {
    background: linear-gradient(to right, #58648E 44%, #B3C2F6 50%)
}

    .application .status.status-step-2 #step-1 {
        background: #58648E
    }

.application .status.status-step-3 {
    background: #58648E
}

    .application .status.status-step-3 #step-1, .application .status.status-step-3 #step-2 {
        background: #58648E
    }

.application .status #step-1, .application .status #step-2, .application .status #step-3 {
    height: 17px;
    width: 17px;
    background: #B3C2F6;
    box-shadow: rgba(16,16,16,0.1) 0px 4px 7px 0px;
    border-radius: 100%;
    position: relative
}

    .application .status #step-1:after, .application .status #step-2:after, .application .status #step-3:after {
        text-transform: uppercase;
        font-family: 'ProximaNova-Regular';
        font-size: 14px;
        color: #909090;
        letter-spacing: 3.31px;
        position: absolute;
        bottom: -26px;
        left: -7px;
        right: 0;
        margin: 0 auto;
        text-align: center
    }

    .application .status #step-1:before, .application .status #step-2:before, .application .status #step-3:before {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 40px;
        color: #58648E;
        font-weight: 400;
        position: absolute;
        left: 0;
        right: 0;
        top: -7px;
        opacity: 0;
        text-align: center
    }

    .application .status #step-1.active, .application .status #step-2.active, .application .status #step-3.active {
        height: 57px;
        width: 57px;
        background: #fff
    }

        .application .status #step-1.active:before, .application .status #step-2.active:before, .application .status #step-3.active:before {
            opacity: 1
        }

        .application .status #step-1.active:after, .application .status #step-2.active:after, .application .status #step-3.active:after {
            left: 0px;
            color: #58648E
        }

    .application .status #step-1:after {
        content: 'contact'
    }

    .application .status #step-1:before {
        content: '1'
    }

    .application .status #step-2:after {
        content: 'loan';
        left: -29px
    }

    .application .status #step-2:before {
        content: '2'
    }

    .application .status #step-2.active:after {
        left: -11px
    }

    .application .status #step-3:after {
        content: 'loan'
    }

    .application .status #step-3:before {
        content: '3'
    }

.application .hero {
    text-align: center;
    padding: 100px 0px 10px 0px
}

    .application .hero .heading-1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 40px;
        color: #000;
        line-height: 58px;
        font-weight: 400
    }

    .application .hero .heading-3 {
        font-family: 'ProximaNova-Regular';
        font-size: 16px;
        color: #58648E;
        text-transform: uppercase;
        line-height: 18px;
        letter-spacing: 2.4px
    }

    .application .hero p {
        font-family: 'ProximaNova-Regular';
        font-size: 14px;
        color: #000;
        line-height: 24px
    }

.application .apply {
    padding-bottom: 120px
}

.application .apply-wrapper {
    box-shadow: rgba(16,16,16,0.25) 0px 4px 22px 0px;
    padding: 80px 0px;
    max-width: 1100px;
    min-height: 800px;
    text-align: center;
    background: #fff
}

    .application .apply-wrapper h1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 30px;
        color: #4C4C4C;
        line-height: 40px;
        font-weight: 400;
        margin: 0;
        text-align: center
    }

    .application .apply-wrapper p {
        text-align: center
    }

    .application .apply-wrapper .step-1 .boxes {
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }

        .application .apply-wrapper .step-1 .boxes .choice-box {
            background: rgba(248,249,255,0.4);
            border: 1px solid #B3C2F6;
            transition: 0.3s all;
            text-align: center;
            width: 300px;
            height: 214px;
            padding: 15px;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            margin: 20px;
            cursor: pointer
        }

            .application .apply-wrapper .step-1 .boxes .choice-box h2 {
                font-family: 'PlayfairDisplay-Regular';
                font-size: 22px;
                color: #4C4C4C;
                font-weight: 400;
                line-height: 30px;
                margin: 0;
                padding-bottom: 15px
            }

            .application .apply-wrapper .step-1 .boxes .choice-box img {
                width: 46px;
                height: 54px
            }

            .application .apply-wrapper .step-1 .boxes .choice-box span {
                font-family: 'ProximaNova-Bold';
                font-size: 16px;
                color: #58648E;
                text-transform: uppercase;
                line-height: 18px;
                letter-spacing: 1.45px;
                padding-top: 20px;
                max-width: 90%
            }

            .application .apply-wrapper .step-1 .boxes .choice-box:hover {
                background: #f8f9ff
            }

    .application .apply-wrapper .step-2 p, .application .apply-wrapper .step-3 p, .application .apply-wrapper .step-4 p {
        font-family: 'ProximaNova-Regular';
        font-size: 14px;
        color: #4C4C4C;
        line-height: 24px
    }

    .application .apply-wrapper .step-2 .credit-score-range, .application .apply-wrapper .step-2 .interest-rate-range, .application .apply-wrapper .step-3 .credit-score-range, .application .apply-wrapper .step-3 .interest-rate-range, .application .apply-wrapper .step-4 .credit-score-range, .application .apply-wrapper .step-4 .interest-rate-range {
        padding-top: 40px
    }

    .application .apply-wrapper .step-2 .credit-label h3, .application .apply-wrapper .step-2 .rate-label h3, .application .apply-wrapper .step-3 .credit-label h3, .application .apply-wrapper .step-3 .rate-label h3, .application .apply-wrapper .step-4 .credit-label h3, .application .apply-wrapper .step-4 .rate-label h3 {
        font-family: 'ProximaNova-Bold';
        font-size: 12px;
        color: #909090;
        text-transform: uppercase;
        letter-spacing: 2.84px;
        line-height: 15px;
        text-align: left;
        padding-bottom: 30px
    }

    .application .apply-wrapper .step-2 .scores, .application .apply-wrapper .step-2 .rates, .application .apply-wrapper .step-3 .scores, .application .apply-wrapper .step-3 .rates, .application .apply-wrapper .step-4 .scores, .application .apply-wrapper .step-4 .rates {
        padding-top: 10px
    }

        .application .apply-wrapper .step-2 .scores h3, .application .apply-wrapper .step-2 .rates h3, .application .apply-wrapper .step-3 .scores h3, .application .apply-wrapper .step-3 .rates h3, .application .apply-wrapper .step-4 .scores h3, .application .apply-wrapper .step-4 .rates h3 {
            font-family: 'ProximaNova-Regular';
            font-size: 15px;
            color: #909090;
            text-transform: uppercase;
            letter-spacing: 2.84px;
            width: 40%
        }

        .application .apply-wrapper .step-2 .scores #min-score, .application .apply-wrapper .step-2 .scores #min-rate, .application .apply-wrapper .step-2 .rates #min-score, .application .apply-wrapper .step-2 .rates #min-rate, .application .apply-wrapper .step-3 .scores #min-score, .application .apply-wrapper .step-3 .scores #min-rate, .application .apply-wrapper .step-3 .rates #min-score, .application .apply-wrapper .step-3 .rates #min-rate, .application .apply-wrapper .step-4 .scores #min-score, .application .apply-wrapper .step-4 .scores #min-rate, .application .apply-wrapper .step-4 .rates #min-score, .application .apply-wrapper .step-4 .rates #min-rate {
            text-align: left;
            float: left
        }

        .application .apply-wrapper .step-2 .scores #max-score, .application .apply-wrapper .step-2 .scores #max-rate, .application .apply-wrapper .step-2 .rates #max-score, .application .apply-wrapper .step-2 .rates #max-rate, .application .apply-wrapper .step-3 .scores #max-score, .application .apply-wrapper .step-3 .scores #max-rate, .application .apply-wrapper .step-3 .rates #max-score, .application .apply-wrapper .step-3 .rates #max-rate, .application .apply-wrapper .step-4 .scores #max-score, .application .apply-wrapper .step-4 .scores #max-rate, .application .apply-wrapper .step-4 .rates #max-score, .application .apply-wrapper .step-4 .rates #max-rate {
            text-align: right;
            float: right
        }

    .application .apply-wrapper .step-2 #credit-score-slider, .application .apply-wrapper .step-2 #interest-rate-slider, .application .apply-wrapper .step-3 #credit-score-slider, .application .apply-wrapper .step-3 #interest-rate-slider, .application .apply-wrapper .step-4 #credit-score-slider, .application .apply-wrapper .step-4 #interest-rate-slider {
        background: #58648E;
        width: 100%;
        height: 6px
    }

        .application .apply-wrapper .step-2 #credit-score-slider .noUi-origin, .application .apply-wrapper .step-2 #interest-rate-slider .noUi-origin, .application .apply-wrapper .step-3 #credit-score-slider .noUi-origin, .application .apply-wrapper .step-3 #interest-rate-slider .noUi-origin, .application .apply-wrapper .step-4 #credit-score-slider .noUi-origin, .application .apply-wrapper .step-4 #interest-rate-slider .noUi-origin {
            background-color: #D5DEFC
        }

    .application .apply-wrapper .step-2 .noUi-horizontal .noUi-handle, .application .apply-wrapper .step-3 .noUi-horizontal .noUi-handle, .application .apply-wrapper .step-4 .noUi-horizontal .noUi-handle {
        border-radius: 100% !important;
        height: 58px;
        width: 58px;
        text-align: center;
        background: #B3C2F6;
        border: 5px solid #fff;
        top: -30px
    }

        .application .apply-wrapper .step-2 .noUi-horizontal .noUi-handle:before, .application .apply-wrapper .step-2 .noUi-horizontal .noUi-handle:after, .application .apply-wrapper .step-3 .noUi-horizontal .noUi-handle:before, .application .apply-wrapper .step-3 .noUi-horizontal .noUi-handle:after, .application .apply-wrapper .step-4 .noUi-horizontal .noUi-handle:before, .application .apply-wrapper .step-4 .noUi-horizontal .noUi-handle:after {
            background: transparent
        }

        .application .apply-wrapper .step-2 .noUi-horizontal .noUi-handle h3, .application .apply-wrapper .step-3 .noUi-horizontal .noUi-handle h3, .application .apply-wrapper .step-4 .noUi-horizontal .noUi-handle h3 {
            position: relative;
            top: -11px;
            font-family: 'PlayfairDisplay-Regular';
            font-size: 20px;
            color: #fff
        }

    .application .apply-wrapper .step-2 .btn, .application .apply-wrapper .step-3 .btn, .application .apply-wrapper .step-4 .btn {
        border-radius: 40px;
        text-transform: uppercase;
        font-family: 'ProximaNova-Bold';
        font-size: 15.5px;
        color: #fff;
        padding: 8px 90px;
        border: 2px solid #58648E;
        display: inline-block;
        letter-spacing: 2px;
        transition: 0.3s all;
        cursor: pointer;
        background-color: #58648E;
        margin: 10px 20px;
        width: 300px
    }

        .application .apply-wrapper .step-2 .btn:hover, .application .apply-wrapper .step-3 .btn:hover, .application .apply-wrapper .step-4 .btn:hover {
            background: #424D74;
            border: 2px solid #424D74
        }

    .application .apply-wrapper .step-2 .back-btn, .application .apply-wrapper .step-3 .back-btn, .application .apply-wrapper .step-4 .back-btn {
        background-color: #B3C2F6;
        border: 2px solid #B3C2F6
    }

        .application .apply-wrapper .step-2 .back-btn:hover, .application .apply-wrapper .step-3 .back-btn:hover, .application .apply-wrapper .step-4 .back-btn:hover {
            background-color: #58648E;
            border: 2px solid #58648E
        }

    .application .apply-wrapper .step-2 .next-btn, .application .apply-wrapper .step-3 .next-btn, .application .apply-wrapper .step-4 .next-btn {
        height: 42px
    }

    .application .apply-wrapper .step-2 .btn-row, .application .apply-wrapper .step-3 .btn-row, .application .apply-wrapper .step-4 .btn-row {
        text-align: center;
        padding-top: 30px
    }

    .application .apply-wrapper .car-form, .application .apply-wrapper .info-form {
        padding: 30px 0px;
        text-align: left
    }

        .application .apply-wrapper .car-form .input-group, .application .apply-wrapper .info-form .input-group {
            margin-top: 13px
        }

        .application .apply-wrapper .car-form .form-row, .application .apply-wrapper .info-form .form-row {
            padding: 20px 0px
        }

            .application .apply-wrapper .car-form .form-row .col-md-5, .application .apply-wrapper .info-form .form-row .col-md-5 {
                margin-bottom: 20px
            }

        .application .apply-wrapper .car-form .select, .application .apply-wrapper .info-form .select {
            font-size: 16px;
            line-height: 18px;
            position: relative;
            display: inline-block;
            padding-left: 0;
            padding-right: 0;
            margin-top: 12px;
            margin-bottom: 20px;
            width: 100%
        }

            .application .apply-wrapper .car-form .select select, .application .apply-wrapper .info-form .select select {
                outline: none;
                -webkit-appearance: none;
                display: block;
                padding: 1.0em 3em 1.3em 1.5em;
                margin: 0;
                width: 100%;
                height: 60px;
                transition: border-color 0.2s;
                border: 1px solid #58648E;
                border-radius: 4px;
                background: #FBFBFB;
                color: #555;
                line-height: normal;
                font-family: 'ProximaNova-Regular';
                font-size: 16px;
                color: #4C4C4C;
                line-height: 25px
            }

            .application .apply-wrapper .car-form .select .arr, .application .apply-wrapper .info-form .select .arr {
                background: #58648E;
                bottom: 0px;
                position: absolute;
                right: 0px;
                top: 0px;
                width: 65px;
                pointer-events: none;
                border-radius: 4px
            }

                .application .apply-wrapper .car-form .select .arr:before, .application .apply-wrapper .info-form .select .arr:before {
                    content: '';
                    position: absolute;
                    top: 50%;
                    right: 24px;
                    margin-top: -5px;
                    pointer-events: none;
                    border-top: 10px solid #fff;
                    border-left: 10px solid transparent;
                    border-right: 10px solid transparent
                }

                .application .apply-wrapper .car-form .select .arr:after, .application .apply-wrapper .info-form .select .arr:after {
                    content: '';
                    position: absolute;
                    top: 50%;
                    right: 28px;
                    margin-top: -5px;
                    pointer-events: none;
                    border-top: 6px solid transparent;
                    border-left: 6px solid transparent;
                    border-right: 6px solid transparent
                }

        .application .apply-wrapper .car-form label, .application .apply-wrapper .info-form label {
            font-family: 'ProximaNova-Bold';
            font-size: 12px;
            color: #909090;
            text-transform: uppercase;
            letter-spacing: 2.84px;
            line-height: 15px
        }

        .application .apply-wrapper .car-form input, .application .apply-wrapper .info-form input {
            background-color: #FBFBFB;
            height: 54px;
            width: 235px;
            width: 100%;
            border: 1px solid #58648E;
            border-style: inset;
            font-family: 'ProximaNova-Regular';
            font-size: 14px;
            color: #4C4C4C;
            line-height: 20px;
            padding: 5px 15px
        }

            .application .apply-wrapper .car-form input.error, .application .apply-wrapper .info-form input.error {
                border: 1px solid red
            }

            .application .apply-wrapper .car-form input.ng-invalid.ng-touched, .application .apply-wrapper .info-form input.ng-invalid.ng-touched {
                border: 1px solid red
            }

        .application .apply-wrapper .car-form label.radio-inline, .application .apply-wrapper .info-form label.radio-inline {
            padding: 0px 20px
        }

        .application .apply-wrapper .car-form input[type="radio"], .application .apply-wrapper .info-form input[type="radio"] {
            height: auto;
            width: auto;
            padding: 0px 10px;
            position: relative;
            top: 1px
        }

        .application .apply-wrapper .car-form span, .application .apply-wrapper .info-form span {
            font-family: 'ProximaNova-Regular';
            font-size: 13px;
            color: #4C4C4C;
            line-height: 17px
        }

#application-modal .modal-content {
    text-align: center;
    padding: 50px
}

    #application-modal .modal-content #checkbox-icon {
        padding-bottom: 20px
    }

    #application-modal .modal-content h1 {
        margin: 15px auto
    }

    #application-modal .modal-content p {
        margin: 20px auto;
        font-family: 'ProximaNova-Regular';
        font-size: 14px;
        color: #4C4C4C;
        line-height: 20px
    }

    #application-modal .modal-content .link {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #58648E;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 1.45px;
        line-height: 18px;
        margin-top: 30px
    }

        #application-modal .modal-content .link img {
            padding-left: 8px
        }

label {
    font-family: 'ProximaNova-Bold';
    font-size: 12px;
    color: #909090;
    text-transform: uppercase;
    letter-spacing: 2.84px;
    line-height: 15px
}

input {
    background-color: #FBFBFB;
    height: 54px;
    width: 235px;
    width: 100%;
    border: 1px solid #58648E;
    border-style: inset;
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    color: #4C4C4C;
    line-height: 17px;
    padding: 5px 15px
}

    input.ng-invalid.ng-touched {
        border: 1px solid red
    }

    input.ng-invalid-required.submitted {
        border: 1px solid red
    }

select::-ms-expand {
    display: none
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=submit] {
    width: 40%
}

.input-group {
    margin-top: 20px;
    margin-bottom: 30px
}

textarea {
    width: 100%;
    border: 1px solid #58648E;
    border-style: inset;
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    color: #000;
    line-height: 17px;
    padding: 15px;
    background-color: #FBFBFB
}

#form-views {
    width: auto
}

    #form-views.ng-enter, #form-views.ng-leave {
        position: absolute;
        left: 30px;
        right: 30px;
        transition: 0.5s all ease;
        -moz-transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease
    }

    #form-views.ng-enter {
        -webkit-animation: slideInRight 0.5s both ease;
        -moz-animation: slideInRight 0.5s both ease;
        animation: slideInRight 0.5s both ease
    }

    #form-views.ng-leave {
        -webkit-animation: slideOutLeft 0.5s both ease;
        -moz-animation: slideOutLeft 0.5s both ease;
        animation: slideOutLeft 0.5s both ease
    }

@keyframes slideOutLeft {
    to {
        transform: translateX(-200%)
    }
}

@-moz-keyframes slideOutLeft {
    to {
        -moz-transform: translateX(-200%)
    }
}

@-webkit-keyframes slideOutLeft {
    to {
        -webkit-transform: translateX(-200%)
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(200%)
    }

    to {
        transform: translateX(0)
    }
}

@-moz-keyframes slideInRight {
    from {
        -moz-transform: translateX(200%)
    }

    to {
        -moz-transform: translateX(0)
    }
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translateX(200%)
    }

    to {
        -webkit-transform: translateX(0)
    }
}

.sc-change-background-button {
    position: absolute;
    margin-top: 20px;
    margin-left: 20px;
    padding: 10px;
    background-color: #fff;
    border: solid 1px #036;
    z-index: 1
}

    .sc-change-background-button div {
        text-align: center
    }

    .sc-change-background-button img {
        width: 200px;
        height: 100px;
        border: solid 1px #036
    }

:focus {
    outline: none !important
}

body {
    margin: 0;
    background-color: #FCFCFC
}

a:focus {
    color: inherit;
    text-decoration: none
}

html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none
}

.rte-styling a {
    color: #6B7697;
    text-decoration: underline
}

.tagStyle {
    color: #58648A;
    font-weight: bold
}

.main-cta-text-overlay-left {
    left: 0;
    text-align: left !important
}

.main-cta-text-overlay-center {
    width: 100% !important;
    text-align: center !important
}

.main-cta-text-overlay-right {
    left: auto !important;
    right: 0;
    text-align: left !important
}

.blogdetailbody {
    margin-top: 15px;
    margin-bottom: 15px
}

.blue-bg {
    background-color: #F4F5FF
}

h1 {
    font-family: times;
    font-weight: lighter;
    font-size: 40px
}

.wrapper {
    width: 90%;
    max-width: 1185px;
    margin: 0 auto
}

#header {
    width: 100%;
    height: 100px
}

#content {
    margin: 0;
    padding: 0;
    width: 100%
}

#related, #popular {
    clear: both;
    overflow: hidden
}

#lower-content #related, #lower-content #popular {
    margin-top: 30px
}

#popular h3 {
    text-transform: uppercase
}

#related H3 {
    text-transform: uppercase
}

#leftcontent {
    float: left;
    width: 60%;
    padding-bottom: 50px
}

.blog-image {
    background-color: #2E3451
}

    .blog-image img {
        width: 100%;
        height: auto
    }

.blog-content-modules {
    margin-bottom: 30px
}

.feature-image img {
    width: 100%;
    height: auto;
    margin-bottom: 30px
}

.feature-caption {
    box-sizing: border-box;
    width: 100%;
    color: #fff;
    background-color: #2E3451;
    padding: 15px
}

.share {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 40px
}

    .share ul {
        list-style-type: none;
        padding-left: 0
    }

#rightcol {
    width: 37%;
    float: right
}

    #rightcol h3 {
        text-transform: uppercase;
        margin-top: 0px;
        font-weight: 600;
        font-size: 16px
    }

#blog-list-heading {
    float: left;
    display: inline
}

#searchbar {
    position: relative;
    float: right;
    top: 10px;
    display: inline;
    margin-top: 20px;
    margin-bottom: 20px
}

.blog-search-form {
    display: inline-block
}

.blog-search-text {
    display: inline-block;
    font-size: 14px;
    height: 29px;
    width: 220px;
    background: #fff url("/Assets/img/search-icon.png") no-repeat right 10px center;
    background-size: 18px 18px;
    border: 1px solid #58648A;
    padding-left: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle
}

#searchbutton {
    display: none
}

.blog-search-heading h2 {
    font-family: times;
    font-weight: lighter;
    font-size: 28px
}

.blog-search-heading h3 {
    font-family: times;
    font-weight: lighter;
    font-size: 23px
}

    .blog-search-heading h3 a {
        font-weight: lighter;
        font-size: 23px
    }

#noresultsfound {
    padding: 25px 50px 25px 25px;
    margin: 0px 93px 0px 93px;
    font-weight: lighter
}

    #noresultsfound h1 {
        font-size: 35px;
        font-weight: 500;
        margin-top: 0
    }

    #noresultsfound h2 {
        margin: 0;
        font-size: 30px;
        font-weight: 500
    }

    #noresultsfound h3 {
        margin: 8px 0px;
        font-size: 22px;
        font-weight: 500
    }

    #noresultsfound a {
        color: #58648A;
        margin: 8px 0px;
        font-size: 18px;
        font-weight: 600
    }

.styled-select {
    display: inline-block;
    background: url(/Assets/img/blue-down.jpg) no-repeat right center;
    height: 29px;
    width: 180px;
    margin-right: 20px;
    overflow: hidden;
    vertical-align: middle
}

.styled-input {
    display: inline-block
}

.styled-select select {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 29px;
    width: 108%;
    -moz-appearance: none;
    vertical-align: middle
}

    .styled-select select::-moz-focus-inner {
        border: 0;
        padding: 0
    }

.semi-square {
    background-color: #fff;
    border: 1px solid #58648A;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

#blog-list-heading {
    margin-top: 15px;
    margin-bottom: 10px
}

.blog-list {
    clear: both
}

.blog-list, .blog-relatedlist {
    list-style-type: none;
    margin: 0;
    padding: 0
}

    .blog-relatedlist .blog-item {
        overflow: hidden !important;
        padding: 0px 0px 30px 0px;
        background-color: #fcfcfc
    }

.blog-item h3 {
    text-transform: uppercase;
    font-family: 'ProximaNova-Bold';
    font-size: 20px;
    color: #58648E;
    text-align: left;
    letter-spacing: 3px;
    line-height: 23px;
    margin: 10px 0px
}

.blog-item h4 {
    text-transform: uppercase
}

.blog-intro-content {
    width: 56%;
    float: right
}

#lower-content {
    margin-bottom: 50px
}

    #lower-content .blog-item {
        width: 31.3%;
        float: left;
        overflow: hidden !important;
        padding: 0px;
        margin-right: 3%;
        background-color: #fcfcfc
    }

        #lower-content .blog-item:nth-child(3) {
            margin-right: 0
        }

    #lower-content .blog-photo {
        width: 100%;
        height: auto;
        float: none;
        margin: 0px 0px 5px 0px
    }

    #lower-content .blog-content {
        width: 100%;
        float: none;
        margin: 0
    }

.blog-content-area {
    margin-bottom: 30px
}

#lower-content .blog-intro-content {
    width: 100%;
    float: none
}

.blog-article-date {
    margin-top: -5px
}

.blog-relatedlist h4 {
    color: #58648A;
    margin: 0
}

.blog-relatedlist p {
    padding-left: 177px;
    margin: 8px 0
}

.blog-relatedlist .blog-photo {
    float: left;
    width: 40%;
    margin-right: 4%
}

    .blog-relatedlist .blog-photo img {
        width: 100%
    }

.blog-relatedlist .blog-content {
    float: right;
    width: 56%
}

.blog-list .blog-item {
    overflow: hidden !important;
    padding: 30px 25px;
    background-color: #fcfcfc;
    margin-bottom: 45px;
    -webkit-box-shadow: 0px 0px 20px 4px rgba(212,212,212,0.64);
    -moz-box-shadow: 0px 0px 20px 4px rgba(212,212,212,0.64);
    box-shadow: 0px 0px 20px 4px rgba(212,212,212,0.64)
}

#noresults-links a {
    color: #58648A;
    margin: 8px 0px;
    font-size: 18px;
    font-weight: 600
}

#noresults-links h3 {
    margin: 8px 0px;
    font-size: 22px;
    font-weight: 500
}

.blog-item h3 {
    color: #58648A;
    margin-top: 0
}

.blog-photo {
    float: left;
    width: 330px;
    margin-right: 30px
}

    .blog-photo img {
        max-width: 100%;
        height: auto
    }

.blog-photo-right {
    float: left;
    width: 156px;
    height: 104px;
    margin-right: 30px
}

    .blog-photo-right img {
        width: 100%;
        height: auto
    }

.blog-content {
    margin-left: 360px
}

.blog-video {
    margin-top: 25px;
    margin-bottom: 25px
}

.blog-ellipsis {
    line-height: 1.2em;
    max-height: 3.6em;
    word-wrap: break-word
}

.blog-ellipsis-detail {
    line-height: 1.2em;
    max-height: 4.4em;
    width: 100%;
    float: none;
    margin: 0;
    padding-top: 8px;
    padding-bottom: 5px;
    font-size: 13px
}

.blog-other-article-readmore {
    padding-top: 5px;
    padding-bottom: 5px
}

.blog-ellipsis-infographic {
    line-height: 1.2em;
    max-height: 2.4em;
    word-wrap: break-word;
    width: 100%;
    float: none;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px
}

.blog-ellipsis-title {
    line-height: 1.17em;
    max-height: 2.34em
}

.blog-ellipsis-title-detail {
    line-height: 1.17em;
    max-height: 2.34em
}

.adbox, .content-adbox {
    position: relative;
    width: 100%;
    overflow: hidden !important
}

    .adbox img, .content-adbox img {
        width: 100%;
        max-width: 100%;
        height: auto
    }

    .adbox .adbox-content {
        position: absolute;
        text-align: center;
        color: #ffffff;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5)
    }

        .adbox .adbox-content p {
            width: 250px;
            line-height: 1.2em;
            font-size: 18px;
            margin: 0px auto 30px auto
        }

    .content-adbox .adbox-content {
        position: absolute;
        text-align: center;
        color: #fff;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background: rgba(0,0,0,0.5)
    }

        .content-adbox .adbox-content p {
            width: 250px;
            font-weight: normal;
            line-height: 1.2em;
            font-size: 18px;
            margin: 0px auto 30px auto
        }

.playfair {
    font-size: 30px;
    font-weight: lighter;
    font-family: 'Playfair Display', serif
}

.adbox .playfair {
    margin: 20px 0
}

.content-adbox .playfair {
    margin: 40px 50px 20px 50px
}

.button {
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto;
    color: #ffffff;
    background-color: #FFB364;
    border-radius: 18px;
    padding: 8px 25px;
    text-transform: uppercase
}

.pagination {
    font-size: 16px;
    font-weight: bold;
    float: right;
    list-style-type: none;
    padding-bottom: 50px;
    margin-top: -15px
}

    .pagination li {
        display: inline-block;
        margin: 0 5px
    }

    .pagination a, .pagination a:link, .pagination a:visited, .pagination a:hover {
        text-decoration: none;
        color: #576389;
        font-weight: 600;
        font-size: 16px
    }

        .pagination a.active {
            border-bottom: 3px solid #58648A;
            padding-bottom: 3px
        }

@media (max-width: 1200px) {
    .adbox .adbox-content p, .content-adbox .adbox-content p {
        font-size: 16px;
        margin: 0px auto 20px auto;
        font-size: 1.5vw
    }

    .playfair {
        margin: 10px 0;
        font-size: 24px
    }
}

@media (max-width: 940px) {
    .blue-bg {
        background-color: #fff
    }

    #searchbar {
        display: block;
        position: static;
        float: none;
        margin-bottom: 15px;
        clear: both;
        width: 100%;
        align-content: center
    }

    .styled-select {
        width: 47%;
        margin-right: 0
    }

    .styled-input {
        width: 51%;
        padding-left: 5%
    }

    .blog-search-form {
        width: 100%
    }

    .blog-search-text {
        width: 100%
    }

    .blog-list .blog-item {
        float: left;
        width: 47.5%;
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 50px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .blog-item:nth-child(odd) {
        margin-right: 5%
    }

    #related {
        padding-top: 40px;
        border-top: 1px solid #C8CACB
    }

    #lower-content .blog-item {
        width: 100%;
        padding: 0px;
        float: none;
        margin-right: 0
    }

    #lower-content .blog-photo {
        width: 49%;
        padding: 0px;
        float: left;
        margin-right: 0
    }

    #lower-content .blog-intro-content {
        width: 49%;
        float: right
    }

    .blog-ellipsis {
        line-height: 1.2em;
        max-height: 7.2em
    }

    .blog-ellipsis-detail {
        line-height: 1.2em;
        max-height: 7.2em;
        font-size: 14px
    }

    .blog-ellipsis-infographic {
        line-height: 1.2em;
        max-height: 7.2em;
        word-wrap: break-word
    }

    .blog-ellipsis-title {
        line-height: 1.17em;
        max-height: 2.34em
    }

    .blog-relatedlist .blog-item {
        float: none;
        width: 100%;
        padding: 0;
        margin: 20px 0
    }

        .blog-relatedlist .blog-item h4 {
            font-size: 20px;
            font-weight: 500
        }

    .blog-item h3 {
        margin-top: 15px
    }

    .blog-photo {
        width: 100%;
        margin-bottom: 20px;
        float: none
    }

        .blog-photo img {
            width: 100%
        }

    .blog-content {
        margin-left: 0
    }

    #leftcontent {
        float: none;
        width: 100%
    }

    #rightcol {
        float: none;
        width: 100%
    }

    .pagination {
        float: none;
        text-align: center
    }

    .adbox {
        margin-bottom: 20px;
        overflow: hidden !important;
        background-color: rgba(0,0,0,0.5)
    }

        .adbox img {
            float: right;
            width: 50%
        }

        .adbox .adbox-content {
            position: relative;
            width: 50%;
            float: left;
            background-color: transparent
        }

    .playfair {
        margin: 6% 0
    }

    .adbox .adbox-content p {
        width: 70%;
        margin: 0px auto 8% auto;
        font-size: 2vw
    }

    .button {
        font-size: 12px
    }
}

@media (max-width: 710px) {
    .adbox .playfair {
        margin: 4% 0
    }

    .adbox .adbox-content p {
        width: 75%;
        font-size: 14px;
        font-size: 2vw
    }
}

@media (max-width: 650px) {
    .adbox {
        position: relative;
        width: 100%;
        background-color: transparent
    }

        .adbox img {
            width: 100%
        }

        .adbox .adbox-content, .content-adbox .adbox-content {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5)
        }

            .adbox .adbox-content p, .content-adbox .adbox-content p {
                width: 70%;
                line-height: 1.4em;
                margin: 0px auto 30px auto
            }

            .adbox .adbox-content p {
                font-size: 18px;
                font-size: 3.5vw
            }

            .content-adbox .adbox-content p {
                font-size: 16px
            }

        .adbox .playfair {
            margin: 30px 0;
            font-size: 30px
        }

    .content-adbox .playfair {
        margin: 30px 0 15px 0;
        font-size: 30px
    }

    .button {
        font-size: 14px
    }

    #lower-content .blog-item {
        width: 100%;
        margin-right: 0%
    }
}

@media (max-width: 580px) {
    .styled-select {
        display: block;
        width: 220px;
        margin-right: 0;
        margin-bottom: 15px
    }

    .styled-input {
        width: 220px;
        padding-left: 0px
    }

    .blog-search-form {
        width: 100%
    }

    .blog-search-text {
        width: 100%
    }

    #searchbar {
        clear: both;
        width: 100%;
        overflow: hidden
    }

        #searchbar span input {
            width: 100%
        }

    .styled-select {
        overflow: hidden;
        width: 100%;
        margin-bottom: 15px;
        display: block
    }

    .styled-input {
        overflow: hidden;
        width: 100%
    }

    .styled-select select {
        width: 105%
    }

    .blog-list .blog-item, #lower-content .blog-item {
        width: 100%;
        padding: 0px;
        float: none;
        margin-right: 0
    }

    .blog-intro-content {
        width: 100%;
        float: none
    }

    #lower-content .blog-photo {
        width: 100%;
        padding: 0px;
        float: none;
        margin-right: 0
    }

    #lower-content .blog-intro-content {
        width: 100%;
        float: none
    }

    .blog-list {
        margin-top: 20px
    }

    .blog-relatedlist .blog-photo {
        float: none;
        width: 100%
    }

    .blog-relatedlist .blog-content {
        float: none;
        width: 100%
    }

    .content-adbox .playfair {
        margin: 15px 0 15px 0
    }

    .content-adbox .adbox-content p {
        font-size: 14px;
        width: 90%
    }

    .blog-ellipsis {
        line-height: 1.2em;
        max-height: 8.4em
    }

    .blog-ellipsis-detail {
        line-height: 1.2em;
        max-height: 8.4em
    }

    .blog-ellipsis-infographic {
        line-height: 1.2em;
        max-height: 8.4em;
        word-wrap: break-word
    }

    .blog-ellipsis-title {
        line-height: 1.17em;
        max-height: 3.51em
    }
}

@media (max-width: 480px) {
    .playfair {
        margin: 20px 0;
        font-size: 24px
    }

    .adbox .adbox-content p {
        font-size: 13px;
        font-size: 3vw;
        line-height: 1.2em
    }
}

.readmore {
    text-transform: uppercase;
    color: #58648A;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2
}

    .readmore a:link, .readmore a:visited, .readmore a:hover, .readmore a:active {
        color: #58648A;
        text-decoration: none
    }

.sprite {
    display: inline-block;
    background: url(/Assets/img/sprites.png) no-repeat 0 0;
    background-size: 228px 36px
}

    .sprite.facebook {
        background-position: 0px 0px;
        margin-right: 20px;
        width: 36px;
        height: 36px;
        float: left
    }

    .sprite.instagram {
        background-position: -38px 0px;
        margin-right: 20px;
        width: 36px;
        height: 36px;
        float: left
    }

    .sprite.linkedin {
        background-position: -76px 0px;
        margin-right: 20px;
        width: 36px;
        height: 36px;
        float: left
    }

    .sprite.twitter {
        background-position: -114px 0px;
        margin-right: 20px;
        width: 36px;
        height: 36px;
        float: left
    }

    .sprite.youtube {
        background-position: -152px 0px;
        margin-right: 20px;
        width: 36px;
        height: 36px;
        float: left
    }

    .sprite.forward {
        background-position: -191px 0px;
        width: 19px;
        height: 19px;
        margin-bottom: -4px
    }

    .sprite.back {
        background-position: -191px -18px;
        width: 19px;
        height: 19px;
        margin-bottom: -4px
    }

    .sprite.forward-gray {
        background-position: -210px 0px;
        width: 19px;
        height: 19px;
        margin-bottom: -4px
    }

    .sprite.back-gray {
        background-position: -210px -18px;
        width: 19px;
        height: 19px;
        margin-bottom: -4px
    }

#icon-arrow-btn #inner-stroke {
    stroke: #58648E
}

.cta {
    display: flex;
    align-items: center
}

    .cta .heading-3 {
        text-transform: uppercase;
        letter-spacing: 1.64px;
        line-height: 16px;
        margin-top: 3px;
        transition: 0.3s all
    }

    .cta svg {
        margin-left: 8px;
        transition: 0.3s all
    }

    .cta.cta-light .heading-3 {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #fff
    }

    .cta.cta-light svg g {
        stroke: #fff
    }

    .cta.cta-light:hover .heading-3 {
        color: #DEE3FF
    }

    .cta.cta-light:hover svg g {
        stroke: #DEE3FF
    }

    .cta.cta-dark .heading-3 {
        font-family: 'ProximaNova-Bold';
        font-size: 16px;
        color: #58648E
    }

    .cta.cta-dark svg g {
        stroke: #58648E
    }

    .cta.cta-dark:hover .heading-3 {
        color: #424E73
    }

    .cta.cta-dark:hover svg g {
        stroke: #424E73
    }

    .cta.cta-dark img {
        margin-left: 8px
    }

.get-approved {
    background-color: #58648E;
    padding: 4.125em 0px;
    text-align: center
}

    .get-approved .heading-1 {
        font-family: 'PlayfairDisplay-Regular';
        font-size: 39px;
        color: #fff;
        text-align: center;
        line-height: 52px;
        font-weight: 400;
        margin-top: 0
    }

    .get-approved .btn {
        border-radius: 40px;
        background: transparent;
        border: 2px solid #fff;
        font-family: 'ProximaNova-Bold';
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 8px 35px;
        display: inline-block;
        cursor: pointer;
        transition: 0.3s all
    }

        .get-approved .btn:hover {
            background: rgba(255,255,255,0.5);
            color: #58648E
        }

    .get-approved .heading-3 {
        font-family: 'ProximaNova-Bold';
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 2.98px;
        line-height: 17px;
        padding-top: 15px;
        margin-top: 0px
    }

@media (max-width: 800px) {
    .get-approved .heading-1 {
        font-size: 30px
    }
}

a {
    text-decoration: none;
    color: inherit
}

    a:hover {
        text-decoration: none;
        color: inherit
    }

.star-rating {
    text-align: center
}

    .star-rating .fa-star {
        color: #FFC98A;
        font-size: 33px;
        padding: 3px;
        cursor: pointer
    }

    .star-rating .fa-star-o {
        color: #FAE6D2;
        font-size: 33px;
        padding: 3px;
        cursor: pointer
    }

    .star-rating .fa-star-half-o {
        color: #FFC98A;
        font-size: 33px;
        padding: 3px;
        cursor: pointer
    }

.input-group {
    width: 100%
}

a.svg {
    position: relative
}

    a.svg:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

@media (max-width: 979px) {
    .modal.fade.in {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }
}

.image-edit {
    position: absolute;
    z-index: 9999
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important
}

.center {
    text-align: center; }

.modalRewards h2 {
    text-transform: uppercase;
    font-size: 16px;
    color: #57638D; }
  .modalRewards p {
    color: #565656;
    font-size: 14px;
    margin: 10px 0 20px;
    text-align: left; }
    .modalRewards p.center {
      text-align: center; }
    .modalRewards p a {
      text-transform: uppercase;
      font-size: 14px;
      color: #57638D;
      display: inline-block;
      font-weight: bold; }

.modalRewards h1 {
    font-family: 'Playfair Display', Times, serif;
    font-size: 32px;
    color: #4C4C4C;
    text-align: center;
    font-weight: normal; }

.learnAboutRewards .unrevealedLearnMore {
    display: none; }
  .learnAboutRewards .rewardsShowLess {
    display: none; }
  .learnAboutRewards a {
    text-transform: uppercase;
    font-size: 14px;
    color: #57638D;
    font-weight: bold; }
  .learnAboutRewards.learn .unrevealedLearnMore {
    display: block; }
  .learnAboutRewards.learn .rewardsShowLess {
    display: inline-block; }
  .learnAboutRewards.learn .rewardsShowMore {
    display: none; }
  
  .modalWrapper {
    padding-left: 8%;
    padding-right: 8%; }
  
  .blueShadeWrapper {
    padding: 30px 8%;
    background-image: linear-gradient(90deg, #F9FAFF 55%, #E7EBFA 82%); }
    .blueShadeWrapper h3.nospace {
      margin-top: 0; }
  
  .rateReductionExplanation h3 {
    text-transform: uppercase;
    font-size: 14px;
    color: #4C4C4C;
    font-weight: bold;
    margin: 0;
    text-align: center; }
  .rateReductionExplanation h4 {
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    color: #4C4C4C;
    font-size: 12px;
    text-align: center; }
  .rateReductionExplanation p {
    font-size: 14px;
    color: #565656;
    letter-spacing: 0.66px;
    position: relative;
    margin: 10px 0 10px 0;
    padding-left: 20px; }
    .rateReductionExplanation p:before {
      color: #57638D;
      font-size: 28px;
      position: absolute;
      left: -10px;
      top: -10px;
      content: '\2022'; }
      @media screen and (max-width: 64em) {
        .rateReductionExplanation p:before {
          font-size: 14px; } }
  .rateReductionExplanation i {
    color: #57638D;
    font-size: 24px; }
  .rateReductionExplanation .rateReductionGraph {
    margin: 40px 0; }