@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.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__image {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .staff__item__image:before {
    content: "";
    display: block;
    padding-bottom: 125%; }

.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: #D71920; }
  .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: "Montserrat", 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: #D71920 rgba(215, 25, 32, 0.2);
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .staff__item__intro::-webkit-scrollbar-track {
    background-color: rgba(215, 25, 32, 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: #D71920;
    -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__image {
      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; } }
