:root {
  --text-primary: #01053dcc;
  --white: white;
  --medium-turquoise: #21d6cd;
  --deep-pink: #f33070;
  --midnight-blue-41: #01053d;
  --white-smoke-bg: #f7f7f7;
  --text-primary-80: #01053dcc;
  --midnight-blue-40: #01053d66;
  --midnight-blue-input-bg: #01053d0d;
  --black: black;
  --grey-bg: #343434;
}

.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-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: var(--text-primary);
  font-family: Futura, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

h2 {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3em;
}

h3 {
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3em;
}

h4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
}

p {
  letter-spacing: .0288889em;
  margin-bottom: 10px;
  font-weight: 400;
}

a {
  color: var(--text-primary);
  text-decoration: none;
}

.navbar {
  background-color: var(--white);
  padding-bottom: 19px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.container {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container.navbar-contain {
  justify-content: space-between;
  align-items: center;
  width: 98%;
  max-width: none;
  margin-top: 12px;
  display: flex;
}

.container.navbar-contain.hidden-contain {
  margin-top: 0;
}

.container.hero-contain {
  justify-content: flex-end;
  display: flex;
}

.container.signup-contain {
  max-width: 723px;
}

.nav-menu {
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 30px;
  display: flex;
}

.flex-center-align {
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--text-primary);
  text-align: center;
  text-transform: capitalize;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
}

.nav-link.w--current {
  font-family: Inter, sans-serif;
}

.nav-link.contact-link {
  margin-left: 20px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}

.nav-link.hidden {
  display: none;
}

.button {
  background-color: var(--medium-turquoise);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  height: 35px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Futura, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3em;
  display: flex;
}

.button.donate-btn {
  background-color: var(--deep-pink);
  letter-spacing: .5px;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.button.story-btn {
  height: 40px;
  padding-left: 41px;
  padding-right: 41px;
}

.button.contact-btn {
  background-color: var(--white);
  color: var(--midnight-blue-41);
  min-width: 360px;
  height: 50px;
}

.button.donate-btn---paypal {
  background-color: #01053d0d;
  background-image: url('../images/Group-596.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 60px;
  font-size: 20px;
}

.dark-line {
  background-color: var(--midnight-blue-41);
  justify-content: center;
  margin-left: -60px;
  margin-right: -60px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.dark-line-text {
  color: var(--white);
  letter-spacing: .04em;
  font-size: 13px;
  line-height: 1.46154em;
}

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

.section.hero-home {
  background-image: url('../images/02.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 70px;
}

.section.mission-section {
  background-color: var(--white-smoke-bg);
  background-image: url('../images/01.png');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  padding-top: 113px;
  padding-bottom: 113px;
  display: flex;
}

.section.overflow-hidden {
  background-color: var(--medium-turquoise);
  color: var(--text-primary-80);
  text-align: center;
  margin-top: 16px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.section.grey-bg {
  background-color: var(--white-smoke-bg);
}

.section.footer {
  background-color: var(--midnight-blue-41);
  color: var(--white);
  padding-top: 35px;
  padding-bottom: 30px;
}

.hero-col {
  width: 440px;
}

.hero-h3 {
  text-align: center;
  margin-bottom: 45px;
}

.donation-wrap {
  background-color: var(--white);
  border-radius: 15px;
  flex-direction: column;
  margin-bottom: 25px;
  padding: 30px 40px 24px;
  display: flex;
}

.donate-text {
  opacity: .8;
  letter-spacing: .04em;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.26667em;
}

.donation-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  margin-bottom: 36px;
}

.donation-grid.footer-donate-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 30px;
}

.donation-price {
  color: var(--text-primary-80);
  text-align: center;
  text-transform: uppercase;
  background-color: #01053d0d;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 13px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.26667em;
  display: flex;
}

.donation-price.other-amount {
  color: #01053d80;
  letter-spacing: .04em;
  text-transform: none;
  padding-left: 18px;
  padding-right: 18px;
  font-weight: 500;
}

.donation-price.current {
  background-color: var(--medium-turquoise);
  color: var(--white);
}

.checkbox-field {
  align-items: center;
  margin-top: 17px;
  margin-bottom: 36px;
  display: flex;
}

.checkbox-field.footer-checkbox {
  margin-bottom: 26px;
}

.checkbox-label {
  letter-spacing: .04em;
  margin-bottom: 0;
  margin-left: 8px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3em;
}

.checkbox {
  border: 1.5px solid var(--text-primary);
  opacity: .2;
  border-radius: 3px;
  margin-top: 0;
}

.donation-divider {
  background-color: #01053d0d;
  height: 1px;
  margin: 30px -40px 24px;
}

.donation-form {
  margin-bottom: 0;
}

.donate-down-text {
  letter-spacing: .04em;
  width: 41ch;
  font-size: 13px;
  line-height: 1.46154em;
}

.donate-under-text {
  color: var(--midnight-blue-40);
  letter-spacing: .04em;
  width: 38ch;
  margin-left: 40px;
  font-size: 11px;
  line-height: 1.45455em;
}

.donate-under-text.right {
  text-align: right;
}

.privacy-hero-link {
  color: var(--midnight-blue-40);
  text-decoration: underline;
}

.mission-h2 {
  width: 20ch;
  margin-bottom: 0;
}

.menu-btn-wrap {
  align-self: auto;
  align-items: center;
  display: flex;
}

.mission-p {
  width: 35ch;
  margin-bottom: 40px;
}

.flex-vert {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid---home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 15px;
  grid-template-rows: 460px auto;
  grid-template-columns: 1.25fr 1fr;
  margin-top: 107px;
  margin-bottom: 70px;
}

.grid-center-wrap {
  z-index: 2;
  background-image: linear-gradient(#01053d00, #01053d7a), url('../images/pexels-photo-1436618.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  justify-content: center;
  align-items: flex-end;
  width: 740px;
  height: 740px;
  padding-bottom: 60px;
  padding-left: 84px;
  padding-right: 84px;
  display: flex;
  position: relative;
}

.grid---inside-center-grid {
  grid-column-gap: 0px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.number-col {
  border-right: 1px solid #fff9;
  flex-direction: column;
  align-items: center;
  width: 206px;
  padding-left: 23px;
  padding-right: 23px;
  display: flex;
}

.number-col.last {
  border-right-style: none;
}

.number-col.first {
  padding-left: 0;
}

.number {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3em;
}

.number-text {
  text-align: center;
  letter-spacing: .04em;
  font-size: 13px;
  line-height: 1.46154em;
}

.grey-wrap {
  z-index: 2;
  background-color: var(--white-smoke-bg);
  border-top-right-radius: 15px;
  padding: 68px 70px;
  position: relative;
}

.mb40 {
  margin-bottom: 40px;
}

.bold-green-p {
  color: var(--medium-turquoise);
  margin-bottom: 0;
  font-weight: 700;
}

.grid-photo {
  background-image: url('../images/pexels-photo-960829.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 15px;
}

.grid-img {
  position: absolute;
  bottom: 453px;
  left: 666.672px;
}

.section-divider {
  background-color: #01053d0d;
  width: 100%;
  height: 2px;
  margin-bottom: 50px;
}

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

.focus-item {
  border-radius: 15px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.focus-img {
  background-image: url('../images/5fa83a40e8cd9d312e12502e_Y6e1r6_t20_6ygpdy.png');
  background-position: 50%;
  background-size: cover;
  height: 200px;
}

.focus-img._2 {
  background-image: url('../images/5fa83b4226118068c80e235a_instagram-book_t20_AonVe1.png');
}

.focus-img._3 {
  background-image: url('../images/5fa83c348793da0ec30caccb_skills.png');
}

.focus-img._4 {
  background-image: url('../images/5fa83c7828e4e168024ba717_nutrition.png');
}

.focus-content {
  background-color: var(--white-smoke-bg);
  flex: 1;
  padding: 60px 34px 67px;
}

.tiny-p {
  letter-spacing: .04em;
  font-size: 13px;
  line-height: 1.46154em;
}

.tiny-p.focus-p {
  text-align: center;
  margin-bottom: 0;
}

.mb20 {
  margin-bottom: 20px;
}

.title-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.mb0 {
  margin-bottom: 0;
}

.text-field {
  color: #01053d80;
  letter-spacing: .04em;
  border: 1px #000;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 13px 15px;
  font-size: 15px;
  line-height: 1.26667em;
}

.text-field::placeholder {
  color: #01053d80;
}

.grid---form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 30px;
}

.grid {
  grid-column-gap: 10px;
  grid-template-rows: auto;
}

.submit-button {
  background-color: var(--medium-turquoise);
  border-radius: 3px;
  width: 100%;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
}

.flex-center-sb {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-divider {
  background-color: #ffffff1a;
  width: 100%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 62px;
}

.footer-divider._2 {
  margin-top: 0;
  margin-bottom: 30px;
}

.footer-p {
  opacity: .7;
  letter-spacing: .04em;
  width: 42ch;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.donate-footer-wrap {
  background-color: var(--white);
  color: var(--text-primary);
  border-radius: 15px;
  margin-top: 40px;
  margin-bottom: 55px;
  padding: 30px 50px 24px;
}

.grid---footer-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
}

.footer-logo-link {
  margin-right: 20px;
}

.address-text {
  color: #ffffffb3;
  letter-spacing: .04em;
  margin-right: 12px;
  font-size: 13px;
  line-height: 1.46154em;
}

.navbar---hidden {
  background-color: var(--white);
  height: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
  overflow: hidden;
  box-shadow: 0 1px 8px #01053d0f;
}

.logo-mob {
  display: none;
}

.button---menu-mob {
  background-color: var(--medium-turquoise);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  height: 35px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Futura, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3em;
  display: none;
}

.button---menu {
  background-color: var(--medium-turquoise);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  height: 35px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Futura, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3em;
  display: flex;
}

.navbar-mob {
  display: none;
}

.flex-center-align---menu {
  align-items: center;
  display: flex;
}

.phone-link {
  color: var(--medium-turquoise);
  letter-spacing: .04em;
  font-size: 13px;
  line-height: 1.46154em;
  display: none;
}

.footer-h5 {
  margin-bottom: 0;
}

.mob-mission-img {
  display: none;
}

.navbar-wrap {
  z-index: 2147483647;
  position: sticky;
  top: 0;
}

.frequency-container {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.amount-container {
  flex-wrap: wrap;
  place-content: flex-start space-between;
  align-items: flex-start;
  display: flex;
}

.frequency {
  color: var(--text-primary-80);
  text-align: center;
  text-transform: capitalize;
  background-color: #01053d0d;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 23%;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 13px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.26667em;
}

.frequency:hover, .frequency:active {
  background-color: var(--medium-turquoise);
  color: var(--white);
}

.frequency.other-amount {
  color: #01053d80;
  letter-spacing: .04em;
  text-transform: none;
  padding-left: 18px;
  padding-right: 18px;
  font-weight: 500;
}

.frequency.current {
  background-color: var(--medium-turquoise);
  color: var(--white);
}

.amount {
  background-color: var(--midnight-blue-input-bg);
  color: var(--text-primary-80);
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 48.5%;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 13px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.26667em;
}

.amount:hover {
  background-color: var(--medium-turquoise);
  color: var(--white);
}

.amount.other-amount {
  color: #01053d80;
  letter-spacing: .04em;
  text-transform: none;
  padding-left: 18px;
  padding-right: 18px;
  font-weight: 500;
}

.amount.current {
  background-color: var(--medium-turquoise);
  color: var(--white);
}

.amount-other-container {
  width: 100%;
  height: 44px;
  margin-bottom: 10px;
  margin-left: 0;
  display: flex;
}

.amount-other-text {
  background-color: var(--midnight-blue-input-bg);
  color: var(--text-primary-80);
  text-transform: uppercase;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  align-items: center;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.26667em;
  display: flex;
}

.amount-other-input {
  background-color: var(--midnight-blue-input-bg);
  text-align: center;
  border: 1px #000;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  height: 100%;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.26667em;
}

.amount-other-input::placeholder {
  color: #01053d80;
}

.btn {
  background-color: var(--deep-pink);
  text-align: center;
  letter-spacing: .5px;
  text-transform: lowercase;
  border-radius: 3px;
  width: 100%;
  height: 60px;
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8em;
  display: block;
}

.div-block {
  position: relative;
}

.html-embed {
  position: absolute;
  inset: 0%;
}

.button-wrapper {
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.html-embed-2 {
  opacity: .65;
  justify-content: space-between;
  display: none;
  position: absolute;
  inset: 0%;
}

.html-embed-3 {
  opacity: .51;
}

.image {
  display: inline-block;
}

.html-embed-4 {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.paragraph {
  text-align: left;
  font-family: Inter, sans-serif;
}

.heading, .paragraph-2, .heading-2, .paragraph-3, .heading-3, .paragraph-4 {
  text-align: left;
}

.section-2 {
  background-image: url('../images/woodside-gardens-annapolis-md-primary-photo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.heading-4, .paragraph-5 {
  text-align: left;
}

.section-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-2, .container-3 {
  max-width: 1200px;
}

.div-block-2 {
  border-radius: 14px;
}

.image-2 {
  border-radius: 15px;
}

.heading-5 {
  text-align: center;
  margin-top: 19px;
}

.heading-6 {
  color: var(--white);
  text-align: left;
  font-weight: 700;
}

.paragraph-6 {
  color: #fffc;
}

.collection-item {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.gallery {
  padding-top: 17px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
  margin-top: 16px;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.heading-7 {
  margin-bottom: 16px;
}

.gallery-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-4 {
  margin-bottom: 40px;
}

.collection-list-wrapper {
  font-size: 14px;
}

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

.collection-item-2 {
  padding-bottom: 27px;
}

.heading-9, .heading-10 {
  text-align: center;
}

.sticky-nav {
  z-index: 1;
  background-color: var(--white);
  padding: 20px;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link-2 {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link-2:hover {
  text-decoration: underline;
}

.navbar-2 {
  z-index: 9999999;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.image-3 {
  margin-right: 73px;
  padding-top: 0;
  padding-right: 32px;
}

.nav-menu-2 {
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: var(--midnight-blue-41);
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.nav-link-4 {
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link-5 {
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link-6, .nav-link-7, .nav-link-8, .nav-link-9 {
  padding-left: 10px;
  padding-right: 10px;
}

.section-5, .section-6 {
  background-color: var(--midnight-blue-41);
  height: 40px;
}

.text-block {
  color: var(--white);
  text-align: center;
  font-size: 12px;
}

.text-block-2 {
  text-align: center;
  font-weight: 700;
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.heading-11 {
  text-align: center;
  font-size: 16px;
}

.div-block-3, .heading-12, .div-block-4, .heading-13, .heading-14, .paragraph-7, .text-block-3, .paragraph-8, .paragraph-9, .text-block-4, .heading-15, .text-block-5, .paragraph-10, .paragraph-11, .text-block-6, .text-block-7, .paragraph-12, .text-block-8, .div-block-5, .image-4, .image-5, .image-6 {
  text-align: center;
}

.grid-3 {
  grid-template-rows: auto auto auto auto auto auto;
}

.paragraph-16 {
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-6 {
  color: var(--text-primary);
  background-color: #8406b2;
}

.heading-16 {
  color: var(--white);
  margin-top: 48px;
}

.paragraph-17 {
  color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-18 {
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-7 {
  background-color: var(--midnight-blue-41);
}

.programheading {
  color: var(--white);
  margin-top: 44px;
}

.programtext {
  color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-8 {
  background-color: #f5d904;
}

.div-block-9 {
  background-color: var(--medium-turquoise);
}

.div-block-10 {
  background-color: var(--text-primary-80);
}

.div-block-11 {
  background-color: var(--midnight-blue-41);
  color: var(--text-primary-80);
}

.image-9 {
  margin-bottom: 0;
}

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

.image-10 {
  margin-left: 79px;
  padding-left: 0;
}

.link-block {
  margin-left: 200px;
}

.section-8 {
  background-color: #0000;
}

.link {
  color: var(--white);
}

.text-block-9 {
  opacity: .3;
  text-align: center;
  font-size: 12px;
}

.button-2 {
  color: var(--text-primary);
  text-align: center;
  background-color: #21d6cd;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.text-block-10 {
  text-align: center;
}

.image-11, .image-12, .image-13, .image-14 {
  border-radius: 20px;
}

.div-block-12 {
  text-align: center;
}

.button-3 {
  background-color: var(--medium-turquoise);
  color: var(--text-primary);
  border-radius: 14px;
  width: 150px;
}

.image-15 {
  margin-left: 20px;
}

.heading-17 {
  text-align: left;
  margin-top: 40px;
}

.paragraph-19 {
  text-align: left;
}

.heading-18 {
  text-align: left;
  font-weight: 700;
}

.cell, .cell-2, .cell-3, .cell-4, .cell-5, .cell-6 {
  align-items: center;
}

.image-16 {
  width: 300px;
  height: 380px;
}

.image-verticle {
  width: 300px;
  height: 400px;
}

@media screen and (min-width: 1440px) {
  .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.navbar-contain {
    width: 100%;
  }

  .navbar---hidden {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar, .navbar---hidden {
    padding-left: 60px;
    padding-right: 60px;
  }

  .paragraph-2, .paragraph-3 {
    font-size: 24px;
  }

  .section-2 {
    height: 500px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-bottom: 0;
    padding-left: 9px;
    padding-right: 9px;
    display: none;
  }

  .container {
    width: 100%;
  }

  .container.navbar-contain {
    width: 100%;
    margin-top: 0;
  }

  .nav-menu {
    z-index: 100;
    background-color: var(--white);
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    padding: 20px 18px 25px;
    box-shadow: 0 1px 5px #01053d0d;
  }

  .flex-center-align.address {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-link {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .nav-link.contact-link {
    width: 100%;
    margin-left: 0;
  }

  .dark-line {
    display: none;
  }

  .section {
    padding: 60px 9px;
  }

  .section.hero-home {
    background-color: var(--white-smoke-bg);
    background-image: url('../images/Mobile-Hero2x.png');
    background-position: 50% -30%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 40px;
    padding-bottom: 36px;
  }

  .section.mission-section {
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-col {
    width: 100%;
  }

  .hero-h3 {
    width: 18ch;
    margin-bottom: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .mission-h2 {
    margin-bottom: 38px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid---home {
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    margin-top: 56px;
    margin-bottom: 38px;
    overflow: hidden;
  }

  .grid-center-wrap {
    background-image: linear-gradient(#01053d00, #01053d7a), url('../images/pexels-photo-1436618.png');
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 680px;
    padding-left: 54px;
    padding-right: 54px;
  }

  .grey-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  .grid-photo {
    background-image: url('../images/pexels-photo-960829.png');
    background-position: 50% 0;
    height: 450px;
  }

  .grid-img {
    display: none;
  }

  .section-divider {
    margin-bottom: 32px;
  }

  .grid---focus {
    grid-template-columns: 1fr 1fr;
  }

  .donate-footer-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  .logo {
    display: none;
  }

  .logo-mob {
    display: inline-block;
  }

  .brand {
    padding-left: 0;
  }

  .menu-button {
    background-color: var(--white);
    width: 18px;
    height: 18px;
    padding: 0;
    position: absolute;
    inset: 0%;
  }

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

  .button---menu-mob {
    display: flex;
  }

  .button---menu {
    display: none;
  }

  .humburger {
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    margin-left: 9px;
    margin-right: 16px;
    display: flex;
    position: relative;
  }

  .top-line {
    background-color: var(--midnight-blue-41);
    width: 15px;
    height: 2.66px;
    padding-bottom: 0;
    padding-right: 0;
    transition: all .2s;
    position: absolute;
    top: 0;
    left: 0;
  }

  .medium-line {
    background-color: var(--midnight-blue-41);
    width: 18px;
    height: 2.66px;
    padding-bottom: 0;
    padding-right: 0;
    transition: all .2s;
    position: absolute;
    top: 8px;
    left: 0;
  }

  .bottom-line {
    background-color: var(--midnight-blue-41);
    width: 11px;
    height: 2.66px;
    padding-bottom: 0;
    padding-right: 0;
    transition: all .2s;
    position: absolute;
    top: 16px;
    left: 0;
  }

  .navbar-mob {
    background-color: var(--white);
    padding-left: 9px;
    padding-right: 9px;
    display: block;
    position: sticky;
    top: 0;
    box-shadow: 0 1px 5px #01053d0d;
  }

  .flex-center-align---menu {
    flex-direction: column;
    align-items: stretch;
  }

  .mob-contain {
    margin-left: 32px;
    margin-right: 32px;
  }

  .mob-mission-img {
    display: inline-block;
  }

  .frequency {
    width: 24%;
  }

  .amount {
    width: 49.5%;
  }

  .paragraph-6 {
    font-size: 12px;
  }

  .collection-item {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .nav-menu-2 {
    background-color: var(--midnight-blue-41);
  }

  .nav-link-3 {
    color: var(--white);
  }

  .menu-button-2 {
    background-color: var(--white);
  }

  .menu-button-2.w--open {
    background-color: var(--midnight-blue-41);
  }

  .icon {
    background-color: var(--white);
    color: var(--midnight-blue-41);
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-13, .paragraph-14 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-15 {
    font-size: 13px;
  }

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

  .heading-16 {
    font-size: 24px;
  }

  .paragraph-17 {
    font-family: Inter, sans-serif;
    font-size: 14px;
  }

  .image-7 {
    height: auto;
    line-height: 1.5em;
  }

  .image-8 {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .flex-center-align.mob-mb42 {
    margin-bottom: 42px;
  }

  .button.contact-btn {
    min-width: 40%;
  }

  .section.hero-home {
    background-position: 50% -19%;
  }

  .hero-h3 {
    margin-bottom: 250px;
  }

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

  .donation-price.mob-hidden {
    display: none;
  }

  .donation-price.current-mob {
    background-color: var(--medium-turquoise);
    color: var(--white);
  }

  .donate-down-text, .donate-under-text.right {
    font-size: 10px;
  }

  .mission-p {
    width: 37ch;
  }

  .grid-center-wrap {
    height: 500px;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .grid---inside-center-grid {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .number-col {
    border-right-style: none;
    flex-direction: row;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .number {
    text-align: right;
    min-width: 150px;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .number-text {
    text-align: left;
  }

  .grey-wrap {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .mb40 {
    margin-bottom: 16px;
  }

  .grid-photo {
    height: 280px;
  }

  .flex-center-sb.footer-flex {
    flex-direction: column;
    justify-content: flex-start;
  }

  .footer-p {
    width: 36ch;
    font-size: 14px;
  }

  .frequency.mob-hidden {
    display: none;
  }

  .frequency.current-mob {
    background-color: var(--medium-turquoise);
    color: var(--white);
  }

  .amount {
    width: 49%;
  }

  .amount.mob-hidden {
    display: none;
  }

  .amount.current-mob {
    background-color: var(--medium-turquoise);
    color: var(--white);
  }

  .paragraph-6 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .collection-item {
    grid-template-columns: 1.5fr;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .gallery-2 {
    padding: 40px 20px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
  }

  h3 {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.3em;
  }

  h4 {
    margin-bottom: 14px;
    font-size: 15px;
  }

  p {
    font-size: 12px;
    line-height: 1.5em;
  }

  .flex-center-align.mob-mb42 {
    margin-bottom: 0;
  }

  .button.donate-btn {
    height: 50px;
    font-size: 16px;
  }

  .button.story-btn {
    font-size: 12px;
  }

  .button.contact-btn {
    width: 142px;
    min-width: auto;
    height: 36px;
  }

  .button.donate-btn---paypal {
    background-size: 56px;
    height: 50px;
  }

  .section.hero-home {
    background-position: 50% 0;
  }

  .section.grey-bg {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .hero-h3 {
    margin-bottom: 150px;
    font-size: 22px;
  }

  .donation-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  .donate-text {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .donation-grid {
    margin-bottom: 25px;
  }

  .donation-price {
    padding-top: 11px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .checkbox-label {
    font-size: 12px;
  }

  .donation-divider {
    margin-left: -32px;
    margin-right: -32px;
  }

  .donate-down-text {
    width: 100%;
  }

  .donate-under-text {
    font-size: 8px;
  }

  .donate-under-text.right {
    color: #fff6;
    text-align: left;
    margin-left: 0;
    position: absolute;
    top: 74px;
  }

  .privacy-hero-link {
    color: #fff6;
  }

  .mission-h2 {
    width: 100%;
    font-size: 22px;
  }

  .mission-p {
    width: 100%;
    margin-bottom: 28px;
    font-size: 12px;
    line-height: 1.5em;
  }

  .grid-center-wrap {
    height: 400px;
  }

  .number {
    min-width: 75px;
    font-size: 18px;
  }

  .number-text {
    font-size: 12px;
  }

  .grid-photo {
    height: 136px;
  }

  .grid---focus {
    grid-column-gap: 9px;
    grid-row-gap: 10px;
  }

  .focus-img {
    height: 120px;
  }

  .focus-content {
    padding: 28px 20px 32px;
  }

  .tiny-p.focus-p {
    font-size: 12px;
  }

  .title-wrap.mob-left {
    text-align: left;
    align-items: flex-start;
  }

  .text-field {
    font-size: 12px;
  }

  .grid---form {
    grid-template-columns: 1fr;
    margin-bottom: 28px;
  }

  .submit-button {
    height: 50px;
    font-size: 16px;
  }

  .flex-center-sb.footer-notes-flex {
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
  }

  .footer-divider {
    margin-top: 24px;
    margin-bottom: 42px;
  }

  .footer-divider._2 {
    margin-bottom: 26px;
  }

  .footer-p {
    width: 100%;
    font-size: 12px;
  }

  .donate-footer-wrap {
    margin-top: 34px;
    margin-bottom: 69px;
  }

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

  .address-text {
    margin-right: 0;
    font-size: 10px;
  }

  .phone-link {
    font-size: 10px;
  }

  .footer-h5 {
    font-size: 12px;
  }

  .footer-img, .logo-footer-img {
    display: none;
  }

  .frequency {
    width: 48.5%;
    padding-top: 11px;
    padding-bottom: 10px;
    font-size: 13px;
  }

  .amount {
    width: 48.5%;
    padding-top: 11px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .amount-other-container {
    height: 36px;
  }

  .amount-other-input {
    font-size: 13px;
  }

  .btn {
    height: 50px;
  }

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

  .collection-item {
    grid-template-columns: 1fr;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .sticky-nav {
    padding: 0;
  }

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

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link-2 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .programheading {
    margin-top: 19px;
    font-size: 14px;
  }
}

#w-node-_9bdca061-81b2-9c92-ad23-e2a8ff532f03-66d829e9 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-c2bbf445-3999-1e49-d7e2-191b0d1cb3d9-eed6e07c {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_325bdb84-917b-ae53-fb92-f73da2c62cf4-878fde50, #w-node-_4a57352e-311c-95ca-c9ac-98ebd6cd0784-878fde50 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-edf18256-5158-888e-7eda-98584ac707b0-c31031cf {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_9bdca061-81b2-9c92-ad23-e2a8ff532f03-66d829e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_325bdb84-917b-ae53-fb92-f73da2c62cf4-878fde50, #w-node-_4a57352e-311c-95ca-c9ac-98ebd6cd0784-878fde50 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-edf18256-5158-888e-7eda-98584ac707b0-c31031cf {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}