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

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

.home .header-logo {
  cursor: default;
  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 {
  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: "Lora", serif;
  margin: 0;
  padding: 0;
  background-color: #ebebeb;
  color: #FB6F94;
}

#meet-link {
  color: #1A43BF !important;
  width: 220px;
  font-family: "dejanire-sans", sans-serif;
  ;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-decoration: unset;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

#meet-link span {
  color: #1A43BF !important;
  font-family: "dejanire-sans", sans-serif;
  ;
  font-weight: 600;
  letter-spacing: 1.8px;
}

.btn-at-primary {
  border-radius: 30px !important;
  font-family: "dejanire-sans", sans-serif !important;
}

input {
  font-family: "dejanire-sans", sans-serif !important;
}

a {
  color: #FB6F94;
}

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

.basic-page-wrapper h2 {
  margin-top: 20px;
  text-align: left;
  margin-bottom: 5px;
}

h2 {
  margin-top: 10px;
  color: #1e3451;
}

p,
ul,
li,
ol,
span {
  color: #484649 !important;
}

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

.hero-mobile {
  display: none;
}

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

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

/* --- HERO SECTION --- */
.home .hero-section,
.mobile-nav {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 300px;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 110px 0px 120px;
}


.home .hero-section .container {
  display: flex;
  flex-direction: row;
  width: 85%;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
}

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

/* .home .hero-section {
  min-height: 550px;
  padding-top: 150px;
} */
.meet-bottom img {
  width: 100%;
  object-position: top;
  height: auto;
  flex-grow: 1;
  max-height: 220px !important;
  margin-bottom: 20px;
  margin-top:0px;
  max-width: 100% !important;
  object-fit: cover;
}

.main-content-inner p a:hover {color:#1A40C3}

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

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

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

.nav-mobile a:hover {
  border-radius: 30px;
  padding: 10px 20px;
  ;
  background: #0D2059 !important;
  color: white !important;
  transition: 0.25s ease-in;
}

.nav-mobile a {
  border-radius: 30px;
  padding: 10px 20px;
  ;
}

.home .hero-section .container {
  height: fit-content;
  /* background-color: #1A40C3;; */
}

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

.hero-section h1 {
  font-size: 45px;
  font-weight: 700;
  max-width: 700px;
  line-height: 1.2;
  margin-bottom: 30px;
}

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

.hero-form input {
  width: 48%;
  padding: 12px;
  margin: 5px 1%;
  border: 1px solid #ccc;
  border-radius: 30px;
  font-size: 1rem;
  font-family: "Lora", 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: 250px;
  padding: 7px 14px;
  text-transform: uppercase;
  background: #FB6F94;
  color:#0D2059 !important;
  border: none;
  margin: 15px 0 0 0 !important;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  margin-top: 15px;
  border-radius: 30px;
  transition: background 0.3s ease-in-out;
}

#meet-link svg path {
  color: #1A43BF !important;
  fill: #1A43BF !important;
}

.meet-content a {
  border-radius: 30px;
  border: 2px solid var(--Blue, #1A43BF);
  padding: 5px 20px;
  color: #1A43BF;
  font-family: "Albert Sans";

  font-style: normal;

  line-height: 120%;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.why-text p {
  padding-left: 35px;
}



/* --- MEET crisanta SECTION --- */
.meet-crisanta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
}

.meet-crisanta .container,
.meet-crisanta-div .container,
.why-content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.meet-image {
  flex: 1;
}

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

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

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

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

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

#meet-link:hover {
  background-color: #1A43BF !important;
}

/* .page-template-meet-crisanta-php #menu-header .current-menu-item a:after ,.page-template-meet-crisanta-php #menu-header-2 .current-menu-item a:after {
  border-bottom: solid 2px #c2e2f1;  transform: scaleX(1);
  transform-origin: 0% 50%;
} */

/* .no-hero #menu-header a:after {
  border-bottom: solid 2px #FB6F94;
}

.home #menu-header a:after {
  border-bottom: solid 2px #c2e2f1;
} */

#menu-header a:hover #menu-header-2 a:hover {
  background: #0D2059 !important;
  color: white !important;
  border-radius: 20px;
}

.header-top #menu-header a,
.header a {
  transition: 0.25s ease-in-out;
}

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

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

