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

.header-logo {
  transition: 0.25 ease-in-out;
}

.issuecon ul {
  margin-top: 0px;
  padding-top: 5px;
}

.at-submit.btn-at.btn-at-primary {
  text-align: center !important;
}
#priorities-section .text a {
  color: #d32436;

  transition: 0.25s ease-in-out;
  text-decoration: none;
  font-weight: 600;

  letter-spacing: -0.2px;
}
#priorities-section .text a:hover {
  color: #061645;
}
.home .hero-section {
  min-height: 700px;
}
.header-logo:hover {
  opacity: 0.8 !important;
}

.home .header-left a.home-logo {
  cursor: default;
  pointer-events: none;

  margin-top: -8px;
  margin-bottom: -1px;
}
.header-right {
  display: flex;
  background-color: #d2dbf9;
  align-items: center;
  justify-content: flex-end;
  padding-right: 35px;
  margin-left: 10px;
}
.menu-wrap .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .ngp-form {
  pointer-events: none;
} */

.footer-logo img:hover {
  transition: 0.25s ease-in-out;
  opacity: 0.8;
}

.footer-logo img {
  transition: 0.25s ease-in-out;
}

.SmsLegalDisclaimer {
  width: 90%;
}

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;
}

/* General Styles */
body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

#home-link span {
  color: #253353;
  font-weight: 700;
  padding-right: 6px;
  padding-right: 6px;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}

* {
  font-family: "poppins", sans-serif !important;
  font-optical-sizing: auto;
}

p,
ul,
ol,
strong,
i,
li,
span {
  font-family: "ubuntu", sans-serif !important;
}

b span {
  font-weight: bold;
}

strong {
  font-weight: 600;
}
.basic-page-wrapper {
  padding-bottom: 70px;
  padding-top: 60px;
}

.basic-page-wrapper h2 {
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 600;
  text-align: left;
  color: #2c2c2c;
}

h2 {
  font-weight: 600;
}

a {
  color: #2c2c2c;
  text-decoration: underline;
}

a:hover {
  color: #061951;
}

main {
  position: relative;
}

.container {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}

.hero-mobile {
  display: none;
}

.meet-mobile {
  display: none;
}
.meet-desktop {
  display: block;
}

.site-header .inner {
  z-index: 100;
}

.site-header {
  z-index: 1000;
}

.header-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands" !important;
}
#home-link {
  color: #253353;
  font-weight: 700;
  margin-top: 40px;
  letter-spacing: 1.8px;
  text-decoration: unset;
  flex: 1;
  display: flex;
  margin-bottom: 30px;
  font-size: 18px;
  justify-content: center;
  align-items: center;
}

#home-link:hover span {
  color: var(--Blue, #2b508b);
  text-decoration: underline;
}

#home-link:hover svg path {
  fill: var(--Blue, #2b508b) !important;
}

.scrolling-banner {
  padding: 30px 0;
}

.scrolling-banner-carousel {
  margin: 0 auto;
}

.slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.news-logo {
  max-width: 180px;
  max-height: 70px;
  width: auto;
  height: auto;
  margin: 0 10px;
  object-fit: contain;
}

.news-endorse img {
  max-width: 200px;
}

.news-endorse {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* --- HERO SECTION --- */
.home .hero-section {
  position: relative;
  background-size: cover;
  background-position: 50% center;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.home .hero-section {
  margin: 0 auto;

  overflow: hidden;
  background-repeat: no-repeat;
}

.hero-form {
  min-height: 310px;
}

.home .hero-section .container {
  display: flex;
  flex-direction: row;
  width: 85%;
  gap: 20px;
  z-index: 10;
  align-items: flex-start;
}

.home .hero-section .container {
  flex-direction: row;
}

.meet-bottom img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.main-content-inner p a:hover {
  color: #071f39;
}

.meet-section .hero-section {
  background-position: center 25%;
}

header .mobile-nav .social-icons a,
.nav-mobile a {
  color: white;
  transition: 0.25s ease-in;
}

.hero-right .social-icons a {
  font-size: 18px !important;
}

header .mobile-nav .social-icons a:hover {
  transition: 0.25s ease-in;
  color: lightblue !important;
}
.volunteer-left .SmsLegalDisclaimer {
  margin-left: 0px !important;
}

.nav-mobile a:hover {
  color: lightblue !important;
  transition: 0.25s ease-in;
}

.home .hero-section .container {
  height: fit-content;
}

.home .hero-section .container {
  min-height: 300px;
}

.hero-section h1 {
  font-size: 60px;
  font-weight: 700;
  max-width: 700px;
  margin-bottom: 30px;
  color: white;
  text-align: center;
}

.at input::placeholder {
  color: #253353 !important;
}
.at-row label {
  font-size: 0px !important;
}

article {
  padding: 30px 0;
}
.fa-modal-wrapper {
  display: none;
}

.mobile-nav .current-menu-item a {
  color: lightblue !important;
}

.volunteer-page .at-form-submit input {
  background-color: #061951 !important;
  color: white !important;
  font-size: 20px !important;
  width: 100%;
  height: 50px !important;
  margin-top: 10px !important;
  padding-top: 13px;
}
.volunteer-page .at-form-submit input:hover {
  background-color: #d32436 !important;
  color: white !important;
  border-color: #d32436 !important;
}
.volunteer-left p,
.volunteer-left h2 {
  margin-left: 10px;
}
.volunteer-left {
  min-height: 650px;
}

.volunteer-page {
  min-height: 580px;
  padding-top: 50px;
}

#fastaction-signup {
  display: none !important;
}

#fastaction-signup * {
  font-size: 0px;
}

.fa-modal-content {
  display: none;
}

