/*
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.tk-logo {
  width: 300px;
  height: auto;
}

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

.home .header-logo,
.tk-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 {
  color: var(--Navy, #232060);
  text-transform: uppercase;
  font-family: "Bebas Kai";
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -1px;
}

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: "proxima-nova", sans-serif;
  margin: 0;
  padding: 0;
}

#meet-link {
  color: var(--Red, #ae1e52);
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: unset;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px 20px;
  border: 2px solid var(--Red, #ae1e52);
}

#meet-link:hover {
  background-color: var(--Red, #ae1e52);
  border: 2px solid var(--Red, #ae1e52);
  color: white;
  text-decoration: none;
  transition: 0.5s ease-in-out;
}

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

.at input[type="text"]:focus,
.at input[type="password"]:focus,
.at input[type="date"]:focus,
.at input[type="datetime"]:focus,
.at input[type="datetime-local"]:focus,
.at input[type="month"]:focus,
.at input[type="week"]:focus,
.at input[type="email"]:focus,
.at input[type="number"]:focus,
.at input[type="search"]:focus,
.at input[type="tel"]:focus,
.at input[type="time"]:focus,
.at input[type="url"]:focus,
.at input[type="color"]:focus,
.at textarea:focus {
  box-shadow: unset !important;
  border-bottom-color: var(--Red, #ae1e52) !important ;
}

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

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

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

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

a {
  color: var(--Navy, #232060);
  transition: 0.25s ease-in-out;
}

a:hover {
  color: var(--Red, #ae1e52);
}

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

.mobile-tk-img {
  display: none;
}
#closebtn svg {
  width: 80px;
  height: 80px;
}

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

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

#takeover #closebtn {
  position: absolute;
  top: 0;
  right: 0;

  cursor: pointer;
}

.takeoverleft {
  max-width: 700px;
  position: absolute;
  top: 8%;
  left: 5%;
}

.takeoverleft h1 {
  color: var(--Navy, #232060);
  font-family: "bebas-kai", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 79.2px */
  letter-spacing: -1px;
  margin-bottom: 0px;
}

