/* Staff Directory Styles */

/* Separate office sections while keeping each heading with its staff table. */
.Staff-results .Staff-list + .Staff-list {
  margin-top: 3rem;
}

.Staff-results .Staff-list > h3 {
  padding-left: 1rem;
  margin-top: 0;
  border-left: 0.375rem solid #ffd100;
}
