﻿@font-face {
    font-family: HelveticaNeue;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/HelveticaNeue-Roman.otf");
}
@font-face {
    font-family: HelveticaNeue;
    font-style: normal;
    font-weight: bold;
    src: url("fonts/HelveticaNeue-Bold.otf");
}
@font-face {
    font-family: HelveticaNeue;
    font-style: italic;
    font-weight: normal;
    src: url("fonts/HelveticaNeue-Italic.otf");
}
@font-face {
    font-family: HelveticaNeue;
    font-style: italic;
    font-weight: bold;
    src: url("fonts/HelveticaNeue-BoldItalic.otf");
}

@font-face {
    font-family: ArialNarrow;
    font-weight: bold;
    src: url("fonts/arial-narrow-bold.ttf");
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------- General */

.red{
    color: #dc0032;
}
.text-danger {
    color: #dc0032!important;
}
.text-right{
    text-align: right;
}

@media all and (min-width: 1200px){
.container{
    width: 1170px;
}
}

.btn-primary{
    display: block;
    background-color: #dc0032;
    border-color: #dc0032;
    text-transform: uppercase;
    font-family: HelveticaNeue;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 40px;
    width: initial;
    cursor: pointer;
}
.btn-primary:hover{
    background-color: #000000;
    border-color: #000000;
}
@media all and (max-width: 767px){
.btn-primary{
    width: 100%;
    padding: 10px 40px;
    font-size: 16px;
}
}
@media all and (max-width: 575px){
.container{
    width: 100%;
}
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------- Top white stripe */

.top_white_stripe img{
    max-width: 200px;
    width: 100%;
    height: auto;
}

.top_white_stripe a.phone-number{
    color: #dc0032;
    font-family: ArialNarrow;
    font-size: 20px;
    text-decoration: none;
}
.top_white_stripe a.phone-number:hover{
    color: #000000;
}


/* --------------------------------------------------------------------------------------------------------------------------------------------------------- Top black stripe */

.top_white_stripe{
    padding: 10px 0;
}


/* --------------------------------------------------------------------------------------------------------------------------------------------------------- Top black stripe */

.top_black_stripe{
    background-color: #000000;
    background-image: -webkit-radial-gradient( center right, circle,   #ffffff, #000000 80% );
    background-image:      -o-radial-gradient( center right, circle,   #ffffff, #000000 80% );
                                                                                                    
                                                                                               
    background-image:         radial-gradient( circle at center right, #ffffff, #000000 80% );
    background-size: 230%;
    color: #ffffff;
    font-family: HelveticaNeue;
    font-size: 64px;
    font-weight: bold;
}
.top_black_stripe .get-started{
    margin: 70px 0 140px;
}



@media all and (max-width: 767px){
.top_black_stripe{
    font-size: 42px;
}
}

@media all and (max-width: 575px){
.top_black_stripe{
    font-size: 26px;
}
}









/* --------------------------------------------------------------------------------------------------------------------------------------------------------- The form */

.the_form{
    color: #000000;
    font-family: HelveticaNeue;
    font-size: 14px;
    font-weight: 600;
}


.the_form > .container > .row{
    padding: 30px;
    background: #e6e7e8;
    margin: 30px 0;
    border-radius: 8px;
}



.the_form form > .row{
    margin-right: -5px;
    margin-left: -5px;
}
.the_form form > .row > .col,
.the_form form > .row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }


.the_form .form-control{
    border: none;
    padding: 6px 12px;
    font-family: HelveticaNeue;
    font-size: 14px;
    font-weight: 600;
}

.the_form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */ font-weight: 600; font-size: 14px; color: #adaeb1; }
.the_form .form-control::-moz-placeholder          { /* Firefox 19+ */         font-weight: 600; font-size: 14px; color: #adaeb1; }
.the_form .form-control:-ms-input-placeholder      { /* IE 10+ */              font-weight: 600; font-size: 14px; color: #adaeb1; }
.the_form .form-control:-moz-placeholder           { /* Firefox 18- */         font-weight: 600; font-size: 14px; color: #adaeb1; }



select.form-control{
    color: #adaeb1;
    font-family: HelveticaNeue;
    font-size: 14px;
    font-weight: 600;
    height: 30px !important;
}
select.form-control.color_adjusted{
    color: #464a4c;
}
select.form-control option{
    color: #464a4c;
    font-family: HelveticaNeue;
    font-size: 14px;
    font-weight: 600;
}
/* select option[disabled="disabled"]:not(:first-of-type){ */
select.form-control option[disabled="disabled"]{
    color: #adaeb1;
}



.the_form label{
    margin-bottom: 0;
    margin-top: 15px;
    font-family: HelveticaNeue;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}
.the_form label .info_icon{
    font-size: 10px;
    position: relative;
    top: -2px;
}



.card_info_hover{
    background: #000000;
    color: #ffffff;
    padding: 18px 18px 14px;
    margin-top: 15px;
    width: 343px;
    display: block;
    display: none;
    position: absolute;
}
.card_info_hover > div{
    display: inline-block;
}
.card_info_hover .card_image{
    width: 100px;
    height: 64px;
    background-image: url('../images/Popup_SmarterFundingCard.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    
}
.card_info_hover .card_text{
    width: 195px;
    margin-left: 7px;
    vertical-align: top;
    position: relative;
    top: 2px;
}



.the_form .fields_required{
    font-size: 12px;
    margin-top: 40px;
}


.the_form .i_agree{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
}
.the_form .i_agree a{
    color: #000000;
    text-decoration: underline;
}
.the_form .i_agree a:hover{
    color: #dc0032;
    text-decoration: none;
}



.the_form #submit-btn{
    margin-top: 20px;
    margin-bottom: 20px;
}

@media all and (max-width: 991px){
.card_info_hover{
    position: relative;
}
}
@media all and (max-width: 767px){
.the_form > .container{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}
.the_form > .container > .row{
    border-radius: 0;
    margin: 0 0 30px;
}

body > div > .container{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}
body > div > .container > .row{
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
}
}


/* --------------------------------------------------------------------------------------------------------------------------------------------------------- The footnote section */

.footnote{
    font-family: HelveticaNeue;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 30px;
}


/* --------------------------------------------------------------------------------------------------------------------------------------------------------- The trust section */

.the_trust{
    background: #e6e7e8;
    padding-top: 35px;
    padding-bottom: 40px;
}

.the_trust .trustpilot{
    text-align: right;
}
.the_trust .trustpilot img{
    position: relative;
    top: 10px;
    width: 100%;
    max-width: 434px;
}

@media all and (max-width: 767px){
.the_trust .col-12,
.the_trust .trustpilot{
    text-align: center;
}
}



/* --------------------------------------------------------------------------------------------------------------------------------------------------------- The footer */

.the_footer{
    background: black;
    color: white;
}

.the_footer .call_now{
    display: none;
    padding-top: 30px;
}


.the_footer ul.social{
    margin: 40px auto;
}
.the_footer ul.social li{
    display: inline-block;
}

.the_footer ul.social li img{
    height: 30px;
    margin: 0 5px;
}
.the_footer ul.social li img.social_icon.red{
    display: none;
}
.the_footer ul.social li:hover img.social_icon.red{
    display: inline;
}
.the_footer ul.social li:hover img.social_icon.white{
    display: none;
}

.the_footer .footer_links a{
    color: #ffffff;
    text-decoration: none;
}
.the_footer .footer_links a:hover{
    color: #dc0032;
}


.the_footer .licence{
    margin: 30px auto 50px;
    text-align: center;
}



@media all and (max-width: 767px){
.the_footer .call_now{
    display: block;
}
.the_footer ul.social li img{
    height: 44px;
}
}

@media all and (max-width: 575px){
.the_footer .licence{
    text-align: left;
}
}


/* --------------------------------------------------------------------------------------------------------------------------------------------------------- The popups*/

body.no_scroll{
    height: 100vh;
    overflow-y: hidden;
}

.the_popups{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.the_popups .close_popup{
    position: absolute;
    top: 20px;
    right: 28px;
    cursor: pointer;
    font-size: 20px;
}
.the_popups .close_popup:hover{
    color: #dc0032;
}


.the_popups_inner{
    height: 80vh;
    width: 100%;
    max-width: 810px;
    position: absolute;
    top: 10vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);           
    overflow: hidden;
    background: #ffffff;
    padding: 30px;
}

.popup{
    height:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;    
    font-family: HelveticaNeue;
    font-size: 14px;
    font-weight: 400;
}
.popup > div{
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.popup .text{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
}
.popup .title h2{
    font-size: 34px;
    font-weight: 600;
}
.popup .text h3{
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 20px;
}
.popup .text a{
    text-decoration: underline;
    color: #dc0032;
}
.popup .text a:hover{
    text-decoration: underline;
    color: #000000;
}

.popup .scroll{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-right: 40px;
}


@media all and (max-width: 767px){
.the_popups_inner{
    height: 90vh;
    height: calc(100vh - 50px);
    top: 10vh;
    top: calc(0vh + 50px);
}
}


/* --------------------------------------------------------------------------------------------------------------------------------------------------------- Mobile content */

.mobile_content{
    font-family: HelveticaNeue;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}
.mobile_content h2{
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin: 45px 0 20px;
}
.mobile_content p.red{
    font-weight: 600;
}
.mobile_content p a{
    color: #000000;
    font-weight: 600;
}
.mobile_content p a:hover{
    text-decoration: none;
    color: #dc0032;
}

.mobile_content > .container{
    min-height: 440px;
    background-image: url('../images/DesktopGraphic_ThankYou.gif');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    margin-bottom: 30px;
}

.mobile_content .mobile_image img{
    max-width: 100%;
    width: 100%;
    height: auto;
}


@media all and (max-width: 767px){
.mobile_content > .container{
    background-image: none;
}
}


/* --------------------------------------------------------------------------------------------------------------------------------------------------------- Mobile card popup */


.mobile_card{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    color: #ffffff;
    min-height: 50px;
    padding: 50px 30px;
    display: none;
}

.mobile_card .mobile_card_inner{
    display: inline-block;
    position: relative;
    font-family: HelveticaNeue;
    font-size: 14px;
    font-weight: 400;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.mobile_card .mobile_card_inner > div{
    display: inline-block;
}

.mobile_card .card_image{
    width: 100px;
    height: 64px;
    background-image: url('../images/Popup_SmarterFundingCard.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.mobile_card .card_text{
    width: 195px;
    margin-left: 7px;
    vertical-align: top;
    position: relative;
    top: 2px;
}

.mobile_card .close_card_popup{
    position: absolute;
    top: 20px;
    right: 30px;
}

@media all and (max-width: 365px){
.mobile_card .card_text{
    width: 148px;
    width: calc(100% - 112px);
}
}
@media all and (max-width: 345px){
.mobile_card .card_text{
    font-size: 13px;
}
}


/* --------------------------------------------------------------------------------------------------------------------------------------------------------- */

.show767{ display: none; }
.show575{ display: none; }

@media all and (max-width: 767px){
.hide767{ display: none; }
.show767{ display: block; }
}

@media all and (max-width: 575px){
.hide575{ display: none; }
.show575{ display: block; }
}




























