/* set text color on white background */
.cmi_text_and_image_block.light-background .cmi-label,
.cmi_text_and_image_block.light-background .block-title,
.cmi_text_and_image_block.light-background .description > p,
.cmi_text_and_image_block.light-background .theme-cta-button {
  color: #00101a;
}

/* our_mentors_block bg */
.our_mentors_block {
  background-color: #fff;
}

/* our_mentors_block text */
.our_mentors_block .title,
.our_mentors_block .name,
.our_mentors_block .card-link,
.our_mentors_block .load-more-btn {
  color: #00101a;
}

/* active filter*/
span.select2-selection.select2-selection--multiple:focus-within {
  background-color: #269a91;
}

/* filter clear btn */
.theme-cta-button.clear {
  color: #00101a;
}

/* filter apply btn */
.theme-cta-button.apply {
  background-color: #269a91;
}

/* email us heading */
.title_and_cta_button h2 {
  font-family: var(--wp--preset--font-family--carot-sans);
}

/* leadership impact hero */
@media screen and (min-width: 992px) {
  .leadership_impact_hero {
    display: flex;
    margin-bottom: 2rem;
  }
  .leadership_impact_hero .title,
  .leadership_impact_hero .description {
    text-align: start;
  }
}

/* leadership impact clients */
.bg-a-word-card .swiper-button-prev,
.bg-a-word-card .swiper-button-next {
  background-color: #fff;
}
.bg-a-word-card .swiper-button-prev:hover,
.bg-a-word-card .swiper-button-next:hover {
  background-color: #00101a;
}

.bg-a-word-card .swiper-button-prev svg path,
.bg-a-word-card .swiper-button-next svg path {
  fill: #00101a;
}

.bg-a-word-card .swiper-button-prev:hover svg path,
.bg-a-word-card .swiper-button-next:hover svg path {
  fill: #fff;
}

/* light-background on our approach */
.left_image_and_text_block.light-background {
  background-color: #fff;
}
.left_image_and_text_block.light-background .block-title,
.left_image_and_text_block.light-background .block-description p {
  color: #00101a;
}

@media screen and (min-width: 992px) {
  .benefit-cards.grid-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* light background quote */
.light-background-quote .a-word-card {
  background-color: #fff;
  border-color: #fff;
}

.light-background-quote .user-name,
.light-background-quote .wp-block-quote p {
  color: #00101a;
}

/* medium background */
.med-background {
  background-color: #09202e;
}

/* medium background */
.med-background {
  background-color: #09202e;
}

/* four card repeater */
@media screen and (min-width: 992px) {
  .repeater_cards_block.four_cards .grid-cards {
    grid-template-columns: repeat(4, 1fr);
  }
  .repeater_cards_block.four_cards .content_wrapper {
    max-width: unset;
  }
}

/* light-background on cfo mentoring */
.title_and_cta_and_body_text_block.light-background .cmi-box {
  background-color: #fff;
}
.title_and_cta_and_body_text_block.light-background .title h2,
.title_and_cta_and_body_text_block.light-background .description p,
.title_and_cta_and_body_text_block.light-background .theme-cta-button {
  color: #00101a;
}

/* header highlight */
h1 em,
h2 em,
h3 em {
  color: #269a91;
  font-family: var(--wp--preset--font-family--carot-text);
  font-style: normal;
}

/* home */
.home-template .numbers_block .text-section {
  align-items: flex-start;
  gap: 12rem;
}

.home-template .numbers_block .text-section .block-title {
  max-width: unset;
}

.home-template .numbers_block .text-section .theme-cta-button {
  white-space: nowrap;
}

@media screen and (min-width: 992px) {
  .what_we_do_block .left-wrapper {
    flex-basis: 50% !important;
  }
}

/* sr_executive_development */
@media screen and (min-width: 992px) {
  .sr_executive_development_hero_block .hero-wrapper {
    margin: 0 5rem !important;
  }

  .sr_executive_development_hero_block .title,
  .sr_executive_development_hero_block .description {
    max-width: 75% !important;
  }
}

/* our values */
.our_values {
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 13rem;
  background: var(--wp--preset--color--green);
}

.our_values .container {
  max-width: 144rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: clamp(1.6rem, -5.8285714286rem + 12.380952381vw, 12rem);
  padding-left: clamp(1.6rem, -5.8285714286rem + 12.380952381vw, 12rem);
}

.our_values .sub-title {
  color: #269a91;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.4rem;
  margin-bottom: 2.4rem;
  font-weight: 400;
}

.our_values .title {
  color: var(--wp--preset--color--white);
  margin-bottom: 4rem;
}

.our_values .swiper-slide {
  height: auto;
}

.our_values .card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--wp--preset--color--white);
  border-radius: 2rem;
  padding: 2.4rem;
}

@media screen and (min-width: 600px) {
  .our_values .cards-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
  }
}

@media screen and (min-width: 992px) {
  .our_values .card {
    width: 100%;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    padding-right: 3.1rem;
    padding-left: 2.4rem;
  }
}

.our_values .card-title {
  margin-bottom: 3rem;
}

@media screen and (min-width: 600px) {
  .our_values .card-title {
    margin-bottom: 7.2rem;
  }
}

