/* Minification failed. Returning unminified contents.
(1649,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1650,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1651,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1652,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1653,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1654,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1655,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1665,32): run-time error CSS1039: Token not allowed after unary operator: '-bc'
(1665,42): run-time error CSS1039: Token not allowed after unary operator: '-border'
(1666,26): run-time error CSS1039: Token not allowed after unary operator: '-b'
(1666,35): run-time error CSS1039: Token not allowed after unary operator: '-background'
(1676,40): run-time error CSS1039: Token not allowed after unary operator: '-d-t'
(1676,57): run-time error CSS1039: Token not allowed after unary operator: '-d-t-e'
(1676,85): run-time error CSS1039: Token not allowed after unary operator: '-d-o'
(1680,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1681,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1682,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1683,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1684,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1688,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1694,36): run-time error CSS1039: Token not allowed after unary operator: '-focus'
(1707,40): run-time error CSS1039: Token not allowed after unary operator: '-active-inner'
(1712,40): run-time error CSS1039: Token not allowed after unary operator: '-r'
(1716,17): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }




/* End CSS Reset  */

/*------------------------------------ */

@font-face {
    font-family: 'Readex';
    src: url('/Content/fonts/ReadexPro-Regular.ttf') format('truetype');
    font-display: swap;
}


html {
}

body {
    font-family: 'Readex';
    color: #2B2945;
    font-size: 18px;
    max-width: 100%;
    overflow-x: hidden;
    color: #333333;
}

a {
    text-decoration: none;
}

    a.content-link {
        text-decoration: underline;
        color: rgba(65,176,245,1);
    }

strong {
    font-weight: bold;
}

ul {
    padding-left: 20px;
}

/*ul li::before {
        content: "\2022";*/ /* Add content: \2022 is the CSS Code/unicode for a bullet */
/*color: #22b573;*/ /* Change the color */
/*font-weight: bold;*/ /* If you want it to be bold */
/*display: inline-block;*/ /* Needed to add space between the bullet and the text */
/*width: 10px;*/ /* Also needed for space (tweak if needed) */
/*margin-left: -16px;*/ /* Also needed for space (tweak if needed) */
/*margin-top: 5px;
        vertical-align: top;
    }*/

h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}

h4 {
    font-weight: bold;
    margin-bottom: 8px;
}


    h4.section-title {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 24px;
        text-align: center;
        width: 100%;
    }

.how-to-steps {
    margin-bottom: 60px;
}

    .how-to-steps .col11 h4 {
        font-weight: bold;
        margin: 5px 0 15px 0;
    }

table tr td {
    padding: 5px 0;
}

.container {
    max-width: 1000px;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col1 {
    flex: 0 0 auto;
    width: 8.3%;
}

.col2 {
    flex: 0 0 auto;
    width: 16.6%;
}

.col3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col10 {
    flex: 0 0 auto;
    width: 75%;
}

.col11 {
    flex: 0 0 auto;
    width: 91.6%;
}

.col12 {
    flex: 0 0 auto;
    width: 100%;
}

h4.step-number {
    font-size: 40px;
    color: #6444E7;
}

.content h5 {
    font-weight: bold;
    margin: 15px 0;
    line-height: 24px;
}

.content h6 {
    font-weight: bold;
    margin: 15px 0;
    font-size: 14px;
}

.content p {
    font-weight: 200;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 20px;
    color: #444444;
}

.content table {
    width: 100%;
    /*font-family: 'FuturaLight';*/
    font-weight: 200;
    font-size: 14px;
}

    .content table tr:first-child {
        font-weight: bold;
    }

.banner {
    background-color: #F3F3FB;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 0;
}

.navbar {
    margin-top: 10px;
}

    .navbar .container .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .navbar .logo {
        width: 200px;
    }


    .navbar .nav-link-wrap {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        .navbar .nav-link-wrap .nav-link {
            display: flex;
            border-radius: 15px;
            border: 2px solid #fff;
            align-items: center;
            padding: 0 15px;
            margin-right: 10px;
        }

            .navbar .nav-link-wrap .nav-link a {
                color: #73848C;
                text-decoration: none;
                font-size: 22px;
                line-height: 14px;
                transition: all 0.5s ease;
            }

            .navbar .nav-link-wrap .nav-link:hover {
                border: 2px solid #73848C;
            }

            .navbar .nav-link-wrap .nav-link.active {
                border: 2px solid #24BAFF;
            }

                .navbar .nav-link-wrap .nav-link.active a {
                    color: #24BAFF;
                }

.fa-bars {
    width: 20px;
    margin-left: 20px;
}

    .fa-bars .fa {
        text-align: right;
        background-color: #333;
        width: 15px;
        height: 3px;
        border-radius: 3px;
        margin-bottom: 5px;
    }

        .fa-bars .fa:first-child, .fa-bars .fa:last-child {
            width: 20px;
        }


#dropdown {
    display: none;
    position: fixed;
    overflow-y: scroll;
    right: 0;
    top: 0;
    width: 300px;
    background-color: #fff;
    box-shadow: 10px 0 15px #4a4a4a;
    height: 100%;
    z-index: 10000000;
}

    #dropdown .nav-link-wrap .nav-link {
        width: 100%;
        border-bottom: 1px solid #B7B7C4;
    }

        #dropdown .nav-link-wrap .nav-link.active-link {
            background-color: #F3F3FB;
        }

        #dropdown .nav-link-wrap .nav-link a {
            color: #333;
        }

            #dropdown .nav-link-wrap .nav-link a p {
                padding: 15px 15px;
                line-height: 25px;
            }



                #dropdown .nav-link-wrap .nav-link a p:hover {
                    color: #5883EC;
                }

    #dropdown .close {
        padding: 20px;
        background-color: #333;
        color: #fff;
    }

    #dropdown .nav-link:last-child {
        border: 0;
        padding-top: 10px;
    }

    #dropdown .nav-link .btn-outline {
        text-align: center;
        padding: 15px 0;
        width: 80%;
        margin: 0 auto;
        text-transform: uppercase;
    }


