body.archive.tax-subject .subject-header {
  background-size: cover;
  background-position: center;
  height: 77px;
  font-size: 14px;
  font-weight: bold;
  line-height: 77px;
  text-align: center;
  color: var(--haymarket-blue);
  margin-bottom: 22px;
  background-repeat: repeat-x;
}
@media (min-width: 992px) {
  body.archive.tax-subject .subject-header {
    height: 393px;
    font-size: 50px;
    line-height: 393px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) and (max-width: 1536px) {
  body.archive.tax-subject .subject-header {
    height: 293px;
    margin-bottom: 22px;
    font-size: 30px !important;
    line-height: 293px;
  }
}

/*# sourceMappingURL=taxonomy-subjects.min.css.map */
