.steward-directory {
  column-count: 2;
  column-gap: 3rem;
}

.steward-directory .department {
  break-inside: avoid;
  margin-bottom: 1rem;
}

.steward-directory .department-title h4 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.steward-directory .name {
  margin-left: 1rem;
  line-height: 1.5;
}

a {
  color: #0073aa;
  text-decoration: underline solid transparent;
  transition: all 0.3s ease-in-out;
}

a:link {
  color: #0073aa;
}

a:visited {
  color: #800080;
}

a:hover {
  color: #005177;
  text-decoration: underline solid currentColor;
}

a:active {
  color: #005177;
}

a:focus {
  outline: 2px solid #0073aa;
  outline-offset: 1px;
}

