:root {
    --primary-color: #388F43;
    --secondary-color: #EDBF1A;
    --tertiary-color: #1F4F5E;
    --quaternary-color: #333;
    --finally-color: #555555;
    --white: #fff;
    --light-grey: #Dfe9E8;
    --grey: #727272;
    --hyperlink-color: #1F4F5E;
    --phonelink-color: #00AD6F;
    --text-color: #000;
    --headertext-color: #474747
}

.icon-check-sign:before {
    content: '\f14a';
}

body {
    font-family: Archivo;
    font-style: normal;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #ffffff;
    font-weight: 400;
    /*line-height: 18px;*/
}
/*body {
    color: #333;
    font-family: Archivo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;*/ /* 142.857% */
/*}*/

.h1 {
    font-family: Archivo;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
}

h1 {
    font-family: Archivo;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    /*font-size: 30px !important;*/
}

h2 {
    font-size: 26px;
    font-family: Archivo;
}

h3 {
    font-family: "Archivo";
    font-size: 18px;
}

h4 {
    /*font-size: 22px !important;*/
    /*text-transform: uppercase;*/
    color: var(--primary-color);
}

h3, h4 {
    line-height: 1.7;
}

h4, h6 {
    font-family: Archivo;
    font-weight: bold;
}

.dsh-h6 {
    font-family: Archivo;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    font-size: 16px;
    padding-top: 18px;
}

h5 {
    font-family: Archivo;
    /*font-weight: bold;*/
    font-size: 13px;
    color: #333333;
    font-weight: 600;
    line-height: 20px;
}

.aEsign {
    color: #F87500;
    font-weight: 600
}
.alinks {
    text-decoration: underline !important;
    color: rgb(44, 143, 44) !important;
}
a:link, a:visited {
    text-decoration: none;
    /*color: #1E1E1E;*/
    color: #000;
}

a:hover, a:focus, .underline {
    text-decoration: none;
    color: var(--hyperlink-color);
}

hr {
    border-width: 1px 0px;
    border-color: var(--secondary-color);
}

.text-info {
    color: #000000;
}

.text-info_copy {
    color: var(--primary-color);
}

.text-warning {
    color: rgb(231, 146, 26);
}

.text-success {
    color: var(--primary-color);
}

.btn-warning {
    background-color: rgb(231, 146, 26);
}

.btn-danger {
    background-color: #C23935;
    border-color: #C23935;
}

.btn-success {
    background-color: #30CB68;
    border-color: #30CB68;
}

a.btn, a.jumbotron {
    color: var(--white);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    font-size: 13px;
    font-family: Archivo;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 100px;
}
}

.allcaps {
    text-transform: uppercase;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.clear {
    clear: both;
}

#bindex .well {
    background-color: transparent;
    color: var(--text-color);
    text-align: left;
    margin-bottom: 15px;
    border: 1px solid #DDD;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    padding: 20px 25px 27.28px 20px;
}

    #bindex .well h2 {
        font-size: 25px;
    }

    #bindex .well p {
        font-size: 13px;
        color: #5D5D5D;
        font-style: normal;
    }

.well.marketing > h3 > p {
    font-weight: 400;
}


.glyphicon-question-sign {
    font-size: 1.1rem;
    color: var(--primary-color);
}

.navbar-icon {
    float: right;
    padding: 15px 20px 15px 0;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand img {
    height: 23px;
}

.navbar-fixed-top a {
    text-transform: math-auto;
    color: #333;
}

.navbar-default .navbar-toggle {
    border-color: #666;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #666;
    }


.nav-stacked {
    font-family: Archivo;
    font-weight: bold;
}

.h3 {
    font-weight: normal;
}

.btn {
    border-radius: 0;
}

    .btn.login-btn, input.btn.btn-info, .btn.btn-lg#content_customContent_pmtSubmit, .ffDetailButton {
        background-color: var(--secondary-color);
        color: var(--white);
        border-color: var(--secondary-color);
        text-transform: uppercase !important;
        font-size: 15px;
        font-family: Archivo;
        font-weight: 500;
    }

        .btn.login-btn:hover,
        .btn.login-btn:focus,
        .btn.login-btn:active,
        .btn.login-btn.active,
        input.btn.btn-info:hover,
        input.btn.btn-info:focus,
        input.btn.btn-info:active,
        input.btn.btn-info.active,
        .btn.btn-lg#content_customContent_pmtSubmit:hover,
        .btn.btn-lg#content_customContent_pmtSubmit:focus,
        .btn.btn-lg#content_customContent_pmtSubmit:active,
        .btn.btn-lg#content_customContent_pmtSubmit.active,
        .open .dropdown-toggle.btn.login-btn, #schedulepaymentlink:hover {
            color: var(--white);
            background-color: var(--quaternary-color);
            border-color: var(--quaternary-color);
        }

.dPayButton.inactive:hover,
.dPayButton.inactive:focus,
.dPayButton.inactive:active {
    color: #000000;
}

.navbar-default .navbar-nav li a:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.navbar-default .navbar-nav .active a, .navbar-default .navbar-nav .active a:hover, .navbar-default .navbar-nav .active a:focus {
    color: var(--primary-color);
    background-color: #fff;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus {
    color: var(--secondary-color);
    font-size: 15px;
    font-family: Archivo;
}

.navbar-default .navbar-form {
    border-color: var(--secondary-color);
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: var(--secondary-color);
}

.form-horizontal .control-label {
    color: var(--quaternary-color) !important;
}




.disclaimer {
    font-family: Archivo;
    font-style: italic;
    line-height: 20px;
    font-weight: 400;
    color: #333333;
    text-align: justify;
    font-size: 12px;
    max-width: 1045px;
    margin: auto;
}

#modalTerms .modal, #modalPrivacy .modal {
    top: 5%;
    bottom: 5%;
    line-height: 20px;
    font-weight: 400;
    color: #333333;
    text-align: justify;
    font-size: 12px;
    max-width: 1045px;
    margin: auto;
}

#modalTerms .modal, #modalPrivacy .modal {
    top: 5%;
    bottom: 5%;
    line-height: 20px;
    font-weight:400;
    color: #333333;
    text-align: justify;
    font-size: 12px;
    max-width: 1045px;
     margin: auto; 
}

    .disclaimer_howItWorks{
        padding-left:8%;
        padding-right:8%;
    }
    #modalTerms .modal, #modalPrivacy .modal {
        top: 5%;
        bottom: 5%;
    }

#modalTerms .modal-body, #modalPrivacy .modal-body {
    max-height: 500px;
    height: 450px;
    overflow: auto;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        /*height: 100%;*/
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


#sidebar {
    display: none !important;
}

div.well.form-horizontal.clearfix {
    /*margin-left: 0 !important;*/
}

