/*
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-family: "fustat", sans-serif;
  font-weight: 400;
  background-color: #fff;
}

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

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

.not-front #header {
  background-image: none;
  background-color: #fff;
}

#logo {
  width: 19%;
  display: inline-block;
  vertical-align: middle;
}

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

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

.whitesection {
  background-color: #fff;
  padding: 100px 0 20px 0;
}

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

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

#footer {
  padding: 50px 0;
  color: #2a2a2a;
}

#footertop {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #598ea6;
}

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

.footermiddle {
  width: 39%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.footerright {
  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 a {
  color: #89db70;
  text-decoration: none;
  text-transform: none;
}

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

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

#footernavigation ul {
  list-style: none;
}

#footernavigation ul li {
  display: inline-block;
  margin-left: 15px;
  font-size: 17px;
}

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

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

#footernavigation a.btn {
  background-color: #89db70;
  color: #ffffff;
  padding: 15px 30px;
}

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

#footer p {
  text-transform: uppercase;
}

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

.section .card h4 {
  color: #5c7070;
  text-align: left;
  font-size: 24px;
  text-transform: none;
  /* font-weight: normal; */
  line-height: 120%;
  /* letter-spacing: -0.16px; */
}

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

#footer a {
  color: #2a2a2a;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}

#footer a:hover {
  color: #47c121;
}

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

#footer .footerright a:hover {
  color: #89db70;
}

.footersocial {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

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

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

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

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

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

.section p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
  color: #3e3e3e;
}

.section h1 {
  margin-top: 40px;
  font-size: 55px;
  line-height: 60px;
  margin-bottom: 60px;
  font-family: "arpona", serif;
  /* font-weight: 900; */
  color: #2a2a2a;
}

.section h2 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 20px;
  font-family: "arpona", serif;
  /* font-weight: 900; */
  color: #000000;
}

.section h3 {
  font-size: 38px;
  line-height: 44px;
  margin-bottom: 20px;
  font-family: "arpona", serif;
  /* font-weight: normal; */
  color: #004b6c;
}

.section h4 {
  font-size: 24px;
  line-height: 29px;
  color: #575757;
  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%;
}

/* #masthead {
  height: 720px;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
} */

#masthead .inner {
  height: 100%;
}

.home #masthead .inner {
  display: flex;
  gap: 10px;
}

.page-template-page-meet #masthead .inner,
.page-template-page-events #masthead .inner {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 90%;
  max-width: 1200px;
  box-sizing: border-box;
}

#mastheadcontent {
  width: 50%;
  max-width: 700px;
  /* position: relative;
  top: 50%;
  transform: translateY(-50%); */
  background-color: rgba(0, 75, 108, 0.97);
  box-sizing: border-box;
  padding: 40px;
}

#masthead h1 {
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 20px;
  font-family: "arpona", serif;
  /* font-weight: normal; */
  color: #ffffff;
  text-align: left;
  position: relative;
}

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

#masthead p {
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 20px;
  opacity: 0.8;
}

#masthead p.mobiledisclaimer {
  font-size: 19px;
  line-height: 24px;
  font-weight: normal;
}

#masthead .herocontent {
  display: flex;
  gap: 10px;
}

.page-template-page-meet #masthead .herocontent,
.page-template-page-events #masthead .herocontent {
  width: calc(40% - 5px);
  display: flex;
  align-self: stretch;
  max-height: 400px;
}

.hero-image {
  display: flex;
}

.home .hero-image {
  width: 50%;
}

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

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

.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: 0;
  display: flex;
  font-family: "arpona", serif;
  color: #ffffff;
  background-color: #004d6d;
  padding: 50px;
  justify-content: center;
  text-align: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
#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;
}

.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: #004d6d;
  padding: 15px 35px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  font-size: 17px;
  line-height: 24px;
  text-transform: none;
  margin-top: 30px;
  border: 1px solid #47c121;
}

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

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

.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;
  align-items: center;
}

/* Image on left (even rows) */
.altrow.image-left {
  flex-direction: row-reverse;
  align-items: center;
}

