.hero {
	 background-size: cover;
	 background-position: center center;
	 width: 100%;
	 height: 100vh;
	 position: relative;
	 overflow: hidden;
	 padding: 0;
	 align-items: center;
}
 .hero__wrapper {
	 display: flex;
	 flex-direction: column;
	 height: 100%;
	 background: linear-gradient(0deg,rgba(12, 35, 64, 1) 0%, rgba(12, 35, 64, 0) 50%);
}
 .hero__wrapper--top {
	 flex-basis: 50%;
	 align-content: end;
	 text-align: center;
}
 .hero__wrapper--bottom {
	 flex-basis: 50%;
	 align-content: end;
	 text-align: center;
}
 .hero__title {
     font-family: 'headingnow';
	 font-size: 6rem;
	 line-height: 6rem;
	 font-weight: 700;
	 color: #b3e1ff;
	 text-transform: uppercase;
	 margin-top: 10rem;
}

.hero__title2 {
    color: #fff;
}

.hero__subhead {
    font-family: 'manofa';
    color: #fff;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 1rem;
}
 .hero__subtitle {
	 font-size: 1.5rem;
	 line-height: 2rem;
	 font-weight: 400;
	 color: #fff;
	 width: 100%;
	 padding: 0 1rem;
	 margin: 0 auto;
}

@media (min-width: 62.5rem){
     .hero__title {
        margin-top: 10rem;
        font-size: 11rem;
     }
     .hero__subhead {
        font-size: 2rem;
        margin-top: 3rem;
     }
     .hero__subtitle {
          width: 60%;
          padding: 0;
      }
    
}


 .video {
	 background-color: #0C2340;
	 padding: 2rem 2rem 6rem 2rem;
	 background-size: cover;
	 background-position: top center;
}
 .video__wrapper {
	 margin: 0 auto;
	 text-align: center;
	 
}

 .video__headline {
}
 .video__headline--title {
     font-family: 'headingnow';
     font-size: 5rem;
     line-height: 5rem;
	 text-transform: uppercase;
	 padding-top:2rem;
	 margin-bottom: 2rem;
	 color: #1a1aff;
}

.video__headline--title__alt {
    color: #fff;
}
 .video__headline--subtitle {
     font-family: 'manofa';
     color: #b3e1ff;
	 font-size: 1.5rem;
	 margin-top: 1.5rem;
	 margin-bottom: 4rem;
}
 .video__headline--content {
	 margin-top: 1rem;
	 margin-bottom: 3rem;
	 font-size: 1rem;
}

.video__section {
    padding: 0;
}

.video__section--wrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
    box-shadow: 1.0px 10.0px 20.0px hsl(23.25deg 75.58% 1.52% / 48%);
}

.video__section--wrapper iframe {
    width: 100%;
    height: 100%;
}

@media (min-width: 62.5rem){
     .video__headline--title {
         font-size: 7rem;
         padding-top: 1rem;
         margin-bottom: 4rem;
     }
    
    .video__section {
        padding: 0 20%;
    }
}


 .quote {
	 background-size: cover;
	 background-position: top left;
}
 .quote__wrapper {
	 display: flex;
	 flex-direction: column-reverse;
	 padding: 3rem 1rem 6rem 1rem;
}
 .quote__content {
	 flex-basis: 70%;
	 padding-right: 2rem;
	 padding-top: 2rem;
	 color: #fff;
}
 .quote__content h2 {
     font-family: 'headingnow';
     font-size: 3rem;
     line-height: 3rem;
     text-transform: uppercase;
}
 .quote__attribute {
	 font-size: 1.5rem;
	 font-weight: 400;
	 margin-top: 1.5rem;
}
 .quote__image {
	 flex-basis: 30%;
}

.quote__seal {
    height: calc(100% - 8rem);
    position: absolute;
    top: 3rem;
}

.quote__seal--img {
    width: 15vw;
    position: relative;
    left: -6rem;
    top: 60%;
}

