/*
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 
-------------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
}
img {
  border: 0px;
}
/* Force the vertical scrollbar in FF */
html {
  overflow-y: scroll;
}

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

* {
  box-sizing: border-box;
  transition: all 0.3s;
  /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  font-weight: 400;
  background-color: white;
}

body header {
  background: #0e2d52a1;
}

.inner {
  width: 90%;
  margin: 0 auto;
}

#header {
  padding: 20px 0;
  background-color: #f4eee6;
  position: relative;
  z-index: 100;
}

#splashleft img {margin-bottom:40px !important;}


#logo {
  width: fit-content;
  display: inline-block;
  vertical-align: middle;
}

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

.desktoponly ul {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#header #navigation ul, .footer-nav ul {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}



#logo svg {
  max-width: 140px;
  width: 100%;
  height: auto;
}

#footerlogo svg {
  max-width: 140px;
  width: 100%;
  height: auto;
}

.whitesection {
  background-color: white;

}

#footer {border-top: 1px solid #0E2D52;}
.not-front #masthead {margin-bottom:40px;}
  .not-front #footer {margin-top:40px;}

.quote.section {
  background-color: #fffdf5;
  padding: 50px 0 80px 0;
  font-size: 0;
  text-align: center;
}

.current_page_item a {color:#dc1e35!important;}

.disclaimer span {text-transform: uppercase;text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;}

strong {font-weight: 600;}

.footer-top {
  height: 80px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#footer-btns a {text-transform: uppercase !important}
.footer-top #logo img {margin-top: 30px;margin-bottom:15px}

#footer-btns {display:flex;flex-direction:row;gap:0px;justify-content:center;align-items:center;}

#footer .inner {width:100% !important;}
#footer .footer-top #logo {width: 160px;
  margin-left: 17px;
  margin-top: 10px;}
#footer .footer-nav {    height: 100%;}

.graysection {
  background-color: #f6f4f9;
  padding: 50px 0;
}

#footer {
  padding: 0px 0 30px;

}

#footer p {color:#0E2D52}

#footertop {

  padding-bottom: 30px;

}

.footerleft {
  width: 30%;
  max-width: 290px;
  display: inline-block;
  vertical-align: middle;
}

.footermiddle {
  width: 39%;
  max-width: 300px;

  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.footerright {
  max-width: 290px;
  width:30%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

#footerlogo {
  width: 160px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2%;
}

#footeraddress {
  width: 29%;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}

#footer #footeraddress p {
  margin-bottom: 5px;
  text-transform: none;
  font-size: 16px;
  line-height: 21px;
}

#footer #footeraddress p svg {
  width: 14px;
  height: auto;
  margin-right: 5px;
}

#footernavigation {
  width: 50%;
  display: block;
  text-align: right;
  float: right;
  margin-top: 2%;
}

#footernavigation ul {
  list-style: none;
}

#footernavigation ul li {
  font-size: 18px;
  padding-right: 10px;
  padding-left: 10px;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* border-left: 2px solid white; */
  /* border-right: 2px solid white; */
}

#navigation ul li, .footer-nav ul li {
  font-size: 18px;
  padding-right: 10px;
  padding-left: 10px;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* border-left: 2px solid white; */
  /* border-right: 2px solid white; */
}

#footernavigation ul li:last-child {
  margin-right: 0;
}

#footernavigation ul li a {
  color: #004d6d;
  text-decoration: none;
  text-transform: none;
  font-weight: 500;
}



#footer .footerleft p {
  font-size: 14px;
  line-height: 19px;
  color:#0E2D52;
  text-transform: none;
  font-weight: 500;
}

#footer p {
  text-transform: uppercase;
}

#footer p.disclaimer {
  font-size: 14px;
  line-height: 19px;
  border: solid 1px #0E2D52;
  padding: 5px 10px 7px;
  display: inline-block;
  color: #0E2D52;
  text-transform: none;
  font-weight: normal;
}

.section .card h4 {
  color: var(--Navy, #0E2D52);
  /* H3 */
padding-top: 10px;
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
 
  text-align: left;

  text-transform: none;
  font-weight: normal;

  letter-spacing: -0.16px;
}

#footer p {
  font-size: 15px;
  line-height: 20px;
}

#footer a {
  color: #0E2D52;
  text-decoration: none;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer a:hover {
  color: #dc1e35;
}
#mobilenavcon .footersocial {display:flex; flex-direction: row; justify-content: center; align-items: center;}
.hamburger {

  height: 50px !important;
  padding: 10px 8px 6px !important;
  transition: 0.5s ease-in-out;
  color:white !important;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: white !important;
  transition: 0.5s ease-in-out;
}

.hamburger:hover span.hamburger-inner,
.hamburger:hover span.hamburger-inner::before,
.hamburger:hover span.hamburger-inner::after {
  background-color: #dd1d33 !important;
  transition: 0.5s ease-in-out;
}
.footersocial a {    display: flex
  ;
      flex-direction: column;height: 30px;;
      justify-content: center;
      align-items: center;}

.footer-nav .footersocial a svg path {
  fill: #0E2D52;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
}

.footersocial a:hover svg path {
  fill: #dc1e35;
}

#footer .footerright a {
  display: inline-block;
  margin-right: 0;
  font-size: 14px;
  font-weight: 500;
  color: #0E2D52;
  text-transform: none;
}

