/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  color: #252525;
  margin: 0;
  padding: 0;
  font-family: "raleway", arial, sans-serif;
  min-width: 100%;
  line-height: 1;
  padding-top: 13.72rem;
}
@media (max-width: 991px) {
  body {
    padding-top: 9.1rem;
  }
}

.video-embed {
  margin: 30px 0px;
}
.video-embed h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #12530C;
  margin: 2rem 0;
}

button, input.button {
  outline: none;
  border: none;
  border-radius: 10px;
  font-size: 2rem;
  font-family: "program", arial, sans-serif;
  font-weight: 500;
  padding: 1.4rem 3rem;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid;
}
@media (max-width: 991px) {
  button, input.button {
    font-size: 1.8rem;
    padding: 1rem 1.8rem;
  }
}
button.button-purple, input.button.button-purple {
  background: #903F98;
  color: #fff;
  border-color: #903F98;
}
button.button-purple:hover, input.button.button-purple:hover {
  border-color: #12530C;
  background: #12530C;
}
button.button-green, input.button.button-green {
  background: #86CC5D;
  color: #fff;
  border-color: #86CC5D;
}
button.button-green:hover, input.button.button-green:hover {
  border-color: #50B848;
  background: #50B848;
}
button.button-grey, input.button.button-grey {
  background: #C8C8C8;
  color: #252525;
  border-color: #C8C8C8;
}
button.button-grey:hover, input.button.button-grey:hover {
  background: #903F98;
  background: #fff;
  border-color: #903F98;
}
button.button-white, input.button.button-white {
  background: #fff;
  color: #252525;
  border-color: #903F98;
}
button.button-white:hover, input.button.button-white:hover {
  background: #903F98;
}

h2 {
  color: #903f98;
}

h1 {
  color: #12530c;
}

h1, h2, h3, h4 {
  font-family: "program", arial, sans-serif;
}

p {
  font-family: "raleway", arial, sans-serif;
  color: #252525;
  line-height: 1.3;
}

a, a:hover {
  text-decoration: none;
}

.container {
  width: 100%;
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}
@media (max-width: 991px) {
  .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.our-stories-slider {
  width: calc(100% + 6rem);
  margin-left: -3rem;
  position: relative;
  z-index: 2;
}
.our-stories-slider h2 {
  position: absolute;
  z-index: 999;
  left: 7rem;
  top: -4rem;
  background: #903F98;
  color: #fff;
  display: inline-block;
  font-size: 4rem;
  font-weight: 500;
  padding: 2rem 3rem;
  border-radius: 1rem;
}
@media (max-width: 991px) {
  .our-stories-slider h2 {
    font-size: 3.2rem;
  }
}
.our-stories-slider .owl-carousel .slide {
  padding: 3rem;
}
@media (max-width: 991px) {
  .our-stories-slider .owl-carousel .slide {
    padding: 2rem;
  }
}
.our-stories-slider .owl-carousel .slide .slide-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #DFFFDC;
  border-radius: 1rem;
}
.our-stories-slider .owl-carousel .slide .slide-inner .content {
  width: 68%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8rem;
}
@media (max-width: 991px) {
  .our-stories-slider .owl-carousel .slide .slide-inner .content {
    width: 100%;
    padding: 5rem;
  }
}
.our-stories-slider .owl-carousel .slide .slide-inner .content p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #12530C;
}
.our-stories-slider .owl-carousel .slide .slide-inner .image {
  width: 28%;
  background: #fff;
  padding: 2rem 2rem 6rem;
  border-radius: 1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transform: rotate(9deg);
}
@media (max-width: 991px) {
  .our-stories-slider .owl-carousel .slide .slide-inner .image {
    display: none;
  }
}
.our-stories-slider .owl-nav, .our-stories-slider .owl-dots {
  display: none !important;
}
.our-stories-slider .owl-custom-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-top: 3rem;
}
.our-stories-slider .owl-custom-nav > div {
  cursor: pointer;
  margin: 0 8rem;
}