/*.hero-color {
    background-color: #5883EC;
}*/

.hero-bg {
    position: absolute;
    top: 400px;
    z-index: 0;
    width: 115%;
    margin: 0 0 0 -14%;
    display: flex;
    justify-content: space-between;
    max-width: 1800px;
}


.hero-main {
    background-color: #fff;
    border-radius: 100% 100% 100% 100% / 0% 0% 5% 5%;
    z-index: 1000000;
}

    .hero-main h1 {
        font-size: 36px;
        font-weight: bold;
        text-align: right;
        line-height: 50px;
    }

        .hero-main h1 span {
            font-style: italic;
        }

    .hero-main h2 {
        text-align: right;
        margin-top: 20px;
        line-height: 24px;
    }

    .hero-main h5 {
        margin-bottom: 30px;
        font-size: 14px;
        font-weight: bold;
        line-height: 30px;
    }

    .hero-main .row .col6 {
        margin: 0 0 50px 0;
    }

        .hero-main .row .col6 img {
            width: 100%;
        }

        .hero-main .row .col6:last-child {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

.hero-bullets {
    max-width: 700px;
    margin: 50px auto;
    padding-left: 25px;
}

    .hero-bullets .bullet-content {
        font-size: 16px;
        width: calc(50% - 25px);
        text-align: left;
        padding-left: 25px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAWlBMVEUAAAA1kvE1kvE1kvE1kvE1kvE1kvE1kvE1kvE1kvE1kvE1kvE1kvE1kvE1kvE1kvE1kvH///9bpvTy+P6Bu/az1vpCmfLZ6/xorfWNwvfN5PyayfhOoPN0tPUx95bvAAAAEHRSTlMAgEDP798wv2AQryCPn1BwRX2RCgAAATtJREFUeNqt1lWChDAQhOHgTirjev9rLpuxRor0yv/Mh0fMPxVHXeFrbWzCVWUNWVr3ARClmJVFFRdLwKOSgDwBrVi8UJlipTRfEFgvLanglVTwcilyaEob8TkyqCo+pIUy+xINtKXVk3RQF/GL8MuQJwl+nAxr3U4biJLwN9k55/YQVQOJAmJIXqcfSB0U7jR5Z1lQbA+TPyAsZs8/PmrrLgcqfJMXtnFDxwMXnsQQXd3TMOFJBdHdPQ0XmD7L/mnOVKSSSEOFf8nFguEC3cKPvBeCDMwec8OFn2YqzA0Xmfmunhsq0HrSY9bmdMByjfFlUFew2ZUXm2eJVtRkStZNypGO9EZUa0RrZJXicToJqOHCm0ItlKuMNYvFGQNF/sPtRVaatcpkdgUBSI2tMzzLurIxyvJ4aPkBvgB2tHM8E572lQAAAABJRU5ErkJggg==) no-repeat left;
        background-size: 16px;
        margin-bottom: 20px;
    }

.hero-main .gradient-btn {
    margin: 30px auto 0 auto;
    text-transform: uppercase;
    text-align: center;
}

.hero-main.content {
    margin-bottom: 40px;
}

    .hero-main.content h1 {
        text-align: center;
    }

    .hero-main.content .container .row .col8 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 20px 0;
    }

        .hero-main.content .container .row .col8 img {
            width: 80%;
        }

    .hero-main.content .container .row .col4 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

/*
.gradient-btn {
    background: rgb(65,176,245);
    background: linear-gradient(90deg, rgba(65,176,245,1) 0%, rgba(94,84,232,1) 100%);
    color: #fff;
    width: 200px;
    padding: 20px;
    border-radius: 30px;
    margin: 0 auto 50px auto;
    transition: opacity .5s;
    animation: bounce 7s ease infinite;
    text-transform: uppercase;
    font-weight: bold;
}*/

.gradient-btn:hover {
    opacity: .5;
}

@keyframes bounce {
    90% {
        transform: translateY(0%);
    }

    94% {
        transform: translateY(-15%);
    }

    95% {
        transform: translateY(0%);
    }

    97% {
        transform: translateY(-7%);
    }

    98% {
        transform: translateY(0%);
    }

    99% {
        transform: translateY(-3%);
    }

    100% {
        transform: translateY(0);
    }
}


/*.btn-outline {
    border: 2px solid #5883EC;
    color: #5883EC;
    border-radius: 25px;
    padding: 15px;
    font-size: 12px;
    font-weight: bold;
    transition: .5s;
    background-color: #fff;
}

    .btn-outline:hover {
        border: 2px solid #6444E7;
        color: #6444E7;
        box-shadow: 0px 0 15px rgba(0,0,0,.2);
    }*/