#footer .footerright a:hover {
  color: #dc1e35;
}

 #navigation.desktoponly {
  height: 100px;
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.volunteer-li{     border-left: 1px solid rgba(255, 255, 255, 0.46) !important;}
.footersocial {
  display: inline-block;
  vertical-align: middle;
  margin-right: 00px;
  margin-left: 10px;
}

#footer .footerright p {
  font-size: 14px;
  font-weight: 500;
  color: #0E2D52;
  text-transform: none;
  text-align: right;
  margin-bottom: 0px;
}

.footersocial a {
  display: inline-block;
  margin-right: 0px;
}

.footersocial a:last-child {
  margin-right: 0;
}

.footersocial a:hover svg path {
  fill: #dc1e35;
}

/* General Styles */
.section {
  position: relative;
}

.section p, .section ol, .section ul, .section li,.section span {
  font-size: 18px;
  margin-bottom: 20px;
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; 
}

.section h1 {
  margin-top: 0px;
  font-size: 55px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 900;
  color: var(--Navy, #0E2D52);
}

.section h2 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 20px;padding-top:10px;
  font-weight: 600;
  color: var(--Navy, #0E2D52)
}

.section h3 {
  color: var(--Red, #DC1E35);

  /* H4 */
 
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
 /* 33.6px */
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section h4 {
  font-size: 24px;
  line-height: 29px;
  color: #0E2D52;
  margin-bottom: 20px;
  font-weight: normal;
}

.mobile-hero-image {
  display: none;
}
.endorsements_section {
  padding: 50px 0 20px 0;
}

.altrow .card .frame-container img {
  object-fit: cover;
  object-position: 50% 80%;
  border-radius: 0px;
}

#masthead {
  height: 870px;
  background-size: cover;
  background-position: right !important;;
  background-repeat: no-repeat;
  position: relative;
}

#masthead .inner {
  height: 100%;
}

#mastheadcontent {
  width: 65%;
  max-width: 600px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.85);

  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(10px);
  box-sizing: border-box;
  padding: 40px;
  border-radius:0px;
}

#masthead h1 {
  color: var(--Navy, #0E2D52);
  /* H1 */
 
  font-size: 40px;
  
  font-weight: 500;
 
  letter-spacing: -1px;
}

.not-front #masthead h1 {    font-weight: 400;
  letter-spacing: -1px;
  top: 0px;
  padding-bottom: 45px;}

#masthead h1 svg {
  position: absolute;
  bottom: -8px;
  right: 0;
  z-index: -1;
  width: 100%;
}
.at input[type="checkbox"]:checked + span:after {
  color: black;
}

#NVSignupForm2263273-ContactInformation-SmsLegalDisclaimer {font-size:12px !important;font-weight:600 !important;}
#masthead p {
  font-size: 12px;
  line-height: 20px;
  color:#0E2D52 !important;
  font-weight: 600;
  margin-bottom: 0px;
  opacity: 0.8;
}

#NVSignupForm2263273 .at-title, #NVSignupForm2263273 .checkbox-list-label {  color:#0E2D52 !important;}

.YesSignMeUpForUpdatesForBinder {display:none !important;}

.CustomFormFieldQuestion_7017713038535585 {padding-top:5px; padding-bottom:5px}
#masthead p.mobiledisclaimer {
  font-size: 19px;
  line-height: 24px;
  font-weight: 600;
}

#masthead .herocontent {
  width: 500px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.herocontent h4 {
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-top: -5px;
  letter-spacing: -0.16px;
}

.FastAction {
  display: none !important;
}

#masthead .herocontent h1 {
  font-size: 47px;
  line-height: 52px;
  margin-bottom: 40px;
  font-weight: normal;
  color: #ffffff;
  position: relative;
  display: inline-block;
}
#page-spanish #masthead .herocontent h1 {
  font-size: 40px;
}

.card img {
}

.altrow .card .frame-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: stretch;
  justify-content: center;
}

.altrow .card .frame-container img {
  object-fit: cover;
}

#masthead .herocontent h1 svg {
  position: absolute;
  bottom: -15px;
  right: 0;
  z-index: -1;
  width: 69%;
  height: auto;
}

.orangesection {
  background-color: #eaa150;
  padding: 50px 0;
}

img {
  max-width: 100%;
  height: auto;
}

.contentleft {
  width: 55%;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
  position: relative;
}
.meet-div .meet-left li {margin-bottom: 11px;}
.meet-div .meet-left h2 {font-weight: 500;
  font-size: 32px;
  padding-bottom: 0px;
  margin-bottom: 10px;}

  .meet-div .meet-left h2 * {font-weight: 500;
    font-size: 32px;;}

.meet-div .meet-left {
  flex-grow: 1;
  width: auto;
  min-width: 300px;
  width: 58%;
}
.meet-div .meet-right {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  min-width: 300px;
  gap: 30px;
  flex-wrap: wrap;
  width: 30%;
  flex-grow: 1;
}

.meet-div .meet-right img {
  border-radius: 0px;
  min-height: 330px;
  width: 100%;
  height: auto;
  flex-grow: 1;
  max-width: 400px;
  max-height: 380px;
  object-position: top;
  object-fit: cover;}
.meet-bottom img {
  width: 100%;
  object-position: top;
  height: auto;
  flex-grow: 1;
  max-height: 480px;
  max-width: 100% !important;
  object-fit: cover;
}


.meet-bottom {
  flex-wrap: wrap;
  flex-direction: row;
  width: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  height: fit-content;
  padding-top: 20px;
  width: 100%;
  gap: 30px;
}