.volunteer-page input {
  border: 2px solid var(--Navy, #061951) !important;
  background: rgba(255, 255, 255, 0.8) !important ;
}

.volunteer-page-content {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-end;
  justify-content: center;
}

/* Hero Form */
.hero-form {
  background: rgba(255, 255, 255, 0.95);
  padding: 0;

  max-width: 600px;
  text-align: left;
}

.hero-form input {
  width: 48%;
  padding: 6px 12px !important;

  margin: 5px 1%;
  border: 1px solid #ccc;
  font-size: 1rem;
}

.donate-btn {
  text-transform: uppercase;
}

.hero-form input[type="email"] {
  width: 98%;
}

#home-link svg path {
  color: #253353;
  fill: #253353;
  transition: all 0.3s ease-in-out;
}

.read-more {
  margin-top: 40px;
}

#meet-link {
  border: 1px solid #253353;
  padding: 10px 30px;
  color: #253353;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 120%; /* 21.6px */
  letter-spacing: 1.8px;
  text-decoration: none;
  transition: 0.25s ease-in;
}
#priorities-section .text {
  margin-top: 15px;
  margin-bottom: 15px;
}

#why-section h2 {
  justify-content: flex-start;
}

.header-top #menu-header a:hover::after,
.footer-top #menu-header-2 a:hover::after,
.footer-top .menu-wrap a.donate-footer-btn:hover::after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}

#menu-header-2 .current_page_item a {
  color: #d32436 !important;
}
.header-top #menu-header a::after,
.footer-top .menu-wrap a::after,
.footer-top .menu-wrap a.donate-footer-btn::after {
  display: block;
  content: "";
  border-bottom: solid 3px #d32436;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 250ms ease-in-out;
}

#priorities-section .container {
  gap: 10px;
  padding-bottom: 20px;
}

.learn-more {
  color: #d32436;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  text-transform: uppercase;
  transition: 0.25s ease-in-out;
  text-decoration: none;
  font-weight: 600;
  line-height: 161.8%; /* 32.36px */
  letter-spacing: -0.2px;
}

.back-btn {
  margin-top: 45px;
}

.volunteer-page {
  padding-bottom: 40px;
}
/* --- MEET SECTION (Home page) --- */
.meet-section {
  padding-bottom: 60px;
  background: #fff;
  position: relative;
}

.blue svg {
  position: absolute;
  top: 0;
}

.meet-section .container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  background: #fff;
  position: relative;
}

.meet-image,
.why.image {
  flex: 1;
}

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

#menu-header {
  margin-right: 10px;
}

header .menu-wrap {
  width: 100%;
}
header .menu-wrap .social-links {
  background-color: #d2dbf9;
  height: 41px;
  padding-right: 0;
  padding-left: 10px;
  padding-top: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

header .menu-wrap {
  gap: 10px 0px;
}

.social-icons .instagram {
  transform: scale(1.1);
  transform-origin: center;
}

header .header-top {
  margin: 0 0 0 5%;
  width: 95%;
}

.social-icons a {
  line-height: 1 !important;
}

header .header-logo,
header a {
  filter: none;
}

.FastAction {
  display: none !important;
}

/* .page-template-meet-page .second-hero {
  background-image: url(/wp-content/themes/blueprintinteractive/images/secondary-hero.png);
  min-height: 350px;
  background-position: top;
  aspect-ratio: 21/9;
}
.page-template-meet-page .second-hero h1 {
  color: #fff;
  text-transform: capitalize;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%; /* 67.2px */
/* text-align: left;
  padding-top: 200px; */
/* } */

.header-top #menu-header a {
  display: inline-block;

  padding: 7.5px 12px 1px;
  line-height: 1;
  font-size: 16px;
  border-radius: 0px;
  transition: 0.3s ease;
  text-transform: capitalize;
  font-weight: 700;
  color: #061951;
  border: 2px solid transparent;
}
.header-top .donate-top,
.email-top {
  text-transform: uppercase;
}
#menu-header {
  width: fit-content !important;
}
.menu-wrap {
  flex-flow: wrap-reverse !important;
}
.header-right {
  margin-left: -10px;
}
#menu-header li:last-of-type {
  margin-right: 35px;
}
#menu-header li:last-of-type a {
  padding-right: 0px;
}
#menu-header {
  width: 100%;
}
.header-top #menu-header a:hover {
  color: #d32436;
  transition: 0.25s ease-in-out;
}
.header-top #menu-header #menu-item-273 {
  display: none;
}
.header-top .menu-wrap .donate-top {
  font-weight: 500;
  margin-top: 0px;
  border: 2px solid #d32436;
  background: #d32436;
  color: white;
  transition: 0.25s ease-in-out;

  font-size: 21px;
  letter-spacing: 1.5px;
  padding: 9px 45px 4px !important;
}

.header-top .menu-wrap .email-top {
  font-weight: 500;
  margin-top: 0px;
  border: 2px solid #061951;
  background: #061951;
  color: white;
  transition: 0.25s ease-in-out;

  font-size: 21px;
  letter-spacing: 1.5px;
  padding: 9px 45px 4px !important;
}

.header-top .menu-wrap .email-top:hover {
  border: 2px solid #d2dbf9;
  background: #d2dbf9;
  color: #061951;
  transition: 0.25s ease-in-out;
}

.header-top .menu-wrap .donate-top:hover {
  border: 2px solid #061951;
  background: #061951;
  color: white;
  transition: 0.25s ease-in-out;
}
.UpdateMyProfile {
  display: none !important;
}
.at .at-check input + span {
  display: flex;
  margin-top: 5px;
}

.at-checkbox-title,
.ngp-form .at-legal p {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1c1b1f !important;
}

.ngp-form .at-legal p {
  text-transform: unset;
  font-size: 12px;
}

.hamburger {
  display: none !important;
  height: 50px !important;
  padding: 10px 8px 6px !important;
  transition: 0.5s ease-in-out;
  color: #fff !important;
}

.nav-mobile a:hover {
  color: lightblue !important;
}
.mobile-donate {
  margin-top: 10px !important;
  border: 2px solid #d32436;
  background: #d32436;
  color: white !important;
  transition: 0.25s ease-in-out;
  font-weight: 500 !important;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  text-transform: uppercase;
  width: fit-content;

  font-size: 21px !important;
  letter-spacing: 1px;
  font-weight: 600 !important;
  padding: 9px 45px 4px !important;
}
.mobile-donate:hover {
  border: 2px solid #d32436 !important;
  color: #d32436 !important;
  background: white !important;
}

