/*
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 {
  transform: scale(1.1) !important;
}

.home .header-logo {
  cursor: default;
  pointer-events: none;
}
/* 
.ngp-form {
  pointer-events: none;
} */

.SmsLegalDisclaimer {
  width: 90%;
}

html {
  background-color: #ffffff !important;

  /* 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: "Urbanist", sans-serif;
  margin: 0;
  padding: 0;
}

#meet-link {
  color: var(--Blue, #3f63ae);
  width: 220px;
  font-family: "Urbanist", 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: "Urbanist", sans-serif;
  font-weight: 400;
  letter-spacing: 1.8px;
}

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

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

.basic-page-wrapper {
  padding: 0px 0px 60px;
  min-height: 600px;
}

.basic-page-wrapper h1 {
  font-size: 50px;
  color: #081714;
  margin-bottom: 10px;
  font-weight: 800;
  font-family: droid-serif, serif;
}

.basic-page-wrapper h2 {
  font-size: 24px;
  color: #046;
  margin-bottom: 10px;
  font-weight: 800;
}

.basic-page-wrapper a {
  color: #ef3e43;
}

p,
ul,
li,
ol,
span {
  color: #000;
  font-size: 17px;
  line-height: 26px;
}

img {
  border-radius: 60px;
}

main {
  position: relative;
}

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

.hero-mobile {
  display: none;
}

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

.site-header {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 0 0 80px 80px;
  background: #fff;
  box-shadow: 0 20px 80px 0 rgba(0, 0, 0, 0.05);
  padding-bottom: 25px;
}

/* --- TAKEOVER --- */

.home {
  position: relative;
}

.takeover-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/blueprintinteractive/images/to_bkg.png)
    no-repeat center center;
  background-size: cover;
  z-index: 9999;
  display: none;
  overflow: auto;
  padding-bottom: 50px;
}

body.home.takeover-open .takeover-bg {
  display: block;
}

#takeover {
  position: relative;
  width: 85%;
  top: 5%;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 1300px;
  overflow-y: auto;
  z-index: 10000;
}

.page-id-74 .basic-page-wrapper {
  min-height: 380px;
}

.ff-default textarea.ff-el-form-control {
  border-radius: 15px !important;
}
.tk-bg {
  width: 60%;
  height: auto;
  object-fit: contain;
  position: absolute;
  bottom: 53px;
  left: 0;
  overflow: hidden;
}

body.home.takeover-closed .takeover-bg {
  display: none !important;
}

.takeover-bg #closebtn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  cursor: pointer;
}

.takeover-bg #closebtn svg {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.takeover-bg #closebtn svg:hover {
  transform: rotate(90deg);
}

.tk-logo-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 30px auto 0;
  width: 85%;
  max-width: 1300px;
}

img.tk-logo {
  border-radius: 0px;
  width: 300px;
  height: auto;
}

footer .privacy {
  max-width: 240px;
}

.takeoverleft .header-logo {
  width: 300px;
}

#takeover .inner {
  display: flex;
  flex-direction: row;
  gap: 50px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.9);
  align-items: center;
  padding: 50px 50px 30px;
}

.takeoverleft {
  flex: 1;
}

.takeoverleft .left-content h2 {
  color: #046;
  text-align: center;
  font-size: 38.4px;
  margin: 0px auto 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 116%; /* 60.32px */
  letter-spacing: -1.56px;
}

.takeoverright {
  flex: 1;
  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;
  border-radius: 20px;
}

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

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

.donate-btn.tk-donate {
  flex-basis: 100%;
  color: #046 !important;
  background-color: #32e0ed;
  text-align: center;
  font-size: 20px;
  line-height: 120%; /* 28.8px */
  text-transform: uppercase;
  border: 2px solid #32e0ed;
}

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

.tk-donation-buttons .disclaimer {
  color: #046;
  font-style: normal;
  font-size: 13px;
  font-weight: 500;
  line-height: 161.8%;
  display: flex;
  align-items: center;
  text-align: center;
  width: 85%;
  margin: 10px auto;
}

#home-link {
  color: #046;
  font-size: 16px;
  font-weight: 700;
  line-height: 161.8%;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  text-decoration: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border: 2px solid #046;
  padding: 10px 20px;
  border-radius: 40px;
  background-color: #fff;
  width: fit-content;
  margin: 20px auto;
}

#home-link span {
  color: #046 !important;
}
#home-link svg {
  transition: ease-in-out 0.5s;
}

#home-link:hover svg {
  transform: translateX(5px);
}

