/* GOPHER Custom Color Scheme CSS */
  :root {
      --color-primary-50: #c8e6d6;
      --color-primary-100: #a7d7bd;
      --color-primary-200: #86c8a4;
      --color-primary-300: #65b98b;
      --color-primary-400: #44aa72;
      --color-primary-500: #239b59;
      --color-primary-600: #1e844c;
      --color-primary-700: #196d3f;
      --color-primary-800: #145632;
      --color-primary-900: #0f3f25;
      --color-primary-950: #0a2818;
      --btn-link-disabled-color: #239b59;
  }
  /* END Custom Color Scheme CSS */

  .header-navigation.clearfix {background: #fff; }
.header-contact.clearfix {display: none; }

@font-face {
  font-family:"DDC Heading Font Face";
  src:url(/static/sites/c/customwork/fonts/BentonSans/benton-sans-regular.woff) format("woff");
  font-weight:100;
  font-style:normal;
  font-display:swap
}
@font-face {
  font-family:"DDC Heading Font Face";
  src:url(/static/sites/c/customwork/fonts/BentonSans/benton-sans-regular.woff) format("woff");
  font-weight:400;
  font-style:normal;
  font-display:swap
}
@font-face {
  font-family:"DDC Heading Font Face";
  src:url(/static/sites/c/customwork/fonts/BentonSans/benton-sans-regular.woff) format("woff");
  font-weight:700;
  font-style:normal;
  font-display:swap
}
@font-face {
  font-family:"DDC Heading Font Face";
  src:url(/static/sites/c/customwork/fonts/BentonSans/benton-sans-regular.woff) format("woff");
  font-weight:800;
  font-style:normal;
  font-display:swap
}
@font-face {
  font-family:"DDC Heading Font Face";
  src:url(/static/sites/c/customwork/fonts/BentonSans/benton-sans-bold.woff) format("woff");
  font-weight:900;
  font-style:normal;
  font-display:swap
}