* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */
}

@font-face {
  font-family: "Gilroy Bold";
  src: url("./fonts/Gilroy-ExtraBold.otf");
}

@font-face {
  font-family: "Gilroy Light";
  src: url("./fonts/Gilroy-Light.otf");
}

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

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

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

/* Privacy Policy Page -------------------------------------------------------*/
.pp-link {
  color: #ed1c24;
  font-family: "Gilroy Bold", sans-serif;
}

.pp-link:hover {
  color: #082d81;
}

.pp-main {
  width: 100%;
  padding: 20px 10%;
}

.pp-div {
  color: #4a4a4a;
  padding: 20px 5% 30px;
  width: 100%;
}

.pp-h-tag {
  color: #082d81;
  font-family: "Gilroy Bold", sans-serif;
  margin: 25px 0 15px;
}

.pp-main ol li,
.pp-main ul li {
  margin: 5px 0 5px 60px;
}

.pp-main p {
  margin-bottom: 20px;
}

/* Header --------------------------------------------------------------------*/
.main-header {
  background-color: #fff;
  padding: 15px 2.5%;
  position: relative;
  clear: both;
}

.container {
  display: none;
}

.logo-a {
  text-decoration: none;
  float: left;
}

.logo-a svg {
  width: 150px;
  transition: all 0.5s;
}

/* .logo-a:hover .fight {
    fill: #ED1C24;
}

.logo-a:hover .for {
    fill: #ED1C24;
}

.logo-a:hover .progress {
    fill: #ED1C24;
} */

/* 
.logo-a:hover svg #Rectangle-path-3 {
    fill: #082D81;
} */

@keyframes wave1 {
  10% {
    fill: #082d81;
  }

  30% {
    fill: #ed1c24;
  }

  50% {
    fill: #082d81;
  }

  70% {
    fill: #ed1c24;
  }

  900% {
    fill: #082d81;
  }
}

@keyframes wave2 {
  20% {
    fill: #082d81;
  }

  40% {
    fill: #ed1c24;
  }

  60% {
    fill: #082d81;
  }

  80% {
    fill: #ed1c24;
  }

  /* 100% {
        fill: #082D81;
    } */
}

@keyframes wave3 {
  30% {
    fill: #082d81;
  }

  50% {
    fill: #ed1c24;
  }

  70% {
    fill: #082d81;
  }

  90% {
    fill: #ed1c24;
  }

  /* 100% {
        fill: #082D81;
    } */
}

.show-wave-1 {
  animation: wave1 3s infinite;
}

.show-wave-2 {
  animation: wave2 3s infinite;
}

.show-wave-3 {
  animation: wave3 3s infinite;
}
.learn-a {
  margin-left: 5px;
  margin-right: 7px;
  /* margin-top: 10px; */
  margin-bottom: -10px;
}

.header-nav {
  display: block;
  /* vertical-align: bottom; */
  margin-left: auto;
  margin-top: 10px;
  /*width: 495px;*/
  width: fit-content;
}

.header-nav a {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}

.learn-a {
  font-family: "Gilroy Bold", sans-serif;
  font-size: 20px;
  color: #1d4399;
  letter-spacing: 0.53px;
  border-bottom: 4px solid transparent;
  transition: all 0.5s;
}

.learn-a:after {
  display: block;
  content: "";
  border-bottom: solid 4px #ed1c24;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 250ms ease-in-out;
}

.learn-a:hover:after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}

.header-donate-a {
  background-color: #ed1c24;
  border: none;
  color: #fff;
  font-family: "Gilroy Bold", sans-serif;
  font-size: 20px;
  letter-spacing: 0.53px;

  padding: 10px;
  margin: 0 15px 0 15px !important;
  transition: all 0.5s;
}

.header-donate-a:hover {
  box-shadow: inset 262px 0 0 0 #1d4399;
}

footer {
  display: flex;
  flex-direction: column;
}

.header-store-a {
  background-color: #1d4399;
  box-shadow: inset -10px 0 0 0 #1d4399;
  border: none;
  color: #fff;
  font-family: "Gilroy Bold", sans-serif;
  font-size: 20px;
  letter-spacing: 0.53px;
  padding: 10px;
  margin: 0 5px 0 15px !important;
  transition: all 0.5s;
}