/* --- SECOND HERO SECTION --- */
.second-hero {
  padding-top: 80px;
}
.second-hero .container {
  border-radius: 60px;
  border: 2px solid rgba(9, 109, 159, 0.4);
  position: relative;
  padding: 50px 0;
}

.second-hero-content h1 {
  color: #00324b;
  text-align: center;
  font-size: 50px;
  font-style: italic;
  font-weight: 700;
  line-height: 116%; /* 83.52px */
  letter-spacing: -2.16px;
  margin: 0;
}

.hero-tree {
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(60px, 8vw, 100px);
  height: auto;
  max-width: 100px;
  object-fit: contain;
  object-position: center;
  z-index: 1;
}

.hero-tree img {
  width: 80px;
  height: auto;
}

.page-id-76 .container.basic-content {
  max-width: 700px;
  border-radius: 60px;
  border: 2px solid rgba(9, 109, 159, 0.4);
  padding: 50px;
  margin-top: 60px;
}

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

.hero-section {
  padding: 80px 0;
}

.hero-section .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.hero-left {
  align-self: stretch;
  display: flex;
  width: 50%;
}

.hero-right {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  justify-content: center;
  gap: 30px;
  width: 50%;
  border-radius: 60px;
  border: 2px solid rgba(9, 109, 159, 0.4);
  padding: 20px;
}

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

.hero-right h1 {
  color: #046;
  font-size: 37px;
  font-style: italic;
  font-weight: 700;
  line-height: 116%;
  letter-spacing: -1.56px;
  font-family: droid-serif, serif;
  width: 88%;
  margin: 0 auto;
}

header .mobile-nav .social-icons a {
  color: #47d147;
  transition: 0.25s ease-in;
}

.nav-mobile a {
  color: #272f72;
}

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

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

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

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

/* Hero Form */
.hero-form {
  background: rgba(255, 255, 255, 0.95);
  padding: 0;
  max-width: 600px;
  text-align: left;
}

.at-form-submit {
  padding: unset !important;
}

.hero-form input[type="submit"] {
  width: 95%;
  padding: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  float: unset !important;
  font-size: 1.2rem;
  cursor: pointer;
  margin-top: 30px;
  border-radius: 40px;
  background-color: #32e0ed;
  border: none !important;
  color: #046 !important;
  cursor: pointer;
  transition: 0.3s ease;
}

.hero-form input[type="submit"]:hover {
  background-color: #046 !important;
  color: #fff !important;
}

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

.FastAction {
  display: none !important;
}

.header-top #menu-header a:hover::after,
#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,
#menu-header-2 a::after {
  display: block;
  content: "";
  border-bottom: solid 3px #47d147;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 250ms ease-in-out;
}

.header-top #menu-header a {
  color: #046;
  display: inline-block;
  padding: 7.5px 10px;
  transition: 0.3s ease;
  text-transform: uppercase;
  text-decoration: transparent;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
}

.header-top #menu-header a:first-of-type,
.header-top #menu-header-spanish a:first-of-type {
  margin-left: 10px;
}

.UpdateMyProfile {
  display: none !important;
}

.at-checkbox-title {
  color: #046 !important;
  font-size: 14px !important;
}

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

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 1 !important;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #272f72 !important;
}

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

.mobile-nav {
  display: none;
  padding-top: 90px;
  position: absolute;
  top: 0;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

  height: fit-content;
  gap: 10px;
}

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

.hamburger:hover {
  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;
}

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 *,
#menu-header-spanish * {
  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%;

  margin: 0 auto;
}

#menu-header,
#menu-header-spanish {
  gap: 10px;
}

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

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

.header-top .menu-wrap {
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  display: flex;
  gap: 0px 15px;
  flex-wrap: wrap;
  height: fit-content;
  margin-top: 10px;
}

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

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

/* --- DONATE BUTTON IN HEADER --- */
.donate-header-btn {
  display: inline-block;
  padding: 7.5px 15px;
  border: 2px solid #ef3e43;
  text-transform: uppercase;
  background-color: #ef3e43;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.donate-header-btn:hover {
  color: #fff;
  background: #272f72;
  border: 2px solid #272f72;
}

.ngp-form input {
  border-radius: 40px !important;
  border: 1px solid rgba(0, 68, 102, 0.5) !important;
  font-family: "Urbanist", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  padding-left: 10px !important;
  color: #046 !important;
  line-height: 120%;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  text-indent: 10px !important;
}

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

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

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

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

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

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

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

.header-top .header-logo {
  position: relative;
  z-index: 9000;
  transition: 0.25s ease-in-out !important;
}

