#views-exposed-form-staff-by-state-cards-block-1 select {
  max-width: 20rem;
}

.staff-by-state-card-group {
  margin-bottom: 24px;
}

.staff-by-state-card-group .state-name {
  margin-bottom: 8px;
}

.staff-by-state-card-group .staff-section {
  margin-top: 1.5rem;
}

.staff-by-state-card-group .staff-section-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.staff-by-state-card-group .staff-section.staff-section--adult-education {
  padding-top: 0;
}

.staff-by-state-card-group .staff-section.staff-section--adult-education::before {
  content: none;
  display: none;
}

.staff-by-state-card-group .staff-section + .staff-section--adult-education {
  position: relative;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

.staff-by-state-card-group .staff-section + .staff-section--adult-education::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  border-top: 2px solid #c9c9c9;
}

.staff-by-state-card-group .staff-group {
  margin-bottom: 16px;
}

.staff-by-state-card-group .staff-group .staff-group-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #565c65;
  margin-bottom: 8px;
}

.staff-by-state-card-group .contact-cards-wrapper {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