.header-store-a:hover {
  box-shadow: inset 100px 0 0 0 #ed1c24;
  color: #fff;
}

.header-facebook-a {
  vertical-align: middle;
}

.header-facebook-a svg #Shape,
.header-facebook-a svg #Oval-2 {
  transition: all 0.5s ease-in-out;
}

.header-facebook-a:hover svg #Shape {
  fill: #fff;
}

.header-facebook-a:hover svg #Oval-2 {
  fill: #1d4399;
}

.header-twitter-a svg #x-1,
#x-2,
#x-3,
#x-4 {
  transition: all 0.5s ease-in-out;
}

.header-twitter-a:hover svg #x-1 {
  fill: #1d4399;
  stroke: #1d4399;
}

.header-twitter-a svg #x-2 {
  stroke: #1d4399;
  fill: #1d4399;
}

.header-twitter-a:hover svg #x-2 {
  stroke: white;
  fill: white;
}

.header-twitter-a:hover svg #x-4 {
  fill: #1d4399;
  stroke: #1d4399;
}

.header-twitter-a svg #x-4 {
  stroke: white;
  fill: white;
}

.header-twitter-a:hover svg #x-3 {
  stroke: white;
  fill: white;
}

.header-bluesky-a {
  vertical-align: middle;
}

.header-bluesky-a svg #Shape,
.header-bluesky-a svg #Oval-2 {
  transition: all 0.5s ease-in-out;
}

.header-bluesky-a:hover svg #Shape {
  fill: #fff;
}

.header-bluesky-a:hover svg #Oval-2 {
  fill: #0085ff;
}

/* Main ----------------------------------------------------------------------*/
main {
  width: 100%;
  position: relative;
  clear: both;
  overflow-x: hidden;
}

::selection {
  background-color: rgba(237, 28, 36, 0.8);
  color: #fff;
}

::-moz-selection {
  background-color: rgba(237, 28, 36, 0.8);
  color: #fff;
}

.hero-section {
  width: 100%;
}

.video-container {
  height: 700px;
  width: 100%;
  overflow: hidden;
}