#header-logo-link {
  z-index: 1000000;
}

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

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

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

input[type="checkbox"]:checked + span:before {
  background-color: #046 !important;
  border-color: #046 !important;
  top: 6px !important;
}

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

/* --- MEET Lisa SECTION --- */
.meet-section {
  padding: 80px 0px;
}

.container.meet-container {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
  align-items: center;
}

.meet-img-container {
  flex: 1;
}

img.meet-section-image {
  height: auto;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.meet-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.meet-content h2 {
  color: #046;
  font-family: droid-serif, serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 700;
  line-height: 116%;
  letter-spacing: -1.56px;
  margin-top: 0;
  margin-bottom: 0;
}

.meet-content h2::after {
  content: "";
  display: block;
  width: 77%;
  height: 9px;
  margin-top: 3px;
  background-image: url("images/single_blue.svg");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.meet-content p {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

#learn-more {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-top: 20px;
  width: fit-content;
  text-align: center;
  background-color: #fff;
  padding: 10px;
  border: 2px solid #046;
  transition: 0.3s ease-in-out;
  border-radius: 40px;
}

#learn-more span {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #046;
  width: 165px;
  transition: 0.3s ease-in-out;
}

#learn-more:hover {
  background-color: #046;

  border: 2px solid #046;
}

#learn-more:hover span {
  color: #fff;
}

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

