@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/* global css */
.post,
.page {
  margin: 0;
}
a {
  text-decoration: none !important;
}
html,
body {
 /* overflow-x: hidden;*/
}
li {
  list-style: none;
}
a {
  display: inline-block;
}
p {
  line-height: 1.5;
  font-size: 22px;
  color: #414141;
}
body {
  font-family: "georgia";
  font-weight: 400;
}
h1,
h2,
h3,
h5 {
  font-weight: 700;
  line-height: 1.2;
  font-family: "MADE TOMMY";
  color: #000;
}
h1 {
  font-size: 80px;
  color: #fff;
}
h1 span {
  color: #d94e53;
}
h2 {
  font-size: 66px;
}
.h2_60 {
  font-size: 60px;
}
h3 {
  font-size: 56px;
}
h5 {
  font-size: 24px;
  font-weight: 700;
}
.cta {
  font-size: 20px;
  font-weight: 600;
  padding: 16px 45px;
  border-radius: 160px;
  display: inline-block;
  color: #fff;
  margin-top: 50px;
  transition: 0.2s aese-in-out;
}
.btn-dark {
  font-size: 18px;
  padding: 14px 40px;
  margin-top: 0 !important;
}
.cta:hover {
  background-color: #d94e53 !important;
  color: #fff;
}
.btn-dark:hover {
  background-color: #164170 !important;
  color: #fff;
  border-color: #f15f68;
}
a#contct_us:hover {
  border: 1px solid #164170;
}
.p_140 {
  padding: 140px 0;
}
.p_120 {
  padding: 120px 0;
}
.container-fluid {
  padding: 0 60px;
}
/* header css */
.contact_link,
.social_link {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.contact_link li a,
.social_link li a {
  color: #fff;
}
.social_link {
  gap: 5px;
}
.contact {
  text-align: left;
}

.social_icons {
  text-align: right;
}

.social_link {
  justify-content: end;
}

.header_top_bar {
  padding: 8px 0;
}
.main_header .logo img {
  position: absolute;
  left: 60px;
  top: -10px;
  z-index: 1;
  max-width: 180px;
}
.header_right_link {
  text-align: right;
}
.social_link li a i {
  background-color: #ffffff24;
  height: 31px;
  width: 31px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  transition: 0.2s ease-in-out;
}
.social_link li a i:hover {
  background-color: #fff;
  color: #f15f68;
}
.nav-menu li a {
  color: #000;
}

.current_page_item {
  font-weight: 700;
}

.nav-menu {
  gap: 55px;
  justify-content: center;
}

.main_header .row {
  align-items: center;
  /* max-width: 1280px;
  margin-left: auto; */
}
.main_header {
  padding: 20px 0;
}
.main_header .container-fluid {
  position: relative;
}
.contact_link li:first-child {
  padding-right: 15px;
  border-right: 2px solid #fff;
}
.contact .contact_link .icon_with_text {
  line-height: 1.2;
}
.contact_link li:nth-child(2) {
  padding-left: 18px;
}
li.icon_with_text a {
  display: flex;
  align-items: center;
  gap: 0px 10px;
}
.contact_link li:first-child a {
  font-size: 16px;
  font-weight: 400;
}
/* banner */
/*.banner_content {
  max-width: 740px;
}*/
.banner_sec {
  padding: 228px 0;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner_sec::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 252px;
  height: 372px;
  background-color: #ecaa445c;
  z-index: -1;
  box-shadow: 0px 10px 250px #ecaa44cc;
  border-radius: 50%;
  transform: translateX(-50%) translateY(50%);
  filter: blur(80px);
}
.main-navigation li,
.menu_media_links li a,
.media_icons a {
  position: relative;
}
.menu_media_links li a::after,
.media_icons a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  background-color: #fff;
  height: 1px;
  width: 0;
  transition: width 0.3s ease-in-out;
}
.main-navigation li::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  background-color: #f15f68;
  height: 2px;
  width: 0;
  transition: width 0.3s ease-in-out;
}

.main-navigation li:hover::after,
.menu_media_links li a:hover::after,
.media_icons a:hover::after {
  width: 80%;
}

li.current-menu-item::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0px;
  background-color: #73bae2;
  height: 2px;
  width: 80%;
}

