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

* {
  box-sizing: border-box;
}

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

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

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

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

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

.SmsLegalDisclaimer {
  width: 90%;
}

.why-title {
  text-align: left;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* General Styles */
body {
  margin: 0;
  padding: 0;
}

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

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

.basic-page-wrapper h2 {
  text-align: left;
  font-size: 45px;
  color: var(--Navy, #003568);
  font-weight: 500;
  line-height: 110%; /* 51.7px */
  letter-spacing: 0.3px;
}

p,
ul,
li,
ol,
span {
  color: #313033;
}

a {
  color: #003568;
}

a:hover {
  color: #108ac4;
  text-decoration: none;
  transition: ease-in-out 0.25s;
}

main {
  position: relative;
}

#homepage {
  z-index: 30;
  background: transparent;
}

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

.hero-mobile {
  display: none;
}

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

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

/* --- TAKEOVER --- */

.home {
  position: relative;
}

.takeover-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(21 38 23 / 60%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px); /* Safari */
  z-index: 9999;
  display: none;
  overflow: auto;
}

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

#takeover {
  position: relative;
  width: 85%;
  max-width: 700px;
  top: 10%;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: #003568;
  border-radius: 8px;
  overflow-y: auto;
  z-index: 10000;
}

/* body.home.takeover-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
} */

/* body.home.takeover-closed #takeover {
  height: auto;
  overflow: visible;
  display: none !important;
} */

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

#takeover #closebtn {
  position: absolute;
  top: 25px;
  right: 30px;
  width: 40px;
  cursor: pointer;
  z-index: 900;
}

#takeovercon {
  aspect-ratio: 1080 / 1187;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#takeovercon .inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.takeover-url {
  position: absolute;
  bottom: 0;
  left: 9%;
  width: 83%;
  height: 44%;
}
#takeover #closebtn svg {
  width: 100%;
  height: auto;
}

/* --- HERO SECTION --- */
.home .hero-section,
.mobile-nav {
  position: relative;
  color: white;
  padding: 60px 0px 60px;
}

