/* Find-a-Rep page styles (compile target: css/find-rep.css) */
.find-rep-page {
  background: #f3f5f7;
}
.find-rep-page .column, .find-rep-page .columns {
  padding-left: 0;
  padding-right: 0;
}

.find-rep-hero {
  height: 180px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.find-rep-list-col {
  padding-left: 0;
  padding-right: 0;
  background: #eef0f2;
  min-height: 760px;
}

.find-rep-list-head {
  background: #0898d7;
  color: #fff;
  padding: 28px 32px;
}

.find-rep-list-head h1 {
  font-size: 26px;
  margin: 0;
  color: #fff;
  font-weight: normal;
}

.find-rep-list-head strong {
  font-weight: 600;
}

.find-rep-list-body {
  max-height: 86vh;
  overflow-y: auto;
  padding: 24px 32px;
}

.rep-card {
  border-bottom: 1px solid #c8cdd2;
  padding-bottom: 20px;
  margin-bottom: 20px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.rep-card h2 {
  margin: 0 0 6px;
  color: #121212;
  letter-spacing: normal;
  font-size: 22px;
  text-transform: none;
  text-align: unset;
}

.rep-card p {
  margin: 0 0 6px;
  font-size: 28px;
  line-height: 1.25;
}

.rep-card a {
  color: #0898d7;
  text-decoration: underline;
}

.rep-division-label {
  font-weight: 700;
  margin-top: 10px;
}

.find-rep-map-col {
  background: #8da7bc;
  min-height: 760px;
  padding: 22px;
  position: relative;
}
@media screen and (min-width: 64em) {
  .find-rep-map-col {
    display: flex;
    flex-direction: column;
  }
}

.find-rep-map-search {
  background: rgba(255, 255, 255, 0.65);
  border: 2px solid rgba(255, 255, 255, 0.55);
  padding: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.find-rep-search-field {
  flex: 1;
  min-width: 0;
  position: relative;
}

.find-rep-map-search input {
  width: 100%;
  margin: 0;
  border: 1px solid #93a6b5;
  box-shadow: none;
}

.find-rep-search-suggestions {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #b9c7d2;
  box-shadow: 0 12px 30px rgba(21, 44, 61, 0.18);
  max-height: 260px;
  overflow-y: auto;
  z-index: 20;
}

.find-rep-search-suggestion {
  width: 100%;
  display: block;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #e3ebf0;
  background: #fff;
  color: #243746;
  padding: 12px 14px;
  font-size: 16px;
  line-height: 1.35;
  cursor: pointer;
}

.find-rep-search-suggestion:last-child {
  border-bottom: 0;
}

.find-rep-search-suggestion:hover,
.find-rep-search-suggestion:focus {
  background: #eaf5fb;
  color: #0b5476;
  outline: none;
}

.find-rep-map-search button {
  margin: 0;
  background: #0898d7;
  color: #fff;
  border: 0;
  padding: 10px 14px;
  cursor: pointer;
}

.find-rep-map-status {
  margin: 0;
  padding: 28px 32px;
  background: #8da7bc;
}

.find-rep-map-status p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.find-rep-list-filter {
  margin-top: 18px;
}

.find-rep-filter-control {
  position: relative;
}

.find-rep-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.find-rep-active-filter {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
}

.find-rep-active-filter:hover,
.find-rep-active-filter:focus {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.42);
  outline: none;
}

.find-rep-active-filter-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.find-rep-filter-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.find-rep-filter-toggle:hover,
.find-rep-filter-toggle:focus {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.42);
  outline: none;
}

.find-rep-filter-toggle.is-active .find-rep-filter-toggle-text {
  text-decoration: none;
}

.find-rep-filter-toggle.is-active {
  background: rgba(255, 255, 255, 0.24);
  border-color: rgba(255, 255, 255, 0.5);
}

.find-rep-filter-toggle-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.find-rep-filter-toggle-icon svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.find-rep-division-filter-panel {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  right: 0;
  padding: 10px 16px;
  background: #fff;
  border: 1px solid #b9c7d2;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(21, 44, 61, 0.18);
  z-index: 30;
  max-height: 260px;
  overflow-y: auto;
}

.find-rep-division-option {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 10px 0;
  color: #243746;
  font-size: 15px;
  line-height: 1.35;
  cursor: pointer;
  border-bottom: 1px solid #e6edf2;
}

.find-rep-division-option:last-child {
  border-bottom: 0;
}

.find-rep-division-option:hover {
  color: #0b5476;
}

.find-rep-division-option input {
  margin: 0;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  accent-color: #0898d7;
}

.find-rep-map-canvas {
  margin-top: 14px;
  min-height: 670px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: linear-gradient(180deg, #98b1c4 0%, #88a5bb 100%);
}
@media screen and (min-width: 64em) {
  .find-rep-map-canvas {
    flex: 1 1 auto;
    min-height: 100vh;
  }
}

.find-rep-map-empty {
  position: absolute;
  inset: 90px 22px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.find-rep-map-empty[hidden] {
  display: none !important;
}

.find-rep-map-empty span {
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 12px;
  color: #243746;
  font-size: 16px;
}

.find-rep-infowindow {
  color: #1b1b1b;
  font-size: 14px;
  line-height: 1.4;
}

.find-rep-infowindow strong {
  display: block;
  margin-bottom: 4px;
}

.find-rep-infowindow-list {
  margin-top: 10px;
}

.find-rep-infowindow-rep {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid #d7dde2;
}

.find-rep-infowindow-rep:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

@media screen and (max-width: 63.9375em) {
  .find-rep-page .row.expanded {
    display: flex;
    flex-direction: column;
  }
  .find-rep-list-col,
  .find-rep-map-col {
    min-height: auto;
  }
  .find-rep-map-col {
    order: -1;
  }
  .find-rep-list-head h1 {
    font-size: 32px;
  }
  .find-rep-hero {
    height: 120px;
  }
  .rep-card h2 {
    font-size: 30px;
  }
  .rep-card p {
    font-size: 22px;
  }
  .find-rep-list-body {
    max-height: none;
  }
  .find-rep-map-canvas {
    min-height: 360px;
  }
  .find-rep-map-search {
    flex-wrap: wrap;
  }
  .find-rep-search-field {
    width: 100%;
  }
}
/*# sourceMappingURL=find-rep.css.map */