/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://generatepress.com/about
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.6.1.1767871674
Updated: 2026-01-08 11:27:54

*/

.grid-container {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  padding: 0;
}
.site-main {
  margin: 0 !important;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 18px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
}
body {
  font-family: "Source Sans Pro", sans-serif !important;
}
p {
  margin-bottom: 8px;
}
.button-primary a {
  background-color: #ee0000 !important;
}
.button-primary a {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0;
  padding: 5px;
  font-style: italic;
  color: #fff;
  font-weight: 600;
}
.header .button-primary a::after {
  height: 36px;
}
.header .button-primary a::before {
  height: 36px;
}
.button-primary a::after {
  content: "";
  width: 22px;
  height: 48px;
  background: #ee0000;
  position: absolute;
  border-radius: 50%;
  right: -9px;
}
.button-primary a::before {
  content: "";
  width: 22px;
  height: 48px;
  background: #ee0000;
  position: absolute;
  border-radius: 50%;
  left: -9px;
}

/*** Header ***/
.header .button-primary a {
  padding: 5px;
  width: 100%;
  height: 36px;
}
.button-primary {
  display: flex;
  width: 173px;
}
/* .header .button-primary {
  flex: 0 0 90px;
} */
/* Search Overlay Styles */
.search-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.9);
  animation: fadeIn 0.3s ease;
  font-family: "Source Sans Pro", sans-serif;
}

.search-overlay.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.search-overlay-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.search-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 10000;
}

.search-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}

.search-wrapper {
  width: 100%;
  max-width: 600px;
}

.search-overlay .search-form {
  width: 100%;
}

.search-input-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  padding: 4px;
  transition: all 0.3s ease;
}

.search-input-wrapper:focus-within {
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
}

.search-overlay .search-field {
  flex: 1;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  background: transparent;
  color: #000 !important;
  border-radius: 50px;
  font-family: "Source Sans Pro", sans-serif !important;
}

.search-overlay .search-field:focus {
  outline: none;
}

.search-overlay .search-field::placeholder {
  color: #666;
  font-weight: 500;
}

.search-overlay .search-submit {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ee0000;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  padding: 0 !important;
}

.search-overlay .search-submit:hover {
  background: #000;
  transform: scale(1.05);
}

