/* ddcalmirc 07731076 */
.inventoryList .hproduct .media > a {display: flex; align-items: center; max-height: 200px; overflow: hidden;}
.inventoryList .hproduct .description .last dt:last-of-type,
.inventoryList .hproduct .description .last dd:last-of-type {font-weight: bold;}

/*ddcrmelasky 07729344 + wabbey 08233696 */
.index .cst-listing { max-width: 1200px; margin: 0 auto !important; }
.index .inventory-search-facetlist .ddc-heading-1:after, .cst-listing .ddc-heading-1:after { display: none; }
.cst-listing .ddc-heading-1 { font-size: 28px;text-align:center; }
.cst-listing .ddc-heading-1 span{margin-left:0;}
.index .inventory-search-facetlist .ddc-heading-1 { width: 1200px; margin: 0 auto;}

/* Start 'vdp-final-price-price-value-final-price' (do not modify this line) */
/* Modified by cynthiaminer on 09/11/19 01:42 PM EDT */
.vdp .inv-type-used.pricing-detail .final-price .price-value { text-decoration: none; font-weight: 800; font-size: 22.5px; color: #59AC4A; }
/* End 'vdp-final-price-price-value-final-price' (do not modify this line) */

/* Start 'vdp-final-price-price-label-final-price' (do not modify this line) */
/* Modified by cynthiaminer on 09/11/19 01:43 PM EDT */
.vdp .inv-type-used.pricing-detail .final-price .price-label { text-decoration: none; font-size: 18px; color: #59AC4A; }
/* End 'vdp-final-price-price-label-final-price' (do not modify this line) */

/* Start 'vlp-used-price-label-final-price' (do not modify this line) */
/* Modified by cynthiaminer on 09/11/19 01:47 PM EDT */
.vlp .inventoryList .item.inv-type-used .pricing .final-price .label { text-decoration: none; font-weight: bold; font-size: 11.9px; color: #59AC4A; }
/* End 'vlp-used-price-label-final-price' (do not modify this line) */

/* Start 'vlp-used-price-value-final-price' (do not modify this line) */
/* Modified by cynthiaminer on 09/11/19 01:47 PM EDT */
.vlp .inventoryList .item.inv-type-used .pricing .final-price .value { text-decoration: none; font-weight: bold; font-size: 16.8px; color: #59AC4A; }
/* End 'vlp-used-price-value-final-price' (do not modify this line) */

/*ddcrmelasky07911719*/
.navbar-default.responsive .container .navbar-nav .dropdown, .navbar-default.responsive .content-page-title h1 .navbar-nav .dropdown, .content-page-title .navbar-default.responsive h1 .navbar-nav .dropdown { width:12%;}

/*jakespurr1 - changing heading color on used ft vehicle page*/
.alias-sitebuilder-used-vehicle-specials-1 .h5 {color:black;}

/* 08030423 ddcjareds */
.CC08030423 .ddc-page-title { font-weight: bold; }

/* 08224397 ddcjareds */
.vlp .ddc-wrapper { background-color: #FFF; }

/* ddcsamp 08263254  */ 
.inventoryList .description dl.last dt:nth-last-of-type(1), .inventoryList .description dl.last dd:nth-last-of-type(1) {font-weight: bold; color: #000;}



/* ddcrandyh CC08372654 */
.vlp .pricing .paymentLease { border-top: 2px solid gray; margin-top: 10px; padding-top: 10px;} 

/*faqs ddcdanaa*/
summary {
  font-size: 1.25rem;
  font-weight: 600;
  background-color: #0D65BF;
  color: #ffffff;
  padding: 1rem;
  margin-bottom: 1rem;
  outline: none;
  border-radius: 0.25rem;
  text-align: left;
  cursor: pointer;
  position: relative;
}
details > summary::after {
  position: absolute;
  content: "+";
  right: 20px;
}
details[open] > summary::after {
  position: absolute;
  content: "-";
  right: 20px;	
}
details > summary::-webkit-details-marker {
  display: none;
}
details[open] summary ~ * {
  animation: sweep .5s ease-in-out;
  padding: 20px;
}
@keyframes sweep {
  0%    {opacity: 0; margin-top: -10px}
  100%  {opacity: 1; margin-top: 0px}
}

/* 12647463 JLC */
.inventory-featured-default.full-width-pricing .pricing { width: 100%; }



/* Start 'srp-new-price-value-final-price' (do not modify this line) */
/* Modified by aubreyouelett on 06/10/26 02:18 PM EDT */
.srp .inv-type-new.pricing-detail .final-price .price-value { text-decoration: none; font-weight: 800; font-size: 20px; color: #000000; }
/* End 'srp-new-price-value-final-price' (do not modify this line) */