/* GOPHER Custom Color Scheme CSS */
:root {
    --color-primary-50: #c3d4ec;
    --color-primary-100: #9fbae2;
    --color-primary-200: #7ba0d8;
    --color-primary-300: #5786ce;
    --color-primary-400: #336cc4;
    --color-primary-500: #0f52ba;
    --color-primary-600: #0d469e;
    --color-primary-700: #0b3a82;
    --color-primary-800: #092e66;
    --color-primary-900: #07224a;
    --color-primary-950: #05162e;
    --btn-link-disabled-color: #0f52ba;
}
/* END Custom Color Scheme CSS */

/* Nalley Custom Colors - original case 11805178 nlfoster */
:root {
  --nalley-blue-500: #0F52BA;
  --nalley-blue-700: #0E387A;
}

/* ddcsamp 11838230 */
a:focus, a:hover {
  color: var(--nalley-blue-700);
}

/* Forrest.Thurston Prevent images within editable areas from stacking. */
.content img {display:inline;}

/* forrest.thurston | PAGE | background color */
body {background-color: #fff !important;}

/* forrest.thurston | VLP and VDP box styling */
.ddc-box-1, .showroom-detail .callout+.type-1, .showroom-details-section .ui-tabs {background-color: #fff;}

/* forrest.thurston | GROUP NAV | hide preowned */
li.franchise.preowned {display: none;}

/* forrest.thurston | VDP | increase height of similar vehicles */
.inventory-similar-default .similar-vehicle {height: 290px;}

/* forrest.thurston | INDEX | sub-heading over hero color */
h3.hero-subheading.ddc-font-size-large {color: #fff;}

/* forrest.thurston | INDEX | nav home button size */
i.ddc-icon.ddc-icon-home {font-size: 28px;}

/* ddcdaniele 04804219 */
.index .blue-bg {background-color: white; }

/* ddcdaniele 04828245 - PushStart Index Banner*/
.index .v5-push-start  { padding-top: 0px;  margin-bottom: -43px;}

/* 05230047 JLC */
.page-header.responsive-centered-nav.prox-header.proximity-location .contact-info-proximity.position { visibility: hidden; width: 25%; } 
.page-header.responsive-centered-nav.prox-header.proximity-location .header-default { width: 25%; }

/* william.thompson 05265812 */
.index .locations-group-nav .franchiseList .franchise.honda a img {width: 100%; position: relative; top: 0px;}
.index .locations-group-nav .franchiseList .franchise.hyundai a img {width: 100%; position: relative; top: 0px;}

/* ddcdaniele - 05509328 */
.index .inventory-search-facet-browse .pill-label {border-radius: 17px;}
.index .hero-image-overlay-container .inventory-search-facet-browse .pill-label {color: black!important;}

/* ddcmjaggers | 04775053 */
.index .locations-group-nav { width: 960px; margin: 0 auto; margin-top: 99px; }

/* ddcdaniele - 05598412 */
.vdp .ddc-box-1.tech {font-size:14px}
.vdp .vdpdisclaimer {font-size:14px}

/* ddcdaniele - 08579843  */
.index .links-single-cta { top: 3px;}

/* ddcdaniele - 08641267 */
 .index .locations-group-nav .franchiseList .franchise { width: 137px; }

/* Start 'vlp-new-price-value-final-price' (do not modify this line) */
/* Modified by dtkatiearmstrong on 05/27/20 04:49 PM PDT */
.vlp .inventoryList .item.inv-type-new .pricing .final-price .value { text-decoration: none; font-weight: bold; font-size: 16.8px; color: #000000; }
/* End 'vlp-new-price-value-final-price' (do not modify this line) */

/* ddcrandyh CC11125649 */
.header-contact .contact-info .adr { position: relative; right: 215px;  }
.header-contact .contact-info .adr .locality:before { content: "Serving " }
.header-contact .contact-info .adr-after { position: absolute; top: 5px; right: 0px;  font-size: 14px; color: white; }
.header-contact .contact-info .adr-after a { color: white; }

/* ddcdusting 08412544 */
[data-name="content-wrapper-container-2"] {border-radius: 16px 16px 0px 0px !important;}
[data-name="content-wrapper-container-3"] {border-radius: 0px 0px 16px 16px !important;}

/* 11788159 ddcjareds | 11805178 nlfoster */
.ddc-footer [data-name=footer-links-responsive-ddc-logo-and-third-party-wrapper-1] { background-color: var(--nalley-blue-500) !important; }
.ddc-footer [data-name=footer-links-responsive-links-wrapper-1] :is(.widget-heading, a) { color: var(--nalley-blue-500); }
.ddc-footer [data-name=footer-links-responsive-links-wrapper-1] a:hover { color: var(--nalley-blue-700); }
.navigation-default .navbar-nav .dropdown-menu { background-color: var(--nalley-blue-500); }
.navigation-default .navbar-nav .nav-links a:hover { background-color: var(--nalley-blue-700); }

/* 05465787 dtkatiearmstrong */
.instantEPriceButton .btn {border-color: #00C853!important; background-color:#00C853!important;}