.blue-section {
    padding: 100px 0;
}

    .blue-section .container .row {
        align-items: center;
    }

    .blue-section h4 {
        color: #fff;
        font-size: 36px;
        margin-bottom: 15px;
        line-height: 34px;
        padding-right: 20px;
    }

    .blue-section .col5 img {
        width: 100%;
    }

    .blue-section p {
        color: #fff;
        font-size: 16px;
        line-height: 28px;
        padding-right: 20px;
    }

    .blue-section .bg-white {
        background-color: #fff;
        border-radius: 30px;
        padding: 20px;
        font-size: 12px;
        line-height: 22px;
        text-align: center;
        margin-left: 40px;
    }

        .blue-section .bg-white h4 {
            margin-bottom: 10px;
        }

        .blue-section .bg-white p, .blue-section .bg-white h4 {
            color: #6444E3;
            padding-right: 0;
        }

/*
.multigradient-section {
    background: rgb(230,242,255);
    background: linear-gradient(90deg, rgba(230,242,255,1) 0%, rgba(252,236,249,1) 100%);
    border-radius: 100% 100% 100% 100% / 5% 5% 0% 0%;
    padding: 100px 0 0 0;
    color: #000;
}*/

.multigradient-section .col4 {
    margin: 50px 0 0 0;
}

.security-section {
    margin: 50px 0;
}

    .multigradient-section .col4, .security-section .col4 {
        text-align: center;
    }

        .multigradient-section .col4 h4, .security-section .col4 h4 {
            margin-bottom: 10px;
            font-weight: bold;
        }

        .multigradient-section .col4 p, .security-section .col4 p {
            /*font-family: 'FuturaLight',Futura;*/
            font-weight: 200;
            font-size: 14px;
            line-height: 26px;
            padding: 0 20px;
        }

        .multigradient-section .col4 img, .security-section .col4 img {
            height: 70px;
            margin-bottom: 20px;
        }

/*.multigradient-section-border {
    background: rgb(230,242,255);
    background: linear-gradient(90deg, rgba(230,242,255,1) 0%, rgba(252,236,249,1) 100%);
    border-radius: 100% 100% 100% 100% / 0% 0% 15% 15%;
    height: 100px;
    margin-bottom: 120px;
}
*/
.multigradient-section.content h4 {
    margin-bottom: 30px;
}

.multigradient-section.content p {
    width: 100%;
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}

.multigradient-section.content .row {
}

.hero2 {
    align-items: center;
}

    .hero2 img {
        width: 100%;
    }

    /*.hero2 .col7 h4, .hero2 .col7 p {
		padding-left: 30px;
	}*/

    .hero2 .col7 p:last-child {
        margin-bottom: 0;
    }

    .hero2 .col7 h4, .hero2 .col7 p {
        padding-left: 25px;
    }

.large-bullet ul {
    padding-left: 30px;
}

    .large-bullet ul li {
        margin-bottom: 20px;
        font-weight: bold;
        line-height: 28px;
    }

        .large-bullet ul li::before {
            content: "\2022";
            color: #3592F1;
            font-weight: bold;
            display: inline-block;
            width: 20px;
            margin-left: 0;
            margin-top: 0;
            vertical-align: top;
        }

.steps-section {
    margin: 80px 0 120px;
}

    .steps-section img {
        width: 100%;
    }

    .steps-section .col8 .steps h4, .steps-section .col8 .steps p {
        padding-right: 25px;
    }

.steps h5 {
    margin-bottom: 8px;
}

    .steps h5 span {
        color: #5883EC;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
    }

.steps p, .hero2 p {
    margin-bottom: 25px;
    /*font-family: 'FuturaLight',Futura;*/
    font-weight: 200;
    font-size: 14px;
    line-height: 24px;
}




.purplegradient-section {
    background: rgb(246,246,255);
    background: linear-gradient(0deg, rgba(246,246,255,1) 0%, rgba(250,249,254,1) 100%);
    padding: 100px 0;
    text-align: center;
    margin-bottom: 80px;
}

    .purplegradient-section h4 {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 15px;
    }

    .purplegradient-section h5 {
        font-size: 20px;
        line-height: 36px;
    }

    .purplegradient-section .gradient-btn {
        margin: 50px auto 0 auto;
    }

.security-section .col4 img {
    height: 50px;
}


.footer {
    background-color: #272e2e;
    padding: 20px 0 50px 0;
    margin-top: 50px;
}


    .footer p {
        color: #fff;
        margin: 40px 0;
        line-height: 24px;
        font-size: 14px;
    }

.hero-main.content h1 {
    margin-bottom: 40px;
}

.hero-main.content .gradient-btn {
    margin: 0;
}

.warning-block {
    margin: 20px 0;
}

