//Modified CSS with latest creative.

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* ------- RESETS END ------- */

/* ------- TYPOGRAPHY START ------- */

@font-face {
    font-family: MazdaType-Regular;
    src: url('../fonts/MazdaType/MazdaType-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: MazdaType-Medium;
    src: url('../fonts/MazdaType/MazdaType-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: MazdaType-Bold;
    src: url('../fonts/MazdaType/MazdaType-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ------- TYPOGRAPHY END ------- */

/* ------- HELPER STYLES START ------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select {
    vertical-align: middle;
}

html, body {
    color: #000;
    line-height: 1.4;
    font-family: 'MazdaType-Regular',Verdana,Arial,Helvetica,sans-serif;
}

h1 {
    font-family: 'MazdaType-Medium',Verdana,Arial,Helvetica,sans-serif;
    font-size: 2.2em;
    margin: 0 0 20px 0;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h2 {
    font-family: 'MazdaType-Medium',Verdana,Arial,Helvetica,sans-serif;
    font-size: 1.8em;
    margin: 0 0 20px 0;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h3 {
    font-family: 'MazdaType-Medium',Verdana,Arial,Helvetica,sans-serif;
    font-size: 1.2em;
    margin-bottom: 20px;
    color: #333333;
    letter-spacing: 2px;
}

h4 {
    font-family: 'MazdaType-Medium',Verdana,Arial,Helvetica,sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
    color: #333333;
}

    h4.open-recall-alert {
        font-family: 'MazdaType-Regular',Verdana,Arial,Helvetica,sans-serif !important;
        color: #aa1111;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

p {
    font-size: .9em;
    line-height: 1.6em;
    margin-bottom: 1.2em;
    color: #333333;
}

strong {
    font-family: 'MazdaType-Bold',Verdana,Arial,Helvetica,sans-serif;
    font-weight: 800;
    color: #000 !important;
}

ul {
    margin: 0;
    color: #333333;
}

    ul li {
        margin-bottom: 20px;
    }

        ul li li {
            margin-bottom: 0;
        }

    ul.noSpaceList li {
        margin-bottom: 0;
    }

a {
    color: #999;
}

    button.btn,
    a.btn {
        padding: 5px 20px;
        border-radius: 5px;
        text-transform: uppercase;
        font-size: .8rem;
        letter-spacing: 2px;
    }

    button.btn-white,
    a.btn-white {
        color: #000 !important;
        background-color: #fff !important;
        border: 1px solid #000 !important;
    }

        button.btn-white:hover,
        a.btn-white:hover,
        button.btn-white:focus-visible,
        a.btn-white:focus-visible {
            color: #fff !important;
            background-color: #333 !important;
            border: 1px solid #fff !important;
            text-decoration: none !important;
        }

    button.btn-red,
    a.btn-red {
        color: #fff !important;
        background-color: #aa1111;
        border: 1px solid #aa1111;
    }

        button.btn-red:hover,
        a.btn-red:hover,
        button.btn-red:focus-visible,
        a.btn-red:focus-visible {
            color: #aa1111 !important;
            background-color: #fff;
            border: 1px solid #aa1111;
            text-decoration: none !important;
        }

    button.btn-black,
    a.btn-black {
        color: #fff !important;
        background-color: #2b2b2b;
        border: 1px solid #2b2b2b;
    }

        button.btn-black:hover,
        a.btn-black:hover,
        button.btn-black:focus-visible,
        a.btn-black:focus-visible {
            color: #000 !important;
            background-color: #fff !important;
            border: 1px solid #2b2b2b !important;
            text-decoration: none !important;
        }

.container {
    max-width: 1720px;
}

input[type="text"],
select {
    border: 1px solid #8e8e8e;
    padding-left: 10px;
    border-radius: 5px;
    height: 32px;
}

.display-block {
    display: block !important;
}

.display-none {
    display: none !important;
}

.error-msg {
    color: #aa1111;
    font-family: 'MazdaType-Bold',Verdana,Arial,Helvetica,sans-serif;
}

.anchor-link {
    display: block;
    position: relative;
    top: -180px;
    visibility: hidden;
}

.wrap-text {
    white-space: normal !important;
}

@media (max-width: 430px) {

    .last-updated {
        padding-top: 1.8em;
    }

    .left-input {
        border-right: none !important;
    }

    #yearModelBtn,
    #plateBtn {
        margin-top: 1.4em;
    }

    .overflow-container {
        overflow-x: auto;
        width: 100%;
    }

        .overflow-container table {
            min-width: 500px;
        }

    .picture img {
        width: 100% !important;
    }

    .faq-item {
        width: 100% !important;
    }
}

/* ------- HELPER STYLES END ------- */

/* ------- NAV START ------- */

/* --- MARQUEE START --- */
.marquee-wrapper {
    max-width: 100%;
    overflow: hidden;
}

.marquee {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    animation: marquee 30s linear infinite;
}

    .marquee p {
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
    }

@keyframes marquee {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

.info-row {
    padding-top: 200px !important;
}
/* --- MARQUEE END --- */

.navPosition {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #333333;
    color: #fff;
    padding: 30px 0 0 0;
}

.navbar-toggler-icon {
    background-image: url("../images/icon-hamburger.png");
}

.navbar-toggler {
    padding: 0;
}

    .navbar-toggler:focus,
    .navbar-toggler:active {
        outline: 0;
        box-shadow: 0;
    }

.menu {
    position: relative;
    min-height: 80px;
    display: flex;
}

.logo-wrap {
    position: absolute;
    left: 10px;
}

.title-wrap {
    text-align: center;
    display: inline-block;
    margin: 1% 0 0 15%;
}

loading-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1% 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-size: .7em;
    line-height: 1.2em;
    white-space: nowrap;
}

    .nav-item a {
        color: #fff;
    }

        .nav-item a:hover.btn.btn-white {
            color: #fff !important;
        }

        .nav-item a:hover {
            color: #fff;
            text-decoration: underline;
        }

        .nav-item a:focus,
        .nav-item a:visited {
            color: #fff !important;
        }

            .nav-item a:focus.btn-white,
            .nav-item a:visited.btn-white {
                color: #000 !important;
                text-decoration: none !important;
            }

.navbar ul li {
    margin: 0;
}

.menu-wrap {
    margin: 20px 0 10px 80px;
    display: flex;
}

.icon-big {
    font-size: 1.6em;
    margin-top: -2px;
}

.fa-info-circle {
    color: #fff;
    cursor: pointer;
    position: relative;
}

.tooltip-text {
    visibility: hidden;
    font-family: 'MazdaType-Regular',Verdana,Arial,Helvetica,sans-serif;
    text-transform: none;
    background-color: #f6f2cd;
    color: #000;
    text-align: left;
    border-radius: 5px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    letter-spacing: 0px;
    left: -160px;
    top: -30px;
}

.fa-info-circle:hover .tooltip-text {
    visibility: visible;
}

.right-menu {
    margin: 0 0 0 auto;
}

#dealerName,
#dealerName2 {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
}

.middle-menu {
    display: none !important;
}

@media (max-width: 1670px) {
    .nav-item {
        white-space: normal;
    }
}

@media (max-width: 1399px) {
    .main-menu {
        display: none !important;
    }

    .middle-menu {
        display: inline-block !important;
        margin: 100px 20px 0 0;
    }

    .first-col {
        margin-left: -100px !important;
    }

    .middle-menu .nav-item {
        justify-content: flex-start;
    }

    .navbar-collapse {
        align-items: flex-start;
    }
}


@media (max-width: 1024px) {

    .nav-item a {
        font-size: 11px;
        line-height: 12px;
    }
}

@media (max-width: 991px) {

    .main-content {
        padding-top: 360px !important;
    }

    .navPosition {
        padding-bottom: 2%;
    }

    .middle-button {
        display: block !important;
    }

    .middle-menu {
        margin: 80px 0 0 0;
    }
}

@media (max-width: 540px) {

    .main-menu {
        display: block !important;
    }

    .middle-menu {
        display: none !important;
    }

    .menu-wrap {
        margin: 80px 0 20px 0;
        display: block;
    }

    .right-menu {
        margin: 0;
    }

    .nav-item {
        width: 100%;
        padding: 1% 0;
    }
}

/* ------- NAV END ------- */

/* ------- CONTENT START ------- */

/*--- System Maintenance START --- */

#systemMaintMsg {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

    #systemMaintMsg #sysMaintClose {
        font-weight: bold;
        font-size: 1.2rem;
        cursor: pointer;
    }

 /*--- System Maintenance END --- */

/* Check Recalls H3 title info tooltip styling START */

h3 .fa-info-circle {
    color: #333;
}

h3 .tooltip-text {
    font-size: 14px;
    line-height: 18px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
}

    h3 .tooltip-text.shift-left {
        transform: translateX(-60%);
    }

h3 sup {
    top: -.2em !important;
}

@media only screen and (max-width: 480px) {
    h3 .tooltip-text,
    h3 .tooltip-text.shift-left {
        transform: translateX(-100%);
    }
}


/* Check Recalls H3 title info tooltip styling END */

.info-row {
    padding: 200px 20px 60px 20px;
    border-bottom: 1px solid #333;
}

.input-row {
    padding: 60px 20px 80px 20px;
}

.vin-input {
    margin-bottom: 5rem;
}

.modelyear-input {
    padding-bottom: 1.5rem;
}

.where-vin {
    margin-top: 1rem;
    text-decoration: underline;
    cursor: pointer;
    font-size: .75em;
    color: #333;
}


.last-updated {
    text-align: right;
    font-size: .9em;
}

.left-input {
    border-right: 1px solid #333;
}

.vin-info {
    border: 1px solid #333;
    border-radius: 10px;
    padding: 2em;
    width: 40em;
}

    .vin-info ul {
        padding-left: 2em;
    }

        .vin-info ul li {
            margin-bottom: 0;
        }

#stateSelect {
    width: 8em;
}

.license-block {
    padding: 0 0 0 2em;
}

.input-block {
    width: 80%;
}

.mobile-input-select {
    display: none;
}

.input-text {
    font-size: .75em;
    color: #333;
}

.picture {
    text-align: right;
}

    .picture img {
        width: 70%;
    }

.result-row {
    padding: 30px 20px;
    margin-bottom: 30px;
    background-color: #f4f4f4;
    display: none;
}

.vin-number {
    font-size: 1rem;
    font-weight: bold;
}

.recall-note {
    border: 1px solid #8e8e8e;
    border-radius: .6em;
    padding: 1em;
    font-size: .9em;
    margin-bottom: 1em;
}

.recall-red {
    border: 2px solid #aa1111;
}

.result-container table {
    font-size: .9em;
}

    .result-container table th,
    .result-container table td {
        padding: .3em .6em;
    }

.alert-container {
    background-color: #8d8d8d;
    padding: .8em;
    margin: 1em 0;
    color: #fff;
}

    .alert-container strong {
        color: #fff !important;
    }

.alert-icon {
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    background-color: #aa1111;
    text-align: center;
    margin-right: .3em;
    font-size: 4em;
    line-height: 1.2em;
    font-family: 'MazdaType-Bold', Verdana, Arial, Helvetica, sans-serif;
}

.loading-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /*inset: 0;*/ /* top:0; left:0; right:0; bottom:0 */
    /*background: rgba(255,255,255,0.8);*/
}