.panel-default > .panel-heading {
    background-color: #F5F5F5;
    border: 0;
}
.well {
    background-color: white;
    border-radius: 15px !important;
    border: solid 1px lightgray !important;
    background: #EDEDED;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.accordion-toggle:hover {
    color: var(--black, #474747)
}

div.well.form-horizontal.clearfix, #preferencesContainer .resp-tab-content, #content_customContent_div_loan_details, #content_customContent_divUpdatePassword .well.form-horizontal.clearfix, .ffPaymentDiv, #div_make_payment {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
}

/*#content_customContent_divUpdatePassword .col-sm-8, #content_customContent_divErrorPg .col-sm-8, #loginScreenDiv .col-sm-9 {
    width: 100%;
}*/
#content_customContent_divUpdatePassword .col-sm-8, #content_customContent_divErrorPg .col-sm-8 {
    width: 100%;
}

    /*.col-sm-8, #loginScreenDiv {
    width: 90%;
}*/


    #loanActivity {
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
}

#preferencesContainer ul.resp-tabs-list {
    margin-left: 70px;
}

h2.resp-accordion, h2.resp-tab-active {
    background-color: #EDFFEF !important;
}

.masthead {
    /*border-bottom: 1px solid var(--secondary-color);*/
}

#Dobformat {
    color: var(--quaternary-color) !important;
}

.masthead > .container {
    /*border-bottom: 1px solid var(--quaternary-color);*/
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
}

.masthead .col-sm-5 {
    width: 39%;
}

.homepage .lead {
    font-size: 24px;
    line-height: 1.25;
}

.homepagesmheader {
    font-size: 22px;
    /*width: 100%;*/
    width: 585px;
    text-align: left;
    font-weight: 400;
    /*padding-left: 15px;*/
    padding: 35px 15px 20px;
    letter-spacing: -0.85px;
    color: var(--quaternary-color)
}

.homepageheaderdisclaimer {
    font-size: 16px;
    /*font-style: italic;*/
    padding-left: 15px;
    color: var(--text-color);
    font-family: Archivo;
    font-style: normal;
    font-weight: 800;
    line-height: 40.8px;
    opacity: 0.8;
    text-align: left;
    /*margin-top: 20px;*/
}

footer .companyinfo {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    font-weight: bold;
}

.footercontactlink {
    color: white !important;
    font-weight: 500;
    text-decoration: underline !important;
}
.hiw_sub_head {
    color: var(--black, #474747);
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.9px; /* 124.375% */
}

.rewardsSec {
    /*background-color: url();*/
    /*width: 1440px;*/
    height: 349px;
    background-image: url('/merchants/dsh/img/slider02.jpg') !important;
    box-shadow: 0 -6px 4px 0 rgba(0, 0, 0, 0.14) inset;
    z-index: 0;
    background-position: center;
    background-size: cover;
}
.jumbotron.homepage {
    padding: 15px 30px 30px 30px;
    min-height: 637px;
    background-size: cover;
    background: url('/merchants/dsh/img/slider01.jpg');
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    /*background-color: rgb(98, 196, 98);*/
    /*background: linear-gradient(106deg, #BDDEE2 59%, #a9d0d9 18%, transparent 69%)*/
}
.hiw_sub {
    color: var(--Test-color, #474747);
    font-family: Archivo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.9px;

}

#content_customContent_emailSection > .emailSection > .control-label {
    text-align: right;
}
@media screen and (max-width: 1199px ) {
    .bttc-icon-1 {
        margin-left: -2px;
    }

    #preferencesContainer ul.resp-tabs-list {
        margin-left: 0px;
    }

    .app_income_periodheader_align {
        font-size: 9pt !important;
    }

    #bindex .well {       
        padding: 20px 11px 27.28px 10px;
    }

}

@media screen and (max-width: 991px ) {

    .bttc-icon-1 {
        margin-left: 0;
    }

    .bttc-icon-2 {
        margin-left: 0;
    }

    a #ml-complete-btn.btn.bttc-next-btn {
        width: 100%;
    }

    .bttc-schedule-group {
        padding: 0 15px;
        margin-top: 10px;
    }

    .bttc-schedule-btn {
        width: 100%
    }

    .bttc-ff-number {
        padding-right: 0;
    }

    .bttc-sidebar-header {
        text-align: center;
    }

    .navbar li.nav-item, .navbar li.active {
        width: 15.6666667%;
    }

    .navbar li#liNavBarPref {
        width: 17.6666667%;
    }

    .navbar li.nav-item a#desktopAccount, .navbar li.nav-item a#desktopApply, .navbar li.nav-item a#desktopEsign {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    div.inline-login {
        padding-top: 55px;
    }

    .app_income_periodheader_align {
        font-size: 13pt !important;
        margin-left: 19% !important;
    }

    .homepagerewardimage {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #bindex .well {
        padding: 20px 31px 27.28px 20px;
    }
}


@media (min-width:768px) {
    .logincontainer {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    body {
        padding-bottom: 0px;
    }

    .modal-dialog {
        width: 600px;
    }

    .masthead {
        padding-top: 5px;
    }

    .container > hr {
        margin: 30px 0;
    }

    .col-sm-8 {
        padding-top: 0;
    }

    .col-sm-3 {
        padding-top: 0;
    }

    .inline-login {
        padding-top: 10px;
    }

    #blogin .inline-login {
        display: none !important;
    }

    .navbar {
        /*margin-top: 25px;*/
    }

        .navbar .nav li {
            float: left;
        }

            .navbar .nav li a {
                /*font-weight: bold; Ronak*/
                text-align: center;
                border-left: 1px solid var(--secondary-color);
                border-right: 1px solid var(--secondary-color);
            }

            .navbar .nav li:first-child a {
                border-left: 0;
            }

            .navbar .nav li:last-child a {
                border-right: 0;
            }

    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

    .container .jumbotron {
        padding-right: 10px;
        padding-left: 10px;
    }

    /*.jumbotron.homepage {
        padding: 15px 30px 30px 30px;
        min-height: 637px;*/
        /*background-size: cover;*/
        /*background: linear-gradient(142deg, #a9d0d9 0%, #BDDEE2 9%,transparent 56%), url('/merchants/dsh/img/slider01.jpg');
        background-repeat: no-repeat;
        background-position: right;
        border: 1px solid #e3e3e3;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
        /*background-color: rgb(98, 196, 98);*/
        /*background: linear-gradient(106deg, #BDDEE2 59%, #a9d0d9 18%, transparent 69%)*/
    /*}*/

    .applicationrowheader {
        /*background-image: url(/merchants/dsh/img/application_header.png);*/
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
        /*min-height: 400px;*/
        max-width: 100%;
        position: relative;
    }

    .homepage h1 {
        font-size: 3rem !important;
        text-transform: uppercase;
        line-height: 1;
        padding-left: 15px;
        margin-bottom: 0;
    }

    .homepage .lead {
        font-size: 24px;
        line-height: 1.25;
    }

    footer nav {
        text-transform: uppercase;
    }

    footer .nav li a {
        padding: 0;
    }

    footer .companyinfo {
        text-align: right;
        padding-top: 0;
    }

    .form-horizontal .control-label {
        text-align: right;
        color: var(--quaternary-color) !important;
        font-family: Archivo;
        font-weight: 500;
    }

    #esigtop {
        padding-top: 0;
    }

    #besigs .well {
        margin-top: 25px;
    }

    #content_customContent_frmMilitary label {
        float: right;
        width: 98%;
        font-weight: normal
    }

    #content_customContent_frmtcpAgreement label {
        float: left;
        width: 90%;
        display: block;
        margin-bottom: 15px;
        font-weight: normal;
    }

    #content_customContent_frmPaymentType label {
        float: right;
        width: 97%;
        font-weight: normal
    }
}

