@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,800;0,900;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* nothing */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

#topbanner {
  background-color: rgb(202, 0, 0);
  padding: 10px 10px;
  justify-content: center;
  align-items: center;
}

#topbanner h2 {
  color: #ffffff;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

#topbanner h2 a {
  color: #ffffff;
  text-decoration: underline;
}

.mediapage .donate-box {
  background: #ffffff;
}

.mediapage .donate-box h2,
.mediapage .donate-box p {
  color: #2a2a2a;
}

.mediapage .donate-box p a {
  color: #3a5eab;
  font-weight: bold;
  text-decoration: underline;
  transition: all ease-in-out 0.4s;
}

.mediapage .donate-box p a:hover {
  color: #05274e;
}

.mediapage .donate-box #redbox {
  border: solid 4px red;
  padding: 20px 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.mediapage .donate-box #redbox strong {
  font-weight: 600;
}

.mediapage .mediaitem {
  display: inline-block;
  width: 48%;
  margin-right: 3%;
  margin-bottom: 20px;
  text-align: center;
}

.mediapage .mediaitem:nth-child(2n + 2) {
  margin-right: 0;
}

.mediapage .mediaitem a {
  background: #333a5f;
  color: #fff;
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.vol-span {
  font-weight: 600;
  background: white;
  padding: 4px 22px;
  border-radius: 21px;
  color: #c31030;
  font-weight: 600;
}

.vol-span:hover {
  background: #c31030;
  color: #fff;
}

.volmspan {
  display: block;
  margin: 20px auto !important;
  background-color: #fff;
  color: #d31f2d !important;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  max-width: 100%;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
}

.volmspan:hover {
  background-color: #d31f2d;
  color: #fff !important;
}

.checkmark {
  display: inline-block;
  width: 22px;
  height: 22px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.checkmark_stem {
  position: absolute;
  width: 3px;
  height: 9px;
  background-color: #ccc;
  left: 11px;
  top: 6px;
}

.checkmark_kick {
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #ccc;
  left: 8px;
  top: 12px;
}

#splash #splashlogo {
  cursor: pointer;
  -webkit-filter: drop-shadow(-1px 1px 3px black);
  filter: drop-shadow(-1px 1px 3px black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'Poppins', sans-serif; */
  font-family: "Raleway", sans-serif;
}

span,
p,
ul,
li,
ol {
  font-family: "Raleway", sans-serif;
}

#meetform .ngp-form {
  margin: unset;
}

#valerie .donate-box.endorsements h2.endorse {
  text-align: center;
  margin: 15px auto 40px;
}

.endorsements li {
  font-size: 17px;
  text-align: left;
  line-height: 1.5;
  max-width: 560px;
  font-weight: 200;
  display: inline-block;
  width: 48%;
  margin-bottom: 15px;
  color: #fff;
  vertical-align: top;
}

.endorsements li.img {
  text-align: center;
  vertical-align: middle;
}

.endorsements li img {
  width: 98%;
  height: auto;
  max-height: 150px;
  max-width: 200px;
  object-fit: contain;
  background-color: #ffffff;
  padding: 5px;
}

.hero-section {
  padding-top: 70px;
}

.hero-section.nosplash {
  background-image: url(/media/hero2.jpg);
  background-size: cover;
  background-position: 10%;
  padding-top: 0px;
  background-repeat: no-repeat;
}

.donate-section .donate-right {
  margin-left: 11px;
}

#valerie .donate-box h2 {
  font-size: 35px;
  margin: 15px 0;
}

.at-row > [class^="at-"] {
  -webkit-box-flex: 1;
  box-flex: 1;
  -moz-flex: 20px;
  -ms-flex: 20px;
  flex: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.at-row .at-form-submit {
  margin-top: 5px !important;
}

.at input[type="submit"] {
  -webkit-appearance: none;
  margin-left: 10px !important;
  height: 34px !important;
  text-transform: uppercase;
  margin-top: 0px !important;
  background: #c31030 !important;
  color: white !important;
  transition: 0.25s ease-in-out;
}

.at input[type="submit"]:hover {
  color: #c31030 !important;
  background: white !important;
}

.video {
  position: absolute;
  right: 0;
  overflow: hidden;
  top: 70px;
  width: 100%;
  -o-object-position: center 15%;
  object-position: center 15%;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  height: 571px;
}

.at-fields {
  padding-left: 31px;
}

.hero-left {
  opacity: 1;
  /* background-image: linear-gradient(52deg, #015762 19%, #13355c 50%, rgba(52, 94, 131, 0.72) 70%, rgba(139, 199, 232, 0) 82%); */
  background-size: contain;
  background-repeat: no-repeat;
  width: 600px;
  height: 650px;
  background-image: url("./media/hero-gradient.png");
}

.error {
  padding: 2px 0 !important;
  margin: 0 !important;
}

.hero-section .error {
  max-width: 230px;
  box-sizing: unset !important;
}

.ngp-form {
  background: none;
  overflow: visible !important;
}

label input {
  border-radius: 0 !important;
  border-width: 2px !important;
  background: rgba(255, 255, 255, 0.3) !important;
  margin-bottom: 2px !important;
  color: white !important;
}

.UpdateMyProfile {
  display: none !important;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  padding-left: 0;
}

.iti__flag-container {
  display: none;
}

.at-form-submit input {
  border-radius: 20px !important;
  background-color: #6dd7ff !important;
  color: #072a51 !important;
  font-weight: 800 !important;
  padding: 8px !important;
  width: 230px !important;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  margin-top: 0 !important;
  margin-left: 40px !important;
  margin-bottom: 0px !important;
}

.at-form-submit input:hover,
#issues span:hover {
  color: white !important;
  background-color: #072a51 !important;
}

