<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@supports (font-variation-settings: normal) {
  @font-face {
    font-family: "Raleway";
    src: url("../../fonts/raleway/Raleway-VariableFont_wght.ttf") format("truetype-variations");
    font-weight: 100 600;
    font-style: normal;
    font-stretch: 75% 125%;
  }
  @font-face {
    font-family: "Raleway Italic";
    src: url("../../fonts/raleway/Raleway-Italic-VariableFont_wght.ttf") format("truetype-variations");
    font-weight: 100 600;
    font-style: italic;
    font-stretch: 75% 125%;
  }
  /* great-vibes-regular - latin_latin-ext */
  @font-face {
    font-family: "Great Vibes";
    src: url("../../fonts/greatvibes/great-vibes-v18-latin_latin-ext-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  }
}
h2 {
  color: #343a40;
  font-family: "Great Vibes", serif;
  font-weight: lighter;
}

h3 {
  color: #343a40;
  font-family: "Great Vibes", serif;
  font-size: 1.75rem;
}

h4 {
  color: #285600;
  font-weight: 700;
}

.main-container .path-frontpage p,
.main-container p,
.main-container p ul li,
.main-container ul li,
.main-container ol li,
.main-container a:not(.layout-builder__link) {
  margin-top: calc(1.275rem + 0.3vw);
  font-size: 1.25rem;
}
@media (min-width: 1200px) {
  .main-container .path-frontpage p,
  .main-container p,
  .main-container p ul li,
  .main-container ul li,
  .main-container ol li,
  .main-container a:not(.layout-builder__link) {
    margin-top: 1.5rem;
  }
}

.sticky-header thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.sticky-header th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
</pre></body></html>