.meet-leadership {
  padding: 200px 0;
  background-color: #f4f3e8;
  float: left;
  width: 100%;
}
.meet-leadership.left-content {
  padding-bottom: 80px;
}
.meet-leadership.left-content .heading-block {
  max-width: 100% !important;
  text-align: left;
  width: 100%;
}
.meet-leadership.left-content .meet-leadership-wrapper {
  gap: 80px;
}
.meet-leadership .meet-leadership-wrapper {
  display: flex;
  flex-direction: column;
  gap: 160px;
}

.meet-leadership .heading-block {
  max-width: 744px;
  margin: 0px auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.meet-leadership .heading-block .heading-top-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.meet-leadership .heading-block .heading-top-block h6 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 18px;
}

.meet-leadership .heading-block .heading-top-block .heading-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.meet-leadership .heading-block .heading-top-block h2 {
  font-weight: 500;
}
.meet-leadership .heading-block .heading-top-block p {
  opacity: 60%;
  letter-spacing: -0.96px;
  font-size: 24px;
  line-height: 32px;
}

.meet-leadership .meet-leadership-card {
  /* max-width: 430px; */
  display: flex !important;
  flex-direction: column;
  gap: 20px;
}

.meet-leadership .meet-leadership-card .meet-leadership-image {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  padding-top: calc(100% + 25%);
}

