/*
Theme Name: BLUEPRINT INTERACTIVE Theme
Author: Blueprint Interactive
Author URI: https://blueprintinteractive.com
Description: Blueprint Interactive Custom Theme.
Version: 2.0
License: GNU General Public License
/* -------------------------------------------------------------- */
/* Normalize Reset 
-------------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
.press-release-copy big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
}
img {
  border: 0px;
}
/* Force the vertical scrollbar in FF */
html {
  overflow-y: scroll;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

* {
  box-sizing: border-box;
  transition: all 0.3s;
  /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
}












html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  font-weight: 400;

}

body header {
  background: transparent;
}

.inner {
  width: 90%;
  margin: 0 auto;
}

#header {
  padding: 20px 0;
  background-color: transparent;
  position: absolute;
  z-index: 100;
}



#logo {
  width: fit-content;
  display: inline-block;
  vertical-align: middle;
}

#header .inner {
  display: flex;
  width: 90%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.desktoponly ul {
  height: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#header #navigation ul,
.footer-nav ul {
  height: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#logo svg {
  max-width: 140px;
  width: 100%;
  height: auto;
}


#footerlogo svg {
  max-width: 140px;
  width: 100%;
  height: auto;
}

.centercontent .donatebuttons a {
  border: 2px solid black;
  color: #fff !important;
flex-grow: 1;
  background-color: black !important;
}

.centercontent .donatebuttons a:hover {
  background-color: #47EB74 !important;
  color: #1F472A !important;
  border: 2px solid #47EB74 !important;
}

body.page-template-page-404 {
  background-image: url(https://dmcc2501.bpbuild.com/wp-content/themes/blueprintinteractive/images/404.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

.page-template-page-404 h2, .page-template-page-404 p, .page-template-page-404 .whitesection.section a {
  color: white!important;
}


/* #footer {
  border-top: 1px solid #41533b;
} */
.not-front #masthead {
  margin-bottom: 40px;
}
.not-front #footer {
  margin-top: 40px;
}

.quote.section {
  background-color: #fffdf5;
  padding: 50px 0 80px 0;
  font-size: 0;
  text-align: center;
}

.current_page_item a {
  text-decoration: underline !important;
}

.home .current_page_item a {
  text-decoration: none !important;
}

.disclaimer span {
  text-transform: uppercase;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
}

strong {
  font-weight: 600;
}

.footer-top {
  height: 80px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#footer-btns a {
  text-transform: uppercase !important;
}
.footer-top #logo img {
  margin-top: 30px;
  margin-bottom: 15px;
}

#footer-btns {
  display: flex;
  flex-direction: row;
  gap: 0px;
  justify-content: center;
  align-items: center;
}

#footer .inner {
  padding-top: 50px;
}

#footer .donate-li {
  margin-right: 0px !important;
}
#footer .footer-top #logo {
  width: 160px;
  margin-left: 17px;
  margin-top: 10px;
}
#footer .footer-nav {
  height: 100%;
  margin: 0 0 0 auto;
}

.graysection {
  background-color: #f6f4f9;
  padding: 50px 0;
}

#footer {
  padding: 0px 0 30px;
  background-color: #d8f3e0;
  border-top: 11px solid var(--Blue, #1B457D)
}

#footer p {
  color: #41533b;
}

#footertop {
  padding-bottom: 30px;
}

.footerleft {
  width: 30%;
  max-width: 290px;
  display: inline-block;
  vertical-align: middle;
}

.footermiddle {
  width: 39%;
  max-width: 300px;

  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.footerright {
  max-width: 290px;
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

#footerlogo {
  width: 160px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2%;
}

#footeraddress {
  width: 29%;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}

#footer #footeraddress p {
  margin-bottom: 5px;
  text-transform: none;
  font-size: 16px;
  line-height: 21px;
}

#footer #footeraddress p svg {
  width: 14px;
  height: auto;
  margin-right: 5px;
}

#footernavigation {
  width: 50%;
  display: block;
  text-align: right;
  float: right;
  margin-top: 2%;
}

#footernavigation ul {
  list-style: none;
}

#footernavigation ul li {
  font-size: 18px;
  padding-right: 10px;
  padding-left: 10px;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* border-left: 2px solid#F9F2E8; */
  /* border-right: 2px solid#F9F2E8; */
}

#navigation ul li,
.footer-nav ul li {
  font-size: 18px;
  padding-right: 10px;
  padding-left: 10px;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* border-left: 2px solid#F9F2E8; */
  /* border-right: 2px solid#F9F2E8; */
}

#footernavigation ul li:last-child {
  margin-right: 0;
}

#footernavigation ul li a {
  color: #004d6d;
  text-decoration: none;
  text-transform: none;
  font-weight: 500;
}

#footer .footerleft p {
  font-size: 14px;
  line-height: 19px;
  color: #41533b;
  text-transform: none;
  font-weight: 500;
}

#footer p {
  text-transform: capitalize;
}

#footer p.disclaimer {
  font-size: 14px;
  text-transform: uppercase !important;
  line-height: 19px;
  border: solid 1px #1F472A;
  padding: 5px 10px 7px;
  display: inline-block;
  color: #41533b;
  text-transform: none;
  font-weight: normal;
  line-height: 1;
  padding-bottom: 4px;
}

.section .card h4 {
  color: var(--Navy, #41533b);

  padding-top: 10px;
  font-size: 31px;
  font-style: normal;
  font-weight: 400;

  text-align: left;

  text-transform: none;
  font-weight: normal;

  letter-spacing: -0.16px;
}

#footer p {
  font-size: 15px;
  line-height: 20px;
}

#footer a {
  color: #1F472A;
  text-decoration: none;
  text-transform: capitalize;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#footer a:hover {
  text-decoration: underline;
}
.home #footer .current_page_item a {
  text-decoration: none !important;
}
.home #footer .current_page_item a:hover {
  text-decoration: underline !important;
}
#mobilenavcon .footersocial {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.hamburger {
  height: 50px !important;
  padding: 10px 8px 6px !important;
  transition: 0.5s ease-in-out;
  color: #f9f2e8 !important;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #1b457d!important;
  transition: 0.5s ease-in-out;
}

#mobilenavigation svg * {
  fill: #1F472A !important;
}
#mobilenavigation svg:hover * {
  fill: #30964C !important;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #1B457D !important;
}

.hamburger:hover span.hamburger-inner,
.hamburger:hover span.hamburger-inner::before,
.hamburger:hover span.hamburger-inner::after {
  background-color: #1B457D;
  transition: 0.5s ease-in-out;
}
.footersocial a {
  display: flex;
  flex-direction: column;
  height: 30px;
  justify-content: center;
  align-items: center;
}

.footer-nav .footersocial a svg path {
  fill: #41533b;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
}

.footersocial a:hover svg path {
  fill: #30964C;
}

#footer .footerright a {
  display: inline-block;
  margin-right: 0;
  font-size: 14px;
  font-weight: 500;
  color: #41533b;
  text-transform: none;
}

#footer .footerright a:hover {
  color: #30964C;
}

#navigation.desktoponly {
  height: 100px;
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap:20px;
}

.footersocial {
  display: inline-block;
  vertical-align: middle;
  margin-right: 00px;
  margin-left: 10px;
}

#footer .footerright p {
  font-size: 14px;
  font-weight: 500;
  color: #41533b;
  text-transform: none;
  text-align: right;
  margin-bottom: 0px;
}

