:root {
  --white: #fff;
  --smokey: #f7f7f7;
  --black: black;
  --orange: #f47322;
  --green: #12a650;
  --var-white: white;
  --color: #e4e2d9;
  --white-2: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  background-color: var(--white);
  color: #000;
  font-family: Thunder Lc, sans-serif;
  font-size: 1vw;
  line-height: 1.3em;
}

.hero {
  background-color: var(--smokey);
  height: auto;
  padding-bottom: 1em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.container {
  flex-flow: column;
  width: 100%;
  padding-left: 6.75em;
  padding-right: 6.75em;
  display: flex;
}

.container.non-strech {
  justify-content: flex-start;
  align-items: flex-start;
}

.intro-section {
  height: auto;
  position: relative;
}

.padding-hero {
  height: 2em;
}

.content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.header-link {
  color: #000;
  justify-content: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.header-link.vertical.w--current {
  display: none;
}

.header-text {
  text-transform: uppercase;
  font-size: 9.1em;
  line-height: 1em;
}

.hero-image-wrapper {
  margin-top: -10.4em;
}

.hero-image {
  width: 40em;
}

.pattern-hero {
  width: 8em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.pattern-hero.intro-section {
  width: 6em;
  bottom: -13.3em;
}

.hero-blocks {
  grid-column-gap: 1.06em;
  grid-row-gap: 1.06em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 14em;
  display: flex;
  position: absolute;
  top: 14.2em;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero-blocks.right {
  width: 18em;
  top: 23.9em;
  bottom: auto;
  left: auto;
  right: 0%;
}

.body-paragraph {
  margin-bottom: 0;
  font-family: Saanstrial, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4em;
}

.body-paragraph.small {
  font-size: .88em;
  font-weight: 300;
}

.body-paragraph.small.upper-case {
  text-transform: uppercase;
  font-size: .8em;
}

.body-paragraph.bold {
  color: var(--black);
  text-transform: uppercase;
  font-family: Thunder Lc, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.3em;
}

.body-paragraph.bold.orange {
  color: var(--orange);
}

.body-paragraph.medium {
  font-size: 1.15em;
}

.body-paragraph.medium.hide {
  display: none;
}

.body-paragraph.sb {
  font-weight: 400;
}

.button-links {
  grid-column-gap: .19em;
  grid-row-gap: .19em;
  flex-flow: row;
  text-decoration: none;
  display: flex;
}

.butttton-text-wrapper {
  background-color: var(--orange);
  color: #000;
  border-radius: 6.25em;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
}

.button-text {
  color: #fff;
  letter-spacing: -.3px;
  font-family: Saanstrial, sans-serif;
  font-size: .75em;
  font-weight: 400;
}

.button-text.small {
  font-size: .75em;
}

.button-circle {
  background-color: #04471e;
  border-radius: 6.25em;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  display: flex;
}

.button-circle.small {
  width: 2.4em;
  height: 2.4em;
}

.button-arrow-image {
  width: 1.25em;
}

.button-arrow-image.download {
  width: 1em;
}

.adc-logo-hero {
  width: 15em;
  position: absolute;
  top: auto;
  bottom: 7em;
  left: auto;
  right: 0%;
}

.padding {
  height: 5em;
}

.padding.big {
  height: 8em;
}

.padding.small {
  height: 2em;
}

.padding.medium {
  height: 6.5em;
}

.style-header-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.style-header-wrapper.join {
  margin-bottom: -2.8em;
  margin-left: -9.9em;
  position: relative;
}

.header {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  display: flex;
}

.header.flex-horizontal {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.header.join {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.lower-header {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 4em;
  display: flex;
}

.h2-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75em;
  line-height: 1em;
}

.h2-heading.join {
  font-size: 4.8em;
  line-height: 1em;
}

.h2-heading.big {
  font-size: 7.19em;
  line-height: 1em;
}

.h2-heading.flex {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  display: flex;
}

.h2-heading.medium {
  font-size: 4.8em;
}

.h2-heading.flex-extra {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  display: block;
}

.green {
  color: #04471e;
}

.grid-wrapper {
  margin-top: 1.56em;
}

.body-grid {
  grid-column-gap: 7.19em;
  grid-row-gap: 7.19em;
  grid-template-rows: auto;
  align-items: center;
}

.body-grid.event {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  align-items: start;
  padding-bottom: 1.3em;
}

.body-image-wrapper {
  background-image: url('../images/IFE_8585-compressed.jpg');
  background-position: 50% 25%;
  background-size: cover;
  border-radius: .94em;
  height: 25em;
}

.body-image-wrapper.policies-image {
  background-image: linear-gradient(rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), url('../images/edo-compressed.jpg');
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 2.1em;
  display: flex;
}

.body-image-wrapper.policies-image._3 {
  background-image: linear-gradient(rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), url('../images/pexels-emmages-9750806.jpg');
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
}

.body-image-wrapper.policies-image._4 {
  background-image: linear-gradient(rgba(0, 0, 0, .07), rgba(0, 0, 0, .07)), url('../images/pexels-pixabay-236380-compressed-1.jpg');
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
}

.body-image-wrapper.policies-image._5 {
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/pexels-kwakugriffn-14554004-compressed.jpg');
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
}

.body-image-wrapper.policies-image._6 {
  background-image: linear-gradient(rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), url('../images/pexels-500photos-com-15338-93400.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.body-image-wrapper.policies-image._2 {
  background-image: linear-gradient(rgba(0, 0, 0, .09), rgba(0, 0, 0, .09)), url('../images/IFE_8716-compressed.jpg');
  background-position: 0 0, 50% 0;
}

.body-image-wrapper.campaign-copy {
  background-image: url('../images/Frame-7.png');
  justify-content: flex-start;
  align-items: flex-end;
  height: 18em;
  padding: 2.1em;
  display: flex;
}

.body-image-wrapper.campaign-copy._1 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/edo-compressed.jpg');
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
}

.body-image-wrapper.campaign-copy._2 {
  background-image: url('../images/MKP_0836-compressed.jpg');
}

.body-image-wrapper.campaign-copy._3 {
  background-image: url('../images/WhatsApp-Image-2024-05-01-at-6.32.20-PM-1.webp');
}

.body-image-wrapper.policies-tab {
  background-image: url('../images/Frame-7.png');
  justify-content: flex-start;
  align-items: flex-end;
  padding: 2.1em;
  display: flex;
}

.body-paragraph-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body-paragraph-content.top-padding {
  padding-top: 9.1em;
}

.body-paragraph-content.left-padding-large {
  padding-right: 27.31em;
}

.body-paragraph-content.event {
  padding-top: 1em;
}

.mission-vision-wrapper {
  grid-column-gap: 2.88em;
  grid-row-gap: 2.88em;
  border-top: .09em solid rgba(0, 0, 0, .17);
  border-bottom: .09em solid rgba(0, 0, 0, .17);
  flex-flow: column;
  align-items: stretch;
  margin-top: 4.88em;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.m-v-wrapper {
  grid-column-gap: 30em;
  grid-row-gap: 30em;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.p-width {
  width: 38.38em;
}

.text-tag {
  font-size: 2.38em;
  line-height: 1em;
}

.join-section {
  height: auto;
}

.join-grid {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bg-overlap-wrapper {
  flex-flow: column;
  display: flex;
}

.top-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Artboard-8300-compressed.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: .94em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 33.69em;
  height: 23em;
  padding: 2.2em;
  display: flex;
}

.bottom-image-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: -12.3em;
  display: flex;
}

.bottom-image {
  background-image: url('../images/MKP_1049-compressed.jpg');
  background-position: 0%;
  background-size: cover;
  border-radius: .94em;
  width: 18.38em;
  height: 23.75em;
}

.adc-image-watermark {
  width: 13em;
}

.button-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  margin-top: 2em;
  display: flex;
}

.donate {
  background-color: #f7f7f7;
  height: auto;
  position: relative;
}

.adc-fav {
  width: 5.44em;
}

.adc-fav.medium {
  width: 4em;
}

.pattern-donate {
  width: 18em;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.pattern-donate.tr {
  width: 14em;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.policies {
  height: auto;
}

.plain-header-wrapper {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-paragraph {
  text-align: center;
}

.header-paragraph.width {
  width: 26.31em;
}

.header-paragraph.width-small {
  width: 24em;
}

.policies-tabs {
  margin-top: 2.31em;
}

.tab-menu {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-links {
  border: .09em solid var(--green);
  color: rgba(0, 0, 0, .66);
  background-color: rgba(221, 221, 221, 0);
  border-radius: 6.25em;
  padding: 1.3em 1.85em;
  font-family: Saanstrial, sans-serif;
  font-size: .75em;
  font-weight: 500;
  line-height: 1em;
}

.tab-links.w--current {
  border: .09em solid var(--green);
  background-color: var(--green);
  color: #fff;
  border-radius: 6.25em;
  padding: 1.3em 1.85em;
  font-family: Saanstrial, sans-serif;
  font-size: .75em;
  font-weight: 500;
  line-height: 1em;
}

.tab-pane-tab-1 {
  margin-top: 0;
}

.news-media {
  background-color: var(--smokey);
  height: auto;
}

.slider {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: rgba(221, 221, 221, 0);
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-bottom: 6em;
  padding-left: 0;
  display: flex;
}

.slide-nav {
  display: none;
  position: static;
}

.slide {
  width: 21.69em;
  margin-left: 1em;
}

.slide-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.slide-bg-image {
  background-image: url('../images/Frame-7.png');
  background-position: 50%;
  background-size: cover;
  border-radius: .94em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 13.38em;
  display: flex;
}

.slide-bg-image._1 {
  background-image: url('../images/IFE_8713-compressed.jpg');
}

.slide-bg-image._2 {
  background-image: url('../images/MKP_1049-compressed.jpg');
  background-position: 50% 40%;
}

.slide-bg-image._3 {
  background-image: url('../images/MKP_1037-compressed.jpg');
}

.slide-bg-image._4 {
  background-image: url('../images/MKP_0836-compressed.jpg');
}

.slide-bg-image._5 {
  background-image: url('../images/MKP_0889-compressed.jpg');
}

.slide-bg-image._6 {
  background-image: url('../images/MKP_0891-compressed.jpg');
  background-position: 50% 30%;
}

.slide-banner {
  width: 11em;
}

.slide-description {
  letter-spacing: -.4px;
  font-family: Saanstrial, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.mask {
  flex: 0 auto;
  padding-left: 4em;
}

.arrow {
  background-color: #f47321;
  border-radius: 6.25em;
  justify-content: center;
  align-items: center;
  width: 2.56em;
  height: 2.56em;
  font-size: 1em;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.arrow.righ {
  right: -6.23em;
}

.image {
  width: 1em;
  padding-top: .2em;
}

.image-2 {
  width: 1em;
}

.tabs-content {
  margin-top: 3em;
}

.tabs-content-2, .news-media-tab {
  margin-top: 2em;
}

.articles-grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.articles-image {
  background-image: url('../images/MKP_0889-compressed.jpg');
  background-position: 50% 35%;
  background-size: cover;
  border-radius: .94em;
  height: 13.38em;
}

.articles-image._2 {
  background-image: url('../images/MKP_0836-compressed.jpg');
  background-position: 50%;
  background-size: cover;
}

.articles-image._3 {
  background-image: url('../images/WhatsApp-Image-2024-05-01-at-6.32.20-PM-1.webp');
}

.articles-image._4 {
  background-image: url('../images/MKP_0891-compressed.jpg');
  background-position: 50% 25%;
}

.articles-image._5 {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Obaseki.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.article-details {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1em;
  display: flex;
}

.articles-heading {
  letter-spacing: -.4px;
  height: 4em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Saanstrial, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.2em;
}

.article-more-details {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.article-tag {
  color: #000;
  background-color: #e4e2d9;
  border-radius: 6.25em;
  padding: .3em 1.4em;
  font-family: Saanstrial, sans-serif;
  font-size: .65em;
  font-weight: 500;
}

.article-tag-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.read-time {
  color: #04471f;
  margin-left: .8em;
  font-family: Saanstrial, sans-serif;
  font-size: .75em;
  font-weight: 500;
  line-height: 1em;
}

.faq-warapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 3.44em;
  padding-left: 9.6em;
  padding-right: 9.6em;
  display: flex;
}

.question-wrapper-f22 {
  color: #333;
  background-color: #fff;
  border-bottom: .09em solid rgba(0, 0, 0, .17);
  border-radius: 0;
  flex-direction: column;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 1.05em 0 0;
  text-decoration: none;
}

.question-wrapper-f22.hide {
  display: none;
}

.question-f22 {
  color: #000;
  justify-content: space-between;
  padding: 0 0 .8em;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.event-text {
  color: #000;
  letter-spacing: -.5px;
  font-family: Saanstrial, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
}

.icon-wrapper-f22 {
  width: .4em;
  position: relative;
}

.arrow-down-f7 {
  display: block;
}

.arrow-up-f7 {
  z-index: 10;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.answer-f22 {
  width: 100%;
  font-size: 1vw;
  overflow: hidden;
}

.eventdetails-wrapper {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.event-paragraph {
  margin-bottom: 0;
  font-family: Saanstrial, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4em;
}

.event-paragraph.small {
  font-size: .8em;
  font-weight: 400;
}

.event-date {
  font-family: Saanstrial, sans-serif;
  font-size: .8em;
  font-weight: 600;
  line-height: 1em;
}

.event-date-location {
  grid-column-gap: 2.25em;
  grid-row-gap: 2.25em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta {
  background-color: var(--smokey);
  height: 37.5em;
  position: relative;
  overflow: hidden;
}

.footer {
  background-color: #f7f7f7;
  height: auto;
}

.grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
  height: 100%;
}

.scroll-image-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.scroll-image-wrapper._1 {
  margin-top: -9em;
}

.scroll-image-wrapper._3 {
  margin-top: -17.8em;
}

.scroll-image-wrapper._4 {
  margin-top: -10.94em;
}

.scroll-image {
  background-image: linear-gradient(rgba(0, 0, 0, .14), rgba(0, 0, 0, .14)), url('../images/Frame-8.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  width: 100%;
  height: 28em;
}

.scroll-image._2 {
  background-image: linear-gradient(rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url('../images/IFE_8592-compressed.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.scroll-image._3 {
  background-image: linear-gradient(rgba(0, 0, 0, .12), rgba(0, 0, 0, .12)), url('../images/IFE_8577-compressed.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.scroll-image._4 {
  background-image: linear-gradient(rgba(0, 0, 0, .11), rgba(0, 0, 0, .11)), url('../images/IFE_8591-compressed.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.scroll-image._5 {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/IFE_8585-compressed.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.scroll-image._6 {
  background-image: url('../images/Frame-9-2.png');
  background-size: cover;
}

.scroll-image._7 {
  background-image: url('../images/IFE_8583-compressed.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.scroll-image._8 {
  background-image: url('../images/IFE_8634.jpg');
  background-size: cover;
}

.overlay-cta {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(0deg, rgba(244, 115, 33, .52), rgba(0, 0, 0, .18));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-header-wrapper {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.63em;
  line-height: .85em;
}

.social-media-icons-wrapper {
  grid-column-gap: 1.8em;
  grid-row-gap: 1.8em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-link {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.social-image {
  width: 2.63em;
}

.social-text {
  color: #fff;
  font-size: 1.5em;
}

.footer-grid {
  grid-column-gap: 12.75em;
  grid-row-gap: 12.75em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.8fr;
  align-items: start;
}

.footer-links-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.footer-links-wrapper {
  grid-column-gap: 1.56em;
  grid-row-gap: 1.56em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.f-links-header {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 1.25em;
}

.f-links-container {
  grid-column-gap: .88em;
  grid-row-gap: .88em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.f-links {
  color: #000;
  font-family: Saanstrial, sans-serif;
  font-size: 1em;
  font-weight: 300;
  text-decoration: none;
}

.f-banner {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.banner-image {
  width: 14em;
}

.footer-text-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-text {
  font-size: 4.13em;
  line-height: 1em;
}

.gradient {
  color: #04471e;
}

.counter {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 1em;
  display: flex;
}

.counter_number.cc-comma {
  color: var(--black);
  letter-spacing: 2px;
  font-family: Thunder Lc, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1em;
}

.counter_number.cc-comma.small {
  font-size: 2.5em;
}

.counter_number.cc-integer {
  color: var(--black);
  font-size: 3em;
  line-height: 1em;
}

.counter_number.cc-integer.small {
  font-size: 2.5em;
}

.text-lg {
  color: #04471e;
  letter-spacing: -.5px;
  font-family: Saanstrial, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.4;
}

.grid-cols {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.grid-cols.cc-3col {
  z-index: 3;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-around;
  margin-top: 1.8em;
  display: flex;
}

.h1 {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  justify-content: flex-start;
  align-items: center;
  font-size: 1em;
  line-height: 1.2;
  display: flex;
}

.side-text {
  color: var(--black);
  margin-left: .1em;
  font-size: 2em;
}

.side-text.hide {
  display: none;
}

.counter-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 18em;
  padding-right: 0;
  display: flex;
}

.counter-wrapper.left-align {
  justify-content: flex-start;
  align-items: flex-start;
  width: 18em;
}

.counter-wrapper.no-width {
  width: 12em;
}

.timer-wrapper {
  background-color: var(--white);
  border: .06em solid rgba(18, 166, 80, .11);
  border-radius: 1em;
  flex-flow: column;
  justify-content: center;
  width: 55em;
  height: 13em;
  margin-top: 4em;
  padding: 2.3em;
  font-size: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .01);
}

.timer-wrapper.adjust-width {
  width: 45em;
}

.timer-wrapper.adjust-width.no-top-margin {
  margin-top: 0;
}

.js-2 {
  display: none;
}

.counter_numb-copy.cc-comm-copy {
  color: var(--black);
  font-size: 3em;
  line-height: 1em;
}

.counter_numb-copy.cc-comm-copy.small {
  font-size: 2.5em;
}

.white-pattern {
  width: 12em;
  display: inline-flex;
  position: absolute;
  top: -5.53em;
  bottom: auto;
  left: auto;
  right: -6.04em;
}

.text-block {
  color: var(--black);
  text-transform: uppercase;
  font-size: 2.3em;
  line-height: 1em;
}

.div-block {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sticky-wrapper {
  background-color: #f7f7f7;
  height: 140em;
  position: relative;
}

.counter_numb.cc-comm {
  color: var(--black);
  letter-spacing: 2px;
  font-family: Thunder Lc, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1em;
}

.counter_numb.cc-comm.small {
  font-size: 2.5em;
}

.s-gradient {
  color: #04471e;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #547e64, #04471e 100%, #afc4b7 100%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
}

.top-header-style {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  display: flex;
  position: relative;
}

.c-cancel-image {
  width: 1.1em;
}

.forms {
  z-index: 9;
  background-color: rgba(0, 0, 0, .87);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed {
  background-color: #f0ebf8;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 1em 0 0;
  display: flex;
  overflow: visible;
}

.h2-heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.1em;
}

.h2-heading-2.white {
  color: #cfd3e7;
}

.h2-heading-2.white.calendly-header {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.embed {
  border-radius: 1.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 45em;
  height: 42em;
  display: flex;
  overflow: hidden;
}

.calendly-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.c-cancel {
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.orange {
  color: #f47322;
}

.donation-hero {
  background-color: var(--smokey);
  height: auto;
  padding-bottom: 3em;
  position: relative;
}

.donation-image-wrapper, .donation-grid {
  grid-template-rows: auto;
}

.donation-grid.all-padding {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  align-items: start;
  padding: 3.9em;
  position: relative;
}

.donation-image--wrapper {
  padding-top: 3em;
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
}

.donation-content {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-3 {
  margin-top: -.4em;
  transform: scale(1.5);
}

.donation-image--wrapper-mobile {
  display: none;
  position: static;
  top: 1px;
}

.nav-right-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 4em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.nav-grid.donations {
  margin-top: -27.5em;
}

.nav-block {
  background-color: #00a54f;
  justify-content: center;
  align-items: center;
  width: 2.7em;
  height: 2.7em;
  display: flex;
  position: relative;
}

.nav-block._2 {
  background-color: #224f5a;
}

.nav-block._3 {
  background-color: #ff7300;
}

.nav-icon {
  width: 1.2em;
}

.nav-icon._2 {
  width: 1em;
}

.nav-icon._3 {
  width: 1.2em;
}

.nav-tip {
  color: #fff;
  background-color: rgba(0, 0, 0, .55);
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 80%;
  padding-left: 1.8em;
  padding-right: 1.8em;
  font-family: Saanstrial, sans-serif;
  font-size: .7em;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: .5em;
  bottom: 0%;
  left: auto;
  right: -9.1em;
}

.nav-tip._2 {
  right: -10.1em;
}

.nav-tip._3 {
  right: -8.2em;
}

.nav-hero {
  display: none;
}

.space {
  margin-left: .1em;
}

.bold-text {
  color: var(--orange);
}

@media screen and (max-width: 991px) {
  .body-paragraph {
    font-size: 1.2em;
  }

  .body-image-wrapper.campaign-copy {
    height: 12em;
  }

  .body-paragraph-content.event {
    font-size: .8em;
  }

  .slide-description {
    font-size: 1.2em;
  }

  .faq-warapper {
    padding-left: 0;
    padding-right: 0;
  }

  .question-wrapper-f22 {
    margin: 5px 10px;
  }

  .question-f22 {
    font-size: 1.2vw;
  }

  .grid-cols.cc-3col {
    grid-template-columns: 1fr;
  }

  .h1 {
    font-size: 4rem;
  }

  .timer-wrapper {
    display: none;
  }

  .sticky-wrapper {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .question-wrapper-f22 {
    margin: 5px 0;
    padding: 8px;
  }

  .question-f22 {
    align-items: center;
  }

  .event-text {
    line-height: 24px;
  }

  .grid-cols, .grid-cols.cc-3col {
    grid-template-columns: 1fr;
  }

  .sticky-wrapper {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 3.5vw;
  }

  .page-wrapper.hidden {
    overflow: hidden;
  }

  .container {
    padding-bottom: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.non-strech.center {
    justify-content: flex-start;
    align-items: center;
  }

  .content-wrapper {
    padding-bottom: 8em;
  }

  .header-link.w--current {
    display: none;
  }

  .header-link.vertical.w--current {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
    display: flex;
  }

  .header-text {
    text-align: center;
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 5.5em;
    line-height: 1em;
    display: block;
  }

  .hero-image-wrapper {
    margin-top: -4.6em;
  }

  .hero-image {
    width: 100%;
  }

  .pattern-hero.intro-section {
    width: 4em;
    bottom: -9.5em;
  }

  .hero-blocks {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    display: none;
    position: static;
  }

  .hero-blocks.right {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2em;
    display: none;
  }

  .body-paragraph {
    font-size: 1.15em;
  }

  .button-links.center.w--current {
    margin-left: auto;
    margin-right: auto;
  }

  .button-text {
    font-size: .9em;
  }

  .button-circle {
    width: 3em;
    height: 3em;
  }

  .adc-logo-hero {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 1em;
  }

  .padding.big {
    height: 5em;
  }

  .style-header-wrapper.join {
    margin-bottom: -2.4em;
    margin-left: 2.2em;
  }

  .style-header-wrapper.center-mobile {
    justify-content: flex-start;
    align-items: center;
  }

  .header.flex-horizontal {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    text-align: center;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header.flex-horizontal.center-mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .lower-header {
    padding-left: 0;
  }

  .h2-heading {
    font-size: 3em;
  }

  .h2-heading.join {
    font-size: 4em;
  }

  .h2-heading.big {
    font-size: 3.2em;
  }

  .body-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    display: flex;
  }

  .body-grid.event {
    text-align: left;
    font-size: 3.5vw;
  }

  .body-image-wrapper {
    width: 100%;
    height: 22em;
  }

  .body-image-wrapper.campaign-copy._1, .body-image-wrapper.campaign-copy._2, .body-image-wrapper.campaign-copy._3 {
    height: 25em;
  }

  .body-paragraph-content {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .body-paragraph-content.top-padding {
    padding-top: 0;
  }

  .body-paragraph-content.left-padding-large.top-margin {
    padding-right: 0;
  }

  .body-paragraph-content.left-padding-large.top-margin.center-mobile {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .body-paragraph-content.event {
    font-size: 1em;
  }

  .body-paragraph-content.donations {
    text-align: center;
  }

  .mission-vision-wrapper {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .m-v-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .p-width {
    width: 100%;
  }

  .join-grid {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: row-reverse wrap-reverse;
    margin-top: 0;
    display: flex;
  }

  .bg-overlap-wrapper, .top-image {
    width: 100%;
  }

  .bottom-image-wrapper {
    margin-top: -9.8em;
    display: none;
  }

  .bottom-image {
    width: 10em;
    height: 16em;
  }

  .button-wrapper {
    z-index: 1;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }

  .button-wrapper.center-mobile {
    justify-content: flex-start;
    align-items: center;
  }

  .button-wrapper.center-mobile.vertical-mobile {
    flex-flow: column;
    width: 100%;
  }

  .adc-fav {
    width: 3em;
  }

  .pattern-donate {
    opacity: .22;
    display: none;
  }

  .tab-menu {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tab-menu.news {
    grid-template-rows: auto;
    padding-left: 2.3em;
    padding-right: 2.3em;
  }

  .tab-links {
    text-align: center;
    font-size: .9em;
  }

  .tab-links.w--current {
    font-size: .9em;
  }

  .mask {
    padding-left: 1em;
  }

  .tabs-content {
    padding-top: 1em;
  }

  .articles-grid {
    flex-flow: column;
    display: flex;
  }

  .faq-warapper {
    padding-left: 0;
    padding-right: 0;
  }

  .question-f22 {
    grid-column-gap: .6em;
    grid-row-gap: .6em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 1em;
    position: relative;
  }

  .event-text {
    font-size: 1.2em;
    line-height: 1em;
  }

  .icon-wrapper-f22 {
    flex: none;
    width: .6em;
    height: 1.5em;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .event-paragraph.small, .event-date {
    font-size: 1.2em;
  }

  .event-date-location {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta {
    height: 19em;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
    font-size: 2.5vw;
  }

  .scroll-image {
    height: 15em;
  }

  .overlay-cta {
    display: flex;
  }

  .heading {
    font-size: 4em;
  }

  .footer-grid {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-flow: column;
    display: flex;
  }

  .footer-links-grid {
    grid-column-gap: 3em;
    grid-row-gap: 2em;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .f-banner {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .banner-image {
    width: 12em;
  }

  .footer-text-wrapper {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .counter_number.cc-comma {
    font-size: .9em;
  }

  .counter_number.cc-comma.small {
    font-size: .8em;
  }

  .counter_number.cc-integer {
    font-size: .9em;
  }

  .counter_number.cc-integer.small {
    font-size: .8em;
  }

  .text-lg {
    font-size: .8rem;
  }

  .grid-cols.cc-3col {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
    align-items: center;
    margin-top: 4em;
  }

  .h1 {
    grid-column-gap: .1em;
    grid-row-gap: .1em;
    font-size: 3rem;
  }

  .side-text {
    font-size: .8em;
  }

  .counter-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 20em;
  }

  .counter-wrapper.left-align {
    align-items: center;
  }

  .timer-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 3.1em;
    padding-bottom: 3.1em;
    display: flex;
  }

  .timer-wrapper.adjust-width.no-top-margin {
    width: auto;
    margin-top: 5em;
  }

  .counter_numb-copy.cc-comm-copy {
    font-size: .9em;
  }

  .counter_numb-copy.cc-comm-copy.small {
    font-size: .8em;
  }

  .text-block {
    font-size: 3em;
  }

  .sticky-wrapper {
    height: auto;
    position: static;
  }

  .counter_numb.cc-comm {
    font-size: .9em;
  }

  .counter_numb.cc-comm.small {
    font-size: .8em;
  }

  .top-header-style {
    flex-direction: column;
    align-items: center;
  }

  .c-cancel-image {
    width: 1em;
  }

  .forms {
    justify-content: flex-start;
    padding-top: 5.8em;
  }

  .h2-heading-2.white.calendly-header {
    padding: 0 1.5em;
    font-size: 2.5em;
  }

  .embed {
    width: 90%;
    height: 70vh;
  }

  .calendly-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .calendly-header {
    text-align: center;
  }

  .c-cancel {
    width: 4em;
    height: 4em;
  }

  .donation-grid.all-padding {
    flex-flow: wrap;
    padding: 0;
    display: flex;
  }

  .donation-image--wrapper {
    display: none;
  }

  .donation-content {
    justify-content: flex-start;
    align-items: center;
  }

  .donation-image--wrapper-mobile {
    display: flex;
  }

  .nav-right-wrapper {
    display: none;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-link {
    color: #fff;
    text-align: center;
    background-color: #00a54f;
    justify-content: center;
    align-items: center;
    height: 3em;
    font-family: Saanstrial, sans-serif;
    font-size: 1em;
    text-decoration: none;
    display: flex;
  }

  .nav-link._2 {
    background-color: #224f5a;
  }

  .nav-link._3 {
    background-color: #ff7300;
  }
}

#w-node-_57bf43f6-e0af-942c-7bb7-cdaaa9d80590-d79fc1b2, #w-node-_57bf43f6-e0af-942c-7bb7-cdaaa9d80599-d79fc1b2, #w-node-_77ece9bc-561d-fcba-0bd8-f5c9b3182eb2-6dc7ec03, #w-node-_77ece9bc-561d-fcba-0bd8-f5c9b3182ebb-6dc7ec03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_29716b7b-c444-0f6d-ea2e-feaf7accdeba-d79fc1b2, #w-node-_1fdc73eb-5824-e605-88dc-2e09c850da26-6dc7ec03 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Saanstrial';
  src: url('../fonts/SaansTRIAL-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saanstrial';
  src: url('../fonts/SaansTRIAL-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saanstrial';
  src: url('../fonts/SaansTRIAL-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saanstrial';
  src: url('../fonts/SaansTRIAL-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saanstrial';
  src: url('../fonts/SaansTRIAL-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thunder Lc';
  src: url('../fonts/thunder-bold-lc.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}