/* 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: 1%;
  margin-bottom: 10px;
  background-color: transparent;
  color: #ffffff;
  padding: 15px 45px 10px;
  display: inline-block;
  text-decoration: none;
  border: 2px solid #89db70;
  font-size: 20px;
  line-height: 25px;
  text-transform: none;
  box-sizing: border-box;
  width: 48%;
  font-weight: bold;
}

.donatebuttons a:hover {
  background-color: #47c121;
  color: #ffffff;
}

.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: #575757;
  margin-bottom: 10px;
  font-family: "arpona", serif;
}

.factitem p {
  font-size: 16px;
  line-height: 21px;
  color: #3e3e3e;
}

#hero img {
  vertical-align: bottom;
}

#titlebar {
  background-color: #36005e;
  padding: 40px 0;
  border-bottom: solid 10px #eaa150;
}

#titlebar h1 {
  font-size: 62px;
  line-height: 67px;
  font-style: normal;
  font-weight: 900;
  color: #fbc488;
  text-transform: uppercase;
}

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

.callout p {
  font-family: "arpona", serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #575757;
  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: "arpona", serif;
  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: #575757;
  font-family: "arpona", serif;
  font-size: 29px;
  line-height: 35px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}

.numberitem p {
  color: #3e3e3e;
  font-size: 16px;
  line-height: 21px;
}

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

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

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

.twocolrow .colleft p {
  color: #575757;
  font-size: 27px;
  line-height: 32px;
  font-weight: bold;
  font-family: "arpona", serif;
}

.twocolrow .colright p {
  color: #3e3e3e;
  font-size: 16px;
  line-height: 21px;
}

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

.orangesection.largequote h2 {
  color: #89db70;
  text-align: center;
  font-family: "arpona", serif;
  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;
}

/* gallery carousel */
.gallery-carousel {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

/* Ensure arrows position relative to content width */
.graysection .inner {
  position: relative;
}

.gallery-carousel .gallery-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.gallery-carousel .gallery-slide img,
.hero-gallery-image img,
.event-hero-carousel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  aspect-ratio: 16 / 9;
  object-position: center;
}

.gallery-carousel .slick-list,
.gallery-carousel .slick-track,
.gallery-carousel .slick-slide {
  transition: none;
}

.arrow-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
  left: 5px;
}

.arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
  right: 5px;
}

.arrow-left img,
.arrow-right img {
  width: 100px;
  height: 100px;
}

ul.slick-dots {
  margin: 0 !important;
}

.slick-dots li button:before {
  font-size: 20px !important;
}

/*Meet Hero Carousel*/

.hero-gallery .slick-dotted.slick-slider,
.event-hero-carousel .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.hero-gallery .slick-dots,
.event-hero-carousel .slick-dots {
  bottom: 16px !important;
}

.hero-gallery .slick-dots li button:before,
.event-hero-carousel .slick-dots li button:before {
  color: #fff !important;
}

.hero-gallery-wrap,
.event-hero-carousel-wrap {
  position: relative;
}

.page-template-page-meet .hero-gallery-wrap,
.event-hero-carousel-wrap {
  width: calc(60% - 5px);
}

.page-template-page-meet .hero-gallery-wrap .arrow-left.hero-gallery-prev,
.page-template-page-meet .hero-gallery-wrap .arrow-right.hero-gallery-next,
.event-hero-carousel-wrap .arrow-left.event-hero-carousel-prev,
.event-hero-carousel-wrap .arrow-right.event-hero-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.page-template-page-meet .hero-gallery-wrap .arrow-left.hero-gallery-prev,
.event-hero-carousel-wrap .arrow-left.event-hero-carousel-prev {
  left: 10px;
}

.page-template-page-meet .hero-gallery-wrap .arrow-right.hero-gallery-next,
.event-hero-carousel-wrap .arrow-right.event-hero-carousel-next {
  right: 10px;
}

