@charset "UTF-8";
/* ==========================================================================
   Light skin — companion to _aquila_dark. Same instrument panel, lights on:
   the primary teal and accent coral are brand-invariant and stay untouched:
   only the two roots (background/text) invert, in the same slate hue family
   as the dark skin's #252a34, so the two read as one identity, not two skins.
   ========================================================================== */
/* Colors */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*
 * People css
 */
.people-filter {
  margin: 1.5em 0 0.5em;
}
.people-filter label {
  font-size: 0.75em;
  color: rgb(66.6, 74.6, 79.2);
}
.people-filter__input {
  max-width: 28em;
}
.people-filter__status {
  font-size: 0.75em;
  color: rgb(66.6, 74.6, 79.2);
  margin: 0.25em 0 0;
}
.people-filter__empty {
  margin: 1em 0;
  color: rgb(66.6, 74.6, 79.2);
}

.people_list {
  width: 100%;
  margin: 0;
}
.people_list .people_locus {
  position: sticky;
  top: 0;
  z-index: 2;
  width: 100%;
  margin: 1.5em 0 0;
  padding: 0.35em 0;
  text-align: left;
  font-size: 1.25em;
  color: rgb(147.96, 96.84, 100.68);
  background-color: #cde5dc;
  border-bottom: 2px solid #00adb5;
}
.people_list .people_locus__country {
  font-size: 0.75em;
  font-weight: normal;
  color: rgb(66.6, 74.6, 79.2);
  margin-inline-start: 0.5em;
}
.people_list .people_locus__count {
  float: inline-end;
  font-size: 0.75em;
  font-weight: normal;
  color: rgb(66.6, 74.6, 79.2);
}
.people_list .people_locus__note {
  font-size: 0.75em;
  color: rgb(66.6, 74.6, 79.2);
  margin: 0.5em 0 0;
}
.people_list .people_element[hidden],
.people_list .people_locus_group[hidden] {
  display: none;
}
.people_list .people_element {
  width: 100%;
  margin: 0;
  padding: 0.6em 1em;
  border-bottom: 1px solid rgb(170.4, 190.4, 184.8);
}
.people_list .people_element:target {
  background-color: rgb(180.4, 222.28, 215.32);
  outline: 2px solid #00adb5;
  outline-offset: -2px;
}
.people_list .people_element .member {
  vertical-align: top;
  text-align: left;
}
.people_list .people_element .member .member__name {
  font-weight: bold;
}
.people_list .people_element .member a {
  color: #20242c;
  text-decoration: underline dotted;
}
.people_list .people_element .member a:hover {
  text-decoration: underline;
}
.people_list .people_element .member-bio {
  color: rgb(66.6, 74.6, 79.2);
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .people_list .people_element {
    display: flex;
    align-items: baseline;
    gap: 2%;
  }
  .people_list .people_element .member {
    flex: 0 0 30%;
    min-width: 0;
  }
  .people_list .people_element .member-bio {
    flex: 1 1 auto;
    min-width: 0;
  }
}

.location-search-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.input--location-search {
  width: 100%;
}

.location-results {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  width: 100%;
  z-index: 100;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
  background: rgb(191.16, 213.56, 205.92);
  border: 1px solid rgb(166.94, 186.54, 181.28);
  border-radius: 4px;
  color: #20242c;
}
.location-results li {
  padding: 6px 10px;
  cursor: pointer;
}
.location-results li:hover {
  background: rgba(32, 36, 44, 0.1);
  color: #20242c;
}
.location-results li.is-active {
  background: rgba(32, 36, 44, 0.1);
  color: #20242c;
}

.location-search-hint {
  display: block;
  font-size: 0.8em;
  color: rgb(66.6, 74.6, 79.2);
  margin-top: 3px;
}

.form-static-label {
  display: block;
  margin-bottom: 0.25em;
}

.form-prefs > legend {
  margin-inline-start: 0;
}

.form-checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 0.6em;
  padding: 0.6em 0;
}
.form-prefs .form-checkbox-row {
  border-bottom: 1px solid rgb(170.4, 190.4, 184.8);
}
.form-prefs .form-checkbox-row:last-child {
  border-bottom: 0;
}
.form-checkbox-row input[type=checkbox] {
  margin-top: 0.2em;
  flex-shrink: 0;
  accent-color: #00adb5;
}
.form-checkbox-row label,
.form-checkbox-row .form-static-label {
  margin-bottom: 0;
}

.form-checkbox-row__hint {
  display: block;
  font-size: 0.75em;
  color: rgb(66.6, 74.6, 79.2);
}

#main input[type=checkbox]:focus-visible {
  outline: 2px solid #00adb5;
  outline-offset: 2px;
}

/*# sourceMappingURL=people-light.css.map */
