/* DDC OVERRIDES */
#di-page-composer.contentcontainer {
    padding-top: 6px!important;
}

@media screen and (min-width: 1025px){
#di-page-composer {
    margin-top: 5px;
}
}
@media only screen and (min-width:768px) {
    #di-page-composer.contentcontainer {
        padding-top: 8px!important;
    }
}

@media(max-width:767px) {
    .fixed-top-spacer {
        height: 0!important;
    }
}

@media only screen and (min-width:768px) {
    .fw-model-item-chrysler {
        content: url(https://web-assets.net/special-projects/model-bar/_update/_IMG/_brands/CDJR/chrysler-logo-standard.png)
    }

    .fw-model-item-dodge {
        content: url(https://web-assets.net/special-projects/model-bar/_update/_IMG/_brands/CDJR/dodge-logo-standard.png)
    }

    .fw-model-item-jeep {
        content: url(https://web-assets.net/special-projects/model-bar/_update/_IMG/_brands/CDJR/jeep-logo-standard.png)
    }

    .fw-active .fw-model-item-jeep {
        content: url(https://web-assets.net/special-projects/model-bar/_update/_IMG/_brands/CDJR/jeep-logo-white.png)
    }

    .fw-model-item-ram {
        content: url(https://web-assets.net/special-projects/model-bar/_update/_IMG/_brands/CDJR/ramLogo-black.png)
    }

    .fw-active .fw-model-item-ram {
        content: url(https://web-assets.net/special-projects/model-bar/_update/_IMG/_brands/CDJR/ram-logo-white.png)
    }

}

.ddc-content {
    margin: 0 !important;
    padding: 0 !important;
}
.hero-image-overlay-container {
    display: none !important;
}

/*
.ddc-wrapper > .main > .page-bd .inventory-search-facet-browse,
.ddc-document > .ddc-page > .page-bd .inventory-search-facet-browse
{
    display: none;
    width: 100% !important;
    min-height: 0 !important;
    flex-flow: unset !important;
    justify-content: unset !important;
    margin: 0 auto !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}
*/


.inventory-search-facet-browse .facet-browse-widget .facet-browse-form > div {
    padding: 0 !important;
}

.inventory-search-facet-browse .facet-browse-widget .ddc-submit {
    margin-bottom:0 !important;
    text-align: center !important;
}



/* STRUCTURE */
[class*="fw-section"],
[class*="fw-section"] * {
    box-sizing: border-box;
}

[class*="fw-section"],
.fw-pods,
.fw-pod,
.fw-pod-content,
[class*="fw-btn-row"],
[class*="fw-cta"],
.fw-featured-offers,
.fw-feature,
.fw-feature-content,
.fw-feature-offer,
.fw-container-merch,
.fw-review,
.fw-col-review-info
 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

[class*="fw-section"] {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-family: "helvetica", "sans-serif";
    padding: 20px 15px;
    background-repeat: no-repeat;
}

[class*="fw-container"] {
    width: 100%;
    max-width: 1284px;
}

[class*="fw-section"] h1,
[class*="fw-section"] h2,
[class*="fw-section"] h3,
[class*="fw-section"] h4,
[class*="fw-section"] h5,
[class*="fw-section"] p {
    margin-top: 0;
}

[class*="fw-section"] h1 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

[class*="fw-section"] h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #111;
}

[class*="fw-section"] h5 {
    margin-bottom: 10px;
    font-size: 14px;
}

[class*="fw-section"] a {
    text-decoration: none;
}

.fw-img {
    display: block;
    max-width: 100%;
    width:100%;
}

[class*="fw-col"] {
    flex: 1;
    position: relative;
}

[class*="fw-col"]:not(:first-of-type) {
    margin-left: 30px;
}

[class*="fw-btn-row"] {
    margin-top: 20px;
    width: 100%;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
}

.fw-btn-row > [class*="fw-cta"]:not(:first-child) {
    margin-left: 10px;
}

[class*="fw-btn-row-center"] {
    -webkit-justify-content: center !important;
    justify-content: center !important;
}

[class*="fw-cta"] {
    min-height: 40px;
    padding: 10px 15px;
    border-radius: 4px;
    background: #c50001;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

[class*="fw-cta"]:hover {
    background: #000;
    color:#fff;
}

[class*="fw-cta-reverse"] {
    background: transparent;
    color: #555;
    border: 2px solid #555;
}

[class*="fw-cta-reverse"]:hover {
    background: transparent;
    color: #00A8EF;
    border: 2px solid #00A8EF;
}

[class*="fw-list"] {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

[class*="fw-list"] > li {
    position: relative;
}

[class*="fw-list"] > li:not(:first-child) {
    margin-top: 10px;
}

[class*="fw-list-bullet"] > li {
    padding-left: 15px;
}

[class*="fw-list-bullet"] > li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 1em;
    -webkit-transform: translate(0, calc( -.25em - 50%));
    transform: translate(0, calc( -.25em - 50%));
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
}

[class*="fw-list-bullet"] > li:not(:first-of-type) {
    margin-top: 10px;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {

    [class*="fw-section"] h1 {
        font-size: 35px;
    }
    [class*="fw-section"] h2 {
        font-size: 26px;
        margin-bottom: 35px;
    }

    [class*="fw-section"] {
        padding: 50px 25px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    .fw-visible-xs {
        display: none;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    [class*="fw-btn-row"] {
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .fw-btn-row > [class*="fw-cta"]:not(:first-child) {
        margin-top: 0;
        margin-left: 15px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
}

/* HERO */
.fw-section-hero {
    color: #fff;
    text-align: center;
    padding-bottom: 90px;
}

.fw-section-pods {
    background: #efefef;
}

.fw-container-pods {
    max-width: 1300px;
}

.fw-pods {
    margin-top: -90px;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
}

.fw-pod {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #fff;
    width: 100%;
    max-width: 420px;
    filter: drop-shadow(0 3px 1px rgba(90, 90, 90, .3));
}

.fw-pod:not(:first-child) {
    margin-top: 15px;
}

.fw-pod-content {
    flex-grow: 1;
    padding: 20px;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 17px;
}

.fw-pod-img {
    width: 100%;
}

.fw-pod-content h2 {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 10px;
}

.fw-pod-txt {
    width: 100%;
    display: none;
    margin-bottom: 20px;
}

.fw-container-pods .fw-btn-row {
    margin-top: 0;
}



@media (min-width: 480px) {
}

@media (min-width: 768px) {

    .fw-section-hero {
 
        padding-bottom: 90px;
    }


    .fw-pods {
        margin-top: -140px;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: stretch;
        align-items: stretch;
    }

    .fw-pod {
        max-width: calc((100% - (20px * 2)) / 3);
        text-align: left;
    }

    .fw-pod:not(:first-child) {
        margin-top: 0;
    }

    .fw-pod-txt {
        display: block;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

/* ICO / MODEL GRID */
.fw-section-ico {
    padding: 0;
}

.ICObutton svg {
    max-width: 16px;
}

.fw-section-model-grid {
    text-align: center;
    padding: 40px 10px;
    background: #fff;
}

/* FEATURED OFFERS */
.fw-section-featured {
    background: #efefef;
}

.fw-section-featured h2 {
    text-align: center;
}

.fw-featured-intro {
    text-align: center;
    margin-bottom: 20px;
}

.fw-featured-offers {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}




.fw-feature {
    position: relative;
    background: #fff;
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    filter: drop-shadow(0 3px 1px rgba(90, 90, 90, .3));
}

.fw-feature:not(:first-child) {
    margin-top:15px;
}

.fw-feature-title {
    padding: 10px;
    font-size: 19px;
    font-weight: bold;
}

.fw-feature-img img {
    width: 100%;
    max-width: none;
}

.fw-feature-content {
    flex-grow: 1;
    padding: 20px;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.fw-feature h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.fw-feature h3 > small {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: normal;
    line-height: 100%;
}

.fw-feature-offer {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-grow: 1;
    width: 100%;
}

.fw-feature-value {
    font-size: 36px;
    font-weight: bold;
    line-height: 100%;
    color: #00A8EF;
    width: 100%;
}

.fw-feature-value > small {
    font-size: 15px;
    color: #000;
    font-weight: normal;
    vertical-align: baseline;
    width: 100%;
}

.fw-feature-value > span {
    font-size: 15px;
    font-weight: normal;
    vertical-align: baseline;
}

.fw-feature .fw-btn-row {
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 15px;
}

.fw-feature-extra {
    margin-top: 5px;
    font-size: 20px;
    width: 100%;
}

.fw-feature-disc {
    font-size: 13px;
    color: #777;
    margin-top: 20px;
}

.fw-feature-disclaimer {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 20px;
    font-size: 12px;
    line-height: normal;
    overflow-y: scroll;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
}

.fw-feature-disc:hover {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .fw-featured-offers {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    .fw-feature {
        max-width: none;
        width: calc( (100% - (20 * 2)) / 3 );
    }
    .fw-feature:not(:first-child) {
        margin-top:0;
        margin-left:20px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {


}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}




/* MERCH */
.fw-section-merch {
    padding: 0;
}

.fw-section-merch h3 {
    font-size: 24px;
}

.fw-container-merch {
    max-width: none;
    -webkit-flex-direction: column;
    flex-direction: column;
}

[class*="fw-merch-box"] {
    flex: 1;
    background: url("#") center top no-repeat;
    background-size: cover;
    padding: 30px;
    text-align: center;
}

.fw-merch-box-financing {
    background-color: #ccc;
}

.fw-merch-box-service {
    background-color: #aaa;
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    .fw-container-merch {
        -webkit-flex-direction: row;
        flex-direction: row;
    }

    [class*="fw-merch-box"] {
        min-height: 500px;
        text-align: left;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    .fw-featured-intro {
        display: none;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
}

/* TESTIMONIALS */
.fw-section-reviews {
    background: #fff;
}
.fw-section-reviews h2 {
    text-align: center;
}

.fw-container-reviews {
    max-width: 960px;
}

.fw-reviews-slider {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.fw-review {
    -webkit-flex-direction: column;
    flex-direction: column;
}

[class*="fw-col-review"] {
    flex: 1;
}

.fw-col-review-info {
    max-width: 420px;
    margin: auto;
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.fw-review-txt {
    font-size: 19px;
    line-height: 150%;
    flex-grow: 1;
}

.fw-review-footer {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

.fw-review-sig {
    font-size: 19px;
    font-weight: bold;
    color: #0b72a4;
}

.fw-review-sig > small {
    display: block;
    color: #555;
    font-size: 15px;
    line-height: normal;
    font-weight: normal;
}

[class*="fw-col-review"]:not(:first-of-type) {
    margin-left: 0;
    margin-top: 30px;
}

.fw-link-reviews-all {
    margin-top: 15px;
    font-size: 14px;
    color: #0b72a4;
    display: block;
}


/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    .fw-review {
        -webkit-flex-direction: row;
        flex-direction: row;
    }

    .fw-col-review-info {
        text-align: left;
    }

    [class*="fw-col-review"]:not(:first-of-type) {
        margin-top: 0;
        margin-left: 60px;
    }

    .fw-reviews-slider {
        display: block;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
}

/* WHY BUY */
.fw-section-why-buy {
    background: #777;
    min-height: 500px;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
    background-image: none;
    background-position: top center;
    background-size: auto 200px;
}

.fw-why-buy {
    background: #fff;
    padding: 25px;
    text-align: center;
}

.fw-why-buy-hero-mobile {
    width: 100%;
    max-width: none;
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    .fw-why-buy {
        text-align: left;
        max-width: 520px;
    }
    .fw-section-why-buy {
        padding: 20px;
        background-position: center;
        background-size: cover;
    }
}

/* MAP SECTION */
.fw-section-map {
    padding: 0;
}

.fw-section-map #map {
    width: 100%;
    height: 400px;
}

.roadIcon {
    color: #1784c5;
    fill: #1784c5;
}

