@charset "UTF-8";
/* MJK 2-8-2024 */

/* ------- HELPER CLASSES START ------- */

.boldText, strong {
    font-family: "MMC-Bold", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.clr {
    clear: both;
}

body {
    font-family: "MMC-Regular", Arial, Helvetica, sans-serif;
}

.nowrap {
    white-space: nowrap;
}

.bkgd-white {
    background-color: rgb(255, 255, 255) !important; /*Cambiar aqui*/
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #000000 !important;
}

.container {
    max-width: 1440px;
}

.clearfloat {
    clear: both;
}

hr {
    border-top: 1px solid #a0a0a0;
}

/* ------- HELPER CLASSES END ------- */


/* ------- FONTS START ------- */

@font-face {
    font-family: MMC-Regular;
    src: url('../fonts/MMC-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: MMC-Medium;
    src: url('../fonts/MMC-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: MMC-Bold;
    src: url('../fonts/MMC-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* ------- FONTS END ------- */

/* ------- MOBILE DROPDOWN NAV START ------- */

#mobileNav-dropdown, #mobileNavWrap {
    display: none;
}

#logo-mobileNav {
    display: none;
}

@media screen and (max-width: 991px) {
    #mobileNavWrap {
        display: block;
        min-height: 0;
    }

    #logo-mobileNav {
        display: block;
        color: #fff;
        background-color: #000;
        border: 0;
        font-size: 2rem;
        padding-right: 0;
    }

    #mobileNav-dropdown {
        font-family: "MMC-Regular", Arial, Helvetica, sans-serif;
        text-transform: none;
        background: #000;
        position: relative;
        padding: 20px 0;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1000;
    }

        #mobileNav-dropdown .navbar-item:last-child {
            border-top: 2px solid #fff;
        }

        #mobileNav-dropdown .dropdown-toggle:after {
            border: 0;
        }

        #mobileNav-dropdown .navbar-nav {
            width: 100%;
        }

        #mobileNav-dropdown .navbar-item > a {
            color: #fff;
            display: block;
            padding: .75rem 0 .75rem 2rem;
        }

        #mobileNav-dropdown .dropdown-item {
            padding: .75rem .5rem 0 2rem;
            white-space: normal;
        }

            #mobileNav-dropdown .dropdown-item:active {
                background-color: #666;
            }
}

/* ------- MOBILE DROPDOWN NAV END ------- */


/* ------- MAIN NAV START ------- */

.navPosition {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
}

#mainNav .container #navbarCollapse {
    height: auto;
}

#mainNav.navbar {
    padding-bottom: 0;
    /*background: url("../images/nav-bkgd.jpg") no-repeat;*/
    background-size: contain;
    height: 0;
    padding-top: 5.73%;
    position: relative;
    background-color: #000000;
}

.absoluteNav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#mainNav .logoImg {
    height: 72px;
}

#mainNav .logoImgLg {
    width: 489px;
}

#mainNav .navbar-nav {
    margin-left: 20px;
    width: 100%;
}

#mainNav .navbar-item {
    margin: 5px 3%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


    #mainNav .navbar-item:last-child {
        margin-left: 5%;
    }

#mainNav a {
    color: #fff;
    font-family: "MMC-Regular", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    #mainNav a:hover {
        text-decoration: none;
    }

#mainNav li.main a {
    padding-bottom: 6px;
    border-bottom: 2px solid #000;
}


    #mainNav li.main a:hover,
    #mainNav li.main.selected a {
        border-bottom: 2px solid #cc0000;
    }

#mainNav .dropdown-menu {
    margin-top: 0;
    background: #f2f2f2;
    opacity: .9;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #mainNav .dropdown-menu.collapsing {
        display: block;
    }

#mainNav .dropdown-item {
    font-family: "MMC-Regular", Arial, Helvetica, sans-serif;
    font-size: 12px;
}

    #mainNav .dropdown-item:hover {
        background-color: #ccc;
    }