.appt-btn-wrap {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
}

.faq-row {
    padding: 60px 20px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.faq-item {
    width: 80%;
    margin-bottom: 1em;
}


.faq-question,
.faq-question-l2 {
    display: flex;
    cursor: pointer;
    font-size: .9em;
    color: #333;
    font-family: 'MazdaType-Medium', Verdana, Arial, Helvetica, sans-serif;
}

.faq-answer,
.faq-answer-l2 {
    padding: 1em 1em 0 1em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    font-size: .9em;
    color: #666;
    font-family: 'MazdaType-Regular', Verdana, Arial, Helvetica, sans-serif;
}


    .faq-answer p,
    .faq-answer-l2 p {
        font-size: .9rem;
        color: #666;
        font-family: 'MazdaType-Medium', Verdana, Arial, Helvetica, sans-serif;
    }

.faq-item.active .faq-answer,
.faq-item-l2.active .faq-answer-l2 {
    max-height: fit-content;
}

.icon {
    display: inline-block;
    margin-left: auto;
    font-family: 'MazdaType-Bold',Verdana,Arial,Helvetica,sans-serif;
}

.notification-row {
    padding: 60px 20px;
    border-bottom: 1px solid #333;
}

.contact-row {
    padding: 60px 20px;
}

.dealer-row {
    padding: 60px 20px;
    border-top: 1px solid #333;
    display: none;
}

.hours-info {
    margin-bottom: 1em;
}

    .hours-info table td,
    .dealer-hours table td {
        padding: 0 1em 0 0;
        color: #333;
        font-size: .9em;
    }

.dealer-address,
.dealer-hours {
    min-height: 10em;
    position: relative;
}

    .dealer-address p,
    .dealer-hours p {
        margin-bottom: 0;
    }

.btn-pos {
    position: absolute;
    bottom: 0;
}

a.return-top {
    color: #000;
    background-color: #fff;
    padding: 5px 10px;
    /* border:1px solid #000; */
    position: sticky;
    bottom: 85px;
    border-radius: 10px;
    float: right;
    margin-right: 20px;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    opacity: 0;
    transition: opacity 1s ease-in;
}

.return-top .top-text {
    display: inline-block;
    margin-top: .5em;
}

.show-return {
    opacity: 1 !important;
}

/* Takata Styling START */

.takata-banner {
    background-color: #f6f6f8;
    padding: 20px 30px;
    margin: 20px 0;
    font-size: 1.2em;
}

.video-row {
    background-color: #000;
    padding: 3rem;
    margin-bottom: 4rem;
}

    .video-row .video-container {
    }

    .video-row .ratio {
        border: 1px solid #fff;
        width: 90%;
    }

    .video-row h2,
    .video-row ul {
        color: #fff;
    }

    .video-row h2 {
        font-size: 1.7em;
    }

    .video-row ul {
        padding-left: 1.8em;
        font-size: 21px;
    }

.action-plan-row {
    padding-bottom: 3rem;
}

    .action-plan-row .ap-row-left {
        padding-right: 10%;
    }

    .action-plan-row h4 {
        font-family: 'MazdaType-Bold',Verdana,Arial,Helvetica,sans-serif;
        font-size: 1.2em;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #2b2b2b;
    }

    .action-plan-row table {
        width: 90%;
    }

        .action-plan-row table th {
            font-family: 'MazdaType-Medium',Verdana,Arial,Helvetica,sans-serif;
            font-size: 1.2em;
            font-weight: normal;
            text-transform: uppercase;
            text-decoration: underline;
            letter-spacing: 1px;
            color: #666666;
        }

        .action-plan-row table td {
            font-family: 'MazdaType-Medium',Verdana,Arial,Helvetica,sans-serif;
            font-size: 1.2em;
            letter-spacing: 1px;
            color: #666666;
            padding: 5px 0;
        }

#actionPlanResults {
    background-color: #f4f4f4;
    padding: 3rem 2rem;
    margin: 3rem 0 0 0;
    display: none;
}

    #actionPlanResults .faq-question {
        width: 35%;
        font-family: 'MazdaType-Medium',Verdana,Arial,Helvetica,sans-serif;
        font-size: 1em;
        color: #333;
        text-transform: uppercase;
    }

        #actionPlanResults .faq-question span:first-child {
            text-decoration: underline;
        }

    #actionPlanResults .close-link {
        font-size: 1.5rem;
        text-decoration: none;
        color: #333;
        border: 0;
    }

    #actionPlanResults .faq-answer table {
        width: 50%;
    }

    #actionPlanResults .faq-answer td {
        font-family: 'MazdaType-Regular',Verdana,Arial,Helvetica,sans-serif;
        font-size: .9em;
        color: #333;
        padding-right: 1rem;
    }