.at-fieldset.ContactInformation {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mobiledisclaimer {
  font-size: 10px;
  line-height: 15px;
  font-weight: 300;
  text-transform: none;
  padding-top: 0;
  color: #d4d4d4;
  text-align: justify;
  margin-left: 50px;
  letter-spacing: -0.25px;
  width: 230px;
  margin-top: 10px;
  padding-top: 0;
}

.disclaimer {
  border: solid 1px #ffffff;
  padding: 10px 20px;
  display: inline-block;

  line-height: 18px;
  color: #ffffff !important;
  margin-bottom: 2px;
  font-weight: 400;
  font-size: 13px;
  width: 300px;
  text-align: center;
  margin: 20px 0 25px auto;
}

.hero-left h1 {
  color: white;
  margin-top: 0;
  padding-left: 50px;
  margin-bottom: 0;

  font-size: 50px;

  line-height: 1;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 33px;
  width: 289px;
}

.hero-left img {
  margin-top: 0;
  padding-left: 50px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 50px;
  width: 215px;
  line-height: 1;
  margin-top: 0;
}
/* 
.at-row > [class^="at-"] {
  min-width: 250px;
} */
.at-row-solo .at-text {
  height: 30px !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 !important;
  flex: 0 !important;
  margin: 0 !important;
  padding: 4px 10px !important;
  width: 250px !important;
  height: 50px !important;
}

.at-row {
  max-width: 250px;
}

/* .at-form-submit {
  width: 300px;
} */

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

.at-text.MobilePhone input {
  margin: 0 !important;
}

.at input[type="text"],
.at input[type="password"],
.at input[type="date"],
.at input[type="datetime"],
.at input[type="datetime-local"],
.at input[type="month"],
.at input[type="week"],
.at input[type="email"],
.at input[type="number"],
.at input[type="search"],
.at input[type="tel"],
.at input[type="time"],
.at input[type="url"],
.at input[type="color"],
.at textarea {
  width: 230px !important;
  padding-left: 10px !important;
  margin: 0 !important;
}

.at input::placeholder {
  text-transform: uppercase;
}

.ngp-form {
  margin-top: 20px !important;
}

.at-form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  height: 40px;
  padding: 5px 0.625rem !important;
}

.at-row.EmailAddress.MobilePhone {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #3a5eab;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 2px 2px rgb(0 0 0 / 30%);
  box-shadow: 0px 0px 2px 2px rgb(0 0 0 / 30%);
  height: 70px;
  z-index: 10000;
  position: relative;
  width: 100%;
}

.header a,
.footer a {
  color: white;
  margin: 0 5px;
  text-decoration: none;
}

.header-logo {
  width: 130px;
  margin-top: 2px;
  margin-left: 30px;
}

.footer-logo {
  width: 230px;
  margin-top: 2px;
  margin-left: 10px;
}

.footer-right span {
  color: white;
}

.header-buttons,
.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-links {
  margin: 33px 0 30px 5px;
}

#meetform .at .error small.error {
  position: absolute !important;
  top: -15px !important;
  width: 190px;
  font-size: 10px;
}

#meetform .at .MobilePhone.error small.error {
  position: absolute !important;
  top: 42px !important;
  width: 190px;
  font-size: 10px;
}

#meetform .ngp-form {
  padding: 10px 0;
}

#twitter {
  background: #072a51;
  padding: 50px 0;
}

#twitter h2 {
  text-align: center;
  color: #fff;
  font-size: 3em;
}

.tweets {
  margin: 0 auto;
  width: 80%;
}