@media screen (max-width:767px) {
    body {
        padding-top: 54px;
    }
    .well {
        border: solid 2px lightgray !important;
    }

    .mobile-top {
        margin-bottom: 25px;
    }

    .col-sm-3 {
        padding-top: 20px;
    }

    .nav-item {
        width: 100% !important;
    }

    #bacceptesig a.side-call {
        display: none !important;
    }

    .jumbotron {
        padding: 0;
        text-align: center;
        background-color: transparent;
    }

    .ml-21-heading {
        font-weight: 700;
    }

    .homepageheaderdisclaimer {
        padding-left: 15px;
        padding-right: 15px;
    }

    #ctl01_frmLoanAmount {
        float: none;
    }

    .navbar-fixed-top a {
        text-transform: initial;
        font-weight: 600;
    }

    .dropbox-item {
        border: none;
    }

    .dropdown-menu > li > a {
        padding: 5px;
        padding-left: 40px;
        text-transform: initial;
        font-weight: 600;
    }

    .quick {
        display: none;
    }

    .bttc-landing-container {
        padding: 30px 60px;
        margin-top: 0;
    }

    div.container.well.bttc-landing-container {
        padding: 20px 30px 20px 30px;
    }

    h1.bttc-main-head {
        font-size: 21px;
        margin-top: 0;
    }

    h2.bttc-sub-head {
        font-size: 14px;
        line-height: 16px;
        margin-top: 10px;
    }

    .bttc-subhead-infobox {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .bttc-secondary-copy {
        font-size: 16px;
        padding-right: 0;
        text-align: left;
    }

    .bttc-info-box {
        margin-top: 20px;
    }

    div.bttc-box-inner {
        padding: 20px 30px;
    }

    .bttc-first-sub {
        margin: 10px 0;
    }

    .bttc-secondary-copy-3, .bttc-secondary-copy-1 {
        margin: 0;
        font-size: 14px;
        padding-right: 0;
    }

    .bttc-sidebar {
        padding-top: 0;
    }

    div.bttc-box-inner {
        padding-bottom: 0;
    }

    a#ml-complete-btn.btn.bttc-next-btn {
        width: 100%;
    }

    .bttc-icon-1, .bttc-icon-2, .bttc-icon-3, .bttc-icon-4 {
        width: 40px;
        height: 30px;
    }

    .bttc-schedule-group {
        padding: 0 15px;
        margin-top: 10px;
    }

    .bttc-chevron-esig, .schedule-btn-cont {
        padding: 0;
    }

    .bttc-schedule-time {
        padding-right: 13px;
    }

    .bttc-spacer {
        margin: 10px 0;
    }

    #content_customContent_callTimeHour,
    #content_customContent_callTimeMinute,
    #content_customContent_callTimeAmPm {
        font-size: 14px;
        padding: 0;
    }

    .schedule-btn-cont {
        padding-left: 18px;
        padding-right: 0;
        margin-top: 10px;
    }


    h1.infobox-header {
        font-size: 21px;
    }

    .app_income_periodheader_align {
        font-size: 13pt !important;
        margin-left: 19% !important;
    }

    .page-header-application {
        margin-top: 20px !important;
    }

    .homepage_custom_maincontainerheader {
        font-size: 16px;
    }
}


@media screen and (max-width: 414px) {
    #content_customContent_cvAcceptTerms {
        padding-left: 15px !important;
    }
    .esig__submit--btn {
        padding-left: 10px;
        padding-right: 0px;
        font-size: 16px;
    }
    .well {
        border: solid 1px lightgray !important;
    }
    .agree-button {
        width: 300px;
        padding: 5px;
        font-size: 12px;
    }

    .jumbotron {
        padding: 0;
        text-align: center;
        background-color: transparent;
    }

    ./*col-md-12 .jumbotron.homepage.clearfix {
        padding: 10px;
        margin-top: 10px;
    }*/

    .icon-container {
        margin-top: 0px !important;
    }

    .col-sm-3 {
        padding-top: 20px;
    }
}

@media screen and (max-width: 320px) {
    .esig__submit--btn {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }
    .well {
        border: solid 2px lightgray !important;
    }
    .agree-button {
        width: 260px;
        padding: 5px;
        font-size: 12px;
    }
}

#bprivacy table {
    background-color: #fff;
}

#bprivacy th {
    text-transform: none;
    font-family: Archivo;
}

    #bprivacy th .warning {
        text-transform: none;
    }

#bprivacy tr.warning th, #bprivacy tr.warning td {
    background-color: var(--tertiary-color);
    border-color: var(--tertiary-color);
    color: #fff;
    text-transform: none;
    vertical-align: middle;
}

.form-group td {
    padding-top: 7px;
}

#content_customContent_smsSection .form-group {
    margin-left: 0;
    margin-right: 0;
}

td label {
    font-weight: normal;
    padding-left: 7px;
    padding-right: 12px;
    display: inline;
}

.form-top-padding {
    padding-top: 7px;
}

.form-horizontal .control-label {
    text-align: center;
    padding-top: 15px;
    font-family: Archivo;
    font-style: normal;
    font-weight: 700;
    /*font-size: 14px;*/
    line-height: 20px;
    color: #333333;
}

.form-horizontal .left-label {
    text-align: left !important;
}

.hidden-esigs, #bdisplayagreements .navigations, #bdisplayagreements footer, #besignatures nav, #besignatures .navbar-toggle,
#besignatures .navbar-icon, #besigs nav, #besigs .navbar-toggle, #besigs .navbar-icon {
    display: none;
}

#esigtop {
    padding-top: 0;
}

