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

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

img.header-logo:hover {
  opacity: 0.8 !important;
}

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

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

.why-title {
  text-align: left;
}

html {
  background-color: #ffffff !important;
  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 {
  font-family: "Figtree", sans-serif;
  margin: 0;
  padding: 0;
}

#meet-link {
  color: var(--Blue, #3f63ae);
  width: 220px;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  letter-spacing: 1.8px;
  text-decoration: unset;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin: 10px 50px 100px;
  border: 2px solid transparent;
  background-color: white;
}

#meet-link span {
  color: var(--Blue, #3f63ae) !important;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  letter-spacing: 1.8px;
}

.btn-at-primary {
  background-color: var(--Red, #ed1c24);
  font-family: "Figtree", sans-serif;
}

input {
  font-family: "Figtree", sans-serif;
}

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

h2 {
  font-size: 32px;
  color: var(--Black, #231f20);
}

p,
ul,
li,
ol,
span {
  color: var(--Black, #231f20);
}

main {
  position: relative;
}

#homepage {
  z-index: 30;
  background: transparent;
}

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

.hero-mobile {
  display: none;
}

#meet-span {
  /* ALL CAPS */
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

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

a {
  color: red;
  transition: 0.25s ease-in-out;
}

a:hover {
  color: #0d2059;
}

/* --- TAKEOVER --- */

#takeover {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  background: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

body.home.takeover-open #takeover {
  height: 100vh;
  overflow: hidden;
}

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

#takeover #closebtn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  cursor: pointer;
}

#takeover #closebtn svg {
  width: 100%;
  height: auto;
}

.takeoverleft .header-logo {
  margin-left: -32px;
  margin-right: 0px;
  width: 300px;
}

#takeover .inner {
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: flex-end;
  padding: 50px 0;
}

.takeoverleft {
  max-width: 400px;
}

.takeoverleft h1 {
  font-size: 50px;
  font-weight: 700;
  max-width: 600px;
  line-height: 1.2;
  margin-bottom: 35px;
  color: #ffffff;
  letter-spacing: 1px;
}

.takeoverright {
  flex: 2;
  width: 100%;
}

.takeoverright.mobile-only {
  display: none;
}

.takeoverright .video-container {
  width: 100%;
  aspect-ratio: 16 /9;
  display: flex;
  justify-content: center;
}

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

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

.tk-donation-buttons a {
  flex: 1 1 calc(50% - 5px);
  text-align: center;
}

.donate-btn.tk-donate {
  flex-basis: 100%;
  color: #ffffff !important;
  border: 2px solid red;
  background-color: red;
  text-align: center;
}

.donate-btn.tk-donate:hover {
  color: red !important;
  background-color: #ffffff;
  border: 2px solid red;
}

.tk-donation-buttons .disclaimer {
  color: var(--Neutral-100, #fff);
  font-style: normal;
  font-size: 13px;
  font-weight: 500;
  line-height: 161.8%;
  display: flex;
  align-items: center;
}

.tk-donation-buttons .disclaimer img {
  width: 18px;
  margin-right: 5px;
}

#home-link {
  color: var(--Blue, #3f63ae);
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-decoration: unset;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border: 2px solid transparent;
  background-color: white;
  width: 100%;
  padding: 6px 0;
  text-transform: uppercase;
}

#home-link span {
  color: #3f63ae !important;
}

#home-link:hover span {
  margin-left: 5px;
}

#home-link:hover svg path {
  fill: white !important;
}

#home-link:hover span {
  color: white !important;
}

#home-link:hover {
  background-color: var(--Blue, #3f63ae) !important;
  border: 2px solid #ffffff;
}

/* --- HERO SECTION --- */