#mainNav .title {
    font-family: "MMC-Regular", Arial, Helvetica, sans-serif;
    margin-top: .5rem;
}

    #mainNav .title:hover {
        background-color: #f2f2f2 !important;
        opacity: .9 !important;
    }

#mainNav.navbar-expand-lg .navbar-nav .nav-link, #mainNav .dropdown-menu {
    margin-left: 0;
}

@media screen and (max-width: 1199px) {
    #mainNav .nav-link {
        padding: 1rem 1.4rem;
    }
}

#profileDropdown {
    position: absolute;
    top: 100%;
    background-color: #fff;
    color: #000;
    list-style-type: none;
    padding: 10px;
    width: 200px;
    display: none;
}

    #profileDropdown li {
        padding: 5px 10px;
    }

        #profileDropdown li a {
            color: #000;
        }
/* ------- MAIN NAV END ------- */

/* ------- BANNER START ------- */

.dView {
    display: block;
}

.dtView {
    display: none;
}

.tView {
    display: none;
}

.mView {
    display: none;
}

.welcomeWrap {
    text-align: center;
    width: 500px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 12% auto 0 auto;
}

    .welcomeWrap img {
        display: inline-block;
    }

    .welcomeWrap h1 {
        color: #fff;
        font-size: 28px;
        font-family: "MMC-Regular", Arial, Helvetica, sans-serif;
    }

@media screen and (max-width: 1190px) {
    .welcomeWrap {
        margin: 10% auto 0 auto;
    }
}

@media screen and (max-width: 991px) {
    .welcomeWrap {
        margin: 12% auto 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .welcomeWrap {
        margin: 28% auto 0 auto;
    }
}

@media screen and (max-width: 575px) {
    .welcomeWrap {
        margin: 40% auto 0 auto;
    }
}

@media screen and (max-width: 429px) {
    .welcomeWrap {
        width: 100%;
        margin: 40% auto 0 auto;
    }

        .welcomeWrap h1 {
            font-size: 21px;
        }
}


/* ------- BANNER END ------- */
/* ------- CONTENT START ------- */

.contentArea a {
    color: #302e2e;
    text-decoration: underline;
}

    .contentArea a:hover {
        color: #666;
    }

.contentArea .statusGreen,
.contentArea .statusRed {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contentArea .statusGreen {
    color: #36ab44;
}

.contentArea .statusRed {
    color: #ce1a1a;
}

.contentArea {
    padding: 5%;
    background-color: #f1f1f1;
}

    .contentArea .ip100 {
        width: 100%;
    }

    .contentArea .ip50 {
        width: 48%;
    }

    .contentArea .infoPanel {
        background-color: #fff;
        padding: 20px;
        border-radius: 6px;
    }

        .contentArea .infoPanel table {
            width: 100%;
        }

            .contentArea .infoPanel table td {
                padding: 1%;
            }

    .contentArea h2 {
        font-family: "MMC-Regular", Arial, Helvetica, sans-serif;
        font-size: 24px;
        line-height: 30px;
        color: #000;
        margin-bottom: 20px;
    }

    .contentArea h3 {
        font-family: "MMC-Regular", Arial, Helvetica, sans-serif;
        font-size: 18px;
        line-height: 24px;
        color: #000;
        margin-bottom: 20px;
    }

    .contentArea p {
        font-family: "MMC-Regular", Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 22px;
    }

        .contentArea p.disclaimer {
            font-size: 12px;
            line-height: 14px;
        }

    .contentArea .resultStat {
        font-size: 30px;
        line-height: 48px;
        font-weight: 700;
    }

    .contentArea .seb {
        font-family: "MMC-Bold", Arial, Helvetica, sans-serif;
    }

    .contentArea .leftPanel,
    .contentArea .rightPanel {
        padding: 0 20px;
        width: 50%;
        float: left;
        text-align: center;
    }

    .contentArea .leftPanel {
        border-right: 1px solid #a0a0a0;
    }

    .contentArea .infoPanel.msgPanel {
        padding: 10px 10px 5px 10px;
        margin-bottom: 20px;
        min-height: 100px;
    }

    .contentArea .msgPanel h4 {
        font-family: "MMC-Bold", Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin-bottom: 0;
    }

    .contentArea .msgPanel p {
        font-size: 12px;
    }

#returnTab {
    padding: 10px 20px;
    position: fixed;
    bottom: 0;
    right: 5%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #c3002f;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in;
    z-index: 1;
}

    #returnTab a {
        color: #fff;
    }

        #returnTab a:hover,
        #returnTab a:active,
        #returnTab a:focus,
        #returnTab a:visited {
            text-decoration: none;
        }


    #returnTab.is-visible {
        opacity: 1;
        pointer-events: auto;
    }

