.reg-section {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.reg-section details {
  margin-bottom: 1.5em;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #f9f9f9;
}

.reg-section summary {
  font-weight: bold;
  font-size: 1.1em;
  cursor: pointer;
  padding: 0.75em;
  background-color: #eaeaea;
  border-bottom: 1px solid #ccc;
}

.reg-section summary:hover,
.reg-section summary:focus {
  background-color: #e0f0ff;
  outline: 2px solid #005ea2;
}

.reg-section .details-content {
  padding: 1em;
  background-color: #fff;
}

.reg-section .details-content ul,
.reg-section .details-content ol {
  padding-left: 1.5em;
}

.reg-section .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.district-intro {
  margin-bottom: 2em;
}

.district-intro p {
  margin: 0.5em 0;
}

.reg-section h2,
.reg-section h3,
.reg-section h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1e2f40;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
