@font-face {
    font-family: sharpGFamily;
    src: url(https://cdn.moneyme.com.au/web2/fonts/SharpGroteskSmBold19.woff2);
    src: url(https://cdn.moneyme.com.au/web2/fonts/SharpGroteskSmBold19.ttf);
    src: url(https://cdn.moneyme.com.au/web2/fonts/SharpGroteskSmBold19.otf);
    font-weight: 300;
    font-display: swap;
}

html{
    font-size: 16px;
}

button {
    cursor: pointer;
    outline: none !important;
}
/*MoneyMe application style*/
.mme-application .header {
    padding-top: 35px;
    padding-bottom: 0;
    border: none;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/*New progress bar*/
.container-progress {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.wrap-icon-thick {
    display: none;
}

.legend--completed .wrap-icon-thick {
    display: block;
}

.accordion--form__legend-active.legend--completed .wrap-icon-thick {
    display: none;
}

.wrap-icon-thick img {
    max-width: 25px;
}

#editlink1, #editlink2 {
    float: none;
}

.progressb {
    overflow: hidden;
    height: 18px;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.progress-borderb {
    width: 5px;
    background-color: #ffffff;
    position: absolute;
    height: 17px;
    margin-top: -1px;
}

.progress-borderb {
    width: 5px;
    background-color: #ffffff;
    position: absolute;
}

.progress-borderpip {
    width: 5px;
    background-color: #ffffff;
    position: absolute;
}

.progress-borderpip {
    width: 5px;
    background-color: #ffffff;
    position: absolute;
}



.progborder-1 {
    left: 14.28%;
}

.progborder-2 {
    left: 28.56%;
}

.progborder-3 {
    left: 42.84%;
}

.progborder-4 {
    left: 57.12%;
}

.progborder-5 {
    left: 71.4%;
}

.progborder-6 {
    left: 85.68%;
}

.progress-borderpip.progborder-1 {
    left: 25%;
}

.progress-borderpip.progborder-2 {
    left: 50%;
}

.progress-borderpip.progborder-3 {
    left: 75%;
}

.progress .bar {
    background-color: #00D1D0;
    background-image: -moz-linear-gradient(top, #00D1D0, #00D1D0);
    background-image: -ms-linear-gradient(top, #00D1D0, #00D1D0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00D1D0), to(#00D1D0));
    background-image: -webkit-linear-gradient(top, #00D1D0, #00D1D0);
    background-image: -o-linear-gradient(top, #00D1D0, #00D1D0);
    background-image: linear-gradient(top, #00D1D0, #00D1D0);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00D1D0', endColorstr='#00D1D0', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 2s;
    -moz-transition: width 2s;
    -ms-transition: width 2s;
    -o-transition: width 2s;
    transition: width 2s;
    -webkit-animation-timing-function: ease-out; /* Safari 4.0 - 8.0 */
    animation-timing-function: ease-out;
}

.progress-step1 .progress .bar {
    width: 0%;
    height: 18px;
}

.progress-step2 .progress .bar {
    width: 14.28%;
    height: 18px;
}

.progress-step3 .progress .bar {
    width: 28.56%;
    height: 18px;
}

.progress-step4 .progress .bar {
    width: 42.84%;
    height: 18px;
}

.progress-step5 .progress .bar {
    width: 57.12%;
    height: 18px;
}

.progress-step6 .progress .bar {
    width: 71.4%;
    height: 18px;
}

.progress-step7 .progress .bar {
    width: 85.68%;
    height: 18px;
}

.progress-full .progress .bar {
    width: 100%;
    height: 18px;
}

.progress-step1pip .progress .bar {
    width: 0%;
    height: 18px;
}

.progress-step2pip .progress .bar {
    width: 25%;
    height: 18px;
}

.progress-step3pip .progress .bar {
    width: 50%;
    height: 18px;
}

.progress-step4pip .progress .bar {
    width: 75%;
    height: 18px;
}

.progress-stepFullpip .progress .bar {
    width: 100%;
    height: 18px;
}


.progress {
    overflow: hidden;
    background-color: #f5f5f5;
}

.edit-amount-wrap {
    border-bottom: 1px solid #efefef;
    /*padding-top:15px;*/
    padding-bottom: 15px;
    max-width: 610px;
    margin: 0 auto;
}

.edit-application-text {
    font-size: 18px;
    font-weight: 300;
}

.appli-completed-text {
    display: none;
}

/*Accordion application*/
.accordion-form-inner {
    max-width: 510px;
    margin: 0 auto;
    padding: 10px;
}

.application-heading {
    font-size: 55px;
    color: #00D1D0;
}
/*Accordion form - start*/
.accordion--form__next-btn {
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    border: none;
    margin: -20px -135px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-bottom: 65px;
    margin-top: 45px;
    font-family: 'Lato';
    font-size: 20px;
}

.application-form_next-btn {
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    border: none;
    margin: -20px -135px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-bottom: 45px;
    margin-top: 45px;
    font-family: 'Lato';
    font-size: 20px;
}

.applicationv2 .logo-device{
    width: auto;
}


#testlink {
    display: none;
    float: right;
}

#testlink2 {
    display: none;
    float: right;
}

#testlink3 {
    display: none;
    float: right;
}

#testlink4 {
    display: none;
    float: right;
}

.edittestlink {
    font-size: 16px;
    color: #00D1D0;
}

.accordion--form__legend-active .edittestlink {
    display: none !important;
}

.acc-legend-inactive {
    /*border-top:1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;*/
    padding: 20px 40px;
    display: none !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.accordion--form {
    width: 100%;
}

.accordion--form__fieldset {
    border: 0;
    margin: 0 0 -1px 0;
    padding: 0;
}

.accordion--form__legend {
    margin: 0;
    border-bottom: none;
    font-weight: 400;
    padding-bottom: 12px;
    margin-top: -2px;
    padding-top: 0px;
    font-size: 24px;
}

.edit-amount-wrap {
    border-bottom: 1px solid #efefef;
    margin-top: 20px;
    padding-bottom: 15px;
}

.accordion--form__wrapper {
    overflow: hidden;
}

.accordion--form__wrapper-active {
    height: auto;
    padding: 0 30px;
}

.accordion--form__row {
    margin-bottom: 30px;
    width: 100%;
}

.accordion--form__text {
    font-size: 22px;
    width: 100%;
    height: 45px;
    border: none;
    border-bottom: 1px solid #999;
    font-family: "Lato-semilight";
    padding-bottom: 20px;
    background: transparent;
    padding-left: 0;
    margin-left: 0;
}

.accordion--form__textarea {
    color: #000;
    font-size: 14px;
    padding: 5px 10px;
}

.accordion--form__submit {
}

.accordion--form__invalid {
    color: #fa022b;
    display: none;
    margin: 20px 0;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
}

.legend--completed {
    font-weight: 400;
    font-size: 18px;
    color: #777777;
    display: block !important;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -ms-transition: all ease;
    position: relative;
    margin-top: 15px;
    border-bottom: 1px solid #efefef;
}

.sharp {
    font-family: "sharpGFamily",Arial,sans-serif;
}

.accordion--form__legend-active {
    font-family: "sharpGFamily",Arial,sans-serif;
    font-weight: 600;
    font-size: 37px;
    line-height: 47px;
    color: #000000;
    text-align: center;
    display: block !important;
    padding: 56px 0 30px 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    position: relative;
    top: 3px;
    border-bottom: none;
    margin-top: 0;
}

/*Loan reason*/
.dropdownApp {
    position: relative;
    margin-bottom: 15px;
}

.form-element2 {
    margin-bottom: -1px !important;
}

.dropdownApp dd, .dropdownApp dt, .dropdownApp dl {
    margin: 0px;
    padding: 0px;
}

.dropdownApp ul {
    margin: -1px 0 0 0;
}

.dropdownApp dd {
    position: relative;
}

.dropdownApp a,
.dropdownApp a:visited {
    color: #777;
    text-decoration: none;
    outline: none;
    font-size: 12px;
}

.dropdownApp dt a {
    background-color: #ffffff;
    display: block;
    padding: 8px 20px 5px 10px;
    min-height: 25px;
    overflow: hidden;
    border: 0;
    color: #777;
}

    .dropdownApp dt a span,
    .multiSel span {
        cursor: pointer;
        display: inline-block;
        padding: 0 0 2px 0;
        position: relative;
        top: -12px;
    }

.dropdownApp dd ul {
    background-color: #4F6877;
    border: 0;
    color: #fff;
    display: none;
    left: 0px;
    padding: 2px 15px 2px 5px;
    position: absolute;
    top: 2px;
    width: 280px;
    list-style: none;
    height: 100px;
    overflow: auto;
    z-index: 9999;
}

.dropdownApp span.value {
    display: none;
}

.dropdownApp dd ul li a {
    padding: 5px;
    display: block;
}

    .dropdownApp dd ul li a:hover {
        background-color: #fff;
    }

.multiSel {
    padding: 1px;
    position: relative;
    top: -5px;
    padding-top: 10px;
}

.multiSel-ellips {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hida-test {
    top: -28px !important;
}
/*Loan reason modal*/
#mdlLoanReason .modal-body {
    margin-top: -20px;
}

.lr-heading {
    font-size: 34px;
    margin-bottom: 5px;
}

.lr-heading-info {
    font-size: 18px;
}

.lr-accordion_head {
    background-color: #fff;
    color: #777;
    cursor: pointer;
    font-size: 14px;
    margin: 0 0 1px 0;
    padding: 15px 5px;
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
}

.two .lr-accordion_head {
    position: relative;
    padding-right: 15px;
}

.lr-accordion_body {
    background: #fff;
}

    .lr-accordion_body p {
        padding: 18px 5px;
        margin: 0px;
    }

.plusminus {
    float: right;
}

.two .plusminus {
    float: right;
    position: absolute;
    right: 0;
    top: 18px;
}

.lr-accordion_heading {
    font-size: 18px;
    font-family: "Lato-semilight" !important;
}

.lr-active-head .lr-accordion_heading, .lr-accordion_head.has-checked .lr-accordion_heading {
    color: #00D1D0;
}

.mutliSelect ul {
    padding: 0;
    padding-left: 20px;
}

    .mutliSelect ul li {
        list-style: none;
        margin-bottom: 20px;
    }

.mutliSelect label {
    width: 100%;
    font-size: 18px;
    cursor: pointer;
}

.mutliSelect input[type="checkbox"] {
    display: none;
}

    .mutliSelect input[type="checkbox"] + label:before {
        float: right;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        content: "\00a0";
        display: inline-block;
        font: 16px/1em sans-serif;
        height: 16px;
        margin: 6px 0 0 0;
        padding: 0;
        vertical-align: top;
        width: 16px;
    }

    .mutliSelect input[type="checkbox"]:checked + label {
        color: #00D1D0;
    }

        .mutliSelect input[type="checkbox"]:checked + label:before {
            background: #fff;
            color: #00cecc;
            content: url(/images/new-tick.png);
            text-align: center;
        }

        .mutliSelect input[type="checkbox"]:checked + label:after {
            font-weight: bold;
        }

.mutliSelect .btn-blue, .mme-application .btn-blue:hover {
    background: #00cecc;
}

.otherSelect ul {
    padding-left: 5px;
}

.otherSelect label {
    font-family: "Lato-semilight" !important;
    margin-top: 15px;
}

.loan-reason-footer {
    text-align: center;
    border: 0;
    padding: 0px 20px 40px;
}

    .loan-reason-footer .close {
        float: none;
        font-family: "Lato-semilight";
    }

.disable-links {
    pointer-events: none;
    color: #777;
}

.form-element-select .inputSelect option:first-child {
    display: none;
}

.form-element-select .fa {
    position: absolute;
    right: 1px;
    top: 30px;
    z-index: 5;
}

.lr-icon {
    position: absolute;
    right: 0;
    margin-top: 0;
}

/*Footer*/
.wrap-footer {
    padding-top: 0px;
    padding-bottom: 0;
    background: #f7f7f7;
    background: #fff;
}

.footerLogo img {
    max-width: 110px;
}

.footerLink {
    padding-left: 0;
}

    .footerLink li {
        list-style: none;
        margin-bottom: 20px;
    }

        .footerLink li a {
            font-size: 18px;
            font-family: 'Lato-light';
        }

.wrap-footer-socialMedia {
    height: 92px;
    margin-top: 55px;
    margin-bottom: 15px;
}

    .wrap-footer-socialMedia .blue-line {
        border-color: #00d1d0;
        margin-top: -47px;
    }

    .wrap-footer-socialMedia a {
        margin-left: 26px;
        margin-right: 26px;
    }

        .wrap-footer-socialMedia a:hover {
            text-decoration: none;
        }

.LegalLink {
    font-size: 16px;
}

    .LegalLink a:hover, legalLink a:active {
        color: #27ffc5;
    }

.wrapDisclosureBtn {
    margin-top: 45px;
}

.FooterdisclosureBtn {
    padding: 15px;
    border: 1px solid #c7c7c7;
}

    .FooterdisclosureBtn:hover {
        text-decoration: none;
    }

.FooterdisclosureIcon {
    margin-top: -10px;
}

.a-pp {
    margin-top: 50px;
}

.wrap-yesno {
    margin-bottom: 10px;
}

    .wrap-yesno .btn-lg, .wrap-yesno .btn-group-lg > .btn {
        padding: 5px 12px;
        font-size: 14px;
    }

    .wrap-yesno .btn-group .active {
        background-color: #00d1d0;
        border-color: #03a8a7;
        color: #fff;
    }

.wrap-yesno-modalcta {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

    .wrap-yesno-modalcta .btn-large {
        max-width: 220px;
        width: 100%;
        border: 1px solid #00d0d0;
    }

.btn-default {
    color: #777777;
    background-color: #fff;
    border-color: #ccc;
    outline: none;
}

/*--------Application version 2 style----------*/
.mme-application .header {
    /*padding-top:56px;
    padding-bottom:50px;*/
    padding-top: 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.mme-application .lowerFooter {
    border-top: 1px solid #bbbbbb;
}

.mme-application .wrap-content {
    display: block;
    padding-bottom: 55px;
}

.applicationv2 .lowerFooter {
    border-top: none;
}

.applicationv2 .lowerFooter p{
    color: #C6C6C6;
}

.lowerFooter {
    margin-top: 0;
    padding-top: 35px;
    padding-bottom: 35px;
    background: #f7f7f7;
}

.asx-mme-logo img{
    min-width: 234px;
}

.green-wrap {
    display: none;
    background-color: #DFF0D8;
    background-color: #DFF0D8;
    border-radius: 5px;
    padding: 15px;
    color: #83c184;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.error-lr-other {
    font-size: 12px;
    color: #C90E12;
}

.modal-header {
    border-bottom: none;
}

.wrap-yesno-modalcta .btn-large {
    max-width: 220px;
    width: 100%;
    border: 1px solid #00d0d0;
}

.mme-application .btn-transparent-blue {
    color: #00d0d0;
    background: transparent;
    border: 1px solid #00d0d0;
    box-shadow: inherit;
    outline: none !important;
}

.full-screen-modal .modal-content .modal-body {
    display: table;
    width: 100%;
    height: 100%;
}

.vertMid-wrap {
    display: table;
    width: 100%;
    height: 100%;
}

.vertMid-inner {
    padding: 10px;
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    margin: 0 auto;
}

.full-screen-modal .modal-content .modal-body {
    min-height: 200px;
}

.mme-application .radio, .mme-application .checkbox {
    position: relative;
}

/*.checkbox-label {
    position: absolute;
}*/

.application-subheading {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}

.mb-info-wrap {
    margin-top: 60px;
}

.mb-info-heading {
    font-size: 23px;
}

    .mb-info-heading img {
        margin-top: 4px;
        margin-right: 10px;
        margin-bottom: 20px;
    }

.mb-info-content {
    font-size: 18px;
    margin-bottom: 20px;
}

    .mb-info-content a {
        text-decoration: underline;
    }

/*Money buddy*/
#mbtech .modal-body {
    padding: 20px 20px !important;
    margin-bottom: 10px;
}

#mbtech .modal-content {
    max-width: 375px;
    margin: 0 auto;
}

#mbtech img {
    position: absolute;
}

.mb-tech-copy {
    margin-left: 50px;
    padding-right: 0;
    margin-top: -10px;
}

.mb-tech-copy2 {
    margin-left: 50px;
    padding-right: 0;
}

.mbtech-modal-spacer2 {
    height: 15px;
}

.mbtech-modal-spacer {
    height: 25px;
}

.tnc-content-wrap {
    height: 500px;
    overflow: auto;
    border: 1px solid #efefef;
    padding: 10px;
}

    .tnc-content-wrap h3 {
        font-family: "lato-semilight";
        font-size: 24px;
    }

    .tnc-content-wrap li strong {
        font-family: "lato-semilight";
    }

    .tnc-content-wrap p {
        font-family: "lato-light";
        font-size: 16px;
    }

.bnkDicon {
    margin-left: 10px;
    margin-right: 10px;
}

.select-acct-wrap {
    position: relative;
}

.select-acct-btn {
    vertical-align: top;
    margin: 10px 10px 0 !important;
}

    .select-acct-btn:checked + label,
    .select-acct-btn:not(:checked) + label {
        position: relative;
        cursor: pointer;
        display: inline-block;
        color: #666;
    }

        .select-acct-btn:checked + label:before,
        .select-acct-btn:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: -30px;
            top: 6px;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        .select-acct-btn:checked + label:after,
        .select-acct-btn:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #00D1D0;
            position: absolute;
            top: 9px;
            left: -27px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .select-acct-btn:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .select-acct-btn:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        .select-acct-btn:checked + label:before {
            border: 1px solid #00D1D0;
        }

.select-acct-wrap {
    font-size: 20px;
    margin-top: -5px;
    margin-bottom: 30px;
}

.select-top-label {
    font-size: 14px;
    opacity: 1;
    color: #00d1d0;
    outline: none;
}

.select-acct-inner {
    border-bottom: 1px solid #efefef;
    padding-top: 20px;
    padding-bottom: 20px;
}

/*Esign*/
/*Esign*/
.esign-content-wrap, .esign-imp-wrap {
    max-width: 755px;
    margin: 0 auto;
}

.esign-Content p {
    font-size: 23px;
}

.esign-tick-copy {
    margin-left: -15px;
}

.eSign-topContent img {
    margin-right: 10px;
    margin-bottom: 8px;
}

.acc6wrap {
    margin-top: 3px;
}

.app-other-pages .acc6 {
    padding: 30px 0 50px 0;
}

.topSpacing {
    margin-top: 30px;
}

.topSpacing2 {
    margin-top: 40px;
}

.esign-highlight {
    color: #00D1D0;
    font-family: "Lato-semilight" !important;
}

.repayment-content-wrap {
    margin-top: 40px;
}

.esign-content-inner {
    margin-top: 30px;
}

    /* esign updated styles */

    .esign-content-inner.e-sig-txt .inputText {
        border-bottom: none !important;
    }

    .esign-content-inner.e-sig-txt .form-element {
        padding-top: 0 !important;
    }

.esign-ecaActivate-header h1 {
    font-size: 40px !important;
}

.setupesign-application.applicationv2 .wrap-content.wrap-content-eca-activate {
    min-height: 720px;
    margin-bottom: 60px;
}

.eca-fs-success .freedom-card-box {
    max-width: 400px;
}

    .eca-fs-success .freedom-card-box img {
        width: 100%;
        box-shadow: 0px 29px 28px -20px rgba(0,0,0,0.5);
        border-radius: 18px;
    }

.eca-fs-success .wrap-freedom-amount {
    margin-top: 40px;
}

    .eca-fs-success .wrap-freedom-amount .freedom-text-48 {
        margin-bottom: 1rem;
        font-family: "sharpGFamily",Arial,sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 36px;
        line-height: 46px;
        text-align: center;
        color: #000000;
    }

    .eca-fs-success .wrap-freedom-amount .application-subheading {
        margin-bottom: 45px;
        font-size: 18px !important;
        line-height: 24px !important;
        color: #000000;
    }

.eca-fs-success .margin-top-30-link {
    margin-bottom: 30px;
}




/*END*/

.sched-link {
    margin-top: 30px;
}

.esign-contract-wrap iframe {
    margin-top: 11px;
    border: none;
    width: 100%;
    height: 100%;
    border: none;
    vertical-align: top;
}

.scroll_frame {
    overflow: hidden;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 285px;
    border: 1px solid #00d1d0
}

.repayment-heading {
    margin-bottom: 0;
}

.repayment-spacer {
    height: 10px;
}

.ccv-wrap p {
    margin-top: 10px;
    margin-bottom: -50px;
}

.temp-pin p {
    margin-top: 10px;
}

.esign-fullsched-table {
    padding: 20px 20px;
    border: 1px solid #efefef;
}

.esign-fullsched .modal-body {
    padding-left: 30px;
    padding-right: 30px;
}

.esign-fullsched-heading-wrap {
    padding-bottom: 5px;
    border-bottom: 1px solid #777777;
}

    .esign-fullsched-heading-wrap p {
        font-size: 16px;
    }

.esign-fullsched-row-wrap {
    padding: 20px 0 0 0;
}

    .esign-fullsched-row-wrap p {
        font-size: 16px;
    }

.esign-fullsched-table {
    height: 450px;
    overflow-y: scroll;
}

.hide-days .ui-datepicker-calendar {
    display: none;
}

.hide-days .ui-state-default, .hide-days.ui-widget-content .ui-state-default {
    max-width: 100px;
    width: 100% !important;
    float: none;
}

.hide-days .ui-widget-content {
    margin: 0 auto;
    border: none;
    max-width: 100px;
    width: 100%;
    padding: 10px;
}

.hide-days .ui-datepicker-header a {
    display: none;
}

.esign-Content-heading {
    font-family: "Lato-semilight" !important;
}

body .tu-wrap .esign-eca-wrap {
    max-width: 570px;
}

.esign-data {
    border-bottom: 1px dashed #c6c6c6;
    margin-bottom: 30px;
}

.tu-offer-term {
    float: right;
    position: absolute;
    right: 0;
    background-color: #fff;
    padding-left: 20px;
    margin-top: -13px;
    margin-right: 15px;
    font-size: 14px;
}

.eca-terms-label a {
    margin-left: 5px;
}

body .tu-wrap .application-eca-wrap {
    max-width: 570px;
}

.error-lr-other {
    font-size: 12px;
    color: #C90E12
}

body .mme-eca-wrap .eca-tile-wrap .inc-tile-wrap .collapse {
    display: none;
}

body .mme-eca-wrap .inc-tile-wrap .collapse.show {
    display: block;
}

body .mme-eca-wrap .inc-tile-wrap .cta-green {
    margin-top: 30px !important;
    margin-bottom: 15px !important;
    margin-left: 15px;
}

.inc-tile-wrap .panel-heading {
    margin-top: 12px;
}

body .mme-eca-wrap .eca-tile-wrap .inc-tile-wrap .app-details-overview {
    margin-top: 0;
}


/*PIN*/
.complete-top {
    font-size: 30px;
    margin-top: 20px;
}

.complete-message {
    font-size: 16px;
    margin-top: 20px;
}

.complete-end {
    font-size: 16px;
    margin-top: 20px;
}

.wrap-check-icon-medium {
    max-width: 190px;
    margin: 0 auto;
}

    .wrap-check-icon-medium img {
        width: 100%;
    }

.applicationv2 .form-element .inputText {
    font-weight: 300;
}

.applicationv2 .form-element .floating-label {
    font-weight: 300;
}

.applicationv2 .form-element-select .inputSelect {
    font-weight: 300;
    z-index: 10;
}

.applicationv2 .checkbox label {
    font-weight: 300;
}

.field-wrapper label {
    font-weight: 300;
}

.ccv-img2-wrap {
    width: 150px;
    margin-bottom: -12px;
}

    .ccv-img2-wrap img {
        width: 100%;
    }

.TermsContainer h6 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
}

.TermsContainer p, .TermsContainer ul li {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
}

.DentonsContainer p, .TermsContainer ul li {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
}

/*CCC*/
.ccc-amount-wrap {
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.ccc-amount-inner {
    padding: 20px;
    background-color: #F7F7F7;
    border-radius: 5px;
    -webikit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.ccc-label {
    font-size: 18px;
    margin-bottom: 0;
}

.ccc-amount {
    font-size: 42px;
    margin-bottom: 0;
}

.ccc-dec-link {
    margin-bottom: 0;
}

.ccc-calc {
    position: relative;
}

.ccc-label-left {
    /*margin-left: -10px;*/
    left: 0;
    position: absolute;
    margin-top: 10px;
    color: #777777;
    font-size: 14px;
}

.ccc-label-right {
    /*margin-right: 14px;*/
    position: absolute;
    right: 0;
    color: #777777;
    margin-top: 10px;
    font-size: 14px;
}

.ccc-slider-info {
    font-weight: 300;
    margin-bottom: 30px;
}


.warning-anim-wrap {
    max-width: 220px;
    margin: 0 auto;
}

.application-notxt-before {
    margin-top: 50px;
}

.norton-notxt-before {
    margin-bottom: 80px;
}
/*New Before sign*/
.list-custom-padding {
    padding-left: 20px;
}

.contract-panels-wrap {
    padding: 10px;
    background-color: #E0F4F3;
    border: 1px solid #050505;
}

.td-borderwith {
    border-top: none !Important;
    font-size: 14px;
    margin-top: 10px;
}

.esign-sig {
    margin-top: 30px;
}

.pin-sent {
    display: none;
}

    .pin-sent img {
        margin-top: -3px;
        margin-left: 5px;
        max-width: 18px;
    }

.td-borderwith {
    border-top: none !Important;
    font-size: 14px;
    margin-top: 10px;
}

.contract-panels-wrap ul {
    padding-left: 16px;
}

.contract-box-important {
    padding: 14px;
}

.esign-imp-heading {
    margin-top: 60px;
    margin-bottom: 30px;
}

.TermsContainer .panel-body {
    height: 500px;
    overflow: auto;
    border: 1px solid #efefef;
}

.DentonsContainer .panel-body {
    height: auto;
    overflow: auto;
    border: 1px solid #efefef;
}


.touch-ios {
    -webkit-overflow-scrolling: touch;
}
/*Login*/
.mme-login-wrap {
    padding: 40px 0;
}

.mme-login-icon {
    width: 93px;
    margin: 0 auto;
}

.mme-login-wrap .accordion-form-inner {
    max-width: 420px;
}

.btn-large {
    box-shadow: inherit;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
}

#applicationPrivacyError {
    position: relative;
    top: 15px;
}

.field-wrapper.has-error div.field-validation-error {
    margin-top: 15px;
}

.ls-icon {
    max-width: 175px;
    margin: 0 auto;
    margin-bottom: 55px;
    margin-top: 50px;
}

    .ls-icon img {
        max-width: 100%;
    }

.vemailccc {
    padding-bottom: 78px;
}

/*NEW MB PAGE*/
.mb-hide-wrap {
    padding: 20px;
    background: #FAFAFA;
    /* border-radius: 5px; */
    margin-top: -15px;
}

    .mb-hide-wrap .form-element .inputText, .mb-hide-wrap .form-element-select .inputText {
        height: 55px;
        border: 1px solid #EFEFEF;
        padding: 10px;
        background: #fff;
    }

    .mb-hide-wrap .form-element input:not(:focus):valid:placeholder-shown ~ .floating-label {
        left: 15px !important;
        top: 31px !important;
    }


/*.mb-logos-wrap{border:1px solid #c6c6c6;border-radius:5px;padding:5px;}*/
.mb-logos-parent {
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    padding: 5px;
    width: inherit;
    margin-left: -7px
}

.mb-logos-wrap img {
    width: 100%;
}

.mb-logos-parent input[type="radio"] {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    outline: none;
    outline-color: transparent;
    border: none;
    display: none;
}


.mb-logos-parent.mblogo-fade div {
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1) opacity(.3);
    -moz-filter: brightness(1) opacity(.3);
    filter: brightness(1) opacity(.3);
}

.mb-logos-parent div, .mb-logos-parent.mb-active div {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    /*display: inline-block;*/
    width: 60px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1) opacity(1);
    -moz-filter: brightness(1) opacity(1);
    filter: brightness(1) opacity(1);
    margin: 0 auto;
    padding: 10px;
}

.mb-logos-parent.mb-active {
    border: 1px solid #00D1D0;
}

.mb-logos-parent div:hover {
    -webkit-filter: brightness(1.2) opacity(.9);
    -moz-filter: brightness(1.2) opacity(.9);
    filter: brightness(1.2) opacity(.9);
}

.mb-logos-parent < input:checked {
    border: 1px solid #00D1D0;
}

.mb-logos-parent > :checked + div {
    -webkit-filter: brightness(1) opacity(1);
    -moz-filter: brightness(1) opacity(1);
    filter: brightness(1) opacity(1);
}

.mb-info-wrap-new .mb-info-heading {
    font-size: 16px;
}

.mb-info-wrap-new .mb-info-content {
    font-size: 12px;
}

.mb-info-wrap-new .mb-info-heading img {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    max-width: 15px;
}

.mb-info-wrap-new {
    margin-top: -10px;
}

.mb-info-content {
    max-width: 410px;
    margin: 0 auto;
    /*margin-top: -15px;*/
}

.select-bank-wrap {
    margin-bottom: 62px;
}

.applicationv2 .mb-hide-wrap .form-element {
    margin-top: 20px;
}

.cta3 {
    background-color: #00C5C4;
    border: 1px solid #00C5C4;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    max-width: 276px;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.cta4 {
    background-color: rgba(0,0,0,0);
    border: 1px solid #00C5C4;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 276px;
    overflow: hidden;
}

.cta4-padding {
    padding: 10px 0;
}

.cta5 {
    background-color: #D10101;
    border: 1px solid #D10101;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    color: #FFF;
    max-width: 276px;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
}

/*Application bank history*/
.acc-bh-details-wrap {
    padding: 15px;
    background-color: #F7F7F7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.no-margin {
    margin: 0;
}

.acc5-bh-cta-wrap {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 65px;
    margin-top: 55px;
    padding-right: 15px;
    padding-left: 15px;
}

    .acc5-bh-cta-wrap button {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.cta5 {
    background-color: rgba(0,0,0,0);
    border: 1px solid #00C5C4;
    color: #00C5C4;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    max-width: 276px;
    padding: 11px 0;
    position: relative;
    overflow: hidden;
}

.bh-page-warning {
    max-width: 70px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.agl-mdl-2 .wrap-text-area {
    margin-top: 45px;
}

.agl-mdl-2 .textarea {
    min-height: 195px;
    font-size: 20px;
    color: #777777;
    padding: 20px;
    font-family: "Lato-semilight";
    max-width: 100%;
    resize: none;
}

.setupesign-application.applicationv2 .header {
    background: #BCEE00;
    padding-top: 20px;
    padding-bottom: 30px;
    border: none;
    border-bottom: 1px solid #ddd;
}

.setupesign-application.applicationv2 .wrap-content {
    padding-top: 0;
    min-height: 777px;
}

.setupesign-application.header-phone-wrap p {
    margin-top: 0;
}


body .half-center-container {
    max-width: 100%;
    width: 560px;
    margin: 0 auto;
    /*-webkit-animation: fadein 1s; 
        -moz-animation: fadein 1s;
        -ms-animation: fadein 1s;
        -o-animation: fadein 1s;
        animation: fadein 1s;
        opacity: 0;
        animation-delay: .5s;
        animation-fill-mode: forwards;*/
}


.wrap-freedom-card-top {
    padding-bottom: 26px;
}

.wrap-freedom-teal-top {
    min-height: 212px;
    background: rgba(1,215,179,1);
    background: -moz-linear-gradient(top, rgba(1,215,179,1) 0%, rgba(1,215,179,1) 28%, rgba(1,168,177,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1,215,179,1)), color-stop(28%, rgba(1,215,179,1)), color-stop(100%, rgba(1,168,177,1)));
    background: -webkit-linear-gradient(top, rgba(1,215,179,1) 0%, rgba(1,215,179,1) 28%, rgba(1,168,177,1) 100%);
    background: -o-linear-gradient(top, rgba(1,215,179,1) 0%, rgba(1,215,179,1) 28%, rgba(1,168,177,1) 100%);
    background: -ms-linear-gradient(top, rgba(1,215,179,1) 0%, rgba(1,215,179,1) 28%, rgba(1,168,177,1) 100%);
    background: linear-gradient(to bottom, rgba(1,215,179,1) 0%, rgba(1,215,179,1) 28%, rgba(1,168,177,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01d7b3', endColorstr='#01a8b1', GradientType=0 );
}

.wrap-freedom-red-top {
    min-height: 212px;
    background: rgba(252,102,104,1);
    background: -moz-linear-gradient(top, rgba(252,102,104,1) 0%, rgba(252,102,104,1) 12%, rgba(240,67,70,1) 66%, rgba(240,67,70,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,102,104,1)), color-stop(12%, rgba(252,102,104,1)), color-stop(66%, rgba(240,67,70,1)), color-stop(100%, rgba(240,67,70,1)));
    background: -webkit-linear-gradient(top, rgba(252,102,104,1) 0%, rgba(252,102,104,1) 12%, rgba(240,67,70,1) 66%, rgba(240,67,70,1) 100%);
    background: -o-linear-gradient(top, rgba(252,102,104,1) 0%, rgba(252,102,104,1) 12%, rgba(240,67,70,1) 66%, rgba(240,67,70,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,102,104,1) 0%, rgba(252,102,104,1) 12%, rgba(240,67,70,1) 66%, rgba(240,67,70,1) 100%);
    background: linear-gradient(to bottom, rgba(252,102,104,1) 0%, rgba(252,102,104,1) 12%, rgba(240,67,70,1) 66%, rgba(240,67,70,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc6668', endColorstr='#f04346', GradientType=0 );
}

.mme-eca-wrap .tile.top .wrap-freedom-teal-top > .row.align-items-center, .mme-eca-wrap .tile.top .wrap-freedom-red-top > .row.align-items-center {
    min-height: 212px;
}

.wrap-freedom-card-header {
    padding: 50px 20px;
    background: url(../../images/ECA-Rebrand/activate-card-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: -1px;
}

.danger .wrap-freedom-card-header {
    padding: 30px 20px;
    background: none;
    position: relative;
}

    .danger .wrap-freedom-card-header:before {
        position: absolute;
        width: 100%;
        display: block;
        height: 100%;
        background: url('/images/freedom/freedom-bg_desktop.png') no-repeat;
        background-size: cover;
        background-position: center;
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
        content: "";
        top: 0;
        left: 0;
    }

.not-active.danger .wrap-freedom-card-header:before {
    -webkit-filter: inherit;
    filter: inherit;
}

.freedom-card-box {
    width: 100%;
    max-width: 336px;
    margin: 0 auto;
    position: relative;
}

    .freedom-card-box img {
        width: 100%;
    }

.danger .freedom-card-box:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    opacity: .7;
    background: #000;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    z-index: 300;
}

.free-card-tile {
    max-width: 100%;
    -webkit-box-shadow: 2px 3px 13px 0px rgba(0,0,0,0.59);
    -moz-box-shadow: 2px 3px 13px 0px rgba(0,0,0,0.59);
    box-shadow: 2px 3px 13px 0px rgba(0,0,0,0.59);
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
}

.freedom-text-48 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 10px;
}

.wrap-tap-to-pay-card {
    position: absolute;
    z-index: 400;
    top: 50%;
    text-align: center;
    width: 100%;
    margin-top: -51px;
    cursor: pointer;
}

.wrap-freedom-btn-makepayment {
    padding-top: 19px;
    margin-bottom: -4px;
}

.card-body .wrap-freedom-btn-makepayment {
    padding-top: 30px;
}

.freedom-btn-makepayment.btn-large {
    font-size: 18px;
    width: 200px;
    margin-left: 3px;
    margin-right: 3px;
}

    .freedom-btn-makepayment.btn-large:disabled, .freedom-btn-makepayment.btn-large.btn-disabled {
        opacity: .3;
    }

.card-view-eye {
    max-width: 37px;
    position: absolute;
    right: -18px;
    top: 25px;
}

.freedom-card-box .card-name {
    position: absolute;
    bottom: -2px;
    left: 20px;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.freedom-card-box .card-number {
    position: absolute;
    bottom: 0;
    left: 20px;
}

.freedom-card-box .card-expiry {
    position: absolute;
    left: 50%;
    bottom: -2px;
}

.freedom-card-box .card-label-expiry {
    position: absolute;
    left: 50%;
    bottom: 19px;
    font-size: 7px;
}

.tile {
    -webkit-box-shadow: 2px 3px 13px 0px rgba(209,209,209,0.59);
    -moz-box-shadow: 2px 3px 13px 0px rgba(209,209,209,0.59);
    box-shadow: 2px 3px 13px 0px rgba(209,209,209,0.59);
    border-radius: 5px;
}

.wrap-content-eca-activate .tile {
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    background: white;
    box-shadow: none;
}

.dl-link-img1 {
    max-width: 110px;
}

.dl-link-img {
    max-width: 115px;
}

.dl-link-img2 {
    max-width: 130px;
    margin-left: 5px;
}

.dl-link-img1 + .dl-link-img {
    margin-left: 10px;
}

/*New passcode*/
.show.mme-pinlabel {
    bottom: 10px;
    left: 0;
    font-size: 14px;
    opacity: 1;
    color: #00d1d0;
    outline: none;
    font-family: 'Lato', Arial, sans-serif;
    margin-bottom: 20px;
}

.inputPin {
    border: 1px solid #EFEFEF;
    color: #777777;
    border-radius: 10px;
    width: 24%;
    padding: 10px;
    font-size: 18px;
    height: 90px;
    text-align: center;
    -moz-appearance: textfield;
}

.mme-pin-inner {
    min-height: 150px;
}

#login-modal .modal-dialog, #forgot-modal .modal-dialog, #forgot2-modal .modal-dialog {
    margin: 0 auto;
}

.splitapp-update {
    margin-top: -20px;
}

.mme-pinLoading-wrap {
    position: relative;
    max-width: 70px;
    margin: 0 auto;
}

.mme-pinLoading {
    position: absolute;
}

.warning-note p {
    font-size: 18px;
}

.hands-wrap {
    max-width: 80px;
    margin: 0 auto;
}

/*Dentons*/
.dentonsNote-wrap {
    padding: 1px 30px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -20px;
}

.dentonsNote-inner {
    max-width: 500px;
    margin: 0 auto;
}

.dentonsNote-wrap .application-subheading {
    line-height: 32px;
    font-size: 20px;
}

/*PIP*/
.no-margin {
    margin: 0;
}

.eSign-sublabel {
    margin-bottom: 10px;
    font-size: 14px !important;
    color: #B2B2B2;
}

.esign-Content {
    padding-bottom: 15px;
}

/*Upload portal desktop*/
.uploadPortal-btn {
    width: 100%;
    background-color: #fff;
    min-height: 179px;
    background: #FFFFFF;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .uploadPortal-btn img {
        max-width: 78px;
        margin: 0 auto;
        margin-bottom: 16px;
    }

.upload-result-wrap {
    padding: 0 15px;
    border: 1px solid #C6C6C6;
    border-radius: 10px;
    margin-top: 60px;
}

.upload-result-line {
    padding: 15px 0;
    /*border-bottom: 1px solid #c6c6c6*/
}

    .upload-result-line p {
        margin-bottom: 0;
    }

.btn-green {
    background: #BCEE00;
    border-radius: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

/*.upload-result-wrap .upload-result-line:last-child {
    border-bottom: none;
}*/

#ErrorCommon {
    color: #d10101;
    font-size: 18px;
    position: relative;
    text-align: center;
    top: 2px;
}

.camera-upload {
    max-width: 350px !important;
    width: 100% !important;
    margin: 0 auto;
}

    .camera-upload video {
        width: 100% !important;
        height: 200px !important;
    }

.snap-btn {
    margin-top: 20px;
    margin-bottom: 50px;
    background-color: #00D0CF;
    color: #fff;
    border: 1px solid #00D0CF;
    border-radius: 5px;
}

.close-snap-btn {
    margin-bottom: 0;
    background-color: transparent;
    padding: 0;
    outline: none;
    margin-bottom: 7px;
}

.camera-upload #camera {
    width: 100% !important;
    height: inherit !important;
}


/*------MMEPLus Redraw-----*/


/*.lexend{
	font-family: 'Lexend Deca', sans-serif;
}*/

.cursor-pointer {
    cursor: pointer;
}

.pip-awards-wrap .home-section2 .awards-circle {
    max-width: 470px;
    text-align: center;
}

.pip-compPurchase-header {
    padding: 20px 0;
    background: #009797; /* Old browsers */
    background: -moz-linear-gradient(45deg, #009797 0%, #00a08e 50%, #4BDEA7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #009797 0%,#00a08e 50%,#4BDEA7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #009797 0%,#00a08e 50%,#4BDEA7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009797', endColorstr='#4BDEA7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.pip-compPurchase-logo {
    max-width: 250px;
    margin: 0 auto;
    position: relative;
    left: 15px;
}

    .pip-compPurchase-logo img {
        width: 100%;
    }

.pip-compPurchase-headercopy h2 {
    color: #fff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
}

.pip-compPurchase-headercopy img {
    max-width: 25px;
    margin-right: 10px;
    margin-top: -10px;
}

/*.pip-comPurchase-content{
	margin-top:40px;
}*/

.pip-comPurchase-content .splitapp-update {
    margin-top: 0;
}


.pip-compPurchase-wrap {
    border-bottom: 1px dashed #c6c6c6;
    padding: 25px 0;
}

.pip-compPurchase-sublabel {
    color: #B2B2B2;
}

.pip-compPurchase-ctalabel {
    margin-top: 40px;
}

.pip-btn-wrap {
    width: 50%;
    margin: auto;
}

.pip-compPurchase-cta {
    margin-top: 20px;
    margin-bottom: 15px;
    box-shadow: none;
    font-weight: bold;
    width: 100% !important;
    font-size: 18px;
}

.home.v4 .section2 {
    padding-top: 54px;
    padding-bottom: 25px;
    margin-bottom: 0;
    margin-top: 45px;
}

.wrap-footer {
    background-color: #f7f7f7;
    padding-left: 0;
    padding-right: 0;
}

.setupesign-application .wrap-footer{
    padding-top: 0;
}

.setupesign-application .wrap-footer .lowerFooter{
    border: 0;
}

.pip-awards-label-wrap {
    margin-bottom: 80px;
}

.pip-awards-label {
    margin-bottom: 0;
}

.pip-awards-sublabel {
    font-size: 14px;
    color: #B2B2B2;
}

.section2 {
    background-color: #f7f7f7;
}

.purchase-label-wrap {
    max-width: 130px;
    background-color: #e8f9f9;
    padding: 5px;
    border-radius: 6px;
    margin: 0 auto;
}

    .purchase-label-wrap p {
        color: #1A1A1A;
        margin-bottom: 0;
    }

.purchase-amount-wrap h1 {
    font-size: 45px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.pip-confirmSections-wrap .font-12 {
    margin-top: -5px;
}


.pip-awards-wrap {
    margin-top: 50px;
}

    .pip-awards-wrap .home-section2 .awards-circle .awards-circle-wrap {
        top: -100px;
        width: 100%;
        position: absolute;
    }

.inputPin {
    border: 1px solid #EFEFEF;
    color: #777777;
    border-radius: 10px;
    width: 24%;
    padding: 10px;
    font-size: 18px;
    height: 90px;
    text-align: center;
    -moz-appearance: textfield;
}

.login-wrap.app-pin-page .mme-pin-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

    .login-wrap.app-pin-page .mme-pin-wrap .inputPin {
        width: 22%;
        height: 105px;
        border-radius: 15px;
        font-size: 20px;
        border-color: #c6c6c6;
    }

        .login-wrap.app-pin-page .mme-pin-wrap .inputPin:focus {
            outline: none
        }

.bottom-options-wrap {
    position: relative;
    /*min-height: 310px;*/
    margin-top: 40px;
}

.login-wrap.app-pin-page.options-view {
    /*position: absolute;
    top: 0;
    visibility: hidden;*/
    display: none;
}

.login-wrap.app-pin-page .pip-compPurchase-ctalabel {
    margin-top: 0;
}

.redraw-login {
    transition: 0.3s;
    padding-top: 20px;
}

    .redraw-login.disabled {
        opacity: 0.5;
    }

.create-acct-wrap {
    position: relative;
    top: 0;
    width: 100%;
}

/*loading*/
.spinner-wrap span img {
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}
/*----------*/
.create-acct-wrap.fadeDown {
    animation: fadeDown 0.5s forwards ease-out;
}

@keyframes fadeDown {
    0% {
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }

    90% {
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.login-wrap.app-pin-page.showUp {
    animation: showUp 0.5s forwards ease-out;
    animation-delay: 0.7s;
    display: block;
}

@keyframes showUp {
    0% {
        transform: translateY(40px);
        visibility: visible;
        opacity: 0;
    }

    90% {
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

/*Redraw modal login - existing user*/

.mmeplus-account-status .modal-header {
    text-align: right;
    display: block;
    padding-bottom: 0;
    background: transparent !important;
}

.mmeplus-account-status .modal-content {
    border: none;
    box-shadow: none;
}


.mmeplus-account-status h3 {
    margin-top: 0;
}

.mmeplus-account-status .login-cta {
    margin: 30px 0;
}

    .mmeplus-account-status .login-cta button:hover {
        cursor: pointer;
    }

.mmeplus-account-status .modal-header .close {
    padding: 5px 10px;
    color: #ccc;
}

.modal-backdrop.fade {
    opacity: 0.5;
}

/*Verify income update*/
.verify-notif {
    padding: 6px;
    max-width: 266px;
    margin: 0 auto;
    background: #E8F9F9;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: -20px;
}

    .verify-notif p {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 0;
        color: #00D1D0;
        text-align: center;
    }

        .verify-notif p img {
            max-width: 12px;
            margin-right: 5px;
        }

.verify-express-iconb {
    position: absolute;
    width: 100%;
    max-width: 65px;
    right: -11px;
    top: 25px;
}

.app-msg-container {
    min-height: 660px;
}

.verify-list {
    margin-bottom: 1rem;
}

.verify-list-icon, .verify-list-iconb, .verify-list-iconc{
    max-width: 16px;
    margin-right: 5px;
    margin-top: 3px;
}

.verify-option-wrap input[type=checkbox] {
    max-height: 200px;
}

.verify-option-checkbox-label ul {
    margin-bottom: 0;
}

.app-cta-arrow-back {
    max-width: 15px;
    float: left;
    position: relative;
    top: 6px;
    left: 5px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.white-separator {
    max-width: 250px;
    margin: 0 auto;
}

    .white-separator .line {
        background-color: #fff;
    }

    .white-separator p {
        color: #fff;
    }

.text-lime {
    color: #ADCB07 !important;
    text-decoration: none;
}

    .text-lime:hover {
        color: #ADCB07;
        text-decoration: none;
    }

.btn-lime {
    background: #BCEE00;
    color: #000;
}

/*fs card activation*/
.applicationv2 #fieldset-six .form-element .inputText {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #EFEFEF;
    font-family: 'Lato', sans-serif !important;
    padding-bottom: 6px;
    background: transparent;
    padding-left: 0;
    margin-left: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

#fieldset-six .esign-ecaActivate-header h1 {
    font-family: "sharpGFamily",Arial,sans-serif;
    font-weight: 600;
    font-size: 37px !important;
    line-height: 47px;
    text-align: center;
    color: #000000;
}

#fieldset-six .application-subheading {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 24px !important;
    color: #000000;
}

#fieldset-six .esign-Content p {
    font-size: 18px !important;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

#fieldset-six .light {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

#fieldset-six .esign-contract-wrap iframe {
    margin-top: 0;
}

#fieldset-six .scroll_frame {
    border: 1px solid #ADCB07;
    border-radius: 5px;
}

.applicationv2 .header{
    background: #BCEE00;
}

@media (max-width: 812px) {
    .lowerFooter:before {
        content: "";
        position: absolute;
        left: -15px;
        right: -15px;
        top: 0;
        border-bottom: none;
    }

    .pip-compPurchase-headercopy h2 {
        color: #fff;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 18px;
    }

    .pip-compPurchase-headercopy img {
        max-width: 18px;
        margin-right: 7px;
        margin-top: -7px;
    }
}



/*Responsive styles*/
@media(max-width:1200px) {
    .mb-logos-parent {
        width: 100%;
    }

    .mb-logos-parent {
        margin-left: 0;
    }
}

@media(max-width:767px) {
    .uploadPortal-btn{
        min-height: 153px;
    }

    .uploadPortal-btn img {
        max-width: 66px;
    }

    .asx-mme-logo img {
        min-width: 151px;
    }

    .applicationv2 .lowerFooter {
        margin-top: 0;
        border-top: none;
        padding: 25px 0;
    }

    /*Dentons*/
    .dentonsNote-wrap {
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 5px;
    }

        .dentonsNote-wrap .application-subheading {
            line-height: 24px;
            font-size: 16px;
        }


    .warning-note p {
        font-size: 15px !important;
        line-height: 22px;
    }

    .inputPin {
        height: 75px;
    }



    /*New passcode*/
    .full-screen-modal .payment-flow-wrap {
        padding: 10px;
        position: relative;
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        margin: 0 auto;
    }

    .vemailccc {
        padding-bottom: 65px;
    }

    .row-amt-dur {
        margin-bottom: -15px;
    }

    #eca-part1-view {
        margin-bottom: 0;
    }

    .font-14-mob-light {
        font-size: 12px;
        font-weight: 300;
    }

    #ddlBankName-error {
        margin-top: 50px;
        display: block;
    }

    #txtSearchAddress-error {
        margin-top: 25px;
        display: block;
    }

    .calculator2a .bltxt {
        font-size: 14px;
    }

    .ccc-label-left {
        margin-left: -3px;
    }

    .ccc-label-right {
        margin-right: 1px;
    }

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -3%);
        -moz-transform: translate(0, -3%);
        transform: translate(0, -3%);
    }

    .blockUI .modal.fade .modal-dialog {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-top: -20px;
        margin-bottom: -20px;
    }

    .applicationv2 .form-element.has-error {
        margin-bottom: 0;
    }

    #divCurrentAddress {
        margin-top: 50px;
    }

    .dropdownApp {
        margin-bottom: 0;
    }

    .mme-alert {
        margin-top: 5px;
    }

    .progressv2-wrap {
        margin-top: 10px;
        /*margin-bottom: 10px;*/
    }

    .checkbox-label {
        position: relative;
    }

    .wrap-footer {
        padding-top: 0px;
    }

    .esign-imp-heading {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .select-acct-wrap {
        margin-bottom: 30px;
    }

    .modal-backdrop.in {
        opacity: 1;
    }

    .tooltip-application img {
        margin-left: 0;
    }

    .progress-borderb {
        width: 3px;
        height: 13px;
    }

    .acc6wrap {
        margin-top: 18px;
    }

    .acc7wrap, .acc8wrap {
        margin-top: 13px;
    }

    .select-acct-wrap {
        margin-top: 8px;
    }

    .field-wrapper label {
        font-family: "Lato" !important;
    }

    .red-wrap {
        margin-left: -2px;
    }

    #appliation-calc .lr-heading {
        margin-bottom: 17px;
    }

    .acc5wrap .accordion-form-inner {
        padding-bottom: 0 !important;
    }

    #appli-success .modal-body {
        padding-bottom: 35px !important;
    }

    .wrap-yesno-modalcta {
        margin-bottom: 0;
    }

    .otherSelect label {
        font-size: 18px !important;
        margin-left: -4px;
    }

    .yesno-btn-wrap {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .yesno-qstion {
        margin-top: 31px;
    }

    #financial-yesno-modal .modal-body {
        padding: 8px 20px !important;
    }

    .close {
        font-weight: inherit !important;
    }

    #mdlLoanReason .close {
        font-weight: normal;
    }

    .complete-message, .complete-end {
        font-family: "Lato-semilight" !important;
    }

    .mme-application .form-element input:focus ~ .floating-label, .mme-application .form-element input:not(:focus):valid ~ .floating-label, .mme-application .form-element input:disabled ~ .floating-label, .mme-application .form-element .floating-labelx {
        font-family: "Lato" !important;
    }

    .esign-close {
        font-weight: normal;
        font-family: "Lato" !important;
    }

    .accordion-nextbtn-test {
        font-family: "Lato" !important;
    }

    .select-top-label {
        font-family: "Lato" !important;
    }

    .inner-wrap-calc-slider label {
        font-family: "Lato-semilight" !important;
    }

    .calc-label {
        font-family: "Lato-semilight" !important;
    }

    .tnc-content-wrap p {
        font-family: "Lato-semilight" !important;
    }

    .TermsContainer p, .TermsContainer ul li {
        font-family: "Lato-semilight" !important;
    }

    .DentonsContainer p, .DentonsContainer ul li {
        font-family: "Lato-semilight" !important;
    }
    /*.light{font-family: "Lato-semilight" !important;}*/
    .semi-light {
        font-family: "Lato" !important;
    }
    /*.light-mobile{font-family: Lato-light!important;}
    .mme-application .checkbox label {font-family: "Lato-semilight" !important;}
    .accordion--form__next-btn, .application-form_next-btn{font-family:"Lato" !important;}*/
    .popover.bottom {
        margin-left: -2px;
    }

    .yesno-cta-padding-right {
        padding-right: 10px;
    }

    .yesno-cta-padding-left {
        padding-left: 10px;
    }
    /*.wrap-yesno-modalcta .btn-large{padding-top: 5px; padding-bottom: 9px;}*/
    .doubleselect-spacer {
        margin-top: 30px;
    }

    .form-element-select {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    #frmEmploymentDetails .form-element-select {
        margin-top: 35px;
    }

    .form-element-select-first {
        margin-top: 8px !important;
    }

    .form-element .active-hida {
        top: -24px;
    }

    .dropdownApp dt a span, .multiSel span {
        top: -10px;
    }

    .scroll_frame {
        overflow: auto;
        height: 200px;
        margin-top: 0;
    }

    .esign-content-inner {
        margin-top: 20px;
        padding-right: 0;
    }

    .esign-cont .modal-footer {
        margin-top: 0;
    }

    .repayment-spacer2 {
        margin-top: 31px;
    }

    .esign-contract-wrap iframe {
        margin-top: 10px;
    }

    .option-input.radio {
        top: -50px;
    }

    .sched-link {
        margin-top: 15px;
    }

    .accordion-nextbtn-test {
        font-size: 20px;
    }

    .TermsContainer .panel-body {
        height: 50vh;
        overflow: auto;
        border: 1px solid #efefef;
    }

    #ui-datepicker-div {
        width: 85%;
    }

    .mme-application .wrap-content {
        padding-top: 2px;
    }

    .edittestlink {
        font-size: 14px;
    }

    .accordion--form__legend .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .accordion--form__legend {
        font-size: 14px;
    }

    .edit-amount-wrap { /*margin-top:0;*/
        margin-top: 13px;
        padding-bottom: 11px;
    }

    #esign-continue .edit-amount-wrap {
        margin-top: 0;
    }

    .edit-application-text {
        font-size: 14px;
    }

    .top-edit-amount {
        font-size: 14px;
        position: relative;
        top: -6px;
    }

    .mme-application .right-panel.right-panel2 {
        margin-top: -4px;
    }

    .progressv2-wrap .progress {
        border-radius: 0;
        margin-top: 18px;
    }


    .mme-application .header {
        padding-top: 18px;
        padding-bottom: 10px;
    }

    .progress {
        height: 12px;
        margin-bottom: 10px;
    }

    .progress-border {
        border-right: 3px solid #ffffff;
    }

    .accordion--form__legend-active {
        font-size: 34px;
        margin-bottom: 30px;
    }

    .accordion--form__legend-active {
        margin-bottom: 1px;
    }

    .mme-application .form-element {
        margin-bottom: 15px;
        height: 65px;
    }

    .accordion--form__wrapper-active {
        padding: 0 15px;
    }
    /*.accordion--form__legend{padding: 30px 10px 15px 10px}*/
    .legend--completed {
        padding: 13px 10px !important;
    }

    .application-btn-wrap {
        margin-top: 25px !important;
    }

    .norton-wrap {
        margin-top: 10px;
    }

    .form-spacer {
        margin-top: 38px;
    }
    /*.add-not-found{font-size:14px !important;}*/
    .field-wrapper label.show2 {
        top: -12px;
    }

    .btn-large {
        width: 80%;
    }

    .mutliSelect label {
        font-size: 16px;
    }

    .mutliSelect ul {
        padding-left: 10px;
    }

    .btn-large {
        max-width: 276px;
        width: 100%;
    }

    .form-element2 {
        margin-bottom: 5px !important;
    }
    /*.acc2,.acc3{padding-top: 13px}*/
    .mme-application .form-element2 {
        height: 100%;
    }

    .accordion-form-inner {
        padding: 10px 15px;
    }

    .hida-test {
        top: -35px !important;
    }

    .mme-application .radio, .mme-application .checkbox {
        margin-top: 35px;
    }

    .legend--completed {
        margin-top: 0;
    }

    .application-subheading, .mb-info-heading {
        font-size: 18px;
    }

    .mb-info-content {
        font-size: 16px;
    }

    .mme-application .wrap-content {
        padding-bottom: 2px;
    }

    .select-acct-wrap {
        font-size: 18px;
    }

    .mb-info-wrap {
        margin-top: 20px;
    }

    .application-notxt-before {
        margin-top: 35px;
    }

    .norton-notxt-before {
        margin-bottom: 50px;
    }

    .mb-info-content-mobile {
        margin-bottom: 0;
    }

    .app-other-pages .accordion--form__legend-active {
        padding: 17px 10px;
    }

    .select-acct-btn:checked + label:before, .select-acct-btn:not(:checked) + label:before {
        top: 4px;
    }

    .select-acct-btn:checked + label:after, .select-acct-btn:not(:checked) + label:after {
        top: 7px
    }

    .select-acct-btn {
        vertical-align: top;
        margin: 6px 10px 0 !important;
    }

    .esign-Content p {
        font-size: 18px;
    }

    .esign-tick-copy {
        margin-left: 10px;
    }

    .esign-Content-heading {
        font-size: 20px !important;
    }

    .wrap-calculator {
        padding: 0;
        padding-top: 30px;
    }

    .mme-application .form-element:first-child {
        margin-bottom: 65px;
    }

    .hastooltip {
        margin-left: 5px;
    }

    .esign-content-inner .form-element:first-child {
        margin-bottom: 30px !important;
    }

    .acc7wrap .form-element:first-child {
        margin-bottom: 15px !important;
    }

    .ccv2-wrap .popover.bottom {
        left: 185px !important;
    }

        .ccv2-wrap .popover.bottom > .arrow {
            margin-left: 55px !important;
        }

    .field-wrapper {
        height: 50px;
        margin-bottom: 25px;
    }

        .field-wrapper.has-error {
            margin-bottom: 10px;
        }

    .mme-application .form-element-select .inputSelect {
        top: 0;
        padding-top: 8px;
    }

    .form-element-select .fa {
        top: 23px;
    }

    .application-subheading, .mb-info-heading {
        font-size: 18px;
        position: relative;
    }

    .application-form_next-btn {
        margin-bottom: 80px;
        margin-top: 10px;
    }

    .wrap-yesno-modalcta .btn-large {
        max-width: 100%;
        width: 100%;
        border: 1px solid #00d0d0;
        margin: 0 auto;
        margin-bottom: 20px;
        font-size: 20px;
        font-family: 'Lato';
    }

    .td-borderwith {
        font-size: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .contract-panels-wrap ul {
        padding-left: 10px;
    }

    .loan-reason-footer {
        margin-top: -16px !important;
    }
    /*.appli-tnc{margin-top:0px;}*/
    .dropdownApp dt a span, .multiSel span {
        font-family: "Lato-semilight" !important;
    }

    .loan-reason-footer {
        padding: 15px 20px 30px;
    }

    .ccv-img2-wrap {
        width: 100%;
        margin-bottom: -12px;
    }

        .ccv-img2-wrap img {
            width: 100%;
        }

    .notice-wrap {
        margin-bottom: 0;
    }

    #mdlLoanReason .modal-footer {
        margin-bottom: 12px !important;
        padding-top: 10px;
        z-index: 999;
        position: relative;
    }

    .modal-footer {
        margin-bottom: 3px;
    }

    .temp-pin {
        margin-bottom: 40px !important;
    }

    .progressv2b-wrap .progress {
        border-radius: 0;
        margin-top: -3px;
        margin-bottom: 0;
    }

    .acc6wrap .container {
        padding: 0;
    }
    /*full screen modal*/
    .full-screen-modal .modal-content {
        height: 100vh;
        border: none;
        border-radius: 0;
    }

    .full-screen-modal .modal-dialog {
        padding: 0;
        margin: 0;
    }

    .full-screen-modal .modal-header {
        position: absolute;
        width: 100%;
        z-index: 999;
    }

        .full-screen-modal .modal-header.two {
            border: none;
            display: block;
            position: relative;
            text-align: center;
        }

    .payment-flow-checkbox {
        max-width: 150px;
    }

    .checkbox-flow {
        height: 40px;
    }

    .modal-backdrop.show {
        opacity: 1;
        background-color: #ffffff;
    }

    .modal-backdrop {
        background-color: #ffffff;
    }

    .full-screen-modal .modal-content {
        border: none;
    }

        .full-screen-modal .modal-content .modal-body {
            min-height: 200px;
        }

    .modal-content {
        box-shadow: none;
    }

    .right.ui-slider-horizontal .ui-slider-handle .tooltip-inner {
        margin-left: -40px;
    }

    .right.ui-slider-horizontal .ui-slider-handle .tooltip-arrow {
        margin-left: 15px;
    }

    .tnc-content-wrap {
        height: 60vh;
    }

    .rbcl-progress-bar {
        margin-bottom: -10px;
    }

    .select-opt-loan.radio {
        top: -88px;
    }

    .mme-application .right-panel.right-panel2 {
        position: absolute;
        right: 15px;
        bottom: -5px;
    }

    .mme-application .logo-device, .mme-application .header > a {
        width: 140px;
    }

    .wrap-footer {
        border-top: none;
    }

    .lowerFooter {
        margin-top: 0;
    }

    /*ccc */
    .ccc-minpay-label {
        font-size: 14px;
    }

    .ccc-slider-info {
        font-size: 16px;
        line-height: inherit;
        margin-bottom: 40px;
        font-weight: normal;
    }

    .ccc-amount-inner {
        padding: 20px;
        margin: 0 auto;
        max-width: 215px;
        background-color: #F7F7F7;
        border-radius: 5px;
        -webikit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    .ccc-back {
        font-size: 16px !important;
        padding-bottom: 10px;
    }

    .ccc-declim {
        font-size: 16px !important;
        padding-bottom: 10px;
    }

    .right.ui-slider-horizontal .ui-slider-handle .tooltip-inner {
        margin-left: 5px;
    }

    .right.ui-slider-horizontal .ui-slider-handle .tooltip-arrow {
        margin-left: -10px;
    }

    .temp-pin p {
        margin-top: 10px;
        font-size: 15px;
    }

    .btn-offer-ccc {
        display: block;
        margin-bottom: 15px;
        margin-left: auto !important;
        margin-right: auto !important;
        box-shadow: inherit;
    }

    #esign-confirm > .eca-appstatus-wrap > .panel, #esign-confirm > .eca-appstatus-wrap > .eca-appstatus-inner > .panel {
        border-radius: 0;
    }

    .mb-hide-wrap {
        margin-top: -25px;
    }

    .mobi-padding-r {
        padding-right: 0;
    }

    .mobi-padding-rnl {
        padding-left: 5px;
        padding-right: 5px;
    }

    .mobi-padding-l {
        padding-left: 0;
    }

    .mb-logos-parent {
        width: 100%;
    }

    #userCredentials .form-element input:not(:focus):valid:placeholder-shown ~ .floating-label {
        font-size: 14px !important;
    }

    .mb-hide-wrap .form-element input:not(:focus):valid:placeholder-shown ~ .floating-label {
        top: 38px !important;
    }

    .modal.fade .modal-dialog {
        webkit-transform: translate(0);
        -moz-transform: translate(0);
        transform: translate(0);
    }

    #divCurrentAddress + div + .form-element {
        margin-top: 38px;
    }

    /*Setup Esign*/
    .setupesign-application.applicationv2 .right-panel.right-panel2 {
        position: relative;
        right: 0;
        bottom: -2px;
    }

    .setupesign-application.applicationv2 .wrap-content {
        padding-top: 0;
    }

    .setupesign-application.applicationv2 .header {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .setupesign-application.applicationv2 .right-panel.right-panel2 {
        position: relative;
        right: 0;
        bottom: -4px;
    }

    .setupesign-application .accordion--form__legend-active {
        font-size: 32px !important;
        line-height: 50px;
    }

    .setupesign-application.applicationv2 .logo-device, .applicationv2 .header > a {
        width: 100px;
        margin-top: 3px;
    }

    .setupesign-application.applicationv2 .application-subheading {
        line-height: 28px;
        font-size: 16px;
    }

    .freedom-text-48 {
        font-size: 32px;
        line-height: 50px;
        margin-bottom: 10px;
    }


    .wrap-freedom-card-header {
        border-radius: 0;
    }

    .tile {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 5px;
    }

    .wrap-content-eca-activate .tile {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        border: none;
    }


    .splitapp-update .edit-amount-wrap {
        margin-top: 10px;
    }

    .splitapp-update {
        margin-top: -10px;
    }


    /*esign Activate Card page*/


    .esign-ecaActivate-header h1 {
        width: 60%;
        margin: 10px auto 30px;
        line-height: 42px;
    }

    #fieldset-six .esign-ecaActivate-header h1 {
        line-height: 42px;
        font-size: 34px !important;
        margin: 0 auto;
        width: 100%;
    }

    .setupesign-application.applicationv2 .wrap-content.wrap-content-eca-activate {
        margin-bottom: 0 !important;
    }

    .setupesign-application.applicationv2 .application-subheading.esign-activateCard-subheading {
        font-size: 20px;
        line-height: 28px;
    }

    .acc6wrap.esign-ecaActivate-wrap {
        margin-top: 0 !important;
    }

    .esign-sig.esign-sig2 {
        margin-top: 20px !important;
    }

    .applicationv2 .esign-content-inner.e-sig-txt .row:first-child {
        margin-bottom: 10px;
    }

    /*.applicationv2 .form-element .inputText {
        height: inherit !important;
    }*/

    .applicationv2 .esign-content-inner.e-sig-txt .form-element {
        height: inherit !important;
    }

    .esign-content-inner.e-sig-txt .form-element:first-child {
        margin-bottom: 0 !important;
    }

    .esign-content-inner.e-sig-txt .inputText {
        font-size: 16px;
    }

    .application-notxt-before.application-notxt-before-ecaActivate {
        margin-top: 60px !important;
        max-width: 70vw;
    }

    .norton-wrap.ecaActivate-norton {
        margin-top: 0 !important;
    }

    /*activate card success tile*/
    .eca-fs-success .freedom-card-box {
        width: 90%;
    }

    .eca-fs-success .wrap-freedom-amount .freedom-text-48 {
        line-height: 45px;
        margin-bottom: 20px;
    }

    .eca-fs-success .wrap-freedom-amount .application-subheading {
        margin-bottom: 45px;
    }
}

