:root {
  --heading-2: 3.5em;
  --large-text: 4.5em;
  --white: white;
  --deep-sky-blue: #41abeb;
  --secondary-color: #41ebc2;
  --medium-aquamarine: #00ce94;
  --heading-blue: 2em;
  --black: black;
  --paragraph: 1em;
  --black-2: #252e33;
  --heading-4: 1.5em;
  --heading-6: .85em;
  --gainsboro: #e2e2e2;
  --heading-1: 4.2em;
  --dim-grey: #474747;
  --heading-5: 1.1em;
  --midnight-blue: #04273f;
  --mobile-heading-2: 2.8em;
  --white-smoke: #eee;
  --heading-3: 2.5em;
  --blue-neutral: #e5f5ff;
  --grey: #909090;
  --dark-orange: #ff7a00;
  --yellow-green: #bece0066;
  --dark-orange-2: #ff7a00c7;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  text-shadow: none;
  font-family: Prata, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

h1 {
  font-size: var(--heading-2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4em;
}

h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 400;
  line-height: 1;
}

h3 {
  font-size: var(--large-text);
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  margin-top: 10px;
  margin-bottom: 0;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: #ffffff80;
  margin: 10px 0;
  font-family: Quattrocento Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

a {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Quattrocento Sans, sans-serif;
  font-size: .85em;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
}

.section-container.contact {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.button {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #0000;
  border-radius: 3px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  font-size: .75em;
  font-weight: 400;
  transition: background-color .4s;
}

.button:hover {
  border-color: var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  background-color: #0000;
}

.button.nav-donate {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
  background-color: #0000;
}

.button.nav-donate:hover {
  background-color: var(--medium-aquamarine);
  color: var(--white);
  border-color: #0000;
}

.button.cta {
  color: var(--white);
}

.button.cta.w--current:hover {
  color: var(--deep-sky-blue);
}

.navbar {
  background-color: #0000;
  background-image: linear-gradient(#000 10%, #0000);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link {
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  font-family: Quattrocento Sans, sans-serif;
  font-weight: 400;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--deep-sky-blue);
}

.brand {
  background-image: url('../images/SOAR.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-left: 20px;
}

.nav-menu {
  float: none;
  text-align: center;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-heading {
  color: #fff;
  text-transform: capitalize;
  text-shadow: 1px 0 15px #000000d9;
  margin-bottom: 40px;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.volunteer-section {
  height: 660px;
  display: none;
}

.fundraising-wrapper {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#00ce9480, #000), url('../images/fundraising-image.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.volunteering-wrapper {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#ff7a0080, #2c1601), url('../images/volunteer-image.jpg');
  background-position: 0 0, 0 0, 0 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.child-empowerment-wrapper {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#bece0066, #0e0f00), url('../images/charity-banner.jpg');
  background-position: 0 0, 0 0, 20%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.let-them-read-wrapper {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#41abeb80, #000), url('../images/aaron-burden-236415-min.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.mission-block {
  background-color: var(--deep-sky-blue);
  flex: 1;
  height: 280px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 40px;
  position: relative;
}

.footer-logo-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-text-details {
  color: #ffffff80;
  letter-spacing: 1px;
  font-family: Quattrocento Sans, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.footer-content-holder {
  margin-bottom: 10px;
}

.footer-text-heading {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: Quattrocento Sans, sans-serif;
  font-size: .8em;
  font-weight: 400;
  display: block;
}

.footer-links {
  color: #ffffff80;
  letter-spacing: 1px;
  text-transform: capitalize;
  width: 60%;
  margin-bottom: 5px;
  font-family: Quattrocento Sans, sans-serif;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.footer-links:hover {
  color: var(--deep-sky-blue);
}

.footer-line {
  background-color: #ffffff4d;
  height: 1px;
  margin-bottom: 10px;
}

.footer-note {
  color: #ffffff4d;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: Quattrocento Sans, sans-serif;
  font-size: .7em;
  line-height: 14px;
  display: inline-block;
}

.scroll-wheel-1, .scroll-wheel-2, .scroll-wheel-3 {
  opacity: 0;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}

.about-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.partner-section {
  padding-top: 60px;
  padding-bottom: 40px;
}

.partners-block {
  text-align: center;
  align-items: center;
  padding: 40px 0;
}

.partner-left-wrapper {
  background-color: var(--white);
  border: 10px solid #004d7b;
  border-radius: 100%;
  width: 180px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  overflow: hidden;
}

.partner-right-wrapper {
  flex: 1;
  margin-top: 40px;
}

.partner-logo-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  height: 100%;
}

.teaching-content-block {
  background-color: #fffffff2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  height: 500px;
  margin-top: 4%;
  margin-bottom: 4%;
  padding: 87px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.close-modal-link-button {
  color: var(--deep-sky-blue);
  letter-spacing: 3px;
  font-size: .7em;
  font-weight: 500;
  position: absolute;
  top: 15px;
  right: 15px;
}

.close-modal-link-button:hover {
  color: #000;
  text-decoration: underline;
}

.volunteer-modal-block {
  z-index: 200;
  opacity: 0;
  background-color: #000000bf;
  display: none;
  position: fixed;
  inset: 0;
}

.child-care-content-block, .medical-content-block, .construction-content-block {
  background-color: #fffffff2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  height: 500px;
  margin-top: 4%;
  margin-bottom: 4%;
  padding: 87px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.agriculture-content-block {
  background-color: #fffffff2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  height: 500px;
  margin-top: 4%;
  margin-bottom: 4%;
  padding: 60px 60px 60px 80px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.team-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.team-image-block {
  width: 100%;
  height: 250px;
  display: block;
  overflow: hidden;
}

.team-bio {
  text-align: left;
  padding: 20px 20px 40px;
  display: block;
  overflow: hidden;
}

.team-content-wrapper {
  background-color: var(--white);
  text-align: left;
  justify-content: space-around;
  width: 100%;
  overflow: hidden;
}

.team-member-name {
  color: var(--black);
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 1.35em;
  font-weight: 700;
  line-height: 1.4;
}

.dark-background {
  z-index: 5000;
  opacity: 1;
  background-color: #000c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.modal-parent-wrapper {
  background-color: #fff;
  width: 700px;
  padding: 40px 40px 20px;
  position: relative;
}

.donation-heading {
  color: #1390db;
  text-align: center;
  margin-bottom: 5px;
  font-size: 1.75em;
  line-height: 30px;
}

.donation-subheading {
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.form-field-wrapper {
  width: 40%;
  margin-bottom: 15px;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}

.form-field-label {
  color: #000;
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.form-field-text {
  color: #000;
  font-family: Exo, sans-serif;
}

.form-checkbox-wrapper {
  margin-bottom: 15px;
  margin-left: 23px;
  margin-right: 15px;
  display: block;
}

.form-checkbox-field {
  color: #000;
  margin-right: 11px;
  font-family: Exo, sans-serif;
  font-size: .9em;
  display: inline-block;
}

.donate-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #41abeb;
  margin-top: 15px;
  margin-left: 20px;
  font-family: Exo, sans-serif;
  font-size: .9em;
  font-weight: 500;
  display: inline-block;
}

.donation-form {
  background-color: #eee;
  padding-top: 20px;
}

.volunteer-dark-background {
  z-index: 5000;
  opacity: 0;
  background-color: #000c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.volunteer-modal-heading {
  color: #00ce94;
  text-align: center;
  margin-bottom: 5px;
  font-size: 1.75em;
  line-height: 30px;
}

.close-volunteer-modal-button {
  color: #00ce94;
  letter-spacing: 3px;
  font-size: .7em;
  font-weight: 500;
  position: absolute;
  top: 15px;
  right: 15px;
}

.close-volunteer-modal-button:hover {
  color: #000;
  text-decoration: underline;
}

.volunteer-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #00ce94;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 20px;
  font-family: Exo, sans-serif;
  font-size: .9em;
  font-weight: 500;
  display: inline-block;
}

.form-select-field {
  color: #000;
  width: 50%;
  font-family: Exo, sans-serif;
}

.success-message {
  text-transform: uppercase;
  background-color: #fff;
  font-family: Exo, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 24px;
}

.team-tab {
  color: var(--black);
  background-color: #eee;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.team-tab.w--current {
  background-color: var(--deep-sky-blue);
  color: var(--white);
}

.team-tab-menu {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}

.team-tabs-content {
  background-color: #eee;
  padding: 40px;
}

.footer-note-link {
  color: #ffffff4d;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 9px;
  font-family: Quattrocento Sans, sans-serif;
  font-size: .7em;
  line-height: 14px;
  display: inline-block;
}

.email-links {
  color: var(--deep-sky-blue);
  letter-spacing: 1px;
  text-transform: none;
  font-family: Quattrocento Sans, sans-serif;
  font-weight: 700;
}

.team-main-tab {
  width: 80%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.team-main-tab.hide {
  display: none;
}

.impact-section {
  background-color: #eee;
  padding-top: 0;
  padding-bottom: 60px;
  position: relative;
}

.partner-website-link {
  border-bottom: 2px solid var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  background-color: #0000;
  padding: 5px 0 2px;
  font-size: .65em;
  font-weight: 400;
  line-height: 10px;
}

.partner-website-link:hover {
  border-bottom-color: var(--black-2);
  color: var(--black-2);
}

.partner-website-link.white {
  border-bottom-color: var(--white);
  color: var(--white);
}

.impact-collection-wrapper {
  margin-top: 40px;
}

.impact-container {
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.impact-detail-container {
  margin-bottom: 20px;
  padding-top: 60px;
  position: relative;
}

.impact-partner-block {
  align-items: center;
  display: flex;
}

.impact-partner-name {
  font-family: Quattrocento Sans, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 24px;
}

.impact-details-content-block {
  margin-top: 20px;
  overflow: hidden;
}

.impact-image-left-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
}

.impact-image-right-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 10px;
  display: flex;
}

.impact-top-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 200px;
  margin-bottom: 10px;
}

.project-thumbnail-img3 {
  height: 240px;
  overflow: hidden;
}

.impact-images-link {
  float: right;
  color: #000;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 40px;
  font-family: Exo, sans-serif;
  font-size: .9em;
  font-weight: 600;
  display: none;
}

.back-to-impact-button {
  color: var(--deep-sky-blue);
  font-size: var(--heading-6);
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 20px;
  position: absolute;
  top: 20px;
  left: 0;
}

.gallery-parent-block {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.gallery-column-child-flex {
  flex-flow: column wrap;
  width: 45%;
  margin-bottom: 30px;
  margin-right: 20px;
}

.gallery-column-child-flex.hide {
  display: none;
}

.gallery-image {
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.gallery-preview {
  transform: scale(1.1);
}

.gallery-hover-lens {
  z-index: 1;
  opacity: 0;
  margin: auto;
  position: absolute;
  inset: 0;
  transform: scale(1.5);
}

.gallery-event-name {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 18px;
}

.buzz-date {
  color: #0000004d;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: .8em;
  font-style: italic;
  font-weight: 700;
}

.programs-summary-paragraph {
  color: #0009;
  text-align: left;
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 300;
  line-height: 24px;
}

.instagram-widget-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.widget-section-suheading {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
}

.widget-wrapper {
  background-color: #fff;
  width: 100%;
  height: 50%;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.content-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.content-wrapper.footer {
  background-color: var(--black-2);
  padding-bottom: 20px;
}

.section-heading {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.section-heading.dark {
  color: var(--black);
  font-size: var(--heading-1);
  text-align: center;
  font-weight: 400;
}

.section-paragraph {
  color: var(--dim-grey);
  letter-spacing: 0;
  margin-bottom: 40px;
  line-height: 1.4;
}

.section-paragraph.dark {
  color: var(--black-2);
  width: 100%;
  font-size: .95em;
}

.section-paragraph.large {
  color: var(--black);
  letter-spacing: 0;
  font-size: 1.2em;
}

.section-paragraph.white {
  color: var(--white);
}

.nav-button-wrapper {
  margin-top: -10px;
  margin-right: 20px;
}

.footer-container {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: .75fr .25fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  display: grid;
}

.footer-note-wrapper {
  text-align: center;
}

.team-member-title {
  color: var(--deep-sky-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: .8em;
  font-weight: 700;
}

.dark-top-header {
  background-color: var(--black-2);
  height: 150px;
}

.impact-details-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 20px auto;
  display: flex;
}

.impact-details-image-wrapper.grid {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
  overflow: hidden;
}

.new-home {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.hero-section {
  grid-column-gap: 149px;
  grid-row-gap: 149px;
  background-image: linear-gradient(#fff0, #000000b0 100%, #030303), url('../images/portrait-autistic-kid-fantasy-world_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 140px 80px 80px;
  display: flex;
  position: relative;
}

.hero-section.colored-bg {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(#fff0, #000);
  height: auto;
  min-height: 0;
  padding-top: 180px;
}

.hero-section.colored-bg.about {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 100px;
  display: block;
}

.hero-section.no-gradient {
  background-color: var(--midnight-blue);
  background-image: url('../images/project-hero-img-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 220px;
  padding-bottom: 140px;
}

.hero-section.sponsor {
  background-image: linear-gradient(#fff0, #030303 100%, #000000d9), url('../images/sponsor-hero-img-min.png');
  background-size: auto, cover;
}

.hero-section.volunteer {
  background-image: linear-gradient(#000000a8, #0303039c 100%, #000000d9), url('../images/0b233997-8234-4e15-ae5c-cc10e573e0ff.JPG');
}

.brand-link {
  object-fit: cover;
}

.hero-stats-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 20px;
  display: grid;
}

.stats-title {
  color: var(--white);
  font-size: var(--heading-2);
  letter-spacing: -.01em;
  font-weight: 400;
  line-height: 1.2;
}

.young-hearts-touched {
  color: #ffffffb3;
  font-size: var(--heading-6);
  text-align: center;
  letter-spacing: -.01em;
  font-weight: 400;
  line-height: 1.1;
}

.about-section-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 80px;
  display: flex;
}

.about-section-flex.rev {
  flex-direction: row-reverse;
  padding-bottom: 20px;
  padding-left: 80px;
}

.about-img-wrapper {
  object-fit: cover;
  background-color: silver;
  width: 40%;
}

.about-img-wrapper.join {
  background-image: url('../images/denu_kids_in_classrom_teacher.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-img-wrapper.sponsor {
  background-image: url('../images/soar-2.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.about-content-wrapper.home {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.about-content-wrapper.sub-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: 60px;
  margin-right: 60px;
}

.about-content-wrapper.contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-right: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.new-section-heading {
  color: var(--midnight-blue);
  font-size: var(--heading-2);
  letter-spacing: -.01em;
  font-weight: 400;
  line-height: 1;
}

.new-section-heading.center {
  text-align: center;
}

.new-section-heading.white-rot {
  color: var(--white);
  width: 550px;
  transform: rotate(-90deg);
}

.new-section-heading.white {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 3.2em;
}

.new-section-heading.white-stretch {
  color: var(--white);
  margin-top: 20px;
}

.new-section-heading.form {
  color: var(--white);
  width: 550px;
  font-size: 3em;
  line-height: 1.25;
}

.paragraph-normal {
  color: #353535b3;
  font-family: Quattrocento Sans, sans-serif;
  font-size: var(--heading-5);
  font-weight: 400;
  line-height: 1.4;
}

.paragraph-normal.white {
  color: var(--gainsboro);
  margin-bottom: 40px;
  line-height: 1.5;
}

.paragraph-normal.white.short {
  width: 75%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-normal.white.short.center {
  text-align: center;
}

.paragraph-normal.dark {
  color: var(--dim-grey);
}

.paragraph-normal.dark.short {
  text-align: center;
  width: 60%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.button-page {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--deep-sky-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #47474700;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-family: Quattrocento Sans, sans-serif;
  font-size: .8em;
  font-weight: 400;
  display: flex;
}

.button-page.primary {
  text-transform: uppercase;
  border-radius: 3px;
  font-family: Quattrocento Sans, sans-serif;
  font-weight: 400;
  display: inline-block;
}

.button-page.secondary {
  border-width: 1px;
  border-color: var(--white);
  background-color: #3898ec00;
  border-radius: 3px;
}

.button-page.secondary.black {
  border-color: var(--dim-grey);
  color: var(--dim-grey);
}

.projects-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 80px;
  display: flex;
}

.container-large {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  height: 928px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project-left-flex {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #3796f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 928px;
  display: flex;
}

.project-img-wrapper {
  background-color: silver;
  background-image: url('../images/2148852697.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 514px;
}

.project-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.cta-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cta-wrapper-2 {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.cta-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  padding: 30px;
  display: flex;
}

.section-subheading {
  color: var(--midnight-blue);
  font-size: var(--heading-blue);
  letter-spacing: -.01em;
  text-transform: none;
  font-weight: 400;
  line-height: 1.2;
}

.section-subheading.short {
  width: 70%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.section-subheading.short.white {
  color: var(--white);
}

.section-subheading.about-hero {
  color: var(--deep-sky-blue);
  font-family: Quattrocento Sans, sans-serif;
  font-size: var(--heading-6);
  letter-spacing: .4em;
}

.section-subheading.about-hero.black {
  color: var(--deep-sky-blue);
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-subheading.white {
  color: var(--white);
}

.section-subheading.white.large {
  font-size: var(--heading-3);
}

.section-subheading.white.large.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-subheading.about.black {
  color: var(--midnight-blue);
}

.section-subheading.about {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
}

.cta-text {
  color: var(--dim-grey);
  font-family: Quattrocento Sans, sans-serif;
  font-size: var(--paragraph);
  font-weight: 400;
  line-height: 1.4;
}

.blog-section {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 60px 140px 80px;
  display: flex;
}

.blog-list-wrapper {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  border-bottom: 1px solid #00000030;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1251.01px;
  margin-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.blog-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.text-colored {
  color: #3796f1;
  font-family: Quattrocento Sans, sans-serif;
  font-size: .9em;
  font-weight: 400;
  line-height: 26px;
}

.n-footer-section {
  background-color: #353535;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.footer-main-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-left-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 60px;
  display: flex;
}

.footer-link {
  color: var(--deep-sky-blue);
  font-family: Prata, sans-serif;
  font-size: var(--heading-6);
  letter-spacing: 0;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 26px;
}

.footer-right-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 867px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.heading-4---bold {
  color: #fff;
  font-size: var(--heading-5);
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  line-height: 26px;
}

.footer-note-wrapper-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 82px;
  display: flex;
}

.social-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.hero-container.center {
  text-align: center;
}

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

.hero-grid._1-1 {
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 59px;
  display: block;
}

.hero-grid._2-1 {
  grid-template-rows: auto;
  align-items: center;
  margin-top: 40px;
}

.hero-heading-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 40px;
  display: flex;
}

.hero-subtext-wrapper {
  background-color: var(--midnight-blue);
  text-align: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-main-img-wrapper {
  width: 50%;
  height: 640px;
}

.about-main-img-wrapper.vol-img {
  background-image: url('../images/photo-collage-img.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 406px;
}

.project-right-flex {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  width: 80%;
  display: flex;
}

.blog-img-wrapper {
  width: 30%;
  height: 200px;
}

.blog-img-wrapper._1 {
  background-image: url('../images/2151354155_1.avif');
  background-position: 0 0;
  background-size: cover;
}

.blog-img-wrapper._2 {
  background-image: url('../images/WhatsApp-Image-2025-01-06-at-1.45.11-PM-4.jpeg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-img-wrapper._3 {
  background-image: url('../images/soar-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.hero-heading {
  font-size: var(--heading-1);
  letter-spacing: 0;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.1;
}

.hero-heading.center {
  text-align: center;
}

.hero-heading.dark {
  color: var(--midnight-blue);
  margin-top: 20px;
  margin-bottom: 20px;
}

.hero-heading.home {
  margin-bottom: 0;
}

.footer-text {
  color: #fff;
  text-transform: capitalize;
  font-size: 1em;
  font-weight: 400;
  line-height: 26px;
}

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

.volunteer-section-cta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.volunteer-section-cta.bg {
  background-image: url('../images/sponsor-girls-smiling-img-min.png');
  background-position: 0 0;
  background-size: cover;
}

.dark-left-block {
  background-color: #04273f;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 100px 40px;
  display: flex;
}

.dark-left-block.shade {
  background-color: #474747d9;
}

.main-form-wrapper {
  background-color: var(--blue-neutral);
  width: 100%;
  padding: 40px;
}

.form-label {
  font-size: var(--paragraph);
  font-weight: 400;
}

.form-field {
  color: var(--midnight-blue);
  border: 1px solid #22222226;
  border-radius: 3px;
  width: 100%;
  height: 48px;
  margin-bottom: 30px;
}

.section {
  align-self: stretch;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.small-padding {
  background-color: var(--white-smoke);
  padding-top: 20px;
  padding-bottom: 60px;
}

.section.blue {
  background-color: var(--midnight-blue);
  padding-top: 160px;
}

.section.blog {
  padding-bottom: 0;
}

.project-col-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.projects-flex-wrapper {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.projects-img-overlay {
  background-image: linear-gradient(#fff0, #000);
  justify-content: flex-end;
  align-items: flex-end;
  height: 240px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-location-heading {
  z-index: 1;
  color: var(--gainsboro);
  letter-spacing: -5px;
  text-transform: uppercase;
  font-family: Quattrocento Sans, sans-serif;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.project-img {
  z-index: -1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.project-name-wrapper {
  background-color: var(--blue-neutral);
  flex: 1;
  padding: 15px 20px;
}

.projects-name-heading {
  color: var(--deep-sky-blue);
  letter-spacing: 0;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Quattrocento Sans, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
}

.projects-name-heading.white {
  color: var(--deep-sky-blue);
  font-size: var(--heading-5);
  font-weight: 400;
}

.projects-link-block {
  width: 100%;
  height: 100%;
}

.how-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.how-block {
  background-color: var(--blue-neutral);
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
}

.small-text-wrapper {
  background-color: var(--white);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  display: flex;
}

.number-text {
  font-size: var(--heading-blue);
  display: inline-block;
}

.how-heading {
  color: var(--dim-grey);
  font-size: var(--heading-4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.team-img {
  width: 100%;
}

.partner-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  display: grid;
}

.project-thumbnail-img1 {
  height: 240px;
  overflow: hidden;
}

.project-thumbnail-img2 {
  height: 240px;
  margin-bottom: 10px;
  overflow: hidden;
}

.project-img1 {
  object-fit: fill;
  width: 100%;
}

.project-img1.large {
  object-fit: contain;
}

.project-cover-w {
  border-radius: 20px;
  height: 400px;
  margin-bottom: 60px;
  overflow: hidden;
}

.hero-grid-about {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.grid-child-img-w {
  border-radius: 20px;
  height: 300px;
}

.grid-child-img-w._1 {
  background-image: url('../images/accra_simpe_volunteers.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-child-img-w._2 {
  background-image: url('../images/soar-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-child-img-w._3 {
  background-image: url('../images/74ee8a1a-7099-4bd3-a108-d23d18024727.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-section-2-flex {
  background-color: var(--blue-neutral);
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-main-sec-img {
  background-image: url('../images/sgf_imge.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 420px;
  max-width: 550px;
  height: 480px;
}

.about-grid {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.about-child-grid-w {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.small-heading-text {
  margin-top: 0;
  font-size: 1em;
  font-weight: 500;
}

.text-span-styled {
  text-decoration: underline;
}

.cta-parent-w {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 80px 40px;
  display: block;
}

.contact-button-w {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-field-area {
  color: var(--midnight-blue);
  border: 1px solid #1d1d1d26;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 30px;
  padding: 8px 12px;
}

.form-block {
  width: 45%;
  padding-top: 67px;
}

.form-button {
  background-color: var(--medium-aquamarine);
  color: var(--white);
  text-transform: uppercase;
  border: 1px solid #00ce9400;
  border-radius: 4px;
  padding: 9px 15px;
  font-family: Quattrocento Sans, sans-serif;
  font-size: .85em;
  font-weight: 400;
  transition: all .2s;
}

.form-button:hover {
  color: var(--secondary-color);
  background-color: #00ce9400;
  border-color: #00ce94;
}

html.w-mod-js [data-ix="hide-volunteer-project-block"] {
  display: none;
  transform: translate(100%);
}

html.w-mod-js [data-ix="team-bio"] {
  opacity: 0;
  transform: translate(-100%);
}

html.w-mod-js [data-ix="hide-donation-form"] {
  opacity: 0;
  transform: translate(0, -150%);
}

html.w-mod-js [data-ix="hero-text"], html.w-mod-js [data-ix="hero-text-2"], html.w-mod-js [data-ix="hero-text-3"], html.w-mod-js [data-ix="hero-text-4"] {
  opacity: 0;
  transform: translate(0, 50px);
}

@media screen and (min-width: 1280px) {
  .nav-menu {
    flex: 0 auto;
    width: 80%;
  }

  .navbar-container {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .footer-text-details {
    font-size: .9em;
  }

  .footer-links {
    margin-bottom: 5px;
    font-size: .9em;
    line-height: 22px;
  }

  .footer-line {
    margin-top: 0;
  }

  .footer-note {
    font-size: .8em;
  }

  .team-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .team-tabs-content {
    padding: 40px;
  }

  .footer-note-link {
    font-size: .8em;
  }

  .team-main-tab {
    max-width: 1160px;
  }

  .instagram-widget-wrapper {
    margin-top: 20px;
  }

  .widget-section-suheading {
    font-size: 2.4em;
    line-height: 1.4;
  }

  .widget-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-paragraph {
    width: 80%;
  }

  .section-paragraph.dark {
    font-size: var(--heading-5);
  }

  .section-paragraph.white {
    width: 75%;
  }

  .footer-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .hero-section {
    height: 560px;
  }

  .hero-section.no-gradient {
    background-size: cover;
  }

  .hero-stats-wrapper {
    max-width: 1100px;
  }

  .about-content-wrapper.sub-section {
    width: 45%;
  }

  .about-content-wrapper.contact {
    width: 60%;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-normal.white.short.center {
    font-size: var(--heading-5);
  }

  .hero-container {
    max-width: 994px;
  }

  .hero-grid._2-1 {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
  }

  .volunteer-section-cta {
    max-width: 1280px;
  }

  .partner-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-section-2-flex {
    justify-content: space-between;
    align-items: center;
    max-width: 994px;
    overflow: hidden;
  }

  .about-main-sec-img {
    height: 540px;
  }

  .small-heading-text {
    font-weight: 400;
  }
}

@media screen and (min-width: 1440px) {
  .team-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .team-tabs-content {
    padding: 40px;
  }

  .team-main-tab {
    width: 85%;
    max-width: 1280px;
  }

  .widget-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-paragraph {
    font-size: 1.2em;
  }

  .section-paragraph.dark {
    font-size: 1.1em;
    line-height: 1.4;
  }

  .footer-container {
    grid-template-rows: .75fr .25fr;
  }

  .hero-stats-wrapper {
    max-width: 1160px;
  }

  .about-content-wrapper.sub-section {
    width: 45%;
    margin-left: 60px;
    margin-right: 60px;
  }

  .about-content-wrapper.contact {
    width: 70%;
  }

  .paragraph-normal {
    font-size: 1.25em;
  }

  .paragraph-normal.dark.short {
    font-size: var(--heading-4);
    width: 80%;
  }

  .button-page.primary {
    padding: 12px 24px;
    font-size: 1em;
  }

  .cta-section {
    max-width: 1280px;
  }

  .cta-content {
    padding: 48px;
  }

  .section-subheading.white.large.center {
    font-size: var(--heading-2);
    text-align: left;
    line-height: 1.1;
  }

  .section-subheading.about {
    font-size: var(--heading-2);
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1;
  }

  .cta-text {
    font-size: var(--heading-5);
  }

  .hero-grid._2-1 {
    max-width: 1200px;
  }

  .volunteer-section-cta {
    margin-bottom: 100px;
  }

  .projects-name-heading {
    font-size: var(--heading-4);
    line-height: 1.2;
  }

  .about-section-2-flex {
    max-width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-main-sec-img {
    width: 530px;
  }

  .small-heading-text {
    font-size: 1.2em;
    line-height: 1.2;
  }

  .form-button {
    padding: 12px 24px;
    font-size: 1em;
  }
}

@media screen and (min-width: 1920px) {
  .section-container {
    max-width: 1440px;
  }

  .button {
    font-size: 1em;
  }

  .button.cta {
    padding: 15px 30px;
    font-size: 1.2em;
  }

  .nav-link {
    font-size: 1.2em;
  }

  .brand {
    background-size: cover;
    width: 150px;
    height: 150px;
  }

  .hero-heading {
    font-size: 5.4em;
    line-height: 1.1;
  }

  .about-container {
    max-width: 1440px;
  }

  .partners-block {
    padding-left: 60px;
    padding-right: 60px;
  }

  .partner-left-wrapper {
    border-style: none;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 240px;
  }

  .team-block {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding: 60px;
  }

  .team-image-block {
    height: 360px;
  }

  .team-member-name {
    font-size: var(--heading-blue);
  }

  .team-tab {
    border-radius: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 1.25em;
  }

  .email-links {
    font-size: var(--paragraph);
  }

  .team-main-tab {
    width: 100%;
    max-width: 1440px;
  }

  .partner-website-link {
    font-size: .9em;
    line-height: 1.2;
  }

  .impact-detail-container {
    text-align: center;
    max-width: 1440px;
  }

  .impact-partner-block {
    justify-content: center;
    align-items: center;
  }

  .impact-partner-name {
    font-size: var(--heading-4);
  }

  .back-to-impact-button {
    margin-left: 60px;
    font-size: 1.35em;
  }

  .programs-summary-paragraph {
    color: var(--gainsboro);
    margin-bottom: 40px;
    font-size: 1.5em;
    line-height: 1.4;
  }

  .instagram-widget-wrapper {
    margin-top: 40px;
  }

  .widget-section-suheading {
    font-size: 3.2em;
    line-height: 1.2;
  }

  .widget-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-heading {
    font-size: 6em;
  }

  .section-paragraph {
    font-size: 1.2em;
    line-height: 1.4;
  }

  .section-paragraph.dark {
    font-size: var(--heading-4);
  }

  .section-paragraph.large {
    font-size: var(--heading-4);
    margin-left: auto;
    margin-right: auto;
  }

  .section-paragraph.white {
    font-size: 1.4em;
  }

  .team-member-title {
    font-size: var(--heading-5);
  }

  .new-home {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-section {
    height: 880px;
  }

  .hero-stats-wrapper {
    max-width: 1280px;
  }

  .stats-title {
    font-size: 6em;
  }

  .young-hearts-touched {
    font-size: var(--heading-4);
  }

  .about-section-flex {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-content-wrapper.sub-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 45%;
    margin-left: 40px;
    margin-right: 80px;
  }

  .about-content-wrapper.contact {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 60%;
  }

  .new-section-heading {
    font-size: var(--heading-1);
  }

  .new-section-heading.white {
    font-size: var(--heading-2);
    line-height: 1.2;
  }

  .new-section-heading.white-stretch {
    margin-top: 20px;
    font-size: 5.4em;
  }

  .new-section-heading.form {
    font-size: var(--heading-2);
    line-height: 1.2;
  }

  .paragraph-normal, .paragraph-normal.white.short.center {
    font-size: var(--heading-4);
  }

  .button-page {
    padding: 15px 30px;
    font-size: 1.2em;
  }

  .container-large {
    max-width: 1440px;
  }

  .cta-section {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-subheading {
    font-size: var(--mobile-heading-2);
  }

  .section-subheading.about-hero {
    font-size: 1.3em;
  }

  .section-subheading.about {
    font-size: var(--heading-1);
    line-height: 1.1;
  }

  .cta-text {
    font-size: var(--heading-4);
  }

  .blog-section {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 140px;
  }

  .footer-link {
    font-size: var(--heading-4);
  }

  .heading-4---bold {
    font-size: var(--heading-blue);
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.2;
  }

  .hero-container {
    max-width: 1200px;
  }

  .hero-grid._2-1 {
    max-width: 1360px;
  }

  .blog-img-wrapper {
    height: 320px;
  }

  .hero-heading {
    font-size: 7em;
  }

  .hero-heading.dark {
    font-size: 6em;
  }

  .footer-text {
    font-size: 1.5em;
    line-height: 1.4;
  }

  .footer-text.small {
    color: #fff9;
    font-size: 1em;
  }

  .volunteer-section-cta {
    max-width: 1440px;
  }

  .form-label, .form-field {
    font-size: var(--heading-5);
  }

  .section.blue {
    padding-top: 220px;
  }

  .project-col-list {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .projects-img-overlay {
    height: 360px;
  }

  .projects-name-heading {
    font-size: var(--heading-blue);
    line-height: 1.2;
  }

  .projects-name-heading.white {
    font-size: 1.75em;
  }

  .partner-content-w {
    width: 80%;
    padding-left: 40px;
    padding-right: 0;
  }

  .project-cover-w {
    height: 540px;
    margin-top: 40px;
  }

  .hero-grid-about {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-section-2-flex {
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .about-main-sec-img {
    width: 640px;
    max-width: 640px;
    height: 680px;
  }

  .small-heading-text {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.4;
  }

  .container {
    max-width: 1280px;
  }

  .checkmark-img {
    width: 24px;
  }

  .cta-parent-w {
    margin-left: auto;
    margin-right: auto;
    padding: 100px 60px;
  }

  .form-field-area {
    font-size: var(--heading-5);
  }

  .form-button {
    letter-spacing: 2px;
    padding: 15px 30px;
    font-size: 1.2em;
  }
}

@media screen and (max-width: 991px) {
  .button {
    font-size: .85em;
    font-weight: 400;
  }

  .button.nav-donate, .button.cta {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 1.5em;
  }

  .navbar {
    border-bottom: 1px solid #ffffff80;
  }

  .nav-link {
    font-size: var(--heading-blue);
    text-align: center;
    letter-spacing: 2px;
    margin: 20px 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .brand {
    width: 100px;
    height: 100px;
    margin-left: 0;
  }

  .nav-menu {
    background-color: #02121c;
    padding-bottom: 40px;
  }

  .hero-heading {
    font-size: 4em;
    line-height: 1.2;
  }

  .navbar-container {
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    position: relative;
  }

  .footer-text-details {
    line-height: 20px;
  }

  .footer-text-heading, .footer-line {
    margin-bottom: 5px;
  }

  .menu-button {
    background-color: var(--deep-sky-blue);
    color: var(--white);
    border-radius: 100%;
    width: 60px;
    height: 60px;
    padding: 15px 13px;
    font-size: 2em;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--deep-sky-blue);
  }

  .about-container, .partners-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-block, .team-bio {
    padding-left: 15px;
    padding-right: 15px;
  }

  .team-content-wrapper {
    justify-content: space-between;
    padding-right: 0;
  }

  .team-member-name {
    color: #000;
    font-weight: 600;
  }

  .impact-collection-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .impact-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .gallery-parent-block {
    margin-top: 30px;
  }

  .gallery-image {
    height: auto;
  }

  .programs-summary-paragraph {
    margin-bottom: 10px;
  }

  .instagram-widget-wrapper {
    height: 150px;
  }

  .section-heading {
    font-size: 4em;
    line-height: 1.2;
  }

  .section-paragraph {
    color: #fff9;
    width: 90%;
    font-size: 1em;
    line-height: 1.65;
  }

  .nav-button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .team-member-title {
    color: #000;
    font-weight: 600;
  }

  .hero-section {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section.no-gradient {
    background-color: var(--midnight-blue);
  }

  .hero-section.volunteer {
    padding-top: 140px;
  }

  .stats-title {
    font-size: 2.2em;
  }

  .about-section-flex {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-section-flex.rev {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    padding: 40px;
  }

  .about-content-wrapper {
    width: 100%;
  }

  .about-content-wrapper.sub-section {
    width: 50%;
  }

  .about-content-wrapper.contact {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-section {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .blog-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-list-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 20px;
    padding-bottom: 40px;
  }

  .hero-grid._2-1 {
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .about-main-img-wrapper.vol-img {
    width: 100%;
    height: 430px;
  }

  .hero-heading.center, .hero-heading.dark {
    font-size: var(--heading-1);
  }

  .volunteer-section-cta {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-form-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .partner-block {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-section-2-flex {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-main-sec-img {
    height: 480px;
  }

  .cta-parent-w {
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .section-container.contact {
    flex-flow: column;
  }

  .button {
    padding: 10px 20px;
    font-size: .8em;
  }

  .button.nav-donate, .button.cta {
    font-size: 1.4em;
  }

  .nav-link {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.6em;
    font-weight: 400;
    display: block;
  }

  .nav-menu {
    width: 100%;
  }

  .hero-heading {
    font-size: 3.2em;
  }

  .navbar-container {
    width: auto;
  }

  .volunteer-section {
    height: auto;
  }

  .mission-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo-image {
    display: none;
  }

  .footer-text-details, .footer-text-heading {
    text-align: center;
  }

  .footer-links {
    text-align: center;
    width: 100%;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    margin-left: 12px;
    margin-right: 12px;
    padding: 13px;
    font-size: 1.5em;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--deep-sky-blue);
  }

  .partner-section {
    padding-bottom: 59px;
  }

  .partners-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .partner-left-wrapper {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .teaching-content-block {
    width: auto;
    height: auto;
    padding: 20px;
  }

  .volunteer-modal-block {
    opacity: 0;
    display: none;
  }

  .child-care-content-block, .medical-content-block, .construction-content-block, .agriculture-content-block {
    width: auto;
    height: auto;
    padding: 20px;
  }

  .team-block {
    grid-template-columns: 1fr 1fr;
  }

  .team-bio {
    padding-top: 0;
  }

  .team-content-wrapper {
    border-bottom: 1px solid #00000040;
    flex-flow: column;
    justify-content: flex-start;
    margin-bottom: 15px;
    padding: 20px 10px 15px;
    display: flex;
  }

  .modal-parent-wrapper {
    width: 100%;
  }

  .donation-heading {
    line-height: 36px;
  }

  .team-tabs-content {
    padding-bottom: 0;
  }

  .footer-note-link {
    padding-left: 40px;
    padding-right: 40px;
  }

  .impact-collection-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .impact-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .impact-detail-parent-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .impact-image-left-wrapper {
    width: 400px;
    height: 200px;
    margin-bottom: 40px;
  }

  .impact-image-right-wrapper {
    text-align: center;
    width: 400px;
    padding-left: 0;
  }

  .impact-top-image {
    width: 400px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .project-thumbnail-img3 {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .back-to-impact-button {
    left: 20px;
  }

  .gallery-parent-block {
    flex-flow: column wrap;
    justify-content: space-around;
    margin-top: 30px;
  }

  .gallery-column-child-flex {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .gallery-image {
    height: auto;
  }

  .instagram-widget-wrapper {
    width: 100%;
    height: 120px;
    overflow: hidden;
  }

  .widget-section-suheading {
    font-size: 1.5em;
  }

  .widget-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-heading {
    font-size: 3.5em;
    line-height: 1.2em;
  }

  .section-paragraph {
    line-height: 1.3;
  }

  .footer-container {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-grid-wrapper {
    padding-left: 9px;
    padding-right: 9px;
  }

  .footer-note-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .impact-details-image-wrapper {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .impact-details-image-wrapper.grid {
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .hero-section.no-gradient {
    background-position: 0%;
    background-size: 600px;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .hero-section.sponsor, .hero-section.volunteer {
    padding-top: 140px;
  }

  .hero-stats-wrapper {
    grid-column-gap: 20px;
    border-bottom-style: none;
  }

  .stats-title {
    font-size: var(--heading-blue);
  }

  .about-section-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    padding: 60px 20px 40px;
  }

  .about-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .about-content-wrapper.sub-section {
    width: 100%;
  }

  .about-content-wrapper.contact {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .new-section-heading {
    font-size: var(--mobile-heading-2);
  }

  .new-section-heading.white, .new-section-heading.white-stretch, .new-section-heading.form {
    width: auto;
  }

  .projects-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .project-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-section {
    grid-template-columns: 1fr;
  }

  .blog-list-wrapper {
    flex-direction: column;
  }

  .blog-content-wrapper {
    width: 100%;
  }

  .n-footer-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-main-wrapper {
    flex-direction: column;
  }

  .footer-right-flex {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-note-wrapper-2 {
    flex-direction: column-reverse;
    padding-bottom: 20px;
  }

  .hero-grid._2-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row-reverse wrap-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    display: flex;
  }

  .hero-heading-wrapper {
    padding-top: 0;
    padding-left: 0;
  }

  .project-right-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-img-wrapper {
    width: 100%;
    height: 300px;
  }

  .hero-heading.center {
    font-size: var(--heading-1);
  }

  .volunteer-section-cta.bg {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .dark-left-block.shade {
    background-color: #474747e6;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-form-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .project-col-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .how-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-img {
    border-radius: 100%;
  }

  .partner-block {
    grid-template-columns: 1fr 1fr;
  }

  .project-thumbnail-img1 {
    width: 400px;
    height: 200px;
    margin-bottom: 40px;
  }

  .project-thumbnail-img2 {
    width: 400px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-grid-about {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-section-2-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .small-heading-text {
    font-size: 1.2em;
  }

  .cta-parent-w {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form-block {
    border-top: 1px solid #737373;
    width: 100%;
    margin-top: 40px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    text-align: center;
    width: 80%;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 0;
  }

  .button.nav-donate {
    margin-left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1em;
  }

  .button.cta {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1em;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
  }

  .brand {
    background-image: url('../images/SOAR.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 0;
  }

  .nav-menu {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .hero-heading {
    margin-bottom: 40px;
  }

  .navbar-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fundraising-wrapper {
    height: 100%;
  }

  .volunteering-wrapper {
    display: none;
  }

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

  .footer-text-details {
    text-align: left;
    font-size: .85em;
  }

  .footer-content-holder {
    text-align: left;
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-text-heading {
    text-align: left;
  }

  .footer-links {
    text-align: left;
    font-size: .85em;
  }

  .footer-links.social {
    width: auto;
    margin-right: 20px;
  }

  .footer-note {
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-right: 40px;
    font-size: .8em;
    line-height: 1.5;
    display: inline-block;
  }

  .about-container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .partner-section {
    padding-top: 40px;
  }

  .partners-block {
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .partner-right-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .agriculture-content-block {
    padding: 20px;
  }

  .team-block {
    grid-template-columns: 1fr;
  }

  .team-image-block {
    width: 250px;
    height: 250px;
  }

  .team-bio {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .team-content-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-parent-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    overflow: scroll;
  }

  .form-field-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-checkbox-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .donation-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .volunteer-button {
    width: 100%;
    margin-left: 0;
  }

  .form-select-field {
    width: 100%;
  }

  .team-tab {
    letter-spacing: 2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .7em;
    display: inline-block;
  }

  .team-tabs-content {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .footer-note-link {
    color: #fff9;
    text-align: left;
    letter-spacing: 1px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: .8em;
  }

  .email-links {
    letter-spacing: 2px;
    font-size: .75em;
  }

  .impact-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .impact-partner-block {
    display: none;
  }

  .impact-image-left-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .impact-image-right-wrapper {
    width: 100%;
  }

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

  .project-thumbnail-img3 {
    width: 100%;
  }

  .gallery-parent-block {
    flex-direction: column;
  }

  .gallery-column-child-flex {
    margin-left: 0;
    margin-right: 0;
  }

  .widget-section-suheading {
    font-size: 1.2em;
    line-height: 1.2;
  }

  .widget-wrapper {
    height: 35%;
  }

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

  .section-heading {
    font-size: 3.2em;
    line-height: 1.2em;
  }

  .section-paragraph {
    width: 100%;
    margin-bottom: 20px;
  }

  .nav-button-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-grid-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-grid-wrapper.flex {
    flex-direction: column;
    display: flex;
  }

  .footer-note-wrapper {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-section {
    padding-top: 140px;
  }

  .hero-section.colored-bg.about {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-section.no-gradient {
    background-position: 0 0;
    background-size: 600px;
    padding-bottom: 100px;
  }

  .hero-section.sponsor {
    flex-flow: column-reverse;
  }

  .hero-stats-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .stats-title {
    font-size: var(--heading-2);
  }

  .about-section-flex.rev {
    flex-direction: column;
    padding: 20px;
  }

  .about-img-wrapper.join, .about-img-wrapper.sponsor {
    width: 100%;
    height: 280px;
  }

  .about-content-wrapper {
    margin-bottom: 40px;
  }

  .about-content-wrapper.home {
    width: 100%;
  }

  .about-content-wrapper.contact {
    margin-bottom: 0;
  }

  .new-section-heading.white-rot {
    width: auto;
    transform: none;
  }

  .new-section-heading.white, .new-section-heading.white-stretch, .new-section-heading.form {
    font-size: 2.4em;
  }

  .paragraph-normal.white {
    text-align: center;
  }

  .paragraph-normal.white.short, .paragraph-normal.dark.short {
    width: 100%;
  }

  .container-large {
    flex-direction: column;
    height: auto;
  }

  .project-left-flex {
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .project-img-wrapper {
    background-position: 50%;
  }

  .cta-section {
    grid-template-columns: 1fr;
  }

  .cta-wrapper-2 {
    flex-direction: column;
  }

  .cta-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
    padding: 20px;
  }

  .section-subheading.short.white {
    width: 100%;
  }

  .section-subheading.white.large.center {
    font-size: var(--heading-blue);
  }

  .blog-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-left-flex {
    align-items: stretch;
    padding-right: 0;
  }

  .footer-right-flex {
    flex-direction: column;
  }

  .footer-note-wrapper-2 {
    text-align: center;
    flex-flow: row-reverse wrap-reverse;
    justify-content: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .hero-grid._2-1 {
    flex-flow: row-reverse wrap-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-heading-wrapper {
    text-align: center;
    align-items: center;
  }

  .about-main-img-wrapper.vol-img {
    background-size: contain;
  }

  .project-right-flex {
    width: 100%;
  }

  .hero-heading {
    margin-bottom: 20px;
    font-size: 3.6em;
  }

  .hero-heading.center {
    font-size: 4em;
    line-height: 1;
  }

  .hero-heading.dark {
    font-size: var(--heading-2);
  }

  .footer-text.small {
    line-height: 1.2;
  }

  .volunteer-section-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .dark-left-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-form-wrapper {
    padding: 40px 20px 20px;
  }

  .section, .section.blue {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-col-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .projects-name-heading {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.35em;
    font-weight: 400;
  }

  .how-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .partner-block {
    grid-template-columns: 1fr;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .project-thumbnail-img1, .project-thumbnail-img2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .project-cover-w {
    height: auto;
    margin-bottom: 20px;
  }

  .hero-grid-about {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-child-img-w {
    height: 200px;
  }

  .about-main-sec-img {
    width: 100%;
  }

  .about-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .cta-parent-w {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-button-w {
    margin-top: 20px;
  }
}

#w-node-_85ee81e6-949c-e5d2-3939-6e3910ffca6e-0114bbc9, #w-node-_85ee81e6-949c-e5d2-3939-6e3910ffca6f-0114bbc9, #w-node-_6f2a0ee6-1fe5-5ee8-a763-3b6d8bde7e23-5fdcbbe8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5965de2-e211-dfee-1d35-3efe51d0e4ee-5fdcbbe8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-dfe28181-d186-3027-dd3a-63c75fae419b-2b08f431 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_628f9410-c8ba-cf08-cac5-f53a2cab4f67-2b08f431 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a4b4e741-6f53-d3cb-c0d0-d664671dcace-bc5c7c30, #w-node-_233bd865-4194-ead5-ab44-906dcd4617f2-cd4617ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_233bd865-4194-ead5-ab44-906dcd4617f6-cd4617ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_299f24d9-d879-cd80-d259-5fec09774ab2-e636e294, #w-node-_441e16d9-c54b-c745-91b6-28cb99af8084-e636e294, #w-node-_3292c2f5-df1a-e33c-b067-5f8d231aef7f-e636e294, #w-node-e80810f6-2ec9-e823-c623-9be3f68b0db0-e636e294 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79917fd7-2529-7155-20e6-8e68a34d9d3f-e636e294 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e4e5fc9b-bf4c-b7c5-3c87-b33a0032a3f2-0032a3e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-d5965de2-e211-dfee-1d35-3efe51d0e4ee-5fdcbbe8 {
    grid-column: span 3 / span 3;
  }

  #w-node-_9c8a9167-aff5-ccb0-c71e-289de40ff446-c54dafeb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e80810f6-2ec9-e823-c623-9be3f68b0db0-e636e294 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_79917fd7-2529-7155-20e6-8e68a34d9d3f-e636e294 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6f2a0ee6-1fe5-5ee8-a763-3b6d8bde7e23-5fdcbbe8, #w-node-d5965de2-e211-dfee-1d35-3efe51d0e4ee-5fdcbbe8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ee6f6bcb-a38d-be8c-d993-96ec1eb51ee6-e636e294 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e80810f6-2ec9-e823-c623-9be3f68b0db0-e636e294 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


