/*
Theme Name: BLUEPRINT INTERACTIVE Theme
Author: Blueprint Interactive
Author URI: https://blueprintinteractive.com
Description: Blueprint Interactive Custom Theme.
Version: 1.0
License: GNU General Public License



/* -------------------------------------------------------------- */
/* Animate CSS
-------------------------------------------------------------- */
* {
  box-sizing: border-box;
  font-family: "Albert Sans", sans-serif;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  display: block !important;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

/* WAYPOINTS */
.fade-in-from-left {
  opacity: 0;
  animation-timing-function: ease-out;
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fade-in-from-left.animated {
  animation-name: fade-from-left;
  animation-duration: 0.7s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@keyframes fade-from-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }

  45% {
    opacity: 0.5;
  }

  90% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fade-in-from-bottom {
  opacity: 0;
  animation-timing-function: ease-out;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -o-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}

.fade-in-from-bottom.animated {
  animation-name: fade-from-bottom;
  animation-duration: 1.4s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@keyframes fade-from-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }

  90% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fade-in-from-right {
  opacity: 0;
  animation-timing-function: ease-out;
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -o-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}

.fade-in-from-right.animated {
  animation-name: fade-from-right;
  animation-duration: 0.7s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@keyframes fade-from-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -o-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }

  90% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fade-from-right-two {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -o-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }

  90% {
    opacity: 1;
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fade-in-from-right-two {
  opacity: 0;
  animation-timing-function: ease-out;
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -o-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}

.fade-in-from-right-two.animated {
  animation-name: fade-from-right-two;
  animation-duration: 0.7s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* PRIVACY POLICY PAGE -------------------------------------------------------*/

.basic-header {
  background-color: #f2f6ef;
  padding: 50px 0;
  text-align: center;
}

.basic-header h1 {
  color: #006848;
  font-weight: 800;
  font-size: 60px;
}

.basic-content {
  background-color: #033a2a;
  padding: 50px 0;
}

.basic-content a {
  color: #ffcd04;
  text-decoration: none;
}

.basic-content a:hover {
  text-decoration: underline;
}

.basic-content h2,
.basic-content h3 {
  color: #ffffff;
  font-weight: 800;
}

/* ALL FONTS */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Albert Sans", sans-serif !important;
  font-weight: 900;
  font-style: normal;
}

.inner {
  width: 90%;
  max-width: 1300px;
  margin: auto;
}

a,
svg .fill,
#thread svg,
#thread-footer svg {
  transition: all 0.4s ease-in-out;
}

p,
ul,
ol {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin: 10px 0;
  font-family: adelle-sans, sans-serif;
  line-height: 1.5;
}

/* HEADER --------------------------------------------------------------------*/
@keyframes slideGradient {
  from {
    background-position: 100% 0;
  }

  to {
    background-position: 0 0;
  }
}

.main-header {
  background: #f2f6ef;
  position: relative;
  width: 100%;
}

.main-header .inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  max-width: unset;
  width: 95%;
}

.main-header .main-logo-a {
  display: inline-block;
  max-width: 200px;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 10000;
}

.main-header .main-logo-a img {
  height: auto;
  width: 100%;
}

.main-header .main-logo-a:hover {
  transform: scale(0.98);
}

nav.main-menu {
  text-align: right;
  width: 70%;
}

nav.main-menu ul {
  list-style: none;
}

nav.main-menu ul li {
  display: inline-block;

  margin-left: 20px;
}

.header-donate-btn-desktop {
  color: #033a2a;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background: #ffcd04;
  padding: 10px 20px;
  margin-left: 20px;
}

.header-donate-btn-desktop:hover {
  color: #ffcd04;
  background-color: #033a2a;
}

.header-donate-btn-mobile {
  display: none;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #033a2a;
  background-color: #ffcd04;

  border: 1px solid #ffcd04;
  text-decoration: none;
  margin-bottom: 20px;
}

.header-donate-btn-mobile:hover {
  color: #ffcd04;
  background-color: #033a2a;
  border: 1px solid #ffcd04;
}

.mobile-menu {
  list-style: none;
}

.mobile-menu {
  margin-top: 100px;
}

.mobile-menu a,
nav.main-menu a {
  color: #033a2a;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 161.8%; /* 38.832px */
  text-transform: capitalize;
  text-decoration: none;
}

.mobile-menu .donate a,
nav.main-menu ul li.donate a {
  border-radius: 4px;
  background: var(--Light-Red, #a11d21);
  color: var(--Neutral-100, #fff);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 161.8%; /* 38.832px */
  letter-spacing: 0.72px;
  text-transform: uppercase;
  padding: 10px 20px;
}

.mobile-menu .donate a:hover,
nav.main-menu ul li.donate a:hover {
  background: #35618b;
  color: #fff;
}

.social-wrapper.mobile {
  display: none;
}

.social-wrapper a {
  display: inline-block;
  margin: 0px 8px;
  text-decoration: none;
  vertical-align: middle;
}

.social-wrapper a svg path {
  transition: fill 0.2s ease;
  fill: #033a2a;
}

.social-wrapper a:hover svg path,
.social-wrapper a:focus-visible svg path {
  fill: #ffcd04;
}

.mobile-menu a:hover,
nav.main-menu a:hover {
  color: #ffcd04;
}

/* .social-wrapper.mobile a:first-of-type {
  margin-right: 15px;
  margin-left: 4px;
} */

.mobile-nav .main-logo-a img {
  width: 100%;
}

.social-wrapper.desktop {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.social-wrapper.desktop a:last-of-type {
  margin-right: 0;
}

.footer-bottom-right .social-wrapper.desktop {
  margin-left: 0;
}

.footer-bottom-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* MOBILE NAV */
.container {
  cursor: pointer;
  float: right;
  right: 5%;
  position: absolute;
  top: 41px;
  z-index: 10;
  display: none;
}

.header-nav {
  display: none;
  margin-top: 65px;
}

.bar1,
.bar2,
.bar3 {
  background-color: #033a2a;
  height: 5px;
  margin: 6px 0;
  transition: all 0.4s;
  width: 35px;
}

.change .bar1 {
  -webkit-transform: rotate(45deg) translate(8px, 8px);
  transform: rotate(45deg) translate(8px, 8px);
  background-color: #033a2a;
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(-45deg) translate(8px, -7px);
  transform: rotate(-45deg) translate(8px, -7px);
  background-color: #033a2a;
}

.mobile-nav {
  background-color: #f2f6ef;
  border-bottom: 2px solid #033a2a;
  display: block;
  display: none;
  padding: 50px 5% 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 2;
}

/* MAIN ----------------------------------------------------------------------*/

.hero-section {
  background-image: url(/wp-content/themes/blueprint/images/hero_bkg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 660px;
  position: relative;
}

.hero-cutout img {
  width: 700px;
  height: auto;
  object-fit: cover;
  max-height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease;
}

.mobile-hero {
  display: none;
}

.form-wrapper {
  margin-top: 20px;
}

.about-section .inner {
  display: flex;
  flex-direction: row;
  gap: 50px;
}

.news-feed,
.event-feed {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.news-section .inner {
  width: 50%;
}

.news-preview {
  padding-top: 15px;
}
.news-preview a {
  color: #195782 !important;
}
.news-preview span,
.news-preview a,
.news-preview p {
  font-style: italic;
}

.support-wrapper {
  background-image: url(./images/donate_bkg.png);
  background-size: cover;
  background-position: center 15%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 1000;
  position: relative;
  height: 650px;
}

.support-wrapper .inner {
  margin: auto;
  max-width: 800px;
  padding: 100px 5% 100px;
}

.support-donate {
  position: relative;
  width: 90%;
}

.news-section h2:not(.news-title),
.running-inner h2 {
  color: #006848;
  font-weight: 800;
  font-size: 45px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
}

.news-section h2:not(.news-title)::after,
.news-section h2:not(.news-title)::before,
.running-inner h2::before,
.running-inner h2::after {
  content: "";
  width: 45px;
  height: 2px;
  background: #033a2a;
  margin: 0 10px;
}

.about-section h2 {
  font-weight: 800;
  color: #fff;
  font-size: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.about-section h2::before,
.about-section h2::after {
  content: "";
  width: 45px;
  height: 2px;
  background: #ffcd04;
  margin: 0 10px;
}

.support-donate h2 {
  color: #fff;
  font-weight: 700;
  font-size: 45px;
  text-align: center;
  font-style: normal;
  width: 100%;
  text-align: center;
}

.news-section h2:not(.news-title) {
  color: #006848;
}

.support-donate h3 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  margin: 20px auto;
  max-width: 600px;
}

.support-donate p {
  color: #3d3a1a;
  font-size: 15px;
  max-width: 670px;
  width: 100%;
  margin: 20px auto;
  background-color: #ffffff8a;
  padding: 10px;
  text-align: center;
}

.action-wrapper h2 {
  color: #fff;
}

.donate-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.donate-btns-wrapper a,
.donate-btns a {
  display: inline-block;
  background: #fff;
  color: #033a2a;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.72px;
  margin: 7px auto;
  padding: 15px 0px 13px 0px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  width: 49%;
}

.single-donate {
  width: 99% !important;
  background: #ffcd04 !important;
  color: #303030 !important;
  transition: all 0.3s ease;
  border: 1px solid #ffcd04;
}

.single-donate:hover {
  color: #ffcd04 !important;
  background-color: #033a2a !important;
  border: 1px solid #ffcd04 !important;
}

.donate-btns a:hover {
  background: #ffcd04;
  color: #303030;
}

.donate-wrapper p,
.donate-btns p {
  color: #000;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  margin: 20px auto;
  width: 97%;
}

.about-section {
  background-color: #033a2a;
  color: #fff;
  padding: 100px 0;
}

.about-section .inner-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-section .inner-left p {
  margin: 0;
  line-height: 160%;
}

.about-section .inner-right {
  flex: 1;
}

.about-section .inner-right img {
  box-shadow: 16px 16px 0 0 #006848;
}

a.blue-button {
  background: #ffcd04;
  color: #303030;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 161.8%; /* 38.832px */
  letter-spacing: 0.72px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 10px 40px;
  border: 1px solid #ffcd04;
}

a.blue-button:hover {
  background: #033a2a;
  color: #ffcd04;
  border: 1px solid #ffcd04;
}

/* running */
.running-wrapper,
.news-section {
  background-color: #f2f6ef;
}

.running-inner {
  display: flex;
  flex-direction: row;
  gap: 50px;
  padding: 100px 0;
  align-items: center;
}

.running-left {
  flex: 1;
}

.running-content {
  flex: 1;
}

.running-wrapper .running-large-img {
  height: 600px;
  object-fit: cover;
  width: 100%;
  box-shadow: 16px 16px 0 0 #ffcd04;
}

.bullets {
  margin-top: 30px;
}

.bullet-card {
  margin-bottom: 25px;
}

.bullet-card p {
  color: #000000;
  margin: 0;
  font-weight: 350;
  line-height: 160%;
}

.SmsLegalDisclaimer p {
  padding-top: 10px;
}

.running-content img {
  height: auto;
  object-fit: cover;
  width: 40px;
}

.running-content h3 {
  color: #000000;
  font-size: 25px;
  font-weight: 500;
}

.donate-btns-wrapper {
  display: flex;
  margin: 30px auto;
  /* flex-wrap: wrap; */
}

.donate-btns-wrapper a {
  background-color: #fff;
  width: 19%;
  margin: 1% 1% 1% 0;
  box-shadow: 1px 2px 5px rgb(26 64 98 / 30%);
}

.donate-btns-wrapper a:last-of-type {
  width: 20%;
  margin-right: 0;
}

.donate-wrapper p {
  max-width: 500px;
}

.inner-right {
  display: flex;
  justify-content: flex-end;
}

/* FOOTER --------------------------------------------------------------------*/
#footer-container {
  background: #f2f6ef;
  color: #000000;
  width: 100%;
  padding: 50px 0;
}

#footer-container .inner {
  align-items: center;
  display: flex;

  justify-content: center;
  flex-wrap: wrap;
  max-width: 2000px;
  width: 95%;
}

#footer-container nav.main-menu {
  text-align: left;
  width: auto;
}

#footer-container nav.main-menu ul {
  display: inline-block;
  text-align: left;
  margin-right: 30px;
}

#footer-container .pp {
  display: flex;
}

#footer-container .pp a {
  text-decoration: none;
  color: #033a2a;
  margin-right: 3px;
}