@media (max-width:400px) {
    .ccv2-wrap .popover.bottom {
        left: 110px !important;
    }

        .ccv2-wrap .popover.bottom > .arrow {
            margin-left: 70px !important;
        }

    .checkbox-spacer {
        height: 35px;
    }

    .modal:before {
        height: 0;
    }

    .scroll_frame {
        height: 200px;
    }

    .acc5-bh.accordion--form__legend-active {
        font-size: 26px;
    }

    .acc5-bh .application-subheading {
        margin-top: 0;
    }

    .acc5-bh-cta-wrap button {
        padding: 8px 0;
    }

    .acc5-bh-cta-wrap .cta5 {
        padding: 7px 0;
    }

    .bh-page-warning {
        max-width: 70px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .modal:before {
        content: none;
    }
}

@media(max-width: 380px) {
    .tu-offer-term {
        margin-top: -10px;
        font-size: 10px;
    }

    .accordion--form__legend-active {
        font-size: 27px;
        line-height: 50px;
    }

    .mme-pintemp-wrap .accordion--form__legend-active {
        line-height: 35px;
    }
}

@media(max-width:340px) {
    .scroll_frame {
        height: 200px;
    }

    .edit-application-text {
        font-size: 12px;
    }

    .top-edit-amount {
        font-size: 12px;
    }

    .btn-large {
        width: 100%;
    }

    .accordion-form-inner {
        padding: 10px 10px;
    }

    .mb-info-wrap {
        margin-top: 40px;
    }

    .mb-info-heading img {
        margin-right: 5px;
        max-width: 14px;
        margin-top: 9px;
    }

    .application-subheading, .mb-info-heading {
        font-size: 16px;
    }

    .mb-info-content {
        font-size: 14px;
    }

    .mme-application .form-element .floating-label {
        font-size: 20px;
    }

    .mme-application .form-element .inputText {
        font-size: 20px;
    }

    .mme-application .form-element-select .inputSelect {
        font-size: 20px;
    }

    .mb-tech-copy2 {
        margin-top: -10px;
    }

    .mbtech-modal-spacer2 {
        height: 25px;
    }

    .mb-tech-wrap {
        margin-left: -8px;
    }

    .hidden-340 {
        display: none;
    }

    .modal-body {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ccv2-wrap .popover.bottom {
        left: 65px !important;
    }

        .ccv2-wrap .popover.bottom > .arrow {
            margin-left: 70px !important;
        }

    .esign-tick-copy .tooltip-application2 img {
        margin-top: 5px;
        position: absolute;
        margin-left: 3px;
    }

    .option-input.radio {
        top: -47px;
        margin-right: 0px;
    }

    .hidden-380 {
        display: none !important;
    }
}

@media (max-width: 576px) {

    /*MMEPlus Redraw*/

    .pip-btn-wrap {
        width: 75%;
        margin: auto;
    }

    .btn-large.pip-compPurchase-cta {
        max-width: inherit !important;
    }

    .pip-awards-wrap .home-section2 .awards-circle .awards-circle-wrap {
        position: relative;
        width: 85%;
        margin: auto;
    }

    .pip-mme-redraw wrap .wrap-footer {
        padding-top: 0;
    }

    .login-wrap.app-pin-page .mme-pin-wrap .inputPin {
        height: 75px;
        border-radius: 8px;
    }

    .pip-compPurchase-logo {
        max-width: 195px;
        left: 0;
    }

    .pip-compPurchase-headercopy h2 {
        margin-top: 15px;
        margin-bottom: 0;
        line-height: 24px;
    }

    .pip-comPurchase-content {
        margin-top: 0;
    }

    .pip-compPurchase-wrap {
        padding: 25px 0;
    }

    .create-acct-wrap .pip-compPurchase-ctalabel {
        margin-top: 0;
    }
}