:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.staff {
  padding-top: 12rem;
}
.staff__in {
  max-width: 1160px;
  margin: 0 auto;
}
.staff__left {
  width: 38.7%;
}
.staff__title {
  margin-bottom: 3rem;
}
.staff__right {
  width: 48.7%;
}
.staff__photo {
  padding-top: 133%;
  position: relative;
}
.staff__photo img {
  position: absolute;
  inset: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: top;
}
.staff__navigation {
  position: relative;
}
.staff__navigation:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  content: "";
  background: #444444;
}
.staff__navigation div,
.staff__navigation a {
  width: 50%;
  padding: 2rem;
  text-align: center;
  display: block;
  box-sizing: border-box;
  border: none !important;
  transition: color 0.35s;
}
.staff__navigation div:hover,
.staff__navigation a:hover {
  color: #cdf35c;
}
.staff__breadcrumbs svg {
  padding: 0 0.5rem;
}
.staff__details {
  overflow: hidden;
  margin-bottom: 4rem;
}
.staff__details-row {
  border-bottom: 1px solid #444444;
  padding: 1.9rem 0;
}
.staff__details-row a {
  gap: 0.6rem;
}
.staff__details-row a svg {
  transition: color 0.35s;
}
.staff__details-row a:hover svg {
  color: #cdf35c;
}
.staff__details-row a:not(.ia-btn)[target=_blank] {
  padding-right: 0;
  border: none !important;
}
.staff__details-row a:not(.ia-btn)[target=_blank]:after {
  display: none;
}
.staff__details-row:last-child {
  margin-bottom: -1px !important;
}
.staff__bio ul,
.staff__bio ol {
  margin-left: 3rem;
  margin-bottom: 4.5rem;
}
.staff__bio ul li,
.staff__bio ol li {
  font-size: 2rem;
  margin-bottom: 0;
}
.staff__bio ul:last-child,
.staff__bio ol:last-child {
  margin-bottom: 0;
}
.staff__bio a {
  border-bottom-color: #fff;
}
.staff__bio a:hover {
  border-bottom-color: transparent;
}
.staff__bio p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .staff__right {
    width: 56%;
  }
}
@media (max-width: 768px) {
  .staff {
    padding-top: 8.5rem;
  }
  .staff__in {
    flex-direction: column;
  }
  .staff__title {
    margin-bottom: 1rem;
  }
  .staff__left {
    width: 100%;
  }
  .staff__right {
    width: 100%;
  }
  .staff__navigation {
    display: none;
  }
  .staff__bio ul,
  .staff__bio ol {
    margin-left: 2.6rem;
    margin-bottom: 3rem;
  }
  .staff__bio ul li,
  .staff__bio ol li {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .staff__bio ol {
    margin-left: 0.6rem;
    list-style-position: inside;
  }
}

/*# sourceMappingURL=individual-person-page.css.map */