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

body.home.takeover-open {
  height: 100vh;
  overflow: hidden;
}

body.home.takeover-closed {
  height: auto;
  overflow: visible;
}

#takeover {
  background-color: #fffdf5;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1100;
  margin-top: 0;
  transition: all 0.9s ease-in-out;
}

#takeovercon {
  padding: 80px 0 100px 0;
  background-color: #fffdf5;
}

.takeover-closed #takeover {
  margin-top: -100vh;
  overflow: hidden;
}

/* .takeover-open #takeover {
  display: block;
} */

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

.takeoverleft svg {
  width: 350px;
  max-width: 100%;
  height: auto;
}

.takeoverleft {
  width: 35%;
  display: inline-block;
  vertical-align: top;
  margin-right: 4%;
}

.takeoverright {
  width: 58%;
  display: inline-block;
  vertical-align: top;
}

#takeovercontent {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
}

#takeovercontent h1 {
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 22px;
  font-family: "objektiv-mk1", sans-serif;
  font-weight: 900;
  color: #560591;
}

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

#takeovervideo {
  position: relative;
  background: url(/wp-content/themes/blueprintinteractive/images/barsbg.png)
    repeat-x center 50%;
  background-color: #fffdf5;
}

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

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

#masthead h1 {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}

#tkbuttons a {
  display: inline-block;
  margin-bottom: 8px;
  background-color: #fffdf5;
  color: #560591;
  padding: 12px 0;
  border-radius: 5px;
  text-decoration: none;
  border: solid 1px #b15eed;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 32.2%;
  text-align: center;
  font-weight: 600;
}

#tkbuttons a:hover {
  background-color: #560591;
  color: #fffdf5;
}

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

#tkbuttons a:last-child:hover {
  background-color: #560591;
  color: #ffffff;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#tkright p {
  font-size: 11px;
  line-height: 18px;
  color: #3e3e3e;
  font-weight: normal;
}

#tkright p a {
  font-size: 15px;
  color: #b15eed;
  text-decoration: none;
  font-weight: bold;
}

#takeover #closebtn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  cursor: pointer;
}

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

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

/* #header {
	padding:25px 0;
	background: linear-gradient(to bottom, 
		#212529 0%, 
		#3a3f44 45%, 
		rgba(33, 37, 41, 0.6) 70%, 
		rgba(33, 37, 41, 0) 100%
	);
	position: relative;
	z-index: 100;
} */

/* .not-front #header {
	background-image:none;
	background-color:#FFFDF5;
} */

#header {
  padding: 25px 0;
  background-image: none;
  background-color: #fffdf5;
}

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

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

#navigation ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px 25px;
}

#header .menu-item-142 {margin-left:20px}
#navigation ul li {
  display: inline-block;

  font-size: 16px;
  position: relative;
}

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

#navigation ul li a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.at-row-full label {
  font-family: "Urbanist", sans-serif !important;
  font-weight: 400;
}

textarea {
  resize: none;
}

#NVVolunteerForm2176845-AdditionalInformation-CustomFormFieldQuestion_6586855077547617
  label {
  font-size: 16px !important;
}
#NVVolunteerForm2176845-AdditionalInformation-CustomFormFieldQuestion_6586855077547617,
.radios {
  margin-left: 2px !important;
}
.radios {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  gap: 20px;
  margin-bottom: 10px;
}
.radios label {
  font-size: 16px !important;
}
.AdditionalInformation .radios > label:last-child input[type="radio"] {
  margin-top: 1px !important;
  margin-right: 5px !important;
}
.at input[type="radio"] {
  font-size: 16px;
  accent-color: #560591 !important;
  margin: 1px 3px 0 0 !important;
}

.at label input[type="checkbox"]:checked + span:before {
  background-color: #560591 !important;
  font-size: 16px;
  border-color: #ced4da;
}
#NVVolunteerForm2176845-AdditionalInformation-CustomFormFieldQuestion_6586855077547617
  small {
  display: none !important;
}

.at-row-solo.at-row-full.SmsLegalDisclaimer {
  display: none !important;
}

#navigation ul li a {
  color: #560591;
}

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

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



#navigation .menu-item-146 a,
#navigation ul li.menu-item-146 a {
  background-color: #eaa150;
  color: #ffffff;
  padding: 15px;
  border-radius: 4px;
  border: 4px solid #560591;
}


#navigation .menu-item-475 a,
#navigation ul li.menu-item-475 a {
  background-color: #560591;
  color: #ffffff;
  padding: 15px;
  border-radius: 4px;
  border: 4px solid #560591;
}

#mobilenavigation #mobilenavcon.open ul.open li#menu-item-475.current-menu-item a {background-color: #eaa150 !important; color: #560591 !important;}