#bdisplayagreements {
    margin: 25px 0 35px 0;
}

#besignatures .well {
    margin-top: 25px;
    padding: 25px 50px 35px;
    background-color: #fff;
}

#besigs .well {
    margin: 0 0 25px 0;
    padding: 25px 50px 35px;
    background-color: #fff;
}

.form-control {
    color: var(--quaternary-color);
}

.vipcellchecktxt {
    color: var(--quaternary-color);
}

#besignatures .esig .form-control, #besignatures label label, #besigs .esig .form-control, #besigs label label {
    display: inline;
}

.borrowername {
    font-size: 18px;
    padding-right: 0 !important;
}

#besignatures .resp-tab-content, #besigs .resp-tab-content {
    height: 300px;
}

#besignatures #declineModal .modal-footer, #besigs #declineModal .modal-footer {
    text-align: center;
}

#besignatures .modal-footer .btn, #besigs .modal-footer .btn {
    margin-bottom: 10px;
}

.resp-tab-item {
    background-color: #95CFDA;
}

#content_customContent_tcpAgreement {
    margin-right: 10px !important;
}

#content_customContent_frmMilitary label {
    width: 98%;
    font-weight: normal
}

#content_customContent_frmMilitary_0 {
    float: left;
}

#content_customContent_frmtcpAgreement label {
    width: 90%;
    display: block;
    margin-bottom: 15px;
    font-weight: normal;
}

#content_customContent_frmtcpAgreement input {
    float: left;
    width: 25px;
    display: block;
}

#content_customContent_frmPaymentType label {
    width: 97%;
    font-weight: normal
}

#content_customContent_frmPaymentType_0 {
    float: left;
}

#besignatures header .col-sm-5, #besignatures hr.hidden-xs, #besignatures footer, #besigs header .col-sm-5, #besigs hr.hidden-xs, #besigs footer {
    display: none !important;
}

#loanwrapper .table td, #loanwrapper .table th {
    background-color: #fff !important;
}

#loanwrapper .table thead > tr > th, #loanwrapper .table tbody > tr > th, #loanwrapper .table tfoot > tr > th, #loanwrapper .table thead > tr > td, #loanwrapper .table tbody > tr > td, #loanwrapper .table tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #333;
}

#loanwrapper .table th {
    vertical-align: bottom;
    border-bottom: 2px solid #333;
}

#loanwrapper .table-bordered th, #loanwrapper .table-bordered td {
    border-bottom-width: 2px;
}

#loanwrapper .table-bordered, #loanwrapper .table-bordered th, #loanwrapper .table-bordered td {
    border: 1px solid #333 !important;
}

#loanwrapper .table tr th.warning, #loanwrapper .table tr.warning th, #loanwrapper .table tr td.warning {
    background-color: #dcdcdc !important;
    border-color: #333 !important;
}

#blogin a.side-login, #bfaq a.side-faq, #bcontact a.side-call, #brequirements a.side-how, #bprivacy a.side-privacy, #bpreferences a.side-prefs, #baccount a.side-account, #bdetails a.side-details, #bpayment a.side-pay, #bdeclineesig a.side-apply {
    display: none !important;
}

#bpreferences a.side-how, #baccount a.side-how, #bdetails a.side-how, #bpayment a.side-how, #bacceptesig a.side-how,
#bpreferences a.side-faq, #baccount a.side-faq, #bdetails a.side-faq, #bpayment a.side-faq, #bacceptesig a.side-faq {
    display: none !important;
}

#baccount a.side-prefs, #baccount a.side-details {
    display: none !important;
}

#bacceptesig a.side-prefs, #baccount a.side-details {
    display: none !important;
}

a.side-esign {
    display: none !important;
}

footer .nav-pills {
    text-transform: uppercase;
    text-align: center;
}

    footer .nav-pills li > a, .nav > li > a:hover, .nav > li > a:focus {
        background-color: var(--tertiary-color);
        color: #Dfe9E8;
        /*border: 1px solid #85F2A0;*/
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    }

    footer .nav-pills li a:hover, footer .nav-pills li.active a:hover, footer .nav-pills li.active a, footer .nav-pills li.active a:focus {
        background-color: var(--tertiary-color);
        color: var(--secondary-color);
    }

footer h2 {
    margin-top: 0;
}

#bindex footer a.jumbotron {
    display: none !important;
}

.app_income_periodheader_align {
    font-size: 11pt;
    margin-left: 22%;
    margin-bottom: 0px;
}

@media (min-width:992px) {
    .masthead .form-horizontal .form-group {
        margin-right: 0;
    }
    .well {
        border: solid 1px lightgray !important;
    }
    .masthead .col-md-5, .masthead .col-md-2 {
        padding-right: 0;
    }

    .marketing {
        min-height: 210px;
    }

    .homepage_rewards_sect_img {
        padding-right: 50px;
        padding-left: 50px;
    }

    .homepage_rewards_sect_content {
        top: 0px;
    }

    .homepage_rewards_sect_btn {
        top: 20px;
    }
}

@media (min-width:1200px) {
    .marketing {
        min-height: 190px;
    }

    .homepage_rewards_sect_content {
        top: 0px;
    }

    .homepage_rewards_sect_btn {
        top: 20px;
    }
}

.col-sm-3 .jumbotron, footer .jumbotron, .col-sm-12 .jumbotron, #baccount .jumbotron {
    color: #ffffff;
    text-align: center;
}

a.jumbotron, a.jumbotron {
    display: block;
    margin-bottom: 20px;
    padding: 20px 25px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    text-decoration: none;
}

.jumbotron h3 {
    margin: 0;
}

.jumbotron.green {
    background-color: rgb(98, 196, 98);
    background-image: linear-gradient(to bottom, rgb(98, 196, 98), rgb(81, 163, 81));
}

a.jumbotron.green:hover, a.jumbotron.green:focus,
a.jumbotron.green:active, a.jumbotron.green.active,
a.jumbotron.green.disabled, a.jumbotron.green[disabled] {
    background-color: rgb(81, 163, 81);
    background-image: none;
}

a.jumbotron.green h3, a.jumbotron.orange h3, a.jumbotron.teal h3, a.jumbotron.blue h3 {
    display: inline;
}

.jumbotron.lime {
    background-color: rgb(187, 218, 120);
    background-image: linear-gradient(to bottom, rgb(187, 218, 120), rgb(134, 172, 53));
}

a.jumbotron.lime:hover, a.jumbotron.lime:focus,
a.jumbotron.lime:active, a.jumbotron.lime.active,
a.jumbotron.lime.disabled, a.jumbotron.lime[disabled] {
    background-color: rgb(134, 172, 53);
    background-image: none;
}