.footersocial a {
  display: inline-block;
  margin-right: 0px;
}

.footersocial a:last-child {
  margin-right: 0;
}

.footersocial a:hover svg path {
  fill: #30964C;
}

/* General Styles */
.section {
  position: relative;
}

.home .content-card div {
  width: 100% !important;
}

.at input[type="submit"] {
  -webkit-appearance: none;
  height: 46px;
  padding: 0px !important;
}

.section p b {
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
}
.section p,
.section span {
  font-weight: 400 !important;
}
.section p,
.section p *,
.section ol,
.section ol *,
.section ul,
.section ul *,
.section li,
.section li *,
.press-release-copy p,
.press-release-copy p *,
.press-release-copy ol,
.press-release-copy ol *,
.press-release-copy ul,
.press-release-copy ul *,
.press-release-copy li,
.section span:not(.first-word),
.section span * {
  font-size: 16px;
  font-family: effra, sans-serif;
  margin-bottom: 20px;
  color: #313033;

  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.section a {
  color: #1F472A!important;
  text-decoration: underline!important;
  transition: all 0.25s ease-in-out;
}

.section a:hover {
  color: #30964C!important;
  text-decoration: underline!important;
}



.at-form-submit,
.at-form-submit * {
  font-family: effra, sans-serif !important;
  font-weight: 800 !important;
}


.home #two-column-section-1 h4,
.home #two-column-section-1 .section span {
  color: white !important;
}
.home #two-column-section-1 * {
  color: white !important;
}
.home #two-column-section-1 h4 {
  color: white !important;
  line-height: 1.2;
  font-size: 29px;
}
.at input[type="checkbox"] + span:before {
  background-color: white !important;
}


.section h1 {
  margin-top: 0px;
  font-size: 55px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 900;
  color: var(--Navy, #41533b);
}

.section h2 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 20px;
  padding-top: 10px;
  font-weight: 600;
  color: var(--Navy, #41533b);
}

.section h3 {
  color: #313033;

  /* H4 */

  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  padding-bottom: 10px;
  /* 33.6px */
  letter-spacing: 0px;
  text-transform: none;
}

.page-id-3 h3 {
  color: #313033;
  font-family: effra, sans-serif;
  font-style: normal;
  padding-top: 10px;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.page-id-3 .whitesection li {
  margin-bottom: 0px;
}
.page-id-3 .whitesection ul {
  margin-top: -10px;
}

.section h4 {
  font-size: 24px;
  line-height: 29px;
  color: #41533b;
  margin-bottom: 20px;
  font-weight: normal;
}

.mobile-hero-image {
  display: none;
}
.endorsements_section {
  padding: 50px 0 20px 0;
}

.altrow .card .frame-container img {
  object-fit: cover;
  object-position: 50% 80%;
  border-radius: 0px;
}

.altrow .video-container {
  height: auto;
    width: 100%;
    display: flex;
    align-items: stretch;

}

.altrow .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.home .altrow .card.is-video {
  width: 55%;
}
.home .altrow .card.is-image {
  width: 48%;
}



#masthead {
  height: 800px;
  padding-top: 100px;
  background-size: cover;
  background-position: right !important;
  background-repeat: no-repeat;

}

#masthead .inner {
  height: 100%;
  background-color: transparent;
}

#header .inner {
  width: 90% !important;
}

#mastheadcontent {
  width: 65%;
  max-width: 600px;
  position: relative;
 
  background: transparent;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 0px;
}

.footer .donate-li a,
.footer .volunteer-li a {
  padding: 15px 35px 14px !important;
}

#masthead h1 {
  color: var(--Navy, #41533b);
  /* H1 */

  font-size: 40px;

  font-weight: 500;
}
.not-front #masthead .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.not-front #masthead h1 {
  font-weight: 600;
  letter-spacing: -1px;
  bottom: 0px;
  position: relative;
  margin-top: 0px;
  padding-top: 100px;
  font-size: 220.528px;
  font-style: normal;
  text-align: left;
  line-height: 1;
  font-weight: 900;
  line-height: 110%; /* 294.281px */
  text-transform: uppercase;
  z-index: 10;
}

.not-front .first-word {
  text-align: left;
  font-weight: 900;
  line-height: 1;
}

#masthead h1 svg {
  position: absolute;
  bottom: -8px;
  right: 0;
  z-index: -1;
  width: 100%;
}
.at input[type="checkbox"]:checked + span:after {
  color: #41533b !important;
}

#NVSignupForm2263273-ContactInformation-SmsLegalDisclaimer,
#NVSignupForm2270817-ContactInformation-SmsLegalDisclaimer,
#NVSignupForm2271819-ContactInformation-SmsLegalDisclaimer {
  font-size: 12px !important;
  font-weight: 600 !important;
}
#masthead p {
  font-size: 12px;
  line-height: 20px;
  color: white !important;
  font-weight: 600;
  margin-bottom: 0px;
  opacity: 0.8;
}

#masthead .ngp-form p {
  max-width: 95%;
  font-weight: 400;
}
#NVSignupForm2271819-AdditionalInformation-CustomFormFieldQuestion_6098419720776640 {
  display: none !important;
}

#NVSignupForm2263273 .at-title,
#NVSignupForm2263273 .checkbox-list-label {
  color: white !important;
}

.YesSignMeUpForUpdatesForBinder {
  display: none !important;
}

.CustomFormFieldQuestion_7017713038535585 {
  padding-top: 5px;
  padding-bottom: 5px;
}
#masthead p.mobiledisclaimer {
  font-size: 19px;
  line-height: 24px;
  font-weight: 600;
}

#masthead .herocontent {
  width: 500px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.herocontent h4 {
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-top: -5px;
  letter-spacing: -0.16px;
}

.FastAction {
  display: none !important;
}

#masthead .herocontent h1 {
  font-size: 47px;
  line-height: 52px;
  margin-bottom: 40px;
  font-weight: normal;
  color: #ffffff;
  position: relative;
  display: inline-block;
}
#page-spanish #masthead .herocontent h1 {
  font-size: 40px;
}

.card img {
}

.videocontainer {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.poster-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
  transition: opacity 1s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cutout-mobile {
  display: none;
}

.home .whitesection {
  width: 100% !important;
  max-width: 100% !important;
}
.home .whitesection div {
  max-width: 1200px !important;
}
.home #two-column-section-1 {
  background-color: #4d784e !important;
}

.home #two-column-section-1 img {
  box-shadow: none !important;
}
.home #two-column-section-1 {
  background-color: #fff !important;
}
.home #two-column-section-1 .altrow {
  flex-direction: row-reverse !important;
  width: 90% !important;
}
.home #two-column-section-1 .content-card {
  padding: 30px 40px 10px 40px;
  background-color: #1f472a !important;
  flex: 1;
}
.home #two-column-section-1 .content-card h3 {
  color: #D8F3E0 !important;
font-size: 55px;
font-style: normal;
font-weight: 900;
line-height: 110%; /* 79.2px */
letter-spacing: -2.16px;
text-transform: uppercase;
}
.home #two-column-section-1 .content-card p {
  color: #ffffff !important;
}
.home #two-column-section-1 .content-card a {
  margin-top: 0px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin-top: 10px;
  text-decoration: none!important;
  line-height: 100%; /* 18px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
}



.volunteer-signup h2 {
  text-align: center;
  font-size: 50px;
  max-width: 700px;
  margin: 0 auto;
  font-style: normal;
  line-height: 110%;
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #41533b !important;
  letter-spacing: 0px;
  text-transform: unset;
  color: white;
  text-transform: uppercase;
  font-weight: 800;
}
/* .volunteer-signup {
  padding-bottom: 20px;
} */