.news-events-section {
  width: 100%;
  margin-top: 10rem;
}
@media (min-width: 992px) {
  .news-events-section {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (max-width: 991px) {
  .news-events-section {
    margin-top: 7rem;
  }
}
.news-events-section p.subheader {
  font-size: 2rem;
  font-weight: 400;
  font-family: "program", arial, sans-serif;
  color: #903F98;
  margin: 0;
}
.news-events-section h2 {
  font-size: 4rem;
  font-weight: 500;
  color: #12530C;
  margin: 1rem 0 2rem;
}
.news-events-section .blog-posts {
  margin-top: 7rem;
}
.news-events-section .blog-posts a.post {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.news-events-section .blog-posts a.post:hover img {
  transform: scale(1.1);
}
.news-events-section .blog-posts a.post figcaption {
  display: none !important;
  position: absolute;
  left: 2rem;
  top: -2rem;
  z-index: 999;
  background: #903F98;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "program", arial, sans-serif;
  padding: 1rem 3.5rem 1rem 1rem;
  border-radius: 1rem;
}
.news-events-section .blog-posts a.post .image {
  width: 100%;
  height: 30rem;
  border-radius: 1rem;
  border: 4px solid #ABDCA7;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .news-events-section .blog-posts a.post .image {
    height: 22rem;
  }
}
.news-events-section .blog-posts a.post .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
.news-events-section .blog-posts a.post h4 {
  font-size: 2rem;
  font-weight: 500;
  color: #12530C;
  margin: 2rem 0;
}
.news-events-section .blog-posts a.post p {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 2rem;
}
.news-events-section .blog-posts a.post .read-more {
  font-size: 1.6rem;
  font-weight: 500;
  color: #12530C;
  text-decoration: underline;
  margin-top: auto;
}
.news-events-section .owl-nav, .news-events-section .owl-dots {
  display: none !important;
}
.news-events-section .owl-custom-nav {
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .news-events-section .owl-custom-nav {
    display: none;
  }
}
@media (max-width: 991px) {
  .news-events-section .owl-custom-nav {
    display: flex;
  }
}
.news-events-section .owl-custom-nav > div {
  cursor: pointer;
  margin: 0 8rem;
}

.thank-you-section {
  width: 100%;
  margin-top: 10rem;
}
@media (min-width: 992px) {
  .thank-you-section {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (max-width: 991px) {
  .thank-you-section {
    margin-top: 7rem;
  }
}
.thank-you-section.apply-now-section .right-block {
  background: #903F98 !important;
}
.thank-you-section.apply-now-section .right-block svg path {
  fill: #b95ec0 !important;
}
.thank-you-section .thank-you-inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.thank-you-section .thank-you-inner p {
  color: #fff;
}
.thank-you-section .thank-you-inner img {
  width: 48%;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .thank-you-section .thank-you-inner img {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.thank-you-section .thank-you-inner .right-block {
  width: 48%;
  border-radius: 1rem;
  position: relative;
  background: #86CC5D;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10rem;
}
@media (max-width: 767px) {
  .thank-you-section .thank-you-inner .right-block {
    width: 100%;
    padding: 5rem;
  }
}
.thank-you-section .thank-you-inner .right-block h2 {
  font-size: 7rem;
  font-weight: 900;
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 2;
  text-align: center;
}
.thank-you-section .thank-you-inner .right-block p {
  font-size: 2.6rem;
  font-weight: 600;
  margin: 4rem 0 6rem;
  position: relative;
  z-index: 2;
  text-align: center;
}
.thank-you-section .thank-you-inner .right-block a {
  position: relative;
  z-index: 2;
}
.thank-you-section .thank-you-inner .right-block svg {
  position: absolute;
  width: 137%;
  top: 0;
  left: 0;
  z-index: 1;
}
.thank-you-section .thank-you-inner .right-block svg path {
  fill: #b3e084;
}

.partners-section {
  width: 100%;
  margin-top: 10rem;
}
@media (max-width: 991px) {
  .partners-section {
    margin-top: 7rem;
  }
}
.partners-section p.subheader {
  font-size: 2rem;
  font-weight: 400;
  font-family: "program", arial, sans-serif;
  color: #903F98;
  margin: 0;
}
@media (min-width: 992px) {
  .partners-section p.subheader {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (max-width: 991px) {
  .partners-section p.subheader {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .partners-section p.subheader {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.partners-section h2 {
  font-size: 4rem;
  font-weight: 500;
  color: #12530C;
  margin: 1rem 0 2rem;
}
@media (min-width: 992px) {
  .partners-section h2 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (max-width: 991px) {
  .partners-section h2 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .partners-section h2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.partners-section .partners-carousel-outer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .partners-section .partners-carousel-outer {
    flex-direction: column;
  }
}
.partners-section .partners-carousel-outer > .prev, .partners-section .partners-carousel-outer > .next {
  width: 5%;
  cursor: pointer;
}
@media (max-width: 991px) {
  .partners-section .partners-carousel-outer > .prev, .partners-section .partners-carousel-outer > .next {
    display: none;
  }
}
.partners-section .partners-carousel-outer > .prev.prev, .partners-section .partners-carousel-outer > .next.prev {
  text-align: left;
}
.partners-section .partners-carousel-outer > .prev.next, .partners-section .partners-carousel-outer > .next.next {
  text-align: right;
}
.partners-section .partners-carousel-outer .owl-custom-nav {
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .partners-section .partners-carousel-outer .owl-custom-nav {
    display: none;
  }
}
@media (max-width: 991px) {
  .partners-section .partners-carousel-outer .owl-custom-nav {
    display: flex;
  }
}
.partners-section .partners-carousel-outer .owl-custom-nav > div {
  cursor: pointer;
  margin: 0 8rem;
}
.partners-section .partners-carousel-outer .owl-carousel {
  width: 90%;
}
@media (max-width: 991px) {
  .partners-section .partners-carousel-outer .owl-carousel {
    width: 100%;
  }
}
.partners-section .partners-carousel-outer .owl-nav, .partners-section .partners-carousel-outer .owl-dots {
  display: none !important;
}

.gallery-section {
  width: 100%;
  margin-top: 10rem;
}
@media (max-width: 991px) {
  .gallery-section {
    margin-top: 7rem;
  }
}
.gallery-section p.subheader {
  font-size: 2rem;
  font-weight: 400;
  font-family: "program", arial, sans-serif;
  color: #903F98;
  margin: 0;
}
@media (min-width: 992px) {
  .gallery-section p.subheader {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
.gallery-section h2 {
  font-size: 4rem;
  font-weight: 500;
  color: #12530C;
  margin: 1rem 0 2rem;
}
@media (min-width: 992px) {
  .gallery-section h2 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
.gallery-section .gallery-carousel-outer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .gallery-section .gallery-carousel-outer {
    flex-direction: column;
  }
}
.gallery-section .gallery-carousel-outer > .prev, .gallery-section .gallery-carousel-outer > .next {
  width: 5%;
  cursor: pointer;
}
@media (max-width: 991px) {
  .gallery-section .gallery-carousel-outer > .prev, .gallery-section .gallery-carousel-outer > .next {
    display: none;
  }
}
.gallery-section .gallery-carousel-outer > .prev.prev, .gallery-section .gallery-carousel-outer > .next.prev {
  text-align: left;
}
.gallery-section .gallery-carousel-outer > .prev.next, .gallery-section .gallery-carousel-outer > .next.next {
  text-align: right;
}
.gallery-section .gallery-carousel-outer .owl-custom-nav {
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .gallery-section .gallery-carousel-outer .owl-custom-nav {
    display: none;
  }
}
@media (max-width: 991px) {
  .gallery-section .gallery-carousel-outer .owl-custom-nav {
    display: flex;
  }
}
.gallery-section .gallery-carousel-outer .owl-custom-nav > div {
  cursor: pointer;
  margin: 0 8rem;
}
.gallery-section .gallery-carousel-outer .owl-carousel {
  width: 90%;
}
@media (max-width: 991px) {
  .gallery-section .gallery-carousel-outer .owl-carousel {
    width: 100%;
  }
}
.gallery-section .gallery-carousel-outer .owl-carousel .slide .image {
  width: 100%;
  height: 30rem;
  border-radius: 1rem;
  border: 4px solid #ABDCA7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .gallery-section .gallery-carousel-outer .owl-carousel .slide .image {
    height: 22rem;
  }
}
.gallery-section .gallery-carousel-outer .owl-carousel .slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
.gallery-section .gallery-carousel-outer .owl-carousel .slide h4 {
  font-size: 2rem;
  font-weight: 500;
  color: #12530C;
  margin: 2rem 0;
}
.gallery-section .gallery-carousel-outer .owl-nav, .gallery-section .gallery-carousel-outer .owl-dots {
  display: none !important;
}

form.mobile-filter {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
form.mobile-filter label {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
  margin-left: 2rem;
  color: #12530C;
  font-size: 2rem;
  font-family: "program", arial, sans-serif;
  font-weight: 500;
}
form.mobile-filter select {
  border: 1px solid #903F98;
  border-radius: 1rem;
  padding: 1.5rem;
  flex-grow: 1;
  margin-right: 2rem;
  font-size: 1.6rem;
  font-family: "program", arial, sans-serif;
  font-weight: 500;
}

nav {
  width: 100%;
  height: 13.72rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 2rem 6.5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 991px) {
  nav {
    padding: 2rem 4rem;
    height: 9.1rem;
  }
}
@media (max-width: 767px) {
  nav {
    padding: 2rem 2.5rem;
  }
}
nav a.logo svg {
  width: 24.2rem;
}
@media (max-width: 1199px) {
  nav a.logo svg {
    width: 19rem;
  }
}
@media (max-width: 991px) {
  nav a.logo svg {
    width: 13rem;
  }
}
nav .nav-link-container .top-nav {
  width: 100%;
}
nav .nav-link-container .top-nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
nav .nav-link-container .top-nav ul a:not(#nav-button) {
  font-size: 2rem;
  font-family: "program", arial, sans-serif;
  font-weight: 500;
  color: #8A8A8A;
  margin-right: 5rem;
  transition: all 0.3s ease;
}
nav .nav-link-container .top-nav ul a:not(#nav-button):hover {
  color: #903F98;
}
@media (max-width: 991px) {
  nav .nav-link-container .top-nav ul a:not(#nav-button) {
    display: none;
  }
  nav .nav-link-container .top-nav ul #nav-button {
    margin-right: 3rem;
  }
}
nav .nav-link-container .top-nav ul #menu-icon {
  width: 4.391rem;
  height: 4.583rem;
}
@media (min-width: 992px) {
  nav .nav-link-container .top-nav ul #menu-icon {
    display: none;
  }
}
@media (max-width: 991px) {
  nav .nav-link-container .top-nav ul #menu-icon.hide {
    display: none;
  }
}
nav .nav-link-container .top-nav ul #hide-menu-icon.hide {
  display: none;
}
@media (min-width: 992px) {
  nav .nav-link-container .bottom-nav {
    margin-top: 2.5rem;
  }
}
@media (max-width: 991px) {
  nav .nav-link-container .bottom-nav {
    position: fixed;
    top: 9.1rem;
    left: 0;
    background: #903F98;
    width: 100%;
    height: calc(100vh - 9.1rem);
    padding: 5rem;
    overflow-y: auto;
  }
  nav .nav-link-container .bottom-nav.active {
    display: block;
  }
  nav .nav-link-container .bottom-nav:not(.active) {
    display: none;
  }
}
nav .nav-link-container .bottom-nav > ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 991px) {
  nav .nav-link-container .bottom-nav > ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  nav .nav-link-container .bottom-nav > ul > li {
    width: 100%;
    padding: 2rem 0;
    border-bottom: 1px solid #fff;
  }
}
nav .nav-link-container .bottom-nav > ul > li:not(:first-child) {
  margin-left: 5rem;
}
@media (max-width: 1199px) {
  nav .nav-link-container .bottom-nav > ul > li:not(:first-child) {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  nav .nav-link-container .bottom-nav > ul > li.mobile-only {
    display: none;
  }
}
nav .nav-link-container .bottom-nav > ul > li > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 2rem;
  width: 100%;
  font-family: "program", arial, sans-serif;
  font-weight: 500;
  color: #000;
}
@media (max-width: 1199px) {
  nav .nav-link-container .bottom-nav > ul > li > a svg {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav .nav-link-container .bottom-nav > ul > li > a {
    font-size: 1.7rem;
  }
}
@media (max-width: 991px) {
  nav .nav-link-container .bottom-nav > ul > li > a {
    font-size: 2rem;
    color: #fff;
  }
}
nav .nav-link-container .bottom-nav > ul > li > a.has-children.active .expand {
  display: none;
}
nav .nav-link-container .bottom-nav > ul > li > a.has-children:not(.active) .collapse {
  display: none;
}
@media (max-width: 991px) {
  nav .nav-link-container .bottom-nav > ul > li > a.has-children .collapse path, nav .nav-link-container .bottom-nav > ul > li > a.has-children .expand path {
    fill: #fff;
  }
}
nav .nav-link-container .bottom-nav > ul > li > ul.sub-menu {
  display: none;
  flex-wrap: wrap;
  background: #903F98;
  width: 100%;
  list-style-type: none;
  margin: 0;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  nav .nav-link-container .bottom-nav > ul > li > ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    flex-direction: row;
    align-items: center;
    padding: 4rem;
  }
}
@media (max-width: 991px) {
  nav .nav-link-container .bottom-nav > ul > li > ul.sub-menu {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 2rem;
    padding-left: 1rem;
  }
}
nav .nav-link-container .bottom-nav > ul > li > ul.sub-menu.active {
  display: flex;
}
@media (min-width: 992px) {
  nav .nav-link-container .bottom-nav > ul > li > ul.sub-menu li {
    width: 33.33%;
    padding: 4rem;
    text-align: center;
  }
}
@media (max-width: 991px) {
  nav .nav-link-container .bottom-nav > ul > li > ul.sub-menu li {
    width: 100%;
    padding: 1rem;
  }
}
nav .nav-link-container .bottom-nav > ul > li > ul.sub-menu li a {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  font-family: "program", arial, sans-serif;
  color: #fff;
}
@media (min-width: 992px) {
  nav .nav-link-container .bottom-nav > ul > li > ul.sub-menu li a {
    text-align: center;
  }
}

footer {
  position: relative;
  top: 8.7rem;
}

.top-footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.top-footer > div {
  width: 50%;
  padding: 3rem 6.5rem;
}
@media (max-width: 991px) {
  .top-footer > div {
    width: 100%;
    padding: 3rem 4rem;
  }
}
@media (max-width: 767px) {
  .top-footer > div {
    padding: 3rem 2.5rem;
  }
}
.top-footer > div.stay-up-to-date {
  background-color: #86cc5d;
}
.top-footer > div.stay-up-to-date h3 {
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 1rem;
}
.top-footer > div.stay-up-to-date form {
  display: flex;
  align-items: center;
}
.top-footer > div.stay-up-to-date form input:not(.button) {
  width: 100%;
  border-radius: 1rem;
  border: 0;
  font-size: 1.6rem;
  padding: 1.5rem;
  margin-right: 2rem;
  outline: none;
}
.top-footer > div.stay-up-to-date p {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 2rem 0 0;
}
.top-footer > div.talk-to-us {
  background-color: #903f98;
}
.top-footer > div.talk-to-us h3 {
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 2rem;
}
.top-footer > div.talk-to-us .talk-to-us-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.top-footer > div.talk-to-us .talk-to-us-inner p {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
}

.bottom-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5rem 0 3rem;
}
.bottom-footer .footer-left {
  width: 58%;
}
@media (max-width: 991px) {
  .bottom-footer .footer-left {
    width: 100%;
  }
}
.bottom-footer .footer-left .links {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .bottom-footer .footer-left .links {
    width: 100%;
  }
}
.bottom-footer .footer-left .links h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #12530C;
  margin: 0;
}
@media (max-width: 991px) {
  .bottom-footer .footer-left .links h3 {
    display: none;
  }
}
.bottom-footer .footer-left .links ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: 3rem;
  margin-top: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .bottom-footer .footer-left .links ul {
    margin: 0;
  }
}
.bottom-footer .footer-left .links ul a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  margin-right: 3rem;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .bottom-footer .footer-left .links ul a {
    width: 100%;
    text-align: center;
  }
}
.bottom-footer .footer-left .links ul a:hover {
  color: #50b848;
}
.bottom-footer .footer-left .mobile-CQC {
  display: none;
  width: 100%;
}
.bottom-footer .footer-left .mobile-CQC img {
  width: 30%;
}
.bottom-footer .footer-left .mobile-CQC div {
  background-color: whitesmoke;
  margin-left: 2%;
  padding: 3% 2%;
}
.bottom-footer .footer-left .mobile-CQC h3 {
  margin: 0;
  margin-left: 2%;
  margin-bottom: 1%;
  font-size: 1.35rem;
  font-weight: 300;
}
.bottom-footer .footer-left .mobile-CQC h4 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 3%;
}
.bottom-footer .footer-left .mobile-CQC h5 {
  margin: 0;
  font-weight: 300;
  margin-bottom: 3%;
  font-size: 1.15rem;
}
.bottom-footer .footer-left .mobile-CQC button {
  margin: 0;
  background-color: #fff;
  color: #903f98;
  font-weight: 600;
  font-size: 1.1rem;
  width: 8.5rem;
  border-radius: 5px;
  height: 1.8rem;
}
.bottom-footer .footer-left .mobile-CQC button:hover {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  transform: translateY(-2px);
}
.bottom-footer .footer-left .mobile-CQC button:active {
  transform: translateY(1px);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.bottom-footer .footer-left .willowburn-info {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 5rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .bottom-footer .footer-left .willowburn-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
  }
}
.bottom-footer .footer-left .willowburn-info svg {
  width: 25%;
}
@media (max-width: 991px) {
  .bottom-footer .footer-left .willowburn-info svg {
    width: 18rem;
    max-width: 100%;
  }
}
.bottom-footer .footer-left .willowburn-info p {
  width: 70%;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 991px) {
  .bottom-footer .footer-left .willowburn-info p {
    width: 100%;
    margin-top: 3rem;
    text-align: center;
  }
}
.bottom-footer .footer-left .socials {
  display: flex;
  flex-direction: row;
  margin-top: 5rem;
}
@media (max-width: 991px) {
  .bottom-footer .footer-left .socials {
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem;
  }
}
.bottom-footer .footer-left .socials a:not(:last-child) {
  margin-right: 2rem;
}
.bottom-footer .footer-right {
  width: 38%;
}
@media (max-width: 991px) {
  .bottom-footer .footer-right {
    width: 100%;
  }
}
@media (min-width: 991px) {
  .bottom-footer .footer-right .dc {
    justify-content: flex-end !important;
  }
}
.bottom-footer .footer-right .CQC {
  width: 100%;
}
.bottom-footer .footer-right .dc {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.bottom-footer .footer-right .dc * {
  max-width: 200px;
  width: 100%;
  height: auto;
}
.bottom-footer .copyright-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 5rem;
}
@media (max-width: 991px) {
  .bottom-footer .copyright-container {
    flex-direction: column;
  }
}
.bottom-footer .copyright-container .copyright {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  margin: 0;
}
@media (max-width: 991px) {
  .bottom-footer .copyright-container .copyright {
    margin-bottom: 5rem;
  }
}
.bottom-footer .copyright-container a.tag {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.bottom-footer .copyright-container a.tag p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  margin-right: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}
.bottom-footer .copyright-container a.tag svg {
  width: 9.4rem;
}

main.home .top-section {
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  main.home .top-section {
    flex-direction: column;
  }
}
main.home .top-section div {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50 50%;
}
@media (min-width: 992px) {
  main.home .top-section div {
    width: 33.34%;
    height: 45.3rem;
    transition: all 1s ease;
  }
  main.home .top-section div:hover {
    width: 55%;
  }
  main.home .top-section div:hover button {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  main.home .top-section div {
    width: 100%;
    height: 16.4rem;
  }
}
main.home .top-section div a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  text-decoration: none;
  padding: 3rem;
  transition: all 1s ease;
}
main.home .top-section div a p {
  font-size: 4.5rem;
  font-family: program-narrow, sans-serif;
  font-weight: 500;
  margin: 0;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 991px) {
  main.home .top-section div a p {
    font-size: 3.4rem;
  }
}
main.home .top-section button {
  font-size: 2rem;
  background: #903F98;
  color: #fff;
  border: none;
}
@media (min-width: 992px) {
  main.home .top-section button {
    opacity: 0;
    position: absolute;
    bottom: 3rem;
    right: 3rem;
    transition: all 1s ease;
  }
}
main.home .slogan {
  padding: 5rem 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 991px) {
  main.home .slogan {
    padding: 3rem;
  }
}
main.home .slogan p {
  width: 100%;
  text-align: center;
  font-family: "program", arial, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  main.home .slogan p {
    font-size: 2.2rem;
  }
}
main.home .home-stories {
  width: 100%;
  position: relative;
  padding: 14rem 0 10rem;
  background: #86CC5D;
  overflow: hidden;
}
@media (min-width: 992px) {
  main.home .home-stories {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (max-width: 991px) {
  main.home .home-stories {
    padding: 7rem 0;
  }
}
main.home .home-stories .content-outer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  main.home .home-stories .content-outer {
    flex-direction: column-reverse;
  }
}
main.home .home-stories .content-outer img {
  width: 48%;
  border-radius: 1rem;
  border: 4px solid #DFFFDC;
}
@media (max-width: 991px) {
  main.home .home-stories .content-outer img {
    width: 100%;
  }
}
main.home .home-stories .content-outer .content-col {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  main.home .home-stories .content-outer .content-col {
    width: 100%;
    margin-bottom: 5rem;
  }
}
main.home .home-stories .content-outer .content-col .content-inner p.subheader {
  font-size: 2rem;
  font-weight: 400;
  font-family: "program", arial, sans-serif;
  color: #fff;
  margin: 0;
}
main.home .home-stories .content-outer .content-col .content-inner h2 {
  font-size: 4rem;
  font-weight: 500;
  color: #903F98;
  margin: 1rem 0 2rem;
}
main.home .home-stories .content-outer .content-col .content-inner .content p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 991px) {
  main.home .home-stories .content-outer .content-col .content-inner .content p {
    font-size: 1.6rem;
  }
}
main.home .home-stories .graphic-one {
  position: absolute;
  top: -7rem;
  right: 5rem;
  z-index: 1;
}
main.home .home-stories .graphic-two {
  position: absolute;
  top: 20rem;
  left: -1rem;
  z-index: 1;
}
main.home .home-stories .graphic-three {
  position: absolute;
  bottom: 4rem;
  right: 0;
  z-index: 1;
}
main.home .get-involved {
  margin-top: 10rem;
}
@media (min-width: 992px) {
  main.home .get-involved {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (max-width: 991px) {
  main.home .get-involved {
    margin-top: 7rem;
  }
}
main.home .get-involved .content-outer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
main.home .get-involved .content-outer img {
  width: 48%;
  border-radius: 1rem;
  border: 4px solid #DFFFDC;
}
@media (max-width: 991px) {
  main.home .get-involved .content-outer img {
    width: 100%;
  }
}
main.home .get-involved .content-outer .content-col {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  main.home .get-involved .content-outer .content-col {
    width: 100%;
    margin-bottom: 5rem;
  }
}
main.home .get-involved .content-outer .content-col .content-inner p.subheader {
  font-size: 2rem;
  font-weight: 400;
  font-family: "program", arial, sans-serif;
  color: #903F98;
  margin: 0;
}
main.home .get-involved .content-outer .content-col .content-inner h2 {
  font-size: 4rem;
  font-weight: 500;
  color: #12530C;
  margin: 1rem 0 2rem;
}
@media (max-width: 991px) {
  main.home .get-involved .content-outer .content-col .content-inner h2 {
    font-size: 3rem;
  }
}
main.home .get-involved .content-outer .content-col .content-inner .content p {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  main.home .get-involved .content-outer .content-col .content-inner .content p {
    font-size: 1.6rem;
  }
}

main.category-page .top-section {
  width: 100%;
  background: #86CC5D;
  padding: 10rem 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  main.category-page .top-section {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (max-width: 991px) {
  main.category-page .top-section {
    padding: 7rem 0;
  }
}
main.category-page .top-section .content-outer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  z-index: 2;
}
@media (max-width: 991px) {
  main.category-page .top-section .content-outer {
    flex-direction: column-reverse;
  }
}
main.category-page .top-section .content-outer .image {
  width: 48%;
  height: 45rem;
}
@media (max-width: 1199px) {
  main.category-page .top-section .content-outer .image {
    height: 33.4rem;
  }
}
@media (max-width: 991px) {
  main.category-page .top-section .content-outer .image {
    width: 100%;
  }
}
main.category-page .top-section .content-outer .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1rem;
  border: 4px solid #DFFFDC;
}
main.category-page .top-section .content-outer .content-col {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  main.category-page .top-section .content-outer .content-col {
    width: 100%;
    margin-bottom: 5rem;
  }
}
main.category-page .top-section .content-outer .content-col .content-inner p.subheader {
  font-size: 2rem;
  font-weight: 400;
  font-family: "program", arial, sans-serif;
  color: #fff;
  margin: 0;
}
main.category-page .top-section .content-outer .content-col .content-inner h1 {
  font-size: 4rem;
  font-weight: 500;
  color: #903F98;
  margin: 1rem 0 2rem;
}
@media (max-width: 991px) {
  main.category-page .top-section .content-outer .content-col .content-inner h1 {
    font-size: 3rem;
  }
}
main.category-page .top-section .content-outer .content-col .content-inner .content p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 991px) {
  main.category-page .top-section .content-outer .content-col .content-inner .content p {
    font-size: 1.6rem;
  }
}
main.category-page .top-section .graphic-three {
  position: absolute;
  top: 2rem;
  right: -1rem;
  z-index: 1;
}
main.category-page .top-section .graphic-two {
  position: absolute;
  bottom: -35rem;
  left: -1rem;
  z-index: 1;
}
main.category-page .blocks-section {
  width: 100%;
  margin: 5rem 0 0;
}
@media (min-width: 992px) {
  main.category-page .blocks-section {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
main.category-page .blocks-section .blocks-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}
main.category-page .blocks-section .blocks-inner .block {
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  main.category-page .blocks-section .blocks-inner .block {
    width: 30%;
  }
  main.category-page .blocks-section .blocks-inner .block:not(:nth-child(3n)) {
    margin-right: 5%;
  }
}
@media (max-width: 991px) {
  main.category-page .blocks-section .blocks-inner .block {
    width: 46%;
  }
  main.category-page .blocks-section .blocks-inner .block:not(:nth-child(2n)) {
    margin-right: 8%;
  }
}
@media (max-width: 767px) {
  main.category-page .blocks-section .blocks-inner .block {
    width: 100%;
    margin-right: 0 !important;
  }
  main.category-page .blocks-section .blocks-inner .block:last-child {
    margin-bottom: 0 !important;
  }
}
main.category-page .blocks-section .blocks-inner .block .image {
  width: 100%;
  height: 30rem;
  border-radius: 1rem;
  border: 4px solid #ABDCA7;
  overflow: hidden;
}
@media (max-width: 1199px) {
  main.category-page .blocks-section .blocks-inner .block .image {
    height: 22rem;
  }
}
main.category-page .blocks-section .blocks-inner .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
main.category-page .blocks-section .blocks-inner .block h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #12530C;
  margin: 2rem 0 4rem;
}
main.category-page .events-section {
  width: 100%;
}
@media (min-width: 992px) {
  main.category-page .events-section {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
main.category-page .events-section h4 {
  font-size: 3rem;
  font-weight: 500;
  margin: 0 0 2rem;
  color: #903F98;
  border-bottom: 1px solid #9E9E9E;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  main.category-page .events-section h4 {
    font-size: 2.6rem;
  }
}
main.category-page .events-section .events-wrapper {
  display: flex;
  flex-direction: column;
}
main.category-page .events-section .events-wrapper > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #9E9E9E;
}
main.category-page .events-section .events-wrapper > div p.day {
  width: 30%;
  font-size: 2.2rem;
  font-family: "program", arial, sans-serif;
  font-weight: 500;
}
@media (max-width: 991px) {
  main.category-page .events-section .events-wrapper > div p.day {
    width: 100%;
    font-size: 2rem;
    margin-bottom: 0;
  }
}
main.category-page .events-section .events-wrapper > div .events {
  width: 70%;
}
@media (max-width: 991px) {
  main.category-page .events-section .events-wrapper > div .events {
    width: 100%;
  }
}
main.category-page .events-section .events-wrapper > div .events .event {
  width: 100%;
  padding: 3rem 0;
  display: flex;
  flex-direction: row;
}
main.category-page .events-section .events-wrapper > div .events .event:not(.active) .text, main.category-page .events-section .events-wrapper > div .events .event:not(.active) .collapse {
  display: none;
}
main.category-page .events-section .events-wrapper > div .events .event.active .expand {
  display: none;
}
main.category-page .events-section .events-wrapper > div .events .event:not(:last-child) {
  border-bottom: 1px solid #9E9E9E;
}
main.category-page .events-section .events-wrapper > div .events .event .left-side {
  width: 100%;
}
main.category-page .events-section .events-wrapper > div .events .event .left-side h3 {
  font-size: 2.2rem;
  font-family: "program", arial, sans-serif;
  font-weight: 500;
  color: #903F98;
  margin: 0 0 1rem;
}
@media (max-width: 991px) {
  main.category-page .events-section .events-wrapper > div .events .event .left-side h3 {
    font-size: 1.8rem;
  }
}
main.category-page .events-section .events-wrapper > div .events .event .left-side h3 + p {
  font-size: 1.8rem;
  font-family: "program", arial, sans-serif;
  font-weight: 500;
  color: #848484;
}
main.category-page .events-section .events-wrapper > div .events .event .left-side .text {
  font-size: 1.6rem;
  font-weight: 400;
}
main.category-page .events-section .events-wrapper > div .events .event .right-side svg {
  cursor: pointer;
}
main.category-page .events-section .more-events {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}
main.category-page .events-section .more-events p {
  font-size: 2.2rem;
  font-family: "program", arial, sans-serif;
  font-weight: 500;
  color: #12530C;
  margin: 0 0 3rem;
  text-align: center;
}

main.generic-page .top-section {
  width: 100%;
  padding: 10rem 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  main.generic-page .top-section {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (max-width: 991px) {
  main.generic-page .top-section {
    padding: 7rem 0;
  }
}
main.generic-page .top-section .content-outer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  z-index: 2;
}
main.generic-page .top-section .content-outer .content-col {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  main.generic-page .top-section .content-outer .content-col {
    width: 100%;
    margin-bottom: 5rem;
  }
}
main.generic-page .top-section .content-outer .content-col .content-inner p.subheader {
  font-size: 2rem;
  font-weight: 400;
  font-family: "program", arial, sans-serif;
  margin: 0;
}
main.generic-page .top-section .content-outer .content-col .content-inner h1 {
  font-size: 4rem;
  font-weight: 500;
  color: #903F98;
  margin: 1rem 0 2rem;
}
@media (max-width: 991px) {
  main.generic-page .top-section .content-outer .content-col .content-inner h1 {
    font-size: 3rem;
  }
}
main.generic-page .top-section .content-outer .content-col .content-inner .content p {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  main.generic-page .top-section .content-outer .content-col .content-inner .content p {
    font-size: 1.6rem;
  }
}
main.generic-page .top-section .content-outer .content-col .quote {
  font-size: 3rem;
  font-family: "program", arial, sans-serif;
  font-weight: 500;
  color: #12530C;
}
@media (max-width: 991px) {
  main.generic-page .top-section .content-outer .content-col .quote {
    font-size: 2.2rem;
  }
}
main.generic-page .top-section .content-outer .image {
  width: 48%;
  height: 45rem;
}
@media (max-width: 1199px) {
  main.generic-page .top-section .content-outer .image {
    height: 33.4rem;
  }
}
@media (max-width: 991px) {
  main.generic-page .top-section .content-outer .image {
    width: 100%;
  }
}
main.generic-page .top-section .content-outer .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1rem;
  border: 4px solid #DFFFDC;
}
@media (min-width: 992px) {
  main.generic-page .second-section {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
main.generic-page .second-section .section-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
main.generic-page .second-section .section-inner .left-side, main.generic-page .second-section .section-inner .right-side {
  width: 48%;
}
@media (max-width: 991px) {
  main.generic-page .second-section .section-inner .left-side, main.generic-page .second-section .section-inner .right-side {
    width: 100%;
  }
}
main.generic-page .second-section .section-inner .left-side p, main.generic-page .second-section .section-inner .left-side li, main.generic-page .second-section .section-inner .right-side p, main.generic-page .second-section .section-inner .right-side li {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  main.generic-page .second-section .section-inner .left-side {
    margin-bottom: 5rem;
  }
}
main.generic-page .events-section {
  width: 100%;
}
@media (min-width: 992px) {
  main.generic-page .events-section {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
main.generic-page .events-section h4 {
  font-size: 3rem;
  font-weight: 500;
  margin: 0 0 2rem;
  color: #903F98;
  border-bottom: 1px solid #9E9E9E;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  main.generic-page .events-section h4 {
    font-size: 2.6rem;
  }
}
main.generic-page .events-section .events-wrapper {
  display: flex;
  flex-direction: column;
}
main.generic-page .events-section .events-wrapper > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #9E9E9E;
}
main.generic-page .events-section .events-wrapper > div p.day {
  width: 30%;
  font-size: 2.2rem;
  font-family: "program", arial, sans-serif;
  font-weight: 500;
}
@media (max-width: 991px) {
  main.generic-page .events-section .events-wrapper > div p.day {
    width: 100%;
    font-size: 2rem;
    margin-bottom: 0;
  }
}
main.generic-page .events-section .events-wrapper > div .events {
  width: 70%;
}
@media (max-width: 991px) {
  main.generic-page .events-section .events-wrapper > div .events {
    width: 100%;
  }
}
main.generic-page .events-section .events-wrapper > div .events .event {
  width: 100%;
  padding: 3rem 0;
  display: flex;
  flex-direction: row;
}
main.generic-page .events-section .events-wrapper > div .events .event:not(.active) .text, main.generic-page .events-section .events-wrapper > div .events .event:not(.active) .collapse {
  display: none;
}
main.generic-page .events-section .events-wrapper > div .events .event.active .expand {
  display: none;
}
main.generic-page .events-section .events-wrapper > div .events .event:not(:last-child) {
  border-bottom: 1px solid #9E9E9E;
}
main.generic-page .events-section .events-wrapper > div .events .event .left-side {
  width: 100%;
}
main.generic-page .events-section .events-wrapper > div .events .event .left-side h3 {
  font-size: 2.2rem;
  font-family: "program", arial, sans-serif;
  font-weight: 500;
  color: #903F98;
  margin: 0 0 1rem;
}
@media (max-width: 991px) {
  main.generic-page .events-section .events-wrapper > div .events .event .left-side h3 {
    font-size: 1.8rem;
  }
}
main.generic-page .events-section .events-wrapper > div .events .event .left-side h3 + p {
  font-size: 1.8rem;
  font-family: "program", arial, sans-serif;
  font-weight: 500;
  color: #848484;
}
main.generic-page .events-section .events-wrapper > div .events .event .left-side .text {
  font-size: 1.6rem;
  font-weight: 400;
}
main.generic-page .events-section .events-wrapper > div .events .event .right-side svg {
  cursor: pointer;
}
main.generic-page .events-section .more-events {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}
main.generic-page .events-section .more-events p {
  font-size: 2.2rem;
  font-family: "program", arial, sans-serif;
  font-weight: 500;
  color: #12530C;
  margin: 0 0 3rem;
  text-align: center;
}
main.generic-page .stories-section {
  width: 100%;
  position: relative;
  padding: 14rem 0 10rem;
  background: #86CC5D;
  overflow: hidden;
  margin-top: 10rem;
}
main.generic-page .stories-section .graphic-two {
  position: absolute;
  top: 20rem;
  left: -1rem;
}
main.generic-page .stories-section .graphic-three {
  position: absolute;
  top: -1rem;
  right: -1rem;
}

main.news-archive .top-section {
  width: 100%;
  padding: 10rem 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  main.news-archive .top-section {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (max-width: 991px) {
  main.news-archive .top-section {
    padding: 7rem 0;
  }
}
main.news-archive .top-section p.subheader {
  font-size: 2rem;
  font-weight: 400;
  font-family: "program", arial, sans-serif;
  color: #903F98;
  margin: 0;
}
main.news-archive .top-section h1 {
  font-size: 4rem;
  font-weight: 500;
  color: #12530C;
  margin: 1rem 0 2rem;
}
@media (max-width: 991px) {
  main.news-archive .top-section h1 {
    font-size: 3rem;
  }
}
main.news-archive .top-section .filter {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 5rem;
}
@media (max-width: 991px) {
  main.news-archive .top-section .filter {
    display: none;
  }
}
main.news-archive .top-section .filter p {
  font-size: 2rem;
  font-weight: 500;
  font-family: "program", arial, sans-serif;
  margin-right: 4rem;
}
main.news-archive .top-section .filter > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
main.news-archive .top-section .filter > div a {
  display: block;
}
main.news-archive .top-section .filter > div a:not(:last-child) {
  margin-right: 2rem;
}
@media (min-width: 992px) {
  main.news-archive .top-section .mobile-filter {
    display: none;
  }
}
main.news-archive .blocks-section {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  main.news-archive .blocks-section {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
main.news-archive .blocks-section .blog-posts {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}
main.news-archive .blocks-section .blog-posts a.post {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 10rem;
}
main.news-archive .blocks-section .blog-posts a.post:hover img {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  main.news-archive .blocks-section .blog-posts a.post {
    width: 30%;
  }
  main.news-archive .blocks-section .blog-posts a.post:not(:nth-child(3n)) {
    margin-right: 5%;
  }
}
@media (max-width: 991px) {
  main.news-archive .blocks-section .blog-posts a.post {
    width: 46%;
  }
  main.news-archive .blocks-section .blog-posts a.post:not(:nth-child(2n)) {
    margin-right: 8%;
  }
}
@media (max-width: 767px) {
  main.news-archive .blocks-section .blog-posts a.post {
    width: 100%;
    margin-right: 0 !important;
  }
  main.news-archive .blocks-section .blog-posts a.post:last-child {
    margin-bottom: 0 !important;
  }
}
main.news-archive .blocks-section .blog-posts a.post figcaption {
  position: absolute;
  left: 2rem;
  top: -2rem;
  z-index: 999;
  background: #903F98;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "program", arial, sans-serif;
  padding: 1rem 3.5rem 1rem 1rem;
  border-radius: 1rem;
}
main.news-archive .blocks-section .blog-posts a.post .image {
  width: 100%;
  height: 30rem;
  border-radius: 1rem;
  border: 4px solid #ABDCA7;
  overflow: hidden;
}
@media (max-width: 1199px) {
  main.news-archive .blocks-section .blog-posts a.post .image {
    height: 22rem;
  }
}
main.news-archive .blocks-section .blog-posts a.post .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
main.news-archive .blocks-section .blog-posts a.post h4 {
  font-size: 2rem;
  font-weight: 500;
  color: #12530C;
  margin: 2rem 0;
}
main.news-archive .blocks-section .blog-posts a.post p {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 2rem;
}
main.news-archive .blocks-section .blog-posts a.post .read-more {
  font-size: 1.6rem;
  font-weight: 500;
  color: #12530C;
  text-decoration: underline;
  margin-top: auto;
}
main.news-archive .blocks-section .blog-posts .pagination {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
main.news-archive .blocks-section .blog-posts .pagination .left-side p {
  font-size: 2rem;
  font-family: "program", arial, sans-serif;
  font-weight: 400;
  color: #A5A5A5;
  margin: 0;
}
main.news-archive .blocks-section .blog-posts .pagination .right-side ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
main.news-archive .blocks-section .blog-posts .pagination .right-side ul li:not(:last-child) {
  margin-right: 1.5rem;
}
main.news-archive .blocks-section .blog-posts .pagination .right-side ul li span, main.news-archive .blocks-section .blog-posts .pagination .right-side ul li a {
  display: block;
  font-size: 2.2rem;
  font-family: "program", arial, sans-serif;
  font-weight: 500;
}
main.news-archive .blocks-section .blog-posts .pagination .right-side ul li span {
  color: #903F98;
  text-decoration: underline;
}
main.news-archive .blocks-section .blog-posts .pagination .right-side ul li a {
  color: #252525;
  text-decoration: none;
}

main.events-archive a.post figcaption {
  background: #12530C !important;
}

main.blog-post .back-button {
  width: 100%;
  margin-top: 6rem;
}
@media (min-width: 992px) {
  main.blog-post .back-button {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (max-width: 991px) {
  main.blog-post .back-button {
    margin-top: 4rem;
  }
}
main.blog-post .back-button a {
  font-size: 2rem;
  font-weight: 400;
  font-family: "program", arial, sans-serif;
  color: #903F98;
}
main.blog-post .main-blog-section {
  width: 100%;
  margin-top: 8rem;
}
@media (min-width: 992px) {
  main.blog-post .main-blog-section {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (max-width: 991px) {
  main.blog-post .main-blog-section {
    margin-top: 4rem;
  }
}
main.blog-post .main-blog-section .blog-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
main.blog-post .main-blog-section .blog-inner .left-side {
  width: 55%;
}
@media (max-width: 991px) {
  main.blog-post .main-blog-section .blog-inner .left-side {
    width: 100%;
    margin-bottom: 5rem;
  }
}
main.blog-post .main-blog-section .blog-inner .left-side p.subheader {
  font-size: 2rem;
  font-weight: 400;
  font-family: "program", arial, sans-serif;
  margin: 0;
  color: #12530C;
}
main.blog-post .main-blog-section .blog-inner .left-side h1 {
  font-size: 3rem;
  font-weight: 500;
  color: #12530C;
  margin: 0 0 2rem;
}
main.blog-post .main-blog-section .blog-inner .left-side p.location, main.blog-post .main-blog-section .blog-inner .left-side p.when, main.blog-post .main-blog-section .blog-inner .left-side p.time {
  font-size: 2rem;
  font-family: "program", arial, sans-serif;
  font-weight: 400;
  margin: 0 0 1rem;
}
main.blog-post .main-blog-section .blog-inner .left-side p.location strong, main.blog-post .main-blog-section .blog-inner .left-side p.when strong, main.blog-post .main-blog-section .blog-inner .left-side p.time strong {
  font-weight: 700;
  color: #12530C;
}
main.blog-post .main-blog-section .blog-inner .left-side p.author, main.blog-post .main-blog-section .blog-inner .left-side p.date {
  font-size: 2rem;
  font-family: "program", arial, sans-serif;
  font-weight: 400;
  color: #903F98;
  margin: 0 0 1rem;
}
main.blog-post .main-blog-section .blog-inner .left-side p.volunteer-info {
  font-size: 2rem;
  font-family: "program", arial, sans-serif;
  font-weight: 400;
  margin: 0 0 1rem;
}
main.blog-post .main-blog-section .blog-inner .left-side p.volunteer-info strong {
  font-weight: 700;
  color: #12530C;
  margin-right: 1rem;
}
main.blog-post .main-blog-section .blog-inner .left-side .content {
  margin: 5rem 0;
}
main.blog-post .main-blog-section .blog-inner .left-side .content h2, main.blog-post .main-blog-section .blog-inner .left-side .content h3 {
  font-size: 3rem;
  font-weight: 500;
  color: #12530C;
}
main.blog-post .main-blog-section .blog-inner .left-side .content p, main.blog-post .main-blog-section .blog-inner .left-side .content li, main.blog-post .main-blog-section .blog-inner .left-side .content span, main.blog-post .main-blog-section .blog-inner .left-side .content a {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  main.blog-post .main-blog-section .blog-inner .left-side .content p, main.blog-post .main-blog-section .blog-inner .left-side .content li, main.blog-post .main-blog-section .blog-inner .left-side .content span, main.blog-post .main-blog-section .blog-inner .left-side .content a {
    font-size: 1.6rem;
  }
}
main.blog-post .main-blog-section .blog-inner .left-side .content p, main.blog-post .main-blog-section .blog-inner .left-side .content img {
  display: block;
  margin: 4rem 0;
}
main.blog-post .main-blog-section .blog-inner .left-side .content img {
  max-width: 100%;
}
main.blog-post .main-blog-section .blog-inner .right-side {
  width: 35%;
}
@media (max-width: 991px) {
  main.blog-post .main-blog-section .blog-inner .right-side {
    width: 100%;
  }
}
main.blog-post .main-blog-section .blog-inner .right-side .featured-image {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 1rem;
  border: 4px solid #ABDCA7;
  overflow: hidden;
}
main.blog-post .main-blog-section .blog-inner .right-side .share-this-page {
  width: 100%;
  padding: 2rem;
  background: #86CC5D;
  border-radius: 1rem;
}
main.blog-post .main-blog-section .blog-inner .right-side .share-this-page h3 {
  font-size: 3rem;
  font-weight: 500;
  margin: 0 0 2rem;
  color: #fff;
}
main.blog-post .main-blog-section .blog-inner .right-side .share-this-page > div {
  display: flex;
  flex-direction: row;
}
main.blog-post .main-blog-section .blog-inner .right-side .share-this-page > div a:not(:last-child) {
  margin-right: 1.5rem;
}
main.blog-post .main-blog-section .blog-inner .right-side .related-posts {
  width: 100%;
  padding: 2rem;
  margin-top: 3rem;
}
main.blog-post .main-blog-section .blog-inner .right-side .related-posts h3 {
  font-size: 3rem;
  font-weight: 500;
  margin: 0 0 5rem;
  color: #903F98;
}
main.blog-post .main-blog-section .blog-inner .right-side .related-posts a.post {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
main.blog-post .main-blog-section .blog-inner .right-side .related-posts a.post:hover img {
  transform: scale(1.1);
}
main.blog-post .main-blog-section .blog-inner .right-side .related-posts a.post figcaption {
  position: absolute;
  left: 2rem;
  top: -2rem;
  z-index: 999;
  background: #903F98;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "program", arial, sans-serif;
  padding: 1rem 3.5rem 1rem 1rem;
  border-radius: 1rem;
}
main.blog-post .main-blog-section .blog-inner .right-side .related-posts a.post .image {
  width: 100%;
  height: 30rem;
  border-radius: 1rem;
  border: 4px solid #ABDCA7;
  overflow: hidden;
}
@media (max-width: 1199px) {
  main.blog-post .main-blog-section .blog-inner .right-side .related-posts a.post .image {
    height: 22rem;
  }
}
main.blog-post .main-blog-section .blog-inner .right-side .related-posts a.post .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
main.blog-post .main-blog-section .blog-inner .right-side .related-posts a.post h4 {
  font-size: 2rem;
  font-weight: 500;
  color: #12530C;
  margin: 2rem 0;
}
main.blog-post .main-blog-section .blog-inner .right-side .related-posts a.post p {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 2rem;
}
main.blog-post .main-blog-section .blog-inner .right-side .related-posts a.post .read-more {
  font-size: 1.6rem;
  font-weight: 500;
  color: #12530C;
  text-decoration: underline;
  margin-top: auto;
}
main.blog-post .main-blog-section .blog-inner .right-side .our-shops {
  width: 100%;
  padding: 2rem;
  background: #903F98;
  border-radius: 1rem;
  margin-top: 3rem;
  margin-bottom: 4rem;
}
main.blog-post .main-blog-section .blog-inner .right-side .our-shops h3 {
  font-size: 3rem;
  font-weight: 500;
  margin: 0 0 2rem;
  color: #fff;
}
main.blog-post .main-blog-section .blog-inner .right-side .our-shops img {
  width: 100%;
  border-radius: 1rem;
}
main.blog-post .main-blog-section .blog-inner .right-side .our-shops p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  margin: 2rem 0 3rem;
}
main.blog-post .gallery h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #12530C;
  margin: 2rem 0;
}
main.blog-post .gallery .main-img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
main.blog-post .gallery .main-img img {
  width: 100%;
}
main.blog-post .gallery .img-wrapper {
  overflow: hidden;
  cursor: pointer;
  width: auto;
  height: 7.5vh;
  margin-right: 10px;
}
main.blog-post .gallery .img-wrapper img {
  min-height: 100%;
  height: 100%;
}
main.blog-post .gallery .img-wrapper.main-img {
  width: 100%;
  height: auto;
}
main.blog-post .gallery .gallery-container {
  display: flex;
  flex-wrap: wrap;
}

main.volunteer-post h1, main.single-shop-post h1, main.events-post h1 {
  font-size: 4rem !important;
  color: #903F98 !important;
}
@media (max-width: 991px) {
  main.volunteer-post h1, main.single-shop-post h1, main.events-post h1 {
    font-size: 3rem !important;
  }
}

main.events-post .image {
  width: 100%;
  border-radius: 1rem;
  border: 4px solid #ABDCA7;
  margin-bottom: 5rem;
}
main.events-post .register-online {
  background: #903F98;
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 3rem;
}
main.events-post .register-online h3 {
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  margin: 1rem 0 3rem;
}
main.events-post .register-online strong {
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  margin: 1rem 0;
  display: block;
}
main.events-post .register-online p {
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  font-family: "program", arial, sans-serif;
  margin-top: 2rem;
}

body.contact-us .top-footer {
  display: none !important;
}

main.contact-page .main-contact-section {
  width: 100%;
  padding: 10rem 0;
}
@media (min-width: 992px) {
  main.contact-page .main-contact-section {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (max-width: 991px) {
  main.contact-page .main-contact-section {
    padding: 7rem 0;
  }
}
main.contact-page .main-contact-section .contact-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
main.contact-page .main-contact-section .contact-inner .left-side {
  width: 45%;
}
@media (max-width: 991px) {
  main.contact-page .main-contact-section .contact-inner .left-side {
    width: 100%;
    margin-bottom: 5rem;
  }
}
main.contact-page .main-contact-section .contact-inner .left-side p.subheader {
  font-size: 2rem;
  font-weight: 400;
  font-family: "program", arial, sans-serif;
  color: #12530C;
  margin: 0;
}
main.contact-page .main-contact-section .contact-inner .left-side h1 {
  font-size: 4rem;
  font-weight: 500;
  color: #903F98;
  margin: 1rem 0 2rem;
}
@media (max-width: 991px) {
  main.contact-page .main-contact-section .contact-inner .left-side h1 {
    font-size: 3rem;
  }
}
main.contact-page .main-contact-section .contact-inner .left-side .content p {
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  main.contact-page .main-contact-section .contact-inner .left-side .content p {
    font-size: 1.6rem;
  }
}
main.contact-page .main-contact-section .contact-inner .left-side .content p strong {
  color: #12530C;
  font-weight: 800 !important;
}
main.contact-page .main-contact-section .contact-inner .left-side .map-outer {
  margin-top: 3rem;
}
main.contact-page .main-contact-section .contact-inner .left-side .map-outer h3 {
  font-size: 2.6rem;
  font-weight: 500;
  color: #12530C;
  margin: 2rem 0;
}
main.contact-page .main-contact-section .contact-inner .left-side .map-outer .gmap {
  margin-bottom: 4rem;
}
main.contact-page .main-contact-section .contact-inner .left-side .map-outer .gmap .acf-map {
  width: 100%;
  height: 27rem;
}
main.contact-page .main-contact-section .contact-inner .left-side .map-outer .gmap .acf-map img {
  max-width: inherit !important;
}
main.contact-page .main-contact-section .contact-inner .right-side {
  width: 45%;
}
@media (max-width: 991px) {
  main.contact-page .main-contact-section .contact-inner .right-side {
    width: 100%;
  }
}
main.contact-page .main-contact-section .contact-inner .right-side form {
  width: 100%;
  background: #E2E2E2;
  border-radius: 1rem;
  padding: 3rem;
}
main.contact-page .main-contact-section .contact-inner .right-side form h2 {
  font-size: 3rem;
  font-weight: 500;
  margin: 0 0 3rem;
  color: #252525;
}
@media (max-width: 991px) {
  main.contact-page .main-contact-section .contact-inner .right-side form h2 {
    font-size: 2.2rem;
  }
}
main.contact-page .main-contact-section .contact-inner .right-side form .p-2 {
  margin-bottom: 2rem;
}
main.contact-page .main-contact-section .contact-inner .right-side form .p-2 label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #252525;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  main.contact-page .main-contact-section .contact-inner .right-side form .p-2 label {
    font-size: 1.4rem;
  }
}
main.contact-page .main-contact-section .contact-inner .right-side form .p-2 .p-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
main.contact-page .main-contact-section .contact-inner .right-side form .p-2 .p-1 label {
  width: 50%;
  display: flex;
  flex-direction: row;
}
@media (max-width: 991px) {
  main.contact-page .main-contact-section .contact-inner .right-side form .p-2 .p-1 label {
    font-size: 1.4rem;
  }
}
main.contact-page .main-contact-section .contact-inner .right-side form .p-2 .p-1 input:not([type=radio]), main.contact-page .main-contact-section .contact-inner .right-side form .p-2 .p-1 textarea {
  width: 100%;
  border: none;
  padding: 1.5rem;
  border-radius: 1rem;
  font-size: 1.6rem;
}
main.contact-page .main-contact-section .contact-inner .right-side form p.gdpr {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 1rem 0 3rem;
}
main.contact-page .main-contact-section .contact-inner .right-side form .button-outer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

main.donate-page .top-section {
  width: 100%;
  padding: 10rem 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  main.donate-page .top-section {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (max-width: 991px) {
  main.donate-page .top-section {
    padding: 7rem 0;
  }
}
main.donate-page .top-section .content-outer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  z-index: 2;
}
main.donate-page .top-section .content-outer .content-col {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  main.donate-page .top-section .content-outer .content-col {
    width: 100%;
  }
}
main.donate-page .top-section .content-outer .content-col .content-inner p.subheader {
  font-size: 2rem;
  font-weight: 400;
  font-family: "program", arial, sans-serif;
  margin: 0;
  color: #12530C;
}
main.donate-page .top-section .content-outer .content-col .content-inner h1 {
  font-size: 4rem;
  font-weight: 500;
  color: #903F98;
  margin: 1rem 0 2rem;
}
@media (max-width: 991px) {
  main.donate-page .top-section .content-outer .content-col .content-inner h1 {
    font-size: 3rem;
  }
}
main.donate-page .top-section .content-outer .content-col .content-inner .content p {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  main.donate-page .top-section .content-outer .content-col .content-inner .content p {
    font-size: 1.6rem;
  }
}
main.donate-page .top-section .content-outer .content-col .quote {
  font-size: 3rem;
  font-family: "program", arial, sans-serif;
  font-weight: 500;
  color: #12530C;
}
@media (max-width: 991px) {
  main.donate-page .top-section .content-outer .content-col .quote {
    font-size: 2.2rem;
  }
}
main.donate-page .top-section .content-outer img {
  width: 48%;
  border-radius: 1rem;
  border: 4px solid #DFFFDC;
}
@media (max-width: 991px) {
  main.donate-page .top-section .content-outer img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  main.donate-page .second-section {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
main.donate-page .second-section .section-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
main.donate-page .second-section .section-inner .left-side, main.donate-page .second-section .section-inner .right-side {
  width: 48%;
}
@media (max-width: 991px) {
  main.donate-page .second-section .section-inner .left-side, main.donate-page .second-section .section-inner .right-side {
    width: 100%;
  }
}
main.donate-page .second-section .section-inner .left-side p, main.donate-page .second-section .section-inner .left-side li, main.donate-page .second-section .section-inner .right-side p, main.donate-page .second-section .section-inner .right-side li {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  main.donate-page .second-section .section-inner .left-side {
    margin-bottom: 5rem;
  }
}
main.donate-page .second-section .section-inner .left-side h2, main.donate-page .second-section .section-inner .left-side h3 {
  font-size: 3rem;
  font-weight: 500;
  color: #903F98;
  margin: 1rem 0 3rem;
}
@media (max-width: 991px) {
  main.donate-page .second-section .section-inner .left-side h2, main.donate-page .second-section .section-inner .left-side h3 {
    font-size: 2.6rem;
  }
}
main.donate-page .second-section .section-inner .left-side p {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  main.donate-page .second-section .section-inner .left-side p {
    font-size: 1.6rem;
  }
}
main.donate-page .second-section .section-inner .right-side {
  background: #903F98;
  border-radius: 1rem;
  padding: 2rem;
}
main.donate-page .second-section .section-inner .right-side h3 {
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  margin: 1rem 0 3rem;
}
@media (max-width: 991px) {
  main.donate-page .second-section .section-inner .right-side h3 {
    font-size: 2.6rem;
  }
}
main.donate-page .second-section .section-inner .right-side p {
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  font-family: "program", arial, sans-serif;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  main.donate-page .second-section .section-inner .right-side p {
    font-size: 1.8rem;
  }
}
main.donate-page .help-section {
  width: 100%;
  margin-top: 10rem;
}
@media (max-width: 991px) {
  main.donate-page .help-section {
    margin-top: 7rem;
  }
}
@media (min-width: 992px) {
  main.donate-page .help-section {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
main.donate-page .help-section p.subheader {
  font-size: 2rem;
  font-weight: 400;
  font-family: "program", arial, sans-serif;
  color: #903F98;
  margin: 0;
}
main.donate-page .help-section h2 {
  font-size: 4rem;
  font-weight: 500;
  color: #12530C;
  margin: 1rem 0 2rem;
}
@media (max-width: 991px) {
  main.donate-page .help-section h2 {
    font-size: 3rem;
  }
}
main.donate-page .help-section .blog-posts {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 7rem;
  flex-wrap: wrap;
}
main.donate-page .help-section .blog-posts a.post {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  position: relative;
  margin-bottom: 7rem;
}
main.donate-page .help-section .blog-posts a.post:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  main.donate-page .help-section .blog-posts a.post {
    width: 47%;
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  main.donate-page .help-section .blog-posts a.post {
    width: 100%;
  }
}
main.donate-page .help-section .blog-posts a.post .image {
  width: 100%;
  height: 30rem;
  border-radius: 1rem;
  border: 4px solid #ABDCA7;
  overflow: hidden;
}
@media (max-width: 1199px) {
  main.donate-page .help-section .blog-posts a.post .image {
    height: 22rem;
  }
}
main.donate-page .help-section .blog-posts a.post .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
main.donate-page .help-section .blog-posts a.post h4 {
  font-size: 2rem;
  font-weight: 500;
  color: #12530C;
  margin: 3rem 0 4rem;
}
main.donate-page .help-section .blog-posts a.post button {
  margin-top: auto;
}

main.volunteer-archive .top-section {
  width: 100%;
  padding: 10rem 0 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  main.volunteer-archive .top-section {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (max-width: 991px) {
  main.volunteer-archive .top-section {
    padding: 7rem 0;
  }
}
main.volunteer-archive .top-section .content-outer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  z-index: 2;
}
main.volunteer-archive .top-section .content-outer .content-col {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  main.volunteer-archive .top-section .content-outer .content-col {
    width: 100%;
    margin-bottom: 5rem;
  }
}
main.volunteer-archive .top-section .content-outer .content-col .content-inner p.subheader {
  font-size: 2rem;
  font-weight: 400;
  font-family: "program", arial, sans-serif;
  margin: 0;
  color: #12530C;
}
main.volunteer-archive .top-section .content-outer .content-col .content-inner h1 {
  font-size: 4rem;
  font-weight: 500;
  color: #903F98;
  margin: 1rem 0 2rem;
}
@media (max-width: 991px) {
  main.volunteer-archive .top-section .content-outer .content-col .content-inner h1 {
    font-size: 3rem;
  }
}
main.volunteer-archive .top-section .content-outer .content-col .content-inner .content h2, main.volunteer-archive .top-section .content-outer .content-col .content-inner .content h3 {
  font-size: 3rem;
  font-weight: 500;
  color: #12530C;
}
main.volunteer-archive .top-section .content-outer .content-col .content-inner .content p {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  main.volunteer-archive .top-section .content-outer .content-col .content-inner .content p {
    font-size: 1.6rem;
  }
}
main.volunteer-archive .top-section .content-outer .content-col .content-inner .content ul {
  padding-left: 1.5rem;
}
main.volunteer-archive .top-section .content-outer .content-col .quote {
  font-size: 3rem;
  font-family: "program", arial, sans-serif;
  font-weight: 500;
  color: #12530C;
}
@media (max-width: 991px) {
  main.volunteer-archive .top-section .content-outer .content-col .quote {
    font-size: 2.2rem;
  }
}
main.volunteer-archive .top-section .content-outer .right-side {
  width: 45%;
}
@media (max-width: 991px) {
  main.volunteer-archive .top-section .content-outer .right-side {
    width: 100%;
  }
}
main.volunteer-archive .top-section .content-outer .right-side img {
  width: 100%;
  border-radius: 1rem;
  border: 4px solid #ABDCA7;
  margin-bottom: 5rem;
}
main.volunteer-archive .top-section .content-outer .right-side .right-block {
  background: #903F98;
  border-radius: 1rem;
  padding: 2rem;
}
main.volunteer-archive .top-section .content-outer .right-side .right-block h3 {
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  margin: 1rem 0 3rem;
}
main.volunteer-archive .top-section .content-outer .right-side .right-block p {
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  font-family: "program", arial, sans-serif;
  margin: 2rem 0 4rem;
}
main.volunteer-archive .help-section {
  width: 100%;
  margin-top: 10rem;
}
@media (min-width: 992px) {
  main.volunteer-archive .help-section {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (max-width: 991px) {
  main.volunteer-archive .help-section {
    margin-top: 7rem;
  }
}
main.volunteer-archive .help-section p.subheader {
  font-size: 2rem;
  font-weight: 400;
  font-family: "program", arial, sans-serif;
  color: #903F98;
  margin: 0;
}
main.volunteer-archive .help-section h2 {
  font-size: 4rem;
  font-weight: 500;
  color: #12530C;
  margin: 1rem 0 2rem;
}
@media (max-width: 991px) {
  main.volunteer-archive .help-section h2 {
    font-size: 3rem;
  }
}
main.volunteer-archive .help-section .blog-posts {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 7rem;
}
main.volunteer-archive .help-section .blog-posts a.post {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  position: relative;
  margin-bottom: 7rem;
}
main.volunteer-archive .help-section .blog-posts a.post:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  main.volunteer-archive .help-section .blog-posts a.post {
    width: 47%;
  }
}
@media (max-width: 767px) {
  main.volunteer-archive .help-section .blog-posts a.post {
    width: 100%;
  }
}
main.volunteer-archive .help-section .blog-posts a.post .image {
  width: 100%;
  height: 30rem;
  border-radius: 1rem;
  border: 4px solid #ABDCA7;
  overflow: hidden;
}
@media (max-width: 1199px) {
  main.volunteer-archive .help-section .blog-posts a.post .image {
    height: 22rem;
  }
}
main.volunteer-archive .help-section .blog-posts a.post .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
main.volunteer-archive .help-section .blog-posts a.post h4 {
  font-size: 2rem;
  font-weight: 500;
  color: #12530C;
  margin: 3rem 0 4rem;
}
main.volunteer-archive .help-section .blog-posts a.post button {
  margin-top: auto;
}

main.volunteer-registration .back-button {
  width: 100%;
  margin-top: 6rem;
}
@media (min-width: 992px) {
  main.volunteer-registration .back-button {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (max-width: 991px) {
  main.volunteer-registration .back-button {
    margin-top: 4rem;
  }
}
main.volunteer-registration .back-button a {
  font-size: 2rem;
  font-weight: 400;
  font-family: "program", arial, sans-serif;
  color: #903F98;
}
main.volunteer-registration .top-section {
  width: 100%;
  margin-top: 4rem;
}
@media (min-width: 992px) {
  main.volunteer-registration .top-section {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
main.volunteer-registration .top-section p.subheader {
  font-size: 2rem;
  font-weight: 400;
  font-family: "program", arial, sans-serif;
  margin: 0;
  color: #12530C;
}
main.volunteer-registration .top-section h1 {
  font-size: 3rem;
  font-weight: 500;
  color: #903F98;
  margin: 0 0 2rem;
}
main.volunteer-registration .main-section {
  width: 100%;
  margin-top: 6rem;
}
@media (min-width: 992px) {
  main.volunteer-registration .main-section {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
main.volunteer-registration .main-section .section-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
main.volunteer-registration .main-section .section-inner form {
  width: 50%;
}
@media (max-width: 991px) {
  main.volunteer-registration .main-section .section-inner form {
    width: 100%;
    margin-bottom: 5rem;
  }
}
main.volunteer-registration .main-section .section-inner form h2 {
  font-size: 3rem;
  font-weight: 500;
  margin: 0 0 3rem;
  color: #252525;
}
@media (max-width: 991px) {
  main.volunteer-registration .main-section .section-inner form h2 {
    font-size: 2.2rem;
  }
}
main.volunteer-registration .main-section .section-inner form .p-2 {
  margin-bottom: 2rem;
}
main.volunteer-registration .main-section .section-inner form .p-2 label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #252525;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  main.volunteer-registration .main-section .section-inner form .p-2 label {
    font-size: 1.4rem;
  }
}
main.volunteer-registration .main-section .section-inner form .p-2 .p-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
main.volunteer-registration .main-section .section-inner form .p-2 .p-1 label {
  width: 50%;
  display: flex;
  flex-direction: row;
}
@media (max-width: 991px) {
  main.volunteer-registration .main-section .section-inner form .p-2 .p-1 label {
    font-size: 1.4rem;
  }
}
main.volunteer-registration .main-section .section-inner form .p-2 .p-1 input:not([type=radio]):not([type=checkbox]), main.volunteer-registration .main-section .section-inner form .p-2 .p-1 textarea {
  width: 100%;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid #AEAEAE;
  font-size: 1.6rem;
}
main.volunteer-registration .main-section .section-inner form p.gdpr {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 1rem 0 3rem;
}
main.volunteer-registration .main-section .section-inner form .button-outer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main.volunteer-registration .main-section .section-inner .benefits {
  width: 40%;
  background: #903F98;
  border-radius: 1rem;
  padding: 2rem;
}
@media (max-width: 991px) {
  main.volunteer-registration .main-section .section-inner .benefits {
    width: 100%;
  }
}
main.volunteer-registration .main-section .section-inner .benefits h3 {
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  margin: 1rem 0 3rem;
}
@media (max-width: 991px) {
  main.volunteer-registration .main-section .section-inner .benefits h3 {
    font-size: 2.6rem;
  }
}
main.volunteer-registration .main-section .section-inner .benefits ul {
  padding-left: 1.5rem;
}
main.volunteer-registration .main-section .section-inner .benefits ul li {
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  font-family: "program", arial, sans-serif;
}
@media (max-width: 991px) {
  main.volunteer-registration .main-section .section-inner .benefits ul li {
    font-size: 1.8rem;
  }
}
main.volunteer-registration .main-section .section-inner .benefits ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}

main.thank-you .thank-you-main-section {
  width: 100%;
  margin: 10rem 0;
}
@media (max-width: 991px) {
  main.thank-you .thank-you-main-section {
    margin: 7rem 0;
  }
}
main.thank-you .thank-you-main-section .section-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
main.thank-you .thank-you-main-section .section-inner .left-side {
  width: 50%;
}
@media (max-width: 991px) {
  main.thank-you .thank-you-main-section .section-inner .left-side {
    width: 100%;
    margin-bottom: 5rem;
  }
}
main.thank-you .thank-you-main-section .section-inner .left-side p.subheader {
  font-size: 2rem;
  font-weight: 400;
  font-family: "program", arial, sans-serif;
  margin: 0;
  color: #12530C;
}
main.thank-you .thank-you-main-section .section-inner .left-side h1 {
  font-size: 4rem;
  font-weight: 500;
  color: #903F98;
  margin: 1rem 0 2rem;
}
@media (max-width: 991px) {
  main.thank-you .thank-you-main-section .section-inner .left-side h1 {
    font-size: 3rem;
  }
}
main.thank-you .thank-you-main-section .section-inner .left-side .content {
  margin-bottom: 7rem;
}
main.thank-you .thank-you-main-section .section-inner .left-side .content p {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  main.thank-you .thank-you-main-section .section-inner .left-side .content p {
    font-size: 1.6rem;
  }
}
main.thank-you .thank-you-main-section .section-inner .right-side {
  width: 40%;
  background: #903F98;
  border-radius: 1rem;
  padding: 2rem;
}
@media (max-width: 991px) {
  main.thank-you .thank-you-main-section .section-inner .right-side {
    width: 100%;
  }
}
main.thank-you .thank-you-main-section .section-inner .right-side h3 {
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  margin: 1rem 0 3rem;
}
@media (max-width: 991px) {
  main.thank-you .thank-you-main-section .section-inner .right-side h3 {
    font-size: 2.6rem;
  }
}
main.thank-you .thank-you-main-section .section-inner .right-side p {
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  font-family: "program", arial, sans-serif;
  margin: 2rem 0 4rem;
}
@media (max-width: 991px) {
  main.thank-you .thank-you-main-section .section-inner .right-side p {
    font-size: 1.8rem;
  }
}

main.partnerships-page .top-section {
  width: 100%;
  background: #86CC5D;
  padding: 10rem 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  main.partnerships-page .top-section {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (max-width: 991px) {
  main.partnerships-page .top-section {
    padding: 7rem 0;
  }
}
main.partnerships-page .top-section .content-outer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  main.partnerships-page .top-section .content-outer {
    flex-direction: column-reverse;
  }
}
main.partnerships-page .top-section .content-outer .image {
  width: 48%;
  height: 45rem;
}
@media (max-width: 1199px) {
  main.partnerships-page .top-section .content-outer .image {
    height: 33.4rem;
  }
}
@media (max-width: 991px) {
  main.partnerships-page .top-section .content-outer .image {
    width: 100%;
  }
}
main.partnerships-page .top-section .content-outer .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1rem;
  border: 4px solid #DFFFDC;
}
main.partnerships-page .top-section .content-outer .content-col {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  main.partnerships-page .top-section .content-outer .content-col {
    width: 100%;
    margin-bottom: 5rem;
  }
}
main.partnerships-page .top-section .content-outer .content-col .content-inner p.subheader {
  font-size: 2rem;
  font-weight: 400;
  font-family: "program", arial, sans-serif;
  color: #fff;
  margin: 0;
}
main.partnerships-page .top-section .content-outer .content-col .content-inner h1 {
  font-size: 4rem;
  font-weight: 500;
  color: #903F98;
  margin: 1rem 0 2rem;
}
@media (max-width: 991px) {
  main.partnerships-page .top-section .content-outer .content-col .content-inner h1 {
    font-size: 3rem;
  }
}
main.partnerships-page .top-section .content-outer .content-col .content-inner .content p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 991px) {
  main.partnerships-page .top-section .content-outer .content-col .content-inner .content p {
    font-size: 1.6rem;
  }
}
main.partnerships-page .top-section .graphic-three {
  position: absolute;
  top: 2rem;
  right: -1rem;
  z-index: 1;
}
main.partnerships-page .top-section .graphic-two {
  position: absolute;
  bottom: -35rem;
  left: -1rem;
  z-index: 1;
}
main.partnerships-page .filters-section .filter {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 5rem;
}
@media (max-width: 991px) {
  main.partnerships-page .filters-section .filter {
    display: none;
  }
}
main.partnerships-page .filters-section .filter p {
  font-size: 3rem;
  font-weight: 500;
  color: #12530C;
  font-family: "program", arial, sans-serif;
  margin-right: 4rem;
}
main.partnerships-page .filters-section .filter > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
main.partnerships-page .filters-section .filter > div a {
  display: block;
}
main.partnerships-page .filters-section .filter > div a:not(:last-child) {
  margin-right: 2rem;
}
@media (min-width: 992px) {
  main.partnerships-page .filters-section .mobile-filter {
    display: none;
  }
}
main.partnerships-page .blocks-section {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10rem;
}
@media (min-width: 992px) {
  main.partnerships-page .blocks-section {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (max-width: 991px) {
  main.partnerships-page .blocks-section {
    margin-top: 7rem;
  }
}
main.partnerships-page .blocks-section .blog-posts {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}
main.partnerships-page .blocks-section .blog-posts .post {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 10rem;
}
@media (min-width: 992px) {
  main.partnerships-page .blocks-section .blog-posts .post {
    width: 30%;
  }
  main.partnerships-page .blocks-section .blog-posts .post:not(:nth-child(3n)) {
    margin-right: 5%;
  }
}
@media (max-width: 991px) {
  main.partnerships-page .blocks-section .blog-posts .post {
    width: 46%;
  }
  main.partnerships-page .blocks-section .blog-posts .post:not(:nth-child(2n)) {
    margin-right: 8%;
  }
}
@media (max-width: 767px) {
  main.partnerships-page .blocks-section .blog-posts .post {
    width: 100%;
  }
}
main.partnerships-page .partners-section .slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 21rem;
}
main.partnerships-page .partners-section .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

main.memorials-page .top-section {
  width: 100%;
  background: #86CC5D;
  padding: 10rem 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  main.memorials-page .top-section {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (max-width: 991px) {
  main.memorials-page .top-section {
    padding: 7rem 0;
  }
}
main.memorials-page .top-section .content-outer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  main.memorials-page .top-section .content-outer {
    flex-direction: column-reverse;
  }
}
main.memorials-page .top-section .content-outer .image {
  width: 48%;
  height: 45rem;
}
@media (max-width: 1199px) {
  main.memorials-page .top-section .content-outer .image {
    height: 33.4rem;
  }
}
@media (max-width: 991px) {
  main.memorials-page .top-section .content-outer .image {
    width: 100%;
  }
}
main.memorials-page .top-section .content-outer .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1rem;
  border: 4px solid #DFFFDC;
}
main.memorials-page .top-section .content-outer .content-col {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  main.memorials-page .top-section .content-outer .content-col {
    width: 100%;
    margin-bottom: 5rem;
  }
}
main.memorials-page .top-section .content-outer .content-col .content-inner p.subheader {
  font-size: 2rem;
  font-weight: 400;
  font-family: "program", arial, sans-serif;
  color: #fff;
  margin: 0;
}
main.memorials-page .top-section .content-outer .content-col .content-inner h1 {
  font-size: 4rem;
  font-weight: 500;
  color: #903F98;
  margin: 1rem 0 2rem;
}
@media (max-width: 991px) {
  main.memorials-page .top-section .content-outer .content-col .content-inner h1 {
    font-size: 3rem;
  }
}
main.memorials-page .top-section .content-outer .content-col .content-inner .content p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 991px) {
  main.memorials-page .top-section .content-outer .content-col .content-inner .content p {
    font-size: 1.6rem;
  }
}
main.memorials-page .top-section .graphic-three {
  position: absolute;
  top: 2rem;
  right: -1rem;
  z-index: 1;
}
main.memorials-page .top-section .graphic-two {
  position: absolute;
  bottom: -35rem;
  left: -1rem;
  z-index: 1;
}
main.memorials-page .form-section {
  width: 100%;
  margin-top: 10rem;
}
@media (max-width: 991px) {
  main.memorials-page .form-section {
    margin-top: 7rem;
  }
}
main.memorials-page .form-section .section-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
main.memorials-page .form-section .section-inner .left-side {
  width: 55%;
}
@media (max-width: 991px) {
  main.memorials-page .form-section .section-inner .left-side {
    width: 100%;
    margin-bottom: 5rem;
  }
}
main.memorials-page .form-section .section-inner .left-side h2 {
  font-size: 3rem;
  font-family: "program", arial, sans-serif;
  font-weight: 500;
  color: #12530C;
  margin: 0 0 2rem;
}
@media (max-width: 991px) {
  main.memorials-page .form-section .section-inner .left-side h2 {
    font-size: 2.4rem;
  }
}
main.memorials-page .form-section .section-inner .left-side p {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  main.memorials-page .form-section .section-inner .left-side p {
    font-size: 1.6rem;
  }
}
main.memorials-page .form-section .section-inner .left-side h3 {
  font-size: 2.4rem;
  font-family: "program", arial, sans-serif;
  font-weight: 500;
  margin: 8rem 0 2rem;
}
main.memorials-page .form-section .section-inner .left-side form {
  width: 100%;
}
main.memorials-page .form-section .section-inner .left-side form .p-2 {
  margin-bottom: 2rem;
}
main.memorials-page .form-section .section-inner .left-side form .p-2 label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #252525;
  margin-bottom: 0.5rem;
}
main.memorials-page .form-section .section-inner .left-side form .p-2 .p-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
main.memorials-page .form-section .section-inner .left-side form .p-2 .p-1 label {
  width: 50%;
  display: flex;
  flex-direction: row;
}
main.memorials-page .form-section .section-inner .left-side form .p-2 .p-1 input:not([type=radio]):not([type=checkbox]), main.memorials-page .form-section .section-inner .left-side form .p-2 .p-1 textarea {
  width: 100%;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid #AEAEAE;
}
main.memorials-page .form-section .section-inner .right-side {
  width: 35%;
}
@media (max-width: 991px) {
  main.memorials-page .form-section .section-inner .right-side {
    width: 100%;
  }
}
main.memorials-page .bottom-section {
  width: 100%;
  margin-top: 10rem;
}
@media (max-width: 991px) {
  main.memorials-page .bottom-section {
    margin-top: 7rem;
  }
}
main.memorials-page .bottom-section .section-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
main.memorials-page .bottom-section .section-inner .left-side {
  width: 48%;
  border: 4px solid #903F98;
  border-radius: 1rem;
  padding: 3rem;
}
@media (max-width: 991px) {
  main.memorials-page .bottom-section .section-inner .left-side {
    width: 100%;
    margin-bottom: 5rem;
  }
}
main.memorials-page .bottom-section .section-inner .left-side h3 {
  font-size: 3rem;
  font-weight: 500;
  margin: 0 0 2rem;
  color: #12530C;
}
main.memorials-page .bottom-section .section-inner .left-side p {
  font-size: 1.8rem;
  font-weight: 500;
}
main.memorials-page .bottom-section .section-inner .left-side .search-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
}
main.memorials-page .bottom-section .section-inner .left-side .search-form label {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
  display: block;
}
main.memorials-page .bottom-section .section-inner .left-side .search-form input {
  width: 100%;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid #AEAEAE;
  margin-bottom: 3rem;
}
main.memorials-page .bottom-section .section-inner .right-side {
  width: 48%;
  background: #86CC5D;
  border-radius: 1rem;
  padding: 3rem;
}
@media (max-width: 991px) {
  main.memorials-page .bottom-section .section-inner .right-side {
    width: 100%;
  }
}
main.memorials-page .bottom-section .section-inner .right-side h3 {
  font-size: 3rem;
  font-weight: 500;
  margin: 0 0 2rem;
  color: #12530C;
}
main.memorials-page .bottom-section .section-inner .right-side > div {
  border-bottom: 1px solid #252525;
}
main.memorials-page .bottom-section .section-inner .right-side > div .FAQ-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
main.memorials-page .bottom-section .section-inner .right-side > div .FAQ-header h4 {
  font-size: 1.8rem;
  font-weight: 500;
}
main.memorials-page .bottom-section .section-inner .right-side > div > p {
  display: none;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 0;
}
main.memorials-page .bottom-section .section-inner .right-side #faq-up-1, main.memorials-page .bottom-section .section-inner .right-side #faq-up-2, main.memorials-page .bottom-section .section-inner .right-side #faq-up-3, main.memorials-page .bottom-section .section-inner .right-side #faq-up-4 {
  display: none;
}

main.willow-cafe-page .top-section {
  width: 100%;
  background: #86CC5D;
  padding: 10rem 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  main.willow-cafe-page .top-section {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (max-width: 991px) {
  main.willow-cafe-page .top-section {
    padding: 7rem 0;
  }
}
main.willow-cafe-page .top-section .content-outer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  main.willow-cafe-page .top-section .content-outer {
    flex-direction: column-reverse;
  }
}
main.willow-cafe-page .top-section .content-outer .image {
  width: 48%;
  height: 45rem;
}
@media (max-width: 1199px) {
  main.willow-cafe-page .top-section .content-outer .image {
    height: 33.4rem;
  }
}
@media (max-width: 991px) {
  main.willow-cafe-page .top-section .content-outer .image {
    width: 100%;
  }
}
main.willow-cafe-page .top-section .content-outer .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1rem;
  border: 4px solid #DFFFDC;
}
main.willow-cafe-page .top-section .content-outer .content-col {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  main.willow-cafe-page .top-section .content-outer .content-col {
    width: 100%;
    margin-bottom: 5rem;
  }
}
main.willow-cafe-page .top-section .content-outer .content-col .content-inner p.subheader {
  font-size: 2rem;
  font-weight: 400;
  font-family: "program", arial, sans-serif;
  color: #fff;
  margin: 0;
}
main.willow-cafe-page .top-section .content-outer .content-col .content-inner h1 {
  font-size: 4rem;
  font-weight: 500;
  color: #903F98;
  margin: 1rem 0 2rem;
}
@media (max-width: 991px) {
  main.willow-cafe-page .top-section .content-outer .content-col .content-inner h1 {
    font-size: 3rem;
  }
}
main.willow-cafe-page .top-section .content-outer .content-col .content-inner .content p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 991px) {
  main.willow-cafe-page .top-section .content-outer .content-col .content-inner .content p {
    font-size: 1.6rem;
  }
}
main.willow-cafe-page .top-section .graphic-three {
  position: absolute;
  top: 2rem;
  right: -1rem;
  z-index: 1;
}
main.willow-cafe-page .top-section .graphic-two {
  position: absolute;
  bottom: -35rem;
  left: -1rem;
  z-index: 1;
}
main.willow-cafe-page .main-section {
  width: 100%;
  margin-top: 10rem;
}
@media (min-width: 992px) {
  main.willow-cafe-page .main-section {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
main.willow-cafe-page .main-section .section-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
main.willow-cafe-page .main-section .section-inner .left-side {
  width: 48%;
}
@media (max-width: 991px) {
  main.willow-cafe-page .main-section .section-inner .left-side {
    width: 100%;
    margin-bottom: 5rem;
  }
}
main.willow-cafe-page .main-section .section-inner .left-side h2, main.willow-cafe-page .main-section .section-inner .left-side h3 {
  font-size: 3rem;
  font-family: "program", arial, sans-serif;
  font-weight: 500;
  color: #12530C;
  margin: 0 0 2rem;
}
@media (max-width: 991px) {
  main.willow-cafe-page .main-section .section-inner .left-side h2, main.willow-cafe-page .main-section .section-inner .left-side h3 {
    font-size: 2.4rem;
  }
}
main.willow-cafe-page .main-section .section-inner .left-side p {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 2rem;
}
@media (max-width: 991px) {
  main.willow-cafe-page .main-section .section-inner .left-side p {
    font-size: 1.6rem;
  }
}
main.willow-cafe-page .main-section .section-inner .right-side {
  width: 48%;
}
@media (max-width: 991px) {
  main.willow-cafe-page .main-section .section-inner .right-side {
    width: 100%;
  }
}
main.willow-cafe-page .main-section .section-inner .right-side > div {
  width: 100%;
  border-radius: 1rem;
  padding: 3rem;
}
main.willow-cafe-page .main-section .section-inner .right-side > div:not(:last-child) {
  margin-bottom: 3rem;
}
main.willow-cafe-page .main-section .section-inner .right-side > div.green {
  background: #86CC5D;
}
main.willow-cafe-page .main-section .section-inner .right-side > div.green h2, main.willow-cafe-page .main-section .section-inner .right-side > div.green h3 {
  color: #12530C;
}
main.willow-cafe-page .main-section .section-inner .right-side > div.purple {
  background: #903F98;
}
main.willow-cafe-page .main-section .section-inner .right-side > div.purple h2, main.willow-cafe-page .main-section .section-inner .right-side > div.purple h3, main.willow-cafe-page .main-section .section-inner .right-side > div.purple p {
  color: #fff;
}
main.willow-cafe-page .main-section .section-inner .right-side > div h2, main.willow-cafe-page .main-section .section-inner .right-side > div h3 {
  font-size: 3rem;
  font-weight: 500;
  margin: 0 0 2rem;
}
@media (max-width: 991px) {
  main.willow-cafe-page .main-section .section-inner .right-side > div h2, main.willow-cafe-page .main-section .section-inner .right-side > div h3 {
    font-size: 2.4rem;
  }
}
main.willow-cafe-page .main-section .section-inner .right-side > div p {
  font-family: "program", arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  main.willow-cafe-page .main-section .section-inner .right-side > div p {
    font-size: 1.6rem;
  }
}
main.willow-cafe-page .main-section .section-inner .right-side > div a {
  display: block;
  margin-top: 2rem;
}
main.willow-cafe-page .events-section {
  width: 100%;
  margin-top: 10rem;
}
@media (min-width: 992px) {
  main.willow-cafe-page .events-section {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
main.willow-cafe-page .events-section h4 {
  font-size: 3rem;
  font-weight: 500;
  margin: 0 0 2rem;
  color: #903F98;
  border-bottom: 1px solid #9E9E9E;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  main.willow-cafe-page .events-section h4 {
    font-size: 2.6rem;
  }
}
main.willow-cafe-page .events-section .events-wrapper {
  display: flex;
  flex-direction: column;
}
main.willow-cafe-page .events-section .events-wrapper > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #9E9E9E;
}
main.willow-cafe-page .events-section .events-wrapper > div p.day {
  width: 30%;
  font-size: 2.2rem;
  font-family: "program", arial, sans-serif;
  font-weight: 500;
}
@media (max-width: 991px) {
  main.willow-cafe-page .events-section .events-wrapper > div p.day {
    width: 100%;
    font-size: 2rem;
    margin-bottom: 0;
  }
}
main.willow-cafe-page .events-section .events-wrapper > div .events {
  width: 70%;
}
@media (max-width: 991px) {
  main.willow-cafe-page .events-section .events-wrapper > div .events {
    width: 100%;
  }
}
main.willow-cafe-page .events-section .events-wrapper > div .events .event {
  width: 100%;
  padding: 3rem 0;
  display: flex;
  flex-direction: row;
}
main.willow-cafe-page .events-section .events-wrapper > div .events .event:not(.active) .text, main.willow-cafe-page .events-section .events-wrapper > div .events .event:not(.active) .collapse {
  display: none;
}
main.willow-cafe-page .events-section .events-wrapper > div .events .event.active .expand {
  display: none;
}
main.willow-cafe-page .events-section .events-wrapper > div .events .event:not(:last-child) {
  border-bottom: 1px solid #9E9E9E;
}
main.willow-cafe-page .events-section .events-wrapper > div .events .event .left-side {
  width: 100%;
}
main.willow-cafe-page .events-section .events-wrapper > div .events .event .left-side h3 {
  font-size: 2.2rem;
  font-family: "program", arial, sans-serif;
  font-weight: 500;
  color: #903F98;
  margin: 0 0 1rem;
}
@media (max-width: 991px) {
  main.willow-cafe-page .events-section .events-wrapper > div .events .event .left-side h3 {
    font-size: 1.8rem;
  }
}
main.willow-cafe-page .events-section .events-wrapper > div .events .event .left-side h3 + p {
  font-size: 1.8rem;
  font-family: "program", arial, sans-serif;
  font-weight: 500;
  color: #848484;
}
main.willow-cafe-page .events-section .events-wrapper > div .events .event .left-side .text {
  font-size: 1.6rem;
  font-weight: 400;
}
main.willow-cafe-page .events-section .events-wrapper > div .events .event .right-side svg {
  cursor: pointer;
}
main.willow-cafe-page .events-section .more-events {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}
main.willow-cafe-page .events-section .more-events p {
  font-size: 2.2rem;
  font-family: "program", arial, sans-serif;
  font-weight: 500;
  color: #12530C;
  margin: 0 0 3rem;
  text-align: center;
}

main.shops-page .top-section {
  width: 100%;
  padding: 10rem 0 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  main.shops-page .top-section {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (max-width: 991px) {
  main.shops-page .top-section {
    padding: 7rem 0 0;
  }
}
main.shops-page .top-section .content-outer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  z-index: 2;
}
main.shops-page .top-section .content-outer .content-col {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  main.shops-page .top-section .content-outer .content-col {
    width: 100%;
    margin-bottom: 5rem;
  }
}
main.shops-page .top-section .content-outer .content-col .content-inner p.subheader {
  font-size: 2rem;
  font-weight: 400;
  font-family: "program", arial, sans-serif;
  margin: 0;
  color: #12530C;
}
main.shops-page .top-section .content-outer .content-col .content-inner h1 {
  font-size: 4rem;
  font-weight: 500;
  color: #903F98;
  margin: 1rem 0 2rem;
}
@media (max-width: 991px) {
  main.shops-page .top-section .content-outer .content-col .content-inner h1 {
    font-size: 3rem;
  }
}
main.shops-page .top-section .content-outer .content-col .content-inner .content h2, main.shops-page .top-section .content-outer .content-col .content-inner .content h3 {
  font-size: 3rem;
  font-weight: 500;
  color: #12530C;
}
@media (max-width: 991px) {
  main.shops-page .top-section .content-outer .content-col .content-inner .content h2, main.shops-page .top-section .content-outer .content-col .content-inner .content h3 {
    font-size: 2.4rem;
  }
}
main.shops-page .top-section .content-outer .content-col .content-inner .content p {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  main.shops-page .top-section .content-outer .content-col .content-inner .content p {
    font-size: 1.6rem;
  }
}
main.shops-page .top-section .content-outer .content-col .content-inner .content ul {
  padding-left: 1.5rem;
}
main.shops-page .top-section .content-outer .content-col .quote {
  font-size: 3rem;
  font-family: "program", arial, sans-serif;
  font-weight: 500;
  color: #12530C;
}
@media (max-width: 991px) {
  main.shops-page .top-section .content-outer .content-col .quote {
    font-size: 2.2rem;
  }
}
main.shops-page .top-section .content-outer .right-side {
  width: 45%;
}
@media (max-width: 991px) {
  main.shops-page .top-section .content-outer .right-side {
    width: 100%;
  }
}
main.shops-page .top-section .content-outer .right-side img {
  width: 100%;
  border-radius: 1rem;
  border: 4px solid #ABDCA7;
  margin-bottom: 5rem;
}
main.shops-page .top-section .content-outer .right-side .right-block {
  background: #903F98;
  border-radius: 1rem;
  padding: 2rem;
}
main.shops-page .top-section .content-outer .right-side .right-block h3 {
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  margin: 1rem 0 3rem;
}
@media (max-width: 991px) {
  main.shops-page .top-section .content-outer .right-side .right-block h3 {
    font-size: 2.6rem;
  }
}
main.shops-page .top-section .content-outer .right-side .right-block p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  margin: 2rem 0 3rem;
}
@media (max-width: 991px) {
  main.shops-page .top-section .content-outer .right-side .right-block p {
    font-size: 1.8rem;
  }
}
main.shops-page .help-section {
  width: 100%;
  margin-top: 10rem;
}
@media (min-width: 992px) {
  main.shops-page .help-section {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (max-width: 991px) {
  main.shops-page .help-section {
    margin-top: 7rem;
  }
}
main.shops-page .help-section p.subheader {
  font-size: 2rem;
  font-weight: 400;
  font-family: "program", arial, sans-serif;
  color: #903F98;
  margin: 0;
}
main.shops-page .help-section h2 {
  font-size: 4rem;
  font-weight: 500;
  color: #12530C;
  margin: 1rem 0 2rem;
}
@media (max-width: 991px) {
  main.shops-page .help-section h2 {
    font-size: 3rem;
  }
}
main.shops-page .help-section .blog-posts {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 7rem;
}
main.shops-page .help-section .blog-posts .post {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  position: relative;
  margin-bottom: 7rem;
}
main.shops-page .help-section .blog-posts .post:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  main.shops-page .help-section .blog-posts .post {
    width: 47%;
  }
}
@media (max-width: 767px) {
  main.shops-page .help-section .blog-posts .post {
    width: 100%;
  }
}
main.shops-page .help-section .blog-posts .post .image {
  width: 100%;
  height: 30rem;
  border-radius: 1rem;
  border: 4px solid #ABDCA7;
  overflow: hidden;
}
@media (max-width: 1199px) {
  main.shops-page .help-section .blog-posts .post .image {
    height: 22rem;
  }
}
main.shops-page .help-section .blog-posts .post .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
main.shops-page .help-section .blog-posts .post h4 {
  font-size: 2rem;
  font-weight: 500;
  color: #12530C;
  margin: 3rem 0 2rem;
}
main.shops-page .help-section .blog-posts .post p {
  font-size: 1.6rem;
  font-family: "program", arial, sans-serif;
  font-weight: 500;
  margin: 0;
}
main.shops-page .help-section .blog-posts .post p.phone {
  margin-bottom: 2rem;
}
main.shops-page .help-section .blog-posts .post p.opening-hours {
  margin-bottom: 4rem;
}
main.shops-page .help-section .blog-posts .post .buttons {
  width: 100%;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
main.shops-page .help-section .blog-posts .post .buttons a {
  width: 48%;
}
main.shops-page .help-section .blog-posts .post .buttons a button {
  width: 100%;
}

main.careers-page .top-section {
  width: 100%;
  padding: 10rem 0 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  main.careers-page .top-section {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (max-width: 991px) {
  main.careers-page .top-section {
    padding: 7rem 0 0;
  }
}
main.careers-page .top-section .content-outer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  z-index: 2;
}
main.careers-page .top-section .content-outer .content-col {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  main.careers-page .top-section .content-outer .content-col {
    width: 100%;
    margin-bottom: 5rem;
  }
}
main.careers-page .top-section .content-outer .content-col .content-inner p.subheader {
  font-size: 2rem;
  font-weight: 400;
  font-family: "program", arial, sans-serif;
  margin: 0;
  color: #12530C;
}
main.careers-page .top-section .content-outer .content-col .content-inner h1 {
  font-size: 4rem;
  font-weight: 500;
  color: #903F98;
  margin: 1rem 0 2rem;
}
@media (max-width: 991px) {
  main.careers-page .top-section .content-outer .content-col .content-inner h1 {
    font-size: 3rem;
  }
}
main.careers-page .top-section .content-outer .content-col .content-inner .content h2, main.careers-page .top-section .content-outer .content-col .content-inner .content h3 {
  font-size: 3rem;
  font-weight: 500;
  color: #12530C;
}
@media (max-width: 991px) {
  main.careers-page .top-section .content-outer .content-col .content-inner .content h2, main.careers-page .top-section .content-outer .content-col .content-inner .content h3 {
    font-size: 2.4rem;
  }
}
main.careers-page .top-section .content-outer .content-col .content-inner .content p {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  main.careers-page .top-section .content-outer .content-col .content-inner .content p {
    font-size: 1.6rem;
  }
}
main.careers-page .top-section .content-outer .content-col .content-inner .content ul {
  padding-left: 1.5rem;
}
main.careers-page .top-section .content-outer .content-col .quote {
  font-size: 3rem;
  font-family: "program", arial, sans-serif;
  font-weight: 500;
  color: #12530C;
}
@media (max-width: 991px) {
  main.careers-page .top-section .content-outer .content-col .quote {
    font-size: 2.2rem;
  }
}
main.careers-page .top-section .content-outer .right-side {
  width: 45%;
}
@media (max-width: 991px) {
  main.careers-page .top-section .content-outer .right-side {
    width: 100%;
  }
}
main.careers-page .top-section .content-outer .right-side img {
  width: 100%;
  border-radius: 1rem;
  border: 4px solid #ABDCA7;
  margin-bottom: 5rem;
}
main.careers-page .top-section .content-outer .right-side .right-block {
  background: #903F98;
  border-radius: 1rem;
  padding: 2rem;
}
main.careers-page .top-section .content-outer .right-side .right-block h3 {
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  margin: 1rem 0 3rem;
}
@media (max-width: 991px) {
  main.careers-page .top-section .content-outer .right-side .right-block h3 {
    font-size: 2.6rem;
  }
}
main.careers-page .top-section .content-outer .right-side .right-block p {
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  font-family: "program", arial, sans-serif;
  margin: 2rem 0 4rem;
}
@media (max-width: 991px) {
  main.careers-page .top-section .content-outer .right-side .right-block p {
    font-size: 1.8rem;
  }
}
main.careers-page .help-section {
  width: 100%;
  margin-top: 10rem;
}
@media (min-width: 992px) {
  main.careers-page .help-section {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
main.careers-page .help-section p.subheader {
  font-size: 2rem;
  font-weight: 400;
  font-family: "program", arial, sans-serif;
  color: #903F98;
  margin: 0;
}
main.careers-page .help-section h2 {
  font-size: 4rem;
  font-weight: 500;
  color: #12530C;
  margin: 1rem 0 2rem;
}
@media (max-width: 991px) {
  main.careers-page .help-section h2 {
    font-size: 3rem;
  }
}
main.careers-page .help-section .blog-posts {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 7rem;
}
main.careers-page .help-section .blog-posts .post {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  position: relative;
  margin-bottom: 7rem;
}
main.careers-page .help-section .blog-posts .post:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  main.careers-page .help-section .blog-posts .post {
    width: 47%;
  }
}
@media (max-width: 767px) {
  main.careers-page .help-section .blog-posts .post {
    width: 100%;
  }
}
main.careers-page .help-section .blog-posts .post .image {
  width: 100%;
  height: 30rem;
  border-radius: 1rem;
  border: 4px solid #ABDCA7;
  overflow: hidden;
}
@media (max-width: 1199px) {
  main.careers-page .help-section .blog-posts .post .image {
    height: 22rem;
  }
}
main.careers-page .help-section .blog-posts .post .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
main.careers-page .help-section .blog-posts .post h4 {
  font-size: 2rem;
  font-weight: 500;
  color: #12530C;
  margin: 3rem 0 2rem;
}
main.careers-page .help-section .blog-posts .post p {
  font-size: 1.6rem;
  font-family: "program", arial, sans-serif;
  font-weight: 500;
  margin: 0;
}
main.careers-page .help-section .blog-posts .post p.phone {
  margin-bottom: 2rem;
}
main.careers-page .help-section .blog-posts .post p.opening-hours {
  margin-bottom: 4rem;
}
main.careers-page .help-section .blog-posts .post .buttons {
  width: 100%;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
main.careers-page .help-section .blog-posts .post .buttons a {
  width: 48%;
}
main.careers-page .help-section .blog-posts .post .buttons a button {
  width: 100%;
}

main.simple-page {
  padding: 10rem 0;
}
@media (max-width: 991px) {
  main.simple-page {
    padding: 7rem 0;
  }
}
main.simple-page h1 {
  font-size: 4rem;
  font-weight: 500;
  color: #903F98;
  margin: 1rem 0 2rem;
}
@media (max-width: 991px) {
  main.simple-page h1 {
    font-size: 3rem;
  }
}
main.simple-page h2, main.simple-page h3 {
  font-size: 3rem;
  font-weight: 500;
  color: #12530C;
}
@media (max-width: 991px) {
  main.simple-page h2, main.simple-page h3 {
    font-size: 2.4rem;
  }
}
main.simple-page p, main.simple-page li, main.simple-page span, main.simple-page a {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  main.simple-page p, main.simple-page li, main.simple-page span, main.simple-page a {
    font-size: 1.6rem;
  }
}