.header-hero-wrapper {
  background-image: url(/wp-content/themes/blueprintinteractive/images/hero_1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 900px;
  transition: ease-in-out 0.5s;
}

.home .hero-section,
.mobile-nav {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 700px;
  padding: 110px 0px 120px;
  display: flex;
}

.hero-left {
  position: absolute;
  right: 3%;
  width: 40%;
  margin-right: 50px;
}

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

header .mobile-nav .social-icons a,
.nav-mobile a {
  color: var(--Black, #231f20);
  transition: 0.25s ease-in;
}

header .mobile-nav .social-icons a:hover {
  transition: 0.25s ease-in;
  color: red !important;
}

.nav-mobile a:hover {
  padding: 10px 20px;
  text-decoration: underline;
  text-decoration-color: red !important;
  text-decoration-thickness: 3px;
  transition: 0.25s ease-in;
}

.nav-mobile a {
  padding: 10px 20px;
  text-decoration: transparent;
}

.hero-section h1 {
  font-size: 65px;
  font-weight: 700;
  max-width: 600px;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #ffffff;
  text-align: right;
}

/* 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: 12px;
  margin: 5px 1%;
  font-size: 1rem;
  font-family: "Figtree", sans-serif;
}

.donate-btn,
.donate-footer-btn {
  text-transform: uppercase;
  letter-spacing: 1px;
}

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

.hero-form input[type="submit"] {
  width: 100%;
  padding: 7px 14px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.8px;
  color: var(--Blue, #3f63ae) !important;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
}

#meet-link svg path {
  color: var(--Blue, #3f63ae);
  fill: var(--Blue, #3f63ae);
}

#why-link svg path {
  color: white !important;
  fill: white !important;
}

#home-link svg path {
  color: var(--Blue, #3f63ae);
  fill: var(--Blue, #3f63ae);
}

/* --- MEET TIM SECTION --- */
.meet-section {
  background-image: url(/wp-content/themes/blueprintinteractive/images/bio_bg.png);
  padding: 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.meet-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
}

.meet-content a {
  background-color: #ffffff;
  padding: 5px 20px;
  font-family: "Figtree", sans-serif;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h4.desktop-about,
h4.mobile-about {
  color: #ffffff;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.8px;
  background-color: var(--Red, #ed1c24);
  text-transform: uppercase;
  padding: 20px;
  width: 150px;
  margin: 0;
  position: absolute;
  top: -29px;
  left: 83px;
}

h4.mobile-about {
  display: none;
}

.meet-content-text {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: var(--Blue, #3f63ae);
  position: relative;
  width: 100%;
}

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

#meet-link:hover span,
#why-link:hover span {
  margin-left: 5px;
}

#meet-link:hover svg path {
  fill: white !important;
}

#why-link:hover svg path {
  fill: var(--Blue, #3f63ae) !important;
}

#meet-link:hover span {
  color: white !important;
}

#meet-link:hover {
  background-color: var(--Blue, #3f63ae) !important;
  border: 2px solid #ffffff;
}

#why-link:hover {
  background-color: white !important;
  border: 2px solid var(--Blue, #3f63ae);
}

#why-link:hover span {
  color: var(--Blue, #3f63ae) !important;
}

#why-link {
  background-color: var(--Blue, #3f63ae) !important;
  width: 220px;
  text-decoration: unset;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin: 10px 100px 100px;
  border: 2px solid transparent;
  padding: 5px 20px;
}

#why-link span {
  color: white !important;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  letter-spacing: 1.8px;
}

#menu-header a:hover #menu-header-2 a:hover {
  color: white !important;
}

header .menu-wrap.no-hero * {
  filter: none !important;
}

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

.FastAction {
  display: none !important;
}

.menu-wrap .donate-footer-btn {
  margin-right: 5px;
}

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

.page-template-meet-page .current-menu-item a::after,
.page-template-why-page .current-menu-item a::after {
  transform: scaleX(1) !important;
  transform-origin: 0% 50% !important;
}

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

.header-top #menu-header a {
  color: var(--Black, #231f20);
  display: inline-block;
  padding: 7.5px 15px;
  transition: 0.3s ease;
  text-transform: uppercase;
  text-decoration: transparent;
}

.UpdateMyProfile {
  display: none !important;
}

