/* ==========================================================================
   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
   ========================================================================== */
/* 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);
}

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