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

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

#header {
  padding: 20px 0;
  position: relative;
  z-index: 100;
  /* margin-bottom:-115px; */
}

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

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

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

.whitesection {
  background-color: #ffffff;
  padding: 100px 0 50px 0;
}

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

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

#footer {
  padding: 50px 0;
  color: #ffffff;
}

#footertop {
  margin-bottom: 30px;
  border-bottom: solid .5px #cccccc;
  padding-bottom: 30px;
}

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

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

.footerright {
  width: 24%;
  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: #ffffff;
  text-decoration: none;
  text-transform: none;
}

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

#footernavigation {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-top: 2%;
}

#footernavigation ul {
  list-style: none;
}

#footernavigation ul li {
  display: inline-block;
  margin-right: 20px;
  font-size: 18px;
  text-transform: uppercase;
}

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

#footernavigation ul li a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
}

#footernavigation a.btn {
  background-color: #073354;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 2px;
}

#footer p {
  text-transform: uppercase;
}

#footer p.disclaimer {
  font-size: 12px;
  line-height: 19px;
  border: solid .5px #ffffff;
  padding: 8px 18px;
  display: inline-block;
  color: #ffffff;
  font-weight: normal;
}

.section .card h4 {
  color: #0057C2;
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-top: 0px;
  letter-spacing: -0.16px;
  font-family: "poppins", sans-serif;
}

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

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

#footer a:hover {
  color: #ffffff;
}

#footer .footerright a {
  display: inline-block;
  margin-right: 20px;
  font-size: 17px;
  font-weight: normal;
  color: #ffffff;
  text-transform: none;
}

.error404 .whitesection {
  background-image: url("/wp-content/themes/blueprintinteractive/images/404.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display:none;
}

.error404 .whitesection h1,
.error404 .whitesection p {
  color: #ffffff;
}
.error404 .whitesection h1 {
  margin-bottom: 20px;
}

.error404 .whitesection a {
  color: #f8ba93;
  transition: 0.25s ease;
}
.error404 .whitesection a:hover {
  color: #ffffff;
}

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

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

#footer .footerright p {
  font-size: 17px;
  font-weight: normal;
  color: #ffffff;
  text-transform: none;
}

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

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

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

/* 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: "alternate-gothic-atf", sans-serif;
  font-weight: 700;
  color: #073354;
}

.section h2 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 20px;
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 700;
  color: #073354;
}

.section h3 {
  font-size: 38px;
  line-height: 44px;
  margin-bottom: 20px;
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 700;
  color: #073354;
}

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

.gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.mobile-hero-image {
  display: none;
}
.endorsements_section,
.news-section {
  padding: 50px 0 20px 0;
}
.page-id-132 .section .card h4,
.page-id-452 .section .card h4 {
  color: #201730;
  font-size: 22px;
  font-weight: 700;
  text-transform: unset;
  line-height: 120%;
  letter-spacing: -0.24px;
}
.page-id-132 .section .card h4 span,
.page-id-452 .section .card h4 span {
  color: #073354;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.16px;
  display: block;
  margin-top: 15px;
}

.altrow .card .frame-container img {
  /* object-fit: cover;
  object-position: 50% 80%; */
}

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

#masthead.no-image {
  height:400px;
  text-align: center;
}

#masthead.no-image .herocontent {
  width:100%;
}

#masthead .inner {
  height: 100%;
}

#mastheadcontent {
  width: 60%;
  max-width: 495px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  float: right;
}

#masthead h1 {
  font-size: 90px;
  line-height: 95px;
  margin-bottom: 30px;
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  position: relative;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#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: 26px;
  line-height: 31px;
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 20px;
}

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

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

#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: 70px;
  line-height: 75px;
  margin-bottom: 40px;
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  display: inline-block;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#page-spanish #masthead .herocontent h1 {
  font-size: 40px;
}

.card img {
  box-shadow: -107px 107px 0px -56px #0057C2;
}

.purple-frame {
  display: none !important;
}
.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 {
  color: #E5004B;
  border-bottom: 1px solid #E5004B;
  padding-bottom: 2px;
  display: inline-block;
  text-decoration: none;
  font-size: 17px;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 30px;
  font-weight: 500;
}

a.whitebtn:hover {
  border-bottom: 1px solid #87002d;
  color: #87002d;
}

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

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

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

.altrow .card.content-card {
  margin-top:60px;
}

/* Image on right (odd rows) */
.altrow.image-right {
  flex-direction: row;
}

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

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

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

.sticker {
  border: 3px solid #ff7723;
  background: #6531b4;
  backdrop-filter: blur(6px);
  padding: 10px;
  margin-bottom: 30px;
}

