/* GOPHER Custom Color Scheme CSS */
  :root {
      --color-primary-50: #edfbe;
      --color-primary-100: #dbf7ca;
      --color-primary-200: #c3f0a8;
      --color-primary-300: #a6e87d;
      --color-primary-400: #88df53;
      --color-primary-500: #459812;
      --color-primary-600: #4db20f;
      --color-primary-700: #41970c;
      --color-primary-800: #357c09;
      --color-primary-900: #286006;
      --color-primary-950: #1c4304;
      --btn-link-disabled-color: # #459812;
      --header-primary-container-bg: #000;
  }
  /* END Custom Color Scheme CSS */

/* fdbarfety PPR-272305 */
.page-header .header-default .vcard.header-logo-enabled {height: auto;}

/* fdbarfety PPR-272305 */
.cst-header-link {margin: 0; border: 1px solid #59C200; padding: 0 15px; background: #59C200; color: #fff; font-weight: 800;}
.cst-header-link:hover {background: #333; text-decoration: none; border: 1px solid #333;}
.page-header.minimal .adr.cst-header-link a {text-decoration: none;}