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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* General Styles */
body {
  font-family: "Roboto Slab", serif;
  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;
  font-weight: 400;
  letter-spacing: 1.8px;
}

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

input {
  font-family: "Roboto Slab", serif;
}

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

.basic-page-wrapper h1 {
  color: var(--Navy, #1f3162);
  text-align: center;
  font-size: 45px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -2.12px;
  margin-top: 0;
}

p,
ul,
li,
ol,
span {
  color: #000;
  font-size: 17px;
  line-height: 26px;
}

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: #ece8dc;
  border-bottom: 2px solid #1f3162;
}

/* --- TAKEOVER --- */

.home {
  position: relative;
}

.takeover-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #e4decd;

  z-index: 9999;
  display: none;
  overflow: auto;
  padding-bottom: 50px;
}

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

#takeover {
  position: relative;
  width: 85%;
  top: 5%;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 1300px;
  overflow-y: auto;
  z-index: 10000;
}

.page-id-74 .basic-page-wrapper {
  min-height: 380px;
}

.ff-default textarea.ff-el-form-control {
  border-radius: 15px !important;
}
.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: flex-start;
  align-items: center;
  margin: 30px auto 0;
  width: 85%;
  max-width: 1300px;
}

img.tk-logo {
  border-radius: 0px;
  width: 300px;
  height: auto;
}

.takeoverleft .header-logo {
  width: 300px;
}

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

.takeoverright,
.takeoverleft {
  flex: 1;
}

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

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

#home-link {
  color: var(--Navy, #1f3162);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 161.8%;
  text-decoration: none;

  transition: 0.5s ease-in-out;
}

#home-link:hover {
  text-decoration: underline;
  text-decoration-color: var(--Navy, #1f3162);
  text-decoration-thickness: 2px;
  text-decoration-offset: 2px;
  transition: 0.5s ease-in-out;
}

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

.hero-section {
  padding-top: 80px;
  background: #e4decd;
}

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

.hero-left {
  align-self: stretch;
  display: flex;
}

.hero-right {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  gap: 30px;
  width: 50%;
}

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