body.mobile-menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

#mobilenavigation .closebtn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1001;
  cursor: pointer;
}

.page-id-101 #masthead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 16/9;
  height: 120px; /* Adjust height as needed */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.55),
    rgba(255, 255, 255, 0)
  );
  pointer-events: none;
  z-index: 1;
}
.page-id-101 .section form {
  width: 101%;
}
.page-id-101 #footer {
  border: none !important;
}
.page-id-101 .supportus {
  padding-top: 20px !important;
}
.page-id-115 .content-card h3 {
  padding-top: 5px;
  padding-bottom: 10px;
}
.page-id-115 .content-card h3:first-of-type {
  padding-top: 0px;
}


.home #two-column-section-1 .content-card a:hover {
  color: #1F472A!important;
  background: #fff !important;
  border-color: #1F472A !important;
  text-decoration: none!important;
}

.home #two-column-section-1 {
  padding-top: 30px;
  padding-bottom: 30px;
}

html {
  scroll-behavior: smooth;
}

.home #two-column-section-2 {
  padding-top: 30px;
  background-color: transparent !important;
}
.home #two-column-section-2 .altrow {
  flex-direction: row !important;
}
.home #two-column-section-2 .content-card {
  padding: 0px 00px 10px 30px;
}

.home #two-column-section-2 .content-card div {
  width: 100%;
}
.home #two-column-section-2 .content-card h3 {
  color: #313033 !important;
}
.home #two-column-section-2 .content-card p {
  color: #313033 !important;
}
.home #two-column-section-1 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.anchor {
  scroll-margin-top: 150px;
}

.play-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

/* .poster-overlay:hover .play-button {
  transform: scale(1.2);
} */

.poster-overlay {
  cursor: pointer;
}

.content-card ul {
  margin-bottom: 0px !important;
}

.poster-overlay:hover img {
  filter: sepia(0.5) brightness(0.9) saturate(1);
}

.video-section {
  padding: 80px 0px 20px;
}

.video-poster {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.videocontainer video,
.videocontainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 1;
}

#videoCover {
  cursor: pointer;
  transition: opacity 0.6s ease;
  z-index: 2;
}

#videoCover.hidden {
  opacity: 0;
  pointer-events: none;
}

.altrow .card .frame-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: stretch;
  justify-content: center;
}

.home .altrow .card .frame-container {
  height: 100%;
}

.altrow .card .frame-container img {
  object-fit: cover;

}

#masthead .herocontent h1 svg {
  position: absolute;
  bottom: -15px;
  right: 0;
  z-index: -1;
  width: 69%;
  height: auto;
}



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

.page-id-115 .supportus {
  margin-top: 35px !important;
}

.contentleft {
  width: 55%;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
  position: relative;
}
.meet-div .meet-left li {
  margin-bottom: 11px;
}
.meet-div .meet-left h2 {
  font-weight: 500;
  font-size: 32px;
  padding-bottom: 0px;
  margin-bottom: 10px;
}

.meet-div .meet-left h2 * {
  font-weight: 500;
  font-size: 32px;
}

.meet-div .meet-left {
  flex-grow: 1;
  width: auto;
  min-width: 300px;
  width: 58%;
}
.meet-div .meet-right {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  min-width: 300px;
  gap: 30px;
  flex-wrap: wrap;
  width: 30%;
  flex-grow: 1;
}

.meet-div .meet-right img {
  border-radius: 0px;
  min-height: 330px;
  width: 100%;
  height: auto;
  flex-grow: 1;
  max-width: 400px;
  max-height: 380px;
  object-position: top;
  object-fit: cover;
}
.meet-bottom img {
  width: 100%;
  object-position: top;
  height: auto;
  flex-grow: 1;
  max-height: 480px;
  max-width: 100% !important;
  object-fit: cover;
}

.meet-bottom {
  flex-wrap: wrap;
  flex-direction: row;
  width: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  height: fit-content;
  padding-top: 20px;
  width: 100%;
  gap: 30px;
}

.meet-bottom-img {
  border-radius: 0px;
  width: 100%;
  object-position: top;
  height: auto;
  flex-grow: 1;
  height: 400px;
  object-fit: cover;
}

.meet-div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}

.meet-bottom {
  display: none;
}

.contentright {
  width: 41%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.draw-fill-svg2 .mask-rect2 {
  transition: all 2s ease-in-out;
}

.draw-fill-svg2 .mask-rect2-1 {
  width: 0;
}

.draw-fill-svg2 .mask-rect2-2 {
  width: 0;
  x: 436;
}

.draw-fill-svg2.animated .mask-rect2-1 {
  width: 436px;
}

.draw-fill-svg2.animated .mask-rect2-2 {
  width: 436px;
  x: 0; /* animate from right to left */
  transition-delay: 1.4s;
}

.orangesection .contentleft img {
  width: 100%;
}
.draw-fill-svg .mask-rect-1 {
  width: 0;
  transition: all 1s ease-in-out;
}

.draw-fill-svg .mask-rect-2 {
  width: 0;
  x: 271;
  transition: all 1.5s ease-in-out;
}

.draw-fill-svg.animated .mask-rect-1 {
  width: 271px;
}

.draw-fill-svg.animated .mask-rect-2 {
  width: 271px;
  x: 0;
  /* Move left to reveal right-to-left */
  transition-delay: 0.75s;
}

.orangesection .contentright {
  text-align: center;
}

.orangesection h3 {
  margin-bottom: 40px;
}

.orangesection p {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
}

svg#playbtn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

svg#playbtn:hover path#playbg {
  fill: #280045;
}

a.whitebtn {
  background-color: transparent;
  color: #ffbb24;

  leading-trim: both;

  text-edge: cap;
  /* Body ALL CAPS SPACED */

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 35px;
  display: inline-block;
  text-decoration: none;
  margin-top: 20px;
  border: 1px solid #ffbb24;
  border-radius: 2px;
}

a.whitebtn:hover {
  background-color: #ffbb24;
  color: #ffffff;
}

.section-divider .divider-content {
  display: flex;
  align-items: center;
  position: relative;
}

#mobilenavigation .donate-li a:hover {
  color: white!important;
  background: #1F472A !important;
  transition: all 0.25s ease-in-out;
}

.home .supportus {
  padding: 60px 0;
  margin: 100px 0;
  background:#fff;
}

.home .supportus .centercontent {
  position: relative;
  z-index: 10;
}


.section-divider {
  padding-top: 60px;
}
.section-divider h2 {
  margin: 0;
  padding-right: 30px; /* space between text and line */
  white-space: nowrap;
  z-index: 2;
}

#why-running-1 {
  background-color: #d8f3e0 !important;
  padding: 50px 0;
}

#why-running-1 h3 {
  color: var(--Blue, #1B457D);
  text-align: center;
font-size: 55px;
font-style: normal;
font-weight: 900;
line-height: 110%; 
letter-spacing: -2.16px;
text-transform: uppercase;

}

#why-running-1 h5 {
  color: var(--Army-Green, #1F472A);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 30px;
  text-transform: none;
  text-align: center;
}