#footer-container .pp a:hover {
  color: #f0a816;
}

#footer-container .menu-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.bullet-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.bullet-card-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.disclaimer-wrapper {
  padding-top: 7px;
}

#footer-container .disclaimer-wrapper {
  border-top: 2px solid #ffcd04;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 30px;
  padding: 30px 0;
  width: 100%;
}

.address-wrapper p {
  line-height: 1.5;
}

.social-wrapper a svg .color {
  transition: all 0.4s ease-in-out;
}

.home-popup-wrapper {
  display: none;
}

.non-home-hero {
  background-repeat: no-repeat;
  height: 700px;
  background-size: cover;
  position: relative;
}

.non-home-mobile-hero {
  display: none;
}

.non-home-mobile-hero img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 250px;
}

.non-home-hero h1 {
  color: #fff;
  font-size: clamp(6rem, 20vw, 100px);
  font-weight: 800;
  position: absolute;
  bottom: 30px;

  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0);
  z-index: 1;
}

.non-home-hero.meet-hero {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    url(./images/about_hero.png);
  background-position: top;
}

.non-home-hero.news-hero {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    url(./images/news_hero.jpg);
  background-position: center;
}

.non-home-hero.event-hero {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    url(./images/events_hero.png);
  background-position: center 80%;
}

