div.hero-text-container p.hero-headline {
  color: white;
  font-size: 3.6vw;
}

@media screen and (max-width: 1199px) {
  div.hero-text-container p.hero-headline {
    font-size: 320%;
  }
}

@media screen and (max-width: 991px) {
  div.hero-text-container p.hero-headline {
    font-size: 350%;
  }
}

div.hero-text-container p.hero-sub {
  color: white;
  font-weight: bold;
  font-size: 2vw;
}

@media screen and (max-width: 1199px) {
  div.hero-text-container p.hero-sub {
    font-size: 160%;
  }
}

@media screen and (max-width: 991px) {
  div.hero-text-container p.hero-sub {
    font-size: 175%;
  }
}

div.hero-text-container div.donation-disclaimer-text a {
  color: #dad9d5;
}

div.hero-text-container div.donation-disclaimer-text a:hover {
  color: #544741;
}

@media screen and (max-width: 1199px) {
  div.donations_tracker div.donations_tally span.goal::before {
    content: "/";
  }
}

@media screen and (min-width: 1200px) {
  div.donations_tracker div.donations_tally {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  div.donations_tracker div.donations_tally span.donations_amount,
  div.donations_tracker div.donations_tally span.goal {
    font-size: 24px;
  }

  div.donations_tracker div.donations_tally span.goal::before {
    content: "Goal: ";
  }

  div.donations_tracker div.donations_tally span.donations_amount::after {
    content: " raised";
  }
}

@media screen and (min-width: 1920px) {
  div.donations_tracker div.donations_tally span.donations_amount,
  div.donations_tracker div.donations_tally span.goal {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  div.donation-widget .form-group.grid-container {
    grid-gap: 0.5em;
    margin: 0;
  }
}

div.donation-widget .amount-button a.sf-button,
div.donation-widget .donation-widget .donate-button a.sf-button {
  border-radius: 100px;
  border: 3px solid white;
  background-color: transparent;
  color: white !important;
}

div.donation-widget .amount-button a.sf-button.active,
div.donation-widget .amount-button a.sf-button:hover,
div.donation-widget .donation-widget .donate-button a.sf-button.active,
div.donation-widget .donation-widget .donate-button a.sf-button:hover {
  background-color: #9bc23b;
  color: black !important;
}

div.donation-widget div.donate-button {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 10px;
}

div.donation-widget div.donate-button a.sf-button {
  color: black !important;
  padding: 20px;
  width: fit-content;
}

div.homePageVideo.spb-row-container.spb-row-full-width.no-ccl-logo {
  background-image: none;
  padding-top: 40px;
}

div.homePageVideo.spb-row-container.spb-row-full-width.no-ccl-logo h2 {
  margin-bottom: 30px;
}

div.homePageVideo.spb-row-container.spb-row-full-width.no-ccl-logo
  figure.animated-overlay
  .sf-video-wrap,
div.homePageVideo.spb-row-container.spb-row-full-width.no-ccl-logo
  .sf-video-wrap {
  padding-bottom: 0;
}

div.homePageVideo.spb-row-container.spb-row-full-width.no-ccl-logo
  figure.animated-overlay
  .sf-video-wrap
  .vi-lazyload-img,
div.homePageVideo.spb-row-container.spb-row-full-width.no-ccl-logo
  .sf-video-wrap
  .vi-lazyload-img {
  opacity: 1;
}

.ways-to-give .no-thanks a.sf-button {
  color: black !important;
}

body a {
  color: #15527b;
  text-decoration: underline;
}

.section-header p {
  font-family: Ubuntu, sans-serif;
  font-size: 32px;
  font-weight: normal;
  color: #5a7931;
}

.sub-header p {
  font-family: Ubuntu, sans-serif;
  font-size: 24px;
}

.section-header h2 {
  font-family: Ubuntu, "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.015em;
  color: #5a7931;
}

body h4 {
  font-size: 19px;
  font-family: "Source Sans Pro", sans-serif;
}

.mini-promo-box {
  background-color: #1f4a69;
}

.mini-promo-box .spb_wrapper {
  padding: 45px 10px;
  text-align: center;
}

.mini-promo-box .spb_content_element {
  margin-bottom: 0;
}

.mini-promo-box p {
  color: white;
  font-size: 28px;
  display: block;
  margin-bottom: 20px;
  font-family: Ubuntu, "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: normal;
}

a.sf-button {
  font-size: 19px;
  box-shadow: none;
  border-radius: 5px;
  font-weight: 500 !important;
  font-family: Ubuntu, "Source Sans Pro", sans-serif;
}

a.sf-button.standard.stroke-to-fill.donate-button {
  background-color: #9bc23b;
  color: black !important;
}

a.sf-button.standard.stroke-to-fill.donate-button:hover {
  background-color: #5a7931;
  color: white !important;
}

/* .mini-promo-box .sf-button {
    background-color: #9bc23b !important;
    font-size: 16px;
    font-family: Ubuntu, Source Sans Pro, sans-serif;
    color: black !important;
    margin-bottom: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0px 0px 0px;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    line-height: normal;
} */

.accomplishment-grid {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-template-rows: auto;
  row-gap: 30px;
}

.check img {
  padding-right: 20px;
}

.accomplishment-grid p {
  margin-bottom: 0;
}

div.hero {
  background: linear-gradient(45deg, #00537f, #0081c7);
}

div.hero-text-container {
  background-image: none;
}

div.hero-image {
  border: 0;
}

.hero-image .spb_video_widget,
.hero-image .spb_wrapper,
.hero-image .sf-video-wrap,
.hero-image .vi-lazyload {
  height: 100%;
  min-height: 100%;
  max-height: unset;
}

.hero-image .sf-video-wrap {
  padding-bottom: 0;
}

.hero-image .vi-lazyload {
  background-size: cover;
  background-position: center;
  max-width: unset;
}

@media screen and (max-width: 980px) {
  div.hero-image,
  .hero-image .spb_video_widget,
  .hero-image .spb_wrapper,
  .hero-image .sf-video-wrap,
  .hero-image .vi-lazyload {
    min-height: 350px;
  }
}

@media screen and (min-width: 981px) {
  .heart-hands-img img {
    width: 200px;
  }
}

@media screen and (max-width: 980px) {
  .heart-hands-img img {
    display: block;
    margin: auto;
  }
}

@media screen and (max-width: 740px) {
  .homePageVideo .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
  }
}

/* @media screen and (min-width: 1200px) {
    div.donations_tracker div.donations_tally span.goal:before {
        content: "Giving Tuesday Goal: ";
    }
} */

div.hero-image {
  border: 1px solid #dad9d5;
  background-position: bottom right;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: white;
}

.construct-purchase-buttons-container {
  background-color: #f5f4f3;
}

div.spb-row-container.spb-row-full-width.construct-purchase-buttons {
  padding: 20px 0;
  background-color: #f5f4f3;
  background-image: none;
}

div.purchase-buttons-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  line-height: normal;
  background-color: #f5f4f3;
}

@media screen and (max-width: 1199px) {
  div.purchase-buttons-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  div.purchase-buttons-container {
    grid-template-columns: 1fr;
  }
}

.purchase-buttons-container a {
  text-decoration: none;
}

.purchase-button {
  padding: 20px;
  color: black;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  grid-gap: 10px;
  transition: all 0.3s ease-in-out;
  height: 100%;
  box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
}

.purchase-button:hover {
  transform: scale(1.05);
}

.purchase-button-price {
  font-size: 200%;
  color: #5a7931;
  font-family: Ubuntu, "Source Sans Pro", sans-serif;
  font-weight: 700;
}

.purchase-button-price::after {
  content: "/month";
  font-weight: 400;
  font-size: 75%;
  color: black;
  font-family: "Ubuntu Regular", "Source Sans Pro", sans-serif;
  vertical-align: text-bottom;
}