#navigation .menu-item-146 a,
#footernavigation .menu-item-146 a , 
#navigation ul li.menu-item-146 a {
  padding: 10px 13px;
      font-weight: 700 !important;
    font-size: 15px;
  }
  #navigation .menu-item-475 a,
  #footernavigation .menu-item-475 a , 
  #navigation ul li.menu-item-475 a {
    padding: 10px 13px;
        font-weight: 700 !important;
      font-size: 15px;
    }

    .menu-item-475 a::after {content:unset !important}

  #mobilenavigation .menu-item-146 a {
    padding: 9px 35px; 
      font-weight: 700 !important;
    font-size: 15px; width:fit-content; margin:0 auto;
  border: 3px solid #eaa150 !important;
      color: #ffffff;
      border-radius: 4px;
     background-color: #560591;
  }

  #mobilenavigation .menu-item-475 a {
    padding: 9px 35px; 
      font-weight: 700 !important;
    font-size: 15px; width:fit-content; margin:0 auto;
  border: 3px solid #560591 !important;
      color: #ffffff;
      border-radius: 4px;
     background-color: #eaa150;
  }

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

#navigation ul li.menu-item-146 a:hover {
  background-color: #560591;
}

#header .inner {    width: 90%}

#navigation ul li.menu-item-475 a:hover {
  background-color: #eaa150;
}


p .whitebtn:hover {color: rgb(86, 6, 145) !important;}


/* Get Involved CSS */
.page-id-468 .at input[type=checkbox]+span:before {background:rgba(0,0,0,.01)}

.page-id-468 .HeaderHtml {padding-left:0px !important}

.page-id-468 .ngp-form input::placeholder,
.page-id-468 .ngp-form textarea::placeholder {color:rgba(0,0,0,.5) !important;font-size:16px}

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

#footerlogo img {
  max-width: 170px;
  width: 100%;
  height: auto;
}

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

.orangesection + .whitesection {
  padding-top: 120px;
}

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

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

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

#footertop {
  border-bottom: solid 4px #eaa150;
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

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

.footerright {
  width: 34%;
  vertical-align: middle;
  text-align: right;
  display: flex;
  padding-bottom: 7.5px;
  flex-direction: column;
  justify-content: flex-end;
}
#header {
  border-bottom: 0.25px solid rgba(0, 0, 0, 0.3);
}
#footerlogo {
  display: inline-block;
  vertical-align: top;
}
.footerright,
.footerleft .disclaimer {
  margin-top: 20px;
}

#footernavigation {
  vertical-align: bottom;
  display: inline-block;
  text-align: right;
  margin-bottom: 20px;
}

#footernavigation ul {
  list-style: none;
}

#footerbottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.footerleft {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#footernavigation ul li {
  display: inline-block;
  margin-left: 20px;
  font-size: 15px;
}

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

.section p a {
  color: #560591;
  transition: 0.25s ease-in-out;
  text-decoration: none;
}
.section p a:hover {
  color: #1fadad;
  text-decoration: none;
  transition: 0.25s ease-in-out;
}

#header .logo:hover {
  opacity: 0.8;
}

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

#footernavigation .menu-item-146 a {
  background-color: #eaa150;
  color: #560591;
  padding: 15px 25px;
  border-radius: 4px;
  border: 4px solid #560591;
  width: 150px;
  text-align: center;

}
#footernavigation .menu-item-146 a:hover {
  background-color: #560591;
  color: white !important;
}

#footernavigation .menu-item-475 a {
  background-color: #560591;
  color: #ffffff;
  padding: 15px 25px;
  border-radius: 4px;
  width: 150px;
  text-align: center;

  border: 4px solid #560591;
}
#footernavigation .menu-item-475 a:hover {
  background-color: #eaa150;
  color: #560591;
}

#footer p {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

#menu-header-2 li {
  margin-bottom: 15px;
}
#footer p.disclaimer {
  font-size: 14px;
  margin-right: 40px;
  line-height: 19px;
  border: solid 1px #ffffff;
  padding: 2px 5px;
  display: inline-block;
}

#footer p {
  font-size: 14px;
  line-height: 19px;
}

#footer a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  font-weight: 600;
}

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

.footerright a {
  display: inline-block;
  margin-right: 20px;
}

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

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

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

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

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

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

.section h2 {
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 20px;
  font-family: "objektiv-mk1", sans-serif;
  font-weight: 900;
  color: #560591;
}

.section h3 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 20px;
  font-family: "objektiv-mk1", sans-serif;
  font-weight: 900;
  color: #560591;
}

.section h4 {
  font-size: 34px;
  line-height: 39px;
  color: #575757;
  margin-bottom: 20px;
}

#masthead {
  height: 740px;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  /* margin-top:-100px; */
}

#masthead .inner {
  height: 100%;
}

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

#masthead h1 {
  font-size: 57px;
  line-height: 62px;
  margin-bottom: 20px;
  font-family: "objektiv-mk1", sans-serif;
  font-weight: 900;
  color: #fbc488;
}

#masthead p {
  font-size: 35px;
  line-height: 40px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 20px;
}

#masthead p.mobiledisclaimer {
  font-size: 15px;
  line-height: 21px;
  font-weight: normal;
  margin-top: 8px;
}

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