.header-hero-wrapper.front-page-hero {
  min-height: 930px;
  background-image: url(/wp-content/themes/blueprintinteractive/images/hero-bkg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

/* .home .hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fffaf5;
  -webkit-mask-image: linear-gradient(
    to right,
    black 0%,
    #000000c2 30%,
    transparent 100%
  );
  filter: blur(0px);
  pointer-events: none;
} */

.header-hero-wrapper.default-hero .site-header {
  background: #e5f7ff;
}

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

.home .hero-section .container {
  display: flex;
  flex-direction: row;
  width: 85%;
  gap: 20px;
  z-index: 10;
  align-items: flex-start;
  min-height: 300px;
}

.header-top .social-icons a {
  display: inline-block;
  margin: 0px 10px;
  font-size: 24px;
  color: var(--Teal, #134556);
  transition: 0.5s ease-in-out;
}

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

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

.nav-mobile a:hover {
  padding: 10px 20px;
  text-decoration: underline;
  text-decoration-color: var(--Blue, #108ac4) !important;
  text-decoration-thickness: 3px;
  transition: 0.25s ease-in;
}

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

.hero-section h1 {
  color: var(--Navy, #003568);
  font-size: 67px;
  font-weight: 700;
  max-width: 900px;
  letter-spacing: 0.3px;
  margin-bottom: 20px;
  margin-left: 10px;
  text-align: left;
}

.hero-section h2 {
  color: var(--Neutral-30, #484649);
  font-size: 45px;
  font-weight: 500;
  line-height: 110%; /* 51.7px */
  letter-spacing: -0.47px;
  text-align: left;
  margin-top: 0px;
  width: 70%;
  margin-left: 10px;
}

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

  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"] {
  text-transform: uppercase;
  color: var(--Blue, #108ac4) !important;
  border: 2px solid var(--Blue, #108ac4) !important;
  box-shadow: 0px 10px 20px 0px rgba(153, 212, 255, 0.5) !important;
  margin: 15px 0 0 0 !important;
  background-color: white !important;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  float: left;
  padding: 12px 60px;
}

.hero-form input[type="submit"]:hover {
  background-color: var(--Blue, #108ac4) !important;
  color: white !important;
  border: 2px solid var(--Blue, #108ac4) !important;
  box-shadow: 0px 10px 20px 0px rgba(244, 132, 46, 0.2) !important;
}

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

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

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

.FastAction {
  display: none !important;
}

.header-top #menu-header a {
  color: var(--Teal, #134556);
  display: inline-block;
  padding: 7.5px 20px;
  transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

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

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

.UpdateMyProfile {
  display: none !important;
}

.at-checkbox-title {
  color: var(--Neutral-20, #313033) !important;
}

.hamburger {
  display: none !important;
  height: 50px !important;
  padding: 10px 8px 6px !important;
  border-radius: 8px !important;
  transition: 0.5s ease-in-out;
  opacity: 1 !important;
  color: #c2e2f1 !important;
  background-color: var(--Navy, #003568) !important;
  border: 1px solid whitesmoke !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(--Navy, #003568) !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-color: var(--Navy, #003568);
  background-position: left;
  height: fit-content;
  gap: 10px;
}

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

.hamburger:hover {
  background-color: white !important;
  border: 1px solid var(--Navy, #003568) !important;
  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;
}

.home .header-top #menu-header a,
.home .social-icons a {
  color: var(--Navy, #003568);
}

.social-icons a:hover {
  color: var(--Blue, #108ac4) !important;
  text-decoration-color: #6fadbd !important;
  transition: 0.5s ease-in-out;
}

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

html {
  scroll-behavior: smooth;
  background-color: var(--Cream, #fffaf5);
}

body {
  background-color: white;
}

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

.disclaim-social {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-left {
  width: 65%;
}

.site-header .inner {
  width: 100%;
  z-index: 1000000;
  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;
}

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

  flex-wrap: wrap;
}

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

header .menu-wrap {
  padding-left: 20px;
  padding-top: 12.5px;
}

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

.ngp-form input {
  border: 1px solid #071f39 !important;
  background: rgb(255 255 255 / 54%) !important;
  font-style: normal;
  letter-spacing: 2px;
  font-weight: 600 !important;
  text-indent: 10px !important;
}

.at .error small.error {
  color: var(--orange, #ff7029) !important;
  font-weight: 600 !important;
}

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

input::placeholder {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #071f39 !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 120%;
  /* 24px */
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

main {
  background: transparent;
}

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

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

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

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

.at input[type="checkbox"] + span:before {
  top: 2px !important;
  border: 1px solid var(--Navy, #003568) !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: transparent !important;
  border-color: var(--Neutral-20, #313033) !important;
}

.at input[type="checkbox"]:checked + span:after {
  color: var(--Neutral-20, #313033) !important;
}

.site-header {
  /* background-color: #e5f7ff; -- Removed to allow wrapper background to show */
  position: relative !important;
}

/* --- Meet Andrew Content Block--- */

.meet-section {
  display: flex;
}

.meet-img-container,
.meet-section-right {
  flex: 1;
}
.meet-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.meet-section-right {
  background-color: var(--Navy, #003568);
}

.meet-section-pretitle {
  border-bottom: 2px solid #42b8f0;
}

.meet-section-pretitle h4 {
  color: #42b8f0;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 29px;
  font-style: normal;
  font-weight: 300;
  line-height: 161.8%; /* 46.922px */
  text-align: left;
}

.meet-section-text {
  padding: 70px;
}
.meet-section-text h2 {
  color: var(--Sky, #f5fcff);
  margin-top: 10px;
  font-size: 37px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 51.7px */
  letter-spacing: 0.3px;
}

.meet-section-text .content p {
  color: var(--Sky, #f5fcff);

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 161.8%;
}
a.more-btn {
  display: flex;
  margin-top: 30px;
}

a.more-btn span:hover {
  color: #42b8f0;
  transition: ease-in-out 0.25s;
  text-decoration: none;
}

a.more-btn span {
  color: var(--Sky, #f5fcff);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  letter-spacing: 1.8px;
}

a.more-btn svg {
  margin-left: 5px;
  transition: ease-in-out 0.25s;
}

a.more-btn:hover svg path {
  transform: translateX(5px);
  transition: ease-in-out 0.25s;
  fill: #42b8f0 !important;
}

/* --- Donation Section Block --- */

.donation-section.bkg-visible {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 750px;
  display: flex;
  position: relative;
}

.donation-section {
  background: var(--Sky, #f5fcff);
  padding: 70px 0px;
}

.donation-section.bkg-visible::after {
  content: "";
  position: absolute;

  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(
    to top,
    #f5fcff 0%,
    rgb(255 255 255 / 29%) 40%,
    rgb(255 255 255 / 0%) 100%
  );
}

.donation-section .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  position: relative;
}

.donation-text {
  flex: 1;
  max-width: 600px;
  max-width: 600px;
  margin: 0 auto;
  z-index: 10;
}

h2.mobile-title {
  display: none;
  letter-spacing: -1px;
}

h2.desktop-title,
h2.mobile-title {
  color: var(--Navy, #003568);
  font-size: 45px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 76px */
  letter-spacing: 0.3px;
  margin-top: 0px;
  text-align: left;
}

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

.donation-section.bkg-visible .donate-btn {
  background: white;
  border-radius: 4px;
  background: var(--Sky, #f5fcff);
  box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.1);
  padding: 14px 24px;
  color: var(--Navy, #003568);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 161.8%;
  letter-spacing: 1.6px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  width: 40%;
  text-align: center;
}

.donation-section.no-bkg {
  padding: 80px 0px;
}

.donation-section.no-bkg .donate-btn {
  background: white;
  border-radius: 4px;
  background: var(--Sky, #f5fcff);
  border: 1px solid #108ac4;
  padding: 14px 24px;
  color: var(--Navy, #003568);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 161.8%;
  letter-spacing: 1.6px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  width: 40%;
  text-align: center;
}

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

.donation-section.bkg-visible .donate-btn:hover {
  background: var(--Navy, #003568);
  color: white;
}

.donation-section.no-bkg .donate-btn:hover {
  background: var(--Blue, #108ac4);
  border: 1px solid var(--Blue, #108ac4);
  color: white;
}

.donation-section.bkg-visible .donate-btn.contribute,
.donation-section.no-bkg .donate-btn.contribute {
  background: #108ac4;
  color: white;
  width: 82%;
}

.donation-section.bkg-visible .donate-btn.contribute:hover,
.donation-section.no-bkg .donate-btn.contribute:hover {
  background: white;
  color: #108ac4;
}

.donation-section.bkg-visible .disclaimer {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 7px;
  margin-top: 20px;
}

.donation-section.no-bkg .disclaimer {
  width: 100%;
  margin-top: 20px;
}

.donation-section.bkg-visible .disclaimer p {
  color: var(--Neutral-100, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 161.8%; /* 32.36px */
  margin: 0px;
}

.donation-section.no-bkg .disclaimer p {
  color: var(--Neutral-20, #313033);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 161.8%; /* 32.36px */
  margin: 0px;
}

.video-embed {
  flex: 1;
  margin-top: 40px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  z-index: 10;
}

.video-embed video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

/* --- Issues Section --- */

.issues-section {
  padding: 50px 0;
  background-color: #f5fcff;
}

.issues-title {
  color: var(--Navy, #003568);
  font-size: 47px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-align: center;
}

.issuerow {
  margin-bottom: 20px;
  background-color: var(--Sky, #f5fcff);
  box-sizing: border-box;
  padding: 30px 40px 35px;
  position: relative;
}

.issuerow a.buttontoggle {
  display: inline-block;
  position: absolute;
  top: 11px;
  right: 0px;
  width: 50px;
}

.issuerow a.buttontoggle svg {
  width: 100%;
  height: auto;
}

.issuerow a.buttontoggle.active svg.plus,
.issuerow a.buttontoggle svg.minus {
  display: block;
  width: 30px;
  height: auto;
}

.issuerow a.buttontoggle.active svg.minus,
.issuerow a.buttontoggle svg.plus {
  display: none;
}

.issuecon p:last-of-type {
  margin-bottom: 0px;
}

.issuerow.active {
  background-color: var(--Sky, #f5fcff);
}

.issuerow h2 {
  color: var(--Navy, #0e2d52);
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  margin-bottom: 0px;
  padding-top: 2px;
  padding-bottom: 0px;
  margin-top: 0;
}

.issuerow {
  border: 2px solid #108ac4;
}

.issuerow h4 {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #001c28;
}

.issuerow p {
  color: #313033;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.16px;
}

.issues {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0px 0;
  gap: 15px;
}

.issueitem {
  flex: 1 1 calc(25% - 15px);
  /* Allows equal width with gap consideration */
  padding: 35px 30px;
  text-align: left;
  box-sizing: border-box;
  /* Ensures padding doesn't break the layout */
  border: solid 2px #eaa150;
  border-radius: 5px;
  text-align: center;
}

.issueitem h5 {
  color: #0e2d52;
  font-size: 20px;
  line-height: 25px;
  font-family: "kanit", sans-serif !important;
  font-weight: bold;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.buttontoggle svg:hover {
  transform: rotate(90deg);
  transition: transform 0.5s ease-in-out;
}

.issuerow .issuecon {
  max-height: 500px;
  overflow: hidden;
  padding-top: 15px;
  transition: max-height 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.issuerow .issuecon-inner {
  opacity: 1;
  transition: opacity 1s 1s ease;
}

.issuerow.active .issuecon {
  max-height: 0;
  transition: max-height 0.5s 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.issuerow.active .issuecon-inner {
  opacity: 0;
  transition: opacity 0.5s 1s ease;
}

/* --- Host Event Block --- */

.host-event-section,
.get-involved-section {
  background-color: var(--Sky, #f5fcff);
  padding: 50px 0px;
}

.host-event-section .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
}

.get-involved-section .container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
}

.host-event-section .content,
.get-involved-section .content {
  flex: 1;
}

.host-image-container,
.involved-image-container {
  flex: 1;
}

.host-image-container img,
.involved-image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 16px 16px 0px 0px rgb(19 69 86 / 18%);
}

.content h4 {
  color: var(--Blue, #108ac4);
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 161.8%;
  margin-bottom: 0px;
  margin-top: 0px;
}

.content h2 {
  color: var(--Navy, #003568);
  font-size: 37px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 51.7px */
  letter-spacing: 0.3px;
  margin-top: 0px;
}

.content div {
  margin-bottom: 40px;
}

.content p {
  color: var(--Neutral-20, #313033);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 161.8%;
}
a.flex-btn {
  border-radius: 4px;
  border: 2px solid var(--Blue, #108ac4);
  background: var(--Neutral-100, #fff);
  box-shadow: 0px 10px 20px 0px rgba(153, 212, 255, 0.5);
  padding: 10px 50px;
  text-decoration: none;

  position: relative;
}

a.flex-btn p {
  background: var(--Neutral-100, #fff);
  display: inline;
  color: var(--Blue, #108ac4);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 31.2px */
  letter-spacing: 2.4px;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  padding: 0 6px;
}

a.flex-btn::after {
  content: "";
  position: absolute;
  top: 47%;
  left: 50%;
  height: 2px;
  width: 0%;
  background: var(--Blue, #108ac4);
  transform-origin: center;
  transform: translateX(-50%);
  transition: width 0.4s ease;
}

a.flex-btn:hover::after {
  width: 85%;
}

/* --- ABOUT ANDREW PAGE --- */

.page-template-meet-page .header-hero-wrapper.default-hero .site-header {
  background: var(--Sky, #f5fcff);
}

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

.page-template-meet-page .basic-page-wrapper {
  background: var(--Sky, #f5fcff);
}

.page-template-meet-page .basic-page-wrapper::after {
  content: "";
  position: absolute;
  z-index: 1000;
  bottom: 0;
  right: 0;
  width: 47%;
  height: 20%;
  background: linear-gradient(
    to top,
    #f5fcff 0%,
    rgba(255, 255, 255, 0.5) 40%,
    rgba(255, 255, 255, 0) 100%
  );
}

.page-template-meet-page .basic-page-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, #f5fcff, rgba(255, 255, 255, 0));
}

.page-template-meet-page .basic-page-wrapper.scrolled {
  padding-top: 50px;
  height: 760px;
  overflow: hidden;
  background: var(--Sky, #f5fcff);
  position: relative;
  padding-bottom: 0px;
}

.inner.meet.scroll {
  display: flex;
  align-items: flex-end;
  height: 100%;
  position: relative;
  gap: 40px;
  margin: 0 auto;
  align-items: flex-start;
}

.meet-hero-wrapper {
  display: flex;
  position: relative;
  flex: 1;
  align-items: flex-end;
}

.bio-content::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.bio-content {
  width: 45%;
  margin-left: auto;
  height: 100%;
  overflow-y: auto;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;

  padding-bottom: 100px;
  z-index: 1;
}

.bio-content h1 {
  color: var(--Navy, #003568);
  font-weight: 900;
  margin-bottom: 15px;
  margin-top: 0px;
  line-height: 100%;
  font-size: 50px;
  letter-spacing: 0.3px;
}

.bio-content h2 {
  color: #313033;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 161.8%; /* 76.046px */
  letter-spacing: -1.2px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.meet-hero-img {
  position: sticky;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  z-index: 1;
}

.meet-hero-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.meet-hero-wrapper,
.bio-content {
  height: auto;
  max-height: 760px;
}

/* --- ENDORSEMENTS --- */

.page-template-endorsements-page {
  background: var(--Sky, #f5fcff);
}

.endorsement-section {
  width: 100%;
}

.endorsement-list-images,
.organization-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

h2.endorse-heading {
  color: var(--Navy, #003568);
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 76px */
  letter-spacing: 0.3px;
  margin-bottom: 0px;
}

h2.endorse-heading.org {
  margin-bottom: 50px;
}

.endorsement-list-images {
  gap: 20px;
}

.endorsement-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15%;
  justify-content: space-between;
}

.endorsement-card {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding-bottom: 20px;
}

img.endorsement-image {
  width: 180px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.endorsement-name {
  padding-top: 5px;
  margin: 10px 0;
  color: var(--Neutral-20, #313033);

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 161.8%; /* 32.36px */
}

.endorsement-title {
  color: var(--Neutral-40, #605d62);

  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 161.8%; /* 32.36px */
}

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

.endorsement-organizations {
  padding: 20px 0;
}

.organization-list {
  gap: 50px;
  align-items: center;
}

img.organization-logo {
  width: 200px;
  height: auto;
  object-fit: cover;
}

.organization-card {
  margin: 0 auto;
}

.organization-link {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.organization-link:hover {
  opacity: 0.8;
}

.endorsement-item {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px 0;
}

/* --- WHY I'M RUNNING --- */

.page-id-305 {
  background: var(--Sky, #f5fcff);
}

.why-running-wrapper {
  margin-top: 50px;
}

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

.running-content-item {
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.running-content-image img {
  width: 250px;
  height: auto;
  object-fit: cover;
}

.running-content-text h2 {
  color: var(--Navy, #003568);
  font-size: 40px;
  font-style: normal;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 110%; /* 51.7px */
}

.running-content-body {
  color: var(--Neutral-20, #313033);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 161.8%; /* 32.36px */
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 30px;
}

.running-content-item:last-child .running-content-body {
  border-bottom: none;
}

/* --- 404 --- */

.body-wrapper.error-page {
  background-color: #e5f7ff;
}
.basic-page-wrapper.container.error {
  display: block;
  padding-top: 100px;
}
.error-img {
  width: 400px;
  height: auto;
  object-fit: cover;
}

.error-content {
  padding-bottom: 40px;
}

.error-text {
  color: #003568;
  font-family: Balboa, sans-serif;
  font-size: 47px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.47px;
  float: right;
}

.line-wrapper {
  overflow: hidden;
  width: 100%;
}

.line {
  display: block;
  position: absolute;
  top: 39%;
  width: 100%;
  transform: translateX(-100%);
  animation: slide 2s ease-out forwards;
}

@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

.home-btn {
  font-size: 20px;
  float: right;
  text-decoration: none;
}

/* --- FOOTER --- */
footer {
  background: var(--Navy, #003568);
  padding: 0px 0px 0px;
  color: var(--Cream, #fffaf5);
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

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

footer p {
  color: var(--Sky, #f5fcff) !important;
}

footer a {
  color: var(--Sky, #f5fcff);
  text-decoration: none;
  transition: 0.5s ease-in-out;
}

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

.footer-content {
  padding: 50px 0px 30px;
  color: var(--Sky, #f5fcff);
  text-align: center;
  width: 95%;
  margin: 0 auto;
}
footer .nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

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

.footer-content {
  margin: 0 auto;
}

.footer-top {
  padding-bottom: 25px;
}

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

.footer-bottom {
  border-top: 1px solid var(--Blue, #108ac4);
  padding-top: 30px;
  align-items: flex-start !important;
  gap: 10px;
}

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

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

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

.site-header {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

body {
  position: relative;
}

.footer-disclaimer {
  font-size: 0.9rem;

  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-links a {
  color: var(--Sky, #f5fcff);

  margin-right: 5px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: var(--Blue, #108ac4);
  text-decoration: none;
}

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

.footer-top .menu-wrap a {
  transition: 0.25s ease-in-out;
  display: inline-block;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.footer-top .menu-wrap a:hover {
  color: var(--Sky, #f5fcff);
}

.footer-top .menu-wrap a.donate-footer-btn {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid var(--Blue, #108ac4) !important;
}

.footer-top .menu-wrap a.donate-footer-btn::after {
  content: unset;
}

.footer-top .menu-wrap a.donate-footer-btn:hover,
.menu-wrap .donate-footer-btn:hover {
  background: white !important;
  color: var(--Blue, #108ac4) !important;
  border: 1px solid var(--Blue, #108ac4) !important;
}

.footer-links .social-icons a {
  display: inline-block;
  margin: 5px 10px;
  font-size: 24px;
  color: var(--Sky, #f5fcff);
  transition: 0.5s ease-in-out;
}

.body-wrapper {
  background-color: var(--Sky, #f5fcff);
  position: relative;
}

.basic-page-wrapper {
  padding-top: 50px;
  min-height: 500px;
}

.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 .main,
.basic-page-wrapper p,
.basic-page-wrapper ul,
.basic-page-wrapper li,
.basic-page-wrapper em,
.basic-page-wrapper span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 161.8%;
}

/* --- DONATE BUTTON IN FOOTER --- */
.donate-footer-btn {
  display: inline-block;
  padding: 12px 40px;
  border: 1px solid var(--Blue, #108ac4);
  background: var(--Blue, #108ac4);
  border-radius: 4px;
  color: white !important;
  font-size: 1rem;
  text-decoration: none;

  transition: 0.3s ease;
}

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

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

header a {
  text-decoration: none;
}

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

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

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

.site-header {
  /* position: absolute; -- Removed to allow background image to show behind header */
  padding-bottom: 12.5px;
}

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

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

.title-wrapper h1 {
  font-size: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  font-weight: 900;
  letter-spacing: 0.3px;
}

.title-wrapper {
  background-color: #e5f7ff;
  padding-bottom: 50px;
}

p.footer-disclaimer {
  padding: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 161.8%;
  letter-spacing: 0.42px;
  border: 1px solid var(--Sky, #f5fcff);
  text-transform: capitalize;
  width: 72%;
}

h1,
h2,
h3,
h4 {
  font-family: balboa, sans-serif;
}

span,
ul,
li,
p,
strong,
em,
ol,
* {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
}

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

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

h1 {
  font-family: balboa, sans-serif;
  color: var(--Navy, #003568);
  font-size: 75px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -2.28px;
}

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

.footer-address p {
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 161.8%; /* 22.652px */
  letter-spacing: 0.42px;
}

.SmsLegalDisclaimer * {
  color: var(--Neutral-20, #313033) !important;
}

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

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

.basic-page-wrapper p {
  margin-top: 5px;
}

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

.SmsLegalDisclaimer a {
  text-decoration: underline !important;
}
.SmsLegalDisclaimer a:hover {
  color: var(--Blue, #108ac4) !important;
}

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

/*Privacy Policy*/

.basic-page-wrapper.container.privacy,
.basic-page-wrapper {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.basic-page-wrapper.container.privacy {
  align-items: flex-start;
}

.basic-page-wrapper {
  align-items: center;
}

.basic-page-wrapper.container.privacy h2 {
  color: var(--Blue, #108ac4);
  font-size: 29px;
  font-style: normal;
  font-weight: 300;
  line-height: 161.8%;
  margin-bottom: 0;
}

.privacy-content,
.basic-content-wrapper {
  flex: 1;
}

.pp-map-container,
.basic-map-container {
  flex: 1;
}

img.pp-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: -100px;
}

.basic-map-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

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