a.jumbotron.orange {
    background-color: rgb(251, 180, 80);
    background-image: linear-gradient(to bottom, rgb(251, 180, 80), rgb(248, 148, 6));
}

    a.jumbotron.orange:hover, a.jumbotron.orange:focus,
    a.jumbotron.orange:active, a.jumbotron.orange.active,
    a.jumbotron.orange.disabled, a.jumbotron.orange[disabled] {
        background-color: #f89406;
        background-image: none;
    }

a.jumbotron.teal {
    background-color: rgb(91, 192, 222);
    background-image: linear-gradient(to bottom, rgb(91, 192, 222), rgb(47, 150, 180));
}

    a.jumbotron.teal:hover, a.jumbotron.teal:focus,
    a.jumbotron.teal:active, a.jumbotron.teal.active,
    a.jumbotron.teal.disabled, a.jumbotron.teal[disabled] {
        background-color: rgb(47, 150, 180);
        background-image: none;
    }

a.jumbotron.blue {
    background-color: rgb(51, 140, 210);
    background-image: linear-gradient(to bottom, rgb(51, 140, 210), rgb(26, 107, 168));
}

    a.jumbotron.blue:hover, a.jumbotron.blue:focus,
    a.jumbotron.blue:active, a.jumbotron.blue.active,
    a.jumbotron.blue.disabled, a.jumbotron.blue[disabled] {
        background-color: rgb(26, 107, 168);
        background-image: none;
    }

a.jumbotron.gray {
    background-color: rgb(200, 200, 200);
    background-image: linear-gradient(to bottom, rgb(180, 180, 180), rgb(125, 125, 125));
}

    a.jumbotron.gray:hover, a.jumbotron.gray:focus,
    a.jumbotron.gray:active, a.jumbotron.gray.active,
    a.jumbotron.gray.disabled, a.jumbotron.gray[disabled] {
        background-color: rgb(125, 125, 125);
        background-image: none;
    }

.accordion {
    margin-bottom: 20px;
}

.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion-heading {
    border-bottom: 0;
}

    .accordion-heading .accordion-toggle {
        display: block;
        padding: 8px 15px;
    }

    .accordion-heading .accordion-toggle {
        cursor: pointer;
    }

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}

#brequirements dt {
    width: 75px;
    font-size: 30px;
}

#brequirements dd {
    margin-left: 90px;
}

::-ms-reveal {
    display: none !important;
}

.hideShowPassword-toggle-hide {
    background-position: -44px center;
}

.my-toggle-class {
    color: #888;
    cursor: pointer;
    font-size: 0.75em;
    font-weight: bold;
    padding: 0.5em 1em;
    text-transform: uppercase;
    margin-right: 5px;
}

.message-nav > li > a:hover {
    background-color: transparent;
}

.message-container {
    background-color: #ffffff;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
    box-sizing: border-box;
    border-radius: 6px;
}

.message-col {
    margin-bottom: 20px;
    padding-left: 0
}

.message-signature {
    margin: 30px 0 30px 0;
}

.message-body {
    text-align: left;
}

.message-updates-faq p {
    margin-right: 20px;
    margin-bottom: 25px;
    box-sizing: border-box;
    border-radius: 6px;
}

.dl-horizontal dd {
    margin-bottom: 20px;
    margin-left: 115px;
}

.dl-horizontal dt {
    text-align: right;
    width: 95px;
}

.numberTag {
    display: inline-block;
    width: 63px;
    height: 24px;
    font-size: 11pt;
    text-align: center;
    vertical-align: central;
    margin-bottom: 10px;
}

.bold {
    font-weight: bold;
}

.input-large input[type="radio"],
.input-large input[type=checkbox] {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}

.terms-cond {
    color: #989898;
    margin: 10px 0;
    font-size: 14px;
}

.text-success {
    color: var(--primary-color)
}
.label-success {
    background-color: #388F43;
}
h3.ml-21-heading {
	text-transform: uppercase;
}

.icon-container {
    margin-top: 20px;
}

.loan-header {
    font-weight: 700;
}

.loan-page {
    line-height: 24px;
}

.sub-header {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.sub-sec-header {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

.nav-item {
    display: block;
    width: 16.6666667%;
}

.dropdown-menu {
    padding: 0;
}

.dropbox-item {
    border-bottom: solid;
    border-width: 0.5px;
    border-color: rgba(0,0,0,.1);
    background-color: #f8f8f8;
    width: 100%;
}

.dropdown-menu > li > a {
    padding: 15px;
}

.cta-span {
    color: #33CC66;
}

.cta-btn {
    color: var(--white);
    background-color: var(--primary-color);
    /*font-family: 'Altivo';*/
    font-weight: 700;
    /*text-transform: uppercase;*/

    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
}

#content_customContent_frmAcceptance{
    text-transform: none;
    padding: 5px 70px;
}

#content_customContent_frmAcceptance{
    text-transform: none;
    padding: 5px 70px;
}

.cta-btnEsign {
    color: var(--white);
    background-color: var(--primary-color);
    font-family: Archivo;
    font-weight: 500;
    text-transform: uppercase;
}

.esig-test {
    margin-top: 20px;
    text-align: center;
    font-size: 28px;
    font-family: Archivo;
    font-weight: bold;
    color: rgb(231, 146, 26);
}

.btn-success {
    font-weight: 600;
}


.ff-show {
    text-align: center;
    margin-top: 20px;
}

.ff-hide {
    display: none;
}

.page-header {
    /*margin: 0px;*/
    border-bottom: none;
}

.page-header > h3 {
	margin: 10px 0 0 0;
}
.hiw___sub {
    font-size: 16px;
    font-weight: 800;
}
.hiw__sub {
    color: var(--black, #474747);
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 0px; /* 124.375% */
}
.hiw__sub1 {
    color: var(--Test-color, #474747);
    font-family: Archivo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.9px;
    padding-bottom:20px;
}
.hiw_sub_head {
    color: var(--black, #474747);
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.9px; /* 124.375% */
}

.hiw_sub {
    color: var(--Test-color, #474747);
    font-family: Archivo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.9px;
}
.hiw__fine {
    font-size: 12px;
}

ul#sitemap, #sitemap ul {
    padding-bottom: 10px;
    padding-left: 30px;
}

    ul#sitemap li {
        list-style: outside none none;
        font-size: 16px;
    }

    ul#sitemap > li {
        padding-bottom: 18px;
    }

        ul#sitemap > li > ul > li {
            padding-bottom: 0px;
            padding-left: 20px;
        }

sup {
    font-size: 70%;
}

.city__sub-heading, .alt-no-allcaps {
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
}

.city__heading {
    text-transform: none;
}

th, td {
    word-wrap: break-word;
}

