@charset "UTF-8";
/* ==========================================================================
   Dark skin
   ========================================================================== */
/* Colors */
/* dark syntax highlighting (base16) */
.author__urls.social-icons .svg-inline--fa,
.page__footer-follow .social-icons .svg-inline--fa {
  color: inherit;
}

/* ==========================================================================
   Variables
   ========================================================================== */
/*
   Typography
   ========================================================================== */
/* paragraph indention */
/* system typefaces */
/* sans serif typefaces */
/* serif typefaces */
/* type scale */
/* headline scale */
/*
   Colors
   ========================================================================== */
/* accent — used for callouts/highlights across page/people/publi */
/* hero scrim strength — multiplier on the darkening layer under hero overlay
   text. Declared here so every skin compiles; a skin may override it. 0 removes
   the scrim entirely, which will fail contrast over a light hero image. */
/* project status badges */
/* project category (mindmap + cards) */
/* avatar palette — deterministic hash slot -> color */
/* collaboration-project surface tokens (derived from background/text/primary) */
/* YIQ color contrast */
/* brands */
/* links */
/* notices */
/* syntax highlighting (base16) */
/*
   Breakpoints
   ========================================================================== */
/*
   Grid
   ========================================================================== */
/*
   Other
   ========================================================================== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

a .fa-fw {
  color: #eaeaea;
}

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

.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: #f99;
  background-color: #252a34;
  border-bottom: 2px solid #00adb5;
}
.people_list .people_locus__country {
  font-size: 0.75em;
  font-weight: normal;
  color: rgb(174.9, 176.4, 179.4);
  margin-inline-start: 0.5em;
}
.people_list .people_locus__count {
  float: inline-end;
  font-size: 0.75em;
  font-weight: normal;
  color: rgb(174.9, 176.4, 179.4);
}
.people_list .people_locus__note {
  font-size: 0.75em;
  color: rgb(174.9, 176.4, 179.4);
  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(80.6, 84.6, 92.6);
}
.people_list .people_element:target {
  background-color: rgb(32.56, 57.72, 67.48);
  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: #eaeaea;
  text-decoration: underline dotted;
}
.people_list .people_element .member a:hover {
  text-decoration: underline;
}
.people_list .people_element .member-bio {
  color: rgb(174.9, 176.4, 179.4);
  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;
  z-index: 100;
  background: rgb(135.1, 137.85, 143.35);
  border: 1px solid #00adb5;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
  min-width: 300px;
  color: #0ee;
  cursor: crosshair;
}
.location-results li {
  padding: 6px 10px;
  color: #0ee;
}
.location-results li:hover {
  background: rgb(27.75, 74.75, 84.25);
  color: #fff;
}

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

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