.mobile-email {
  margin-top: 10px !important;
  border: 2px solid #d2dbf9;
  background: #d2dbf9;
  color: #061951 !important;
  transition: 0.25s ease-in-out;
  font-weight: 500 !important;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  text-transform: uppercase;
  width: fit-content;

  font-size: 21px !important;
  letter-spacing: 1px;
  font-weight: 600 !important;
  padding: 9px 45px 4px !important;
}

.mobile-email:hover {
  border: 2px solid #061951 !important;
  color: #061951 !important;
  background: white !important;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: white !important;
}

.hamburger:hover span.hamburger-inner,
.hamburger:hover span.hamburger-inner::before,
.hamburger:hover span.hamburger-inner::after {
  background-color: #061951 !important;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .animated {
      animation-fill-mode: forwards !important;
    }
  }
}

.mobile-nav {
  display: none;
  padding-top: 110px;
  position: absolute;
  top: 0;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: var(--Blue, #061951);
  height: fit-content;
  gap: 10px;
}

.mobile-nav.open {
  display: flex !important;
  max-height: fit-content;
}

.hamburger:hover {
  background-color: white !important;
  border: 1px solid #2c2c2c !important;
  border-radius: 8px !important;
  transition: 0.5s ease-in-out;
  opacity: 1 !important;
}

.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner::before,
.hamburger:hover .hamburger-inner::after {
  transition: 0.25s ease-in-out !important;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  transition: 0.25s ease-in-out !important;
}

.social-icons a {
  color: #061951;
  font-size: 17px;
  margin: 0 10px;
}

.meet-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  /* box-shadow: -5px 5px 0px 0px #061951; */
}
.why-image {
  flex: 1;
}

.why-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: -5px 5px 0px 0px #061951;
}
#why .container {
  background-color: white;
}

.donate-text {
  max-width: 800px;
  margin: 0 auto;
  font-weight: 700;
}
.donate-text .btn-donate {
  background-color: #061951 !important;
  color: #2b508b !important;
  border: none !important;
}
.donate-text .btn-donate:hover {
  background-color: #253353 !important;
  color: white !important;
  border: none !important;
}

.social-icons a:hover,
.footer-left .social-icons a:hover {
  color: #061951 !important;
  text-decoration-color: #061951 !important;

  transition: 0.5s ease-in-out;
}

footer .footer-left .social-icons a,
footer .footer-left .social-icons a,
.header-top #menu-header a,
header a:hover {
  transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

html {
  scroll-behavior: smooth;
  background-color: white;
}

body {
  background-color: white;
}

#menu-header .current-menu-item a {
  /* background: #0d2059 !important; */
  color: #d32436;
  transition: 0.25s ease-in-out;
  display: inline-block;
}

#menu-header * {
  list-style: none;
}

.disclaim-social {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.layer1 {
  position: absolute !important;
  height: 100%;
}

.hero-left {
  position: relative;
  left: 2%;
  width: 46%;

  max-width: 650px;
}

.hero-left h1 {
  color: #061951;
  line-height: 1;
  font-size: 50px;
  margin-left: 10px;
  padding-left: 0px;
  text-align: left;
  font-style: normal;
  font-weight: 700;
}

.meet-subtitle {
  font-size: 36px;
  font-style: italic;
  color: var(--Blue, #2b508b);
}

.meet-row h2 {
  color: var(--Blue, #2b508b);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 46.8px */
  letter-spacing: -1.08px;
}

.meet-text ul li {
  margin-bottom: 20px;
}

.meet-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.hero-right {
  width: 40%;
  height: 469px;
  max-width: 40%;
  object-fit: cover;
  object-position: 50% 80%;
}

.site-header .inner {
  width: 100%;
  z-index: 1000000;
  margin: 0 auto;
}

#menu-header {
  gap: 10px;
}

.meet-content,
.why-content {
  flex: 1;
}

#menu-header-1,
#menu-header-2,
#menu-header {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  padding: 0px;
  margin: 0;
  flex-wrap: wrap;
}

#menu-header-2 {
  flex-direction: row;
  gap: 40px;
}

#menu-header-1 ul,
#menu-header-2 ul,
#menu-header ul {
  text-indent: none;
  margin: 0 auto;
  padding-left: 0px !important;
}

.menu-wrap {
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  display: flex;
  gap: 15px 10px;

  flex-wrap: wrap;
}

.privacy-policy .second-hero,
.second-hero {
  background-image: url(/wp-content/themes/blueprintinteractive/images/basic-bkg.png);
  background-size: cover;
  min-height: 300px;
  background-position: bottom;
  display: flex;
  align-items: center;
}

.privacy-policy .second-hero h1,
.second-hero h1 {
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  text-transform: capitalize;
  margin-top: 50px;
}

.mobile-nav a {
  font-size: 18px;
}

header .menu-wrap {
  padding-left: 20px;
  /* margin-top: -11px; */
}

header {
  padding: 0px;
}

header .mobile-nav .social-icons a,
header .mobile-nav li a {
  filter: drop-shadow(2px 4px 6pxrgba (26, 67, 191, 0.213) f);
}

footer .nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
section.fastaction-modal {
  display: none !important;
}
.at label.at-select select {
  height: 45px !important;
}

footer .social-icons a {
  font-size: 25px;
}

footer {
  z-index: 100;
  position: relative;
}