.sticker p {
  color: #ffffff;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

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

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

.donatebuttons a:hover {
  background-color: #ffffff;
  color:#073354;
  border: 2px solid #ffffff;
}

.donatebuttons a:nth-child(even) {
  margin-right: 0;
}

.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: calc(100% - 59px);
}

.factitem h5 {
  font-size: 20px;
  line-height: 25px;
  color: #575757;
  margin-bottom: 10px;
  font-family: "alternate-gothic-atf", sans-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: 700;
  color: #fbc488;
  text-transform: uppercase;
}

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

.callout p {
  font-family: "alternate-gothic-atf", sans-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: "alternate-gothic-atf", sans-serif;
  font-weight: 700;
  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: "alternate-gothic-atf", sans-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: "alternate-gothic-atf", sans-serif;
}

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

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

.orangesection.largequote h2 {
  color: #073354;
  text-align: center;
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: bold;
  font-size: 54px;
  line-height: 62px;
  font-style: normal;
  font-weight: 700;
  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: block;
  width:80%;
  margin:0 auto;
}

.issueitem {
  padding: 30px 30px;
  text-align: left;
  box-sizing: border-box; /* Ensures padding doesn't break the layout */
  border: solid 2px #ebf6ff;
  border-radius: 5px;
  margin-bottom: 20px;
}

.issue_icon, .issue_title {
  display: inline-block;
  vertical-align: middle;
  max-width:72%;
}

.issue_arrow {
  float: right;
  position: relative;
  bottom: -10px;
}

.section .issueitem .issue_arrow {
  transform: rotateX(180deg);
}

.section .issueitem.active .issue_arrow {
  transform: rotate(0deg);
}

.issue_icon {
  width: 30px;
  height: auto;
  margin-right: 10px;
}

.section .issueitem h3 {
  margin-bottom:0;
  font-size: 30px;
  line-height: 35px;
}

.section .issueitem h3 a {
  color:#073354;
  text-decoration: none;
}

.issuebody {
  display:none;
  height:0;
  overflow:hidden;
  transition: height 0.3s ease-in-out;
}

.section .issueitem.active .issuebody {
  display:block;
  height:auto;
  padding-top: 20px;
}

.section .issueitem.active, .section .issueitem:hover {
  background-color: #ebf6ff;
}

.issueitem h5 {
  color: #575757;
  font-size: 20px;
  line-height: 25px;
  font-family: "alternate-gothic-atf", sans-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: "alternate-gothic-atf", sans-serif;
  font-weight: 600;
  color: #073354;
}

.issuerow h4 {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 10px;
  font-family: "alternate-gothic-atf", sans-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: 95%;
  position: relative;
  top: 10px;
  background-position: 25%;
  height: fit-content;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: fit-content;
  padding: 0px 0px;
  margin: 20px auto;
}

#takeovercon img {
  vertical-align: bottom;
  height: 100%;
}

#continuebtn {
  text-transform: uppercase;
}

#splashleft {
  width: 42%;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
  overflow: hidden;
}

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

#splashright h2 {
  color: #2a2a2a;
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 700;
  font-size: 31px;
  line-height: 39px;
  width: 80%;
  margin: 20px auto 30px auto;
  text-align: center;
}

#splashright .large_button {
  margin-bottom: 20px;
  border-radius: 40px;
  border: solid 2px #E5004B;
}

#splashright .large_button:hover {
  background-color: #ff0055;
  color: #ffffff;
}

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

#takeover .inner {
  width: 100%;
  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: "alternate-gothic-atf", sans-serif;
  font-weight: 700;
  color: #073354;
}

#takeovercontent p {
  font-size: 21px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #575757;
  font-weight: 600;
  font-family: "alternate-gothic-atf", sans-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 {
  margin-bottom: 10px;
}

#tkbuttons a {
  display: inline-block;
  margin-right: 1%;
  margin-bottom: 15px;
  background-color: transparent;
  color: #073354;
  padding: 14px 12px 10px 12px;
  display: inline-block;
  text-decoration: none;
  border: solid 2px #073354;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  box-sizing: border-box;
  width: 32%;
  font-weight: bold;
  border-radius: 40px;
}

#tkbuttons a.otherbtn {
  background-color: #E5004B;
  color: #ffffff;
  border: solid 2px #E5004B;
  font-size: 16px;
}

#tkbuttons a.otherbtn:hover {
  background-color: #0057C2;
  border: solid 2px #0057C2;
  color: #ffffff;
}

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

#tkbuttons a:hover {
  background-color: #073354;
  color:#ffffff;
}

#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: #073354;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  border-bottom: solid 2px #E5004B;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

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

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

#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 {
  height: fit-content;
  padding: 40px 0px 40px;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  background-color: #ffffff;
}