/* Dr. Gretchen Gagel  section */
.image_with_heading_and_content .row {
  align-items: center;
}
.image_with_heading_and_content .row .left_img:first-child,
.image_with_heading_and_content .right_content:nth-child(2) {
  padding-right: 47px;
}
.right_content .sub_heading {
  color: #d94e53;
  font-weight: 700;
  font-size: 24px;
  font-family: "Arial Narrow";
  letter-spacing: 1px;
}
.right_content p {
  max-width: 676px;
}
.sec_top_content {
  text-align: center;
  max-width: 1040px;
  margin: auto;
  margin-bottom: 40px;
}
.purpose_sec {
  padding-top: 90px;
}
.purpose_img {
  background-color: #164170;
  height: 85px;
  width: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-bottom: 20px;
}
.purpose_slide_item h3 {
  font-size: 20px;
}
.purpose_slide_item p {
  font-size: 18px;
  font-weight: 500;
}

.purpose_slide_item {
  border: 1px solid #d7d7d7;
  border-radius: 25px;
  padding: 30px;
  height: 100%;
}
.purpose_slider .slick-track {
  display: flex;
  margin: 0 -15px;
}
.purpose_slider .slick-slide {
  margin: 0 15px;
  height: auto;
}
.purpose_slider .slick-slide > div {
  height: 100%;
}
.purpose_slide_item:hover {
  background-color: #d94e53;
}
.purpose_slide_item:hover h3,
.purpose_slide_item:hover p {
  color: #fff;
}
.purpose_slide_item:hover .purpose_img {
  background-color: #fff;
}
.purpose_img img {
  filter: brightness(8%) invert(1);
}
.purpose_slide_item:hover .purpose_img img {
  filter: unset;
}
.purpose_slider {
  padding-bottom: 30px;
}

.purpose_slider .slick-dots li {
  margin: 0;
}
.purpose_slider .slick-dots {
  display: flex;
  justify-content: center;
  gap: 14px;
}
.purpose_slider .slick-dots li button {
  padding: 0;
}
.purpose_slider .slick-dots li button:before {
  font-size: 20px;
}
.purpose_slider .slick-dots .slick-active button:before {
  opacity: 1;
  color: #73bae2;
}
.col-4.logo_img {
  text-align: right;
}
.review_sec .row {
  margin-bottom: 50px;
  justify-content: space-between;
}
.review_slide_item .left_img_cont {
  max-width: 320px;
  text-align: center;
  position: relative;
}
.review_slide_item .left_img_cont::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: #0000001a;
  top: 0;
  right: -70px;
}
.review_slide_item .row {
  align-items: center;
}
.review_slide_item .left_img_cont h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2px;
}
.review_slide_item .left_img_cont p {
  font-size: 14px;
  color: #000;
}
.review_img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.review_slide_item .right_img_cont p {
  font-size: 22px;
  margin: 0;
  margin-top: 20px;
}
.review_slide_item .row {
  justify-content: space-between;
  margin: 0;
}

/* footer */
.partner_logo .p_logo span a {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner_logo .p_logo span a img {
  height: 100%;
}
.partner_logo .p_logo {
  display: flex;
  align-items: center;
  gap: 40px;
}
.footer_top .container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 75px 0;
  border-radius: 25px;
}
.footer_top h2 {
  max-width: 1000px;
  margin: auto;
  color: #fff;
  text-align: center;
  font-family: "MADE TOMMY";
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}
.partner_logo {
  padding-bottom: 72px;
  overflow: hidden;
}
.site-footer {
  margin-top: 180px;
  background-color: #000;
  position: relative;
}
.footer_top {
  position: absolute;
  left: 0;
  right: 0;
  top: 35px;
  transform: translateY(-45%);
}
.main_footer {
  padding-top: 290px;
}
.footer_links h5,
.social_media h5 {
  color: #fff;
  margin-bottom: 35px;
  font-family: "Arial Narrow";
  letter-spacing: 1px;
}

.partner_logo .slick-track {
  display: flex;
  align-items: center;
  margin: 0 -15px;
}
.partner_logo .slick-slide {
  margin: 0 15px;
}
.site-footer ul {
  padding: 0;
  margin: 0;
}
.site-footer .social_media_icon .media_icons {
  padding-bottom: 30px;
}
.media_icons,
.media_icons li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.site-footer ul.menu {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.site-footer ul.menu li {
  width: 45%;
  color: #fff;
  padding-bottom: 30px;
}
.site-footer ul.menu li a {
  color: #fff;
}
.contct.d-flex {
  align-items: baseline;
  padding-bottom: 30px;
}
.contct h6 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  font-family: "Arial Narrow";
  letter-spacing: 1px;
}
.contct {
  justify-content: flex-start;
}