/* ------- CONTENT END ------- */


/* ------- FOOTER-COPYRIGHT START ------- */

.footer {
    background: #201f1f;
    color: #fff;
    padding: 30px 0;
    font-size: 13px;
}

/* ------- FOOTER-COPYRIGHT END ------- */

/* ------- BREAKPOINTS START ------- */

@media screen and (max-width: 1199px) {
    .hideForUnder1200 {
        display: none;
    }
}

@media screen and (max-width: 1024px) {

    .hideFor1024 {
        display: none;
    }

    #mainNav .logoImg {
        height: 45px;
    }

    #en #mainNav .navbar-nav {
        margin-left: 20px;
        width: 85%;
    }

    #mainNav .navbar-item {
        margin: 5px 2%
    }

    #fr #mainNav a {
        font-size: 14px;
        padding: 0 30px 0 0;
    }
}

@media screen and (max-width: 991px) {
    #mainNav.navbar {
        display: none;
    }

    .dView {
        display: none;
    }

    .dtView {
        display: block;
    }

    .topNav {
        padding-top: 50px;
    }

    #logo-mobileNav {
        height: 90px;
    }

    .fa-bars {
        color: #FFF;
    }
}

@media screen and (max-width: 768px) {
    .dView {
        display: none;
    }

    .dtView {
        display: none;
    }

    .tView {
        display: block;
    }

    .brakeBkgd .contentArea h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .red-cars {
        display: none;
    }

    .red-cars-mobile {
        display: flex;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 100px;
    }

    .mit-txt-bold-h3 {
        color: #FFFFFF;
    }

    .img-fluid-last {
        height: auto;
        width: 140%;
    }
}


@media screen and (max-width: 575px) {

    .hide {
        display: none;
    }

    .tView {
        display: none;
    }

    .mView {
        display: block;
    }

    .img-fluid {
        width: 100vw;
    }
}

@media screen and (max-width: 429px) {

    .container {
        width: 100%;
    }

    .topNav .mobileOnly {
        display: inherit;
    }

    .topNav {
        padding-top: 80px;
    }

    #logo-mobileNav {
        padding-left: 0;
    }

    .contentArea h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .contentArea p {
        font-size: 14px;
        line-height: 20px;
    }
}

/* ------- BREAKPOINTS END ------- */




/* vvvvvv MJK WEEK OF 7-1 START vvvvvv */

/* ------- HELPER STYLES START ------- */

.fw700 {
    font-weight: 700;
}

.profileDropdown-mobile {
    padding-left: 30px;
}

    .profileDropdown-mobile a {
        color: #fff;
        display: block;
        padding: .75rem 0 .75rem 0;
    }

/* ------- HELPER STYLES END ------- */


/* ------- LOGIN START ------- */

h1 {
    font-size: 36px;
}

.loginNav {
    background-color: #000;
    padding: 30px 0;
}

.loginWrap {
    padding: 20px 20px 20px 40px;
    max-width: 720px;
}

.loginArea .userImg {
    display: inline-block;
}

.loginArea .form-control {
    display: inline-block;
    border: none !important;
    color: #000 !important;
    font-size: 1rem;
    padding: 0px !important;
    height: 2.25em;
    width: 100%;
}

