body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-bottom: 20px;
  font-family: 'Gotham Condensed', sans-serif;
  color: #333;
  font-size: 3.3em;
  line-height: 1em;
  font-weight: 700;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Gotham Condensed', sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
  letter-spacing: 0px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Gotham Condensed', sans-serif;
  font-size: 2em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  font-family: 'Gotham Condensed', sans-serif;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Gotham Condensed', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Gotham Condensed', sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.7em;
}

a {
  line-height: 1.3em;
  text-decoration: none;
}

li {
  line-height: 1.9em;
}

strong {
  font-weight: bold;
}

blockquote {
  padding: 0px;
  border-left: 5px none #e2e2e2;
  font-family: Montserrat, sans-serif;
  color: #ef3e42;
  font-size: 1.5em;
  line-height: 1.5em;
  font-style: italic;
  text-align: center;
}

._w-full {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e8e8e8;
}

._w-full.is-cta-background {
  width: 100%;
  padding-top: 5vh;
  padding-bottom: 5vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eb2533), to(#eb2533));
  background-image: linear-gradient(180deg, #eb2533, #eb2533);
}

._w-full.is-great-commission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), color-stop(55%, #fff));
  background-image: linear-gradient(180deg, #ebebeb, #fff 55%);
}

._w-full.c-testimonial-background {
  display: none;
}

._w-full.is-slide {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._w-full.is-privacy {
  display: none;
  padding-right: 67px;
  padding-left: 67px;
  background-color: #f1f1f1;
  color: #99928c;
  font-size: 10px;
  text-align: right;
}

._w-full.ways-to-give {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 49px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e1251b;
}

._w-full.financial-page {
  margin-top: 104px;
  padding-bottom: 0px;
  background-color: #fff;
}

._w-full.grid-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
}

._w-full.is-gray-background {
  padding-top: 10vh;
  padding-bottom: 10.15vh;
  background-color: #fff;
}

._w-mid {
  display: block;
  width: 100%;
  max-width: 1000px;
  padding-right: 0px;
  padding-left: 0px;
}

._w-mid.is-footprint-content {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-areas: ". . ." ". . ." ". . .";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: auto auto auto;
}

._w-mid.center {
  margin-right: auto;
  margin-left: auto;
}

.m-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #e1251b;
  border-radius: 8px;
  background-color: #e1251b;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.m-button:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #e1251b;
  background-color: #fff;
  color: #e1251b !important;
  text-decoration: none;
}

.m-button.reversed {
  background-color: #ebebeb;
  color: #e1251b !important;
}

.m-button.reversed:hover {
  background-color: #989799;
  color: #ebebeb !important;
}