.hero-right h1,
.takeoverleft h2 {
  color: var(--Navy, #1f3162);
  font-size: 40px;
  font-style: normal;
  margin: 0;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -2.12px;
}

.takeoverleft h2 {
  margin-bottom: 20px;
}

.takeoverleft h3 {
  color: var(--Navy, #1f3162);
  font-size: 25px;
  font-style: normal;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.48px;
}

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

.nav-mobile a {
  color: var(--Navy, #1f3162);
}

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

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

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

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

.at-row label {
  font-size: 0px !important;
}

.volunteer-form .CustomFormFieldQuestion_3431106634928828 {
  margin-top: 10px !important;
}

.volunteer-form .ngp-form input[type="submit"] {
  width: 30%;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 18px;
  cursor: pointer;
  margin-top: 30px;
  border-radius: 0px !important;
  border: 2px solid #ffd10a !important;
  background: #ffd10a !important;
  color: #1f3162 !important;
  cursor: pointer;
  transition: 0.3s ease;
}

.volunteer-form .ngp-form input[type="submit"]:hover {
  background-color: #1f3162 !important;
  border: 2px solid #1f3162 !important;
  color: #ffd10a !important;
}

.takeoverleft .ngp-form input[type="submit"] {
  padding: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 18px;
  cursor: pointer;
  margin-top: 30px;
  border-radius: 0px !important;
  border: 2px solid #1f3162 !important;
  background: #1f3162 !important;
  color: #fff !important;
  cursor: pointer;
  transition: 0.3s ease;
  width: 30%;
}

.to-link {
  margin-top: 50px;
}

.takeoverleft .ngp-form input[type="submit"]:hover {
  background-color: #ffd10a !important;
  border: 2px solid #ffd10a !important;
  color: #1f3162 !important;
}

.FastAction {
  display: none !important;
}

.header-top #menu-header a:hover::after,
#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,
#menu-header-2 a::after {
  display: block;
  content: "";
  border-bottom: solid 3px #ffd10a;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 250ms ease-in-out;
}

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

.UpdateMyProfile {
  display: none !important;
}

.at-checkbox-title {
  color: #046 !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: var(--Navy, #1f3162) !important;
}

.hamburger:hover span.hamburger-inner,
.hamburger:hover span.hamburger-inner::before,
.hamburger:hover span.hamburger-inner::after {
  background-color: var(--Gold, #ffd10a) !important;
}

.mobile-nav {
  display: none;
  padding-top: 90px;
  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 *,
#menu-header-spanish * {
  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: 20px;
}

#menu-header-1,
#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;
}

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

/* --- ENDORSEMENT SECTION --- */
.endorsement-section {
  background: #f6f4ee;
  padding: 60px 0;
}

.divider {
  color: #e4decd;
}

.endorsement-title {
  display: flex;
  align-items: center;
  gap: 25px;
  color: var(--Navy, #1f3162);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1.2px;
  background: #f6f4ee;
}

.endorsement-title::before,
.endorsement-title::after {
  content: "";
  flex: 1;
  height: 2px;
  background: #ffd10a;
}

.endorsement-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.endorsement-item {
  flex: 0 0 calc(50% - 10px);
}

.endorsement-section .container {
  display: flex;
  flex-direction: column;
}

.endorsement-item-content {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.endorsement-item-content h3 {
  color: var(--Navy, #1f3162);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.48px;
  margin: 0;
}

.endorsement-item-content p {
  color: #484649;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
/* --- DONATE BUTTON IN HEADER --- */
.donate-header-btn {
  display: inline-block;
  padding: 7.5px 15px;
  border: 2px solid #ef3e43;
  text-transform: uppercase;
  background-color: #ef3e43;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

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

.volunteer-form {
  padding: 30px 0;
}

.ngp-form input {
  border-radius: 0px !important;
  border: 2px solid #1f3162 !important;
  font-family: "Roboto Slab", serif !important;
  font-size: 16px;
  font-style: normal;
  padding-left: 10px !important;
  color: #046 !important;
  line-height: 120%;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: capitalize;
  text-indent: 10px !important;
}

.ngp-form .at-form-submit .at-submit {
  float: left !important;
  margin-top: 20px !important;
}

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

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

.at .error small.error {
  color: #1f3162 !important;
}

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

input::placeholder {
  font-family: "Roboto Slab", serif !important;
  font-size: 16px;
  color: #1f3162 !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 120%;
  letter-spacing: 2px;
  text-transform: capitalize;
}

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

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

#header-logo-link {
  z-index: 1000000;
}

.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: transparent !important;
  border-color: #0d2877 !important;
  top: 6px !important;
}

.at input[type="checkbox"]:checked + span:after {
  background-color: transparent !important;
  color: #0d2877 !important;
  top: 8px !important;
}

/* --- 404 --- */
.error-page-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.error-container h3 {
  color: var(--Navy, #1f3162);
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -2.12px;
}

.error-container a {
  border: 2px solid var(--Gold, #ffd10a);
  background: var(--Gold, #ffd10a);
  color: var(--Navy, #1f3162);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px 20px;
  transition: 0.3s ease-in-out;
}

.error-container a:hover {
  background-color: var(--Navy, #1f3162);
  color: var(--Gold, #ffd10a);
  border: 2px solid var(--Gold, #ffd10a);
}

/* --- FOOTER --- */
footer {
  background: var(--Navy, #1f3162);
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
}

footer a {
  color: #fff;
  text-decoration: none;
  transition: 0.5s ease-in-out;
}

.footer-logo img {
  max-width: 400px;
  height: auto;
  object-fit: contain;
  transition: 0.25s ease-in-out;
}

footer .social-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 33.33%;

  padding-top: 5px;

  justify-content: center;
  max-width: 200px;
  padding-top: 5px;
  gap: 5px 20px;
}

footer .social-icons a {
  margin-left: 0px;
  margin-right: 0px;
}

footer .social-icons a:hover {
  color: #ffd10a !important;
}

.footer-disclaimer {
  padding: 10px;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-size: 14px;
  width: fit-content;
  color: white;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  gap: 10px;
}

footer p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}
footer li {
  list-style: none;
  text-decoration: none;
}

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

.footer-top .menu-wrap a {
  transition: 0.25s ease-in-out;
  color: #fff;
  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;
}

#menu-header-2 {
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 0;
}

.privacy {
  margin: 0;
}

.privacy a {
  margin-right: 3px;
}

.privacy a:hover {
  color: #ffd10a !important;
  text-decoration: underline !important;
  text-decoration-color: #ffd10a !important;
  transition: 0.5s ease-in-out;
}

.donate-btn a {
  border: 2px solid var(--Gold, #ffd10a);
  background: var(--Gold, #ffd10a);
  padding: 10px 20px;
  color: var(--Navy, #1f3162);
  font-weight: 700;
  line-height: 160%;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: 0.25s ease-in-out;
}

.donate-btn a:hover {
  background: var(--Navy, #1f3162);
  color: var(--Gold, #ffd10a) !important;
  text-decoration: none !important;
  border: 2px solid #ffd10a;
}

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

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

.social-icons a:hover {
  color: #ffd10a !important;

  text-decoration-color: #ffd10a !important;
  transition: 0.5s ease-in-out;
}

.at-title,
.at-legend {
  display: 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 {
  height: auto;
  object-fit: contain;
  transition: transform 0.25s ease;
  transform-origin: center;

  width: 220px;
  border-radius: 0px;
  margin-right: 30px;
}

#header-logo-link {
  top: 10px;
  left: 20px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Graduate", serif;
}

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

strong {
  font-weight: 600;
}

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

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

.SmsLegalDisclaimer * {
  color: #046;
  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: #1f3162;
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}

.privacy-policy .basic-page-wrapper .container {
  max-width: 900px;
  margin: 0 auto;
  width: 90%;
}

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

.page-photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.error-img img {
  width: 100%;
  max-width: 600px;
  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%;
  }
}