.meet-row {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.meet-top {
  background-color: #f2f6ef;
  padding: 100px 0;
}

.meet-bottom-wrapper {
  background-color: #f2f6ef;
  padding: 100px 0 60px;
}

nav.main-menu .current-menu-item > a,
nav.main-menu .current_page_item > a,
nav.main-menu .current-menu-ancestor > a,
nav.main-menu .current-menu-parent > a,
#footer-container nav.main-menu.footer .current-menu-item > a,
#footer-container nav.main-menu.footer .current_page_item > a,
#footer-container nav.main-menu.footer .current-menu-ancestor > a,
#footer-container nav.main-menu.footer .current-menu-parent > a {
  text-decoration: underline;
  text-decoration-color: #006848;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
nav.main-menu.footer .current-menu-ancestor > a,
nav.main-menu.footer .current-menu-parent > a {
  text-decoration: underline;
  text-decoration-color: #006848;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.meet-row.meet-1,
.meet-row.meet-3 {
  flex-direction: row-reverse;
}

.meet-row.meet-1 .meet-text p {
  color: #000000;
  line-height: 160%;
}

.meet-text p {
  line-height: 160%;
}

.meet-row.meet-2 {
  margin-bottom: 75px;
}

.meet-middle-green {
  background-color: #033a2a;
  padding: 100px 0;
}

.meet-photo,
.meet-text,
.meet-bottom-image,
.meet-bottom-text {
  flex: 1 1 50%;
  display: flex;
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.at-checkbox-title {
  margin-bottom: 0px;
}
.meet-1 img {
  max-height: 550px;
  object-position: 50% 18%;
}

.SmsLegalDisclaimer {
  margin-top: 10px;
}
.form-wrapper .at * span {
  font-size: 14px !important;
}

.meet-photo img {
  max-width: 100%;
  max-height: 500px;
  height: 100%;
  object-fit: cover;
  box-shadow: 16px 16px 0 0 #ffcd04;
}

.meet-bottom-wrapper-inner {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.meet-bottom-image {
  width: 100%;
  align-self: stretch;
  display: flex;
}
.meet-bottom-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 500px;
  box-shadow: 16px 16px 0 0 #ffcd04;
}

.meet-bottom-text p {
  color: #000000;
  line-height: 160%;
}

#footer-container .logo-a {
  display: block;
  text-decoration: none;
  transition: all ease-in-out 0.4s;
}

#footer-container .logo-a img {
  height: auto;
  transition: all ease-in-out 0.4s;
  width: 200px;
}

#footer-disclaimer {
  background-color: #504e34;
  padding: 30px 0;
}

