@import url("https://use.typekit.net/atx1vyz.css");
.teal-bg {
  background: #007481;
  color: white;
}

.teal-text {
  color: #007481;
}

.darkteal-text {
  color: #003a41;
}

.gray-bg,
.grey-bg {
  background: #6f7271;
}

.green-bg {
  background: #6DA24E;
  color: white;
}

.mint-bg {
  background: #a9ca96;
}

.gold-bg {
  background: #be8a2c;
}

.red-bg {
  background: #C2532F;
  color: white;
}

.orange-bg {
  background: #FF5F0F;
  color: white;
}

.yellow-bg {
  background: #fed477;
  color: white;
}

.purple-bg {
  background: #9A2890;
  color: white;
}

.purple-text {
  color: #9A2890;
}

.blue-bg {
  background: #2682C5;
  color: white;
}

.light-bg {
  background: #e2edf4;
}

.ltgreen-bg {
  background: #e2ecdc;
}

.white-purple-bg {
  background: #ffffff;
  background: linear-gradient(180deg, rgb(255, 255, 255) 51%, rgb(154, 40, 144) 51%);
}

.white-teal-bg {
  background: #ffffff;
  background: linear-gradient(180deg, rgb(255, 255, 255) 51%, #007481 51%);
}

.white-light-bg {
  background: #ffffff;
  background: linear-gradient(180deg, rgb(255, 255, 255) 51%, #e2edf4 51%);
}

.light-blue-bg {
  background: #e2edf4;
  background: linear-gradient(180deg, #e2edf4 50%, #2682C5 50%);
}

.green-ltgreen-bg {
  background: #e2edf4;
  background: linear-gradient(180deg, #6DA24E 50%, #e2ecdc 50%);
}

.dashed-bg {
  background-size: cover;
}

.transparent-white-bg {
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 41%, rgb(255, 255, 255) 41%);
}

.pagination .page-link {
  background: transparent;
  border-color: transparent;
  color: #231f20;
  padding: 0px 10px;
}
.pagination .active > .page-link, .pagination .page-link.active {
  background-color: #007481;
  border-color: #007481;
  color: white;
}

html {
  font-size: 18px;
  overflow-x: hidden;
}
@media screen and (max-width: 575px) {
  html {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
}

body {
  font-family: sweet-sans-pro, sans-serif;
  color: #231f20;
  font-weight: 600;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #9A2890;
}

h1, h2, h3, h4 {
  font-variant-numeric: lining-nums;
}

button {
  border: 0px;
}

.serif, .timeline-section .timeline-card .timeline-date p, .about-impact .quick-stats .stat span, .quote-section .attribution, .quote-section .quote, .image-content .section-title, .news-listing .news-card .news-title, .cta-cards .cta-card .button, .cta-cards .cta-card p, .hero h1, .footer .footer-title, .megamenu .megamenu-title, .content-card .card-heading, .timeline-section .timeline-card .card-heading, .content-card .card-subtitle, .timeline-section .timeline-card .card-subtitle, .section-heading, .small-title, .news-title, .page-subtitle, .page-title, .massive-title {
  font-family: adelle, serif;
}

.marker {
  font-family: "permanent-marker-pro", sans-serif;
}

.massive-title {
  font-size: 3.45rem;
}
@media screen and (max-width: 1199px) {
  .massive-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .massive-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575px) {
  .massive-title {
    font-size: 1.8rem;
  }
}

.page-title {
  font-size: 3rem;
}
@media screen and (max-width: 1199px) {
  .page-title {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 991px) {
  .page-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 575px) {
  .page-title {
    font-size: 2.2rem;
  }
}

.page-subtitle {
  font-size: 1.8rem;
  margin-top: -9px;
}

.page-summary {
  max-width: 515px;
}

@media screen and (max-width: 1199px) {
  .news-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  .news-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575px) {
  .news-title {
    font-size: 1.8rem;
  }
}

.small-title {
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  .small-title {
    font-size: 1.7rem;
  }
}

.section-heading {
  font-size: 2.4rem;
}
@media screen and (max-width: 991px) {
  .section-heading {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .section-heading {
    font-size: 2rem;
  }
}

.large-text {
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .large-text {
    font-size: 18px;
  }
}

.small-text {
  font-size: 14px;
}

.button {
  background: #007481;
  color: white;
  display: inline-block;
  padding: 2px 1.75rem !important;
  border-radius: 2rem;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  transition: background 0.4s ease;
}
.button:hover {
  background: rgb(0, 70.1395348837, 78);
  color: white;
}
@media screen and (max-width: 1199px) {
  .button {
    padding: 2px 1.5rem !important;
  }
}
.button.small-button {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .button.small-button {
    padding: 2px 1rem !important;
  }
}
.button.large-button {
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .button.large-button {
    font-size: 1.45rem;
    padding: 2px 4rem !important;
  }
}
.button.white-button {
  background: white;
  color: #9A2890;
}
.button.white-button:hover {
  color: #9A2890;
  background: #cccccc;
}
.button.green-button {
  background: #6DA24E;
}
.button.green-button:hover {
  color: white;
  background: rgb(62.675, 93.15, 44.85);
}
.button.red-button {
  background: #C2532F;
}
.button.red-button:hover {
  color: white;
  background: rgb(111.8921161826, 47.8713692946, 27.1078838174);
}
.button.purple-button {
  background: #9A2890;
}
.button.purple-button:hover {
  color: white;
  background: rgb(73.0309278351, 18.9690721649, 68.2886597938);
}
.button.blue-button {
  background: #2682C5;
}
.button.blue-button:hover {
  color: white;
  background: rgb(21.5063829787, 73.5744680851, 111.4936170213);
}

.box-shadow, .staff-card .profile-image, .about-impact .circle-image, .news-listing .news-card, .video-container iframe, .foundation-card, .cta-cards .cta-card, .featured-callout .callout-card, .content-card, .timeline-section .timeline-card {
  box-shadow: 0px 0px 23px -12px black;
}

.dotted-divider.two-thirds {
  height: 40px;
  max-width: 75%;
}

.purple-underline {
  border-bottom: 2px solid #9A2890;
}

.white-underline {
  border-bottom: 2px solid white;
}

.blue-dash {
  height: 30px;
  background-size: auto 59px;
  background-position: center;
}

.content-card, .timeline-section .timeline-card {
  border-radius: 30px;
  background: white;
}
.content-card .card-subtitle, .timeline-section .timeline-card .card-subtitle {
  font-weight: 600;
}
.content-card .card-heading, .timeline-section .timeline-card .card-heading {
  color: #007481;
  font-weight: 200;
  font-size: 1.4rem;
  padding-bottom: 6px;
  border-bottom: 2px solid #9A2890;
  margin-bottom: 1.3rem;
}
.content-card .card-heading.large-heading, .timeline-section .timeline-card .card-heading.large-heading {
  font-size: 2.25rem;
}
@media screen and (max-width: 1199px) {
  .content-card .card-heading.large-heading, .timeline-section .timeline-card .card-heading.large-heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .content-card .card-heading.large-heading, .timeline-section .timeline-card .card-heading.large-heading {
    font-size: 1.75rem;
  }
}

.alert-bar {
  background: #9A2890;
  padding: 6px 15px;
}
.alert-bar a {
  color: white;
  font-size: 14px;
}

.navbar-nav {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}
.navbar-nav a {
  font-size: 14px;
}

.navbar {
  border-bottom: 8px solid #007481;
}

.navbar-brand {
  width: 35%;
  min-width: 200px;
}

.nav-search {
  position: relative;
}
.nav-search .search-toggle {
  position: absolute;
  z-index: 99;
  display: block;
  width: 34px;
  height: 30px;
  right: 0;
  cursor: pointer;
}
.nav-search input {
  width: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.2s ease;
  box-shadow: 0px 0px;
  border: 2px solid #4a4a4a;
  padding: 0px 9px;
  font-size: 16px;
}
.nav-search input.active {
  width: 267px;
  border-radius: 20px;
  opacity: 1;
}
.nav-search button {
  background: white;
}

.lower-nav {
  position: relative;
  box-shadow: 0px 7px 21px -14px black;
}
.lower-nav a {
  color: white;
}
.lower-nav .navbar-nav {
  flex-direction: row;
  margin-bottom: 0px;
}
.lower-nav .navbar-nav .nav-link {
  font-size: 18px;
}
.lower-nav .navbar-nav .nav-link .fa-solid {
  transition: transform 0.4s ease;
}
.lower-nav .navbar-nav .nav-link:hover {
  color: white;
}
.lower-nav .navbar-nav .nav-link:hover .fa-solid {
  transform: rotate(90deg);
}
.lower-nav .navbar-nav .has-megamenu .megamenu {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.lower-nav .navbar-nav .has-megamenu:hover .megamenu {
  pointer-events: initial;
  opacity: 1;
}
.lower-nav .navbar-nav .has-megamenu:focus-within .megamenu {
  pointer-events: initial;
  opacity: 1;
}

.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 99;
}
.megamenu p {
  font-size: 18px;
}
.megamenu .button {
  font-size: 17px;
  min-width: 130px;
}
.megamenu .menu-icon {
  width: 200px;
  margin: 0 auto;
  display: block;
}
.megamenu .megamenu-title {
  font-size: 36px;
}
.megamenu .megamenu-link {
  border-bottom: 0.5px solid white;
}
.megamenu .megamenu-link a {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    width: 100%;
    max-width: 440px;
    right: -500px;
    background: white;
    z-index: 99;
    min-height: 200vh;
    border-top: 8px solid #007481;
    transition: all 0.2s ease;
  }
  .navbar-collapse:not(.show) {
    display: block;
  }
  .navbar-collapse.show {
    max-width: 440px;
    right: 0;
    transition: all 0.2s ease;
  }
  .mobile-nav {
    padding: 15px;
  }
  .mobile-nav input {
    width: 100%;
  }
  .mobile-nav .button {
    min-width: 220px;
  }
  .mobile-nav .button-container {
    padding-top: 8px;
    text-align: center;
  }
  .mobile-nav .nav-list {
    margin-bottom: 15px;
  }
  .mobile-nav .nav-section {
    border-bottom: 1px solid;
    padding: 12px;
  }
  .mobile-nav .nav-section.active .section-dropdown {
    max-height: 400px;
    transition: 0.3s ease;
  }
  .mobile-nav .section-dropdown {
    overflow: hidden;
    max-height: 0px;
    padding-left: 13px;
  }
  .mobile-nav .section-head {
    display: block;
    width: 100%;
    position: relative;
  }
  .mobile-nav .section-head a {
    color: #231f20;
  }
  .mobile-nav .section-head .fas {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 14px 15px 14px 33px;
  }
  .section-toggle {
    cursor: pointer;
  }
}
.prefooter p {
  font-size: 1.1rem;
  max-width: 895px;
  margin: auto;
}

.footer {
  background-size: cover;
  font-weight: 600;
}
.footer p, .footer a {
  font-size: 15px;
}
.footer .footer-contact a {
  color: #9A2890;
  font-weight: 600;
}
.footer .footer-title {
  color: #007481;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.1em;
}
.footer .seal {
  max-width: 90px;
  margin-top: 25px;
}
.footer .button {
  width: 100%;
  max-width: 180px;
}
.footer .nav-title {
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: 14px;
  font-weight: 700;
}

.footer-signup input {
  border: 2px solid #727272;
  padding: 10px 20px;
  margin-bottom: 15px;
}
.footer-signup input::placeholder {
  color: #9A2890;
  font-weight: 600;
}
.footer-signup button {
  font-size: 15px;
}

.footer .nav-container .teal-text {
  color: #007481;
}
.footer .nav-container .purple-text {
  color: #9A2890;
}
.footer .nav-container a {
  color: #231f20;
}
@media screen and (max-width: 767px) {
  .footer .nav-container {
    text-align: center;
    max-width: 100%;
  }
}

.footer .social-links {
  display: flex;
  justify-content: space-between;
  max-width: 160px;
}
.footer .social-links a {
  color: #9A2890;
  font-size: 1.6rem;
}

.footer-nav {
  list-style-type: none;
  padding-left: 0px;
}

.footer-legal {
  font-size: 14px;
}
.footer-legal a {
  color: white;
}
.footer-legal .legal-nav a {
  display: inline-block;
  padding-right: 6px;
  padding-left: 6px;
}

.hero h1 {
  font-size: 70px;
  font-weight: 500;
  color: #007481;
  line-height: 1.1em;
}
@media screen and (max-width: 1199px) {
  .hero h1 {
    font-size: 58px;
  }
}
@media screen and (max-width: 991px) {
  .hero h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 575px) {
  .hero h1 {
    font-size: 32px;
  }
}

.image-hero {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 1500px;
  margin: 0 auto;
}
.image-hero .text-container {
  height: 75vh;
  min-height: 500px;
}
.image-hero h1 {
  font-size: 5rem;
  color: white;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -20%);
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 991px) {
  .image-hero h1 {
    font-size: 4rem;
    top: 40%;
  }
}
@media screen and (max-width: 767px) {
  .image-hero {
    background-size: auto 50%;
    background-position: top;
  }
  .image-hero h1 {
    font-size: 3rem;
    top: 25%;
  }
}

.ah-words-wrapper {
  border-bottom: 7px dashed;
}

.featured-callout {
  background-position: center;
}
.featured-callout .callout-card {
  background: white;
  padding: 40px;
  border-radius: 20px;
}
.featured-callout img {
  max-width: 500px;
  width: 100%;
}
.featured-callout p {
  max-width: 600px;
  margin: 20px auto 30px;
}
.featured-callout .button {
  margin-bottom: 10px;
  width: 100%;
  max-width: 500px;
}

.cta-cards .container {
  max-width: 1199px;
}
.cta-cards .cta-card {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 280px;
  max-width: 100%;
  padding: 25px 25px 40px;
  border-radius: 30px;
  transition: all 0.3s ease;
  position: relative;
}
.cta-cards .cta-card img {
  width: 170px;
  max-width: 100%;
  display: inline-block;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}
.cta-cards .cta-card p {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 20px;
  margin-top: auto;
}
@media screen and (max-width: 500px) {
  .cta-cards .cta-card p {
    font-size: 18px;
  }
  .cta-cards .cta-card img {
    width: 120px;
  }
}
.cta-cards .cta-card .button {
  margin-top: 30px;
  color: #231f20;
  line-height: 1.2em;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.cta-cards .cta-card .double-arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 16px;
  height: auto;
}
@media screen and (max-width: 400px) {
  .cta-cards .col-6 {
    width: 100%;
  }
}
.cta-cards.donor-cards .cta-card .button {
  color: #007481;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.section-intro p a, .section-intro li a, .text-section p a, .text-section li a {
  color: #9A2890;
}
.section-intro .section-heading, .text-section .section-heading {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.foundation-card {
  background: white;
  border-radius: 30px;
  padding: 25px 15px;
}
.foundation-card p {
  color: #231f20;
  font-size: 14px;
}
.foundation-card hr {
  border-top: 2px solid #9A2890;
  opacity: 1;
}
.foundation-card .card-title {
  color: #007481;
  font-size: 25px;
  font-weight: 600;
}
.foundation-card .card-content {
  padding: 0px 15px;
}
.foundation-card .blue-dash {
  max-width: 205px;
  margin: auto;
}

.video-container {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.video-container iframe {
  border-radius: 30px;
}

.dash-frame {
  position: relative;
  text-align: center;
  max-width: 484px;
  width: 100%;
  margin: 0 auto;
}
.dash-frame .framed-image {
  width: 75%;
  border-radius: 50%;
}
.dash-frame .frame {
  position: absolute;
  width: 89%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.circle-image {
  border-radius: 50%;
}

.blue-border {
  border: 8px solid #2682C5;
}

.news-listing .news-card {
  border-radius: 30px;
}
.news-listing .news-cards {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.news-listing .news-card {
  position: relative;
  padding: 28px 20px;
  background-color: #f1f1f1;
  margin-bottom: 30px;
  max-width: 380px;
  margin: 10px auto 20px;
  padding-bottom: 70px;
}
.news-listing .news-card img {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 8px;
}
.news-listing .news-card a:hover .read-more {
  text-decoration: underline;
}
.news-listing .news-card .date {
  font-size: 16px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
}
.news-listing .news-card .news-title {
  font-weight: 600;
  color: #007481;
  font-size: 1.4rem;
  line-height: 1.2em;
}
.news-listing .news-card .read-more {
  position: absolute;
  bottom: 25px;
  right: 20px;
  font-size: 16px;
  font-weight: 500;
}

.image-content img {
  width: 100%;
  max-height: 400px;
  object-position: center;
  object-fit: cover;
}
.image-content .py-4 {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 4%;
}
.image-content .order-2 {
  background-position: 96%;
}
.image-content .section-title {
  font-weight: 600;
  font-size: 30px;
}
.image-content .content-container {
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}
.image-content .content-container p {
  margin: 15px 0px 30px;
}

.quote-section .quote {
  font-size: 2rem;
  font-weight: 200;
  font-style: italic;
  margin: 0 auto 30px;
  line-height: 1.25em;
}
.quote-section .attribution {
  position: relative;
  font-size: 30px;
  margin-top: 40px;
}
.quote-section .attribution .photo {
  border-radius: 50%;
  border: 4px solid teal;
  width: 110px;
}
@media screen and (min-width: 768px) {
  .quote-section .attribution {
    position: relative;
    padding-right: 150px;
  }
  .quote-section .attribution .photo {
    position: absolute;
    width: 129px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.quote-section .attribution p {
  font-weight: 400;
  padding-top: 30px;
}
.quote-section .attribution span {
  font-family: sweet-sans-pro, sans-serif;
  display: block;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .quote-section .quote {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .quote-section .quote {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .quote-section .quote {
    font-size: 1.5rem;
  }
  .quote-section .attribution {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .quote-section .quote {
    font-size: 1.4rem;
  }
}

.subpage-hero p {
  font-size: 18px;
}
.subpage-hero h1 {
  font-size: 3rem;
}
@media screen and (max-width: 1399px) {
  .subpage-hero h1 {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 991px) {
  .subpage-hero h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .subpage-hero h1 {
    font-size: 2.2rem;
  }
}

.about-impact .circle-image {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .about-impact .circle-image {
    max-width: 480px;
    width: 100%;
  }
}
.about-impact .image-caption {
  position: relative;
  z-index: 3;
  text-align: center;
  font-size: 22px;
  color: white;
  line-height: 1.2em;
  margin-top: 20px;
}
.about-impact .image-caption span {
  font-size: 18px;
  line-height: 1.2em;
  display: inline-block;
  padding-top: 4px;
}
@media screen and (max-width: 991px) {
  .about-impact .image-caption {
    color: #007481;
  }
}
.about-impact .impact-stats {
  display: flex;
  flex-direction: column;
}
.about-impact .small-title {
  border-bottom: 2px solid;
  margin-bottom: 30px;
}
.about-impact .quick-stats {
  background: #e2edf4;
  position: relative;
}
.about-impact .quick-stats:after, .about-impact .quick-stats:before {
  width: 100vw;
  height: 100%;
  position: absolute;
  content: "";
  background: #e2edf4;
  left: 100%;
  top: 0;
}
.about-impact .quick-stats:after {
  left: initial;
  right: 100%;
}
.about-impact .quick-stats .small-title {
  color: #007481;
  border-color: #9A2890;
}
.about-impact .quick-stats .stat span {
  font-weight: 300;
  font-style: italic;
  display: inline-block;
  color: #007481;
  font-size: 3rem;
  font-variant: small-caps;
  font-variant-numeric: lining-nums;
  vertical-align: middle;
}
.about-impact .awards-info {
  position: relative;
  background: #2682C5;
}
.about-impact .awards-info:after, .about-impact .awards-info:before {
  width: 100vw;
  height: 100%;
  position: absolute;
  content: "";
  background: #2682C5;
  left: 100%;
  top: 0;
  z-index: 2;
}
.about-impact .awards-info:after {
  left: initial;
  right: 100%;
}
.about-impact .awards-info .small-title {
  color: white;
}
.about-impact .awards-info img {
  display: block;
  width: 100%;
  max-width: 450px;
  margin: 30px auto;
}

.line-cta, .line-bg {
  position: relative;
}
.line-cta .deco, .line-bg .deco {
  position: absolute;
  right: 25%;
  top: 3em;
  width: 1300px;
  max-width: none;
}

.faq-section, .timeline-section {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.faq-container {
  background: white;
  border-radius: 30px;
  padding: 25px 15px;
}

.accordion {
  border-radius: 0px;
  background-color: transparent;
}
.accordion .accordion-item {
  border: 0px;
  background-color: transparent;
  border-bottom: 2px solid #9A2890;
}
.accordion .accordion-item:last-child {
  border-bottom: 0px;
}
.accordion .accordion-title {
  position: relative;
  padding: 15px;
  cursor: pointer;
  padding-right: 40px;
  color: #003a41;
}
.accordion .accordion-title.active img {
  transform: rotate(90deg);
}
.accordion .accordion-title img {
  width: 14px;
  position: absolute;
  right: 15px;
  top: 14px;
  transition: transform 0.3s ease;
}
.accordion .accordion-title p {
  margin-bottom: 0px;
  max-width: 900px;
}
.accordion .accordion-title h3 {
  font-size: 26px;
}
@media screen and (max-width: 991px) {
  .accordion .accordion-title h3 {
    font-size: 22px;
  }
}
.accordion .accordion-content {
  display: none;
  padding: 5px 15px;
  padding-left: 25px;
}
.accordion .accordion-content p {
  font-size: 16px;
  font-weight: 500;
}
.accordion .accordion-content p a {
  color: #9A2890;
}

.timeline-section .timeline-card .timeline-date {
  font-size: 24px;
}
.timeline-section .timeline-card .timeline-date p {
  font-weight: 300;
  line-height: 1.1em;
}
.timeline-section .timeline-card .timeline-date strong {
  line-height: 1.1em;
}
@media screen and (max-width: 1199px) {
  .timeline-section .timeline-card .timeline-date {
    font-size: 22px;
  }
}

.subpage-header {
  border-bottom: 15px solid #6DA24E;
}
.subpage-header .site-section {
  display: inline-block;
  padding-right: 8px;
}

.filters legend {
  color: #007481;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
}
.filters .form-control, .filters .form-select {
  border: 1px solid #6f7271;
  color: #007481;
  font-weight: 600;
  padding: 2px 1.75rem !important;
}
.filters .form-control::placeholder, .filters .form-select::placeholder {
  color: #007481;
}

.scholarship-listing .expand-card .scholarship-details .number {
  font-weight: 800;
  color: #9A2890;
  font-size: 20px;
  margin-bottom: 0px;
  line-height: 1.1em;
}
.scholarship-listing .expand-card .scholarship-details span {
  font-size: 12px;
  line-height: 1em;
  color: #007481;
  font-weight: 700;
}

.expand-card {
  transition: all 0.4s ease;
  margin-bottom: 30px;
}
.expand-card .card-toggle {
  padding-top: 10px;
}
.expand-card .card-toggle .svg {
  width: 30px;
  cursor: pointer;
}
.expand-card .card-toggle .card-link .svg {
  transform: rotate(270deg);
}
.expand-card.active {
  background: #007481;
}
.expand-card.active .card-heading {
  color: white;
  border-bottom: 2px solid #d8d8d8;
}
.expand-card.active .svg {
  transform: rotate(180deg);
}
.expand-card.active polyline {
  stroke: white !important;
}
.expand-card .scholarship-summary, .expand-card .card-summary {
  display: none;
  font-size: 14px;
  color: white;
}

.gallery-listing .square-image img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.comparison-card {
  display: flex;
  flex-direction: column;
}
.comparison-card .card-buttons {
  margin-top: auto;
}
.comparison-card .card-buttons a.small-button {
  display: inline-block;
  margin-bottom: 6px;
  width: 158px;
  font-size: 18px;
}
.comparison-card .card-content p {
  font-size: 16px;
}
.comparison-card .card-schedule h4 {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 6px;
}
.comparison-card .card-schedule p {
  font-size: 16px;
}

.grant-deadline h2 {
  text-transform: uppercase;
  font-weight: 900;
  color: #9A2890;
  margin-bottom: 20px;
}

.staff-card {
  overflow: hidden;
}
.staff-card .profile-image {
  width: 90%;
  max-width: 280px;
  border-radius: 50%;
  display: block;
  margin: auto;
  border: 4px solid #6DA24E;
}
.staff-card.active .card-heading {
  color: #007481;
  border-color: #9A2890;
}
.staff-card.active svg polyline {
  stroke: #9A2890 !important;
}
.staff-card .bio-contact {
  font-size: 16px;
}
.staff-card .card-summary p {
  color: #003a41;
}

.org-logo {
  width: 100%;
  max-width: 380px;
  margin-bottom: 20px;
}

.org-stats .stat {
  font-size: 30px;
}
@media screen and (max-width: 991px) {
  .org-stats .stat {
    font-size: 22px;
  }
}

.space-slider .container {
  width: 100%;
  max-width: 890px;
}
.space-slider .bx-wrapper {
  background: transparent;
  border: 0px;
  box-shadow: 0px 0px;
}
.space-slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: white;
  border: 2px solid #9A2890;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
.space-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #9A2890;
}

.simple-cards .content-card, .simple-cards .timeline-section .timeline-card, .timeline-section .simple-cards .timeline-card {
  display: flex;
  flex-direction: column;
}
.simple-cards .content-card p, .simple-cards .timeline-section .timeline-card p, .timeline-section .simple-cards .timeline-card p, .simple-cards .content-card li, .simple-cards .timeline-section .timeline-card li, .timeline-section .simple-cards .timeline-card li {
  font-size: 16px;
}