.hero-gallery,
.event-hero-carousel {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.page-template-page-meet .hero-gallery,
.event-hero-carousel {
  width: 100%;
  max-width: 100%;
}

.page-template-page-meet .hero-gallery .slick-list,
.page-template-page-meet .hero-gallery .slick-track,
.event-hero-carousel .slick-list,
.event-hero-carousel .slick-track {
  width: 100%;
  overflow: hidden;
}

.page-template-page-meet .hero-gallery-image,
.event-hero-carousel-image {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.page-template-page-meet .hero-gallery-image img,
.event-hero-carousel-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

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

  text-align: center;
}

.issueitem h5 {
  color: #575757;
  font-size: 20px;
  line-height: 25px;
  font-family: "arpona", serif;
  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: #f5f4f0;
  box-sizing: border-box;
  padding: 40px;
  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 h2 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px;
  font-family: "arpona", serif;
  font-weight: 600;
  color: #89db70;
}

.issuerow h4 {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 10px;
  font-family: "arpona", serif;
  font-weight: 600;
  color: #3e3e3e;
}

#takeover {
  padding: 20px 0px 40px;
  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 {
  background-color: #ffffff;
  z-index: 1000;
  width: 90%;
  position: relative;
  top: 30px;
  background-position: 25%;
  height: fit-content;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: fit-content;
  padding: 60px 0px;
  margin: 20px auto;
}

#splashleft {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  margin-right: 7%;
}

#splashright {
  text-align: center;
  width: 40%;
  display: inline-block;
  vertical-align: top;
  padding: 50px 0 30px;
}

#splashright h2 {
  color: #004b6c;
  /* font-family: "arpona", serif; */
  font-size: 34px;
  line-height: 40px;
  width: 90%;
  margin: 0 auto 10px auto;
}

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

#splashright img {
  width: 120px;
  height: auto;
  margin-bottom: 15px;
}

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

#splashright 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: "arpona", serif;
  font-weight: 900;
  color: #89db70;
}

#takeovercontent p {
  font-size: 21px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #575757;
  font-weight: 600;
  font-family: "arpona", serif;
}

#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: #004b6c;
  color: #ffffff;
  padding: 16px 45px 11px;
  display: inline-block;
  text-decoration: none;
  border: none;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  box-sizing: border-box;
  width: 48%;
  font-weight: bold;
}

#tkbuttons a:last-child {
  margin-right: 0;
  width: 99%;
}

.takeover-social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.takeover-social a svg {
  width: 30px;
  height: auto;
}

.desktoponly .current_page_item.menu-item-606 a::after {
  width: 100%;
  transform: scaleX(1) !important;
}

#mobilenavigation
  #mobilenavcon.open
  ul.open
  li.current-menu-item.menu-item-536
  a {
  color: white;
}
#mobilenavigation
  #mobilenavcon.open
  ul.open
  li.current-menu-item.menu-item-536
  a:hover {
  color: #47c121;
}
#mobilenavigation #menu-item-146 a:hover {
  background-color: white !important;
}

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

#tkbuttons a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

#tkbuttons a.donatebtn {
  background-color: #1fadad;
  color: #ffffff;
  border: solid 1px #1fadad;
}

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

#tkright p a {
  font-size: 16px;
  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;
}

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

#takeover #closebtn {
  position: absolute;
  top: 45px;
  right: 50px;
  width: 20px;
  cursor: pointer;
  z-index: 100;
}

#takeover #closebtn svg {
  width: 100%;
  height: auto;
}

/* New */

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

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

.supportus {
  width: 90%;
  background-color: rgba(0, 75, 108, 0.97);
  max-width: 1200px;
  margin: 40px auto 0 auto;
  height: 400px;
  padding: 40px 0px 40px;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
}

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

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

.not-front #masthead {
  margin: 0 auto;

  height: unset;
}

.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: #89db70 !important;
  text-transform: none !important;
  width: auto;
  text-shadow: none !important;
  font-family: "Aboria", sans-serif !important;
  border: none !important;
  font-size: 18px !important;
  padding: 16px 45px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  border-radius: 0px !important;
  color: #004b6c !important;
}

