/* GOPHER Custom Color Scheme CSS */
  :root {
      --color-primary-50: #bed1e7;
      --color-primary-100: #98b5d9;
      --color-primary-200: #7299cb;
      --color-primary-300: #4c7dbd;
      --color-primary-400: #2661af;
      --color-primary-500: #0045a1;
      --color-primary-600: #003b89;
      --color-primary-700: #003171;
      --color-primary-800: #002759;
      --color-primary-900: #001d41;
      --color-primary-950: #001329;
      --btn-link-disabled-color: #0045a1;
  }
  /* END Custom Color Scheme CSS */

/* fdbarfety 12669528 */
.page-header.true-minimal {background: #fff;}
.page-header.minimal .navigation-default .navbar-nav>li>a,
.page-header.minimal .navigation-default .navbar-nav:hover>li>a,
.page-header.true-minimal .mycars-integration-navbar .menu>a .count:before,
.page-header.true-minimal .mycars-integration-navbar .menu>a:before,
.page-header.minimal .ws-site-text-search button {color: #000;}
.page-header.true-minimal .navigation-default .navbar-nav>li>a:hover,
.page-header.true-minimal .page-header.minimal .navigation-default .navbar-nav>li.open>a,
.page-header.true-minimal .page-header.minimal .navigation-default .navbar-nav:hover>li.open>a,
.page-header.minimal .ws-site-text-search button:hover {color: #000;}
.page-header.true-minimal .navigation-default .navbar-nav>li>a:after,
.page-header.minimal .mycars-integration-navbar .menu>a:after,
.page-header.minimal .ws-site-text-search button:after {border-bottom: 3px solid #000;}
.page-header.minimal .navigation-default .navbar-nav>li.open>a {color: #000;}

/* ddcdusting 02812443 */
.blog-post-list div, .blog-post-detail div {font-size: 16px;}

/* ddcdusting 02997995 */
.slideshow-background .slideControls {bottom: 0px;}

/* 04749883 */
.inventory-featured-default .hproduct { padding-bottom: unset; }
.inventory-featured-default .yui3-g:nth-child(n + 2) { border-top: 2px solid var(--color-neutral-200); margin-top: 32px; padding-top: 32px; }

/* ddcrandyh CC05746360 */
.navigation-default .dropdown-menu { 
  background: #000; 
  &  > li { border-color: #000; }
}

/* KBB Price Advisor Whitespace Fix */
[data-web-api-id="kbb-price-advisor"] iframe {min-height:500px !important; height: auto !important;}
