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

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix { 
  height: 1%;
}

.clearfix {
  display: block;
}

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

img.header-logo:hover {
  transform: scale(1.1) !important;
}

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

/* .ngp-form {
  pointer-events: none;
} */

.SmsLegalDisclaimer {
  width: 90%;
}

html {
  background-color: #ffffff !important;

  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  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;
  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: "museo-slab", serif;
  margin: 0;
  padding: 0;
}

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

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

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

input {
  font-family: "museo-slab", serif;
}

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

.basic-page-wrapper h1,
.basic-hero-container h1 {
  font-size: 50px;
  color: white;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 50px;
  padding-left: 20px;
}
.basic-hero-container h1 {
  position: relative;
}
.basic-hero-container h1::before,
.basic-page-wrapper h1::before,
.primary-hero-container h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 50px;
  transform: translateY(-50%);
  width: 4px;
  background-color: #ad0b32;
}

.basic-page-wrapper h2 {
  font-size: 24px;
  color: #00205b;
  margin-bottom: 20px;
  font-weight: 600;
  margin-top: 0;
}

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

p,
ul,
li,
ol,
span {
  color: #25292d;
  font-size: 16px;
}

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;
  background-color: #00205b;
  padding-bottom: 20px;
}

/* --- TAKEOVER --- */

.home {
  position: relative;
}

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

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

#takeover {
  position: relative;
  width: 85%;
  top: 12%;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding-bottom: 50px;
  overflow-y: auto;
  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-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

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

#takeover .inner {
  background-color: #ffffffab;

  padding: 30px 50px 30px;
  max-width: 1500px;
  margin: 0 auto;
  width: 95%;
}

.takeover-content {
  gap: 50px;
  align-items: center;
  display: flex;
  flex-direction: row;
}

.takeoverleft {
  flex: 1;
}

.takeoverleft .left-content h2 {
  color: #00205b;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  font-style: italic;
}

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

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

.takeover-video-container {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.meet-video-container .play-icon,
.takeover-video-container .play-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.meet-video-container .play-icon path,
.takeover-video-container .play-icon path {
  transition: all 0.3s ease-in-out;
}

.meet-video-container .play-icon:hover path,
.takeover-video-container .play-icon:hover path {
  fill: #ad0b32;
}

.meet-video-container .play-icon {
  left: 50%;
  transform: translate(-50%, -50%);
}

.takeover-video-container video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 /9;
  object-fit: cover;
}

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

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

.donate-btn.tk-donate {
  flex-basis: 100%;
  color: #fff !important;
  background-color: #ad0b32;
  text-align: center;

  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 28.8px */
  text-transform: uppercase;
  border: 2px solid #ad0b32;
}

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

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

#home-link {
  color: #00205b;
  background-color: white;
  font-size: 20px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: fit-content;
  margin: 0 auto;
  margin-top: 30px;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #00205b;
  margin-bottom: 30px;
}

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

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

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

.hero-video-section {
  overflow: hidden;
  aspect-ratio: 20.7 /9;
  height: 100%;
}

.hero-video-section video {
  width: 102%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  position: relative;
  left: -1%;
}

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

.donation-section {
  padding: 100px 0;
}

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

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

.hero-right {
  width: 100%;
}

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

.hero-right h1 {
  color: #00205b;
  text-align: left;
  font-family: "museo-slab", serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 46.2px */
  letter-spacing: -0.42px;
  margin-bottom: 25px;
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

.hero-form input[type="submit"] {
  width: 95%;
  padding: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 4px !important;
  float: unset !important;
  font-size: 1.2rem;
  cursor: pointer;
  margin-top: 30px;
  background-color: #ad0b32 !important;

  color: #fff !important;
  cursor: pointer;
  transition: 0.3s ease;
  border: 2px solid #ad0b32 !important;
}

.hero-form input[type="submit"]:hover {
  background-color: white !important;
  color: #ad0b32 !important;
  border: 2px solid #ad0b32 !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-2 a:hover::after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}

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

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

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

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

.UpdateMyProfile {
  display: none !important;
}

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

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

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

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

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

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #00205b !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;
  gap: 10px;
}

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

.hamburger:hover {
  transition: 0.5s ease-in-out;
}

.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner::before,
.hamburger:hover .hamburger-inner::after {
  transition: 0.25s ease-in-out !important;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  transition: 0.25s ease-in-out !important;
}

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

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

body {
  background-color: white;
}

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

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

.meet-image {
  position: relative;
}

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

.site-header .inner {
  width: 100%;

  margin: 0 auto;
}

#menu-header {
  gap: 10px;
}

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

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

