.bg-green {
  background-color: #005336;
  color: #f0f6da;
}
.bg-green .case-study-scrollbar {
  background: #fff !important;
}
.bg-green .case-study-thumb {
  background: #fff !important;
}
.bg-green a {
  color: #f0f6da;
}

.bg-lightGreen {
  background-color: #47d260;
  color: #002b1d;
}

.bg-pistachio {
  background-color: #f0f6da !important;
  color: #000;
}

.bg-mint .text-editor-area {
  border-left: 1px solid #005336 !important;
}

.spacer {
  margin: 90px 0 0 0;
}

main .wp-block-acf-team-with-tabs {
  /* -------- Tabs -------- */
}
main .wp-block-acf-team-with-tabs .team-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 120px;
}
@media (max-width: 820px) {
  main .wp-block-acf-team-with-tabs .team-tabs__nav {
    gap: 80px;
  }
}
@media (max-width: 620px) {
  main .wp-block-acf-team-with-tabs .team-tabs__nav {
    gap: 40px;
  }
}
main .wp-block-acf-team-with-tabs .team-tabs__border {
  border-bottom: 1px solid #47d260;
  margin-bottom: 60px;
  position: relative;
  top: -3px;
}
@media (max-width: 620px) {
  main .wp-block-acf-team-with-tabs .team-tabs__border {
    margin-bottom: 20px;
  }
}
main .wp-block-acf-team-with-tabs .team-tabs__tab {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  padding: 0 0 12px;
  margin: 0;
  cursor: pointer;
  font-size: 30px;
  font-style: normal;
  font-weight: 450;
  line-height: 45px;
  color: inherit;
}
@media (max-width: 620px) {
  main .wp-block-acf-team-with-tabs .team-tabs__tab {
    font-size: 20px;
    padding-bottom: 0;
  }
}
main .wp-block-acf-team-with-tabs .team-tabs__tab.is-active {
  border-bottom: 5px solid #47d260;
}
main .wp-block-acf-team-with-tabs .team-tabs__tab:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
main .wp-block-acf-team-with-tabs .team-tabs__panel {
  display: none;
}
main .wp-block-acf-team-with-tabs .team-tabs__panel.is-active {
  display: block;
}
main .wp-block-acf-team-with-tabs .tabs-border {
  border-bottom: 1px solid #47d260;
  margin-bottom: 60px;
  position: relative;
  top: -3px;
}
@media (max-width: 620px) {
  main .wp-block-acf-team-with-tabs .tabs-border {
    margin-bottom: 20px;
  }
}
main .wp-block-acf-team-with-tabs {
  /* -------- Cards -------- */
}
main .wp-block-acf-team-with-tabs .team-card__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
main .wp-block-acf-team-with-tabs .team-card__name {
  margin: 12px 0 0;
}

/* -----------------------------
   Modal (popout)
------------------------------ */
.team-modal {
  display: none;
}
.team-modal.is-open {
  display: grid;
  place-items: center;
  position: fixed;
  inset: 0;
  z-index: 99999;
  padding: 24px;
}
.team-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.team-modal__panel {
  position: relative;
  width: min(900px, 100vw - 48px);
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: #deffe4;
  border-radius: 16px;
  padding: 60px;
  z-index: 1;
  margin: 0;
}
@media (max-width: 620px) {
  .team-modal__panel {
    padding: 30px;
  }
}
.team-modal__panel h6 {
  margin: 0px;
  padding: 0px;
}
.team-modal__panel h3 {
  margin-top: 12px !important;
  margin-bottom: 40px !important;
}
@media (max-width: 720px) {
  .team-modal__top h6 {
    margin-right: 60px;
  }
}
.team-modal__top h6 {
  min-height: unset !important;
}
.team-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.team-modal__close svg {
  width: 48px;
  height: 48px;
  display: block;
}
.team-modal__content {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 720px) {
  .team-modal__content {
    grid-template-columns: 1fr;
  }
}
.team-modal__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.team-modal__left img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 620px) {
  .team-modal__left img {
    min-height: 280px;
  }
}

/* -----------------------------
   Blur whole page behind modal
------------------------------ */
html.team-modal-open body > *:not(.team-modal) {
  filter: blur(6px);
  transition: filter 200ms ease;
}

html.team-modal-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  html.team-modal-open body > *:not(.team-modal) {
    transition: none;
  }
}/*# sourceMappingURL=team-with-tabs.css.map */