.contct h6 {
  flex: 0 0 25%;
}

.contct p {
  flex: 0 0 60%;
}
.contct p {
  color: #fff;
  margin: 0;
  font-size: 16px;
  width: 300px;
  margin-left: auto;
}
.main_footer .prr {
  text-align: center;
  color: #fff;
  padding: 40px 0;
  margin: 0;
  font-size: 16px;
}
.menu_media_links {
  display: flex;
}
.main_footer .row .menu_media_links {
  width: 65%;
  padding-bottom: 70px;
  border-right: 1px solid #ffffff4d;
}
.main_footer .row .contact_info {
  width: 35%;
  padding-left: 80px;
}
.main_footer .row {
  border-bottom: 1px solid #ffffff4d;
}
.menu_media_links .footer_links {
  width: 70%;
}
.col-md-3.prr.p-0 {
  padding: 0 15px !important;
}

.contact .contact_link .icon_with_text {
  line-height: 1.2;
}

.header_right_link .btn.btn-dark.cta {
  padding: 14px 42px 16px 40px;
  background-color: #73bae2;
  color: #fff;
  border: 1px solid #73bae2;
  font-family: "Arial Narrow";
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}
.main_header .row .col-md-3.prr.p-0 {
  padding: 0;
}
.p_140.challenge-sec {
  padding-top: 100px;
}
.header_top_bar .row {
  align-items: center;
}

.main_header .row .col-md-3.prr.p-0 {
  padding: 0;
}

.review_sec .reviews-slider {
  max-width: 1310px;
  margin: auto;
}

.review_sec .right_img_cont p {
  max-width: 771px;
}

.right_img_cont {
  padding-left: 90px;
}

.review_slide_item .left_img_cont {
  padding-right: 40px;
}

.review_sec .cont {
  max-width: 858px;
}
.btn-dark:focus {
  color: #fff;
  border-color: transparent;
  box-shadow: none;
  outline: none;
}

.contact_info .contct a {
  color: #fff;
  flex: 0 0 75%;
  display: inline-block;
  padding-bottom: 20px;
}

.contact_info .address {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 30px;
}

.contact_info .address h6 {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.94px;
  flex: 0 0 25%;
  margin-bottom: 0;
}

.contact_info .address p {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  flex: 0 0 65%;
  margin-bottom: 0;
}

.site-header {
  position: sticky;
  top: 0px;
  z-index: 1000;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.site-header.scrolled {
  background-color: #fff;
  padding: 0px;
  transition: all 0.3s ease;
}
.right_content h2 {
  max-width: 370px;
}
.review_sec .logo_img {
  text-align: end;
}

.coming_soon .comin-content {
  max-width: 532px;
  margin: auto;
  text-align: center;
}

.footer_text_with_btn {
  display: flex;
  align-items: center;
  gap: 80px;
  justify-content: center;
}

.footer_text_with_btn .contnt h2 {
  text-align: left;
  max-width: 876px;
}

.footer_text_with_btn .btn.cta.contact_today {
  margin: 0;
  background: #ffffff;
  padding: 18px 51px;
  color: #000000;
}
.footer_text_with_btn .contct_today_btn {
  flex: 0 0 23%;
}
.footer_text_with_btn .contnt {
  flex: 0 0 65%;
}
.footer_text_with_btn .btn.cta.contact_today:hover {
  color: #fff;
}
a:visited {
  color: #fff;
}
.board_memb a:visited {
  color: #0d6efd;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.main-navigation.toggled ul {
  display: flex;
}
.board_memb_img img {
  border-radius: 50%;
  max-width: 106px;
  margin-bottom: 13px;
  height: 100px;
  width: 100px;
  object-fit: cover;
}
/*.board_memb_img img {
    border-radius: 50%;
    max-width: 106px;
    margin-bottom: 13px;
} */
.about_memb a {
  border: 1px solid;
  border-radius: 50px;
  height: 37px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_memb a:hover {
  background: #0d6efd;
}
.about_memb a:hover i {
  color: #fff;
}
.board_memb .sec_heading {
  margin-bottom: 50px;
}
section.meet_board {
  padding: 50px 0;
}
.name_with_designation small {
  margin-left: 5px;
}
.name_with_designation h6 {
  font-weight: 700;
  font-family: "MADE TOMMY";
  color: #414141;
}
.about_memb p {
  font-size: 18px;
}
.memb_slider .info_about_memb {
  padding: 15px;
}

.memb_slider .slick-next {
  margin-left: -20px;
}
.memb_slider .slick-prev {
  margin-left: -20px;
}

.slick-prev::before {
  content: "←";
  background-color: #d94e53;
  padding: 10px;
  border-radius: 50%;
}

.slick-next::before {
  content: "→";
  padding: 10px;
  background-color: #d94e53;
  border-radius: 50%;
}
.review_sec .cont h3 a {
  color: #000;
}
img {
  height: auto;
  max-width: 100%;
}

a#Support_Work {
  background: #ecaa44;
  border: 1px solid #ecaa44;
}
a#Support_Work:hover {
  background: #d94e53 !important;
  border: 1px solid #d94e53;
}
.header_right_link.cnt_btns a {
  border-radius: 40px;
}
/* Show only on mobile (≤767px) */
@media (max-width: 1025px) {
  .desktop-hide {
    display: block !important; /* or flex/grid */
  }
  .mobile-hide {
    display: none !important;
  }
  button.btn.btn-primary.btn-lg.btn-donate-ajax {
    margin-bottom: 40px;
  }
}