.FastAction {
  display: none !important;
}

.header-top #menu-header a:hover {
  background: #0D2059 !important;
  color: white;
  transition: 0.25s ease-in-out;
  /* text-decoration: underline; */
}

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

.header-top #menu-header a:hover {
  color: white;
  background: #0D2059 !important
    /* text-decoration: underline; */
  ;
  transition: 0.25s ease-in-out;

}

.header-top #menu-header a {
  text-transform: uppercase;
}

.header-top #menu-header a {
  display: inline-block;
  padding: 7.5px 20px;
  border-radius: 30px;
}

.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: #c2e2f1 !important;
  background-color: #FB6F94 !important;
  border: 1px solid whitesmoke !important
}

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

.hamburger.is-active {
  background-color: #FB6F94 !important;
  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: #1A40C3;
  height: fit-content;
  gap: 10px;
}

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

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

.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner::before,
.hamburger:hover .hamburger-inner::after {
  background-color: #FB6F94 !important;
  transition: .25s ease-in-out !important;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {

  transition: .25s ease-in-out !important;
}

.header-top #menu-header a,
.no-hero .social-icons a {
  color: #FB6F94 !important;
}

.home .header-top #menu-header a,
.home .social-icons a {
  color: white !important;
}

#menu-header a:hover,
.social-icons a:hover {
  color: #FB6F94 !important;
  /* text-decoration: underline; */
  text-decoration-color: #FB6F94 !important;
  transition: .5s ease-in-out;
}

#menu-header a:hover,
.social-icons a:hover {
  color: #FB6F94 !important;
  /* text-decoration: underline; */
  transition: .5s ease-in-out;
  text-decoration-color: #FB6F94 !important;
  ;
}

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

header a:hover {
  color: #FB6F94 !important;
  transition: 0.5s ease-in-out;
  transition: .5s ease-in-out;
}

html {
  scroll-behavior: smooth;
}

.page-template-meet-crisanta #menu-header .current-menu-item a {
  background: #0D2059 !important;
  color: white;
  transition: 0.25s ease-in-out;
  display: inline-block;
  padding: 7.5px 25px;
  border-radius: 30px;
}

.page-template-meet-crisanta #menu-header .current-menu-item a {
  background: #0D2059 !important;
  color: white;
  transition: 0.25s ease-in-out;
  display: inline-block;
  padding: 7.5px 25px;
  border-radius: 30px;
}

.page-template-meet-crisanta #menu-header .current-menu-item a,
.page-template-meet-crisanta #menu-header-2 .current-menu-item a {
  background: #0D2059 !important;
  color: white;
  transition: 0.25s ease-in-out;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 30px;
}

.page-template-meet-crisanta #menu-header-2 a {
  text-transform: uppercase;
}

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

.disclaim-social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.hero-left {
  width: 65%;
}

.hero-right {
  width: 35%;
}

.meet-image img,
.why-image img {
  width: 100%;
  height: auto;
  max-width: 600px;
  border-radius: 30px;
}

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

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

#menu-header {
  gap: 10px;
}

.meet-content {
  flex: 1;
}

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