.loginArea .form-group {
    border-bottom: 1px solid #b7b7b7;
    transition: .2s ease-in-out;
    margin-bottom: .5rem;
}

    .loginArea .form-group:hover {
        border-bottom: 1px solid #000;
    }

.mitsu-btn,
a.mitsu-btn {
    min-width: 160px;
    padding: 8px 20px;
    font-size: 18px;
    text-transform: uppercase;
    margin: 10px 0;
    border: 0;
    cursor: pointer;
    letter-spacing: 2px;
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
}

.btn-red,
a.btn-red {
    color: #fff !important;
    background-color: #ed1c24 !important;
}

.btn-black,
a.btn-black {
    color: #fff !important;
    background-color: #000 !important;
}

.btn-gray,
a.btn-gray {
    color: #fff !important;
    background-color: #878787 !important;
}

.btn-green,
a.btn-green {
    color: #fff !important;
    background-color: #31b44b !important;
}

.btn-100 {
    width: 100% !important;
}

.loginArea a {
    color: #000;
    text-decoration: underline;
}

.loginArea ul {
    font-size: 28px;
    margin: 40px 20px 60px 40px;
}

.loginArea ::placeholder {
    color: #000;
}

.loginArea .label {
    font-family: "MMC-Medium", Arial, Helvetica, sans-serif;
}

.loginArea .p-larger {
    font-size: 1.2rem;
}

.loginArea select {
    width: 100% !important;
    border: 0;
    padding-bottom: 10px;
}

.loginArea .registration-caption {
    width: 60%;
    float: right;
    margin: 30px 30px 0 0;
}

.twoThirdsWrap {
    display: inline-block;
    width: 60%;
    margin-right: 4%;
}

.oneThirdWrap {
    display: inline-block;
    width: 35%;
}

.loginArea .errorMsg {
    background-color: #e81919;
    color: #fff;
    padding: 10px;
    margin: 10px 0;
}

@media screen and (max-width: 991px) {
    .loginArea .registration-caption {
        width: 92%;
        float: none;
        margin-left: 30px;
    }
}

@media screen and (max-width: 540px) {
    .logoImgLg {
        width: 90%;
    }
}
/* ------- LOGIN END ------- */

/* ------- CHART START ------- */

.chartWrap {
    margin-top: 5%;
}

    .chartWrap .minHeight.summary {
        min-height: 125px;
    }

    .chartWrap .minHeight-chart.summary {
        min-height: 320px;
    }

    .chartWrap .card.summary {
        padding: 5px 10px 10px 10px;
        position: relative;
    }

    .chartWrap .summary img {
        margin-top: 20px;
    }

    .chartWrap .card-body.summary {
        padding-left: 10px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-top: 20px;
    }

    .chartWrap .point-summary-head {
        font-size: 30px;
        margin-bottom: 0px !important;
        font-weight: 700;
    }

        .chartWrap .point-summary-head span {
            font-size: 10px;
        }

    .chartWrap .point-summary-body {
        font-size: 14px;
        line-height: 18px;
        margin: .5rem 0;
    }

    .chartWrap .statsTable td {
        padding-bottom: 20px;
    }


    .chartWrap h4 {
        font-size: 16px;
        font-weight: bold;
    }

    .chartWrap .shadow-sm {
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    }

.diamondBkgd {
    background-image: url("../images/icon-diamond-large-gray.jpg");
    background-repeat: no-repeat;
    background-position: right 30px top 30px;
}

/* Yearly Earnings */

.chartHolder {
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 220px;
    margin: 10px 0;
}