.running-content {
  display: flex;
  flex-direction: row;
 
  align-items: center;
  gap: 50px;
}

.reason-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
} 

.reason-icon {
  margin-left: -83px;
  margin-top: 25px;
}

.reason-icon img {
  width: 150px;

}

.reason-content h4 {
  color: var(--Army-Green, #1F472A);
font-size: 24px;
font-style: normal;
font-weight: 900;
line-height: 130%;
margin-bottom: 0;
text-transform: none;
}

/* Common styles for all rows */
.altrow {
  display: flex;
  margin-bottom: 0px;
}

.altrow:last-child {
  margin-bottom: 0;
}



.altrow .card {
  width: 48%;
  position: relative;
}

.separator {
  display: flex;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  height: 38px;
  margin-bottom: 25px;
  object-fit: cover;
  object-position: center;
}

.altrow .card img {
  width: 100%;
  height: auto;
}

.whitesection {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

/* Image on right (odd rows) */
.altrow.image-right {
  flex-direction: row;

  width: 100%;
  padding: 100px 0% 70px 0%;
}

.home .altrow.image-right {
  padding: 0px !important;
}

/* Image on left (even rows) */
.altrow.image-left {
  flex-direction: row-reverse;
  lex-direction: row;

  width: 100%;
  padding: 100px 0% 40px 0%;
}

/* Add some space between cards */
.altrow.image-right .card:first-child {
  margin-right: 4%;
}

.altrow.image-left .card:first-child {
  margin-left: 4%;
}

.home .altrow.image-right .card:first-child {
  margin-right: 0%;
  margin-left: 0%;
 
}

.home .altrow.image-left .card:first-child {
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 10px;
}

.donate-image-container {
  height: auto;
  width: 100%;
}

.donate-image-container img {
  width: 650px;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  right: -80px;
  top: -93px;
  border-right: 14px solid #30964C;
}

.donate-mobile {
  display: none;
}

.donate-mobile img {
  max-width: 500px! important;
  height: auto;
  width: 100%;
  border: 5px solid #30964C;
  margin-top: 20px;
}

.donatebuttons {
  display: inline-block;
  width: 100%;
}

.supportus.section a {
  text-decoration: none !important;
  transition: all 0.25s ease-in-out;
}

.supportus.section a h5:hover {
  background-color: black!important;
  color: #fff !important;
}

.supportus.section h5 {
  text-align: center;
  background: #47EB74 !important  ;
  line-height: 100%;
  letter-spacing: 2.16px;
  padding: 20px;

  font-size: 16px !important;
  color: #1F472A !important;
  font-weight: 500;
  text-transform: uppercase;
}
.supportus.section .donatebuttons {
  height: fit-content;
}
.donatebuttons a {
  margin-right: 0px;
  width: 20%;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 700 !important;
  padding: 13px 0px 11px;
  letter-spacing: 1px;
  line-height: 20px;
}




.bars {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
}

.bars div {
  width: 100%;
  height: 20px;
  background-color: #eaa150;
  margin-bottom: 25px;
}

.bars div:last-child {
  margin-bottom: 0;
}

.card .smallbars {
  top: 0;
  left: -20%;
  width: 80px;
}

.smallbars {
  width: 6%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50px;
}

.smallbars div {
  width: 100%;
  height: 7px;
  background-color: #eaa150;
  margin-bottom: 12px;
}

.smallbars div:last-child {
  margin-bottom: 0;
}

.mobile-hero-image {
  display: none;
}

.factitem {
  margin-bottom: 20px;
}

.factitem svg {
  width: 40px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.factitem .factcontent {
  display: inline-block;
  vertical-align: top;
  width: 18%;
}

.factitem h5 {
  font-size: 20px;
  line-height: 25px;
  color: #41533b;
  margin-bottom: 10px;
  font-family: effra, sans-serif !important;
}

h2 {
  color: #41533b;
  /* H2 */
  font-family: effra, sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 48.4px */
  letter-spacing: -1px;
}
.factitem p {
  font-size: 18px;
  line-height: 21px;
  color: #41533b;
}

#hero img {
  vertical-align: bottom;
}

.callout {
  padding: 20px 0;
  text-align: center;
}

.callout p {
  font-family: effra, sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #41533b;
  width: 75%;
  margin: 0 auto;
}

.numbergrid {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 15px;
  gap: 5px;
}

.numberitem {
  flex: 1 1 calc(50% - 5px); /* Allows equal width with gap consideration */
  padding: 20px;
  text-align: left;
  box-sizing: border-box; /* Ensures padding doesn't break the layout */
}

.FastAction {
  display: none !important;
}
.numberitem .number {
  font-size: 55px;
  line-height: 60px;
  font-family: effra, sans-serif;
  font-weight: 900;
  color: #d6d6d6;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
  width: 55px;
}

.numberitem .numbercontent {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 65px);
}

.numberitem h5 {
  color: #41533b;
  font-family: effra, sans-serif;
  font-size: 29px;
  line-height: 35px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 10px;
}

.numberitem p {
  color: #41533b;
  font-size: 18px;
  line-height: 21px;
}

.twocolrow {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: solid 1px #f5f4f0;
}

.twocolrow .colleft {
  width: 23%;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
  text-align: center;
}

.twocolrow .colright {
  width: 70%;
  display: inline-block;
  vertical-align: top;
}

.twocolrow {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.twocolrow .colleft p {
  color: #41533b;
  font-size: 27px;
  line-height: 32px;
  font-weight: 400;
  font-family: effra, sans-serif;
}

.twocolrow .colright p {
  color: #41533b;
  font-size: 18px;
  line-height: 21px;
}

.orangesection.largequote {
  font-size: 0;
  padding: 80px 0;
}

.orangesection.largequote h2 {
  color: #89db70;
  text-align: center;
  font-family: effra, sans-serif !important;
  font-weight: bold;
  font-size: 54px;
  line-height: 62px;
  font-style: normal;
  font-weight: 900;
  width: 72%;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2% 0 2%;
}

.orangesection.largequote .bars {
  width: 12%;
}

.orangesection.largequote .bars div {
  background-color: #fac892;
  height: 40px;
}

.issues {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0px 0;
  gap: 15px;
}

.issueitem {
  flex: 1 1 calc(25% - 15px); /* Allows equal width with gap consideration */
  padding: 35px 30px;
  text-align: left;
  box-sizing: border-box; /* Ensures padding doesn't break the layout */
  border: solid 2px #eaa150;
  border-radius: 5px;
  text-align: center;
}

.issueitem h5 {
  color: #41533b;
  font-size: 20px;
  line-height: 25px;
  font-family: effra, sans-serif !important;
  font-weight: bold;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.topbars {
  width: 100%;
  display: inline-block;
  margin-bottom: 100px;
}

.topbars div {
  width: 100%;
  height: 20px;
  background-color: #eaa150;
  margin-bottom: 15px;
}

.topbars div:last-child {
  margin-bottom: 0;
}

.subheader {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  min-width: 400px;
}


#takeover {
  padding: 0px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
  width: 100%;
  height: 100vh;
  background-color: #D8F3E0;
  display: none;
  overflow: scroll;
}

#takeovercon {
  z-index: 1000;
  width: 100%;
  

 
}

#splashright {
  width: 37%;
  display: inline-block;
  position: relative;
  z-index: 10;

}

