<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* header + secondary nav (desktop) + padding */
html {
    scroll-padding-top: calc(var(--header-height-full) + 101.5px + 64px);
}

/* header + secondary nav (mobile) + padding */
@media screen and (max-width:768px) {
    html {
        scroll-padding-top: calc(var(--header-height-full) + 66px + 64px);
    }
}

/* Default Style of Explore Page Buttons */
/* Do not override default buttons anymore */
/*
.btn {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    border: none;
    color: #fff !important;
    background-color: #1A5B8D;
}

.btn:hover {
    background-color: whitesmoke !important;
    color: #1A5B8D !important;
}
*/

/* Parent container of the Model Info Bar, Offer Bar, Compare Barker, and 360 viewer */
.model-primary-content {
    max-width: 1498px;
}

.model-primary-content .row .col-md-6:nth-child(2) {
    margin: 0 0 2.8125em 0;
}

/* Model Info Bar */
.runInBanner {
    position: relative;
    /* Mobile Nav z-index is 4 */
    z-index: 3;
    max-width: 100% !important;
    padding: 24px 64px !important;
    margin: 0 !important;
}

.runInBanner.sticky {
    position: fixed;
    top: var(--header-height-full);
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    /* background-color: rgba(255, 255, 255, 0.92); */
    background-color: white;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.sticky+.model-content {
    padding-top: 60px;
}

.runInBanner .row .container .row {
    display: flex;
    align-items: center;
}

.runInBanner-title h1 {
    flex: 0 0 auto;
    align-self: center;
    font-size: 1.8125em;
    line-height: 1.13793;
}

.runInBanner-info-button {
    padding-top: .5rem;
}

.runInBanner-info-button .btn {
    flex: 0 0 auto;
    background-color: #1A5B8D;
    border-color: #1A5B8D;
}

.runInBanner-info-wrapper {
    margin-bottom: 0 !important;
}

.runInBanner-info {
    font-size: 1.375em;
    line-height: 1.09091;
    margin-left: auto;
    margin-bottom: 0;
}

.runInBanner-info .price {
    font-size: 1em;
    line-height: 1em;
    font-weight: 500;
}

.price {
    color: #1A5B8D;
    font-weight: 500;
}

@media screen and (max-width:768px) {
    .runInBanner {
        padding: 24px 15px !important;
    }

    .runInBanner .row .container .row {
        flex-flow: column wrap;
        margin: 0 auto !important;
        padding: 0 15px !important;
    }

    .runInBanner-title,
    .runInBanner-info-wrapper,
    .runInBanner-info-button {
        flex: 0 0 auto;
        width: auto !important;
        max-width: none;
    }
}

/* Hero Image Banner */
.model-content {
    text-align: center;
}

.model-content img {
    width: 100%;
}

/* 360 Viewer */
.swatches {
    list-style: none;
    padding-inline-start: 50px;
    padding-inline-end: 50px;
    margin: 0;
}

.colorTile {
    width: 40px;
    float: left;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    margin: 5px;
    min-height: 40px;
}

.colorTile span {
    display: none;
}

ul.trimCTA {
    list-style: none;
}

.trimCTALink {
    color: #1A5B8D !important;
}

.trimCard {
    margin-top: 5px;
    margin-bottom: 5px;
}

span.disc {
    cursor: pointer;
    position: relative;
    /* Mobile Nav z-index is 4 */
    z-index: 2;
    vertical-align: super;
}

.btn-feature {
    white-space: nowrap;
}

.pos-top-left {
    position: absolute;
    top: 15px;
    left: 15px;
}

.pos-bottom-center {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Model Offer */
.bg-offer {
    margin: 0 auto;
    padding: 1.5rem 2rem;
    max-width: 1498px;
    background-color: #e6e7e9;
}

@media screen and (max-width: 768px) {
    .bg-offer {
        text-align: center;
    }
    .bg-offer h3 {
        font-size: 1.375rem;
    }
}

.offer-btn {
    margin-bottom: 1rem;
}

.offer-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.offer-list li::before {
    content: "\200B";
    display: block;
    height: 0;
}

.offer-list li:not(:first-child) {
    margin-top: 0.5rem;
}

.offer-callout {
    font-family: Arimo-Bold;
    font-size: 1.125rem;
}

.offer-trims {
    font-size: 0.75rem;
}

/* Compare Barker */
.compareBarker {
    margin: 2.8125em 0;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .compareBarker {
        margin: 1.875em 0;
    }
}

.compareBarker-header {
    margin: 0 0 1.875em;
}

.compareBarker-title {
    font-size: 2.4375em;
    line-height: 1.15385;
    margin: 0;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .compareBarker-title {
        font-size: 1.8125em;
    }
}

.compareBarker-barkers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
}

.compareBarker-barker {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 50%;
    padding: 0 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.compareBarker-barker-inner {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 268px;
}

.compareBarker-barker-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.compareBarker-barker-content {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(53, 53, 53, 0.62);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* Changed z-index from 3 to 2 because .runInBanner has a value of 3 */
    z-index: 2;
    padding: 3.125em 0;
}

@media screen and (min-width: 1240px) {
    .compareBarker-barker-content {
        padding: 3.125em 0 8.125em 0;
    }
}

.compareBarker-barker-content .compareBarker-title {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.compareBarker-barker-copy {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #fff;
    max-width: 68%;
    margin: 0 auto 1.25em;
}

.compareBarker-barker-title {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    margin: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 767px) {
    .compareBarker-barker-title {
        font-size: 1.375em;
    }
}

.compareBarker-barker-cta {
    width: 100%;
    max-width: 68%;
    margin: 0 auto;
    text-align: center;
}

.compareBarker-barker-cta .btn,
.compareBarker-barker-cta .btn-default {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff !important;
    padding: 20px 45px !important;
    background-color: #333 !important;
    text-decoration: none;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    text-align: center;
}

.compareBarker-barker-cta .btn:hover,
.compareBarker-barker-cta .btn-default:hover {
    background-color: whitesmoke !important;
    color: #1A5B8D !important;
}

@media screen and (max-width: 480px) {
    .compareBarker-barker-cta {
        max-width: none;
        margin: 0 15px;
    }

    .compareBarker-barker-cta .btn,
    .compareBarker-barker-cta .btn-default {
        padding: 20px 15px !important;
    }
}

.compareBarker .compareBarker-barker-image {
    opacity: 0;
    -webkit-transition: opacity 0.8s ease-out;
    transition: opacity 0.8s ease-out;
}

.compareBarker .compareBarker-header {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-out 0.2s, -webkit-transform 0.4s ease-out;
    transition: opacity 0.4s ease-out 0.2s, -webkit-transform 0.4s ease-out;
    transition: opacity 0.4s ease-out 0.2s, transform 0.4s ease-out;
    transition: opacity 0.4s ease-out 0.2s, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.compareBarker .compareBarker-barker-copy {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-out 0.2s, -webkit-transform 0.4s ease-out;
    transition: opacity 0.4s ease-out 0.2s, -webkit-transform 0.4s ease-out;
    transition: opacity 0.4s ease-out 0.2s, transform 0.4s ease-out;
    transition: opacity 0.4s ease-out 0.2s, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.compareBarker .compareBarker-barker-cta .btn,
.compareBarker .compareBarker-barker-cta .btn-default {
    opacity: 0;
}

.compareBarker.revealed .compareBarker-barker-image {
    opacity: 1;
}

.compareBarker.revealed .compareBarker-header {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

.compareBarker.revealed .compareBarker-barker-copy {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

.compareBarker.revealed .compareBarker-barker-cta .btn,
.compareBarker.revealed .compareBarker-barker-cta .btn-default {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

@-webkit-keyframes zoomIn {
    from {
        -webkit-transform: scale3d(10, 10, 10);
        transform: scale3d(10, 10, 10);
        opacity: 0;
    }

    10%,
    20% {
        -webkit-transform: scale3d(10, 10, 10);
        transform: scale3d(10, 10, 10);
        opacity: 0;
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        -webkit-transform: scale3d(10, 10, 10);
        transform: scale3d(10, 10, 10);
        opacity: 0;
    }

    10%,
    20% {
        -webkit-transform: scale3d(10, 10, 10);
        transform: scale3d(10, 10, 10);
        opacity: 0;
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }

    100% {
        opacity: 1;
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }

    100% {
        opacity: 1;
    }
}

/* Feature Type 4 Overlay */
.feature-type-4.container-fluid {
    max-width: 1498px;
    box-sizing: border-box;
    padding: 0;
}

.feature-type-4.container-fluid .row {
    position: relative !important;
}

.feature-type-4.container-fluid .row .col-12 .container {
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    color: white;
    padding: 15px 4.5rem;
}

.feature-type-4.container-fluid .row .col-12 .container .row .col-12 h3 {
    text-transform: uppercase;
    color: #fff;
    line-height: 1.14815;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.align-items-end,
.position-absolute {
    height: 100%;
    bottom: 0px;
    color: white;
    left: 0px;
    padding: 15px;
}

.p-md-5 {
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 980px) {
    .feature-type-4.container-fluid .row .col-12 p {
        margin-bottom: 0;
    }

    .align-items-end,
    .position-absolute {
        height: auto;
        position: relative;
        bottom: auto;
        padding: 0;
    }

    .position-absolute {
        position: relative !important;
    }

    .p-md-5 {
        padding: 1.25em 15px !important;
    }

    .d-md-flex .p-2 a {
        margin: 15px 0;
    }

    .trimCTALink {
        font-size: 14px;
    }
}

@media screen and (max-width: 769px) {
    .feature-type-4.container-fluid .row .col-12 .container {
        padding: 15px 2.25rem;
    }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
    .feature-type-4.container-fluid .row .col-12 .container {
        padding: 15px 3.25rem;
    }

    .p-md-5 {
        padding: 1.875rem !important;
    }
}

@media screen and (max-width: 1515px) {
    .feature-type-4.container-fluid {
        padding: 0;
    }
}

/* Feature Type 2 Left &amp; Type 3 Right */
.featureType2Left,
.featureType3Right {
    margin: 2.8125em auto;
    padding: 0 15px;
}

.featureText a {
    margin: 1em 0;
}

@media screen and (max-width: 768px) {

    .featureType2Left,
    .featureType3Right {
        margin: 1.875em auto;
    }

    .tabs-desktop .tabs-dropdown{
        margin-right: 15px;
        margin-left: 15px;
    }
}

/* Feature Type 6 Hybrid Blocks */
#hybrid {
    text-align: center;
    max-width: 600px;
    margin: 45px auto;
}

.iconBlocks {
    margin: 0 auto 45px auto;
}

@media screen and (max-width: 767px) {
    .iconBlocks {
        margin: 0 0 30px 0;
    }
}

.iconBlocks-inner .iconBlock {
    margin: 0 0 20px 0;
}

@media screen and (min-width: 640px) {
    .iconBlocks-inner {
        margin: 15px 0;
    }
}

@media screen and (min-width: 768px) {
    .iconBlocks-inner&gt;.row {
        margin: 15px -15px;
        display: -ms-grid;
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto;
    }

    .iconBlocks-inner&gt;.row .iconBlock {
        margin: 15px;
    }

    .iconBlocks&gt;.iconBlocks-inner&gt;.row {
        grid-template-areas: "iconBlockFull iconBlockStack1""iconBlockFull iconBlockStack2";
    }

    .iconBlocks&gt;.iconBlocks-inner&gt;.row .iconBlock:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-area: iconBlockFull;
    }

    .iconBlocks&gt;.iconBlocks-inner&gt;.row .iconBlock:nth-child(2) {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
        grid-area: iconBlockStack1;
    }

    .iconBlocks&gt;.iconBlocks-inner&gt;.row .iconBlock:nth-child(3) {
        -ms-grid-column: 2;
        -ms-grid-row: 2;
        grid-area: iconBlockStack2;
    }

    /* To be used to reverse order of icon blocks 2 on the left 1 on the right */

    /* .iconBlocks2x1&gt;.iconBlocks-inner&gt;.row {
        grid-template-areas: "iconBlockStack1 iconBlockFull""iconBlockStack2 iconBlockFull";
    }

    .iconBlocks2x1&gt;.iconBlocks-inner&gt;.row .iconBlock:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-area: iconBlockStack1;
    }

    .iconBlocks2x1&gt;.iconBlocks-inner&gt;.row .iconBlock:nth-child(2) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-area: iconBlockStack2;
    }

    .iconBlocks2x1&gt;.iconBlocks-inner&gt;.row .iconBlock:nth-child(3) {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-area: iconBlockFull;
    } */
}

@media screen and (max-width: 767px) {
    .iconBlocks-inner&gt;.row,
    .iconBlock-content {
        margin-left: 0;
        margin-right: 0;
    }
}

/* iconBlock - tile */
.iconBlock {
    margin: 45px 0;
    display: box;
    display: flex;
    display: flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    flex-direction: column;
    flex-direction: column;
    max-width: none;
    width: auto;
}

.iconBlock-image {
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.iconBlock-image:after {
    content: ' ';
    display: block;
    padding: 0 0 50%;
}

.iconBlock:first-child {
    /* make first desktop image bigger */
}

@media screen and (min-width: 768px) {
    .iconBlock:first-child .iconBlock-image {
        max-height: 65%;
        /*min-height: 65%;*/
    }
}

@media screen and (max-width: 767px) {
    .iconBlock:first-child .iconBlock-image {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (min-width: 768px) {
    .iconBlock-image {
        max-height: 52%;
        min-height: 167px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 167px;
        -ms-flex: 1 1 167px;
        flex: 1 1 167px;
    }

    .iconBlock-image:after {
        content: none;
    }

    .iconBlock:nth-child(n+2) .iconBlock-content {
        margin: 0;
    }
}

.iconBlock-content {
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 24px 18px;
    /* width: 100%; */
    flex-wrap: nowrap;
}

.iconBlock-content a {
    transition: color 0.3s ease-out !important;
}

.iconBlock-content a,
.iconBlock-content a:active,
.iconBlock-content a:active:focus,
.iconBlock-content a:hover,
.iconBlock-content a:focus {
    text-decoration: none;
    text-transform: none;
}

.btn-hybrid {
    background-color: transparent;
    cursor: pointer;
    border-style: none;
    outline: none;
    padding: 0px;
    color: #000 !important;
}

.btn-hybrid:hover {
    color: #1A5B8D !important;
    background-color: transparent !important;
    padding: 0px;
}

.arrow-icon {
    padding-left: 8px;
    color: #1A5B8D;
    pointer-events: none;
    transition: padding-left 0.2s ease-out;
}

.btn-hybrid:hover .arrow-icon {
    padding-left: 12px;
    transition: padding-left 0.2s ease-in;
}

.iconBlock-icon {
    display: block;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 34px !important;
    margin: -3px 34px 0 0;
    padding: 0;
}

.iconBlock-icon-holder {
    display: block;
}

.iconBlock-icon-holder img {
    width: 100%;
    height: auto;
    max-width: none;
    display: block;
}

@media screen {
    .iconBlock-icon-holder.js img {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: opacity 0.45s ease-out 0.3s, -webkit-transform 0.45s ease-out 0.3s;
        transition: opacity 0.45s ease-out 0.3s, -webkit-transform 0.45s ease-out 0.3s;
        transition: opacity 0.45s ease-out 0.3s, transform 0.45s ease-out 0.3s;
        transition: opacity 0.45s ease-out 0.3s, transform 0.45s ease-out 0.3s, -webkit-transform 0.45s ease-out 0.3s;
    }

    .iconBlock-icon-holder.js.revealed img {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.iconBlock-copy {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.iconBlock-title {
    margin: 0 0 0.5em;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: auto;
    text-transform: none;
    line-height: 1.25;
    text-align: left;
    color: inherit;
}

.iconBlock-desc {
    font: inherit;
}

.iconBlock-desc&gt; :first-child {
    margin-top: 0;
}

.iconBlock-desc&gt; :last-child {
    margin-bottom: 0;
}

.iconBlock-desc a,
.iconBlock-desc a:active,
.iconBlock-desc a:active:focus,
.iconBlock-desc a:hover,
.iconBlock-desc a:focus {
    font: inherit;
    color: #1A5B8D;
    text-decoration: none;
    text-transform: none;
}

.iconBlock-desc a:hover,
.iconBlock-desc a:focus,
.iconBlock-desc a:active {
    text-decoration: underline;
}

/* .crop {
    max-height: 52%;
    min-height: 167px;
    height: 167px;
    display: block;
    position: relative;
    overflow: hidden;
}

.crop img {
    width: 100%;
    position: relative;
    -webkit-transform: translate(0%, -20%);
    -ms-transform: translate(0%, -20%);
    transform: translate(0%, -20%);
} */

.model-offer-tags {
    color: black;
    font-size: 16px;
}

.model-offer-content {
    height:100%;
}

.model-primary-content {
    position: relative;
}

.model-hero-content {
    width: 100%;
    height: 100%;
    aspect-ratio: 21 / 9;
}

@media only screen and (max-width: 1199.98px) {
    .model-hero-content &gt; p {
        margin-bottom: 0;
    }    
}

@media only screen and (min-width: 1220px) {
    .model-hero-content {
        margin-bottom: 0;
    }
}

.modelHeroOverlay {
    position: absolute;
    display: block;
    width: 350px;
    min-height: 200px;
    z-index: 2;
}

.modelHeroTop {
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    margin-bottom: 4px;
}

.modelHeroOfferCard {
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 8px 12px;
    margin-bottom: 4px;
    cursor: pointer;
}

.modelHeroOfferAll {
    color: white;
    background-color: var(--accent-3);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.modelHeroOfferAll &gt; a {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
}

.modelHeroOfferAll &gt; a &gt; div {
    padding: 8px 12px;
}

.model-hero-offer-type {
    margin-bottom: 0.5rem;
    opacity: 0.5;
    font-weight: 800;
}

.model-hero-offer-expiration {
    font-size: 16px;
}

.model-hero-offer-details {    
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 800;
    opacity: 0.5;
}

.model-hero-offer-bottom {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 1199.98px) {
    .modelHeroOffers .modelHeroOfferCard {
        display: none;
    }
}

@media only screen and (max-width: 1219.98px) {        
    .modelHeroOverlay {
        position:inherit;
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: none;
        margin-left: 0;
        margin-right: 0;
        
        min-height: unset;
    }
}

.model-hero-overlay-shop {
    display: block;
    position: absolute;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    color: white !important;
    background-color: black;
    right: 0;
    top: 0;
    padding: 16px 32px;
    min-width: 115px;
    text-align: center;
    text-transform: uppercase;
}

@media only screen and (max-width: 1219.98px) {
    .model-hero-overlay-shop {
        display: none;
    }
}

.model-hero-overlay-shop:hover {
    text-decoration: none;
}

.model-hero-overlay-shop:visited {
    color: white !important;
}

.model-hero-overlay-year {
    font-family: var(--secondary-font);
    font-size: 24px;
    font-weight: 900;
    line-height: 100%;
    margin-top: 16px;
    margin-bottom: 12px;
}

.model-hero-overlay-name,
.model-hero-overlay-fullname {
    font-family: var(--secondary-font);
    font-size: 40px;
    font-weight: 800;
    max-width: 225px;
    line-height: 100%;
    margin-bottom: 16px;
}

.model-hero-overlay-fullname {
    font-size: 30px;
    display: none;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.model-hero-overlay-msrp {
    font-family: var(--secondary-font);
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 100%;
    margin-bottom: 16px;
}

.model-hero-overlay-msrp sup {
    top: 0px;
}

.model-hero-overlay-msrp a {
    position: relative;
    font-size: 50%;
    top: -10px;
    color: var(--black) !important;
    font-weight: normal;
}

.model-hero-overlay-mpg {
    font-family: var(--primary-font);
    font-size: 18px;
    /*margin-bottom: 8px;*/    
}

.model-hero-overlay-description {
    font-family: var(--primary-font);
    font-size: 18px;
    margin-bottom: 32px;
}

.model-hero-overlay-mpg sup {
    top: 0px;
}

.model-hero-overlay-mpg &gt; sup &gt; a {
    position: relative;
    font-size: 75%;
    top: -10px;
    color: var(--black) !important;
}

.modelHeroSlot .explore-heroimg-mobile {
    display: none;
}

.modelHeroOffers-mobile {
    display: none;
}

@media only screen and (max-width: 1219.98px) {
    .model-hero-overlay-msrp {
        margin-bottom: 8px;
    }
    .model-hero-overlay-year {
        font-size: 24px;      
        margin-bottom: 8px;

        text-align: center;

        display: none;
    }
    .model-hero-overlay-name {
        font-size: 24px;

        margin-left: auto;
        margin-right: auto;
        text-align: center;

        display: none;
    }
    .model-hero-overlay-fullname {
        display: block;
    }
    .model-hero-overlay-msrp {
        font-size: 20px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .model-hero-overlay-msrp sup {
        color: var(--black);
        font-weight: 800;
        top:inherit;        
        bottom: 0;
    }

    .model-hero-overlay-msrp a {
        color: var(--black) !important;
    }

    .model-hero-overlay-mpg {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .model-hero-overlay-description {
        margin-bottom: 18px;
        display: none;
    }

    .modelHeroSlot .explore-heroimg-desktop {
        display: none;
    }
    .modelHeroSlot .explore-heroimg-mobile {
        display: block;
    }
    
    .modelHeroOffers {
        display: none;
    }

    .modelHeroOffers-mobile {
        display: block;
    }
}

.modelcta-mobile {
    display: none;
    width: 100%;
}

@media only screen and (max-width: 1219.98px) {
    .modelcta-bar {
        display: none;
    }
    
    .modelcta-mobile {
        display: block;
        top: var(--header-height-full);
    }
}

#runInBanner {
    letter-spacing: 1px;
}

.modelcta-label {
    padding-right: 16px;
    margin-right: 24px;
    border-right: 3px solid black;
}

.modelcta-mobile .modelcta-label {
    margin-left: 0px;
    margin-right: 12px;
}

.modelcta-label-year {
    text-align: center;
    font-family: var(--primary-font);
}

.modelcta-label-model {
    text-align: center;
    margin-bottom: 0;
    font-family: var(--primary-font);
    text-transform: uppercase;
}

h2 {
    font-weight: normal;
}

.modelcta-label, .modelcta-links a {
    color: #000000;
}

.modelcta-links {
    display: flex;
    align-items: center;
}

.modelcta-links a {
    padding-left: 24px;
    padding-right: 24px;
}

.modelcta-links a:hover {
    text-decoration: underline 3px;
}

#runInBanner.sticky .modelcta-links a.active {
    text-decoration: underline 3px;
}

.modelcta-button-build {
    color: var(--pahoehoe);
    padding-left: 32px;
    padding-right: 32px;
}

.modelcta-mobile-accordion {
    border-style: none;
    background:none;
}

.modelcta-mobile-accordionbtn {
    border-style: none;
    background:none;
}

.modelcta-mobile {
    background-color: white;
    z-index: 100;
    border: 1px solid #D8D8D8;
}

.modelcta-mobile .modelcta-label {
    padding-left: 12px;
    padding-right: 8px;
}

.modelcta-mobile .modelcta-label-year {
    font-size: 10px;
    line-height: 11px;
}

.modelcta-mobile .modelcta-label-model {
    font-size: 20px;
    line-height: 30px;
}

@media only screen and (max-width: 379.98px) {
    .modelcta-mobile .modelcta-label {
        display: none;
    }
}

.modelcta-mobile .modelcta-label {
    border-right: 2px solid black;
}

.modelcta-mobile-accordionbtn {
    font-size: 14px;
    line-height: 16px;
    font-family: "Nobel Bold";
    padding: 12px;
    display: flex;
}

.modelcta-mobile-accordionbtn &gt; .contact-department-right {
    margin-top: auto;
    margin-bottom: auto;
}

.modelcta-mobile-accordionbtn &gt; .contact-department-right &gt; .chev-down {
    display: inline-block;
    padding-bottom: 4px;
}
.modelcta-mobile-accordionbtn.active &gt; .contact-department-right &gt; .chev-down {
    display: none;
}
.modelcta-mobile-accordionbtn &gt; .contact-department-right &gt; .chev-up {
    display: none;
    padding-bottom: 4px;
}
.modelcta-mobile-accordionbtn.active &gt; .contact-department-right &gt; .chev-up {
    display: inline-block;
}

.modelcta-mobile-shop{
    min-width: unset;
}

.modelcta-mobile-links {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.modelcta-mobile-links a {
    color: black;
    top: -172px;
}

.modelcta-mobile-links &gt; div {
    padding: 24px;
}

.modelcta-mobile-links a:not(:last-child) {
    margin-bottom: 32px;
    display: block;
}

a.modelcta-mobile-build {
    display: flex;
    margin-bottom: 0;
    border: 1px solid #D8D8D8;
    color: var(--pahoehoe);
    justify-content: start;
    height: 64px;
    padding-left: 24px;
    padding-right: 24px;
}

a.modelcta-mobile-build:hover {
    color: black;
}

.modelGallery {
    margin-top: 64px;
    margin-bottom: 32px;
}

.modelGallery .tabs-title {
    text-transform: uppercase;
}

.modelGallery .nav-fill .nav-item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    margin: 0 auto;
}

.modelGallery .nav-link,
#modelFeaturesTab .nav-link {
    font-family: var(--secondary-font);
    font-weight: 800 !important;
    margin: 0 32px;
    padding: 2px;
    padding-bottom: 16px !important;
}

@media only screen and (max-width: 543.98px) {
    .modelGallery .nav-link,
    #modelFeaturesTab .nav-link {
        margin: 0 16px;        
    }    
}

#features {
    position: relative;
    top: 40px;
    height: 0;
}
@media only screen and (max-width: 1219.98px) {
    #features {
        top: 160px;
    }
}

#modelFeaturesTab {
    margin-top: 64px;
}

#modelFeaturesTab .tabs-title {
    text-transform: uppercase;
}

#modelFeaturesTab .nav-fill {
    justify-content: center;
}

#modelFeaturesTab .nav-fill .nav-item {
    -ms-flex: 1 0 auto;
    flex: 0 1 auto;
}

@media only screen and (max-width: 543.98px) {
    #modelFeaturesTab .nav-fill {
        justify-content: unset;
    }
}

.modelCompare {
    position: fixed;
    top: 1vh;
    z-index: 1100;
}
.modelCompare .modal-dialog {
    pointer-events: auto;
    height: 75vh;
    border: 1px solid rgba(134, 132, 135, 0.4);
    box-shadow: 2px 4px 4px 0 rgba(134, 132, 135, 0.25);
}

@media only screen and (max-width: 543.98px) {
    /*weird width otherwise*/
    .modelCompare .modal-dialog {
        width: 99vw;
    }
}

.modelCompare .modelCompareModal-target {

    width: 100%;
    height: 75vh;
    max-height: 75vh;
    /*
    overflow-y: auto;
    overflow-x: hidden;
    */
    background-color: white;
}

.modelCompare .btn-close {
    cursor: pointer;
    pointer-events: visible;
    /*
    fill: #ccd1d9;
    color: #ccd1d9;
    */
    top: 16px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    /*
    border: 2px solid #ccd1d9;
    border-radius: 22px;
    background-color: rgba(204,0,0,0);
    */
    overflow: hidden;
    transition: background-color .4s ease,border-color .4s ease;
    /*
    border-color: #202020;
    background: #202020;
    */
    position: absolute;
    z-index: 1030;
}

/* Trim Tabs  - Desktop */
#styles.model-section {
    margin-top: 32px;
    margin-bottom: 96px;
}

.trims-container {
    margin-bottom: 128px;
    margin-left: auto;
    margin-right: auto;
}

.trim-tabs-heading {
    text-transform: uppercase;
}

.trim-tabs-heading div {
    margin-bottom: 32px;
}

.trim-tabs-heading h2 {
    margin-bottom: 56px;
}

#trim-tabs, .trims-mobile-container {
    margin-bottom: 48px;
}

#trim-tabs .nav-tabs.flex-column .nav-link {
    padding-left: 32px;
    padding-right: 32px;
    max-width: 220px;
    white-space: normal;
}

#trim-tabs .tab-content {
    padding-left: 24px;
}

#trim-tabs .trim-tile-desktop {
    box-shadow: -2px 4px 20px rgba(134, 132, 135, 0.2);
    color: var(--black);
    width: 709px;
    margin: auto;
}

.trim-tile-base {
    width: 345px;
    padding: 48px 24px 24px;
    border-right: 1px solid rgba(134, 132, 135, 0.2);
    display: inline-block;
}

.trim-tile-name {
    font-size: 30px;
    line-height: 34px;
    font-family: var(--secondary-font);
    margin-bottom: 24px;
}

.trim-tile-base img {
    height: 120px;
    width: auto;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    display: block;
}

.trim-tile-price {
    margin-bottom: 12px;
}

.trim-tile-msrp {
    margin-bottom: 12px;
}

.trim-tile-price-text {
    font-size: 16px;
    line-height: 1.5;
}

.trims-container span.disc {
    font-family: var(--secondary-font);
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #B6A070 !important;
}

.trim-tile-mpg {
    margin-bottom: 24px;
}

.trim-tile-features {
    padding: 48px 24px 24px;
    width: 360px;
    vertical-align: top;
    display: inline-block;
}

.trim-tile-features-subheading {
    margin-bottom: 32px;
}

.trim-tile-features-subheading {
    color: #7B7A7E;
}

.trim-tile-features-heading {
    margin-bottom: 12px;
}

.trim-tile-features-text {
    margin-bottom: 32px;
}

.trim-tile-features-text ul {
    list-style-type: none;
    padding-left: 12px;
    margin-bottom: 0;
}

.trim-tile-features-text li {
    position: relative;
    margin-left: 16px;
}

.trim-tile-features-text li:before {
    content: "\2022";
    padding-right: 10px;
    position: absolute;
    left: -16px;
}

.specs-btn {
    text-decoration: underline;
    color: var(--pahoehoe);
    padding: 0;
}

.specs-btn:hover, .specs-btn:focus, .specs-btn:active  {
    opacity: 1;
    color: var(--primary-1);
    text-decoration: underline;
}

.download-comp-btn {
    margin-top: 56px;
    padding: 0;
    color: #000000;
}

.download-icon {
    margin-right: 12px;
}

@media (min-width: 1024px) {
    .trims-container {
        max-width: 990px;
    }
}

@media (min-width: 1232px) {
    .trims-container {
        max-width: 1160px;
    }
}

@media (min-width: 1440px) {
    .trims-container {
        max-width: 1350px;
    }
}

@media only screen and (max-width: 1023.98px) {
    #trim-tabs {
        display: none !important;
    }
}

