﻿/* Global Styles */

@font-face {
    font-family: Nissan-Brand-Light;
    src: url('../fonts/NissanBrand-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: Nissan-Brand-Regular;
    src: url('../fonts/NissanBrand-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Nissan-Brand-Bold;
    src: url('../fonts/NissanBrand-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


html, body {
    height: 100%;
}

body {
    padding-bottom: 80px;
}

span {
    font-family: 'Nissan-Brand-Regular', Arial, Helvetica, sans-serif;
}


p, a {
    font-family: 'Nissan-Brand-Regular', Arial, Helvetica, sans-serif;
    text-decoration: none;
}

strong {
    font-family: 'Nissan-Brand-Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.clr {
    clear: both;
}

.p-md-5 {
    padding: 5rem !important;
}

.lead {
    font-size: 15px !important;
    line-height: 20px;
}


/*h1 {
    font-family: 'Nissan-Brand-Bold', Arial, Helvetica, sans-serif;
    font-size: 30px !important;
}*/

li {
    font-size: 1rem;
}

.brakeIncentives {
    color: #c20430;
}

a:hover.brakeIncentives {
    color: #666;
}

h2 {
    font-family: 'Nissan-Brand-Bold', Arial, Helvetica, sans-serif;
    font-size: 25px !important;
}

button {
    font-family: 'Nissan-Brand-Bold', Arial, Helvetica, sans-serif;
}




/*-- Header Image START --*/

.info-wrap a {
    color: #000 !important;
}

.btn-nissan {
    font-family: 'Nissan-Brand-Bold', Arial, Helvetica, sans-serif;
    font-size: 13px;
    letter-spacing: 3px;
    padding: 8px 30px;
    margin: 15px 0;
    border: 1px solid #ca0030;
    border-radius: 3px;
    transition: .2s ease-in-out;
    position: relative;
    width: 160px !important;
    display: inline-block;
}

.nissan-button {
    font-family: 'Nissan-Brand-Bold', Arial, Helvetica, sans-serif;
    font-size: 13px;
    letter-spacing: 3px;
    padding: 8px 30px;
    color: #fff;
    background: hsl(346, 100%, 38%);
    border: none !important;
    transition: .2s ease-in-out;
    position: relative;
}

.nissan-button-redeem {
    font-family: 'Nissan-Brand-Bold', Arial, Helvetica, sans-serif;
    font-size: 13px;
    letter-spacing: 3px;
    color: #fff !important;
    background: #C0C0C0;
    border: none !important;
    transition: .2s ease-in-out;
    position: relative;
    cursor: default;
}

.nissan-button:hover {
    background: #920022;
    text-decoration: none;
    color: #fff;
}

/*new incentive 2022*/

.jumbotron {
    border-radius: 0 !important;
    background-image: url(../assets/header-image.jpg);
    background-size: cover; /*
    background-position: 50% 0;*/
    background-position: 100% 0;
}

    .jumbotron.incentives {
        border-radius: 0 !important;
        background-image: url(../assets/incentives-hero.jpg);
        background-size: cover;
        height: 322px;
    }

    .jumbotron.brakeIncentives {
        margin-top: 16px;
        border-radius: 0 !important;
        /*background-image: url(../assets/incentives-hero-brakes-lg.jpg);*/
        background-image: url('../Images/site/incentives-hero-brakes-lg.jpg');
        background-size: cover;
        height: 290px;
    }

    .jumbotron.steeringIncentives {
        margin-top: 16px;
        border-radius: 0 !important;
        background-image: url(../assets/incentives-hero-steering-lg.jpg);
        background-size: cover;
        height: 280px;
    }

    .jumbotron.starterIncentives {
        margin-top: 16px;
        border-radius: 0 !important;
        background-image: url(../assets/incentives-hero-alternator-lg.jpg);
        background-size: cover;
        height: 320px;
    }

    .jumbotron.radiatorIncentives {
        margin-top: 16px;
        border-radius: 0 !important;
        background-image: url(../assets/incentives-hero-radiator-lg.jpg);
        background-size: cover;
        height: 290px;
    }

    .jumbotron.switchIncentives {
        margin-top: 16px;
        border-radius: 0 !important;
        background-image: url(../Images/Site/incentives-hero-sensor-switch-lg.jpg);
        background-size: cover;
        height: 292px;
    }

    .jumbotron.sensorIncentives {
        margin-top: 16px;
        border-radius: 0 !important;
        background-image: url(../Images/assets/incentives-hero-sensor-switch-lg.jpg);
        background-size: cover;
        height: 498px;
    }

    .jumbotron.shockIncentives {
        margin: 0 auto 20px 0;
        border-radius: 0 !important;
        background-image: url(../Images/incentive/incentives-hero-lg.jpg);
        background-size: cover;
        height: 312px;
    }

.incentiveHeroRow {
    margin: 30px 0 0 0;
    padding: 30px 0 20px 0;
    border-top: 6px solid #000;
}

/*-- Header Image END --*/

/*-- Incentive START --*/

/*
.jumbotron {
    border-radius: 0 !important;
   
    background-size: cover;
    background-position: 50% 0;
}

    .jumbotron.brakeIncentives {
        margin-top: 16px;
        border-radius: 0 !important;
        background-image: url(../Images/Site/incentives-hero-brakes-lg.jpg);
        background-size: cover;
        height: 290px;
    }

    .jumbotron.steeringIncentives {
        margin-top: 16px;
        border-radius: 0 !important;
        background-image: url(../Images/incentive/incentives-hero-steering-lg.jpg);
        background-size: cover;
        height: 290px;
    }

    .jumbotron.starterIncentives {
        margin-top: 16px;
        border-radius: 0 !important;
        background-image: url(../Images/incentive/incentives-hero-brake-lg.jpg);
        background-size: cover;
        height: 290px;
    }

.brakeIncentives {
    color: #c20430;
}

*/
/*-- Incentive END --*/

/*.heroRewards {
    margin-bottom: 20px;
    margin-top: 36px;
    text-align: center;
    padding-bottom: 10px;
}*/

.heroRewards {
    margin-bottom: 20px;
    text-align: center;
    border-top: 4px solid #000;
    border-bottom: 6px solid #000;
}

.hero-dt {
    width: 100%;
}

/*incenitve q2 2025*/
.tiles-col {
    padding: 0 60px;
}

    .tiles-col p {
        width: 280px;
        margin-top: 20px;
    }
/*-- Navigation START --*/

.nav-wrap {
    width: 100% !important;
    margin: 0 auto;
}

.navbar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.navbar-brand {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}


.nav-item.active {
    border-bottom: 2px solid hsl(346, 100%, 38%);
}

.nav-link {
    padding: .3rem 1rem;
}


    .nav-link:hover {
        text-decoration: underline !important;
    }

.navbar-nav {
    padding: 95px 0 5px 0 !important;
    margin: 0 auto;
}

.nav-item {
    text-align: center;
}

#mobile-nav {
    display: none;
}

/*-- Navigation END --*/



/*-- Point Summary START --*/

.point-summary-head {
    font-size: 25px;
    margin-bottom: 0px !important;
}

    .point-summary-head span {
        font-size: 10px;
    }

.point-summary-body {
    font-size: 13px;
    line-height: 17px !important;
}

span img {
    padding: 10px;
}


.summary h2 {
    font-size: 15px !important;
    margin-bottom: 10px !important;
}

.summary h1 {
    margin-bottom: 15px !important;
}

.card-body.summary {
    padding-left: 25px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.card.summary {
    padding: 10px 5px 0px 15px;
}

.minHeight.summary {
    min-height: 120px;
}

.card.repair-link {
    border: 0;
}

.summary img {
    margin-top: 0px;
}

.row.c-summary {
    background: #fff;
}

/*-- Point Summary END --*/



/*-- RepairLink START --*/

.card-body.repair-link {
    padding: .9rem !important;
}

.repair-link p {
    line-height: 20px;
    font-size: 13px;
}

.card.repair-link {
    padding: 1.4rem 1.4rem 1rem 1.4rem;
    min-height: 774px;
}

    .card.repair-link ul {
        padding-inline-start: 20px;
    }

.dividing-line {
    height: 1px;
    width: 100%;
    background: #b7b7b7;
    margin-top: 20px;
    margin-bottom: 15px;
}

/*-- RepairLink END --*/


/*-- Incentive START --*/

h1,
h3 {
    font-family: 'Nissan-Brand-Bold', Arial, Helvetica, sans-serif;
    font-size: 24px !important;
    letter-spacing: 1.7px;
}

.incentive-body {
    padding: 10px 50px;
}

    .incentive-body b {
        font-family: Nissan-Brand-Bold;
    }

.incentive-box {
    background: #f6f6f6;
    padding: 30px 40px;
}


    .incentive-box h1 {
        margin: 0 auto;
    }

.incentive-body h2 {
    font-size: 18px !important;
}


/*incentive q2 25*/

a.btn-red {
    width: 220px;
    background-color: #ca0030;
    text-align: center;
    font-size: 16px;
    font-family: 'Nissan-Brand-Bold', Arial, Helvetica, sans-serif;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    padding: 16px 0;
    border: 2px solid #ca0030;
    transition: all 0.5s ease;
}

a:hover.btn-red {
    background-color: #fff;
    color: #ca0030;
    text-decoration: none;
}

.tiles-col {
    padding: 0 60px;
}

    .tiles-col p {
        width: 280px;
        margin-top: 20px;
    }

.element {
    padding: 10px 0;
    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 button {
    float: right;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
}

.question-divider {
    border-bottom: 2px solid #b3b3b3;
}

.element .answer {
    padding: 10px 20px;
    animation: animate .4s;
    border-top: 2px solid #b3b3b3;
}

.answer ul {
    font-family: 'Nissan-Brand-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 17px;
    list-style-type: none;
    padding: 10px 0 0 20px;
}

    .answer ul li {
        padding-bottom: 10px;
    }

.comm-title {
    font-family: 'Nissan-Brand-Bold', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 21px;
}

.faq-plus,
.faq-minus {
    font-size: 30px;
    line-height: 24px;
    font-family: 'Nissan-Brand-Bold', Arial, Helvetica, sans-serif;
    color: #c3002f;
}

    .faq-plus:after {
        content: "+"
    }

    .faq-minus:after {
        content: "-"
    }

.hideText {
    display: none;
}

/*-- Incentive END --*/


/*-- Reporting START --*/

.container.reporting {
    background-color: #f6f6f6;
    padding-top: 90px;
    padding-bottom: 90px;
}

.objective th, td {
    font-size: .75rem;
}

/*Added in mar2022*/
.redeem {
    margin-top: 15px;
}
    /*end in mar2022*/
    .redeem p {
        font-size: .75rem;
    }

.card.reporting {
    padding: .8rem;
    height: 280px;
}

.row.o-summary {
    height: 577px;
    background: #fff;
}


/*-- Reporting END --*/





/*--Account setting--*/


.container.Account {
    background-color: #f6f6f6;
    padding-top: 0px;
    padding-bottom: 90px;
}

.card.Account {
    padding: .8rem;
    height: 280px;
}

/*--Account setting End--*/

/*-- Sign In START --*/

.sign-in {
    padding: 5px 20px 20px 20px;
}

.form-control:focus {
    border-color: #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form {
    font-family: 'Nissan-Brand-Regular', Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    margin-top: 20px;
}

.sign-btn {
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.sign-text {
    color: #b7b7b7;
    font-size: 13px;
    margin-bottom: 0rem;
    margin: 0 auto;
    font-style: italic;
}

    .sign-text a {
        color: #b7b7b7;
        text-decoration: underline;
        transition: .2s ease-in-out
    }

        .sign-text a.faq {
            color: #000;
            font-style: normal;
        }

        .sign-text a:hover {
            color: rgb(128, 128, 128);
        }

.form-control {
    border: none !important;
    color: #000 !important;
    font-size: 1rem;
    padding: 0px !important;
    height: 2.25em;
}

.form-group {
    border-bottom: 1px solid #b7b7b7;
    transition: .2s ease-in-out;
    margin-bottom: .5rem;
}

    .form-group:hover {
        border-bottom: 1px solid #000;
    }

.form-check {
    margin: 0 auto;
    font-family: 'Nissan-Brand-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.container.create-acct-1 {
    padding-bottom: 475px;
}

.container.create-acct-2 {
    padding-bottom: 450px;
}



/*-- Sign In END --*/



/*-- Login START --*/

.big-banner {
    max-width: 730px;
}

.login {
    padding-left: 20px;
}

    .login a {
        text-decoration: underline;
        color: #000;
        transition: .2s ease-in-out;
    }

        .login a:hover {
            color: #777;
        }

.login-1 .container {
    padding-bottom: 50px;
    max-width: 1180px;
}

.login-1 .footer-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.container.forgot {
    padding-bottom: 530px;
}

.dbl-btn {
    width: 75%;
    margin: 0 auto;
}

/* Login Additions 5-21-20 MJK */

.redText {
    color: #c2002d;
}

h1.h1-login {
    font-size: 30px !important;
    font-family: 'Nissan-Brand-Bold', Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}

.parts-rewards-list {
    padding-right: 10%;
}

    .parts-rewards-list li {
        font-size: 24px !important;
        font-family: 'Nissan-Brand-Regular', Arial, Helvetica, sans-serif;
        margin-bottom: 20px;
    }

        .parts-rewards-list li::marker {
            color: #c2002d;
        }

.subBanner {
    width: 418px;
    padding: 20px 0 0 0;
}

.smallBanner {
    width: 372px;
}

.carousel-wrap-1,
.carousel-wrap-2 {
    padding-left: 0;
}

.carousel-wrap-3 {
    padding-right: 0;
}

.info-wrap-container {
    padding-right: 0;
}

.info-wrap {
    padding: 4% 0 0 5%;
}

    .info-wrap table td {
        padding: 10px 10px 10px 0;
        font-size: 18px;
        font-family: 'Nissan-Brand-Regular', Arial, Helvetica, sans-serif;
    }

    .info-wrap h3 {
        font-size: 22px !important;
        font-family: 'Nissan-Brand-Bold', Arial, Helvetica, sans-serif;
        margin-bottom: .75rem;
    }

    .info-wrap a {
        color: #000 !important;
    }

.btn-nissan {
    font-family: 'Nissan-Brand-Bold', Arial, Helvetica, sans-serif;
    font-size: 13px;
    letter-spacing: 3px;
    padding: 8px 30px;
    margin: 15px 0;
    border: 1px solid #ca0030;
    border-radius: 3px;
    transition: .2s ease-in-out;
    position: relative;
    width: 160px !important;
    display: inline-block;
}

.btn-login {
    color: #fff;
    background-color: #ca0030;
}

.btn-signup {
    color: #ca0030;
    background-color: #fff;
}

a:hover.btn-login {
    color: #fff !important;
}

a:hover.btn-signup {
    color: #ca0030 !important;
}


/*-- Login END --*/
/*-- Dealer Personnel START --*/

.personnelWrap {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    width: 100%;
    padding: 20px;
    margin: 0;
}

    .personnelWrap table {
        width: 100%;
        margin-bottom: 20px;
        min-width: 600px;
    }

        .personnelWrap table tr:nth-child(even) {
            background-color: #f0efee;
        }

        .personnelWrap table th,
        .personnelWrap table td {
            padding: 5px 0 5px 10px;
        }

        .personnelWrap table button.add-delete {
            background: #000;
            color: #fff;
            font-size: 12px;
            letter-spacing: 1px;
            text-transform: uppercase;
            width: 90%;
            margin-left: 10%;
            border: 0;
            padding: 5px 0;
        }

        .personnelWrap table button[disabled] {
            opacity: .5;
        }

    .personnelWrap td.buttonCell {
        padding: 0;
    }

.mobileScrollMessage {
    display: none;
}

/*-- Dealer Personnel END --*/
/*-- Footer START --*/

footer {
    height: auto;
    background-color: #000;
    position: relative;
    width: 100%;
    margin-top: 0;
    padding: 20px 0;
}

.footerText {
    padding: 10px 10px 0 10px;
    display: block;
}

.footer-wrap {
    width: 1140px;
    margin: 0 auto;
}

a.footerLink {
    color: #fff;
}


/*-- Footer END --*/

/*-- IE Alert Modal START --*/

#ieAlertModal .modal-content {
    border: 3px solid #c72035;
    border-radius: 15px;
}

#ieAlertModal .modal-body .close {
    margin: 0rem .2rem 0 0;
}

#ieAlertModal h6 {
    font-size: 120%;
    font-weight: bold;
    color: #000;
}

#ieAlertModal p {
    color: #000;
}

/*-- IE Alert Modal END --*/

.hero-mb {
    display: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (max-width: 1199px) {

    li.nav-item {
        font-size: .9rem;
    }

    .jumbotron {
        background-position: 70% 0;
    }

        .jumbotron.brakeIncentives,
        .jumbotron.steeringIncentives,
        .jumbotron.starterIncentives,
        .jumbotron.radiatorIncentives,
        .jumbotron.switchIncentives {
            background-position: 55%;
        }

        .jumbotron.shockIncentives {
            height: 260px;
        }

    .p-md-5 {
        padding: 3rem !important;
    }

    .minHeight.summary {
        min-height: 134px;
    }

    .navbar-nav {
        padding: 95px 0 5px 0 !important;
        margin: 0 auto;
    }

    .jumbotron.sensorIncentives {
        background-position: 55%;
        height: 400px;
        width: auto;
    }

    .hero-dt {
        width: 100%;
    }

    .carousel-wrap-1,
    .carousel-wrap-2 {
        padding-left: 15px;
    }

    .info-wrap-container,
    .carousel-wrap-3 {
        padding-right: 15px;
    }

    .jumbotron.sensorIncentives {
        background-position: 55%;
        height: 400px;
        width: auto;
    }

    .card.repair-link {
        min-height: 1550px;
    }
}

.validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
}

@media (max-width: 1024px) {

    /*incenitve q2 25*/
    .tiles-col {
        padding: 0 50px !important;
    }

        .tiles-col img,
        .tiles-col p {
            width: 260px;
        }

    .tile-body {
        width: 96%;
    }

    .incentive-body {
        padding: 10px 40px;
    }

    .incentive-box {
        padding: 30px 36px;
    }

    .container.login-1 {
        padding-bottom: 600px !important;
    }

    .minHeight.summary {
        min-height: none;
    }

    .container.forgot {
        padding-bottom: 600px !important;
    }

    .point-summary-body {
        font-size: 12px;
        line-height: 14px !important;
    }

    footer {
        height: auto;
        bottom: 0;
        left: 0;
        background-color: #000;
        position: relative;
        width: 100%;
    }

    .navbar-nav {
        padding: 100px 0px 5px 10px !important;
    }

    .jumbotron {
        background-position: 55%;
    }

    .p-md-5 {
        padding: 50px !important;
    }


    .footer-wrap {
        width: auto;
        padding: 0 20px;
    }

    .dbl-btn {
        width: 90%;
        margin: 0 auto;
    }

    h1.h1-login {
        font-size: 28px !important;
    }

    h2.h2-login {
        font-size: 21px !important;
    }

    .info-wrap {
        width: 100%;
    }

    .subBanner {
        width: 99%;
    }

    .img-col {
        width: 310px !important;
    }

    .smallBanner {
        width: 310px;
    }

    .img-payout {
        width: 100% !important;
    }

    .img-parts {
        width: 85% !important;
    }

    .parts-rewards-list li {
        font-size: 21px !important;
    }
}

@media (max-width: 991px) {

    .tiles-col img,
    .tiles-col p {
        width: 220px !important;
    }

    .minHeight.summary {
        min-height: 100px;
    }

    .card.reporting {
        height: 344px;
    }

    .jumbotron.sensorIncentives {
        height: 300px;
        width: auto;
    }

    .jumbotron.shockIncentives {
        height: 194px;
        width: auto;
    }

    .hero-dt {
        width: 690px;
    }

    .card.repair-link {
        min-height: auto;
    }

    .subBanner {
        width: 100%;
    }

    .img-payout {
        width: 500px !important;
    }

    .img-col {
        width: 372px !important;
    }

    .smallBanner {
        width: 372px !important;
    }
}


@media (max-width: 768px) {
    .incentive-body {
        padding: 10px 30px !important;
    }

    .jumbotron.shockIncentives {
        background-image: url(../Images/incentive/incentives-hero-sm.jpg);
        height: 507px;
        width: auto;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .summary img {
        margin-top: 10px;
    }

    .jumbotron.sensorIncentives {
        height: 240px;
        width: auto;
    }

    .navbar-nav {
        padding: 20px !important;
        text-align: center;
    }

    .navbar-brand.inf {
        float: left;
    }

    .navbar-brand .infinitiLogo {
        width: 160px;
    }

    #mobile-nav {
        display: block;
    }

    #desktop-nav {
        display: none;
    }

    .jumbotron {
        background-position: 80%;
    }

        .jumbotron.brakeIncentives,
        .jumbotron.steeringIncentives {
            background-position: 55%;
        }

    .rewards-mobile {
        margin-top: 15px;
    }

    .p-md-5 {
        padding: 30px !important;
    }

    .card.reporting {
        height: 355px;
    }

    .row.o-summary {
        height: 415px !important;
    }

    .forgot img {
        height: 675px;
    }

    /*  .login-1 img {
        height: 675px;
    }*/

    .create-acct-1 img {
        height: 675px;
    }

    .create-acct-2 img {
        height: 675px;
    }

    .dbl-btn {
        width: 50%;
        margin: 0 auto;
    }

    .container.login-1 {
        padding-bottom: 0px !important;
        height: 100vh;
    }

    .container.forgot {
        padding-bottom: 0px !important;
        height: 100vh;
    }

    .container.create-acct-1 {
        padding-bottom: 0px !important;
        height: 100vh;
    }

    .container.create-acct-2 {
        padding-bottom: 0px !important;
        height: 100vh;
    }

    .commList ul:first-child {
        margin-block-end: 0;
    }

    .commList ul {
        margin-block-end: 1rem;
    }

    .card.repair-link {
        min-height: auto;
    }


    .hero-dt {
        display: none;
    }

    .hero-mb {
        display: block;
        width: 510px;
    }

    .heroRewards {
        margin-bottom: 20px;
        text-align: center;
        border: none;
    }
}

@media (max-width: 540px) {

    .jumbotron.shockIncentives {
        background-image: url(../Images/incentive/incentives-hero-sm.jpg);
        height: 396px;
        width: auto;
    }

    .jumbotron.brakeIncentives {
        background-image: url('../Images/site/incentives-hero-brakes-sm.jpg');
        height: 240px;
    }

    .jumbotron.sensorIncentives {
        background-image: url(../Images/assets/incentives-hero-sensor-switch-sm.jpg);
        height: 200px;
    }

    .hero-mb {
        width: 100%;
    }

    .smallBanner {
        margin: 0 auto;
    }

    .subBanner {
        width: 90%;
        margin-left: 5%;
    }

    .pauseToggle {
        margin-left: 5%;
    }

    .navbar-brand .nissanLogo {
        width: 80px;
    }
}

@media (max-width: 414px) {

    .jumbotron.shockIncentives {
        background-image: url(../Images/incentive/incentives-hero-sm.jpg);
        height: 382px;
        width: auto;
    }

    .navbar-brand .nissanLogo {
        width: 80px;
    }

    .navbar-brand .infinitiLogo {
        width: 116px;
    }

    .card.reporting {
        height: 375px;
    }

    .jumbotron.brakeIncentives {
        border-radius: 0 !important;
        background-image: url(../Images/Site/incentives-hero-brakes-sm.jpg);
        background-size: cover;
        height: 160px;
        background-position: 55%;
    }

    .jumbotron.steeringIncentives {
        border-radius: 0 !important;
        background-image: url(../Images/Site/incentives-hero-steering-sm.jpg);
        background-size: cover;
        height: 160px;
        background-position: 55%;
    }

    .jumbotron.starterIncentives {
        background-image: url(../Images/Site/incentives-hero-alternator-sm.jpg);
        height: 180px;
    }

    .jumbotron.sensorIncentives {
        background-image: url(../Images/assets/incentives-hero-sensor-switch-sm.jpg);
        height: 160px;
    }

    .jumbotron.radiatorIncentives {
        background-image: url(../Images/Site/incentives-hero-radiator-sm.jpg);
        height: 165px;
    }

    .jumbotron.switchIncentives {
        background-image: url(../Images/Site/incentives-hero-sensor-switch-sm.jpg);
        height: 165px;
    }

    .row.o-summary {
        height: 515px !important;
    }

    .parts-rewards-list li {
        font-size: 18px !important;
    }
}

@media (max-width: 375px) {
    .jumbotron.shockIncentives {
        background-image: url(../Images/incentive/incentives-hero-sm.jpg);
        height: 344px;
        width: auto;
    }

    .img-col {
        width: 340px !important;
    }

    .smallBanner {
        width: 340px !important;
    }

    .info-wrap table td {
        font-size: 14px;
    }
}

@media (max-width: 429px) {
    .jumbotron.shockIncentives {
        background-image: url(../Images/incentive/incentives-hero-sm.jpg);
        height: 260px;
        width: auto;
    }

    .smallBanner {
        width: 100%;
    }
}

.field-validation-error {
    color: red;
    font-size: 12px;
}

.busy {
    margin-left: 0px;
    background-color: transparent;
    margin-top: 0px;
    z-index: 998;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    background-image: url('/Images/Transparent.gif');
}

.busyImage {
    margin: auto;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
}

.btnEdit {
    background: url(/Images/edit.png) no-repeat;
    width: 16px;
    padding-left: 20px;
    padding-right: 3px;
    padding-bottom: 3px;
    border: none;
    cursor: pointer;
    height: 18px;
}

.btnView {
    background: url(/Images/search.png) no-repeat;
    width: 16px;
    padding-left: 20px;
    padding-right: 3px;
    padding-bottom: 3px;
    border: none;
    cursor: pointer;
    height: 18px;
}

.ui-jqgrid-titlebar-close {
    display: none;
}
/*tooltip size and length*/
.tooltip-inner {
    max-width: 220px !important;
    /* If max-width does not work, try using width instead */
    width: 220px !important;
}

/*.incentive-body {
    padding: 10px;
}*/

.incentive-box {
    background: #f6f6f6;
    padding: 30px;
}

    .incentive-box h1 {
        margin: 0 auto;
    }

.incentive-body h2 {
    font-size: 18px !important;
}

.pauseToggle {
    font-size: .8rem;
    font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
    color: #007bff;
}

    .pauseToggle .material-icons {
        vertical-align: bottom;
        margin-bottom: -2px;
    }

a.skip-link {
    background: #fff;
    color: #007bff;
    border: 1px solid #c2c2c2;
    font-weight: 700;
    left: 50%;
    padding: 4px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
    z-index: 100;
}

    a.skip-link:focus {
        transform: translateY(0%);
    }

#mainContent {
    height: 0;
    font-size: 0;
    line-height: 0;
}