@media (min-width: 62.5rem){
     .quote__wrapper {
         flex-direction: row;
         padding: 3rem 6rem 6rem 6rem;
     }
     .quote__content h2 {
         font-size: 4rem;
        line-height: 4rem;
     }
    
}


 .goals {
	 background-color: #b3e1ff;
}
 .goals__wrapper {
	 display: flex;
	 flex-direction: column;
	 padding: 4rem 2rem;
}
 .goals__image {
	 flex-basis: 40%;
	 padding: 0 2rem 0 4rem;
}
 .goals__priorities {
	 flex-basis: 60%;
	 padding-top: 2rem;
}
 .goals__priorities h2 {
	 font-family: 'headingnow';
	 font-size: 4rem;
     line-height: 4rem;
     text-transform: uppercase;
	 color: #1a1aff;
	 font-weight: 400;
}

.goalsStatement {
    color: #0C2340;
    text-align: center;
    font-family: 'manofa-condensed';
    font-weight: 400;
    margin-bottom: 2rem;
}

.goalsStatement span {
    color: #1a1aff;
    font-family: 'manofa-condensed';
    font-weight: 400;
}

.goalsGrid {
    background-color: #BFE6FF;
    border: 1px solid #1a1aff;
}

.goalsGrid a {
    text-decoration: none;
    color: #0C2340;
}

.goalsGrid:hover {
    background-color: #A4CDE7;
}

.goalsGrid__container {
    display: flex;
    align-items: center;
    padding: 2rem 1.5rem 1rem 1.5rem;
}

.goalsGrid__left{
    flex: 1;
}

.goalsLinkText {
    margin: 0;
    color:  #1a1aff;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: 'manofa-condensed';
    text-transform: uppercase;
}

.goalsGoal {
    font-weight: 400;
    font-family: 'manofa-condensed';
    margin: 0;
    color: #0C2340;
}

.goalsGrid__right {
    flex-basis: 10%;
    align-content: center;
}

.goalsArrow .link__link-arrow {
    width: 30px;
    height: 20px;
}

@media (min-width: 62.5rem){
     .goals__wrapper {
        padding: 4rem 2rem;
        flex-direction: row;
     }
    .goals__priorities h2 {
        font-size: 6rem;
        line-height: 6rem;
    }
}



 .progress {
	 background-color: #fff;
}
 .progress__wrapper {
	 display: flex;
	 flex-direction: column;
	 padding: 4rem 1rem;
}
 .progress__content {
	 flex-basis: 60%;
	 color: #0c2340;
}
 .progress__content h2 {
	 font-family: 'headingnow';
     font-size: 4rem;
     line-height: 4rem;
     text-transform: uppercase;
}
 .progress__tracker {
     margin-top: 2rem;
	 flex-basis: 40%;
}
 .progress__tracker--headline__wrapper {
	 width: 100%;
	 align-content: center;
	 text-align: center;
	 padding-top: 3rem;
}
 .progress__tracker--headline {
	 display: inline-block;
	 background-color: #b3e1ff;
	 padding: 0.25rem 1.5rem;
	 text-align: center;
	 font-family: 'headingnow';
     font-size: 2rem;
     line-height: 2rem;
     text-transform: uppercase;
	 color: #0033a0;
}
 .progress__tracker--wrapper {
	 padding: 1rem;
}
 .progress__tracker--goal {
	 color: #b3e1ff;
	 text-align: center;
	 font-size: 4rem;
	 font-family: 'orpheuspro';
	 font-style: italic;
}
 .progress__tracker--bar {
	 padding: 1rem 0.5rem;
}

@media (min-width: 62.5rem){
     .progress__wrapper {
	    padding: 6rem 4rem;
	    flex-direction: row;
     }
     .progress__content {
	    padding-right: 4rem;
     }
    .progress__content h2 {
        font-size: 5rem;
        line-height: 5rem;
    }
     .progress__tracker {
        margin-top: 0;
     }
}

.contact {
    padding: 0 1rem 2rem 1rem;
}