.takata-body .faq-item {
    width: 100%;
}


.takata-body .faq-row .faq-question span:first-child {
    font-family: 'MazdaType-Medium',Verdana,Arial,Helvetica,sans-serif;
    font-size: 1em;
    color: #333;
    text-transform: uppercase;
    text-decoration: underline;
}


/* Takata Styling END */

@media (max-width: 1024px) {

    .info-row {
        padding: 150px 20px 60px 20px;
    }

    .dealer-address,
    .dealer-hours {
        min-height: auto;
    }

    .btn-pos {
        position: relative;
    }

    .title-wrap h1 {
        margin: 2% 0 0 0;
        font-size: 30px;
    }

    .nav-item a {
        font-size: 11px;
        line-height: 12px;
    }

    .input-block {
        width: 100%;
    }
}

@media (max-width: 991px) {

    .main-content {
        padding-top: 360px !important;
    }

    .navPosition {
        padding-bottom: 2%;
    }

    .logo-wrap img {
        margin: 0 0 0 2%;
    }

    .logo-wrap,
    .title-wrap {
        text-align: left !important;
    }

    .title-wrap {
        margin: 1% 0 2% 0;
    }

    .vin-input {
        margin-bottom: 3rem;
    }

    .license-block {
        padding: 1.6em 0 0 1em;
    }

    .picture {
        text-align: left;
        margin-top: 2em;
    }

    /* Takata Styling START */

    .video-row .ratio {
        width: 100%;
    }

    .video-text {
        padding-top: 3rem;
    }

    #actionPlanResults .faq-question {
        width: 50%;
    }

    .affected-vehicles-wrap {
        padding-top: 2rem;
    }

    #actionPlanResults .faq-answer table {
        width: 80%;
    }

    /* Takata Styling END */
}