.m-button.nav {
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-button.reversed-copy {
  margin-bottom: 0px;
  background-color: #ebebeb;
  color: #e1251b !important;
}

.m-button.reversed-copy:hover {
  background-color: #989799;
  color: #ebebeb !important;
}

.buttonsdiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._w-narrow {
  display: block;
  width: 90%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

._w-narrow.c-cta-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._w-narrow.is-slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._w-narrow.ask-mid {
  width: 100%;
  max-width: 725px;
}

.is-center {
  margin-top: 0px;
  padding-top: 0px;
  text-align: center;
}

.c-testimonial-slider {
  height: 580px;
  min-height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #989799;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.icon-2 {
  color: #989799;
}

.is-blockquote {
  color: #e31e3c;
  font-size: 1.9em;
}

.is-blockquote.is-center {
  font-family: Trajanpro;
  font-weight: 400;
}

.is-blockquote.is-center em {
  color: #e1251b;
}

.is-blockquote.is-center p {
  font-size: 0.9em;
  line-height: 2em;
}

.is-annotation {
  padding-top: 25px;
}

.is-annotation.is-center {
  max-width: 500px;
  font-style: italic;
}

.is-annotation.is-center p {
  color: #989799;
}

.mask {
  background-color: #f1f1f1;
}

.sitewide-nav-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
  display: none;
  width: auto;
  height: auto;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.dropdown-2 {
  display: inline-block;
  width: 100%;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #818181;
  text-align: center;
}

.dropdown-2:hover {
  border-color: #443b51;
}

.dropdown-toggle-2 {
  width: 100%;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.dropdown-toggle-2.w--open:hover {
  background-color: #443b51;
  color: #fff;
}

.dropdown-list-2.w--open {
  background-color: #443c51;
}

.dropdown-menu-3 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.dropdown-menu-3:hover {
  background-color: #544964;
  color: #fff;
}

.dropdown-menu-3.w--current {
  background-color: #544964;
  color: #fff;
}

.sticky-nav {
  position: fixed;
  top: -80px;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}

.stickylogo {
  margin-top: 5px;
  margin-left: 5px;
}

.c-sticky-nav-long {
  display: inline-block;
  margin-top: 5px;
  margin-right: 18px;
  float: right;
  color: #534e4a;
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
}

.button-array-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 43%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logo-4 {
  position: absolute;
  left: 5%;
  top: 4%;
  z-index: 20;
  display: none;
  width: 120px;
  margin-right: auto;
  margin-bottom: 100px;
}

.feature-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5vh 10vw 6vh;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 7px 7px 25px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 7px 7px 25px 0 rgba(0, 0, 0, 0.2);
}

.love-new-yorkers-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 19px;
  text-align: left;
  text-transform: none;
}

.love-new-yorkers-text h1 {
  width: 100%;
  max-width: 500px;
  margin-bottom: 0px;
  color: #242f37;
  font-size: 3em;
  text-align: center;
}

.love-new-yorkers-text h3 {
  width: 80%;
  margin-bottom: 20px;
  color: #242f37;
  text-align: center;
  text-transform: none;
}

.cta-intro {
  color: #fff;
  text-align: center;
}

.cta-intro h2 {
  color: #fff;
  text-align: center;
}

.cta-intro h1 {
  color: #fff;
}

.how-does-it-work-icon-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 3vh;
  padding-bottom: 3vh;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-wrapper-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 80vh;
  min-height: 650px;
  padding: 9vh 7vw 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stats-wrapper-right {
  width: 50%;
  height: auto;
  min-height: 80vh;
  background-image: url('/images/mw-pages/kelly-sikkema-WvVyudMd1Es-unsplash-p-800.jpeg');
  background-position: 100% 50%;
  background-size: cover;
}

.ny-logo-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-nav-give-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.how-it-works-background {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.collage-item {
  overflow: hidden;
  width: 25%;
  height: 33.5vh;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.donation-page-footer-wrapper-all {
  position: relative;
  display: none;
  padding-top: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #2a323e;
}

.donation-page-footer {
  width: 100%;
}

.donation-page-footer.tablet {
  position: relative;
  display: none;
}

.donation-page-footer.mobilelandscape {
  display: none;
}

.donation-page-footer.mobileportrait {
  display: none;
}

.donation-page-form-wrapper-all {
  width: 100%;
}

.donation-page-form {
  width: 100%;
}

.donation-page-form.tablet {
  display: none;
}

.donation-page-form.mobilelandscape {
  display: none;
}

.donation-page-form.mobileportrait {
  display: none;
}

.donation-page-footer-logo {
  position: absolute;
  top: -32px;
  z-index: 100;
}

.icon-wrapper {
  width: 30%;
}

.icon-text {
  margin-top: 20px;
  color: #242f37;
  font-style: normal;
  text-align: center;
}

.icon-text h3 {
  margin-top: 0px;
  font-weight: 500;
}

.testimonial-wrapper {
  position: relative;
  margin-bottom: 350px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-content-left {
  position: relative;
  z-index: 5;
  width: 50%;
  padding: 50px;
  float: left;
  background-color: #fff;
  -webkit-box-shadow: 11px 11px 20px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 11px 11px 20px 1px rgba(0, 0, 0, 0.4);
}

.testimonial-content-left.left {
  width: 59%;
  float: left;
  -webkit-box-shadow: 11px 11px 20px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 11px 11px 20px 1px rgba(0, 0, 0, 0.4);
}

.testimonial-content-left.right {
  width: 62%;
  float: right;
  -webkit-box-shadow: 11px 11px 20px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 11px 11px 20px 1px rgba(0, 0, 0, 0.4);
}

.testimonial-image {
  position: absolute;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 55%;
  height: 140%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
  -webkit-box-shadow: 7px 7px 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 7px 7px 20px -5px rgba(0, 0, 0, 0.2);
}

.testimonial-image.right {
  right: 0px;
}

.testimonial-image.right.ramesh {
  background-image: url('/images/mw-pages/fred-kearney-o-ioeoATbIM-unsplash-p-1080.jpeg');
  background-position: 45% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: 11px 11px 20px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 11px 11px 20px 1px rgba(0, 0, 0, 0.4);
}

.testimonial-image.right.walter {
  width: 46%;
  height: 139%;
  background-image: url('/images/mw-pages/portrait-photo-of-man-in-white-crew-neck-t-shirt-with-1139743-p-1080.jpeg');
  background-position: 38% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: 7px 7px 20px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 7px 7px 20px 1px rgba(0, 0, 0, 0.4);
}

.testimonial-image.left {
  left: 0px;
}

.testimonial-image.left.mirian {
  width: 100%;
  max-width: 40%;
  background-image: url('/images/mw-pages/photo2-p-800.jpeg');
  background-position: 69% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: 11px 11px 20px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 11px 11px 20px 1px rgba(0, 0, 0, 0.4);
}

.testimonial-image.left.tiffany {
  background-image: url('/images/mw-pages/photo3-p-800.jpeg');
  background-position: 50% 32%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: 11px 11px 20px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 11px 11px 20px 1px rgba(0, 0, 0, 0.4);
}

.testimonial-text {
  font-size: 15px;
}

.testimonial-text h1 {
  color: #e1251b;
  font-size: 1.4em;
  line-height: 1.7em;
  font-style: italic;
  text-align: center;
}

.testimonial-text p {
  color: #989799;
  font-size: 1em;
  font-style: italic;
  text-align: center;
}

.testimonial-text a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  text-decoration: none;
}

.testimonial-text a:hover {
  color: #e1251b;
}

.testimonial-content-right {
  position: relative;
  z-index: 5;
  width: 50%;
  padding: 50px;
  float: right;
  background-color: #fff;
  -webkit-box-shadow: 11px 11px 20px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 11px 11px 20px 1px rgba(0, 0, 0, 0.4);
}

.how-does-it-work-wrapper {
  position: relative;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5vh 10vw 6vh;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 3px -16px 20px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 3px -16px 20px 1px rgba(0, 0, 0, 0.4);
}

.image-45 {
  display: none;
}

.hero-text-wrapper {
  width: 100%;
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.title {
  font-size: 4.5em;
  line-height: 1em;
}

.quote {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 25px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e1251b;
}

.quote-speaker {
  position: absolute;
  left: auto;
  top: -9px;
  right: auto;
  bottom: auto;
  width: 100%;
  max-width: 220px;
  background-color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-3 {
  margin-bottom: 0px;
  color: #e1251b;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
}

.block-quote-5 {
  width: 100%;
  margin-bottom: 0px;
}

.paragraph-4 {
  margin-top: 20px;
  font-size: 1.4em;
}

.text-span {
  font-size: 16px;
}

.image-49 {
  display: none;
}

.image-48 {
  display: none;
}

.give-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 7px 7px 25px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 7px 7px 25px 0 rgba(0, 0, 0, 0.2);
}

.give-header {
  width: 100%;
  height: auto;
  padding-top: 8vh;
  padding-bottom: 8vh;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.text-wrapper-grid2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-wrapper-grid2 {
  width: 100%;
  height: 600px;
  max-width: 50%;
  background-image: url('/images/mw-pages/photo1-p-800.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-wrapper-grid2.item1 {
  background-image: url('/images/mw-pages/anna-pritchard-7Xk0XlcGe2I-unsplash-p-800.jpeg');
  background-position: 50% 50%;
}

.image-wrapper-grid2.item2 {
  background-image: url('/images/mw-pages/christin-hume-mfB1B1s4sMc-unsplash-p-800.jpeg');
  background-position: 50% 50%;
}

.image-wrapper-grid2.item3 {
  background-image: url('/images/mw-pages/marilia-castelli-tdEjTjdLyuE-unsplash-p-800.jpeg');
  background-position: 37% 50%;
}

.image-wrapper-grid2.item4 {
  background-image: url('/images/mw-pages/alex-perz-61qBPJeUYcE-unsplash-p-800.jpeg');
  background-position: 50% 50%;
}

.image-wrapper-grid2.item5 {
  background-image: url('/images/mw-pages/joe-hepburn-qr7rfIthbvc-unsplash-p-800.jpeg');
  background-position: 50% 50%;
}

.fpo-movie2 {
  position: relative;
  width: 100%;
  /*height: 375px;*/
  max-width: 660px;
  margin-bottom: 50px;
  /*background-color: #6e6e6e;
  background-image: url('/images/mw-pages/Screen-Shot-2020-03-10-at-8.42.06-AM-p-500.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;*/
}

.heading-6 {
  position: absolute;
  left: 0%;
  top: 31%;
  right: 0%;
  bottom: auto;
  color: #3fff2a;
  text-align: center;
}
/*
.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  width: 100%;
  -webkit-box-shadow: 1px 1px 7px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 7px -2px rgba(0, 0, 0, 0.5);
}
*/
.image-52 {
  display: none;
}

.image-53 {
  display: none;
}

.links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: transparent;
}

.link-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 300px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}

.pdf-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pdf-image {
  width: 100%;
  max-width: 30px;
  margin-right: 10px;
}

.pdf-text {
  margin-bottom: 0px;
}

.pdf-link {
  font-weight: 400;
  text-decoration: underline;
}

.statement-h1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 21px;
  text-align: left;
  text-transform: none;
}

.statement-h1 h1 {
  width: 100%;
  max-width: 800px;
  margin-bottom: 15px;
  color: #242f37;
  font-size: 3em;
  text-align: center;
}

.statement-h1 h3 {
  width: 80%;
  color: #242f37;
  text-align: center;
  text-transform: none;
}

.image-54 {
  width: 100%;
  max-width: 125px;
  margin-right: 20px;
  float: left;
  clear: none;
}

.icon-text-h1 {
  font-style: normal;
  text-align: center;
}

.icon-text-h1 h3 {
  margin-top: 0px;
  font-weight: 500;
}

.financial-icons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 45px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.financial-wrapper {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.ways-to-give-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  padding: 8vh 50px 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.giving-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  text-transform: none;
}

.giving-text h1 {
  width: 100%;
  max-width: 500px;
  margin-bottom: 0px;
  color: #242f37;
  font-size: 3em;
  text-align: center;
}

.giving-text h3 {
  width: 80%;
  color: #242f37;
  text-align: center;
  text-transform: none;
}

.ways-to-give-container {
  width: 100%;
  margin-top: 116px;
}

.lp-container {
  width: 100%;
  margin-top: 37px;
}

.heading-9 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.call-out-red {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 50px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e1251b;
}

.text-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  margin-top: 17px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  text-transform: none;
}

.text-wrapper h1 {
  width: 100%;
  max-width: 500px;
  margin-bottom: 0px;
  color: #242f37;
  font-size: 3em;
  text-align: center;
}

.text-wrapper h3 {
  width: 80%;
  color: #242f37;
  text-align: center;
  text-transform: none;
}

.text-content-wrapper {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.how-it-works-background-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.collage-image-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.give-icon {
  width: 100%;
  max-width: 75px;
  margin-bottom: 20px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.give-icon1 {
  width: 100%;
  max-width: 100px;
  margin-bottom: 0px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.give-icon2 {
  width: 100%;
  max-width: 75px;
  margin-bottom: 5px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.m-button2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  max-width: 277px;
  margin: 10px auto;
  padding: 16px 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #e1251b;
  border-radius: 8px;
  background-color: #e1251b;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.m-button2:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #e1251b;
  background-color: #fff;
  color: #e1251b;
  text-decoration: none;
}

.attribution {
  margin-bottom: 0px;
  text-align: center;
}

.white-h3 {
  margin-top: 0px;
  font-family: 'Gotham Condensed', sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: none;
}

.icons-container {
  width: 100%;
  max-width: 100%;
}

.lp-icon {
  width: 100%;
  max-width: 66px;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.state-white-h2 {
  color: #fff;
  font-size: 5em;
  font-weight: 500;
  text-align: center;
}

.stats-heading {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 1.1em;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.icon-wrapper2 {
  width: 100%;
  max-width: 288px;
  margin-right: 20px;
  margin-left: 20px;
}

.scroll-indicator-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-indicator-circle {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  max-width: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #ebebeb;
}

.arrow-wrapper-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 95%;
  padding-top: 22px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
}

.arrow-3-2 {
  width: 30px;
  -webkit-filter: brightness(118%) invert(100%) grayscale(100%);
  filter: brightness(118%) invert(100%) grayscale(100%);
  -webkit-animation: action 1s infinite alternate;
  animation: action 1s infinite alternate;
}

@-webkit-keyframes action {
  0% { -webkit-transform: translateY(5px); transform: translateY(5px); }
  100% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
}
@keyframes action {
  0% { -webkit-transform: translateY(5px); transform: translateY(5px); }
  100% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 1.5em;
  }
  p {
    font-size: 1.15em;
  }
  ._w-full.ways-to-give {
    margin-top: 89px;
  }
  ._w-full.financial-page {
    margin-top: 93px;
  }
  .m-button {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  .m-button.reversed {
    font-size: 13px;
  }
  .m-button.reversed-copy {
    font-size: 13px;
  }
  ._w-narrow.is-slide-content {
    width: 70%;
  }
  .c-testimonial-slider {
    height: 440px;
  }
  .icon {
    margin-right: 10px;
  }
  .icon-2 {
    margin-left: 10px;
  }
  .is-blockquote.is-center {
    line-height: 20px;
  }
  .is-blockquote.is-center em {
    display: block;
    font-size: 0.95em;
    line-height: 1.55;
    letter-spacing: 0px;
  }
  .icon-3 {
    font-size: 20px;
  }
  .logo-4 {
    position: absolute;
    width: 140px;
    margin-bottom: 50px;
  }
  .feature-wrapper {
    padding: 4vh 5vw 5vh;
  }
  .love-new-yorkers-text h1 {
    font-size: 3.7em;
  }
  .love-new-yorkers-text h3 {
    width: 100%;
  }
  .hero-section {
    margin-top: 103px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .hero-wrapper-left {
    width: 100%;
    height: auto;
    min-height: 80vh;
  }
  .stats-wrapper-right {
    width: 100%;
    min-height: 60vh;
    background-position: 50% 43%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ny-logo-wrapper {
    width: 80%;
  }
  .collage-item {
    width: 33.333333vw;
    height: 33.333333vw;
  }
  .donation-page-footer.desktop {
    display: none;
  }
  .donation-page-footer.tablet {
    display: block;
  }
  .donation-page-form.desktop {
    display: none;
  }
  .donation-page-form.tablet {
    display: block;
  }
  .testimonial-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonial-content-left {
    width: 100%;
  }
  .testimonial-content-left.left {
    width: 100%;
  }
  .testimonial-content-left.right {
    width: 100%;
  }
  .testimonial-image.right {
    position: relative;
    width: 100%;
    height: 500px;
  }
  .testimonial-image.right.walter {
    width: 100%;
    height: 500px;
  }
  .testimonial-image.left {
    position: relative;
    width: 100%;
    height: 500px;
  }
  .testimonial-image.left.mirian {
    max-width: 100%;
  }
  .testimonial-content-right {
    width: 100%;
  }
  .how-does-it-work-wrapper {
    margin-top: 0px;
    padding: 4vh 5vw 5vh;
  }
  .image-45 {
    display: block;
  }
  .title {
    font-size: 3.7em;
  }
  .image-51 {
    display: none;
  }
  .give-item-wrapper {
    height: 500px;
    padding: 0vh;
  }
  .give-header {
    padding: 4vh 5vw 5vh;
  }
  .text-wrapper-grid2 {
    padding: 0px 34px;
  }
  .image-wrapper-grid2.item1 {
    height: 500px;
  }
  .image-wrapper-grid2.item2 {
    height: 500px;
  }
  .image-wrapper-grid2.item3 {
    height: 500px;
  }
  .image-wrapper-grid2.item4 {
    height: 500px;
  }
  .image-wrapper-grid2.item5 {
    height: 500px;
  }
  .image-52 {
    display: none;
  }
  .image-53 {
    display: none;
  }
  .statement-h1 h1 {
    font-size: 3.7em;
  }
  .statement-h1 h3 {
    width: 100%;
  }
  .giving-text h1 {
    font-size: 3.7em;
  }
  .giving-text h3 {
    width: 100%;
  }
  .ways-to-give-container {
    margin-top: 87px;
  }
  .lp-container {
    margin-top: -9px;
  }
  .text-wrapper h1 {
    font-size: 3.7em;
  }
  .text-wrapper h3 {
    width: 100%;
  }
  .m-button2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  .scroll-indicator-wrapper {
    bottom: 0px;
  }
  .scroll-indicator-circle {
    height: 47px;
    max-width: 55px;
    background-color: #e6e6e6;
  }
  .arrow-wrapper-2 {
    right: auto;
    height: 90vh;
    padding-top: 18px;
  }
  .arrow-3-2 {
    width: 30px;
    -webkit-filter: contrast(86%) brightness(200%) invert(100%) grayscale(100%);
    filter: contrast(86%) brightness(200%) invert(100%) grayscale(100%);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 37px;
  }
  h2 {
    font-size: 1.4em;
    line-height: 1.3em;
  }
  ._w-full.is-privacy {
    padding-right: 30px;
    padding-left: 30px;
  }
  ._w-full.ways-to-give {
    margin-top: 77px;
  }
  ._w-full.financial-page {
    margin-top: 86px;
  }
  .m-button {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .buttonsdiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  ._w-narrow.c-cta-content {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  ._w-narrow.is-slide-content {
    width: 65%;
  }
  .is-blockquote.is-center em {
    font-size: 0.85em;
  }
  .c-sticky-nav-long {
    display: none;
    margin-right: -12px;
    font-size: 9px;
  }
  .button-array-container {
    width: 62%;
  }
  .logo-4 {
    width: 125px;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
  }
  .love-new-yorkers-text h1 {
    max-width: 300px;
    font-size: 3em;
    line-height: 43px;
  }
  .love-new-yorkers-text h3 {
    font-size: 1.2em;
  }
  .hero-section {
    margin-top: 79px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .stats-wrapper-right {
    min-height: 400px;
  }
  .ny-logo-wrapper {
    width: 90%;
    height: 140px;
  }
  .collage-item {
    width: 50vw;
    height: 50vw;
  }
  .donation-page-footer.tablet {
    display: none;
  }
  .donation-page-footer.mobilelandscape {
    display: block;
  }
  .donation-page-form.tablet {
    display: none;
  }
  .donation-page-form.mobilelandscape {
    display: block;
  }
  .image-45 {
    display: none;
  }
  .image-49 {
    display: block;
  }
  .fpo-movie2 {
    background-position: 50% 50%;
  }
  .image-52 {
    display: block;
  }
  .image-53 {
    display: none;
  }
  .statement-h1 h1 {
    max-width: 300px;
    font-size: 3em;
    line-height: 43px;
  }
  .statement-h1 h3 {
    font-size: 1.2em;
  }
  .giving-text h1 {
    max-width: 300px;
    font-size: 3em;
    line-height: 43px;
  }
  .giving-text h3 {
    font-size: 1.2em;
  }
  .lp-container {
    margin-top: 1px;
  }
  .text-wrapper h1 {
    max-width: 300px;
    font-size: 3em;
    line-height: 43px;
  }
  .text-wrapper h3 {
    font-size: 1.2em;
  }
  .m-button2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .scroll-indicator-wrapper {
    display: none;
  }
  .scroll-indicator-circle {
    z-index: 100;
    max-width: 100%;
  }
  .arrow-wrapper-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .arrow-3-2 {
    width: 20px;
    -webkit-filter: none;
    filter: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 25px;
    line-height: 35px;
  }
  h2 {
    font-size: 1.3em;
    line-height: 1.4em;
  }
  ._w-full.financial-page {
    padding-right: 15px;
    padding-left: 15px;
  }
  ._w-mid {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .m-button {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 13px;
  }
  .buttonsdiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-bottom: 5px;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-testimonial-slider {
    height: 400px;
  }
  .icon {
    margin-right: 5px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .icon-2 {
    margin-left: 5px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .is-blockquote.is-center em {
    font-size: 0.75em;
    line-height: 1.45;
  }
  .rich-text-block-7 {
    text-align: center;
  }
  .button-array-container {
    width: 100%;
  }
  .logo-4 {
    width: 100px;
  }
  .love-new-yorkers-text {
    width: 100%;
    font-size: 14px;
  }
  .love-new-yorkers-text h1 {
    max-width: 100%;
  }
  .love-new-yorkers-text h3 {
    font-size: 1.1em;
  }
  .how-does-it-work-icon-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .stats-wrapper-right {
    min-height: 350px;
  }
  .ny-logo-wrapper {
    width: 100%;
    height: 90px;
  }
  .collage-item {
    width: 50vw;
    height: 50vw;
  }
  .donation-page-footer.mobilelandscape {
    display: none;
  }
  .donation-page-footer.mobileportrait {
    display: block;
  }
  .donation-page-form.mobilelandscape {
    display: none;
  }
  .donation-page-form.mobileportrait {
    display: block;
  }
  .icon-wrapper {
    width: 1005%;
  }
  .testimonial-content-left {
    padding: 5vw;
  }
  .testimonial-image.right.ramesh {
    display: none;
  }
  .testimonial-image.right.walter {
    display: none;
  }
  .testimonial-image.left.mirian {
    display: none;
  }
  .testimonial-image.left.tiffany {
    display: none;
  }
  .testimonial-content-right {
    padding: 5vw;
  }
  .quote {
    max-width: 100%;
    padding: 16px;
  }
  .image-49 {
    display: none;
  }
  .image-48 {
    display: block;
  }
  .give-header {
    width: 100%;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .image-52 {
    display: none;
  }
  .image-53 {
    display: block;
  }
  .statement-h1 {
    width: 100%;
    font-size: 14px;
  }
  .statement-h1 h1 {
    max-width: 100%;
  }
  .statement-h1 h3 {
    font-size: 1.1em;
  }
  .financial-icons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .financial-wrapper {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .giving-text {
    width: 100%;
    font-size: 14px;
  }
  .giving-text h1 {
    max-width: 100%;
  }
  .giving-text h3 {
    font-size: 1.1em;
  }
  .text-wrapper {
    width: 100%;
    font-size: 14px;
  }
  .text-wrapper h1 {
    max-width: 100%;
  }
  .text-wrapper h3 {
    font-size: 1.1em;
  }
  .m-button2 {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 13px;
  }
  .icon-wrapper2 {
    width: 1005%;
  }
}

._w-narrow.is-slide-content {
  margin-left: inherit !important;
  margin-right: inherit  !important;
}

.footer h3 {
  margin: 0 0 .5rem;
}

.audio7_html5.blackControllers .AudioCloseBut:after {
  top: -11px;
}

.fpo-movie2 {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.fpo-movie2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@font-face {
  font-family: 'Gothamcondensed book';
  src: url('../fonts/GothamCondensed-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gothamcondensed';
  src: url('../fonts/GothamCondensed-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gothamcondensed';
  src: url('../fonts/GothamCondensed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gothamcondensed';
  src: url('../fonts/GothamCondensed-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

.footer h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-family: "Montserrat", Sans-serif;
  font-size: 2rem;
}

.bottom-footer p {
  font-size: 16px;
  text-align: center;
  width: auto;
}

.footer p {
  font-size: 16px;
}

.footer h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
}