@font-face {
  font-family: 'Pea Soup';
  src: local("Pea Soup Regular"), local("PeaSoup-Regular"), url("PeaSoup-Regular.woff2") format("woff2"), url("PeaSoup-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.staff__heading {
  font-size: 1.35em;
  margin: 1em 0;
  text-transform: capitalize; }

.staff__list {
  text-align: center;
  margin: 0 -1em 2em;
  list-style: none;
  padding: 0;
  width: 100%; }

.staff__item {
  width: 100%;
  margin: 0 2em 2em 0;
  text-align: left;
  padding: 0 1em; }

.staff__item__img {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .staff__item__img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 125%; }
  .staff__item__img div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.staff__item__title {
  padding-top: 1.5em; }
  .staff__item__title:after {
    content: "";
    width: 50px;
    height: 3px;
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 1em;
    background: #A51008; }
  .staff__item__title h3 {
    margin: 0;
    text-transform: none; }
  .staff__item__title p {
    margin: 0;
    opacity: .6;
    font-size: .95em; }
  .related__container .staff__item__title:after {
    display: none; }

.staff__item__text {
  position: relative;
  overflow: hidden; }

.staff__item__intro {
  text-transform: none;
  max-height: 205px;
  overflow: auto;
  font-family: "Source Sans Pro", sans-serif;
  width: calc(100% + 8px);
  padding-right: 1.5em;
  -webkit-transition: width .2s ease, padding .2s ease;
  -o-transition: width .2s ease, padding .2s ease;
  transition: width .2s ease, padding .2s ease;
  scrollbar-width: thin;
  scrollbar-color: #A51008 rgba(165, 16, 8, 0.2);
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .staff__item__intro::-webkit-scrollbar-track {
    background-color: rgba(165, 16, 8, 0.2);
    border-radius: 0px;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease; }
  .staff__item__intro::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #A51008;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease; }
  .staff__item__intro::-webkit-scrollbar {
    width: 6px; }
  .staff__item__intro:hover {
    width: 100%;
    padding-right: 1em; }

@media all and (min-width: 600px) {
  .staff__heading {
    font-size: 1.55em; }
  .staff__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .staff__item {
    width: 50%;
    margin: 0 0 2em; } }

@media all and (min-width: 1025px) {
  .staff__heading {
    font-size: 1.85em; } }

@media all and (min-width: 1301px) {
  .staff__heading {
    font-size: 2.25em; }
  .staff__item {
    width: 33.3333%;
    margin: 0 0 4em; } }

.staff__item__flex {
  width: 100%; }

@media all and (min-width: 600px) {
  .staff__item__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 3em; }
    .staff__item__flex .staff__item__img {
      max-width: 450px;
      width: 35%;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 5%; }
    .staff__item__flex .staff__item__title h3 {
      font-size: 2em; } }

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