.supportbox {
  background-color: #0057C2;
  position: relative;
  z-index: 20;
  width: 90%;
  margin: 0 auto;
}

.supportbox::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('/wp-content/themes/blueprintinteractive/images/supportbg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0.7) contrast(2.5) saturate(5.9) opacity(0.3); /* Multiple filters */
  z-index: -1;
}

.supportboxinner {
  padding: 40px;
}

.supportleft {
  width: 45%;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding-right: 10px;
}

.supportright {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.supportus-image {
  width:100%;
  height: auto;
  margin-bottom:-90px;
  z-index:10;
  position: relative;
}

.headersocial {
  display: inline-block;
  vertical-align: middle;
}

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

.donatebtn {
    background-color: #E5004B;
    color: #ffffff;
    padding: 15px 35px 10px 35px;
    border-radius: 40px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    margin-left: 10px;
    margin-right: 40px;
}

.donatebtn:hover {
  background-color: #ff0055;
  color: #ffffff;
}

#masthead {
  min-height: fit-content;
}

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

#masthead {
  background-size: cover !important;
}
.frame-container {
  position: relative;
  width: fit-content;
  margin: 20px;
}

.purple-frame {
  position: absolute;
  top: -12px;
  right: -12px;
  bottom: 12px;
  left: 12px;
  background-color: #073354;
  z-index: 1;
}

.image-right .purple-frame {
  top: -12px;
  right: 12px;
  bottom: 12px;
  left: -12px;
}

.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: transparent !important;
  border: solid 1px #ffffff !important;
  text-transform: uppercase !important;
  width: 100%;
  text-shadow: none !important;
  font-family: "Aboria", sans-serif !important;
  font-size: 16px !important;
  padding: 16px 0 !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  border-radius: 25px !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: #ffffff !important;
  color: #073354 !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: transparent !important;
}

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

.section .at textarea {
  background: transparent !important;
  border: solid 1px #ffffff !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%;
}

#NVVolunteerForm2176845-ContactInformation-YesSignMeUpForUpdatesForBinder-label {
  font-size: 18px;
}

.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: #ffffffaf !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: #ff7723 !important;
}

#mobilenavigation #menu-item-146 a,
#mobilenavigation #menu-item-479 a {
  background-color: #ff7723 !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: 9px 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: 24px;
  right: 20px;
  width: 50px;
  z-index: 1010;
  color: #cccccc;
  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: #ff0055;
}

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

/* General Styles */

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

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

.section p img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
}

.section p iframe {
  display: block;
  margin: 20px auto;
  max-width: 100%;
}

.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: "alternate-gothic-atf", sans-serif;
}

.pagenotfound h1 {
  font-size: 315px;
  line-height: 320px;
  font-style: normal;
  font-weight: 700;
  color: #eaa150;
  font-family: "alternate-gothic-atf", sans-serif;
}

.pagenotfound h2 {
  font-size: 45px;
  line-height: 50px;
  font-style: normal;
  font-weight: 700;
  color: #073354;
  font-family: "alternate-gothic-atf", sans-serif;
}

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

/* -------------------------------------------------------------- */
/* 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 {
  color: #ffffff;
}

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

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

#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: 15%;
  position: relative;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

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

#mobilenavigation ul li {
  font-family: "alternate-gothic-atf", sans-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;
}

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

#navigation ul li a::after,
#footernavigation 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: #073354 !important;
}
/* Hover animation */
/* #mobilenavigation #mobilenavcon.open ul.open li a:hover::after,  */
#navigation ul li.current-menu-item a::after,
#navigation ul li a:hover::after {
  width: 100%;
  bottom: -20px;
}

/* Active state styling */
#mobilenavigation #mobilenavcon.open ul.open li.current-menu-item a {
  color: #ff0055; /* 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: #ff0055;
}

#mobilenavigation.open {
  height: 100vh;
}

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

#navigation {
  display: inline-block;
  width: 40%;
  vertical-align: middle;
  display: inline-block;
  text-align: left;
}

#utilitynav {
  display:inline-block;
  vertical-align: middle;
  text-align: right;
  width: 40%;
  position: relative;
}

#navigation ul {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

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

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

#navigation ul li a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

#footernavigation .menu-item-146 a,
#footernavigation .menu-item-479 a {
  background-color: #E5004B;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 40px;
  padding: 10px 30px 15px;
}

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

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

.supportus.section .inner {
  position: relative;
}

.supportus.section h3 {
  color: #ffffff;
  text-align: left;
  font-weight: 700;
  font-size: 52px;
  line-height: 59px;
}

.supportus.section .supportleft p {
  color: #ffffff;
  text-align: left;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 20px;
}

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

