/*
Theme Name: Emgage
Author: Blueprint Interactive
Author URI: http://blueprintinteractive.com
Description: Blueprint Interactive Custom Theme.
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#NVSignupForm661981-ContactInformation-DateOfBirth {
  display: none;
}

#NVSignupForm1479123-ContactInformation-SmsLegalDisclaimer {
  margin-top: 10px !important;
}

.footer.menu-wrapper .sub-menu {
  display: none !important;
}

body {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

::selection {
  color: #ffffff;
  background-color: #233f8a;
}

::-moz-selection {
  color: #ffffff;
  background-color: #233f8a;
}

@font-face {
  font-family: "Futura";
  src: url(./css/fonts/FuturaPTMedium.otf);
  font-display: swap;
}

@font-face {
  font-family: "FuturaBold";
  src: url(./css/fonts/FuturaPTBold.otf);
  font-display: swap;
}

@font-face {
  font-family: "FuturaBoldExtra";
  src: url(./css/fonts/FuturaPTExtraBold.otf);
  font-display: swap;
}

@font-face {
  font-family: "Futura Book";
  src: url(./css/fonts/FuturaPTBook.otf);
  font-display: swap;
}

@font-face {
  font-family: "Futura Demi";
  src: url(./css/fonts/FuturaPTDemi.otf);
  font-display: swap;
}

@font-face {
  font-family: "Futura Medium";
  src: url(./css/fonts/FuturaPTMedium.otf);
  font-display: swap;
}

@font-face {
  font-family: "FuturaBold Ob";
  src: url(./css/fonts/FuturaPTExtraBoldOblique.otf);
  font-display: swap;
}

@font-face {
  font-family: "GothamMedium";
  src: url(./css/fonts/GothamMedium.otf);
  font-display: swap;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* WAYPOINTS */