/* Show only on desktop (≥768px) */
@media (min-width: 1025px) {
  .desktop-hide {
    display: none !important;
  }
  .mobile-hide {
    display: block !important; /* or flex/grid */
  }
}

.ctbutns .header_right_link.cnt_btns {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  margin-bottom: 4px;
}

.js-content-center {
  align-items: center;
  justify-content: center;
}
/* Show only on mobile (≤767px) */
@media (max-width: 767px) {
  .banner_heading_rs h1 {
    font-size: 22px;
  }
  section.position-relative.page_banner_rs img {
    height: 132px;
  }
}

li.wc_payment_method input[type="radio"] {
  height: auto !important;
}
.main_footer .container {
  margin-top: 25px;
}
form.wpcf7-form.init textarea {
  border-radius: 9px;
  border: 1px solid #ccc;
  margin: 10px 0;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
  padding: 14px 42px 16px 40px;
  background-color: #73bae2;
  color: #fff;
  border: 1px solid #73bae2;
  font-family: "Arial Narrow";
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 35px;
}
form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"] {
  height: 45px;
  border-radius: 9px;
  border: 1px solid #ccc;
  margin: 10px 0;
}
form.wpcf7-form label,
form.wpcf7-form input[type="text"],
form.wpcf7-form textarea,
form.wpcf7-form input[type="email"] {
  width: 100%;
}
.custom-section-pdcast {
  padding: 60px 0;
}

.custom-section-pdcast h2 {
  font-weight: 700;
  font-size: 36px;
  list-style: 1.2;
  margin-bottom: 20px;
}

.custom-section-pdcast p {
  color: #555;
  font-size: 18px;
  line-height: 30px;
  margin: 20px 0;
}

.custom-section-pdcast .profile-img {
  width: 100%;
}
@media (min-width: 1500px) and (max-width: 1920px) {
  .custom-section-pdcast {
    padding-top: 100px;
  }
}

.custom-section-pdcast {
  padding-bottom: 100px;
}

.podcast-taxonomy-header h1 {
  color: #000;
}
.card-body .btn {
  background: #ecaa44;
  border: 1px solid #ecaa44;
  color: #fff;
  /* border: 1px solid #73BAE2; */
  font-family: "Arial Narrow";
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 42px;
  padding: 8px 17px;
}
.card-body .btn:hover {
  background: #d94e53 !important;
  border: 1px solid #d94e53;
}

.pd-pagination nav.navigation.pagination {
  align-items: center;
  justify-content: center;
}