table {
    table-layout: fixed;
    width: 100%;
}

.esig__submit--btn {
    padding-left: 40px;
    padding-right: 40px;
}

.agree-button {
    width: 325px;
    margin-top: 10px;
}

.loyalty-home {
    background-color: transparent;
    margin-bottom: 15px;
    padding: 0px 0px;
    clear: both;
    border: 0px solid #e3e3e3;
    border-radius: 0px;
    color: var(--finally-color);
}

.loyalty-home__main {
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
    color: var(--tertiary-color);
}

.loyalty-home__copy {
    font-size: 14px;
    font-weight: normal;
    font-family: "Archivo"
}

.loyalty-home__btn.btn-default {
    width: 100%;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: var(--primary-color);
    color: #fff;
}

.loyalty-home__btn:hover {
    color: var(--primary-color);
    background-color: var(--quaternary-color);
}

input#ctl01_btnApply:active, input#ctl01_btnApply:target, input#ctl01_btnApply:focus, .ffDetailButton:hover, .ffDetailButton:active, .ffDetailButton:target, .ffDetailButton:focus, .ffDetailButton:hover a, .ffDetailButton:active a, .ffDetailButton:target a, .ffDetailButton:focus a {
    color: var(--white) !important;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

input#ctl01_btnApply:hover {
    color: var(--white) !important;
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.ffDetailButton {
    background-color: var(--secondary-color);
    align-content: center !important;
    border-color: rgb(98, 196, 98) !important;
    font-size: 26px !important;
    text-transform: uppercase;
    cursor: pointer;
    width: 250px;
    border-radius: 4px;
    padding: 14px 24px;
    font-family: Archivo;
    font-weight: bold;
}

    .ffDetailButton a {
        color: var(--tertiary-color);
    }

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: var(--white);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.questions-contact {
    list-style-type: none;
    padding-left: 0;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}

.questions-contact__item {
    list-style-type: none;
    margin-bottom: 5px;
}

    .questions-contact__item > a {
        color: var(--primary-color);
        text-decoration: underline;
    }


.loyalty-info {
    text-align: center;
    margin-top: 20px;
}

.loyalty-info__header {
    background-color: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.marketing-spacing {
    margin-bottom: 20px;
}


.loyalty-info__headers {
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
}

.loyalty-info__copy {
    font-size: 14px;
}

.loyalty-info__heading {
    background-color: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    margin: 0;
    text-transform: uppercase;
}

.loyalty-info__cont {
    padding-top: 20px;
    padding-bottom: 20px;
}

.loyalty-caps {
    text-transform: uppercase;
}

.loyalty-level__header {
    font-weight: 600;
    font-size: 48px;
    text-align: center;
    letter-spacing: .5px;
}

.howitworks-level__header {
    font-weight: 600;
    font-size: 30pt !important;
/*    text-align: center;*/
    /*letter-spacing: .5px;*/
}

.loyalty-level_header {
    font-weight: 600;
    font-size: 48px;
    text-align: Left;
    letter-spacing: .5px;
    padding-left: 0px;
}

.loyalty-level__copy, .howitworks-level__copy {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    font-weight: normal;
}

.loyalty-accounts {
    padding: 10px 20px;
    background-color: var(--tertiary-color);
    color: var(--secondary-color);
}

.loyalty-accounts__header {
    font-weight: 300;
}

.loyalty-progress__fill {
    min-height: 100%;
    position: absolute;
    top: 0;
    padding-left: 10px;
}

.progress-text {
    position: absolute;
    top: 0;
    padding-left: 10px;
    z-index: 999;
}

.loyalty-green {
    background-color: #59bf5d;
}

.loyalty-silver {
    background-color: #9c9c9c;
}

.loyalty-gold {
    background-color: #d0bc6d;
}

.loyalty-platinum {
    background-color: #232323;
}

.loyalty-progress__fill--green {
    width: 25%;
    background: #59bf5d;
}

.loyalty-progress__fill--silver {
    width: 50%;
    background: #9c9c9c;
}

.loyalty-progress__fill--gold {
    width: 75%;
    background: #d0bc6d;
}

.loyalty-progress__fill--platinum {
    width: 100%;
    background: #232323;
}

.loyalty-progress {
    background-color: #ccc;
    position: relative;
    top: 0;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
    font-family: raleway;
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 10px;
}


.loyalty-hiw {
    padding: 20px 0;
    background: #f7f7f7;
}

.loyalty-icon {
    font-size: 30px;
    color: #2c8f2c;
}

.loyalty-info__cont {
    background-color: #f7f7f7;
}


.levels-head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    margin: 0;
    padding: 20px 0;
    font-weight: 500;
    border: solid 1px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
}

.amount-cont {
    border-bottom: solid 1px #e4e4e4;
}

.amount-cont__amt {
    margin: 0;
    padding: 20px 0;
    font-size: 32px;
    font-weight: bold;
}

.levels-info {
    padding: 20px 20px;
    background: #fff;
    text-align: center;
    background-color: var(--tertiary-color);
}

.levels-info__cont {
    transition-duration: .5s;
    transition-property: box-shadow;
    margin-bottom: 20px;
}

    .levels-info__cont:hover {
        box-shadow: rgba(0,0,0,.5) 0 0 10px;
    }

.levels-info__list {
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
    font-size: 16px;
}

.levels-info__list-item {
    margin-bottom: 5px;
}


.amount-cont {
    background-color: #F7F7F7;
}

.loyalty-cta__btm {
    text-align: center;
    padding: 20px 0;
    margin: 20px 0;
}

.loyalty-btm__marketing {
    background-color: #EEF5F6;
    position: relative;
    border-radius: 10px;
}

.loyalty-faqs {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
}

.loyalty-status {
    position: relative;
    min-height: 100%;
}

.loyalty-btm__questions {
    text-align: center;
}

.loyalty-btm__copy {
    font-size: 18px;
    margin-bottom: 20px;
}

.loyalty-copy-new {
    font-size: 18px;
    line-height: 32px;
}

.loyalty-faqs__header, .loyalty-btm__header {
    font-weight: bold;
}

.loyalty-btm__header {
    font-size: 18px;
}


.loyalty-btm__header {
    font-size: 18px;
    margin-top: 40px;
}

.loyalty-btm___header {
    /*font-size: 20px;*/
    margin-top: 40px;
}


.loyalty__questions {
    font-size: 16px;
    text-align: left;
}


.loyalty_headline h4, .loyalty_headline p {
    display: inline;
    vertical-align: top;
    font-size: 16px;
    line-height: 28px;
}

.loyalty_headline h4 {
    text-transform: uppercase;
}

.loyalty_headline {
    margin-bottom: 15px;
}

