.staff-grid-display .view-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -10px;
}
.staff-grid-display .views-row {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0 10px;
  width: 33.33333%;
}
@media (max-width: 509px) {
  .staff-grid-display .views-row {
    width: 50%;
  }
}

.node--type-staff .staff-node-link {
  color: #363636;
  text-decoration: none;
}
.node--type-staff .staff-node-link:hover {
  color: #da213f;
}
.node--type-staff .staff-node-link:hover .field-name-field-headshot {
  position: relative;
}
.node--type-staff .staff-node-link:hover .field-name-field-headshot:before {
  background-color: rgba(28, 39, 83, 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.node--type-staff .field:not(:last-child) {
  margin-bottom: 0;
}
.node--type-staff .field-name-field-headshot figure {
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 509px) {
  .node--type-staff .field-name-field-headshot figure {
    text-align: center;
  }
}
.node--type-staff .field-name-field-headshot + .field-name-node-title {
  margin-top: 0.4rem;
}
@media (max-width: 509px) {
  .node--type-staff .field-name-node-title,
  .node--type-staff .field-name-field-staff-position {
    text-align: center;
  }
}
.node--type-staff .field-name-node-title {
  line-height: 1.5;
}
.node--type-staff.node--view-mode-staff-teaser .field-name-node-title {
  font-weight: bold;
}
.node--type-staff.node--view-mode-full .field-name-field-headshot {
  float: left;
  /**
   * You use 2px or 3px as a top margin to align top of image with text. This will change with different line heights 
   */
  margin: 2px 1rem 1rem 0;
}
.node--type-staff.node--view-mode-full .field-name-field-staff-position {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  /* Set same font-size for content regardless of element */
}
@media (max-width: 509px) {
  .node--type-staff.node--view-mode-full .field-name-field-staff-position {
    font-size: 1.25rem;
  }
}
.node--type-staff.node--view-mode-full .field-name-field-staff-position * {
  font-size: 1.5rem;
}
@media (max-width: 509px) {
  .node--type-staff.node--view-mode-full .field-name-field-staff-position * {
    font-size: 1.25rem;
  }
}