.meet-bottom-img {
  border-radius: 0px;
  width: 100%;
  object-position: top;
  height: auto;
  flex-grow: 1;
  height: 400px;
  object-fit: cover;
}

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

.meet-bottom {
  display: none;
}

.contentright {
  width: 41%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.draw-fill-svg2 .mask-rect2 {
  transition: all 2s ease-in-out;
}

.draw-fill-svg2 .mask-rect2-1 {
  width: 0;
}

.draw-fill-svg2 .mask-rect2-2 {
  width: 0;
  x: 436;
}

.draw-fill-svg2.animated .mask-rect2-1 {
  width: 436px;
}

.draw-fill-svg2.animated .mask-rect2-2 {
  width: 436px;
  x: 0; /* animate from right to left */
  transition-delay: 1.4s;
}

.orangesection .contentleft img {
  width: 100%;
}
.draw-fill-svg .mask-rect-1 {
  width: 0;
  transition: all 1s ease-in-out;
}

.draw-fill-svg .mask-rect-2 {
  width: 0;
  x: 271;
  transition: all 1.5s ease-in-out;
}

.draw-fill-svg.animated .mask-rect-1 {
  width: 271px;
}

.draw-fill-svg.animated .mask-rect-2 {
  width: 271px;
  x: 0;
  /* Move left to reveal right-to-left */
  transition-delay: 0.75s;
}

.orangesection .contentright {
  text-align: center;
}

.orangesection h3 {
  margin-bottom: 40px;
}

.orangesection p {
  color: #ffffff;
  font-size: 17px;
  line-height: 22px;
}

svg#playbtn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

svg#playbtn:hover path#playbg {
  fill: #280045;
}

a.whitebtn {
  background-color: transparent;
  color: #DC1E35;

  leading-trim: both;
  
  text-edge: cap;
  /* Body ALL CAPS SPACED */

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 35px;
  display: inline-block;
  text-decoration: none;
  margin-top: 20px;
  border: 1px solid #DC1E35;
  border-radius: 2px;
}

a.whitebtn:hover {
  background-color: #DC1E35;
  color: #ffffff;
}

/* Common styles for all rows */
.altrow {
  display: flex;
  margin-bottom: 0px;
}

.altrow:last-child {
  margin-bottom: 0;
}

.altrow .card {
  width: 48%;
  position: relative;
}

.altrow .card img {
  width: 100%;
  height: auto;
}

/* Image on right (odd rows) */
.altrow.image-right {
  flex-direction: row;
  lex-direction: row;
    background: #E9EFFF;
    width: 100%;
    padding: 100px 5% 70px 5%;
}

/* Image on left (even rows) */
.altrow.image-left {
  flex-direction: row-reverse;
  lex-direction: row;
    background:white;
    width: 100%;
    padding: 100px 5% 40px 5%;
}

/* Add some space between cards */
.altrow.image-right .card:first-child {
  margin-right: 4%;
}

.altrow.image-left .card:first-child {
  margin-left: 4%;
}

.donatebuttons {
  display: inline-block;
  width: 100%;
}

.donatebuttons a {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 20px;
  background-color: transparent;
  color: #ffffff;
  padding: 15px 45px 10px;
  display: inline-block;
  text-decoration: none;
  border: 2px solid white;
  font-size: 20px;
  line-height: 25px;
  text-transform: none;
  box-sizing: border-box;
  width: 48%;
  border-radius: 2px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding: 13px 0px 16px;
  line-height: 20px;
}

.donatebuttons a:hover {
  background: #dc1e34cd;  color: white;
}

.quote.section h2 {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.quotecontent {
  margin-bottom: 20px;
}

.bars {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
}

.bars div {
  width: 100%;
  height: 20px;
  background-color: #eaa150;
  margin-bottom: 25px;
}

.bars div:last-child {
  margin-bottom: 0;
}

.card .smallbars {
  top: 0;
  left: -20%;
  width: 80px;
}

.smallbars {
  width: 6%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50px;
}

.smallbars div {
  width: 100%;
  height: 7px;
  background-color: #eaa150;
  margin-bottom: 12px;
}

.smallbars div:last-child {
  margin-bottom: 0;
}

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

.factitem {
  margin-bottom: 20px;
}

.factitem svg {
  width: 40px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.factitem .factcontent {
  display: inline-block;
  vertical-align: top;
  width: 18%;
}

.factitem h5 {
  font-size: 20px;
  line-height: 25px;
  color: #0E2D52;
  margin-bottom: 10px;
  font-family: "kanit", sans-serif !important;
}

h2 {
  color: #0e2d52;
  /* H2 */
  font-family: Kanit;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 48.4px */
  letter-spacing: -1px;
}
.factitem p {
  font-size: 18px;
  line-height: 21px;
  color: #0E2D52;
}

#hero img {
  vertical-align: bottom;
}



.callout {
  padding: 20px 0;
  text-align: center;
}

.callout p {
  font-family: "kanit", sans-serif !important;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #0E2D52;
  width: 75%;
  margin: 0 auto;
}

.numbergrid {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 15px;
  gap: 5px;
}

.numberitem {
  flex: 1 1 calc(50% - 5px); /* Allows equal width with gap consideration */
  padding: 20px;
  text-align: left;
  box-sizing: border-box; /* Ensures padding doesn't break the layout */
}

.FastAction {
  display: none !important;
}
.numberitem .number {
  font-size: 55px;
  line-height: 60px;
  font-family: "kanit", sans-serif !important;
  font-weight: 900;
  color: #d6d6d6;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
  width: 55px;
}

.numberitem .numbercontent {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 65px);
}