#qe-chart,
#ye-chart {
    width: 240px;
    height: 184px;
    margin: 10px auto 0 auto;
    display: block;
}

    #qe-chart .numbers,
    #ye-chart .numbers {
        width: 50px;
        height: 100%;
        margin: 8px 0 0 0;
        padding: 0;
        display: inline-block;
        float: left;
    }

    #qe-chart .numbers-right {
        width: 50px;
        height: 100%;
        margin: 8px 0 0 0;
        padding: 0;
        display: inline-block;
        float: right;
    }

    #ye-chart .numbers li {
        text-align: right;
        padding-right: 1em;
        list-style: none;
        height: 9%;
        position: relative;
    }


    #qe-chart .numbers li {
        text-align: right;
        padding-right: 1em;
        list-style: none;
        height: 9%;
        position: relative;
    }

    #qe-chart .numbers-right li {
        text-align: left;
        padding-right: 1em;
        list-style: none;
        height: 27.8%;
        position: relative;
    }

    #ye-chart .numbers li span {
        color: #000;
        position: absolute;
        bottom: 0;
        right: 10px;
        font-size: 11px;
        font-weight: bold;
    }

    #qe-chart .numbers li span {
        color: #000;
        position: absolute;
        top: 0;
        right: 10px;
        font-size: 11px;
        line-height: 10px;
        font-weight: bold;
    }

    #qe-chart .numbers-right li span {
        color: #807f7f;
        position: absolute;
        top: 0;
        right: 10px;
        font-size: 11px;
        line-height: 10px;
    }

    #qe-chart .bars,
    #ye-chart .bars {
        display: inline-block;
        height: 100px;
        padding: 0;
        margin: 0;
        position: relative;
    }

    #ye-chart .bars {
        width: 180px;
    }

    #qe-chart .bars {
        width: 180px;
    }

        #qe-chart .bars li,
        #ye-chart .bars li {
            height: 165px;
            margin: 16px 0 0 0;
            text-align: center;
            position: absolute;
            list-style: none;
        }

        #ye-chart .bars li,
        #qe-chart .bars li {
            width: 50px;
        }

        #ye-chart .bars .barlines,
        #qe-chart .bars .barlines {
            width: 100%;
            height: 16.6%;
            border-bottom: 1px solid #c2c2c2;
        }

            #ye-chart .bars .barlines:last-child,
            #qe-chart .bars .barlines:last-child {
                border-bottom: 1px solid #000;
            }

    #ye-chart .bars li .barBody_23 {
        background: #e34a4a;
        height: 100%;
    }

    #ye-chart .bars li .barBody_24 {
        background: #ed0000;
        height: 100%;
    }

    #qe-chart .bars li .barBody_Q1-23 {
        background: #c5c7c9;
        height: 100%;
    }

    #qe-chart .bars li .barBody_Q2-23 {
        background: #a7a8aa;
        height: 100%;
    }

    #qe-chart .bars li .barBody_Q3-23 {
        background: #808183;
        height: 100%;
    }

    #qe-chart .bars li .barBody_Q4-23 {
        background: #505153;
        height: 100%;
    }

    #qe-chart .bars li .barBody_Q1-24 {
        background: #282828;
        height: 100%;
    }

    #qe-chart .bars li .bar,
    #ye-chart .bars li .bar {
        display: block;
        width: 30px;
        position: absolute;
        bottom: 0;
        overflow: hidden;
    }

    #ye-chart .bars li .ye-barAmount_23 {
        margin: 0 0 0 40px;
    }

    #ye-chart .bars li .ye-barAmount_24 {
        margin: 0 0 0 50px;
    }


    #qe-chart .bars li .qe-barAmount_Q1-23 {
        margin: 0 0 0 0 !important;
    }

    #qe-chart .bars li .qe-barAmount_Q2-23 {
        margin: 0 0 0 38px !important;
    }

    #qe-chart .bars li .qe-barAmount_Q3-23 {
        margin: 0 0 0 76px !important;
    }

    #qe-chart .bars li .qe-barAmount_Q4-23 {
        margin: 0 0 0 114px !important;
    }

    #qe-chart .bars li .qe-barAmount_Q1-24 {
        margin: 0 0 0 152px !important;
    }

    #qe-chart .bars li .bar {
        margin: 0 0 0 20px;
    }

    #ye-chart .bars li span {
        color: #000;
        width: 100%;
        position: absolute;
        bottom: -2em;
        left: 0;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
    }

    #qe-chart .bars li span {
        color: #000;
        width: 150%;
        position: absolute;
        bottom: -2.5em;
        left: 0;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        transform: rotate(-30deg)
    }

    #ye-chart .label_23 {
        left: 30px !important;
    }

    #ye-chart .label_24 {
        left: 40px !important;
    }

    #qe-chart .label_Q1-23 {
        left: -40px !important;
    }

    #qe-chart .label_Q2-23 {
        left: -2px !important;
    }

    #qe-chart .label_Q3-23 {
        left: 36px !important;
    }

    #qe-chart .label_Q4-23 {
        left: 74px !important;
    }

    #qe-chart .label_Q1-24 {
        left: 112px !important;
    }

