body {
  font-family: Assistant, sans-serif;
  color: #4d4d4d;
  font-size: 17px;
  line-height: 1.5em;
}
h2, .heading-2 h2 {
    margin-bottom: 20px;
    color: #1f1f1f;
    font-size: 48px;
    line-height: 1em;	
}
p {
  margin-bottom: 20px;
  color: #4d4d4d;
}

.logo-container {
  width: 200px;
  padding-left: 0px;
}

.navbar-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-link {
  color: #1f1f1f;
  font-size: 19px;
}

.red-orange-section h2 {
	margin-bottom: 20px;
    font-size: 48px;
    line-height: 1em;
	color:white;
}

.nav-link:hover {
  color: #d56651;
}

.nav-link.w--current {
  color: #d56651;
}

.nav-link.mobile-links {
  display: none;
  width: 100%;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 700px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero.home {
  background-image: url('../images/hero-mask-1.svg'), url('../images/home.jpg');
  background-position: 100% 50%, 100% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.hero.about {
  background-image: url('../images/hero-mask-1.svg'), url('../images/about-us.jpg');
  background-position: 100% 50%, 100% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.hero.commonly-asked-questions {
  background-image: url('../images/hero-mask-1.svg'), url('../images/commonly-asked-questions.jpg');
  background-position: 100% 50%, 100% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.hero.hero-stories {
  background-image: url('../images/hero-mask-1.svg'), url('../images/hero-stories.jpg');
  background-position: 100% 50%, 100% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.hero.hero-page {
  background-image: url('../images/hero-mask-1.svg'), url('../images/hero.jpg');
  background-position: 100% 50%, 100% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.hero.become-a-hero {
  background-image: url('../images/hero-mask-1.svg'), url('../images/become-a-hero.jpg');
  background-position: 100% 50%, 100% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.hero.news-updates {
  background-image: url('../images/hero-mask-1.svg'), url('../images/news-updates.jpg');
  background-position: 100% 50%, 100% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.hero.news-article {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/news.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/news.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero.contact {
  background-image: url('../images/hero-mask-1.svg'), url('../images/contact.jpg');
  background-position: 100% 50%, 100% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.donate {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url('../images/donate-map-bg.png');
  background-position: 0% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.15);
}

.main-container {
  width: 85%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

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

.donate-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.donate-pin {
  padding-right: 30px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #1f1f1f;
  font-size: 30px;
  line-height: 1.1em;
}

.heading-3.white {
  color: #fff;
}

.donate-p {
  font-size: 20px;
}

.donate-text {
  padding-right: 30px;
}

div.button > a, a.button, input.button {
  min-width: 190px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 13px;
  border-radius: 30px;
  background-color: #128d9d;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

div.button > a:hover, a.button:hover, input.button:hover {
  background-color: #27a4b4;
  opacity: 0.8;
}

div.button.accent-button > a, a.button.accent-button, input.button.accent-button {
  background-color: #e09410;
}

div.button.button-1 > a, a.button.button-1, input.button.button-1 {
  margin-right: 20px;
}

div.button.button-2 > a, a.button.button-2, input.button.button-2 {
  background-color: #fff;
  color: #d56651;
}

div.button.button-3 > a, a.button.button-3, input.button.button-3 {
  margin-top: 25px;
  background-color: #fff;
  color: #206d90;
}

div.button.button-4 > a, a.button.button-4, input.button.button-4 {
  background-color: #b4b4b4;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 13px;
  padding-right: 0px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hamburger {
  background-color: transparent;
}

.main-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.main-nav-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-divider {
  width: 1px;
  margin-right: 40px;
  margin-left: 20px;
  background-color: #c5c5c5;
}

.hamburger-menu {
  background-color: #fff;
}

.hamburger-menu:hover {
  opacity: 0.7;
}

.caption-container {
  margin-top: 30px;
  margin-right: 50%;
  margin-bottom: 30px;
}

.heading-1 {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 78px;
  line-height: 0.9em;
}

.hero-caption {
  opacity: 0.8;
  color: #fff;
  font-size: 24px;
  line-height: 1.3em;
}

.intro {
  padding-top: 80px;
  background-image: url('../images/plasma-bg-1.svg');
  background-position: 100% 0%;
  background-size: 650px;
  background-repeat: no-repeat;
}

.intro.intro-section-2 {
  padding-bottom: 80px;
  background-image: url('../images/plasma-bg-7.svg');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.flex-container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.third {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.two-third {
  width: 64%;
  color: #1f1f1f;
}

.two-third.right-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.two-third.right-align.right-padding {
  padding-right: 40px;
}

.two-third.left-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.two-third.left-align.left-padding {
  padding-left: 40px;
}

.two-third.left-align.justify {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.two-third.left-align.right-padding {
  padding-right: 40px;
}

.droplet-image {
  position: relative;
  min-height: 550px;
}

.droplet-image.droplet-1 {
  background-image: url('../images/about-1.jpg');
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.droplet-image.droplet-2 {
  background-image: url('../images/plasma-hero.jpg');
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.droplet-image.droplet-3 {
  background-image: url('../images/about-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.droplet-image.droplet-4 {
  background-image: url('../images/how-can-i-help.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.droplet-image.droplet-5 {
  background-image: url('../images/share-story.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mask-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/plasma-mask-redorange.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.droplet-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.button a {
  color: #fff;
  text-decoration: none;
}
.droplet-image-container p,
.droplet-image-container h3 {
  text-align: center;
}
@media screen and (min-width:992px) {
  .image-on-right .droplet-image-container {
    order: 2;
  }
}

.image-on-right .two-third.left-align.left-padding {
  padding-right: 40px;
  padding-left: 0;
}
.image-on-right .two-third.left-align.left-padding {
  text-align: right;
}
.image-on-right .button-container {
  margin-left: auto;
}
.button.button-2 a {
  color: #d56651;
}
.hero-thumb.hero-1 img {
  border-radius: 150px;
  background-image: url(../images/hero-thumb.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.view-hero-cards .view-content {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 30px;
}
@media screen and (max-width:990px) {
  .view-hero-cards .view-content {
    grid-template-columns: auto;
  }
}
.view-hero-cards .hero-card {
  height: 100%;
  position: relative;
  margin: 0;
  justify-content: flex-start;
}
.hero-card {
  margin-bottom: 30px;
}
.field--name-field-hero-title,
.field--name-field-subtitle {
  margin-bottom: 20px;
}

.heading-2 {
  margin-bottom: 20px;
  color: #1f1f1f;
  font-size: 48px;
  line-height: 1em;
  width: 100%;
}

.heading-2.white {
  color: #fff;
}

.button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.after-intro-bg {
  height: 200px;
  margin-top: -90px;
  background-image: url('../images/plasma-bg-2.svg');
  background-position: 0% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.red-orange-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/plasma-bg-4.svg'), url('../images/plasma-bg-3.svg'), linear-gradient(135deg, #b74141, #d85f48);
  background-position: 0% 100%, 100% 0%, 0px 0px;
  background-size: auto, auto, auto;
  background-repeat: no-repeat, no-repeat, repeat;
  color: #fff;
}

.red-orange-section.section-1 {
  background-image: url('../images/plasma-bg-4.svg'), -webkit-gradient(linear, left top, left bottom, from(#d85f48), to(#d85f48));
  background-image: url('../images/plasma-bg-4.svg'), linear-gradient(180deg, #d85f48, #d85f48);
  background-position: 0% 100%, 0px 0px;
  background-size: 50%, auto;
  background-repeat: no-repeat, repeat;
}

.red-orange-section.section-2 {
  background-image: url('../images/plasma-bg-8.svg'), -webkit-gradient(linear, left top, left bottom, from(#d85f48), to(#d85f48));
  background-image: url('../images/plasma-bg-8.svg'), linear-gradient(180deg, #d85f48, #d85f48);
  background-position: 100% 100%, 0px 0px;
  background-size: 50%, auto;
  background-repeat: no-repeat, repeat;
}

.paragraph-2 {
  color: #fff;
  font-size: 19px;
  line-height: 1.6em;
}
.paragraph-2 p {
  opacity: 0.75;
}

.flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-link {
  width: 100%;
  text-decoration: none;
}

.news {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #272727;
  background-image: linear-gradient(135deg, #2b2b2b, #181818);
}

.news-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.25);
  min-height:500px;
  max-height:500px;
  height:500px;
}

.news .block-block-content {
  max-width: 780px;
  margin: 0 auto;
}

.news-card-image {
  height: 180px;
}

.news-card-image.news-image-1 {
  background-image: url('../images/news-1-thumb.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-card-image.news-image-2 {
  background-image: url('../images/news-2-thumb.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-card-image.news-image-3 {
  background-image: url('../images/news-3-thumb.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-slide-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.avatar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.avatar {
  width: 75px;
  height: 75px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.avatar.avatar-default {
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/plasma-hero-avatar.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.heading-4 {
  color: #1f1f1f;
  font-size: 21px;
  line-height: 1.1em;
}

.news-slide-paragraph {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.3em;
}

.caption-text {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.caption-text.white {
  color: #fff;
}

.news-slide-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/plasma-bg-6.svg'), url('../images/plasma-bg-5.svg'), linear-gradient(127deg, #128d9d, #106288 40%);
  background-position: 0% 100%, 100% 0%, 0px 0px;
  background-size: auto, auto, auto;
  background-repeat: no-repeat, no-repeat, repeat;
  color: #fff;
  font-size: 16px;
}

.droplet-image-container {
  width: 450px;
}

.droplet-image-container.center-align {
  text-align: center;
}

.footer-logo {
  width: 200px;
  margin-bottom: 20px;
}

.footer-link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.footer-icon {
  width: 20px;
  margin-right: 15px;
}

.footer-link {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  text-decoration: underline;
}

.footer-link:hover {
  opacity: 0.8;
}

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-5 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 25px;
  line-height: 1.2em;
}

.social-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon {
  width: 43px;
  height: 43px;
  margin-right: 17px;
}

.social-icon.facebook {
  background-image: url('../images/facebook-icon.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.social-icon.twitter {
  background-image: url('../images/twitter-icon.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.social-icon.instagram {
  background-image: url('../images/instagram-icon.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sitemap-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sitemap-column {
  width: 50%;
  margin-right: 20px;
}

.legal-text {
  font-size: 13px;
}

.footer-form-label {
  display: none;
}

.footer-form-field {
  height: 52px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 30px;
  background-color: transparent;
  text-align: center;
}

.footer-form-button {
  margin-top: 10px;
  padding-top: 12px;
  padding-bottom: 13px;
  border-radius: 30px;
  background-color: #fff;
  color: #206d90;
  font-weight: 700;
}

.footer-form-button:hover {
  opacity: 0.8;
}

.footer-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.socket {
  background-color: #128d9d;
}

.socket-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.logotext {
  margin-right: 20px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.slide {
  width: 30.667%;
  margin-right: 1.333%;
  margin-left: 1.333%;
}

.slider {
  height: 100%;
  background-color: transparent;
}

.slide-mask {
  margin-right: 65px;
  margin-left: 65px;
  padding-bottom: 15px;
  padding-left: 0px;
}

.slide-nav-2 {
  display: none;
}

.flex-container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-container {
  width: 85%;
  max-width: 1300px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.flex-container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mask-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/plasma-mask-bluegreen.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-right: 140px;
  padding-left: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.subheading {
  color: #1f1f1f;
  font-size: 24px;
}

.faq-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-icon {
  width: 55px;
  margin-top: -10px;
  margin-right: 20px;
}

.body-link {
  color: #128d9d;
  font-weight: 700;
}

.body-link:hover {
  opacity: 0.8;
}

.hero-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.4);
  text-align: center;
  text-decoration: none;
}

.hero-card:hover {
  opacity: 0.85;
}

.hero-card.featured-hero {
  margin-right: 0px;
  margin-left: 0px;
  background-image: linear-gradient(135deg, #b74141, #d85f48);
}

.hero-card.featured-hero:hover {
  opacity: 1;
}

.hero-thumb-container {
  width: 210px;
  height: 210px;
  margin-bottom: 20px;
  padding: 17px;
  border-radius: 150px;
  background-image: -webkit-gradient(linear, left top, right top, from(#1a5e9c), to(#1c8795));
  background-image: linear-gradient(90deg, #1a5e9c, #1c8795);
  box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.25);
}

.hero-thumb {
  width: 100%;
  height: 100%;
  border-radius: 100px;
}

.hero-thumb.hero-1 {
  border-radius: 150px;
  background-image: url('../images/hero-thumb.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-quote {
  font-size: 20px;
  line-height: 1.5em;
}

.block-quote {
  margin-bottom: 25px;
  padding-left: 30px;
  border-left-width: 7px;
  border-left-color: #e09410;
  font-size: 19px;
  line-height: 1.7em;
}

.media-container {
  overflow: hidden;
  margin: 2em auto 1em;
  border-radius: 15px;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.4);
  max-width: 780px;
}

.google-map {
  max-width: 100%;
}

.full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.submit-button {
  min-width: 210px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 13px;
  border-radius: 30px;
  background-color: #128d9d;
  font-size: 16px;
  font-weight: 700;
}

.submit-button:hover {
  opacity: 0.8;
}

.submit-button.button-2 {
  background-color: #fff;
  color: #206d90;
}

.form {
  text-align: left;
}

.flex-container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.donate-pin-2 {
  padding-right: 30px;
}

.volunteer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.35))), -webkit-gradient(linear, left top, right top, from(rgba(26, 94, 156, 0.8)), to(rgba(28, 135, 149, 0.8))), url('../images/volunteering.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.35)), linear-gradient(90deg, rgba(26, 94, 156, 0.8), rgba(28, 135, 149, 0.8)), url('../images/volunteering.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  color: #fff;
}

.textarea {
  border-radius: 4px;
}

.field {
  border-radius: 4px;
}

.list {
  margin-top: 10px;
  padding-left: 20px;
  color: #fff;
}

.news-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.categories-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #d4d4d4;
  text-decoration: none;
}

.news-count {
  border-radius: 30px;
  background-color: rgba(18, 141, 157, 0.5);
}

.news-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
}

.category {
  color: #1f1f1f;
  font-weight: 700;
}

.news-card-container {
  margin-bottom: 30px;
}

.contact-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-decoration: none;
}

.contact-heading {
  margin-bottom: 10px;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
}

.contact-container {
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid hsla(0, 0%, 100%, 0.7);
  color: #fff;
  text-align: left;
}

.contact-container.last {
  border-right-style: none;
}

.bullet {
  display: none;
  padding-right: 10px;
  padding-left: 10px;
}

.flex-container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-paragraph {
  opacity: 0.75;
  color: #fff;
  font-size: 19px;
}

.load-more-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hamburger-icon {
  display: none;
  color: #4ba484;
}

.dropdown-toggle {
  padding: 0px;
}

.dropdown-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.dropdown-list.w--open {
  top: 93px;
  right: 0px;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.dropdown {
  margin-right: 15px;
}

.hamburger-link {
  padding: 15px 40px;
  background-color: #d56651;
  color: #fff;
  text-align: right;
}

.hamburger-link:hover {
  color: hsla(0, 0%, 100%, 0.6);
}

.hamburger-link.w--current {
  color: #fff;
}

.hamburger-link.mobile-only {
  display: none;
}

html.w-mod-js *[data-ix="move-up-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .logo-container {
    width: 180px;
  }
  .logo-container.w--current {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logo {
    position: relative;
  }
  .navbar-container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .nav-menu {
    display: none;
  }
  .nav-link.mobile-links {
    display: block;
  }
  .hero {
    min-height: 280px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(26, 94, 156, 0.8)), to(rgba(28, 135, 149, 0.8))), url('../images/about-us.jpg');
    background-image: linear-gradient(90deg, rgba(26, 94, 156, 0.8), rgba(28, 135, 149, 0.8)), url('../images/about-us.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero.home {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(26, 94, 156, 0.8)), to(rgba(28, 135, 149, 0.8))), url('../images/home.jpg');
    background-image: linear-gradient(90deg, rgba(26, 94, 156, 0.8), rgba(28, 135, 149, 0.8)), url('../images/home.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero.about {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(26, 94, 156, 0.8)), to(rgba(28, 135, 149, 0.8))), url('../images/about-us.jpg');
    background-image: linear-gradient(90deg, rgba(26, 94, 156, 0.8), rgba(28, 135, 149, 0.8)), url('../images/about-us.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero.commonly-asked-questions {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(26, 94, 156, 0.8)), to(rgba(28, 135, 149, 0.8))), url('../images/commonly-asked-questions.jpg');
    background-image: linear-gradient(90deg, rgba(26, 94, 156, 0.8), rgba(28, 135, 149, 0.8)), url('../images/commonly-asked-questions.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero.hero-stories {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(26, 94, 156, 0.8)), to(rgba(28, 135, 149, 0.8))), url('../images/hero-stories.jpg');
    background-image: linear-gradient(90deg, rgba(26, 94, 156, 0.8), rgba(28, 135, 149, 0.8)), url('../images/hero-stories.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero.hero-page {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(26, 94, 156, 0.8)), to(rgba(28, 135, 149, 0.8))), url('../images/hero.jpg');
    background-image: linear-gradient(90deg, rgba(26, 94, 156, 0.8), rgba(28, 135, 149, 0.8)), url('../images/hero.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero.become-a-hero {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(26, 94, 156, 0.8)), to(rgba(28, 135, 149, 0.8))), url('../images/become-a-hero.jpg');
    background-image: linear-gradient(90deg, rgba(26, 94, 156, 0.8), rgba(28, 135, 149, 0.8)), url('../images/become-a-hero.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero.news-updates {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(26, 94, 156, 0.8)), to(rgba(28, 135, 149, 0.8))), url('../images/news-updates.jpg');
    background-image: linear-gradient(90deg, rgba(26, 94, 156, 0.8), rgba(28, 135, 149, 0.8)), url('../images/news-updates.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero.contact {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(26, 94, 156, 0.8)), to(rgba(28, 135, 149, 0.8))), url('../images/contact.jpg');
    background-image: linear-gradient(90deg, rgba(26, 94, 156, 0.8), rgba(28, 135, 149, 0.8)), url('../images/contact.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .donate {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .donate-pin {
    display: none;
  }
  .heading-3 {
    margin-bottom: 5px;
    font-size: 27px;
  }
  .navbar {
    width: 100%;
  }
  .caption-container {
    margin-right: 0%;
    text-align: center;
  }
  .heading-1 {
    font-size: 50px;
  }
  .hero-caption {
    font-size: 22px;
  }
  .intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .intro.intro-section-2 {
    padding-bottom: 40px;
  }
  .intro.intro-section-2.news-section {
    padding-top: 60px;
  }
  .flex-container-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .image-on-right .two-third.left-align.left-padding {
    order: 1;
    padding: 0;
    text-align: center;
}
.image-on-right .button-container {
  margin: 0 auto;
  width: 100%;
}
  .third {
    width: 100%;
  }
  .two-third {
    width: 100%;
  }
  .two-third.right-align {
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .two-third.right-align.right-padding {
    padding-right: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .two-third.left-align {
    padding-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }
  .two-third.left-align.left-padding {
    padding-left: 0px;
  }
  .two-third.left-align.right-padding {
    padding-right: 0px;
  }
  .droplet-image {
    min-height: 850px;
  }
  .mask-1 {
    background-size: cover;
  }
  .heading-2 {
    margin-top: 10px;
    font-size: 40px;
  }
  .button-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .after-intro-bg {
    display: none;
  }
  .red-orange-section {
    padding-top: 40px;
    padding-bottom: 50px;
    background-size: 70%, 70%, auto;
  }
  .red-orange-section.section-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d85f48), to(#d85f48));
    background-image: linear-gradient(180deg, #d85f48, #d85f48);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .red-orange-section.section-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d85f48), to(#d85f48));
    background-image: linear-gradient(180deg, #d85f48, #d85f48);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .paragraph-2 {
    font-size: 17px;
    line-height: 1.5em;
  }
  .flex-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news {
    padding-bottom: 60px;
  }
  .news-card {
    margin-bottom: 30px;
  }
  .avatar-container {
    margin-top: -30px;
  }
  .avatar {
    width: 60px;
    height: 60px;
  }
  .avatar.avatar-default {
    background-size: 30px;
  }
  .avatar.avatar-default.article-avatar {
    margin-left: 0px;
  }
  .heading-4 {
    line-height: 1em;
  }
  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .droplet-image-container {
    width: 100%;
  }
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slide {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .slide-mask {
    padding-bottom: 0px;
  }
  .slider-container {
    width: 100%;
  }
  .flex-container-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .half {
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .heading-section {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }
  .heading-section.news-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .subheading {
    font-size: 23px;
  }
  .hero-card.featured-hero {
    margin-bottom: 30px;
  }
  .media-container {
    margin: 30px 0px;
  }
  .submit-button {
    width: 100%;
  }
  .donate-pin-2 {
    width: 60px;
    padding-right: 10px;
  }
  .volunteer {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .news-card-container {
    margin-bottom: 0px;
  }
  .contact-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .contact-heading {
    margin-bottom: 0px;
    font-size: 19px;
  }
  .contact-container {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right-style: none;
    text-align: center;
  }
  .bullet {
    display: block;
  }
  .flex-container-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .list-paragraph {
    text-align: left;
  }
  .load-more-button {
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }
  .hamburger-icon {
    color: #fff;
  }
  .dropdown-toggle {
    width: 100%;
  }
  .dropdown-list {
    left: 0%;
    top: 0%;
    right: 0px;
    bottom: 0px;
  }
  .dropdown-list.w--open {
    top: 143px;
    margin-left: 0px;
    background-color: #d56651;
    box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.25);
  }
  .dropdown {
    position: static;
    display: block;
    margin-right: 0px;
  }
  .hamburger-link {
    background-color: transparent;
  }
  .hamburger-link.mobile-only {
    display: block;
  }
  .dropdown-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .close {
    position: absolute;
    top: 30px;
    right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .logo-container {
    width: 150px;
  }
  .navbar-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .hero {
    min-height: 250px;
  }
  .hero.contact {
    background-position: 0px 0px, 100% 50%;
  }
  .donate-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }
  .heading-3 {
    font-size: 25px;
  }
  .donate-text {
    padding-right: 0px;
  }
  .button.button-1 {
    margin-right: 0px;
  }
  .navbar {
    width: 100%;
  }
  .intro {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .intro.intro-section-2 {
    padding-bottom: 30px;
  }
  .intro.intro-section-2.news-section {
    padding-top: 50px;
  }
  .two-third.right-align {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .two-third.left-align {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .droplet-image {
    min-height: 640px;
  }
  .heading-2 {
    margin-top: 0px;
    font-size: 35px;
  }
  .button-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .red-orange-section {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .news {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .news-card {
    margin-bottom: 40px;
  }
  .news-slide-text-container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .flex-container-3 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .heading-section {
    margin-bottom: 10px;
  }
  .subheading {
    font-size: 21px;
  }
  .faq-container {
    margin-bottom: 10px;
  }
  .media-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .news-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-card-container {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .dropdown-list.w--open {
    top: 123px;
  }
  .hamburger-link {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 479px) {
  .logo-container {
    width: 120px;
  }
  .navbar-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .donate {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .heading-3 {
    font-size: 21px;
  }
  .heading-1 {
    font-size: 38px;
  }
  .hero-caption {
    font-size: 19px;
  }
  .intro {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .intro.intro-section-2 {
    padding-bottom: 20px;
  }
  .intro.intro-section-2.news-section {
    padding-top: 40px;
  }
  .droplet-image {
    min-height: 375px;
  }
  .heading-2 {
    font-size: 30px;
  }
  .red-orange-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .news {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .news-slide-text-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-logo {
    width: 150px;
  }
  .sitemap-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sitemap-column {
    margin-right: 0px;
  }
  .socket-container {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logotext {
    margin-right: 0px;
    padding-bottom: 10px;
  }
  .slide-mask {
    margin-right: 35px;
    margin-left: 35px;
  }
  .left-arrow {
    display: none;
  }
  .right-arrow {
    display: none;
  }
  .subheading {
    font-size: 20px;
  }
  .faq-icon {
    display: none;
  }
  .hero-card {
    margin-right: 10px;
    margin-left: 10px;
  }
  .volunteer {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .contact-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bullet {
    display: none;
  }
  .dropdown-list.w--open {
    top: 105px;
  }
  .hamburger-link {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.link-overlay {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.content .inner {
  margin: 0 auto;
  max-width: 780px;
  width: 100%;
}