.numberitem h5 {
  color: #0E2D52;
  font-family: "kanit", sans-serif !important;
  font-size: 29px;
  line-height: 35px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}

.numberitem p {
  color: #0E2D52;
  font-size: 18px;
  line-height: 21px;
}

.twocolrow {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: solid 1px #f5f4f0;
}

.twocolrow .colleft {
  width: 23%;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
  text-align: center;
}

.twocolrow .colright {
  width: 70%;
  display: inline-block;
  vertical-align: top;
}

.twocolrow {    display: flex
  ;flex-wrap: wrap;
      flex-direction: row;
      justify-content: space-around;
      align-items: center;}

.twocolrow .colleft p {
  color: #0E2D52;
  font-size: 27px;
  line-height: 32px;
  font-weight: 400;
  font-family: "kanit", sans-serif !important;
}

.twocolrow .colright p {
  color: #0E2D52;
  font-size: 18px;
  line-height: 21px;
}

.orangesection.largequote {
  font-size: 0;
  padding: 80px 0;
}

.orangesection.largequote h2 {
  color: #89db70;
  text-align: center;
  font-family: "kanit", sans-serif !important;
  font-weight: bold;
  font-size: 54px;
  line-height: 62px;
  font-style: normal;
  font-weight: 900;
  width: 72%;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2% 0 2%;
}

.orangesection.largequote .bars {
  width: 12%;
}

.orangesection.largequote .bars div {
  background-color: #fac892;
  height: 40px;
}

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

.topbars {
  width: 100%;
  display: inline-block;
  margin-bottom: 100px;
}

.topbars div {
  width: 100%;
  height: 20px;
  background-color: #eaa150;
  margin-bottom: 15px;
}

.topbars div:last-child {
  margin-bottom: 0;
}

.subheader {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  min-width: 400px;
}

.issuerow {
  margin-bottom: 40px;
  background-color: #e9efff78;
  box-sizing: border-box;
  padding: 30px 40px 35px;
  position: relative;
}


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

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

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

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

.page-id-689 .whitesection {opacity:0;}
.issuecon p:last-of-type {margin-bottom:0px;}
.issuerow.active {background-color:#fff;}
.issuerow h2 {
  font-size: 35px !important;
  line-height: 38px;
  margin-bottom: 0px;
  font-family: "kanit", sans-serif !important;
  font-weight: 400;
  padding-top:2px;
  padding-bottom:0px;
  color:#0E2D52;
}

.issuerow {border:.5px solid #0E2D52}


.issuerow h4 {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 10px;

  font-family: "kanit", sans-serif !important;
  font-weight: 600;
  color: #001c28;
}

.issuerow p {color:0E2D52}
#takeover {
  /* padding: 20px 0px 40px; */
  padding:0px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1200;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  overflow: scroll;
  display: none;
}

#takeovercon {
  z-index: 1000;
  /* width: 90%; */
  position: relative;
  /* top: 30px; */
  top:0px;
  width: 100%;
  background-position: 25%;
  /* height: fit-content; */
  background-size: cover;
  height:100vh;
  background-position: center;
  background-repeat: no-repeat;
  min-height: fit-content;
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
  /* padding: 60px 0px; */
/*   
  margin: 20px auto;
  border-radius: 20px; */
}

#splashright {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  margin-left: 7%;
}

#splashleft {
  text-align: center;
  width: 45%;
  display: inline-block;
  vertical-align: top;
  /* padding: 50px 0 30px; */
  padding: 20vh 0 30px;
}

#clonebtn {
  background: rgba(255, 255, 255, 0.4);
  padding: 5px 5px 5px -10px;
  width: 40px;
  border-radius: 100%;
  height: 40px;
}

#splashleft h2 {
  color: #004b6c;
  font-family: "kanit", sans-serif !important;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  width: 100%;
  text-align: left;
  margin: 0 auto 10px auto;
}

#splashleft h2 {
  margin-bottom: 20px;
}

#splashleft img {
  width: 250px;
  height: auto;
  margin: 0 auto 0 0;
  display: flex;
}

#splashleft .large_button {
  margin-bottom: 20px;
}

#splashleft h2 svg {
  position: relative;
  top: -12px;
}

#takeover .inner {
  width: 90%;
  margin: 0 auto;
}

#takeoverleft svg {
  width: 300px;
  max-width: 100%;
  height: auto;
}

#takeoverleft {
  width: 27%;
  display: inline-block;
  vertical-align: top;
}

#takeoverright {
  width: 66%;
  display: inline-block;
  vertical-align: top;
}

#takeovercontent {
  margin-bottom: 15px;
}

#takeovercontent h1 {
  font-size: 39px;
  line-height: 46px;
  margin-bottom: 22px;
  font-family: "kanit", sans-serif !important;
  font-weight: 900;
  color: #89db70;
}

#takeovercontent p {
  font-size: 21px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #0E2D52;
  font-weight: 600;
  font-family: "kanit", sans-serif !important;
}

#takeovervideo {
  position: relative;
}

#tkleft {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin-right: 6%;
}

#tkright {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

#tkbuttons a {
  display: inline-block;
  margin-right: 2%;
  margin-bottom: 15px;
  background-color: #dc1e35;
  color: white;
  padding: 10px 45px 13px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #dc1e35;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  box-sizing: border-box;
  width: 48%;
  font-weight: bold;
  border-radius: 0px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
  letter-spacing: 2px;
  text-transform: uppercase;
}

