/*
Theme Name: BLUEPRINT INTERACTIVE Theme
Author: Blueprint Interactive
Author URI: https://blueprintinteractive.com
Description: Blueprint Interactive Custom Theme.
Version: 2.0
License: GNU General Public License
/* -------------------------------------------------------------- */
/* Normalize Reset 
-------------------------------------------------------------- */

* {
  box-sizing: border-box;
}

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

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

.home-link-logo {
  margin-right: 10px;
}

.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 {
  margin: 0;
  padding: 0;
}

#meet-link {
  color: var(--Blue, #3f63ae);
  width: 220px;

  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;

  letter-spacing: 1.8px;
}

.btn-at-primary {
  background-color: var(--Red, #ed1c24);
}

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

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

.basic-page-wrapper .container {
  width: 60%;
  max-width: 1300px;
  margin: 0 auto;
}

.basic-page-wrapper .container h2 {
  margin-top: 40px;
  margin-bottom: 0;
  color: var(--Black-50, #242424);
  font-family: futura-pt, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

p,
ul,
li,
ol,
span {
  color: var(--Black-100, #3e3e3e);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  word-break: break-word;
}

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;
  position: absolute;
}

header .mobile-nav .social-icons a {
  font-size: 18px;
  margin-top: 8px;
}

/* --- TAKEOVER --- */

.home {
  position: relative;
}

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

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

.takeoverleft .left-content .eyebrow {
  margin-bottom: 10px;
}

#takeover {
  position: relative;
  width: 85%;
  top: 8%;
  right: 0;
  left: 0;
  margin: 0 auto 50px;
  max-width: 1400px;

  z-index: 10000;
}

.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-mobile {
  display: none;
}

.tk-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}

.tk-graphic-container {
  padding-top: 70px;
  display: flex;
  justify-content: center;
}

img.tk-logo {
  width: 450px;
  height: auto;
}

#takeover .inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 50px;
}

.left-content .social-icons {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}

.left-content .social-icons a {
  margin-top: 5px;
}

.takeoverleft {
  width: 30%;
}