.SmsSubscribeMobilePhone {
  margin-left: 0 !important;
  padding-top: 2px !important;
}
.SmsSubscribeMobilePhone span {
  font-size: 15px;
  line-height: 21px;
  font-weight: normal;
  color: white !important;
  font-family: "Aboria", sans-serif !important;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.at-form-submit .at-submit:hover {
  background-color: #47c121 !important;
}

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

.at label.at-text input {
  font-size: 17px;
  padding: 23px 15px;
  font-family: "Aboria", sans-serif !important;
  font-weight: normal;
  text-transform: none;
  border-radius: 0;
  margin: 0 !important;
  color: #ffffff !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;
}

.section input {
  border: solid 1px #89db70 !important;
}

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

.section form {
  width: 100%;
}

.YesSignMeUpForUpdatesForBinder {
  font-size: 17px;
  margin-bottom: 20px;
  color: #ffffff !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: #ffffff !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;
}
label.at-text.error small.error,
.at-row label.StateProvince small.error,
.at label.at-text.error {
  color: #47c121 !important;
}

#mobilenavigation #menu-item-146 a,
#mobilenavigation #menu-item-479 a {
  background-color: #47c121 !important;
  text-transform: uppercase !important;
  width: 100%;
  text-shadow: none !important;
  font-family: "Aboria", 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 svg:hover {
  transform: rotate(90deg);
  transition: 0.5s;
  transform-origin: center;
}
#closebtn svg {
  transition: 1s;
  transform-origin: center;
}

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

.mobileonly {
  display: none;
}

.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: #47c121;
  text-decoration: none;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.admin-bar #mobilemenutoggle {
  top: 80px;
}

#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: #47c121;
}

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

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

.section ul li,
.section ol li {
  font-size: 18px;
  line-height: 25px;
  color: #3e3e3e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "arpona", serif !important;
  font-family: "franklin-gothic-compressed", sans-serif !important;
  font-weight: 600;
}

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

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

#pagenotfoundbtn {
  background-color: #1fadad;
  text-transform: uppercase;
  text-shadow: none;
  font-family: "fustat", sans-serif;
  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;
}

/* news page */

.news-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.filter-link {
  border: 1px solid #47c121;

  color: #004b6c;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
}

.news-type-container {
  display: flex;
  gap: 12px;
  align-items: center;
  padding-bottom: 15px;
}

.news-list {
  padding: 40px 0;
  width: 60%;
  margin: 0 auto;
}

.news-items {
  font-family: "fustat", sans-serif;
  border: 1px solid #598ea6;
  padding: 15px;

  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.news-date {
  color: #5c7070;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
}

.news-date::after {
  content: " —";
  color: #5c7070;
  margin-left: 5px;
}

.category-title {
  color: rgba(0, 75, 108, 0.97);
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 21px */
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.news-title {
  font-family: "franklin-gothic-compressed", sans-serif;
  color: #19171c;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.news-preview-text {
  margin-top: 20px;
}
/* Hover/focus interactions for news items and titles */
.news-items:hover {
  background: rgba(92, 112, 112, 0.1);
}

.news-items:hover .news-title,
.news-title:hover {
  text-decoration: underline;
  text-decoration-color: #47c121;
}

.news-link {
  color: #004b6c;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.news-link:hover {
  text-decoration: underline;
  text-decoration-color: #004b6c;
}

.single-article-title {
  text-align: center;
  margin-bottom: 30px;
}

/*Priorities Page*/

.priorities-inner {
  display: flex;
  gap: 40px;
}

.priorities-container {
  width: 40%;
}

.priorities-subtitle {
  color: #004d6d;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  margin-bottom: 30px;
}
.priorities-main-body {
  text-align: left;
}

.priorities-main-body p {
  font-size: 20px;
}

.priorities-list {
  width: 60%;
}

.priority-title {
  color: #004d6d;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.priority-item {
  border: 1px solid #598ea6;
  padding: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.priority-item:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.priority-content ul {
  padding-left: 20px;
  padding-bottom: 5px;
}
.priority-content li {
  padding-bottom: 20px;
}
.priority-content p {
  padding-bottom: 20px;
}
.priority-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.priority-item.expanded {
  padding-bottom: 0px;
}
.top-left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.priority-icon img {
  width: 30px;
  height: 30px;
}

.down-arrow img {
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: 0.5s;
}

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

.priority-content {
  margin: 20px 0;
  display: none;
}

.single-article-title {
  text-align: center;
  margin: 0;
  font-size: 50px;
  margin-bottom: 30px;
}

.article-date {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.article-section {
  padding: 40px 0;
}

/* -------------------------------------------------------------- */
/* 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::after {
  display: block;
  content: "";
  border-bottom: solid 4px #47c121;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 250ms ease-in-out;
}

#navigation .menu-item-146 a::after {
  display: none !important;
  content: none !important;
}

#navigation ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}

#navigation ul li a {
  color: #2a2a2a;
  position: relative;
}

#navigation ul li a:hover {
  color: #47c121;
}

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

#navigation .menu-item-146 a,
#navigation ul li.menu-item-146 a {
  background-color: #89db70;
  color: #004b6c;
  padding: 15px 45px;

  font-weight: 600;
}

#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: #47c121;
}
#navigation ul li.menu-item-479 a:hover {
  background-color: #47c121;
  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;
}

#mobilenavigation #mobilenavcon {
  display: block;
  text-align: center;
  top: 24%;
  position: relative;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

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

#mobilenavigation ul li {
  /* font-family: "arpona", serif;
  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;
}

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

#mobilenavigation ul li a:hover {
  color: #47c121;
}

#mobilenavigation.open {
  height: 100vh;
}

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

#navigation {
  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;
}

#navigation ul li {
  display: inline-block;
  margin-right: 40px;
  font-size: 18px;
  position: relative;
}

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

#navigation ul li a {
  color: #004d6d;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 1px;
  /* font-weight: bold; */
}

#footernavigation .menu-item-146 a,
#footernavigation .menu-item-479 a {
  background-color: #89db70;
  color: #004b6c;
  text-transform: none;

  padding: 10px 40px 7px;
  font-weight: 700;
}

.footeraddress a {
  transition: 0.25s ease-in-out;
}
.footeraddress a:hover,
#footer #footeraddress p a:hover {
  transition: 0.25s ease-in-out;
  color: #47c121;
}

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

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

.supportus.section h3 {
  color: #ffffff;
  text-align: center;
  /* font-weight: normal; */
  font-size: 40px;
  margin-bottom: 30px;
}

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

.spanish-toggle {
  width: 100%;
  text-align: center;
  border: 2px solid #89db70;
  text-decoration: none !important;
  margin: 3px 0 0 auto;
  max-width: 300px;
}

.spanish-toggle a {
  text-decoration: none !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #89db70 !important;
  width: 100%;
  max-width: 300px;
}

.spanish-toggle a:hover {
  background-color: #89db70;
  color: #ffffff !important;
}

#mobilenavcon .spanish-toggle a {
  background-color: #47c121;
  margin: 0 auto;
  width: 200px;
  color: #ffffff !important;
  border: 2px solid #47c121;
  padding: 6px 0 9px;
  font-size: 19px;
}