.splash-logo {
  padding: 30px 72px;
}

.splash-logo img {
  width: 250px;
  height: auto;
}

#splashright h2 {
  color: var(--Blue, #1B457D);

font-size: 41px;
font-style: normal;
font-weight: 900;
line-height: 100%; 
letter-spacing: -1.92px;
text-transform: uppercase;
margin-bottom: 20px;
}

#splashright h3 {
  color: var(--Black, #231F20);

font-size: 20px;
font-style: normal;
font-weight: 900;
line-height: 130%;
margin-bottom: 30px;
}


#clonebtn {
  background: rgba(255, 255, 255, 0.4);
  padding: 5px 5px 5px -10px;
  width: 40px;
  border-radius: 100%;
  height: 40px;
}

.dollar-container {
  margin-bottom: 10px;
}


.dollar-text {
  position: relative;
}

.dollar-text p {
  font-family: "Patrick Hand", cursive;
  color: var(--Black, #231F20);
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 120%;
margin-bottom: 15px;
}

.dollar-button {
  perspective: 600px;
  width: 100%;
  aspect-ratio: 1276/556;
  position: relative;
  display: inline-block;
}

.flip-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.6s cubic-bezier(0.4,0.2,0.2,1);
  transform-style: preserve-3d;
}

.dollar-button img {
  width: 100%;
  height: 100%;

  display: block;
}

.money-front, .money-back {
  position: absolute;
  width: 100%; height: 100%;
  top: 0; left: 0;
  backface-visibility: hidden;
}

.money-front { transform: rotateY(0deg); }
.money-back  { transform: rotateY(180deg); }

.dollar-button:hover .flip-inner {
  transform: rotateY(180deg);
}
/* .dollar-button .money-back {
  display: none;
  transition: all 0.3s ease-in-out;
}

.dollar-button:hover .money-back {
  display: inline;
  transition: all 0.3s ease-in-out;
} */

/* .dollar-button .money-front {
  display: inline;
  transition: all 0.3s ease-in-out;
} */

 .dollar-button.pulse .money-front {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
      box-shadow: 0 0 0 0 rgba(54, 98, 46, 0.2);
  }
  5% {
      transform: scale(1.01);
  }
  15% {
      transform: scale(1);
  }
  70% {
      box-shadow: 0 0 0 15px rgba(54, 98, 46, 0);
  }
  100% {
      box-shadow: 0 0 0 30px rgba(54, 98, 46, 0);
  }
}

/* .dollar-button:hover .money-front {
  display: none;
  transition: all 0.3s ease-in-out;
} */

.dollar-text svg {
  width: 15px;
  height: auto;
  top: 22px;
  position: absolute;
  left: -20px;
}

#takeover .inner {
  width: 90%;
  margin: 0 auto;
  padding-top:40px;
  max-width: 1400px;
  display: flex;
 position: relative;
  justify-content: space-between;
}

#splashleft img  {
  width: 800px;
  height: auto;
  max-width: 100%;
  position: absolute;
  right:-5%;
  border-right: 18px solid #30964C;
}

#tkbuttons {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 18px;

}

#tkright p {
  color: var(--Black, #231F20);
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 160%; /* 22.4px */
letter-spacing: 0.42px;
}




#tkbuttons a {
  display: inline-block;
 text-decoration: none !important;
  flex-grow: 1;
  margin-bottom: 10px;
  font-size: 20px;
    text-transform: uppercase;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 700 ;
    padding: 16px 0px 13px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #fff;
 
    background-color: black;
    width: 10%;
    text-align: center;
  
}

#tkbuttons a:hover {
  background-color: #47EB74 !important;
  color: #1F472A !important;
}

.home .section li {
  margin-bottom: 0px;
}

.home .section ul {
  margin-top: -10px;
}

.middlefooter {
  display: flex;
  flex-direction: column;
  position: relative;
  width: fit-content;
  margin: 0 0 0 auto;
}

.middlefooter * {
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.42px;
}





#header .donate-li {
  margin-left: 3px;
}

.home
  #mobilenavigation
  #mobilenavcon.open
  ul.open
  li.current-menu-item
  a:hover {
  color: #30964C !important;
}

.splash-img-mobile {
  display: none;
  border-top: 18px solid #30964C;
}

#tkright a#close-button {
  font-size: 18px!important;
  display: flex;
  justify-content: center;
  margin-top: 32px;
text-decoration: none!important;
 color: var(--Army-Green, #1F472A);
text-align: center;
font-size: 16px;
text-transform: none!important;
font-style: normal;
font-weight: 700;
line-height: 160%;
background-color: transparent!important;
height: unset!important;
width: unset!important;
padding:0px;
}

#tkright a#close-button:hover {
   text-decoration-color: #30964C!important;
 text-decoration: underline!important;
 text-decoration-thickness: 3px!important;
 text-underline-offset: 6px!important;
}



#header {
  position: relative;
  background-color: #d8f3e0;
  width: 100%;
}



#takeover #closebtn {
  position: absolute;
  width: 41px;
  height: 40px;
  top: 30px;
  border-radius: 100%;

  background: #1f472aa1 !important;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.35);
  right: 30px;
  cursor: pointer;
  z-index: 100;
}

#takeover #closebtn:hover {
  background: #1b457db3 !important;
}
.ngp-form {
  display: none;
}

#takeover #closebtn svg {
  width: 15px;
  top: 7px;
  height: auto;
  position: relative;
  left: 13px;
}

/* New */

.gallery img {
  width: 31%;
  height: auto;
  margin-right: 2%;
}

.gallery img:last-child {
  margin-right: 0;
}
video {
  cursor: pointer;
}

.headersocial {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
}

.headersocial a {
  display: inline-block;
  margin-right: 15px;
}

#masthead {
  min-height: fit-content;
}
/* 2nd to last child */
.headersocial a:nth-last-child(2) {
  margin-right: 0;
}

.home .section h1,
.page-id-451 .section h1 {
  margin-top: 0px;
}

.not-front #masthead h1 {
  color: white;
  text-transform: uppercase;
}

#mil-disclaimer {
  max-width: 55% !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
}

.not-front #masthead {
  position: relative;
}

.not-front .whitesection .inner {
  max-width: 1200px;
  padding-bottom: 20px;
  padding-top: 20px;
}

#masthead {
  background-size: cover !important;
}

.not-front #masthead {
  width: 100%;
  margin-top: 0px !important;

  height: 600px;

}
.not-front #masthead .inner {
  position: relative;
}

.frame-container {
  position: relative;
  width: fit-content;
}

.image {
  display: block;
  max-width: 100%;
  z-index: 10;
  position: relative;
}

/* NGP Form */

#can-form-area-drew-morrison-website-signups .can_embed.v5.form #can_embed_form {
  border: none !important;
  background-color: transparent !important;
}
#can-form-area-drew-morrison-website-signups .can_embed.v5.form #can_embed_form form {
  display: flex!important;
  align-items: flex-start!important;
  justify-content: space-between!important;


}

#can-form-area-drew-morrison-website-signups .can_embed.v5.form #can_embed_form span, #can_embed_form .check_radio_field label, 
#can-form-area-drew-morrison-website-signups .can_embed.v5.form #can_embed_form span, #can_embed_form .check_radio_field label.checkbox
 {
  color:#fff!important;
  font-size: 12px!important;
  margin-bottom: 0px!important;
} 