/* Percentage of Objective Chart START */

.percentBox {
    width: 80%;
    height: 95px;
    margin: 20px auto 0 auto;
    background-color: #bbbec1;
    color: #000;
    font-size: 30px;
    text-align: right;
    padding: 5px;
    display: flex;
}

    .percentBox span {
        align-self: flex-end;
        margin-left: 40%;
        font-family: 'MMC-Bold', Arial, Helvetica, sans-serif;
    }

.qoCaption {
    font-size: 14px;
}

.po-wrapper {
    display: inline-block;
}

.po-progress {
    position: relative;
    margin: 20px 0 0 0;
}

.po-barOverflow { /* Wraps the rotating .bar */
    position: relative;
    width: 180px;
    height: 90px; /* Half circle (overflow) */
    margin-bottom: -14px; /* bring the numbers up */
    overflow: hidden;
}

.po-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 180px; /* full circle! */
    border-radius: 50%;
    box-sizing: border-box;
    border: 20px solid #ccc; /* half gray, */
    border-bottom-color: #c3002f; /* half azure */
    border-right-color: #c3002f;
}

.halfCircle {
    background-color: #c3002f;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    margin-top: 40px;
}

.po-num {
    display: inline-block;
    font-family: 'MMC-Bold', Arial, Helvetica, sans-serif;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}

/* Percentage of Objective Chart END */


/* Days Remaining Chart START */

.drResult {
    font-size: 40px;
    margin: 10px 0 20px 0;
}

/* Days Remaining Chart END */

@media screen and (max-width: 991px) {
    .chartWrap {
        margin-top: 9%;
    }
}

@media screen and (max-width: 768px) {
    .chartWrap {
        margin-top: 90px;
    }
}

/* ------- CHART END ------- */

/* ------- FAQ START ------- */

.faqs {
    padding: 3%;
}

    .faqs .returnCol {
        position: relative;
        padding: 40px 0 10px 10px;
    }

    .faqs a.returnTopLink {
        color: #c3002f;
        font-weight: bold;
        position: absolute;
        bottom: 16px;
        left: 10px;
    }

.element {
    padding: 10px 10px 16px 10px;
    color: #000;
    margin: 20px 0;
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
}

    .element .question {
        padding: 10px;
        font-size: 18px;
        cursor: pointer;
    }

.question .q-text-wrap {
    display: inline-block;
    margin: 0 10px 0 20px;
    width: 85%;
}

    .question .q-text-wrap .truncate {
        /*white-space: nowrap;*/
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
    }

.question button {
    float: right;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
}

.element .answer {
    padding: 10px 20px;
    animation: animate .4s;
}

.faq-plus,
.faq-minus {
    font-size: 30px;
    line-height: 24px;
    font-family: 'MMC-Bold', Arial, Helvetica, sans-serif;
    color: #c3002f;
}

    .faq-plus:after {
        content: "+"
    }

    .faq-minus:after {
        content: "-"
    }

.hideText {
    display: none;
}