.search-overlay .search-submit svg {
  width: 20px;
  height: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .search-overlay-content {
    padding: 20px;
  }

  .search-wrapper {
    max-width: 100%;
  }

  .search-close {
    top: 25px;
    right: 15px;
    width: 40px;
    height: 40px;
  }

  .search-overlay .search-field {
    font-size: 14px;
    padding: 14px 20px;
  }

  .search-overlay .search-submit {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 480px) {
  .search-input-wrapper {
    border-radius: 40px;
  }

  .search-overlay .search-field {
    padding: 12px 18px;
  }

  .search-overlay .search-submit {
    width: 40px;
    height: 40px;
  }
}
#search-icon,
.pointer {
  cursor: pointer;
}
.header-three-cols .site-logo {
  flex: 0 0 208px !important;
}
.header-three-cols .third-col {
  flex: 0 0 180px !important;
}
.header-three-cols .menu a.elementor-item {
  padding: 0px 18px !important;
}
.header {
  backdrop-filter: blur(50px);
  position: fixed !important;
  top: 0;
  width: 100% !important;
  transition: all 0.3s !important;
  z-index: 99 !important;
}
.header .site-logo svg {
  width: 100%;
  height: 100%;
}
.header.scrolled {
  background-color: #eceff4 !important;
}
.header .with-scroll,
.header.scrolled .without-scroll {
  display: none;
}
.header.scrolled .with-scroll {
  display: block;
}
.header.scrolled .menu a.elementor-item {
  color: #000 !important;
}
.header .third-col svg {
  fill: transparent !important;
  width: 16px;
}
.header.scrolled .third-col svg path {
  stroke: #000;
}
.header .third-col img {
  width: 16px;
}
.header .site-logo {
  height: 60px;
  overflow: hidden;
}

/*** Footer ***/
.footer-two-cols .second-col {
  flex: 0 0 376px !important;
}
.newsletter-form {
  display: flex;
}
.newsletter-form .button-primary {
  flex: 0 0 121px;
}
.newsletter-form input {
  background-color: transparent !important;
  border-left: 0;
  border-color: rgba(0, 0, 0, 0.1) !important;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  outline: 0;
  color: #000;
  height: 48px;
  padding: 5px 20px;
}
.newsletter-form .input::before {
  content: "";
  width: 12px;
  height: 48px;
  background: transparent;
  position: absolute;
  border-radius: 50%;
  left: -5px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.newsletter-form input::placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.bold a {
  font-weight: 600 !important;
}

.footer .footer-menu a {
  padding: 0 !important;
  margin-bottom: 20px;
}
.footer .footer-menu li.last a {
  margin-bottom: 0px;
}

.social-icons a.elementor-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ee0000;
}
.social-icons svg {
  font-size: 19px;
}
@media (max-width: 1024px) {
  .footer-menu .elementor-nav-menu__container {
    --menu-height: 1000vmax !important;
    max-height: 1000vmax !important;
    transform: none !important;
    margin-top: 0 !important;
  }
  .footer-menu .elementor-menu-toggle {
    display: none;
  }
  .footer-menu li.desktop {
    display: none;
  }
}
@media (min-width: 1025px) {
  .footer-menu li.mobile {
    display: none;
  }
}

@media (max-width: 1024px) {
  .footer .footer-six-cols {
    flex-direction: column !important;
  }
  .footer .footer-six-cols a.elementor-item {
    justify-content: space-between;
    margin-bottom: 0;
    padding: 18px 0px !important;
    background-color: transparent !important;
    color: rgba(0, 0, 0, 0.8) !important;
    font-weight: 600 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .footer .footer-six-cols li.first a.elementor-item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .footer .footer-six-cols li svg {
    font-size: 12px;
  }
  .footer
    .footer-six-cols
    li:has(.sub-menu[aria-expanded="true"])
    a.elementor-item {
    border-bottom: 0;
  }
  .footer .footer-six-cols .sub-menu a {
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
  }
  .footer
    .footer-six-cols
    li:has(.sub-menu[aria-expanded="true"])
    .sub-arrow
    svg {
    display: none;
  }
  .footer
    .footer-six-cols
    li:has(.sub-menu[aria-expanded="true"])
    .sub-arrow::before {
    content: "-";
    font-size: 36px;
    line-height: 0px;
    color: rgba(0, 0, 0, 0.8);
  }
  .footer .footer-six-cols .sub-arrow svg {
    fill: rgba(0, 0, 0, 0.8);
  }
}
@media (max-width: 991px) {
  .footer-two-cols {
    flex-direction: column !important;
    gap: 40px !important;
    padding-top: 43px !important;
    padding-bottom: 37px !important;
  }
  .footer-two-cols .second-col {
    flex: 0 0 100% !important;
  }
  .footer-two-cols .footer-logo {
    text-align: left;
  }
  .footer-menu-wrapper > .e-con-inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .footer-copyright-section {
    padding-top: 31px !important;
    padding-bottom: 33px !important;
    flex-direction: column !important;
    gap: 26px !important;
  }
  .newsletter-form .input {
    flex: 1;
  }
  .newsletter-form .input input {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer .footer-logo {
    max-width: 285px !important;
  }
}
@media (max-width: 1024px) {
  .header-three-cols .menu {
    order: 4;
    margin-left: auto;
  }
  .header-three-cols {
    justify-content: start;
  }
  .header-three-cols .third-col {
    margin-left: auto;
    flex: 1 !important;
  }
  .header-three-cols .menu .elementor-menu-toggle {
    margin: 0 !important;
    padding: 0;
    background-color: transparent;
    margin-left: 20px !important;
  }
  .header-three-cols .menu .elementor-nav-menu__container {
    position: absolute;
    left: 0;
    top: 80px;
    margin-top: 0;
    background: #fff;
    width: 100%;
    height: 100dvh;
    transition: all 0.1s !important;
    z-index: 99;
  }
  .header .header-three-cols .menu .elementor-nav-menu__container li a {
    color: rgba(0, 0, 0, 0.8) !important;
    font-weight: 600 !important;
    padding-left: 0 !important;
    padding: 15px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: transparent !important;
  }
  .header
    .header-three-cols
    .menu
    .elementor-nav-menu__container
    li.button-primary
    a {
    color: #fff !important;
    flex: 0 0 90px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ee0000 !important;
    padding: 0 !important;
    justify-content: center;
  }
  .header .menu {
    position: static;
  }
  .header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header .header-three-cols {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-three-cols .menu .elementor-menu-toggle svg {
    fill: #fff;
  }
  .header.scrolled .menu .elementor-menu-toggle svg {
    fill: rgba(0, 0, 0, 0.8);
  }
  body:has(
    .header-three-cols .menu .elementor-nav-menu__container[aria-hidden="false"]
  ) {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .header .menu li.desktop-donate {
    display: none;
  }
}
@media (max-width: 767px) {
  .header .third-col .button-primary {
    display: none;
  }
  .header-three-cols .site-logo {
    flex: 0 0 188px !important;
  }
  .header .header-three-cols .third-col {
    gap: 12px !important;
  }
  .header-three-cols .menu .elementor-menu-toggle {
    margin-left: 12px !important;
  }
  .header-three-cols .menu .elementor-nav-menu__container {
    top: 74.22px;
  }
  .header .button-primary a::after,
  .header .button-primary a::before {
    opacity: 1 !important;
    height: 35px;
  }
  .header
    .header-three-cols
    .menu
    .elementor-nav-menu__container
    li.button-primary {
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
  .header .site-logo {
    height: 54.22px !important;
  }
}
@media (max-width: 390px) {
  .header-three-cols .site-logo {
    flex: 0 0 160px !important;
  }
  .header .site-logo {
    height: 46.14px !important;
  }
  .header-three-cols .menu .elementor-nav-menu__container {
    top: 70px;
  }
}
@media (max-width: 300px) {
  .header-three-cols .site-logo {
    flex: 1 !important;
  }
  .header .site-logo {
    height: auto !important;
  }
}
.header .header-three-cols .third-col .elementor-icon {
  display: block;
}
* {
  -webkit-tap-highlight-color: transparent;
}
.login-box {
  position: absolute !important;
  width: 120px !important;
  top: 40px;
  background-color: #fff;
  padding: 10px !important;
  opacity: 0;
  visibility: hidden;
  left: 0;
  transition: all 0.3s !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.login-wrapper {
  width: max-content !important;
  position: relative !important;
}
.login-wrapper:hover .login-box {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1400px) {
  .login-box {
    left: -104px;
  }
}
.home-banner-slider .swiper-slide {
  height: 100dvh !important;
}
.home-banner-slider .info-container {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.home-banner-slider .swiper-slide {
  position: relative;
}
.home-banner-slider .swiper-slide::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.button-primary a {
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px;
}
.header .button-primary a {
  font-size: 16px;
}
.home-banner-slider .e-n-carousel {
  padding-bottom: 0 !important;
}

/*** Home custom slider css ***/
.home-cutom-fade-slider .slides-container-wrapper .slide {
  max-width: 470px;
}
.home-cutom-fade-slider .slides-pagination .progress-bar {
  width: 260px;
  background-color: rgba(255, 255, 255, 0.2);
  height: 1px;
}
.home-cutom-fade-slider .slides-pagination .progress-bar .progress-count {
  background-color: #fff;
  height: 1px;
  width: 33%;
  transition: all 0.8s;
}
.home-cutom-fade-slider
  .slides-pagination
  .progress-bar
  .progress-count.second {
  width: 75%;
}
.home-cutom-fade-slider .slides-pagination .progress-bar .progress-count.three {
  width: 100%;
}
.home-cutom-fade-slider .fraction-numbers {
  color: #fff;
  font-size: 14px;
}
.home-cutom-fade-slider .slides-pagination {
  display: flex;
  gap: 8px;
  align-items: center;
}
.home-cutom-fade-slider {
  cursor: pointer;
  overflow: hidden;
}
.home-cutom-fade-slider::before {
  content: "" !important  ;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 8;
}
.home-cutom-fade-slider .slides-container-wrapper {
  overflow: hidden;
  position: relative;
}
.home-cutom-fade-slider .slide {
  opacity: 0;
  transform: translateY(150px); /* new slide starts from bottom */
  transition:
    opacity 0.4s ease,
    transform 1s ease;
  pointer-events: none;
  position: absolute;
  bottom: 0;
}
.home-cutom-fade-slider .slide.active {
  opacity: 1;
  transform: translateY(0);
  position: unset;
}
.home-cutom-fade-slider .slide.exit {
  opacity: 0;
  transform: translateY(-150px);
  z-index: 1;
}
.home-cutom-fade-slider .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* display: none; */
  transition: all 1s !important;
  height: 100%;
  opacity: 0;
}
.home-cutom-fade-slider.one .image1 {
  display: block;
  opacity: 1;
}
.home-cutom-fade-slider.second .image2 {
  display: block;
  opacity: 1;
}
.home-cutom-fade-slider.three .image3 {
  opacity: 1;
  display: block;
}
.home-cutom-fade-slider .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-cutom-fade-slider .relative {
  position: relative;
  z-index: 9;
}

.home-cutom-fade-slider .image2 img {
  min-width: 282%;
  object-position: -1000px -1470px;
}
.home-cutom-fade-slider .image3 img {
  min-width: 115%;
}
@media (min-width: 1600px) {
  .home-cutom-fade-slider .image2 img {
    min-width: unset;
    object-position: unset;
  }
  .home-cutom-fade-slider .image3 img {
    min-width: unset;
  }
}
.home-your-support-section .right-col {
  flex: 0 0 670px;
}
.button-primary {
  padding-left: 9px;
  padding-right: 9px;
}
.header .button-primary {
  padding-left: 0;
  padding-right: 0;
}

.home-focus-section .single-normal-post-listing {
  height: 100%;
}
.home-focus-section .single-normal-post-listing .info {
  height: 100%;
}
.home-focus-section .single-normal-post-listing .button-secondary {
  margin-top: auto;
}
.button-secondary a {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #ee0000 !important;
}
.home-focus-section .single-normal-post-listing .terms span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.home-focus-section .single-normal-post-listing .post-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.button-secondary a {
  position: relative;
  display: block;
  width: max-content;
  text-underline-offset: 3px;
  text-decoration: underline !important;
}
.button-secondary a::before {
  content: "";
  background-color: #fff;
  width: 7px;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: -100%;
  transition: all 0.5s;
}
.button-secondary a:hover::before {
  left: 100%;
}
.hidden {
  overflow: hidden !important;
}
.home-focus-section .single-normal-post-listing img {
  transition: all 0.7s;
}
.home-focus-section .single-normal-post-listing:hover img {
  transform: scale(1.3);
}
.home-banner-slider .elementor-widget-video,
.home-banner-slider .e-hosted-video {
  height: 100dvh;
  aspect-ratio: auto !important;
}
.red {
  color: #ee0000;
}
.five-decades-heading {
  max-width: 1040px !important;
  width: 100%;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
  /* margin-top: -104px; */
  z-index: -9;
}

.stand-us-three-section .col .icon svg {
  fill: transparent !important;
  cursor: pointer;
}
.stand-us-three-section .col .icon svg:hover {
  fill: #ee0000 !important;
}
.stand-us-three-section .col .icon svg:hover path {
  stroke: #fff;
}
.stand-us-three-section .col {
  max-width: 316px;
  cursor: pointer;
}
.stand-separator {
  height: 4px;
  background-color: transparent;
  width: 100%;
  position: relative;
}
.stand-separator .inside {
  background-color: #ee0000;
  width: 100%;
  height: 4px;
  position: absolute;
  max-width: 316px;
  border-radius: 4px;
  left: 0;
  transition: all 0.5s;
}
.stand-main-wrapper:has(.col-2.active) .stand-separator .inside {
  left: 427px;
}
.stand-main-wrapper:has(.col-3.active) .stand-separator .inside {
  left: 854px;
}
.stand-us-image-container .single-image {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: all 1s !important;
}
.stand-us-image-container {
  height: 512px !important;
  overflow: hidden !important;
}
.stand-us-image-container .single-image.active {
  opacity: 1;
}
.home-full-width-section .left-col {
  padding-left: calc((100vw - 1185px) / 2);
  padding-right: 40px; /* optional spacing */
}
.home-full-width-section .left-col .button-primary {
  flex: 0 0 165px;
}
.home-feature-loop-grid .feat-image {
  flex: 0 0 235px;
}
.home-feature-loop-grid .post-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.7s !important;
}
.home-feature-loop-grid .post-content * {
  font-size: 18px;
  font-weight: 400;
}
.home-feature-loop-grid .post-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.home-feature-loop-grid .post-title h5 {
  transition: all 0.1s !important;
}
.home-feature-loop-grid {
  transition: all 0.5s !important;
  overflow: hidden;
}
.home-feature-loop-grid:hover {
  background-color: #ee0000;
}
.home-feature-loop-grid:hover h5 {
  color: #fff !important;
}
.home-feature-loop-grid:hover .post-content * {
  color: rgba(255, 255, 255, 0.8);
}
.home-feature-loop-grid .read-more a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.home-feature-loop-grid .info {
  margin-top: auto;
}
.home-feature-loop-grid .read-more {
  transform: translateY(200px);
  transition: all 0.6s !important;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.home-feature-loop-grid:hover .read-more {
  transform: none;
  opacity: 1;
}
.home-feature-loop-grid:hover .post-content {
  margin-bottom: 40px !important;
}
.post-filter-container .filters {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  gap: 17px;
  justify-content: end;
  margin-bottom: 20px;
  margin-top: -17px;
}
.post-filter-container .filters .global::before {
  content: "|";
  color: rgba(0, 0, 0, 0.2);
  padding-right: 16px;
}
.post-filter-container .filters ul {
  margin: 0;
  list-style: none;
  font-weight: 400;
  font-size: 16px;
}
.post-filter-container .filters .dropdown-options {
  position: absolute;
  max-height: 300px;
  overflow: auto;
  background-color: #fff;
  right: 0;
  width: 200px;
  z-index: 9;
  display: none;
}
.post-filter-container .filters .dropdown-options li {
  padding: 5px 10px;
  transition: all 0.3s;
  cursor: pointer;
}
.post-filter-container .filters .dropdown-options li:hover {
  background-color: #ee0000;
  color: #fff;
}
.post-filter-container .filters .custom-dropdown {
  position: relative;
}
.post-filter-container .filters .dropdown-options::-webkit-scrollbar {
  width: 5px;
}
.post-filter-container .filters .dropdown-options::-webkit-scrollbar-track {
  background: transparent;
}
.post-filter-container .filters .dropdown-options::-webkit-scrollbar-thumb {
  background-color: #ee0000;
  border-radius: 5px;
}
.post-filter-container .filters .dropdown-selected {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #ee0000;
}
.post-filter-container .filters .dropdown-selected::after {
  content: "";
  background-image: url("/wp-content/uploads/2026/01/Vector5.png");
  width: 11px;
  height: 8px;
  display: block;
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-left: 16px;
}
.post-filter-container .post-filter-item .feature-image {
  height: 208px;
  overflow: hidden;
}
.post-filter-container .post-filter-item .feature-image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.post-filter-container .post-filter-item .info-container {
  background-color: #fff;
  padding: 30px;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 0.8s !important;
  height: 234px;
  width: 100%;
}
.post-filter-container .post-filter-item:hover .info-container {
  height: 100%;
}
.post-filter-container .post-filter-item .feature-image img {
  transition: all 0.8s;
}
.post-filter-container .post-filter-item:hover .feature-image img {
  transform: scale(1.3);
}
.post-filter-container .post-filter-item {
  position: relative;
  height: 442px;
  transition: all 0.8s !important;
  overflow: hidden;
  flex: 0 0 370px;
}
.post-filter-container .info-container .terms-and-date {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}
.post-filter-container .info-container .terms-and-date a {
  color: rgba(0, 0, 0, 0.8);
}
.post-filter-container .info-container .title {
  font-size: 22px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 24px;
  min-height: 76px;
}
.post-filter-container .info-container .title a {
  color: #000;
}
.post-filter-container .info-container .description {
  font-size: 18px;
  line-height: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.post-filter-container .post-filter-item:hover .description {
  opacity: 1;
}
.post-filter-container .button-secondary {
  font-style: italic;
  margin-top: auto;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: #fff;
  height: 54px;
}
.post-filter-container .button-secondary a::before {
  bottom: 0;
}
@media (min-width: 768px) {
  .post-filter-listing {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: grab;
    padding-left: calc((100vw - 1185px) / 2);
    padding-right: calc((100vw - 1185px) / 2);
    margin-left: calc(-1 * ((100vw - 1185px) / 2));
    margin-right: calc(-1 * ((100vw - 1185px) / 2));
  }
}
.post-filter-listing::-webkit-scrollbar {
  display: none;
}
.post-filter-listing.dragging {
  cursor: grabbing;
}
/* Kill selection completely */
.no-select,
.no-select * {
  user-select: none !important;
  -webkit-user-select: none !important;
}

/* Disable selection ONLY while dragging */
.dragging-scroll,
.dragging-scroll * {
  user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
}
.home-filter-single-image {
  position: absolute !important;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1 !important;
}
.featured-image.page-header-image {
  display: none;
}
.page-banner-wrapper .content-container {
  max-width: 795px !important;
}
.page-banner-wrapper .banner-image {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: -1;
}
.page-banner-wrapper {
  min-height: 540px !important;
  overflow: hidden !important;
}
.page-banner-wrapper::after {
  content: "";
  width: 100%;
  height: 330px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35.76%, #000000 100%);
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.page-banner-wrapper #page-breadcrumbs {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
  position: absolute;
  top: 10px;
}
.page-banner-wrapper #page-breadcrumbs .current-page {
  font-weight: 700;
}
.page-banner-wrapper #page-breadcrumbs .separator {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 20px;
}
.page-banner-wrapper .page-banner,
.page-banner-wrapper .page-banner-outside,
.page-banner-wrapper .page-banner > .e-con-inner,
.page-banner-wrapper .elementor-widget-shortcode {
  position: static;
}
.our-story-legacy .right-col {
  flex: 0 0 470px !important;
}
.awards-loop-template {
  height: 100%;
}
.awards-loop-template .awards-image {
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-story-timeline-wrapper .left-col {
  padding-left: calc((100vw - 1185px) / 2);
}
.our-story-timeline-wrapper
  .our-story-timeline-slider
  .elementor-swiper-button {
  border: 1px solid #fff !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 150px !important;
  top: unset !important;
  left: 0px !important;
  transform: none !important;
}
.our-story-timeline-wrapper
  .our-story-timeline-slider
  .elementor-swiper-button-next {
  left: 44px !important;
}
.our-story-timeline-wrapper
  .our-story-timeline-slider
  .elementor-swiper-button
  svg {
  font-size: 20px;
  display: block;
}
.our-story-timeline-wrapper .our-story-timeline-slider {
  padding-bottom: 80px;
}
.our-story-tab-section .e-n-tabs-heading button {
  background-color: transparent !important;
  justify-content: start;
  color: rgba(255, 255, 255, 0.3) !important;
  height: auto !important;
  line-height: normal;
  padding-bottom: 47px;
  position: static;
}
.our-story-tab-section .e-n-tabs-content {
  max-width: 470px;
  margin-top: -123px;
}
.our-story-tab-section .e-n-tabs {
  justify-content: space-between;
}
.our-story-tab-section .e-n-tabs-heading button[aria-selected="true"] {
  color: #fff !important;
}
.our-story-tab-section .e-n-tabs-heading button:last-child {
  padding-bottom: 0;
}
.our-story-tab-section .e-n-tabs-heading::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
}
.our-story-tab-section .e-n-tabs-heading {
  padding-left: 25px;
  position: relative;
}
.our-story-tab-section .e-n-tabs-heading button[aria-selected="true"]::before {
  content: "";
  background-color: #fff;
  width: 1px;
  height: 48px;
  position: absolute;
  left: 0;
}
#page-breadcrumbs {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.5px;
}
#page-breadcrumbs .separator {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 20px;
}
#page-breadcrumbs .current-page {
  font-weight: 700;
}
body:not(:has(.constant-top-section)) .header {
  background-color: #eceff4 !important;
}
body:not(:has(.constant-top-section)) .header .without-scroll {
  display: none;
}
body:not(:has(.constant-top-section)) .header .with-scroll {
  display: block;
}
body:not(:has(.constant-top-section)) .header .menu a.elementor-item {
  color: #000 !important;
}
body:not(:has(.constant-top-section)) .third-col svg path {
  stroke: #000;
}
.leadership-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.leadership-modal-content {
  background: #fff;
  max-width: 1160px;
  width: 100%;
  padding: 60px 45px;
  max-height: 80vh;
  overflow: auto;
}
.leadership-container-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 33px;
  row-gap: 80px;
}
.leadership-container-wrapper .leadership-item h5 {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: normal;
}
.leadership-container-wrapper .leadership-item img {
  display: block;
  filter: grayscale(1);
  transition: all 0.3s;
}
.leadership-container-wrapper .leadership-item .role {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
}
.leadership-container-wrapper .leadership-item .open-popup {
  width: 30px;
  height: 30px;
  display: flex;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  bottom: 12px;
  right: 12px;
  z-index: 1;
}
.leadership-container-wrapper .leadership-item .open-popup .line {
  height: 2px;
  width: 10px;
  display: block;
  background-color: #000;
  border-radius: 5px;
  transition: all 0.3s;
}
.leadership-container-wrapper .open-popup .line.two {
  transform: rotate(90deg);
  position: absolute;
}
.leadership-container-wrapper .leadership-item .image-wrapper {
  position: relative;
}
.leadership-container-wrapper .leadership-item:hover img {
  filter: none;
}
.leadership-container-wrapper .leadership-item:hover .line.two {
  transform: none;
}
.leadership-container-wrapper .social-share-icons a {
  display: block;
  width: 32px;
  height: 32px;
  background-color: #ee0000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.leadership-container-wrapper .social-share-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}
.leadership-container-wrapper .social-share-icons path {
  stroke: #fff;
}
.leadership-container-wrapper .social-share-icons svg {
  width: 16px;
}
.leadership-modal .leadership-inside {
  display: flex;
  gap: 52px;
  align-items: flex-start;
}
.leadership-modal .leadership-inside img {
  display: block;
}
.leadership-modal .leadership-inside h5 {
  font-weight: 700;
  margin-bottom: 10px;
  line-height: normal;
}
.leadership-modal .leadership-inside .role {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
}
.leadership-modal .social-share-icons a {
  width: 32px;
  height: 32px;
  background-color: #ee0000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.leadership-modal .social-share-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
  margin-bottom: 46px;
}
.leadership-modal .social-share-icons path {
  stroke: #fff;
}
.leadership-modal .social-share-icons svg {
  width: 16px;
}
.leadership-modal .leadership-inside .description {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
}
.leadership-modal .leadership-modal-close {
  background-color: transparent;
  color: #000;
  font-size: 30px;
  padding: 0;
  position: absolute;
  line-height: normal;
  right: 13px;
  top: 10px;
}
.leadership-modal-content {
  position: relative;
}
body:not(:has(.constant-top-section)) .header {
  box-shadow: 0px 4px 4px 0px #00000008;
}
@media (max-width: 767px) {
  .leadership-container-wrapper {
    gap: 80px !important;
    grid-template-columns: 1fr;
  }
  .leadership-container-wrapper .leadership-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  .leadership-modal .leadership-inside {
    flex-direction: column;
  }
  .leadership-modal-content {
    padding: 60px 19px;
    overflow: auto;
    height: 100dvh;
  }
  .leadership-modal .leadership-inside {
    gap: 28px;
  }
  .leadership-modal .social-share-icons {
    margin-bottom: 34px;
  }
}
.red-before::before {
  content: "";
  background-color: #ee0000;
  width: 2px;
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}
.red-before {
  position: relative;
  padding-left: 12px !important;
}
.msf-funding-container .left-col {
  flex: 0 0 430px !important;
}
.light-red {
  color: rgba(238, 0, 0, 0.8);
}
.access-the-proof-section .bg-black {
  background-color: #000;
  padding: 0px 15px;
}
.access-the-proof-section .top-content-section {
  max-width: 1170px;
  margin: 0px auto;
  padding-top: 74px;
  padding-bottom: 67px;
  overflow: visible;
}
.access-the-proof-section .top-content-section .top-heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.access-the-proof-section .top-content-section .top-heading span {
  color: #ee0000;
  font-size: 16px;
  padding-left: 7px;
}
.access-the-proof-section .top-content-section h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 6px;
  margin-bottom: 22px;
  line-height: 40px;
}
.access-the-proof-section .top-content-section .description-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin-bottom: 24px;
}
.access-the-proof-section .top-content-section .year-filter ul {
  list-style: none;
}
.access-the-proof-section
  .top-content-section
  .year-filter
  .year-filter-dropdown {
  margin: 0;
}
.access-the-proof-section .top-content-section .year-dropdown {
  max-width: 338px;
}
.access-the-proof-section
  .top-content-section
  .year-filter
  .year-dropdown-trigger {
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 0;
  border-right: 0;
  padding: 5px 12px;
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
.access-the-proof-section
  .top-content-section
  .year-filter
  .year-dropdown-trigger::before {
  content: "";
  width: 20px;
  height: 48px;
  background: transparent;
  position: absolute;
  border-radius: 50%;
  left: -8px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.access-the-proof-section
  .top-content-section
  .year-filter
  .year-dropdown-trigger::after {
  content: "";
  width: 20px;
  height: 48px;
  background: transparent;
  position: absolute;
  border-radius: 50%;
  right: -8px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.access-the-proof-section .top-content-section .arrow,
.access-the-proof-section .top-content-section .arrow img {
  display: block;
}
.access-the-proof-section .top-content-section .year-filter-dropdown {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  background-color: #000;
  width: 100%;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-top: 0;
  top: 49px;
  height: 0;
  opacity: 0;
  overflow: auto;
  transition: all 0.3s;
}
.access-the-proof-section .top-content-section .year-dropdown {
  position: relative;
}
.access-the-proof-section .top-content-section .year-filter-dropdown li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 12px;
}
.access-the-proof-section .top-content-section .year-filter-dropdown li:hover {
  background-color: #fff;
  color: #000;
}
.access-the-proof-section
  .top-content-section
  .year-dropdown.open
  .year-filter-dropdown {
  opacity: 1;
  height: 300px;
}
.access-the-proof-section .year-filter-dropdown::-webkit-scrollbar {
  width: 4px;
}
.access-the-proof-section .year-filter-dropdown::-webkit-scrollbar-track {
  background: transparent;
}
.access-the-proof-section .year-filter-dropdown::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 5px;
}
.access-the-proof-section .top-content-section {
  display: flex;
  flex-wrap: nowrap;
  gap: 38px;
}
.access-the-proof-section .top-content-section .left-content {
  flex: 0 0 422px;
}
.access-the-proof-section .top-content-section .right-content {
  flex: 0 0 calc(100% - 460px);
  /* overflow: auto; */
}
.access-the-proof-section .year-post-list {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  touch-action: auto;
}
/* .access-the-proof-section .top-content-section .year-post-list {
  overflow: visible !important;
} */
.access-the-proof-section .year-post-list-item {
  position: relative;
  transition: all 0.8s !important;
  overflow: hidden;
  flex: 0 0 370px;
}
.access-the-proof-section .year-post-list-item .featured-image {
  margin: 0;
}
.access-the-proof-section .year-post-list-item .featured-image img {
  display: block;
  width: 100%;
  height: 208px;
  object-fit: cover;
}
.access-the-proof-section .year-post-list-item .info {
  background-color: #fff;
  padding: 40px 30px;
}
.access-the-proof-section .year-post-list-item .info .date {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 17px;
}
.access-the-proof-section .year-post-list-item .title {
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 56px;
}
.access-the-proof-section .year-post-list-item .title a {
  color: #000;
}
.access-the-proof-section .year-post-list-item .post-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 25px;
}
.access-the-proof-section .year-post-list-item .button-secondary {
  font-style: italic;
}
.access-the-proof-section .year-post-list-item .cateogory {
  font-size: 16px;
  background-color: #42464c;
  position: absolute;
  top: 27px;
  left: 31px;
  padding: 8px 10px;
}
.access-the-proof-section .year-post-list-item .cateogory a {
  color: rgba(255, 255, 255, 0.8);
}
.access-the-proof-section .year-filter {
  padding: 0px 8px;
}
.access-the-proof-section .bottom-section-content .year-post-list {
  padding-left: calc((100vw - 1185px) / 2);
  padding-right: calc((100vw - 1185px) / 2);
  margin-left: calc(-1 * ((100vw - 1185px) / 2));
  margin-right: calc(-1 * ((100vw - 1185px) / 2));
}
.access-the-proof-section .bottom-section-content {
  max-width: 1170px;
  margin: 0px auto;
}
.access-the-proof-section .bottom-section-content:has(.year-post-list-item) {
  padding-top: 78px;
}
.home-banner-slider::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35.76%, #000000 100%);
  width: 100%;
  height: 476px;
  position: absolute;
  bottom: 0;
}
.home-top-banner-2 .home-banner-single-loop .feat-image {
  position: absolute;
  width: 100%;
  left: 0px;
  height: 100%;
  top: 0;
  z-index: -1;
}
.home-top-banner-2 {
  height: 100dvh;
}
.home-top-banner-2 .home-banner-single-loop .feat-image img {
  display: block;
  width: 100%;
  height: 100dvh;
}
.home-top-banner-2 .e-con-inner,
.home-top-banner-2 .home-banner-single-loop,
.home-top-banner-2 .elementor-widget-loop-grid,
.home-top-banner-2 .static {
  position: static !important;
}
.home-top-banner-2 .home-banner-2-inside {
  height: 100dvh !important;
}
.home-top-banner-2 .home-banner-2-inside .e-con-inner {
  justify-content: end !important;
}
.home-top-banner-2 .home-banner-single-loop h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.home-top-banner-2 .home-banner-single-loop .tags li a {
  color: #fff;
  font-size: 18px;
}
.home-top-banner-2 .home-banner-single-loop .tags li {
  background-color: #42464c;
  padding: 0px 18px;
  border-radius: 12px;
}
.home-top-banner-2::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35.76%, #000000 100%);
  width: 100%;
  height: 476px;
  position: absolute;
  bottom: 0;
  z-index: -1;
  top: unset;
}
.header .menu .sub-menu {
  /* left: 18px !important; */
  top: 25px !important;
}
.header .menu .sub-menu li .sub-menu {
  top: auto !important;
}
.header .menu .sub-menu li a {
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  border-left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header .menu .sub-menu li a:hover,
.header .menu .sub-menu li a.elementor-item-active,
.header .menu .sub-menu li a:focus,
.header .menu a.elementor-sub-item.highlighted {
  background-color: #ee0000 !important;
  color: #fff !important;
}
.header .elementor-nav-menu--main .elementor-nav-menu a {
  transition: all 0.2s !important;
}
.header .menu .sub-arrow svg {
  position: relative;
  top: 1.5px;
}
@media (max-width: 1024px) {
  .header li:has(.sub-menu[aria-expanded="true"]) .sub-arrow::before {
    content: "";
    font-size: 36px;
    line-height: 0px;
    background-color: transparent;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 6px;
    z-index: 9;
  }
  .header .elementor-nav-menu__container a {
    justify-content: space-between;
  }
  .header .sub-arrow {
    position: relative;
  }
  .header .menu .sub-menu li a {
    border-left: 10px solid transparent;
  }
  .header .menu li a.elementor-item-active {
    background-color: #ee0000 !important;
    color: #fff !important;
  }
}
.header.scrolled .menu .sub-arrow svg {
  fill: rgba(0, 0, 0, 0.8);
}
body:not(:has(.constant-top-section)) .header .menu .sub-arrow svg {
  fill: rgba(0, 0, 0, 0.8);
}
.regional-office-acc-item {
  border: unset !important;
}
.regional-office-acc-item span.elementor-icon-list-icon {
  width: 32px !important;
  min-width: 32px;
  height: 32px !important;
  background-color: #ffffff;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: unset !important;
  padding: unset !important;
  border-radius: 50%;
}
.regional-office-acc-item span.elementor-icon-list-icon svg {
  margin: unset !important;
  padding: unset !important;
  width: 20px !important;
  height: 20px !important;
}
.regional-office-acc-item span.elementor-icon-list-text {
  padding-left: 17px !important;
}
.what-we-do-two-section .one-col {
  flex: 0 0 390px !important;
}
.what-we-do-two-section .two-col {
  flex: 1 !important;
}
.what-we-do-two-section .counter-section .col {
  flex: 0 0 200px !important;
}
.upholding-section .cols {
  flex: 0 0 356px !important;
}
.m-unset p {
  margin-bottom: unset !important;
}
.public-grid-section .public-image {
  width: 46px;
  height: 46px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.regional-reach-section-inner-grid-card-icon .elementor-icon-wrapper {
  width: 46px !important;
  height: 46px !important;
  background-color: #fff;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50%;
}
.regional-write-section-inner .e-con-inner {
  margin-left: unset !important;
}

/**********************contact form******************/

.contact-form-section .msf-contact-page-inside {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  column-gap: 56px;
  row-gap: 38px;
  padding-bottom: 30px;
}
.contact-form-section input {
  padding: 0px !important;
  background-color: unset !important;
  border-bottom: 1px solid rgb(0, 0, 0, 0.2) !important;
  font-family: Source Sans Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  padding-bottom: 15px !important;
  width: 100% !important;
  text-transform: capitalize !important;
}
.contact-form-section textarea {
  padding: 0px !important;
  background-color: unset !important;
  border: unset !important;
  border-bottom: 1px solid rgb(0, 0, 0, 0.2) !important;
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  height: 40px;
  padding-bottom: 15px !important;
  text-transform: capitalize !important;
}
.contact-form-section input.msf-btn-red {
  font-family: Source Sans Pro;
  font-weight: 600;
  font-style: Italic;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  background-color: #ee0000 !important;
  padding: 5px !important;
  height: 48px;
  width: 100%;
}
.contact-form-section .msf-form-submit {
  position: relative;
  margin-top: 35px !important;
  width: 120px;
  padding-left: 10px;
}
.contact-form-section .msf-form-submit::before {
  content: "";
  width: 18px;
  height: 48px;
  background: #ee0000;
  position: absolute;
  border-radius: 50%;
  left: 0px;
}
.contact-form-section .msf-form-submit::after {
  content: "";
  width: 18px;
  height: 48px;
  background: #ee0000;
  position: absolute;
  border-radius: 50%;
  right: -10px;
  top: 0;
}

.work-section-wrapper .place {
  flex: 0 0 570px !important;
  overflow: hidden !important;
}
.work-section-wrapper .place .arrow-icon {
  position: absolute;
  bottom: 34px;
  right: 43px;
  height: 24px;
  z-index: 4;
  cursor: pointer !important;
}
.work-section-wrapper .place .arrow-icon svg {
  fill: transparent !important;
  font-size: 25px;
  display: block;
  transition: all 0.2s !important;
}
.work-section-wrapper .place .arrow-icon svg path,
.work-section-wrapper .place .arrow-icon svg circle {
  stroke: #fff;
  transition: all 0.2s !important;
}
.work-section-wrapper .place .absolute-cont {
  position: absolute;
  bottom: -115px;
  padding-bottom: 30px;
  padding-left: 37px;
  padding-right: 37px;
  left: 0;
  transition: all 0.8s !important;
  height: 178px;
  z-index: 1;
}
.work-section-wrapper .place::before {
  content: "";
  background: linear-gradient(
    360deg,
    #000000 -5.08%,
    rgba(102, 102, 102, 0) 100%
  );
  height: 178px;
  position: absolute;
  bottom: 0px;
  top: unset;
  transition: all 0.8s !important;
  z-index: 1;
}
.work-section-wrapper .place:hover svg {
  fill: #ee0000 !important;
}
.work-section-wrapper .place:hover .arrow-icon svg circle {
  stroke: #ee0000;
}
.work-section-wrapper .place:hover .absolute-cont {
  bottom: 0;
  height: 100%;
  padding-top: 40px;
}
.work-section-wrapper .place:hover::before {
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.work-section-wrapper .place .two-cols {
  margin-top: auto;
}

.work-section-wrapper {
  padding-left: calc((100vw - 1185px) / 2);
  padding-right: calc((100vw - 1185px) / 2);
  margin-left: calc(-1 * ((100vw - 1185px) / 2));
  margin-right: calc(-1 * ((100vw - 1185px) / 2));
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  flex-wrap: nowrap !important;
  display: flex !important;
  flex-direction: row !important;
  width: unset !important;
}

.media-gallery .media-item img {
  display: block;
  width: 100%;
  height: 336px;
  object-fit: cover;
  margin-bottom: 22px;
}
.media-gallery .media-item .media-caption {
  margin-bottom: 0;
  font-size: 18px;
  color: rgba(0, 0, 0.8);
}
.media-gallery .slick-slide {
  padding: 0px 15px;
  position: static;
}
.media-gallery {
  margin: 0px -15px;
  position: static;
  margin-top: 40px;
}
.media-gallery .slick-arrow {
  background-color: transparent;
  width: 42px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ee0000;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 0px;
}
.static-cont {
  position: static !important;
}
.media-gallery .slick-prev {
  right: 58px;
}
.media-gallery .media-item {
  width: 470px !important;
}
.media-slider-bleed {
  margin-right: calc(50% - 48vw);
  overflow: visible;
}
/* Slick internals */
.media-slider-bleed .slick-list {
  overflow: hidden;
}
.media-slider-bleed .slick-slider {
  position: unset;
}
.media-gallery .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.overseas-two-cols .col-1 {
  flex: 0 0 635px !important;
}
.overseas-two-cols .col-2 {
  flex: 0 0 calc(100% - 670px) !important;
}
.page-banner-wrapper.south-asia,
.page-banner-wrapper.overseas {
  display: none;
}
body:has(#oversear[aria-selected="true"]) .page-banner-wrapper.overseas {
  display: flex;
}
body:has(#south-asia[aria-selected="true"]) .page-banner-wrapper.south-asia {
  display: flex;
}
.white-accordian .e-n-accordion-item-title {
  flex-direction: row-reverse !important;
  justify-content: space-between !important;
  padding: 24px 0px !important;
  line-height: normal !important;
}
.white-accordian .e-n-accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
}
.white-accordian .e-n-accordion-item:first-child .e-n-accordion-item-title {
  padding-top: 0 !important;
}
.white-accordian div[role="region"] {
  border: 0;
  padding-bottom: 24px;
}
.white-accordian .e-n-accordion-item-title-icon span {
  display: flex;
  width: 26px !important;
  height: 26px !important;
  border-radius: 50%;
  border: 1px solid #ee0000;
  justify-content: center;
  align-items: center;
}
.white-accordian .e-n-accordion-item-title-icon svg {
  fill: #ee0000 !important;
}
.white-accordian p {
  margin-bottom: 0;
}
.white-accordian-section .col-1 {
  flex: 0 0 450px !important;
}
.white-accordian-section .col-2 {
  flex: 0 0 calc(100% - 475px) !important;
}
.tabs-work .e-n-tabs-heading button {
  padding: 0;
  background-color: transparent !important;
  color: rgba(0, 0, 0, 0.8) !important;
  font-family: "Source Sans Pro", sans-serif;
  display: block;
}
.tabs-work .e-n-tabs-heading button span {
  font-size: 22px !important;
}
.tabs-work .e-n-tabs-heading {
  padding: 0px 15px !important;
  gap: 50px !important;
}
.tabs-work .e-n-tabs-heading button[aria-selected="true"] {
  font-weight: 600;
  color: #000 !important;
}
.tabs-work .e-n-tabs-heading button[aria-selected="true"]::after {
  content: "";
  background-color: #ee0000;
  height: 2px;
  width: 100%;
  display: block;
}
.black-accordian .e-n-accordion-item-title {
  padding: 24px 0px !important;
  line-height: normal !important;
  color: rgba(255, 255, 255, 0.8) !important;
  border: 0 !important;
}
.black-accordian .e-n-accordion-item-title .e-n-accordion-item-title-text {
  font-size: 18px;
  font-weight: 600;
}
.black-accordian .e-n-accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.black-accordian .e-n-accordion-item:first-child .e-n-accordion-item-title {
  padding-top: 0 !important;
}
.black-accordian div[role="region"] {
  border: 0;
  padding-bottom: 24px;
}
.black-accordian .e-n-accordion-item-title-icon {
  display: none !important;
}
.black-accordian p {
  margin-bottom: 0;
}
.black-accordian .e-n-accordion-item:last-child,
.white-accordian .e-n-accordion-item:last-child {
  border-bottom: 0 !important;
}
.applying-tabs .e-n-tabs-heading button {
  padding: 0;
  background-color: transparent !important;
  color: rgba(0, 0, 0, 0.8) !important;
  font-family: "Source Sans Pro", sans-serif;
  display: block;
}
.applying-tabs .e-n-tabs-heading button span {
  font-size: 20px !important;
}
.applying-tabs .e-n-tabs-heading {
  gap: 30px !important;
}
.applying-tabs .e-n-tabs-heading button[aria-selected="true"] {
  font-weight: 600 !important;
  color: #000 !important;
}
.applying-tabs .e-n-tabs-heading button[aria-selected="true"]::after {
  content: "";
  background-color: #ee0000;
  height: 2px;
  width: 100%;
  display: block;
}
.applying-tabs .applying-tab-inside {
  margin-top: 20px;
}
.applying-tabs .applying-tab-inside .left {
  flex: 0 0 270px;
}
.applying-tabs .applying-tab-inside .left img {
  display: block;
  width: 100%;
  height: 100%;
}
.applying-tabs .applying-tab-inside {
  gap: 38px !important;
}
.profile-open-wrapper {
  margin-top: 40px;
}
.profile-open-wrapper .profile-open-item .image-container {
  background-color: #fff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
}
.profile-open-wrapper .profile-open-item .title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.profile-open-wrapper .profile-open-item {
  flex: 0 0 150px;
  width: 150px;
}
.profile-open-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 42px;
  padding-left: calc((100vw - 1185px) / 2);
  padding-right: calc((100vw - 1185px) / 2);
  margin-left: calc(-1 * ((100vw - 1185px) / 2));
  margin-right: calc(-1 * ((100vw - 1185px) / 2));
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
}

.black-tabs .e-n-tabs-heading button {
  padding: 0;
  background-color: transparent !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-family: "Source Sans Pro", sans-serif;
  display: block;
}
.black-tabs .e-n-tabs-heading button span {
  font-size: 20px !important;
}
.black-tabs .e-n-tabs-heading {
  gap: 30px !important;
}
.black-tabs .e-n-tabs-heading button[aria-selected="true"] {
  font-weight: 600;
  color: #fff !important;
}
.black-tabs .e-n-tabs-heading button[aria-selected="true"]::after {
  content: "";
  background-color: #ee0000;
  height: 2px;
  width: 100%;
  display: block;
}
.black-tabs .icon-list ul {
  display: grid;
  gap: 40px;
  align-items: start;
  grid-template-columns: repeat(4, 1fr);
}
.icon-list ul .elementor-icon-list-icon svg {
  margin: 0 !important;
  width: auto;
  position: relative;
  top: 2px;
}
.icon-list ul .elementor-icon-list-text {
  padding-left: 12px !important;
}
.icon-list ul li {
  align-items: start !important;
  line-height: normal;
  width: max-content;
}
.button-primary.large {
  width: 220px;
}
.no-padding .e-n-tabs-heading {
  padding: 0 !important;
}
.custom-width-container {
  width: 670px !important;
}
.life-msf-wrapper .left-col {
  flex: 0 0 426px !important;
}
.life-msf-wrapper .right-col {
  flex: 1;
}
.life-msf-wrapper {
  gap: 74px !important;
}
.life-drag-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: stretch;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  padding-left: calc((100vw - 1185px) / 2);
  padding-right: calc((100vw - 1185px) / 2);
  margin-left: calc(-1 * ((100vw - 1185px) / 2));
  margin-right: calc(-1 * ((100vw - 1185px) / 2));
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.life-drag-wrapper > .life-drag-item {
  flex: 0 0 370px !important;
}
.life-drag-wrapper > .life-drag-item .info {
  flex: 1 1 auto;
}
.line {
  display: block;
  height: 100%;
  width: 2px;
  background-color: #ee0000;
}
.fellowship-listing .title {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.global-custom-scroller-grid .elementor-grid {
  display: flex !important;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  padding-left: calc((100vw - 1185px) / 2);
  padding-right: calc((100vw - 1185px) / 2);
  margin-left: calc(-1 * ((100vw - 1185px) / 2));
  margin-right: calc(-1 * ((100vw - 1185px) / 2));
  will-change: scroll-position;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.global-custom-scroller-grid .fellowship-listing {
  flex: 0 0 370px;
  width: 370px;
}
.global-custom-scroller-grid .awards-loop-template {
  flex: 0 0 200px;
  width: 200px;
}
.global-custom-scroller .e-loop-item {
  display: flex !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.listing-mentor-wrapper .mentor-fellow-modal.active::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.listing-mentor-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  margin-top: 16px;
}
.listing-mentor-wrapper .listing-mentor-fellows {
  flex: 0 0 270px;
  overflow: hidden;
}
.listing-mentor-wrapper .listing-mentor-fellows img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.listing-mentor-wrapper .listing-mentor-fellows .title {
  line-height: normal;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-top: 18px;
  margin-bottom: 12px;
}
.listing-mentor-wrapper .listing-mentor-fellows .description {
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.listing-mentor-wrapper .listing-mentor-fellows .button-secondary a {
  font-style: italic;
  cursor: pointer;
}
.listing-mentor-wrapper .mentor-fellow-modal {
  position: static;
}
.listing-mentor-wrapper .modal-inside {
  display: flex;
  padding: 60px 45px;
  gap: 52px;
}
.listing-mentor-wrapper .modal-inside img {
  display: block;
  height: 430px;
  object-fit: cover;
  flex: 0 0 390px;
  width: 390px;
}
.listing-mentor-wrapper .mentor-fellow-modal .info {
  flex: 1;
}
.listing-mentor-wrapper .mentor-fellow-modal .info h5 {
  font-weight: 600;
}
.listing-mentor-wrapper .mentor-fellow-modal .info .description {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}
.listing-mentor-wrapper .mentor-fellow-modal .modal-close {
  font-size: 44px;
  color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0px;
  right: 13px;
  line-height: normal;
  height: 32px;
  display: block;
  cursor: pointer;
}
.listing-mentor-wrapper .mentor-fellow-modal {
  display: none;
}
.listing-mentor-wrapper .mentor-fellow-modal.active {
  display: block;
}
.listing-mentor-wrapper .modal-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1160px;
  width: 100%;
  background-color: #fff;
  z-index: 101;
  max-height: 80vh;
  overflow: auto;
}
.listing-mentor-wrapper .social-share-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 46px;
}
.listing-mentor-wrapper .social-share-icons a {
  width: 32px;
  height: 32px;
  background-color: #ee0000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.listing-mentor-wrapper .social-share-icons svg {
  width: 16px;
}
.listing-mentor-wrapper .social-share-icons path {
  stroke: #fff;
}
.listing-mentor-wrapper .modal-wrapper .description {
  display: block;
}
.listing-mentor-wrapper .button-secondary a::before {
  height: 2px;
  bottom: 1px;
}
.listing-mentor-wrapper {
  display: flex !important;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  padding-left: calc((100vw - 1185px) / 2);
  padding-right: calc((100vw - 1185px) / 2);
  margin-left: calc(-1 * ((100vw - 1185px) / 2));
  margin-right: calc(-1 * ((100vw - 1185px) / 2));
}
.about-fellowship-wrapper .about-fellowship-item {
  display: flex;
  flex-wrap: wrap;
  gap: 90px;
  padding-top: 120px;
  align-items: center;
}
.about-fellowship-wrapper .about-fellowship-item .media-image {
  width: 500px;
}
.about-fellowship-wrapper .about-fellowship-item .info-fellow {
  flex: 1;
}
.about-fellowship-wrapper .about-fellowship-item .media-image img {
  display: block;
  width: 100%;
  height: 530px;
  object-fit: cover;
}
.about-fellowship-wrapper .about-fellowship-item .info-fellow .media-sub {
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 16px;
  color: #ee0000;
}
.about-fellowship-wrapper .about-fellowship-item .info-fellow h2 {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40px;
  color: #000;
}
.about-fellowship-wrapper .about-fellowship-item .info-fellow .description {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
}
.about-fellowship-wrapper .about-fellowship-item:nth-child(even) {
  flex-direction: row-reverse;
}
.about-fellowship-wrapper .info-fellow h5 {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 20px;
}
.about-fellowship-wrapper .info-fellow ul {
  list-style: none;
  margin: 0;
}
.about-fellowship-wrapper .about-fellowship-item ul li::before {
  content: url("/wp-content/uploads/2026/01/Line-314.svg");
  position: absolute;
  left: 0;
  top: 2px;
}
.about-fellowship-wrapper .about-fellowship-item ul li {
  padding-left: 14px;
  position: relative;
}
.static {
  position: static !important;
}
.ghhm-two-wrapper .image {
  flex: 0 0 510px !important;
}
.black-accordian.color-black .e-n-accordion-item-title {
  color: rgba(0, 0, 0, 0.8) !important;
}
.black-accordian.color-black
  .e-n-accordion-item-title
  .e-n-accordion-item-title-text {
  font-size: 20px;
}
.black-accordian.color-black .e-n-accordion-item {
  border-bottom: 1px solid rgba(238, 0, 0, 0.3) !important;
}
.black-accordian.color-black .e-n-accordion-item:last-child {
  border-bottom: 0px !important;
}
.button-primary.xx-large {
  width: 320px;
}
.post-carosel-loop-item .absolute-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100% !important;
  z-index: 2;
}
.post-carosel-loop-item::before {
  content: "" !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, #000000 100%);
  width: 100% !important;
  position: absolute !important;
  height: 300px !important;
  bottom: 0 !important;
  z-index: 1 !important;
  top: unset !important;
}
.post-carosel-loop-item .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.loop-carosel .swiper {
  padding-bottom: 0 !important;
}
.loop-carosel .swiper-pagination {
  z-index: 99999999;
  right: 52px;
  bottom: 44px !important;
  top: unset !important;
  transform: none !important;
  left: unset !important;
}
.loop-carosel {
  position: relative;
}
.loop-carosel .swiper-pagination span {
  background-color: rgba(255, 255, 255, 0.9);
  width: 8px;
  height: 8px;
}
.loop-carosel .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.post-carosel-loop-item .read-more .elementor-heading-title {
  text-underline-offset: 3px;
}
.loop-carosel .swiper-pagination span:hover {
  background-color: #fff;
}
.listing-mentor-wrapper .mentor-fellow-modal .info .description a {
  color: #ee0000;
}
.main-filter-shortcode .dropdown-options {
  display: none;
}
.main-filter-shortcode .single-filter ul {
  list-style: none;
  margin: 0;
}
.main-filter-shortcode .filter-section {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 44px;
}
.main-filter-shortcode .filter-section .sortby-section {
  margin-left: auto !important;
  margin-right: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  width: max-content !important;
  background-position: 100% 55% !important;
  height: max-content !important;
}
.main-filter-shortcode .filter-section .sortby-section::before,
.main-filter-shortcode .filter-section .sortby-section::after {
  display: none;
}
.main-filter-shortcode .filter-section .single-filter {
  width: 260px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 48px;
  display: flex;
  align-items: center;
  padding: 5px 20px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  border-left: 0;
  border-right: 0;
  position: relative;
  margin: 0px 8px;
  background-image: url("/wp-content/uploads/2026/01/Vector5.png");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: center;
}
.main-filter-shortcode .filter-section input {
  background-color: transparent;
  padding: 0;
  padding-left: 10px;
  outline: 0;
  border: 0;
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.main-filter-shortcode .filter-section input::placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.main-filter-shortcode .filter-section .single-filter::before {
  content: "";
  width: 25px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.6);
  position: absolute;
  left: -8px;
  border-radius: 50%;
  height: 48px;
}
.main-filter-shortcode .filter-section .single-filter::after {
  content: "";
  width: 25px;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.6);
  position: absolute;
  right: -8px;
  border-radius: 50%;
  height: 48px;
}
.main-filter-shortcode .search-filter {
  background-image: none !important;
}
.main-filter-shortcode .single-filter ul {
  width: 100%;
  cursor: pointer;
}
.main-filter-shortcode .single-filter .dropdown-options {
  position: absolute;
  background-color: #fff;
  left: 0;
  width: 100%;
  top: 55px;
  max-height: 300px;
  overflow: auto;
  z-index: 9;
}
.main-filter-shortcode .dropdown-options::-webkit-scrollbar {
  width: 5px;
}
.main-filter-shortcode .dropdown-options::-webkit-scrollbar-track {
  background: transparent;
}
.main-filter-shortcode .dropdown-options::-webkit-scrollbar-thumb {
  background-color: #ee0000;
  border-radius: 5px;
}
.main-filter-shortcode .single-filter .dropdown-options li {
  padding: 5px 10px !important;
  transition: all 0.3s;
  cursor: pointer;
}
.main-filter-shortcode .single-filter .dropdown-options li:hover {
  background-color: #ee0000;
  color: #fff;
}
.main-filter-shortcode .sortby-section .dropdown-options {
  max-height: 300px;
  top: 30px;
}
.main-filter-shortcode .search-filter {
  position: relative;
}
.main-filter-shortcode .search-clear {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: bold;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
  user-select: none;
}
.main-filter-shortcode .search-clear:hover {
  color: #ee0000;
}
.main-filter-shortcode .single-filter.open .dropdown-options {
  display: block !important;
}
.main-filter-shortcode .dropdown-display {
  width: 100%;
  cursor: pointer;
}
.main-filter-shortcode .sortby-section .dropdown-options {
  width: 110px;
  left: unset;
  right: 0;
}
.filter-post-wrapper .post-filter-item {
  position: relative;
  height: 442px;
  transition: all 0.8s !important;
  overflow: hidden;
}
.filter-post-wrapper .post-filter-item .feature-image {
  height: 208px;
  overflow: hidden;
}
.filter-post-wrapper .post-filter-item .feature-image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.filter-post-wrapper .post-filter-item .info-container {
  background-color: #fff;
  padding: 30px;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 0.8s !important;
  height: 234px;
  width: 100%;
}
.filter-post-wrapper .info-container .terms-and-date {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}
.filter-post-wrapper .info-container .terms-and-date a {
  color: rgba(0, 0, 0, 0.8);
}
.filter-post-wrapper .info-container .title {
  font-size: 22px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 24px;
  min-height: 76px;
}
.filter-post-wrapper .info-container .title a {
  color: #000;
}
.filter-post-wrapper .info-container .description {
  font-size: 18px;
  line-height: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.filter-post-wrapper .button-secondary {
  font-style: italic;
  margin-top: auto;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: #fff;
  height: 54px;
}
.filter-post-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 63px;
}
.filter-post-wrapper .post-filter-item:hover .feature-image img {
  transform: scale(1.3);
}
.filter-post-wrapper .post-filter-item:hover .info-container {
  height: 100%;
}
.filter-post-wrapper .post-filter-item:hover .description {
  opacity: 1;
}
.main-filter-shortcode .filter-section .sortby-section .dropdown-display {
  padding-right: 25px;
}
.filter-post-wrapper .button-secondary a::before {
  bottom: 1px;
}
#globe svg path {
  filter: drop-shadow(0 0 60px rgba(255, 255, 255, 0.08));
}
.map-section {
  display: flex;
  flex-wrap: wrap;
}
.map-section #globe-container {
  flex: 0 0 50%;
  width: 50%;
}
.map-section .right-post-section {
  flex: 0 0 50%;
  background-color: #fff;
  width: 50%;
}
.map-section .right-post-section .patients-section {
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
  padding: 50px;
}
.map-section .patients-section .patients-item {
  flex: 1;
}
.map-section .patients-section .patients-item h2 {
  margin: 0;
  color: #ee0000;
  font-weight: 400;
  letter-spacing: -0.4px;
  margin-bottom: 5px;
}
.map-section .patients-section .patients-item span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.map-section .right-post-section .dynamic-list-item {
  display: flex;
  flex-wrap: wrap;
  transition: all 0.5s;
  overflow: hidden;
}
.map-section .right-post-section .dynamic-list-item .right {
  flex: 0 0 235px;
  height: 310px;
  overflow: hidden;
}
.map-section .right-post-section .dynamic-list-item .left {
  flex: 1;
  padding: 30px 50px;
}
.map-section .right-post-section .dynamic-list-item .right img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map-section .right-post-section .dynamic-list-item .left h5 {
  color: #000;
  margin: 0;
  line-height: normal;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.map-section .right-post-section .dynamic-list-item .left h5 a {
  color: #000;
  transition: all 0.3s;
}
.map-section .right-post-section .dynamic-list-item .description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-top: auto;
  transition: all 0.7s;
}
.map-section .right-post-section .dynamic-list-item .description img {
  display: none;
}
.map-section .right-post-section .dynamic-list-item .left {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
}
.map-section .right-post-section .read-more {
  transform: translateY(200px);
  transition: all 0.6s !important;
  position: absolute;
  bottom: 30px;
  left: 50px;
  opacity: 0;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
}
.map-section .right-post-section .read-more a {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #fff;
}
.map-section .right-post-section .dynamic-list-item:hover {
  background-color: #ee0000;
}
.map-section .right-post-section .dynamic-list-item:hover .read-more {
  opacity: 1;
  transform: none;
}
.map-section .right-post-section .dynamic-list-item:hover h5 a {
  color: #fff;
}
.map-section .right-post-section .dynamic-list-item:hover .description {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
}
.map-section .globel-top-section .sub-head-text {
  font-size: 16px;
  color: #ee0000;
  line-height: normal;
}
.map-section .globel-top-section .sub-head-text span {
  margin-left: 5px;
}
.map-section .globel-top-section {
  position: absolute;
  top: 0;
  padding-left: calc((100vw - 1185px) / 2);
  padding-top: 60px;
  padding-right: 40px;
  left: 0;
  width: 100%;
}
.map-section .globel-top-section h2 {
  color: #fff;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 360px;
  margin-bottom: 0;
  line-height: normal;
}
.map-section .globel-top-section .flex-section {
  display: flex;
  gap: 25px;
  align-items: end;
}
.map-section .globel-top-section .button-primary {
  margin-bottom: 10px !important;
}
.map-section #globe-container {
  position: relative;
}
.map-section #state-list {
  position: absolute;
  bottom: 35px;
  z-index: 1;
  padding-left: calc((100vw - 1185px) / 2);
  width: 100%;
  right: 0px;
  padding-right: 40px;
}
.map-section .country-name {
  display: block;
  color: #eceff4;
  font-size: 30px;
  letter-spacing: -0.4px;
}
.map-section .state-name {
  color: #eceff4;
  font-size: 18px;
  font-weight: 400;
  display: block;
  max-width: 550px;
  opacity: 0.8;
}
.map-section #globe {
  height: 100%;
}
.map-section .disclaimer {
  color: #eceff4;
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 30px;
}
.state-dot-pulse {
  transform-origin: center;
  animation: pulseGlow 1.5s ease-out infinite;
}