.meet-leadership .meet-leadership-card .meet-leadership-content {
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.meet-leadership .meet-leadership-card .meet-leadership-image .social-icon {
  position: absolute;
  border: 0;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 8px;
  display: none;
}

.meet-leadership .meet-leadership-card .meet-leadership-image > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.meet-leadership .meet-leadership-card .meet-leadership-image .social-icon a img:hover {
  opacity: 0.8;
}

.meet-leadership .meet-leadership-card .meet-leadership-title {
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
}

.meet-leadership .meet-leadership-card p {
  color: rgba(0, 47, 55, 0.7);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.meet-leadership-slider .slick-slide {
  margin: 0 15px;
}

.meet-leadership-slider .slick-list {
  margin: 0 -15px;
}

.meet-leadership-slider .slick-arrow {
  border: unset;
  background: unset;
  color: transparent;
  position: absolute;
  top: -54px;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.meet-leadership-slider .slick-arrow:hover {
  opacity: 0.6;
}

.meet-leadership-slider .slick-prev {
  background-image: url(/wp-content/themes/beyondspring/assets/images/arrow-left.png);
  background-repeat: no-repeat;
  height: 52px;
  width: 52px;
  right: 32px;
}

.meet-leadership-slider .slick-next {
  background-image: url(/wp-content/themes/beyondspring/assets/images/arrow-right.png);
  background-repeat: no-repeat;
  height: 52px;
  width: 52px;
  right: -2%;
}
.tabs .slick-dots li button {
  margin: 0;
}
.meet-leadership-slider ul.slick-dots {
  justify-content: center;
  margin-top: 20px;
}

/*-*/

.team-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}
.team-popup .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: var(--color-dark);
  opacity: 80%;
}
.team-popup .team-popup-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  padding: 40px 15px;
}
.team-popup .team-popup-inner .team-popup-box {
  display: flex;
  background-color: #fffef2;
  padding: 10px;
  border-radius: 20px;
  margin: auto;
  max-width: 1115px;
  height: auto;
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.team-popup .team-popup-inner .team-popup-box > * {
  flex-shrink: 0;
  display: flex;
  align-items: start;
  justify-content: start;
}
.team-popup .team-popup-inner .team-popup-box .column-left {
  width: 39.5%;
  overflow: hidden;
}
.team-popup .team-popup-inner .team-popup-box .column-right {
  width: 60.5%;
  height: 100%;
  padding-top: 30px;
}
.team-popup .team-popup-inner .team-popup-box .column-right .content-wrapper {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 24px;
  color: #002f37b3;
  padding-left: 40px;
  padding-right: 50px;
  padding-bottom: 50px;
  height: 100%;
  overflow-x: auto;
}
.team-popup .team-popup-inner .team-popup-box::-webkit-scrollbar,
.team-popup .team-popup-inner .team-popup-box .column-right .content-wrapper::-webkit-scrollbar {
  width: 4px;
}
.team-popup .team-popup-inner .team-popup-box::-webkit-scrollbar-thumb,
.team-popup .team-popup-inner .team-popup-box .column-right .content-wrapper::-webkit-scrollbar-thumb {
  background-color: rgb(157 149 152 / 80%);
}

.team-popup .team-popup-inner .team-popup-box .column-right .content-wrapper h3 {
  margin-bottom: 12px;
  color: #1f2937;
}
.team-popup .team-popup-inner .team-popup-box .column-right .content-wrapper > *:not(.blockquote, h3) {
  margin-bottom: 20px;
}
.team-popup .team-popup-inner .team-popup-box .column-right .content-wrapper .blockquote {
  background: #f4f3e8;
  padding: 40px;
  border-radius: 12px;
}
.team-popup .team-popup-inner .team-popup-box .column-right .content-wrapper .blockquote > * {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: var(--letter-spacing-default);
  color: #1a1c28;
}
.team-popup .team-popup-inner .team-popup-box .close {
  position: absolute;
  top: 20px;
  left: auto;
  right: 20px;
  height: 40px;
  width: 40px;
  background: #002f371a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  border-radius: 50%;
  cursor: pointer;
}
.team-popup .team-popup-inner .team-popup-box .column-right .content-wrapper .social-icon > a {
  height: 40px;
  width: 40px;
  background: #002f3714;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.team-popup .team-popup-inner .team-popup-box .column-right .content-wrapper .social-icon > a img {
  max-width: 18px;
  width: 100%;
  aspect-ratio: 1/1;
}
.team-popup .team-popup-inner .team-popup-box .column-right .content-wrapper .social-icon {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 14px;
  display: none;
}
.team-popup .team-popup-inner .team-popup-box .column-right .content p:not(:last-child) {
  margin-bottom: 20px;
}
.team-popup .team-popup-inner .team-popup-box .media-wrapper {
  position: relative;
  padding-top: calc(100% + 20%);
  width: 100%;
}
.team-popup .team-popup-inner .team-popup-box .media-wrapper img {
  height: 100%;
  width: 100%;
  border-radius: 12px;
  aspect-ratio: 432/540;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}
.team-popup .team-popup-inner .team-popup-box .column-right .content-wrapper .social-icon svg rect {
  fill: #002f3714;
}
.team-popup .team-popup-inner .team-popup-box .column-right .content-wrapper .social-icon svg path {
  fill: #002f37;
}
/*-*/
@media (max-width: 1500px) {
  .meet-leadership .heading-block .heading-top-block p {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.8px;
  }
}
@media (min-width: 1400px) {
  .event-wrapper .event-item-wrapper .event-title h3 {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -1.92px;
  }
}
@media screen and (max-width: 1320px) {
  .meet-leadership-slider .slick-prev {
    right: 44px;
  }
}

@media (max-width: 1199px) {
  .meet-leadership .heading-block .heading-top-block p {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.88px;
  }
}
@media screen and (max-width: 1024px) {
  .meet-leadership .meet-leadership-card .meet-leadership-title {
    font-size: 24px;
    line-height: 30px;
  }
  .meet-leadership-slider .slick-arrow {
    transform: translate(0%, -50%);
  }
  .meet-leadership-slider .slick-prev {
    right: 60px;
  }
  .meet-leadership-slider .slick-next {
    right: 0;
  }
}

@media screen and (max-width: 991px) {
  .meet-leadership ul.tab-links {
    padding-right: 0;
  }
  .meet-leadership .heading-block .heading-top-block p {
    font-size: 20px;
    line-height: 28px;
  }
  .team-popup .team-popup-inner .team-popup-box .column-right .content-wrapper {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .meet-leadership {
    padding: 100px 0px;
  }
  .meet-leadership .heading-block .heading-top-block .heading-content {
    gap: 18px;
  }
  .meet-leadership .meet-leadership-wrapper {
    gap: 120px;
  }
  .meet-leadership .heading-block .heading-top-block p {
    font-size: 18px;
    line-height: 26px;
  }
  .team-popup .team-popup-inner .team-popup-box {
    flex-wrap: wrap;
    overflow: auto;
    overflow-x: auto;
  }
  .team-popup .team-popup-inner .team-popup-box > div {
    width: 100% !important;
  }
  .team-popup .team-popup-inner .team-popup-box > div {
    width: 100% !important;
    align-items: center;
    justify-content: center;
  }
  .team-popup .team-popup-inner .team-popup-box .column-right .content-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
  }
  .team-popup .team-popup-inner .team-popup-box .column-right .content-wrapper .blockquote {
    padding: 20px;
  }
}

.meet-leadership .tab-content .tab {
  display: none;
}

.meet-leadership .tab-content .tab.active {
  display: block;
}
.meet-leadership ul.tab-links {
  margin-bottom: 22px;
  padding-right: 115px;
}
.meet-leadership .tab-links li {
  display: inline-block;
  padding: 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-right: 24px;
  padding-bottom: 3px;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.meet-leadership .tab-links li:after {
  content: "";
  display: block;
  background: var(--color-dark);
  height: 1px;
  width: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  transition: all 0.3s ease;
}
.meet-leadership .tab-links li:hover:after,
.meet-leadership .tab-links li.active:after {
  width: 100%;
}

@media (max-width: 575px) {
  .meet-leadership .tab-links li {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