@media (max-width: 768px) {

    /* Takata Styling START */

    #actionPlanResults .faq-answer table {
        width: 100%;
    }

    .vin-info {
        width: 90%;
    }

        .vin-info img {
            width: 100%;
        }



    /* Takata Styling END */
}

@media (max-width: 430px) {
    .title-wrap h1 {
        margin: 2% 0 2% 0;
        font-size: 21px;
    }

    .appt-btn-wrap {
        justify-content: center;
        align-items: end;
        margin-top: 1em;
    }

    .mobile-input-select {
        display: block;
        ;
    }

        .mobile-input-select .input-select {
            width: 100%;
        }

    .input-row {
        padding: 60px 20px;
    }

    .input-mobile-hidden {
        display: none;
    }

    .vin-input {
        margin: 2rem 0 0 0;
    }

    .modelyear-input {
        margin: 2rem 0 0 0;
        padding-bottom: 0;
    }

    /* Takata Styling START */

    .close-link {
        padding-bottom: 2rem;
    }

    .takata-body #actionPlanResults .faq-question {
        width: 100%;
    }

    /* Takata Styling END */


}

/* ------- CONTENT END ------- */

/* ------- FOOTER START ------- */

#footer {
    font-family: 'MazdaType-Regular',Verdana,Arial,Helvetica,sans-serif;
    padding: 0 0 40px 0;
    background-color: #2b2b2b;
    color: #fff;
}

    #footer a {
        color: #d5d5d5;
    }

        #footer a:hover, #footer a:active, #footer a:focus {
            color: #fff;
            text-decoration: none;
            transition: color 0.5s ease;
        }

    #footer .footerLinkRow {
        text-align: left;
        margin-bottom: 10px;
    }

        #footer .footerLinkRow ul {
            list-style: none;
            padding: 39px 0 0 0;
        }

            #footer .footerLinkRow ul li {
                display: inline-block;
                font-size: 10px;
            }

                #footer .footerLinkRow ul li a {
                    padding: 10px 10px 10px 0;
                    text-transform: uppercase;
                    text-decoration: none;
                    font-size: 1.4em;
                }

                #footer .footerLinkRow ul li:first-child:before {
                    content: "";
                    margin: 0;
                }

                #footer .footerLinkRow ul li:before {
                    content: "|";
                    margin: 0 16px 0 0;
                    color: #999;
                }

        #footer .footerLinkRow a:hover.accessibility svg {
            background-color: #fff !important;
            transition: background-color 0.5s ease !important;
        }

    #footer p {
        text-transform: uppercase;
        font-size: .8em;
        color: #ccc;
        margin-bottom: 2em;
    }

    #footer .plusMinus {
        color: #ccc;
    }

    #footer .disclaimerArea {
        float: left;
    }