.alt-fuel-type-btn-container {
    margin-top: 32px;
    margin-left: 12px;
    margin-right: 12px;
}

/* Trim Dropdown  - Mobile */

.trims-mobile-container {
    position: relative;
}

.trim-mobile-accordionbtn-heading {
    margin-bottom: 12px;
    color: var(--pahoehoe);
}

.trim-mobile-accordionbtn {
    height: 50px;
    border: 1px solid #868487;
    color: var(--pahoehoe);
    font-family: "Montserrat-Medium";
}

.trim-mobile-accordionbtn span {
    text-transform: none;
}

.trim-mobile-accordionbtn .chev-down {
    display: flex;
}
.trim-mobile-accordionbtn.active .chev-down {
    display: none;
}
.trim-mobile-accordionbtn .chev-up {
    display: none;
}
.trim-mobile-accordionbtn.active .chev-up {
    display: flex;
}

.trim-mobile-accordionbtn {
    background: #FFFFFF;
    border: 1px solid var(--pahoehoe);
    width: 100%;
    justify-content: space-between;
}

.trim-mobile-links {
    display: none;
    position: absolute;
    z-index: 3;
    background-color: #f9f9f9;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
}

.trim-mobile-links a {
    display: block;
    padding: 16px 12px 16px;
    color: var(--pahoehoe) !important;
    text-transform: none;
}

