:root {
  --spacer-lg: 5rem;
  --spacer: 3rem;
  --spacer-md: 3rem;
  --spacer-sm: 2rem;
  --spacer-sm-md: 2rem;
}

@media (min-width: 782px) {
  :root {
    --spacer-lg: 6.5rem;
    --spacer: 4rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --spacer-lg: 8rem;
    --spacer: 6rem;
    --spacer-sm-md: 3rem;
  }
}
.block-team-grid {
  overflow: hidden;
}
p + .block-team-grid, h2 + .block-team-grid, h3 + .block-team-grid, h4 + .block-team-grid, h5 + .block-team-grid, h6 + .block-team-grid {
  margin-top: 3rem;
}
.block-team-grid + .team {
  margin-top: 3rem;
}
div + .block-team-grid {
  margin-top: 4rem;
}
.block-team-grid.team-fade .team-head:not(.open) h3, .block-team-grid.team-fade .team-head:not(.open) p {
  opacity: 0.35;
}

.team-head {
  margin: 0 0 20px 0;
  position: relative;
  cursor: pointer;
}
.team-head img {
  width: 100%;
  margin: 0;
  aspect-ratio: 0.9/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-head .profile {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.team-head .profile .committees {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 10px;
}
.team-head .profile .committees li {
  width: 24px;
  height: 24px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin: 0 0 0.4ch 0;
  padding: 3px;
  color: #2b70a7;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #2b70a7;
  border-radius: 50%;
}
.team-head .profile .committees li:before {
  display: none;
}
.team-head .profile .committees li[class*=chair] {
  color: #a57c08;
  border-color: #a57c08;
}
.team-head .team-details {
  display: flex;
  width: 100%;
  margin: 1.8rem 0 0 0;
  padding: 0;
  border-bottom: 1px solid transparent;
  transition: border 0.18s ease-in-out;
}
.team-head .team-details .title {
  width: 100%;
}
.team-head .team-details h3 {
  font-family: "Poppins", sans-serif;
  font-size: var(--wp--preset--font-size--r-2-2);
  margin-bottom: 0.5ch;
  color: #333;
  transition: color 0.18s ease-in-out, opacity 0.18s ease-in-out;
}
.team-head .team-details p {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 1rem;
  color: #333;
  transition: color 0.18s ease-in-out, font-weight 0.18s ease-in-out, opacity 0.18s ease-in-out;
}
.team-head.open .team-details, .team-head:hover .team-details {
  border-bottom: 3px solid #a57c08;
}
.team-head.open .team-details h3, .team-head.open .team-details p, .team-head:hover .team-details h3, .team-head:hover .team-details p {
  color: #a57c08;
}
.team-head.open .team-details p {
  font-weight: 400;
}

.team-bio {
  width: 100%;
  height: 0;
  transition: height 0.3s ease-in-out, border 0.3s ease-in-out;
  overflow: hidden;
}
.team-bio .inner {
  margin: 0 0 20px 0;
  opacity: 0;
}
@media (max-width: 782px) {
  .team-bio .inner {
    padding-top: 0;
  }
}
.team-bio p.linkedin {
  padding-top: 1ch;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.team-bio p.linkedin a {
  width: 30px;
  display: inline-block;
}
.team-bio p:last-of-type {
  margin: 0;
}
.team-bio.active-tab {
  height: auto;
}
.team-bio.active-tab .inner {
  animation: fadeIn 1s forwards 0.15s;
}

@media (min-width: 380px) {
  .block-team-grid {
    margin: 0 -18px 0px -8px;
  }
  .team-head {
    width: calc(50% - 23px);
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin: 0 7px 30px 8px;
  }
  .team-bio {
    float: left;
    padding-left: 8px;
    padding-right: 18px;
  }
}
@media (max-width: 6990px) {
  .acc-panel {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 700px) {
  .team-head {
    width: calc(33.33% - 23px);
  }
  .team-bio {
    padding-right: 21px;
  }
}/*# sourceMappingURL=block-team-grid.css.map */