.staff-list {
  margin: 2rem auto;
  overflow: hidden;
}
.staff-list .block-content {
  padding-top: 10rem;
  margin-top: -10rem;
}
.staff-button-list {
  padding-left: 15px;
  padding-right: 15px;
  height: 30rem !important;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media only screen and (min-width: 992px) {
  .staff-button-list {
    padding-left: inherit;
    padding-right: inherit;
  }
}
.staff-button-list.mobile-hide {
  display: none;
}
@media screen and (min-width: 992px) {
  .staff-button-list {
    height: 60vh;
    scrollbar-color: #AC441E whitesmoke;
  }
  .staff-button-list::-webkit-scrollbar {
    background: whitesmoke;
  }
  .staff-button-list::-webkit-scrollbar-thumb {
    background: #AC441E;
  }
  .staff-button-list.mobile-hide {
    display: flex;
  }
}
.staff-view-item {
  display: none;
}
.staff-view-item h4 {
  font-family: bely, sans-serif;
  font-size: 1.938rem;
  padding: 0px;
  margin: 0px;
}
.staff-view-item p.caption {
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 1rem;
  letter-spacing: 0px;
  line-height: 1.41rem;
  color: #555;
  margin: 0px;
}
.contact-details {
  padding: 1.5rem 0px;
}
.contact-details p {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 2rem;
  font-size: 1.25rem;
  margin-bottom: 0px;
}
.contact-details a {
  color: #ad3e00;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.contact-details a:hover {
  color: #E65300;
}
.biography p {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 2rem;
  font-size: 1.25rem;
}
.staff-description img {
  margin-bottom: 3rem;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .staff-description img {
    margin: 0px 24px 24px 0px;
  }
}
@media screen and (min-width: 768px) {
  .staff-description img {
    height: 20rem;
    width: fit-content;
  }
}
.staff-description h3 {
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.75rem;
  color: #161729;
  margin-bottom: 0.8rem;
  padding-bottom: 0;
}
.staff-description-head {
  max-width: 80%;
}
@media (max-width: 991px) {
  .staff-description-head {
    max-width: 100%;
  }
}
.staff-button {
  margin: 0px;
  width: 100%;
  padding: 15px;
  color: #0F0F0F;
  background: #F2F2F2;
  font-weight: 900;
  letter-spacing: 0.2rem !important;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: neuzeit-grotesk, sans-serif;
  letter-spacing: 2px;
  font-size: 1.25rem;
  cursor: pointer;
}
.staff-button:hover {
  color: #0F0F0F;
  background: #F4B223;
}
.staff-button-focused {
  color: #F2F2F2;
  background: #001028;
}
.staff-button-focused:hover {
  color: #F2F2F2;
  background: #001028;
}
.staff-description-head :is(h1, h2, h3, h4, h5, h6) {
  color: white;
  font-family: bely-display, sans-serif;
}
.staff-description {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  .staff-description {
    padding-left: inherit;
    padding-right: inherit;
  }
}
.staff-header,
.staff-footer {
  display: flex;
  justify-content: start;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .staff-header,
  .staff-footer {
    display: none;
  }
}
.staff-header {
  margin-bottom: 2rem;
}
.staff-footer {
  margin-top: 2rem;
}
.staff-close-item-button {
  font-family: neuzeit-grotesk, sans-serif;
  color: #0F0F0F;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.staff-close-item-button:hover {
  text-decoration: none;
  color: #E65300;
}
.staff-close-item-button .fass,
.staff-close-item-button .fa-solid.fa-sharp {
  color: #E65300;
}
.staff-close-item-button.show-desktop {
  display: none;
}
@media only screen and (min-width: 992px) {
  .staff-close-item-button.show-desktop {
    display: block;
    padding: 10px;
  }
}
.staff-close-item-button.show-mobile {
  display: block;
}
@media only screen and (min-width: 992px) {
  .staff-close-item-button.show-mobile {
    height: 0px;
    display: none;
  }
}
