/*
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 
-------------------------------------------------------------- */

* {
  box-sizing: border-box;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.footer svg,
header svg {
  width: 40px;
  height: 40px;
  margin: 0;
  transition: all 0.3s ease;
}

.footer svg,
header svg {
  fill: hsla(var(--safeInverseAccent-hsl), 1) !important;
}

.footer svg:hover,
header svg:hover {
  fill: hsla(var(--lightAccent-hsl), 1) !important;
  transform: scale(1.1);
}

.footer svg g,
header svg g {
  fill: hsla(var(--safeInverseAccent-hsl), 1) !important;
}

.footer svg:hover g,
header svg:hover g {
  fill: hsla(var(--lightAccent-hsl), 1) !important;
}

.twitter ellipse {
  stroke: hsla(var(--safeInverseAccent-hsl), 1);
}
.instagram #Fill-19 {
  stroke: hsla(var(--safeInverseAccent-hsl), 1);
}

.hamburger {
  display: none !important;
}

.social-wrapper {
  display: flex;
  background-color: transparent !important;
  justify-content: center;
  padding: 8px 12px;
  width: fit-content;
  gap: 15px;
  align-items: center;
  border-radius: 0;
  border: none !important;
}

.footer-button-find {
  display: none !important;
}
.social-wrapper:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}
.hero-parallax-bg {
  background-image: linear-gradient(rgb(0, 0, 50), rgb(0, 0, 50));
  background-size: cover;
  background-position: center center;
}

/* -------------------------------------------------------------- */
/* 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%;
  }
}

/* -------------------------------------------------------------- */
/* Typography and Base Styles
-------------------------------------------------------------- */
:root {
  --white-hsl: 44.21, 100%, 92.55%;
  --black-hsl: 0, 0%, 21.96%;
  --safeLightAccent-hsl: 0, 0%, 100%;
  --safeDarkAccent-hsl: 208.95, 100%, 28.04%;
  --safeInverseAccent-hsl: 0, 0%, 100%;
  --safeInverseLightAccent-hsl: 0, 0%, 0%;
  --safeInverseDarkAccent-hsl: 0, 0%, 100%;
  --accent-hsl: 208.95, 100%, 28.04%;
  --lightAccent-hsl: 44, 100%, 55.88%;
  --darkAccent-hsl: 353.68, 76%, 49.02%;
}

/* Universal font-family for all elements except FontAwesome icons */
/* *:not(.fa):not(.fas):not(.far):not(.fab):not(.fal):not(.fad):not(
    [class*="fa-"]
  ):not([class^="fa-"]) {
  font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
} */

body {
  font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: hsla(var(--black-hsl), 1);
  background-color: #fff;
  margin: 0;
  padding: 0;
}

