/*migrating instant eprice button color for new inventory*/
.vdp .instantEPriceButton .btn {border: none; background: #24b500; background-color: #24b500; background-image: none;}

/*Clients request the CTAs be rounded*/
.vdp .links-list .btn {border-radius: 30px !important;} 
.vdp .calculate-payment-scroll-up {border-radius: 30px !important;} 
.vdp .btn-primary {border-radius: 30px !important;}
.vdp .btn-success {border-radius: 30px !important;}
.vdp .btn-default {border-radius: 30px !important;} 
.vdp .payment-summary-calculate {border-radius: 30px !important;} 

/*Adjusting text styling on eprice buttons on all used inventory*/
.vdp .btn-success {text-decoration: none; font-weight: bold; font-size: 20px; color: #ffffff;}
.vlp .btn-success {text-decoration: none; font-weight: bold; font-size: 15px; color: #ffffff;}

/*cynthia.miner– adjust nav width to accommodate a 5th nav item*/
.navbar-nav .nav > li > a, .navbar-nav .ddc-nav-inline > li > a {min-width: 80px;font-size:16px}

/*cynthia.miner- VDP removed underline on VDP button*/
.vdp .tradein a {text-decoration: none;}

/*cynthia.miner-lined up featured vehicles pics*/
.ddc-content.inventory-featured-default.fvindex .media > a img {height: 285px;}

/*ddcrobertm- positioned search in header */
.page-header .inventory-search-form  {position:absolute; bottom:0px; right:10px; left:auto;}

/*ddcrobertm- set container height for vehicles on VLPs */
.inventoryList .hproduct {min-height:270px;}

.page-header {background:#ffffff;}
.page-header .header-default .vcard .adr a, .page-header .header-default .vcard .tels {color:#000000;}

/* dtannasaponjyan DNA5227158 - this is global issue, needs to be fixed by dev; hiding the dropdown temporally */
.calculator-payment form .hideselect-category {display:none;}

/* dtjosem DNA5234334 - ddcrobertm notes: dealer asked for removal on 3/15 - temp removed in case they want to go back again 
body{
  background: rgb(22,133,191);
  background: -moz-linear-gradient(top,  rgba(22,133,191,1) 0%, rgba(15,34,64,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(22,133,191,1) 0%,rgba(15,34,64,1) 100%);
  background: linear-gradient(to bottom,  rgba(22,133,191,1) 0%,rgba(15,34,64,1) 100%);
  background-attachment: fixed;
}
.ddc-wrapper,
body > .push {background: transparent url(https://pictures.dealer.com/h/hendrickhondahickory/1059/f9d9499430b4a545ae326dcf14a32db3x.jpg) repeat-y top center / 1000px 100%;}
.slideshow-background, .tabs-tabbed-widgets .tabs-tabbed-widgets-container {background: none;}*/

/* DNA5340408 ddcjoshc */
.pricing .customPricingVerbiage { float:right; }

/* DNA5430431 william.thompson */
.vdp .testDrive a.DNA5430431 { color: transparent; background: transparent url(https://pictures.dealer.com/h/hendrickhondahickory/0199/f9ff1d2b616aa820c05b164ed24559e9x.jpg) no-repeat 50% 0; }
.vdp .testDrive a.DNA5430431:before {content: "";}

/* 06542617 | alexchute */
.inventoryList .media .fullmotion-badgeprice-container img {
    max-width: initial;
}



/* Start 'vlp-new-price-value-final-price' (do not modify this line) */
/* Modified by katherinevanderkraa on 07/06/20 11:45 AM EDT */
.vlp .inventoryList .item.inv-type-new .pricing .final-price .value { text-decoration: none; font-weight: bold; font-size: 20px; color: #000000; }
/* End 'vlp-new-price-value-final-price' (do not modify this line) */

/* Start 'vdp-ePrice-button' (do not modify this line) */
/* Modified by mattbarrows on 08/01/19 11:52 AM EDT */
.vdp .pricing .eprice.button { text-decoration: none; font-weight: bold; font-size: 22px; color: #ffffff; }
.vdp .pricing .eprice.button:hover { color: #ffffff; }
.vdp .pricing .eprice.button { border: none; background: #21b500; background-color: #21b500; background-image: none; }
.vdp .pricing .eprice.button:hover { border: none; background: #21b500; background-color: #21b500; background-image: none; }
.vdp .pricing .eprice.button:before { color: #ffffff; }
.vdp .pricing .eprice.button:hover:before { color: #ffffff; }
/* End 'vdp-ePrice-button' (do not modify this line) */

/* Start 'vlp-ePrice-button' (do not modify this line) */
/* Modified by mattbarrows on 08/01/19 11:54 AM EDT */
.vlp .inventoryList .pricing .btn.eprice span { text-decoration: none; font-weight: bold; font-size: 18px; color: #ffffff; }
.vlp .inventoryList .pricing .btn.eprice:hover span { color: #ffffff; }
.vlp .inventoryList .pricing .btn.eprice span { background: none; background-image: none; background-color: transparent; }
.vlp .inventoryList .pricing .btn.eprice { border: none; background: #21b500; background-color: #21b500; background-image: none; }
.vlp .inventoryList .pricing .btn.eprice:hover { border: none; background: #0d65bf; background-color: #0d65bf; background-image: none; }
.vlp .inventoryList .pricing .btn.eprice:before { color: #ffffff; }
.vlp .inventoryList .pricing .btn.eprice:hover:before { color: #ffffff; }
/* End 'vlp-ePrice-button' (do not modify this line) */

/* 05781755 ddcjareds */
.inventoryList .pricing-area .view-link { float: right; }

/* Start 'vlp-new-price-value-msrp' (do not modify this line) */
/* Modified by mattbarrows on 02/16/21 02:14 PM EST */
.vlp .inventoryList .item.inv-type-new .pricing .msrp .value { text-decoration: none; font-weight: bold; font-size: 18px; color: #000000; }
/* End 'vlp-new-price-value-msrp' (do not modify this line) */

/* Start 'vlp-new-price-value-internetPrice' (do not modify this line) */
/* Modified by katherinevanderkraa on 08/09/19 12:46 PM EDT */
.vlp .inventoryList .item.inv-type-new .pricing .internetPrice .value { text-decoration: none; font-weight: bold; font-size: 22px; color: #000000; }
/* End 'vlp-new-price-value-internetPrice' (do not modify this line) */

/* Start 'vlp-new-price-value-abSub' (do not modify this line) */
/* Modified by katherinevanderkraa on 03/21/19 09:03 AM EDT */
.vlp .inventoryList .item.inv-type-new .pricing .abSub .value { text-decoration: none; font-weight: bold; font-size: 16px; color: #21b500; }
/* End 'vlp-new-price-value-abSub' (do not modify this line) */

/* Start 'vdp-new-price-value-internetPrice' (do not modify this line) */
/* Modified by katherinevanderkraa on 03/21/19 09:05 AM EDT */
.vdp .inv-type-new.pricing .internetPrice .price { text-decoration: none; font-weight: bold; font-size: 26px; color: #000000; }
/* End 'vdp-new-price-value-internetPrice' (do not modify this line) */

/* Start 'vlp-view-details-button' (do not modify this line) */
/* Modified by katherinevanderkraa on 08/09/19 12:46 PM EDT */
.vlp .inventoryList li.item .view-link.btn { text-decoration: none; font-weight: 300; font-size: 18px; color: #ffffff; }
.vlp .inventoryList li.item .view-link.btn:hover { color: #0d65bf; }
.vlp .inventoryList li.item .view-link.btn { border: none; background: #0d65bf; background-color: #0d65bf; background-image: none; }
.vlp .inventoryList li.item .view-link.btn:hover { border: none; background: #ffffff; background-color: #ffffff; background-image: none; }
.vlp .inventoryList li.item .view-link.btn:before { color: #0d65bf; }
.vlp .inventoryList li.item .view-link.btn:hover:before { color: #000000; }
/* End 'vlp-view-details-button' (do not modify this line) */

/* Start 'vlp-instant-ePrice-button' (do not modify this line) */
/* Modified by katherinevanderkraa on 08/09/19 03:13 PM EDT */
.vlp .pricing .instant-eprice:not(.btn-link) { text-decoration: none; font-weight: bold; font-size: 14px; color: #ffffff; }
.vlp .pricing .instant-eprice:not(.btn-link):hover { color: #ffffff; }
.vlp .pricing .instant-eprice:not(.btn-link) { border: none; background: #24b500; background-color: #24b500; background-image: none; }
.vlp .pricing .instant-eprice:not(.btn-link):hover { border: none; background: #24a500; background-color: #24a500; background-image: none; }
.vlp .pricing .instant-eprice:not(.btn-link):before { color: #ffffff; }
.vlp .pricing .instant-eprice:not(.btn-link):hover:before { color: #ffffff; }
/* End 'vlp-instant-ePrice-button' (do not modify this line) */

/* Start 'vdp-instant-ePrice-button' (do not modify this line) */
/* Modified by katherinevanderkraa on 08/09/19 03:14 PM EDT */
.vdp .pricing .instant-eprice:not(.btn-link) { text-decoration: none; font-weight: bold; font-size: 20px; color: #ffffff; }
.vdp .pricing .instant-eprice:not(.btn-link):hover { color: #ffffff; }
.vdp .pricing .instant-eprice:not(.btn-link) { border: none; background: #24b500; background-color: #24b500; background-image: none; }
.vdp .pricing .instant-eprice:not(.btn-link):hover { border: none; background: #24a500; background-color: #24a500; background-image: none; }
.vdp .pricing .instant-eprice:not(.btn-link):before { color: #ffffff; }
.vdp .pricing .instant-eprice:not(.btn-link):hover:before { color: #ffffff; }
/* End 'vdp-instant-ePrice-button' (do not modify this line) */

/* ddcrandyh CC07748236 - ddcmattw 01980179 remove border*/
.page-header.responsive-centered-nav { background: #000; background: var(--color-neutral-1000);  }


* cbenson 08028596 */
.content-text.ddc-content, .ddc-content.promotions-form { margin-right: 0;}

/* Start 'vlp-new-price-value-stackedConditionalRebate' (do not modify this line) */
/* Modified by katherinevanderkraa on 03/03/20 08:44 AM EST */
.vlp .inventoryList .item.inv-type-new .pricing .stackedConditionalRebate .value { text-decoration: none; font-weight: bold; font-size: 16px; color: #21b500; }
/* End 'vlp-new-price-value-stackedConditionalRebate' (do not modify this line) */

/* Start 'vdp-discount-price-value-text-success' (do not modify this line) */
/* Modified by katherinevanderkraa on 03/03/20 08:45 AM EST */
.vdp .inv-type-new.pricing-detail .discount .price-value { text-decoration: none; font-weight: 600; font-size: 24px; color: #21b500; }
/* End 'vdp-discount-price-value-text-success' (do not modify this line) */


/* Start 'srp-new-price-value-discount' (do not modify this line) */
/* Modified by amwahlgren on 04/01/25 02:17 PM CDT */
.srp .inv-type-new.pricing-detail .discount .price-value { text-decoration: none; font-weight: 100; font-size: 15.75px; color: #21b500; }
/* End 'srp-new-price-value-discount' (do not modify this line) */

/* Start 'vdp-new-price-value-discount' (do not modify this line) */
/* Modified by amwahlgren on 04/01/25 02:17 PM CDT */
.vdp .inv-type-new.pricing-detail .discount .price-value { text-decoration: none; font-weight: 600; font-size: 24px; color: #21b500; }
/* End 'vdp-new-price-value-discount' (do not modify this line) */

/* 05576787 ddcjareds */
html.alias-staff-listing .ws-staff-listing>div:first-child {display:flex; justify-content:space-around; flex-wrap: wrap;}
html.alias-staff-listing .ws-staff-listing>div:first-child a {padding: 3px;font-weight:800;}

/* ddcdusting 06480530 */
.header-navigation {background-color: #2198DC;}

/* Start 'srp-new-price-value-final-price' (do not modify this line) */
/* Modified by amwahlgren on 08/04/25 04:53 PM CDT */
.srp .inv-type-new.pricing-detail .final-price .price-value { text-decoration: line-through; font-size: 22.5px; color: #00324f; }
/* End 'srp-new-price-value-final-price' (do not modify this line) */

/* Start 'vdp-new-price-value-final-price' (do not modify this line) */
/* Modified by dwood5 on 08/05/25 11:08 AM EDT */
.vdp .inv-type-new.pricing-detail .final-price .price-value { text-decoration: line-through; font-size: 22.5px; color: #000000; }
/* End 'vdp-new-price-value-final-price' (do not modify this line) */