@media screen and (max-width: 599.98px) {
  .our_values .sub-title {
    margin-inline: auto;
  }

  .our_values {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .our_values .title {
    margin-bottom: 2.9rem;
    text-align: center;
  }
}

.our_values .card-description {
  color: var(--wp--preset--color--black);
}
.our_values .card-title,
.our_values .card-description p {
  color: #001407;
}

footer .info-email {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.leadership_filter_block .filter-tabs {
  overflow: unset !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.leadership_filter_block .filter-container {
  margin-right: -0.8rem;
  margin-left: -0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: clamp(2rem, 1.2857142857rem + 1.8571428571vw, 3.4rem);
  padding-bottom: clamp(2rem, 1.2857142857rem + 1.8571428571vw, 3.4rem);
  border-bottom: 1px solid #09202e;
  font-family: var(--wp--preset--font-family--carot-sans);
  overflow: scroll;
  gap: 20rem;
}

.our_mentors_block .filter-tabs,
.leadership_filter_block .filter-container {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.our_mentors_block .filter-tabs::-webkit-scrollbar,
.leadership_filter_block .filter-container::-webkit-scrollbar {
  display: none;
}

.leadership_filter_block .filter-radio {
  gap: 2rem;
  color: var(--wp--preset--color--white);
  font-weight: 260;
  margin-left: -0.8rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: var(--wp--preset--font-family--carot-sans);
  font-size: clamp(1.8rem, 1.8rem + 0vw, 1.8rem);
}

.leadership_filter_block .filter-radio div {
  display: flex;
  gap: 0.5rem;
}

.leadership_filter_block .filter-radio input {
  -webkit-appearance: none;
  appearance: none;
  background-color: #09202e;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-block: auto;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.leadership_filter_block .filter-radio input:first-child {
}

.leadership_filter_block .filter-radio input:checked {
  background-color: #269a91;
  box-shadow: 0px 0px 16px rgba(76, 141, 46, 0.74);
}

.leadership_filter_block .filter-radio input:checked::before {
  display: block;
  content: "";
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-block: auto;
  background: white;
  margin: auto;
}

.no-posts {
  color: white;
}

@media screen and (min-width: 992px) {
  .cfo_mentoring_hero_block .left {
    flex-basis: 60% !important;
    width: unset !important;
  }

  .cfo_mentoring_hero_block .left .title {
    font-size: 52px !important;
  }

  .cfo_mentoring_hero_block .left .description {
    max-width: unset !important;
  }

  .cfo_mentoring_hero_block .right {
    flex-basis: 36.26% !important;
    width: 36.26% !important;
  }
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: none !important;
}

.swiper-pagination-bullet-active {
  background: none !important;
}

@media screen and (max-width: 768px) {
  .leadership_filter_block .filter-container {
    padding-right: 5rem;
    align-items: center;
  }
}

.team-card {
  background-color: #00101a;
}

.team-card .team-member {
  filter: saturate(0%);
  mix-blend-mode: exclusion;
  transition: filter 350ms;
}

.team-card .team-member:hover {
  filter: saturate(100%);
  mix-blend-mode: normal;
}

.our_mentors_block .filter-tabs {
  margin-right: -0.8rem;
  margin-left: -0.8rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: var(--wp--preset--font-family--carot-sans);
  overflow: scroll;
}

.our_mentors_block .filter-tabs .filter:hover,
.our_mentors_block .filter-tabs .filter.active {
  color: var(--wp--preset--color--white);
  background-color: #269a91;
  border-color: rgba(0, 0, 0, 0);
}

.our_mentors_block .filter-tabs .filter {
  margin-right: 0.8rem;
  margin-left: 0.8rem;
  color: rgba(250, 250, 250, 0.2);
  background-color: var(--wp--preset--color--downriver);
  border: 2px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  min-width: -moz-fit-content;
  min-width: fit-content;
  transition: background-color 0.3s, color 0.3s;
  pointer-events: auto;
}

.our_mentors_block .filter-wrapper {
  display: none !important;
}

span.footer-link.location p {
  font-size: 16px;
  line-height: 1.5;
}

footer .info span.footer-link {
  max-width: unset;
}

@media screen and (min-width: 768px) {
  .footer-info {
    justify-content: flex-end;
  }
}

@media screen and (min-width: 992px) {
  section.single_post_bio {
    overflow: auto;
  }
}

.force-show-card {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

footer .download-btn svg {
  margin-right: 0.8rem;
}

footer .download-btn:hover svg path {
  fill: #fff;
}

@media screen and (max-width: 768px) {
  footer .container .logos-wrapper {
    margin-bottom: 2rem;
    flex-wrap: wrap;
    row-gap: 1rem;
  }

  .hidden-on-mobile {
    display: none;
  }

  footer .third-logo,
  footer .fourth-logo {
    width: clamp(13.6rem, 14.7428571429rem + -1.9047619048vw, 12rem);
    height: clamp(2rem, 2.1785714286rem + -0.2976190476vw, 1.75rem);
  }

  footer .main-logo img,
  footer .second-logo img,
  footer .third-logo img,
  footer .fourth-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  footer .container .logos-line {
    height: 1.6rem;
    width: 0.2rem;
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

.card .member-category {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 260;
  margin-block: -0.6rem 1rem;
  text-transform: capitalize;
}

.cmi-dot::before,
.merryck-dot::before,
.cmi-merryck-dot::before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  margin: 0.2rem 0.5rem;
  margin-right: 0.7rem;
}

.cmi-dot::before {
  background: #365ac4;
}

.merryck-dot::before {
  background: #4c8d2e;
}

.cmi-merryck-dot::before {
  background: #269a91;
}

@media screen and (min-width: 600px) {
  .single-mentor .single_post_bio .tabs .tab-content .description {
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 992px) {
  .video_block .aspect-ratio video,
  .video_block .aspect-ratio iframe {
    background-color: black;
    object-fit: contain;
  }
}