#footer-disclaimer p {
  text-transform: none;
  font-weight: 500;
  text-align: center;
  color: #efd9ba;
  width: 60%;
  line-height: 162%;
  margin: 0;
}

.footer-right-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
}

#footer-container .logo-a:hover {
  transform: scale(0.98);
}

#footer-container .donate-a {
  color: #033a2a;
  background-color: #ffcd04;
  display: inline-block;
  font-style: normal;
  line-height: 1;
  margin: 0 auto 0;
  padding: 14px 27px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}

#footer-container .donate-a:hover {
  color: #ffcd04;
  background-color: #033a2a;
}

.disclaimer-wrapper p {
  color: #033a2a;
  font-size: 18px;
  font-weight: 400;
  margin: 7px 0 5px;
}

#footer-container a,
.footer.main-menu a {
  color: #033a2a;
  text-decoration: none;
}

#footer-container a:hover,
.footer.main-menu a:hover {
  color: #f0a816;
}

#footer-container .donate a,
.footer.main-menu .donate a {
  color: #033a2a;
}

footer .paid-p {
  border: 2px solid #033a2a;
  padding: 5px 10px;
}

footer .menu-wrapper {
  text-align: left;
}

footer article.menu-wrapper {
  width: 60%;
}

.footer.main-menu ul {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footer-bottom-middle {
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.news-item {
  padding-bottom: 45px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.news-date {
  font-size: 18px;
  color: #000000;
  font-weight: 350;
}

.news-title a,
.event-title {
  color: #006848;
  font-size: 30px;
  font-weight: 500;
}

.news-readmore {
  font-size: 14px;
  color: #303030;
  background-color: #ffcd04;
  padding: 10px 20px;
  transition: 0.3s ease;
  font-weight: 500;
  width: fit-content;
  transition: 0.3s ease;
  text-decoration: none !important;
  text-transform: uppercase;
}

.news-readmore:hover {
  background-color: #006848;
  color: #ffcd04;
}

.event-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 45px;
}

.event-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
}

.event-item a {
  text-decoration: underline;
  text-decoration-color: #006848;
}

.event-location,
.event-date,
.event-time {
  display: flex;
  align-items: center;
  gap: 10px;
}

.event-icon img {
  width: 25px;
  height: auto;
}

.event-description p {
  font-size: 20px;
  font-weight: 350;
  color: #000000;
  margin: 0;
}

/* --- TAKEOVER --- */

#takeover {
  position: fixed;
  width: 100%;
  z-index: 100000000000 !important;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}