.donation-section.non-home-page {
  padding: 60px 0px;
}
.donation-container {
  border-radius: 60px;
  padding: 30px;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.donate-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.donation-section .disclaimer {
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-style: normal;

  width: 85%;
  color: #fff;
  text-align: center;
  font-weight: 400;
}

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

.donate-btn {
  background: #fff;
  border-radius: 40px;
  border: 2px solid #046;
  text-align: center;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  color: #046;
  width: calc((100% - 12px) / 2);
  text-transform: capitalize;
}

.donate-title {
  color: #fff;

  font-family: droid-serif, serif;
  font-size: 43px;
  font-style: italic;
  font-weight: 700;
  line-height: 116%; /* 60.32px */
  letter-spacing: -1.56px;
  width: 50%;
  margin: 0;
}

.donate-disclaimer {
  color: #fff;
  width: 60%;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  letter-spacing: 0.18px;
}

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

.donate-btn.btn-donate {
  color: #fff;
  background-color: #046;
  width: 100%;
  border: 2px solid #046;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 40px;
}

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

/* --- MEET DIANA PAGE --- */

.meet-page-container {
  padding-top: 80px;
}

.meet-top-content,
.meet-bottom-content,
.meet-block-5-content {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: center;
}

.meet-block-5-content {
  padding-top: 30px;
}

.meet-top-image img,
.meet-middle-image img,
.meet-bottom-image img,
.meet-block-4-image img,
.meet-block-5-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.meet-middle-content,
.meet-block-4-content {
  display: flex;
  flex-direction: row-reverse;
  gap: 80px;
  align-items: center;
  padding: 30px 0px;
}

.meet-top-content-text h2,
.meet-bottom-content-text h2,
.meet-middle-content-text h2,
.meet-block-4-content-text h2,
.meet-block-5-content-text h2 {
  color: #046;
  font-size: 30px;
  font-weight: 800;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.24px;
  margin-top: 0;
}

.meet-top-content-text p,
.meet-bottom-content-text p,
.meet-middle-content-text p,
.meet-block-4-content-text p,
.meet-block-5-content-text p {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.meet-top-images {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-evenly;
  padding-top: 30px;
  flex-wrap: wrap;
}

.meet-bottom-gallery {
  background-color: #cce9ff;
  padding: 80px 0;
}

.meet-bottom-gallery .container {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.meet-bottom-gallery img {
  width: 32%;
  height: auto;

  object-fit: cover;
}

.meet-bottom-content-text,
.meet-top-content-text,
.meet-middle-content-text,
.meet-block-4-content-text,
.meet-block-5-content-text {
  flex: 1;
}

.meet-bottom-image,
.meet-top-image,
.meet-img-container,
.meet-middle-image,
.meet-block-4-image,
.meet-block-5-image {
  flex: 1;
}

/*Issues Page*/
.issues-container {
  padding-top: 60px;
}

.issues-list {
  display: flex;
  gap: 20px;
}

.issue-item {
  border-radius: 40px;
  width: calc((100% - 20px) / 3);
  padding: 20px;
  display: flex;
  text-decoration: none !important;
}

.issue-item:nth-child(odd) {
  background: #47d14729;
  border: 2px solid transparent;
}

.issue-item:nth-child(odd):hover {
  border: 2px solid #47d147;
}

.issue-item:nth-child(even) {
  background: #32e0ed29;
  border: 2px solid transparent;
}

.issue-item:nth-child(even):hover {
  border: 2px solid #32e0ed;
}

.issue-item-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  text-decoration: none;
}

.issue-item-wrapper h3 {
  color: #002437;
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.issue-item-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 0px;
}

.issue-item:hover {
  text-decoration: none !important;
}

/* --- 404 --- */
.error-page-wrapper {
  background-image: url(/wp-content/themes/blueprintinteractive/images/404_bkg.png);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-template-404 .site-header {
  position: absolute;
}

.page-template-404 footer {
  display: none;
}

.error-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.error-container h3 {
  color: #fff;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  line-height: 116%;
  letter-spacing: -1.56px;
  text-align: center;
}

.error-container a {
  border: 2px solid #fff;
  color: #fff;
  font-size: 20px;
  padding: 10px 20px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  border-radius: 40px;
  text-transform: uppercase;
}

.error-container a:hover {
  background-color: #046;
  color: #fff;
  border: 2px solid #046;
}

.spanish-toggle {
  display: inline-block;
  padding: 7.5px 15px;
  border: 2px solid #272f72;
  text-transform: uppercase;
  background-color: #272f72;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.lang-toggle {
  color: #ffffff !important;
}

.spanish-toggle:hover {
  background-color: #ffffff !important;
}

.spanish-toggle:hover a {
  color: #272f72 !important;
}

/* --- FOOTER --- */
footer {
  background: url(/wp-content/themes/blueprintinteractive/images/footer_bkg.png)
    no-repeat;
  background-position: bottom;
  min-height: 500px;
  background-size: cover;
  border-radius: 80px 80px 0 0;
  padding: 0px 0px 0px;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  display: flex;
}

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

footer a:hover {
  color: #47d147;
  text-decoration: underline;
  text-decoration-color: #47d147;
  transition: 0.5s ease-in-out;
}

footer .social-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 33.33%;

  padding-top: 5px;

  justify-content: center;
  max-width: 200px;
  padding-top: 5px;
  gap: 5px 20px;
}

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

footer .social-icons a:hover {
  color: #47d147 !important;
}
.substack-icon {
  width: 28px;
  padding-top: 5px;
  height: auto;
  object-fit: cover;
}

.substack-icon:hover {
  transition: 0.25s ease-in-out;
  filter: brightness(0) saturate(100%) invert(46%) sepia(56%) saturate(7226%)
    hue-rotate(125deg) brightness(92%) contrast(97%);
}

.footer-disclaimer {
  padding: 10px;
  border: 1px solid #fff;
  text-transform: uppercase;
  max-width: 300px;
  margin-top: 12px;
  width: 33.33%;
}

.footer-disclaimer {
  font-size: 12px;

  color: white;
}

.footer-link {
  margin-right: 5px;
}

.privacy {
  width: 33.33%;
  display: flex;
  width: 200px;
  font-size: 14px;
  justify-content: flex-end;
}

.footer-content-container .social-icons a {
  color: #fff;
}

.footer-top-right.desktop-only {
  display: flex;
  flex-direction: column;
  gap: 120px;
  align-items: flex-end;
}

.footer-top a {
  text-decoration: none;
}

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

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

.footer-contact-container {
  margin-top: 50px;
}

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

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

.footer-top .menu-wrap .social-icons a {
  font-size: 25px;
  color: #539cd5;
  transition: 0.5s ease-in-out;
  margin: 0px;
  padding: 7.5px 10px;
}

.footer-content-container,
.footer-contact-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

  width: 90%;
  margin: 0 auto;
}

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

footer p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.footer-left a {
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
  padding-right: 5px;
}

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

footer .nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-logo img {
  width: 300px;
  border-radius: 0px;
  transition: transform 0.25s ease;
  transform-origin: center;
}

.footer-logo img:hover {
  transform: scale(1.1);
}

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

.footer-left a:hover {
  color: #ef3e43 !important;
  text-decoration-color: #ef3e43 !important;
  transition: 0.5s ease-in-out;
}

.footer-links a {
  color: #fff;
  text-transform: capitalize;
  margin-right: 5px;
  text-decoration: none !important;
  transition: color 0.3s ease;
}

.footer-links p {
  color: #fff;
  text-transform: uppercase;
}

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

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

.footer-top .menu-wrap a {
  transition: 0.25s ease-in-out;
  color: #fff;
  display: inline-block;
  padding: 7.5px 15px;
  transition: 0.3s ease;
  text-transform: uppercase;
  text-decoration: transparent !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
}

.header-donate a {
  color: #046 !important;
  border-radius: 40px;
  background: #32e0ed;
  border: 2px solid #32e0ed;
  padding: 10px 20px !important;
}

.header-donate a {
  margin-left: 0 !important;
}

.header-donate a:hover {
  color: #046 !important;
  background-color: #fff !important;
  border: 2px solid #046 !important;
  border-radius: 40px;
}

/* .header-donate:hover {
  background-color: #046;
  border: 2px solid #32e0ed !important;
  color: #32e0ed !important;
} */

.header-donate a::after {
  content: none !important;
}

.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;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 10px;
}