.warning-bullet {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

    .warning-bullet img {
        width: 25px;
        margin-right: 15px;
    }

    .warning-bullet p {
        line-height: 24px;
        margin-bottom: 0px;
    }

.row.content ul {
    margin: 10px 0;
}

    .row.content ul p {
        display: inline-block;
    }

    .row.content ul li {
        /*font-family: 'FuturaLight';*/
        font-weight: 200;
        margin-bottom: 8px;
    }

        .row.content ul li:last-child {
            margin-bottom: 0;
        }

    .row.content ul.para-style li {
        font-size: 14px;
        line-height: 23px;
    }

        .row.content ul.para-style li::before {
            margin-top: 0;
        }


ol.alpha {
    list-style-type: lower-alpha;
    margin: 10px 0 10px 17px;
}

ol.roman {
    list-style-type: lower-roman;
    margin: 10px 0 10px 17px;
}

    ol.alpha li, ol.roman li{
        font-size: 14px;
        line-height: 23px;
        padding-left: 10px;
        margin-bottom: 10px;
    }

    ol.alpha li::marker{
        font-weight:bold;
    }




        ol .legal {
    list-style-type: decimal;
    margin-left: 20px;
    font-size: 14px;
    color: #333;
}

    ol.legal li {
        margin-bottom: 15px;
    }

        ol.legal li p {
            margin-bottom: 5px;
        }

ol.ccpa-list {
    list-style-type: decimal;
    margin-left: 20px;
}

.row.content ol.ccpa-list li {
    padding-left: 10px;
}

    .row.content ol.ccpa-list li p {
        font-size: 13px;
        line-height: 18px;
    }

    .row.content ol.ccpa-list li ol {
        list-style-type: lower-alpha;
        margin-left: 20px;
    }

        .row.content ol.ccpa-list li ol li {
            margin-bottom: 40px;
        }

            .row.content ol.ccpa-list li ol li ul {
                margin: 0;
            }

                .row.content ol.ccpa-list li ol li ul li {
                    margin-bottom: 15px;
                }

                    .row.content ol.ccpa-list li ol li ul li p {
                        margin-bottom: 5px;
                    }

                        .row.content ol.ccpa-list li ol li ul li p span {
                            text-decoration: underline;
                        }

                        .row.content ol.ccpa-list li ol li ul li p:first-child {
                            display: inline-block;
                        }

                    .row.content ol.ccpa-list li ol li ul li::before {
                        width: 10px;
                        margin-left: -15px;
                        margin-top: 2px;
                    }

        .row.content ol.ccpa-list li ol.lower-roman {
            list-style-type: lower-roman;
            margin-left: 20px;
            font-size: 13px;
        }

            .row.content ol.ccpa-list li ol.lower-roman li {
                margin-bottom: 5px;
            }

                .row.content ol.ccpa-list li ol.lower-roman li p {
                    margin-bottom: 5px;
                }
/*----------------Accordian---------------*/



.accordion {
    padding-top: 30px;
}

.accordion-item {
    border-radius: .4rem;
    position: relative;
}

    .accordion-item hr {
        border: 1px solid rgba(255, 255, 255, 0.5);
    }

.accordion-link {
    text-decoration: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 2px solid #F3F3FB;
    color: #333;
}

    .accordion-link h3 {
        font-weight: 500;
        font-size: 18px;
    }

    .accordion-link i {
        padding: .5rem;
    }

    .accordion-link ul {
        display: flex;
        align-items: flex-end;
        list-style-type: none;
        margin-left: 25px;
    }

    .accordion-link li {
        font-size: 10px;
        color: rgba(255, 255, 255, 0.4);
        padding: 0 0 1px 5px;
    }

    .accordion-link div {
        display: flex;
    }

    .accordion-link .ion-md-arrow-forward {
        background: url('/Content/images/ion-md-arrow-forward.png') right no-repeat;
        background-size: 18px;
        height: 20px;
        width: 40px;
        position: absolute;
        right: 0;
        transition: visibility 0.3s linear,opacity 0.2s linear;
    }

    .accordion-link .ion-md-arrow-down {
        background: url('/Content/images/ion-md-arrow-down.png') right no-repeat;
        background-size: 18px;
        height: 20px;
        width: 40px;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        right: 0;
        transition: visibility 0.3s linear,opacity 0.2s linear;
    }

.answer {
    display: none;
    overflow: hidden;
    position: relative;
}

    .answer ol {
        font-size: 13px;
        padding: 2rem;
        list-style-type: decimal;
    }

        .answer ol li {
            margin: 0 0 8px 16px
        }

    .answer p {
        font-size: 13px;
        padding: 2rem;
    }

.accordion-item:target h3 {
    color: #6444E7;
}

.accordion-item:target .answer {
}

.accordion-item.selected .accordion-link .ion-md-arrow-forward {
    visibility: hidden;
    opacity: 0;
}

.accordion-item.selected .accordion-link .ion-md-arrow-down {
    visibility: visible;
    opacity: 1;
}


.check-bullet {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .check-bullet img {
        width: 20px;
        height: 20px;
        margin-right: 20px;
    }

    .check-bullet p {
        margin: 0;
    }

.about-page h4 {
    font-weight: bold;
    margin-bottom: 8px;
}

.loan-type-wrap {
    display: flex;
    margin-top: 40px;
}

    .loan-type-wrap .loan-type-description {
        width: 60%;
        padding-right: 35px;
    }

        .loan-type-wrap .loan-type-description h4 {
            color: #6444E7;
        }

    .loan-type-wrap .loan-type-chart {
        width: 40%;
    }

        .loan-type-wrap .loan-type-chart tr th {
            background-color: #272e2e;
            color: #fff;
            padding: 12px;
        }

        .loan-type-wrap .loan-type-chart tr:nth-child(even) {
            background-color: #f1f0fc;
        }

        .loan-type-wrap .loan-type-chart tr td {
            padding: 12px;
        }

@media only screen and (max-width: 960px) {
    .container {
        max-width: 960px;
    }

    /*	.hero-main {
		background: url(/Content/images/hero1.png) bottom center no-repeat #fff;
		background-size: 1200px;
	}*/

    .hero-main.content h1 {
        text-shadow: 0px 0px 10px rgb(255,255,255);
    }

    .hero-main .gradient-btn {
        margin-bottom: 60px;
    }

    .large-bullet ul {
        padding-left: 0px;
    }

    .hero-bullets {
        padding-left: 240px;
    }

    .hero-main .row .col6 {
        margin: 40px 0 0 0;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        max-width: 768px;
    }

    /*	.hero-main {
		background: url(/Content/images/hero1mobile.png) bottom center no-repeat #fff;
	}*/

    .col3, .col4, .col5, .col6, .col7, .col8, .col9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .blue-section {
        padding: 70px 0;
    }

        .blue-section h3 {
            margin-bottom: 30px;
        }


    .multigradient-section .col4, .security-section .col4 {
        margin: 30px 0;
    }

    .steps-section {
        margin: 60px 0;
    }

        .steps-section .col5 {
            text-align: center;
        }

            .steps-section .col5 img {
                margin-top: 50px;
            }

    .large-bullets-section .col5 {
        text-align: center;
    }

    .hero-bullets .row {
        display: block;
        text-align: center;
    }

    .hero-bullets .bullet-content {
        width: calc(100% - 25px);
    }

    .hero-main .row .col6 {
        text-align: center;
    }

        .hero-main .row .col6 img {
            width: 100%;
            max-width: 500px;
            margin-top: 20px;
        }

    .blue-section .col5 {
        margin-top: 30px;
        text-align: center;
    }

    .blue-section .col5, .row.hero2 .col5, .row.steps-section .col4 {
        text-align: center;
    }

        .blue-section .col5 img, .row.hero2 .col5 img, .row.steps-section .col4 img, .steps-section .col5 img, .hero2 img {
            width: 100%;
            max-width: 450px;
            margin: 40px auto;
        }

    .multigradient-section-border {
        margin-bottom: 10px;
    }

    .hero-main h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .hero-main h1, .hero-main h2 {
        text-align: center;
    }

    .hero-main.content .container .row .col6 {
        margin: 0;
    }

    .hero-main.content h1 {
        margin: 20px 0;
    }

    .hero-main.content .gradient-btn {
        margin-bottom: 20px;
    }

    .loan-type-wrap {
        flex-direction: column;
    }

        .loan-type-wrap .loan-type-description, .loan-type-wrap .loan-type-chart {
            width: 100%;
        }

        .loan-type-wrap .loan-type-chart {
            margin-bottom: 40px;
        }

    .hero2 .col7 h4, .hero2 .col7 p {
        padding-left: 0;
    }
}

@media only screen and (max-width: 680px) {

    #dropdown {
        width: 100%;
    }

    .hero-bullets {
        padding-left: 205px;
    }
}

@media only screen and (max-width: 540px) {
    .container {
        max-width: 540px;
    }

    .steps-section .col5 img {
        width: 90%;
        margin: 0 auto;
    }

    .hero-bullets {
        padding-left: 135px;
    }

    .hero-main .row .col6 img {
        width: 80%;
    }

    .hero-main .gradient-btn {
        padding: 15px;
    }

    .container.how-to-steps .row {
        flex-direction: column;
    }

        .container.how-to-steps .row .col11 {
            width: 100%;
        }
}

@media only screen and (max-width: 425px) {

    header .btn-outline {
        display: none;
    }

    .hero-bullets {
        padding-left: 70px;
    }
}

@media only screen and (max-width: 375px) {

    header .btn-outline {
        display: none;
    }

    .hero-bullets {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 360px) {

    header .btn-outline {
        display: none;
    }

    .hero-bullets {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 320px) {

    header .btn-outline {
        display: none;
    }

    .hero-bullets {
        padding-left: 25px;
    }
}

ul li::before {
    content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #22b573; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 10px; /* Also needed for space (tweak if needed) */
    margin-left: -16px; /* Also needed for space (tweak if needed) */
    margin-top: 5px;
    vertical-align: top;
}

.hero-color {
    background-color: #22b573;
}

h4.step-number {
    font-size: 40px;
    color: #22b573;
}

.gradient-btn {
    background: rgb(249,223,106);
    background: linear-gradient(90deg, rgba(249,223,106,1) 0%, rgba(255,240,170,1) 100%);
    color: #000;
    width: 200px;
    padding: 20px;
    border-radius: 30px;
    margin: 0 auto 50px auto;
    transition: opacity .5s;
    animation: bounce 7s ease infinite;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-outline {
    border: 2px solid #f6d84c;
    color: #000;
    border-radius: 25px;
    padding: 15px;
    font-size: 12px;
    font-weight: bold;
    transition: .5s;
    background-color: #fff;
}

.multigradient-section {
    background: rgb(154,232,189);
    background: linear-gradient(90deg, rgba(154,232,189,1) 0%, rgba(182,239,208,1) 100%);
    border-radius: 100% 100% 100% 100% / 5% 5% 0% 0%;
    padding: 100px 0 0 0;
    color: #000;
}

.multigradient-section-border {
    background: rgb(154,232,189);
    background: linear-gradient(90deg, rgba(154,232,189,1) 0%, rgba(182,239,208,1) 100%);
    border-radius: 100% 100% 100% 100% / 0% 0% 15% 15%;
    height: 100px;
    margin-bottom: 120px;
}

.large-bullet ul li::before {
    content: "\2022";
    color: #3592F1;
    font-weight: bold;
    display: inline-block;
    width: 20px;
    margin-left: 0;
    margin-top: 0;
    vertical-align: top;
}

.purplegradient-section {
    background: rgb(246,246,255);
    background: linear-gradient(0deg, rgba(246,246,255,1) 0%, rgba(250,249,254,1) 100%);
    padding: 100px 0;
    text-align: center;
    margin-bottom: 80px;
}

.footer {
    background-color: #272e2e;
    padding: 20px 0 50px 0;
    margin-top: 50px;
}


.accordion-link .ion-md-arrow-forward {
    background: url('../images/ion-md-arrow-forward.png') right no-repeat;
    background-size: 18px;
    height: 20px;
    width: 40px;
    position: absolute;
    right: 0;
    transition: visibility 0.3s linear,opacity 0.2s linear;
}

.accordion-link .ion-md-arrow-down {
    background: url('../images/ion-md-arrow-down.png') right no-repeat;
    background-size: 18px;
    height: 20px;
    width: 40px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: visibility 0.3s linear,opacity 0.2s linear;
}

.loan-type-wrap .loan-type-chart tr th {
    background-color: #272e2e;
    color: #fff;
    padding: 12px;
}

.loan-type-wrap .loan-type-chart tr:nth-child(even) {
    background-color: #edfcf3;
}



.page-wrap {
    display: flex;
    min-height: 100vh;
    height: 100%;
    width: 100vw;
    align-items: stretch;
}

.sideBar-wrap {
    width: 320px;
    flex-shrink: 0;
    background-color: #ebf7ef;
    border-right: 2px solid #a5e5c4;
    display: flex;
    flex-direction: column;
}

    .sideBar-wrap .logo {
        width: 170px;
        margin: 50px 0 50px 50px;
    }

        .sideBar-wrap .logo img {
            width: 100%;
        }

    .sideBar-wrap .form-progress {
        width: 200px;
        display: flex;
        align-items: center;
        margin: 0 0 20px 50px;
    }

        .sideBar-wrap .form-progress .form-progress-number {
            width: 30px;
            height: 30px;
            border-radius: 18px;
            border: 2px solid #a5e5c4;
            background-color: #fff;
            margin-right: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .sideBar-wrap .form-progress.selected {
            font-weight: bold;
        }

            .sideBar-wrap .form-progress.selected .form-progress-number {
                background-color: #22b573;
                color: #fff;
                border: 2px solid #22b573;
            }

.sideBody-wrap {
    flex-grow: 1;
}

    .sideBody-wrap .form-header .row {
        justify-content: flex-end;
    }

        .sideBody-wrap .form-header .row .fa-bars {
            margin: 10px 30px 0 0;
        }


.form-pageBody {
    min-height: calc(100vh - 340px);
    width: 100%;
    max-width: 900px;
}

    .form-pageBody h2 {
        font-size: 28px;
        line-height: 34px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .form-pageBody h3 {
        max-width: 500px;
        font-weight: normal;
        line-height: 30px;
    }

    .form-pageBody h4 {
        font-weight: normal;
        color: #545454;
        margin-top: 20px;
        font-size: 16px;
        line-height: 24px;
    }

.form-pageBody {
    /*padding: 100px 0 0 10%;*/
}

    .form-pageBody .question-wrap {
        margin-bottom: 50px;
        width: 100%;
        padding: 100px 0 0 10%;
    }

        .form-pageBody .question-wrap .inputSection-wrap {
            margin-top: 40px;
            display: flex;
            flex-direction: column;
        }

            .form-pageBody .question-wrap .inputSection-wrap label {
                margin-bottom: 15px;
                line-height: 25px;
            }

            .form-pageBody .question-wrap .inputSection-wrap select {
                padding: 15px 10px;
                font-size: 16px;
                border-radius: 8px;
                border: 2px solid #C1BDBD;
                margin-bottom: 15px;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                background: url(../images/downarrow.png) right 10px center no-repeat;
                background-size: 20px;
            }

                .form-pageBody .question-wrap .inputSection-wrap select:after {
                    padding: 5px 0;
                }

    .form-pageBody .checkwrap .scrollbox {
        width: 90%;
        font-weight: normal;
        color: #545454;
        font-size: 16px;
        line-height: 24px;
        flex-shrink:1;
    }

    .form-pageBody #termsConsent {
        flex-shrink: 0;
    }

.row.checkwrap {
    flex-wrap: nowrap;
}

.quarter {
    width: 25%;
    margin-right: 1%;
}

.third {
    width: 33%;
    margin-right: 1%;
}

.half {
    width: 50%;
}

.twothird {
    width: 67.5%;
}

.form-pageBody .question-wrap .inputSection-wrap input {
    padding: 15px 0;
    text-indent: 20px;
    font-size: 16px;
    border-radius: 8px;
    border: 2px solid #C1BDBD;
    margin: 0 1% 15px 0;
    flex-shrink: 0;
    color: #000000;
}

    .form-pageBody .question-wrap .inputSection-wrap input[type=checkbox], #termsConsent {
        --active: #5797df;
        --active-inner: #fff;
        --border: #bbc1e1;
        --border-hover: #275efe;
        --background: #fff;
        --disabled: #f6f8ff;
        --disabled-inner: #e1e6f9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 34px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }

        .form-pageBody .question-wrap .inputSection-wrap input[type=checkbox]:after, #termsConsent:after {
            content: "";
            display: block;
            left: 0;
            top: 0;
            position: absolute;
            transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
        }

        .form-pageBody .question-wrap .inputSection-wrap input[type=checkbox]:checked, #termsConsent:checked {
            --b: var(--active);
            --bc: var(--active);
            --d-o: 0.3s;
            --d-t: 0.6s;
            --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
        }

        .form-pageBody .question-wrap .inputSection-wrap input[type=checkbox]:disabled, #termsConsent:disabled {
            --b: var(--disabled);
            cursor: not-allowed;
            opacity: 0.9;
        }

        .form-pageBody .question-wrap .inputSection-wrap input[type=checkbox]:focus, #termsConsent:focus {
            box-shadow: 0 0 0 var(--focus);
        }

        .form-pageBody .question-wrap .inputSection-wrap input[type=checkbox]:not(.switch), #termsConsent:not(.switch) {
            width: 34px;
            margin-right: 18px;
            border-radius: 7px;
            border: 2px solid #C1BDBD;
        }

            .form-pageBody .question-wrap .inputSection-wrap input[type=checkbox]:not(.switch):after, #termsConsent:not(.switch):after {
                width: 6px;
                height: 12px;
                border: 2px solid var(--active-inner);
                border-top: 0;
                border-left: 0;
                left: 11px;
                top: 5px;
                transform: rotate(var(--r, 20deg));
            }

            .form-pageBody .question-wrap .inputSection-wrap input[type=checkbox]:not(.switch):checked, #termsConsent:not(.switch):checked {
                --r: 43deg;
            }

        .form-pageBody .question-wrap .inputSection-wrap input[type=checkbox].switch, #termsConsent.switch {
        }