#mobilenavcon .spanish-toggle {
  background-color: transparent;
  border-color: transparent;
  text-align: center;
  margin: 20px auto;
  width: 200px;
  display: flex;
  justify-content: center;
  height: fit-content;
}

#mobilenavcon .spanish-toggle:hover a {
  color: #ffffff !important;

  background-color: #ff7723 !important;
  border: 2px solid #ff7723 !important;
}

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: center;
  gap: 5px;
  margin-bottom: 10px;
  align-items: center;
}

.donatebuttons a {
  width: calc(20% - 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: #47c121 !important;
  border-color: #ced4da;
}

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

.page-id-134 #masthead,
.page-id-450 #masthead {
  background-color: #89db70;
  height: 110px !important;
}

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

.endorsements_section {
  padding-top: 20px;
  padding-bottom: 0px;
}

.error404 #masthead .herocontent h1 {
  display: none;
}

.error404 .whitesection {
  display: none;
}

.at-markup.HeaderHtml {
  display: none !important;
}
.events-list {
  padding: 60px 0;
}

.events-list .inner {
  max-width: 800px;
}

.event-card {
  padding: 20px;
  border: 1px solid #598ea6;
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
}
.event-date-content {
  width: 10%;
  background: #89db70;
  color: #004d6d;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: fit-content;
}

.event-location {
  color: #004d6d;
  font-size: 14px;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.event-day {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}
.event-month {
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}
.event-content {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.event-title {
  color: #19171c;
  font-size: 35px;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
}

.event-time-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.event-date,
.event-time {
  color: #5c7070;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  margin: 0;
}
.event-time::before {
  content: "|";
  color: #5c7070;
  margin-right: 5px;
}

.event-signup-btn {
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #89db70;
  color: #004d6d;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  padding: 10px 20px;
  margin-top: 10px;
  width: fit-content;
}
.event-card:hover {
  background: rgba(92, 112, 112, 0.1);
}

.event-card:hover .event-date-content {
  background: #004d6d;
  color: #fff;
}