#tkbuttons a#close-button {
  font-size: 18px;
  color: #dc1e35;
  background-color: white;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
  letter-spacing: 2px;
  text-transform: uppercase;
}

#tkbuttons a:hover {
  background-color: white;
  color: #dc1e35;
}

#tkbuttons a#close-button:hover {
  background-color: #dc1e35;
  color: white;
}

#tkbuttons a:nth-child(2n + 2) {
  margin-right: 0;
}

#takeovervideo iframe {
  width: 100%;
  height: 500px;
}

#tkright p a {
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

#tkright p a svg {
  width: 22px;
  height: auto;
  margin-left: 0px;
  display: inline-block;
  vertical-align: middle;
}

.home #header {
  background: rgba(14, 45, 82, 0.9);
}

#header {
  position: absolute;
  padding: 0px;
  width: 100%;
}

#tkright p a:hover {
  color: #dcd9d9;
}

#takeover #closebtn {
  position: absolute;
  width: 41px;
  height: 40px;
  top: 30px;
  border-radius: 100%;
  /* border-radius: 40px; */
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.45);
  right: 30px;
  cursor: pointer;
  z-index: 100;
}
.ngp-form {
  display: none;
}

#takeover #closebtn svg {
  width: 15px;
  top: 10px;
  height: auto;
  position: relative;
  left: 13px;
}

/* New */

.gallery img {
  width: 31%;
  height: auto;
  margin-right: 2%;
}

.gallery img:last-child {
  margin-right: 0;
}

.supportus {
  width: 100%;
  margin: 40px auto 0 auto;
  height: 400px;
  padding: 40px 0px 40px;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 0px;
}

.headersocial {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
}

.headersocial a {
  display: inline-block;
  margin-right: 15px;
}

#masthead {
  min-height: fit-content;
}
/* 2nd to last child */
.headersocial a:nth-last-child(2) {
  margin-right: 0;
}

.home .section h1,
.page-id-451 .section h1 {
  margin-top: 0px;
}

.not-front #masthead h1 {
  color:white;
  text-transform: uppercase;
}

.not-front #masthead {
  position: relative;
}

.not-front .whitesection .inner {max-width: 1200px;padding-top:10px}

.not-front #masthead::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  aspect-ratio: 1920 / 40; /* Maintain SVG aspect ratio */
  height: auto; /* Let aspect-ratio control the height */
  width: 100%;
  pointer-events: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="40" viewBox="0 0 1920 40" fill="none"><path d="M1920 0L0 40H1920V0Z" fill="%23DC1E35"/></svg>') no-repeat center bottom;
  background-size: 100% 100%;
  z-index: 1;
}

#masthead {
  background-size: cover !important;
}

.not-front #masthead {
  width: 100%;
margin-top: 0px !important;
padding-top:150px;
  height: fit-content
}

.not-front #header {background-color: rgba(0, 0, 0, 0.60)!important;}

.frame-container {
  position: relative;
  width: fit-content;
}

.image {
  display: block;
  max-width: 100%;
  z-index: 10;
  position: relative;
}

/* NGP Form */
.at-inner,
.at-fields {
  background: transparent !important;
}

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

.at-text {
  font-size: 0 !important;
}

.at-form-submit,
.at .at-fieldset {
  padding: 0 !important;
}



.at-form-submit .at-submit {
  margin: 0 !important;
  float: none !important;
  background-color: #dc1e35 !important;
  text-transform: none !important;
  width: auto;
  text-shadow: none !important;
  text-transform: uppercase !important;
  border: none !important;
  font-size: 18px !important;
  margin-top:10px !important;
  padding: 16px 45px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  border-radius: 0px !important;
  color: white !important;
}
.at-checkbox-title-container span{
display: flex
;
    justify-content: center;
    align-items: center;}
.SmsSubscribeMobilePhone {
  margin-left: 0 !important;
  padding-top: 2px !important;
}
.SmsSubscribeMobilePhone span, .at-checkbox-title-container span {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  color:#0E2D52 !important;
  font-family: "kanit", sans-serif !important;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.at-form-submit .at-submit {
  border: 2px solid #dc1e35 !important;}

.at-form-submit .at-submit:hover {
 color: #dc1e35 !important;
 background-color: rgba(255,255,255,0.8) !important;
}

.at label.at-text {
  margin: 0 10px 10px 0 !important;
}

.at label.at-text input {
  font-size: 17px;
  padding: 21px 12px 18px;;  font-family: "kanit", sans-serif !important;
  font-weight: normal;
  text-transform: none;
  border-radius: 0;
  margin: 0 !important;
  color:#0E2D52 !important;
    letter-spacing: 1px !important;
}

#masthead .ngp-form {
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.graysection .at label.at-text {
  width: 100% !important;
}

.graysection .at-row {
  display: block !important;
}

.section .at label.at-text input[type="text"],
.section .at label.at-text input[type="tel"],
.section .at label.at-text input[type="email"],
#masthead .at label.at-text input[type="tel"],
#masthead .at label.at-text input[type="email"] {
  background-color: transparent !important;
  border:none;
  border-bottom: 2px solid var(--Navy, #0E2D52);

}

/* .section input {
  border: solid 1px #89DB70 !important;
} */

.section .at textarea {
  background-color: transparent !important;
  border: none;
  box-sizing: border-box !important;
  padding: 20px 12px;
  font-size: 18px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  font-family: "kanit", sans-serif !important;
  height: 200px;
}

.section form {
  width: 100%;
}

.YesSignMeUpForUpdatesForBinder {
  font-size: 17px;
  margin-bottom: 20px;
  color:#0E2D52 !important;
}

.at-indented {
  padding-left: 0 !important;
}

.at-row > [class^="at-"] {
  margin: 0 !important;
}

/* input placeholder */
.at-text input[type="text"]::placeholder,
.at-text input[type="tel"]::placeholder,
.at-text input[type="email"]::placeholder {
  color:#0E2D52 !important;
}

#footernavigation ul li {
  margin-bottom: 10px;
}
.SmsLegalDisclaimer {
  margin-top: 0px !important;
}

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

.at input[type="checkbox"] + span:before {
  border-radius: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.658) !important;
}
label.at-text.error small.error,
.at-row label.StateProvince small.error,
.at label.at-text.error {
  color: #dc1e35 !important;
  margin-bottom: 0px !important;
  padding: 4px 0px 0px 0px !important
}