.form-pageBody .question-wrap .inputSection-wrap .checkwrap.twothird {
    width: 67.5%;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}

.form-pageBody .question-wrap .inputSection-wrap .scrollbox {
    border: 2px solid #C1BDBD;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    overflow-y: scroll;
    height: 80px;
}

.form-pageBody .question-wrap .inputSection-wrap .checkwrap.first .scrollbox {
    height: 50px;
}

.form-pageBody .question-wrap .inputSection-wrap .checkwrap.consentcheck {
    flex-wrap: nowrap;
}

    .form-pageBody .question-wrap .inputSection-wrap .checkwrap.consentcheck input[type=checkbox] {
        margin-top: 5px;
    }

.form-pageBody .question-wrap button {
    border: 0;
    background-color: #5797df;
    padding: 15px 20px;
    border-radius: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}


    .form-pageBody .question-wrap button.inactive {
        background-color: #dfe5ea;
        color: #969a9e;
    }

    .form-pageBody .question-wrap button.submitted {
        background-color: #22b573;
        color: #fff;
    }

    .form-pageBody .question-wrap button.option {
        background-color: #fff;
        border: 2px solid #5797df;
        color: #5797df;
    }

    .form-pageBody .question-wrap button.back {
        background: none !important;
        border: none;
        padding: 0 0 20px 0 !important;
        /*optional*/
        font-family: arial, sans-serif;
        /*input has OS specific font-family*/
        color: dimgrey;
        text-decoration: underline;
        cursor: pointer;
    }

