* {
  box-sizing: border-box;
}
.hsu-header-links {
  max-width: 1250px;
  margin: 0 -1rem;
  font-size: 0.75rem;
  line-height: 1.4;
  border-bottom: 1px solid #5c8021;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 43.75em) {
  .hsu-header-links {
    border-bottom: 0;
    margin: 0;
    overflow: visible;
  }
}
.hsu-header-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hsu-header-links li a {
  color: #333;
  display: block;
  text-decoration: none;
  padding: 0.25rem 0.5rem;
}
.hsu-header-links li a:focus,
.hsu-header-links li a:hover {
  background: #25551b;
  color: #fff;
}
.hsu-header-links > ul > li {
  float: left;
  width: 33.333%;
  text-align: center;
  border-left: 1px solid #fff;
  position: relative;
}
@media screen and (min-width: 43.75em) {
  .hsu-header-links > ul > li {
    border-left: 1px solid #5c8021;
  }
}
.hsu-header-links > ul > li > a {
  background: #5c8021;
  color: #fff;
  padding: 0.375rem 0.25rem;
}
@media screen and (min-width: 43.75em) {
  .hsu-header-links > ul > li > a {
    background: #fff;
    color: #000;
    padding: 0.75rem 0.25rem;
  }
}
.hsu-header-links > ul ul {
  overflow: hidden;
  max-height: 0;
  background: #fff;
  width: 100vw;
  z-index: 2;
}
@media screen and (min-width: 43.75em) {
  .hsu-header-links > ul ul {
    position: absolute;
    z-index: 200;
    width: 100%;
  }
}
.hsu-header-links > ul ul.active {
  max-height: 150em;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.hsu-header-links > ul ul li {
  width: auto;
  text-align: left;
}
.hsu-header-links .hsu-header-quicklinks ul {
  margin-left: calc(-50vw + 50%);
}
@media screen and (min-width: 43.75em) {
  .hsu-header-links .hsu-header-quicklinks ul {
    margin-left: 0;
  }
}
.hsu-header-links .hsu-header-az-index {
  border-left: 0;
}
.hsu-header-links .hsu-header-az-index ul {
  background: #e0e4e0;
}
@media screen and (min-width: 43.75em) {
  .hsu-header-links .hsu-header-az-index ul {
    width: 320px;
  }
}
.hsu-header-links .hsu-header-az-index ul li a {
  background: #fff;
  float: left;
  margin: 0.25rem;
  padding: 0.5rem;
  text-align: center;
  width: 2rem;
}
.hsu-header-links .hsu-header-az-index ul li a:focus,
.hsu-header-links .hsu-header-az-index ul li a:hover {
  background: #25551b;
}
.quicklinks-heading {
  border-bottom: 1px solid #444;
  border-top: 1px solid #444;
  font-weight: 700;
  background: #e0e4e0;
  padding: 0.25rem 0.5rem;
}
@media screen and (min-width: 43.75em) {
  .hsu-header-col-6 {
    width: 50%;
  }
  .hsu-header-links {
    float: right;
  }
  .hsu-header-mark {
    float: left;
  }
}
.hsu-header-mast {
  background: #fff;
  position: relative;
  width: 100%;
}
.hsu-header-container {
  margin: 0 auto;
  max-width: 1230px;
  padding: 0 1rem;
}
.hsu-header-mark p {
  line-height: 2.5rem;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
.hsu-header-mark p svg {
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 43.75em) {
  .hsu-header-mark p svg {
    max-width: 100%;
    width: 390px;
  }
}
.hsu-humboldt {
  fill: #25551B;
}
.hsu-state-university {
  fill: #87a625;
}
#hsuTitle {
  color: #25551B;
}