@media (max-width: 430px) {

    #footer .footerLinkRow ul li {
        display: block;
    }

        #footer .footerLinkRow ul li:before {
            content: "";
            margin: 0;
        }

    #footer .footerLinkRow {
        margin: 0 0 2em 0;
    }
}

/* ------- FOOTER END ------- */

/* ------- MODAL START ------- */

.modal-header {
    background-color: #333;
}

    .modal-header .btn-close {
        background-color: #fff;
    }

.modal-title {
    font-size: .9em;
    color: #fff;
}

.optInBtnControls {
    position: absolute;
    top: 13px;
    right: 60px;
}

#recallOptInModal .modal-dialog {
    max-width: 600px;
}

.optinDiv {
    width: 100%;
    padding: 10px 10px 10px 0;
}

.optinInputLabel {
    width: 35%;
    text-align: right;
    padding-right: 10px;
    white-space: nowrap;
}


#cookiePrefsModal input {
    width: 100%;
}

#cookiePrefsModal textarea {
    width: 100%;
}

#dealerSearchResults {
    display: none;
}

.optInControl {
    border: 1px solid #fff;
    color: white;
    box-sizing: border-box;
    border-radius: 0px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: -1px 12px 0 0;
    cursor: pointer;
    text-align: center;
}

.disabled-button {
    pointer-events: none; /* Prevent clicks */
    opacity: 0.6; /* Optional: show disabled state */
    cursor: not-allowed;
}