.tweets .tweet {
  width: 46%;
  margin: 0 1.5%;
  padding: 50px;
  box-sizing: border-box;
  background-image: url(/media/twbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.tweets .tweet img {
  text-align: right;
  display: block;
  margin: 0 0 0 auto;
}

.tweets .tweet p {
  color: #fff;
}

.vin-span {
  font-weight: 600;
}

.header-buttons a,
.footer-links a {
  margin: 0 10px;
}

.footer-links a {
  margin-right: 20px;
}

.issues-span {
  font-weight: 600;
}

.volunteer-span {
  background: #6dd7ff;
  color: #072a51;
  padding: 4px 17px;
  border-radius: 21px;
  font-weight: 600;
}

.donate-span {
  font-weight: 600;
  background: #c31030;
  padding: 4px 22px;
  border-radius: 21px;
  color: white;
  font-weight: 600;
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
  margin-left: 10px;
}

.donate-bottom h3 {
  color: white;
  font-size: 30px;
}

.donate-right .monthly-donate-btns a {
  width: 100%;

  font-size: 23px;
  line-height: 1.9;
  margin-bottom: 16px;
  height: 96px;
}

.donate-section {
  background-size: cover;
  min-height: 500px;
  padding: 70px 0;
  background-repeat: no-repeat;
  background-image: url("./media/town.jpg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.donate-section.valeriestory {
  background-size: cover;
  min-height: 500px;
  padding: 70px 0;
  background-repeat: no-repeat;
  background-image: url("./media/town2.jpg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.valeriestory .donate-box p {
  text-align: left;
  max-width: 100%;
  width: 100%;
}

.donate-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.donate-section .donate-bottom {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.donate-right,
.donate-right .monthly-donate-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.donate-box {
  width: 80%;
  min-width: 1000px;
  -webkit-box-shadow: 2px -5px 12px 1px rgb(0 0 0 / 10%);
  box-shadow: 2px -5px 12px 1px rgb(0 0 0 / 10%);
  margin: 0 auto;
  max-width: 1000px;
  background: rgba(10, 42, 112, 0.7);
  min-height: 400px;
  padding: 20px 30px;
}

.social-icons img {
  width: 32px;

  margin-right: 5px;
}

.social-icons a {
  margin: 4px 5px 0 5px !important;
}

.social-icons img:hover,
.action-box img:hover,
.vin-span:hover {
  -webkit-filter: invert(0.5) brightness(110%) sepia(1) saturate(500%)
    hue-rotate(186deg);
  filter: invert(0.5) brightness(110%) sepia(1) saturate(500%)
    hue-rotate(186deg);
}

.donate-bottom h3 {
  margin-bottom: 12px;
}

.volunteer-span:hover,
.issues span:hover,
.meet-box span:hover {
  background-color: white;
  color: #072a51;
  -webkit-filter: unset;
  filter: unset;
}

.donate-box h2,
.donate-box p {
  color: white;
  min-width: 300px;
  color: white;
  width: 90%;
  max-width: 1200px;
  margin: 15px auto;
}

.donate-box h2 {
  font-size: 35px;
}

.donate-box p {
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  max-width: 560px;
  font-weight: 200;
}

.donate-span:hover {
  background: white;
  color: #072a51;
  -webkit-filter: unset;
  filter: unset;
}

.at-legend {
  display: none;
}

.privacy-page {
  background-color: #05274e;
}

.at-title {
  display: none;
}

.at-markup p {
  display: none;
}

.home {
  background: -o-linear-gradient(
      236deg,
      rgba(1, 87, 98, 0.92) 0%,
      rgba(19, 53, 92, 0.93) 33%,
      rgba(22, 56, 95, 0.92) 54%,
      rgba(33, 69, 108, 0.85) 70%,
      rgba(52, 94, 131, 0.85) 85%,
      rgba(139, 199, 232, 0.8) 100%
    ),
    #05274e;
  background: linear-gradient(
      -146deg,
      rgba(1, 87, 98, 0.92) 0%,
      rgba(19, 53, 92, 0.93) 33%,
      rgba(22, 56, 95, 0.92) 54%,
      rgba(33, 69, 108, 0.85) 70%,
      rgba(52, 94, 131, 0.85) 85%,
      rgba(139, 199, 232, 0.8) 100%
    ),
    #05274e;
}

.single-content {
  padding: 90px 10% 50px;
  margin: 0 auto;

  background: -o-linear-gradient(
      44deg,
      rgba(1, 87, 98, 0.92) 0%,
      rgba(19, 53, 92, 0.93) 33%,
      rgba(22, 56, 95, 0.92) 54%,
      rgba(33, 69, 108, 0.85) 70%,
      rgba(52, 94, 131, 0.85) 85%,
      rgba(139, 199, 232, 0.8) 100%
    ),
    #05274e;

  background: linear-gradient(
      46deg,
      rgba(1, 87, 98, 0.92) 0%,
      rgba(19, 53, 92, 0.93) 33%,
      rgba(22, 56, 95, 0.92) 54%,
      rgba(33, 69, 108, 0.85) 70%,
      rgba(52, 94, 131, 0.85) 85%,
      rgba(139, 199, 232, 0.8) 100%
    ),
    #05274e;
}

.single-content h1,
.single-content h2,
.single-content li,
.single-content p {
  color: white;
}

.single-content li {
  padding-bottom: 10px;
}

.single-content h1 {
  font-size: 40px;
}

.single-content h2 {
  padding-top: 30px;
}

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

.action-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  background: #072a51;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
}

.action-section h2 {
  font-size: 40px;
  padding-top: 20px;
  color: white;
  margin-bottom: 0px;
}

.privacy-policy a {
  text-decoration: underline;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.privacy-policy a:hover {
  opacity: 0.7;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 300px;
  background: #3a5eab;
  width: 100%;
  padding: 120px 40px 40px;
}

.footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  -webkit-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;
}

.footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.action-box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.action-contents {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;

  background: #072a51;
  max-width: 1200px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  padding: 50px 0;
}

.envelope {
  margin: 32px 0px 22px;
}

.clipboard {
  width: 111px;
  margin: 3px 0 1px;
}

.action-box {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 10px;
  height: 351px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.action-box span,
#issues span {
  border-radius: 22.2px;
  padding: 13px 73px 13px;
  background-color: #6dd7ff;
  text-decoration: none !important;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-weight: 800;
  color: #3a5eab !important;
}

#issues a,
#issues span {
  text-decoration: none;
}

#issues a {
  margin-top: 10px;
  display: none;
}

.action-box span:hover {
  background-color: white;

  color: #0a293d !important;
}

.issues span {
  border-radius: 22.2px;
  padding: 13px 73px 13px;
  background-color: #6dd7ff;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-weight: 800;
  color: #0a293d !important;
}

.action-box h3 {
  color: white;
}

.action-box img {
  width: 120px;
}

.action-box p {
  color: white;
  margin-top: 0;
  max-width: 250px;
  line-height: 1.5;
  padding-bottom: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.action-box a {
  color: white !important;
  text-decoration: none !important;
}

label {
  padding-bottom: 2px !important;
}

.meet-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 50px 0;
}

.meet-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 10;
}

.meet-left h2 {
  font-family: "Poppins", sans-serif;
  font-size: 58px;
  color: #072a51 !important;
  padding-bottom: 20px;
  text-decoration: none;
  margin-top: 0;
  font-size: 40p;
  line-height: 0.75;
  padding-top: 0;
}

.meet-left a {
  font-family: "Poppins";
  font-size: 58px;
  color: #072a51 !important;
  line-height: 75px;
}

.meet-left a {
  color: #072a51;
}

.meet-right {
  margin-left: -30px;
  z-index: -1;
}

.meet-box {
  background: #d8d8d8;
  max-width: 400px;
  background: -o-linear-gradient(
      44deg,
      rgba(1, 87, 98, 0.92) 0%,
      rgba(19, 53, 92, 0.93) 33%,
      rgba(22, 56, 95, 0.92) 54%,
      rgba(33, 69, 108, 0.85) 70%,
      rgba(52, 94, 131, 0.85) 85%,
      rgba(139, 199, 232, 0.8) 100%
    ),
    transparent;
  background: linear-gradient(
      46deg,
      rgba(1, 87, 98, 0.92) 0%,
      rgba(19, 53, 92, 0.93) 33%,
      rgba(22, 56, 95, 0.92) 54%,
      rgba(33, 69, 108, 0.85) 70%,
      rgba(52, 94, 131, 0.85) 85%,
      rgba(139, 199, 232, 0.8) 100%
    ),
    transparent;
  margin-right: -30px;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  padding: 20px 30px 20px 40px;
  color: #ffffff;
  line-height: 32px;
}

.at-markup.HeaderHtml,
.poweredby {
  display: none !important;
}

.at-row label {
  font-size: 0 !important;
}

.cright img,
.cleft img {
  max-height: 400px;
}

.flexcontent1 img {
  margin-left: -150px;
}

.flexcontent2 img {
  margin-left: 200px;
}

.meet-box p {
  font-size: 17px;
  line-height: 2;
}

.meet-box a {
  text-decoration: none;
}

.meet-box span {
  border-radius: 22.2px;
  padding: 7px 30px 8px;
  background-color: #6dd7ff;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-weight: 800;
  margin-top: 30px;
  font-size: 20px;
  text-decoration: none;
  color: #0a293d !important;
}

.meet-img {
  height: auto;
  width: 100%;
  max-width: 450px;
}

.no-splash,
.nosplash {
  display: none;
}

.donate-section.valeriestory.nosplash {
  display: none;
}

#issues {
  padding: 70px 0 px;

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.issues h2,
.issues p,
.issues a {
  color: white;
  text-decoration: none;
}

.issues a {
  margin: 30px 0px;
}

#issues h2 {
  max-width: 500px;
  margin: 10px 0;
  padding: 15px 0;
}

