/* GOPHER Custom Color Scheme CSS */
  :root {
      --color-primary-50: #c5dee9;
      --color-primary-100: #a2c9dc;
      --color-primary-200: #7fb4cf;
      --color-primary-300: #5c9fc2;
      --color-primary-400: #398ab5;
      --color-primary-500: #1675a8;
      --color-primary-600: #13638f;
      --color-primary-700: #105176;
      --color-primary-800: #0d3f5d;
      --color-primary-900: #0a2d44;
      --color-primary-950: #071b2b;
      --btn-link-disabled-color: #1675a8;
  }
  /* END Custom Color Scheme CSS */

/* fdbarfety PPR-211551 */
.page-header.responsive-centered-nav .header-navigation .header-default img {padding-left: 30px; white-space: wrap;}
.page-header .value-statement {position: fixed; left: 350px; top: 65px; font-weight: 700; color: #000; pointer-events: none; cursor: default; font-style: italic;}
.page-header.responsive-centered-nav .ws-mycars-nav {width: 0;}
.page-header.responsive-centered-nav .header-navigation .header-default {width: 50%;}
.page-header.responsive-centered-nav .header-navigation .navigation-default {width: 50%;}
.gold-class {height: 80px; width: auto;}
@media (max-width: 1100px) {
  .page-header .value-statement {left: 30px; top: 3px; color: #fff;}
  .page-header.responsive-centered-nav .header-navigation .header-default {width: 30%;}
  .page-header.responsive-centered-nav .header-navigation .navigation-default {width: 60%;}
}