.ngp-form input,
.ngp-form .at input[type="text"],
.ngp-form .at input[type="password"],
.ngp-form .at input[type="date"],
.ngp-form .at input[type="datetime"],
.ngp-form .at input[type="datetime-local"],
.ngp-form .at input[type="month"],
.ngp-form .at input[type="week"],
.ngp-form .at input[type="email"],
.ngp-form .at input[type="number"],
.ngp-form .at input[type="search"],
.ngp-form .at input[type="tel"],
.ngp-form .at input[type="time"],
.ngp-form .at input[type="url"],
.at label.at-text input[type="tel"],
.at label.at-text input[type="email"],
.ngp-form .at input[type="color"],
.at label.at-text input[type="text"],
.at label.at-text textarea,
.at label.at-select select,
.at label select.ticket-quantity-select,
.at label select.ticket-quantity-select:focus,
.at textarea {
  border-radius: 0px !important;
  font-size: 16px;
  font-style: normal;
  border: 2px solid var(--Navy, #061951) !important;
  background: rgba(255, 255, 255, 1) !important;
  padding-left: 10px !important;
  color: #061951 !important;
  line-height: 120%;
  /* 24px */
  letter-spacing: 2px;
  font-weight: 600 !important;
  text-transform: uppercase;
  text-indent: 10px !important;
  backdrop-filter: blur(5px) !important;
}

.at select {
  background-color: #fff !important;
  color: #061951 !important;
  border: 2px solid var(--Navy, #061951) !important;
  padding-left: 10px !important;
  font-weight: 600 !important;
  height: 50px !important;
  border-radius: 0px !important;
  text-transform: uppercase;
  text-indent: 10px !important;
  backdrop-filter: blur(5px) !important;
}

.at-legal {
  font-size: 12px !important;
}

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

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

.hero-form .ngp-form.at .error small.error {
  color: #d32436 !important;
  font-weight: 600;
  margin-bottom: 4px;
}
.EmailAddress .error small.error {
  margin-top: -7px;
}
main {
  background: transparent;
}

.footer-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

footer a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.5s ease-in-out;
}

footer li {
  list-style: none;
  text-decoration: none;
}

h1 {
  margin: 0px;
}

.inner,
.outer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.meet-content p {
  color: #1c1b1f;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 132%; /* 22.44px */
  letter-spacing: 0.51px;
}

.home .main-content {
  padding-bottom: 0px;
}

/* Issues */

.issuerow {
  margin-bottom: 40px;

  box-sizing: border-box;
  padding: 40px;
  border-radius: 8px;
  border: 2px solid transparent;
  background: #f6f6fd;
  position: relative;

  transition: 0.25s ease-in-out;
}

.issuerow h2 {
  max-width: 85%;
}
.active-issue {
  background: #f8f8fd;
}

.volunteer-page h2 {
  color: var(--Navy, #061951);
  /* H1 */
  font-size: 40px;
  font-weight: 600;
  line-height: 120%; /* 48px */
  letter-spacing: -1.2px;
}

.issuerow:hover {
  transition: 0.25s ease-in-out;
  border: 2px solid #bd1e2d;
}
.issuerow a.buttontoggle {
  display: inline-block;
  position: absolute;
  top: 33px;
  right: 33px;
  width: 50px;
  transition: 0.5s ease-in-out;
}
.issuerow a.buttontoggle svg {
  transition: 0.5s ease-in-out;
}
/* .issuerow .buttontoggle:hover svg.plus,
.issuerow h2:hover svg.plus {
  filter: hue-rotate(105deg) brightness(2.2);
  transform: rotate(37deg);
  transform-origin: center;
  transition: 0.5s ease-in-out;
} */

.volunteer-left {
  width: 58%;
  position: relative;
}

.volunteer-right {
  width: 39%;
  position: relative;
}

.volunteer-page-content {
  align-items: stretch;
  gap: 30px;
}

.volunteer-right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.at label.at-select select {
  font-weight: 400 !important;
}

.volunteer-page .at form {
  padding-bottom: 0px !important;
}
.volunteer-right img {
  height: 50%;

  position: relative;
  bottom: unset;
  left: unset;
  margin-bottom: 30px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.volunteer-page .at form {
  padding-bottom: 40px;
}

input[type="checkbox"] + span:after {
  border-color: #061951 !important;
  background-color: white !important;
}

.at input[type="checkbox"] + span:before {
  height: 1.125rem;
  background-color: white !important;
  width: 1.125rem;
  border-color: var(--Navy, #061951) !important;
}
.title-bar {
  background: var(--Navy, #061951);
  color: #fff;
  padding: 20px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.home .title-bar {
  display: none;
}
.title-bar-inner {
  display: flex;
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;

  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.title-bar-inner svg {
  width: 65px;
  height: 65px;
  min-width: 55px;
}
.title-bar h1 {
  color: var(--Light-Blue, #f6f6fd);
  font-size: 50px;
  line-height: 1;
  letter-spacing: -1.06px;
  margin-top: 7px;
  font-style: normal;
  font-weight: 700;

  letter-spacing: -1.06px;
}

.issuerow:hover svg.plus {
  filter: hue-rotate(105deg) brightness(2.2);
  /* transform: rotate(37deg); */
  transform-origin: center;
  transition: 0.5s ease-in-out;
}
.issuerow {
  cursor: pointer;
}

.active-issue {
  border: 2px solid #bd1e2d;
}
.issuerow:hover h2 {
  color: #bd1e2d;

  transition: 0.5s ease-in-out;
}

.issuerow h2 {
  transition: 0.5s ease-in-out;
  color: rgb(6, 25, 81);
}

.issuerow .buttontoggle:hover svg.minus,
.issuerow h2:hover svg.minus {
  filter: hue-rotate(105deg) brightness(2.2);
  transition: 0.5s ease-in-out;
}

.issuerow:hover svg.minus {
  filter: hue-rotate(105deg) brightness(2.2);
  transition: 0.5s ease-in-out;
}
.issuerow a.buttontoggle svg.plus,
.issuerow a.buttontoggle.active svg.minus {
  display: block;
}
.issuerow a.buttontoggle svg.minus,
.issuerow a.buttontoggle.active svg.plus {
  display: none;
}

.at textarea {
  min-height: 100px !important;
  margin-top: 10px !important;
}

.volunteer-left.talk-left h3 {
  margin-bottom: 20px !important;
}

.issuerow h2 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;

  margin: 0;
  cursor: pointer;
}
.issuecon {
  display: none;
  margin-top: 20px;
}
/* --- WHY I'M RUNNING SECTION --- */

.why-running {
  padding: 60px 0;
}

h2.why-title {
  color: #253353;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  text-align: left;
  margin-bottom: 30px;
}

.why-text h2 {
  padding-top: 15px;
}

.why-text {
  flex: 1;
}
.why-text p {
  padding-bottom: 10px;
}
.why-text h3 {
  color: #253353;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
}

.why-text img {
  width: 40px;
  height: auto;
}

p,
span,
ol,
ul,
li {
  color: #1c1b1f;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 131%;
  letter-spacing: 0.51px;
}

.header-top .header-logo {
  margin-top: 15px;
}

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

.at input[type="checkbox"] + span:before {
  top: 0px !important;
}

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

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

.at label input[type="checkbox"]:checked + span:before {
  border-color: #061951 !important;
}

input[type="checkbox"]:checked + span:after {
  color: black !important;
  top: 2px !important;
}

.pre-title {
  padding-bottom: 40px;
}
.pre-title h4 {
  color: #070707;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  letter-spacing: 1.8px;
  border-bottom: 2px solid #00e3d8;
}

.meet-content h2 {
  color: #253353;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 112%;
  margin-bottom: 30px;
}

/* --- DONATION SECTION --- */

.donate-all-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #d6effc;
}
.prospectus-image {
  width: 350px;
  height: auto;
  object-fit: contain;
  padding-right: 0 20px;
}

.prospectus-image.mobile {
  display: none;
}
.donation-section {
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  flex-grow: 1;
  min-height: 600px;
}

.donation-section .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.donate-image {
  flex: 1;
}
.donate-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.donate-text {
  flex: 1;
}

.donation-section h2 {
  color: #fff;
  text-align: center;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  margin-bottom: 15px;
  padding-top: 5px;
}

.donation-section h3 {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 126%; /* 27.72px */
  margin-bottom: 30px;
}

.donation-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-form input[type="submit"] {
  width: 95%;
  padding: 14px;
  width: 100%;
  margin-left: 0px;
  font-weight: 400;
  letter-spacing: 1px;
  float: unset !important;
  font-size: 1.2rem;
  cursor: pointer;
  margin-top: 10px;
  background-color: #061951 !important;
  color: white;
  cursor: pointer;
  height: 48px;
  text-transform: uppercase;
  transition: background 0.3s ease-in-out;
}

.homepage-section .container {
  width: 90%;
}

.at-form-submit input:hover {
  transition: 0.25s ease-in-out;
  border: 1px solid #253353 !important;
  color: #253353 !important;
  background-color: #ffffff !important;
}

.at-form-submit input {
  transition: 0.25s ease-in-out;
  border: 1px solid transparent !important;
}

.donate-btn {
  width: 40%;

  border: 1px solid #fff;
  background: #c7dff1;
  padding: 14px 24px;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  color: #253353;
  text-align: center;
}

.donate-btn.btn-donate {
  width: 81%;

  padding: 14px 24px;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  transition: 0.3s ease-in-out;
}

.donate-btn:hover {
  background: #253353;
  color: #fff;
  border: 1px solid #253353;
}

.site-header {
  background-color: transparent;
}

.priority-grid {
  padding: 20px 0 60px;
}

.priority-grid .container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
  justify-content: flex-start;
}

.priority-grid .priority-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  flex: 0 1 calc(50.333% - 1.75rem);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.priority-card h3 {
  color: #4c2d91;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.news-read-more {
  margin: 1rem auto 0;
  font-weight: 600;
  color: white;
  background-color: #d32436;
  padding: 10px 20px;
  width: fit-content;
  border-radius: 5px;
  text-decoration: none;
  padding: 13px 29px 9px;
  width: fit-content;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

.news-read-more:hover {
  background-color: #4c2d91;
  transition: all 0.3s ease;
  color: white;
}

/* --- ABOUT PAGE --- */

.meet-row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 0 40px;
  padding: 30px 0;
}
.meet-row img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.meet-left {
  flex: 1;
}
.meet-right {
  flex: 1;
}

/* --- 100 DAY  --- */

.day-plan-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 50px 0;
  border-bottom: 2px solid var(--Light-Blue, #9cdaf8);
}

.day-plan-item:last-child {
  border-bottom: none;
}

.day-plan-item img {
  width: 150px;
  height: auto;
}

h3.day-plan-title {
  font-size: 25px;
  color: var(--Black-200, #575757);
  font-weight: 600;
  line-height: 120%;

  padding-bottom: 30px;
}

.day-plan-content {
  width: 60%;
}

/* --- 404 --- */

.page-id-68 .main-content {
  background-image: url(/wp-content/themes/blueprintinteractive/images/takeover_bkg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 600px;
}

.error-message {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.page-id-68 .second-hero {
  display: none;
}

img.error-image {
  height: auto;
  width: 300px;
  object-fit: cover;
}

.error-message .back-btn {
  text-align: center;
  margin-top: 10px;
}

.error-message p {
  padding-top: 30px;
  font-weight: 500;
  font-size: 25px;
}

/* --- FOOTER --- */
footer {
  border-top: 6px solid #d32436;
  background: var(--Light-Blue, #f6f6fd);
  padding: 0px 0px 0px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.ngp-form footer {
  display: none !important;
}

.footer-content {
  padding: 50px 0px 30px;
  width: 90%;
  background: transparent;
  margin: 0 auto;
}

.footer-content p,
.footer-content span,
.footer-content a {
  color: var(--Navy, #061951) !important;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.2px;
}

.footer-content {
  margin: 0 auto;
}

.footer-links p {
  margin-top: 22px;
}

.meet-featured-image h1 {
  font-size: 42px;
}

.meet-featured-image svg {
  margin-top: -5px;
  transform: scale(0.9);
}
.volunteer-page .at-form-submit {
  margin-left: 10px;
  margin-right: -10px;
}

.footer-bottom {
  justify-content: center;
  display: flex;
  border-top: 2px solid #06195124;

  margin: 0 auto;
  padding: 30px 0px;
  width: 100%;
  margin: 0 auto;
  flex-direction: row;
}

.footer-top {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.footer-logo img {
  max-width: 200px;
  margin-bottom: 10px;
}

.site-header .inner {
  max-width: unset;
}

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

body {
  position: relative;
}

footer .footer-left .social-icons a {
  margin: 0 10px;
  font-size: 1.5rem;
  color: #ffffff !important;
  transition: 0.5s ease-in-out;
}

.footer-links a {
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 5px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links p {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
}

a.footer-link:hover {
  color: #061951;
}

/* --- FOOTER SOCIAL MEDIA ICONS --- */

.footer-top .menu-item a:hover {
  display: inline-block;
  color: #d32436 !important;
  transition: 0.25s ease-in-out;
}

.footer a:hover {
  color: #d32436 !important;
  transition: 0.25s ease-in-out;
}

li.donate-footer-btn a {
  background: #061951;
  border: 2px solid transparent !important;
  color: #2c2c2c !important;
  padding: 5px 20px !important;
  margin-top: 7.5px;
}

li.donate-footer-btn a:hover {
  color: #d32436 !important;
  background-color: transparent !important;
  border: 2px solid#061951 !important;
  transition: 0.25s ease-in-out;
}

#menu-header-2 {
  margin: 0;
  align-items: flex-end;
}

.footer-top .menu-wrap a {
  transition: 0.25s ease-in-out;
  display: inline-block;
  padding: 0;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.social-icons a {
  display: inline-block;
  transition: 0.25s ease-in-out;
  color: #061951;
  font-size: 20px;
  margin: 0 14px;
}

.social-icons a:hover {
  color: #d32436 !important;
  transition: 0.25s ease-in-out;
  text-decoration-color: #d32436 !important;
  transition: 0.5s ease-in-out;
}
a.footer-link:hover {
  color: #d32436 !important;
}

#home-link:hover svg {
  margin-left: 5px;
  transition: 0.25s ease-in-out !important;
}

#home-link {
  transition: 0.25s ease-in-out;
}

.basic-page-wrapper p {
  margin-top: 0px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.basic-page-wrapper li,
span,
em {
  line-height: 1.4;
}

.basic-page-wrapper li {
  padding-bottom: 10px;
}

.basic-page-wrapper {
  min-height: 500px;
}

.at-title,
.at-legend {
  display: none;
}

h1 {
  font-weight: 600;
}

.hero-form {
  background: none;
}

.at-form {
  background: none;
}

.at-markup.HeaderHtml {
  display: none;
}

/* .basic-page-wrapper .main,
.basic-page-wrapper p,
.basic-page-wrapper ul,
.basic-page-wrapper li,
.basic-page-wrapper em,
.basic-page-wrapper span {
  font-size: 15px !important;
  line-height: 140%;
  color: var(--Black-100, #3e3e3e);
} */

/* --- DONATE BUTTON IN FOOTER --- */

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

.at-legal {
  margin: 0 !important;
}

header a {
  text-decoration: none;
}

.menu-header {
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0px;
}

.header-top {
  display: flex;
  align-items: center;
  width: 90%;
  flex-direction: row;
  justify-content: space-between;
  margin: 0px auto;
}

.social-icons a:nth-last-of-type(1) {
  margin-right: 0px;
}
.site-header {
  position: relative;
  background: var(--Light-Blue, #f6f6fd);
  padding: 10px 0px;
}

.header-logo {
  width: 120px;
  height: auto;
  margin: auto 0 0;
  object-fit: contain;
}

.at .at-fieldset {
  padding: 0px !important;
}

h1 {
  font-family: "poppins", sans-serif;
  font-optical-sizing: auto;
  text-align: left;
}

.basic-page-wrapper h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.footer-address p {
  margin-top: 0px;
}

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

.meet-section .meet-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

/* #priorities-section * {
  text-align: left;
} */
#priorities-section {
  position: relative;
  z-index: 1;
  padding-top: 20px !important;
  overflow: hidden;
}

ul.checks.first {
  padding-left: inherit;
}

ul.checks li {
  list-style: none;
  padding-bottom: 10px;
}

ul.checks li:before {
  content: "\2714\0020";
  color: #002868;
}

#priorities-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/wp-content/themes/blueprintinteractive/images/bigstars.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

#priorities-section.filter-active::before {
  opacity: 1;
}
.donate-small-left {
  margin: 0 10px 0 0;
  /* display: flex
; */
}
.donate-small-left .donate-text {
  width: fit-content;
}

.donate-small-left h3.donate-text {
  text-align: center;
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 500;
}

.donate-small-left h2.donate-text {
  text-align: center;
}

.donate-section .donate-photo {
  transition: 0.25s ease-in-out;
}
.priorities-section .text h2 {
  color: #1c1b1f;
  font-size: 25px;
  font-weight: 600;
}

.why-text svg {
  margin-bottom: 15px;
  margin-top: -5px;
}
.footer-logo > * {
  text-align: left;
}

#priorities-section svg {
  margin-bottom: 15px;
  margin-top: -15px;
}
.donate-small .donate-buttons,
.donate-small-left {
  width: 45%;
}
.mobile-address {
  display: none;
}

footer .donate-top {
  border: 2px solid #d32436;
  background: #d32436;
  color: white !important;
  transition: 0.25s ease-in-out;
  font-weight: 500 !important;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  text-transform: uppercase;
  width: fit-content;
  font-size: 21px !important;

  padding: 9px 45px 4px !important;
  letter-spacing: 1px;
  font-weight: 600 !important;
}

footer .donate-top:hover {
  background: #061951;
  border: 2px solid #061951;
}

.footer-right .email-top {
  font-weight: 500;
  margin-top: 0px;
  border: 2px solid #061951;
  background: #061951;
  color: white !important;
  transition: 0.25s ease-in-out;

  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  text-transform: uppercase;
  width: fit-content;
  font-size: 21px !important;

  padding: 9px 45px 4px !important;
  letter-spacing: 1px;
  font-weight: 600 !important;
}

.footer-right .email-top:hover {
  border: 2px solid #d2dbf9;
  background: #d2dbf9;
  color: #061951 !important;
  transition: 0.25s ease-in-out;
}

.footer-disclaimer {
  padding: 7px 15px !important;
  border: 2px solid #061951;
  margin: 0 auto 0 0;
  height: fit-content;
  letter-spacing: 0.5px !important;
}

p.footer-disclaimer {
  color: #061951;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;

  text-transform: uppercase;
}

.at-form-submit * {
  text-shadow: unset !important;
}

.footer-left {
  display: flex;

  flex-direction: row;
  gap: 40px;
}

.footer-address,
.footer-content p,
.footer-content a {
  color: #061951;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 3px;
}

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

.footer-forms {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding-bottom: 10px;
}

.footer-forms a {
  font-size: 20px;
}

.footer-forms span {
  color: #ffffff;
}

.SmsLegalDisclaimer *,
.QuestionHtml_650293648 * {
  color: #fff;
  font-size: 12px !important;
}

.QuestionHtml_650293648 * {
  color: #212529;
  font-size: 12px !important;
}

.pre-footer {
  background-size: cover !important;
  background-position: bottom !important;
  background-repeat: no-repeat;
}

.hero-section {
  display: none;
}

.hero-section {
  background: url(/wp-content/themes/blueprintinteractive/images/hero-back.png)
    no-repeat center center;
  background-size: cover;
  position: relative;
}

.layer1 {
  background: url(/wp-content/themes/blueprintinteractive/images/hero-middle.png)
    no-repeat center center;
  background-size: cover;
  position: absolute;
  top: unset;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 100;
  pointer-events: none;
}
.layer2 {
  background: url(/wp-content/themes/blueprintinteractive/images/hero-top.png)
    no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-size: cover;
  background-position: center;
  pointer-events: none;
}

.hero-section .container {
  z-index: 300 !important;
}
.donation-section .disclaimer {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  padding: 10px 40px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
  width: 81%;
  background: rgba(24, 33, 53, 0.85);
}

.basic-page-wrapper p a {
  transition: 0.25s ease-in-out;
}

.basic-page-wrapper p a:hover {
  color: #253353;
  transition: 0.25s ease-in-out;
}

.home .meet-section {
  z-index: 1000 !important;
}

.SmsLegalDisclaimer p {
  margin-top: 10px;
  line-height: 1.25 !important;
  margin-bottom: 0px;
}

.donate-small-left {
  width: fit-content;
}

.donate-box-small {
  justify-content: space-between;
}
.donate-small .donate-buttons {
  width: 45%;
}
.SmsLegalDisclaimer {
  margin: 0 auto 0 10px;
  width: 90% !important;
}

.homepage-section.donate-large {
  padding: 0px 30px !important;
}

.hero-section {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(
    270deg,
    rgba(254, 160, 152, 0.75),
    rgba(210, 189, 254, 0.9),
    #d2dbf9
  );
  animation: fadeInOpacity 2s ease-in forwards, shiftGradient 5s ease infinite;
  z-index: 1;
  pointer-events: none;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.6;
  }
}
/* Animate gradient shift */
@keyframes shiftGradient {
  0% {
    background-position: 0% 50%;
    background-size: 100% 100%;
  }

  50% {
    background-position: 100% 50%;
    background-size: 200% 200%;
  }

  100% {
    background-position: 0% 50%;
    background-size: 100% 100%;
  }
}

.hero-section > * {
  position: relative;
  z-index: 2;
}

/* General Layout */
.homepage-section {
  padding: 60px 5%;
}

.home .hero-section {
  backdrop-filter: grayscale(1);
}

.donate-small-left p,
.donate-small-left h2 {
  color: #d2dbf9 !important;
}

.donate-small,
.donate-large {
  background: #061951;
}

.homepage-section .container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  box-shadow: unset;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.homepage-section .donate-btn.btn-donate {
  width: 40% !important;
}

/* width: 81%;

    /* Headings */
.homepage-section h2 {
  font-size: 1.8rem;
  color: #002868;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  line-height: 1;
  margin-bottom: 1rem;
}

/* MEET SECTION */
.meet-section .meet-photo {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: auto;
  border-radius: 0px;
}

.meet-section .container {
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px;
}

.meet-section .meet-content {
  flex: 1 1 400px;
}

.why-photo {
  position: relative;
  max-width: 48%;
}

#meet-section .container > div {
  width: 48%;
}
#meet-section .container {
  flex-direction: row;
}
.footer-content {
  background: #f6f6fd;
}
.why-section .why-photo img.star-motif,
img.star-motif {
  position: absolute;
  width: 55px;
  height: auto;
  top: 50%;
  left: unset;
  transform: translateX(50%) translateY(-50%);
  transform-origin: center;
  /* border: 1.5px inset white; */
  border-radius: 50%;
  right: 0;
}

.star-motif {
  transition: filter 0.5s ease-in-out !important;
  filter: hue-rotate(105deg) brightness(2.2)
    drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
}

.star-motif.filter-active {
  transition: filter 0.5s ease-in-out !important;
  filter: hue-rotate(0deg) brightness(1)
    drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
}

.why-section .why-photo img.star-motif {
  top: 50%;
  right: unset;
  left: 0;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center;
}

/* VIDEO SECTION */
.video-section {
  text-align: center;
}

.video-section .video-embed iframe {
  width: 100%;
  height: 500px;

  max-width: 1200px;
  aspect-ratio: 16 / 9;
}

/* DONATE BOXES */
.donate-small .donate-text,
.donate-large .donate-text {
  font-size: 2rem;
  text-align: left;
  color: #d2dbf9 !important;
  max-width: 700px;
  line-height: 1.2;
}

.donate-box-large .donate-text {
  color: #d2dbf9;
}

#donate-box-large .donate-content {
  justify-content: flex-start;
}

#donate-box-large .container {
  padding: 50px 0;
}

#donate-box-large .disclaimer,
#donate-box-small .disclaimer {
  color: white !important;
}

#donate-box-small .container {
  justify-content: space-between;
}

.layer1 {
  background-image: url("/wp-content/themes/blueprintinteractive/images/cutout.png");
  background-size: contain;
  height: 95%;
  right: 0;
  left: 46%;
  position: absolute !important;
  background-position: bottom right;
  align-self: flex-end;
  max-width: 47%;
  bottom: 0;
  right: 3%;
}

.home .hero-section {
  position: relative;
}

.donate-small .donate-buttons,
.donate-large .donate-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.donate-small .donate-buttons {
  margin-top: 0;
}

.donate-small .conatiner {
  justify-content: center;
}

.donate-small .donate-buttons .donate-btn,
.donate-large .donate-buttons .donate-btn {
  background: white;
  color: #002868;
  padding: 10px 20px;
  border: none !important;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0px !important;
  display: inline-block;
  transition: 0.25s ease;
  line-height: 1;
  flex-grow: 1 !important;
  vertical-align: bottom;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 13px;
}

.donate-small .donate-buttons .donate-btn:hover,
.donate-large .donate-buttons .donate-btn:hover {
  background: #d7263d;
  color: white;
}

.donate-small .donate-buttons .btn-donate,
.donate-large .donate-buttons .btn-donate {
  background: #d7263d;
  color: white;
}

.hero-form .at-submit.btn-at.btn-at-primary {
  color: white !important;
  background-color: #061951 !important;
  border: none !important;
  padding-right: 18px !important;
  padding-top: 11px !important;
  font-size: 20px;
  padding-bottom: 10px !important;
  padding-left: 10px !important;
}

.hero-form .at-submit.btn-at.btn-at-primary:hover {
  background-color: #d7263d !important;
  border: none !important;
}

.donate-small .donate-buttons .btn-donate:hover,
.donate-large .donate-buttons .btn-donate:hover {
  background: white;
  color: #061951;
}

.donate-small .disclaimer,
.donate-large .disclaimer {
  font-size: 0.85rem;
  margin-top: 15px;
  color: #777;
  max-width: 700px;
}

/* WHY SECTION */
.why-section .why-photo img {
  width: 100%;
  max-width: 500px;
  height: auto;
}

.why-section .why-text {
  flex: 1 1 400px;
}

.why-section .container {
  flex-direction: row;
}

/* PRIORITIES SECTION */
.priorities-section .text {
  font-size: 1rem;
  max-width: 800px;
}

/* DONATE LARGE BOX */
.donate-large .donate-photo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto !important;
  object-fit: contain;
}

.homepage-section.video-section .container,
.homepage-section.priorities-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.donate-large .container {
  position: relative;
  width: 100%;
  justify-content: flex-end;
  margin: 0 auto;
}

.donate-large .donate-content {
  position: relative;
  z-index: 2;
  width: 45%;
  margin-right: 2.5%;
  flex: unset !important;
  font-size: 1.2rem;
  line-height: 1.5;
}

/* Meet Page - Full Layout Styles */
#meet-page {
  font-family: system-ui, sans-serif;
  color: #222;
  line-height: 1.6;
}

.meet-desktop *,
.meet-mobile * {
  transition: 0.25s ease-in-out;
}

#meet-page .meet-featured-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.homepage-section .donate-btn.btn-donate {
  width: 30% !important;
}
.donate-btn {
  width: 30%;
}