#issues p {
  text-align: left;
  max-width: 500px;
  margin: 0;
  line-height: 2;
  padding: 20px 0;
}

#issues h2 {
  font-size: 40px;
}

.issue-content {
  background-image: url(../media/gradient.png);
  padding: 50px;
  background-position: left;
  background-size: cover;
  padding: 30px 50px;
  margin: 10px 0 60px;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.issue-content p {
  color: white;
  line-height: 1.75;
}

.flexcontent2 .cleft,
.flexcontent1 .cleft {
  background-image: url(../media/gradient.png);
  padding: 20px 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flexcontent2 {
  margin: 300px auto 390px !important;
}

.cleft p {
  color: #fff;
}

.cleft p,
.cright p {
  line-height: 1.75;
}

.flexcontent1 .cleft {
  width: 50%;
  max-width: 500px;
  margin: 0px 0 0 0;
  position: relative;
  top: 230px;
  z-index: 50;
}

.flexcontent1 .cright {
  width: 55%;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 630px;
}

#meet h1 {
  color: #05274e;
  margin-top: 0;
  padding-left: 10%;

  padding-bottom: 10px;
  font-size: 50px;
  width: 440px;
  line-height: 1;
  margin-top: 0;
  padding-top: 30px;
}

.recur-disclaimer {
  font-style: italic !important;
  margin: 0 0 0 auto;
  color: lightgray !important;
  padding: 0;
  line-height: 1.5 !important;
  font-size: 12px !important;
  width: 90% !important;
  visibility: hidden;
}

.donate-right .recur-disclaimer {
  margin-top: 0;
}

.visible {
  visibility: visible;
}

#issues h1 {
  color: #05274e;

  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
  font-size: 50px;

  line-height: 1;
  margin-top: 0;
  padding-top: 10px;
}

#issues h2 {
  color: #05274e;
  font-size: 28px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
  line-height: 1;
  margin-top: 0;
  padding-top: 30px;
}

.splash-mobile {
  display: none;
}

img.continuebtn {
  border: 2px solid white;
  padding: 5px;
  border-radius: 100%;
}

.flexcontent2 .cleft {
  width: 55%;
  margin: 0 150px 0 auto;
  position: relative;
  z-index: 50;
  max-width: 500px;
}

.flexcontent2 .cright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  top: 85%;
}

#meet {
  padding: 130px 0 100px;
}

#issues {
  padding: 130px 0 100px;
  width: 80%;
  margin: 0 auto;
}

.flexcontent1,
.flexcontent2 {
  width: 80%;
  margin: 0 auto;
  max-width: 1360px;
  position: relative;
}

.flexcontent1 .cleft {
  margin-left: 150px;
}

#meetform .at-row.EmailAddress.MobilePhone {
  display: block;
}

#meetform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: white;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-image: url(../media/horz-grad.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

#meetform h2 {
  margin-top: 5.5px;
  margin-bottom: 0;
}

#meetform .at-text.EmailAddress,
#meetform .at-text.MobilePhone,
#meetform .at-text.PostalCode {
  min-width: auto;
  display: inline-block !important;
  width: 22% !important;
}