.btn.status-btn {
    background-color: #dcdcdc;
    color: #666;
    margin-bottom: 20px;
    border: none;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 20px;
}


    .btn.status-btn:hover {
        background-color: #666;
        color: #dcdcdc;
    }

.faq-panel {
    border: none;
    font-size: 18px;
}

a {
    color: var(--primary-color);
}


.faq-panel__header {
    border: solid 1px #ccc;
}


.loyalty-faqs__header {
    /*font-size: 24pt !important;*/
    margin-top: 20px;
    text-transform: uppercase;
}

.loyalty-blue-btn {
    background-color: #e7921b;
    border: none;
    padding: 10px 40px;
    border-radius: 10px;
}

    .loyalty-blue-btn:hover, .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
        color: var(--primary-color);
        background-color: var(--quaternary-color);
    }

.loyalty-level-head {
    color: var(--secondary-color);
    font-size: 19px;
}

.levels-info__list-head {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.levels-info__list-sub {
    text-transform: initial;
    font-size: 14px;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.loyalty-faq__headers {
    text-transform: none;
    color: var(--finally-color);
}


    .loyalty-faq__headers:hover {
        text-decoration: none;
    }

.img-responsive {
    display: inline-block;
}

.homepagerewardimage {
    width: 279px;
    height: 135px;
}

.ff-link {
    color: #59BF5D;
}

.btn:hover, .btn:focus {
    outline: 0;
    color: white;
}

#content_customContent_pmtSubmit, #content_customContent_ButtonPrint, #content_customContent_pmtSubmit:hover, #content_customContent_ButtonPrint:hover {
    background-color: #59BF5D;
    color: #fff;
}

#btnAddPmt, .removeBtn {
    color: #59BF5D;
    text-decoration: underline;
    cursor: pointer;
}

.btl-account-hide {
    display: none;
}

.ff-account-show {
    display: block;
}

.nowrap {
    white-space: nowrap;
}

.sidebarCollectionsHours {
    font-size: 18px !important;
    line-height: 20px !important;
}


.navbar {
    margin-bottom: 50px;
}

.homepage {
    position: relative;
}

.sdf-img {
    position: absolute;
    right: -5%;
    top: 0;
    width: 120px;
}
/*interstitial esig page*/

#bgScreen {
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0;
    background-color: #efefef;
    z-index: 1999;
    top: 0;
    left: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#esigInterstitial {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-color: #26bc50;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    z-index: 2000;
    position: fixed;
    left: 50%;
    margin: 20px 0 20px -384px;
    padding-top: 0px;
    background-color: #fff;
    max-width: 768px;
}

.inter-head {
    font-family: Archivo;
    font-weight: 900;
    font-size: 40px;
    color: #26bc50;
    letter-spacing: 1px;
}

.inter-subhead {
    font-family: Archivo;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    letter-spacing: .5px;
}

.inter-info {
    font-family: Archivo;
    font-weight: 400;
    font-size: 17px;
    color: #000;
    margin: 20px auto 0 auto;
}

    .inter-info span.strong {
        font-weight: 900;
    }

.inter-loader {
    margin: 25px 0;
}

.inter-center {
    text-align: center;
}

.inter-steps-box {
    width: 80%;
    margin: 0 auto;
}

.inter-steps-box-1 {
    background-color: #26bc50;
    margin-bottom: 5px;
}

    .inter-steps-box-1 p {
        font-family: Archivo;
        font-weight: 900;
        color: #fff;
        font-size: 20px;
        letter-spacing: 1.8px;
        line-height: 20px;
        margin: 6px;
    }

.inter-debold {
    font-weight: 700;
}

.inter-steps-box-2 {
    border-right-style: solid;
    border-right-color: #fff;
    border-right-width: 3px;
}

.inter-steps-box-2, .inter-steps-box-3 {
    background-color: #efefef;
    padding: 20px 0 0 0;
    min-height: 140px;
}

.inter-icon {
    padding: 10px 20px;
    font-size: 48px;
    height: 100px;
    color: #26bc50;
    display: inline-block;
    float: left;
}

.inter-steps-box-subhead {
    font-family: Archivo;
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 5px;
    line-height: 22px;
}

.inter-steps-box-info {
    font-family: Archivo;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 10px;
}

.inter-asteric-legal {
    font-family: Archivo;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 35px;
}

.inter-bottom {
    font-family: Archivo;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 400;
}

.inter-legal {
    /*color: var(--tertiary-color) !important;*/
    width: 80%;
    margin: 0 auto 20px auto;
    /*text-align: center;*/
    /*line-height: 12px;*/
    /*font-style: italic;*/
    padding-top: 10px;
    padding-bottom: 10px;
    /*line-height: 16px;*/
    border-top: 1px solid #BFBFBF;
}

.closeInterstitial {
    cursor: pointer;
}

button.closeInterstitial {
    padding: 4px 8px;
}

a.closeInterstitial {
    font-weight: 600;
}

/*end interstitial esig page*/

/* ml acceptesig.aspx alt content for bttc landing page workflow*/
.accept-esig-confirmation-box {
    margin-top: 30px;
    padding: 20px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 2px solid #26bc50;
    background-color: #fff;
    font-family: Archivo;
}

    .accept-esig-confirmation-box h1 {
        color: #1b3664;
        margin-top: 0px;
        margin-bottom: 0px;
        text-transform: none;
    }

    .accept-esig-confirmation-box p {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 0px;
    }

        .accept-esig-confirmation-box p a {
            font-weight: 600;
            color: #26bc50;
            text-transform: capitalize;
        }
/* end ml acceptesig.aspx alt content for bttc landing page workflow*/


.bttc-main-head, .bttc-sub-head, .bttc-info-box--head {
    text-align: center;
    text-transform: uppercase;
}

.bttc-main-head {
    font-family: Archivo;
    font-weight: 900;
    color: #666;
    letter-spacing: 1px;
}

.bttc-sub-head {
    font-family: Archivo;
    font-size: 16px;
    font-weight: 600;
}

.bttc-info-box--head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 600;
}