.trim-mobile-links a:hover {
    text-decoration: none;
    color: var(--black) !important;
}

.trim-tile-mobile {
    margin-top: 16px;
}

.trim-tile-mobile .tab-content {
    padding-top: 32px;
}

.trim-tile-mobile {
    display: none;
    width: 100%;
    margin-top: 16px;
    box-shadow: -2px 4px 20px rgba(134, 132, 135, 0.2);
}

.trim-tile-mobile.active {
    display: block;
}

.trim-tile-mobile .trim-tile-base {
    padding: 32px 32px 8px;
}

.trim-tile-mobile .trim-tile-name {
    margin-bottom: 12px;
}

.trim-tile-mobile .trim-tile-build-btn {
    margin-bottom: 24px;
}

.trim-tile-shop-btn {
    margin-bottom: 16px;
}

.trim-tile-mobile .trim-tile-features-subheading {
    font-size: 16px;
    line-height: 1.5;
}

.trim-tile-mobile .trim-tile-features-btn  {
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid rgba(134, 132, 135, 0.2);
    border-bottom: 1px solid rgba(134, 132, 135, 0.2);
}

@media (hover: none){
    .trim-tile-mobile .trim-tile-features-btn {
        opacity: 1;
    }
}

.trim-tile-features-btn img {
    margin-left: 8px;
}