#meetform .at-form-submit {
  -ms-flex: 0 !important;
  flex: 0 !important;
  min-width: auto !important;
  -webkit-box-flex: 0 !important;
  vertical-align: middle !important;
  display: inline-block !important;
  margin: 0 0 0 15px !important;
  padding: 0 !important;
  width: 22%;
}

#meetform .at input[type="submit"] {
  width: 100% !important;
}

#meetform .at-fields {
  padding: 0;
}

#meetform .ngp-form {
  max-width: 90% !important;
}

#splash {
  background-image: url("https://clients.sbdigital.com/wp-content/uploads/2024/09/fousheesplash.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  min-height: 900px;
}

.continue-container {
  position: absolute;
  top: 13px;
  right: 17px;
}

#splash-content {
  width: 38%;
  margin: 0 2% 0 auto;
  padding: 70px 0;
}

.continuebtn a:hover {
  opacity: 0.8;
}

#splashlogo {
  width: 400px;
}

.continuebtn {
  float: right;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

img.continuebtn {
  width: 30px;
  margin-right: 10px;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}

img.continuebtn:hover {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.continuebtn a {
  color: #fff;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  font-family: "Poppins", sans-serif;
}

#splash-content h2,
#splash-content h3,
.splash-sub {
  color: #fff;
  text-shadow: -1px 1px 3px rgb(0 0 0 / 80%);
}

#splash-content h2 {
  font-size: 50px;
}

#splash-content h2 span {
  display: block;
  color: #e8184f;
  font-size: 80px;
  font-weight: 900;
  font-style: italic;
}

#splash-content h3 {
  font-size: 30px;
  margin-bottom: 10px;
}

.splash-sub {
  font-size: 20px;
}

.mobile-continue {
  display: none;
}

.splash-donate-btns a {
  width: 30%;
  display: inline-block;
  text-align: center;
  background: #3a5eab;
  margin-right: 2%;
  color: #fff;
  font-size: 40px;
  border: 5px solid #fff;
  padding: 20px 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 16px;
}

.splash-donate-btns a span {
  font-size: 20px;
  vertical-align: super;
}

.vert-line {
  height: 207.5px;
  position: relative;
  width: 5px;
  padding-top: 0;
  top: 76px;
  margin-bottom: 16px;
  margin-right: 15.5px;
}

.header-buttons {
  padding-right: 10px;
}

.donate-section .notmonthly {
  margin-bottom: 18px;
}

.monthly-donate-btns a {
  width: 45%;
  display: inline-block;
  text-align: center;
  background: #3a5eab;
  color: #fff;
  margin-right: 4%;
  font-size: 27px;
  border: 5px solid #fff;
  padding: 20px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 10px;
}

html {
  scroll-behavior: smooth;
}

.splash-donate-btns a:hover,
.active,
.monthly-donate-btns a:hover {
  color: #fff !important;
  background: #e8184f !important;
  border: 5px solid #fff !important;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.home #meetform {
  display: none;
}

#meetform .at input[type="submit"] {
  -webkit-appearance: none;
  margin-left: 20px !important;
  margin-top: -1px !important;
}

.nav-container {
  cursor: pointer;
  float: right;
  right: 30px;
  position: absolute;
  top: 20px;
  z-index: 10;
  display: block;
}

.bar1,
.bar2,
.bar3 {
  background-color: white;
  height: 5px;
  margin: 0px 0 6px;
  border-radius: 50px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 35px;
}

.change .bar1 {
  -webkit-transform: rotate(45deg) translate(8px, 8px);
  -ms-transform: rotate(45deg) translate(8px, 8px);
  transform: rotate(45deg) translate(8px, 8px);
  background-color: white;
}

.mobile-hero {
  display: none;
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(-45deg) translate(8px, -7px);
  -ms-transform: rotate(-45deg) translate(8px, -7px);
  transform: rotate(-45deg) translate(8px, -7px);
  background-color: white;
}

.big-btn:hover {
  background-color: white !important;
  color: #132449;
}

.social-wrapper a:hover {
  -webkit-filter: invert(0.5) brightness(110%) sepia(1) saturate(500%)
    hue-rotate(186deg);
  filter: invert(0.5) brightness(110%) sepia(1) saturate(500%)
    hue-rotate(186deg);
}

.mobile-nav .meet-a:hover {
  text-decoration: underline;
}

.meet-a {
  font-size: 18px;
}

.mobile-nav {
  background: -o-linear-gradient(
    44deg,
    rgba(1, 87, 98, 0.97) 0%,
    rgba(19, 53, 92, 0.97) 33%,
    rgba(22, 56, 95, 0.97) 54%,
    rgba(33, 69, 108, 0.93) 70%,
    rgba(52, 94, 131, 0.94) 100%
  );
  background: linear-gradient(
    46deg,
    rgba(1, 87, 98, 0.97) 0%,
    rgba(19, 53, 92, 0.97) 33%,
    rgba(22, 56, 95, 0.97) 54%,
    rgba(33, 69, 108, 0.93) 70%,
    rgba(52, 94, 131, 0.94) 100%
  );
  -webkit-box-shadow: -1px 1px 5px rgb(0 0 0 / 50%);
  box-shadow: -1px 1px 5px rgb(0 0 0 / 50%);
  display: none;
  padding: 50px 30px 30px 30px !important;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 2;
  width: 100%;
  min-width: 320px;
  max-width: 500px;
}

.meet-a {
  border-bottom: 3px solid transparent;
  color: #132449;
  display: inline-block;
  font-size: 23px;
  font-weight: 700;
  margin: 45px 0 0 20px;
  text-transform: uppercase;
  vertical-align: top;
}