.spanish-toggle {
  display: inline-block;
  vertical-align: middle;
}

.spanish-toggle a {
  text-decoration: none !important;
  text-align: center;
  text-transform: uppercase;
}

#mobilenavcon .spanish-toggle a {
  /* background-color: #073354; */
  margin: 0 auto;
  width: 200px;
  /* color: #ffffff !important; */
  /* border: 2px solid #073354; */
  padding: 6px 0 6px;
  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: #073354 !important;
  border: 2px solid #073354 !important; */
}

p.expresslane-disclaimer {
  color: #073354;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  width: 100%;
  margin: 0 auto 25px auto;
}

.supportus.section p.expresslane-disclaimer {
  color:#ffffff;
}

.page-id-132 #masthead,
.page-id-452 #masthead {
  /* background-size: cover;
  background-position: 65% 30%; */
}

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

.page-id-132 .altrow .card .frame-container img,
.page-id-452 .altrow .card .frame-container img {
  /* object-fit: cover;
  object-position: 60% 20%;
  max-height: 500px; */
}
.large_button {
  background-color: #E5004B;
  color: #ffffff;
  padding: 18px 45px 14px;
  margin: 0 auto 20px auto;
  border-radius: 40px;
  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 {
  margin: 0px;
  width: calc(50% - 5px);
}

.large_button:hover {
  background-color: #ffffff;
  color:#073354;
}

.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,
.single-news-page h3 {
  text-align: center;
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 50px;
}

.single-news-page h3 {
  margin-top: 50px;
  margin-bottom: 0;
}

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

.endorsements_section .endorsementitem {
  width: 25%;
  padding: 0 20px;
  border-left: 1px solid #073354;
  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: #073354;
}

p a {
  color: #073354;
}

#takeover svg#splashlogo {
  width: 240px;
  height: auto;
  margin-top: 25px;
  margin-bottom: 20px;
}

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

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

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

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

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

.page-id-132 #masthead h1,
.page-id-452 #masthead h1 {
  margin-top: 0px;
}

.page-id-132 #masthead,
.page-id-452 #masthead {
  /* height: 550px;
  background-position: top center; */
}

.page-id-132 #masthead .herocontent,
.page-id-452 #masthead .herocontent {
  top: 48%;
  transform: translateY(-48%);
}

.news-item {
  margin-bottom: 30px;
}

h2.news-title {
  font-size: 22px;
  line-height: 27px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000000;
}

.news-title a {
  color: #000000;
}

.news-title a:hover {
  color: #073354;
}

a.read-more {
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  color: #073354;
}

a.read-more:hover {
  text-decoration: underline;
}

.news-date {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}

a.privacylink {
  border-bottom: 1px solid #E5004B;
  padding-bottom: 2px;
  text-decoration: none;
  transition: 0.25s ease-in-out;
}

a.privacylink:hover {
  border-bottom: 1px solid #E5004B;
  color: #E5004B;
}

a.lang-toggle {
  display: inline-block;
  padding: 7px 10px;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  background-color: transparent;
  color: #ffffff;
  transition: 0.25s ease-in-out;
  margin-right:-5px;
  border-radius: 20px;
  border: 1px solid #ffffff;
}

a.lang-toggle.active {
  background-color: #ffffff;
  color: #0057C2 !important;
}

a.lang-toggle.english {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

a.lang-toggle.spanish {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.blueboxinner {
  background-color: #ddebfb;
  padding:30px 60px 30px 60px;
  width:80%;
  margin:0 auto;
}

.blueboxinner p {
  color: #073354;
  font-weight:500;
  font-size:27px;
  line-height:37px;
  margin-bottom:20px;
  text-align:center;
}

svg.bluebox-icon {
  display:block;
  margin:-68px auto 20px auto;
  width:65px;
  height:auto;
  fill:#0057C2;
}

.signupbox {
  background-color: #ddebfb;
  padding:30px 60px 30px 60px;
  width:50%;
  margin:0 auto;
  display:inline-block;
  vertical-align:middle;
  min-height:500px;
}

.signup-image {
  width:40%;
  display:inline-block;
  vertical-align:middle;
  margin-right:-4px;
}

.signup-image {
  box-shadow: 205px 107px 0px -56px #0057C2;
}

.section .signupbox h3 {
  color:#0057C2;
  font-size:38px;
  line-height:44px;
}

.section .signupbox h4 {
  color:#073354;
  font-size:26px;
  line-height:32px;
  margin-bottom:10px;
  font-family: "poppins", sans-serif;
  font-weight: 600;
}

.lang-toggle {
  display:none !important;
}

.page-id-3 .section .inner,
.page-id-138 .section .inner {
  width:60%;
}