#takeover .inner {
  width: 100%;
  padding: 20px 5%;
  position: relative;
}

.mobile-tk-img {
  display: none;
}
#closebtn svg {
  width: 80px;
  height: 80px;
}

body.home.takeover-open #takeover {
  display: block;
  height: 100vh;
  overflow-y: auto;
}

body.home.takeover-closed #takeover {
  display: none;
  height: auto;
  overflow: visible;
  display: none !important;
}

/* Prevent background page from scrolling while takeover is open */
body.home.takeover-open {
  overflow: hidden;
}

/* Also lock the root element to avoid background scrollbars on some browsers */
html.takeover-open {
  overflow: hidden;
}

/* On short viewports, avoid absolute positioning so content contributes to height */
@media (max-height: 800px) {
  .takeoverleft {
    /* position: static;
    top: auto;
    left: auto;
    margin: 30px auto;
    max-width: 90%; */
  }

  #takeover {
    height: auto;
    min-height: 100vh;
  }
}

#takeover #closebtn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.tk-logo {
  width: 135px;
  margin-top: 15px;
  margin-left: 5%;
  height: auto;
}

.takeoverleft {
  /* max-width: 600px;
  position: absolute;
  top: 37%;
  left: 6%;
  padding-bottom: 30px; */
}

.takeoverleft h1 {
  color: #006848;
  font-family: "Albert Sans";
  font-size: 33px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}

.left-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.desktop-tk-img {
  width: 48%;
  object-fit: cover;
  max-height: 420px;
}

.left-content .tk-content {
  width: 48%;
}

.tk-donation-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tk-donation-buttons a {
  flex: 1 1 calc(50% - 5px);
  text-align: center;
  text-decoration: none;
  color: #303030;
  background: #fff;
  border: 2px solid #033a2a;
  padding: 10px 15px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 33.6px */
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tk-donation-buttons .single-donate-tk {
  background: #ffcd04;
  color: #303030;
  border: 2px solid #ffcd04;
}

.tk-donation-buttons .single-donate-tk:hover {
  background: #033a2a;
  color: #ffcd04;
  border: 2px solid #033a2a;
}

.tk-donation-buttons a:hover {
  background: #033a2a;
  color: #fff;
  border: 2px solid #033a2a;
  transition: 0.5s ease-in-out;
}

.tk-donation-buttons .disclaimer {
  color: #333;
  font-style: normal;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  display: flex;
  align-items: center;
}

#home-link {
  color: white;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: unset;
  display: inline-flex;
  justify-content: center;
  margin-top: 20px;
  border: 2px solid #033a2a;
  background-color: #033a2a;
  padding: 8px 15px 7px;
  text-transform: uppercase;
}

.arrow-icon {
  display: inline-block;
  width: 10px;
  height: auto;
  margin-left: 10px;
  margin-bottom: 3px;
  transition: 0.3s ease;
  vertical-align: middle;
}

