﻿.columns {
    margin: 0;
}

.listLinks li a {
    padding: 4px 8px 4px 18px;
}

.retailValue, .sellingPrice {
    color: #000;
    font-weight: 800;
    text-decoration: underline;
}

.mmVehicle-top-logos {
    position: relative;
}

.dollarsignEn {
    float: left;
    margin: 0 2px 0 0;
}

#vi_dollar {
    color: #000000;
    font-size: 24px;
    line-height: 36px;
}

div.summaryItem {
    font-size: 12px;
    padding-bottom: 5px;
}

    div.summaryItem:last-of-type {
        padding-bottom: 0px;
    }

    div.summaryItem .fRight {
        margin-right: 15px !important;
    }

#offerArea .icon-question-circle {
    top: -1px;
    right: -20px;
}

.estimateDisclaimer {
    box-sizing: border-box;
    padding-right: 15px;
}

.offerDetails {
    color: #116CAC;
    font-size: 14px;
    padding-top: 3px;
    text-align: right;
}

.offerDetails:hover {
    color: #2C98E9;
}

#offersArea .msrp, #vehicleAdOffer .msrp {
    font-size: 11px;
}

.highlightedPrice {
    font-weight: bold;
    font-size: 1.6em;
    font-size: 1.6rem;
}

.discount {
    color:red;
}

@media screen and (max-width: 40em) {
    .highlightedPrice {
        font-size: 1.4em;
        font-size: 1.4rem;
        line-height: 1.4em;
        line-height: 1.4rem;
    }
}

.valignMSRP {
    line-height: 1.8em;
    line-height: 1.8rem;
}

@media screen and (max-width: 40em) {
    .valignMSRP {
        line-height: 1.6em;
        line-height: 1.6rem;
    }
}

#offersArea .opacity {
    opacity: 1;
    transition: opacity 0.333s;
}

    #offersArea .opacity:hover {
        opacity: 0.5
    }

#vehicleAdOffer .listLinks li a {
    color: white;
    padding: 14px 16px;
}

#vehicleAdOffer .offerDetails {
    line-height: 46px;
    padding-top: 0px;
}

#vehicleAdOffer .ui-icon {
    margin-top: 18px;
}

.breakdown {
    font-size: 0.7em;
    font-size: 0.7rem;
    padding-bottom: 5px;
}
.breakdown > div {
    padding-left:0px;
}
.breakdown .red {
    color:red;
}

.priceDivider {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
    margin-top: 5px;
}

.modelRow .row img {
    max-width: 100%;
    width: auto;
}



.gray-bg {
    border: 1px solid #eee;
    background-color: #f5f5f5;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 0.8em;
    padding: 0.8rem;
}

@media screen and (max-width: 40em) {
    #vehicleAdOffer .cols-1-5 > div:nth-child(2) {
        margin-top: 15px
    }
}

#vehicleAdOffer .accordionHeader {
    border-bottom: none;
    padding-bottom: 4px;
}


/* For Mobile */
.grayBox .columns {
    margin-right: 0px;
}

.grayBox .columns img {
    max-width: 100%;
}

.listLinks {
    margin-bottom: 0 !important;
}

.ui-state-default {
    background: none;
    outline: 0 none;
}

.accordionHeader:hover, .ui-state-active {
    color: #555555;
    cursor: pointer;
}

img.rebate {
    max-width: 50%;
}

div.consumerReports {
    font-size:0.8em;
    font-size:0.8rem;
}
.modelRow .row img.consumerReports {
    max-width: 150px;
    padding-bottom: 0px;
}

@media only screen and (min-width: 700px) {
    .third > div {
        padding-left: 8px;
        padding-right: 8px;
    }

    .third:first-child > div {
        padding-left: 0px;
        padding-right: 10px;
    }

    .third:last-child > div {
        padding-left: 10px;
        padding-right: 0px;
    }

    .twoThird:last-child > div {
        padding-left: 8px;
    }

    .breakdown:last-child > div {
        padding-left: 0px;
    }

    #promotion div.dropdown {
        height: 100%;
        width: 100%;
    }

        #promotion div.dropdown div.value {
            width: 252px;
        }

    div.dropdown ul {
        width: 272px;
    }


    #promoDropdownContainer .third {
        margin-bottom: 30px;
        width: 33.33%;
        float: left;
    }

    div.dropdown.mobile {
        width: auto;
    }

    .columns.third {
        float: left;
        width: 33.333%;
    }

    .columns.twoThird {
        float: right;
        width: 66%;
    }

    .breakdown.twoThird {
        width: auto;
    }

    .breakdown .third {
        width: 33.333%;
    }

    .breakdown .twoThird {
        float: left;
        width: 66%;
    }
}

@media only screen and (max-width: 699px) {

    .columns.trim {
        width: 100%;
        margin-bottom: 1em;
    }

    img.rebate {
        max-width: 100%;
    }

    .breakdown .third {
        width: 33.333%;
    }

    .breakdown .twoThird {
        float: left;
        width: 66%;
    }
}

@media only screen and (min-width: 700px) and (orientation: landscape) {
    .third {
        width: 33.333%;
    }

    .twoThird {
        width: 66%;
    }
}


.grayBox .limitedInventory img {
    padding-bottom: 0px;
}