/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Bryan Hadaway
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/bhadaway/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024.1
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2024
BlankSlate is distributed under the terms of the GNU GPL
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

a {
  text-decoration-skip-ink: auto;
  text-decoration: none;
  color: inherit;
  text-decoration: none;
  touch-action: manipulation;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

button {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small,
sup,
sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd,
tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del,
strike,
s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address,
cite,
var {
  font-style: italic;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.sticky {
}

.bypostauthor {
}

.wp-caption {
}

.wp-caption-text {
}

.gallery-caption {
}

.alignright {
}

.alignleft {
}

.aligncenter {
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: 120%;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: 120%;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

/* Custom CSS */

:root {
  --Cyan: #00f9ec;
  --Dark-green: #1c2d1c;
  --White: #ffffff;
  --Blue: #28575d;
  --Earth-green: #6b733e;
  --Brown: #827060;
  --mobile-spacing: 0;
}

@media screen and (max-height: 769px) {
  :root {
    --mobile-spacing: -40px;
  }
}

@media screen and (max-height: 800px) {
  :root {
    --mobile-spacing: -80px;
  }
}

.baskerville-regular {
  font-family: "baskerville-urw", serif;
  font-weight: 400;
  font-style: normal;
}

.baskerville-regular-italic {
  font-family: "baskerville-urw", serif;
  font-weight: 400;
  font-style: italic;
}

.azo-sans-light {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.azo-sans-regular {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  background: var(--Dark-green, #203122);
  font-family: "azo-sans-web", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: var(--White, #fff);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1,
h2 {
  color: var(--Cyan, #00f9ec);
  font-size: 66px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 6px;
  text-transform: uppercase;
}

@media screen and (max-width: 769px) {
  h1,
  h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px; /* 120% */
    letter-spacing: 1.8px;
  }
}

.h2-medium {
  color: var(--Cyan, #00f9ec);
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 55px;
  /* 110% */
  letter-spacing: 4px;
  text-transform: uppercase;
}

@media screen and (max-width: 769px) {
  .h2-medium {
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px; /* 120% */
    letter-spacing: 1.8px;
  }
}

.h2-small {
  color: var(--Cyan, #00f9ec);
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  /* 120% */
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

@media screen and (max-width: 769px) {
  .h2-small {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 28.8px;
    /* 120% */
    letter-spacing: 1.92px;
  }
}

p {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 133.333% */
}

@media screen and (max-width: 769px) {
  p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;  
  }
}

em {
  font-family: "baskerville-urw", serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: normal;
}

.underline{
  text-decoration: underline;
}

.eyebrow {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

.external-arrow{
    display: inline-block;
    width: auto;
    height: 15px;
    line-height: 18px;
    margin-left: 5px
}

@media screen and (max-width: 769px) {
  .eyebrow {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 1.12px;
  } 
}

.white-text {
  color: var(--White, #fff);
}

.btn {
    font-family: "azo-sans-web", sans-serif !important;
    color: var(--White, #fff);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid var(--White, #fff);
    background: transparent;
    display: inline-flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

@media screen and (max-width: 769px) {
  .btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.32px;
  }
}

.btn:hover {
  background: var(--White, #fff);
  color: var(--Dark-green, #203122);
}

.btn.cyan {
  background: var(--Cyan, #00f9ec);
  color: var(--Dark-green, #203122);
  border: 1px solid var(--Cyan, #00f9ec);
}

.btn.cyan:hover {
  background: var(--White, #fff);
  border: 1px solid var(--White, #fff);
}

.col-33 {
  width: 33.33%;
}

.col-55 {
  width: 55%;
}

.col-50 {
  width: 50%;
}

.col-45 {
  width: 45%;
}

@media only screen and (max-width: 769px) {
  .col-33,
  .col-55,
  .col-50,
  .col-45 {
    width: 100%;
  }
}

.hidden {
  display: none;
}

#header {
  background: transparent;
  position: fixed;
  z-index: 1000;
  width: 100%;
  transition: all 0.3s ease;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  max-width: 1480px;
  margin: 0 auto;
}



#header .menu-container {
  color: var(--White, #ffffff);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  flex: 1;
}

#header .menu-container .menu-left,
#header .menu-container .menu-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}

#header .menu-container .menu-right {
  justify-content: flex-end;
}

#header #branding {
  z-index: 2;
}

#header .logo {
  width: 190px;
  height: auto;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1100px) {

  .header-wrapper{
    padding: 15px 20px;
  }

  #header .logo {
    width: 100px;
  }

  #header .menu-container .menu-left,
  #header .menu-container .menu-right {
    display: none;
  }
}

.menu-icon {
  display: none;
  cursor: pointer;
  position: fixed;
  left: 20px;
  top: 20px;
  z-index: 2;
}

.bar1,
.bar2,
.bar3 {
  width: 26px;
  height: 2px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}

.active .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.active .bar2 {
  opacity: 0;
}

.active .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
  transform: rotate(45deg) translate(-5px, -5px);
}

.donate-button {
  display: none;
  cursor: pointer;
  position: fixed;
  right: 20px;
  top: 17px;
  padding: 10px;
  font-size: 12px;
  z-index: 2;
}

.overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--Dark-green, #203122);
  display: none;
  z-index: 1;
}

.overlay-menu.active {
  display: block;
}

.overlay-menu nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.overlay-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.overlay-menu li {
  margin-bottom: 20px;
  text-align: center;
}

.overlay-menu a {
  color: white;
  text-decoration: none;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 28.8px;
  text-transform: uppercase;
}

.overlay-menu a:hover {
  color: var(--Cyan, #00f9ec);
}

@media only screen and (max-width: 1100px) {
  .menu-icon {
    display: block;
  }

  .donate-button {
    display: block;
    padding:8px;
  }
}

.content-container {
  padding: 100px 0;
}

@media only screen and (max-width: 768px) {
  .content-container {
    padding: 60px 0;
  }
}

.wrapper {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 769px) {
  .wrapper {
    padding: 0 25px;
  } 
}

.blue-section {
  background: var(--Blue, #28575d);
  color: var(--White, #fff);
  padding: 100px 0 50px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 769px) {
  .blue-section {
    padding: 100px 0 50px;
  }
}

/* can you adjust the css below to ensure that it doesn't change depending on the height of the div */

.blue-section::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 8vw;
  background: var(--Dark-green, #203122);
  z-index: 1;
  clip-path: polygon(0 0, 100% 100%, 100% 0, 0 0);
}

.intro-section {
  padding: 100px 0;
  max-width: 720px;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  .intro-section {
    padding: 60px 0;
  }
}

.intro-section .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: center;
  flex-direction: column;
  z-index: 1;
}

.intro-section .container p {
  max-width: 80%;
}

@media screen and (max-width: 769px) {
  .intro-section .container p {
    max-width: 100%;
  }
}

/* home banner */
.home-banner,
.page-banner {
  background: url("/wp-content/uploads/2024/05/cascade-home-banner.webp");
  background-size: cover;
  background-position: center center;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--White, #fff);
  position: relative;
}

.home-banner::after,
.page-banner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  width: 100%;
  height: 8vw;
  background: var(--Dark-green, #203122);
  z-index: 1;
  clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
}

.home-banner::before,
.page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 90vh;
  background: rgba(0, 0, 0, 0.25);
  z-index: 0;
}

.home-banner .wrapper,
.page-banner .wrapper {
  position: relative;
  z-index: 1;
}

.home-banner .container,
.page-banner .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  text-align: center;
  flex-direction: column;
  z-index: 2;
}

.home-banner .container h1 {
  color: var(--White, #fff);
  font-family: Baskerville;
  font-size: 85px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  font-family: "baskerville-urw", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: normal;
}

.page-banner .container h1 {
  color: var(--White, #fff);
  text-align: left;
  position: relative;
}

.page-banner .container h1 span {
  color: var(--Cyan, #00f9ec);
  position: relative;
  padding-left: 150px;
}

.home-banner .container p,
.page-banner .container p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 600px;
}

.home-banner .container .btn-container {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 769px) {
    .page-banner .container h1 {
        text-align: center;
    }

    .page-banner .container h1 span {
        padding-left: 0;
    }

    .page-banner .container p {
        font-size: 16px;
        width: 90%;
    }
}

@media screen and (max-width: 769px) {
  .home-banner .container h1 {
    font-size: 50px;
    line-height: 1;
  }

  .home-banner .container p {
    font-size: 16px;
    width: 90%;
  }

  .home-banner .container .btn-container {
    flex-direction: column;
  }
}

/* end of home banner */

/* video section */
.video-section {
  padding: 100px 0;
}

@media screen and (max-width: 769px) {
  .video-section {
    padding: 60px 0;
  }
}

.video-section h2 {
  margin-bottom: 60px;
}

.video-section .video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.video-section .video-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}

.video-section .video-container .play-button img {
  width: 100px;
  height: 100px;
}

.video-section .video-container video {
  width: 100%;
  height: auto;
}

/* end of video section */

/* image-section */
.image-text-section {
  padding: 100px 0;
}

@media screen and (max-width: 769px) {
  .image-text-section {
    padding: 60px 0;
  }
}

.image-text-section .row {
  display: flex;
  align-items: center;
}

.image-text-section .row.align-top {
  display: flex;
  align-items: flex-start;
}

@media only screen and (max-width: 769px) {
  .image-text-section .row {
    flex-direction: column;
  }
}

.image-text-section .col {
  padding: 0 15px;
}

@media screen and (max-width: 769px) {
  .image-text-section .col {
    padding: 0;
  }   
}

.image-text-section .col.text-col {
  z-index: 1;
}

.image-text-section img {
  width: 100%;
}

.image-text-section .image-text {
  padding: 0 80px;
}

@media only screen and (max-width: 769px) {
  .image-text-section .image-text {
    padding: 0;
  }
}

.image-text-section .eyebrow {
  margin-bottom: 20px;
  display: block;
}

.image-text-section h2 {
  color: var(--Cyan, #00f9ec);
  margin-bottom: 40px;
  position: relative;
}

.image-text-section p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-top: 20px;
  max-width: 450px;
}

.image-text-section .intro-text {
  color: var(--Cyan, #00f9ec);
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}

@media screen and (max-width: 769px) {
  .image-text-section .intro-text {
    font-size: 24px;
  } 
}

.image-text-section .btn {
  margin-top: 40px;
}

.image-text-section .col.right h2.offset {
  left: -200px;
  width: calc(100% + 200px);
  margin-bottom: 80px;
  z-index: 1;
}

.image-text-section .col.left h2.offset {
  right: -200px;
  width: calc(100% + 200px);
  margin-bottom: 80px;
  z-index: 1;
}

@media only screen and (max-width: 769px) {
  .image-text-section .col.right h2.offset,
  .image-text-section .col.left h2.offset {
    left: 0;
    right: 0;
    top: -10px;
    width: 100%;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 769px) {
  .image-text-section .col.image-col {
    order: 1;
    margin-bottom: 40px;
  }

  .image-text-section .col.text-col {
    order: 2;
  }
}

/* end of image section */

/* donate section */
.donate-section {
  padding: 0 0 100px;
}

@media screen and (max-width: 769px) {
  .donate-section {
    padding: 0 0 60px;
  }
}

.donate-container {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  gap: 60px;
}

.donate-container.wide {
  max-width: none;
}

.donate-box-container {
  display: flex;
  width: 50%;
  align-items: flex-start;
  flex-direction: column;
}

@media only screen and (max-width: 769px) {
  .donate-container {
    flex-direction: column;
  }

  .donate-box-container {
    width: 100%;
  }
}

.donate-box {
  background: url("/wp-content/uploads/2024/05/cascade-home-banner.webp");
  background-size: cover;
  background-position: center center;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 700px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin-bottom: 60px;
}

.donate-box-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  background: var(--Brown, #827060);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
  padding: 40px 20px 40px;
  width: 100%;
  height: 550px;
  margin-bottom: -50px;
  flex-shrink: 0;
}

@media screen and (max-width: 769px) {
  .donate-box {
    height: 500px;
  }

  .donate-box-content {
    height: auto;
    min-height: 400px;
    gap:10px;
  }
}

.donate-box-content.align-left {
  align-items: flex-start;
  text-align: left;
  justify-content: flex-start;
}

.donate-box-content.brown-bg {
  background: var(--Brown, #827060);
}

.donate-box-content.dark-green-bg {
  background: var(--Dark-green, #203122);
}

.donate-box-content.earth-green-bg {
  background: var(--Earth-green, #6b733e);
}

.donate-box-content.blue-bg {
  background: var(--Blue, #28575d);
}

.donate-box-content.white-bg {
  background: var(--White, #ffffff);
  color: var(--Dark-green, #203122);
}

.donate-box .donate-box-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 150% */
}

.donate-box em {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
}

.donate-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.donate-box ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20.8px;
  /* 130% */
  padding-left: 30px;
  /* Add some padding to the left of the text */
  background-image: url("images/tick.svg");
  /* Replace with the path to your icon */
  background-repeat: no-repeat;
  /* Prevent the icon from repeating */
  background-position: 0 0;
  /* Position the icon at the start of the text */
  background-size: 23px 23px;
  margin-bottom: 10px;
}

@media screen and (max-width: 769px) {
    .donate-box .donate-box-content p {
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 18.2px;
        /* 130% */
    }
    .donate-box ul li {
        font-size: 14px;
        line-height: 18.2px;
        /* 130% */
    }
}

.donate-box .donate-box-content .btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.donate-box .donate-box-content .btn.stretch {
  width: 100%;
}

.donate-box-container .terms {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 18.2px;
  /* 130% */
  width: 90%;
}

.beacon-form {
  background: #e6e4db;
  padding: 50px;
  margin: 0 auto;
  max-width: 1100px;
}

@media screen and (max-width: 769px) {
  .beacon-form {
    padding: 15px;
  }
}

.custom-donation-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  max-width: 400px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}

.custom-donation-section .h2-small {
  color: var(--White, #fff);
  font-size: 25px;
}

#custom_donate_form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}

#custom_donate_form input[type="text"] {
  padding: 10px;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  border-bottom: solid 1px var(--Cyan, #00f9ec);
  font-family: "azo-sans-web", sans-serif;
  color: var(--Cyan, #00f9ec);
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 55px;
  /* 110% */
  letter-spacing: 4px;
  text-transform: uppercase;
  width: 300px;
  text-align: center;
}

#custom_donate_form .btn {
  width: 300px;
}

#custom_donate_form input::placeholder {
  font-family: "azo-sans-web", sans-serif;
  color: var(--Cyan, #00f9ec);
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 55px;
  /* 110% */
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
}

/* end of donate section */

/* scroll section */
.spacer {
  height: 20vh;
  /* Adjust as needed for space before and after the section */
}

.scroll-section {
  padding: 100px 0;
}

@media screen and (max-width: 769px) {
  .scroll-section {
    padding: 60px 0;
  }
}

.scroll-wrapper {
  display: block;
}

@media screen and (max-width: 769px) {
  .scroll-wrapper {
    display: none;
  }
}

.scroll-container {
}

/* end of scroll section */

/* blog section */
.blog-section {
  padding: 0 0 100px;
}

.blog-section .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

@media only screen and (max-width: 769px) {
  .blog-section .row {
    grid-template-columns: repeat(1, 1fr);
  }
}

.blog-section .row .col{
  width:100%;
}

.blog-box {
  overflow: hidden;
  width:100%;
}

.blog-box-image {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 66.6666%;
  overflow: hidden;
}

.blog-box-image img {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.blog-box-content {
  padding: 20px;
  text-align: center;
}

.blog-box-content h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 39px;
  /* 130% */
  color: var(--White, #fff);
  margin-top: 20px;
}

@media screen and (max-width: 769px) {
  .blog-box-content h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 28.8px; /* 120% */
  }
}

.blog-box-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 150% */
  margin-top: 20px;
}

.read-more {
  margin-top: 20px;
  color: var(--Cyan, #00f9ec);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.4px;
  /* 130% */
  text-decoration-line: underline;
  display: inline-block;
}

@media screen and (max-width: 769px) {
  .read-more  {
    font-size: 14px;
  }
}

/* end of blog section */

/* Article section */
.article-header {
  text-align: center;
  margin: 0 auto;
  padding: 100px 0 0;
}

@media screen and (max-width: 769px) {
  .article-header {
    padding: 60px 0 0;
  }
}

.article-header .published-date {
  margin-bottom: 20px;
}

.article-container {
  max-width: 980px;
  margin: 0 auto;
}

.article-featured-image {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 66.6666%;
  overflow: hidden;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top:100px;
}

@media screen and (max-width: 769px) {
    .article-featured-image {
      margin-top: 60px;
    }
  }

.article-featured-image img {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.article-body {
  text-align: left;
  margin: 0 auto;
  padding: 80px 0;
  max-width: 850px;
}

@media screen and (max-width: 769px) {
    .article-body  {
      padding: 40px 0;
    }
  }

.article-body h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 39px;
  /* 130% */
  color: var(--White, #fff);
  margin-top: 40px;
  text-transform: capitalize;
  letter-spacing: normal;
}

.article-body p {
  margin-top: 20px;
}

.article-body .wp-block-image {
  margin-top: 60px;
  max-width: 100%;
  height: auto;
}

.article-body ul,
.article-body ol {
  margin-top: 40px;
}

.article-body ul li {
  list-style: disc;
}

.article-body ol li {
  list-style: decimal;
}

.article-body ul li,
.article-body ol li {
  margin-top: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-left: 20px;
}

/* footer */

.heritage-fund {
  width: 110px;
  margin: 0 auto;
  margin-top: -50px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.signup-section {
  padding: 100px 0 0;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  text-align: center;
  flex-direction: column;
  z-index: 1;
}

@media screen and (max-width: 769px) {
  .signup-section {
    padding: 60px 0 0;
  }
}

.signup-section h2 {
  font-family: "baskerville-urw", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: normal;
}

.signup-section p {
    max-width: 80% !important;
}

.signup-container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 768px;
  gap: 20px;
  margin-top: 30px;
}

.cmApp_signupContainer {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

.cmApp_embedFormContainer {
  margin: 0 auto !important;
  width:100% !important;
}

.signup-container form {
  display: flex;
  align-items: center;
  width: 100% !important;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

#friends_signup {
  width: 100% !important;
  max-width: 500px !important;
}

#friends_signup form {
  flex-direction: column !important;
}

#friends_signup .cmApp_formSubHeader {
  text-align: left !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 24px !important;
  font-family: "azo-sans-web", sans-serif !important;
}

#friends_signup .cmApp_fieldWrap {
  width: 100% !important;
}

#friends_signup ul {
  margin-top: 20px !important;
}

@media screen and (max-width: 769px) {
  .signup-container {
    align-items: center;
    justify-content: center;
  }

  .signup-container form {
    flex-direction: column;
  }

  .signup-container form div.cmApp_fieldWrap,
  .signup-container form div.cm-required {
    width: 100%;
  }
}

.signup-container form div {
  margin: 0 !important;
}

.cmApp_errorMsg {
  flex-basis: 100% !important;
  text-align: center !important;
  width: 100%;
}

.signup-container div input[type="email"],
.signup-container div input[type="text"] {
  padding: 10px !important;
  margin-right: 10px !important;
  border: none !important;
  border-radius: 0 !important;
  outline: none !important;
  background: transparent !important;
  border-bottom: solid 1px var(--White, #fff) !important;
  color: var(--White, #fff) !important;
  font-family: "azo-sans-web", sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 24px !important;
  /* 150% */
  width: 100% !important;
}

.signup-container label {
  font-family: "azo-sans-web", sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 24px !important;
}

.signup-container div input[type="submit"] {
    font-family: "azo-sans-web", sans-serif !important;
  color: var(--White, #fff) !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  letter-spacing: 0.36px !important;
  text-transform: uppercase !important;
  border-radius: 4px !important;
  border: 1px solid var(--White, #fff) !important;
  display: inline-flex !important;
  padding: 10px 30px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  transition: all 0.3s ease !important;
  background: var(--Cyan, #00f9ec) !important;
  color: var(--Dark-green, #203122) !important;
  border: 1px solid var(--Cyan, #00f9ec) !important;
  height: auto !important;
}

.signup-container div input[type="submit"]:hover {
  background: var(--White, #fff) !important;
  border: 1px solid var(--White, #fff) !important;
}

.signup-container .input-field {
  padding: 10px;
  margin-right: 10px;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  border-bottom: solid 1px var(--White, #fff);
  color: var(--White, #fff);
  font-family: "azo-sans-web", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 150% */
  width: 40%;
}

.signup-container input::placeholder {
  color: var(--White, #fff);
  font-family: "azo-sans-web", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 150% */
}

.signup-container .btn {
  width: 20%;
}

.small-print {
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 18.2px !important;
  /* 130% */
  margin-top: 30px !important;
  max-width: 80% !important;
}

.cmApp_errorMsg div {
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 18.2px !important;
  /* 130% */
  max-width: 100% !important;
  display: inline-block !important;
  padding-right: 20px !important;
}

#footer {
  background: var(--Blue, #28575d);
  color: var(--White, #fff);
  padding: 100px 0 30px;
  box-sizing: border-box;
  position: relative;
}

.page-template-page-friends #footer::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 8vw;
  background: var(--Dark-green, #203122);
  z-index: 1;
  clip-path: polygon(0 0, 100% 100%, 100% 0, 0 0);
}

@media screen and (max-width: 769px) {
  #footer {
    padding: 60px 0 30px;
  }
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px;
  box-sizing: border-box;
  max-width: 1480px;
  margin: 0 auto;
}

#footer .footer-wrapper .menu-container {
  color: var(--White, #ffffff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  flex: 1;
}

#footer .footer-wrapper .menu-container .menu-left,
#footer .footer-wrapper .menu-container .menu-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

#footer .footer-wrapper .menu-container .menu-right {
  justify-content: flex-end;
}

#footer .footer-wrapper .logo {
  width: 190px;
}

@media screen and (max-width: 769px) {
  #footer .footer-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  #footer .footer-wrapper #branding {
    order: 1;
  }

  #footer .footer-wrapper .menu-container {
    order: 2;
  }
}

#copyright {
  color: var(--White, #ffffff);
  font-size: 12px;    
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  width: 100%;
}

/* story section */

.story-container {
  height: auto;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  box-sizing: border-box;
  margin: 100px auto 0;
  position: relative;
}

.story-container .arrow{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
}

.story-container .arrow.slick-disabled {
  display: none !important;
}

.story-container .arrow.prev{
  left: 0;
}

.story-container .arrow.next{
  right: 0;
}

.story-container .inner {
  box-sizing: border-box;
  height: 100%;
}

.story-container .story-slide{
  width:100%;
  height:calc(100vh - 100px);
  font-size: 0;
  position: relative;
  padding: 0 100px;
}

.story-container .story-slide .story-image {
  width:60%;
  height:100%;
  display: inline-block;
  z-index: 3;
  vertical-align: top;
  padding-top:40px;
  padding-bottom:40px;
}

@media only screen and (max-height: 700px) {
  .story-container .story-slide .story-image {
    padding-top:5px;
    padding-bottom:5px;
  }
}

.story-container .story-slide .story-image img {
  max-width:100%;
  max-height: 100%;
  z-index: 3;
}

.story-container .story-slide .story-image img.left {
  float:left;
}

.story-container .story-slide .story-image img.right {
  float:right;
}

.story-container .story-slide .story-text {
  width:40%;
  display: inline-block;
  z-index: 3;
  vertical-align: top;
  padding-top:80px;
  padding-bottom:80px;
}

@media only screen and (max-height: 700px) {
  .story-container .story-slide .story-text {
    padding-top:40px;
    padding-bottom:40px;
  }
}


.story-container .story-slide .story-text.top, .story-container .story-slide .story-image.top{
  vertical-align: top;
}

.story-container .story-slide .story-text.middle, .story-container .story-slide .story-image.middle{
  vertical-align: middle;
}

.story-container .story-slide .story-text.bottom, .story-container .story-slide .story-image.bottom{
  vertical-align: bottom;
}

.story-container .story-slide .story-text .text-container {
  max-width:400px;
  width:100%;
  display: inline-block;
  z-index: 3;
}

.story-container .story-slide .story-text .text-container.left{
  padding-right: 20px;
  float: left;
}

.story-container .story-slide .story-text .text-container.right{
  padding-left: 20px;
  float:right;
}

.story-container .story-text h3 {
  margin-bottom: 24px;
}

/* facts */
.story-container .fact {
  max-width: 340px;
  z-index: 1;
}

.story-container .fact h3 {
  color: aqua;
  font-size: 140px;
  margin-bottom: 5px;
}

.story-container .fact p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.story-container .inner .fact p em {
  font-size: 20px;
  line-height: 24px;
}

.story-container .inner .story-text p {
  font-size: 16px;
  line-height: 120%;
}

/* First Slide */

.first-slide-button{
  cursor: pointer;
}

.story-container .inner img#image-1 {
  width: 335px;
  width:25%;
  height: auto;
  top: 99px;
  left: 5%;
  position: absolute;
}

.story-container .inner img#image-2 {
  width: 435px;
  width:30%;
  height: auto;
  bottom: 140px;
  left: 35%;
  position: absolute;
}

.story-container .inner img#image-3 {
  width: 400px;
  width:25%;
  height: auto;
  top: 140px;
  right: 5%;
  position: absolute;
}

@media only screen and (max-height: 900px) {
  .story-container .inner img#image-2 {
    bottom: 40px;
  }
  .story-container .inner img#image-3 {
    top: 100px;
    width:22%;
    right: 6%;
  }
}

@media only screen and (max-height: 700px) {
  .story-container .inner img#image-1 {
    
  }
  .story-container .inner img#image-2 {

  }
  .story-container .inner img#image-3 {
    top:40px;
  }
}



.story-container .inner .story-text#text-0 {
  right: 5%;
  position: absolute;
  height: auto;
  bottom:140px;
  width:auto;
  padding:0;
  max-width: 340px;
}

@media only screen and (max-height: 900px) {
  .story-container .inner .story-text#text-0 {
    bottom: 40px;
  }
}

@media only screen and (max-height: 700px) {
  .story-container .inner .story-text#text-0 {
    bottom: 10px;
    max-width: 300px;
  }
}

.story-container .inner .story-text#text-0 .text-container {
  bottom:0;
}

.story-container .inner .story-text#text-0 p {
  font-size: 18px;
}

.story-container .inner .story-text#text-0 div {
  margin-top: 30px;
}

.story-container .inner .story-text#text-0 div {
  font-size: 22px;
}

.story-container .inner .story-text#text-0 div img {
  width: 200px;
  display: block;
  position: relative;
}

.story-container .inner h2.storyIntroTitle {
  font-size: 110px;
  line-height: 1;
  font-weight: 100;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 230px;
  left: 277px;
  z-index: 10;
}

@media only screen and (max-width: 1450px) {
  .story-container .inner h2.storyIntroTitle {
    left:150px;
    top: 200px;
  }
  .story-container .inner .story-text#text-0 p {
    font-size: 16px;
  }
}


.story-container .inner h2.storyIntroTitle span {
  color: aqua;
  display: block;
  margin-left: 150px;
}

/* Mobile Story Section */

.story-mobile {
  display: none;
}

@media only screen and (max-width: 769px) {
  .story-mobile {
    display: block;
  }
}

.story-mobile .inner {
  white-space: nowrap;
}

.story-mobile .one-story {
  width: 100%;
  height: calc(100vh - 70px);
  padding: 20px 20px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.story-mobile .one-story > img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
}

@media screen and (max-width: 769px) {
  .story-mobile .one-story > img {
    width: 90%;
    margin-left:0;
  }
}

.story-mobile .one-story h2.storyIntroTitle {
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: absolute;
  top: 150px;
  left: 40px;
  z-index: 10;
}

.story-mobile .one-story h2.storyIntroTitle span {
  color: var(--Cyan, #00f9ec);
  display: block;
  margin-left: 50px;
}

.story-mobile .one-story .story-text {
  padding: 20px 0;
  display: flex;
  white-space: normal;
  word-wrap: normal;
  flex-direction: column;
  align-items: flex-start;
}

.story-mobile .one-story .story-text h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; /* 150% */
  letter-spacing: 1.44px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media screen and (max-width: 375px) {
  .story-mobile .one-story .story-text h3 {
    font-size: 20px;
    line-height: 130%;
  }
}

.story-mobile .one-story .story-text p {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px; /* 135.714% */
}

.story-mobile .one-story .story-text.offset-right p {
  max-width: 80%;
}

.story-mobile .one-story .story-text.offset-right {
  justify-content: flex-end;
}

.story-mobile .one-story .scroll-text {
  position: absolute;
  top: 350px;
  right: 20px;
  z-index: 10;
  font-size: 24px;
  word-wrap: normal;
}

.story-mobile .one-story .scroll-text img {
  width: 150px;
  display: block;
  margin-top: 10px;
}

.story-mobile .one-story .fact {
  word-wrap: normal;
}

.story-mobile .one-story .fact h3 {
  color: var(--Cyan, #00f9ec);
  font-size: 80px;
  font-style: italic;
  font-weight: 400;
  line-height: 96px; /* 120% */
  margin-bottom: 5px;
}

.story-mobile .one-story .fact p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  max-width: 250px;
  white-space: normal;
}

.story-mobile .one-story .fact img {
  width: 150px;
  display: block;
  margin-top: 10px;
}
.story-mobile .one-story .fact img.space-top {
  margin-top: 25px;
}

.story-mobile .one-story .fact p em {
  font-size: 20px;
  line-height: 24px;
}

.story-mobile .one-story .fact.offset-left {
  margin-left: 30%;
}
.story-mobile .one-story .fact.offset-top {
  margin-top: 30px;
}

.fade{
    opacity: 0;
    transition: opacity 0.8s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fade.active{
    opacity: 1;
}

.heritage-fund-logo{
    width: 110px;
    position: absolute;
    right: 10%;
    bottom: 10%;
    z-index: 9;
}

@media screen and (max-width: 700px) {
  .heritage-fund-logo {
  }
}

.bronze-text{
  background: linear-gradient(97deg, #AE8A56 7.34%, #483924 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.silver-text{
  background: linear-gradient(90deg, #B4B4B4 0%, #D3D3D3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gold-text{
  background: linear-gradient(88deg, #AF9500 4.65%, #E7CD39 98.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.supporters-list{
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 20px;
  text-align: center;
  columns: 3;
  gap: 6px;
}

.supporters-list li{
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;/* 150% */
  list-style: none;
}