#home-link:hover span .arrow-icon {
  transform: translateX(5px);
}

/* NGP */

.signup-section .inner {
  background: #fff;
  box-shadow: -16px -16px 0 0 #006848;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 20px;
  max-width: 1100px;
  position: relative;
  z-index: 20;
  margin-top: -60px;
}

.signup-header-mobile {
  display: none;
}

header.at-title,
.signup-header-mobile h2 {
  color: #006848 !important;
  font-family: "Albert Sans" !important;
  font-size: 34px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 1 !important; /* 76.046px */
  letter-spacing: -0.94px !important;
  background: transparent !important;
  padding: 0px !important;
  text-align: center !important;
  margin-bottom: 15px !important;
}

.at .at-check {
  margin: 0 auto;
}

.ngp-form {
  background: var(--Background-White, #fff) !important;
  width: 100% !important;
  max-width: unset !important;
}

.ngp-form .at-form .at-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.ngp-form .at-form .at-inner .at-inner-left {
  width: 80% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.ngp-form .at-form .at-inner .at-inner-right {
  width: 75% !important;
}

.at-inner-right form {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.at-inner-right .at-row {
  flex: 1 1 48%;
  box-sizing: border-box;
  min-width: 200px;
}

.at-inner-right .at-row:last-child {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  flex: 1 1 100%;
}

.at-fields input[type="submit"],
.at-fields button[type="submit"] {
  grid-column: 3; /* Place in the third column */
  width: 100% !important;
}

/* Make the input and button inside the last row share the space */
.at-inner-right .at-row:last-child input,
.at-inner-right .at-row:last-child button,
.at-inner-right .at-row:last-child [type="submit"] {
  flex: 1 1 auto;
  margin: 0;
}
.at-inner-right .at-row:last-child button,
.at-inner-right .at-row:last-child [type="submit"] {
  flex: 0 0 auto;
}

.at-fields {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 10px;
}

/* Make all .at-row and label elements span 1 column by default */
.at-fields .at-row,
.at-fields .at-row > label.at-text {
  grid-column: auto;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: block;
}

/* Remove flex from .at-row so grid works */
.at-fields .at-row {
  display: contents !important;
}

.signup-section {
  background-color: #033a2a;
}

#NVVolunteerForm2355914 .at-form-submit .at-submit,
.signup-section input[type="submit"] {
  width: 95%;
  padding: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  float: unset !important;
  font-size: 1.2rem;
  cursor: pointer;
  margin-top: 30px;
  background-color: #ffcd04 !important;
  color: #303030 !important;
  cursor: pointer;
  transition: 0.3s ease;
  border-radius: 0px !important;
  margin: 0px !important;
}

#NVVolunteerForm2355914 .at-form-submit .at-submit:hover,
.signup-section input[type="submit"]:hover {
  background-color: #081714 !important;
  color: #fff !important;
}

.ngp-form input {
  background: #f1f6ef !important;
  border-radius: 0px !important;
  font-size: 16px;
  font-style: normal;
  padding-left: 10px !important;
  color: #303030 !important;
  line-height: 120%;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  text-indent: 10px !important;
  border: none !important;
}

.at input[type="checkbox"] {
  background: #fff !important;
}

.at input[type="checkbox"] + span:before {
  border: 1px solid #303030 !important;
}

.at input[type="checkbox"] + span,
.at-legal {
  color: #303030 !important;
  font-size: 12px !important;
  line-height: 1.75 !important;
}

.at-legal {
  padding-bottom: 8px;
}
.at fieldset legend {
  display: none !important;
}

.at-inner,
.at-fields,
.at-fieldset {
  background: transparent !important;
}

.at .smsLegalDisclaimer,
.at-legal {
  display: none !important;
}

.signup-disclaimer {
  font-size: 12px !important;
  color: #303030 !important;
  text-align: center;
  width: 90%;
}

input::placeholder {
  font-size: 16px;
  color: #303030 !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 120%;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.at-fields input {
  height: 50px !important;
}

.at .at-check input + span {
  margin-bottom: 0px !important;
}

.at label.at-text input[type="email"] {
  margin-bottom: 10px !important;
}

.at-indented {
  padding-left: 0px !important;
  margin-top: 7px !important;
}

input[type="checkbox"]:checked + span:before {
  background-color: #ffffff !important;
  border-color: #303030 !important;
}

.at input[type="checkbox"]:checked + span:after {
  background-color: transparent !important;
  color: #303030 !important;
}

.signup-disclaimer p {
  color: #303030;
  font-size: 14px;
  font-weight: 500;
  width: 80%;
  margin: 0 auto;
}
/* endorsement page  */
.hero-wrapper.endorsements {
  background: #fff;
  padding: 75px 5% 15px;
}

.hero-wrapper.endorsements h1 {
  color: #195782;
  text-align: center;
  font-size: 75px;
  line-height: 0.9 !important;
  font-style: normal;
  font-weight: 400;
  line-height: 65%; /* 100.149px */
  text-transform: capitalize;
}

.hero-sub-page {
  display: block;
  margin: 0 auto 20px;
  max-width: 500px;
  width: 90%;
}

.endorsements-listing-wrapper {
  background: #fff;
  padding: 0px 9% 30px;
}

.endorsements-listing-wrapper h2 {
  color: #195782;
  text-align: center;
  font-size: 75px;
  font-style: normal;
  font-weight: 400;
  line-height: 111.5%; /* 100.149px */
  /* text-transform: capitalize; */
}

.select2-container--default * {
  text-align: center;
}
.single-quote-wrapper {
  max-width: 1300px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.single-quote-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto 30px;
}

#back-to-top {
  display: none; /* Hidden by default */
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  filter: drop-shadow(2px -2px 4px rgba(0, 0, 0, 0.3));
  height: 40px;
  background-color: #f0a816;
  color: #3d3a1a;
  text-align: center;
  line-height: 40px;
  text-decoration: none !important;
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1000;
  transition: background-color 0.3s;
}

#back-to-top:hover {
  background-color: #3d3a1a;
  color: #f0a816;
}

.single-quote-wrap.no-image {
  padding: 0 35px;
}
.single-quote-wrap:nth-of-type(even) {
  flex-direction: row-reverse;
}

.single-quote-wrap.no-image .by span {
  color: #a11d21;
}
.single-quote-wrap.no-image p.by {
  color: #195782;
}

.single-quote-wrap:nth-of-type(even) .by {
  margin: 0 0 0 auto;
  text-align: right;
}

.single-quote-wrap:nth-of-type(even) img {
  margin-right: 0px;
  margin-left: 30px;
}

.single-quote-wrap img {
  border-radius: 50%;
  border: 5px solid #195782;
  height: 200px;
  object-fit: cover;
  width: 200px;
  margin-right: 30px;
}

.single-quote-wrap:nth-of-type(even) .quote-p {
  text-align: right !important;
}

.single-quote-wrap .quote-inner {
  display: flex;
  flex-wrap: wrap;
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-5px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(5px);
  }
}