.video {
  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-left {
  background-color: rgba(237, 28, 36, 0.6);
  -webkit-transform: skew(-5deg);
  -moz-transform: skew(-5deg);
  -o-transform: skew(-5deg);
  -ms-transform: skew(-5deg);
  transform: skew(-5deg);
  margin-left: -4vw;
  /* margin-left: -4%; */
  padding: 20px 20px 20px 8vw;
  /* padding: 20px 20px 20px 8%; */
  width: 45vw;
  /* width: 45%; */
  position: absolute;
  top: 0;
  height: 700px;
}

.hero-form {
  -webkit-transform: skew(5deg);
  -moz-transform: skew(5deg);
  -o-transform: skew(5deg);
  -ms-transform: skew(5deg);
  transform: skew(5deg);
  width: 355px;
  margin-top: 40px;
  text-align: center;
  opacity: 0;
}

@keyframes fadeIn {
  60% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn.animated {
  animation: fadeIn ease-in;
}

.hero-form.animated {
  opacity: 1;
}

.form-h1 {
  color: #fff;
  font-family: "Gilroy Bold", sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.form-h1 span {
  line-height: 55px;
  font-size: 68px;
}

.form-input {
  border: none;
  color: #4a4a4a;
  font-size: 20px;
  margin: 10px 0;
  text-align: left;
  padding: 10px 18px;
  width: 100%;
}

.join-btn {
  background-color: #138eff;
  border: none;
  color: #fff;
  font-family: "Gilroy Bold", sans-serif;
  font-size: 20px;
  margin-top: 10px;
  padding: 10px;
  transition: all 0.5s;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.join-btn:hover {
  box-shadow: inset 356px 0 0 0 #1d4399;
}

/* MISSION SECTION -----------------------------------------------------------*/
.mission-wrapper,
.endorsements-wrapper {
  background-color: #1d4399;
  color: #fff;
  text-align: center;
  padding: 45px 5%;
}

.header-2 {
  text-transform: uppercase;
  font-family: "Gilroy Bold", sans-serif;
  font-size: 44px;
  /* text-align: center; */
  /* line-height: 45px; */
}

.mission-p,
.endorsements-p {
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-size: 21px;
  letter-spacing: 0.61px;
  line-height: 30px;
  margin: 20px auto 0;
  text-align: center;
  max-width: 750px;
  width: 80%;
}

/* ENDORSEMENTS SECTION ------------------------------------------------------*/

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 2px solid #fff;
  padding: 45px 0;
}

.endorsements-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.endorsement-card {
  width: calc(33.33% - 20px);
}

.endorsement-card-img {
  width: 100%;
  max-width: 250px;
  max-height: 250px;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border: 5px solid #5959f0;
}

.endorsement-card-content {
  text-align: center;
}

.endorsement-card-name {
  font-family: "Gilroy Bold", sans-serif;
  font-size: 24px;
  letter-spacing: 0.61px;
  text-align: center;
  margin: 10px 0;
}

.endorsement-card-state {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  letter-spacing: 0.61px;
  text-align: center;
  margin-top: 10px;
}

/* DONATE SECTION ------------------------------------------------------------*/
.donate-wrapper {
  color: #1d4399;
  text-align: center;
  /* padding: 20px 0; */
  padding: 0;
}

.donate-wrapper-two {
  padding: 45px 0;
}

.donate-p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 29px;
  letter-spacing: 0.61px;
  line-height: 32px;
  margin: 20px auto 0;
  max-width: 650px;
  width: 80%;
}
/* CANDIDATE SECTION ---------------------------------------------------------*/
.candidates-section,
.candidates-section-2 {
  width: 100%;
  background-color: #1d4399;
  position: relative;
  /* height: 693px; */
  /* height: 641px; */
  text-align: center;
  /* height: 1000px; */
}

#candidate-inner,
#candidate-inner-2 {
  clear: both;
  width: 90%;
  margin: 0 auto;
  /* height: 750px; */
}

.arrow-a {
  position: absolute;
  top: 45%;
  background-color: transparent;
  border: none;
}

.left-arrow,
.left-arrow2 {
  left: 20px;
}

.right-arrow,
.right-arrow2 {
  right: 20px;
}

.candidate-card {
  width: 33.33%;
  /* width: 400px; */
  float: left;
  /* width: 49%; */
  display: inline-block;
  padding: 30px 10px;
  background-color: #1d4399;
  color: #fff;
  min-width: 350px;
  /* max-width: 450px; */
  /* max-width: 600px; */
  text-align: left;
}

.slick-track,
.slick-list {
  min-height: 915px;
}

/* .candidate-card:after {
    content: "";
    display: table;
    clear: both;
} */
/* 
.middle-card,
.slick-current {
    background-color: #082D81;
} */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  /* height: 30px; */
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  padding: 0;
  border: none;
}

.candidate-img-wrap {
  height: 170px;
  width: 170px;
  border: 5px solid #138eff;
  margin: 20px auto;
}

.candidate-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.candidate-content {
  width: 80%;
  margin: 30px auto;
}

.candidate-name {
  text-transform: uppercase;
  font-family: "Gilroy Bold", sans-serif;
  font-size: 28.8px;
  letter-spacing: 0.76px;
  text-align: center;
}

.candidate-bio-wrapper {
  /* height: 160px; */
  /* height: 107px; */
  /* overflow-y: scroll; */
  margin: 20px auto 40px;
  width: 100%;
  /* padding-right: 10px; */
  position: relative;
  /* overflow: -moz-scrollbars-vertical !important; */
}

.candidate-bio-wrapper::-webkit-scrollbar {
  background-color: rgba(255, 255, 255, 0.2);
  width: 8px;
}

.candidate-bio-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.6);
}

.candidate-p {
  font-family: "Lato", sans-serif;
  font-size: 17.1px;
  letter-spacing: 0.45px;
  text-align: center;
}

.candidate-p:first-of-type {
  min-height: 225px;
}

img.firefox-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  display: none;
}

.candidate-donate-btn {
  width: 48%;
  border: 4px solid transparent;
  background-color: #fff;
  color: #1d4399;
  font-family: "Gilroy Bold", sans-serif;
  display: inline-block;
  font-size: 27px;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 2%;
}

.candidate-donate-btn:first-of-type {
  margin-right: 2%;
}

