/* ✓ ddcmjaggers | 05134692 - Position logo and change font of header address/phone numbers.   */ 
.header-logo { top: 0px !important; }
.header-default .vcard .tels span { font-size: 18px; font-weight: bold; }
.header-default .vcard .adr span { font-size: 18px; font-weight: bold; }


/* Start 'vlp-new-price-value-stackedConditionalFinal' (do not modify this line) */
/* Modified by grobinso10 on 08/13/18 12:29 PM CDT */
.vlp .inventoryList .item.inv-type-new .pricing .stackedConditionalFinal .value { text-decoration: none; font-weight: bold; font-size: 16.8px; color: #000000; }
/* End 'vlp-new-price-value-stackedConditionalFinal' (do not modify this line) */

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

/* Start 'vdp-new-price-value-stackedConditionalFinal' (do not modify this line) */
/* Modified by grobinso10 on 08/13/18 12:31 PM CDT */
.vdp .inv-type-new.pricing .stackedConditionalFinal .price { text-decoration: none; font-weight: bold; font-size: 28.8px; color: #000000; }
/* End 'vdp-new-price-value-stackedConditionalFinal' (do not modify this line) */

/* ddcjosiahl 08113052 */
.alias-auto-new-details .ws-detailed-pricing.sidebar-pricing:after {content: "No Dealer Add-Ons";display: block;font-weight: bold;font-size: 15px;padding-top: 3px; font-style: italic;width: 267px;text-align: center; }
.vlp .inv-type-new .pricing .stackedConditionalFinal:after {content: "No Dealer Add-Ons";display: block;font-weight: bold;font-size: 12px;padding-top: 0px;font-style: italic;text-align: center;width: 151px;height: 10px;}


/* Start 'vlp-ePrice-button' (do not modify this line) */
/* Modified by jeremyalford on 11/06/19 12:44 PM CST */
.vlp .inventoryList .pricing .btn.eprice span { text-decoration: none; font-weight: bold; font-size: 14px; color: #D4E5D0; }
.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: #003a71; background-color: #003a71; background-image: none; }
/* End 'vlp-ePrice-button' (do not modify this line) */

/* ddcmhampton 03542334 | 04403329 */
.page-header.responsive-centered-nav .header-navigation { background-color: var(--color-neutral-1000); }
.page-header.responsive-centered-nav .ws-mycars-nav .ws-mycars-nav-wrapper .mycars-integration-navbar button:hover,
.page-header.responsive-centered-nav .header-navigation .navigation-default .navbar-nav > li > a:hover { color: var(--color-primary-300); }
.page-header.responsive-centered-nav .ws-mycars-nav .ws-mycars-nav-wrapper .mycars-integration-navbar button,
.page-header.responsive-centered-nav .header-navigation .navigation-default .navbar-nav > li > a { color: var(--color-neutral-0); }

/* 04353735 - coppied from CC03758909 */
.customFormStyles {
  & .form-horizontal .form-group label { text-align: left; }
  & .alert-info {
     background-color: transparent;
     border-color: transparent;
    color: var(--form-label-color);
     padding: 0px; 
     margin: -15px 0px 15px 0px; 
  }
  & .alert-info .ddc-icon { display: none; }
  & h1 { font-size: 1rem !important; font-weight: normal; margin: 0px;}
  & .alert-content {
    margin-left: calc(33.33333% + 30px);
    width: calc(66.66667% - 30px);
  }
}