#can-form-area-drew-morrison-website-signups .can_embed.v5.form #can_embed_form form #form_col1 {
  display: flex;
    flex-wrap: wrap;
    width: 70%!important;
    gap: 5px!important;
    justify-content: space-between!important;
}

#can-form-area-drew-morrison-website-signups .can_embed.v5.form #can_embed_form form #form_col1 > li:nth-last-child(-n+2) {
  width: 100% !important;
  flex-basis: 100% !important;
  display: block !important;
}

#can-form-area-drew-morrison-website-signups .can_embed.v5.form #can_embed_form form #form_col1 li {
  width: 50%!important;
  width: calc(50% - 5px)!important;
}

#can-form-area-drew-morrison-website-signups .can_embed.v5.form #can_embed_form form #form_col1 li:nth-of-type(6) {
  width: 100%!important;
}

#can-form-area-drew-morrison-website-signups .can_embed.v5.form #can_embed_form form #form_col1 li.form_builder_output.js-form_builder_output {
  display: none!important;
}

#can-form-area-drew-morrison-website-signups .can_embed.v5.form #can_embed_form form #form_col2 {
  width: 20% !important;
}

#can-form-area-drew-morrison-website-signups .can_embed.v5.form #can_embed_form h2, #can-form-area-drew-morrison-website-signups .can_embed.v5.form #can_embed_form h4, #can-form-area-drew-morrison-website-signups .can_embed.v5.form #can_embed_form #logo_wrap, #can-form-area-drew-morrison-website-signups .can_embed.v5.form #can_embed_form #action_info .action_info_user, #can-form-area-drew-morrison-website-signups .can_embed.v5.form #can_embed_form .can_thank_you-block,#can-form-area-drew-morrison-website-signups .can_embed.v5 #can_embed_form #can_thank_you #action_info {
  display: none !important;
  border-top-color: transparent!important;
}

#can-form-area-drew-morrison-website-signups .can_embed.v5.form #can_embed_form #can_thank_you h1 {
  color: #fff!important;
  font-family: effra, sans-serif!important;
}

#can-form-area-drew-morrison-website-signups .can_embed.v5.form #can_embed_form input[type="text"],#can-form-area-drew-morrison-website-signups .can_embed.v5.form #can_embed_form input[type="password"], #can_embed_form input[type="url"], #can-form-area-drew-morrison-website-signups .can_embed.v5.form #can_embed_form input[type="email"], #can-form-area-drew-morrison-website-signups .can_embed.v5.form #can_embed_form input[type="tel"], #can_embed_form input[type="number"] {
  border: 2px solid rgba(255, 255, 255, 0.30)!important;
background: rgba(255, 255, 255, 0.80)!important;
font-size: 18px!important;
margin-bottom: 0px!important;
color: #1B457D!important;
font-family: effra, sans-serif!important;
text-transform: uppercase!important;
letter-spacing: 2.16px!important;
padding-right: 0px!important;
}

#can-form-area-drew-morrison-website-signups .can_embed.v5.form #can_embed_form input[type=tel] {padding-right: unset!important;}

#can-form-area-drew-morrison-website-signups .can_embed.v5.form #can_embed_form .iti__flag-container, #can-form-area-drew-morrison-website-signups .can_embed.v5.form #can_embed_form .international_link-wrap, #can-form-area-drew-morrison-website-signups .can_embed.v5.form #can_embed_form .international_link-wrap a {
  display: none!important;
}

#can-form-area-drew-morrison-website-signups .can_embed.v5.form #can_embed_form .floatlabel-wrapper .floatlabel-label-active {
  display: none!important;
} 

#can-form-area-drew-morrison-website-signups .can_embed.v5.form #can_embed_form #d_sharing label {
 display: none!important;
 
}

#can-form-area-drew-morrison-website-signups .can_embed.v5.form #can_embed_form #d_sharing {
  border-top: none!important;
}

#can-form-area-drew-morrison-website-signups .can_embed.v5.form #can_embed_form input[type="submit"] {
  border: 2px solid #231F20!important;
background-color: #231F20!important;
color: #ffffff!important;
font-size: 18px!important;
font-weight: 600!important;
text-transform: uppercase!important;
letter-spacing: 2.16px!important;
font-family: effra, sans-serif!important;
height: 150px!important;
}

#can-form-area-drew-morrison-website-signups .can_embed.v5.form #can_embed_form input[type="submit"]:hover {
  background-color: #47EB74!important;
  color: #1F472A!important;
  border-color: #47EB74!important;
}




.sign-up-section.section {
  background-color: #1b457d;
  padding-top:50px;
}

.sign-up-section.section .inner {
  display: flex;
  align-items: flex-start;
  max-width: 1200px;
}

.sign-up-section.section .inner h3 {
  color: var(--White, #FFF);
font-size: 60px;
font-style: normal;
font-weight: 900;
line-height: 110%;
margin-top:30px;
}

.section .at textarea {
  background-color: transparent !important;
  border: none;
  box-sizing: border-box !important;
  padding: 20px 12px;
  font-size: 18px !important;
  text-transform: uppercase !important;
  background: rgba(0, 0, 0, 0.4);
  letter-spacing: 1px;
  font-family: effra, sans-serif;
  height: 200px;
}

.section form {
  width: 100%;
}

.YesSignMeUpForUpdatesForBinder {
  font-size: 17px;
  margin-bottom: 20px;
  color: #41533b !important;
}

.at-indented {
  padding-left: 0 !important;
}

.at-row > [class^="at-"] {
  margin: 0 !important;
}

.home #two-column-section-2 img {
  max-height: unset;
  object-position: 84% !important;
}

/* input placeholder */
.at-text input[type="text"]::placeholder,
.at-text input[type="tel"]::placeholder,
.at-text input[type="email"]::placeholder
#can_embed_form input[type=text]::placeholder, 
#can_embed_form input[type=password]::placeholder, 
#can_embed_form input[type=url]::placeholder, 
#can_embed_form input[type=email]::placeholder, 
#can_embed_form input[type=tel]::placeholder, 
#can_embed_form input[type=number]::placeholder {
  color: #004d6d !important;
  /* text-transform: uppercase; */
}
.home #masthead h1 {
  color: #fff;
  /* H1 */
  font-family: effra, sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%; /* 83.6px */
  text-transform: uppercase;
  margin-bottom: 0px;
  text-shadow: 4px 4px BLACK;
}
#footernavigation ul li {
  margin-bottom: 10px;
}
.SmsLegalDisclaimer {
  margin-top: 0px !important;
}

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

.at input[type="checkbox"] + span:before {
  border-radius: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.658) !important;
}
label.at-text.error small.error,
.at-row label.StateProvince small.error,
.at label.at-text.error {
  color: #41533b !important;
  margin-bottom: 0px !important;
  padding: 4px 0px 0px 0px !important;
}

#mobilenavigation #menu-item-146 a,
#mobilenavigation #menu-item-479 a {
  background-color: #41533b !important;
  text-transform: uppercase !important;
  width: 100%;
  text-shadow: none !important;
  font-family: effra, sans-serif;
  border: none !important;
  font-size: 18px !important;
  padding: 12px 20px;
  font-weight: 600 !important;
  margin: 20px auto 10px;
  width: fit-content;
}