.radio-option {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

    .radio-option input[type="radio"] {
        opacity: 0;
        position: fixed;
        width: 0;
    }

    .radio-option input[type="checkbox"] {
        opacity: 0 !important;
        position: fixed !important;
        width: 0 !important;
        border-radius: 0 !important;
    }

    .radio-option label {
        background-color: #fff;
        padding: 15px 0;
        font-size: 16px;
        line-height: 30px;
        border: 2px solid #C1BDBD;
        border-radius: 10px;
        margin: 10px 5px;
        font-weight: bold;
        text-align: center;
        width: 27%;
        transition: background-color 0.3s ease;
    }

        .radio-option label:hover {
            background-color: #d4e8ff;
            border: 2px solid #C1BDBD;
        }

    /*    .radio-option input[type="radio"]:focus + label, .radio-option input[type="checkbox"]:focus + label {
        background-color: #d4e8ff;
        border: 2px solid #5797df;
    }*/

    .radio-option input[type="radio"]:checked + label, .radio-option input[type="checkbox"]:checked + label {
        background-color: #d4e8ff;
        border: 2px solid #5797df;
    }

.bank-blockWrap {
    display: flex;
    margin-top: 30px;
}

.bank-block {
    border: 1px solid #C1BDBD;
    text-align: center;
    width: 280px;
    padding: 40px 20px;
    border-radius: 15px;
    flex-grow: 0;
}

    .bank-block h3 {
        font-size: 18px;
    }

    .bank-block:first-child {
        margin-right: 20px;
    }

.form-pageBody .question-wrap .bank-block button {
    margin-top: 0px;
}

.uploadTitle {
    font-size: 16px;
    margin-top: 40px;
}


.upload-block {
    border: dashed 2px #C1BDBD;
    background-color: #d4e8ff;
    display: flex;
    padding: 20px;
    border-radius: 10px;
    justify-content: space-between;
    width: 250px;
    margin-bottom: 20px;
    align-items: center;
    font-size: 14px;
}

.reviewTitle {
    border: solid 1px #C1BDBD;
    display: flex;
    padding: 15px 20px 15px 50px;
    background: url('../images/downarrow.png') left 18px center no-repeat;
    background-size: 18px;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}

    .reviewTitle.first {
        margin-top: 40px;
    }

    .reviewTitle.selected {
        margin-bottom: 0;
    }

.reviewContent {
    height: 300px;
    border: solid 1px #C1BDBD;
    overflow-y: scroll;
    margin-bottom: 20px;
}

    .reviewContent .row {
        display: flex;
        border-bottom: 1px solid #C1BDBD;
        padding: 18px;
        justify-content: space-between;
        align-items: center;
    }

        .reviewContent .row .reviewContent-Label {
            color: #545454;
        }

.reviewTitle p {
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.loading-title {
    align-items: center;
}

    .loading-title h2 {
        margin-right: 20px;
    }

.verify-check {
    width: 16px;
    margin: 0 10px -2px 0;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 44px;
        height: 44px;
        margin: 8px;
        border: 6px solid #275efe;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #275efe transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

.submit-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#successMsg {
    display: none;
    width: 80%;
    /*    min-height: calc(80vh - 340px);*/
    /*    width: 90%;
    margin: 0 auto;*/
}

    #successMsg h2 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 15px 0;
        /* text-align: center;*/
    }

    #successMsg h5 {
        font-size: 18px;
        line-height: 22px;
        /* text-align: center;*/
        margin-top: 20px;
        font-weight: bold;
    }

        #successMsg h5 span {
            color: #22b573;
        }

    #successMsg p {
        font-size: 18px;
    }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.sideBar-wrap.mobile {
    display: none;
}

    .sideBar-wrap.mobile .bar {
        display: none;
    }