.at-checkbox-title {
  color: rgb(237, 237, 237) !important;
}

.hamburger {
  display: none !important;
  height: 50px !important;
  padding: 10px 8px 6px !important;
  border-radius: 8px !important;
  transition: 0.5s ease-in-out;
  opacity: 1 !important;
  color: var(--Black, #231f20) !important;
  background-color: var(--Black, #231f20) !important;
  border: 1px solid whitesmoke !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: black !important;
}

.hamburger.is-active {
  border: 1px solid whitesmoke !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-image: url(/wp-content/themes/blueprintinteractive/images/her_bkg.png);
  background-position: left;
  height: fit-content;
  gap: 10px;
}

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

.hamburger:hover {
  background-color: white !important;
  border: 1px solid black !important;
  transition: 0.5s ease-in-out;
}

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

.home .header-top .menu-wrap .social-icons a {
  color: #ffffff;
}

.home .header-top #menu-header a {
  color: white;
}

.social-icons a:hover {
  color: red !important;
  text-decoration-color: red !important;
  transition: 0.5s ease-in-out;
}

footer .donate-footer-btn {
  margin-left: 2px;
  padding: 9px 25px !important;
  margin-right: 10px;
}

header a:hover {
  transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

html {
  scroll-behavior: smooth;
  background-color: #efeff4;
}

body {
  background-color: white;
}

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

.meet-left h2 {
  font-size: 32px;
  color: #015e85 !important;
}

.meet-image {
  position: relative;
}

.meet-image img {
  width: 100%;
  max-width: 600px;
  object-fit: cover;
  height: 100%;
}

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

#menu-header {
  gap: 10px;
}

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

#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: 0px 10px;
  flex-wrap: wrap;
}

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

header .menu-wrap {
  padding-left: 20px;
  padding-top: 12.5px;
}

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

.ngp-form input {
  background: rgba(255, 255, 255, 0.3) !important;
  font-family: "Figtree", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  padding-left: 10px !important;
  color: white !important;
  line-height: 120%;

  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  text-indent: 10px !important;
  border-radius: 0 !important;
  border: none !important;
}

.at .error small.error {
  color: #fef30a !important;
}

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

input::placeholder {
  font-family: "Figtree", sans-serif !important;
  font-size: 16px;
  color: #ffffff !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 120%;

  letter-spacing: 2px;
  text-transform: uppercase;
}

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