/* GPC Modal START */

#gpcModal {
    top: inherit;
    bottom: 3%;
}

    #gpcModal a.accessibilityBug {
        position: fixed;
        bottom: 2%;
        right: 2%;
    }

    #gpcModal a:hover.accessibilityBug {
        transform: scale(1.2);
        transition: all .5s;
    }

    #gpcModal .modal-dialog {
        max-width: 1600px;
        background: #2d2d2d;
        margin-left: 10% !important;
        margin-right: 10% !important;
    }

    #gpcModal .modal-content {
        border-radius: 0;
        background: #2d2d2d;
        border: 0;
        width: 100%;
        padding: 2.6rem 1rem;
    }

        #gpcModal .modal-content td {
            vertical-align: middle;
        }

            #gpcModal .modal-content td.gpcClose {
                vertical-align: top;
            }

            #gpcModal .modal-content td.gpcTitle {
                font-size: 2.4rem;
                padding: 0 1rem 0 0;
            }

            #gpcModal .modal-content td.gpcTitle,
            #gpcModal .modal-content td.gpcDisclaimer p {
                color: #fff;
            }

            #gpcModal .modal-content td.gpcDisclaimer p {
                line-height: 1.8rem;
            }

            #gpcModal .modal-content td.gpcDisclaimer {
                padding: 0 3rem 0 1rem;
                border-left: 1px solid #fff;
            }

                #gpcModal .modal-content td.gpcDisclaimer p a {
                    color: #999;
                }

    #gpcModal button {
        background: transparent;
        border: 0;
        color: #fff;
        font-size: 1.6rem;
        font-weight: bold;
        opacity: .6;
        cursor: pointer;
    }

    #gpcModal .modal-content td.gpcClose {
        text-align: center;
        padding: 0 1rem 0 1.5rem;
    }

    #gpcModal button:hover {
        opacity: 1;
        transition: all .5s ease;
    }

@media (max-width: 1240px) {
    #gpcModal {
        padding-right: 0 !important;
    }
}

@media (max-width: 959px) {

    #gpcModal .modal-content td.gpcTitle {
        font-size: .8rem;
    }

    #gpcModal {
        bottom: 0;
    }

        #gpcModal .modal-dialog {
            margin: 0
        }

        #gpcModal .modal-content td {
            vertical-align: top;
        }

            #gpcModal .modal-content td.gpcDisclaimer p {
                font-size: .7rem;
                line-height: 1.2rem;
            }

        #gpcModal button {
            font-size: 1rem;
        }

        #gpcModal svg {
            width: 30px;
            height: 30px;
        }
}

/* GPC Modal END */

/* ------- MODAL END ------- */
