/* GOPHER Custom Color Scheme CSS */
  :root {
      --color-primary-50: #becee6;
      --color-primary-100: #98afd8;
      --color-primary-200: #7290ca;
      --color-primary-300: #4c71bc;
      --color-primary-400: #2652ae;
      --color-primary-500: #0033a0;
      --color-primary-600: #002b88;
      --color-primary-700: #002370;
      --color-primary-800: #001b58;
      --color-primary-900: #001340;
      --color-primary-950: #000b28;
      --btn-link-disabled-color: #0033a0;
  }
  /* END Custom Color Scheme CSS */

/* fdbarfety PPR-158777 */
#ws-facet-browse-modal .panel-title a {color: #0033a0;}
#ws-facet-browse-modal .panel-title a:hover {color: #7290ca;}

/*header color and mega menu*/   
.page-header.minimal.true-minimal .header-navigation {background-color: #ff0;}
.page-header.minimal .navigation-default .dropdown-menu {background-color: #000b28;}

/*SRP */
.srp :is([data-name="srp-wrapper-combined"],[data-widget-id="specials1"]) {background: #002370;}
.srp :is(.facet-list-group-label,.facet-list label input:checked+.facet-list-facet-label-text-container span, .facet-list label:hover input+.facet-list-facet-label-text-container span,.facet-list label span,.ddc-form-group-container label, .form-group label,.facet-list-range-slider .vehicle-count,.facet-list label small) {color: #fff;}
.srp .pagination>li:not:active > a {background: #fff;}