.candidate-donate-btn:hover {
  border: 4px solid #138eff;
  color: #ed1c24;
}

.candidate-donate-btn:hover span {
  color: #ed1c24;
}

.candidate-donate-btn span {
  font-size: 18px;
  color: #4a4a4a;
  vertical-align: top;
  margin-right: 5px;
}

.red-btn {
  margin-left: 2%;
  text-transform: uppercase;
  color: #fff;
  background-color: #ed1c24;
}

.red-btn:hover {
  background-color: #fff;
  color: #ed1c24;
  border-color: #ed1c24;
}

.left-arrow:hover svg .left-arrow-fill {
  fill: #ed1c24;
}

.right-arrow:hover svg .right-arrow-fill {
  fill: #ed1c24;
}

.express-lane-p.candidate-p {
  margin: 20px auto;
  font-size: 14px;
  min-height: auto;
}

/* CHANGE SECTION ------------------------------------------------------------*/
.change-wrapper {
  width: 100%;
  position: relative;
}

.change-video-container {
  height: 700px;
  width: 100%;
  overflow: hidden;
}

.change-video {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
  object-fit: cover;
  display: block;
}

.quote-div {
  color: #fff;
  position: absolute;
  top: 170px;
  background-color: rgba(21, 48, 110, 0.9);
  /* mix-blend-mode: multiply; */
  width: 42%;
  left: 15%;
  padding: 50px;
}

.quote-div:hover {
  transition: 0.1s ease;
  box-shadow: 0 5px 20px rgba(8, 8, 53, 0.9);
  background-color: rgba(21, 48, 110, 1);
}

.quote-upper-p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.85px;
  text-align: center;
  /* line-height: 33px; */
}

.quote-lower-p {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.9px;
  text-align: center;
  margin-top: 25px;
}

.obama-cutout {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 20%;
  height: 600px;
}

/* .donate-wrapper {
    max-width: 400px;
} */

/* FOOTER --------------------------------------------------------------------*/

nav.footer-nav a.header-twitter-a svg {
  width: 36px;
}

nav.footer-nav a {
  vertical-align: middle;
}

footer {
  background-color: #1d4399;
  padding: 100px 2.5% 50px;
}

.footer-left {
  /*width: 500px;*/
  width: 100% !important;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 50px;
  gap: 20px;
}

.paid-for-p {
  margin: 0 auto !important;
}

.footer-right {
  width: 100% !important;

  color: #fff;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  text-align: right;
}

/* .footer-logo-a {
    display: block;
} */

.footer-logo-a svg {
  width: 125px;
}

.header-bluesky-a {
  transition: all 0.5s ease-in-out;
}

.header-bluesky-a:hover #blue-three {
  fill: #1d4399;
  transition: all 0.5s ease-in-out;
}

.header-bluesky-a:hover #blue-two {
  fill: #fff;
  transition: all 0.5s ease-in-out;
}

.blue-sky-svg {
  padding-top: 2px;
}

.footer-nav .header-bluesky-a #blue-two {
  fill: #fff;
  transition: all 0.5s ease-in-out;
}

.footer-nav .header-bluesky-a #blue-circle {
  fill: #1d4399;
}

.footer-nav .header-bluesky-a #blue-three {
  stroke: #fff;
  transition: all 0.5s ease-in-out;
}

.footer-nav .header-bluesky-a:hover #blue-two {
  fill: #1d4399;
  transition: all 0.5s ease-in-out;
}

.footer-nav .header-bluesky-a:hover #blue-three {
  fill: transparent;
}

.footer {
  padding-left: 5%;
  padding-right: 5%;
}

.footer-nav .header-bluesky-a:hover #blue-circle {
  fill: #fff;
  transition: all 0.5s ease-in-out;
}

@keyframes wave4 {
  10% {
    fill: #fff;
  }

  30% {
    fill: #ed1c24;
  }

  50% {
    fill: #fff;
  }

  70% {
    fill: #ed1c24;
  }

  900% {
    fill: #fff;
  }
}

@keyframes wave5 {
  20% {
    fill: #fff;
  }

  40% {
    fill: #ed1c24;
  }

  60% {
    fill: #fff;
  }

  80% {
    fill: #ed1c24;
  }

  /* 100% {
        fill: #fff;
    } */
}