@media only screen and (max-width: 1250px) {
    .form-pageBody {
        padding: 50px 0 0 0;
        width: 100%;
    }

        .form-pageBody .question-wrap {
            width: 90%;
            margin: 0 auto 50px auto;
            padding: 0;
        }

    .radio-option label {
        width: 30%;
    }

    .third {
        width: 48%;
    }

    .twothird, .half {
        width: 98%;
    }

    .form-pageBody .question-wrap .inputSection-wrap .checkwrap.twothird {
        width: 98%;
    }

    .upload-block {
        min-width: 300px;
        width: 80%;
    }
}

@media only screen and (max-width: 1000px) {
    header {
        display: none;
    }

    .page-wrap {
        width: 100%;
    }

    .fa-bars {
        margin-right: 30px;
    }

    .sideBar-wrap.desktop {
        display: none;
    }

    .sideBar-wrap.mobile {
        display: block;
    }

        .sideBar-wrap.mobile .row:last-child {
            justify-content: space-around;
        }

    .page-wrap {
        flex-direction: column;
    }

    .sideBar-wrap {
        width: 100%;
        border-right: 0;
        border-bottom: 2px solid #a5e5c4;
    }

        .sideBar-wrap .row {
            justify-content: space-between;
            align-items: center;
        }

    .form-progress {
        display: inline-block;
    }

    .sideBar-wrap .logo {
        margin: 20px 40px;
    }

    .sideBar-wrap {
        flex-direction: row;
        flex-wrap: wrap;
    }

        .sideBar-wrap .form-progress {
            margin: 0 0 30px 0;
            width: auto;
            font-size: 14px;
        }

            .sideBar-wrap .form-progress .form-progress-number {
                width: 25px;
                height: 25px;
                font-size: 14px;
            }
}