.bttc-info-box--copy {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.bttc-sidebar, .bttc-info-box {
    border-radius: 4px;
    background-color: #efefef;
}

.bttc-next-btn {
    background-color: #f7931e;
    color: #fff;
    font-family: Archivo;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 100%;
    letter-spacing: .4px;
}

.bttc-box-inner {
    padding: 20px 50px 20px 100px;
    border: 1px solid #999;
    border-radius: 2px;
}

.bttc-sidebar {
    padding: 20px 20px;
}

.bttc-sidebar-copy, .bttc-sidebar-header {
    text-transform: uppercase;
}


.bttc-sidebar-header {
    font-family: Archivo;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}

.bttc-sidebar-copy {
    text-align: center;
    line-height: 25px;
    color: #999;
}

.bttc-schedule-btn {
    background-color: #26bc50;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.bttc-icon-1 {
    background-image: url('/merchants/dsh/img/checkmarkff.png');
    background-size: cover;
    width: 70px;
    height: 50px;
    margin-left: 48px;
}

.bttc-icon-2 {
    background-image: url('/merchants/dsh/img/phone1ff.png');
    background-size: cover;
    width: 70px;
    height: 50px;
    margin-left: -21px;
}

.bttc-icon-3 {
    background-image: url('/merchants/dsh/img/phone2ff.png');
    background-size: cover;
    width: 70px;
    height: 50px;
}

.bttc-icon-4 {
    background-image: url('/merchants/dsh/img/scheduleff.png');
    background-size: cover;
    width: 70px;
    height: 50px;
}

.bttc-secondary-copy {
    font-family: Archivo;
    font-weight: 600;
    font-size: 20px;
}

.bttc-secondary-copy-1 {
    font-family: Archivo;
    font-weight: 600;
    font-size: 18px;
}

.bttc-secondary-copy-3 {
    font-family: Archivo;
    font-weight: 600;
    font-size: 18px;
    margin: 10px 0;
}

.bttc-landing-container {
    padding: 30px 60px;
    margin-top: 20px;
}

.bttc-subhead-infobox {
    margin-top: 40px;
    margin-bottom: 40px;
}

.bttc-first-sub {
    margin: 20px 0;
}

.bttc-schedule-group {
    padding: 0 5px;
}

.bttc-chevron-esig {
    padding: 10px 0;
}


#content_customContent_callNumber {
}

#content_customContent_callTimeHour,
#content_customContent_callTimeMinute,
#content_customContent_callTimeAmPm {
    width: 32%;
    display: inline;
    font-size: 14px;
    padding-left: 2px;
}



.bttc-spacer {
    margin: 10px 0;
}

.info-box-head {
    border: 1px solid #999;
    margin-bottom: 10px;
    margin-top: 40px;
    background-color: #efefef;
    border-radius: 2px;
}

h1.infobox-header {
    font-family: Archivo;
    font-weight: 900;
    color: #666;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bttc-schedule-time {
    padding-right: 0;
}
.howitworks-level__header {
    font-weight: 600;
    font-size: 32px;
    color: var(--Dark-gray-for-text, #333);
    
}

@media (max-width:1200px) {
    .homepagerewardimage {
        width: 213px;
        height: 103px;
    }
}

@media (max-width:991px) {
    .homepagerewardimage {
        width: 413px;
        height: 239px;
    }
    .jumbotron.homepage {
        /*padding-left: 0px;*/
        /*background: linear-gradient(142deg, #a9d0d9 0%, #BDDEE2 9%,transparent 56%), url('/merchants/dsh/img/slider01.jpg');*/
        /*background: linear-gradient(142deg, #a9d0d9 0%, #BDDEE2 9%,transparent 56%), url('/merchants/dsh/img/slider01.jpg');*/
        background: url(/merchants/dsh/img/headerTxtcover_mobile.jpg);
        background-size: cover;
        padding: 0px 0px 0px 0px;
        border: 0px;
        /*transform: translateY(-614px);*/
    }
    .jumbotron {
        margin-bottom: 0px
    }
}

@media only screen and (max-width: 799px) {
    #bgScreen {
        background-color: #fff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    h5 {
        font-size: 14px;
    }

    .form-horizontal .control-label {
        font-size: 13px;
    }

    #esigInterstitial {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border-color: transparent;
        border-style: none;
        border-width: 0;
        box-shadow: none;
        z-index: 2000;
        margin: 0 auto;
        position: relative;
        left: 0;
        top: -45px;
        max-width: inherit;
    }

    .inter-head {
        position: relative;
        left: 25px;
    }

    .inter-subhead {
        line-height: 20px;
    }

    .inter-info {
        font-size: 16px;
        line-height: 18px;
    }

    .inter-steps-box {
        width: 88%;
        margin: 0 auto;
    }

    .inter-steps-box-1 p {
        font-size: 17px;
    }

    .inter-steps-box-2 {
        border-right-style: none;
        border-right-color: transparent;
        border-right-width: 0;
        border-bottom-style: solid;
        border-bottom-color: #fff;
        border-bottom-width: 3px;
    }

    .inter-steps-box-2, .inter-steps-box-3 {
        background-color: #efefef;
        padding: 10px 20px 5px 0;
        min-height: 0;
    }

    .inter-icon {
        font-size: 40px;
        height: inherit;
        padding: 0 20px;
    }

    .inter-steps-box-subhead {
        font-size: 19px;
        margin-bottom: 3px;
        line-height: 20px;
    }

    .inter-steps-box-info {
        font-size: 15px;
        font-weight: 500;
        line-height: 15px;
    }

    .inter-asteric-legal {
        width: 70%;
        margin: 0 auto 25px auto;
    }

    .inter-bottom {
        font-size: 15px;
    }

    .inter-legal {
        width: 98%;
        /*margin: 0 10px 10px 10px;*/
    }

    button.closeInterstitial {
        position: relative;
        top: -15px;
        clear: both;
    }
}

@media (max-width:767px) {
    .homepagerewardimage {
        width: 60%;
        height: 60%;
    }
    .well {
        border: solid 2px lightgray !important;
    }
    #div_make_payment {
        border: solid 1px lightgray !important;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000000;
        width: 25px;
        height: 4px;
    }
    .navbar-default .navbar-toggle {
        border-color: var(--white);
    }
    .jumbotron.homepage {
        min-height: auto;
        padding-bottom: 25px;
    }
}
.howitworks-level__header {
    font-weight: 600;
    font-size: 32px;
    color: var(--Dark-gray-for-text, #333);
  /*  padding-top:30px;*/
}
.howitworks-level_Subheader {
    font-weight: 600;
    font-size: 32px;
    color: var(--Dark-gray-for-text, #333);
   padding-bottom:9px;
   padding-top:30px;
}
.HWDiv{
    width:5.33%
}
@media (min-width:992px) {
    .logincontainer {
        max-width: 970px;
        margin-left: 9%;
    }
}

    @media (min-width:1200px) {
        .logincontainer {
            max-width: 1170px;
        }
    }
    @media (min-width:992px) {
        .logincontainer {
            max-width: 970px;
        }
    }

.logincontainer {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
  /*  margin-left: auto;*/
}
input[type="checkbox"] { 
    margin :0;
    margin-top: 1px \9;
    line-height: normal;
}
#content_customContent_lnkCall{
    border:none;
}
#content_customContent_lnkCall:hover {
    background-color: var(--secondary-color) !important;
}
