@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 */
/* 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_list {
  width: 100%;
  margin: 0;
  font-size: 80%;
}
.people_list .people_locus {
  width: 100%;
  margin: 0;
  text-align: left;
  font-size: 110%;
  text-shadow: 2px 2px 2px black, -1px -1px 2px black, -1px 1px 2px black, 1px -1px 2px black;
  color: #f99;
  margin-top: 1em;
}
.people_list .people_element {
  width: 100%;
  margin: 0;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
}
.people_list .people_element .member {
  vertical-align: top;
  display: inline-block;
  width: 30%;
  min-height: 50px;
  text-align: left;
}
.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 .member-badges img {
  height: 1.3em;
}
.people_list .people_element .member-bio {
  width: 68%;
  display: inline-block;
  text-align: justify;
}
.people_list .people_element:first-child {
  padding-bottom: 0.5em;
  border-top: 1px solid #888;
}
.people_list .people_element:last-child {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #888;
}
.people_list .all_in_locus.even_locus .people_element {
  background-color: rgb(43.65, 48.4, 57.9);
}
.people_list .all_in_locus.even_locus .people_element:nth-child(odd) {
  background-color: rgb(39.66, 44.56, 54.36);
}
.people_list .all_in_locus.odd_locus .people_element {
  background-color: rgb(43.65, 46.7, 56.2);
}
.people_list .all_in_locus.odd_locus .people_element:nth-child(odd) {
  background-color: rgb(39.66, 43.88, 53.68);
}

.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 */