/* -------------------------------------------------------------- */
/* Typography Styles
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 1rem 0;
  color: hsla(var(--black-hsl), 1);
}

img {
  max-width: 100%;
}

h1 {
  font-size: 3.5rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

h2 {
  font-size: 2.5rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

h3 {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

h4 {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

h5 {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

h6 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

p {
  font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0 0 1.5rem 0;
  color: hsla(var(--black-hsl), 0.8);
  font-weight: 500;
}

ul li,
ol li {
  font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0 0 0.7rem 0;
  color: hsla(var(--black-hsl), 0.8);
  font-weight: 500;
}

a {
  font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

strong,
b {
  font-weight: 700;
  color: hsla(var(--black-hsl), 1);
}

em,
i {
  font-style: italic;
  color: hsla(var(--accent-hsl), 1);
}

/* Button Typography */
button,
.button,
.btn,
input[type="submit"],
input[type="button"] {
  font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

/* Form Typography */
input,
textarea,
select {
  font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

label {
  font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* -------------------------------------------------------------- */
/* Header Styles
-------------------------------------------------------------- */
.site-header {
  background-color: hsla(var(--safeLightAccent-hsl), 1);
  border-bottom: 1px solid hsla(var(--lightAccent-hsl), 1);
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.site-header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.header-left {
  display: inline-flex;
}

.header-left .site-logo {
  text-decoration: none;
  display: block;
  display: inline-flex;
}

.logo-image {
  height: 65px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.logo-image:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

.header-right {
  display: flex;
  align-items: center;
  gap: 40px;
  width: fit-content;
}

.nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 40px;
}

.nav a {
  text-decoration: none;
  color: hsla(var(--black-hsl), 1);
  font-weight: 900;
  font-family: "Nunito Sans", sans-serif;
  font-family: "Merriweather", serif;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 16px;
  transition: color 0.3s ease;
}

.nav a:hover {
  color: hsla(var(--safeDarkAccent-hsl), 1);
}

.header-donate {
  display: flex;
  align-items: center;
}

.header-donate-button {
  background-color: hsla(var(--safeDarkAccent-hsl), 1);
  color: hsla(var(--safeInverseDarkAccent-hsl), 1);
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 0;
  font-weight: 900;
  font-size: 0.9rem;
  font-family: "Nunito Sans", sans-serif;
  font-family: "Merriweather", serif;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  transition: all 0.3s ease;
  border: 2px solid hsla(var(--safeDarkAccent-hsl), 1);
  display: inline-block;
  white-space: nowrap;
}

.header-donate-button:hover {
  background-color: hsla(var(--accent-hsl), 1);
  border-color: hsla(var(--accent-hsl), 1);
  color: hsla(var(--safeInverseDarkAccent-hsl), 1);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Hamburger Menu */
.hamburger {
  display: none;
  margin: 0 0 0 auto;
  z-index: 1001;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: hsla(var(--black-hsl), 1);
}

.mobile-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: hsla(var(--safeLightAccent-hsl), 1);
  /* border-top: 1px solid hsla(var(--black-hsl), 1); */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.mobile-nav .nav {
  flex-direction: column;
  padding: 30px 20px;
  gap: 10px;
  text-align: center;
}

.mobile-nav .nav a {
  padding: 20px 0;
  border-bottom: 1px solid hsla(var(--black-hsl), 0.1);
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  transition: color 0.3s ease;
  font-family: "Merriweather", serif;
}

.mobile-nav .nav a:hover {
  color: hsla(var(--accent-hsl), 1);
}

.mobile-nav .nav a:last-child {
  border-bottom: none;
}

.mobile-social-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0px 0px 20px;
}

.mobile-nav .nav {
  padding-top: 0px;
}

.mobile-div {
  border-bottom: 1px solid hsla(var(--black-hsl), 1);
}

.mobile-social-wrapper a {
  color: hsla(var(--black-hsl), 1) !important;
  font-size: 24px;
  transition: color 0.25s ease-in-out;
}

.mobile-social-wrapper a:hover {
  color: #e8163f !important;
}

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

.mobile-donate-button {
  background-color: hsla(var(--safeDarkAccent-hsl), 1);
  color: hsla(var(--safeInverseDarkAccent-hsl), 1);
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 0;
  font-weight: 900;
  font-size: 1rem;
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  transition: all 0.3s ease;
  border: 2px solid hsla(var(--safeDarkAccent-hsl), 1);
  display: inline-block;
  white-space: nowrap;
}

.mobile-donate-button:hover {
  background-color: hsla(var(--accent-hsl), 1);
  border-color: hsla(var(--accent-hsl), 1);
  color: hsla(var(--safeInverseDarkAccent-hsl), 1);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* -------------------------------------------------------------- */
/* Hero Section
-------------------------------------------------------------- */
.hero-section {
  background: linear-gradient(
    135deg,
    hsla(var(--safeDarkAccent-hsl), 1) 0%,
    hsla(var(--accent-hsl), 1) 100%
  );
  color: hsla(var(--safeInverseAccent-hsl), 1);
  padding: 50px 0 0;
  position: relative;
  overflow: hidden;
  min-height: fit-content;
  display: flex;
  align-items: center;
}

.hero-parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    hsla(var(--safeDarkAccent-hsl), 1) 0%,
    hsla(var(--accent-hsl), 1) 100%
  );
  background-size: cover;
  background-position: center;
  transform: translateZ(0);
  will-change: transform;
}

.hero-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-text {
  text-align: left;
}

.hero-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.hero-title {
  font-size: 4rem;
  /* font-weight: 900; */
  color: white;
  position: relative;
  margin: 0 0 30px 0;
  line-height: 1.1;
  /* font-family: "Nunito Sans", sans-serif; */
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.hero-title em {
  font-style: italic;
  color: hsla(var(--lightAccent-hsl), 1);
}

.hero-subtitle {
  font-size: 1.8rem;
  margin: 0 0 20px 0;
  font-weight: 900;
  /* font-family: "Nunito Sans", sans-serif; */
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.hero-description {
  font-size: 1.4rem;
  margin: 0 0 40px 0;
  font-weight: 600;
  line-height: 1.4;
}

.hero-description em {
  font-style: italic;
  color: hsla(var(--lightAccent-hsl), 1);
}

.hero-mission {
  font-size: 1.2rem;
  margin: 0;
  max-width: 500px;
  line-height: 1.6;
  font-weight: 500;
}

.hero-image {
  bottom: 0;
  display: flex;
  position: absolute;
  z-index: 2;
}

.hero-form {
  background: hsla(var(--safeInverseAccent-hsl), 1);
  padding: 0px;
  /* border-radius: 12px; */
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  width: 100%;
  margin-bottom: 30px;
  max-width: 350px;
  position: relative;
  z-index: 2;
  margin-top: 20px;
}

.hero-form h3 {
  color: hsla(var(--accent-hsl), 1);
  font-size: 1.4rem;
  font-weight: 900;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  /* font-family: "Nunito Sans", sans-serif; */
}

.hero-form .ngp-form {
  color: hsla(var(--accent-hsl), 1);
}

.hero-form input[type="text"],
.hero-form input[type="email"],
.hero-form input[type="tel"] {
  width: 100%;
  padding: 12px 16px !important;
  border: 2px solid hsla(var(--accent-hsl), 0.2) !important;
  border-radius: 6px !important;
  font-size: 1rem !important;
  margin-bottom: 15px !important;
  font-family: "Nunito Sans", sans-serif !important;
  transition: border-color 0.3s ease !important;
}

.hero-form input[type="text"]:focus,
.hero-form input[type="email"]:focus,
.hero-form input[type="tel"]:focus {
  outline: none !important;
  border-color: hsla(var(--accent-hsl), 1) !important;
}

.hero-form input[type="text"]::placeholder,
.hero-form input[type="email"]::placeholder,
.hero-form input[type="tel"]::placeholder {
  color: hsla(var(--black-hsl), 1) !important;
}

.at-markup.SmsLegalDisclaimer.at-legal p {
  font-size: 14px !important;
  font-family: "Nunito Sans", sans-serif !important;
  color: hsla(var(--black-hsl), 1) !important;
  line-height: 1.4 !important;
  margin-bottom: 0 !important;
}

.hero-form header.at-title {
  font-family: "Merriweather", serif !important;
  padding: 15px 0;
  font-size: 30px;
}

.hero-form button,
.hero-form input[type="submit"] {
  background: hsla(var(--lightAccent-hsl), 1) !important;
  color: hsla(var(--accent-hsl), 1) !important;
  border: none;
  padding: 15px 30px;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-family: "Nunito Sans", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.hero-form button:hover,
.hero-form input[type="submit"]:hover {
  background: hsla(var(--accent-hsl), 1) !important;
  color: hsla(var(--safeInverseAccent-hsl), 1) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.headshot-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
  border-radius: 10px;
  object-fit: cover;
}

.hero-form {
  background-color: hsla(var(--safeInverseAccent-hsl), 1);
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 400px;
}

.hero-form .ngp-form {
  color: hsla(var(--black-hsl), 1);
}

.hero-form input,
.hero-form textarea,
.hero-form select {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 2px solid hsla(var(--black-hsl), 0.2);
  border-radius: 5px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  box-sizing: border-box;
}

.hero-form input:focus,
.hero-form textarea:focus,
.hero-form select:focus {
  outline: none;
  border-color: hsla(var(--safeDarkAccent-hsl), 1);
}

.hero-form button,
.hero-form input[type="submit"] {
  background-color: hsla(var(--safeDarkAccent-hsl), 1);
  color: hsla(var(--safeInverseDarkAccent-hsl), 1);
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease;
}

.hero-form button:hover,
.hero-form input[type="submit"]:hover {
  background-color: hsla(var(--accent-hsl), 1);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.hero-form label {
  color: hsla(var(--black-hsl), 1);
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}

/* -------------------------------------------------------------- */
/* Donation Section
-------------------------------------------------------------- */
.donation-section {
  background-color: #e8163f !important;
  padding: 80px 0;
  text-align: center;
}

.donation-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.donation-text {
  text-align: left;
}

.donation-description {
  font-size: 2.5rem;
  margin: 0 0 30px 0;
  font-weight: 900;
  line-height: 1.1;
  color: hsla(var(--safeInverseAccent-hsl), 1);
  /* font-family: "Nunito Sans", sans-serif; */
  font-family: "Merriweather", serif !important;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.donation-description em {
  font-style: italic;
  color: #ffffff;
}

.donation-mission {
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.5;
  color: hsla(var(--safeInverseAccent-hsl), 1);
  font-weight: 500;
}

.donation-mission strong {
  text-decoration: underline;
}

.donation-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 20px; */
  text-align: center;
}

.donation-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 15px;
  margin-bottom: 20px;
  width: 100%;
}

.nav.footer {
  padding-top: 0px;
}

.donation-button {
  background-color: #ffffff !important;
  color: #e8163f !important;
  padding: 15px 20px;
  text-decoration: none;
  border-radius: 0;
  font-weight: 900;
  font-size: 1.1rem;
  /* font-family: "Nunito Sans", sans-serif; */
  font-family: "Merriweather", serif !important;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  transition: all 0.3s ease;
  border: 2px solid #e8163f !important;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  width: 100%;
}

.donation-button:hover {
  background-color: hsla(var(--accent-hsl), 1);
  border-color: hsla(var(--accent-hsl), 1);
  color: hsla(var(--safeInverseDarkAccent-hsl), 1);
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.donation-other {
  background-color: #f5f5dc !important;
  color: #e8163f !important;
  border: 2px solid #e8163f !important;
  display: inline-block;
  margin: 0;
  padding: 15px 30px;
  font-size: 1.1rem;
  width: 100%;
}

.donation-other:hover {
  background-color: hsla(var(--safeDarkAccent-hsl), 1);
  color: hsla(var(--safeInverseDarkAccent-hsl), 1);
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.donation-note {
  color: #ffffff;
  font-size: 0.9rem;
  margin: 15px 0 0 0;
  text-align: center;
  line-height: 1.4;
}

/* -------------------------------------------------------------- */
/* Results Section
-------------------------------------------------------------- */
.results-section {
  padding: 100px 0;
  background-color: #f5f5dc !important;
}

.results-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.results-section h2 {
  font-size: 2.5rem;
  font-weight: 900;
  margin: 0 0 0 0;
  color: #1e3a8a;
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  line-height: 1.2;
}

.results-section h2 em {
  font-style: italic;
  color: #1e3a8a;
}

.results-text {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0 0 30px 0;
  color: #1e3a8a;
  font-weight: 500;
}

.cta-button {
  background-color: #f5f5dc;
  color: #1e3a8a;
  border: 2px solid #1e3a8a;
  padding: 20px 40px;
  text-decoration: none;
  border-radius: 0;
  font-weight: 900;
  font-size: 1.1rem;
  /* font-family: "Nunito Sans", sans-serif; */
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  transition: all 0.3s ease;
  border: 2px solid hsla(var(--safeDarkAccent-hsl), 1);
  display: inline-block;
}

.at-form-submit {
  margin-left: 1.25rem;
}

.cta-button:hover {
  background-color: hsla(var(--accent-hsl), 1);
  border-color: hsla(var(--accent-hsl), 1);
  color: hsla(var(--safeInverseDarkAccent-hsl), 1);
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.at-legend {
  display: none !important;
}
.at h1 {
  display: none !important;
}
.at-markup.FastAction {
  display: none !important;
}
/* -------------------------------------------------------------- */
/* About Section
-------------------------------------------------------------- */
.about-section {
  /* background-color: #ffffff; */
  background-color: #f5f5dc;
  padding: 100px 0;
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.about-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

/* Highlights Section */
.highlights-section {
  /* background-color: #f5f5dc !important; */
  background-color: #ffffff !important;
  padding: 80px 0;
}

.about-highlights {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

.about-highlights h3 {
  font-size: 2rem;
  font-weight: 900;
  margin: 0 0 30px 0;
  color: hsla(var(--black-hsl), 1);
  /* font-family: "Nunito Sans", sans-serif; */
  text-transform: uppercase;
  color: #1e3a8a;
  letter-spacing: 0.05rem;
  line-height: 1.3;
}

.about-highlights p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0 0 40px 0;
  color: hsla(var(--black-hsl), 0.8);
  color: #1e3a8a;
  font-weight: 500;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.about-main h2 {
  font-size: 3.3rem;
  font-weight: 900;
  margin: 0 0 40px 0;
  color: hsla(var(--black-hsl), 1);
  color: #1e3a8a;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  /* font-family: "Nunito Sans", sans-serif; */
  line-height: 1.2;
}

.about-main p {
  font-size: 1.3rem;
  line-height: 1.7;
  margin: 0 0 40px 0;
  color: hsla(var(--black-hsl), 0.8);
  /* font-weight: 500; */
  font-weight: 400;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* -------------------------------------------------------------- */
/* About Separator
-------------------------------------------------------------- */
.about-separator {
  display: flex;
  width: 100%;
  max-height: 300px;
}

.about-separator-image {
  width: 50%;
  max-height: 300px;
  object-fit: cover;
  object-position: top center;
}

@media (max-width: 600px) {
  .about-separator {
    flex-direction: column;
    max-height: none;
  }

  .about-separator-image {
    width: 100%;
    max-height: 300px;
  }
}

/* -------------------------------------------------------------- */
/* About Page WYSIWYG Styles
-------------------------------------------------------------- */
.page-about .entry-content,
.single-about .entry-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 40px;
  line-height: 1.7;
}

/* Hero Section Styling */
.page-about .entry-content > h1:first-child,
.single-about .entry-content > h1:first-child {
  font-size: 1.2rem;
  font-weight: 400;
  color: hsla(var(--accent-hsl), 1);
  text-transform: none;
  letter-spacing: 0.1rem;
  margin: 0 0 20px 0;
  text-align: left;
}

.page-about .entry-content > h1:first-child + h1,
.single-about .entry-content > h1:first-child + h1 {
  font-size: 3.5rem;
  font-weight: 900;
  color: hsla(var(--black-hsl), 1);
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.2;
  margin: 0 0 60px 0;
  text-align: left;
}

.page-about .entry-content h1,
.single-about .entry-content h1 {
  font-size: 3.5rem;
  font-weight: 900;
  color: hsla(var(--black-hsl), 1);
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.2;
  margin: 0 0 60px 0;
  text-align: center;
}

.page-about .entry-content h2,
.single-about .entry-content h2 {
  font-size: 1.8rem;
  font-weight: 900;
  color: hsla(var(--black-hsl), 1);
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  line-height: 1.3;
  margin: 60px 0 30px 0;
  border-bottom: 3px solid hsla(var(--accent-hsl), 1);
  padding-bottom: 15px;
}

.page-about .entry-content h3,
.single-about .entry-content h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: hsla(var(--accent-hsl), 1);
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  margin: 40px 0 20px 0;
}

.page-about .entry-content p,
.single-about .entry-content p {
  font-size: 1.2rem;
  line-height: 1.7;
  margin: 0 0 25px 0;
  color: hsla(var(--black-hsl), 0.8);
  font-weight: 500;
}

.page-about .entry-content strong,
.single-about .entry-content strong {
  font-weight: 700;
  color: hsla(var(--black-hsl), 1);
}

.page-about .entry-content em,
.single-about .entry-content em {
  font-style: italic;
  color: hsla(var(--accent-hsl), 1);
}

/* Image Layouts */
.page-about .entry-content img,
.single-about .entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 30px 0;
}

.page-about .entry-content .wp-block-image,
.single-about .entry-content .wp-block-image {
  text-align: center;
  margin: 40px 0;
}

.page-about .entry-content .wp-block-image img,
.single-about .entry-content .wp-block-image img {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Gallery Layouts */
.page-about .entry-content .wp-block-gallery,
.single-about .entry-content .wp-block-gallery {
  display: grid;
  gap: 20px;
  margin: 40px 0;
  width: 100%;
}

/* Two-column gallery */
.page-about .entry-content .wp-block-gallery.columns-2,
.single-about .entry-content .wp-block-gallery.columns-2,
.page-about
  .entry-content
  .wp-block-gallery:has(.wp-block-image:nth-child(2):last-child),
.single-about
  .entry-content
  .wp-block-gallery:has(.wp-block-image:nth-child(2):last-child) {
  grid-template-columns: 1fr 1fr;
}

/* Three-column gallery */
.page-about .entry-content .wp-block-gallery.columns-3,
.single-about .entry-content .wp-block-gallery.columns-3,
.page-about
  .entry-content
  .wp-block-gallery:has(.wp-block-image:nth-child(3):last-child),
.single-about
  .entry-content
  .wp-block-gallery:has(.wp-block-image:nth-child(3):last-child) {
  grid-template-columns: repeat(3, 1fr);
}

/* Four-column gallery */
.page-about .entry-content .wp-block-gallery.columns-4,
.single-about .entry-content .wp-block-gallery.columns-4,
.page-about
  .entry-content
  .wp-block-gallery:has(.wp-block-image:nth-child(4):last-child),
.single-about
  .entry-content
  .wp-block-gallery:has(.wp-block-image:nth-child(4):last-child) {
  grid-template-columns: repeat(4, 1fr);
}

/* Default to two columns if no specific column count */
.page-about .entry-content .wp-block-gallery:not([class*="columns-"]),
.single-about .entry-content .wp-block-gallery:not([class*="columns-"]) {
  grid-template-columns: 1fr 1fr;
}

.page-about .entry-content .wp-block-gallery .wp-block-image,
.single-about .entry-content .wp-block-gallery .wp-block-image {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-about .entry-content .wp-block-gallery .wp-block-image:hover,
.single-about .entry-content .wp-block-gallery .wp-block-image:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-about .entry-content .wp-block-gallery img,
.single-about .entry-content .wp-block-gallery img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.page-about .entry-content .wp-block-gallery .wp-block-image:hover img,
.single-about .entry-content .wp-block-gallery .wp-block-image:hover img {
  transform: scale(1.05);
}

/* Single large image */
.page-about
  .entry-content
  .wp-block-image:not(.wp-block-gallery .wp-block-image),
.single-about
  .entry-content
  .wp-block-image:not(.wp-block-gallery .wp-block-image) {
  margin: 40px auto;
  max-width: 800px;
}

.page-about
  .entry-content
  .wp-block-image:not(.wp-block-gallery .wp-block-image)
  img,
.single-about
  .entry-content
  .wp-block-image:not(.wp-block-gallery .wp-block-image)
  img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}

/* Call-to-Action Buttons */
.page-about .entry-content .wp-block-buttons,
.single-about .entry-content .wp-block-buttons {
  text-align: center;
  margin: 60px 0;
}

.page-about .entry-content .wp-block-button,
.single-about .entry-content .wp-block-button {
  margin: 0 10px;
}

.page-about .entry-content .wp-block-button__link,
.single-about .entry-content .wp-block-button__link {
  background-color: #f5f5dc;
  color: #1e3a8a;
  border: 2px solid #1e3a8a;
  padding: 20px 40px;
  text-decoration: none;
  border-radius: 0;
  font-weight: 900;
  font-size: 1.1rem;
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  transition: all 0.3s ease;
  display: inline-block;
}

.page-about .entry-content .wp-block-button__link:hover,
.single-about .entry-content .wp-block-button__link:hover {
  background-color: hsla(var(--accent-hsl), 1);
  border-color: hsla(var(--accent-hsl), 1);
  color: hsla(var(--safeInverseDarkAccent-hsl), 1);
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-about .entry-content,
  .single-about .entry-content {
    padding: 40px 20px;
  }

  .page-about .entry-content > h1:first-child + h1,
  .single-about .entry-content > h1:first-child + h1 {
    font-size: 2.5rem;
    margin: 0 0 40px 0;
  }

  .page-about .entry-content h2,
  .single-about .entry-content h2 {
    font-size: 1.5rem;
    margin: 40px 0 20px 0;
  }

  .page-about .entry-content p,
  .single-about .entry-content p {
    font-size: 1.1rem;
  }

  .page-about .entry-content .wp-block-buttons,
  .single-about .entry-content .wp-block-buttons {
    margin: 40px 0;
  }

  .page-about .entry-content .wp-block-button,
  .single-about .entry-content .wp-block-button {
    margin: 10px 0;
    display: block;
  }

  /* Mobile image layouts */
  .page-about .entry-content .wp-block-gallery,
  .single-about .entry-content .wp-block-gallery {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .page-about .entry-content .wp-block-gallery img,
  .single-about .entry-content .wp-block-gallery img {
    height: 250px;
  }

  .page-about
    .entry-content
    .wp-block-image:not(.wp-block-gallery .wp-block-image)
    img,
  .single-about
    .entry-content
    .wp-block-image:not(.wp-block-gallery .wp-block-image)
    img {
    height: 300px;
  }
}

/* -------------------------------------------------------------- */
/* Footer Styles
-------------------------------------------------------------- */
.footer {
  background-color: hsla(var(--accent-hsl), 1);
  color: hsla(var(--safeInverseAccent-hsl), 1);
  padding: 60px 0 30px 0;
}

.footer-image {
  margin-bottom: -10px;
  max-width: 100%;
}
.footer .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-right {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
}

.footer-menu-wrap {
  display: flex;
  flex-direction: column;
}

.footer-menu-wrap .nav {
  flex-direction: column;
  gap: 20px;
}

.footer-menu-wrap .nav a {
  color: hsla(var(--safeInverseAccent-hsl), 1);
  font-size: 1rem;
  font-weight: 900;
  font-family: "Nunito Sans", sans-serif;
  font-family: "Merriweather", serif;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.footer-menu-wrap .nav a:hover {
  color: hsla(var(--lightAccent-hsl), 1);
}

/* Footer Social Icons */
.footer .social-wrapper {
  padding: 8px 12px 8px 0;
  gap: 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  background-color: transparent !important;
  border: none !important;
  margin-top: 20px;
}

.footer .social-wrapper a {
  color: hsla(var(--safeInverseAccent-hsl), 1) !important;
  font-size: 20px;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}

.footer .social-wrapper a:hover {
  color: hsla(var(--lightAccent-hsl), 1) !important;
}

.footer .social-wrapper a i {
  color: inherit !important;
  transition: color 0.25s ease-in-out;
}

.footer .social-wrapper a:hover i {
  color: inherit !important;
}

.footer .social-wrapper .fab {
  color: hsla(var(--safeInverseAccent-hsl), 1) !important;
  transition: color 0.25s ease-in-out;
}

.footer .social-wrapper a:hover .fab {
  color: hsla(var(--lightAccent-hsl), 1) !important;
}

/* Footer Disclaimer */
.footer .disclaimer-text {
  background-color: transparent;
  border: 1px solid white;
  border-radius: none;
  padding: 5px 10px;
  margin-top: 20px;
}

.footer .disclaimer-text p {
  color: hsla(var(--safeInverseAccent-hsl), 1);
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
  font-style: italic;
}

/* Footer Action Buttons */
.footer-action-buttons {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin-bottom: 10px;
  width: 100%;
}

.footer-button {
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 0;
  font-weight: 900;
  font-size: 1rem;
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  transition: all 0.3s ease;
  border: 2px solid;
  text-align: center;
  box-sizing: border-box;
}

.footer-action-buttons .footer-button-donate {
  background-color: hsla(var(--safeInverseAccent-hsl), 1) !important;
  color: hsla(var(--accent-hsl), 1) !important;
  border-color: hsla(var(--safeInverseAccent-hsl), 1) !important;
  text-decoration: none !important;
  font-family: "Merriweather", serif !important;
}

.footer-action-buttons .footer-button-donate:hover {
  background-color: hsla(var(--lightAccent-hsl), 1) !important;
  border-color: hsla(var(--lightAccent-hsl), 1) !important;
  color: hsla(var(--accent-hsl), 1) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}

.footer-action-buttons .footer-button-find {
  background-color: transparent !important;
  color: hsla(var(--safeInverseAccent-hsl), 1) !important;
  border: 2px solid hsla(var(--safeInverseAccent-hsl), 1) !important;
  text-decoration: none !important;
  font-family: "Merriweather", serif !important;
}

.footer-action-buttons .footer-button-find:hover {
  background-color: hsla(var(--lightAccent-hsl), 1) !important;
  color: hsla(var(--accent-hsl), 1) !important;
  border-color: hsla(var(--lightAccent-hsl), 1) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}

.footer p {
  margin: 0;
  font-size: 14px;
  color: hsla(var(--safeInverseAccent-hsl), 0.8);
  font-weight: 500;
  line-height: 1.5;
}

.footer p span {
  display: block;
  margin-bottom: 15px;
}

.footer .btn {
  color: hsla(var(--lightAccent-hsl), 1);
  text-decoration: none;
  font-weight: 600;
}

.footer .btn:hover {
  text-decoration: underline;
}

.disclaimer-text {
  margin-bottom: 20px;
}

.disclaimer-text p {
  font-size: 14px;
  color: #999;
  line-height: 1.4;
  margin: 0;
}

.contact-info {
  margin-bottom: 20px;
}

.contact-info p {
  font-size: 0.9rem;
  /* color: #ccc; */
  line-height: 1.5;
  margin: 0;
}

/* Footer Bottom Section */
.footer-bottom-section {
  background-color: hsla(var(--accent-hsl), 0.8);
  padding: 30px 0;
}

.footer-bottom-section .inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-bottom-section .disclaimer-text {
  background-color: transparent;
  border: 1px solid white;
  border-radius: none;
  padding: 5px 10px;
  margin: 0 auto;
  max-width: 500px;
}

.footer-bottom-section .disclaimer-text p {
  color: hsla(var(--safeInverseAccent-hsl), 1);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  font-style: italic;
  text-align: center;
}

.footer-bottom {
  padding-top: 20px;
}

.footer-bottom p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  text-align: center;
}

.footer-bottom span {
  display: block;
}

@media (max-width: 600px) {
  .footer-bottom p {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
}

/* -------------------------------------------------------------- */
/* Social Icons
-------------------------------------------------------------- */
.social-wrapper {
  padding: 8px 12px;
  gap: 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  background-color: transparent !important;
  border: none !important;
}

.social-wrapper a {
  color: hsla(var(--black-hsl), 1) !important;
  font-size: 20px;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}

.social-wrapper a:hover {
  color: #e8163f !important;
}

.social-wrapper a i {
  color: inherit !important;
  transition: color 0.25s ease-in-out;
}

.social-wrapper a:hover i {
  color: inherit !important;
}

/* Specific FontAwesome icon targeting */
.social-wrapper .fab {
  color: hsla(var(--black-hsl), 1) !important;
  transition: color 0.25s ease-in-out;
}

.social-wrapper a:hover .fab {
  color: #e8163f !important;
}

.footer-action-buttons .footer-button-donate,
.footer-action-buttons .footer-button-find {
  min-width: 190px;
  padding: 15px 30px;
  text-align: center;
  font-weight: 800;
}
.at .error input {
  margin-bottom: 0 !important;
}

.page-id-4,
.page-id-293,
.error404 {
  background: hsla(var(--accent-hsl), 1);
}

.page-id-293 .page-title,
.page-id-4 .page-title {
  display: none;
}

.error404 .main-content {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: linear-gradient(
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0.7)
    ),
    url("/wp-content/themes/blueprintinteractive/images/skyline.png");
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-id-293 .main-content-inner p,
.page-id-293 .main-content-inner li,
.page-id-293 .main-content-inner strong,
.page-id-4 .main-content-inner p,
.page-id-4 .main-content-inner strong {
  color: white;
}

.page-id-293 footer,
.error404 footer,
.page-id-4 footer {
  border-top: 2px solid hsla(44, 100%, 55.88%, 1);
}

.page-id-293 .about-hero,
.page-id-4 .about-hero {
  background: linear-gradient(
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0.7)
    ),
    url("/wp-content/themes/blueprintinteractive/images/skyline.png");
  background-size: cover;
  background-position: 100% 20%;
  background-size: cover;
  padding: 85px 0px 70px;
  margin-bottom: 50px;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.page-id-293 h4 strong,
.page-id-293 h4,
.page-id-293 p strong,
.page-id-4 h4 strong,
.page-id-4 h4,
.page-id-4 p strong {
  color: hsla(var(--lightAccent-hsl), 1) !important;
  text-transform: capitalize !important;
}

.error404 .main-content a:hover {
  color: hsla(var(--lightAccent-hsl), 1) !important;
  text-shadow: 2px 2px 2px hsla(var(--accent-hsl), 1) !important;
  transition: 0.25s ease-in-out;
}

.error404 .main-content a {
  transition: 0.25s ease-in-out;
}

.error404 h2 a {
  font-family: "Merriweather", serif;
  text-shadow: 2px 2px 2px hsla(var(--lightAccent-hsl), 1) !important;
}

.error404 h1 {
  text-shadow: 2px 2px 2px hsla(var(--lightAccent-hsl), 1) !important;
}

.error404 .main-content * {
  color: hsla(var(--accent-hsl), 1) !important;
  text-align: center;
}

.wp-block-columns {
  padding: 10px 0;
}

.menu-item {
  margin-bottom: 0px;
}

.current-menu-item a {
  text-decoration: underline;
  text-decoration-color: hsla(var(--lightAccent-hsl), 1) !important;
}

/* Desktop footer alignment (over 1000px) */
@media (min-width: 1001px) {
  .footer-right {
    align-items: flex-end !important;
    justify-content: flex-start !important;
    text-align: right;
  }

  .footer-menu-wrap .nav {
    align-items: flex-end;
    justify-content: flex-start !important;
    text-align: right;
  }

  .footer .social-wrapper {
    justify-content: flex-end;
    padding: 8px 0 8px 12px;
  }
}
