/*      Request ID: 5db401375959025726ade663f93f88d0_1751561272 (07/05/2025 1:51am) (DchLCsAgDAXAE2mOVEJ8fiBVSILi7dtZDm02OucQzwZdqWBnHRunsyJPBPUoS5yeMZuhDMxwio4XTmUYJJZd8rj6R2VJHlxrFvcP)      */



/*      Resource ID: b18cddc313568093308a6c68a28 (fac-staff.css, minified by none) (07/05/2025 1:51am) (A:599, B:599, J:599, K:599)      */

ul.alphaList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1rem;
  margin: 1.5rem 0;
}
ul.alphaList li {
  margin: 0;
  padding: 0;
  width: 3.8461538462%;
  text-align: center;
}
ul.alphaList a {
  display: block;
  line-height: 1.5em;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
ul.alphaList a:hover {
    background: #ffc72c;
}
ul.alphaList a.current {
  background-color: #84dbf7;
  cursor: default;
}

@media (max-width: 600px) {
    ul.alphaList li {
        width: 7.6923076923%;
    }
}