.tk-subtitle {
  color: #333;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

.tk-donation-buttons a {
  flex: 1 1 calc(50% - 5px);
  text-align: center;
  text-decoration: none;
  background: var(--Red, #ae1e52);
  color: #fff;
  border: 2px solid var(--Red, #ae1e52);
  padding: 20px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tk-donation-buttons a:hover {
  background: #fff;
  color: var(--Red, #ae1e52);
  border: 2px solid var(--Red, #ae1e52);
  transition: 0.5s ease-in-out;
}

.tk-donation-buttons .disclaimer {
  color: #333;
  font-style: normal;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  display: flex;
  align-items: center;
}

#home-link {
  color: var(--Red, #ae1e52);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: unset;
  display: inline-flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 40px;
  border: 2px solid var(--Red, #ae1e52);
  background-color: transparent;
  width: 100%;
  padding: 20px;
  text-transform: uppercase;
}

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

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

.header-hero-wrapper {
  background-size: cover;
  background-repeat: no-repeat;

  position: relative;
}

.wave-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  height: 67px;
  z-index: 100000;
  bottom: 32px;
}
.wave-bottom svg {
  display: block;
  width: 100%;
  height: 100px;
}

.front-page-hero,
.default-hero {
  background-image: url(/wp-content/themes/blueprintinteractive/images/carol_hero.png);
  min-height: 950px;
  background-position: center;
  z-index: 300;
}

.meet-page-hero {
  background-image: url(/wp-content/themes/blueprintinteractive/images/purple_carol.png);
  min-height: 500px;
  background-position: 77% top;
}

.privacy-page-hero {
  background-image: url(/wp-content/themes/blueprintinteractive/images/privacy_hero.png);
  min-height: 500px;
  background-position: 77% top;
}

.basic-page-hero {
  background-image: url(/wp-content/themes/blueprintinteractive/images/purple_basic.png);
  min-height: 350px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-template-page-news .body-container {
  background-position: top;
}

.hero-right {
  padding: 40px 0px;
}

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

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

.header-top .spanish-toggle {
  padding: 0 20px;
}

.spanish-toggle a:hover {
  color: var(--Red, #ae1e52) !important;
  transition: 0.25s ease-in;
}

header .mobile-nav .social-icons a,
.nav-mobile a,
.mobile-nav .spanish-toggle a {
  color: var(--Navy, #232060);
  transition: 0.25s ease-in;
}

header .mobile-nav .social-icons a:hover {
  transition: 0.25s ease-in;
  color: var(--Red, #ae1e52) !important;
}

.nav-mobile a:hover,
.nav-mobile .spanish-toggle a:hover {
  padding: 10px 20px;
  color: var(--Red, #ae1e52) !important;
  transition: 0.25s ease-in;
}

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

.hero-section h1 {
  font-family: "bebas-kai", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 79.2px */
  letter-spacing: -1px;
  color: #fff;
  width: 60%;
}

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

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

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

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

.hero-form input[type="submit"] {
  float: left;
  padding: 10px 20px;
  text-transform: uppercase;
  background-color: var(--Red, #ae1e52) !important;
  font-weight: 400;
  letter-spacing: 1.8px;
  color: white !important;
  border: 2px solid transparent !important;
  font-size: 1.2rem;
  cursor: pointer;
}

.hero-form input[type="submit"]:hover {
  background-color: white !important;
  color: var(--Red, #ae1e52) !important;
  border: 2px solid var(--Red, #ae1e52) !important;
  transition: 0.5s ease-in-out;
}

.at .checkbox-list-label {
  color: #fff !important;
  margin-top: 20px !important;
}

/* --- MEET CAROL SECTION --- */
.meet-section {
  background-color: #f4f4fb;
  position: relative;
}

.purple-wave {
  width: 100%;
  position: absolute;
  bottom: -65px;
  height: 120px;
  left: 0;
}

.white-wave {
  width: 100%;
  position: absolute;
  top: -78px;
  height: 100px;
  left: 0;
  z-index: 500;
}

.white-bottom {
  width: 100%;
  position: absolute;
  top: 0px;
  height: 100px;
  left: 0;
  z-index: 500;
}

.lavender-wave {
  width: 100%;
  position: absolute;
  top: -99px;
  height: 75px;
  left: 0;
  z-index: 500;
}

.meet-section .container {
  display: flex;
  padding: 50px 0px;
}

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

.meet-image {
  flex: 1;
  z-index: 100;
}

.meet-content {
  flex: 1;
  z-index: 100;
}

.meet-image img {
  height: auto;
  width: 85%;
  object-fit: contain;
}

/* #menu-header a:hover,
#menu-header-2 a:hover,
#menu-header-spanish a:hover,
#menu-header-spanish-2 a:hover {
  color: white !important;
} */

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

.FastAction {
  display: none !important;
}

.header-top #menu-header a,
.header-top #menu-header-spanish a {
  display: inline-block;
  padding: 7.5px 18px;
  transition: 0.3s ease;
  text-transform: uppercase;
  text-decoration: transparent;
}
.header-top .menu-wrap .social-icons a:hover,
.header-top #menu-header a:hover,
.header-top #menu-header-spanish a:hover {
  color: #d72465;
}

.header-top #menu-header li:nth-child(4) > a,
.header-top #menu-header-spanish li:nth-child(4) > a {
  border-right: 1px solid #959191;
}

.header-top #menu-header li:nth-child(1) > a,
.footer-top .menu-wrap li:nth-child(1) > a,
.header-top #menu-header-spanish li:nth-child(1) > a {
  border-left: unset;
}

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

  transition: 0.5s ease-in-out;
  opacity: 1 !important;
  color: var(--Black, #231f20) !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: var(--Red, #ae1e52) !important;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: var(--Red, #ae1e52) !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 {
  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-top .menu-wrap .social-icons a {
  color: #ffffff;
  border-right: 1px solid #959191;
  padding: 8px 13px;
  font-size: 20px;
}

.header-top #menu-header a,
.header-top #menu-header-spanish a {
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
  border-left: 1px solid #959191;
  font-size: 16px;
}

.spanish-toggle a {
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
}

.social-icons a:hover {
  transition: 0.5s ease-in-out;
  color: var(--Red, #ae1e52);
}

footer .donate-footer-btn {
  padding: 24px 43px !important;
  border-left: unset !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;
}

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

#menu-header-1,
#menu-header-2,
#menu-header,
#menu-header-spanish,
#menu-header-spanish-1,
#menu-header-spanish-2 {
  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,
#menu-header-spanish-1 ul,
#menu-header-spanish-2 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;
  flex-wrap: wrap;
}

.mobile-nav a {
  font-size: 18px !important;
  text-transform: uppercase;
  font-weight: 700;
}

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;
  flex-wrap: wrap;
}

.ngp-form input {
  background: transparent !important;
  font-family: "proxima-nova", 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-bottom: 2px solid white !important;
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
}

.at .error small.error,
.checkbox-list-required-text.at-red {
  color: #f4f4fb !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;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

footer p {
  font-family: "proxima-nova", sans-serif;
  color: var(--Navy, #232060);
  margin: 1px 0px;
}

footer a {
  font-family: "proxima-nova", sans-serif;
  color: var(--Navy, #232060);
  text-decoration: none;
  transition: 0.5s ease-in-out;
  padding-right: 5px;
}

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

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

.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 {
  padding: 70px 0px;
}
.why-running,
.body-container {
  background-image: url(/wp-content/themes/blueprintinteractive/images/basic_bkg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.why-running h2 {
  font-family: "bebas-kai", sans-serif;
  color: var(--Navy, #232060);
  font-size: 47px;
  font-style: normal;
  font-weight: 700;
  line-height: 161.8%; /* 76.046px */
  letter-spacing: -0.94px;
}

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

.why-text {
  flex: 1;
}

.why-text h3 {
  color: #7e7e7e;
  font-family: "proxima-nova", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 10px;
}

.why-text p {
  color: #333;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;

  margin-top: 0;
}

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

.why-carol,
.susan-img {
  object-fit: cover;
  height: auto;
}

.why-carol {
  width: 100%;
}

.susan-img {
  margin-top: -61px;
  width: 55%;
}

.why-icon-text {
  display: flex;

  align-items: center;
  position: relative;
}

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

a.nav-logo {
  margin-left: 10px;
}

.header-top .header-logo {
  margin-top: 18px;
  padding-left: 10px;
  padding-bottom: 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;
  margin-top: 20px !important;
}

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

.at input[type="checkbox"] + span:after {
  top: 1px !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: white;
  color: var(--Navy, #232060);
  border: 2px solid white;
}

.at input[type="checkbox"]:hover + span:before {
  background: transparent !important;
  border-color: white !important;
  background-color: transparent !important;
}

input[type="checkbox"]:checked + span:before {
  background: transparent !important;
  border-color: white !important;
  background-color: transparent !important;
}

.meet-content h2,
.basic-page-wrapper h2,
.featured-endorsements h2 {
  color: var(--Navy, #232060);
  font-family: "bebas-kai", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin: 0px;
}

.basic-page-wrapper h2 {
  margin: 20px 0px;
  padding-top: 20px;
}

.meet-content h4 {
  color: var(--Red, #ae1e52);
  font-family: "proxima-nova", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 10px 0px;
}

.meet-text {
  padding-bottom: 20px;
}

.meet-content p {
  color: #333;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}

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

.donation-section .container {
  padding-top: 100px;
}
.donation-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: white;
  padding: 0px;
  position: relative;
  margin-bottom: 0px;
  min-height: 600px;
}

.donation-section h2 {
  color: var(--White, #fff);
  font-family: "bebas-kai", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -1px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
  text-align: center;
}

.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 {
  margin: 20px 0 0 !important;
  cursor: pointer;
  padding-left: 0px !important;
}

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

.mobile-donate {
  display: none;
}

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

/* --- MEET CAROL PAGE --- */

.page-template-meet-page .main-content,
.page-template-privacy-page .main-content {
  max-width: 1300px;
  width: 50%;
  margin: 0 124px 0px;
}

.second-hero.meet-hero {
  background-image: url(/wp-content/themes/blueprintinteractive/images/meet_hero.png);
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.circle-carol {
  display: none;
  width: 100%;
  height: auto;
}

.body-container .basic-page-wrapper.container {
  width: 50%;
  max-width: 1300px;
  margin: 0 124px 70px;
}

.basic-page-wrapp

/* --- FOOTER --- */
footer {
  background: #ffffff;
  padding: 0px 0 60px 0;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

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

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

.footer-logo img {
  max-width: 220px;
  margin-left: 30px;
  padding-top: 10px;
}

.footer-address {
  font-family: "proxima-nova", sans-serif;
  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;
  background: rgba(0, 0, 0, 0.8);
}

body {
  position: relative;
}

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

.footer-links p {
  font-family: "proxima-nova", sans-serif;
  color: var(--Black, #231f20);
  text-transform: uppercase;
}

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

.footer-top .menu-wrap a {
  font-family: "proxima-nova", sans-serif;
  color: var(--Navy, #232060);
  font-weight: 700;
  letter-spacing: 1px;
  border-left: 1px solid #959191;
  font-size: 16px;
  transition: 0.25s ease-in-out;
  display: inline-block;
  padding: 7.5px 17px;
  text-transform: uppercase;
}
.footer-top .menu-wrap a:hover {
  color: var(--Red, #ae1e52);
}

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

.social-icons a {
  display: inline-block;
  transition: 0.5s ease-in-out;
}

.donate-footer-btn:hover {
  background-color: white !important;
  color: var(--Red, #ae1e52) !important;
  transition: 0.5s ease-in-out;
  text-decoration: none !important;
  border: 2px solid white !important;
}

.footer-content .spanish-toggle a {
  padding: 10px 25px;
}

.basic-page-wrapper p {
  color: #333;
  font-family: "proxima-nova", sans-serif;
  margin-top: 0px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.basic-page-wrapper li,
span,
em {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.4;
}

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

.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: #333;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}

/* --- DONATE BUTTON IN FOOTER --- */
.donate-footer-btn {
  display: inline-block;
  padding: 26px 40px;
  background-color: var(--Red, #ae1e52);
  border: 2px solid var(--Red, #ae1e52);
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
}

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

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

header a {
  font-family: "proxima-nova", sans-serif;
  text-decoration: none;
}

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

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

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

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

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

.inner.basic h1 {
  font-family: "bebas-kai", sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: 60px;
  font-style: normal;
  padding-top: 30px;
  line-height: normal;
  margin-bottom: 0px;
}

.footer-disclaimer {
  color: var(--Navy, #232060);
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

.footer-links p {
  font-family: "proxima-nova", sans-serif;
  color: #333;
  padding-right: 15px;
  text-align: right;
  margin-bottom: 10px;
  width: fit-content;
  margin: 0 0px 0px auto;
}

.footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 20px;
  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 {
  color: var(--Navy, #232060);
  font-family: "proxima-nova", sans-serif;
  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;
}

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

.page-template-meet-page .basic-page-wrapper h2 {
  margin: 10px 0 20px 0;
  font-family: "bebas-kai", sans-serif;
  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;
}

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

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

/* --- ENDORSEMENTS --- */

.endorsement-section {
  width: 100%;
  padding: 80px 0;
}

.featured-endorsements.political-endorsements,
.featured-endorsements.organization-endorsements,
.featured-endorsements.community-endorsements {
  margin-bottom: 70px;
}

.featured-endorsements h2 {
  margin-bottom: 50px;
}

.endorsement-list-images {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.endorsement-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8%;
  justify-content: center;
}

.endorsement-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  padding-bottom: 20px;
  max-width: 200px;
}

img.endorsement-image {
  width: 200px;
  height: auto;
  object-fit: cover;
  max-height: 200px;
  border-radius: 5px;
}

.endorsement-name {
  padding: 10px 0 5px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.endorsement-title {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.endorsement-details {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.endorsement-item {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px 0;
  max-width: 200px;
  width: 30%;
}

/* News Feed */

.news-section,
.single-news-section {
  width: 100%;
  padding: 80px 0;
}

.news-feed {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 30px;
}

.news-title {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 10px;
}

.news-date {
  font-size: 16px;
  color: #666;
}

.news-publication {
  font-size: 18px;

  margin: 0 0 20px 0;
}

.news-preview {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 0;
}

.news-readmore {
  font-size: 16px;
  color: white;
  background-color: var(--Red, #ae1e52);
  padding: 10px 20px;
  transition: 0.3s ease;
  font-weight: 500;
  text-decoration: none;
  border: 2px solid var(--Red, #ae1e52);
  width: fit-content;
}

.news-readmore:hover {
  background-color: white;
  color: var(--Red, #ae1e52);
  border: 2px solid var(--Red, #ae1e52);
}

/*Privacy Policy*/

.second-hero.privacy-hero {
  background-image: url(/wp-content/themes/blueprintinteractive/images/privacy_hero.png);
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

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