.alert-bar {
  background-color: #FFF4E5;
  color: #8A3D00;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9999;
  width: 100%;
  font-size: 17px;
  font-family: "Inter";
}
.alert-bar span,
.alert-bar a {
  font-family: "Inter";
}
.alert-bar .alert-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.alert-bar .alert-content f


    .alert-no-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.alert-bar .alert-content i {
  color: #8A3D00;
  font-size: 30px;
  position: relative;
  margin-right: 1rem;
}
.alert-bar .alert-content .learn-more {
  color: #8A3D00;
  text-decoration: underline;
  text-decoration-color: #8A3D00;
}
.alert-bar .alert-content .learn-more:hover {
  opacity: 0.5;
}
.alert-bar .alert-content .close-alert-btn {
  background: none;
  border: none;
  cursor: pointer;
}
.alert-bar .alert-content .close-alert-btn:hover {
  opacity: 0.5;
}
.alert-bar .alert-no-close {
  display: flex;
  align-items: center;
}
.alert-bar .close-alert-btn {
  background: transparent;
  border: none;
  color: #8A3D00;
  font-size: 14px;
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  padding: 0;
  margin-left: 15px;
  cursor: pointer;
}
.alert-bar .close-alert-btn:focus {
  outline: none;
}
.alert-bar.hidden {
  display: none;
}
.alert-bar.even {
  background-color: #FFF4E5;
}
.alert-bar.odd {
  background-color: #FFC678;
  color: #1C1F2A;
}
.alert-bar.odd .close-alert-btn,
.alert-bar.odd .learn-more,
.alert-bar.odd i {
  color: #1C1F2A;
}
.alert-bar.odd .learn-more {
  text-decoration-color: #1C1F2A;
}
.header-wrapper {
  position: relative;
  width: 100%;
  transition: margin-top 0.3s ease;
}
.site-header {
  position: relative;
  background: #ffffff;
  width: 100%;
  z-index: 999;
  padding-top: 1rem;
  height: auto;
}
.site-header a {
  font-size: 16px;
  color: #1C1F2A;
  font-weight: 600;
}
.site-header .contact-button {
  margin: 0 2rem;
  margin-right: 3rem;
}
.site-header .contact-button:hover {
  color: #C23122;
}
.site-header a[lang="fr-CA"]:hover,
.site-header a[lang="en-CA"]:hover {
  color: #C23122;
}
body.home .site-header {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg,rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 20%,rgba(255,255,255,0.8) 40%,rgba(255,255,255,0.6) 60%,rgba(255,255,255,0) 95%);
  height: 277px;
}
@media (max-width: 991px) {
  body.home .site-header {
    height: 215px;
  }
}
.site-logo-header {
  width: 260px;
}
.site-logo-header:hover {
  opacity: 0.5;
}
.current-lang {
  display: none;
}
.lang-item {
  list-style: none;
}
header ul {
  list-style: none;
}
.search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dedede;
  padding: 0 1rem;
  top: 2px;
}
.search-wrapper .search-input {
  padding: 5px 0;
  border: none;
  outline: none;
  font-size: 16px;
  background: transparent;
  flex: 1;
}
.search-wrapper .search-input::placeholder {
  color: #999;
}
.search-wrapper svg {
  width: 16px;
  height: auto;
  fill: black;
  flex-shrink: 0;
  margin-left: 8px;
}
.search-wrapper:hover svg {
  fill: #333;
  transform: scale(1.2);
}
.menu-full-width .header-menu {
  margin-top: 1rem;
}
.menu-full-width .header-menu .donate-button {
  padding-bottom: 20px;
  margin-right: 0;
}
.menu-full-width .header-menu .donate-button a {
  background-color: #C23122;
  color: #fff;
  border: none;
  font-weight: 600;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 36px;
}
.menu-full-width .header-menu .donate-button a:hover {
  background-color: #8A0D00;
  text-decoration: none;
}
.menu-full-width .header-menu li {
  position: relative;
  padding-bottom: 2rem;
  margin-right: 3.8rem;
}
.menu-full-width .header-menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #FFFAF4;
  min-width: 200px;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  padding-left: 0;
  padding-bottom: 0;
  border-radius: 8px;
  border-bottom: 11px solid #E2A44F;
}
.menu-full-width .header-menu li ul li {
  width: 100%;
  padding-bottom: 0;
}
.menu-full-width .header-menu li ul li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}
.menu-full-width .header-menu li ul li a:hover {
  color: #C23122;
}
.menu-full-width .header-menu li ul li:last-child a {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.menu-full-width .header-menu li:hover > ul {
  display: block;
}
.menu-full-width .menu-item-has-children > a {
  position: relative;
  padding-right: 1rem;
  text-decoration: none;
}
.menu-full-width .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path d="M297.4 470.6C309.9 483.1 330.2 483.1 342.7 470.6L534.7 278.6C547.2 266.1 547.2 245.8 534.7 233.3C522.2 220.8 501.9 220.8 489.4 233.3L320 402.7L150.6 233.4C138.1 220.9 117.8 220.9 105.3 233.4C92.8 245.9 92.8 266.2 105.3 278.7L297.3 470.7z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.menu-full-width .menu-item-has-children:hover > a::after {
  transform: translateY(-50%) rotate(180deg);
}
#mainNav {
  justify-content: flex-end;
}
.submenu-toggle i.fa-chevron-down {
  transition: transform 0.2s ease;
}
li.submenu-open > .submenu-toggle i.fa-chevron-down {
  transform: rotate(180deg);
}
body.nav-open {
  overflow: hidden;
  height: 100vh;
}
@media (max-width: 991px) {
  .mobile-search .search-input {
    width: 100%;
  }
  .alert-bar {
    padding: 20px 0px;
  }
  .header-menu {
    overflow: hidden;
  }
  .submenu-toggle {
    border: none;
    background-color: transparent;
    color: #E2A44F;
    padding: 0.75rem 1rem 0.75rem 1rem;
  }
  .menu-full-width .header-menu {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    width: 100vw;
  }
  .menu-full-width .header-menu li {
    width: 100%;
    margin-right: 0;
    padding-bottom: 0;
    background-color: #FFFAF4;
    position: relative;
  }
  .menu-full-width .header-menu li:not(:last-child):not(.submenu-open)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    height: 1px;
    background: #E2A44F;
  }
  .menu-full-width .header-menu > li > a {
    display: inline-block;
    width: auto;
    font-weight: 500;
    padding: 1rem 0 1rem 1rem;
    color: black;
  }
  .menu-full-width .header-menu li ul {
    display: none;
    position: relative;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    background: none;
    padding-left: 0;
    padding-bottom: 0;
  }
  .menu-full-width .header-menu li.submenu-open > ul {
    display: block;
  }
  .menu-full-width .header-menu li ul li {
    background-color: white;
    margin-right: 0;
  }
  .menu-full-width .header-menu li ul li a {
    padding: 0.75rem 1rem 0.75rem 2rem;
    color: black;
  }
  .menu-full-width .menu-item-has-children > a::after {
    content: '';
    background-image: none;
  }
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: -12px;
    width: 100vw;
    max-height: 90vh;
    background: #FFFAF4;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .collapse.navbar-collapse {
    display: none;
  }
  .collapse.navbar-collapse.show {
    display: block !important;
  }
  .navbar-toggler {
    position: relative;
    z-index: 10000;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #FFFAF4;
    border-radius: 0 10px 0 10px;
    border: none;
    color: #fff;
  }
  .navbar-toggler-icon {
    background-image: none !important;
  }
  .navbar-toggler-text {
    color: white;
    font-size: 18px;
    padding-left: 0.5rem;
  }
  .navbar-toggler-menu-icon {
    width: 22px;
  }
  .navbar-toggler-close-icon {
    width: 22px;
    color: white;
  }
  .hidden {
    display: none;
  }
  .mobile-search-form {
    background-color: #FFFAF4;
    padding-right: 0 !important;
  }
  .mobile-search-form .search-form {
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    padding-bottom: 0;
    border-bottom: none;
  }
  .mobile-search-form .search-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    padding: 0.5rem 0;
    padding-left: 15px;
    font-size: 16px;
    color: #152C53;
  }
  .mobile-search-form .search-input::placeholder {
    color: #152C53;
  }
  .mobile-search-form .search-submit {
    background: none;
    border: none;
    padding-right: 20px;
    margin-left: 0.5rem;
    cursor: pointer;
    color: #152C53;
    font-size: 18px;
  }
  .mobile-search-form .search-submit:hover {
    opacity: 0.8;
  }
  .donate-button {
    margin-left: 15px;
    margin-top: 20px;
  }
  html.scroll-lock,
  body.scroll-lock {
    overflow: hidden !important;
    height: 100%;
    position: relative;
  }
  .search-wrapper {
    border: 1px solid #E2A44F;
    width: 100%;
  }
  .site-logo-header {
    width: 140px;
  }
  .stats-row {
    margin: 0 !important;
  }
  .single-card {
    flex-direction: column;
  }
  .single-card .card-left {
    width: 100% !important;
  }
  .single-card .card-right {
    display: none !important;
  }
  .contact-info {
    flex-direction: column;
  }
  #menu-item-1972 a {
    text-decoration: none;
  }
  #menu-item-1973 {
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  .collapse.navbar-collapse {
    position: relative !important;
    display: flex !important;
  }
  .submenu-toggle {
    display: none;
  }
  #menu-item-1972 {
    display: none;
  }
  #menu-item-1973 {
    display: none;
  }
}
.current-menu-ancestor a {
  color: #8A0D00 !important;
}
.current-menu-ancestor .sub-menu .current-menu-item a {
  color: #8A0D00 !important;
}
.current-menu-ancestor .sub-menu a {
  font-weight: 600;
  color: #1C1F2A !important;
}
.current-menu-ancestor .sub-menu a:hover {
  color: #C23122 !important;
}
.front-banner {
  position: relative;
  background-size: cover;
  background-position: top;
  padding: 250px 0;
}
.front-banner .banner-circle {
  position: relative;
  background-color: #FFF5E7;
  color: #1C1F2A;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  margin: 0 auto;
  box-sizing: border-box;
  border: 35px solid #E2A44F;
  padding: 20px 80px;
}
.front-banner .banner-circle p {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
.front-banner .banner-circle h1,
.front-banner .banner-circle h2 {
  color: #1C1F2A;
  margin: 5px 0;
  font-weight: bold;
}
.front-banner .banner-circle-arrow {
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}
.front-banner .banner-circle-arrow .svg-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border: 5px solid #FFF5E7;
  border-radius: 50%;
  box-sizing: border-box;
  background: transparent;
  padding: 0;
}
.front-banner .banner-circle-arrow svg {
  width: 48px;
  height: 48px;
  display: block;
}
@media (max-width: 576px) {
  .front-banner .banner-circle {
    padding: 15px;
  }
}
@media screen and (min-width: 992px) {
  .front-banner .banner-circle {
    min-width: 600px;
  }
}
.front-news .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.front-news .left-box {
  z-index: 2;
  margin-right: -20px;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.front-news .left-box .news-intro {
  position: relative;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
}
.front-news .left-box .news-intro .overlay {
  background: linear-gradient(to bottom,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 40%,rgba(0,0,0,0.6) 55%,rgba(0,0,0,0.3) 75%,rgba(0,0,0,0.15) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.front-news .left-box .news-intro > .position-relative {
  position: relative;
  z-index: 2;
}
.front-news .left-box .news-intro h2,
.front-news .left-box .news-intro p,
.front-news .left-box .news-intro a {
  color: #fff;
}
.front-news .left-box .news-intro a.btn.red-button {
  background-color: #b30000;
  border: none;
}
.front-news .left-box .news-intro a.btn.red-button:hover {
  background-color: #9a0000;
}
.front-news .right-box {
  z-index: 1;
  position: relative;
  background: #FFF5E7;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.front-news .right-box .bg-extend {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #FFF5E7;
  z-index: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.front-news .right-box .news-list {
  position: relative;
  z-index: 1;
  padding: 4rem 2rem;
}
.front-news .right-box .news-list .news-item {
  border-bottom: 1px solid #dedede;
  padding: 2rem 1rem;
}
.front-news .right-box .news-list .news-item:last-child {
  border-bottom: none;
}
.front-news .right-box .news-list .news-item a {
  text-decoration: none;
  color: #000;
  display: block;
}
.front-news .right-box .news-list .news-item a:hover .news-title span {
  text-decoration: underline;
}
.front-news .right-box .news-list .news-item a:hover i {
  opacity: 0.5;
}
.front-news .right-box .news-list .news-item .news-date {
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  color: #6c757d;
}
.front-news .right-box .news-list .news-item .news-title {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 0.4rem;
  vertical-align: middle;
}
.front-news .right-box .news-list .news-item .news-title i {
  font-size: 2em;
  flex-shrink: 0;
  color: #C23122;
}
.front-featured-stories .first-row {
  display: flex;
  flex-wrap: wrap;
}
.front-featured-stories .first-row .col-lg-6 {
  display: flex;
  flex-direction: column;
}
.front-featured-stories .first-row .featured-intro-box {
  min-height: 532px;
  padding: 4rem 0 4rem 2rem;
  background-color: #edf5ff;
  border-radius: 10px;
  color: #000;
  display: flex;
  flex-direction: column;
  position: relative;
}
.front-featured-stories .first-row .featured-intro-box .featured-intro-bg-image {
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  opacity: 0.08;
  pointer-events: none;
  user-select: none;
}
.front-featured-stories .first-row .featured-intro-box h2 {
  margin-bottom: 1rem;
}
.front-featured-stories .first-row .featured-intro-box p {
  margin-bottom: 1.5rem;
  width: 90%;
}
.front-featured-stories .first-row .row.g-3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.front-featured-stories .first-row .row.g-3 .featured-preview-card {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  background-color: #c23122;
  height: 532px;
  color: #fff;
}
.front-featured-stories .first-row .row.g-3 .featured-preview-card .preview-image {
  position: relative;
}
.front-featured-stories .first-row .row.g-3 .featured-preview-card .preview-image img {
  width: 100%;
  height: 363px;
  object-fit: cover;
  object-position: top;
}
.front-featured-stories .first-row .row.g-3 .featured-preview-card .story-category {
  position: absolute;
  top: 2rem;
  left: 0;
  right: auto;
  background-color: #fffaf4;
  color: #1c1f2a;
  font-size: 1rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
}
.front-featured-stories .first-row .row.g-3 .featured-preview-card .preview-text {
  padding: 1rem 2rem;
  color: #fff;
}
.front-featured-stories .first-row .row.g-3 .featured-preview-card .preview-text h5 {
  margin-bottom: 0.5rem;
}
.front-featured-stories .first-row .row.g-3 .featured-preview-card .preview-text p {
  margin: 0;
  font-size: 0.9rem;
  text-decoration: none !important;
}
.front-featured-stories .first-row .row.g-3 .featured-preview-card .preview-text .story-subtitle {
  padding-bottom: 0.5rem;
  color: #e7d8c3;
}
.front-featured-stories .first-row .row.g-3 .featured-preview-card:hover {
  text-decoration: none !important;
}
.front-featured-stories .first-row .row.g-3 .featured-preview-card:hover h5 {
  text-decoration: underline !important;
}
.featured-story-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #e2a44f;
  position: relative;
  transition: transform 0.3s ease;
}
.featured-story-card .story-image {
  height: 250px;
  overflow: hidden;
  position: relative;
}
.featured-story-card .story-image .story-category {
  position: absolute;
  top: 2rem;
  left: 0;
  right: auto;
  background-color: #fffaf4;
  color: #1c1f2a;
  font-size: 1rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
}
.featured-story-card .story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.featured-story-card:hover .featured-story-card .story-image img {
  transform: scale(1.05);
}
.featured-story-card .story-title-container {
  position: relative;
  padding: 1rem;
  background-color: #e2a44f;
  transition: transform 0.3s ease, padding-bottom 0.3s ease;
}
.featured-story-card .story-title-container a {
  display: block;
  text-decoration: none;
  color: #000;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}
.featured-story-card .story-title-container:hover a {
  border-color: #000;
}
.featured-story-card .story-title-container .story-title {
  margin: 0;
  line-height: 1.2;
}
.featured-story-card .story-title-container .story-excerpt {
  position: absolute;
  top: 100%;
  left: 1rem;
  right: 1rem;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #000;
  background-color: transparent;
  padding: 0;
  margin-top: -0.25rem;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.featured-story-card:hover .story-title-container {
  transform: translateY(-50px);
  padding-bottom: 1rem;
}
.featured-story-card:hover .story-title-container .story-excerpt {
  opacity: 1;
  max-height: 3em;
}
.front-impact {
  padding: 3rem 0 5rem;
  position: relative;
}
.front-impact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1c1f2a;
  opacity: 0.5;
  z-index: 0;
}
.front-impact h2,
.front-impact p {
  color: #fff;
  position: relative;
  z-index: 1;
}
.front-impact h2 {
  padding-left: 2rem;
}
.front-impact p.mb-5 {
  width: 85%;
  padding-left: 2rem;
}
.front-impact span {
  font-size: 40px;
  color: #e2a44f;
  position: relative;
  z-index: 1;
  font-family: "Inter";
}
.front-impact .impact-description {
  font-size: 24px;
  position: relative;
  z-index: 1;
  line-height: 1.5;
}
.front-impact .impact-card {
  text-align: left;
  position: relative;
  z-index: 1;
  padding: 1rem;
  padding-bottom: 2rem;
}
.front-impact .impact-card::after {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  height: 70%;
  width: 1px;
  background-color: #ffeacd;
}
.front-impact .impact-card[data-index="3"]::after {
  display: none;
}
.front-impact .stats-row {
  border: 1px solid #ffeacd;
  padding: 0 1rem 2rem 1rem;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.front-impact .stats-cta {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  max-width: fit-content;
  padding: 12px 30px;
}
.banner-tabs-wrapper {
  position: relative;
}
#vertical-line {
  position: absolute;
  width: 4px;
  background-color: #c23122;
  z-index: 999;
  display: none;
}
#line-circle {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #c23122;
  z-index: 999;
  display: none;
}
.banner-circle-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.banner-circle-images .circle-image {
  position: absolute;
  border-radius: 50%;
  overflow: visible;
}
.banner-circle-images .circle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 2;
  border-radius: 50%;
}
.banner-circle-images .circle-1 {
  width: 266px;
  height: 266px;
  top: -350px;
  left: -40px;
}
.banner-circle-images .circle-1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid #e2a44f;
  pointer-events: none;
  box-sizing: border-box;
  z-index: 1;
  transform: translate(-50%,-50%) translate(11px,9px);
  width: 102%;
  height: 102%;
  background-color: #fff;
}
.banner-circle-images .circle-2 {
  width: 220px;
  height: 220px;
  top: -220px;
  right: -160px;
}
.banner-circle-images .circle-2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 102%;
  height: 102%;
  border-radius: 50%;
  pointer-events: none;
  box-sizing: border-box;
  z-index: 1;
  background-color: #c23122;
  transform: translate(-50%,-50%) translate(9px,-11px);
}
.banner-circle-images .circle-3 {
  width: 276px;
  height: 276px;
  bottom: -260px;
  right: -160px;
}
.banner-circle-images .circle-3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 102%;
  height: 102%;
  transform: translate(-50%,-50%) translate(-11px,-9px);
  border-radius: 50%;
  pointer-events: none;
  box-sizing: border-box;
  z-index: 1;
  background-color: #686260;
}
.home .tabs-section {
  padding-top: 12rem;
  padding-bottom: 8rem;
}
.home .tabs-section h3 {
  font-size: 28px;
}
@media (max-width: 991.98px) {
  .home .tabs-section {
    padding-bottom: 2rem;
  }
}
@media (min-width: 426px) and (max-width: 786px) {
  .banner-circle {
    left: 37% !important;
    width: 80vw !important;
  }
  .banner-circle h1 {
    width: 45vw !important;
  }
  .banner-circle h2 {
    max-width: 40vw !important;
  }
  .banner-circle p {
    width: 45vw !important;
  }
  .banner-circle .join-us-container {
    width: 66%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-circle {
    left: 40% !important;
    width: 70vw;
    align-items: center !important;
  }
  .banner-circle .tab-content-row {
    width: 50vw;
  }
  .banner-circle .tabs-scroll-row {
    width: 100vw;
  }
  .banner-circle .tab-arrow {
    border: none;
    background-color: #FFF5E7;
    font-size: 25px;
    max-height: 50px;
  }
  .banner-circle h1 {
    width: 45vw !important;
  }
  .banner-circle h2 {
    max-width: 40vw !important;
  }
  .banner-circle p {
    width: 45vw !important;
  }
}
.join-us-container {
  width: 65% !important;
}
.tabs-cta-container {
  width: 45% !important;
}
.home .tabs-section {
  padding-top: 8rem;
  padding-bottom: 4rem;
}
.home .tabs-section h3.tab-section-title {
  font-size: 26px;
}
.front-news .left-box {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.front-news .right-box .news-list {
  padding: 3rem 2.5rem;
}
.front-news .right-box .news-list .news-item {
  padding: 1.5rem 1rem;
}
.front-news .right-box .news-list .news-item .news-title {
  font-size: 18px;
}
.front-featured-stories .first-row .featured-intro-box {
  min-height: 480px;
  padding: 3rem 2rem;
}
.front-featured-stories .first-row .row.g-3 .featured-preview-card {
  height: 520px;
}
.front-featured-stories .first-row .row.g-3 .featured-preview-card .preview-text {
  padding: 1rem 1.5rem;
}
.front-featured-stories .first-row .row.g-3 .featured-preview-card .preview-text p {
  font-size: 0.95rem;
  line-height: 1.5;
}
.front-featured-stories .featured-story-card .story-image {
  height: 230px;
}
.front-impact h2 {
  padding-left: 1.5rem;
  text-align: left;
}
.front-impact p.mb-5 {
  width: 90%;
  padding-left: 1.5rem;
}
.front-impact .impact-description {
  font-size: 20px;
}
.front-impact .stats-row {
  padding: 0 1.5rem 2rem 1.5rem;
}
.impact-card::after {
  height: 0px !important;
}
@media (max-width: 991px) {
  .tabs-section {
    background-color: #BDB2A7;
  }
  .front-banner {
    padding: 140px 0 100px;
    background-position: center top;
    text-align: center;
    overflow-x: visible;
    overflow-y: visible !important;
  }
  .front-banner .banner-circle {
    position: relative;
    aspect-ratio: 1;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
    margin: 0 auto;
    padding: 2.5rem 1.5rem;
    border-width: 12px;
    max-width: none;
    align-items: center;
    text-align: left;
    box-sizing: border-box;
  }
  .front-banner .banner-circle h1,
  .front-banner .banner-circle h2,
  .front-banner .banner-circle p {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
  .front-banner .banner-circle h1 {
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 0.8rem;
    width: 81vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
  }
  .front-banner .banner-circle p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.2rem;
    width: 90%;
  }
  .front-banner .banner-circle a.red-button,
  .front-banner .banner-circle a.join-us {
    display: inline-block;
    margin: 0 auto;
    padding: 0.7rem 1.5rem;
    font-size: 0.95rem;
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 576px) {
  .front-banner {
    padding: 0 0px;
  }
  .front-banner .banner-circle {
    padding: 1.5rem 1rem;
    border-width: 22px;
  }
  .front-banner .banner-circle h1 {
    font-size: 1.4rem;
  }
  .front-banner .banner-circle p {
    font-size: 0.95rem;
  }
  .front-banner .banner-circle a.red-button {
    font-size: 0.9rem;
    padding: 0.6rem 1.2rem;
  }
}
@media (max-width: 991px) {
  .tab-pane p {
    margin-bottom: 1rem !important;
  }
  .tabs-section {
    overflow-x: hidden;
  }
  .front-banner {
    overflow-x: clip;
    overflow-y: visible;
  }
  .banner-circle {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    margin-top: 130px !important;
    overflow: visible;
  }
  .banner-circle .tab-content .red-button {
    display: block;
    margin: auto;
  }
  .banner-circle .tab-content .tab-pane {
    margin-top: 30px;
  }
  .banner-circle p,
  .banner-circle h2 {
    width: 77vw;
    max-width: 80vw;
    margin-left: auto !important;
    margin-right: auto;
  }
  .banner-circle p {
    line-height: 25px;
  }
  .banner-circle h2 {
    margin-left: 40px;
  }
  .banner-circle-images {
    display: none !important;
  }
  .front-news .row {
    --bs-gutter-x: 0;
  }
}
@media (max-width: 991px) {
  .banner-circle.second .tab-content .red-button {
    margin: 0 !important;
    min-width: 200px;
    margin-bottom: 2rem !important;
  }
  .banner-circle.second h2 {
    margin-top: 3rem !important;
  }
  .front-impact .impact-description {
    font-size: 16px;
    text-align: center;
  }
  .front-impact .impact-card {
    text-align: center !important;
  }
  .front-impact .impact-card::after {
    top: 114%;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 80vw;
    background-color: #ffeacd;
  }
  .front-impact .impact-card[data-index="3"]::after {
    display: block;
  }
  .front-impact .stats-cta {
    bottom: -1.2rem;
    max-width: 80vw;
    border-radius: 8px;
  }
  .front-impact span {
    font-size: 30px;
  }
  .front-featured-stories.py-5 {
    padding-bottom: 0 !important;
  }
  .front-featured-stories .first-row .row.g-3 .featured-preview-card {
    height: 592px;
  }
  .featured-preview-card .preview-text p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .news-title {
    font-size: 18px;
  }
  .front-news .container {
    --bs-gutter-x: 0 !important;
  }
  .news-list {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding: 2rem 2rem;
  }
  .news-list .news-list-title {
    text-align: center;
    padding-top: 30px;
  }
  .news-list .news-item {
    background-color: white;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-bottom: none !important;
  }
  .news-list .news-item a {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
  .news-list .news-item .news-title {
    padding-bottom: 15px;
  }
  .news-list .news-item .news-title span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .news-list .news-item .news-title i {
    padding-top: 20px;
  }
  .news-list .news-list-view-all-container {
    margin: auto;
    padding-top: 20px;
  }
  .news-list .news-list-view-all {
    font-size: 14px;
    border-radius: 8px;
  }
  .front-news {
    padding-bottom: 0px !important;
  }
  .front-news .right-box {
    padding-bottom: 0;
  }
  .navbar-toggler-close-icon {
    color: black;
  }
  .story-title-container {
    min-height: 80px;
  }
  .nav .nav-item {
    margin-bottom: 0 !important;
  }
  .featured-intro-bg-image {
    opacity: 0.1 !important;
  }
  .carousel-indicators-wrapper {
    text-align: center;
    margin-top: 16px;
  }
  .carousel-indicators {
    position: static !important;
    display: inline-flex;
    gap: 8px;
    padding: 0;
    margin: 0;
  }
  .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 5px;
    background-color: #c23122 !important;
    border: 2px solid #c23122 !important;
    opacity: 0.4 !important;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.05);
  }
  .carousel-indicators .active {
    opacity: 1 !important;
    transform: scale(1.1);
  }
  .small-circle-front-page {
    display: none !important;
  }
  .tabs-section .banner-circle {
    margin-top: 2rem !important;
  }
  .banner-circle {
    width: 70vw;
    align-items: center !important;
  }
  .banner-circle .tab-content-row {
    width: 52vw;
  }
  .banner-circle .tabs-scroll-row {
    width: 52vw;
  }
  .banner-circle .tab-arrow {
    border: none;
    background-color: #FFF5E7;
    font-size: 25px;
    max-height: 50px;
  }
  .join-us-container {
    width: 81%;
  }
}
.navbar-toggler-close-icon.hidden,
.navbar-toggler-menu-icon.hidden {
  display: none;
}
@media (max-width: 991.98px) {
  .sub-menu {
    display: none;
  }
  .menu-item.submenu-open > .sub-menu {
    display: block;
  }
}
@media (max-width: 767.98px) {
  section.front-news[class*="py-5"] {
    padding-bottom: 0 !important;
  }
}
.nav-pills-container {
  z-index: 0 !important;
}
.tab-pane p {
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .banner-circle.second .tab-content .red-button {
    margin: auto !important;
    font-size: 0.9rem !important;
    padding: 0.6rem 1.2rem !important;
    margin-bottom: 2rem !important;
  }
  .banner-circle.second .tab-content {
    margin-bottom: 2rem !important;
  }
}
@media (min-width: 320px) and (max-width: 378px) {
  .banner-circle.second .tab-content .red-button {
    position: relative;
    left: 12px;
  }
}
@media (max-width: 425px) {
  .banner-circle {
    min-width: 120vw;
    align-items: center !important;
  }
  .banner-circle .tab-content-row {
    max-width: 100vw;
    width: 100vw;
  }
  .banner-circle .tabs-scroll-row {
    max-width: 100vw;
    width: 100vw;
  }
  .banner-circle .tab-arrow {
    border: none;
    background-color: #FFF5E7;
    font-size: 25px;
    max-height: 50px;
  }
  .page-how-to-apply .banner-circle {
    min-width: 140vw;
  }
  .join-us-container {
    width: 78%;
  }
  .tabs-cta-container {
    width: 70%;
  }
}
@media (max-width: 375px) {
  .banner-circle {
    min-width: 140vw;
  }
  .page-how-to-apply .banner-circle {
    min-width: 160vw;
  }
  .join-us-container {
    width: 68%;
  }
  .tabs-cta-container {
    width: 77%;
  }
}
@media (max-width: 320px) {
  .banner-circle {
    min-width: 170vw;
  }
  .page-how-to-apply .banner-circle {
    min-width: 210vw;
  }
  .join-us-container {
    width: 56%;
  }
  .tabs-cta-container {
    width: 87%;
  }
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span,
input,
textarea,
button {
  font-family: "Merriweather", serif;
  line-height: 1.5;
}
h1 {
  font-size: 48px;
}
h4 {
  font-size: 24px;
  line-height: 1.6 !important;
}
h3 {
  line-height: 1.6 !important;
}
p {
  font-size: 16px;
  line-height: 26px;
}
.container {
  max-width: 1140px !important;
}
.btn-primary {
  background-color: #FFF5E7;
  color: #1C1F2A;
  border-radius: 8px;
  padding: 10px 20px;
  border: none;
  font-weight: 600;
  text-align: center;
}
.btn-primary:hover {
  background-color: #1C1F2A;
  color: #FFF5E7;
}
ul {
  list-style: none;
}
.newsletter-form {
  position: relative;
}
.newsletter-input {
  width: 100%;
  padding: 0.55rem 1rem;
  padding-right: 140px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 16px;
  height: 39px;
}
.newsletter-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #C23122;
  color: #fff;
  padding: 0 1.5rem;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, border-radius 0.3s ease, text-decoration 0.3s ease, color 0.3s ease;
}
.newsletter-button:hover {
  background-color: #8A0D00;
}
.post-content a {
  color: #C23122;
}
.breadcrumbs span a,
.breadcrumbs span {
  color: #1C1F2A;
  font-size: 16px;
  font-weight: 600;
}
.breadcrumbs svg {
  width: 18px;
  height: 18px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 2px;
}
.tabs-section {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.tabs-section li:before {
  content: none;
}
.tabs-section .row {
  display: flex;
  align-items: center;
  position: relative;
}
.tabs-section .col-12.col-lg-4 {
  position: relative;
  z-index: 1;
}
.tabs-section .col-12.col-lg-4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  width: 100%;
  height: 100%;
  background-color: #FFF5E7;
  z-index: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.tabs-section .tab-content {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 450px;
}
.tabs-section .tab-content h2 {
  font-size: 36px;
  font-weight: bold;
}
.tabs-section .tab-content i {
  margin-right: 0.5rem;
}
.tabs-section .tab-pane.active {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.tabs-section .col-lg-8 {
  padding-left: 0;
}
@media (max-width: 991px) {
  .tabs-section .col-lg-8 {
    padding-right: 0 !important;
  }
}
.tabs-section .banner-circle {
  background-color: #FFF5E7;
  color: #1C1F2A;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding: 0rem 7rem;
  margin: 0 auto;
  box-sizing: border-box;
  border: 20px solid #E2A44F;
  position: relative;
  z-index: 2;
  aspect-ratio: 1;
  padding: 0 7rem;
}
.tabs-section .banner-circle h3,
.tabs-section .banner-circle div,
.tabs-section .banner-circle a {
  margin: 5px 0;
}
.tabs-section .banner-circle .tab-content {
  display: block;
  width: 100%;
  min-height: 250px;
}
.tabs-section .banner-circle .tab-pane {
  display: none;
}
.tabs-section .banner-circle .tab-pane.active {
  display: block;
}
@media (max-width: 576px) {
  .tabs-section .banner-circle {
    padding: 15px;
  }
  .tabs-section .col-12.col-lg-4::after {
    display: none;
  }
}
.tabs-section .nav-pills {
  background-color: #FFF5E7;
  border-radius: 20px;
  padding: 42px 2rem 1rem;
  position: relative;
  z-index: 1;
}
.tabs-section .nav-pills .nav-link {
  color: #C23122;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 10px;
}
.tabs-section .nav-pills .nav-link.active {
  background-color: transparent !important;
  color: #1C1F2A;
}
.tabs-section .nav-pills .nav-link.active::before {
  background-color: #000;
}
.tabs-section .nav-pills .nav-link:hover {
  color: #1C1F2A;
}
.tabs-section .nav-pills .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  background-color: #BFBFBF;
  border-radius: 5px;
}
.tabs-section .nav-pills .nav-link h3 {
  font-weight: 700;
  text-align: left;
  font-size: 28px;
}
.tabs-section .nav-pills .nav-link p {
  text-align: left;
  padding-top: 1rem;
}
main a {
  color: #C23122;
}
main a:hover {
  color: #8A0D00;
}
main ul,
main .accordion-content ul {
  list-style: none;
}
main ul li,
main .accordion-content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
main ul li::before,
main .accordion-content ul li::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 3px;
  transform: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 20px;
  color: #C23122;
}
main ul a,
main .accordion-content ul a {
  color: #C23122;
}
main ul a:hover,
main .accordion-content ul a:hover {
  color: #8A0D00;
}
.search-results-section .search-header-wrapper {
  margin-bottom: 2rem;
}
.search-results-section .search-header {
  font-size: 2rem;
  font-weight: 700;
}
.search-results-section .search-results-form .search-wrapper {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid black;
  padding: 0 1rem;
}
.search-results-section .search-results-form .search-wrapper .search-input {
  padding: 5px 30px 5px 0;
  border: none;
  outline: none;
  font-size: 16px;
  background: transparent;
}
.search-results-section .search-results-form .search-wrapper .search-input::placeholder {
  color: #999;
}
.search-results-section .search-results-form .search-wrapper .search-submit {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
}
.search-results-section .search-results-form .search-wrapper .search-submit svg {
  width: 16px;
  height: auto;
  fill: black;
}
.search-results-section .search-items-wrapper .search-item {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
.search-results-section .search-items-wrapper .search-item .search-title {
  margin-bottom: 0.5rem;
}
.search-results-section .search-items-wrapper .search-item .search-excerpt {
  margin-bottom: 0.5rem;
}
.search-results-section .search-items-wrapper .search-item hr {
  border: 0;
  border-top: 1px solid #ccc;
}
.search-results-section .search-items-wrapper .no-results {
  font-style: italic;
  color: #666;
}
@media (max-width: 991px) {
  .tab-content h2 {
    font-size: 26px !important;
    margin-bottom: 0.7rem !important;
  }
  .tabs-section .nav-pills {
    margin-top: 50px;
  }
  .tabs-section .nav-pills li {
    width: 33%;
    padding-left: 0;
  }
  .tabs-section .nav-pills .nav-link {
    padding-left: 0;
  }
  .tabs-section .nav-pills .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 55px;
    height: 2px;
    background-color: #BFBFBF;
    border-radius: 5px;
  }
  .tabs-section .nav-pills .nav-link h3 {
    font-weight: 700;
    text-align: center;
    font-size: 16px;
  }
  .tab-section-title {
    white-space: nowrap;
  }
}
.my-no-gutter {
  --bs-gutter-x: 0;
}
@media (max-width: 767.98px) {
  .my-no-gutter-mobile {
    --bs-gutter-x: 0 !important;
  }
}
main .accordion-content a,
main .accordion-content ul a {
  color: #1C1F2A;
}
main .accordion-content a:hover,
main .accordion-content ul a:hover {
  font-weight: 600;
  color: #1C1F2A;
}
main a[target="_blank"]:not([href$=".pdf"]):not([href^="https://mailchi.mp"]):not([href^="mailto:"]):not([href^="tel:"]):not(.share-icons a):not(.share-icons a *)::after {
  content: '';
  display: inline;
  width: 1.4em;
  height: 1.4em;
  margin-left: 0.25rem !important;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M17 7l-10 10'/><path d='M17 17V7H7'/></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
main a.red-button[target="_blank"]:not([href^="https://mailchi.mp"]):not([href^="https://us17.campaign-archive.com/"]):not([href^="https://login.mailchimp.com/"]):not([href^="https://us17.admin.mailchimp.com/"])::after {
  content: '';
  display: inline;
  width: 1.4em;
  height: 1.4em;
  margin-left: 0.25rem !important;
  vertical-align: middle;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M17 7l-10 10"/><path d="M17 17V7H7"/></svg>') !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
main a[href$=".pdf"]::after {
  content: "\f1c1";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  margin-left: 0.5rem !important;
  display: inline;
  margin-right: 0.5rem;
  font-size: 17px;
}
main a.red-button[href$=".pdf"]::after {
  content: "\f1c1";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  margin-left: 0.5rem !important;
  display: inline;
  font-size: 17px;
  background: none !important;
  position: relative;
  bottom: 3px;
}
main ul {
  padding-left: 1rem;
}
.page-newsletter .red-button:after {
  display: none !important;
}
@media (max-width: 991px) {
  .tabs-section .carousel-item {
    background-color: #FFF5E7;
    border-radius: 10px;
    padding: 1rem 0.5rem;
    border: 1px solid #dedede;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  }
  .tabs-section .carousel-item .tab-card-row button {
    border: none;
    background-color: #FFF5E7;
  }
  .tabs-section .carousel-item .tab-card .tab-section-title {
    margin-bottom: -5px !important;
  }
  .tabs-section .carousel-item .arrow-icon {
    font-size: 25px;
  }
  .tabs-section .tab-card .tab-section-title {
    font-size: 1.1rem;
  }
  .page-future-generations-foundation .tabs-section .row {
    flex-direction: column-reverse;
  }
}
#tabCarousel .carousel-control-prev-icon,
#tabCarousel .carousel-control-next-icon {
  filter: brightness(0);
}
@media (max-width: 991.98px) {
  #tabCarousel .tab-card-row {
    display: flex;
    align-items: stretch;
  }
  #tabCarousel .tab-arrow {
    flex: 0 0 5%;
    max-width: 5%;
    border: none;
    background: transparent;
    font-size: 1.5rem;
    padding: 0;
  }
  #tabCarousel .tab-card {
    flex: 0 0 90%;
    max-width: 90%;
    border: none;
    background: #FFF5E7;
    padding: 1rem 0.5rem;
    color: black;
  }
  #tabCarousel .tab-card .arrow-icon {
    color: black;
  }
  #tabCarousel .tab-arrow .arrow-icon {
    color: black !important;
    -webkit-text-fill-color: black !important;
  }
}
footer {
  position: relative;
  color: #fff;
  padding: 4rem 0 1.5rem;
  font-size: 16px;
}
footer .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28,31,42,0.9);
  z-index: 0;
  pointer-events: none;
}
footer::before {
  content: "";
  position: absolute;
  top: -19px;
  left: 0;
  width: 100%;
  height: 19px;
  background: #E2A44F;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  z-index: 3;
}
footer > .container {
  position: relative;
  z-index: 1;
}
footer .site-logo-footer {
  width: 262px;
  margin-bottom: 2rem;
  transition: width 0.3s ease-in-out;
}
footer .site-logo-footer:hover {
  opacity: 0.5;
}
footer .footer-heading {
  font-weight: 600;
  padding-top: 2rem;
}
footer .building-wrapper {
  display: flex;
}
footer .building-wrapper i {
  margin-right: 1.4rem;
  top: 5px;
  position: relative;
}
footer .fa-envelope {
  margin-right: 0.8rem;
}
footer .fa-solid.fa-phone {
  margin-right: 1rem;
}
footer .footer-heading.social {
  padding-top: 0;
}
footer a {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
}
footer ul {
  list-style: none;
  padding-left: 0;
  margin-top: 1.3rem;
}
footer ul li {
  margin-bottom: 10px;
}
footer ul a {
  font-size: 16px;
  color: #fff;
}
footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 50px;
  column-count: 2;
  column-gap: 20px;
}
footer .footer-menu li {
  break-inside: avoid;
  margin-bottom: 1rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  footer .footer-menu {
    column-count: 1;
  }
}
footer .top-row {
  border-bottom: 1px solid #909090;
  padding-bottom: 1rem;
}
footer .copyright {
  margin-top: 1rem;
  padding-left: 0;
}
footer .copyright a {
  text-decoration: underline;
}
footer .copyright a:hover {
  opacity: 0.5;
}
footer .copyright p {
  font-size: 14px;
  font-family: "Inter";
  color: #c8c8c8;
}
footer .kimbo-footer {
  margin-top: 1rem;
}
footer .kimbo-footer a {
  text-decoration: underline;
  font-weight: 300;
  font-size: 14px;
  font-family: "Inter";
  color: #c8c8c8;
}
footer .kimbo-footer a:hover {
  opacity: 0.5;
}
footer .kimbo-footer p {
  font-size: 14px;
  font-family: "Inter";
  color: #c8c8c8;
}
@media (max-width: 991px) {
  footer .text-right {
    text-align: left !important;
  }
}
footer .subscribe-text {
  margin-top: 1rem;
  font-size: 16px;
}
footer .newsletter-form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 1.5rem;
}
footer .input-wrapper {
  display: flex;
  position: relative;
  width: 100%;
}
footer .social-icon {
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  line-height: 33px;
  margin: 1rem 0.5rem 0 0;
  transition: 0.3s;
  border: 1px solid #212121;
}
footer .social-icon i {
  font-size: 20px;
  color: #212121;
  top: 2px;
  position: relative;
}
footer .social-icon:hover {
  background-color: #212121;
  border: 1px solid #fff;
}
footer .social-icon:hover i {
  color: white;
}
.back-to-top {
  position: sticky;
  bottom: 0;
  right: 0;
  width: fit-content;
  background-color: #E2A44F;
  border-top-left-radius: 25px;
  color: white;
  font-weight: bold;
  text-align: center;
  z-index: 5;
  margin-left: auto;
  margin-top: -46px;
  display: none;
}
.back-to-top.show {
  display: block;
}
.back-to-top .arrow-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 20px 20px 25px;
}
.back-to-top .arrow-wrapper svg {
  height: 25px;
  fill: white;
}
@media only screen and (max-width: 991px) {
  .back-to-top {
    opacity: 0.7;
  }
}
.footer-sitemap-toggle {
  background: none;
  border: none;
  color: #fff;
  width: 100%;
  padding: 1rem 0;
  display: none;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  font-size: 16px;
}
.footer-sitemap-toggle .footer-heading {
  padding-top: 0;
}
.footer-sitemap-toggle .toggle-icon {
  margin-left: 1rem;
  transition: transform 0.2s ease;
}
.footer-sitemap-toggle.open .toggle-icon {
  transform: rotate(180deg);
}
.footer-sitemap.open .footer-sitemap-toggle .toggle-icon {
  transform: rotate(180deg);
}
@media (max-width: 991.98px) {
  .footer-sitemap-toggle {
    display: flex;
    border-bottom: 1px solid white;
  }
  .footer-sitemap-inner .footer-heading {
    display: none;
  }
  .footer-menu {
    display: none;
    padding-top: 0;
    margin-top: 0.75rem;
  }
  .footer-sitemap.open .footer-menu {
    display: block;
  }
  .top-row {
    padding-bottom: 2.5rem;
  }
  .copyright p {
    text-align: center !important;
  }
  .kimbo-footer p {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .social-footer {
    padding-left: 0 !important;
  }
}
.red-button {
  background-color: #C23122;
  color: #fff;
  border-radius: 30px;
  border: none;
  font-weight: 600;
  text-align: center;
  margin-right: 0;
  padding: 12px 25px;
  width: fit-content;
  text-decoration: none;
}
.red-button:hover {
  background-color: #8A0D00;
  text-decoration: none;
  color: #fff;
}
.single .featured-image {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  margin-bottom: 2rem;
}
.single .single-title-wrapper {
  padding-bottom: 1rem;
}
.single .badge {
  background-color: #FFFAF4;
  color: #1C1F2A;
  border-radius: 30px;
  padding: 1rem;
}
.single .featured-image img {
  border-radius: 33px;
}
.single .landscape-featured-image {
  height: 542px;
  object-fit: cover;
}
.single-post .landscape-featured-image {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  object-position: bottom center;
  border-radius: 33px;
}
@media (max-width: 992px) {
  .single-post .landscape-featured-image {
    max-height: 450px;
  }
}
@media (max-width: 576px) {
  .single-post .landscape-featured-image {
    max-height: 300px;
  }
}
.image-banner-container {
  position: relative;
  width: 100%;
  height: 236px;
  overflow: hidden;
  color: #fff;
  border-top: 5px solid #E2A44F;
}
.image-banner-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.image-banner-container .image-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28,31,42,0.5);
  pointer-events: none;
  z-index: 1;
}
.image-banner-container .image-banner-svg {
  position: absolute;
  right: 0;
  bottom: 20%;
  transform: translateY(50%);
  z-index: 2;
}
.image-banner-container .image-banner-svg img {
  width: 100%;
  height: auto;
  display: block;
}
.image-banner-container .image-banner-content {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 3;
  width: 100%;
  padding: 0 1rem;
}
.image-banner-container .image-banner-content #breadcrumbs {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  color: #ccc;
}
.image-banner-container .image-banner-content #breadcrumbs a {
  color: #ccc;
  text-decoration: none;
}
.image-banner-container .image-banner-content #breadcrumbs a:hover {
  text-decoration: underline;
}
.image-banner-container .image-banner-content .image-banner-title {
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
  color: #fff;
}
main {
  min-height: 50vh;
}
.tabs-accordion-section li:before {
  content: none;
}
.tabs-accordion-section .tabs-nav {
  display: flex;
  margin-bottom: 30px;
}
.tabs-accordion-section .tabs-nav .tab-item {
  margin-right: 1rem;
  padding-left: 0;
}
.tabs-accordion-section .tabs-nav .tab-item .tab-button {
  background-color: #C23122;
  color: #fff;
  border-radius: 40px;
  border: none;
  font-weight: 600;
  text-align: left;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
  margin-bottom: 1rem;
}
.tabs-accordion-section .tabs-nav .tab-item .tab-button:hover {
  background-color: #8A0D00;
}
.tabs-accordion-section .tabs-nav .tab-item .tab-button.active {
  background-color: #8A0D00;
}
.tabs-accordion-section .tab-content {
  display: none;
}
.tabs-accordion-section .tab-content.active {
  display: block;
}
.tabs-accordion-section .tab-content .tab-header {
  margin-bottom: 2rem;
}
.tabs-accordion-section .tab-content .tab-header h2 {
  margin-bottom: 10px;
}
.single-card {
  display: flex;
  height: 100%;
  border-radius: 20px;
  overflow: visible;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.single-card .card-left {
  width: 60%;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: visible;
  padding: 2rem 1rem;
}
.single-card .card-left .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(28,31,42,0.85);
  border-radius: 20px 0 0 20px;
  z-index: 1;
}
.single-card .card-left .card-left-content {
  position: relative;
  z-index: 2;
  padding: 1rem 0 0 2rem;
}
.single-card .card-left .card-left-content h2 {
  color: #E2A44F;
}
.single-card .card-left .card-left-content a {
  color: #fff;
}
.single-card .card-right {
  width: 40%;
  position: relative;
  z-index: 2;
}
.single-card .card-right img {
  width: auto;
  min-width: calc(105%);
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 5% 50%;
  border-bottom-left-radius: 5% 50%;
}
.single-card .contact-info {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.single-card .contact-item {
  display: flex;
  align-items: center;
}
.single-card .contact-item .contact-icon {
  background-color: #E2A44F;
  color: #1C1F2A;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.single-card .contact-item .contact-icon i {
  font-size: 16px;
}
.single-card .contact-item .contact-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 12px;
  height: 39px;
}
.single-card .contact-item .contact-text span {
  display: block;
}
.single-card .contact-item .contact-text a {
  text-decoration: underline;
}
.single-card .contact-item .contact-text a:hover {
  opacity: 0.5;
}
.accordion-no-results {
  font-family: "Merriweather", serif;
}
.accordion-search-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding: 40px 20px;
  margin-bottom: 2rem;
}
.accordion-search-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.85);
  z-index: 1;
}
.accordion-search-card .card-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.accordion-search-card .card-content .search-description {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.accordion-search-card .card-content .input-wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
}
.accordion-search-card .card-content .input-wrapper input.accordion-search-input {
  width: 100%;
  padding: 12px 50px 12px 15px;
  border-radius: 20px;
  border: none;
  background-color: #fff;
  font-size: 16px;
}
.accordion-search-card .card-content .input-wrapper input.accordion-search-input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(194,49,34,0.2);
}
.accordion-search-card .card-content .input-wrapper i.fa-magnifying-glass {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #C23122;
  font-size: 18px;
  pointer-events: none;
}
.expand-all-link svg,
.collapse-all-link svg {
  margin-right: 0.5rem;
}
.accordion {
  margin-bottom: 2rem;
}
.accordion .accordion-item {
  border-radius: 20px !important;
  margin-bottom: 15px;
  overflow: hidden;
  border: none;
  padding: 1rem 1rem 0 1rem;
  box-shadow: 0px 0.25rem 0.5rem rgba(0,0,0,0.08);
}
.accordion .accordion-item .accordion-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #1C1F2A;
  font-weight: 600;
  padding: 10px 20px 20px;
  font-size: 1rem;
  transition: all 0.3s;
}
.accordion .accordion-item .accordion-header i {
  color: #C23122;
  font-size: 17px;
  margin-right: 10px;
  transition: transform 0.3s ease, color 0.3s;
}
.accordion .accordion-item .accordion-header .accordion-toggle {
  flex: 1;
}
.accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  color: #1C1F2A;
  font-weight: 400;
  transition: max-height 0.4s ease, padding 0.4s ease;
}
.accordion .accordion-item .accordion-content .url-list a {
  text-decoration: none;
}
.accordion .accordion-item .accordion-content .url-list a span {
  text-decoration: underline;
}
.accordion .accordion-item.open .accordion-header {
  position: relative;
}
.accordion .accordion-item.open .accordion-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 700px;
  border-bottom: 1px solid #e8e8e8;
  transform: translateX(-50%);
}
.accordion .accordion-item.open .accordion-header i {
  color: #C23122;
}
.accordion .accordion-item.open .accordion-header i {
  transform: rotate(90deg);
  margin-right: 1rem;
}
.accordion .accordion-item.open .accordion-content {
  max-height: 2000px;
  padding: 20px 25px;
}
.accordion-links {
  margin-bottom: 10px;
}
.accordion-links a {
  color: #C23122;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
}
.accordion-links a:hover {
  text-decoration: underline;
  color: #8A0D00;
}
.quote-box {
  position: relative;
  background-color: #FFFAF4;
  padding: 3rem 6rem 3rem 2rem;
  border-radius: 20px;
}
.quote-box .quote-svg {
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  width: 57px;
  height: 42px;
}
.story-item {
  margin-bottom: 2rem;
}
.carousel-story-card {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.carousel-story-card .carousel-image-wrapper {
  width: 650px;
  height: 500px;
  flex-shrink: 0;
  position: relative;
}
.carousel-story-card .carousel-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
.carousel-story-card .carousel-image-wrapper .story-category {
  position: absolute;
  top: 2rem;
  left: 0;
  right: auto;
  background-color: #FFFAF4;
  color: #1C1F2A;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
}
.carousel-story-card .carousel-text-wrapper {
  flex: 1;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.carousel-story-card .carousel-text-wrapper h3 {
  font-weight: bold;
  margin-bottom: 1rem;
}
.carousel-story-card .carousel-text-wrapper p {
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  .carousel-story-card {
    flex-direction: column;
  }
  .carousel-story-card .carousel-image-wrapper {
    width: 100%;
    height: 400px;
    margin-bottom: 1rem;
  }
  .carousel-story-card .carousel-text-wrapper {
    padding-left: 0;
    text-align: center;
    align-items: center;
  }
}
.carousel-bar-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.carousel-bar-indicators button {
  width: 53px;
  height: 7px;
  margin: 0 4px;
  background: #717171;
  border: none;
  border-radius: 11px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.carousel-bar-indicators button.active {
  background: #C23122;
  width: 65px;
}
.carousel-bar-indicators button:focus {
  outline: none;
  box-shadow: none;
}
#stories-pagination {
  margin-top: 20px;
}
.pagination-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background-color: #C23122;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s;
  margin-right: 0.5rem;
}
.pagination-btn:hover:not(:disabled) {
  background-color: #8A0D00;
}
.pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.active-page {
  background-color: #8a0d00;
}
.ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  font-weight: bold;
  color: #1c1f2a;
}
#region-filter {
  padding: 10px 20px;
  min-width: 200px;
}
.custom-select-wrapper {
  position: relative;
  display: inline-block;
}
.custom-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  background-color: #C23122;
  color: #fff;
  border: none;
  cursor: pointer;
}
.custom-select-wrapper i {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #fff;
}
.custom-select-wrapper select option:hover {
  background-color: #8a0d00 !important;
}
.pdf-gallery .pdf-card,
.recent-reports .pdf-card {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 650px;
}
.pdf-gallery .pdf-card .pdf-top,
.pdf-gallery .pdf-card .pdf-image,
.recent-reports .pdf-card .pdf-top,
.recent-reports .pdf-card .pdf-image {
  flex: 3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.pdf-gallery .pdf-card .pdf-top.red-bg,
.pdf-gallery .pdf-card .pdf-image.red-bg,
.recent-reports .pdf-card .pdf-top.red-bg,
.recent-reports .pdf-card .pdf-image.red-bg {
  background-color: #C23122;
}
.pdf-gallery .pdf-card .pdf-info,
.recent-reports .pdf-card .pdf-info {
  flex: 1;
  background: #FFF5E7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
}
.pdf-gallery .pdf-card .pdf-info .report-year,
.recent-reports .pdf-card .pdf-info .report-year {
  margin: 0 0 0.5rem 0;
  color: #333;
}
.pdf-gallery .pdf-card .pdf-info .red-button,
.recent-reports .pdf-card .pdf-info .red-button {
  align-self: flex-start;
}
.page-annual-reports-financials .pdf-card,
.page-rapports-annuels-et-etats-financiers .pdf-card {
  height: 950px;
}
.reports-section {
  margin: 3rem 0;
}
.reports-section .recent-reports .pdf-card,
.reports-section .pdf-gallery .pdf-card {
  position: relative;
}
.reports-section .recent-reports .pdf-card .pdf-top,
.reports-section .pdf-gallery .pdf-card .pdf-top {
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.reports-section .recent-reports .pdf-card .financial-top-left,
.reports-section .pdf-gallery .pdf-card .financial-top-left {
  position: absolute;
  top: 2rem;
  left: 2rem;
  padding: 1rem;
  color: #fff;
}
.reports-section .recent-reports .pdf-card .financial-top-left h5,
.reports-section .pdf-gallery .pdf-card .financial-top-left h5 {
  margin: 0;
}
.reports-section .recent-reports .pdf-card .financial-top-left h2,
.reports-section .pdf-gallery .pdf-card .financial-top-left h2 {
  margin-top: 1rem;
  padding-right: 1rem;
  width: 70%;
}
.reports-section .recent-reports .pdf-card .financial-bottom-right,
.reports-section .pdf-gallery .pdf-card .financial-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.reports-section .recent-reports .pdf-card .pdf-info,
.reports-section .pdf-gallery .pdf-card .pdf-info {
  justify-content: center;
  padding-left: 2rem;
}
.reports-section .recent-reports .pdf-card .pdf-info .report-year,
.reports-section .pdf-gallery .pdf-card .pdf-info .report-year {
  margin: 0 0 0.25rem 0;
}
.reports-section .recent-reports .pdf-card .pdf-info .pdf-title,
.reports-section .pdf-gallery .pdf-card .pdf-info .pdf-title {
  margin: 0 0 0.5rem 0;
  width: 70%;
}
.text-left-image-right img {
  height: 542px;
  object-fit: cover;
  border-radius: 33px;
  object-position: center;
}
.text-left-image-right .col-lg-7 {
  padding-right: 4rem;
}
.people-grid .col-lg-3 .people-photo-wrapper {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
.people-grid .col-lg-3 .people-photo-wrapper:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 102%;
  height: 102%;
  border-radius: 50%;
  pointer-events: none;
  box-sizing: border-box;
  z-index: 1;
}
.people-grid .col-lg-3 .people-photo-wrapper .people-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  position: relative;
  z-index: 2;
}
.people-grid .col-lg-3:nth-child(4n + 1) .people-photo-wrapper:before {
  background-color: #C23122;
  transform: translate(-50%,-50%) translate(9px,-11px);
}
.people-grid .col-lg-3:nth-child(4n + 2) .people-photo-wrapper:before {
  background-color: #E2A44F;
  transform: translate(-50%,-42%) translate(9px,-11px);
}
.people-grid .col-lg-3:nth-child(4n + 3) .people-photo-wrapper:before {
  background-color: #1C1F2A;
  transform: translate(-50%,-50%) translate(9px,-11px);
}
.people-grid .col-lg-3:nth-child(4n + 4) .people-photo-wrapper:before {
  background-color: #4F6E45;
  transform: translate(-50%,-42%) translate(9px,-11px);
}
.people-name {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.people-position {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.people-province {
  font-size: 1rem;
  color: #555;
}
.logos-grid {
  padding: 4rem 0;
}
.logos-grid .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.logos-grid .col-sm-6,
.logos-grid .col-md-4,
.logos-grid .col-lg-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logos-grid .col-sm-6 a,
.logos-grid .col-sm-6 img,
.logos-grid .col-md-4 a,
.logos-grid .col-md-4 img,
.logos-grid .col-lg-3 a,
.logos-grid .col-lg-3 img {
  display: block;
  max-width: 250px;
  max-height: 120px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 220px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 2rem;
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .logos-grid .col-md-4 img,
  .logos-grid .col-sm-6 img {
    max-width: 200px;
    max-height: 100px;
  }
}
@media (max-width: 768px) {
  .logos-grid .col-sm-6 img {
    max-width: 160px;
    max-height: 80px;
  }
}
@media (max-width: 576px) {
  .logos-grid .col-6 img {
    max-width: 120px;
    max-height: 60px;
  }
}
.page-make-a-donation iframe {
  padding-right: 5rem;
}
.fa-envelope {
  font-size: 20px;
  position: relative;
  top: 1px;
}
.news-query-section .news-item {
  display: none;
}
.news-query-section .news-item .news-title a {
  text-decoration: underline;
  color: #C23122;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.news-query-section .news-item .news-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-query-section #news-pagination {
  margin-top: 2rem;
}
.news-query-section #news-pagination .pagination-btn {
  background-color: #C23122;
  color: #fff;
  border: none;
  padding: 0.4rem 0.8rem;
  margin: 0 0.2rem;
  cursor: pointer;
}
.news-query-section #news-pagination .pagination-btn.active-page {
  background-color: #8A0D00;
}
.news-query-section #news-pagination .pagination-btn:disabled {
  opacity: 0.5;
  cursor: default;
}
.page-contact-us iframe,
.page-nous-contacter iframe {
  border-radius: 33px;
  max-width: 100%;
}
.force-full .open .accordion-header:after {
  width: 1080px !important;
}
.featured-logo {
  width: 450px;
  max-height: 150px;
  height: auto;
  margin-bottom: 3rem;
}
.pdf-gallery .pdf-card .pdf-description {
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  transform: translateY(10px);
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.35s ease, transform 0.35s ease, padding 0.35s ease;
}
.pdf-gallery .pdf-card:hover .pdf-description {
  max-height: 400px;
  opacity: 1;
  transform: translateY(0);
  padding-top: 10px;
  padding-bottom: 10px;
}
.tab-pane {
  opacity: 0 !important;
  transition: opacity 0.3s ease-in-out !important;
}
.tab-pane.show.active {
  opacity: 1 !important;
}
.tabs-section .col-12.col-lg-4::after {
  left: 100px;
}
.tabs-section.internal .col-12.col-lg-4::after {
  left: 265px;
}
.front-news .right-box .news-list .news-4 {
  border-bottom: none;
}
.join-us.red-button {
  padding: 18px 25px;
  border-radius: 25px;
  white-space: nowrap;
}
body:not(.home) .front-impact {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.page-explorateur-de-subve main .container,
.page-grant-explorer main .container {
  max-width: 1200px !important;
}
@media (max-width: 991px) {
  .tabs-section.internal {
    margin-bottom: 2rem;
  }
  .text-left-image-right .col-lg-7 {
    padding-right: 1rem;
  }
  .single-card .card-left {
    border-radius: 20px;
  }
  .single-card .card-left .overlay {
    border-radius: 20px;
  }
  .tabs-section .col-12.col-lg-4::after {
    display: none;
  }
}
.text-below-quote img {
  border-radius: 10px;
}
.quote-svg {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 60px;
  height: 60px;
  color: #C23122;
}
.quote-svg svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.page-contact-us footer,
.page-nous-contacter footer {
  margin-top: 2rem;
}
.share-icons i {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}
.share-icons a {
  text-decoration: none;
}
.share-icons a:hover {
  opacity: 0.5;
}
@media (max-width: 991px) {
  .banner-circle.third .tab-content .red-button {
    margin: initial;
    margin-bottom: 2rem;
  }
  .banner-circle.third h2 {
    margin-left: 2px !important;
  }
  html[lang="fr-CA"] .banner-circle.third h2 {
    margin-top: 6rem !important;
  }
  html[lang="fr-CA"] .banner-circle.third .tab-content {
    margin-bottom: 7rem !important;
  }
  .page-make-a-donation iframe {
    padding-right: 0rem;
  }
}
@media (max-width: 576px) {
  .banner-circle.third .tab-content .red-button {
    margin: auto !important;
    position: relative;
    right: 1rem;
    margin-bottom: 2rem !important;
  }
  .banner-circle.third h2 {
    margin-left: auto !important;
  }
}