.footer-content-container {
  border-top: 1px solid #fff;
  padding-top: 10px;
}

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

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

.email-address {
  text-align: right;
}

.social-icons a {
  display: inline-block;
  margin: 0 10px;
  font-size: 25px;
  color: #47d147;
  transition: 0.5s ease-in-out;
}

.social-icons a:hover {
  color: #272f72 !important;

  text-decoration-color: #47d147 !important;
  transition: 0.5s ease-in-out;
}

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

.hero-form {
  background: none;
}

.at-form {
  background: none;
}

.at-markup.HeaderHtml,
.at-markup.FooterHtml {
  display: none !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;
  width: 90%;
  flex-direction: row;
  justify-content: space-between;
  margin: 0px auto;
  align-items: center;
}

.header-logo {
  height: auto;
  object-fit: contain;
  transition: transform 0.25s ease;
  transform-origin: center;

  width: 220px;
  border-radius: 0px;
  margin-right: 30px;
}

#header-logo-link {
  top: 10px;
  left: 20px;
}

.video-section .text {
  border: 2px solid #539cd5;
  padding: 20px;
  background: #539cd505;
}

.video-section .inner {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.video-section iframe {
  /* border: 4px solid #ef3e43 */
}

.video-section {
  padding-top: 30px;
  padding-bottom: 50px;
}

.video-section .inner > * {
  width: calc(50% - 40px);
  min-width: 280px;
  flex-grow: 1;
}

.video-section .text {
  text-align: center;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: droid-serif, serif;
  font-style: italic;
}

span,
ul,
li,
p,
strong,
em,
ol,
* {
  font-family: "Urbanist", 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;
}

.SmsLegalDisclaimer * {
  color: #046;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.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 .basic-page-wrapper a,
.basic-page-wrapper a {
  color: #046;
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}

.basic-page-wrapper .container a:hover {
  color: #47d147;
  text-decoration: underline;
}

.basic-hero-container {
  background-color: #272f72;
  padding: 30px 0;
}

.basic-hero-container .container {
  position: relative;
}

.basic-hero-container .container .underline {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.basic-hero-container .container .underline img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.basic-content {
  padding: 60px 0;
}

/* Endorsements Page */

.endorsements-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  margin: 50px 0;
}

.endorsement-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 60px;
  border: 1px solid rgba(9, 109, 159, 0.5);
  padding: 20px;
  width: calc((100% / 5) - 15px);
}

.endorsement-item-image {
  width: 100%;
  height: 100%;
}

.endorsement-item-image img {
  width: 100%;
  height: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 32px;
}

.endorsement-item-content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.endorsement-item-content h3 {
  color: #002437;

  text-align: center;
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0px;
  text-align: center;
}

.endorsement-item-content p {
  font-size: 17px;
  font-weight: 400;
  color: #002437;
  margin: 0px;
  text-align: center;
}

.organization-container {
  margin-top: 50px;
}

.organization-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-top: 50px;
}

a.organization-item,
div.organization-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  border-radius: 60px;
  border: 1px solid rgba(9, 109, 159, 0.5);
  padding: 20px;
  transition: all 0.3s ease-in-out;
  width: calc((100% / 5) - 15px);
}

a.organization-item img,
div.organization-item img {
  width: 100%;
  height: auto;
  border-radius: 32px;
  background: rgba(0, 68, 102, 0.1);
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.basic-page-wrapper .org-header {
  color: #00324b;
  text-align: center;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -1.26px;
}

a.organization-item h3,
div.organization-item h3 {
  color: #002437;

  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin: 10px 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

a.organization-item:hover img {
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

a.organization-item:hover {
  text-decoration: none !important;
}

/* --- 404 --- */

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

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