@keyframes pulseGlow {
  0% {
    r: 4;
    opacity: 0.6;
  }
  70% {
    r: 14;
    opacity: 0;
  }
  100% {
    r: 4;
    opacity: 0;
  }
}

.event-carosel .event-carosel-inside {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.event-carosel .event-carosel-inside .left,
.event-carosel .event-carosel-inside .right {
  flex: 0 0 calc(50% - 25px);
}
.event-carosel .event-carosel-inside .left img {
  height: 466px;
  object-fit: cover;
  position: relative;
  display: block;
  width: 100%;
}
.event-carosel .event-carosel-inside .left {
  position: relative;
}
.event-carosel .event-carosel-inside .left::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35.76%, #000000 100%);
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  top: unset;
  z-index: 1;
  display: block;
  left: 0px;
}
.event-carosel .event-carosel-inside .left .date {
  background-color: #fff;
  width: 100px;
  height: 118px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  left: 20px;
  flex-direction: column;
}
.event-carosel .event-carosel-inside .left .date span.small {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
  display: block;
}
.event-carosel .event-carosel-inside .left .date span.large {
  font-size: 40px;
  display: block;
  font-weight: 600;
  color: #000;
}
.event-carosel .event-carosel-inside .right h2 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 10px;
}
.event-carosel .event-carosel-inside .right .info {
  color: #000;
  font-size: 16px;
  margin-bottom: 40px;
}
.event-carosel .event-carosel-inside .right .description {
  font-size: 18px;
  color: #000;
  margin-bottom: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.event-carosel .event-carosel-inside .right .description img {
  display: none;
}

.event-carosel .slick-dots {
  margin: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  left: 21%;
  z-index: 2;
}
.event-carosel .slick-dots button {
  font-size: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 0.2;
  background-color: #fff;
}
.event-carosel {
  position: relative;
}
.event-carosel .slick-active button {
  opacity: 1;
}
.event-listing-wrapper .sub-field {
  font-size: 16px;
  color: #ee0000;
  font-weight: 400;
}
.event-listing-wrapper .sub-field span {
  padding-left: 7px;
}
.event-listing-wrapper h2 {
  max-width: 400px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  line-height: 100%;
  margin-bottom: 0;
  letter-spacing: -0.4px;
}
.event-listing-wrapper .filter {
  display: flex;
  justify-content: end;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 42px;
  margin-top: -30px;
}
.event-listing-wrapper .filter span[data-type="past"] {
  margin-left: 16px;
}
.event-listing-wrapper .filter span[data-type="past"]::before {
  content: "|";
  margin-right: 16px;
  opacity: 0.2;
  font-weight: 400;
}
.event-listing-wrapper .filter span {
  cursor: pointer;
  transition: all 0.3s;
}
.event-listing-wrapper .filter span:hover,
.event-listing-wrapper .filter span.active {
  color: #ee0000;
}
.event-listing-wrapper .filter-event-locations {
  display: flex;
  flex-wrap: nowrap;
  gap: 50px;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.8);
  line-height: normal;
  margin-bottom: 40px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  padding-left: calc((100vw - 1185px) / 2);
  padding-right: calc((100vw - 1185px) / 2);
  margin-left: calc(-1 * ((100vw - 1185px) / 2));
  margin-right: calc(-1 * ((100vw - 1185px) / 2));
}
.event-listing-wrapper .filter-event-locations span.active {
  color: #000;
  font-weight: 600;
}
.event-listing-wrapper .filter-event-locations span.active::after {
  content: "";
  background-color: #ee0000;
  height: 2px;
  width: 100%;
  display: block;
  margin-top: 1px;
}
.event-listing-wrapper .filter-event-locations span::after {
  content: "";
  background-color: transparent;
  height: 2px;
  width: 100%;
  display: block;
  margin-top: 1px;
  transition: all 0.3s;
}
.event-listing-wrapper .filter-event-locations span {
  cursor: pointer;
  transition: all 0.3s;
  display: block;
  text-wrap: nowrap;
}
.event-listing-wrapper .filter-event-locations span:hover::after {
  background-color: #ee0000;
}
.event-listing-wrapper .filter-event-locations span:hover {
  color: #000;
}
.event-listing-wrapper .event-item {
  padding: 40px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 30px;
  align-items: center;
}
.event-listing-wrapper .event-item .date {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 100px;
  height: 118px;
}
.event-listing-wrapper .event-item .date span.small {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
}
.event-listing-wrapper .event-item .date span.large {
  font-size: 40px;
  color: #000;
  font-weight: 600;
}
.event-listing-wrapper .event-item .info h5 {
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.event-listing-wrapper .event-item .info h5 a {
  color: #000;
}
.event-listing-wrapper .event-item .info .description {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.event-listing-wrapper .event-item .info .description img {
  display: none;
}
.event-listing-wrapper .event-item .info {
  flex: 0 0 530px;
}
.event-listing-wrapper .event-item .button-secondary {
  margin-left: auto;
  font-style: italic;
  overflow: hidden;
}
.event-listing-wrapper .event-item .button-secondary a::before {
  bottom: 1px;
}
.event-listing-wrapper .event-item:last-child {
  padding-bottom: 0;
}
.fellowship-listing {
  overflow: hidden !important ;
}
.detail-layout-wrapper .col-1 {
  flex: 0 0 770px !important;
}
.detail-layout-wrapper .col-2 {
  flex: 1 !important;
}
.common-btn-hide.button-secondary a::before {
  bottom: -3px;
}
.common-btn-hide.button-secondary {
  overflow: hidden;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-btn-hide:not(:has(a[href])),
.watch-now:not(:has(a[href])) {
  display: none !important;
}
.post-content strong {
  font-weight: 600;
}
.post-content ul {
  margin: 0;
  list-style: none;
  margin-bottom: 20px;
}
.post-content ul li {
  position: relative;
  padding-left: 14px;
}
.post-content ul li::before {
  content: "|";
  color: #ee0000;
  position: absolute;
  left: 0;
  top: -2px;
}
.event-details-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.event-details-info span.title {
  font-weight: 600;
}

.past-event-shortcode .event-item {
  padding: 40px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 30px;
  align-items: center;
}
.past-event-shortcode .event-item .date {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 100px;
  height: 118px;
}
.past-event-shortcode .event-item .date span.small {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
}
.past-event-shortcode .event-item .date span.large {
  font-size: 40px;
  color: #000;
  font-weight: 600;
}
.past-event-shortcode .event-item .info h5 {
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.past-event-shortcode .event-item .info h5 a {
  color: #000;
}
.past-event-shortcode .event-item .info .description {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.past-event-shortcode .event-item .info .description img {
  display: none;
}
.past-event-shortcode .event-item .info {
  flex: 0 0 530px;
}
.past-event-shortcode .event-item .button-secondary {
  margin-left: auto;
  font-style: italic;
  overflow: hidden;
}
.past-event-shortcode .event-item .button-secondary a::before {
  bottom: 1px;
}
.past-event-shortcode .event-item:last-child {
  padding-bottom: 0;
}
.sidebar-newsletter input {
  background-color: transparent !important;
  border-left: 0;
  border-color: rgba(0, 0, 0, 0.1) !important;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  outline: 0;
  color: #000;
  height: 48px;
  padding: 5px 20px;
  width: 100%;
  border-right: 0;
  margin-bottom: 17px;
}
.sidebar-newsletter input::placeholder {
  font-family: "Source Sans Pro", sans-serif;
}
.sidebar-newsletter .input::before {
  content: "";
  width: 12px;
  height: 48px;
  background: transparent;
  position: absolute;
  border-radius: 50%;
  left: -5px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar-newsletter .input::after {
  content: "";
  width: 12px;
  height: 48px;
  background: transparent;
  position: absolute;
  border-radius: 50%;
  right: -5px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar-newsletter button {
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0;
  padding: 5px;
  font-style: italic;
  color: #fff;
  font-weight: 600;
  background-color: #000;
}
.sidebar-newsletter button::before {
  content: "";
  width: 12px;
  height: 48px;
  background: #000;
  position: absolute;
  border-radius: 50%;
  left: -6px;
}
.sidebar-newsletter button::after {
  content: "";
  width: 12px;
  height: 48px;
  background: #000;
  position: absolute;
  border-radius: 50%;
  right: -6px;
}
.sidebar-newsletter span.terms {
  font-size: 14px;
  color: #000;
  display: block;
  margin-top: 10px;
}
.sidebar-newsletter span.terms a {
  color: #000;
  text-decoration: underline;
}
.detail-layout-wrapper .col-2 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.addtoany_list {
  display: flex !important;
  gap: 8px;
  padding: 23px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}
.addtoany_list a {
  padding: 0 !important;
  display: block !important;
  font-size: 0px !important;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}

.addtoany_list span {
  background-color: #fff !important;
  transition: all 0.3s !important;
  opacity: 1 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.addtoany_list a:hover span {
  background-color: #ee0000 !important;
}
.addtoany_list .a2a_button_copy_link {
  background-image: url("");
}
.addtoany_list svg {
  width: 25px !important;
  margin: 0 !important;
}
.addtoany_list svg path {
  fill: #000;
}
.addtoany_list a:hover svg path {
  fill: #fff;
}
.a2a_modal_body .a2a_logo_color {
  background-color: #ee0000;
}
.a2a_modal_body {
  font-family: "Source Sans Pro", sans-serif;
}
.a2a_modal_body #a2a_copy_link_copied {
  background-color: #ee0000;
}
.post-content a {
  color: #ee0000;
}
.post-content a:hover {
  text-decoration: underline;
}
.donate-top-section .col-1 {
  position: relative !important;
}
.donate-top-section .col-1 .elementor-widget-heading {
  position: absolute !important;
  bottom: 21px;
  left: 21px;
  width: 100%;
  z-index: 2;
  max-width: 490px !important;
}
.donate-top-section .col-1::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35.76%, #000000 100%);
  width: 100%;
  height: 310px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  top: unset;
  z-index: 1;
}
.givewp-donation-form__steps-header {
  display: none !important;
}
span.overline {
  text-decoration: line-through;
  text-decoration-color: #ee0000;
}
.donation-bg-cont::before {
  content: "" !important;
  background: linear-gradient(180deg, #eceff4 50%, rgba(236, 239, 244, 0) 100%);
  width: 100% !important;
  height: 326px !important;
}
.glance-boxes .box {
  transition: all 0.3s !important;
  cursor: pointer;
}
.glance-boxes .box:hover {
  background-color: #ee0000 !important;
}
.glance-boxes .box:hover * {
  color: #fff !important;
}

/*** Modal ***/
.donor-story-wrapper .donor-item {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  flex: 0 0 582px;
  background-color: #fff;
  padding: 14px;
  transition: all 0.3s;
}
.donor-story-wrapper .donor-item .image {
  flex: 0 0 156px;
}
.donor-story-wrapper .donor-item .image img {
  display: block;
  width: 100%;
  height: 195px;
  object-fit: cover;
}
.donor-story-wrapper .donor-item .right {
  flex: 1;
}
.donor-story-wrapper .donor-item .right .title {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.donor-story-wrapper .donor-item .right .description {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.donor-story-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  padding-left: calc((100vw - 1185px) / 2);
  padding-right: calc((100vw - 1185px) / 2);
  margin-left: calc(-1 * ((100vw - 1185px) / 2));
  margin-right: calc(-1 * ((100vw - 1185px) / 2));
}
.donor-story-wrapper .donor-item .button-secondary {
  margin-top: auto;
}
.donor-story-wrapper .donor-item .right {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.donor-story-wrapper .button-secondary a::before {
  bottom: 1px;
}
.donor-story-wrapper .button-secondary a {
  cursor: pointer;
}
.donor-story-wrapper .donor-modal.active {
  display: block;
}
.donor-story-wrapper .donor-modal {
  display: none;
}
.donor-story-wrapper .modal-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1160px;
  width: 100%;
  background-color: #fff;
  z-index: 101;
  overflow: auto;
  max-height: 80vh;
}
.donor-story-wrapper .modal-inside {
  display: flex;
  padding: 46px 50px;
  gap: 52px;
}
.donor-story-wrapper .modal-inside img {
  display: block;
  height: 430px;
  object-fit: cover;
  flex: 0 0 390px;
  width: 390px;
}
.donor-story-wrapper .donor-modal .modal-close {
  font-size: 44px;
  color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0px;
  right: 13px;
  line-height: normal;
  height: 32px;
  display: block;
  cursor: pointer;
}
.donor-story-wrapper .modal-inside h5 {
  color: #000;
  font-weight: 600;
  margin-bottom: 40px;
}
.donor-story-wrapper .modal-inside .description {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
}
.donor-story-wrapper .donor-modal.active::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.donor-story-wrapper .state {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 10px;
}
.donor-story-wrapper .donor-item .right {
  position: relative;
}
.donor-story-wrapper .donor-item .right .quote {
  position: absolute;
  right: 0;
  top: 0;
}
.ghhm-alumni .donor-item .right .title {
  margin-bottom: 5px;
}
.ghhm-alumni .donor-item .state {
  color: #000;
  margin-bottom: 25px;
}
.ghhm-alumni .modal-inside h5 {
  margin-bottom: 20px;
}
.ghhm-alumni .donor-item .image img {
  height: 100%;
}
.ghhm-faculty .donor-item {
  padding: 0;
  gap: 0;
}
.ghhm-faculty .donor-item .right {
  padding: 20px 20px;
}
.ghhm-faculty .donor-item .right .title {
  margin-bottom: 4px;
}
.ghhm-faculty .state {
  color: #000;
  margin-bottom: 30px;
}
.ghhm-faculty .donor-item .right .description {
  -webkit-line-clamp: 3;
}
.ghhm-faculty .donor-item .image img {
  height: 100%;
}
.ghhm-faculty .donor-item .image {
  flex: 0 0 178px;
}
.ghhm-faculty .modal-inside h5 {
  margin-bottom: 20px;
}
.ghhm-faculty .state {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ghhm-faculty .donor-item .button-secondary {
  margin-top: 20px;
}
.resources-post-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 63px;
}
.resources-post-results .report-filter-item {
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.resources-post-results .report-filter-item .feature-image img {
  display: block;
  width: 100%;
  height: 208px;
  object-fit: cover;
}
.resources-post-results .report-filter-item .info-container {
  background-color: #fff;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.resources-post-results .report-filter-item .terms-and-date {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 10px;
}
.resources-post-results .report-filter-item .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.resources-post-results .report-filter-item .title a {
  color: #000;
}
.resources-post-results .report-filter-item .description {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 25px;
}
.resources-post-results .report-filter-item .button-secondary {
  margin-top: auto;
  font-style: italic;
}
.resources-post-results .button-secondary a::before {
  bottom: 1px;
}
.detail-layout-wrapper figcaption {
  text-align: left;
  color: rgba(0, 0, 0, 0.8) !important;
  font-size: 14px !important;
  opacity: 1 !important;
  padding-top: 20px !important;
}
.report-detail-terms ul li {
  background-color: #fff;
  padding: 7px 18px !important;
  border-radius: 20px;
  font-size: 14px !important;
  margin: 0 !important;
}
.report-detail-terms ul li span {
  color: rgba(0, 0, 0, 0.6) !important;
  line-height: 14px;
}
.report-detail-terms ul {
  margin: 0 !important;
  gap: 16px;
}
.addtoany_list::before {
  content: "Share";
  color: #000;
  font-weight: 600;
  margin-right: 10px;
}
.pdf-slider-wrapper {
  position: relative;
}
.pdf-slider-wrapper .pdf-viewer {
  display: flex;
  gap: 16px;
}
.pdf-slider-wrapper canvas {
  width: calc(50% - 8px);
}
.pdf-slider-wrapper button {
  padding: 0;
  background-color: transparent;
  font-size: 0;
  width: 42px;
  height: 40px;
  border: 1px solid #ee0000;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  z-index: 1;
}
.pdf-slider-wrapper button.disabled {
  opacity: 0.6;
}
.pdf-slider-wrapper .pdf-prev {
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}
.pdf-slider-wrapper .pdf-next {
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}
.report-detail .button-primary {
  width: 100%;
  margin-bottom: 27px;
}
.report-detail:not(:has(.pdf-slider-wrapper)) .post-content {
  margin-bottom: 0 !important;
}
.past-project-loop-item .post-content h1,
.past-project-loop-item .post-content h2,
.past-project-loop-item .post-content h3,
.past-project-loop-item .post-content h4,
.past-project-loop-item .post-content h5,
.past-project-loop-item .post-content h6 {
  display: none;
}
.past-project-loop-item .post-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.past-project-loop-item .post-content p {
  margin-bottom: 0;
}
.past-project-loop-item h5 {
  min-height: 44px;
}
.past-project-loop-item {
  padding-bottom: 5px !important;
  overflow: hidden !important;
}
.past-project-loop-item .post-content * {
  font-weight: 400;
  text-align: left !important;
}
.past-project-loop-item .post-content img {
  display: none;
}
.past-project-loop-item .elementor-widget-image a {
  display: block;
}
.event-list-wrapper.project .filter-event-locations {
  display: flex;
  flex-wrap: nowrap;
  gap: 50px;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.8);
  line-height: normal;
  margin-bottom: 40px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  padding-left: calc((100vw - 1185px) / 2);
  padding-right: calc((100vw - 1185px) / 2);
  margin-left: calc(-1 * ((100vw - 1185px) / 2));
  margin-right: calc(-1 * ((100vw - 1185px) / 2));
}
.event-list-wrapper.project .filter-event-locations span {
  cursor: pointer;
  transition: all 0.3s;
  display: block;
  text-wrap: nowrap;
}
.event-list-wrapper.project .filter-event-locations span.active {
  color: #fff;
  font-weight: 600;
}
.event-list-wrapper.project .filter-event-locations span::after {
  content: "";
  background-color: transparent;
  height: 2px;
  width: 100%;
  display: block;
  margin-top: 1px;
  transition: all 0.3s;
}
.event-list-wrapper.project .filter-event-locations span.active::after {
  content: "";
  background-color: #ee0000;
  height: 2px;
  width: 100%;
  display: block;
  margin-top: 1px;
}
.event-list-wrapper.project .event-item {
  padding: 40px 30px;
  transition: all 0.3s;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.event-list-wrapper.project .event-item:hover {
  background-color: #fff;
}
.event-list-wrapper.project .event-item .image {
  width: 124px;
  height: 86px;
}
.event-list-wrapper.project .event-item .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-list-wrapper.project .info h5 a {
  color: #fff;
}
.event-list-wrapper.project .info h5 {
  margin-bottom: 15px;
}
.event-list-wrapper.project .info .date-time,
.event-list-wrapper.project .location {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
.event-list-wrapper.project .info .date-time strong,
.event-list-wrapper.project .location strong {
  font-weight: 600;
}
.event-list-wrapper.project .info .red {
  margin-left: 5px;
  margin-right: 5px;
}
.event-list-wrapper.project .event-item .button-secondary {
  margin-left: auto;
  overflow: hidden;
  font-style: italic;
}
.event-list-wrapper.project .event-item:hover .info h5 a {
  color: #000;
}
.event-list-wrapper.project .event-item:hover .date-time,
.event-list-wrapper.project .event-item:hover .location {
  color: rgba(0, 0, 0, 0.8);
}
.event-list-wrapper.project .button-secondary a::before {
  bottom: 1px;
}
.event-list-wrapper.project .not-found,
.event-list-wrapper.project .loading {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}
.projects-wrapper .projects-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 50px;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.8);
  line-height: normal;
  margin-bottom: 40px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  padding-left: calc((100vw - 1185px) / 2);
  padding-right: calc((100vw - 1185px) / 2);
  margin-left: calc(-1 * ((100vw - 1185px) / 2));
  margin-right: calc(-1 * ((100vw - 1185px) / 2));
}
.projects-wrapper .projects-tabs span {
  cursor: pointer;
  transition: all 0.3s;
  display: block;
  text-wrap: nowrap;
}
.projects-wrapper .projects-tabs span.active {
  color: #000;
  font-weight: 600;
}
.projects-wrapper .projects-tabs span::after {
  content: "";
  background-color: transparent;
  height: 2px;
  width: 100%;
  display: block;
  margin-top: 1px;
  transition: all 0.3s;
}
.projects-wrapper .projects-tabs span.active::after {
  content: "";
  background-color: #ee0000;
  height: 2px;
  width: 100%;
  display: block;
  margin-top: 1px;
}
.projects-wrapper .projects-wrapper-items {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
.projects-wrapper .projects-wrapper-items .projects-wrapper-item {
  flex: 0 0 calc(50% - 14px);
  display: flex;
  flex-direction: column;
}
.projects-wrapper .load-more-wrapper {
  width: 100%;
  margin-top: 38px;
  padding-left: 9px;
  padding-right: 9px;
}
.projects-wrapper .projects-wrapper-item .image {
  width: 100%;
  height: 335px;
  overflow: hidden;
  margin-bottom: 36px;
}
.projects-wrapper .projects-wrapper-item .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projects-wrapper .projects-wrapper-item h5 {
  font-weight: 600;
  line-height: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 15px;
}
.projects-wrapper .projects-wrapper-item h5 a {
  color: #000;
}
.projects-wrapper .projects-wrapper-item .description {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.projects-wrapper .projects-wrapper-item .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}
.projects-wrapper .projects-wrapper-item .tags span {
  background-color: #fff;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  padding: 6px 10px;
}
.projects-wrapper .projects-wrapper-item .view-project a {
  font-size: 16px;
  font-style: italic;
  color: #ee0000;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3.5px;
}
.projects-wrapper .load-more-wrapper button {
  width: 153px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0;
  padding: 5px;
  font-style: italic;
  color: #fff;
  font-weight: 600;
  background-color: #ee0000 !important;
  margin: 0px auto;
}
.projects-wrapper .load-more-wrapper button::before {
  content: "";
  width: 22px;
  height: 48px;
  background: #ee0000;
  position: absolute;
  border-radius: 50%;
  left: -9px;
}
.projects-wrapper .load-more-wrapper button::after {
  content: "";
  width: 22px;
  height: 48px;
  background: #ee0000;
  position: absolute;
  border-radius: 50%;
  right: -9px;
}
.spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-top: 2px solid rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  margin-left: 8px;
}

.load-more-btn.loading .spinner {
  display: inline-block;
}

.load-more-btn.loading .btn-text {
  display: none;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.projects-wrapper .projects-wrapper-item .view-project {
  margin-top: auto;
}
.e-loop-nothing-found-message {
  padding: 0 !important;
}
.detail-layout-wrapper.post-detail figcaption {
  padding-bottom: 20px;
}
.detail-layout-wrapper figcaption:empty {
  display: none;
}
.detail-layout-wrapper p:has(> em:only-child), .detail-layout-wrapper i {
  color: #000;
  font-weight: 600;
  font-size: 28px;
  display: block;
}
.detail-layout-wrapper a em{
    color: #ee0000 !important
}
.detail-layout-wrapper blockquote {
  font-size: 16px;
  color: #000;
  padding: 0;
  padding-left: 8px;
  border-left: 2px solid #000;
}
.detail-layout-wrapper.post-detail h1,
.detail-layout-wrapper.post-detail h2,
.detail-layout-wrapper.post-detail h3,
.detail-layout-wrapper.post-detail h4,
.detail-layout-wrapper.post-detail h5,
.detail-layout-wrapper.post-detail h6 {
  color: #000;
}
.detail-layout-wrapper.post-detail figcaption {
  border-left: 2px solid #000;
  font-size: 16px !important;
  padding: 0 !important;
  padding-left: 8px !important;
  padding-left: 8px !important;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #000 !important;
}
.date-location * {
  color: #000 !important;
}
.date-location .elementor-post-info__item-prefix {
  display: block !important;
}
.date-location time {
  font-weight: 600;
}
.storiesWrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.storiesWrapper .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.storiesWrapper .image {
  height: 208px;
  overflow: hidden;
}
.storiesWrapper .storiesWrapper-item {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.storiesWrapper .storiesWrapper-item .tag {
  position: absolute;
  top: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(90px);
  padding: 6px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  left: 10px;
}
.storiesWrapper .storiesWrapper-item .info {
  background-color: #fff;
  padding: 30px;
}
.storiesWrapper .storiesWrapper-item .terms {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  line-height: normal;
  margin-bottom: 10px;
}
.storiesWrapper .storiesWrapper-item h5 {
  font-weight: 600;
  line-height: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 84px;
}
.storiesWrapper .storiesWrapper-item h5 a {
  color: #000;
}
.storiesWrapper .storiesWrapper-item .button-secondary {
  font-style: italic;
}
.storiesWrapper .button-secondary a::before {
  bottom: 1px;
}
.detail-layout-wrapper.post-detail .button-primary {
  width: 100%;
  margin-bottom: 27px;
}
@media (max-width: 1024px) {
  .ghhm-two-wrapper .image {
    flex: unset !important;
  }
}
@media (max-width: 1200px) {
  .compass-heading {
    width: 500px !important;
  }
}
@media (max-width: 1024px) {
  .compass-heading {
    width: 400px !important;
  }
  .our-story-tab-section .e-n-tabs-content {
    margin-top: 0px;
  }
  .our-story-legacy .right-col {
    flex: 1 !important;
  }
  .givewp-donation-form__steps {
    max-width: 100% !important;
  }
  .stand-us-three-section {
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    gap: 30px !important;
    overflow: auto !important;
    scrollbar-width: none !important;
  }
  .stand-us-three-section .col {
    min-width: 500px !important;
  }
  .stand-separator {
    display: none !important;
  }
  .donor-story-wrapper .modal-inside {
    flex-direction: column;
  }
  .donor-story-wrapper .modal-wrapper {
    height: 100dvh;
    overflow: auto;
  }
  body:not(:has(.constant-top-section))
    .header
    .menu
    .elementor-menu-toggle
    svg {
    fill: rgba(0, 0, 0, 0.8) !important;
  }
}
@media (max-width: 767px) {
  .heading-width {
    width: 100% !important;
  }
  .tab-global-section .e-n-tabs {
    flex-direction: column !important;
    gap: 36px !important;
  }
  .tab-global-section .e-n-tabs-heading {
    padding-left: 0 !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    overflow-x: auto !important;
    flex-basis: unset !important;
    gap: 20px !important;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .tab-global-section .e-n-tab-title .e-n-tab-title-text {
    font-size: 18px !important;
  }
  .tab-global-section .e-n-tab-title {
    padding-bottom: 12px !important;
    text-wrap: nowrap;
    width: max-content !important;
    position: relative !important;
    white-space: nowrap !important;
  }
  .our-story-tab-section .e-n-tabs-heading::before {
    display: none;
  }
  .our-story-tab-section
    .e-n-tabs-heading
    button[aria-selected="true"]::before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0px;
  }
  .leadership-container-wrapper .leadership-item .open-popup .line {
    height: 2px !important;
    width: 10px !important;
  }
  .stand-us-three-section .col {
    min-width: 316px !important;
  }
  .donate-top-section .col-1 {
    overflow: hidden;
  }
  .stand-us-image-container {
    height: 200px !important;
  }
  .donation-bg-cont {
    background-image: url("/wp-content/uploads/2026/02/Group-1410086062.png") !important;
    background-size: contain !important;
    background-position: bottom !important;
    min-height: 750px !important;
  }
}
@media (max-width: 1210px) {
  .our-story-timeline-wrapper .left-col {
    padding: 40px 40px 40px 15px;
  }
  .our-story-timeline-wrapper .right-col img,
  .our-story-timeline-wrapper .right-col .elementor-widget-image {
    height: 100% !important;
  }
}
/* .global-custom-scroller .elementor-grid {
  touch-action: none !important;
} */
.header .menu .sub-menu li a:hover svg,
.header .menu .sub-menu li a:focus svg {
  fill: #fff;
}
@media (max-width: 1200px) {
  .post-filter-listing {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .post-filter-container .post-filter-item {
    flex: 0 0 340px !important;
  }
  .stories-heading {
    width: 179px !important;
  }
  .post-filter-listing {
    gap: 14px;
  }
  .post-filter-container .filters {
    margin-bottom: 25px;
    margin-top: -25px;
  }
}
@media (max-width: 450px) {
  .stories-heading {
    width: 100% !important;
  }
  .post-filter-container .filters {
    margin-bottom: 25px;
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .what-we-do-two-section .one-col {
    flex: 1 !important;
  }
  .what-we-do-two-section {
    gap: 30px !important;
  }
  .event-list-wrapper.project .event-item .info {
    flex: 1;
  }
}

@media (max-width: 767px) {
  .donor-story-wrapper .donor-item {
    display: block;
  }
  .donor-story-wrapper .donor-item .donor-item-top {
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(255, 255, 255);
    gap: 14px;
    transition: 0.3s;
    position: relative;
  }
  .donor-story-wrapper .donor-item .image img {
    height: 110px;
  }
  .donor-story-wrapper .donor-item .image {
    flex: 0 0 90px;
  }
  .donor-story-wrapper .info-bottom-section {
    margin-top: 16px;
  }
  .donor-story-wrapper .info-bottom-section .description {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: normal;
    margin-bottom: 16px;
  }
  .donate-top-section .col-1 .elementor-widget-heading {
    max-width: calc(100% - 21px) !important;
  }
  .donor-story-wrapper .modal-inside {
    padding: 60px 30px;
  }
  .donor-story-wrapper .modal-inside img {
    display: block;
    height: 100%;
    object-fit: cover;
    flex: unset;
    width: 100%;
  }
  .donor-story-wrapper .modal-inside {
    gap: 20px;
  }
  .donor-story-wrapper .modal-inside h5 {
    margin-bottom: 30px;
  }
  .work-section-wrapper {
    width: 100% !important;
  }
  .what-we-do-two-section {
    gap: 18px !important;
  }
  .counter-section .col {
    flex: 0 0 50% !important;
  }
  .counter-section {
    row-gap: 50px !important;
  }
  .public-grid-section {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow: auto !important;
    scrollbar-width: none !important;
    gap: 40px !important;
  }
  .public-grid-section .public-grid-cont {
    flex: 0 0 230px !important;
  }
}

@media (max-width: 767px) {
  .work-section-wrapper {
    padding-top: 24px !important;
  }
  .work-section-wrapper .place {
    flex: 0 0 340px !important;
  }
  .work-section-wrapper .image img {
    height: 280px !important;
    display: block !important;
  }
  .work-section-wrapper .place .absolute-cont {
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    height: 148px;
    flex-direction: column !important;
    width: 100% !important;
    --flex-wrap: nowrap !important;
  }
  .work-section-wrapper .place .arrow-icon {
    bottom: 16px;
    right: 16px;
    height: 24px;
  }
  .work-section-wrapper .place:hover .absolute-cont {
    padding-top: 24px;
  }
  .work-section-wrapper .overlay-text.elementor-widget {
    margin-top: 10px !important;
    font-size: 16px !important;
    line-height: normal;
  }
  .work-section-wrapper .two-cols.overlay-text {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 20px !important;
  }
  .work-section-wrapper .two-cols.overlay-text h2 {
    font-size: 18px !important;
    font-weight: 600 !important;
  }
  .work-section-wrapper .two-cols.overlay-text .elementor-widget-text-editor {
    font-size: 16px !important;
    line-height: normal !important;
  }
}
@media (max-width: 1200px) {
  .projects-wrapper .projects-tabs,
  .global-custom-scroller {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 1200px) {
  .what-we-do-two-section {
    gap: 40px !important;
  }
  .upholding-section .cols,
  .what-we-do-two-section .counter-section .col {
    flex: 1 !important;
  }
  .work-section-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .upholding-section {
    gap: 30px !important;
  }
}
@media (max-width: 767px) {
  #counterSection {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    column-gap: 20px !important;
    row-gap: 50px !important;
  }
  #counterSection .col {
    flex: 0 0 calc(50% - 10px) !important;
  }
  #counterSection h2 {
    font-size: 40px !important;
  }
  #counterSection .elementor-widget-text-editor {
    font-size: 16px !important;
  }
  .projects-wrapper .projects-tabs {
    gap: 24px;
    font-size: 18px;
  }
  .projects-wrapper .projects-wrapper-items {
    flex-wrap: nowrap;
    gap: 16px;
    overflow: auto;
    scrollbar-width: none;
  }
  .projects-wrapper .projects-wrapper-items .projects-wrapper-item {
    flex: 0 0 340px;
  }
  .projects-wrapper .projects-wrapper-item .description {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .home-focus-section .elementor-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    scrollbar-width: none;
  }
  .home-focus-section .elementor-grid .past-project-loop-item {
    flex: 0 0 340px;
    width: 340px;
  }
  .home-focus-section .e-loop-item {
    display: flex;
  }
  .post-content {
    font-size: 16px !important;
    line-height: normal;
  }
  .applying-tabs .e-n-tabs .e-n-tabs-heading {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow: auto !important;
    scrollbar-width: none !important;
  }
  .applying-tabs .e-n-tabs .e-n-tabs-heading button {
    margin: 0 !important;
  }
  .awards-loop-template h6 {
    font-size: 16px !important;
    line-height: normal;
  }
  .event-list-wrapper.project .filter-event-locations {
    gap: 30px;
    font-size: 18px;
  }
  .event-list-wrapper.project .event-item {
    padding: 0;
    flex-direction: column;
    align-items: start;
    background-color: transparent !important;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 40px;
  }
  .event-list-wrapper.project .event-item .image {
    width: 100%;
    height: 180px;
  }
  .event-list-wrapper.project .info h5 a,
  .event-list-wrapper.project .info .date-time,
  .event-list-wrapper.project .location {
    color: #fff !important;
  }
  .event-list-wrapper.project .event-item .button-secondary {
    margin-left: 0;
  }
  .event-list-wrapper.project .event-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .resources-post-results {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    scrollbar-width: none;
    gap: 14px;
  }
  .resources-post-results .report-filter-item {
    flex: 0 0 340px;
  }
  .head-btn-wrapper .col-1 {
    flex: 1 !important;
  }
  /* .head-btn-wrapper .button-primary {
    width: 100px;
  } */
  .head-btn-wrapper .button-primary a {
    font-size: 16px !important;
  }
  .head-btn-wrapper .button-primary a,
  .button-primary a::before,
  .button-primary a::after {
    height: 40px;
  }
  .button-primary a::before,
  .button-primary a::after {
    width: 18px;
  }
  .access-the-proof-section .top-content-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .access-the-proof-section .top-content-section .top-heading span,
  .access-the-proof-section .top-content-section .description-text {
    font-size: 14px;
  }
  .access-the-proof-section .top-content-section h2 {
    margin-bottom: 16px;
    line-height: normal;
  }
  .event-carosel .event-carosel-inside h2 {
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 100%;
  }
  .event-carosel .event-carosel-inside .info {
    font-size: 14px;
    color: #000;
    line-height: 150%;
    margin-bottom: 30px;
  }
  .event-carosel .event-carosel-inside {
    gap: 30px;
  }
  .event-carosel .event-carosel-inside .description {
    color: rgba(0, 0, 0, 0.8) !important;
    line-height: 120%;
  }
  .event-carosel .event-carosel-inside .left .date span.large {
    font-size: 24px;
  }
  .event-items-data-wrapper .event-item .info h5 span {
    display: block !important;
  }
  .event-listing-wrapper .event-item .info h5 {
    margin-bottom: 0px;
  }
  .event-listing-wrapper .event-item .info .description {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 20px;
  }
  .button-secondary a::before {
    display: none;
  }
  .event-listing-wrapper .event-item .date {
    flex: 0 0 80px;
    height: 90px;
  }
  .event-listing-wrapper .event-item .date span.large {
    font-size: 24px;
  }
  .event-listing-wrapper .event-item .info {
    flex: 1 !important;
  }
  .event-listing-wrapper .event-item {
    align-items: start;
    gap: 18px;
  }
  .event-listing-wrapper .filter {
    margin-top: 30px;
    justify-content: start;
    font-size: 16px;
  }
  .event-listing-wrapper .filter-event-locations {
    gap: 24px;
  }
  .event-carosel .event-carosel-inside .left img {
    height: 400px;
  }
  .event-carosel .slick-dots {
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
  }
  .button-primary a {
    height: 40px;
    width: max-content;
    padding: 0px 20px;
  }
  .button-primary {
    width: max-content;
  }
  .life-drag-wrapper > .life-drag-item {
    flex: 0 0 340px !important;
  }
}
@media (max-width: 1380px) {
  .access-the-proof-section .top-content-section .right-content {
    overflow: auto;
  }
}
@media (max-width: 1200px) {
  .access-the-proof-section .bottom-section-content .year-post-list {
    margin-left: 0;
    margin-right: 0;
  }
  .overseas-two-cols .col-1 {
    flex: 0 0 50% !important;
  }
  .overseas-two-cols .col-2 {
    flex: 50% !important;
  }
  .overseas-two-cols {
    gap: 40px !important;
  }
}
.access-the-proof-section .bottom-section-content {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1024px) {
  .msf-funding-container .left-col {
    flex: unset !important;
  }
  .access-the-proof-section .top-content-section {
    flex-direction: column;
    gap: 50px;
  }
  .access-the-proof-section .top-content-section .left-content {
    flex: unset;
  }
  .event-listing-wrapper .event-item .info {
    flex: 0 0 50%;
  }
}

@media (max-width: 490px) {
  .event-carosel .event-carosel-inside .left img {
    height: 300px;
  }
  .event-carosel .slick-dots {
    bottom: 35%;
  }
}
@media (max-width: 1200px) {
  .global-custom-scroller-grid .elementor-grid {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .global-custom-scroller-grid .fellowship-listing {
    width: 340px;
  }
  .access-the-proof-section .year-post-list {
    gap: 14px;
  }
  .access-the-proof-section .year-post-list-item {
    flex: 0 0 340px;
  }
  .button-primary.large,
  .button-primary.xx-large {
    width: max-content !important;
  }
  .button-primary a {
    font-size: 16px !important;
  }
  .applying-tabs .e-n-tabs-heading button span {
    font-size: 18px !important;
  }
  .applying-tabs .applying-tab-inside {
    gap: 24px !important;
    padding: 26px !important;
  }
  .applying-tabs .applying-tab-inside .left {
    flex: 100% !important;
  }
  .ghhm-faculty .mobile-section .flex-section {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .ghhm-faculty .donor-item {
    padding: 14px;
  }
  .ghhm-faculty .mobile-section .title {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    line-height: 120%;
    margin-bottom: 20px;
  }
  .ghhm-faculty .mobile-section .state {
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
    -webkit-line-clamp: 2;
  }
  .ghhm-faculty .donor-item .mobile-section .right {
    padding: 0;
    margin-top: 16px;
  }
  .donor-story-wrapper .donor-item .right .description {
    font-size: 14px;
    line-height: 120%;
  }
  .ghhm-faculty .donor-item .button-secondary {
    margin-top: 16px;
    font-style: italic;
  }
  .ghhm-faculty .quote {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .ghhm-faculty .donor-item {
    position: relative;
  }
  .ghhm-alumni .mobile-section .flex-section {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .ghhm-alumni .donor-item {
    padding: 14px;
  }
  .ghhm-alumni .mobile-section .title {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    line-height: 120%;
    margin-bottom: 20px;
  }
  .ghhm-alumni .mobile-section .state {
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .ghhm-alumni .donor-item .mobile-section .right {
    padding: 0;
    margin-top: 16px;
  }
  .donor-story-wrapper .donor-item .right .description {
    font-size: 14px;
    line-height: 120%;
  }
  .ghhm-alumni .donor-item .button-secondary {
    margin-top: 16px;
    font-style: italic;
  }
  .ghhm-alumni .quote {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .ghhm-alumni .donor-item {
    position: relative;
  }
  .resources-post-results {
    flex-wrap: wrap;
    gap: 30px;
  }
  .resources-post-results .report-filter-item {
    flex: unset;
  }
  .filter-post-wrapper .post-filter-item {
    height: 430px;
  }
  .media-gallery .media-item .media-caption {
    font-size: 16px;
  }
  .media-gallery .media-item img {
    margin-bottom: 18px;
  }
  .media-gallery .slick-slide {
    padding: 0px 7px;
  }
  .media-gallery {
    margin: 0px -7px;
    margin-top: 40px !important;
  }
  .black-tabs .e-n-tabs-heading,
  .tabs-work .e-n-tabs-heading {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow: auto !important;
    scrollbar-width: none !important;
    gap: 18px !important;
  }
  .black-tabs .e-n-tabs-heading button,
  .tabs-work .e-n-tabs-heading button {
    margin: 0 !important;
    text-wrap: nowrap;
  }
  .black-tabs .e-n-tabs-heading button span,
  .tabs-work .e-n-tabs-heading button span {
    font-size: 18px !important;
  }
  .black-tabs .icon-list ul {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 28px;
  }
  .black-tabs .icon-list ul li {
    width: auto;
  }
  .tabs-work .e-n-tabs-heading {
    justify-content: start !important;
  }
  .working-field-border-head {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .working-field-border-head span {
    font-size: 16px !important;
    line-height: 120%;
  }
}
@media (max-width: 1024px) {
  .overseas-two-cols .col-1,
  .overseas-two-cols .col-2 {
    flex: unset !important;
  }
  .profile-open-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .black-tabs .icon-list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .storiesWrapper {
    display: flex !important;
    flex-wrap: nowrap;
    overflow: auto;
    scrollbar-width: none;
  }
  .storiesWrapper .storiesWrapper-item {
    flex: 0 0 370px;
  }
  .past-event-shortcode .event-item .info {
    flex: 0 0 50%;
  }
}
@media (max-width: 1200px) {
  .detail-layout-wrapper .col-1 {
    flex: 0 0 65% !important;
  }
}
@media (max-width: 767px) {
  .storiesWrapper .storiesWrapper-item {
    flex: 0 0 340px;
  }
  .post-content img {
    display: block;
    width: 100%;
    height: auto;
  }

  .detail-layout-wrapper em,
  .detail-layout-wrapper i {
    font-size: 18px;
    line-height: 24px;
  }
  .post-content p:has(i) {
    font-size: 16px !important;
    line-height: normal !important;
  }
  .mobile-head-btn .e-con-full {
    flex: 1 !important;
  }
  .detail-layout-wrapper em,
  .detail-layout-wrapper i {
    margin-top: 18px;
  }
  .past-event-shortcode .event-item .date {
    flex: 0 0 80px;
    height: 90px;
  }
  .past-event-shortcode .event-item .info {
    flex: 1;
  }
  .past-event-shortcode .event-item .date span.large {
    font-size: 24px;
  }
  .past-event-shortcode .event-item .info h5 {
    margin-bottom: 5px;
  }
  .past-event-shortcode .event-item .info .description {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 20px;
  }
  .past-event-shortcode .event-item {
    align-items: start;
    gap: 18px;
  }
  .past-event-shortcode .event-item {
    padding: 30px 0px;
  }
  .watch-now .common-btn-hide:first-child {
    width: 100%;
  }
}
.post-content p:has(i) {
  font-style: italic;
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
}
.post-content p img,
.post-content figure {
  margin-top: 18px;
}
@media (max-width: 1380px) {
  .pdf-slider-wrapper .pdf-prev {
    top: unset;
    left: 0;
    transform: none;
    bottom: 0;
  }
  .pdf-slider-wrapper .pdf-next {
    top: unset;
    left: 60px;
    transform: none;
    bottom: 0;
  }
  .pdf-slider-wrapper {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pdf-slider-wrapper button {
    width: 24px;
    height: 24px;
  }
  .pdf-slider-wrapper button svg {
    height: 12px;
  }
  .pdf-slider-wrapper {
    padding-bottom: 40px;
  }
  .pdf-slider-wrapper .pdf-next {
    left: 35px;
  }
  .filter-post-wrapper,
  .resources-post-results {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .resources-post-results .report-filter-item {
    width: 100%;
  }
  .resources-post-results .report-filter-item .feature-image img {
    height: 320px;
  }
}

@media (max-width: 490px) {
  .resources-post-results .report-filter-item .feature-image img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .pdf-viewer {
    display: flex;
    justify-content: center;
  }

  #page-right {
    display: none !important;
  }
  .pdf-slider-wrapper canvas {
    width: 100%;
  }
  .resources-post-results .report-filter-item .info-container {
    padding: 30px 20px;
  }
  .detail-layout-wrapper .col-2 .button-primary a {
    width: 100% !important;
  }
  .elementor-widget-html:has(.line) {
    display: block;
    width: 100%;
  }
  .about-fellowship-wrapper .about-fellowship-item {
    padding-top: 65px;
  }
  .about-fellowship-wrapper .about-fellowship-item .info-fellow .description {
    font-size: 16px;
  }
  .about-fellowship-wrapper .about-fellowship-item .info-fellow h2 {
    line-height: normal;
  }
  .about-fellowship-wrapper .about-fellowship-item .media-image img {
    height: 376px;
  }
  .listing-mentor-wrapper .modal-inside {
    flex-direction: column;
  }
  .listing-mentor-wrapper .mentor-fellow-modal .info h5 {
    font-size: 24px;
  }
  .listing-mentor-wrapper .modal-inside {
    gap: 28px;
  }
  .listing-mentor-wrapper .social-share-icons {
    margin-bottom: 30px;
  }
  .listing-mentor-wrapper .modal-wrapper {
    overflow: auto;
    height: 100vh;
  }
  .listing-mentor-wrapper .mentor-fellow-modal .info .description {
    font-size: 16px;
  }
  .listing-mentor-wrapper .modal-inside {
    padding: 60px 20px;
  }
}
@media (max-width: 1024px) {
  .tab-full {
    width: 100% !important;
  }
  .map-section {
    flex-direction: column;
  }
  .map-section #globe-container,
  .map-section .right-post-section {
    flex: 0 0 100%;
    width: 100%;
  }
  .map-section .globel-top-section .flex-section {
    flex-direction: row !important;
    align-items: end !important;
    justify-content: space-between !important;
  }
}
@media (max-width: 1200px) {
  .listing-mentor-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .about-fellowship-wrapper .about-fellowship-item {
    padding-top: 80px;
    gap: 30px;
    flex-direction: column-reverse;
  }
  .about-fellowship-wrapper .about-fellowship-item .media-image {
    width: 100%;
  }
  .about-fellowship-wrapper .about-fellowship-item:nth-child(even) {
    flex-direction: column-reverse !important;
  }
  .map-section .right-post-section .read-more {
    transform: none;
    transition: all 0.6s !important;
    position: unset;
    opacity: 1;
    margin-top: 12px;
  }
  .map-section .right-post-section .read-more a {
    color: #ee0000;
  }
  .map-section .right-post-section .dynamic-list-item:hover .read-more a {
    color: #fff;
  }
  .map-section .right-post-section .dynamic-list-item:hover .description {
    margin-bottom: 0;
  }
  .home-focus-section .elementor-grid {
    display: flex;
    overflow: auto;
    scrollbar-width: none;
  }
  .home-focus-section .single-normal-post-listing {
    width: 370px;
  }
  .home-focus-section .single-normal-post-listing {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1200px) {
  .map-section .globel-top-section,
  .map-section #state-list {
    padding-left: 20px;
  }
  .map-section .right-post-section .patients-section {
    padding: 25px;
  }
  .map-section .right-post-section .dynamic-list-item .left {
    padding: 25px;
  }
  .map-section .right-post-section .read-more {
    left: 25px;
  }
  .map-section .globel-top-section .flex-section {
    flex-direction: column;
    align-items: start;
  }
  .map-section .globel-top-section .button-primary {
    padding-left: 9px !important;
    padding-right: 9px !important;
    margin-bottom: 0px !important;
  }
}
.map-section .globel-top-section .button-primary {
  padding-left: 0;
  padding-right: 0;
}
.home-bottom-img .img {
  position: absolute;
  bottom: 0;
  transition: all 0.7s !important;
  transform-origin: center !important;
  opacity: 0;
}
.home-bottom-img-section.active-section .img {
  opacity: 1;
}
.home-bottom-img-section.active-section .img1 {
  transform: translate(255px, 36px);
}
.home-bottom-img-section.active-section .img2 {
  transform: translate(165px, 205px);
}
.home-bottom-img-section.active-section .img3 {
  z-index: -1;
  transform: translate(85px, 185px);
}
.home-bottom-img-section.active-section .img4 {
  transform: translate(366px, 164px);
}
.home-bottom-img-section.active-section .img5 {
  transform: translate(146px, 400px);
}
.home-bottom-img-section.active-section .img6 {
  z-index: -1;
  transform: translate(55px, 345px);
}
.home-bottom-img-section.active-section .img7 {
  transform: translate(333px, 325px);
}
.home-bottom-img-section.active-section .img8 {
  transform: translate(120px, 417px);
}
.home-bottom-img-section.active-section .img9 {
  transform: translate(216px, 435px);
}
.home-bottom-img-section.active-section .img10 {
  z-index: -1;
  transform: translate(382px, 410px);
}
.home-bottom-img-section.active-section .img11 {
  transform: translate(13px, 270px);
}
.home-bottom-img-section .home-bottom-img {
  position: absolute;
  top: 0;
}
.home-bottom-img-section {
  overflow: hidden !important;
}
.home-focus-section .feat-img a {
  display: block;
}
@media (max-width: 1300px) {
  .home-cutom-fade-slider .image2 img {
    min-width: 100%;
    object-position: center;
  }
  .home-cutom-fade-slider .image3 img {
    min-width: 100%;
  }
}
@media (max-width: 1024px) {
  .stand-us-three-section .col {
    min-width: 316px !important;
  }
}
@media (max-width: 767px) {
  .map-section .right-post-section .patients-section {
    gap: 30px;
    padding: 20px;
    flex-wrap: nowrap;
    overflow: auto;
    scrollbar-width: none;
  }
  .map-section .patients-section .patients-item {
    flex: 0 0 200px;
  }
  .map-section .globel-top-section,
  .map-section #state-list {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .map-section #state-list {
    padding-top: 0;
  }
  .post-filter-listing {
    display: flex;
    overflow: auto;
    scrollbar-width: none;
    cursor: unset;
    flex-wrap: nowrap;
  }
  .map-section #globe {
    height: 600px;
  }
  .map-section .right-post-section .dynamic-list-item .right {
    flex: 0 0 137px;
    height: 190px;
    overflow: hidden;
  }
  .map-section .right-post-section .dynamic-list-item .left {
    padding: 20px 15px;
  }
  .map-section .right-post-section .dynamic-list-item .left h5 {
    font-size: 18px;
  }
  .map-section .right-post-section .dynamic-list-item .description {
    font-size: 16px;
  }
  .home-focus-section .elementor-grid {
    gap: 14px !important;
  }
  .home-focus-section .single-normal-post-listing {
    width: 340px;
  }
  .button-primary.view-all {
    flex: 0 0 120px;
  }
  .map-section .country-name {
    font-size: 22px;
  }
  .map-section .state-name {
    font-size: 16px;
  }
  .map-section .globel-top-section .sub-head-text {
    font-size: 14px;
  }
  .globel-top-section .button-primary a {
    padding: 0px 10px;
  }
  .map-section .globel-top-section h2 {
    line-height: 100%;
  }
  .map-section .globel-top-section .flex-section {
    gap: 10px;
  }
}

@media (max-width: 330px) {
  .map-section .globel-top-section .flex-section {
    flex-direction: column !important;
    justify-content: start !important;
    align-items: start !important;
  }
}
.newsletter-form-new .input {
  display: flex;
}
.newsletter-form-new .email {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  background-color: transparent !important;
  border-right: 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Source Sans Pro", sans-serif;
  border-left: 0 !important;
  padding: 5px;
  height: 48px;
  padding-left: 10px;
  outline: 0;
  padding-right: 20px;
  border-right: 0px !important;
  width: 100%;
}
.newsletter-form-new .email::placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.newsletter-form-new .btn-primary {
  background-color: #ee0000 !important;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-style: italic;
  padding: 0;
  width: 120px;
  height: 48px;
}
.newsletter-form-new .form-field::before {
  content: "";
  height: 48px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  border-radius: 50%;
  width: 20px;
  position: absolute;
  left: -6px;
}
.newsletter-form-new .button {
  padding: 0;
  position: relative;
}
.newsletter-form-new .button::before {
  content: "";
  width: 22px;
  height: 48px;
  background: #ee0000;
  position: absolute;
  border-radius: 50%;
  left: -9px;
}
.newsletter-form-new .button::after {
  content: "";
  width: 22px;
  height: 48px;
  background: #ee0000;
  position: absolute;
  border-radius: 50%;
  right: -9px;
}

@media (max-width: 767px) {
  .newsletter-form-new .btn-primary {
    width: max-content;
    padding-left: 20px;
    padding-right: 20px;
  }
  .newsletter-form-new .form-field {
    width: calc(100% - 120px);
  }
}
.search-results .elementor-posts {
  display: flex !important;
  flex-direction: column !important;
  font-family: "Source Sans Pro", sans-serif !important;
  gap: 0;
}
.search-results .elementor-posts * {
  font-family: "Source Sans Pro", sans-serif !important;
}
.search-results .elementor-post__title {
  font-size: 26px !important;
  margin-bottom: 10px !important;
}
.search-results .elementor-post__title a {
  font-weight: 600 !important;
  color: #000 !important;
}
.search-results .elementor-post__excerpt * {
  font-size: 18px !important;
  color: rgba(0, 0, 0, 0.8) !important;
}
.search-results .elementor-post__read-more {
  font-style: italic !important;
  font-size: 16px !important;
  color: #ee0000 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
  font-weight: 600 !important;
}
.search-results .elementor-post {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding-top: 30px !important;
  margin-top: 30px !important;
}
.search-results .elementor-post:first-child {
  border-top: 0 !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .search-results .elementor-post__title {
    font-size: 20px !important;
  }
  .search-results .elementor-post__excerpt * {
    font-size: 16px !important;
  }
}
.post-content h1 a {
  font-style: italic;
  font-size: 18px;
  text-decoration: underline;
  text-underline-offset: 2px;
  display: block;
  line-height: normal;
  margin-bottom: 10px;
}
.post-content h1 br {
  display: none;
}
.date-location span.elementor-post-info__terms-list-item {
  font-weight: 600;
}
.global-tags .elementor-post-info__terms-list {
  font-size: 0;
  display: flex !important;
  gap: 5px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.global-tags .elementor-post-info__terms-list a {
  background-color: #fff;
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.8) !important;
  padding: 6px 10px;
  pointer-events: none;
}
.newsletter-form-sidebar .input {
  display: flex;
  flex-direction: column;
  padding: 0px 5px;
}
.newsletter-form-sidebar .email {
  width: 100%;
  background-color: transparent !important;
  border-left: 0;
  border-color: rgba(0, 0, 0, 0.1) !important;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  outline: 0;
  color: #000;
  height: 48px;
  padding: 5px 20px;
  width: 100%;
  border-right: 0;
}
.newsletter-form-sidebar .form-field {
  margin-bottom: 17px;
  position: relative;
}
.newsletter-form-sidebar .form-field::before {
  content: "";
  width: 12px;
  height: 48px;
  background: transparent;
  position: absolute;
  border-radius: 50%;
  left: -5px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.newsletter-form-sidebar .form-field::after {
  content: "";
  width: 12px;
  height: 48px;
  background: transparent;
  position: absolute;
  border-radius: 50%;
  right: -5px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.newsletter-form-sidebar .button {
  padding: 0px;
  position: relative;
}
.newsletter-form-sidebar .button input {
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0;
  padding: 5px;
  font-style: italic;
  color: #fff;
  font-weight: 600;
  background-color: #000;
}
.newsletter-form-sidebar .button::before {
  content: "";
  width: 12px;
  height: 48px;
  background: #000;
  position: absolute;
  border-radius: 50%;
  left: -6px;
  top: 0px;
}
.newsletter-form-sidebar .button::after {
  content: "";
  width: 12px;
  height: 48px;
  background: #000;
  position: absolute;
  border-radius: 50%;
  right: -6px;
  top: 0;
}
.error404 .header,
.error404 .footer {
  display: none;
}
.error404 .container.grid-container {
  padding-top: 0 !important;
}
.wpcf7-not-valid-tip {
  color: #ee0000;
  font-size: 16px;
}
.msf-contact-page input {
  font-family: "Source Sans Pro", sans-serif;
}
.msf-contact-page span.wpcf7-spinner {
  display: none;
}
.privacy-policy .post-content p,
.privacy-policy .post-content ul {
  color: rgba(0, 0, 0, 0.8) !important;
}
.privacy-policy .post-content div {
  padding: 0 !important;
  margin: 0 !important;
}
.privacy-policy .post-content h1,
.privacy-policy .post-content h2,
.privacy-policy .post-content h3,
.privacy-policy .post-content h4,
.privacy-policy .post-content h5,
.privacy-policy .post-content h6 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1120px) {
  .header-three-cols .menu a.elementor-item {
    padding: 0px 10px !important;
  }
}
.is-scrolling .dynamic-list-item {
  pointer-events: none;
}
.crises-loop .pc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-width: 80% !important;
}
.crises-loop .pc img,
.crises-loop .pc iframe {
  display: none;
}
.crises-loop .pc p {
  margin-bottom: 0;
}
.crises-loop .pc * {
  color: #fff !important;
  font-size: 30px !important;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .crises-loop .pc * {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  .crises-loop .pc * {
    font-size: 18px !important;
    line-height: normal;
  }
  .crises-loop .pc {
    max-width: 100% !important;
  }
}
.gtranslate_wrapper {
  width: max-content;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
}
/* .gtranslate_wrapper .gt_switcher-popup span, .gtranslate_wrapper .gt_switcher-popup img{
  display: none;
}
.gtranslate_wrapper .gt_switcher-popup::before{
  content: '';
  background-image: url('/wp-content/uploads/2026/03/globe.png');
  width: 35px;
  height: 35px;
  display: block;
  background-size: contain;
} */
.gt_white_content {
  border-radius: 10px;
}
.gt_switcher-popup {
  color: rgba(0, 0, 0, 0.8) !important;
  font-weight: 500;
  padding: 5px;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  background-color: #fff;
}
.gt_switcher-popup span:last-child {
  font-size: 12px !important;
}

.infocus.pc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-width: 80% !important;
}
.infocus.pc img,
.infocus.pc iframe {
  display: none;
}
.infocus.pc p {
  margin-bottom: 0;
}
.infocus.pc * {
  color: #000 !important;
  font-size: 22px !important;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1024px) {
  .infocus.pc * {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .infocus.pc * {
    font-size: 20px !important;
    line-height: normal;
  }
  .infocus.pc {
    max-width: 100% !important;
  }
}
.gt_switcher-popup {
  color: rgba(0, 0, 0, 0.8) !important;
  font-weight: 500;
  padding: 5px;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  background-color: #fff;
  display: flex;
  width: max-content;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-style: italic;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
}
.gt_container--rcragu a.glink span {
  font-size: 16px;
  margin-right: 0 !important;
}
.gt_switcher-popup::before {
  content: "";
  width: 18px;
  height: 40px;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  left: -9px;
}
.gt_switcher-popup::after {
  content: "";
  width: 18px;
  height: 40px;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  right: -9px;
}
.gt_switcher-popup span:last-child {
  color: rgba(0, 0, 0, 0.8) !important;
}
.gtranslate_wrapper {
  width: max-content;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99999;
}
.gt_switcher-popup span {
  margin-right: 0 !important;
}
.leadership-container-wrapper .social-share-icons a.twitter,
.leadership-modal .social-share-icons a.twitter {
  display: none !important;
}
.regional-map.lanka {
  display: none;
}
body:has(
    .regional-office-acc
      .e-n-accordion-item-title[data-accordion-index="2"][aria-expanded="true"]
  )
  .regional-map.lanka {
  display: block;
}
body:has(
    .regional-office-acc
      .e-n-accordion-item-title[data-accordion-index="2"][aria-expanded="true"]
  )
  .regional-map.india {
  display: none;
}
/* .pdf-slider-wrapper:has(#page-right[style="display: none;"]) button {
  display: none;
} */

.our-story-tab-section .e-n-tab-title-text {
  text-align: left !important;
}
div#post-list .no-posts {
  padding: 20px 50px;
  font-weight: 300;
}
.our-story-timeline-wrapper .our-story-timeline-slider {
  padding-bottom: 0px !important;
}
.our-story-timeline-wrapper
  .our-story-timeline-slider
  .elementor-swiper-button {
  left: calc((100vw - 1185px) / 2) !important;
}
.our-story-timeline-wrapper
  .our-story-timeline-slider
  .elementor-swiper-button-next {
  left: calc((100vw - 1100px) / 2) !important;
}
.one-slide .slide-left {
  height: max-content !important;
}
.one-slide {
  align-items: center !important;
}
.one-slide .slide-right img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}
.one-slide .slide-right,
.one-slide .slide-right .elementor-widget-image {
  height: 100% !important;
}
@media (max-width: 1700px) {
  .our-story-timeline-wrapper
    .our-story-timeline-slider
    .elementor-swiper-button {
    bottom: 60px !important;
  }
}
@media (max-width: 1200px) {
  .our-story-timeline-wrapper
    .our-story-timeline-slider
    .elementor-swiper-button {
    bottom: 20px !important;
    left: 15px !important;
  }
  .our-story-timeline-wrapper
    .our-story-timeline-slider
    .elementor-swiper-button-next {
    left: 55px !important;
  }
}
@media (max-width: 1024px) {
  .one-slide {
    align-items: start !important;
  }
  .one-slide .slide-left {
    padding-bottom: 80px !important;
  }
}
@media (max-width: 767px) {
  .one-slide {
    flex-direction: column-reverse !important;
  }
  .one-slide .slide-right,
  .one-slide .slide-right .elementor-widget-image {
    height: unset !important;
  }
  .one-slide {
    justify-content: start !important;
  }
  .one-slide .slide-left {
    padding-bottom: 70px !important;
  }
}
.leadership-container-wrapper .leadership-item .open-popup {
  width: 100%;
  height: 100%;
  border-radius: 0;
  left: 0;
  top: 0;
  opacity: 0;
}
.applying-tab-inside {
  align-items: flex-start !important;
}
.ul-flex ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
.a-color-white a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
}
.a-color-white a:hover {
  text-decoration: underline;
}
.profile-open-wrapper .profile-open-item:nth-child(8) {
  order: 1;
}
.profile-open-wrapper .profile-open-item:nth-child(10) {
  order: 2;
}
.profile-open-wrapper .profile-open-item:nth-child(6) {
  order: 3;
}
.profile-open-wrapper .profile-open-item:nth-child(1) {
  order: 4;
}
.profile-open-wrapper .profile-open-item:nth-child(11) {
  order: 5;
}
.profile-open-wrapper .profile-open-item:nth-child(7) {
  order: 6;
}
.profile-open-wrapper .profile-open-item:nth-child(9) {
  order: 7;
}
.profile-open-wrapper .profile-open-item:nth-child(5) {
  order: 8;
}
.profile-open-wrapper .profile-open-item:nth-child(4) {
  order: 9;
}
.profile-open-wrapper .profile-open-item:nth-child(3) {
  order: 10;
}
.profile-open-wrapper .profile-open-item:nth-child(2) {
  order: 11;
}
.pointer-yes a {
  pointer-events: all !important;
}
.margin-p p {
  margin-bottom: 8px !important;
}
.color-a a {
  color: #ee0000 !important;
}
.color-a a:hover {
  text-decoration: underline !important;
}
.icon-box .elementor-counter-title {
  text-align: center;
}
.donor-stories .donor-story-wrapper .donor-item {
  background-color: transparent;
}
.logo-slider {
  overflow: auto !important;
  scrollbar-width: none;
  width: 100% !important;
  flex-wrap: nowrap !important;
}
.logo-slider .slide {
  flex: 0 0 205px !important;
}
@media (max-width: 1600px) {
  .logo-slider .slide {
    flex: 0 0 196px !important;
  }
}
.donate-top-section .left-col {
  flex: 0 0 450px !important;
}
.donate-top-section .right-col {
  flex: 1 !important;
}
.dfp-tabs {
  flex-direction: row-reverse;
  justify-content: start;
  gap: 35px;
  margin-bottom: 20px;
}
.dfp-tabs .dfp-tab {
  padding: 0 !important;
  flex: unset;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  line-height: 100%;
  border-bottom: 0;
  padding-bottom: 4px !important;
}
.dfp-tabs .dfp-tab span {
  display: none;
}
.dfp-tabs .dfp-tab.active {
  font-weight: 600;
  color: #000;
  border-bottom: 2px solid #ee0000;
}
.dfp-amounts {
  display: flex;
  margin-bottom: 36px;
}
.dfp-amounts .dfp-amount-btn {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  padding: 0;
  width: 125px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50px;
}
.dfp-amounts .dfp-amount-btn.active {
  background-color: #ee0000;
  color: #fff;
  font-weight: 600;
  border-color: #ee0000;
}
.dfp-label {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 10px;
}
.donate-top-section input {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.6);
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  height: 48px;
  padding: 0px 20px;
}
.dfp-radio-label input {
  height: unset;
}
.dfp-radio-label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}
.dfp-btn-primary {
  margin-top: 23px;
  background-color: #ee0000 !important;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  width: 153px !important;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0;
  padding: 5px;
  line-height: 100% !important;
  min-width: unset;
  margin-left: 11px;
}
.dfp-btn-primary::before {
  content: "";
  width: 22px;
  height: 48px;
  background: #ee0000;
  position: absolute;
  border-radius: 50%;
  left: -9px;
}
.dfp-btn-primary::after {
  content: "";
  width: 22px;
  height: 48px;
  background: #ee0000;
  position: absolute;
  border-radius: 50%;
  right: -9px;
}
.dfp-radio-label input::focus {
  background-color: transparent !important;
}
.dfp-btn-secondary {
  margin-top: 23px;
  background-color: #ee0000 !important;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  width: 100px !important;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0;
  padding: 5px;
  line-height: 100% !important;
  min-width: unset;
  margin-left: 11px;
  color: #fff;
}
.dfp-btn-secondary::before {
  content: "";
  width: 18px;
  height: 48px;
  background: #ee0000;
  position: absolute;
  border-radius: 50%;
  left: -9px;
}
.dfp-btn-secondary::after {
  content: "";
  width: 18px;
  height: 48px;
  background: #ee0000;
  position: absolute;
  border-radius: 50%;
  right: -9px;
}
.dfp-error {
  color: #ee0000;
}
.logo-slider {
  cursor: pointer;
}
.logo-slider img {
  pointer-events: none;
}
.donate-support-col .col-1 {
  flex: 0 0 437px !important;
}
.donate-support-col {
  /* gap: 60px !important; */
}
.donate-support-col .col-2 {
  flex: 1 !important;
}
.donate-support-col .col-2 .img-box {
  flex: 0 0 331px;
}
.support-main {
  overflow: hidden !important;
}
.donate-support-col .info {
  height: 100% !important;
}
.donate-support-col .col-1 {
  z-index: 99 !important;
  background-color: #eceff4 !important;
  padding-right: 60px !important;
}
.donate-support-col .col-2 {
  display: flex !important;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  padding-left: calc((100vw - 1185px) / 2);
  padding-right: calc((100vw - 1185px) / 2);
  margin-left: calc(-1 * ((100vw - 1185px) / 2));
  margin-right: calc(-1 * ((100vw - 1185px) / 2));
  z-index: 9;
}

.dfp-thankyou-wrap {
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  padding: 0;
  max-width: 100% !important;
}
.dfp-thankyou-wrap .dfp-ty-title {
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  font-size: 40px;
  line-height: 110%;
  margin-bottom: 18px;
}
.dfp-thankyou-wrap .dfp-ty-subtitle {
  font-weight: 600;
  color: #ee0000;
  font-size: 22px;
  margin-bottom: 10px;
}
.dfp-thankyou-wrap .dfp-ty-table {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  max-width: 400px;
  margin: 0px auto;
}
.dfp-thankyou-wrap .dfp-ty-label {
  font-weight: 600;
  color: #000;
  width: 100px;
  text-align: left;
}
.dfp-thankyou-wrap .dfp-ty-label::after {
  content: ":";
}
.dfp-thankyou-wrap .dfp-ty-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border: 0;
  padding: 5px 0px;
  font-size: 18px;
}
.dfp-thankyou-wrap .dfp-ty-btn {
  margin-top: 30px;
  width: 153px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0;
  padding: 5px;
  font-style: italic;
  color: #fff;
  font-weight: 600;
  background-color: #ee0000 !important;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px !important;
  line-height: 0;
}
.dfp-thankyou-wrap .dfp-ty-btn::before {
  content: "";
  width: 22px;
  height: 48px;
  background: #ee0000;
  position: absolute;
  border-radius: 50%;
  left: -9px;
}
.dfp-thankyou-wrap .dfp-ty-btn::after {
  content: "";
  width: 22px;
  height: 48px;
  background: #ee0000;
  position: absolute;
  border-radius: 50%;
  right: -9px;
}

/***************************/

@media (max-width: 1024px) {
  .donate-top-section .left-col {
    flex: 100% !important;
  }
  .donate-support-col {
    flex-direction: column !important;
  }
  .donate-support-col .col-1 {
    padding-right: 0 !important;
    flex: 100% !important;
  }
  .donate-support-col .col-2 {
    flex: 100% !important;
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  .dfp-tabs .dfp-tab {
    font-size: 18px !important;
  }
  .donate-support-col .col-2 .img-box {
    flex-wrap: nowrap !important;
  }
}
.login-box a:hover {
  color: #ee0000 !important;
}
@media (max-width: 767px) {
  .map-section .right-post-section .dynamic-list-item .left,
  .map-section .right-post-section .dynamic-list-item .right {
    flex: 1 !important;
  }
  .map-section .right-post-section .dynamic-list-item .right {
    min-width: 137px !important;
    max-width: 137px !important;
  }
  .map-section .right-post-section .dynamic-list-item .left {
    width: calc(100% - 137px) !important;
  }
}
.footer .footer-six-cols .sub-menu a:focus,
.footer .footer-six-cols .sub-menu a:hover {
  background-color: transparent;
  color: #ee0000;
}
.footer .footer-six-cols .sub-menu a:focus-visible {
  outline: 0;
}
@media (min-width: 1025px) {
  .map-section .right-post-section .dynamic-list-item .right {
    flex: 1;
    min-width: 225px;
    max-width: 225px;
  }
  .map-section .right-post-section .dynamic-list-item .left {
    width: calc(100% - 225px);
  }
}
@media (max-width: 767px) {
  .life-drag-wrapper {
    gap: 14px !important;
  }
  .main-filter-shortcode .sortby-section .dropdown-options {
    left: 0;
  }
}
.event-detail .button-primary a{
    color: #fff !important;
    text-decoration: none !important;
}
.page.content-container{
    max-width: 900px !important;
}
.page.post-content h2, .page.post-content h3, .page.post-content h4, .page.post-content h5, .page.post-content h6{
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 18px;
    color: #000;
}
.date-location.loc .elementor-post-info__terms-list{
    font-size: 0 !important;
}
.date-location.loc .elementor-post-info__terms-list span{
    display: none !important;
    font-size: 16px !important;
}
.date-location.loc .elementor-post-info__terms-list span:first-child{
    display: block !important;
}

.indicatorArrow.msfJobDivZ {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.indicatorArrow.msfJobDivZ .item{
    display: flex;
    flex-direction: column-reverse;
}
.indicatorArrow.msfJobDivZ .msf-modal-design{
    display: block !important;
}
.indicatorArrow.msfJobDivZ .msf_about_curosel .btn{
    font-style: italic;
}
.indicatorArrow.msfJobDivZ .msf_about_curosel .btn a{
    text-decoration: underline;
}
.fellowship-listing .elementor-widget-image a{
    display: block !important;
}
.no-ul ul li::before{
    content: '';
}
.contact-form-section input {
    padding: 0px !important;
    background-color: unset !important;
    border: 0 !important;
    border-radius: 0px !important;
    border-bottom: 1px solid rgb(0, 0, 0, 0.2) !important;
    font-family: Source Sans Pro !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    padding-bottom: 15px !important;
    width: 100% !important;
    text-transform: none !important;
}
.contact-form-section input::placeholder, .contact-form-section textarea::placeholder{
	text-transform: capitalize !important;
}
.contact-form-section fieldset{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 56px;
    row-gap: 45px;
}
.contact-form-section .ff-el-group:has(textarea){
    grid-column: span 2;
}
.contact-form-section textarea{
    padding: 0px !important;
    background-color: unset !important;
    border: 0 !important;
    border-radius: 0px !important;
    border-bottom: 1px solid rgb(0, 0, 0, 0.2) !important;
    font-family: Source Sans Pro !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    padding-bottom: 15px !important;
    width: 100% !important;
    text-transform: none !important;
}
.contact-form-section .ff-el-group{
    margin-bottom: 0 !important;
}
#contactSection .contact-form-section .fluentform-widget-wrapper .ff-el-group .ff-btn-submit{
    font-family: Source Sans Pro;
    font-weight: 600;
    font-style: Italic;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    background-color: #ee0000 !important;
    padding: 5px !important;
    height: 48px;
    position: relative;
    width: 120px;
    border-radius: 0;
}
.contact-form-section .ff_submit_btn_wrapper::before{
    content: "";
    width: 18px;
    height: 48px;
    background: #ee0000;
    position: absolute;
    border-radius: 50%;
    left: 0px;
    top: 0px;
}
.contact-form-section .ff_submit_btn_wrapper::after{
    content: "";
    width: 18px;
    height: 48px;
    background: #ee0000;
    position: absolute;
    border-radius: 50%;
    right: 0px;
    top: 0px;
}
.contact-form-section .ff_submit_btn_wrapper{
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: max-content;
}
#contactSection .contact-form-section .fluentform-widget-wrapper .ff-el-group .ff-btn-submit{
    opacity: 1 !important;
}
@media(max-width:767px){
	.contact-form-section fieldset{
		display: flex;
		flex-direction: column;
	}
}
.post-content .elementor-widget-text-editor {
    color: #000000CC !important;
}
.detail-layout-wrapper.post-detail figcaption {
    text-align: left !important;
}
.post-content .elementor-testimonial-wrapper{
    text-align: left !important;
}
.post-content .elementor-testimonial-wrapper .elementor-testimonial-content{
    font-style: italic;
    color: #000;
    font-weight: 600;
    font-size: 28px;
    display: block;
    line-height: 120%;
    margin-bottom: 5px;
}
.post-content .elementor-testimonial-wrapper .elementor-testimonial-image{
    display: none !important;
}
.post-content .elementor-testimonial-wrapper .elementor-testimonial-name, .post-content .elementor-testimonial-wrapper .elementor-testimonial-job{
    color: #666666;
    font-style: italic;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
}
.post-content .elementor-testimonial-wrapper .elementor-testimonial-details {
    display: flex !important;
    flex-wrap: wrap;
}
.post-content .elementor-testimonial-wrapper .elementor-testimonial-job::before{
    content: '|';
    margin: 0px 10px;
}
@media(max-width:1024px){
    .detail-layout-wrapper .col-2{
        position: unset !important;
    }
}
.link-a a{
    color: #fff !important;
}
.link-a a:hover{
    text-decoration: underline;
    text-underline-offset: 2px
}