/*ddccindyo– changing color of header*/
.page-header.compact.sticky-header-nav {background: #FFF;}

/*ddccindyo– prevents stacking in DEAs*/
.wysiwyg-image, .content-default img {display:inline}

/*ddccindyo– removing service section*/
.index .service-section {display: none;}

/*ddccindyo- group nav - move city onto second line in flyout*/
.locations-group-nav .childList.flyout .adr .street-address {display: block; clear: both;}

/*ddccindyo- group nav - adjusting phone positioning in header*/
ul.tels.list-inline.list-unstyled {font-weight: bold; display: grid; }
.page-header.compact .header-default .vcard .tels, .compact.ddc-header .header-default .vcard .tels {font-size: 14px;}
.page-header.compact .header-default .vcard .tels .tel.phone1, .compact.ddc-header .header-default .vcard .tels .tel.phone1 { font-size: 14px;}

/*ddccindyo– moving search bar in header*/
.page-header.compact .inventory-search-form, .compact.ddc-header .inventory-search-form {position:relative; top: 8px;}

/* Start 'vlp-ePrice-button' (do not modify this line) */
/* Modified by joshuaaldred on 06/26/18 12:12 PM EDT */
.vlp .inventoryList .pricing .btn.eprice span { text-decoration: none; font-weight: 600; font-size: 16px; color: #eeeeee; }
.vlp .inventoryList .pricing .btn.eprice:hover span { color: #eeeeee; }
.vlp .inventoryList .pricing .btn.eprice span { background: none; background-image: none; background-color: transparent; }
.vlp .inventoryList .pricing .btn.eprice { border: none; background: linear-gradient(#004582,#002240); background-image: linear-gradient(#004582,#002240); background-color: none; }
.vlp .inventoryList .pricing .btn.eprice:hover { border: none; background: #000000; background-color: #000000; background-image: none; }
/* End 'vlp-ePrice-button' (do not modify this line) */

/* Start 'vdp-ePrice-button' (do not modify this line) */
/* Modified by joshuaaldred on 06/26/18 12:45 PM EDT */
.vdp .pricing .eprice.button { text-decoration: none; font-weight: 600; font-size: 20px; color: #eeeeee; }
.vdp .pricing .eprice.button:hover { color: #eeeeee; }
.vdp .pricing .eprice.button { border: none; background: linear-gradient(#004582,#002240); background-image: linear-gradient(#004582,#002240); background-color: none; }
.vdp .pricing .eprice.button:hover { border: none; background: #000000; background-color: #000000; background-image: none; }
/* End 'vdp-ePrice-button' (do not modify this line) */

/* Start 'srp-certified-pre-owned-price-label-final-price' (do not modify this line) */
/* Modified by aticonipa on 03/24/21 10:06 AM B */
.srp .inv-type-certified-pre-owned.pricing-detail .final-price .price-label { text-decoration: none; font-weight: bold; font-size: 15.75px; color: #000000; }
/* End 'srp-certified-pre-owned-price-label-final-price' (do not modify this line) */

/* Start 'srp-pre-owned-price-label-final-price' (do not modify this line) */
/* Modified by aticonipa on 03/24/21 10:07 AM B */
.srp .inv-type-pre-owned.pricing-detail .final-price .price-label { text-decoration: none; font-weight: bold; font-size: 15.75px; color: #000000; }
/* End 'srp-pre-owned-price-label-final-price' (do not modify this line) */

/* Start 'srp-new-price-label-final-price' (do not modify this line) */
/* Modified by aticonipa on 03/24/21 10:12 AM B */
.srp .inv-type-new.pricing-detail .final-price .price-label { text-decoration: none; font-weight: bold; font-size: 15.75px; color: #000000; }
/* End 'srp-new-price-label-final-price' (do not modify this line) */

/* Start 'srp-new-price-label-msrp' (do not modify this line) */
/* Modified by aticonipa on 03/24/21 10:13 AM B */
.srp .inv-type-new.pricing-detail .msrp .price-label { text-decoration: none; font-weight: bold; font-size: 15.75px; color: #000000; }
/* End 'srp-new-price-label-msrp' (do not modify this line) */

/* Start 'srp-new-price-value-msrp' (do not modify this line) */
/* Modified by aticonipa on 03/24/21 10:13 AM B */
.srp .inv-type-new.pricing-detail .msrp .price-value { text-decoration: none; font-weight: bold; font-size: 15.75px; color: #000000; }
/* End 'srp-new-price-value-msrp' (do not modify this line) */

/* Start 'srp-new-price-label-discount' (do not modify this line) */
/* Modified by aticonipa on 03/24/21 10:13 AM B */
.srp .inv-type-new.pricing-detail .discount .price-label { text-decoration: none; font-weight: bold; font-size: 15.75px; color: #000000; }
/* End 'srp-new-price-label-discount' (do not modify this line) */

/* ddcrandyh CC02797184 */
.franchise.selected .childList { 
  bottom: auto; top: 100%;  padding: 32px 0 0;
  &::after {
    bottom: auto;  top: -31px; border-top-color: transparent; border-bottom-color: var(--color-neutral-0);  
  }
}