@media only screen and (max-width: 750px) {
    .form-pageBody .question-wrap button {
        margin-bottom:10px;
    }
    .submit-wrap {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 630px) {
    .sideBar-wrap .form-progress {
        display: none;
    }

    .sideBar-wrap.mobile .bar {
        display: block;
    }

    .sideBar-wrap .bar {
        background-color: #fff;
        height: 4px;
        width: 25%;
        margin: 15px 0 30px;
    }

        .sideBar-wrap .bar.color {
            background-color: #22b573;
        }

    .sideBar-wrap.mobile .row:last-child {
        width: 90%;
        margin: 0 auto;
    }
}


@media only screen and (max-width: 490px) {

    .sideBar-wrap .logo {
        margin: 20px;
    }

        .sideBar-wrap .logo img {
            width: 150px;
        }

    .radio-option label {
        width: 100%;
        margin: 0 5px 10px 5px;
    }

    .third {
        width: 98%;
    }
}

.required-field {
    color: red !important;
    padding: 0 7px !important;
    font-weight: 900 !important;
}

input[type=radio] + label, input[type=checkbox] + label {
    cursor: pointer
}

input[type=text].erred, input[type=text].erred:focus,
input[type=tel].erred, input[type=tel].erred:focus,
input[type=email].erred, input[type=email].erred:focus,
select.erred {
    border-color: red !important;
}

    input[type=text].erred:focus,
    input[type=tel].erred:focus,
    input[type=email].erred:focus {
        outline: none;
        border-color: red !important;
    }

#businessStartDateNotStartedButton, #businessTypeNoneApplyButton {
    cursor: pointer;
}

.erred-wrapper {
    display: contents;
}

.erred-message {
    color: red !important;
    padding: 0 5px 10px 10px;
}

select.disabled {
    color: gray;
}

select option {
    color: black;
}