.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);
  }
}
/* HEADER --------------------------------------------------------------------*/
.main-header {
  background-color: #ffffff;
  font-size: 0;
  padding: 20px 5%;
  position: relative;
  z-index: 100;
}
.main-logo-a {
  display: inline-block;
  min-width: 200px;
  vertical-align: middle;
  width: 20%;
}
.main-logo-img {
  height: auto;
  transition: all ease-in-out 0.4s;
  width: 100%;
}
.main-logo-a:hover img {
  transform: scale(0.95);
}
.menu-wrapper {
  display: inline-block;
  padding-left: 20px;
  text-align: right;
  width: 80%;
  vertical-align: top;
}
.menu-wrapper ul li {
  display: inline-block;
  margin-right: 19px;
}
.menu-wrapper ul li:last-of-type {
  margin-right: 0;
}
.menu-wrapper ul li a {
  border-bottom: 4px solid transparent;
  color: #4a4a4a;
  display: inline-block;
  font-family: "FuturaBold", sans-serif;
  font-size: 15px;
  transition: all ease-in-out 0.4s;
  text-decoration: none;
}
.menu-wrapper ul li a:after {
  display: block;
  content: "";
  border-bottom: solid 4px #eb1f49;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.5s ease-in-out;
}
.menu-wrapper ul li a:hover:after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
.menu-wrapper ul li:last-of-type a {
  background-color: #eb1f49;
  border-bottom: 0;
  color: #ffffff;
  display: block;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 19px;
}
.menu-wrapper ul li:last-of-type a:hover {
  background-color: #233f8a;
  color: #ffffff;
}
.menu-wrapper ul li:last-of-type a:after {
  border-bottom: solid 0px transparent;
}
.menu-wrapper .menu-item-has-children {
  position: relative;
}
.menu-wrapper .menu-item-has-children:hover .sub-menu {
  display: block;
}
.menu-wrapper .sub-menu {
  background-color: #5479dd;
  padding: 30px;
  position: absolute;
  left: -70px;
  width: 200px;
  display: none;
}
.menu-wrapper ul.sub-menu li:last-of-type a,
.menu-wrapper.mobile ul.sub-menu li:last-of-type a {
  border-bottom: 4px solid transparent;
  color: #ffffff;
  display: inline-block;
  font-family: "FuturaBold", sans-serif;
  font-size: 20px;
  transition: all ease-in-out 0.4s;
  text-decoration: none;
  background: none;
  padding: 0;
}
.menu-wrapper ul.sub-menu li:last-of-type a:hover:after,
.menu-wrapper.mobile ul.sub-menu li:last-of-type a:hover:after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
  border-bottom: solid 4px #eb1f49;
}
.menu-wrapper ul.sub-menu li {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.menu-wrapper ul.sub-menu li a {
  color: #ffffff;
}
/* MOBILE NAV */
.container {
  cursor: pointer;
  float: right;
  right: 5%;
  position: absolute;
  top: 20px;
  z-index: 200;
  display: block;
  display: none;
}
.bar1,
.bar2,
.bar3 {
  background-color: #eb1f49;
  height: 5px;
  margin: 6px 0;
  transition: all 0.4s;
  width: 35px;
  transform: skew(-24deg);
}
.change .bar1 {
  -webkit-transform: rotate(45deg) translate(8px, 8px);
  transform: rotate(45deg) translate(8px, 8px);
  background-color: #ffffff;
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(-45deg) translate(8px, -7px);
  transform: rotate(-45deg) translate(8px, -7px);
  background-color: #ffffff;
}
.menu-wrapper.mobile {
  background-color: #233f8a;
  display: none;
  padding: 75px 5% 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50%;
  z-index: 20;
}
.menu-wrapper.mobile .social-div {
  text-align: center;
  margin-top: 20px;
}
.menu-wrapper.mobile .social-div a:hover .red {
  fill: #00b7ff;
}
/* FOOTER --------------------------------------------------------------------*/
.main-footer {
  background-color: #ffffff;
  padding: 50px 5%;
  width: 100%;
}
.main-footer-a {
  display: block;
  max-width: 300px;
  margin: 0 auto 40px;
  text-decoration: none;
  width: 65%;
}
.main-footer-a-img {
  height: auto;
  transition: all ease-in-out 0.4s;
  width: 100%;
  /* overflow: visible; */
}
.main-footer-a:hover img {
  transform: scale(0.95);
}
.social-div {
  text-align: center;
}
.social-div a {
  display: inline-block;
  margin-right: 15px;
  text-decoration: none;
}
.social-div a:last-of-type {
  margin-right: 0;
}
.social-div a .red {
  transition: all ease-in-out 0.4s;
}
.social-div a:hover .red {
  fill: #eb1f49;
}
.menu-wrapper.footer {
  margin: 20px 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.menu-wrapper .social-div {
  text-align: right;
  margin-bottom: 10px;
}
.footer-bottom-wrap {
  font-size: 0;
  margin-top: 20px;
}
.footer-bottom-left {
  display: inline-block;
  vertical-align: bottom;
  width: 200px;
}
.footer-bottom-left p,
.footer-bottom-right p,
.footer-bottom-right a {
  color: #4a4a4a;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}
.footer-bottom-left p a {
  color: #16418f;
}
.footer-bottom-left p a:hover {
  color: #eb1f49;
}
.footer-bottom-right {
  display: inline-block;
  text-align: right;
  vertical-align: bottom;
  width: calc(100% - 210px);
}
.footer-bottom-right span {
  display: inline-block;
  margin-right: 30px;
}
.footer-bottom-right p:last-of-type {
  margin-top: 20px;
}
.footer-bottom-right p a {
  display: inline-block;
  transition: all ease-in-out 0.4s;
}
.footer-bottom-right p a:hover {
  color: #eb1f49;
}
.footer.menu-wrapper ul li {
  /* vertical-align: top; */
}
.footer.menu-wrapper .sub-menu {
  display: block;
  background-color: transparent;
  padding: 0;
  position: static;
  width: auto;
}
.menu-wrapper.footer ul.sub-menu li a {
  color: #4a4a4a;
}
/* HOMEPAGE ----------------------------------------------------------------------*/
.main-content {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.homepage-main {
  max-width: 100%;
  overflow: hidden;
  background-image: url("./images/background.svg");
  background-size: contain;
  background-repeat: repeat;
}
.hero-video-block-wrapper {
  height: 600px;
  overflow: hidden;
  position: relative;
  width: 100%;
  width: 65%;
  margin-left: auto;
}
.hero-video-block-iframe {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
  object-fit: cover;
  display: block;
}
.hero-homepage {
  /* background-position: right;
    background-repeat: no-repeat; */
  font-size: 0;
  min-height: 500px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.hero-homepage-inner-left {
  background-color: #ffffff;
  background-image: url("./images/background.svg");
  border-right: 20px solid #eb1f49;
  display: inline-block;
  /* min-height: 500px;
    width: 58%;
    vertical-align: top;
    position: absolute;
    transform: skew(12deg);
    -webkit-transform: skew(12deg);
    -moz-transform: skew(12deg);
    -o-transform: skew(12deg);
    -ms-transform: skew(12deg);
    z-index: 2;
    margin-left: -5%; */
}
.left-wrapper {
  min-height: 500px;
  width: 55%;
  vertical-align: top;
  position: absolute;
  transform: skew(12deg);
  -webkit-transform: skew(12deg);
  -moz-transform: skew(12deg);
  -o-transform: skew(12deg);
  -ms-transform: skew(12deg);
  z-index: 2;
  margin-left: -5%;
  top: 0;
}
.hero-homepage-inner-right {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* display: inline-block; */
  margin-left: auto;
  min-height: 500px;
  width: 60%;
  min-height: 600px;
}
.hero-homepage-inner-left .hero-h1 {
  color: #eb1f49;
  font-family: "FuturaBold", sans-serif;
  font-size: 46px;
  letter-spacing: 0;
  line-height: 48px;
}
h1.fourfour {
  color: #233f8a;
  font-family: "FuturaBold", sans-serif;
  font-size: 46px;
  letter-spacing: 0;
  line-height: 48px;
}
.inner-left-content {
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: skew(-12deg) translateY(-50%);
  -moz-transform: skew(-12deg) translateY(-50%);
  -o-transform: skew(-12deg) translateY(-50%);
  -ms-transform: skew(-12deg) translateY(-50%);
  transform: skew(-12deg) translateY(-50%);
  width: 70%;
  max-width: 540px;
}
.hero-homepage-inner-left.left-wrapper.youtube {
  width: 35%;
  transform: skew(0deg);
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  -ms-transform: skew(0deg);
  margin-left: 0;
  border-right: none;
}
.inner-left-content.youtube {
  -webkit-transform: skew(0deg) translateY(-50%);
  -moz-transform: skew(0deg) translateY(-50%);
  -o-transform: skew(0deg) translateY(-50%);
  -ms-transform: skew(0deg) translateY(-50%);
  transform: skew(0deg) translateY(-50%);
}
.hero-homepage-inner-right.no-left {
  width: 100%;
}
.hero-h2 {
  font-family: "Futura", "Roboto";
  font-size: 32px;
  color: #4a4a4a;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.2;
  margin: 10px auto;
}
.red-btn {
  background: #eb1f49;
  color: #ffffff;
  display: inline-block;
  font-family: "FuturaBold", sans-serif;
  font-size: 19px;
  font-weight: bold;
  padding: 10px 20px;
  margin-top: 10px;
  margin-right: 10px;
  text-align: center;
  text-decoration: none;
  transition: all ease-in-out 0.4s;
  cursor: pointer;
}
.red-btn:hover {
  background-color: #233f8a;
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.slick-dots li button:before {
  /* font-size: 20px; */
  font-size: 60px;
  color: #233f8a;
  opacity: 0.7;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  border: #233f8a;
  color: #233f8a;
}
.slick-dots {
  left: 0;
  position: absolute;
  width: 100%;
  bottom: 10px;
}
.hero-homepage-inner-left.left-wrapper.no-inside {
  background-color: transparent;
}
.what-we-do-wrapper {
  font-size: 0;
  /* min-height: 500px; */
  position: relative;
  width: 100%;
}
.inner-right {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
  width: 100%;
}
.right-wrapper {
  /* min-height: 500px; */
  height: 100%;
  width: 55%;
  vertical-align: top;
  position: absolute;
  transform: skew(-12deg);
  -webkit-transform: skew(-12deg);
  -moz-transform: skew(-12deg);
  -o-transform: skew(-12deg);
  -ms-transform: skew(-12deg);
  z-index: 2;
  right: 0;
  margin-right: -5%;
  background-image: url("./images/blue-background-n.svg");
  background-size: cover;
  top: 0;
}
.inner-right-content {
  transform: skew(12deg);
  -webkit-transform: skew(12deg) translateY(-50%);
  -moz-transform: skew(12deg) translateY(-50%);
  -o-transform: skew(12deg) translateY(-50%);
  -ms-transform: skew(12deg) translateY(-50%);
  width: 70%;
  max-width: 540px;
  position: absolute;
  top: 50%;
  left: 18%;
}
.right-h2 {
  font-family: "FuturaBold", sans-serif;
  font-size: 85px;
  color: #ffffff;
  line-height: 0.8;
  text-transform: uppercase;
}
.right-h3 {
  font-family: "Futura", sans-serif;
  font-size: 25px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: left;
  line-height: 30px;
  margin: 15px 0;
}
.mobilize,
.empower {
  font-size: 0;
  position: relative;
}
.left-wrapper.mobilize {
  background-image: url("./images/background.png");
  position: absolute;
  top: 0;
  height: 100%;
  min-height: auto;
  background-color: #ffffff;
}
.left-wrapper.mobilize .right-h2 {
  color: #eb1f49;
}
.left-wrapper.mobilize .right-h3 {
  color: #4a4a4a;
}
.donate-h2 {
  color: #233f8a;
  font-family: "FuturaBold", sans-serif;
  font-size: 46px;
  letter-spacing: 0;
  line-height: 48px;
}
.donate-p {
  color: #4a4a4a;
  font-family: "Futura", sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-top: 10px;
}
.inner-left-content.signup {
  max-width: 400px;
}
.signup-form-wrapper form {
  margin-top: 30px;
  width: 100%;
}
.signup-form-wrapper form input {
  color: #4a4a4a !important;
  background: #ffffff !important;
  border: 2px solid #233f8a !important;
  font-family: "Futura", sans-serif !important;
  font-size: 18px !important;
  margin-bottom: 10px !important;
  text-align: left !important;
  padding: 5px 10px !important;
  width: 100% !important;
}
.signup-form-wrapper form input::placeholder {
  color: #4a4a4a !important;
}

.hero-homepage-inner-right.donate {
  position: relative;
  background-color: #ffffff;
}
.donate-wrapper {
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  position: absolute;
  width: 70%;
}
.donate-a-wrapper {
  font-size: 0;
  margin-top: 20px;
}
.donate-a-wrapper a {
  color: #233f8a;
  display: inline-block;
  font-family: "FuturaBold", sans-serif;
  font-size: 50px;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  transition: all ease-in-out 0.4s;
  vertical-align: top;
  width: 33.3%;
}
.donate-a-wrapper a:last-of-type {
  font-size: 20px;
  line-height: 25px;
  padding: 8px 0;
}
.donate-a-wrapper a:hover {
  background-color: #eb1f49;
  color: #ffffff;
}
.promo-wrapper {
  font-size: 0;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  width: 100%;
  display: table;
  margin-bottom: 35px;
}
.promo-card {
  background-color: #233f8a;
  display: inline-block;
  padding: 80px 40px;
  width: 33.33%;
  transform: skew(0, -6deg);
  transition: all ease-in-out 0.2s;
  vertical-align: top;
  display: table-cell;
}
.promo-card-inner {
  transform: skew(0, 6deg);
  max-width: 400px;
  margin: 0 auto;
}
.promo-h3 {
  color: #ffffff;
  font-family: "FuturaBold", sans-serif;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 35px;
  text-align: left;
  margin-bottom: 20px;
  /* transition: all ease-in-out 0.12s; */
}
.promo-p {
  color: #ffffff;
  font-family: "Futura", sans-serif;
  font-size: 20px;
  line-height: 24px;
  /* transition: all ease-in-out 0.4s; */
}
.promo-img {
  height: auto;
  margin: 20px auto;
  width: 100%;
}
.promo-card:nth-of-type(2) {
  transform: skew(0, 6deg);
  background-color: #ffffff;
}
.promo-card:nth-of-type(2) .promo-card-inner {
  transform: skew(0, -6deg);
}
.promo-card:nth-of-type(2) .promo-h3,
.promo-card:nth-of-type(2) .promo-p {
  color: #233f8a;
}
.promo-card:hover {
  /* background-color: #FFFFFF; */
  /* background-image: url('./images/background.svg'); */
  background-image: url("./images/blue-background.png");
  background-size: cover;
}
.promo-card:nth-of-type(2):hover .promo-p,
.promo-card:nth-of-type(2):hover .promo-h3 {
  color: #ffffff;
}
/* .promo-card:hover .promo-h3 {
    color: #EB1F49;
} */
/* .promo-card:hover .promo-p {
    color: #4A4A4A
} */
.upcoming-events {
  background-image: url("./images/background.svg");
  background-size: cover;
  /* margin-top: -30px;
    padding: 80px 10%; */
  margin-top: -66px;
  padding: 105px 10% 80px;
}
.card-wrappers {
  width: 100%;
  margin: 40px auto;
}
.upcoming-events h2 {
  font-family: "FuturaBold", sans-serif;
  font-size: 34px;
  color: #000000;
  line-height: 39px;
}
.upcoming-card {
  font-size: 0;
  margin-bottom: 70px;
  width: 100%;
}
.upcoming-card-left {
  display: inline-block;
  vertical-align: top;
  /* border-right: 10px solid #00B7FF; */
  width: 160px;
}
.upcoming-date {
  font-family: "FuturaBold", sans-serif;
  font-size: 88px;
  color: #5479dd;
  letter-spacing: 0;
  text-align: center;
  line-height: 60px;
}
.upcoming-date span {
  display: block;
  font-size: 40px;
}
.upcoming-card-right {
  width: calc(100% - 160px);
  vertical-align: top;
  display: inline-block;
  padding: 0 0 0 30px;
  border-left: 10px solid #00b7ff;
}
.upcoming-card-right h4 {
  font-family: "FuturaBold", sans-serif;
  font-size: 34px;
  color: #4a4a4a;
  line-height: 39px;
}
.upcoming-card-right h4 a {
  text-decoration: none;
  color: #4a4a4a;
  transition: all ease-in-out 0.4s;
}
.upcoming-card-right h4 a:hover {
  color: #233f8a;
}
.upcoming-card-right p {
  font-family: "Futura Book", sans-serif;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  margin: 12px 0;
}
.upcoming-card-right p.where-p {
  font-family: "Futura Book", sans-serif;
  font-size: 17px;
  color: #000000;
  line-height: 20px;
  margin: 5px 0;
}
.load-more-btn {
  color: #4a4a4a;
  font-family: "FuturaBold", sans-serif;
  transition: all ease-in-out 0.4s;
  display: block;
  margin: 20px auto;
  width: 152px;
}
.load-more-btn:hover {
  color: #eb1f49;
}
.partners-wrap {
  background-image: none;
  background-color: #ffffff;
  width: 100%;
}
.partners-wrapper {
  font-size: 0;
  text-align: center;
  margin-top: 50px;
}
.partner-single {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  margin: 30px auto;
}
.partner-single img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 250px;
  max-height: 250px;
}
/* INTERIOR PAGE ----------------------------------------------------------------*/
.interior-h1 {
  font-family: "FuturaBold", sans-serif;
  font-size: 46px;
  color: #233f8a;
  letter-spacing: 0;
  line-height: 48px;
  margin-bottom: 30px;
}
.interior-page p,
.voter-checklist-wrapper p {
  font-family: "Futura Book", sans-serif;
  font-size: 20px;
  color: #4a4a4a;
  line-height: 24px;
  margin: 20px 0;
}
.interior-page p a {
  color: #233f8a;
  transition: all ease-in-out 0.4s;
  text-decoration: none;
  font-family: "Futura Demi", sans-serif;
}
.interior-page p a:hover {
  color: #eb1f49;
}
.interior-page h2,
.interior-page h3,
.interior-page h4,
.interior-page h5,
.interior-page h6 {
  color: #233f8a;
  font-family: "FuturaBold", sans-serif;
  margin: 20px 0;
}
.interior-page h2 {
  font-size: 40px;
}
.interior-page h3 {
  font-size: 35px;
}
.interior-page h4 {
  font-size: 30px;
}
.interior-page h5 {
  font-size: 25px;
}
.interior-page h6 {
  font-size: 22px;
}
.leftfloated {
  float: left;
  margin: 20px 20px 20px 0;
}
.rightfloated {
  float: right;
  margin: 20px 0 20px 20px;
}
.leftfloated img {
  height: auto;
  width: 100%;
}
.rightfloated img {
  height: auto;
  width: 100%;
}
.interior-page.standard-page a {
  color: #233f8a;
  transition: all ease-in-out 0.4s;
  text-decoration: none;
  font-family: "Futura Demi", sans-serif;
}
.interior-page.standard-page a:hover {
  color: #eb1f49;
}
.interior-page.standard-page ul,
.interior-page.standard-page ol,
.interior-page.single-report-inside ul,
.interior-page.single-report-inside ol {
  margin-left: 40px;
}
.interior-page.standard-page ul li,
.interior-page.standard-page ol li,
.interior-page.single-report-inside ul li,
.interior-page.single-report-inside ol li {
  font-family: "Futura Book", sans-serif;
  font-size: 20px;
  color: #4a4a4a;
  line-height: 24px;
  margin: 20px 0;
}
.interior-page iframe {
  max-width: 100%;
  height: auto;
}
.interior-page.standard-page a.red-btn {
  color: #ffffff;
}
/* STAFF PAGE ----------------------------------------------------------------*/
.staff-page-wrapper {
  padding: 30px 15%;
}
.staff-content-wrapper {
  width: 100%;
  font-size: 0;
  margin-top: 50px;
}
.single-staff-card {
  width: 22%;
  vertical-align: top;
  display: inline-block;
  margin: 25px 4% 25px 0;
  text-decoration: none;
}
.single-staff-card:hover .staff-card-h3 {
  color: #eb1f49;
}
.single-staff-card:hover img {
  opacity: 0.8;
}
.single-staff-card.no-hover:hover .staff-card-h3 {
  color: #233f8a;
}
.single-staff-card.no-hover:hover img {
  opacity: 1;
}
.single-staff-card:nth-child(4n) {
  margin-right: 0;
}
.single-staff-card img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  transition: all ease-in-out 0.4s;
  /* height: 200px; */
  aspect-ratio: 1;
  object-fit: cover;
}
.interior-page h3.staff-card-h3 {
  font-family: "FuturaBold", sans-serif;
  font-size: 30px;
  color: #233f8a;
  letter-spacing: 0;
  line-height: 34px;
  transition: all ease-in-out 0.4s;
  margin: 0;
}
.interior-page p.staff-card-p {
  font-size: 20px;
  color: #4a4a4a;
  line-height: 24px;
  margin: 0;
}
.interior-page p.position-p {
  font-family: "Futura Demi", sans-serif;
  font-size: 32px;
  line-height: 35px;
}
.headshot {
  float: left;
  margin: 0 50px 40px 0;
  max-width: 100%;
  height: auto;
  width: 300px;
}
.single-staff-inner {
  margin-top: 40px;
}
.single-staff-inner ul,
.single-staff-inner ol {
  margin: 20px 0 20px 40px;
}
.single-staff-inner ul li,
.single-staff-inner ol li {
  font-size: 20px;
  font-family: "Futura Book", sans-serif;
  color: #4a4a4a;
  line-height: 24px;
  margin: 0;
}
.single-staff-inner a {
  transition: all ease-in-out 0.4s;
  color: #233f8a;
}
.single-staff-inner a:hover {
  color: #eb1f49;
}
.banner-wrapper {
  background-size: cover;
  background-position: center center;
  position: relative;
}
.about-page-wrapper .banner-inner,
.page-id-126 .banner-inner,
.page-id-745 .banner-inner,
.page-id-727 .banner-inner,
.page-id-776 .banner-inner,
.page-id-779 .banner-inner {
  height: 500px;
}
.page-id-776 .banner-wrapper,
.page-id-779 .banner-wrapper {
  background-position: center top;
}
.banner-inner {
  background-image: url("./images/blue-background-n.svg");
  background-size: cover;
  min-height: 350px;
  position: relative;
  width: 40%;
  transform: skew(-12deg);
  -webkit-transform: skew(-12deg);
  -moz-transform: skew(-12deg);
  -o-transform: skew(-12deg);
  -ms-transform: skew(-12deg);
  z-index: 2;
  margin-left: -5%;
}
.banner-h1 {
  font-family: "FuturaBold", sans-serif;
  font-size: 46px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 48px;
  text-shadow: 0 0 10px rgba(108, 108, 108, 0.5);
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: skew(12deg) translateY(-50%);
  -moz-transform: skew(12deg) translateY(-50%);
  -o-transform: skew(12deg) translateY(-50%);
  -ms-transform: skew(12deg) translateY(-50%);
  transform: skew(12deg) translateY(-50%);
  width: 80%;
}
.banner-h1.image {
  left: 25%;
  width: 60%;
}
.banner-wrapper.no-image .banner-inner {
  width: 100%;
  transform: skew(0deg);
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  -ms-transform: skew(0deg);
  margin-left: 0;
}
.banner-wrapper.no-image .banner-inner .banner-h1 {
  -webkit-transform: skew(0deg) translateY(-50%);
  -moz-transform: skew(0deg) translateY(-50%);
  -o-transform: skew(0deg) translateY(-50%);
  -ms-transform: skew(0deg) translateY(-50%);
  transform: skew(0deg) translateY(-50%);
}
.about-page {
  margin: 50px auto;
  max-width: 1000px;
  width: 80%;
}
.meet-wrapper {
  font-size: 0;
  width: 100%;
  position: relative;
}
.meet-wrapper-left {
  min-height: 450px;
  width: 55%;
  vertical-align: top;
  position: absolute;
  transform: skew(12deg);
  -webkit-transform: skew(12deg);
  -moz-transform: skew(12deg);
  -o-transform: skew(12deg);
  -ms-transform: skew(12deg);
  z-index: 2;
  margin-left: -5%;
  border-right: 20px solid #eb1f49;
  display: inline-block;
  background-color: #5479dd;
}
.meet-wrapper-right {
  display: block;
  margin-left: auto;
  min-height: 450px;
  width: 50%;
  position: relative;
}
.meet-wrapper h2 {
  font-family: "FuturaBold", sans-serif;
  font-size: 34px;
  color: #233f8a;
  line-height: 35px;
}
.meet-wrapper p {
  font-family: "Futura Book", sans-serif;
  font-size: 20px;
  color: #4a4a4a;
  line-height: 24px;
  margin: 15px 0;
}
.meet-wrapper .meet-left-inner h2,
.meet-wrapper .meet-left-inner p {
  color: #ffffff;
}
.meet-left-inner {
  transform: skew(-12deg) translateY(-50%) translateX(-50%);
  -webkit-transform: skew(-12deg) translateY(-50%) translateX(-50%);
  -moz-transform: skew(-12deg) translateY(-50%) translateX(-50%);
  -o-transform: skew(-12deg) translateY(-50%) translateX(-50%);
  -ms-transform: skew(-12deg) translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  width: 50%;
  left: 50%;
}
.meet-right-inner {
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
}
.interior-h2 {
  font-family: "FuturaBold", sans-serif;
  font-size: 46px;
  color: #233f8a;
  letter-spacing: 0;
  line-height: 48px;
  margin-bottom: 30px;
  /* border-bottom: 20px solid #EB1F49; */
}
.red-hr {
  border-bottom: 20px solid #eb1f49;
  width: 80%;
}
.state-page-wrapper .red-hr {
  width: 100%;
}
.fieldset-wrapper {
  font-size: 0;
  margin: 40px 0;
}
.fieldset-wrapper img {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}
.fieldset-wrapper-inner {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
}
.fieldset-wrapper.right .fieldset-wrapper-inner {
  padding: 0 20px 0 0;
}
.fieldset-wrapper.left .fieldset-wrapper-inner {
  padding: 0 0 0 20px;
}
.interior-page h4 {
  font-family: "FuturaBold", sans-serif;
  font-size: 34px;
  color: #233f8a;
  line-height: 39px;
}
.standard-page {
  margin: 50px auto;
  max-width: 1200px;
  width: 80%;
}
.resources-wrapper {
  font-size: 0;
}
.resources-wrapper-inner {
  display: table;
  width: 100%;
}
.single-resource-wrapper {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin: 30px 0;
  margin-right: 4%;
  display: table-cell;
}
.interior-page .single-resource-wrapper h4 {
  margin: 0 0 20px;
  font-size: 30px;
}
.single-resource-wrapper:nth-of-type(3n) {
  margin-right: 0;
}
.interior-page h4.resources-h4 {
  margin: 60px 0 30px;
}
.fieldset-wrapper.right img {
  float: right;
}
.single-resource-wrapper p {
  font-family: "Futura Medium", sans-serif;
  font-size: 24px;
  color: #4a4a4a;
  letter-spacing: 0;
  line-height: 24px;
}
.interior-page.standard-page h3 {
  font-family: "Futura Demi", sans-serif;
  font-size: 34px;
  color: #4a4a4a;
  line-height: 39px;
  margin: 20px 0;
}
.interior-page h3.bold {
  font-family: "FuturaBold", sans-serif;
}
.interior-page h5 {
  font-family: "Futura Demi", sans-serif;
  font-size: 30px;
  color: #4a4a4a;
  letter-spacing: 0;
  text-align: left;
  line-height: 35px;
}
.directory-page-wrapper {
  margin: 50px auto;
  width: 80%;
}
.directory-content-wrapper {
  font-size: 0;
  margin-top: 30px;
}
.single-directory-card {
  display: inline-block;
  width: 29%;
  margin: 30px 6% 30px 0;
  vertical-align: top;
}
.single-directory-card:nth-of-type(3n) {
  margin-right: 0;
}
.single-directory-card h4 {
  transition: all ease-in-out 0.4s;
  margin: 0;
}
.single-directory-card:hover h4 {
  color: #eb1f49;
}
.single-directory-a {
  display: inline-block;
  width: 100%;
}
.single-directory-card-img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.single-directory-card a {
  text-decoration: none;
}
.map-wrapper {
  font-size: 0;
  width: 90%;
  max-width: 1100px;
  margin: auto;
}
#map {
  display: inline-block;
  width: 65%;
  margin: 20px auto 20px 5%;
  height: auto;
  min-height: 534px;
  max-width: 750px;
}
.active {
  fill: #5479dd;
  opacity: 0.5;
}
.active:hover,
.active.current {
  fill: #5479dd;
  opacity: 1;
  cursor: pointer;
}
.state-popup {
  width: 25%;
  margin-left: 3%;
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
  margin-top: 50px;
  background-color: #5479dd;
  padding: 20px;
}
.state-popup h2 {
  font-family: "Futura Demi", sans-serif;
  font-size: 32px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: left;
  line-height: 30px;
}
.state-popup h3 {
  font-family: "Futura Medium", sans-serif;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0;
  margin: 10px 0;
}
.state-popup h3 a {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
  transition: all ease-in-out 0.4s;
}
.state-popup h3 a:hover {
  transform: scale(1.1);
}
.state-popup p {
  font-family: "Futura Book", sans-serif;
  font-size: 20px;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 15px;
}
.state-popup p a {
  color: #ffffff;
  transition: all ease-in-out 0.4s;
}
.state-popup p a:hover {
  color: #000000;
}
.more-events-a {
  display: block;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-family: "Futura Demi", sans-serif;
  transition: all ease-in-out 0.4s;
}
.more-events-a:hover {
  color: #000000;
}
.state-page-wrapper {
  margin: 50px auto;
  max-width: 1000px;
  width: 90%;
}
.state-chapter-wrapper {
  width: 100%;
}
.single-state-chapter-card {
  margin: 40px auto;
}
.single-state-chapter-card h4 {
  font-family: "FuturaBold", sans-serif;
  font-size: 34px;
  color: #233f8a;
  line-height: 39px;
  margin: 0;
}
.single-state-chapter-card h4 a {
  color: #233f8a;
  text-decoration: none;
  transition: all ease-in-out 0.4s;
}
.single-state-chapter-card h4 a:hover {
  color: #eb1f49;
}
.single-state-chapter-card h5 {
  font-family: "Futura Demi", sans-serif;
  font-size: 28px;
  color: #4a4a4a;
  line-height: 32px;
  margin: 10px 0;
}
.single-state-chapter-card h5 span {
  display: inline-block;
  margin: 0 15px;
  color: #eb1f49;
}
.single-state-chapter-card h5 a,
.single-state-chapter-card p a {
  text-decoration: none;
  transition: all ease-in-out 0.4s;
  color: #eb1f49;
}
.single-state-chapter-card h5 a:hover,
.single-state-chapter-card p a:hover {
  color: #eb1f49;
  color: #4a4a4a;
}
.single-state-chapter-card p {
  font-family: "Futura Book", sans-serif;
  font-size: 20px;
  color: #4a4a4a;
  line-height: 24px;
  margin: 10px 0;
}
.single-state-chapter-card a.learn-more-a {
  background-color: #eb1f49;
  border-bottom: 0;
  color: #ffffff;
  display: block;
  padding: 10px 20px;
  transition: all ease-in-out 0.4s;
  max-width: 180px;
  margin-top: 20px;
  text-align: center;
}
.single-state-chapter-card a.learn-more-a:hover {
  background-color: #233f8a;
  color: #ffffff;
}
.reports-page-wrapper {
  margin: 40px auto;
  max-width: 1200px;
  width: 80%;
}
.reports-page-wrapper h2 {
  font-family: "FuturaBold", sans-serif;
  font-size: 46px;
  color: #000000;
  line-height: 48px;
}
.reports-search-wrapper {
  width: 90%;
  margin: 55px auto;
}
.reports-search-wrapper form {
  font-size: 0;
}
.reports-search-wrapper input {
  background: #ededed;
  border: 1px solid #979797;
  font-family: "Futura Medium", sans-serif;
  font-size: 24px;
  color: #4a4a4a;
  line-height: 24px;
  width: 30%;
  padding: 10px 15px;
}
.reports-search-wrapper input[type="submit"] {
  background: #eb1f49;
  font-family: "FuturaBold", sans-serif;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  border-color: transparent;
  padding: 13px;
  transition: all ease-in-out 0.4s;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.reports-search-wrapper input[type="submit"]:hover {
  background-color: #233f8a;
}
.tags-div {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin: 0 4.5%;
}
.tags-div.first {
  margin: 0;
}
.tags-div select {
  width: 100%;
  background-color: #ededed;
  border: 1px solid #979797;
  font-family: "Futura Medium", sans-serif;
  font-size: 24px;
  color: #4a4a4a;
  padding: 9px 15px;
}
.reports-search-results {
  width: 80%;
  margin: 30px auto;
}
.single-report-card {
  margin-bottom: 50px;
}
.single-report-card h3 {
  font-family: "FuturaBold", sans-serif;
  font-size: 34px;
  color: #233f8a;
  line-height: 39px;
}
.single-report-card h3 a {
  transition: all ease-in-out 0.4s;
  color: #233f8a;
  text-decoration: none;
}
.single-report-card h3 a:hover {
  color: #eb1f49;
}
.single-report-card p {
  font-family: "Futura Book", sans-serif;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  margin: 15px 0;
}
.single-report-card .tags-wrapper {
  font-family: "Futura Medium", sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  text-decoration: none;
  transition: all ease-in-out 0.4s;
  margin-right: 20px;
  /* color: #233F8A; */
}
.tags-wrapper a {
  font-family: "Futura Medium", sans-serif;
  font-size: 19px;
  color: #eb1f49;
  line-height: 18px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  transition: all ease-in-out 0.4s;
  margin-right: 20px;
}
.tags-wrapper a:last-of-type {
  margin-right: 0;
}
.tags-wrapper a:hover {
  color: #233f8a;
}
.pagination-wrapper {
  text-align: center;
  width: 100%;
}
.pagination-wrapper span,
.pagination-wrapper a {
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
  color: #233f8a;
  transition: all ease-in-out 0.4s;
  font-family: "Futura Book", sans-serif;
  font-size: 20px;
  color: #233f8a;
}
.pagination-wrapper .current {
  font-family: "FuturaBold", sans-serif;
}
.pagination-wrapper a:hover {
  color: #eb1f49;
}
.single-report-page-wrapper {
  width: 100%;
  margin: 30px auto;
}
.single-report-intro-wrapper {
  width: 80%;
  margin: 20px auto;
}
.single-report-inside .tags-wrapper {
  margin: 0 auto 15px;
  font-family: "Futura Medium", sans-serif;
  font-size: 18px;
  /* color: #EB1F49; */
  line-height: 18px;
  /* display: inline-block; */
}
.single-report-inside {
  width: 75%;
  margin: 10px auto 0;
}
.interior-page.single-report-inside p a {
  font-family: "Futura Medium", sans-serif;
  font-size: 25px;
  color: #4a4a4a;
  transition: all ease-in-out 0.4s;
  text-decoration: none;
}
.interior-page.single-report-inside p a:hover {
  color: #233f8a;
}
.float.left {
  float: left;
  margin: 20px 20px 20px 0;
  max-width: 100%;
  height: auto;
}
.float.right {
  float: left;
  margin: 20px 0 20px 20px;
  max-width: 100%;
  height: auto;
}
.width-full-img {
  width: 100%;
  height: auto;
  margin: 40px 0 0;
  border-bottom: 30px solid #eb1f49;
}
.report-quote-wrap {
  background-image: url("./images/blue-background-n.svg");
  background-size: cover;
  padding: 55px 7%;
  margin-top: -5px;
  text-align: center;
}
.report-quote-wrap h2 {
  font-family: "FuturaBold", sans-serif;
  font-size: 70px;
  color: #ffffff;
  text-align: center;
}
.voter-page-wrapper {
  width: 80%;
  margin: 30px auto;
}
.inner-voter {
  text-align: center;
}
.voter-btn-wrapper {
  font-size: 0;
  margin: 40px 0;
}
.voter-btn-wrapper .red-btn {
  /* width: 31%; */
  margin-bottom: 20px !important;
  vertical-align: top;
}
.voter-btn-wrapper .red-btn:nth-of-type(2) {
  margin: 0 3.3%;
}
.race-section {
  text-align: left;
}
.interior-page p.blue-btn {
  background: #5479dd;
  font-family: "FuturaBold", sans-serif;
  font-size: 24px;
  color: #ffffff !important;
  letter-spacing: 0;
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  margin: 20px 0;
  max-width: 100%;
  transition: all ease-in-out 0.4s;
}
.candidate-card-wrapper {
  font-size: 0;
  margin: 20px 0;
}
.single-candidate-card {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.single-candidate-card img {
  float: left;
  margin: 0 20px 0 0;
  height: 180px;
  width: 180px;
  object-fit: cover;
}
.interior-page .single-candidate-card h5 {
  color: #233f8a;
}
.interior-page .single-candidate-card p {
  font-family: "Futura Demi", sans-serif;
  font-size: 24px;
  color: #4a4a4a;
  letter-spacing: 0;
  line-height: 30px;
}
.voter-issues-wrapper {
  width: 100%;
  background-image: url("./images/blue-background-n.svg");
  background-size: cover;
  position: relative;
  padding: 50px 8% 75px;
}
.issue-h2 {
  /* position: absolute; */
  color: #ffffff;
  /* transform: rotate(-90deg); */
  font-family: "FuturaBold", sans-serif;
  font-size: 70px;
  line-height: 0.8;
  /* left: -120px;
    top: 80px; */
  /* text-align: center; */
}
.voter-issue-content {
  font-size: 0;
  position: relative;
  width: 100%;
  /* padding: 75px 8%; */
}
.single-issue-card {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
}
.single-issue-card h3 {
  font-family: "FuturaBold", sans-serif;
  font-size: 34px;
  color: #ffffff;
  line-height: 39px;
}
.single-issue-card p {
  font-family: "Futura Book", sans-serif;
  font-size: 20px;
  color: #ffffff;
  line-height: 24px;
  margin: 15px 0;
}
.single-issue-card h4 {
  font-family: "Futura Book", sans-serif;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 10px;
}
.single-issue-card h4 span {
  font-family: "FuturaBold", sans-serif;
}
.voter-con-amend {
  position: relative;
  padding: 50px 8%;
}
.voter-con-card {
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  width: 50%;
}
.voter-con-card h3 {
  font-family: "FuturaBold", sans-serif;
  font-size: 34px;
  color: #233f8a;
}
.voter-con-card h4 {
  font-family: "Futura Demi", sans-serif;
  font-size: 24px;
  color: #4a4a4a;
  line-height: 24px;
  margin: 20px 0;
}
.voter-con-card h4 span {
  color: #2ece00;
  font-family: "FuturaBold", sans-serif;
}
.voter-con-card h4 span.oppose {
  color: #eb1f49;
}
.voter-con-card p {
  font-family: "Futura Demi", sans-serif;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  margin: 20px 0;
}
.voter-h2-con {
  color: #5479dd;
  font-family: "FuturaBold", sans-serif;
  font-size: 70px;
  line-height: 0.8;
}
.voter-checklist-wrapper {
  width: 100%;
  background-image: url("./images/background.svg");
  background-size: cover;
  padding: 50px 8%;
}
.voter-checklist-wrapper h2 {
  color: #233f8a;
  font-family: "FuturaBold", sans-serif;
  font-size: 40px;
}
.voter-checklist-inner {
  margin: 30px 0 50px;
}
.voter-checklist-wrapper ul {
  margin-left: 40px;
}
.voter-checklist-wrapper ul li {
  font-family: "Futura Demi", sans-serif;
  font-size: 32px;
  color: #4a4a4a;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 20px 0;
}
.events-page-wrapper {
  width: 80%;
  margin: 80px auto;
}
.events-content-wrapper {
  margin: 60px auto 30px;
  width: 90%;
}
.event-card {
  margin: 70px auto;
}
.top-event-card {
  margin-bottom: 20px;
}
.right-top-event {
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}
.right-top-event h2 {
  color: #5479dd;
  font-family: "FuturaBold", sans-serif;
  letter-spacing: 0;
}
.interior-page h2.month {
  font-size: 52px;
  line-height: 55px;
  margin: 0;
}
.interior-page h2.day {
  font-size: 105px;
  line-height: 74px;
  margin: 0;
}
.left-top-event {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 171px);
}
.left-top-event h3 {
  font-family: "FuturaBold", sans-serif;
  font-size: 34px;
  color: #233f8a;
  line-height: 39px;
  margin: 0;
}
.left-top-event h3 a {
  text-decoration: none;
  color: #233f8a;
  transition: all ease-in-out 0.4s;
}
.left-top-event h3 a:hover {
  color: #eb1f49;
}
.left-top-event p {
  font-family: "Futura Medium", sans-serif;
  font-size: 24px;
  color: #4a4a4a;
  letter-spacing: 0;
  line-height: 24px;
  margin: 7px 0 0;
}
.bottom-event-card {
  /* border-top: #eb1f49 15px solid; */
}
.single-event-wrapper {
  margin: 50px auto;
  width: 80%;
}
.single-event-wrapper .top-event-card {
  border-bottom: 15px solid #eb1f49;
  padding-bottom: 20px;
}
.single-event-content p.rsvp-p {
  font-family: "FuturaBold", sans-serif;
  font-size: 24px;
  color: #eb1f49;
}
.single-event-content p.rsvp-p span {
  font-family: "Futura Medium", sans-serif;
  color: #4a4a4a;
}
.red-btn.rsvp {
  min-width: 175px;
  max-width: 100%;
}
.press-release-wrapper {
  margin: 50px auto;
  max-width: 1200px;
  width: 80%;
}
.press-release-top {
  border-bottom: 20px solid #eb1f49;
}
h2.press-release-date {
  font-family: "Futura", sans-serif;
  font-size: 23px;
  color: #5479dd;
  line-height: 28px;
  margin-bottom: 15px;
}
.single-job-inner {
  width: 90%;
  margin: 0 auto;
}
.interior-page p.job-p {
  font-family: "Futura Medium", sans-serif;
  font-size: 24px;
  color: #4a4a4a;
  letter-spacing: 0;
  line-height: 24px;
  border-bottom: 10px solid #eb1f49;
  padding-bottom: 20px;
}
.interior-page p.job-p span {
  color: #eb1f49;
}
.job-listing-card h4 a {
  color: #233f8a;
  text-decoration: none;
  transition: all ease-in-out 0.4s;
}
.job-listing-card h4 a:hover {
  color: #eb1f49;
}
.job-listing-card .job-p {
  border-color: #ededed !important;
  transition: all ease-in-out 0.4s;
}
.job-listing-card:hover .job-p {
  border-color: #eb1f49 !important;
}
.newsroom-page-wrapper {
  padding: 0 0 30px;
}
.quote-wrapper {
  padding: 60px 7%;
  background-image: url("./images/blue-background-n.svg");
  background-size: cover;
  text-align: center;
}
.quote-wrapper h2 {
  font-family: "FuturaBold", serif;
  font-size: 35px;
  color: #ffffff;
  line-height: 1.2;
}
.quote-by-p {
  color: #ffffff;
  font-family: "FuturaBold", sans-serif;
  font-size: 34px;
  margin-top: 20px;
}
.media-contact-wrapper {
  box-shadow: 0 0 10px 0 #5479dd;
  background-color: #ffffff;
  float: right;
  margin-top: -55px;
  max-width: 100%;
  padding: 30px;
  width: 350px;
}
.media-resources h2,
.media-content-inner h2 {
  font-family: "FuturaBold", sans-serif;
  font-size: 34px;
  color: #000000;
  line-height: 39px;
}
.media-resources a {
  color: #233f8a;
  display: inline-block;
  font-family: "Futura Demi", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  margin: 10px 0;
  text-decoration: none;
  transition: all ease-in-out 0.4s;
}
.media-resources a:hover {
  color: #eb1f49;
}
.media-content-inner p {
  color: #4a4a4a;
  font-family: "Futura Medium", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
}
.media-content-inner p a {
  color: #4a4a4a;
  text-decoration: none;
}
.media-content-inner p a:hover {
  color: #eb1f49;
}
.release-wrapper {
  font-size: 0;
  padding: 70px 5% 45px;
  width: calc(100% - 350px);
}
.release-left {
  display: inline-block;
  width: 50%;
}
.release-right {
  display: inline-block;
  vertical-align: top;
  padding-left: 5%;
  width: 50%;
}
.release-wrapper h2 {
  font-family: "FuturaBold", sans-serif;
  font-size: 46px;
  color: #233f8a;
  letter-spacing: 0;
  line-height: 48px;
}
.press-release-card {
  border-bottom: 7px solid #ededed;
  margin: 20px 0;
  padding: 20px 0;
  transition: all ease-in-out 0.4s;
  width: 90%;
}
.press-release-card:hover {
  border-color: #eb1f49;
}
.press-release-date {
  color: #5479dd;
  font-family: "Futura Medium", sans-serif;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}
.press-release-date span {
  color: #eb1f49;
  font-size: 30px;
}
.press-release-title {
  font-family: "FuturaBold", sans-serif;
  font-size: 23px;
  color: #233f8a;
  line-height: 28px;
}
.press-release-title a {
  color: #233f8a;
  text-decoration: none;
  transition: all ease-in-out 0.4s;
}
.press-release-title a:hover {
  color: #eb1f49;
}
.press-release-card p {
  font-family: "Futura Book", sans-serif;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  margin: 15px 0;
}
.pub-name {
  font-family: "Futura Medium", sans-serif;
  font-size: 24px;
  color: #4a4a4a;
  line-height: 24px;
  margin-top: 15px;
}
.red-btn.release {
  font-size: 19px;
  font-weight: bold;
  margin-top: 40px;
}
.tags-wrapper.press {
  margin-bottom: 20px;
}
.reports-search-results .press-release-card {
  width: 100%;
}
.search-page-wrapper {
  margin: 50px auto;
  max-width: 1200px;
  width: 80%;
}
.search-results-wrapper {
  width: 90%;
  margin: 50px auto;
}
.single-report-card p.press-clip {
  font-family: "Futura Medium", sans-serif;
}
.single-report-card span {
  color: #eb1f49;
  transition: all ease-in-out 0.4s;
}
.single-report-card h3 a:hover span {
  color: #233f8a;
}
.search-results-wrapper .single-report-card {
  border-bottom: 10px solid #ededed;
  padding-bottom: 30px;
}
.search-results-wrapper .single-report-card:hover {
  border-color: #eb1f49;
}
.hero-homepage-inner-left.left-wrapper {
  min-height: 600px;
}
/* .hero-homepage-inner-right {
    min-height: 600px;
} */
.search-form .tags-div {
  width: 21%;
  margin: 0 0 0 2%;
}
.reports-search-wrapper .search-form input[type="submit"] {
  width: 22%;
  margin-left: 2%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.events-form .tags-div:first-of-type {
  margin: 0;
}
header.at-title {
  display: none !important;
}
.at fieldset legend.at-legend {
  display: none;
}
.at-inner {
  background: none !important;
}
.at-row.at-row-solo.YesSignMeUpForUpdatesForBinder {
  display: none !important;
}
.at-form-submit.clearfix {
  width: 100% !important;
  padding: 0 !important;
}
.signup-form-wrapper form input[type="submit"] {
  width: 100%;

  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 10px !important;
  border: transparent !important;
  min-width: 200px !important;
  width: 50% !important;
  text-align: center !important;
  color: white !important;
  background-color: #eb1f49 !important;
  font-family: "FuturaBold", sans-serif;
  transition: all ease-in-out 0.4s;
}
.iti__flag-container {
  display: none !important;
}

.signup-form-wrapper form input[type="submit"]:hover {
  background-color: #233f8a !important;
}
.at-row > [class^="at-"] {
  margin: 0 !important;
  flex: none !important;
  width: 100%;
}
.at .at-fieldset {
  padding: 0 !important;
}
.at-row.at-row-solo.at-row-full.UpdateMyProfile {
  display: none !important;
}
.signup-form-wrapper {
  margin-top: 20px;
}
.events-content-wrapper .four-o-four {
  font-family: "FuturaBold", sans-serif;
  font-size: 36px;
  color: #233f8a;
  letter-spacing: 0;
  line-height: 38px;
  margin: 70px 0;
}
.interior-page ul.blocks-gallery-grid,
.interior-page ol.blocks-gallery-grid {
  margin-left: 0;
}
.interior-page .wp-block-quote p {
  margin-bottom: 10px;
  font-family: "Futura Medium", sans-serif;
  font-size: 24px;
}
.wp-block-quote {
  font-style: italic;
}
.wp-block-quote cite {
  font-family: "Futura Book", sans-serif;
  color: #4a4a4a;
  margin-left: 20px;
}
figcaption {
  font-family: "Futura Book", sans-serif;
}
.wp-block-image img {
  max-width: 100%;
  height: auto;
}
.print-icon {
  width: 33px;
  height: auto;
  vertical-align: middle;
}
.fourofour {
  min-height: 300px;
  width: 90%;
  margin: 100px auto 150px;
}
.interior-h1 a {
  color: #eb1f49;
  transition: all ease-in-out 0.4s;
}
.interior-h1 a:hover {
  color: #5479dd;
}
.wp-block-button__link {
  border-radius: 0;
  font-family: "FuturaBold", sans-serif;
  transition: all ease-in-out 0.4s;
}
.wp-block-button__link:hover {
  opacity: 0.8;
}
.iframe-container {
  margin-top: 100px;
}
.interior-page.standard-page ul.at-steps,
.interior-page.standard-page ol.at-steps {
  margin-left: 0;
}
.iframe-container .at form .label-amount {
  font-family: "FuturaBold", sans-serif;
}
.iframe-container .at form .label-amount > a {
  background-color: #233f8a !important;
  border-radius: 0 !important;
}
.iframe-container .at form .label-amount > a:hover {
  opacity: 0.8;
}
.at form .label-amount input[type="radio"]:checked + a {
  background-color: #eb1f49 !important;
}
.at .at-step.active {
  border-bottom-color: #5479dd !important;
}
.at .at-step > *:before {
  line-height: 1.2rem !important;
}
.at .at-step.valid > *:before {
  background-color: #5479dd !important;
}
.at form .label-amount input:required {
  background-color: #5479dd !important;
  border-color: #5479dd !important;
  font-family: "FuturaBold", sans-serif;
  color: #ffffff !important;
}
.at form .label-amount input::placeholder,
.at form .label-amount input:required::selection {
  color: #ffffff !important;
}
.multistep-layout .HeaderHtml h1 {
  font-family: "FuturaBold", sans-serif;
}
.iframe-container .at-text {
  font-family: "Futura Book", sans-serif !important;
}
.nextStep.btn-at.btn-at-primary,
button.btn-at-primary {
  background-color: #233f8a !important;
  color: #ffffff !important;
  font-family: "FuturaBold", sans-serif !important;
  border-radius: 0 !important;
}
.nextStep.btn-at.btn-at-primary:hover,
button.btn-at-primary:hover {
  background-color: #eb1f49;
  color: #ffffff;
}
.slick-slider {
  width: 1px;
  min-width: 100%;
  width: 100%;
  /* color: #5479DD; */
}
.what-we-do-image {
  width: 100%;
  height: auto;
}
.mobilize-image {
  width: 100%;
  height: auto;
}
.empower-image {
  width: 100%;
  height: auto;
}
.donate-h2.thank-you {
  font-size: 30px;
  line-height: 30px;
  font-family: "FuturaBold Ob", sans-serif;
}
.donate-h2.thank-you:nth-of-type(n + 2) {
  display: none;
}
.desktop-hide {
  display: none;
}
.single-directory-card.issues {
  width: 46%;
  margin: 30px 4% 30px 0;
}
.single-directory-card.issues:nth-of-type(2n) {
}
.single-directory-card.issues:nth-of-type(odd) {
  margin-right: 4%;
}
.empower-image,
.mobilize-image,
.what-we-do-image {
  display: none;
}
.empower .right-wrapper,
.what-we-do-wrapper .right-wrapper {
  background-image: url("./images/blue-background.png");
}
/* .right-wrapper.empower {
    background-image: url('./images/blue-background.png');
} */
.what-we-do-wrapper .inner-right {
  width: 56%;
}
.mobilize .inner-right {
  width: 56%;
  margin-left: auto;
}
.inner-right.empower {
  width: 56%;
}
.our-issues-page {
  position: relative;
}
.popup-box {
  z-index: 100;
  position: absolute;
  background-color: #ffffff;
  border: 10px solid #233f8a;
  /* width: 500px;
    width: 454px; */
  width: 500px !important;
  max-width: 80% !important;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  max-height: 220px !important;
}
.popup-box p {
  font-family: "Futura Book", sans-serif;
  font-size: 20px;
  color: #4a4a4a;
  line-height: 24px;
  margin: 20px 0;
}
.popup-box a {
  color: #233f8a;
  display: inline-block;
  font-family: "Futura Demi", sans-serif;
  transition: all ease-in-out 0.4s;
  text-decoration: none;
}
.popup-box a:hover,
.popup-box a:nth-of-type(2):hover {
  color: #5479dd;
}
.popup-box a:nth-of-type(2) {
  float: right;
  color: #eb1f49;
}
.pledge-wrapper {
  font-size: 0;
  margin-top: 80px;
}
.pledge-left {
  width: 47%;
  /* color: white; */
  margin-right: 6%;
  display: inline-block;
}
.pledge-right {
  width: 47%;
  display: inline-block;
  margin-top: 30px;
  vertical-align: top;
}
p.help-text {
  font-size: 12px;
  line-height: 1.1;
  margin: 0 0 20px;
}
.pledge-wrapper .HeaderHtml,
.pledge-wrapper .FooterHtml,
.pledge-wrapper .MeterHtml {
  display: none;
}
.pledge-right input {
  width: 100%;
  padding: 8px 0;
  text-indent: 10px;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
  border: 0;
}
.pledge-right .at-text.FirstName,
.pledge-right .at-text.EmailAddress {
  width: 49%;
  display: inline-block;
  box-sizing: border-box;
  min-width: auto !important;
}
.pledge-right .at-text.FirstName,
.pledge-right .at-text.EmailAddress {
  width: 49%;
  display: inline-block;
  box-sizing: border-box;
  min-width: auto !important;
}
.pledge-right .at-text.LastName,
.pledge-right .at-text.PostalCode {
  width: 49%;
  display: inline-block;
  margin-left: 2% !important;
  box-sizing: border-box;
  min-width: auto !important;
}
.pledge-right input[type="submit"] {
  background: #ff0043;
  padding: 8px 0;
  border: 0;
  color: #fff;
  transition: all ease-in-out 0.4s;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 20px 0;
}
.pledge-right #NVSignupForm542969 input::placeholder {
  color: #4a4a4a;
}
.signup-left {
  transform: skew(8deg);
  -webkit-transform: skew(8deg);
  -moz-transform: skew(8deg);
  -o-transform: skew(8deg);
  -ms-transform: skew(8deg);
  width: 54%;
}
.signup-left .inner-left-content {
  -webkit-transform: skew(-8deg) translateY(-50%);
  -moz-transform: skew(-8deg) translateY(-50%);
  -o-transform: skew(-8deg) translateY(-50%);
  -ms-transform: skew(-8deg) translateY(-50%);
  transform: skew(-8deg) translateY(-50%);
}
.hero-homepage-inner-left.left-wrapper .red-btn {
  margin-top: 25px;
}
/* .banner-inner {
    min-height: 99.5%;
}
.new-hero-banner {
    width: 100%;
    top: 0;
    height: auto;
} */
.page-id-786 p:nth-of-type(4),
.page-id-786 p:nth-of-type(5),
.page-id-786 p:nth-of-type(6) {
  font-family: "Roboto", sans-serif;
}
.page-id-786 p:nth-of-type(7),
.page-id-786 p:nth-of-type(8),
.page-id-786 p:nth-of-type(9) {
  font-family: "Open Sans", sans-serif;
}
.page-id-786 p:nth-of-type(10),
.page-id-786 p:nth-of-type(11),
.page-id-786 p:nth-of-type(12) {
  font-family: "Lato", sans-serif;
}
/* .page-id-786 p:nth-of-type(13),
.page-id-786 p:nth-of-type(14),
.page-id-786 p:nth-of-type(15) {
    font-family: 'Roboto', sans-serif;
} */

/* New state page wrapper */
.new-state-page-wrapper {
}

.state-page-nav {
  background-color: #eb1f49;
  padding: 10px 5%;
  text-align: center;
}

.state-page-nav a {
  color: #ffffff;
  display: inline-block;
  margin: 0 20px;
  font-family: "FuturaBold", sans-serif;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.1;
  text-decoration: none;
  transition: all ease-in-out 0.4s;
}

.state-page-nav a:hover {
  color: #16418f;
}

.state-rep-wrapper h2,
.new-state-page-wrapper h2 {
  font-size: 55px;
  margin-bottom: 40px;
  text-align: center;
}

.state-rep-wrapper h2 span,
.new-state-page-wrapper h2 span {
  border-bottom: 5px solid #ff0043;
}

.events-content-wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  /* width: 90%; */
}

.single-article-wrap {
  margin: 100px auto;
  max-width: 1100px;
  width: 90%;
}

.slide-wrapper {
  max-width: 1100px;
  margin: 50px auto;
  width: 90%;
  min-width: 90%;
  position: relative;
}

.fc-direction-ltr {
  background: #fff;
  border-radius: 30px;
  border: 5px solid #16418f;
  display: inline-block;
  font-family: "FuturaBold", sans-serif;
  height: auto;
  max-width: 550px;
  /* min-height: 500px; */
  padding: 40px 20px 10px 20px;
  width: 100%;
}

.fc .fc-toolbar-title {
  color: #233f8a;
  font-family: "FuturaBold", sans-serif;
}

.fc-theme-standard td,
.fc-theme-standard th,
.fc .fc-scrollgrid {
  border: none;
}

.fc .fc-daygrid-day-frame,
.fc .fc-daygrid-day-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.events-wrapper-scroll {
  background-color: #16418f;
  border-radius: 10px;
  display: inline-block;
  /* width: 500px; */
  width: 48%;
  max-height: 600px;
  overflow-y: scroll;
  padding: 20px;
}

.event-card.new-card {
  margin: 0 0 20px;
}

.event-card.new-card h3 {
  font-weight: 800;
  font-size: 32px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
}

.event-card.new-card h3 a {
  color: #ffffff;
  text-decoration: none;
  transition: all ease-in-out 0.4s;
}

.event-card.new-card h3 a:hover {
  color: #ff0043;
}

.event-card.new-card p {
  color: #fff;
  margin: 10px 0;
}

.event-card.new-card .red-btn {
  background-color: #fff;
  border-radius: 10px;
  color: #4a4a4a;
  font-family: "Futura Book", sans-serif;
  padding: 7px 23px;
  font-size: 22px;
}

.event-card.new-card .red-btn:hover {
  color: #ff0043;
}

.event-card.new-card .red-btn svg {
  transition: all 0.4s;
  display: inline-block;
}

.event-card.new-card .red-btn:hover svg {
  transform: translateX(5px);
}

.leadership-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.leadership-card {
  background-color: #a9bdef;
  border-radius: 30px;
  display: inline-block;
  max-width: 100%;
  padding: 20px;
  margin: 20px;
  width: 300px;
}

.leadership-card img {
  height: 200px;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.leadership-card h3 {
  color: #223f8a;
  font-family: "FuturaBold", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 10px 0;
}

.leadership-card h4 {
  color: #223f8a;
  font-family: "FuturaBold", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 10px 0;
}

.leadership-card h4 a {
  color: #eb1f49;
  text-decoration: none;
  transition: all ease-in-out 0.4s;
  word-wrap: break-word;
}

.leadership-card h4 a:hover {
  color: #16418f;
}

.interior-page .text-box ul li,
.interior-page .text-box ol li {
  font-family: "Futura Book", sans-serif;
  color: #4a4a4a;
  font-size: 20px;
  line-height: 1.3;
  margin: 20px 0;
}

.interior-page .text-box p {
  font-size: 25px;
  line-height: 1.3;
  margin: 20px 0;
}

.interior-page .text-box ul,
.interior-page .text-box ol {
  width: 90%;
  margin: 20px auto;
}

.interior-page .red-text-box {
  background-color: #fddee4;
  border-radius: 10px;
  padding: 30px;
}

.qr-code {
  text-align: center;
}

.qr-code img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.slide-wrapper .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slide-wrapper .arrow.prev {
  left: -5%;
}

.slide-wrapper .arrow.next {
  right: -5%;
}

.representative-wrap {
  background-color: #eb1f49;
  padding: 50px 5%;
  text-align: center;
}

.representative-wrap h2 {
  color: #fff;
}

.representative-wrap h2 span {
  border-bottom: 5px solid #fff;
}

.representative-wrap form {
  max-width: 700px;
  margin: auto;
}

.representative-wrap form input[type="text"] {
  background: #ffffff;
  border: none;
  border-radius: 35px;
  color: #223f8a;
  font-family: "FuturaBold", sans-serif;
  font-size: 30px;
  padding: 10px 20px;
  width: 100%;
}

.representative-wrap form input[type="text"]::placeholder {
  color: #223f8a;
}

.representative-wrap form input[type="submit"] {
  background: #223f8a;
  border: none;
  border-radius: 40px;
  color: #ffffff;
  font-family: "FuturaBold", sans-serif;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 10px 20px;
  margin-top: 30px;
  text-align: center;
  transition: all ease-in-out 0.4s;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.representative-wrap form input[type="submit"]:hover {
  background: #fff;
  color: #223f8a;
}

.state-rep-wrapper .representative-wrap form input[type="submit"]:hover {
  background-color: #eb1f49;
  color: #fff;
}

.state-rep-wrapper {
}

.state-rep-wrapper .representative-wrap {
  background-color: transparent;
}

.state-rep-wrapper .representative-wrap input[type="text"] {
  border: 3px solid #16418f;
}

.rep-results-wrapper {
  max-width: 860px;
  margin: 50px auto;
  width: 90%;
}

.single-article-wrap a.button {
  background-color: #eb1f49;
  color: #ffffff;
  display: block;
  font-family: "FuturaBold", sans-serif;
  padding: 10px 20px;
  margin: 20px auto;
  transition: all ease-in-out 0.4s;
  text-decoration: none;
  text-align: center;
  width: fit-content;
  max-width: 100%;
}

.single-article-wrap a.button:hover {
  background-color: #16418f;
}

.state-result-card {
  display: inline-block;
  margin: 20px 0;
  width: 49.5%;
  vertical-align: top;
}

.state-result-card h3 {
  font-family: "FuturaBold", sans-serif;
  font-size: 24px;
  color: #223f8a;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 10px 0;
  text-transform: capitalize;
}

.state-result-card p {
  color: #17408f;
  font-family: "Futura";
  font-size: 21px;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 10px 0;
}

.state-result-card p a {
  color: #eb1f49;
  text-decoration: none;
  transition: all ease-in-out 0.4s;
}

.state-result-card p a:hover {
  color: #4a4a4a;
}

.single-article-wrap .slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 100px;
}

.single-article-wrap .slick-list {
  padding-top: 10% !important;
  padding-bottom: 10% !important;
  padding-left: 15% !important;
  padding-right: 15% !important;
}

.single-article-wrap .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  /* width: 100%!important; */
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s, opacity 0.3s;
}

.single-article-wrap .slick-snext,
.single-article-wrap .slick-sprev {
  display: block;
}

.single-article-wrap .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  transform: translate3d(0, 0, 20px);
  z-index: 2;
  max-height: 600px;
  object-fit: contain;
}

.single-article-wrap .slick-snext {
  opacity: 1;
  transform: translate3d(20%, 0, 0px);
  z-index: 1;
}

.single-article-wrap .slick-sprev {
  opacity: 1;
  transform: translate3d(-20%, 0, 0px);
}

#pdf-js-viewer {
  min-height: 500px;
}

article.family-wrapper {
  margin: 8% 0;
}

/* Contact Page - Form */

.wpcf7-form.init,
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.first-name,
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.Email,
textarea.wpcf7-form-control.wpcf7-textarea.message,
input.wpcf7-form-control.has-spinner.wpcf7-submit {
  width: 100%;
  font-family: "FuturaBold", sans-serif;
  font-size: 22px;
  border: none;
  color: #233f8a;
  font-weight: bold;
}
input::placeholder,
textarea::placeholder {
  color: #233f8a;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
  text-transform: uppercase;
  background: #eb1f49;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  padding: 10px 20px;
  margin-top: 10px;
  text-align: center;
  text-decoration: none;
  transition: all ease-in-out 0.4s;
  cursor: pointer;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background-color: #233f8a;
  color: #ffffff;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.first-name,
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.Email,
textarea.wpcf7-form-control.wpcf7-textarea.message {
  border-bottom: 3px solid #233f8a;
  margin-bottom: 3%;
}

.page-id-2139 .standard-page {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
  font-family: "FuturaBold", sans-serif;
  font-size: 22px;
  border: none;
  color: #233f8a;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 24%;
  left: -1%;
  display: flex;
  justify-content: center;
  align-items: start;
  padding: 15% 0;
  background: #fff;
  flex-wrap: wrap;
}

.wpcf7 form {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
  padding: 3% 7%;
}

.family-wrapper ul {
  font-family: "Futura Book", sans-serif;
  font-size: 20px;
  color: #4a4a4a;
  line-height: 24px;
  margin: 20px 0;
}

.family-wrapper li strong {
  font-family: "FuturaBold", sans-serif;
}

.family-wrapper li {
  margin: 20px 30px;
}

.home-signup-btn {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 10px !important;
  border: transparent !important;
  min-width: 200px !important;
  width: 50% !important;
  text-align: center !important;
  color: white !important;
  background-color: #eb1f49 !important;
  font-family: "FuturaBold", sans-serif;
  transition: all ease-in-out 0.4s;
}