.contact__wrapper {
    width: 100%;
}
.contact__seal {
    display: none;
}
.contact__card{
    background-color: #E9E9E9;
    padding: 2rem;
}

.contact__image {
    flex-basis: 40%;
    width: 100%;
    padding-right: 0;
}

.contact__content {
    flex-basis: 60%;
    border: 3px solid #1A1AFF;
    padding: 1rem;
    display: flex;
    flex-direction: column;
  /*  margin-top: 2rem; */
}

.contact__content--top{
    flex-basis: 50%;
    align-content: end;
}

.contact__content--top h2{
    font-family: 'headingnow';
     font-size: 4.5rem;
     line-height: 4.5rem;
     text-transform: uppercase;
     text-align: center;
}

.contact__content--bottom {
    flex-basis: 50%;
    align-content: center;
    margin-top: 1rem;
}

.contact__name {
     font-family: 'manofa-condensed';
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
}

.contact__title {
    margin-top: 0;
}

.contact__links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 0;
    background-color: #E9E9E9 !important;
}



a[href^=tel] {
    color: #1a1aff !important;
    font-weight: 400 !important;
}

@media (min-width: 62.5rem){
    .contact {
        padding: 2rem 0;
    }
    .contact__wrapper {
     /*   width: 80%; */
        width: 60%;
        margin: 0 auto;
    }
    .contact__seal {
        width: 4rem;
        display: block;
        position: absolute;
        top: 0rem;
     /*   right: calc(10% - 2rem); */
        right: calc(20% - 2rem);
    }
    .contact__card{
        padding: 2rem;
    /*    display: flex; */
        flex-direction: row;
    }
    .contact__image {
        padding-right: 2rem;
    }
    .contact__content {
        margin-top: 0;
        border: 6px solid #1A1AFF;
        padding: 2rem;
    }
    .contact__links--email {
        width: 54%;
    }
    
    .contact__links--phone {
        width: 46%;
    }
    .contact__links {
        flex-direction: row;
    }
}

@media (min-width: 87.5rem){
    .contact__content--top h2{
     font-size: 7.5rem;
     line-height: 7.5rem;
    }
}

.finalgift {
    background-size: cover;
    padding: 4rem 2rem;
    display: flex;
}

.finalgift__wrapper {
    margin: 0 auto;
}