.commodities {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
}

@media (max-width: 505px) {
    .commodities {
        grid-template-columns: 1fr;
    }

        .commodities p {
            margin-bottom: 0;
        }
}

@media (max-width: 430px) {

    .tiles-col {
        text-align: center;
    }

        .tiles-col img,
        .tiles-col p {
            width: 280px !important;
        }

        .tiles-col p {
            text-align: left;
            margin: 20px auto 30px auto;
        }

    .tile-body {
        width: 100%;
    }

    .incentive-body {
        padding: 10px 16px !important;
    }

    .incentive-box {
        background: #f6f6f6;
        padding: 30px 0px;
    }

    .navbar-brand .nissanLogo {
        width: 80px;
    }

    .navbar-brand .infinitiLogo {
        width: 116px;
    }

    .card.reporting {
        height: 375px;
    }

    .jumbotron.brakeIncentives {
        border-radius: 0 !important;
        background-image: url(../assets/incentives-hero-brakes-sm.jpg);
        background-size: cover;
        height: 160px;
        background-position: 55%;
    }

    .jumbotron.steeringIncentives {
        border-radius: 0 !important;
        background-image: url(../assets/incentives-hero-steering-sm.jpg);
        background-size: cover;
        height: 160px;
        background-position: 55%;
    }

    .jumbotron.starterIncentives {
        background-image: url(../assets/incentives-hero-alternator-sm.jpg);
        height: 180px;
    }

    .jumbotron.radiatorIncentives {
        background-image: url(../assets/incentives-hero-radiator-sm.jpg);
        height: 165px;
    }

    .row.o-summary {
        height: 515px !important;
    }

    .smallBanner {
        width: 100%;
    }

    .rewardLogo {
        width: 200px !important;
    }

    .img-payout,
    .img-parts {
        width: 100% !important;
    }

    .center-430 {
        text-align: center;
    }

    .btn-nissan {
        width: 100% !important;
    }

    .parts-rewards-list li {
        font-size: 18px !important;
    }
}