main {
  background: transparent;
}

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

  color: var(--Black, #231f20);
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

footer p {
  color: var(--Black, #231f20);
}

footer a {
  color: var(--Black, #231f20);
  text-decoration: none;
  transition: 0.5s ease-in-out;
  padding-right: 5px;
}

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

h3 {
  padding-top: 20px;
}

h1 {
  margin: 0px;
}

.why-running h2 {
  color: var(--Black, #231f20);
  font-size: 47px;
  font-style: normal;
  font-weight: 700;
  line-height: 161.8%; /* 76.046px */
  letter-spacing: -0.94px;
}

.why-title::after {
  content: "";
  display: inline-block;
  width: 64%;
  height: 2px;
  background-color: rgba(35, 31, 32, 0.1);
  margin-left: 75px;
  transform: translateY(-12px);
}

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

.p-text {
  padding: 10px 50px 30px;
}

.p-text p {
  color: #fff;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 325;
  line-height: 161.8%; /* 29.124px */
}

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

/* --- WHY I'M RUNNING SECTION --- */
.why-running {
  background: transparent;
  padding: 40px 0 80px;
}

h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 56.4px */
  letter-spacing: -0.94px;
}

.why-content {
  display: flex;
  flex-direction: row;
}

.why-text {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}

.why-icon-text {
  display: flex;
  /* flex-direction: row; */
  align-items: center;
  position: relative;
}

.why-text h3 {
  font-size: 25px;
  color: var(--Black, #231f20);
  font-weight: 700;
  line-height: 161%;
  margin: 0;
  margin-top: 0px;
  padding: 10px 0 10px 100px;
}

p,
span,
ul,
li {
  line-height: 28px;
}

.why-text p {
  font-size: 18px;
  line-height: 1.8;
  color: var(--Black, #231f20);
  margin: 0px;
  padding: 10px 0 10px 100px;
}

.header-top .header-logo {
  margin-top: 32px;
  padding-left: 10px;
  transition: 0.25s ease-in-out !important;
}

.header-top .header-logo:hover {
  opacity: 0.8;
}

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

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

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

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

.donation-buttons a:hover,
.tk-donation-buttons a:hover {
  background-color: red;
  color: white;
  border: 2px solid red;
}

input[type="checkbox"]:checked + span:before {
  background-color: blue;
}

.donate-btn.primary:hover {
  color: white;
}

.meet-content-text h2 {
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 47px;
  font-style: normal;
  font-weight: 700;
  line-height: 161.8%; /* 76.046px */
  letter-spacing: -0.94px;
  padding: 100px 50px 0px;
  margin: 0px;
}

.why-image img {
  width: 100%;
  max-width: 600px;
  object-fit: cover;
  height: 100%;
}

h2 {
  text-align: center;
}

/* --- DONATION SECTION --- */
.donation-section {
  background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
  padding: 0px;
  position: relative;
  margin-bottom: 0px;
  min-height: 900px;
}

.donation-section h2 {
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
  text-align: center;
}

.donation-section h2.animate {
  background: linear-gradient(270deg, #3f63ae 0%, #ed1c24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.donation-section p {
  letter-spacing: 0.5px !important;
  font-size: 1.4rem;
  color: #0d2059;
  margin-bottom: 30px;
}

.donation-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  width: 75%;
  margin: 0 auto;
}

.footer-links {
  min-width: 280px;
  gap: 5px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
}

.at-form-submit {
  position: relative;
  text-align: center;
  margin: 20px 10px 0 !important;
  backdrop-filter: unset !important;
  overflow: hidden;
  background-color: white;
  padding: 0px !important;
  margin: 0px;
  cursor: pointer;
}

.at-form-submit input[type="submit"] {
  text-align: center;
  backdrop-filter: unset !important;
  background: transparent !important;
  margin: 0px !important;
  border: 2px solid transparent !important;
  z-index: 1;
  transition: 0.25s ease-in-out;
}

.at-form-submit:hover input {
  transition: 0.25s ease-in-out;
  border: 2px solid white !important;
  color: white !important;
}

.at-form-submit:hover {
  background: var(--Blue, #3f63ae);
  transition: 0.25s ease-in-out;
}
.at-form-submit {
  transition: 0.25s ease-in-out;
}

.at-form-submit::after {
  content: "";
  position: absolute;
  z-index: 0;
  fill: var(--Blue, #3f63ae);
  color: var(--Blue, #3f63ae);
  right: 213px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%3E%3Cmask%20id%3D%22mask0_4112_53%22%20style%3D%22mask-type%3Aalpha%3B%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2225%22%20height%3D%2224%22%3E%3Crect%20x%3D%220.5%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23D9D9D9%22/%3E%3C/mask%3E%3Cg%20mask%3D%22url(%23mask0_4112_53)%22%3E%3Cpath%20d%3D%22M2.5%2020L8.5%2012L2.5%204H15.5C15.8167%204%2016.1167%204.07083%2016.4%204.2125C16.6833%204.35417%2016.9167%204.55%2017.1%204.8L22.5%2012L17.1%2019.2C16.9167%2019.45%2016.6833%2019.6458%2016.4%2019.7875C16.1167%2019.9292%2015.8167%2020%2015.5%2020H2.5Z%22%20fill%3D%22%233F63AE%22/%3E%3C/g%3E%3C/svg%3E")
    no-repeat center center;
  background-size: contain;
  opacity: 1;
  transition: 0.25s ease-in-out;
  top: 20px;
}

.at-form-submit:hover::after {
  opacity: 1;
  transition: 0.25s ease-in-out;
  filter: grayscale(1) brightness(1000);
  right: 200px;
}

.donate-btn {
  background: white;
  border: 2px solid red;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  color: red !important;
  width: 25%;
}

.donate-btn:hover {
  color: white !important;
  border: none;
}

.donate-btn.btn-donate {
  color: #ffffff !important;
  border: 2px solid red;
  background-color: red;
}

.donate-btn.btn-donate:hover {
  color: red !important;
  background-color: #ffffff;
  border: 2px solid red;
}

.donate-btn.primary {
  color: white !important;
}

.donate-btn.primary:hover {
  background: #0d2059 !important;
  border: none;
  color: white !important;
}

.mobile-donate {
  display: none;
}

.why-text img {
  width: 100px;
  height: auto;
  position: absolute;
  left: -37px;
}

/* --- MEET TIM PAGE --- */

/* --- 404 --- */

/* --- FOOTER --- */
footer {
  background: #ffffff;
  padding: 0px 0px 0px;
  color: var(--Black, #231f20);
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}

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

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

.footer-logo img {
  max-width: 300px;
  margin-left: 5px;
}

.footer-address {
  font-size: 1rem;
  line-height: 1.5;
  opacity: 0.9;
}

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

.site-header {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  position: relative !important;
  padding-bottom: 12.5px;
}

body {
  position: relative;
}

.footer-disclaimer {
  font-size: 0.9rem;
  opacity: 0.8;
  margin: 0 5px 0 0;
}

footer .social-icons a:first-of-type {
  margin-left: 0px;
}

footer .social-icons a:last-of-type {
  margin-right: 10px;
}

footer .social-icons a {
  margin: 0px;
}

.footer-links a {
  color: var(--Black, #231f20);
  text-transform: uppercase;
  margin-right: 5px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links p {
  color: var(--Black, #231f20);
  text-transform: uppercase;
}

a.footer-link:hover {
  color: red;
}

.footer-top .menu-wrap a:hover {
  display: inline-block;
}

#menu-header-2 {
  margin: 0;
}

.footer-top .menu-wrap a {
  transition: 0.25s ease-in-out;
  display: inline-block;
  padding: 5px 15px;
  text-transform: uppercase;
  text-decoration: transparent;
}

.social-icons a {
  display: inline-block;
  margin: 0 10px;
  font-size: 1.5rem;
  color: var(--Black, #231f20);
  transition: 0.5s ease-in-out;
}

.donate-footer-btn:hover {
  color: red !important;
  transition: 0.5s ease-in-out;
  text-decoration: none !important;
}

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

#meet-link *,
#why-link *,
#meet-link,
#why-link,
#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;
}

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

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

.page-template-meet-page .basic-page-wrapper.scrolled {
  padding-top: 50px;
  height: 700px;
  overflow: hidden;
  background-image: url(/wp-content/themes/blueprintinteractive/images/about_bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 70px;
  padding-bottom: 0px;
}

.inner.meet.scroll {
  display: flex;
  align-items: flex-end;
  height: 100%;
  position: relative;
  gap: 20px;
  margin: 0 auto;
}

.meet-hero-wrapper {
  display: flex;
  position: relative;
  flex: 1;
  align-items: flex-end;
}

/* .inner.meet {
  background-image: url(/wp-content/themes/blueprintinteractive/images/about_hero.png);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-attachment: fixed;
  height: 100%;
  overflow: auto;
} */

.bio-content::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.bio-content {
  /* scroll-behavior: smooth; */
}
.bio-content {
  width: 45%;
  margin-left: auto;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 100px;
  z-index: 1;
}

.meet-bio {
  display: flex;
  flex-direction: column;
}

.meet-hero-img {
  position: sticky;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  z-index: 1;
}

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

.meet-hero-wrapper,
.bio-content {
  flex: 1;
  height: auto;
  max-height: 700px;
}

.meet-text {
  /* Hide scrollbar for WebKit browsers (Chrome, Safari) */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer and Edge */
  padding-bottom: 75px;
}

.meet-text::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

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

h1 {
  font-weight: 600;
}

.hero-form {
  background: none;
}

.at-form {
  background: none;
}

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

.hero-mobile {
  position: relative;
  margin-bottom: -2px;
}

.basic-page-wrapper p,
.basic-page-wrapper ul,
.basic-page-wrapper li {
  color: var(--Neutral-20, #313033);
  font-size: 18px;
  font-style: normal;
  font-weight: 325;
  line-height: 161.8%;
}

/* --- DONATE BUTTON IN FOOTER --- */
.donate-footer-btn {
  display: inline-block;
  padding: 12px 40px;
  background-color: var(--Red, #ed1c24);
  border: 2px solid var(--Red, #ed1c24);
  color: #ffffff;
  font-size: 1rem;
  text-decoration: none;
  transition: 0.3s ease;
}

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

.donate-footer-btn:hover {
  background: #ffffff !important;
  border: 2px solid var(--Red, #ed1c24);
}

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

header a {
  text-decoration: none;
}

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

.header-logo {
  margin-left: -20px;
  margin-right: -20px;
}

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

.header-logo {
  width: 170px;
  height: auto;
  object-fit: contain;
  top: 20px;
  left: 20px;
}

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

h1 {
  text-align: left;
}

h1 {
  font-family: "Figtree", sans-serif;
}

.footer-logo {
  margin-left: -20px;
}

.page-template-meet-page .basic-page-wrapper h1 {
  color: var(--Black, #231f20);
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.52px;
}

.footer-disclaimer {
  padding: 10px 30px !important;
  line-height: 1.6 !important;
  border: 1px solid var(--Black, #231f20);
  font-weight: 500;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: "Figtree", sans-serif;
}

h3 h4,
h5,
h6,
span,
ul,
li,
p,
strong,
em,
ol,
* {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
}

strong {
  font-weight: 600;
}

h3 {
  font-weight: 400;
  line-height: 30px;
  font-size: 21px;
}

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

h1,
h2 {
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-size: 65px;
  color: var(--Black, #231f20);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 115.2px */
  letter-spacing: -0.96px;
}

.footer-links p {
  padding-right: 15px;
  text-align: right;
  margin-bottom: 10px;
  width: fit-content;
  margin: 0 0px 0px auto;
}

.footer-bottom {
  padding-top: 20px;
  border-top: 1px solid rgba(35, 31, 32, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 5px;
}

.footer-address p {
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: left;
}

.footer-logo {
  padding-left: 10px;
}

.SmsLegalDisclaimer * {
  color: #ffffff;
}

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

.hero-section {
  display: none;
}

.donation-section .disclaimer {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 22px !important;
  font-weight: 600;
  padding-bottom: 7.5px;
  width: 35%;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  font-weight: 400;
  color: var(--Black, #231f20);
}

.page-template-meet-page .basic-page-wrapper h2 {
  margin: 10px 0 20px 0;
  color: var(--Black, #231f20);
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: 161.8%; /* 76.046px */
  letter-spacing: -0.94px;
  text-align: left;
}

.donation-section .container {
  margin: 0 auto;
}

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

.SmsLegalDisclaimer {
  margin: 0 auto 0 10px;
  width: 90% !important;
}

/*Privacy Policy*/

.privacy-policy h2 {
  text-align: left;
}

.privacy-policy h1 {
  margin-bottom: 30px;
}

/* --- 404 --- */

.page-id-81 .main-content {
  min-height: 600px;
}

.page-id-81 .basic-page-wrapper {
  padding-top: 70px;
}

.page-id-81 .basic-page-wrapper h1 {
  display: none;
}

.page-id-81 .basic-page-wrapper p {
  text-align: center;
}

/* --- Thank you --- */

.page-id-144 .main-content {
  padding-top: 100px;
  min-height: 600px;
}
.page-id-144 h1 {
  display: none;
}

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