@keyframes wave6 {
  30% {
    fill: #fff;
  }

  50% {
    fill: #ed1c24;
  }

  70% {
    fill: #fff;
  }

  90% {
    fill: #ed1c24;
  }

  /* 100% {
        fill: #fff;
    } */
}

.show-wave-4 {
  animation: wave4 3s;
}

.show-wave-5 {
  animation: wave5 3s;
}

.show-wave-6 {
  animation: wave6 3s;
}

.header-bluesky-a svg {
  transform: scale(1.05);
}

.footer-left {
  border-bottom: 0.5px solid white;
  padding-bottom: 30px;
}

.footer-nav {
  display: flex;
  margin: 0 0 0 auto;
}

/* .socials .header-store-a {
  padding: 10px 20px 10px 10px;
} */
.footer-nav a {
  display: inline-block;
  text-decoration: none;
}

.header-facebook-a,
.header-twitter-a,
.header-bluesky-a {
  transform: scale(0.9);
  margin-top: 4px;
  margin-bottom: -2px;
}

.footer-nav .learn-a {
  color: #fff;
  text-transform: uppercase;
}

.footer-nav .header-donate-a {
  text-transform: uppercase;
}

.footer-nav .header-donate-a:hover {
  box-shadow: inset 262px 0 0 0 #fff;
  color: #ed1c24;
}

.footer-nav .header-store-a {
  text-transform: uppercase;
  background-color: #fff;
  color: #1d4399;
  box-shadow: inset 0px 0 0 0 #fff;
}

.footer-nav .header-store-a:hover {
  box-shadow: inset 100px 0 0 0 #ed1c24;
  color: #fff;
}

.footer-nav .header-facebook-a:hover svg #Shape {
  fill: #1d4399;
}

.footer-nav .header-facebook-a:hover svg #Oval-2 {
  fill: #fff;
}

.footer-nav .header-twitter-a:hover svg #Shape {
  fill: #1d4399;
}

.footer-nav .header-twitter-a:hover svg #Oval-2 {
  fill: #fff;
}

.address-p {
  margin-right: 10px;
}

.paid-for-p {
  border: 1px solid #fff;
  padding: 5px 10px;
  width: 263px;
  margin: 15px 0 15px auto;
}

.privacy-p {
  margin-right: 10px;
}

.privacy-a {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  position: relative;
  display: inline-block;
}

.privacy-a:after {
  display: block;
  content: "";
  border-bottom: solid 2px #ed1c24;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  transform-origin: 100% 50%;
}

.privacy-a:hover:after {
  /* border-bottom: 2px solid #ED1C24; */
  transform: scaleX(1);
  transform-origin: 0 50%;
}

/* NGP Form ------------------------------------------------------------------*/
.ngp-form {
  max-width: 100% !important;
  margin: 0 auto;
}

header.at-title {
  display: none;
}

.at h1,
.at h2,
.at h3,
.at h4,
.at h5,
.at h6 {
  display: none;
}

.at-inner {
  background: transparent !important;
}

.at fieldset legend {
  display: none;
}

.hero-form #NVSignupForm441816 input {
  background: #fff;
  border: none;
  border-radius: 0px !important;
  line-height: 45px;
  text-indent: 10px;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin: 0px;
  padding: 24px 10px;
  width: 100%;
}

.hero-form #NVSignupForm441816 input::placeholder {
  color: darkblue;
}

.hero-form #NVSignupForm441816 .at-form-submit {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  /* margin-top: 22px; */
}

.hero-form #NVSignupForm441816 .at-form-submit .at-submit {
  background-color: #138eff;
  border: none;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: "Gilroy Bold", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1px;
  text-indent: 0px;
  text-transform: uppercase;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.join-btn {
  background-color: #138eff;
  border: none;
  color: #fff;
  font-family: "Gilroy Bold", sans-serif;
  font-size: 20px;
  margin-top: 10px;
  padding: 10px;
  transition: all 0.5s;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.join-btn:hover {
  box-shadow: inset 356px 0 0 0 #1d4399;
}

.hero-form #NVSignupForm441816 .at-form-submit .at-submit:hover {
  border: none;
  /* background-color: #082D81; */
  box-shadow: inset 356px 0 0 0 #1d4399;
  cursor: pointer;
}