#mobilenavigation #menu-item-146 a,
#mobilenavigation #menu-item-479 a {
  background-color: #dc1e35 !important;
  text-transform: uppercase !important;
  width: 100%;
  text-shadow: none !important;
  font-family: "kanit", sans-serif !important;
  border: none !important;
  font-size: 18px !important;
  padding: 12px 20px;
  font-weight: 600 !important;
  margin: 20px auto 10px;
  width: fit-content;
}

.at label input[type="checkbox"]:checked + span:before {
  background-color: #cea1ed !important;
  border: none !important;
}
#closebtn:hover svg {
  transform: rotate(90deg);
  transition: 0.5s;
  transform-origin: center;
}
#closebtn svg {
  transition: 1s;
  transform-origin: center;
}

#closebtn svg path {
  stroke: white !important;
}
.desktoponly {
  display: block;
}

.mobileonly {
  display: none !important;
}

.headersocial a {
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
}

a#mobilemenutoggle {
  position: absolute;
  top: 40px;
  right: 20px;
  width: 50px;
  z-index: 1010;
  color: #dc1e35;
  text-decoration: none;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

#mobile-logo {transition: all .25s ease-in-out;}
#mobile-logo:hover {opacity: .7}
.hamburger {    position: absolute;
  right: 20px;
  z-index: 10000;}
.admin-bar #mobilemenutoggle {
  z-index: 100000;
  position: absolute;
  right: 20px;
  top: 20px;
}

#mobilemenutoggle.active {
  color: #ffffff;
}

#mobilenavigation.open {
  height: 100vh;
}

#mobilenavigation.open #mobilenavcon.open {
  opacity: 1;
}

#mobilenavigation .headersocial {
  margin-left: 0;
}

.headersocial a:hover svg path {
  fill: #dc1e35;
}

#mobilenavigation .headersocial a:hover svg path {
  fill: #9c7dcd;
}

/* General Styles */

.section img.alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}

.section img.alignright {
  float: right;
  margin: 20px 0 20px 20px;
}

.section img {
  max-width: 100%;
  height: auto;
}

.page-id-687 .twocolrow img {max-width: 80px;}

.section ul,
.section ol {
  margin-bottom: 20px;
  margin-left: 40px;
  position: relative;
}


* {
  font-family: "kanit", sans-serif !important;
}

.pagenotfound h1 {
  font-size: 315px;
  line-height: 320px;
  font-style: normal;
  font-weight: 900;
  color: #eaa150;
}

.pagenotfound h2 {
  font-size: 45px;
  line-height: 50px;
  font-style: normal;
  font-weight: 900;
  color: #89db70;
}

#pagenotfoundbtn {
  background-color: #1fadad;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 18px;
  line-height: 24px;
  padding: 20px 45px;
  font-weight: 600;
  letter-spacing: 1px !important;
  color: #ffffff;
  border: none;
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
}

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

/* Fade in */
.fade-in {
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out;
  animation-delay: 1s; /* Add the desired delay here */
  animation-fill-mode: forwards; /* Ensure the final state is maintained */
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Navigation */


#navigation ul li a:hover {
  color: #dc1e35;
}

#navigation ul li.current-menu-item a:hover {
  color: #dc1e35;
}

#navigation .menu-item-479 a,
#navigation ul li.menu-item-479 a {
  padding: 15px 15px;
}

#navigation .menu-item-146 a:hover,
#navigation .menu-item-479 a:hover {
  background-color: #ffffff;
}

#navigation ul li.menu-item-146 a:hover,
#navigation ul li.menu-item-479 a:hover {
  background-color: #dc1e35;
}
#navigation ul li.menu-item-479 a:hover {
  background-color: #dc1e35;
  color: white;
}

#mobilenavigation {
  height: 0;
  width: 100%;
  background-color: #242424;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
#footer ul {list-style-type: none !important;}

#header #menu-header-1 li {padding-right:0px !important;border-right:none !important;}
#header #menu-header-1 li a {border-right:none !important;}
#footer  li, #footer .footersocial a {padding-right:10px !important;border-right:1px solid#0e2d52b3 !important;}
#footer  li a {border-right:none !important;}
#footer .donate-li a {border-right:none !important;border: none !important;padding-right:25px !important;color:white !important;}
#footer .donate-li a:hover {background-color:#0E2D52 !important;color:white !important;}
#footer .donate-li {padding-right:0px !important;}
#footer .volunteer-li, #footer .get-involved-li a {border-right:none !important;border: none !important;}
#footer .volunteer-li a {padding-right:0px !important;    white-space: pre;}

