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

.staff__list {
  margin: 0 -25px -25px 0;
  list-style: none;
  padding: 0;
  width: calc(100% + 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.staff__item {
  position: relative;
  width: calc(100% - 25px);
  margin: 0 25px 25px 0; }
  .staff__item:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 114.81481%; }

.staff__item--info {
  float: left; }

.staff__item__link {
  display: block;
  text-decoration: none;
  background-color: #1D3886;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
  .staff__item--list .staff__item__link:before {
    content: '\f061';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 50px;
    left: 0;
    margin: auto;
    width: 66px;
    height: 66px;
    border-radius: 10px;
    background-color: #FD7F23;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 1.75em;
    line-height: 66px;
    text-align: center;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
    transition: opacity 350ms ease; }
  .staff__item--list .staff__item__link:hover:before {
    opacity: 1; }
  .staff__item--list .staff__item__link:hover .staff__item__img {
    opacity: 0.15;
    mix-blend-mode: luminosity;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.staff__item__img {
  -webkit-transition: opacity 350ms ease, mix-blend-mode 350ms ease, -webkit-transform 350ms ease;
  transition: opacity 350ms ease, mix-blend-mode 350ms ease, -webkit-transform 350ms ease;
  -o-transition: opacity 350ms ease, mix-blend-mode 350ms ease, transform 350ms ease;
  transition: opacity 350ms ease, mix-blend-mode 350ms ease, transform 350ms ease;
  transition: opacity 350ms ease, mix-blend-mode 350ms ease, transform 350ms ease, -webkit-transform 350ms ease; }

.staff__item__info {
  position: absolute;
  padding: 25px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0)); }
  .staff__item__info h3 {
    margin: 0;
    color: #fff;
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 0.02em; }
  .staff__item__info p {
    margin: 0;
    font-family: "Zilla Slab", serif;
    color: #FD7F23;
    font-weight: 600;
    letter-spacing: 0.02em; }

@media (min-width: 550px) {
  .staff__item {
    width: calc(50% - 25px); } }

@media all and (min-width: 1025px) {
  .staff__list {
    margin: 0 -65px -25px -40px;
    width: calc(100% + 25px + 80px); } }

@media all and (min-width: 1301px) {
  .staff__item {
    width: calc(33.3333% - 25px); } }

.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; } }