/* Container for all meet boxes */
#meet-page .meet-boxes {
  padding: 2rem 0px;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

/* Individual Meet Box */
#meet-page .meet-box {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
  justify-content: space-between;
}

.meet-featured-image {
  margin-bottom: 20px;
}
#meet-page .meet-photos {
  flex-direction: column;
}
#meet-page .meet-photo {
  aspect-ratio: 14 / 9;
}

.meet-description p {
  line-height: 1.6 !important;
}
/* Text section */
#meet-page .meet-text {
  flex: 1 1 55%;
  min-width: 280px;
}

#meet-page .meet-title {
  font-size: 1.75rem;
  font-weight: bold;
  color: #0c1b4d;
  margin-bottom: 1rem;
}

#meet-page .meet-description {
  font-size: 1rem;
  color: #333;
}

/* Photo group */
#meet-page .meet-photos {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  flex: 1 1 40%;
  min-width: 280px;
}

/* Individual photo/caption */
#meet-page .meet-photo-wrap {
  flex: 1 1 calc(33.333% - 1rem); /* Allow up to 3 per row */
  display: flex;
  flex-direction: column;
}

#meet-page .meet-photo {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0px;
  object-fit: cover;
}

#meet-page .meet-title {
  margin-bottom: 0px;
}

#meet-page .meet-caption {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  color: #666;
}

#meet-page {
  padding-top: 0px !important;
  padding-bottom: 30px !important;
}

.talk-form-section {
  background: #061951;

  padding: 40px 0;
  text-align: center;
}

.talk-form-section a h2,
.talk-form-section p {
  font-size: 2rem;
  color: #d2dbf9 !important;
  line-height: 1.2;
}

.talk-form-section p {
  margin-bottom: 0px;
}

.talk-form-section a {
  text-decoration: underline;
  text-decoration-color: #d2dbf9;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  transition: 0.25s ease;
}

.talk-form-section a:hover {
  opacity: 0.8;
}

.sub-hero-section {
  text-align: center;
  padding: 40px 0 0 0;
}

.sub-hero-section h2 {
  font-size: 3rem;
  color: #d32436;
  line-height: 1.2;
  font-style: italic;
  font-weight: 600;
}

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

.fade-slow.animated {
  animation-name: fade-from-left;
  animation-duration: 0.75s;
  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: 1s;
  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);
  }

  50% {
    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%;
  }
}