#mobilenavigation #mobilenavcon {
  display: block;

  text-align: center;
  top: 70px;
  width: 300px;
  margin: 0 auto;
  text-align: center;

  position: relative;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

#mobilenavigation .volunteer-li a {padding: 10px 5px !important;transition: all .25s ease-in-out;
  color: var(--Red, #dc1e35) !important;
  background: white;}

  #mobilenavigation .volunteer-li a:hover {transition: all .25s ease-in-out;background: var(--Red, #dc1e35);color: white !important;}
#mobilenavigation .donate-li a{padding: 10px 5px !important;transition: all .25s ease-in-out;}
#mobilenavigation .donate-li a:hover {color: var(--Red, #dc1e35);background: white;transition: all .25s ease-in-out;}

#mobilenavigation * {border:none !important;list-style: none !important;}

#mobilenavigation ul {
  margin-bottom: 50px;
  display: block;
}

#mobilenavigation ul li {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

#mobilenavigation ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  line-height: 25px;
  display: block;
  position: relative;
  padding-bottom: 10px;
  transition: color 0.3s ease;
}

/* The animated bottom border effect */
#mobilenavigation #mobilenavcon.open ul li a::after,
#navigation ul li a::after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 7px;
  background-color: #dc1e35; /* Color of the border */
  transition: width 0.7s ease;
}

#navigation ul li a::after {
  bottom: -20px;
}

#mobilenavigation #menu-item-146 a,
#mobilenavigation #menu-item-479 a {
  transition: 0.25s ease-in-out;
}
#mobilenavigation #menu-item-146 a:hover,
#mobilenavigation #menu-item-479 a:hover {
  transition: 0.25s ease-in-out;
  color: white !important;
  background-color: #dc1e35 !important;
}
/* Hover animation */
/* #mobilenavigation #mobilenavcon.open ul.open li a:hover::after,  */
#navigation ul li.current-menu-item a::after {
  width: 100%;
}

/* Active state styling */
#mobilenavigation #mobilenavcon.open ul.open li.current-menu-item a {
  color: #dc1e35; /* Change text color for active state */
}

#mobilenavigation #mobilenavcon.open ul.open li.current-menu-item a::after {
  width: 100%; /* Full width border for active state */
}

#mobilenavigation ul li a:hover {
  color: #dc1e35;
}

#mobilenavigation.open {
  height: 100vh;
}

#mobilenavigation.open #mobilenavcon.open {
  opacity: 1;
}
.meet-div .meet-right img:last-of-type {

  min-height: 450px;}

#navigation,#menu-header-2 {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
  display: inline-block;
  text-align: right;
}

#navigation ul {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
#footerbottom {padding-top:30px;width:95%;margin:0 auto;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;}
.page-id-687 .content-card {flex-grow:1}
.page-id-687 .whitesection.section {padding:0px !important;}
.page-id-687 .altrow.image-right {background:white !important;padding:0px !important;width:90%;margin:0 auto;}
.page-id-687 .altrow.image-right.inner {display: flex;flex-direction: row-reverse;justify-content: space-between;align-items: center;padding-top:10px !important; padding-bottom:40px !important}
.page-id-687 .altrow.image-right img {min-height: 360px;}
.page-id-687 .altrow.image-right .card:first-child {margin-right:0px !important;}
.page-id-687 .altrow.image-right .content-card{margin-right:30px;width:47%}
.page-id-687 .altrow.image-right .image-card {width:53%}
.page-id-687 .altrow.image-right {gap:00px;}
.page-id-687 .section h4 {    font-size: 24px;
  line-height: 29px;
  color: #0E2D52;
  margin-bottom: 20px;
  width: 99.5%;
  font-weight: normal;
  margin: 0 auto;
  padding-bottom: 20px;}
.footer-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#footer .footermiddle p, #footer .footermiddle a {font-size:14px;}

#navigation ul li {
  font-size: 18px;
  padding-right: 12.5px;
  padding-left: 12.5px;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* border-left: 2px solid white; */
}

#menu-header-2 {    list-style: none;
  display: flex
;
  vertical-align: middle;
  flex-direction: row;
  justify-content: flex-end;}