.shake {
  animation: shake 1.3s ease-in-out;
}
.single-quote-wrap .by {
  color: #a11d21;
  font-size: 33px;

  font-style: normal;
  font-weight: 400;
  margin-top: 0px;
  line-height: 1.2;
}

.single-quote-wrap p.by {
  line-height: 0.9;
}
.single-quote-wrap p.by span {
  padding-top: 5px;
  line-height: 1.1;
}

.single-quote-wrap.no-image p {
  text-align: center !important;
  margin: 0 auto !important;
}

html {
  scroll-behavior: smooth;
}

.single-quote-wrap .quote-p {
  margin-bottom: 15px;
  margin-top: 0px;
}

.quote-p {
  font-size: 18px;
}

.single-quote-wrap .by span {
  display: block;

  font-size: 18px;
  color: #195782;
}

article.single-quote-wrap.no-image {
  flex-direction: column;
  margin: 35px 0 30px;
  width: 30%;
  min-width: 300px;
}

.my-select2 {
  width: 90%;
  text-align: center;
  margin: 10px auto;
  max-width: 270px;
  font-size: 18px;
}

@keyframes pulsate {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.03);
  }

  100% {
    transform: scale(1);
  }
}

.pulsate {
  animation: pulsate 1s ease-in-out 2;
  /* 1 second for each pulsate, 2 times */
}
.endorser-dropdown {
  display: flex;
  flex-direction: row;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.endorser-dropdown * {
  text-align: center;
}
.select2-container--default,
.select2-container--default * {
  font-size: 17px;
  cursor: pointer;

  color: #195782 !important;
}

.select2-results__option.select2-results__option--highlighted {
  color: white !important;
  cursor: pointer;
}

.footer-image {
  height: auto;
  margin-bottom: -4px;
  width: 100%;
}

.wp-block-image .alignleft,
.wp-block-image .alignright {
  width: 50%;
}

/* firefox media query */
@-moz-document url-prefix() {
  .pum-close {
    line-height: 33px !important;
  }
  #back-to-top {
    line-height: 33px !important;

    font-size: 22px !important;
  }
}