.finalgift__flex {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.finalgift__top {
    font-family: 'manofa-condensed';
    font-size: 1.25rem;
}

.bigx {
    font-size: 1.75rem;
}

.finalgift__bottom {
    font-family: 'headingnow';
    font-size: 4.5rem;
    line-height: 4.5rem;
    margin-bottom: 0;
}

.finalgift__left {
    flex-shrink: 1;
    padding-right: 1rem;
}

.finalgift__right {
    flex-shrink: 1;
    align-content: end;
    padding-left: 0;
    padding-bottom: 0;
    margin-top: 1rem;
}

a.finalgift__button {
    background-color: #1a1aff;
    color: #fff;
    text-decoration: none;
    font-family: 'headingnow';
    font-size: 1.5rem;
    padding: 0.25rem 2.5rem;
    border-radius: 50px;
}

@media (min-width: 62.5rem){
    .finalgift__flex {
        flex-direction: row;
        text-align: left;
    }
    .finalgift__right {
         padding-left: 1rem;
    }
    .finalgift__right {
        margin-top: 0;
        padding-bottom: 0.5rem;
    }
    
    .finalgift__bottom {
        font-size: 3.5rem;
        line-height: 3.5rem;
    }
}


 .header {
	 padding-top: 2rem;
}
 .header .header-nav {
	 background-color: transparent !important;
	 padding-left: 0 !important;
	 margin-right: 0;
	 display: block !important;
}
 .header .header-nav__item {
	 margin: 0 1.75rem;
}
 .header .header-nav__item:nth-of-type(3) {
	 margin-right: 3.5rem 
}
 .header .header-nav__link {
	 color: #0c2340;
	 font-weight: 700;
	 text-transform: uppercase;
}
 .nav-list__item.header-nav__item:last-of-type .header-nav__link {
	 background-color: #0033a0;
	 color: #fff;
	 padding: 0.5rem 3.0rem 0.25rem 3.0rem;
	 border-radius: 25px;
}
 .nav-list__item.header-nav__item:last-of-type .header-nav__link:hover {
	 background-color: #0c2340;
	 color: #00a3d8;
}
 .header .header-nav__link:last-of-type::after {
	 background: transparent;
}
 .header .header-nav__link:hover, .header .header-nav__link:focus, .header .header-nav__link:active {
	 color: #0033a0;
}
 .header .header-nav__link::after {
	 background: #0033a0;
}


@media (min-width: 62.5rem){
    .header .header-nav {
    	 margin-right: 2rem;
    }
    .nav-list__item.header-nav__item:last-of-type .header-nav__link {
        padding: 0.5rem 4.75rem 0.25rem 4.75rem;
    }
}

 .donation-progress {
	 width: 100%;
	 font-family: manofa-condensed;
}
 .donation-progress__bar {
	 position: relative;
	 width: 100%;
	 height: 20px;
	 background: #fff;
	 border-radius: 20px;
	 overflow: hidden;
}
 .donation-progress__fill {
	 position: absolute;
	 left: 0;
	 top: 0;
	 height: 100%;
	 width: 0%;
	 background: #b3e1ff;
	 border-radius: 20px;
	 transform-origin: left center;
	 will-change: width;
	 box-sizing: border-box;
	 padding-right: 36px;
}
 .donation-progress__percent {
	 color: #fff;
	 text-align: center;
	 margin-top: 6px;
	 font-weight: 700;
	 letter-spacing: 0.2px;
}
 .donation-progress__label {
	 position: absolute;
	 right: 8px;
	 top: 50%;
	 transform: translateY(-50%);
	 font-weight: 700;
	 letter-spacing: 0.2px;
	 color: #0033a0;
	 white-space: nowrap;
	 line-height: 1;
	 font-size: 13px;
	 pointer-events: none;
}

 .donation-progress__text {
	 color: #fff;
	 text-align: center;
    margin-top: 0.5rem;
    font-size: 12px;
    font-weight: 400;
}
 @media (prefers-reduced-motion: reduce) {
	 .donation-progress__fill {
		 transition: none !important;
	}
}


@media (min-width: 62.5rem){
    .donation-progress {
	    width: 400px;
    }
    
    
}



.contentHero {
    background-color: #b3e1ff;
    width: 100%;
    height: auto;
    padding: 8rem 2rem 0 2rem;
}

.contentHero__wrapper {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 4rem;
}

.contentHero__kicker {
    color: #0c2340;
    font-size: 2rem;
    font-weight: 700;
    font-family: manofa-condensed;
    text-transform: uppercase;
}

.contentHero__title1 {
    color: #0c2340;
    font-family: 'headingnow';
    font-size: 5rem;
    line-height: 5rem;
    text-transform: uppercase;
}

.contentHero__title2 {
    color: #1A1AFF;
    font-family: 'headingnow';
    font-size: 5rem;
    line-height: 5rem;
    text-transform: uppercase;
}

.contentHero__menu {
    margin-top: 2rem;
}

.contentHero__menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: block;
    text-align: center;           
    gap: 0.5rem;              
    align-items: center;
    justify-content: center;
}

.contentHero__menu ul li {
    margin: 1rem 0;
}

.contentHero__menu ul li a {
      border: 1.5px solid #1a1aff;
      border-radius: 25px;
      padding: 0.75rem 0.75rem;
      text-decoration: none;
      color: #0c2340;
      font-weight: 400;
      width: 100%;
      display: block;
      align-items: center;
      line-height: 1;
      transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}

.contentHero__menu ul li a.home {
       width: 100%;
    border-radius: 25px;
    padding: 0.75rem 0.75rem;
    height: auto;
}

.contentHero__menu ul li a.home svg {
    display: none;
}