.home .orangesection {
  background-color: #560591;
}

.home .orangesection.section h3 {
  color: #eaa150;
}

img {
  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;
}

.orangesection .contentleft img {
  width: 100%;
}

.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: #fffdf5;
  color: #560591;
  padding: 15px 45px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  border: solid 1px #b15eed;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
}

a.whitebtn:hover {
  background-color: #e6c3ff;
  color: #560591;
}

/* .altrow {
	margin-bottom:40px;
}

.altrow .card {
	width:45%;
	display:inline-block;
	vertical-align:top;
	position:relative;
}

.altrow .card:nth-child(odd) {
	margin-right:4%;
}

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

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

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

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

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

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

.donatebuttons a {
  display: inline-block;
  margin-right: 2%;
  margin-bottom: 15px;
  background-color: #fffdf5;
  color: #560591;
  padding: 15px 45px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  border: solid 1px #b15eed;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-sizing: border-box;
  width: 47%;
}

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

.donatebuttons a:hover {
  background-color: #e6c3ff;
  /* color:#FFFDF5; */
}

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

.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: "objektiv-mk1", sans-serif;
}

.factitem p {
  font-size: 18px;
  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;
  letter-spacing: 1px;
}

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

.callout p {
  font-family: "objektiv-mk1", 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 */
}

.numberitem .number {
  font-size: 55px;
  line-height: 60px;
  font-family: "objektiv-mk1", sans-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: "objektiv-mk1", sans-serif;
  font-size: 29px;
  line-height: 35px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}

.numberitem p {
  color: #3e3e3e;
  font-size: 18px;
  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: "objektiv-mk1", sans-serif;
}

.twocolrow .colright p {
  color: #3e3e3e;
}
.colright p {
  margin-bottom: 0px;
}

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

.colleft img {
  width: 90px;
}
.orangesection.largequote {
  font-size: 0;
  padding: 80px 0;
}

.orangesection.largequote h2 {
  color: #560591;
  text-align: center;
  font-family: "objektiv-mk1", sans-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;
}

.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;
  cursor: pointer;
  text-decoration: none;
}

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

.issueitem:hover {
  background-color: #560591;
}

.issueitem:hover h5 {
  color: #ffffff;
}

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

.issuerow h2 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px;
  font-family: "objektiv-mk1", sans-serif;
  font-weight: 600;
  color: #560591;
}

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

.desktoponly {
  display: block;
}

.mobileonly {
  display: none;
}

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

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

.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: #1fadad !important;
  text-transform: uppercase !important;
  width: 48%;
  text-shadow: none !important;
  font-family: "Urbanist", sans-serif !important;
  border: none !important;
  font-size: 18px !important;
  padding: 15px 0 !important;
  font-weight: 600 !important;
  letter-spacing: 1px !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: "Urbanist", sans-serif !important;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

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

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

.at label.at-text input {
  font-size: 18px;
  padding: 21px 12px;
  font-family: "Urbanist", sans-serif !important;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #fffdf5 !important;
  margin: 0 !important;
  color: #3e3e3e;
  letter-spacing: 1px !important;
}

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

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

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

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

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

.section .at textarea {
  background-color: #fffdf5 !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: "Urbanist", sans-serif !important;
  height: 200px;
}

.section form {
  max-width: 500px;
}

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

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

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

#mobilenavigation ul li {
  font-family: "objektiv-mk1", 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 {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #fbc488; /* Color of the border */
  transition: width 0.7s ease;
}

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

/* 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: #fbc488; /* 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 */
}

.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: #242424;
  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;
}

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

.endorsements {
  background-color: var(--Pearl-White, #fffdf5);
  padding: 50px 0;
}

.endorsements h2 {
  color: var(--purple-purple-200, #560591);
  font-size: 51px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-align: center;
  margin-bottom: 50px;
}

.endorsement-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.endorsement-item {
  padding: 20px;
  border-radius: 4px;
  border: 1px solid var(--camel-camel-500, #eaa150);
  background: var(--Pearl-White, #fffdf5);
  margin-bottom: 20px;
  box-sizing: border-box;
  flex: 0 0 calc((100% - 60px) / 4);
}

.endorser-name {
  color: var(--Black-100, #3e3e3e);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 10px;
}

.endorser-title {
  color: var(--Black-100, #3e3e3e);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.4px;
  margin-bottom: 0;
}

/* 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: "objektiv-mk1", sans-serif !important;
}

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

.pagenotfound h2 {
  font-size: 45px;
  line-height: 50px;
  font-style: normal;
  font-weight: 900;
  color: #560591;
  font-family: "objektiv-mk1", sans-serif;
}

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

.imagegallery {
  margin-bottom: 20px;
  position: relative;
}

.imagegallery-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.imagegallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 16/9;
}

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

ul.slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}

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

.arrow-back img,
.arrow-forward img {
  width: 50px;
  height: auto;
}
/* -------------------------------------------------------------- */
/* 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%;
  }
}