.pd-pagination .nav-links {
  gap: 15px;
  align-items: center;
  display: flex;
}
.pd-pagination .nav-links span,
.pd-pagination .nav-links a {
  font-size: 24px;
  color: #000000;
}
.page-numbers:not(.next) {
  border: 1px solid #fff;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.page-numbers.current,
.page-numbers:not(.next):hover {
  border: 1px solid #ecaa44;
  color: #fff !important;
  background-color: #ecaa44;
}
/* podcast css */

.podcast-main-pg .dark h1,
.podcast-main-pg .dark p {
  color: #fff;
}
.podcast-main-pg p {
  margin: 0;
}
.podcast-main-pg .bg-blue {
  background-color: #73bae214;
}
.banner-inner p {
  font-size: 24px;
}
.podcast-main-pg .pt-100 {
  padding-top: 100px;
}
.podcast-main-pg .pb-100 {
  padding-bottom: 100px;
}
.podcast-main-pg .pt-120 {
  padding-top: 120px;
}
.podcast-main-pg .pb-120 {
  padding-bottom: 120px;
}
.podcast-main-pg .podacst-banner-sec {
  padding: 200px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.podcast-main-pg .podacst-banner-sec .banner-inner {
  text-align: center;
}
.podcast-main-pg .featured-epi .fea-epi-inner {
  text-align: center;
}
.podcast-main-pg .last-epi-row a:visited {
  color: #164170;
}
.podcast-main-pg .last-epi-row a {
  color: #164170;
  font-size: 24px;
  padding-top: 23px;
  display: inline-block;
  padding-bottom: 12px;
}
.podcast-main-pg .latest-episode .view-more-btn {
  justify-content: center;
}
.podcast-main-pg .view-more-btn a {
  background: #ecaa44;
  border: 1px solid #ecaa44;
}
.podcast-main-pg h1 {
  font-size: 90px;
}
.podcast-main-pg .podcast-play {
  margin-top: 45px;
}
.podcast-main-pg .host-card h6 {
  color: #d94e53;
  font-size: 28px;
  margin-top: 20px;
  font-weight: 500;
}
.host-img img,
.lst-epi-img img {
  width: 100%;
}
.hosts-sec h2 {
  margin-bottom: 30px;
}
.host-cntnt p {
  font-size: 20px;
}
.season-wrap h6 {
  font-size: 34px;
  color: #000;
  margin-bottom: 30px;
}
.last-epicrd {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.listen-play {
  margin-top: auto;
  gap: 10px;
}
.latst-hd {
  margin-bottom: 40px;
}
.listen-play span img {
  width: 20px;
  min-width: 20px;
  height: 20px;
  object-fit: contain;
}
.listen-play span {
  display: inline-block;
}
.listen-play,
.listen-play p {
  line-height: 1;
}
.season-wrap:not(:last-child) {
  margin-bottom: 80px;
}
.host-img img {
  height: 300px;
  object-fit: cover;
  object-position: center;
}
.hosts-inner .slick-slide {
  margin: 0 10px;
}

.hosts-inner .slick-prev {
  left: -48px;
}
.card-body {
  padding: 0;
}

.card {
  border: unset;
}

.card-body h5 {
  margin-top: 20px;
}
.prev.page-numbers {
  height: unset !important;
  width: unset !important;
}
.last-epi-row {
    display: flex;
   flex-wrap: wrap;
    gap: 10px;
    
}
.research-partners-section{
    padding:60px 20px;
    background:#ffffff;
}
.research-partner-col {
    margin-top: 17px;
}
/* TITLE */

.research-partners-title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #000000;
    font-family: 'MADE TOMMY';
}

/* ROW */

.research-partners-row{
    justify-content:center;
}

/* CARD */

.research-partner-card{
    display:block;
    background:#dcecf614;
    border-radius:10px;
    padding:30px;
    height:100%;
    text-align:center;
    text-decoration:none;
    transition:all .3s ease;
    box-shadow:0 3px 12px rgba(0,0,0,0.08);
}

.research-partner-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

/* LOGO */

.research-partner-logo{
    margin-bottom:20px;
}

.research-partner-logo img {
   height: 103px;
    width: auto;
}

/* TEXT */

.research-partner-text{
    font-size:15px;
    line-height:1.6;
    color:#444;
}

/* MOBILE */

@media (max-width:768px){

.research-partners-title{
    font-size:26px;
}

.research-partner-card{
    padding:20px;
}

}

.last-epi-row div {
    flex: 0 0 19%;
}
.last-epi-row .podcast-card {
    border: 1px solid #eaeaea;
    padding: 10px;
}