.second-hero {
  border-bottom: 10px solid var(--Pink, #FB6F94);
  background: linear-gradient(90deg, #FFF 0%, #D9DFF2 100%);
}

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

header .menu-wrap {

  padding-left: 20px;
}

header {
  padding: 0px;
}

header .social-icons a {
  filter: drop-shadow(2px 4px 6px #1a43bf33);
}

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 {
  border-radius: 30px !important;
  border: 2px solid var(--Neutral-100, #FFF) !important;
  background: rgba(255, 255, 255, 0.20) !important;
  font-family: "Albert Sans";
  font-size: 16px;
  font-style: normal;
  padding-left: 10px !important;

  color: white !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-legal {font-size: 12px !important};

input::placeholder {
  font-family: "Albert Sans";
  font-size: 16px;
  color: rgba(216, 216, 216, 0.506) !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 120%;
  /* 24px */
  letter-spacing: 2px;
  text-transform: uppercase;
}

main {
  background: white;

}

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

footer p {
  color: white !important;
}

footer a {
  color: white !important;
  text-decoration: none;
}

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



.donation-section .disclaimer {
  font-size: 14px;
  margin-top: 20px;
  width: 90%;
  min-width: 320px;
  max-width: 400px;
}

body {
  background: #FB6F94;
}



.donation-section {
  padding: 30px;
  background-position: top !important;
  width: 100%;
  margin: 20px auto;
  border-radius: 0px;
  background-size: cover;
}

h3 {
  padding-top: 20px;
}

h1 {
  margin: 0px;
}

.meet-content h2,
.why-running h2 {
  font-size: 2.5rem;
  color: #FB6F94 !important;
  margin-bottom: 15px;
}

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

.meet-content p {
  font-size: 17px;
  line-height: 1.6;
}

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

.meet-crisanta img {    filter: brightness(.95);}

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



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

.why-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.why-text {
  flex: 1;
}

.why-text h3 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #484649;
  margin-bottom: 10px;
}

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

.why-text p {
  font-size: 17px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 25px;
}


.donation-buttons a {
  color: #FB6F94;
}

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

.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 {
  background-color: #FB6F94;
  color: white;
}

input[type=checkbox]:checked+span:before {
  background-color: #FB6F94 !important;
}

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

.meet-content h2 {
  text-align: left;
}

.why-image {
  flex: 1;
}

.why-image img {
  border-radius: 30px;
}

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

.donation-section h2 {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .5px !important;
  margin-bottom: 15px;
  padding-top: 5px;
  color: #1A40C3;
  padding-bottom: 10px;

}

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

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

.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: left;margin-top:20px;
  backdrop-filter: unset !important;
  overflow: hidden;
  background-color: white; padding: 0px !important;
  ;margin: 0px;
  border-radius:30px;
  /* Adjust padding to make space for SVG */
}



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

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

}

.at-form-submit:hover {
  background:  #0D2059;transition: .25s ease-in-out;

}
.at-form-submit {transition: .25s ease-in-out;margin-left:10px !important}

.at-form-submit::after {
  content: "";
  position: absolute;
  z-index: 0;
  fill: #0D2059;
  color:#0D2059 ;
  left: 110px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><mask id="mask0_8078_17" style="mask-type:alpha;" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24"></rect></mask><g mask="url(%23mask0_8078_17)"><path d="M14 18L12.6 16.55L16.15 13H4V11H16.15L12.6 7.45L14 6L20 12L14 18Z" fill="%230D2059"></path></g></svg>') no-repeat center center;
  background-size: contain;
  opacity: 1;
  transition: .25s ease-in-out;
  top: 20px;
}

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


.donate-btn {
  background: white;
  padding: 14px 24px;
  font-size: 1.2rem;
  filter: drop-shadow(2px 4px 4px #1a43bf34);
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  border: none;
  transition: 0.3s ease-in-out;
  color: #0D2059 !important;
}

.donation-section .disclaimer {
  color: #0D2059 !important;
}

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

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

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

.why-text img {
  width: 26px;
  height: auto;
  vertical-align: middle;
  margin-right: 9px;
  padding-bottom: 5px;
}

.why-text p {
  margin-top: 5px
}

.donate-btn.primary {
  background: #FB6F94;
  color: white;
}

.site-header {
  background-color: #1A40C3;
  position: relative !important;
}

/* --- FOOTER --- */
footer {
  background-color: #1A40C3;
  ;
  padding: 0px 0px 0px;
  color: white;
  text-align: center;
  width: 100%;
  margin: 0 auto;

}

.footer-content {
  padding: 15px 0px 30px;
  color: white;
  text-align: center;
  width: 95%;
  margin: 0 auto;
}

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


body,
html {
  background-color: #1A40C3;
}

.footer-content {
  margin: 0 auto;
}

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

.footer-bottom {
  border-top: 1px solid #FB6F94;
}

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

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

body {
  position: relative;
}

.footer-disclaimer {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

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

.footer-links a:hover {
  color: #FB6F94;
}

/* --- FOOTER SOCIAL MEDIA ICONS --- */
/* .social-icons {
  margin-top: 25px;
} */
.footer-top .menu-wrap a:hover {
  display: inline-block;
  background: #0D2059 !important;
  color: white;
  transition: 0.25s ease-in-out;

}

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

  border-radius: 30px;
}

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

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

.donate-footer-btn:hover {
  color: white !important;
  transition: 0.5s ease-in-out;
}

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

.meet-crisanta-div .meet-left {

  width: auto;
  min-width: 300px;
  width: 100%;
}

.meet-crisanta-div .meet-right img {
  border-radius: 30px;
  width: 47%;
  height: auto;
  max-width: 48%;
  height: 320px;
  object-position: top;
  object-fit: cover;
}

.meet-crisanta-div .meet-right {
  display: flex;
  flex-direction: row;
  ;

  align-items: center;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
  flex-wrap: wrap;
  max-height: fit-content;
  width: 100%;

}


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

#meet-link *,
#meet-link {
  transition: 0.25s ease-in-out;
}

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

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

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

.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 {
  padding-top: 50px;
  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;
}

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

.mobile-nav {
  border-bottom: 2px solid #FB6F94;
}

.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: 17px;
  line-height: 1.3;
}


footer {
  margin-top: -1px
}

/* --- DONATE BUTTON IN FOOTER --- */
.donate-footer-btn {
  display: inline-block;
  padding: 12px 40px;
  background: #FB6F94;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
  border-radius: 30px;
  transition: 0.3s ease;
}

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

.donate-footer-btn:hover {
  background: #0D2059 !important
}

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

.at-form-submit {
  width: fit-content;
  margin: 20px auto 0 0;
  padding-top: 0px;
}

.home header .social-icons a {
  color: white;
}

header a {
  text-decoration: none;
}

.at-form-submit input {
  background: white !important;
  color: #071f39 !important;
  border-color: #071f39 !important;
  margin-top: 7.5px !important;
}

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

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

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

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

.site-header {
  position: absolute;
  z-index: 10;
  padding-bottom: 12.5px;
}

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

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

h1 {
  text-align: left;
}

.hero-section h1 {
  color: white;
  margin-left: 10px;

}

h1 {
  font-family: "Agdasima", serif;
}

.second-hero h1 {
  color: var(--Navy, #0D2059);
  /* Hero */
  font-family: "Agdasima", serif;
  font-size: 76px;
  font-style: normal;

  line-height: 120%;
  /* 115.2px */
  letter-spacing: -0.96px;
}

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

.basic-page-wrapper h1 {
  font-size: 2.5rem;
}

.footer-disclaimer {
  border: 1px solid white;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 15px;
  max-width: 310px;
    padding: 5px 5px !important;
    line-height: 1.6 !important;

}

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

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

h3 {
  font-weight: 600;
  line-height: 30px;
  font-size: 24px;
  ;
}



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

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

h1 {
  font-size: 96px;
  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;
}

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

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

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

.SmsLegalDisclaimer * {
  color: #ebebeb !important;
}

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

.hero-section {
  display: none
}

.donation-section .disclaimer {
  font-family: "Albert Sans";
  font-size: 14px;
  font-style: normal;
  line-height: 22px !important;
  font-weight: 600;
  padding-bottom:7.5px;

}

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

.basic-page-wrapper h2 {
  margin-bottom: 20px;
}

.basic-page-wrapper p a:hover {
  /* text-decoration: underline; */
  text-decoration-color:#1A40C3;
  transition: .25s ease-in-out;
  color: #1A40C3 !important
}

.donation-section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  ;
}

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

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

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

.donation-section h2 {max-width: 650px;}

.menu-wrap .fa-instagram,.menu-wrap .fa-x-twitter {
	font-size: 27.5px !important;
}
.fa-x-twitter {margin-top:1px}
.menu-wrap .instagram,.mobile-nav .instagram {margin-top:1px;margin-right:14px;margin-left:20px}

.menu-wrap .social-icons {    display: flex
;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.mobile-nav .social-icons a {
	font-size: 28px !important; margin:0px 10px !important}

.social-icons a { vertical-align: middle;}
.mobile-nav .social-icons a.instagram {
	font-size: 31px !important;margin-right:13px !important}

.mobile-nav .social-icons a.x-twitter {
	font-size: 31px !important;
	margin-left:7px !important;margin-right:12px !important}

  footer .social-icons a {
    display: inline-block;
    margin: 0 10px;
    font-size: 27px;}

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