.inner-right img {
  height: auto;
  object-fit: cover;
  width: 100%;
}

.popup-content p {
  margin: 5px auto 15px;
  text-align: center;
  font-size: 14px;
  max-width: 450px;
  width: 85%;
  line-height: 1.5;
}

.popup-content h3 {
  max-width: 500px;
  margin: 3px auto 7px;
  font-weight: 600;
  width: 85%;
}

#footer-container p {
  font-size: 15.5px;
}

.section .inner {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

.basic-content ol,
.basic-content ul {
  margin-left: 35px;
}

.page-template-404 .basic-page-wrapper {
  min-height: 400px;
}

.page-template-404 .main-content,
.page-template-404 .basic-content,
.page-template-404 .main-content-inner h1 {
  background-color: #033a2a;
  color: #ffffff;
  padding: 50px 0;
  margin-bottom: 0;
}

.page-template-404 .main-content-inner {
  padding-bottom: 0;
}

.page-template-404 .basic-content {
  padding: 0;
}

.page-template-404 .basic-content h1 {
  font-size: 60px;
}

.page-template-404 .basic-content p {
  font-size: 45px;
  font-family: "Albert Sans", sans-serif !important;
  font-weight: 700;
}

.page-template-404 .basic-content h1,
.page-template-404 .basic-content p {
  color: #ffffff;
  text-align: center;
}

.btn-404 {
  display: block;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: #006848 !important;
  border: 1px solid #006848;
  padding: 10px 20px;
  background-color: #ffcd04;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #ffcd04;
  transition: all 0.4s ease-in-out;
  width: fit-content;
  margin-top: 40px;
  text-decoration: none !important;
}

.btn-404:hover {
  background-color: #006848;
  color: #ffcd04 !important;
  border: 1px solid #ffcd04;
  text-decoration: none !important;
}

#takeovercon {
  width: 80%;
  position: relative;
  /* height: 80vh; */
  border-radius: 0;
  margin: 10vh auto 20px;
  border: 8px solid #006848;
  background-color: #fff;
}

#takeovercon img {
  max-width: 100%;
  height: auto;
}

.intro-text {
  margin: 30px auto 50px;
  max-width: 600px;
  width: 90%;
  text-align: center;
}

.intro-text p {
  color: #000000;
  margin: 0;
  font-weight: 350;
  line-height: 160%;
}

.home-news-section {
  padding: 0 0 100px;
}

.home-news-section .blue-button {
  margin: 0 auto;
  display: block;
  width: fit-content;
}

.home-news-section .news-title a, 
.home-news-section .event-title {
  font-size: 22px;
}

#NVVolunteerForm2355914 .at-title {
  padding-top: 40px !important;
}

#NVVolunteerForm2355914 .at-markup.HeaderHtml h1 {
  text-align: center !important;
  color: #006848 !important;
  font-weight: 500;
  font-size: 25px;
  margin: 20px auto;
}

#NVVolunteerForm2355914 select {
  background-color: #f1f6ef !important;
  border-radius: 0px !important;
  font-size: 16px;
  color: #303030 !important;
  border: #f1f6ef 1px solid;
  height: 50px;
  margin: 0;
}

#NVVolunteerForm2355914 #NVVolunteerForm2355914-ContactInformation-StateProvince {
  margin: 0;
}

#NVVolunteerForm2355914 #NVVolunteerForm2355914-AdditionalInformation-CustomFormFieldQuestion_5470622003497219 {
  grid-column: span 3;
  display: grid !important;
}

#NVVolunteerForm2355914 .at label {
  font-size: 17px;
  color: #303030 !important;
}

#NVVolunteerForm2355914 .at-checkbox-title {
  font-size: 15px;
}

#NVVolunteerForm2355914 .at-form-submit .at-submit {
  width: 200px;
  max-width: 100%;
  margin: 0 0 0 auto !important;
  display: block;
}

#NVVolunteerForm2355914-ContactInformation-PersonalUrl {
  display: none !important;
}