.at label input[type="checkbox"]:checked + span:before {
  background-color: #cea1ed !important;
  border: none !important;
}
#closebtn:hover svg {
  transform: rotate(90deg);
  transition: 0.5s;
  transform-origin: center;
}
#closebtn svg {
  transition: 1s;
  transform-origin: center;
}

#closebtn svg path {
  stroke: white !important;
}
.desktoponly {
  display: block;
}

.mobileonly,
.mobileonlylogo {
  display: none !important;
}

.headersocial a {
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
}

a#mobilemenutoggle {
  position: absolute;
  top: 40px;
  right: 20px;
  width: 50px;
  z-index: 1010;
  color: #ffbb24;
  text-decoration: none;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

#mobile-logo {
  transition: all 0.25s ease-in-out;
}
#mobile-logo:hover {
  opacity: 0.7;
}
.hamburger {
  position: absolute;
  right: 20px;
  top: 36px;
  z-index: 10000;
}
.admin-bar #mobilemenutoggle {
  z-index: 100000;
  position: absolute;
  right: 20px;
  top: 20px;
}

#mobilemenutoggle.active {
  color: #ffffff;
}

#mobilenavigation.open {
  height: 100vh;
}

#mobilenavigation.open #mobilenavcon.open {
  opacity: 1;
}

#mobilenavigation .headersocial {
  margin-left: 0;
}

.headersocial a:hover svg path {
  fill: #30964C;
}

#mobilenavigation .headersocial a:hover svg path {
  fill: #30964C;
}

/* General Styles */

.section img.alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}

.section img.alignright {
  float: right;
  margin: 20px 0 20px 20px;
}

.section img {
  max-width: 100%;
  height: auto;
}

.page-id-687 .twocolrow img {
  max-width: 80px;
}

.section ul,
.section ol {
  margin-bottom: 20px;
  margin-left: 40px;
  position: relative;
}

* {
  font-family: effra, sans-serif;
}

.pagenotfound h1 {
  font-size: 315px;
  line-height: 320px;
  font-style: normal;
  font-weight: 900;
  color: #eaa150;
}

.pagenotfound h2 {
  font-size: 45px;
  line-height: 50px;
  font-style: normal;
  font-weight: 900;
  color: #89db70;
}

#pagenotfoundbtn {
  background-color: #1fadad;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 18px;
  line-height: 24px;
  padding: 20px 45px;
  font-weight: 600;
  letter-spacing: 1px !important;
  color: #ffffff;
  border: none;
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
}

/* News Page */

.page-template-page-news #masthead {
  background-position: unset !important;
}

.single-news-page .inner {
  max-width: 1200px;
}

.news-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.section p.news-date {
  font-size: 18px;
  margin-bottom: 5px;
}

.privacy-policy #masthead h1,
.page-template-page-running #masthead h1 {
  font-size: 80px !important;
  line-height: 1 !important;
}



/* Single News Post */

.single-news-page {
  padding-top: 200px;
}

.single-news-page h2 {
  font-size: 50px !important;
  font-family: effra, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px !important;
  color: #ffbb24;
}

.press-release-copy p {
  font-size: 16px;
  font-family: effra, sans-serif !important;
  margin-bottom: 20px;
  color: #313033;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

/* -------------------------------------------------------------- */
/* Animate CSS
-------------------------------------------------------------- */
.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.5s;
  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: 1s;
  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.5s;
  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 gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Fade in */
.fade-in {
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out;
  animation-delay: 1s; /* Add the desired delay here */
  animation-fill-mode: forwards; /* Ensure the final state is maintained */
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Navigation */

#navigation ul li a:hover {
  color: var(--Army-Green, #41533b);
  text-decoration: underline !important;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}



#mobilenavigation {
  height: 0;
  width: 100%;
  background-color: #D8F3E0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

/* #mobilenavigation img {filter:invert(100%) grayscale(100%) brightness(1000%) } */
#footer ul {
  list-style-type: none !important;
}

#header #menu-header-1 li {
  padding-right: 0px !important;
  border-right: none !important;
}
#header #menu-header-1 li a {
  border-right: none !important;
}
#footer li,
#footer .footersocial a {
  padding-right: 10px !important;
}
#footer li a {
  border-right: none !important;
}

#header .open .donate-li {
  margin-left: 0px !important;
}
#mobilenavigation .open .footersocial a {
  transform: scale(1.5);
  margin: 0 5px;
}
#mobilenavigation .open .footersocial {
  padding-bottom: 20px !important;
}
/* .open .volunteer-li {max-width:297px !important} */
#mobilenavcon {
  -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
}
#mobilenavigation #mobilenavcon {
  display: block;

  text-align: center;
  top: 70px;
  width: 300px;
  margin: 0 auto;
  text-align: center;

  position: relative;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  overflow-y: auto; /* ✅ enable scrolling */
  padding-bottom: 20px; /* optional for spacing */
}



#mobilenavigation .donate-li a {
  padding: 10px 5px !important;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  width: 250px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  display: flex;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}


#mobilenavigation * {
  border: none !important;
  list-style: none !important;
}

#mobilenavigation ul {
  margin-bottom: 50px;
  display: block;
}

#mobilenavigation ul li {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

#mobilenavigation ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  line-height: 25px;
  display: block;
  position: relative;
  padding-bottom: 10px;
  transition: color 0.3s ease;
}





.home #menu-header-2 ul li.current-menu-item a,
.home #menu-header ul li.current-menu-item a {
  text-decoration: none !important;
}

#mobilenavigation img {
  margin-bottom: 30px;
  width: 160px !important;
}

#mobilenavigation li a {
  color: #1F472A !important;
}




#mobilenavigation .donate-li a {
  color: #1F472A !important;
}

#mobilenavigation ul li a:hover {
  color: #30964C !important;
}

#mobilenavigation.open {
  height: 100vh;
}

#mobilenavigation.open #mobilenavcon.open {
  opacity: 1;
}
.meet-div .meet-right img:last-of-type {
  min-height: 450px;
}

#navigation,
#menu-header-2 {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
  display: inline-block;
  text-align: right;
}

#navigation ul {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
#footerbottom {
  padding-top: 30px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-id-687 .content-card {
  flex-grow: 1;
}
.page-id-687 .whitesection.section {
  padding: 0px !important;
}
.page-id-687 .altrow.image-right {
  background: white !important;
  padding: 0px !important;
  width: 90%;
  margin: 0 auto;
}
.page-id-687 .altrow.image-right.inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px !important;
  padding-bottom: 40px !important;
}
.page-id-687 .altrow.image-right img {
  min-height: 360px;
}
.page-id-687 .altrow.image-right .card:first-child {
  margin-right: 0px !important;
}
.page-id-687 .altrow.image-right .content-card {
  margin-right: 30px;
  width: 47%;
}
.page-id-687 .altrow.image-right .image-card {
  width: 53%;
}
.page-id-687 .altrow.image-right {
  gap: 00px;
}
.page-id-687 .section h4 {
  font-size: 24px;
  line-height: 29px;
  color: #41533b;
  margin-bottom: 20px;
  width: 99.5%;
  font-weight: normal;
  margin: 0 auto;
  padding-bottom: 20px;
}
#NVPetitionForm2270806-AdditionalInformation-CustomFormFieldQuestion_4077015253646566 {
  display: none !important;
}
.footer-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap:20px;
}


.hero-cutout img {
  height: auto;
    width: 100%;
    max-height: 100%;
    max-width: 1300px;
    position: absolute;
    bottom: 0;
    right: 0;
}

