/*---------------------------------

WE NEED THESE TO REFERENCE VARIABLES, MIXINS AND SUCH. DO NOT REMOVE!
Thanks, Friend :)

---------------------------------*/
/*---------------------------------

YOUR CUSTOM STYLES GO UNDER HERE.
You're doing great.

---------------------------------*/
.headshot-grid {
  background: url("../../../content/dam/illumina-marketing/images/company/management-team/abstract-bg9.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 60px;
  padding-bottom: 10rem;
}
@media (max-width: 767.98px) {
  .headshot-grid {
    background-image: none;
  }
}
.headshot-grid .headshot {
  position: relative;
}
.headshot-grid .headshot::after {
  content: "";
  background: #ffb441;
  z-index: 400;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  height: 0.625rem;
}

.leadership-bio {
  border-top: #ffb441 solid 6px;
  padding-bottom: 3rem;
}
.leadership-bio img.headshot {
  max-width: 180px;
}