/* SCSS Framework boilerplate from Ristretto: https://github.com/kylelarkin/ristretto */
* {
  box-sizing: border-box;
}

body, select, input, textarea {
  color: #333;
}

::-moz-selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: transparent;
}

ins {
  background-color: #ccc;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ccc;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

.single-person {
  max-width: 450px;
}
.single-person .person-image {
  border: 1px solid #fff;
  height: 280px;
  margin: 0 auto 2rem;
  max-width: 280px;
  overflow: hidden;
  padding: 7px;
}
.single-person .person-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  font-family: "object-fit: cover;";
}
.single-person .person-name {
  text-align: center;
}
.single-person .person-name .people-name {
  margin-bottom: 1.1rem;
}
.single-person .person-bio {
  margin-bottom: 0.5rem;
  padding-bottom: 1rem;
}
.single-person .person-bio .people-copy {
  margin-bottom: 0.75rem;
  max-height: 4.5rem;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
}
.single-person .person-bio .people-copy p {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
  letter-spacing: 1px;
  line-height: 1.75;
}
.single-person .person-bio .people-copy.open {
  max-height: 1000px;
}
.single-person .person-bio .open + .close-bio:after {
  content: "\f0d8";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: none;
}
.single-person .person-bio .close-bio {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  transition: all 0.25s ease-in-out;
}
.single-person .person-bio .close-bio:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: none;
}
.single-person .person-bio .close-bio:hover {
  color: #2AABE2;
}
.single-person .person-bio .close-bio:focus {
  color: #fff;
}
.single-person .person-bio .close-bio svg {
  margin-left: 0.25rem;
}
.single-person .person-primary {
  background: #2AABE2;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}
.single-person .person-primary + .person-social {
  border-top: none;
}
.single-person .person-social {
  border-top: 1px solid #555;
  padding-top: 1.5rem;
}
.single-person .person-social svg {
  color: #2AABE2;
  font-size: 1.125rem;
  margin-right: 0.75rem;
  transition: all 0.25s ease-in-out;
}
.single-person .person-social p {
  letter-spacing: 1px;
  margin-bottom: 0.75rem;
}
.single-person .person-social a {
  color: #555;
  display: inline-block;
  letter-spacing: 1px;
  margin-bottom: 0.75rem;
  text-decoration: none;
}
.has-background .single-person .person-social {
  border-color: #fff;
}
.has-background .single-person .person-social a {
  color: #fff;
}
.has-bh-white-background-color .single-person .person-social {
  border-color: #555;
}
.has-bh-white-background-color .single-person .person-social a {
  color: #555;
}