@keyframes animate {
    from {
        opacity: 0;
        transform: scale(0.6);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media screen and (max-width: 1024px) {
    .faqs a {
        position: relative;
        float: right;
        margin-right: 20px;
    }
}

@media screen and (max-width: 540px) {
    .question .q-text-wrap {
        width: 80%;
        margin-left: 10px;
        font-size: 16px;
    }
}

@media screen and (max-width: 429px) {
    .question .q-text-wrap {
        width: 70%;
    }
}

/* ------- FAQ END ------- */

/* ------- INCENTIVE START ------- */

.incentives {
    padding: 3% 8%;
}

    .incentives .element .question {
        font-size: 21px;
    }

.question .q-text-wrap {
    margin: 0 10px 0 0;
}

.incentives h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.incentives .img-placeholder {
    font-size: 0;
    line-height: 0;
    height: 0;
}

.incentives .img-container {
    text-align: center;
    margin-bottom: 40px;
}

.incentives .downloadLinkWrap {
    margin-top: 40px;
}

    .incentives .downloadLinkWrap img {
        vertical-align: baseline;
        margin-right: 10px;
    }

@media screen and (max-width: 1190px) {
    .incentives .yellowNote {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        margin-bottom: 30px;
    }
}

/* ------- INCENTIVE END ------- */


/* ^^^^^^ MJK WEEK OF 7-1 END ^^^^^^ */


/* vvvvvv RDT WEEK OF 7-1' START vvvvvv */

@media screen and (max-width: 1100px) {
    .mr-stop {
        margin-right: 10px;
    }

    .confirm-text {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .input-mb {
        flex: 100%;
        max-width: 100%;
        padding-top: 10px;
    }
}

@media screen and (max-width: 546px) {
    .vinSearchWrap .twoThirdsWrap {
        width: 100%;
    }
}

@media screen and (max-width: 440px) {
    a img.btn-go-back {
        margin-bottom: 40px;
    }

    .mr-stop img {
        width: 40px;
    }
}

table.vinTable {
    min-width: 1200px;
}

    table.vinTable tr {
        cursor: pointer;
    }

    table.vinTable th,
    table.vinTable td {
        padding: 1%;
    }

    table.vinTable th {
        padding-bottom: 2%;
        border-bottom: 1px solid #000;
    }

    table.vinTable .red-vin {
        color: #f31d1d;
    }

    table.vinTable .green-vin {
        color: #40a845;
    }

.contentAreaVin p {
    font-family: "MMC-Regular", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.contentAreaVin h3 {
    font-family: "MMC-Medium", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.contentArea .contentAreaAccount h3 {
    font-family: "MMC-Medium", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.input-vin {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #2C2C2C;
    background-color: #F5F5F5;
    background-clip: padding-box;
    border-radius: 0 1rem 1rem 0;
    border: 1px solid #F5F5F5;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input-search-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #F5F5F5;
    border: 1px solid #F5F5F5;
    border-radius: 1rem 0 0 1rem;
}

.container-fluid.vin-list {
    overflow-x: auto !important;
    padding-bottom: 20px !important;
}

.vin-last-row-hr {
    border-bottom: 1px solid #000000;
    padding-bottom: 15px;
    margin-bottom: 10px;
    width: auto;
}

/* vvvvvv RDT WEEK OF 7-1' END vvvvvv */

/* Add this to your site.css */
.btn-download {
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.btn-download img {
    margin-right: 5px;
}

.member-profile-form {
    width: 50%;
}

@media screen and (max-width: 1199px) {
    .member-profile-form {
        width: 60%;
    }
}

@media screen and (max-width: 1024px) {
    .member-profile-form {
        width: 80%;
    }
}

@media screen and (max-width: 991px) {
    .member-profile-form {
        width: 100%;
    }
}
.money-cell {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    white-space: nowrap;
}

/* Full-page loading icon overlay */
#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark background with transparency */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000; /* Make sure it appears above other content */
}

/* Spinner */
#loadingSpinner {
    text-align: center;
}

#loadingSpinner img {
    width: 150px; 
}
.highlight-border {
    border-bottom: 2px solid #cc0000;
}
/* Hover effect on the <li> */
#editProfile:hover a {
    border-bottom: 2px solid #cc0000;
}
/* Hover effect on the <li> */
#programName:hover {
    border-bottom: 2px solid #cc0000;
}