.takeoverleft .left-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.takeoverleft .left-content h2 {
  color: var(--Brand-Black, #160d0e);
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 30px;
  text-align: center;
}

.takeoverright {
  width: 60%;
}

.home-link-container {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  position: relative;
}

.home-link-container a {
  color: var(--Brand-Red, #cc0010);
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  transition: 0.4s ease;
  z-index: 10;
  transition: 0.4s ease;
  padding: 0 6px;
}

.home-link-container a:hover {
  text-decoration: underline;
  text-decoration-color: #cc0010;
  text-decoration-thickness: 3px;
  transition: 0.4s ease;
}

/* .home-link-container::after {
  content: "";
  position: absolute;
  top: 85%;
  left: 50%;
  height: 3px;
  width: 0%;
  background: #cc0010;
  transform-origin: center;
  transform: translateX(-50%);
  transition: width 0.4s ease;
}

.home-link-container:hover::after {
  width: 25%;
} */

.takeoverright .tk-video-container {
  width: 100%;
  aspect-ratio: 16 /9;
  display: flex;
  justify-content: center;
  /* background: url("/wp-content/themes/blueprintinteractive/images/video_frame.png")
    no-repeat;
  background-size: 100% 100%;
  padding: 13px; */
}

.takeoverright .tk-video-container iframe {
  width: 100%;
  height: auto;
  /* border: 5px solid var(--Brand-Brown, #b8a37a); */
}

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

.tk-disclaimer p {
  font-size: 14px;
  text-align: center;
  margin: 10px 0;
}
/* --- HERO SECTION --- */

.hero-section,
.meet-page-hero {
  background: url(/wp-content/themes/blueprintinteractive/images/meet_hero_bkg.png)
    no-repeat center center;
  background-size: cover;
  position: relative;
  height: 850px;
}

.hero-right-cutout {
  position: absolute;
  right: 10%;
  bottom: -5px;
}

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

.hero-right-cutout img {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: cover;
  border-radius: 0px;
}
.hero-left {
  position: relative;
  z-index: 10;
}
.hero-content {
  width: 550px;
  padding-top: 175px;
}

.hero-content h1 {
  color: var(--Brand-Black, #160d0e);
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0;
}

.hero-text {
  color: var(--Black-50, #242424);
  font-family: futura-pt, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 20px 0;
}

.hero-text::after {
  content: "";
  display: block;
  width: 10%;
  height: 5px;
  margin-top: 20px;

  background: #cc0010;
}

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

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

.nav-mobile a:hover {
  padding: 10px 20px;
  text-decoration: underline;
  text-decoration-color: #cc0010;
  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 {
  padding: 0;
  max-width: 600px;
  text-align: left;
}

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

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

.hero-form .ngp-form input[type="submit"] {
  width: 30%;
  padding: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  float: unset !important;
  font-size: 16px;
  cursor: pointer;
  margin-top: 30px;
  border: 2px solid #cc0010 !important;
  background-color: #cc0010 !important;
  color: #f5eedc !important;
  cursor: pointer;
  transition: 0.3s ease;
}

.hero-form .ngp-form input[type="submit"]:hover {
  background-color: #f5eedc !important;
  color: #cc0010 !important;
  border: 2px solid #cc0010 !important;
}

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

.FastAction {
  display: none !important;
}

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

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

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

.header-top #menu-header a {
  display: inline-block;
  padding: 7.5px 12px;
  transition: 0.3s ease;
  text-transform: uppercase;
  text-decoration: transparent;
  font-size: 15px;
  color: var(--Black-50, #242424);
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;

  letter-spacing: 1px;
}

.UpdateMyProfile {
  display: none !important;
}

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

.at input[type="checkbox"] + span:before {
  border: 1px solid #242424 !important;
  top: 8px !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: #242424 !important;
}

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

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

.donate-mobile-btn {
  background-color: #cc0010;
  color: #f5eedc;
  padding: 10px 20px;
  border-radius: 32px;
  border: 2px solid #cc0010;
  text-transform: uppercase;
  font-weight: 600;
  font-family: montserrat, sans-serif;
  text-decoration: none;
}

.donate-mobile-btn:hover {
  background-color: #f5eedc;

  color: #cc0010;
  border: 2px solid #cc0010;
}

.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: #f5eedc;
}

body {
  background-color: #f5eedc;
}

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

.meet-image {
  position: relative;
}

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

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

#menu-header {
  gap: 5px;
}

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

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

#menu-header-1 ul,
#menu-header-2 ul,
#menu-header 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;
  margin-left: 200px;
}

.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: 12px 32px;
  border-radius: 32px;
  border: 2px solid #cc0010;
  text-transform: uppercase;
  background-color: #cc0010;
  font-size: 15px;
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  color: #f5eedc;
  text-decoration: none;
  transition: 0.3s ease;
}

.donate-header-btn:hover {
  background-color: #f5eedc;
  color: #cc0010;
  border: 2px solid #cc0010;
}

.hero-form .ngp-form input {
  border: 1px solid #dacea9 !important;
  border-radius: 32px !important;
  background: #f5eedc !important;
  font-family: montserrat, sans-serif !important;
  font-size: 16px;
  font-style: normal;
  padding-left: 10px !important;
  color: #3e3e3e !important;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  text-indent: 10px !important;
}

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

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

.hero-form .at .error small.error {
  color: #cc0010 !important;
}

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

.hero-form input::placeholder {
  font-family: "Assistant", sans-serif !important;
  font-size: 16px;
  color: #3e3e3e !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 120%;

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

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

.header-top .header-logo {
  transition: 0.25s ease-in-out !important;
}

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

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

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

.hero-form input[type="checkbox"]:checked + span:before {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.hero-form .at input[type="checkbox"]:checked + span:after {
  background-color: transparent !important;
  color: #081714 !important;
}

.hero-form .at input[type="checkbox"] + span:after {
  top: 9px !important;
}

/*Non-Home HERO STYLES*/

.page-template-priorities-page .site-header,
.page-template-media-page .site-header,
.privacy-policy .site-header,
.page-template-default .site-header {
  position: relative;
}

.non-home-hero {
  background-color: #f5eedc;
  padding-top: 50px;
}

.non-home-hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.non-home-hero h1 {
  color: var(--Brand-Black, #160d0e);
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 80px */
  text-transform: uppercase;
  margin: 10px 0 0;
  position: relative;
  display: inline-block;
}

.non-home-hero h1::before,
.non-home-hero h1::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/blueprintinteractive/images/head_graphic.png")
    no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.page-template-media-page .non-home-hero h1::before,
.page-template-media-page .non-home-hero h1::after {
  width: 250px;
}

.page-template-media-page .non-home-hero h1::after {
  right: -200%;
}

.page-template-media-page .non-home-hero h1::before {
  left: -200%;
}

.non-home-hero h1::before {
  left: -90%;
}

.non-home-hero h1::after {
  right: -90%;
}

/*BASIC PAGE STYLES*/
.basic-page-wrapper {
  padding: 80px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: 700;
}

a {
  color: #a82618;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

/* --- LAUNCH VIDEO SECTION --- */

.launch-video-embed {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
  /* background: url("/wp-content/themes/blueprintinteractive/images/video_frame.png")
    no-repeat;
  background-size: 100% 100%;
  padding: 13px; */
}
.launch-video-section {
  padding: 50px 0;
  background: #f5eedc;
  position: relative;
}

.video-graphic {
  position: absolute;
}

.video-graphic img {
  width: 100%;
  height: 100%;
  max-width: 50px;
  object-fit: contain;
  object-position: center;
}

.video-graphic.graphic-one {
  top: 23%;
  left: 7%;
  transform: translateX(-50%);
}

.video-graphic.graphic-two {
  top: 23%;
  right: 7%;
  transform: translateX(50%);
}

.launch-video-embed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  /* border: 5px solid var(--Brand-Brown, #b8a37a); */
}

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

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

.meet-section-header,
.running-content-header {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.eyebrow {
  color: var(--Brand-Red, #cc0010);
  text-align: center;
  font-family: montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  margin: 0;
}

.meet-content {
  display: flex;
  justify-content: center;
  gap: 60px;
}

.meet-text {
  flex: 1;
}

.meet-section-header h2,
.running-content-header h2,
.donate-title,
.launch-video-content h2 {
  color: var(--Brand-Black, #160d0e);
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%; /* 56px */
  text-transform: uppercase;
  margin: 10px 0 0 0;
  text-align: center;
}

.meet-section-header h2::after,
.running-content-header h2::after,
.donate-title::after,
.launch-video-content h2::after {
  content: "";
  display: block;
  width: 50%;
  height: 5px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  background: #cc0010;
}

.launch-video-content h2::after,
.donate-title::after {
  width: 10%;
}

.meet-content p,
.running-content p {
  color: var(--Black-100, #3e3e3e);
  font-family: montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 145%;
}

.meet-text h2,
.running-item h3 {
  color: var(--Black-50, #242424);
  font-family: futura-pt, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
}

#learn-more {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  justify-content: center;
  margin-top: 30px;
  transition: 0.3s ease-in-out;
}
/* #learn-more p:hover {
  text-decoration: underline;
  text-decoration-color: #cc0010;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
} */

a#learn-more p {
  text-align: center;
  color: var(--Brand-Red, #cc0010);
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 0 6px;
  background-color: #f5eedc;
  transition: 0.3s ease-in-out;
}

#learn-more::after {
  content: "";
  position: absolute;
  top: 47%;
  left: 50%;
  height: 3px;
  width: 0%;
  background: #cc0010;
  transform-origin: center;
  transform: translateX(-50%);
  transition: width 0.4s ease;
}

#learn-more:hover::after {
  width: 50%;
}

/* --- RUNNING SECTION --- */

.running-section {
  padding-bottom: 60px;
  background-color: #f5eedc;
  position: relative;
}

.ohio-image-container {
  position: absolute;
  top: 10%;
  left: 12%;
}

.ohio-image-container img {
  width: 100%;
  height: 100%;
  max-width: 300px;
  object-fit: cover;
  object-position: center;
}

.running-content {
  padding-top: 80px;
}

.running-items {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  margin: 50px 0;
  text-align: center;
}

.running-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: calc(33.33% - 20px);
}

.running-item img {
  width: 50px;
  height: auto;
  object-fit: cover;
}

#running-more {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

#running-more p {
  color: var(--Black-50, #242424);
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 0 6px;
  background: #f5eedc;
  transition: 0.3s ease-in-out;
}

/* #running-more p:hover {
  text-decoration: underline;
  text-decoration-color: #242424;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
} */
#running-more::after {
  content: "";
  position: absolute;
  top: 47%;
  left: 50%;
  height: 3px;
  width: 0%;
  background: #242424;
  transform-origin: center;
  transform: translateX(-50%);
  transition: width 0.4s ease;
}

#running-more:hover::after {
  width: 20%;
}

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

.donation-section {
  background-color: #f5eedc;
  padding: 0px 0 60px 0;
}

.donation-section .container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid var(--Brand-Red, #cc0010);
  background: var(--Brand-Cream, #f5eedc);
  padding: 20px;
}

.donate-image {
  flex: 1;
}

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

.donate-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.donate-disclaimer {
  color: var(--Black-100, #3e3e3e);
  text-align: center;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  width: 70%;
  margin: 0 auto;
}

.donation-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  width: 70%;
  margin: 20px auto;
}

.donate-btn {
  border-radius: 32px;
  background: var(--Brand-Red, #cc0010);
  color: #f5eedc;
  text-align: center;
  padding: 14px 24px;
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  border: 1px solid var(--Brand-Red, #cc0010);
  width: calc((50% - 12px));
}

.donate-btn:hover {
  background-color: #f5eedc;
  color: var(--Brand-Red, #cc0010);
  border: 1px solid var(--Brand-Red, #cc0010);
}

/* --- MEET Kristina PAGE --- */

.meet-page-hero-content {
  padding-top: 200px;
  max-width: 600px;
  padding-left: 100px;
  position: relative;
  z-index: 10;
}

.meet-page-hero-image {
  position: absolute;
  bottom: -5px;
  right: 10%;
}

.meet-page-hero-image img {
  width: 100%;
  height: auto;
  max-width: 450px;
  object-fit: cover;
  object-position: center;
}

.meet-page-hero-content h2 {
  color: var(--Brand-Black, #160d0e);
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 80px */

  text-transform: uppercase;
  margin: 0;
}

.meet-page-hero-content h1 {
  color: var(--Brand-Red, #cc0010);
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 110px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%; /* 126px */

  text-transform: uppercase;
  margin: 0;
  margin-top: 20px;
}

.meet-page-hero-content h1::after {
  content: "";
  display: block;
  width: 92%;
  height: 100px;
  background-image: url("/wp-content/themes/blueprintinteractive/images/meet_after.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.meet-hero-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.meet-hero-left {
  width: 100%;
}

.meet-hero-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 20px 20px 0 0 #539cd5;
}

.meet-hero-subtitle {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: 0.2px;
}

.mobile-hero-content h1 {
  font-size: 40px;
  color: #081714;
  margin-bottom: 10px;
  margin-top: 0px;
  font-weight: 900;
}

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

.meet-top-content {
  display: flex;
  flex-direction: row-reverse;
  gap: 80px;
  align-items: center;
}

.meet-middle-content {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: center;
  padding: 60px 0;
}

.meet-top-image img,
.meet-middle-image img,
.meet-bottom-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.meet-bottom-content {
  display: flex;
  flex-direction: row-reverse;
  gap: 80px;
  align-items: center;
}

.meet-top-content-text h2,
.meet-middle-content-text h2,
.meet-bottom-content-text h2 {
  color: var(--Brand-Navy, #101d49);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
  letter-spacing: -1.2px;
  text-transform: uppercase;
  margin-top: 0;
}

.meet-top-content-text p,
.meet-middle-content-text p,
.meet-bottom-content-text p {
  color: var(--Black-100, #3e3e3e);
  font-family: montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 145%;
}

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

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

/* --- PRIORITIES PAGE --- */

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

.priorities-images {
  margin-bottom: 60px;
}

.priorities-images .container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.priorities-images-item-left {
  flex: 1;
  display: flex;
}

.priorities-images-item-right {
  flex: 1;
  display: flex;
}

.priorities-images-item-left img,
.priorities-images-item-right img {
  border-radius: 8px;
}

/* --- ACCORDION --- */
.accordion-section {
  padding: 80px 0;
}

.container.accordion-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 60%;
}

.accordion-item {
  padding: 20px;
  border-bottom: 2px solid var(--Brand-Beige, #dacea9);
}

.accordion-content {
  display: none;
}

.accordion-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion-header-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.accordion-title {
  color: var(--Black-50, #242424);
  font-family: futura-pt, sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: none;
}

.accordion-icon img,
.accordion-arrow img {
  width: 50px;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.accordion-arrow img {
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.accordion-arrow.flipped img {
  transform: rotate(180deg);
}

/* --- MEDIA PAGE --- */
.media-section {
  padding: 80px 0;
}

.media-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.media-image-container {
  position: relative;
  width: 350px;
  height: 350px;
  border: 4px solid transparent;
  transition: border 0.3s ease;
}

.media-image-container::before {
  content: "";
  position: absolute;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(248, 245, 237, 0.8) 0%,
    rgba(248, 245, 237, 0.8) 100%
  );
  z-index: 5;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.media-image-container:hover::before {
  opacity: 1;
}

.media-image-container:hover {
  border: 4px solid var(--Brand-Red, #cc0010);
}

.media-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-self: stretch;
}

.media-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
}

.download-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.media-image-container:hover .download-icon {
  opacity: 1;
}

.download-icon img {
  width: 50px;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
}

/* --- ENDORSEMENTS PAGE --- */
.endorsements-section {
  padding: 80px 0;
}

.organizations-section {
  padding-bottom: 80px;
}

.endorsements-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.endorsement-item {
  display: flex;
  flex-direction: row;
  flex: 1 1 calc(50% - 10px);
  gap: 20px;
  background-color: #eff4fa;
  border-radius: 4px;
  padding: 20px;
}

.endorsement-image-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.endorsement-photo {
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}

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

.endorsement-content h3 {
  color: #3e3e3e;
  text-transform: none;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
}

.endorsement-content h4 {
  color: var(--Red, #a82618);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.08px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
}
.endorsement-content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}

.endorsement-content .endorsement-quote {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.large-quote img {
  width: 100px;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.organizations-section h2 {
  color: var(--Brand-Navy, #101d49);
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1.02px;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}

.organizations-section h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 9px;
  margin: 30px auto;
  background: #ff7370;
}

.organization-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

.org-logo-item {
  flex: 0 0 calc((100% - 72px) / 4);
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.organizations-section .org-logo-item img {
  width: 100%;
  max-width: 200px;
  height: auto;
  object-fit: cover;
  object-position: center;
  transition: 0.3s ease-in-out;
}

/* --- 404 --- */

.page-template-404 .site-header {
  position: relative;
  background-color: #f5eedc;
  padding: 20px 0;
}

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

.error-page-wrapper .container {
  margin-top: 100px;
}

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

.error-container h5 {
  color: var(--Brand-Beige, #dacea9);
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
  letter-spacing: 1.44px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.error-container h2 {
  color: var(--Brand-Cream, #f5eedc);
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;

  margin: 0;
  text-transform: uppercase;
}

.back {
  border-radius: 32px;
  background: var(--Brand-Red, #cc0010);
  color: #f5eedc;
  text-align: center;
  padding: 14px 24px;
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  border: 1px solid var(--Brand-Red, #cc0010);
  margin-top: 20px;
}

.back:hover {
  background-color: #f5eedc;
  color: var(--Brand-Red, #cc0010);
  border: 1px solid var(--Brand-Red, #cc0010);
}

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

.footer-content {
  width: 90%;
  margin: 0 auto;
}

.logo-icon-top img,
.logo-icon-bottom img,
.tk-graphic-container img {
  width: 90%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.logo-icon-top {
  padding-bottom: 35px;
}

.logo-icon-bottom {
  padding-top: 35px;
}

.footer-top-right {
  display: flex;
  justify-content: space-between;
  color: #242424;
  padding-top: 50px;
  align-items: center;
}

.donate-footer-btn {
  border-radius: 32px;
  background: var(--Brand-Red, #cc0010);
  color: #fff;
  text-align: center;
  padding: 14px 24px;
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  border: 1px solid var(--Brand-Red, #cc0010);
}

.donate-footer-btn:hover {
  background-color: #fff;
  color: var(--Brand-Red, #cc0010);
  border: 1px solid var(--Brand-Red, #cc0010);
}

.footer-disclaimer {
  color: #fff;
  font-family: montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
  border: 1px solid #fff;
  padding: 10px;
}

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

.footer-top {
  flex-direction: column;
  display: flex;
  gap: 30px;
}

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

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

.footer-bottom-middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-right: 100px;
}

.footer-bottom-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}

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

.footer-left a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  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 {
  max-width: 600px;
  width: 100%;
  transition: transform 0.25s ease;
  transform-origin: center;
}

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

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

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

.footer-email a {
  color: #fff;
  font-size: 14px;
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  margin-top: 5px;
}

.footer-privacy {
  color: #fff;
  font-family: montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}

.footer-privacy a {
  color: #fff;
  font-size: 14px;
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  margin-right: 5px;
}

.footer-privacy a:hover {
  color: #cc0010;
  text-decoration-color: #cc0010 !important;
  transition: 0.3s ease-in-out;
}

.footer-email a:hover {
  color: #cc0010;
  text-decoration-color: #cc0010 !important;
  transition: 0.3s ease-in-out;
}

.footer-top .menu-wrap a:hover {
  transition: 0.3s ease-in-out;
}

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

.footer-top-right .social-icons a {
  color: #fff !important;
}

.footer-top-right .social-icons a:hover {
  color: #cc0010 !important;
}

.footer-top .menu-wrap a {
  color: #fff;
  font-family: montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  display: inline-block;
  padding: 7.5px 15px;
  transition: 0.3s ease;

  text-decoration: transparent !important;
}

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

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  align-items: center;
}

.footer-bottom-left {
  width: 25%;
  text-align: left;
}

.footer-bottom-left p,
footer p {
  color: #fff;
  font-family: montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}

.footer-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  color: #fff;
}

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

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

.footer-top-bottom .social-icons a:hover {
  color: #cc0010;
}

.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 {
  width: 250px;
  height: auto;
  position: absolute;
  transition: transform 0.25s ease;
  transform-origin: center;
  top: 15px;
  left: 30px;
}

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

strong {
  font-weight: 600;
}

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

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

.SmsLegalDisclaimer * {
  color: 33eE3E;
  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: #101d49;
  text-decoration: underline;
}

.basic-page-wrapper .container a:hover {
  color: #101d49;
}

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

/* --- 404 --- */

/* --- Endorsements --- */

.endorsements-page {
  padding: 80px 0;
}

.endorsements-page .container .endorsers {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.endorser {
  background: url("/wp-content/themes/blueprintinteractive/images/frame.png")
    no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: calc(33.33% - 20px);
}

.endorser h3 {
  color: var(--Black-50, #242424);
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
  margin-bottom: 10px;
}

.endorser_title,
.endorser_organization {
  color: var(--Black-100, #3e3e3e);
  text-align: center;
  font-family: montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  margin: 0;
}

.divider {
  margin-top: 60px;
}

.divider img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.organization-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 60px;
}

.organization {
  background: url("/wp-content/themes/blueprintinteractive/images/frame.png")
    no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: calc(33.33% - 20px);
  text-decoration: none;
}

.organization img {
  width: 100%;
  height: auto;
  max-width: 150px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 10px;
}

.organization__name {
  color: var(--Black-50, #242424);
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
}

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