@font-face {
  font-display: swap;
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  src: url("/Content/fonts/merriweather-v33-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 400;
  src: url("/Content/fonts/merriweather-v33-latin-italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("/Content/fonts/inter-v20-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("/Content/fonts/inter-v20-latin-700.woff2") format("woff2");
}
.jump-link {
  background: #c79d3b;
  color: #000;
  text-align: center;
  height: 30px;
  width: 100%;
  padding: 8px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  transition: transform 0.3s;
  z-index: 9;
  line-height: 30px;
  font-weight: 700;
  font-size: 14px;
  z-index: 9999;
}

.jump-link:focus {
  transform: translateY(0%);
}

main {
  font-weight: 400;
  color: #222;
  line-height: 2;
  padding-top: 90px;
}
@media (min-width: 768px) {
  main {
    padding-top: 100px;
  }
}
@media (min-width: 1024px) {
  main {
    padding-top: 180px;
  }
}
@media (min-width: 1250px) {
  main {
    padding-top: 210px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 767px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}

/*# sourceMappingURL=priority.css.map */