.mobile-nav .meet-a {
  display: block;
  margin: 20px auto;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}

.nav-container {
  display: none;
}

.main-header a {
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.hero-mobile {
  display: none;
}

.signup-btn.big-btn {
  background-color: #006df1;
}

.donate-btn.big-btn {
  background-color: #d31f2d;
  margin-right: 10px;
}

.mobile-nav .big-btn {
  display: block;
  margin: 20px auto;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}

.big-btn {
  color: #ffffff;
  display: inline-block;

  font-weight: 700;
  max-width: 100%;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
}

.mobile-nav .social-wrapper {
  text-align: center;
}

.social-wrapper a {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}

.donate-box.endorsements.issues {
  margin: 100px auto;
}

.donate-box.endorsements.issues h3 {
  color: #ffffff;
  font-size: 25px;
}

@media only screen and (min-width: 1500px) {
  #splash-content {
    width: 45%;
    margin: 0 6% 0 auto;
  }

  #splash {
    min-height: 1100px;
  }
}

@media only screen and (min-width: 1300px) {
  .video {
    height: 700px;
  }

  .recur-disclaimer {
    text-align: left;
    /* padding-left: 0px; */
    margin-left: 0;
  }

  .hero-left {
    height: 633px;
    width: 600px;
    padding-left: 10px;
    padding-top: 20px;
    background-size: cover;
  }

  #splash {
    min-height: 1000px;
  }
}

@media only screen and (max-width: 1300px) {
  .vert-line {
    height: 189.5px;
  }

  .donate-right .monthly-donate-btns a {
    width: 100%;
    font-size: 23px;
    line-height: 1.5;
    margin-bottom: 17px;
    height: 86px;
  }

  .donate-left .splash-donate-btns a {
    width: 29%;
  }

  .flexcontent1,
  .flexcontent2 {
    width: 100%;
  }

  .flexcontent1 .cleft {
    top: 250px;
  }

  .flexcontent2 .cright {
    top: 80%;
  }

  .flexcontent2 {
    margin: 320px auto 430px !important;
  }

  .cright img,
  .cleft img {
    max-height: 400px;
    min-width: 600px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .donate-left h3 {
    padding-left: 8px;
  }

  #splash-content {
    width: 50%;
    margin: 0 4% 0 auto;
    padding: 60px 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
  }

  .splash-donate-btns a {
    width: 30%;
    display: inline-block;
    text-align: center;
    background: #3a5eab;
    margin-left: 2%;
    margin-right: 0;
    color: #fff;
    font-size: 30px;
  }

  .monthly-donate-btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  #splash .monthly-donate-btns a {
    margin-right: 0;
    margin-left: 10px;
    width: 40%;
  }

  #splash .monthly-donate-btns a {
    width: 40%;
    margin-left: 9px;
    font-size: 23px;

    padding: 13px 10px;
    text-decoration: none;
    margin-bottom: 10px;
    margin-right: 0;
  }

  #splashlogo {
    width: 270px;
    margin-top: 20px;
  }

  #splash-content h2 {
    font-size: 26px;
    width: 90%;
  }

  #splash {
    background-position: 16%;
  }

  .splash-sub {
    font-size: 20px;
    width: 70%;
    margin-top: 7px;
  }
}