.trim-tile-features-btn[aria-expanded='true'] .img-caret-down {
    display: none;
}

.trim-tile-features-btn .img-caret-up {
    display: none;
}

.trim-tile-features-btn[aria-expanded='true'] .img-caret-up {
    display: inline-block;
}

.trim-tile-features-mobile {
    padding: 24px 24px 36px;
}

.trim-tile-mobile .trim-tile-features-text ul {
    margin-top: 0;
    margin-bottom: 16px;
}

@media only screen and (max-width: 839.98px) {
    .trims-mobile-container {
        width: 395px;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .trim-mobile-links {
        width: calc(100% - 30px);
    }

    .trim-tile-base {
        border-right: 0 solid transparent;
        width: 100%;
    }

    .trim-tile-features {
        display: none;
        padding: 24px 24px 40px;
    }

    .trim-tile-price, .trim-tile-mpg {
        text-align: center;
    }

    .trim-tile-features-subheading {
        margin-bottom: 0;
    }

    .trim-tile-features-text {
        margin-bottom: 16px;
    }
    
    .trim-tile-features-text ul {
        padding-left: 0;
    }

    .trim-tile-mobile .trim-tile-features-btn {
        display: flex;
    }
}

@media only screen and (min-width: 840px) {
    .trim-tile-mobile {
        box-shadow: -2px 4px 20px rgba(134, 132, 135, 0.2);
        color: var(--black);
        width: 100%;
    }

    .trim-tile-base .trim-tile-features-subheading {
        display: none;
    }

    .trim-tile-features-btn {
        display: none;
    }

    .trim-tile-features-mobile {
        display: none;
    }
}

@media only screen and (max-width: 1023.98px) {
    .trim-tabs-heading {
        margin-bottom: 50px;
    }

    .trim-tabs-heading h2 {
        margin-bottom: 32px;
    }

    .download-comp-btn-container {
        text-align: center;
    }
}

@media only screen and (min-width: 1024px) {
    .trims-mobile-container {
        display: none !important;
    }
}

#offers {
    position: relative;
    top: 80px;
    height: 0;
}

@media only screen and (max-width: 1219.98px) {
    #offers {
        top: 260px;
    }    
}

@media only screen and (max-width: 543.98px) {
    #offers {
        top: 220px;
    }    
}

.model-offers-title {
    margin-top: 48px;
    margin-bottom: 24px;
}

.model-offers-count {
    margin-bottom: 48px;
    text-transform: uppercase;
}

.model-offers-slider {
    margin-bottom: 96px;
}

.model-offers-slider .glider-track {
    margin: auto;
}</pre></body></html>