.general-max-width {
  max-width: 1560px !important;
  margin: 0 auto;
}

.lower {
  text-transform: lowercase;
}

.figure-adjust {
  margin: 0 0 0rem !important;
}

.auto-width {
  width: auto;
}

.full-width {
  width: 100%;
}

.color-white {
  color: #ffffff !important;
}

.color-black {
  color: #000000 !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-90 {
  margin-bottom: 90px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.display-none {
  display: none;
}

.minimal-width {
  min-width: 100%;
}

.negative-margin-right-20 {
  margin-right: -20px !important;
}

.minimal-height-20 {
  min-height: 20px;
}

.found-box {
  border: solid 6px #0cbee1;
  border-radius: 14px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hospital-box {
  border: solid 6px #0068b3;
  border-radius: 14px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .found-box {
    border-radius: 0;
    }

    .hospital-box {
      border-radius: 0;
      }
  }


.reduced-width-320 {
  margin: 0 auto !important;
  margin-bottom: 40px !important;
  margin-top: 40px !important;
  max-width: 320px !important;
}

.reduced-width-450 {
  display: flex !important;
  max-width: 450px !important;
}

.reduced-width-700 {
  max-width: 700px !important;
}

.body {
  padding-top: 0px;
  padding-bottom: 0px;
}

.position-relative {
  position: relative;
}

.position-relative--height100 {
  height: 100%;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-grey {
  background-color: #f2f5f8 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-blue {
  background-color: #0cbee1 !important;
}

.bg-pch {
  background: rgb(177,97,241);
  background: linear-gradient(204deg, rgba(177,97,241,1) 0%, rgba(0,83,203,1) 21%, rgba(1,19,119,1) 100%);
}

.bg-pch-btm {
  background: rgb(177,97,241);
  background: linear-gradient(204deg, rgba(177,97,241,1) 0%, rgba(0,83,203,1) 21%, rgba(1,19,119,1) 100%);
  border-bottom: 1px solid #ffffff;
}

.logo-img {
  width: 100px;
  padding-top: 2px;
}

.logo-img-lg {
  width: 77px;
}

.logo-img-hero {
  width: 110px;
  margin-bottom: 20px;
}

nav .submenu-item-active {
  background: #c2eaf4;
  color: #222222;
  text-shadow: 2px 1px 20px rgba(34, 34, 34, 0.4);
  border: solid 1px #0cbee1;
}

/* 2024 Typograpgy */
.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.heroText {
  padding-left: 22px;
}

/* anton-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/anton-v26-latin-regular.woff2') format('woff2'); 
}

/* inter-regular - latin */
  @font-face {
    font-display: swap; 
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/inter-v19-latin-regular.woff2') format('woff2'); 
  }


.anek-malayalam {
  font-family: "Anek Malayalam", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


/* = Links = */
a {
  color: #0067b2;
}

nav a:hover {
  filter: brightness(65%);
}

a.dark-link {
  color: #0cbee1;
}

nav a.dark-link:hover {
  filter: brightness(135%);
}

a.no-filter {
  filter: none;
}

/* = Buttons = */
.play-button {
  width: 71px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.btn {
  border: none;
  border-radius: 0;
  padding: 0.875rem 2.4rem;
  text-transform: uppercase;
  font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif;
  letter-spacing: 0.1rem;
}

/* - Primary - */
.btn-primary {
  background: #0cbee1;
  /* text-shadow: 2px 1px 20px #065e6f; */
  color: #011377 !important;
  /* keeps button from growing on hover */
  border: solid 1px #0cbee1;
  text-decoration: none;
  display: inline-flex;
  font-family: anton, sans-serif;
  border-radius: 14px;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #c2eaf4;
  color: #222222;
  text-shadow: 2px 1px 20px rgba(34, 34, 34, 0.4);
  border: solid 1px #0cbee1;
}

.btn-primary:active {
  background: #f5f5f5;
  color: #222222;
  text-shadow: 2px 1px 20px rgba(34, 34, 34, 0.4);
  border: solid 1px #0cbee1;
  -webkit-box-shadow: inset 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
}

/* - END Primary - */

/* - Secondary - */
.btn-secondary {
  background: #0067b2;
  text-shadow: 2px 1px 20px #002d4d;
  /* keeps button from growing on hover */
  border: solid 1px #0067b2;
  border-radius: 14px;
}

.btn-secondary a{
font-family: inter;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background: #d0dfee;
  color: #222222;
  text-shadow: 2px 1px 20px rgba(34, 34, 34, 0.4);
  border: solid 1px #0067b2;
}

.btn-secondary:active {
  background: #f5f5f5;
  color: #222222;
  text-shadow: 2px 1px 20px rgba(34, 34, 34, 0.4);
  border: solid 1px #0067b2;
  -webkit-box-shadow: inset 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
}

/* - END Secondary - */

/* - Success (white button) - */
.btn-success {
  background: #ffffff;
  color: #0067b2;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  /* keeps button from growing on hover */
  border: solid 1px #0067b2;
  border-radius: 14px;
}

.btn-success:hover,
.btn-success:focus {
  background: #ffffff;
  color: #222222;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #0cbee1;
}

.btn-success:active {
  background: #f5f5f5;
  color: #222222;
  text-shadow: 2px 1px 20px rgba(34, 34, 34, 0.4);
  border: solid 1px #0067b2;
  -webkit-box-shadow: inset 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
}


.navbar-toggler {
  cursor: pointer;
}

.navbar-toggler:not(.collapsed) {
  background-image: url("./images/close.png") !important;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  width: 24px;
  height: 24px;
}

.navbar-toggler.collapsed {
  background-image: url("./images/humburger.png") !important;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  width: 24px;
  height: 24px;
}


.navbar-toggler:hover {
  border:#000000 1px solid;
}

.navbar-toggler:focus {
  border:#000000 1px solid;
}



.row {
  --bs-gutter-x: 0px;
}

.row-space-between {
  display: flex;
  justify-content: space-between;
}

/* NOTE NEW Hero Panel Code being used. Please see line 1498 -KDW */
/* .gray-container {
  background-color: #89969f;
  height: 50vw;
  max-height: 100vh;
  background-image: url("./images/heroMobile_2023_2024_2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  padding-top: 300px;
  padding-bottom: 20px;
  padding-right: 40px;
  padding-left: 30px;
  margin-top: 50px;
  display: flex;
} */

.story-mobile-component {
  position: fixed;
  top: 0;
  left: 60px;
  width: 100%;
  height: 120vh;
  padding-left: 40px;
  padding-right: 60px;
  padding-top: 80px;
  padding-bottom: 20px;
  display: none;
  flex-direction: column;
  background-color: #222222;
  z-index: 2000;
}

.story-mobile-component-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1999;
}

.story-mobile-item {
  font-family: Oswald;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.callout-header {
  font-family: Oswald;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 30px;
}

.mobile-menu-fix {
  height: 50vh;
}

.middle-container {
  width: 100%;
  padding: 20px 20px 30px 20px;
}

.large-header {
  font-family: Anton, sans-serif;
  color: #ffffff;
  font-weight: 400;
  font-size: 43px;
  line-height: 43px;
  margin-top: 10px;
  text-transform: uppercase;
}

.large-subheader {
  font-family: "Anek Malayalam", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  max-width: 200px;
}

.horizontal-vertical-padding {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 50px;
}

.black-banner {
  background-color: #01359d;
  padding: 50px 40px 40px 30px;
  height: 100%;
  margin-top: 20px;
}

.black-banner-1 {
  position: absolute;
  height: auto;
  width: 100%;
  bottom: 0;
  padding: 15px 30px;
  background-color: #01359d;
  display: flex;
}

.white-banner {
  background-color: #ffffff;
  padding: 10px 30px 40px 30px;
}

.medium-header {
  font-family: anton; 
  color: #ffffff;
  font-weight: 400;
  font-size: 34px;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 60px;
  max-width: 500px;
  text-transform: uppercase;
}

.medium-header-donor-impact {
  font-family: anton;
  color: #01359D;
  font-weight: 400;
  font-size: 34px;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 60px;
  max-width: 500px;
  text-transform: uppercase;
  text-align: left;
}

.medium-header-black {
  font-family: anton;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #222222;
  text-align: center;
  text-transform: uppercase;
}

.medium-header-dark-blue {
  font-family: anton;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #01359D;
  text-align: center;
  text-transform: uppercase;
}

.medium-header-white {
  font-family: anton;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  margin-top: 10px;
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding-left: 20px;
}

.medium-header-blue {
  font-family: anton;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
  color: #0068b3;
  text-align: center;
  text-transform: uppercase;
}

.medium-subheader {
  font-family: inter;
  color: #222222;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 40px !important;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}

.medium-subheader-white {
  font-family: inter, sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 40px !important;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}

.medium-title {
  font-family: Montserrat;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px !important;
}

.medium-label {
  font-family: anton;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-transform: uppercase;
}

.medium-label-light {
  font-family: anton;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-transform: uppercase;
}

.medium-subtitle {
  font-family: inter;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px !important;
  max-width: 680px;
}

.btn-link {
  font-family: inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  background: none;
  border: none;
}

.btn-link-blue {
  font-family: inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}

.video {
  width: 100%;
  height: 100%;
  margin-right: 0px !important;
  position: relative;
  padding-bottom: 59%;
}

.video--welcome {
  background-image: url("./images/video-homepage.jpg");
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
}

.video--donor-impact {
  background-image: url("./images/donor-home.jpg");
  background-size: cover;
  background-position: center center;
}

.photo {
  width: 100%;
  height: 330px;
  margin-right: 0px !important;
}

.no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.relevant-container {
  width: 100%;
  padding: 40px 0px 30px 0px;
}

.relevant-container-bt {
  width: 100%;
  padding: 50px 5px 30px 5px;
}

.theme-white {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #ffffff;
  margin-bottom: 20px;
  background: none;
  border: none;
  display: block;
}

.theme-dark {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #222222;
  margin-bottom: 20px;
}

.title-white {
  font-family: Oswald;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #ffffff;
  text-transform: uppercase;
  min-width: 200px;
}

.title-dark {
  font-family: Oswald;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #222222;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.fineprint {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 16px;
}

.footer-container {
  width: 100%;
  background-color: #011377;
  padding: 30px 30px 40px 20px;
}

.footer-subheader {
  font-family: anton;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  color: #ffffff;
  text-transform: uppercase;
}

.footer-link {
  font-family: inter;
  font-size: 14px;
  font-weight: 600;
}

.footer-link-light {
  font-family: inter;
  font-size: 14px;
  font-weight: 600;
  color: #0cbee1;
  text-decoration: underline;
}

.footer-sublink {
  font-family: inter;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  color: #ffffff;
}

.display-xl {
  display: none;
}

.display-xxl {
  display: none !important;
}

.display-lg {
  display: none;
}

.display-md {
  display: inline-flex;
}

.margin-bottom {
  margin-bottom: 20px;
}

.social-icon {
  width: 28px;
  margin-right: 10px;
}

.social-icon:hover {
  opacity: 0.8;
  transition: 150ms ease;
}

.copyright {
  font-family: inter;
  font-size: 10px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 60px;
}

.copyright1 {
  font-family: inter;
  font-size: 10px;
  font-weight: 400;
  color: #000000;
  margin-top: 30px;
  max-width: 500px;
}

.btn-blue {
  font-family: inter;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 20px;
  border-radius: 0px;
  padding: 15px;
  justify-content: center;
  text-transform: initial;
}

.btn-white {
  font-family: inter;
  background-color: #ffffff !important;
  font-size: 14px;
  font-weight: 600;
  color: #0068b3;
  border-radius: 0px;
  padding: 15px;
  justify-content: center;
  text-decoration: underline;
}

.btn-aqua {
  font-family: inter;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 20px;
  border-radius: 0px;
  padding: 15px 30px 15px 30px;
  justify-content: center;
  max-width: 160px;
  display: inline-flex;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-mes {
  font-family: inter;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 0px;
  padding: 10px 25px 10px 25px;
  justify-content: center;
  text-align: center;
  max-width: 190px;
  display: inline-flex;
  margin: 0 auto;
}

.zoom-image {
  width: 20px;
}

.graph-image {
  width: 100%;
  margin-top: 20px;
}

.graph-image--adjust {
  margin-top: 11px;
}

.graph-image--adjust-2 {
  margin-bottom: -62px;
}

.zoomed-image {
  width: 100%;
  display: block;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 40px;
}

.banner-card {
  background-color: #ffffff;
  padding: 20px 20px 20px 20px;
}

.flex-start {
  justify-content: flex-start;
}

.number {
  font-family: Oswald;
  font-size: 16px;
  line-height: 15px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 20px;
}

.wide-image {
  width: 100%;
  height: 250px;
  margin-bottom: -140px;
}

.no-side-borders {
  border-left-width: 0px !important;
  border-right-width: 0px !important;
}

.card-explanation {
  font-family: Montserrat;
  color: #000000;
  font-weight: 700;
  font-size: 8px;
  line-height: 4px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.circle {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-top: 4px;
}

.graph-label {
  font-family: Montserrat;
  color: #222222;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.5%;
  margin-bottom: 5px;
}

.show-xxl {
  display: none;
}

.show-lg {
  display: block;
}

.zoomed-component {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  display: none;
  background-color: #ffffff;
  padding: 20px;
  z-index: 2000;
}

.active {
  display: inline-flex !important;
}

.zoom-button {
  background-color: #ffffff;
  border-width: 0px;
}

.zoom-out-button {
  background-color: #ffffff;
  border-width: 0px;
}

.button-container {
  position: absolute;
  margin-top: -70px;
  z-index: 10;
  width: 100%;
}

.card-image-lg--1 {
  background-image: url("./images/carousel-story-1.jpg");
  background-size: cover;
  background-position: center center;
}

.card-image-lg--2 {
  background-image: url("./images/carousel-story-2.jpg");
  background-size: cover;
  background-position: center center;
}

.card-image-lg--3 {
  background-image: url("./images/carousel-story-3.jpg");
  background-size: cover;
  background-position: center center;
}

.card-image-lg--4 {
  background-image: url("./images/carousel-story-4.jpg");
  background-size: cover;
  background-position: center center;
}

.btn-aqua-sm {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 0px;
  padding: 15px 40px 15px 40px;
  max-width: 180px;
}

.story-photo-container-sm {
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.story-photo-container-lg {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 0px !important;
}

.medium-header-carousel {
  font-family: Oswald;
  color: #ffffff;
  font-weight: 700;
  font-size: 34px;
  line-height: 36px;
  margin-bottom: 20px;
  max-width: 500px;
  text-transform: uppercase;
}

#breakthroughs {
  text-align: center;
  background-color: #01359d;
  color: #fff;
}

.bg-gray {
  background-color: #454d58 !important;
}

@media (min-width: 500px) {
  .story-mobile-item {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .story-photo-container-sm {
    height: 420px;
  }



  .btn-aqua-sm {
    padding: 15px 20px 15px 20px;
  }
}

/* @media (max-width: 500px) {
  .gray-container {
    padding-top: 50px;
    padding-bottom: 400px;
    background-position: center bottom;
  }
} */


/* @media (min-width: 620px) {
  .gray-container {
    background-image: url("./images/heroDesktop_2023_2024_2.jpg");
    background-position: center top;
    object-fit: cover;
    background-size: 100% auto;

  }

  .gray-container {
    padding-top: 200px;
  }
} */
/* @media (max-width:620px) {
  .gray-container {
    height: 100vh !important;
    padding-top: 120px;
    padding-bottom: 580px;
    background-position: center center
  }
} */

@media (min-width: 768px) {
  .medium-header-white {
    padding-left: 0;
  }

  .play-button {
    width: 106px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .video {
    width: 100%;
    height: 100%;
    min-height: 200px;
    margin-right: 0px !important;
    position: absolute;
    padding-bottom: 0;
  }

  .display-md {
    display: none;
  }

  .display-xl {
    display: flex;
  }

  .display-xxl {
    display: inline-flex !important;
  }

  .middle-container.display-xxl {
    display: block !important;
  }

  .horizontal-vertical-padding {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .footer-container {
    background-color: #011377;
    padding: 40px 70px 60px 100px;
  }

  .footer-subheader {
    font-size: 16px;
    line-height: 23px;
  }

  .footer-link {
    font-size: 20px;
  }

  .footer-sublink {
    font-weight: 400;
    letter-spacing: -0.5%;
    text-transform: uppercase;
  }

  .copyright {
    font-size: 12px;
    font-weight: 600;
    margin-top: 0px;
  }

  .copyright1 {
    font-size: 12px;
  }

  .btn-white {
    font-size: 18px;
    margin-top: 20px;
    padding: 15px;
  }

  .btn-aqua {
    font-size: 18px;
    font-weight: 600;
    max-width: 220px;
  }

  .btn-mes {
    font-size: 18px;
    font-weight: 600;
    max-width: 220px;
  }

  .title-white {
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 50px;
  }

  .relevant-container {
    padding: 85px 130px 150px 130px;
  }

  .relevant-container-bt {
    padding: 130px 130px 10px 130px;
  }

  .border-left {
    border-left: solid 20px #000000;
  }

  .border-bottom {
    border-bottom: solid 20px #000000 !important;
  }

  .no-side-borders {
    border-left-width: 6px !important;
    border-right-width: 6px !important;
  }

  .wide-image {
    height: 200px;
    margin-bottom: -270px;
  }

  .card-explanation {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: lowercase;
  }

  .circle {
    width: 13px;
    height: 13px;
  }

  .graph-label {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
  }

  .example {
    padding-right: 20px;
  }

  .padding-right-lg {
    padding-right: 10px;
  }

  .padding-left-lg {
    padding-left: 10px;
  }

  .black-banner {
    padding: 60px 60px 60px 60px;
    margin-top: 0px;
  }
}



@media (min-width: 900px) {
  .story-mobile-item {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 30px;
  }

  .zoomed-component {
    padding: 30px;
  }

  /* .gray-container {
    padding-top: 400px;
    padding-right: 400px;
  } */

  .medium-label {
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
  }

  .medium-label-light {
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
  }

  .medium-header-carousel {
    margin-bottom: 60px;
  }

  .btn-aqua {
    margin-top: 60px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1025px) {
  .zoomed-component {
    padding: 40px;
  }

  /* .gray-container {
    padding-top: 180px;
    padding-bottom: 200px;
    padding-right: 500px;
    padding-left: 100px;
  } */

  /* .large-header {
    font-size: 96px;
    line-height: 92px;
  } */

  .large-subheader {
    font-size: 31px;
    max-width: 400px;
  }

  .horizontal-vertical-padding {
    padding-left: 130px;
    padding-right: 130px;
    padding-top: 100px;
    padding-bottom: 90px;
  }

  .white-banner {
    padding: 30px 0px 30px 0px;
  }

  .medium-header {
    font-size: 48px;
    line-height: 51px;
    margin-top: 10px;
    margin-bottom: 80px;
    max-width: 580px;
  }

  .medium-header-black {
    font-size: 34px;
    line-height: 36px;
  }

  .medium-header-white {
    font-size: 34px;
    line-height: 36px;
  }

  .medium-header-blue {
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
  }

  .medium-title {
    font-family: Montserrat;
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 20px !important;
  }

  .fineprint {
    font-size: 10px;
    line-height: 12px;
    margin-top: 5px !important;
  }

  .title-dark {
    font-size: 22px;
    line-height: 31px;
  }

  .footer-container {
    padding: 60px 100px 80px 130px;
  }

  .logo-img-lg {
    width: 144px;
    margin-bottom: 50px;
  }

  .logo-img-hero {
    width: 225px;
    margin-bottom: 25px;
  }

  .banner-card {
    padding: 65px 48px 20px 48px;
  }

  .banner-card--main {
    padding: 28px 48px 28px 48px;
  }

  .submenu {
    z-index: 10;
    width: 100%;
    position: fixed;
    top: 0px;
    flex-direction: row;
    justify-content: center;
    background-color: #ffffff;
    margin-top: 58px;
    padding: 20px;
    display: none;
    z-index: 1000;
  }

  .submenu-item {
    background-color: #b8c5d0;
    font-family: Oswald;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    padding: 9px 70px 9px 70px;
    margin-right: 5px;
    margin-left: 5px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .show-xxl {
    display: flex;
  }

  .show-lg {
    display: none;
  }

  .photo {
    width: 100%;
    margin-right: 0px !important;
  }

  .zoom-image {
    width: 32px;
  }

  .medium-subtitle {
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    padding-right: 10px;
  }

  /* .h1Row {
    display: flex;
    align-content: center;
    padding-top: 100px;
  } */

}

@media (min-width: 1200px) {
  .display-lg {
    display: inline;
  }

  .padding-right-xl {
    padding-right: 10px;
  }

  .padding-left-xl {
    padding-left: 10px;
  }

  /* .h1Row {
    display: flex;
    align-content: center;
    padding-top: 100px;
  } */
}




/* Revised  hero panel code*/
.heroPanel{
  background-image: url("./images/hero2024-2025/heroDesktop_2024_2025.jpg");
  background-size: cover;
  background-position: center;
  object-fit: cover;
  height: 65vh;
  max-height: 100vh;
  padding-right: 40px;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 100px;
}


@media (max-width:992px){
  .heroPanel {
  background-image: url("./images/hero2024-2025/heroMobile_2024_2025.jpg");
  background-position: 50% 70%;
  justify-content: flex-start;
  }
  .logo_text {
    padding-top: 50px;
  }
}

@media (max-width:768px){
  .heroPanel {
  justify-content: flex-start;
  }
}

@media (max-width:600px){
  .heroPanel {
    background-position: bottom bottom;
    background-image: url("./images/hero2024-2025/heroMobile_2024_2025.jpg");
    height: 100vh;
    margin-top: 50px;

  }
  /* .logo_text {
    padding-top: 140px;
  } */
}



@media (max-width:867px){
.logo_text {
  padding-top: 65px;
}
}

@media (max-width:768px){
  .heroPanel {
    background-position: bottom;
    background-image: url("./images/hero2024-2025/heroMobile_2024_2025.jpg");
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    background-position: 50% 54%;
    margin-top: 10px;
    padding-left: 15px;
    align-items: center;
  }

  .logo-img-hero {
    display: none;
  }
  

  .logo_text {
    padding-top: 160px;
  }
  
  .large-subheader {
    font-family: "Anek Malayalam", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #ffffff;
    margin-top: 10px;
    text-transform: uppercase;
    max-width: 250px;
    text-align: center ;
}


}

@media (max-width:767px) {
  .logo_text {
    padding-top: 70px;
  }
}

@media (max-width:540px){

  .heroPanel {
    height: 80vh;
    margin-top: 0px;
  }

  .logo-img-hero {
    display: none;
  }

  .logo_text {
    padding-top: 70px;
  }
}

/* @media (max-width:430px){
  .logo-img-hero {
    margin-bottom: 20px;
  }
  
  .heroPanel {
    background-position: bottom;
    background-image: url("./images/heroMobile_2023_2024_2.jpg");
    height: 60vh;
    display: flex;
    justify-content: flex-start;
    background-position: bottom center;
  }

  .logo_text {
    padding-top: 100px;
  }

} */

/* @media (max-width:400px){
  .logo-img-hero {
    margin-bottom: 20px;
  }
  
  .heroPanel {
    background-position: bottom;
    background-image: url("./images/heroMobile_2023_2024_2.jpg");
    height: 85vh;
    display: flex;
    justify-content: flex-start;
    background-position: bottom center;
  }

} */

@media (max-width:370px){
  .heroPanel {
    background-position: bottom;
    background-image: url("./images/hero2024-2025/heroMobile_2024_2025.jpg");
    height: 65vh;
    display: flex;
    justify-content: flex-start;
    background-position: bottom center;
  }

  .large-subheader {
    text-align: left ;
}

}