@media only screen and (max-width: 1050px) {
  .donate-box {
    min-width: unset;
    width: 100%;
    margin: 0;
    max-width: unset;
  }

  .flexcontent2 .cleft {
    width: 55%;
    margin: 0 100px 0 auto;
    position: relative;
    z-index: 50;
    max-width: 500px;
  }

  .flexcontent1 .cleft {
    margin-left: 100px;
  }

  .flexcontent2 img {
    margin-left: 200px;
  }

  .flexcontent1 img {
    margin-left: -150px;
  }

  .flexcontent2 img {
    margin-left: 100px;
  }

  .action-box {
    width: 270px;
  }

  .action-box p {
    font-size: 15px;
  }

  .donate-section {
    padding: 0;

    margin: 0;
    min-height: unset;
    border-top: 0;
    border-bottom: 0;
  }

  .donate-section.valeriestory.nosplash {
    display: none;
    background-position: center;
    padding: 20px;
  }

  .donate-left .splash-donate-btns a {
    width: 26%;
  }

  .vert-line {
    margin: 0 13px 16px -50px;
  }

  .donate-box h2 {
    font-size: 30px;
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .contact-span {
    text-align: center !important;
  }
  .meet-img {
    max-width: 350px;
    margin-top: 20px;
  }

  .disclaimer {
    margin-right: auto;
  }

  .recur-disclaimer {
    font-style: italic;
    margin: 0 auto 0 auto;
  }

  .mobile-continue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px auto 60px;
  }

  .mobile-continue {
    position: relative !important;
    top: 25px;
    right: unset;
    font-size: 21px;
  }

  #meet h1 {
    padding-top: 20px;
    padding-left: 8%;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .continue-container {
    position: absolute;
    top: 23px;
  }

  .flexcontent1 .cleft {
    margin: 0 auto;

    max-width: unset;
  }

  .flexcontent1,
  .flexcontent2 {
    margin: 0 auto;
  }

  .flexcontent1 img {
    margin: 0 auto;
    max-height: unset;
    width: 100%;
    min-width: unset;
    margin-bottom: 2px;
    margin-top: 6px;
    max-width: unset;
  }

  .flexcontent2 img {
    max-height: unset;
    max-width: unset;
    width: 100%;
    min-width: unset;
    margin-bottom: 2px;
    margin-top: 7px;
  }

  .flexcontent2 .cleft {
    width: 100%;
    max-width: unset;
  }

  .flexcontent2 .cright {
    position: relative;
    bottom: 0;

    left: 0;
    width: 100%;
    top: 0;
  }

  #meet {
    padding: 70px 0 0px;
  }

  #issues {
    padding: 130px 0 30px;
  }

  .flexcontent2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .flexcontent2 img {
    margin-left: auto;
  }

  .flexcontent1 .cleft {
    width: 100%;
    top: 0;
    max-width: unset;
  }

  .flexcontent1 .cright {
    width: 100%;
    max-width: unset;
    position: relative;
  }

  .flexcontent2 {
    margin: 0 auto !important;
  }

  #splash-content {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #splash-content div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .splash-sub {
    display: none;
  }

  .splash-donate-btns a {
    width: 30%;
    display: inline-block;
    text-align: center;
    background: #3a5eab;
    margin-left: 1%;
    margin-right: 1%;
    color: #fff;
    font-size: 30px;
  }

  #splash .monthly-donate-btns a {
    width: 43%;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 22px;
    padding: 13px 10px;
    text-decoration: none;
    margin-bottom: 10px;
  }

  .splash-mobile {
    height: 520px;
    -o-object-fit: cover;
    object-fit: cover;
    display: unset;
    -o-object-position: center 20%;
    object-position: center 20%;
    width: 100%;
    margin: 80px auto 10px;
  }

  .splash .meet-img {
    height: auto;
    width: 100%;
    max-width: 350px;
    padding-right: 30px;
  }

  #splashlogo {
    position: absolute;
    top: 0;
    left: 20px;
    width: 160px;
  }

  .footer,
  .footer-left,
  .footer-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-links {
    margin-left: 28px;
    margin-bottom: 50px;
  }

  .footer-logo {
    margin-left: 0;
  }

  .social-icons {
    margin-right: 0;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .footer-right {
    padding-top: 20px;
  }

  .footer-left {
    padding-bottom: 25px;
  }

  .meet-left {
    padding-left: 50px;
  }

  .meet-right {
    padding-right: 50px;
  }

  .action-box span {
    padding: 7px 30px 7px;
  }

  #splash {
    background: #12385d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 40px;
    height: 100%;
    min-height: unset;
    max-height: unset;
  }

  .action-box {
    width: 200px;
    margin: 0 17px;
  }
}

@media only screen and (max-width: 800px) {
  .mediapage .mediaitem {
    width: 100%;
    margin-right: 0;
  }

  .vert-line {
    top: 72px;
    height: 188px;
    margin-right: 16px;
  }

  .valeriestory .donate-box img {
    width: 100% !important ;
    margin: 0 0 20px !important;
  }

  .flexcontent1 img {
    min-height: 330px;
  }

  .header-buttons {
    display: none;
  }

  #meet h1 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .donate-bottom .donate-right h3 {
    margin-left: 4px;
    margin-top: 31px;
    font-size: 25px;
    white-space: nowrap;
  }

  .donate-bottom h3 {
    color: white;
    font-size: 28px;
  }

  .donate-section .donate-right {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .donate-right .monthly-donate-btns a {
    width: 100%;
    font-size: 21px;
    padding: 20px 14px;
    max-width: 201px;
    margin: 0 6px;
    word-break: break-word;
    line-height: 1;
    margin-bottom: 16px;
  }

  .nav-container {
    display: block;
  }

  .hero-left {
    opacity: 1;
    /* background-image: linear-gradient(52deg, #015762 19%, #13355c 50%, rgba(52, 94, 131, 0.72) 70%, rgba(139, 199, 232, 0) 82%); */
    background-size: contain;
    background-repeat: no-repeat;
    width: 550px;
    height: 610px;
    background-image: url("./media/hero-gradient.png");
  }

  .meet-box {
    max-width: 370px;
    margin-top: 60px;
    margin-left: 0px;
    margin-right: -80px;
  }

  .meet-left {
    padding: 0 30px 30px;
  }

  .meet-section {
    position: relative;
    padding: 50px 60px 50px;
  }

  .meet-left h2 {
    position: absolute;
    font-size: 40px;
  }

  .issue-box h2 {
    padding-bottom: 10px;
  }

  .issue-content {
    padding: 10px 50px 10px;
    margin: 10px 0 40px;
  }
}