#navigation ul li:last-child, .footer-nav ul li:last-child {
  border-right: none !important;
}
#menu-header-1 li a, #menu-header-2 li a, #menu-header li a{
  height: 100%;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#menu-header-1 li, #menu-header li {
  border-right: 1px solid rgba(255, 255, 255, 0.46) !important;
  padding-right: 20px;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#menu-header-2 li  {
  padding-right: 20px;
  height: 100%;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.donate-footer-btn {
  background: var(--Red, #dc1e35);
  color: white;
}

#logo img {
  width: 190px;
  margin-top: -18px;
  height: auto;
  margin-bottom: -20px;
  transition: all .25s ease-in-out;
}
#logo img:hover {
  opacity: .7;
}
.donate-footer-btn:hover {
  color: var(--Red, #dc1e35);
  background: white;
}

.donate-li {
  background: var(--Red, #dc1e35);
  padding: 0px !important;
}


#navigation ul li:last-child, .footer-nav ul li:last-child  {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footersocial {margin-left:0px;    height: 30px;display: flex
  ;
      flex-direction: row;
      justify-content: center;
      align-items: center;}
.footersocial a {   
  display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; height: 30px;border-left: 1px solid rgba(255, 255, 255, 0.46) !important;
      padding-right: 10px;
      padding-left: 10px;}

      .footersocial a svg{transform: scale(.8);}
li.donate-li {
  margin-right: 0px !important;
}
.donate-li a {
  height: 100%;
  padding: 0px 25px !important;
  display: flex;
  border-bottom: 2px solid rgba(14, 45, 82, 0.8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* #navigation ul li:last-child a{
 padding-right:10px; padding-left:10px;;

} */

#navigation ul li a {
  color: var(--Neutral-100, #fff);
  leading-trim: both;
  text-edge: cap;
  text-decoration: none;
  font-family: Kanit;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-nav ul li a {
  color: #0E2D52;
  leading-trim: both;
  text-edge: cap;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.footersocial .footeraddress a {
  transition: 0.25s ease-in-out;
}
.footeraddress a:hover,
#footer #footeraddress p a:hover {
  transition: 0.25s ease-in-out;
  color: #dc1e35;
}

#footernavigation .menu-item-146 a:hover,
#footernavigation .menu-item-479 a:hover {
  background-color: #dc1e35;
}

.supportus.section .inner {
  position: relative;
  top: 50%;
  max-width: 700px;
  transform: translateY(-50%);
}

.supportus.section h3 {
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  padding-bottom: 25px;
  letter-spacing: -1px;
  text-transform: unset;
  color: white;
}

.supportus.section .donatebuttons {
  text-align: center;
}

p.expresslane-disclaimer {
  color: #dac4ea;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  width: 80%;
  margin: 0 auto 20px auto;
}

.image-right .frame-container {
  margin-left: 0px;
}
.image-left .frame-container {
  margin-right: 0px;
}

.large_button {
  background-color: #ff7723;
  color: #ffffff;
  padding: 9px 45px 14px;
  margin: 0 auto 20px auto;
  border-radius: 0;
  display: inline-block;
  text-decoration: none;
  font-size: 23px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;

  width: 100%;
  text-align: center;
}

.donatebuttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}

.donatebuttons a {
  width: calc(30% - 3px);
}

.large_button:hover {
  background-color: #fd8c45;
}

.supportus.section h3 svg {
  max-width: 100%;
  height: auto;
  margin: -5px auto 0 auto;
  display: block;
  z-index: -1;
  position: relative;
}

.card h3 {
  display: inline-block;
  position: relative;
}

.card h3 svg {
  max-width: 100%;
  height: auto;
  display: block;
  z-index: -1;
  position: absolute;
  bottom: -10px;
  right: 0;
}

.endorsements_section {
  padding: 80px 0 20px 0;
}

.endorsements_section h3 {
  text-align: center;
  font-weight: 900;
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 50px;
}

.endorsements_section .endorsements {
  display: flex;
  flex-wrap: wrap;
}

.endorsements_section .endorsementitem {
  width: 25%;
  padding: 0 20px;
  border-left: 1px solid #89db70;
  margin-bottom: 40px;
}

.endorsements_section .endorsementitem:nth-child(4n + 1) {
  border-left: none;
}

.endorsements_section .endorsementitem h5 {
  font-size: 22px;
  line-height: 27px;
  font-weight: bold;
  margin-bottom: 0px;
}

.endorsements_section .endorsementitem p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 0;
  color: #89db70;
}

p a {
  color: #004b6c;
}

p a:hover {
  color: #001c28;
}

#takeover svg#splashlogo {
  width: 120px;
  height: auto;
  margin-bottom: 35px;
}

.at label input[type="checkbox"]:checked + span:before {
  background-color: #dc1e35 !important;
  border-color: #ced4da;
}

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



.page-id-134 #masthead .inner,
.page-id-450 #masthead .inner {
  height: 100px !important;
}

.image404 img{
  display: flex;
  width: 100%; 
  height: auto;
  min-width: 700px;;
  object-fit: cover;
  object-position: center;

}
.image404 {overflow: hidden;display: flex;justify-content: center;align-items: center;}
.endorsements_section {
  padding-top: 20px;
  padding-bottom: 0px;
}

.error404 #masthead .herocontent h1 {
  display: none;
}
.page-id-70  #masthead::after {content:unset !important;}
.page-id-70 #masthead h1 {display: none !important;}
.page-id-70 #masthead {margin-bottom:0px !important;    padding-top: 100px !important;}
.page-id-70  #masthead h1 {margin-bottom: 0px !important;}
.error404 .whitesection {
 
  background-size: cover;
  background-position: center;
  display: flex;max-height:600px;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  display: flex;
}
.page-id-70 #footer {
  margin-top: 0px !important;
}

.page-id-70 .section h1, .page-id-70 .section h4, .page-id-70 .section h2{color:white !important;}
.image404 {    max-width: 350px !important;
  width: 90%;
  margin: 0 auto 80px auto;}
.page-id-70 .section h1 {font-weight: 600 !important;}
.page-id-70 .home-link {
  display: inline-block;

  background-color: #dc1e35;
  width: 280px;text-align: center;
  color: white;
  padding: 10px 45px 13px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #dc1e35;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  box-sizing: border-box;

  border-radius: 0px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
  letter-spacing: 2px;
  text-transform: uppercase;

  margin: 20px auto 0;
}
.page-id-70 .home-link:hover {
  background-color: white;
  color: #dc1e35;
  border: 1px solid #dc1e35;
}

#navigation ul li a::after {
  display: none !important;
}

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

.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 .5s 1s ease;
}
 