h1 .second-word {
  opacity: 0;
  transform: translateY(1700px);
  animation: none !important;
}

body:not(.preload):not(.home) h1 .second-word {
  opacity: 1;
  animation: reveal 4s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transform: translateY(0);
}

body:not(.home) h1 .second-word {
  font-size: clamp(0.5rem, 10vw, 9rem) !important;
  width: fit-content;
  max-width: 100%;
  white-space: wrap;
  line-height: 1;
  margin-top:10px;
  color: #fff !important;
  text-align: left;
  font-weight: 900!important;
  display: block;

  overflow: hidden;
}

@keyframes reveal {
  0% {
    transform: translateY(1500px);
  }
  100% {
    transform: translateY(0);
  }
}

body:not(.home) h1 .first-word {
  display: block;
  color: #D8F3E0;
  font-size: 0.5em;
  font-family: effra, sans-serif !important;
  line-height: 0.5;
  font-weight: 900!important;

  
}
#footer ul li.volunteer-li a,
#footer ul li.donate-li a,
#navigation ul li.volunteer-li a,
#navigation ul li.donate-li a {
  font-family: effra, sans-serif !important;
text-decoration: none !important;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

h4 {
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  text-transform: uppercase;
}

.home #two-column-section-1 h4 {
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  text-transform: uppercase;
}

#footer .footermiddle p,
#footer .footermiddle a {
  font-size: 14px;
}

#navigation ul li {
  font-size: 18px;
  margin-right: 12px;
  font-weight: 600;
  margin-left: 12px;
  padding: 0px !important;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* border-left: 2px solid white; */
}

#menu-header-2 {
  list-style: none;
  display: flex;
  vertical-align: middle;
  flex-direction: row;
  justify-content: flex-end;
}

#menu-header-1 li a,
#menu-header-2 li a,
#menu-header li a {
  height: 100%;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: effra, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: unset;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

#menu-header-2 li a {
  text-transform: capitalize;
}
#menu-header-1 li,
#menu-header li {
  padding-right: 20px;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#menu-header-2 li {
  padding-right: 20px;
  height: 100%;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.donate-footer-btn {
  background: #ffbb24;
  color: white;
}

#logo img {
  width: 200px;

  margin-top: 15px;
  height: auto;
  transition: all 0.25s ease-in-out;
}
#logo img:hover {
  opacity: 0.7;
}


.icon-carousel-wrapper {
  height: 20%;
  overflow: hidden;
  position: relative;

}

.icon-carousel {

padding-top: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.icon-carousel-track {
position: relative;
}


.icon-carousel-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
}

.icon-carousel-wrapper::after {
  content: "";
    position: absolute;
    z-index: 1000;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient( to top, white 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0) 100% );
}

.icon-carousel-item {
  display: flex;
  flex-direction: row;
  gap: 15px;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  transition: opacity 0.4s ease-in-out;
}

.icon-carousel-item.is-visible {
  position: relative;
  opacity: 1;
  animation: slide-in 0.6s forwards;
}

.icon-carousel-item.is-hidden {
  opacity: 0;
  animation: slide-out 0.6s forwards;
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Slide out */
@keyframes slide-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}

/* .icon-carousel-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}  */

.icon-carousel-item h6 {
  color: rgba(35, 31, 32, 0.90);
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: 180%;
}
.icon-carousel-item img {
  width: 35px;
  height: auto;
  object-fit: contain;
}

.donate-li a {
  background: #47EB74;
  color: #1F472A;
  text-transform: uppercase !important;
  padding: 15px 35px 13px !important;
  display: flex;

  flex-direction: column;
  height: fit-content !important;
  text-transform: capitalize;
  justify-content: center;
  text-decoration: none !important;
  align-items: center;
}

.mobilenavcon ul {
  max-width: 297px !important;
}
.mobilenavcon ul a {
  width: 100% !important;
}
.donate-li a:hover {
  background-color: #1F472A !important;
  color: white !important;
}

.volunteer-li a {
  color: white;
  height: fit-content;
  padding: 15px 35px 13px !important;
  display: flex;
  text-transform: uppercase !important;
  flex-direction: column;
  text-decoration: none !important;
  height: fit-content !important;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  background: #41533b;
}

.volunteer-li a {
  height: fit-content !important;
  color: white !important;
}

.volunteer-li a:hover {
  background: #ffbb24;
  color: #41533b !important;
}
.footersocial {
  margin-left: 0px;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.footersocial a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding-right: 10px;
  padding-left: 10px;
}

.footersocial a svg {
  transform: scale(0.8);
}
li.donate-li {
  margin-right: 0px !important;
}



/* #navigation ul li:last-child a{
 padding-right:10px; padding-left:10px;;

} */

#navigation ul li a {
  color: var(--Army-Green, #41533b);
  font-family: effra, sans-serif;
text-decoration: none;
  text-transform: unset;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

.footer-nav ul li a {
  color: #41533b;
  leading-trim: both;
  text-edge: cap;
  font-family: effra, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: unset;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

#footer .donate-li {
  display: contents !important;
}
.middlefooter {
  border-bottom: 2px solid #30964c;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 0 0 0 auto;
  width: 100%;
  justify-content: center;
  text-align: right;
  align-items: flex-end;
}

.footersocial .footeraddress a {
  transition: 0.25s ease-in-out;
}

#footer #footerbottom p {
  width: fit-content;

  margin: 0;
}

#menu-header .menu-item-125:hover {
  text-decoration: underline !important;
}

#footer #footerbottom p.disclaimer {
  margin-bottom: 0px !important;
}
#footer #footerbottom {
  gap: 15px !important;
  padding-top: 10px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.supportus.section .inner {
  display: flex;
  max-width: 1200px;
  position: relative;
}
.supportus.section #menu-header-2 li a {
  text-transform: unset !important;
  font-weight: 600 !important;
}

.supportus.section h3 {
  color: #1B457D !important;

  font-size: 50px;
  line-height: 110%;

  font-weight: 900;
  line-height: 110%; 
  letter-spacing: -2.16px;
  text-transform: uppercase;
}

.supportus.section .donatebuttons {
  text-align: center;

  gap: 9px;
  padding-top: 15px;
}

p.expresslane-disclaimer {
  color: #dac4ea;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  width: 80%;
  margin: 0 auto 20px auto;
}

.image-right .frame-container {
  margin-left: 0px;
}
.image-left .frame-container {
  margin-right: 0px;
}

.large_button {
  background-color: #ff7723;
  color: #ffffff;
  padding: 9px 45px 14px;
  margin: 0 auto 20px auto;
  border-radius: 0;
  display: inline-block;
  text-decoration: none;
  font-size: 23px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;

  width: 100%;
  text-align: center;
}

.image-card,
.content-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.donatebuttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}


.supportus.section h3 svg {
  max-width: 100%;
  height: auto;
  margin: -5px auto 0 auto;
  display: block;
  z-index: -1;
  position: relative;
}

.card h3 {
  display: inline-block;
  position: relative;
  color: var(--Blue, #1B457D);
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%
}


#takeover svg#splashlogo {
  width: 120px;
  height: auto;
  margin-bottom: 35px;
}


body.privacy-policy .hero-cutout img,
body.page-template-page-running .hero-cutout img {
  display: none;
}

body.privacy-policy #masthead,
body.page-template-page-running #masthead {
  height: fit-content;
}


/* 