@media only screen and (max-width: 700px) {
  .action-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px;
  }

  .at-row {
    margin: 0 auto !important;
  }
  .hero-left img {
    margin: 10px auto 5px;
    display: block;
    padding: 0;
    width: 170px;
  }

  .tweets .tweet {
    width: 100%;
    margin: 0 0 50px;
  }

  .issue-content {
    width: 90%;
    padding: 10px 30px 10px;
    margin: 10px auto 40px;
  }

  #issues a {
    display: unset;
  }

  #issues {
    padding: 110px 0 0px;
    width: 100%;
  }

  #issues h2 {
    width: 90%;
    padding: 27px 0 15px;
    font-size: 25px;
  }

  .action-section {
    padding-bottom: 50px;
  }

  #meetform .at input[type="submit"] {
    margin: 0 auto;
  }

  .footer-links a {
    margin: 0 10px 0 7px !important;
    font-size: 14px;
  }

  #meetform .at .error small.error {
    display: block !important;
    padding: 0.375rem !important;
    margin-bottom: 1rem !important;
    font-size: 0.75rem !important;
    font-weight: 500;
    font-style: normal;
    white-space: normal;
    position: relative !important;
    top: unset !important;
    text-align: left;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    clear: both;
    background: transparent;
    color: #fa5252;
  }

  #meetform .at .MobilePhone.error small.error {
    display: block !important;
    padding: 0.375rem !important;
    margin-bottom: 1rem !important;
    font-size: 0.75rem !important;
    font-weight: 500;
    font-style: normal;
    position: relative !important;
    top: unset !important;
    text-align: left;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    white-space: normal;
    text-align: left;
    clear: both;
    background: transparent;
    color: #fa5252;
  }

  .action-box {
    margin: 40px 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .meet-img {
    max-width: 300px;
  }

  #splash-content {
    width: 90%;
    margin: 0 5% 0 auto;
  }

  .donate-section .donate-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
  }

  .envelope {
    margin-top: 0;
  }

  .action-box img {
    width: 150px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .action-box .envelope {
    margin-top: 35px;
  }

  .clipboard {
    margin-left: 20px;
  }

  .donate-left .splash-donate-btns a {
    width: 40%;
    display: inline-block;
    height: 86px !important;
    text-align: center;
    background: #3a5eab;
    margin-left: 1%;
    margin-right: 1%;
  }

  .donate-right .monthly-donate-btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .vert-line {
    display: none;
  }

  .hero-section {
    background-image: -o-linear-gradient(
      38deg,
      #015762 19%,
      #13355c 50%,
      rgba(52, 94, 131, 1) 70%,
      rgb(0, 59, 91) 82%
    );
    background-image: linear-gradient(
      52deg,
      #015762 19%,
      #13355c 50%,
      rgba(52, 94, 131, 1) 70%,
      rgb(0, 59, 91) 82%
    );
    width: 100%;
    background-size: cover;
    background-position: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  video {
    display: none;
  }

  .at-fields {
    padding: 0;
  }

  .at-row.EmailAddress.MobilePhone {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-left {
    position: relative;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 40px;
    background: rgba(10, 42, 112, 1);
  }

  .hero-left .at-text.EmailAddress,
  .hero-left .at-text.MobilePhone,
  .hero-left .at-text.PostalCode {
    max-width: 90% !important;
    width: 100% !important;
  }

  .mobile-hero {
    display: unset;
    max-height: unset;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: unset;
    object-position: unset;
  }

  .hero-left label {
    margin: 0 auto !important;
  }

  .hero-left .at input[type="submit"] {
    -webkit-appearance: none;
    margin-top: 8px !important;
    max-width: 500px !important;
    height: 30px !important;
    margin: 10px auto 0 !important;
    width: 100% !important;
  }

  .hero-left .at-form-submit {
    width: 70%;
    margin: 0 auto !important;
  }

  .hero-left h1 {
    width: 90%;
    padding-top: 40px;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
    font-size: 40px;
  }

  .mobiledisclaimer {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    max-width: 280px;
  }

  #meet h1 {
    padding-top: 20px;
    padding-left: 8%;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  #issues h1 {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  #meetform .at-text.EmailAddress,
  #meetform .at-text.MobilePhone,
  #meetform .at-text.PostalCode {
    width: 100% !important;
    margin: 10px 0 !important;
  }

  #meetform .at-form-submit {
    margin: 20px 0 0 !important;
    width: 65%;
  }
}

@media only screen and (max-width: 600px) {
  .splash-mobile {
    height: 360px;
  }

  .endorsements li {
    width: 100%;
  }

  .splash-donate-btns a {
    width: 40%;
    display: inline-block;
    text-align: center;
    background: #3a5eab;
    margin-left: 1%;
    margin-right: 1%;
    color: #fff;
    font-size: 26px;
  }

  #splash .monthly-donate-btns a {
    font-size: 17px;
  }

  .meet-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #meetform {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
  }

  #meetform .ngp-form {
    padding: 0;
  }

  .meet-left,
  .meet-box,
  .meet-right {
    padding: 10%;
    margin: 0;
    width: 100%;
    max-width: unset;
  }

  .meet-section {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .meet-section img {
    display: none;
  }

  .meet-left h2 {
    position: relative;
    text-decoration: none;
    margin-bottom: 5px;
  }

  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 550px) {
  .donate-left .splash-donate-btns a {
    font-size: 25px;
  }

  .tweets .tweet {
    background-size: cover;
  }

  .donate-left .splash-donate-btns a span {
    font-size: 15px;
    vertical-align: super;
  }

  .hero-left label {
    min-height: 60px;
  }

  .hero-left .at-form-submit {
    min-height: 45px;
  }

  .hero-left .ngp-form {
    margin-top: 10px;
  }

  .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px auto;
  }

  .footer-links a {
    margin: 21px auto !important;
    font-size: 21px;
  }

  .social-icons img {
    width: 35px;
    margin-right: 14px;
  }
}
@media only screen and (max-width: 30em) {
  .at-row > [class^="at-"] {
    min-width: unset !important;
  }
}

@media only screen and (max-width: 450px) {
  #splash-content h2 span {
    display: block;
    color: #e8184f;
    font-size: 66px;
  }

  #splash-content h3 {
    margin-top: 0px;
  }
  .donate-right .monthly-donate-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
  }

  .continue-text {
    display: none;
  }

  .mobile-continue .continue-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .disclaimer {
    width: 250px;
    font-size: 12px;
  }

  .donate-box h2,
  .donate-box p {
    min-width: unset;
  }

  .splash-donate-btns a span {
    font-size: 20px;
    vertical-align: middle;
  }

  .donate-right .monthly-donate-btns a {
    width: 100%;
    max-width: unset;
    line-height: 1;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  #splash .monthly-donate-btns a {
    font-size: 16px;
  }
}