.contentHero__menu ul li a:hover,
.contentHero__menu ul li a:active,
.contentHero__menu ul li a.active {
  background-color: #1a1aff;
  color: #fff;  
  border-color: #1a1aff;
}

.contentHero__menu ul li a:focus-visible {
  outline: 3px solid #99a2ff;
  outline-offset: 2px;
}

@media (min-width: 62.5rem){
    
     .contentHero__menu ul {
        display: flex;
     }
    
    .contentHero__menu ul li {
        display:inline-block;
        margin: 0 0.5rem;
    }
    
    .contentHero__menu ul li a {
        display: inline-flex;
        padding: 0.25rem 0.75rem;
    }
    
    .contentHero__menu ul li a.home {
        width: 24px;
          height: 24px;
          padding: 0;                  
          border-radius: 50%;         
          justify-content: center;
    }
    
    .contentHero__menu ul li a.home svg {
      width: 16px;  
      height: 16px;
      display: block;
    }
    
}

.contentICL {
    padding: 2rem 0 0 0;
}

.contentICLRow {
    display: flex;
    flex-direction: column-reverse;
    padding: 2rem 1rem;
}

.contentICLRowLeft {
    flex-basis: 65%;
    color: #0c2340;
    padding-right: 0;
}

.contentICLRowLeft h2 {
    font-family: 'headingnow';
    font-size: 3rem;
    line-height: 3rem;
}

.contentICLRowLeft h3 {
    font-family: 'headingnow';
    font-size: 2rem;
    line-height: 2rem;  
}

.contentStat__number {
    color: #1A1AFF;
    font-family: "manofa";
    font-size: 2rem;
    font-weight: 700;
}

.contentICLRowRight {
    flex-basis: 35%;
}

.contentICLRowRight img {
    margin-bottom: 1rem;
}

.contentStatRow {
    background-color: #0c2340;
    color: #fff;
    padding: 4rem 1rem;
}

@media (min-width: 62.5rem){
    
    .contentICLRow {
        flex-direction: row;
        padding: 4rem 2rem;
    }
    .contentICLRowLeft {
        padding-right: 4rem;
    }
    .contentStatRow {
        padding: 4rem;
    }
}

.statRowStat {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
}

.statRowStat__top {
    flex-shrink: 0;
    display: flex;
}

.statRowStat__title {
    color: #b3e1ff;
    font-family: 'headingnow';
    font-size: 2rem;
    line-height: 2rem;
    text-transform: uppercase;
    position: relative;
    padding-right: 0.75rem;
}

.statRowStat__title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 70%;
    width: 2px;
    background: #b3e1ff;
}

.statRowStat__number {
    color: #b3e1ff;
    font-family: "manofa";
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
    align-self: anchor-center;
    padding-left: 0.75rem;
}

.statRowStat__bottom {
    flex: 1;
}

@media (min-width: 62.5rem){
    
    .statRowStat {
        padding: 0 2rem;
    }
    
    
}

.contentQuote {
    background-color: #b3e1ff;
}

.contentQuote__wrapper {
    padding: 4rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

.quotebox {
    flex: 1;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 0 2rem 0;
    display: flex;
    flex-direction: column;
}

.quoteContent {
    margin-top: auto;
    margin-bottom: 0;
}

.quoteAttr {
    color: #1a1aff;
    font-family: "manofa";
    font-size: 1.25rem;
    font-weight: 700;
}

.quoteFlourish {
    display: none;
}


@media (min-width: 62.5rem){
    
    .contentQuote__wrapper {
        flex-direction: row;
        padding: 4rem 2rem;
    }
    
    .quotebox {
        flex: 0 0 33%;
        max-width: 33%;
        margin: 0 2rem;
    }
    
    .quoteContent {
        margin-bottom: 1.5rem;
    }
    
    .quoteFlourish {
        display: inline-block;
        width: 30px;
        position: relative;
        bottom: 7px;
        margin-left: 0.5rem;
    }
    
}


























 