.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;
  position: relative;
  z-index: 30;
}

.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 {
  border-radius: 4px;
  display: inline-block;
  padding: 7.5px 15px;
  border: 1px solid white;
  text-transform: uppercase;
  background-color: white;
  color: #00205b;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.donate-header-btn:hover {
  background: #ad0b32;
  color: white;
  border: 1px solid #ad0b32;
  transition: 0.3s ease;
}

.ngp-form input {
  border: 1px solid rgba(0, 32, 91, 0.5) !important;

  background: transparent !important;
  font-family: "museo-slab", serif !important;
  font-size: 16px;
  font-style: normal;
  padding-left: 10px !important;
  color: #00205b !important;
  line-height: 120%;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  text-indent: 10px !important;
  border-radius: 4px !important;
}

.at-check.SmsSubscribeMobilePhone {
  margin-top: 10px !important;
}

.at .checkbox-list-label {
  display: none !important;
}

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

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

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

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

input::placeholder {
  font-family: "museo-slab", serif !important;
  font-size: 16px;
  color: #00205b !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 120%;

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

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

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

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

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

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

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

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

/* --- MEET Lisa SECTION --- */
.meet-section {
  padding-bottom: 60px;
}

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

.meet-video-container {
  flex: 1;
  height: 100%;
  width: 100%;
  position: relative;
}

.meet-video-container video {
  height: auto;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

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

.meet-content h2 {
  color: #00205b;
  font-family: "museo-slab", serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 41.8px */
  letter-spacing: -0.38px;
  margin-top: 0;
  margin-bottom: 0;
}

.meet-content p {
  color: #262626;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 0.16px;
}

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

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

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

  border: 2px solid #ad0b32;
}

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

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

.donation-section {
  background-image: url("images/donate_bkg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
}

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

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

.donate-btn {
  background: white;
  border: 2px solid #ad0b32;
  width: 15%;
  text-align: center;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  color: #00205b;
  border-radius: 4px;
  text-transform: capitalize;
}

.donate-title {
  color: #fff;
  text-align: center;
  font-family: "museo-slab", serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 35.2px */
  letter-spacing: -0.32px;
  width: 60%;
  margin: 30px auto 20px;
}

.left-content .donate-disclaimer p {
  color: #25292d;
}

.donate-disclaimer p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
}

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

.donate-btn.btn-donate {
  color: #fff;
  background-color: #ad0b32;

  border: 2px solid #ad0b32;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

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

/* --- MEET LISA PAGE --- */

.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-top-image img,
.meet-bottom-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

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

.meet-top-content-text h2,
.meet-bottom-content-text h2 {
  color: var(--Black, #25292d);
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.24px;
  margin-top: 0;
}

.meet-top-content-text p,
.meet-bottom-content-text p {
  color: var(--Black, #25292d);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 0.16px;
}

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

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

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

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

  object-fit: cover;
}

.meet-bottom-content {
  display: flex;
  flex-direction: row;
  gap: 50px;
  padding: 80px 0;
  align-items: center;
}
.meet-bottom-content-text,
.meet-top-content-text {
  flex: 1;
}

.meet-bottom-image,
.meet-top-image,
.meet-img-container {
  flex: 1;
  align-self: stretch;
  display: flex;
}

.mobile-logo {
  width: 150px;
  height: auto;
}

/* --- 404 --- */
.error-page-wrapper {
  padding: 80px 0;
  min-height: 400px;
}

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

.error-container h1 {
  font-size: 70px;
  font-weight: 900;
  color: #ad0b32;
  margin-bottom: 20px;
}

.error-container h2 {
  font-size: 20px;
  font-weight: 500;
  color: #00205b;
  margin-bottom: 20px;
  text-align: center;
}

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

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

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

.footer-disclaimer {
  padding: 10px;
  border: 1px solid #081714;
  text-transform: uppercase;

  width: fit-content;
}

.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}

.footer-top-right.desktop-only img {
  width: 150px;
  height: auto;
}

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

.footer-top-left {
  display: flex;
  gap: 20px;
  align-items: center;
}

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

.contact-icon-group {
  display: flex;
  align-items: center;

  gap: 10px;
  margin-bottom: 7px;
}

img.contact-icon {
  width: 15px;
  height: 15px;
}

.telephone-number a,
.email-address a,
.address {
  text-decoration: none;
  color: var(--Black, #25292d);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  transition: 0.5s ease-in-out;
}

.telephone-number a:hover,
.email-address a:hover {
  color: #ef3e43 !important;
}

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

.footer-top .social-icons a {
  font-size: 20px;
  color: #00205b;
  transition: 0.5s ease-in-out;
  margin: 0px;
  padding: 7.5px 10px;
}

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

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

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

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

.footer-left a {
  color: #00205b;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
  padding-right: 5px;
  font-size: 14px;
  text-transform: uppercase;
}

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

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

.footer-logo img {
  width: 150px;
  transition: transform 0.25s ease;
  transform-origin: center;
}

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

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

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

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

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

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

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

.footer-top .menu-wrap a {
  transition: 0.25s ease-in-out;

  color: #272f72;
  display: inline-block;
  padding: 7.5px 15px;
  transition: 0.3s ease;
  text-transform: uppercase;
  text-decoration: transparent !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
}

.donate-footer-btn {
  border-radius: 4px;
  color: #fff !important;
  background-color: #ad0b32;
  border: 2px solid #ad0b32;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

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

.donate-footer-btn::after {
  content: none !important;
}

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

.footer-bottom {
  padding-top: 20px;
  border-top: 1px solid #00205b3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 15px;
}

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

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

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

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

.hero-form {
  background: none;
}

.at-form {
  background: none;
}

.at-markup.HeaderHtml,
.at-markup.FooterHtml {
  display: none !important;
}

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

header a {
  text-decoration: none;
}

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

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

.header-logo {
  width: 130px;
  height: auto;
  object-fit: contain;
  transition: transform 0.25s ease;
  transform-origin: center;
  top: 10px;
  left: 20px;
}

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

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

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

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

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

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

h1 {
  font-family: "museo-slab", serif;
}

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

span,
ul,
li,
p,
strong,
em,
ol,
* {
  font-family: "museo-slab", serif;
  font-optical-sizing: auto;
  line-height: 28px;
}

strong {
  font-weight: 600;
}

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

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

.SmsLegalDisclaimer * {
  color: #00205b;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  display: none !important;
}

.at input[type="checkbox"] + span:before {
  border: 1px solid #00205b !important;
  background-color: transparent !important;
}

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

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

.ngp-disclaimer {
  color: #00205b;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
}

/* --- Creator Page --- */
.creator-hero {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.creator-hero .hero-content {
  padding: 350px 5% 75px;
  position: relative;
}
.creator-hero .hero-content .creator-gradient {
  background: linear-gradient(
    180deg,
    rgba(0, 32, 91, 0) 0%,
    rgba(0, 32, 91, 0.5) 100%
  );
  left: 0;
  height: 100%;
  top: 0;
  position: absolute;
  width: 100%;
}
.hero-content-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 750px;
  position: relative;
  z-index: 2;
}
.creator-hero .hero-content h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  margin: 0;
}
.creator-hero .hero-content h2 {
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.creator-form-link {
  background-color: #ad0b32;
  border-radius: 4px;
  border: 2px solid #ad0b32;
  color: #fff !important;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
.creator-form-link:hover {
  background-color: #fff;
  border: 2px solid #ad0b32 !important;
  color: #ad0b32 !important;
}
.creator-body {
  padding: 60px 5%;
  text-align: center;
}
.creator-body .body-title {
  color: #00205b;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 0;
  text-align: center;
}
.creator-body .body-text p {
  color: #262626;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.creator-body .container {
  margin: 0 auto;
  max-width: 750px;
}
.creator-tiktok-gallery {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 5% 100px;
  text-align: center;
}
.gallery-grid {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery-grid .tiktok-item {
  margin: 1.5%;
  width: 30%;
}
.gallery-grid .tiktok-item video {
  height: auto;
  width: 100%;
}
.creator-tiktok-gallery .creator-form-link {
  margin-top: 30px;
}

/*Privacy Policy*/

.basic-page-wrapper .container.basic-content {
  max-width: 1000px;
}

.privacy-policy .basic-page-wrapper a,
.basic-page-wrapper a {
  color: #ad0b32;
  text-decoration: none;
}

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

.basic-hero-container {
  background-color: #00205b;
  padding: 1px 0 50px;
  position: relative;
  overflow: visible;
  -webkit-clip-path: inset(-200px 0 0 0);
  clip-path: inset(-200px 0 0 0);
}

.star img {
  width: 320px;
  position: absolute;
  top: -110px;
  right: 0;
}

.privacy-policy h1 {
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
}

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

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