.hero-form #NVSignupForm441816 .at-text.EmailAddress {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0;
  flex: none;
}

.hero-form #NVSignupForm441816 .at-text.MobilePhone {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  flex: none;
  margin: 10px 0 !important;
}

.hero-form #NVSignupForm441816 .at-text.PostalCode {
  display: inline-block;
  margin: 20px 0;
  vertical-align: top;
  width: 100%;
  flex: none;
  margin: 0 0 10px !important;
}

::placeholder {
  color: #4a4a4a !important;
}

.hero-form .at-text {
  color: transparent;
  font-size: 0;
}

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

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

.at-fieldset .ContactInformation,
.ngp-form .at,
.at fieldset:last-of-type {
  padding: 0 !important;
}

.hero-form .flag-container {
  display: none !important;
}

.hero-form-iframe {
  height: 360px;
}

.mobile-disclaimer {
  background: rgba(255, 255, 255, 0.48);
  border: 0 solid #ffffff;
  padding: 15px 10px;
  margin-top: -50px;
  /* display: none; */
}

.mobile-disclaimer-p {
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #000;
}

.mobile-disclaimer-p a {
  color: #1d4399;
}

/* Homepage----------------
.form-wrapper #NVSignupForm511265 input {
    background-color: #FBF9F2;
    border: none;
    border-radius: 0;
    height: 50px;
    font-family: 'Avenir Bold', sans-serif;
    font-size: 18px;
    color: #0C3B5D;
    border: none;
    padding: 10px 8px 8px;
}

.form-wrapper #NVSignupForm511265 input::placeholder {
    color: #0C3B5D;
}

.form-wrapper #NVSignupForm511265 .at-form-submit {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.form-wrapper #NVSignupForm511265 .at-form-submit .at-submit {
    color: #FBF9F2;
    background-color: #57C7C2;
    font-family: 'Darwin', 'Exo', sans-serif !important;
    font-size: 26px;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.form-wrapper #NVSignupForm511265 .at-form-submit .at-submit:hover {
    border: none;
    background-color: #0C3B5D;
    cursor: pointer;
}

.form-wrapper #NVSignupForm511265 .at-text.EmailAddress {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0;
    flex: none;
}

.form-wrapper #NVSignupForm511265 .at-text.PostalCode {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    flex: none;
}

.form-wrapper #NVSignupForm511265 .at-text.MobilePhone {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    flex: none;
    margin-right: 2% !important;
}

.form-wrapper .at .error small.error {
    color: #57C7C2 !important;
} */

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

h2.candidates-headline {
  color: #fff;
  font-family: "Gilroy Bold", sans-serif;
  font-size: 44px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  padding: 40px 0px;
  position: relative;
}

div.candidates-section-wrapper {
  background-color: #1d4399;
}

/* .arrow-a {
    display: none;
} */

.alert-bar {
  width: 100%;
  background-color: #082d81;
  text-align: center;
  padding: 20px 40px;
  transition: all ease-in-out 0.4s;
  position: sticky;
  top: 0;
  z-index: 11;
  display: none;
}

.alert-bar:hover {
  background-color: #ed1c24;
}

#alert-close-btn {
  position: absolute;
  right: 23px;
  top: 9px;
  cursor: pointer;
}

#alert-close-btn:hover {
  transition: all 0.8s ease-in-out;
  transform: rotate(90deg);
}

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

.footer-right > div {
  margin: 0 auto;
}

.alert-bar a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-family: "Gilroy Bold", sans-serif;
  text-transform: uppercase;
}

.alert-bar span {
  transition: all 0.4s;
  display: inline-block;
  margin-left: 10px;
}

.alert-bar:hover span {
  transform: translateX(5px);
}

form input {
  background: #ffffff;
  font-size: 18px;
  color: #4a4a4a;
  text-align: left;
  width: 100%;
  margin: 3px 0;
  padding: 10px 10px;
  border: 2px solid #4a4a4a;
}

form input[type="submit"] {
  background: #ef3e2d;
  color: #ffffff;
  text-align: center;
  border: none;
  font-weight: 700;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: all ease-in-out 0.4s;
  font-size: 20px;
}

form input[type="submit"]:hover {
  background: #295bb1;
}
