/*
Theme Name: BLUEPRINT Wordpress
Author: Blueprint Interactive
Author URI: http://blueprintinteractive.com
Description: Blueprint Interactive Custom Theme.
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

.homepage-hero {
  position: relative;
}

.privacy-hero .meet-content {
  padding: 50px 0 50px;
}

span {
  font-weight: 400;
}

.splash {
  position: relative;
  display: flex;
  flex-direction: row;
}

.privacy-hero #hero-image {
  background-image: unset;
  background: #142f57 !important;
  height: 150px;
}

.privacy-hero {
  height: 150px;
}

.close-button {
  position: absolute;
  right: 30px;
  display: flex;
  z-index: 20;
  top: 20px;
  justify-content: center;
  align-items: center;
  transition: 0.25s;
  cursor: pointer;
}

.close-button:hover {
  filter: brightness(0.7);
}

.splash-contents {
  width: 90%;
  padding-top: 200px;
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  justify-content: center;
  margin: 0 auto;
}

.splash p {
  color: white;
  font-family: "Jost";
  line-height: 1.7;
  padding: 0;
  margin: 10px 0 15px;
}

.splash h3 {
  border: 5px solid white;
  border-radius: 36px;
  padding: 5px;
  margin: 0 auto;
  transition: 0.25s ease;
  font-size: 33px;
  color: white;
  background: #0097dc;
  font-weight: 400;
  height: 100%;
  line-height: 1.2;
  transition: 0.5s ease-in-out;
}

.splash h3:hover {
  border: 5px solid #005494;
  background: white;
  color: #0d3257 !important;
}

.splash h2 {
  font-family: "Jost";
  margin: -4px 0 0 0;
  font-weight: 500;
  line-height: 1.2;
}

.close-button img {
  width: 40px;
}

.donate-mobile {
  display: none !important;
}
.close-button h5 {
  font-weight: 300;
  font-family: "Jost";
  padding-bottom: 3px;
  padding-right: 17px;
  text-decoration: underline;
}

.donate-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.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-right: 6px;
  padding-left: 6px !important;
  margin-left: 0;
}

.meet-section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.iti__flag-container {
  display: none;
}

.hero-nav .ngp-form {
  margin-left: 38%;
  margin-right: 50px;
}

.hero-text {
  font-family: "Jost";
  color: white;
  width: 460px;
  margin-right: 50px;
  margin-left: 30%;
  text-shadow: 2px 2px 1px rgb(0 0 0 / 30%);
  font-weight: 400;
  padding: 100px 0 0 0;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 42px;
  letter-spacing: 1.54px;
  text-align: left;
  line-height: 1;
}

.hero-text span {
  font-weight: 600;
}

.front-share-text {
  max-width: 700px;
}

.front-share-text p {
  max-width: 700px;
}

/* hide public comments */
#menu-item-408 {
  display: none !important;
}

/* hide public comments */
#menu-item-428 {
  display: none !important;
}

#twitter-tool h2 {
  max-width: 1200px;
  margin: 30px auto 0;
}

article iframe {
  display: block;
  width: 100%;
  max-width: 100%;
}

.homepage-hero {
  max-height: 850px;
}

.bio-content {
  min-width: 100px;
}

.unclickable a {
  cursor: default !important;
}

.unclickable {
  cursor: default !important;
}

.sub-menu li a {
  cursor: pointer !important;
}

.hero-title-wrapper {
  position: absolute;
  bottom: 60px;
  left: 7%;
  width: 80%;
  max-width: 1000px;
}

.hero-title-wrapper h1 {
  font-family: "Jost";
  font-weight: bold;
  font-size: 65px;
  color: #ffffff;
  line-height: 0.95;
  letter-spacing: -2.2px;
}

/* 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);
  }
}

/* navbar */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

a {
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  transition: color 0.4s;
}

header {
  position: relative;
}

.header-container {
  position: absolute;
  padding-left: 30px;
  padding-top: 5px;
  box-sizing: border-box;
  z-index: 100;
  width: 100%;
  top: 0px;
}

div#header-logo {
  float: left;
  width: 120px;
  padding-top: 15px;
  position: absolute;
  box-sizing: border-box;
}

nav#main-nav {
  float: right;
}

nav#main-nav ul {
  padding: 0px;
  margin: 0px;
}

.header-bar button {
  margin-top: -4px;
}

div#navwrap {
  /* display: none; */
  transition: 0.5s ease-in-out;
  padding-top: 35px;
}

nav#main-nav ul li {
  /* display: inline-block; */
  list-style: none;
  vertical-align: middle;
}

nav#main-nav ul li.mlid-658 a,
nav#main-nav ul li.mlid-658 a:visited,
ul#subnav li.h-donate a,
ul#subnav li.h-donate a:visited {
  background-color: white;
  padding: 24px 6px;
  color: rgb(59, 59, 59);
}

nav#main-nav div#navwrap ul li {
  display: block;
  width: 100%;
}

.footer-nav span,
#menu-footer-menu .menu-item a {
  color: white;
  font-size: 18px;
  line-height: 2.256;
  text-shadow: 2x 2px 5px rgba(255, 255, 255, 0.322);
}

div#navwrap ul li a,
div#navwrap ul li a:visited {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.25px;
  font-size: 18px;
  color: white;
}

.mobile-about-dropdown a {
  font-size: 14px !important;
  margin: 0 10px;
}

.mobile-media-dropdown a {
  font-size: 12px !important;
  margin: 0 10px;
}

.mlid-675:hover .mobile-about-dropdown,
.mlid-675:active .mobile-about-dropdown,
.mlid-675:focus .mobile-about-dropdown {
  display: flex;
  transition: 0.5s ease-in-out;
}

.mlid-655:hover .mobile-media-dropdown,
.mlid-655:active .mobile-media-dropdown,
.mlid-655:focus .mobile-media-dropdown {
  display: flex;
  transition: 0.5s ease-in-out;
}

.mobile-about-dropdown,
.mobile-media-dropdown {
  display: none;
  width: 100%;
  flex-direction: row;
  position: absolute;
  justify-content: center;
  transition: 0.5s ease-in-out;
}

.depth-1 {
  width: 100%;
}

div#navwrap ul li a:hover {
  color: #1f319b;
  transition: 0.5s ease-in-out;
}

.bottom-mobile-icons li a:hover {
  color: #5f9a8a !important;
}

#Twitter-Landing:hover {
  fill: #5f9a8a;
  transition: 0.5s ease-in-out;
}

#Facebook-Landing:hover {
  fill: #5f9a8a;
  transition: 0.5s ease-in-out;
}

#Page-1 #youtube:hover {
  fill: #5f9a8a;
  transition: 0.5s ease-in-out;
}

#Twitter-Landing,
#Facebook-Landing,
#Page-1 #youtube {
  transition: 0.5s ease-in-out;
}

.mlid-658 {
  margin-top: 0px;
}

.about-article {
  padding-top: 20px;
}

/* nav#main-nav div#navwrap ul li.mlid-652,
nav#main-nav div#navwrap ul li.mlid-658,
nav#main-nav div#navwrap ul li.h-facebook,
nav#main-nav div#navwrap ul li.h-twitter,
nav#main-nav div#navwrap ul li.h-instagram,
nav#main-nav div#navwrap ul li.h-medium,
nav#main-nav div#navwrap ul li.h-youtube {
  display: none;
} */

.h-youtube {
  margin-top: -16px;
}

.bottom-mobile-icons {
  display: flex;
  flex-direction: row;
  justify-content: center;

  align-items: center;
  margin-top: -20px;
  background-color: #35594f;
  border-top: 0.25px solid #203547;
  width: 100%;
  margin-left: 0;
  height: 74px;
  padding-top: 20px;

  padding-bottom: 0px;
}

#download-link {
  width: 30px;
  height: 30px;
  position: absolute;
  -webkit-filter: drop-shadow(1px 1px 0px rgba(34, 34, 34, 0.29));
  filter: drop-shadow(1px 1px 0px rgba(34, 34, 34, 0.283));
  top: 8px;
  left: 8px;
  transition: 0.5s ease-in-out;
}

.download-text {
  position: absolute;
  top: 4px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  left: 45px;
  color: white;
  -webkit-filter: drop-shadow(1px 1px 0px rgba(34, 34, 34, 0.295));
  filter: drop-shadow(1px 1px 0px rgba(34, 34, 34, 0.295));
  transition: 0.25s ease-in-out;
}

.download-text-bottom {
  position: absolute;
  bottom: -42px;
  margin: 0;
  color: #1f319b;
  padding: 0;
  font-weight: 500;
  right: 2px;
}

.download-link-box {
  position: absolute;
  top: 0px;
  width: 177px;
  height: 49px;
}

.download-link-box:hover {
  color: rgb(172, 172, 172);
  filter: invert(0.2) !important;
}

.single-media-div {
  overflow: unset !important;
}

nav#main-nav ul li.mlid-652 a,
nav#main-nav ul li.mlid-652 a:visited,
nav#main-nav ul li.mlid-658 a,
nav#main-nav ul li.mlid-658 a:visited,
ul#subnav li.h-donate a,
ul#subnav li.h-donate a:visited,
ul#subnav li.h-getinv a,
ul#subnav li.h-getinv a:visited {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.11px;
  height: 70px;
  width: 100px;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

nav#main-nav ul li.mlid-658 a:hover,
ul#subnav li.h-donate a:hover {
  color: rgb(131, 131, 131);
}

.popup-left-inner h2 a {
  color: #fff;
}

nav#main-nav ul li.mlid-652,
ul#subnav li.h-getinv {
  margin-left: -5px;
  margin-right: -5px;
}

nav#main-nav ul li.mlid-652 a,
nav#main-nav ul li.mlid-652 a:visited,
ul#subnav li.h-getinv a,
ul#subnav li.h-getinv a:visited {
  padding: 30px 6px;
  color: #333333;
  vertical-align: middle;
}

body.front div#navwrap {
  height: 100vh;
}

#subnav li::before {
  display: none;
}

#subnav li a {
  height: 50px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

#subnav {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

#subnav ul li::before {
  content: "\2022";
  color: #1f319b;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  line-height: 1.5;
  font-size: 20px;
  margin-left: -1em;
}

.menu li::before {
  display: none;
}

.media-header {
  height: 80%;
  text-align: center;
  width: 110px;
}

.aboutus-header {
  width: 100%;
  height: 80%;
  text-align: center;
}

#menu-item-455 {
  width: 120px;
}

#menu-item-453 {
  width: 120px;
}

#menu-item-452 {
  width: 150px;
}

#menu-item-115 ul li:hover,
#menu-item-455 ul li:hover,
#menu-item-454 ul li:hover,
#menu-item-453 ul li:hover,
#menu-item-452 ul li:hover {
  background-color: #8fd587;
}

.menu li {
  margin-left: 5px;
}

#menu-item-115,
#menu-item-454,
#menu-item-455,
#menu-item-453,
#menu-item-452 {
  margin: 0 auto;
}

#menu-item-70 {
  min-width: 130px;
}

#menu-item-124 {
  margin-left: 0;
}

#menu-footer-menu .menu-item {
  margin: 10px auto;
}

.single-issue p {
  padding-bottom: 10px;
}

.single-issue .tab-ul {
  display: none;
}

.selected:hover {
  color: white;
}

.sub-menu li a {
  line-height: 1 !important;
}

.header-bar a {
  margin: 0 1px;
  text-align: center;
}

.footer-bar a {
  margin: 0 1px;
  text-align: center;
}
#navwrap {
  position: absolute;
  right: 0%;
  width: 320px;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
  top: 0px;
  z-index: 2;
  background-color: #5f9a8a;
  text-align: center;
  height: 440px;
  display: none;
}

#menu-header-menu-1 li {
  width: 100%;
}

#navwrap .menu {
  padding-left: 0;
}

#navwrap .menu li {
  margin-left: 0;
}

div#navwrap ul {
  margin-top: 10px;
}

div#navwrap ul li {
  margin-bottom: 20px;
}

div#navwrap ul li:last-child {
  margin-bottom: 0px;
}

nav#main-nav ul#subnav li.h-facebook {
  margin-left: 20px;
  margin-top: 2px;
}

nav#main-nav ul#subnav li.h-instagram,
nav#main-nav ul#subnav li.h-facebook,
nav#main-nav ul#subnav li.h-twitter,
nav#main-nav ul#subnav li.h-medium {
  margin-right: 14px;
}

nav#main-nav ul#subnav li.h-youtube {
  margin-right: 20px;
}

.h-facebook {
  margin-top: 2px;
}

nav#main-nav ul li.h-facebook svg {
  width: 18px;
  height: auto;
}

nav#main-nav ul li.h-twitter svg {
  width: 28px;
  height: auto;
}

nav#main-nav ul li.h-instagram svg {
  width: 26px;
  height: auto;
}

nav#main-nav ul li.h-facebook svg g,
nav#main-nav ul li.h-twitter svg g,
nav#main-nav ul li.h-instagram svg g,
nav#main-nav
  ul
  li.h-medium
  svg
  #medium
  nav#main-nav
  ul
  li.h-youtube
  svg
  #youtube {
  fill: #fff;
  transition: all ease-in-out 0.4s;
}

#subnav li a {
  padding-top: 0.5px !important;
}

nav#main-nav ul li.h-facebook a:hover > svg g,
nav#main-nav ul li.h-twitter a:hover > svg g,
nav#main-nav ul li.h-instagram a:hover > svg path,
nav#main-nav ul li.h-medium a:hover > svg #medium,
nav#main-nav ul li.h-youtube a:hover > svg #youtube {
  fill: #1f319b;
}

.bottom-mobile-icons li {
  margin-left: 5px;
  width: 50px;
  -webkit-filter: drop-shadow(2px 2px 1px rgb(0, 0, 0, 0.13));
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.13));
}

.bottom-mobile-icons li:nth-of-type(1) {
  margin-left: 30px;
  width: 100px;
}

.bottom-mobile-icons li:nth-of-type(3) {
  margin-top: 5px;
}

.bottom-mobile-icons li:nth-of-type(4) {
  /* margin-top: -31px; */
}

#navwrap {
  top: -700px;
}

div#mobile {
  display: inline-block;
  vertical-align: top;
  margin-top: 18px;
  position: relative;
  z-index: 10;
}

#nav-icon {
  width: 30px;
  display: none;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 10px;
}

#nav-icon span:nth-child(4) {
  top: 20px;
}

#nav-icon.open span {
  background-color: #333333;
}

#nav-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

/* 
.hero {
  min-height: 1000px;
} */

.slidegroup {
  min-width: 100%;
  width: 100%;
  /* visibility: hidden !important;
  display: none; */
}

.cycle-sentinel {
  position: static;
  top: 0px;
  left: 0px;
  z-index: 100;
  max-height: 100%;
  opacity: 1;
  display: block;
  visibility: hidden;
}

.cycle-slide {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 97;
  opacity: 1;
  display: block;
  visibility: hidden;
}

.cycle-slide-active {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  visibility: visible;
  opacity: 1;
  display: block;
}

div#social-feed p.iconwrap {
  text-align: center;
}

div#social-feed div.desc {
  margin-top: 10px;
  text-align: center;
}

p.feedfacebook,
p.feedtwitter {
  text-align: center;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  /* visibility: hidden; */
}

p.feedfacebook span,
p.feedtwitter span {
  display: inline-block;
  vertical-align: top;
}

.feedtwitter {
  margin-left: -15px;
}

span.feeddate {
  margin-left: -5px;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  font-weight: bold;
  line-height: 3.5;
  color: #333333;
}

div#social-feed div.desc p {
  font-size: 15px;
  color: #333333;
  line-height: 1.75;
  margin-bottom: 18px;
}

/* END OF TWITTER FEED */
/* END OF TWITTER FEED */

.submit-btn:hover {
  background-color: #21882f;
}

#NVSignupForm780319 .at-row.at-row-solo.PostalCode {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 2%;
  width: 30%;
}

#NVSignupForm780319 .at-row label.at-text,
#NVSignupForm780319 .at-row label.at-text {
  font-size: 0px;
}

.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;
}

div.at-markup.UpdateMyProfile {
  display: none !important;
}

/* ----------- */
.overlay {
  width: 100%;
  background: #5f9a8a7e;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  right: 0;
}

/* 
.background-video {
  position: absolute;
  top: 250px;
  left: 50%;

  min-width: 1450px;
  width: 100%;
  height: 750px;
  overflow: hidden;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url("/img/hero.png") no-repeat;
  background-size: cover;
  -webkit-transition: 1s opacity;
  -o-transition: 1s opacity;
  transition: 1s opacity;
} */

.stopfade {
  opacity: 0.5;
}

/* .hero-home {
  height: 800px;
  min-height: 650px;
  overflow-x: hidden;
} */

.videoBox {
  position: fixed;
  width: 90%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  padding: 20px;
  background: #5f9a8a;
  text-align: center;
  border-radius: 5px;
}

.videoBox video {
  width: 100%;
}

.close:hover {
  opacity: 1;
}

.menu-item::before {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* scroll-behavior: smooth; */
}

.story-section {
  z-index: 0;
}

.story-background {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  max-width: 500px;
}

.why-image {
  width: 100%;
  max-width: 1000px;
  height: 500px;
  object-fit: cover;
  object-position: center;
  margin: 20px auto;
}

.why-image,
.quote-text {
  display: none !important;
}
.vert-image {
  width: 450px;
  margin-top: 5px;
  height: 600px;
  object-position: bottom left;
  object-fit: cover;
  margin-right: 30px;
}
.horz-image {
  width: 400px;
  margin-top: 5px;
  height: 300px;
  object-position: bottom left;
  object-fit: cover;
  margin-left: 30px;
}

.map-image {
  width: 400px;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.482));
  height: auto;
  transition: 0.25s ease-in-out;

  margin-top: 15px;
}

.map-image:hover {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.886));
}

.meet-1,
.meet-2 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.meet-1 {
  flex-direction: row;
  margin-bottom: 80px;
}
.meet-2 {
  flex-direction: row-reverse;
}

.meet-content h4 {
  font-family: "Jost";
  font-size: 24px;
  font-weight: 400;
  color: #59225e;
  font-style: italic;
  padding-bottom: 15px;
  line-height: 1.4;
}

.story-section {
  position: relative;
}

.policy {
  margin-left: 0;
  margin-top: 55px;
  color: white;
}

.container ol li {
  font-size: 18px;
}

.privacy {
  width: 90%;
  margin: auto 50px;
}

html,
body {
  height: 100%;
  min-height: 100%;
  /* background: #0097DC !important; */
  margin: 0 !important;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #000;
  /* overflow-x: hidden; */
}

body {
  margin: 0;
  width: 100%;
  background-size: cover;
  background-repeat: repeat;
  position: relative;
}

img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

#hero-image,
#mission-image {
  width: 100%;
}

p,
li,
td,
ul {
  font-family: "Jost";
  font-size: 18px;
}

.meetlink {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  width: 100%;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.25px;
  color: #5f9a8a;
  margin-bottom: 50px;
  font-family: "Jost";
  cursor: pointer;
  text-decoration: underline;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}

h1 {
  padding: 100px 0 20px 0;
  font-family: "Jost";
  font-size: 65px;
  font-weight: bold;
  margin: 0;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.93;
  letter-spacing: 1.14px;
}

h2 {
  font-family: "Jost";

  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.57px;
  color: #ce2e3e;
  font-weight: 300;
  font-size: 45px;
  text-align: center;
}

.video-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  background: white;
  width: 100%;
  height: fit-content;
}

.video-intro {
  width: 500px;
  height: fit-content;
  margin: 30px auto;
  display: flex;
  background-size: 200px !important;
  background-position: center left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("img/pinkstars.png");
  background-repeat: no-repeat;
}

.video-container {
  max-width: 800px;
  width: 90%;
  cursor: pointer;
  box-sizing: content-box;
  border: 2px solid rgb(46, 46, 46);
  height: auto;
}

.splash-video {
  max-width: 500px;
  width: 90%;
  max-height: 340px;
  margin-right: 50px;
  height: fit-content;
}

.meet-content p {
  color: black;
  font-family: "Jost";
  margin-top: 0;
  font-family: "Jost";
  line-height: 1.8;
  margin-top: 0;
  font-size: 19px;
}

.meet-content {
  width: 90%;
  padding: 50px 0;
  max-width: 900px;
  z-index: 10;
  margin: 0 auto;
}

.meet-part-1,
.meet-part-2 {
  display: flex;
  flex-direction: column;
}

.single-p {
  margin-bottom: 0;
}

.meet-photo {
  height: 500px;
  display: flex;
  margin-bottom: 20px;
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 500px;
  background-image: url("img/box1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.star-header {
  margin-top: 20px;
}

.meet-photo h3 {
  color: white;
  padding: 50px;
}

/* .meet-part-1 {
  flex-direction: row;
}

.meet-part-2 {
  flex-direction: row-reverse;
} */

.stars {
  position: absolute;
  width: 200px;
}

.top-star {
  right: 2%;
  top: 10%;
}

.middle-star {
  left: 0%;
  top: 50%;
}

.bottom-star {
  right: 5%;
  bottom: 10%;
}

h3 {
  font-family: "Jost";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.57px;
  color: white;
  font-size: 35px;
}

.video-intro h3 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center !important;
  color: #0097dc !important;
}

html {
  scroll-behavior: smooth;
}

h4 {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  font-size: 20px;
  font-weight: 800;
  padding: 0;
  margin: 0;
  letter-spacing: normal;
  color: white;
  font-family: "Jost";
}

.meet-text {
  width: fit-content;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.vert-2 {
  width: 220px !important;
  height: 260px !important;
}

.quote-text {
  margin: 50px auto;
  font-style: italic;
}

.meet-content {
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  padding: 50px 50px 0 50px;
  margin: 10px 0 0 0;
}

.meet-part-1,
.meet-part-2 {
  width: 100%;
}

.meet-section h3 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 1.3;
  padding: 0 3%;
  text-align: center !important;
  color: white !important;
}

h5 {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  font-size: 25px;
  width: 100%;
  font-weight: 600;
  padding: 0;
  margin: 0;
  letter-spacing: normal;
  color: #1f319b;
  font-family: "Jost";
}

.staff-name {
  text-transform: uppercase;
}

p {
  line-height: 2;
  font-family: "Jost";
}

.bio-section-2 {
  margin: 0 auto;
}

.bio-page .bio-section {
  max-width: 1000px;
  margin-left: auto;
  width: 90%;
  margin-right: auto;
}

ul li {
  margin: 0 0 0 50px;
  list-style: none;
  width: 90%;
  line-height: 1.5;
  font-weight: 500;
  max-width: 700px;
}

#menu-header-menu li {
  margin-left: 0px;
  text-align: center;
}

ul li::before {
  content: "\2022";
  color: #1f319b;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  line-height: 1.5;
  font-size: 20px;
  margin-left: -1em;
}

.story-button {
  background-color: #1f319b;
  width: 300px;
  text-align: center;
  margin: 60px 0;
  height: 60px;
}

.who-header,
.mission-header,
.mission-subheader,
.who-subheader {
  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: left;
  -ms-flex-align: left;
  align-items: left;
  text-align: left;
}

.bio-header h1 {
  text-transform: uppercase;
}

.pronoun {
  margin-top: 20px !important;
  color: #4956a0;
  font-size: 20px;
  text-transform: uppercase;
}

.position {
  margin-top: 0;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}

.staff-section,
.advisory-section,
.board-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  margin: 0 auto;
  justify-content: center;
}

.staff-section {
  width: 85%;
}

.footer-rectangle {
  width: fit-content;
  border: 1px solid white;
  padding: 0 10px;
}

.meet-title {
  text-align: left;
  width: 70%;
  margin: 0 auto;
}

.footer p,
.footer-link {
  font-size: 12px;
  font-family: "Jost" !important;
  color: white !important;
}

.meet-header h5 {
  margin-bottom: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.media-tab-wrapper {
  padding-bottom: 0;
}

.staff-card img {
  width: 100%;
  height: auto;
}

#about,
#solutions,
#latest {
  padding-top: 50px;
}

#latest article {
  padding: 0;
}

.single-issue-title {
  padding-top: 150px;
}

.clearfix {
  padding-top: 0;
}

.issue-listing-inner {
  padding-top: 0;
  padding-bottom: 50px;
}

article {
  padding-top: 150px;
  padding-bottom: 100px;
}

article h2,
article h1,
article h3,
article h4,
article h5,
article h6 {
  color: #1f319b;
  padding-top: 15px;
}

.clearfix ul li {
  max-width: unset !important;
}

.alm-btn-wrap .alm-load-more-btn.loading:before,
.ajax-load-more-wrap.white .alm-load-more-btn {
  background-color: transparent !important;
}

.staff-section {
  padding-bottom: 30px;
}

.alm-reveal p {
  margin-top: 5px;
}

.alm-reveal {
  max-width: 950px;
  margin: 0 auto;
}

.media-tab-outer-wrapper article {
  padding: 0;
}

.text-links {
  display: flex;
  flex-wrap: wrap;
  max-width: 560px;
  margin-left: 0px;
  margin-bottom: 0px;
  justify-content: flex-start;
  align-items: center;
}

.text-links a {
  margin-right: 50px;
  margin-bottom: 20px;
}

.footer-left {
  width: 760px;
}

.footer .text-links a {
  margin-right: 14px;
}
.meet-section {
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.4)
    ),
    url(img/background.png) !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
}

.meet-section h2 {
  text-transform: uppercase;
}

article a {
  color: #457467;
  transition: 0.25s ease-in-out;
}

article a:hover {
  color: #3b5e54;
}

/* article h1 {
  padding: 0px 0px 30px 0px;
} */

.single-article {
  text-align: left;

  width: 70%;
  margin: 0 auto;
}

.sub-menu .menu-item {
  -webkit-filter: drop-shadow(-2px 2px 2px rgb(0, 0, 0, 0.1));
  box-shadow: -2px 2px 2px rgb(0, 0, 0, 0.1);
}

.bio-header {
  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;
  width: 90%;
}

.story-section {
  width: 100%;
  height: auto;
  background-color: #e5e5e5;
}

.goback3 {
  display: none;
}

.who-header {
  text-align: left;
  width: 100%;
}

.mission-header {
  text-align: left;
  width: 90%;
}

.who-subheader {
  text-align: left;
}

.mission-header {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
}

.mission-subheader {
  max-width: 1080px;
  padding: 0;
  width: 90%;
  margin: 0 auto 50px auto;
}

.mission-subheader {
  text-align: left;
}

.social-section {
  background-color: #5f9a8a;
  height: 110px;
  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;
  /* border: solid 1px #487a6c; */
  text-align: center;
}

.social-section-text {
  text-align: center;
  width: 100%;
}

.social-section-buttons {
  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;
  position: relative;
  right: 0;
}

/* #hero-image {
  display: none;
} */

.footer .social-icon:hover {
  filter: brightness(0.62) sepia(1) hue-rotate(331deg) contrast(1.7)
    saturate(1000%);
}

.footer .social-icon {
  margin: 0 15px 0 0;
}

.footer {
  background: #59225e;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  padding-top: 20px;
  height: 300px;
  padding-bottom: 30px;
  flex-direction: row;
}

.footer .meet-header {
  text-shadow: none;
}

.read-more-button {
  width: 150px;
  height: 40px;
  background-color: #8fd587;
  margin-top: 3px;
  margin-left: 0px;
  color: white;
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.05));
  text-align: center;
  display: -webkit-box;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  font-family: "Jost";
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.75s ease;
  -o-transition: 0.75s ease;
  transition: 0.75s ease;
  cursor: pointer;
}

.read-more-button:hover {
  background-color: #21882f;
}

.footer-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-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;
  flex-direction: row;
  width: 100%;

  position: relative;

  background-color: #1f319b;
}

.header-bar {
  position: relative;
  top: 5px;
  right: 0;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.menu-item-229 {
  width: 140px;
}

.footer-bar {
  position: absolute;
  top: 8px;
  right: 30px;
  width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* MEDIA CENTER TABS -------------------------------------------------------- */
.media-tab-wrapper {
  padding-top: 150px;
}

ul.tab-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.tab-ul li {
  display: inline-block;
  margin: 0 5px 0 5px;
  width: auto;
  font-family: "Jost";
  /* box-shadow: -3px -3px 5px rgb(0, 0, 0, 0.2); */
  font-weight: bold;
  font-size: 24px;
  color: #1f319b;
  text-align: center;
  padding: 5px 15px;
  background-color: #5f9a8a;
  transition: background-color 0.4s ease;
  vertical-align: bottom;
}

.single-tab {
  cursor: pointer;
}

ul.tab-ul li a {
  text-transform: uppercase;
  color: #fff;
}

ul.tab-ul li.selected {
  background-color: #e7e7e7;
  color: #1f319b;
}

ul.tab-ul li.selected:hover {
  color: rgb(241, 241, 241);
}

ul.tab-ul li.selected a {
  color: #1f319b;
}

ul.tab-ul li::before {
  display: none;
}

ul.tab-ul li:hover {
  background-color: #1f319b;
}

ul.tab-ul li:hover a {
  color: #fff;
}

.selected:hover a {
  color: #1f319b !important;
  cursor: default;
}

.selected:hover {
  cursor: default;
}

#menu-header-menu .menu-item {
  text-transform: uppercase;
}

.single-issue-content,
.single-issue-header {
  width: 70%;
  margin: 0 auto;
}

.single-issue-header {
  position: relative;
  z-index: 1;
}

.sign-up-1 h4 {
  line-height: 1em;
}

.sign-up-1 h3 {
  margin-top: 65px;
}

.sign-up-1 {
  width: 90%;
}

.donate-button,
.story-button {
  text-align: center;
  display: -webkit-box;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.75s ease;
  -o-transition: 0.75s ease;
  transition: 0.75s ease;
}

.facebook-box:hover,
.twitter-box:hover,
.meet-logo:hover {
  opacity: 0.7;
  cursor: pointer;
}

.home-button span {
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}

.home-button span:hover {
  color: #609c5a;
}

.home-nav span:hover {
  color: #609c5a;
}

.footer-nav span:hover,
#menu-footer-menu .menu-item a:hover {
  color: #99c095;
}

.header-logo,
.home-logo {
  cursor: pointer;
}

.footer-nav span:hover {
  color: #8fd587;
}

.home-button,
.facebook-box,
.twitter-box {
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  cursor: pointer !important;
}

.meet-logo {
  height: calc(84.5px * 1.2);
  width: calc(81px * 1.25);
  margin: 20px 0 0 35px;
  position: absolute;
  top: 0;
  left: 0;
}

.formFooter {
  display: none !important;
}

.donate-button {
  width: 150px;
  height: 40px;
  background-color: #8fd587;
  margin-top: 3px;
  margin-left: 13px;
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.05));
}

#aboutus {
  width: 140px;
  text-align: center;
}

#menu-item-115 ul li {
  width: 150px;
}

#menu-item-115 ul li span,
#menu-item-455 ul li span {
  color: white !important;
}

.donate-form,
.jotform-form {
  width: 100%;
  -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;
}

.home-button {
  width: 100px;
  height: 40px;
  margin-top: 9px;
}

.home-nav {
  height: 40px;
  margin-top: 9px;
  width: 100%;
}

#menu-footer-menu {
  display: flex;
  flex-direction: row;
  text-align: center;
  font-size: 18px;
}

.story-button:hover {
  background-color: #609c5a;
}

.donate-button span,
.submit-button span,
.story-button span {
  font-family: "Jost";
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.24px;
  text-align: center;
  color: #ffffff;
}

.home-button span {
  font-family: "Jost";
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.24px;
  text-align: center;
  color: #8fd587;
}

.menu-header-menu li {
  margin-left: 0px;
}

.home-nav span,
.footer-nav span,
#menu-header-menu .menu-item a,
#menu-footer-menu .menu-item a {
  font-family: "Jost";
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: 0.24px;
  text-align: center;

  text-shadow: 2x 2x 5px black;
}

.about-article .about-tab-outer-wrapper {
  min-height: 800px;
}

.footer-nav span,
#menu-footer-menu .menu-item a {
  color: #ffffff;
}

.sub-menu li a {
  color: white !important;
}

#menu-header-menu .menu-item a {
  color: #1f319b;
}

.home-nav span {
  color: #1f319b;
  text-shadow: 2x 2px 5px rgba(255, 255, 255, 0.322);
}

.home-nav {
  margin-right: 20px;
}

.footer-nav #menu-footer-menu .menu-item {
  margin: 3px 20px 3px 20px;
}

.sign-up-1 h3 {
  font-size: 29px;
}

.footer-button {
  margin-left: 50px;
  margin-right: 10px;
  margin-top: 15px;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.sign-up-1 {
  width: 50%;
  padding-left: 75px;
  padding-top: 10px;
  padding-right: 20px;
}

.sign-up-2 {
  width: 50%;
  padding-right: 75px;

  padding-left: 50px;
  display: -webkit-box;
  margin: auto 0;
  padding-bottom: 18px;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.bio-header h1 {
  font-size: 55px;
}

/* .hero-footer {display: none} */

.submit-button {
  width: 410px;
  height: 60px;
  background-color: #8fd587;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 7.5px 0;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.bio-section-3 p {
  margin-left: 0;
  margin-right: 100px;
  font-size: 16px;
  margin-top: -20px;
}

.email {
  width: 75%;
  height: 60px;
  margin-right: 10px;
  padding: 0;
  background-color: #ffffff;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.zip {
  width: 21.5%;
  margin-left: 0px;
  padding: 0;
  height: 60px;
  background-color: #ffffff;
}

.sign-up-form {
  max-width: 410px;
}

.wp-block-image img {
  /* width: auto; */
  height: auto;
}

.wp-block-image figcaption {
  text-align: center;
}

.email,
.zip,
.email::placeholder,
.zip::placeholder {
  font-family: "Jost";
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.09px;
  color: #1f319b;
  text-indent: 10px;
}

.submit-button:hover,
.donate-button:hover {
  background-color: #21882f;
}

.footer-text {
  color: white;
  font-size: 18px;
  margin-left: 370px;
  margin-top: 5px;
  text-align: left;
}

.email-link {
  color: #8fd587;
  font-weight: 600;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}

.footer-subtext {
  margin-left: 370px;
  color: white;
  font-size: 12px;
}

.footer-link:hover,
.email-link:hover {
  text-decoration: underline;
  color: white;
}

.footer-left,
.footer-right {
  display: flex;
  flex-direction: column;
}

.footer .social-icons {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
}

.footer-left {
  justify-content: flex-end;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 55px;
  position: relative;
  margin-top: 20px;
}

#latest h4 {
  color: #1f319b;
  padding-top: 10px;
  padding-bottom: 0px;
}

#latest p {
  padding-top: 0px;
  margin-top: 5px;
  font-size: 16px;
}

.news-date span {
  display: inline-block;
  margin: 5px 0px 0px 0px;
  width: auto;
  font-family: "Jost";
  box-shadow: -3px -3px 5px rgb(0, 0, 0, 0);
  font-weight: bold;
  font-size: 14px;
  color: white;
  text-align: center;
  padding: 5px 15px;
  background-color: #5f9a8a;
  transition: background-color 0.4s ease;
  vertical-align: bottom;
}

.issue-date {
  display: inline-block;
  margin: 15px 0px 0px 0px;
  text-transform: uppercase;
  width: auto;
  font-family: "Jost";
  box-shadow: -3px -3px 5px rgb(0, 0, 0, 0);
  font-weight: bold;
  font-size: 14px;
  color: white;
  text-align: center;
  padding: 5px 15px;
  background-color: #5f9a8a;
  transition: background-color 0.4s ease;
  vertical-align: bottom;
}

.nofloat {
  position: relative;
  display: inline-block;
}

.nofloat img {
  mix-blend-mode: screen;
}

.leftfloated,
.rightfloated {
  position: relative;
}

.rightfloated {
  float: right;
  margin: 10px 0 15px 20px;
}

.leftfloated {
  float: left;
  margin: 10px 20px 15px 0px;
}

.leftfloated img {
  mix-blend-mode: screen;
}

.rightfloated img {
  mix-blend-mode: screen;
}

.single-post main .clearfix {
  padding-top: 170px;
  width: 85%;
  max-width: 1080px;
}

.full-width {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}

/* NGP Form ------------------------------------------------------------------*/

header.at-title {
  display: none;
}

.at h1,
.at h2,
.at h3,
.at h4,
.at h5,
.at h6 {
  display: none;
}

.front-share-text {
  margin-top: 0px;
}

.front-share-text p {
  margin-top: 0;
  padding-top: 0;
  line-height: 1.75em;
}

.front-video {
  width: 550px;
  margin-top: 5px;
  margin-bottom: 30px;
}

.at-inner {
  background: transparent !important;
}

.at fieldset legend {
  display: none;
}

#NVSignupForm780319 input {
  background-color: #fbf9f2;
  border: none;
  color: #0071ce;
  font-size: 23px;
  padding: 13px 10px;
  border-radius: 0;
  height: 50px;
}

.submit-btn {
  color: #fbf9f2;
  background-color: #0071ce;
  font-weight: 800;
  width: 31%;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* navbar */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

a {
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  transition: color 0.4s;
}

header {
  position: relative;
}

.header-container {
  position: absolute;
  padding-left: 30px;
  padding-top: 5px;
  box-sizing: border-box;
  z-index: 100;
  width: 100%;
  top: 0px;
}

div#header-logo {
  float: left;
  width: 120px;
  padding-top: 15px;
  position: absolute;
  box-sizing: border-box;
}

nav#main-nav {
  float: right;
}

nav#main-nav ul {
  padding: 0px;
  margin: 0px;
}

.header-bar button {
  margin-top: -4px;
}

div#navwrap {
  /* display: none; */
  transition: 0.5s ease-in-out;
  padding-top: 50px;
}

nav#main-nav ul li {
  /* display: inline-block; */
  list-style: none;
  vertical-align: middle;
}

blockquote {
  width: 78%;
  margin: 50px auto 20px auto;
}

.single-article p {
  margin-top: 15px;
  margin-bottom: 15px;
}

td {
  margin-top: 10px;
  margin-bottom: 10px;
}

blockquote p {
  text-align: justify !important;
  color: #1f319b;
  font-size: 20px;
  letter-spacing: -1px;
}

.mission-header h1 {
  padding-top: 90px;
}

nav#main-nav ul li.mlid-658 a,
nav#main-nav ul li.mlid-658 a:visited,
ul#subnav li.h-donate a,
ul#subnav li.h-donate a:visited {
  background-color: white;
  padding: 24px 6px;
  color: rgb(59, 59, 59);
}

nav#main-nav div#navwrap ul li {
  display: block;
  width: 100%;
}

.footer-nav span,
#menu-footer-menu .menu-item a {
  color: white;
  font-size: 18px;
  line-height: 2.256;
  text-shadow: 2x 2px 5px rgba(255, 255, 255, 0.322);
}

#menu-item-125,
#menu-item-69 {
  width: 130px !important;
}

.issues-header {
  margin-left: 20px;
}

#menu-item-70 {
  width: 150px !important;
}

#menu-item-124 {
  width: 170px !important;
  min-width: 170px;
}

#menu-item-69 {
  min-width: 94px;
}

div#navwrap ul li a,
div#navwrap ul li a:visited {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.25px;
  font-size: 18px;
  color: white;
}

.mobile-about-dropdown a {
  font-size: 14px !important;
  margin: 0 10px;
}

.mobile-media-dropdown a {
  font-size: 12px !important;
  margin: 0 10px;
}

.mlid-675:hover .mobile-about-dropdown,
.mlid-675:active .mobile-about-dropdown,
.mlid-675:focus .mobile-about-dropdown {
  display: flex;
  transition: 0.5s ease-in-out;
}

.mlid-655:hover .mobile-media-dropdown,
.mlid-655:active .mobile-media-dropdown,
.mlid-655:focus .mobile-media-dropdown {
  display: flex;
  transition: 0.5s ease-in-out;
}

.mobile-about-dropdown,
.mobile-media-dropdown {
  display: none;
  width: 100%;
  flex-direction: row;
  position: absolute;
  justify-content: center;
  transition: 0.5s ease-in-out;
}

.depth-1 {
  width: 100%;
}

div#navwrap ul li a:hover {
  color: #1f319b;
  transition: 0.5s ease-in-out;
}

.bottom-mobile-icons li a:hover {
  color: #5f9a8a !important;
}

#Twitter-Landing:hover {
  fill: #5f9a8a;
  transition: 0.5s ease-in-out;
}

#Facebook-Landing:hover {
  fill: #5f9a8a;
  transition: 0.5s ease-in-out;
}

#Page-1 #youtube:hover {
  fill: #5f9a8a;
  transition: 0.5s ease-in-out;
}

#Twitter-Landing,
#Facebook-Landing,
#Page-1 #youtube {
  transition: 0.5s ease-in-out;
}

.mlid-658 {
  margin-top: 0px;
}

.about-article {
  padding-top: 20px;
}

/* nav#main-nav div#navwrap ul li.mlid-652,
nav#main-nav div#navwrap ul li.mlid-658,
nav#main-nav div#navwrap ul li.h-facebook,
nav#main-nav div#navwrap ul li.h-twitter,
nav#main-nav div#navwrap ul li.h-instagram,
nav#main-nav div#navwrap ul li.h-medium,
nav#main-nav div#navwrap ul li.h-youtube {
  display: none;
} */

.h-youtube {
  margin-top: -16px;
}

.bottom-mobile-icons {
  display: flex;
  flex-direction: row;
  justify-content: center;

  align-items: center;
  margin-top: -20px;
  background-color: #35594f;
  border-top: 0.25px solid #203547;
  width: 100%;
  margin-left: 0;
  height: 74px;
  padding-top: 20px;

  padding-bottom: 0px;
}

nav#main-nav ul li.mlid-652 a,
nav#main-nav ul li.mlid-652 a:visited,
nav#main-nav ul li.mlid-658 a,
nav#main-nav ul li.mlid-658 a:visited,
ul#subnav li.h-donate a,
ul#subnav li.h-donate a:visited,
ul#subnav li.h-getinv a,
ul#subnav li.h-getinv a:visited {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.11px;
  height: 70px;
  width: 100px;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

nav#main-nav ul li.mlid-658 a:hover,
ul#subnav li.h-donate a:hover {
  color: rgb(131, 131, 131);
}

.popup-left-inner h2 a {
  color: #fff;
}

nav#main-nav ul li.mlid-652,
ul#subnav li.h-getinv {
  margin-left: -5px;
  margin-right: -5px;
}

nav#main-nav ul li.mlid-652 a,
nav#main-nav ul li.mlid-652 a:visited,
ul#subnav li.h-getinv a,
ul#subnav li.h-getinv a:visited {
  padding: 30px 6px;
  color: #333333;
  vertical-align: middle;
}

body.front div#navwrap {
  height: 100vh;
}

#subnav li::before {
  display: none;
}

#subnav li a {
  height: 50px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

#subnav {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

#subnav ul li::before {
  content: "\2022";
  color: #1f319b;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  line-height: 1.5;
  font-size: 20px;
  margin-left: -1em;
}

.menu li::before {
  display: none;
}

.media-header {
  height: 80%;
  text-align: center;
  width: 110px;
}

.aboutus-header {
  width: 100%;
  height: 80%;
  text-align: center;
}

#menu-item-455 {
  width: 120px;
}

#menu-item-115 ul li:hover,
#menu-item-452 ul li:hover,
#menu-item-455 ul li:hover,
#menu-item-454 ul li:hover {
  background-color: #8fd587;
}

.menu li {
  margin-left: 5px;
}

#menu-item-115,
#menu-item-452,
#menu-item-454,
#menu-footer-menu .menu-item,
#menu-item-455 {
  margin: 0 auto;
}

.selected:hover {
  color: white;
}

.sub-menu li a {
  line-height: 1 !important;
}

#menu-item-115 ul li,
#menu-item-455 ul li,
#menu-item-452 ul li,
#menu-item-454 ul li {
  height: 40px;
  background-color: #5f9a8a;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* -webkit-transition: 0.75s ease-in-out;
  -o-transition: 0.75s ease-in-out;
  transition: 0.55s ease-in-out; */
}

.footer-bar a {
  margin: 0 1px;
  text-align: center;
}

#navwrap {
  position: absolute;
  right: 0%;
  width: 320px;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
  top: 0px;
  z-index: 2;
  background-color: #5f9a8a;
  text-align: center;
  height: 460px;
  display: none;
}

#menu-header-menu-1 li {
  width: 100%;
}

#navwrap .menu {
  padding-left: 0;
}

#navwrap .menu li {
  margin-left: 0;
}

div#navwrap ul {
  margin-top: 10px;
}

div#navwrap ul li {
  margin-bottom: 20px;
}

div#navwrap ul li:last-child {
  margin-bottom: 0px;
}

nav#main-nav ul#subnav li.h-facebook {
  margin-left: 20px;
  margin-top: 2px;
}

nav#main-nav ul#subnav li.h-instagram,
nav#main-nav ul#subnav li.h-facebook,
nav#main-nav ul#subnav li.h-twitter,
nav#main-nav ul#subnav li.h-medium {
  margin-right: 14px;
}

nav#main-nav ul#subnav li.h-youtube {
  margin-right: 20px;
}

.h-facebook {
  margin-top: 2px;
}

nav#main-nav ul li.h-facebook svg {
  width: 18px;
  height: auto;
}

nav#main-nav ul li.h-twitter svg {
  width: 28px;
  height: auto;
}

nav#main-nav ul li.h-instagram svg {
  width: 26px;
  height: auto;
}

nav#main-nav ul li.h-facebook svg g,
nav#main-nav ul li.h-twitter svg g,
nav#main-nav ul li.h-instagram svg g,
nav#main-nav
  ul
  li.h-medium
  svg
  #medium
  nav#main-nav
  ul
  li.h-youtube
  svg
  #youtube {
  fill: #fff;
  transition: all ease-in-out 0.4s;
}

#subnav li a {
  padding-top: 0.5px !important;
}

nav#main-nav ul li.h-facebook a:hover > svg g,
nav#main-nav ul li.h-twitter a:hover > svg g,
nav#main-nav ul li.h-instagram a:hover > svg path,
nav#main-nav ul li.h-medium a:hover > svg #medium,
nav#main-nav ul li.h-youtube a:hover > svg #youtube {
  fill: #1f319b;
}

.bottom-mobile-icons li {
  margin-left: 5px;
  width: 50px;
  -webkit-filter: drop-shadow(2px 2px 1px rgb(0, 0, 0, 0.13));
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.13));
}

.bottom-mobile-icons li:nth-of-type(1) {
  margin-left: 30px;
  width: 100px;
}

.bottom-mobile-icons li:nth-of-type(3) {
  margin-top: 5px;
}

.bottom-mobile-icons li:nth-of-type(4) {
  /* margin-top: -31px; */
}

#navwrap {
  top: -700px;
}

div#mobile {
  display: inline-block;
  vertical-align: top;
  margin-top: 18px;
  position: relative;
  z-index: 10;
}

#nav-icon {
  width: 30px;
  display: none;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.submit-btn:hover {
  background-color: #21882f;
}

.PostalCode {
  margin-top: 15px;
}

.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;
}

div.at-markup.UpdateMyProfile {
  display: none !important;
}

/* ----------- */
.overlay {
  width: 100%;
  background: #5f9a8a7e;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  right: 0;
}

.background-video {
  position: absolute;
  top: 250px;
  left: 50%;
  /* 
  margin-top: -200px; */
  min-width: 1450px;
  width: 100%;
  height: 750px;
  overflow: hidden;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url("img/hero.png") no-repeat;
  background-size: cover;
  -webkit-transition: 1s opacity;
  -o-transition: 1s opacity;
  transition: 1s opacity;
}

.stopfade {
  opacity: 0.5;
}

/* .hero-home {
  height: 800px;
  min-height: 650px;
  overflow-x: hidden;
} */

.donate-hero h2 {
  color: white;
  text-align: center;
  font-family: "Jost";
  width: 80%;
  margin: 0 auto;
  font-size: 45px;
  font-weight: 600;
  padding-bottom: 30px;
  padding-top: 45px;
  text-transform: uppercase;
}

.splash-content,
.donate-hero,
.splash-donate {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.donate-wrapper {
  background: url("/img/donate.png") white;
  z-index: 0;

  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  font-size: 0;
  background-position: bottom;
  display: block;
  padding: 105px 10% 110px;
}

.donate-option h3 {
  color: #2c377a;
  transition: 0.25s ease;
  font-size: 33px;
  font-weight: 700;
  height: 100%;
  line-height: 1.2;
  transition: 0.5s ease-in-out;
}

.splash-disclaimer {
  max-width: 500px;
  width: 80%;
  font-size: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.support-bar-disclaimer {
  padding-top: 10px;
  font-size: 11px;
  width: 80%;
  margin-top: 0;
  padding-bottom: 25px;
}

sup {
  font-size: 18px;
  font-weight: 800;
}

.donate-hero .donate-option h3 {
  line-height: 1.6;

  border-radius: 36px;
  padding: 5px;
}

.video-intro h3 {
  max-width: 500px;
}

.splash-contents p {
  max-width: 450px;
}

.splash-contents h2 {
  max-width: 450px;
}

#hero-image {
  background-image: linear-gradient(to right, transparent 70%, #59225e 100%),
    url("img/hero.png");
  height: 760px;
  background-repeat: no-repeat;
  width: 70%;
  z-index: -1;
  background-position: top left;
  background-size: cover;
}

/* .issues-hero #hero-image {
  height: 700px
} */

.other-option h3 {
  font-size: 25px;
  font-weight: 700;
  max-height: 50px;
  background-color: white;
  color: #0097dc;
  border-color: #0097dc;
}

.other-option h3:hover {
  color: white !important;

  background: #0d3257 !important;
  border-color: white;
}

.hero {
  height: 700px;
  background-color: #59225e;
}

.social-icon {
  width: 35px;
  margin-top: 10px;
}

.social-icon:hover {
  filter: brightness(0.62) sepia(1) hue-rotate(331deg) contrast(1.7)
    saturate(1000%);
}

.donate-hr {
  height: 127px;
  border: none;
  border-right: 3px solid #ce2e3e;
  color: #ce2e3e;
  position: absolute;
  right: 0px;
  top: 50px;
}

.hero-nav {
  display: flex;
  z-index: 2000;
  width: fit-content;
  flex-direction: row;
  padding-right: 20px;
  height: fit-content;
  right: 0;
  position: absolute;
  top: 10px;
  justify-content: flex-end;
  align-items: center;
}

.hero-links,
.social-icons {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.donate-header {
  background: #ea143b;
  color: white;
  padding: 4px 21px 5px;
  letter-spacing: 1;
  line-height: 1;
  font-size: 16px;
  margin: 0 0 0 15px;
  font-weight: 700;
  border-radius: 23px;
  font-family: "Jost", sans-serif;
  transition: 0.25s ease-in-out;
}

.donate-header:hover {
  background: #f37820;
}

.involved-header {
  background: #f37820;
  color: white;
  padding: 4px 21px 5px;
  letter-spacing: 1;
  line-height: 1;
  font-size: 16px;
  margin: 0 0 0 15px;
  font-weight: 900;
  border-radius: 23px;
  font-family: "Jost", sans-serif;
  transition: 0.25s ease-in-out;
}

.involved-footer {
  background-color: #f37820 !important;
  color: white;
  padding: 5px 26px;
  letter-spacing: 2;

  font-size: 18px;
  margin: 10px 10px 10px 0px;
  font-weight: 700;
  border-radius: 23px;
  font-family: "Jost", sans-serif;
  transition: 0.25s ease-in-out;
  border: 3px solid #f37820;
}

.involved-footer:hover {
  background: #ea143b !important;
  color: white !important;
  border: 3px solid #ea143b;
}

.footer-nav .social-icons {
  margin-left: 0px;
  margin-top: 1px;
}
.donate-header {
  margin-right: 0px;
  margin-left: 10px;
}
.hero-nav {
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-end;
  padding: 20px 20px 0 0;
}

.involved-header:hover {
  background: #ea143b;
}

.hero-nav .social-icons {
  margin-top: 16px;
}

.meet-header {
  color: white;
  font-weight: 700;
  font-size: 18px;
  text-shadow: 2px 2px 3px rgb(0 0 0 / 70%);
  font-family: "Jost";
  transition: 0.25s ease-in-out;
}

.meet-header:hover {
  color: #ea143b;
  text-shadow: 2px 2px 1px rgb(0 0 0 / 10%);
}

.hero-nav a {
  margin-left: 20px;
}

.hero-logo {
  width: 220px;
  filter: drop-shadow(5px 5px 5px white);
  margin: 20px 0 10px 20px;
  transition: 0.25s ease;
}

.logo-link:hover {
  opacity: 0.8;
}

.footer-logo {
  width: 180px;
  margin: 40px 0 10px 55px;
}

.footer-disclaimer p {
  margin: 2px auto;
  text-align: right;
  line-height: 1.5;
  padding: 10px 0;
  font-size: 9px;
}

.hero-contents {
  position: absolute;
  width: 500px;
  z-index: 1;
}

.footer .hero-links {
  margin: 20px 0 0 0px;
  display: flex;
  width: 100%;
  flex-direction: row;
}

.videoBox {
  position: fixed;
  width: 90%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  padding: 20px;
  background: #5f9a8a;
  text-align: center;
  border-radius: 5px;
}

.videoBox video {
  width: 100%;
}

.close:hover {
  opacity: 1;
}

.menu-item::before {
  display: none;
}

.at .error small.error {
  padding-bottom: 0px !important;
  color: #ffffff !important;
  margin-bottom: 8px !important;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* scroll-behavior: smooth; */
}

.at-form-submit .at-submit {
  margin: 0px 0 10px 0 !important;
  text-transform: uppercase;
  font-size: 20px;

  color: white;
  background-color: #f37820 !important;
  width: 100%;
  transition: 0.25s ease-in-out;
}

.at-form-submit .at-submit:hover {
  background: #ea143b !important;
}

.SmsLegalDisclaimer p {
  font-family: "Jost";
  line-height: 1.2;
  font-size: 12px;
  font-weight: 300;
  color: white;
}

.story-section {
  z-index: 0;
}

.story-background {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  max-width: 500px;
}

.story-section {
  position: relative;
}

.policy {
  margin-left: 0;
  margin-top: 55px;
  color: #8fd587;
}

.container ol li {
  font-size: 18px;
}

.privacy {
  width: 100%;
  margin: 0;
}

ul li::before {
  content: "\2022";
  color: white !important;
}

html,
body {
  height: 100%;
  min-height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #000;
  /* overflow-x: hidden; */
}

body {
  margin: 0;
  width: 100%;
  background-size: cover;
  background-repeat: repeat;
  position: relative;
}

/* 
.page {
  min-height: 2000px;
} */

img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  height: auto;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

p,
li,
ul {
  font-family: "Jost";
  font-size: 18px;
}

.meetlink {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  width: 100%;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.25px;
  color: #5f9a8a;
  margin-bottom: 50px;
  font-family: "Jost";
  cursor: pointer;
  text-decoration: underline;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}

.meetlink:hover {
  color: #457266;
}

h1 {
  padding: 100px 0 20px 0;
  font-family: "Jost";
  font-size: 65px;
  font-weight: bold;
  margin: 0;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.93;
  letter-spacing: 1.14px;
  color: #1f319b;
}

h2 {
  font-family: "Jost";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.57px;
  color: #ffffff;
  font-size: 45px;
}

h3 {
  font-family: "Jost";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.57px;
  color: #ffffff;
  font-size: 35px;
}

h4 {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  font-size: 20px;
  font-weight: 800;
  padding: 0;
  margin: 0;
  letter-spacing: normal;
  color: white;
  font-family: "Jost";
}

h5 {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  font-size: 25px;
  width: 100%;
  font-weight: 600;
  padding: 0;
  margin: 0;
  letter-spacing: normal;
  color: #1f319b;
  font-family: "Jost";
}

.staff-name {
  text-transform: uppercase;
}

p {
  line-height: 2;
  font-family: "Jost";
}

.goback,
.goback2,
.goback3 {
  height: 20px;
  font-family: "Jost";
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1px;
  letter-spacing: normal;
  color: #5f9a8a;
}

.page-id-71 ul.tab-ul li.selected {
  background-color: rgb(235, 235, 235);
}

#menu-header-menu-1 {
  padding-left: 0px;
}

/* .meet-section {
  margin-bottom: 30px;
} */
.goback2 {
  margin-left: 50px;
  text-decoration: underline;
}

.bio-photo {
  margin-bottom: 100px;
  height: 300px;
  width: 300px;
  margin-top: 8px;
}

.bio-page .bio-photo {
  height: auto;
}

.bio-section h3 {
  padding: 0 10px 0 0;

  margin: 0 0 3 0px 0;
}

.bio-section {
  margin-bottom: 50px;
  padding-top: 100px;
}

.bio-card p {
  line-height: 30px;
}

.bio-section-2 p {
  font-size: 15px;
  margin: 0px 7% 15px 7%;
}

.bio-section-2 a:hover {
  color: #5462b1;
}

.bio-section-2 a {
  color: #3c6358;
  transition: 0.25s ease;
  text-decoration: none;
}

.bio-section-2 {
  -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: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

.main-photo h3 {
  padding: 0 6%;
  width: 100%;
}

.sign-up-1 h4 {
  line-height: 1em;
}

.bio-section {
  -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;
  text-align: left;
  margin-left: 100px;
}

.mission-button {
  margin-right: 10px;
}

.who-section,
.meet-section,
.mission-section,
.story-section {
  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;
  text-align: center;
  text-align: left;
}

.who-section {
  margin: 0 auto 90px auto;
  max-width: 1080px;
  width: 90%;
}

.mission-section {
  margin-bottom: 30px;
}

.mission-header {
  padding-left: 10%;
  width: 90%;
  padding-right: 10%;
}

.mission-subheader {
  padding-left: 15%;

  padding-right: 15%;
}

.story-header {
  width: 90%;
  margin-top: 20px;
  max-width: 1080px;
}

.story-content {
  max-width: 1080px;
  width: 90%;
  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: flex-start;
}

.story-button {
  width: 100%;
}

.story-header h2 {
  color: #1f319b;
}

.story-image {
  width: calc(700px * 0.8);
  height: calc(467px * 0.8);
}

#menu-item-115 {
  width: 150px;
}

ul li {
  margin: 0 0 0 50px;
  list-style: none;
  width: 90%;
  line-height: 1.5;
  font-weight: 500;
  max-width: 700px;
}

#menu-header-menu li {
  margin-left: 0px;
  text-align: center;
}

ul li::before {
  content: "\2022";
  color: #1f319b;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  line-height: 1.5;
  font-size: 20px;
  margin-left: -1em;
}

.story-button {
  background-color: #1f319b;
  width: 300px;
  text-align: center;
  margin: 60px 0;
  height: 60px;
}

.who-header,
.mission-header,
.mission-subheader,
.who-subheader {
  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: left;
  -ms-flex-align: left;
  align-items: left;
  text-align: left;
}

.bio-header h1 {
  text-transform: uppercase;
}

.pronoun {
  margin-top: 20px !important;
  color: #4956a0;
  font-size: 20px;
  text-transform: uppercase;
}

.position {
  margin-top: 0;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}

.staff-section,
.advisory-section,
.board-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  margin: 0 auto;
  justify-content: center;
}

.staff-section {
  width: 85%;
}

.board-section,
.advisory-section {
  width: 75%;
  margin-bottom: 50px;
  max-width: 1000px;
}

.footer-nav,
#menu-footer-menu .menu-item {
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}

.staff-card img {
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}

.staff-card img:hover {
  opacity: 0.8;
}

.read-more {
  font-size: 14px;
}

.staff-title {
  padding: 0;
  font-size: 14px;
  margin: 0;

  margin-top: 2px;
  line-height: 1.5;
}

#staff .staff-title {
  text-transform: uppercase;
}

.leg-title-link:hover {
  color: #457467;
  transition: 0.25s ease-in-out;
}

.leg-title-link {
  transition: 0.25s ease-in-out;
}

.staff-name {
  color: black;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 2px;
}

.read-more:hover {
  color: #35574e;
}

.read-more {
  font-family: "Jost";
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  text-decoration: underline;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #5f9a8a;
  padding: 0;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  margin-top: 0;
  margin-bottom: 15px;
}

.goback2 {
  display: none;
}

.staff-card {
  margin: 20px;
  width: 300px;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.meet-title {
  text-align: left;
  width: 70%;
  margin: 0 auto;
}

article {
  width: 100%;
  margin: 0 auto;
}

.bio-card {
  margin: 0px 20px 0 20px;
  width: 300px;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.meet-header h5 {
  margin-bottom: 20px;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}

.media-tab-wrapper {
  padding-bottom: 0;
}

.staff-card img {
  width: 100%;
  height: auto;
}

#about,
#solutions,
#latest {
  padding-top: 50px;
}

#latest article {
  padding: 0;
}

.single-issue-title {
  padding-top: 170px;
  padding-bottom: 0px;
}

.clearfix {
  padding-top: 0;
}

.issue-listing-inner {
  padding-top: 0;
  padding-bottom: 10px;
}

article {
  padding-top: 150px;
  padding-bottom: 100px;
}

.page-id-113 h1 {
  display: none;
}

li {
  margin-bottom: 7px !important;
}

article h2,
article h1,
article h3,
article h4,
article h5,
article h6 {
  color: #1f319b;
  padding-top: 15px;
}

article h2 {
  padding-top: 20px;
}

.clearfix ul li {
  max-width: unset !important;
}

.alm-btn-wrap .alm-load-more-btn.loading:before,
.ajax-load-more-wrap.white .alm-load-more-btn {
  background-color: transparent !important;
}

.headshot-container {
  width: 250px;
  height: 250px;
  overflow: hidden;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.advisory-card {
  width: 250px;
}

.board-card {
  width: 250px;
}

.intern-card {
  width: 175px;
}

.unset-pronoun {
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
}

.staff-section .staff-name {
  margin-top: 0px;
}

.advisory-headshot {
  width: 250px;
  height: 250px;
}

.intern-shot {
  height: 175px;
  width: 100%;
}

.staff-section {
  padding-bottom: 60px;
  padding-top: 20px;
  max-width: 1200px;
}

.alm-reveal p {
  margin-top: 5px;
}

.alm-reveal {
  max-width: 950px;
  margin: 0 auto;
}

* {
  box-sizing: border-box;
  font-family: "Jost", sans-serif;
  margin: 0;
  padding: 0;
}

.donate-right p {
  cursor: pointer;
  font-family: "Archivo", sans-serif;
}
.fb-video {
  margin: 20px auto !important;
}

.single-article table {
  width: 100% !important;
}

.single-article h1 {
  font-size: 55px;
}

.fb-share {
  width: 90%;
}

.story-section {
  width: 100%;
  height: auto;
  background-color: #e5e5e5;
}

.who-header {
  text-align: left;
  width: 100%;
}

.ngp-form {
  margin-top: 8px !important;
  width: 460px;
}

label input {
  background-color: rgba(135, 135, 135, 0.538) !important;
  border: 2px solid white !important;
}

label,
input,
input::placeholder,
label::placeholder {
  color: white !important;
}

.mission-header {
  text-align: left;
  width: 90%;
}

.who-subheader {
  text-align: left;
}

.mission-header {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
}

.mission-subheader {
  max-width: 1080px;
  padding: 0;
  width: 90%;
  margin: 0 auto 50px auto;
}

.mission-subheader {
  text-align: left;
}

.social-section {
  background-color: #5f9a8a;
  height: 110px;
  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;
  /* border: solid 1px #487a6c; */
  text-align: center;
}

.social-section-text {
  text-align: center;
  width: 100%;
}

.social-section-buttons {
  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;
  position: relative;
  right: 0;
}

.line {
  width: 150px;
  border-width: 3px;
  height: 110px;
  /* border: solid 1px #487a6c; */
  border-style: solid;
  padding: 1rem;
  max-width: 150px;
  -o-border-image: -o-linear-gradient(top, #487a6c, rgba(0, 0, 0, 0)) 1 100%;
  border-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#487a6c),
      to(rgba(0, 0, 0, 0))
    )
    1 100%;
  border-image: linear-gradient(to bottom, #487a6c, rgba(0, 0, 0, 0)) 1 100%;
}

.line-2 {
  width: 150px;
  max-width: 150px;
  height: 110px;
  /* border: solid 1px #487a6c; */
  padding: 1rem;
}

.facebookicon {
  margin-top: 9px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.twittericon {
  margin-top: 19px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.youtubeicon {
  margin-top: 14px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  height: 40px;
  width: 40px;
  transition: 0.5s;
}

.facebookicon:hover,
.youtubeicon:hover,
.twittericon:hover {
  -webkit-filter: invert(0.2);
  filter: invert(0.2);
}

.header-bar {
  position: relative;
  top: 5px;
  right: 0;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.splash-logo {
  cursor: pointer;
  transition: 0.25s;
}

.splash-logo:hover {
  transform: scale(1.05);
}

.footer-bar {
  position: absolute;
  top: 8px;
  right: 30px;
  width: 900px;
  display: -webkit-box;
  justify-content: flex-end;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* MEDIA CENTER TABS -------------------------------------------------------- */
.media-tab-wrapper {
  padding-top: 150px;
}

ul.tab-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.tab-ul li {
  display: inline-block;
  margin: 0 5px 0 5px;
  width: auto;
  font-family: "Jost";
  /* box-shadow: -3px -3px 5px rgb(0, 0, 0, 0.2); */
  font-weight: bold;
  font-size: 24px;
  color: #1f319b;
  text-align: center;
  padding: 2px 10px;
  background-color: #5f9a8a;
  transition: background-color 0.4s ease;
  vertical-align: bottom;
}

.single-tab {
  cursor: pointer;
}

ul.tab-ul li a {
  text-transform: uppercase;
  color: #fff;
}

.hero-mobile {
  display: none;
}

.issues-mobile {
  padding-bottom: 20px;
}

.privacy #hero-image {
  height: 570px !important;
  max-width: 790px;
}

.privacy .star-header {
  max-width: 550px;
  margin: 0 auto;
}
.privacy .hero {
  height: 530px !important;
}

.privacy .hero-text {
  padding-top: 60px;
  font-size: 65px;
  text-align: right !important;
}

ul.tab-ul li.selected:hover {
  color: white;
}

.privacy-hero .hero-nav {
  z-index: 0;
}

.logo-link:hover {
  opacity: 0.8;
}

.privacy-hero {
  display: inherit;
}

.issues-hero {
  display: block;
}

.privacy-hero .hero-mobile {
  background-color: rgb(0, 151, 220);
}

/* ul.tab-ul li.selected a {
  color: #1f319b;
} */

ul.tab-ul li::before {
  display: none;
}

ul.tab-ul li:hover {
  background-color: #1f319b;
}

.single-issue .home-logo {
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(2px 2px 1px rgb(0, 0, 0, 0.13));
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.13));
}

.single-post-card {
  width: 90%;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

#menu-header-menu li {
  cursor: pointer;
}

.mobile-meet {
  display: none;
}

.single-issue-title {
  color: white;
  text-transform: uppercase;

  -webkit-filter: drop-shadow(2px 2px 1px rgb(0, 0, 0, 0.13));
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.13));
}

#menu-header-menu .menu-item {
  text-transform: uppercase;
}

.single-issue-content,
.single-issue-header {
  width: 70%;
  margin: 0 auto;
}

.single-issue-header {
  position: relative;
  z-index: 1;
}

.facebook-box {
  width: 70px;
  margin-top: 5px;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-issue .twitter,
.page-template-page-home .twitter {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  width: 47px;
  background-repeat: no-repeat;
  height: 35px;
  background-size: contain;
  cursor: pointer;
}

.sign-up-1 h4 {
  line-height: 1em;
}

.sign-up-1 h3 {
  margin-top: 65px;
}

.sign-up-1 {
  width: 90%;
}

.donate-button,
.story-button {
  text-align: center;
  display: -webkit-box;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.75s ease;
  -o-transition: 0.75s ease;
  transition: 0.75s ease;
}

.facebook-box:hover,
.twitter-box:hover,
.meet-logo:hover {
  opacity: 0.7;
  cursor: pointer;
}

.home-button span {
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}

.home-button span:hover {
  color: #609c5a;
}

.home-nav span:hover {
  color: #609c5a;
}

body {
  background-color: white;
}

.footer-nav span:hover,
#menu-footer-menu .menu-item a:hover {
  color: #99c095;
}

.header-logo,
.home-logo {
  cursor: pointer;
}

.footer-nav span:hover {
  color: white;
}

.footer .donate-header {
  padding: 8px 26px;
}

.footer .meet-header {
  margin-left: 2px;
}

.footer .meet-header:hover {
  color: #ea143b !important;
  text-shadow: none;
}

.home-button,
.facebook-box,
.twitter-box {
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  cursor: pointer !important;
}

.meet-logo {
  height: calc(84.5px * 1.2);
  width: calc(81px * 1.25);
  margin: 20px 0 0 35px;
  position: absolute;
  top: 0;
  left: 0;
}

.formFooter {
  display: none !important;
}

.privacy li {
  color: white;
}

.privacy li,
.privacy h2,
.privacy h1,
.privacy p {
  text-align: left !important;
  font-family: "Jost";
}

.privacy h2 {
  margin: 10px auto 10px auto;
  padding-top: 0;
  width: fit-content;
  margin: 0 15px;
  font-size: 35px;
}

.privacy .hero-mobile {
  display: none !important;
}

.privacy .donate-wrapper {
  background: white !important;
}

.map-content {
  padding-top: 45px !important;
  padding-bottom: 30px !important;
}

.privacy .footer-right p,
.privacy .footer-right span {
  color: white !important;
  padding: 0;
}
.privacy .donate-wrapper h2 {
  margin: 0 auto !important;
  text-align: left !important;
  width: 100%;
  font-weight: 500;
}

.privacy .donate-wrapper .star-header h2 {
  text-align: center !important;
}
.privacy ol,
.privacy li,
.privacy ul,
.privacy p {
  margin: 0 auto;
  padding: 0 0 20px 0;
  color: black !important;
}

.privacy .donate-wrapper {
  padding: 35px 10% 50px;
}

.donate-button {
  width: 150px;
  height: 40px;
  background-color: #8fd587;
  margin-top: 3px;
  margin-left: 13px;
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.05));
}

#aboutus {
  width: 140px;
  text-align: center;
}

#menu-item-115 ul li {
  width: 150px;
}

.donate-form,
.jotform-form {
  width: 100%;
  -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-button span,
.submit-button span,
.story-button span {
  font-family: "Jost";
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.24px;
  text-align: center;
  color: #ffffff;
}

.home-button span {
  font-family: "Jost";
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.24px;
  text-align: center;
  color: #8fd587;
}

.about-article .about-tab-outer-wrapper {
  min-height: 800px;
}

.footer-nav span {
  color: #ffffff;
  margin: 10px 20px 10px 0;
}

.sub-menu li a {
  color: white !important;
}

.home-nav {
  margin-right: 20px;
}

.sign-up-1 h3 {
  font-size: 29px;
}

.desktop-meet {
  background-position-y: 16%;
}

.footer-button {
  margin-left: 50px;
  margin-right: 10px;
  margin-top: 15px;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.splash .donate-right {
  max-width: 450px;
}

.privacy h1 {
  padding-bottom: 30px;
}

.splash-logo {
  width: 130px;
  margin: 130px auto 20px;
  padding-bottom: 30px;
  height: auto;
}

.sign-up-1 {
  width: 50%;
  padding-left: 75px;
  padding-top: 10px;
  padding-right: 20px;
}

.sign-up-2 {
  width: 50%;
  padding-right: 75px;

  padding-left: 50px;
  display: -webkit-box;
  margin: auto 0;
  padding-bottom: 18px;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.bio-header h1 {
  font-size: 55px;
}

/* .hero-footer {display: none} */

.submit-button {
  width: 410px;
  height: 60px;
  background-color: #8fd587;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 7.5px 0;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.bio-section-3 p {
  margin-left: 0;
  margin-right: 100px;
  font-size: 16px;
  margin-top: -20px;
}

.email {
  width: 75%;
  height: 60px;
  margin-right: 10px;
  padding: 0;
  background-color: #ffffff;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.zip {
  width: 21.5%;
  margin-left: 0px;
  padding: 0;
  height: 60px;
  background-color: #ffffff;
}

.sign-up-form {
  max-width: 410px;
}

.email::-webkit-input-placeholder,
.zip::-webkit-input-placeholder {
  font-family: "Jost";
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.09px;
  color: white !important;
  text-indent: 10px;
}

.wp-block-image img {
  /* width: auto; */
  height: auto;
}

.wp-block-image figcaption {
  text-align: center;
}

.email,
.zip,
.email::placeholder,
.zip::placeholder {
  font-family: "Jost";
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.09px;
  color: #1f319b;
  text-indent: 10px;
}

.submit-button:hover,
.donate-button:hover {
  background-color: #21882f;
}

.footer-text {
  color: white;
  font-size: 18px;
  text-align: center;
  margin: 8px 0 0 0;
}

.footer-subtext {
  margin-left: 370px;
  color: white;
  font-size: 12px;
}

.footer-link:hover,
.email-link:hover {
  text-decoration: underline;
  color: white;
}

#latest h4 {
  color: #1f319b;
  padding-top: 10px;
  padding-bottom: 0px;
}

#latest p {
  padding-top: 0px;
  margin-top: 5px;
  font-size: 16px;
}

.news-date span {
  display: inline-block;
  margin: 5px 0px 0px 0px;
  width: auto;
  font-family: "Jost";
  box-shadow: -3px -3px 5px rgb(0, 0, 0, 0);
  font-weight: bold;
  font-size: 14px;
  color: white;
  text-align: center;
  padding: 5px 15px;
  background-color: #5f9a8a;
  transition: background-color 0.4s ease;
  vertical-align: bottom;
}

.issue-date {
  display: inline-block;
  margin: 15px 0px 0px 0px;
  text-transform: uppercase;
  width: auto;
  font-family: "Jost";
  box-shadow: -3px -3px 5px rgb(0, 0, 0, 0);
  font-weight: bold;
  font-size: 14px;
  color: white;
  text-align: center;
  padding: 5px 15px;
  background-color: #5f9a8a;
  transition: background-color 0.4s ease;
  vertical-align: bottom;
}

.nofloat {
  position: relative;
  display: inline-block;
}

.nofloat img {
  mix-blend-mode: screen;
}

.leftfloated,
.rightfloated {
  position: relative;
}

.rightfloated {
  float: right;
  margin: 10px 0 15px 20px;
}

.leftfloated {
  float: left;
  margin: 10px 20px 15px 0px;
}

.leftfloated img {
  mix-blend-mode: screen;
}

.rightfloated img {
  mix-blend-mode: screen;
}

.single-post main .clearfix {
  padding-top: 170px;
  width: 85%;
  max-width: 1080px;
}

.full-width {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}

.splash-video {
  margin-right: 30px;
  max-width: 600px;
  cursor: pointer;
}

.privacy-hero .social-icons {
  display: none;
}

.privacy-hero .hero-logo {
  width: 160px;
  margin: 30px 0 10px 60px;
}

.donate-full-btn.full {
  font-size: 25px;
  line-height: 1;
  padding: 17px 20px;
  width: 98%;
}

.donate-full-btn {
  background-color: #f37820;
  color: #ffffff;
  display: inline-block;
  font-family: "Archivo", sans-serif;
  font-weight: 300 !important;
  font-size: 35px;
  font-weight: 800 !important;
  margin: 10px 5px 0px;
  text-decoration: none;
  border: 5px solid transparent;
  text-align: center;
  transition: all ease-in-out 0.4s;
  padding: 10px 20px;
  width: 31%;
}

.donate-wrapper h2 {
  font-weight: 400;
  color: #ce2e3e !important;
  text-transform: uppercase;
}

.star-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 45px;
}

.donate-wrapper .star-header {
  padding-bottom: 7px;
}

.meet-section {
  padding-bottom: 150px;
}

.star-header h2 {
  color: #ce2e3e !important;
  font-weight: 700 !important;
}

.two-stars {
  width: 75px;
  margin: 0 20px;
  height: auto;
}

.donate-wrapper h3 {
  font-weight: 600;
  font-size: 26px;
  margin-left: 5px;
  padding-top: 15px;
  text-align: left;
  color: #ce2e3e !important;
}

.actblue-p {
  font-size: 14px;

  margin: 5px auto 30px;
  text-align: center;
  max-width: 600px;
  line-height: 16px;
}

.donate-left {
  width: 65%;
  /* margin-bottom: 50px; */
}

.donate-full-btn.active {
  color: white;
  background-color: #59225e;
  border-color: #f37820;
}

.donate-full-btn:hover {
  color: white;
  background-color: #59225e;
}
.donate-right {
  width: 35%;
  padding-left: 15px;
}

.donate-inner {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .hero-logo {
    width: 200px;
    background-position: 10%;
  }
  .donate-hr {
    right: -4px;
  }

  .privacy #hero-image {
    height: 470px !important;
  }

  .privacy .hero {
    height: 430px !important;
  }

  .hero-nav .ngp-form {
    margin-left: 34%;
    margin-right: 16%;
    width: 390px;
    margin-top: 0 !important;
  }

  .hero-text {
    margin-left: 34%;
    font-size: 35px;
  }
}

@media only screen and (max-width: 1130px) {
  .issues-header {
    margin-left: 5px;
  }
  .hero-nav a {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 1050px) {
  .hero-text {
    margin-left: 35% !important;
  }

  .ngp-form {
    margin-left: 35% !important;
  }

  .footer-disclaimer {
    min-width: 195px;
  }

  .footer-rectangle {
    min-width: 216px;
  }

  .hero-nav div.hero-links {
    flex-wrap: wrap;
    width: 550px;
    justify-content: flex-end;
  }

  .issues-hero div.hero-links {
    flex-wrap: unset;
    margin-bottom: 10px;
    width: fit-content;
  }

  .footer {
    align-items: flex-start;
  }

  .footer-right {
    margin-top: 40px;
  }

  .hero-nav .hero-links div:first-child {
    margin-bottom: 20px;
  }

  .hero-text {
    padding-bottom: 10px;
  }

  .hero-nav .ngp-form {
    margin-left: 34%;
    margin-right: 23%;
  }

  .hero-nav {
    top: 5px;
  }

  .involved-header {
    padding: 5px 19px;
  }

  .donate-header {
    margin-left: 2px;
    padding: 5px 19px;
  }

  .hero-nav .social-icons {
    margin-top: 20px;
  }

  .hero-nav a {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 1000px) {
  .issues-h1 {
    font-size: 35px !important;
  }

  .donate-right {
    padding-left: 12px;
  }
  #hero-image {
    background-position: 20% bottom;
  }
  .footer-right {
    position: absolute;
    right: 0px;
  }

  .issues-h2 {
    margin-bottom: 0 !important;
  }

  .hero-logo {
    width: 160px;
  }

  .footer-logo {
    width: 160px;
  }

  .ngp-form {
  }

  .hero-text {
  }
}

@media only screen and (max-width: 950px) {
  .meet-content p {
    font-size: 18px;
  }

  .hero-nav .ngp-form {
    margin-left: 34%;
    margin-right: 15%;
  }
  .hero {
    height: 640px;
  }

  #hero-image {
    background-position: 10%;

    height: 640px;
  }

  .hero-text,
  .ngp-form {
    width: 320px !important;
    margin-left: 27% !important;
  }

  .hero-text {
    padding: 40px 20px 10px 0;
    font-size: 27px;
    width: 340px !important;
  }
}

@media only screen and (max-width: 900px) {
  .vert-image {
    width: 350px;
    height: 500px;
    object-position: bottom left;
  }
  .donate-hr {
    height: 120px;
    border: none;
    border-right: 3px solid #ce2e3e;
    color: #ce2e3e;
    position: absolute;
    right: -5px;
    bottom: 0px;
  }

  .donate-left {
    margin-bottom: 0px;
  }
  .horz-image {
    width: 300px;
    height: 250px;
    object-position: bottom left;
  }

  #hero-image {
    background-position: 20% bottom;
  }
  .hero-text,
  .ngp-form {
    margin-right: 0;
  }
  .hero-nav .ngp-form {
    margin-left: 34%;
    margin-right: 17px;
  }

  .rhonda-mobile {
    display: unset;
  }

  .donate-right {
    padding-left: 12px;
  }
  .donate-full-btn {
    font-size: 32px;
    width: 30.75%;
  }

  .donate-full-btn.full {
    font-size: 18px;
    padding: 10px 11px;
    width: 75%;
  }

  .hero-nav .social-icons {
    margin-top: 5px;
  }

  .hero {
    height: 630px;
  }

  .hero-logo {
    width: 150px;
    margin: 13px 0 10px 13px;
  }

  .hero-text {
    padding-top: 40px;
    font-size: 28px;
    text-align: right;
  }

  .ngp-form {
    margin-top: 8px !important;
    max-width: 270px;
  }

  .hero-text span {
    font-size: 20px !important;
    letter-spacing: 1.3px;
  }

  .hero-nav {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-end;
    padding: 10px 20px 0 0;
  }

  .donate-header {
    margin-right: 0;
  }

  .footer .donate-header {
    margin-right: 10px;
  }

  .donate-hero {
    padding-bottom: 27px;
  }

  .donate-hero h2 {
    padding-top: 30px;
    padding-bottom: 18px;

    font-size: 35px;
  }

  .hero-nav .social-icons {
    margin-top: 15px;
  }

  .footer-rectangle {
    width: fit-content;
    border: 1px solid white;
    padding: 0 6px;
  }
}

@media only screen and (max-width: 820px) {
  .ngp-form {
    margin-top: 8px !important;
    max-width: 280px;
  }

  .footer a,
  .footer div {
    margin: 0 auto;
    padding: 5px 5px;
  }
  .footer span {
    margin: 0 auto;
    padding: 3px 10px;
  }

  .footer-right {
    position: relative;
    top: unset;
    right: unset;
    align-items: center;
    bottom: unset;
  }

  .footer {
    flex-direction: column;
    height: fit-content;
    justify-content: center;
    align-items: center;
  }

  .footer-nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .footer-nav .social-icons {
    margin: 10px auto;

    flex-direction: row;
  }

  .footer .hero-links {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .donate-right h3 {
    text-align: right;

    width: 190px;
  }
  .donate-full-btn.full {
    font-size: 18px;
    padding: 12px 7px;
    line-height: 1.2;
    font-weight: 600 !important;
    width: 43%;
  }
  .text-links {
    padding-top: 5px;
  }

  .footer-disclaimer {
    min-width: unset;
  }

  .footer .text-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-logo {
    margin-left: 20px;
  }

  .text-links a {
    margin-left: 20px;
  }

  .footer .text-links a {
    margin: 0 auto 15px !important;
    padding: 0;
  }

  .footer .text-links span {
    margin: 0 auto 15px !important;
  }

  .footer .text-links {
    margin-top: 10px;
    padding: 0;
  }

  .footer .text-links .link-3 {
    padding: 0px 22px;
    margin-bottom: 22px !important;
  }

  .footer-left {
    width: 100%;
  }
  .footer .donate-header {
    padding: 6px 26px;
  }

  .link-4 span {
    padding: 5px 42px;
    margin: 0px auto;
  }
  .footer-nav {
    display: flex;
  }

  .footer .social-icon {
    margin: 0 auto;
  }

  .footer-right {
    padding-bottom: 20px;
  }

  .footer-left {
    padding-top: 20px;
  }
  .footer-logo {
    margin-left: auto;
  }

  .link-4 {
    margin-top: 20px;
  }

  .footer-left,
  .footer-right {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    height: fit-content;
    justify-content: center;
    align-items: center;
  }

  .footer {
    height: fit-content;
  }

  .footer-rectangle {
    min-width: unset;
  }

  .meet-content p {
    font-size: 16.5px;
  }
}

@media only screen and (max-width: 750px) {
  .vert-image {
    width: 260px;
    height: 370px;
    object-position: top;
  }
  .horz-image {
    width: 300px;
    height: 240px;
    object-position: top;
  }

  .meet-1 {
    margin-bottom: 50px;
  }

  .meet-content h4 {
    padding-bottom: 6px;
    font-family: "Jost";
    font-size: 21px;
  }

  .why-image {
    height: 375px;
  }

  .donate-wrapper h3 {
    padding-right: 15px;
  }

  .donate-hr {
    display: none;
  }

  .donate-full-btn {
    font-size: 28px;
    width: 30%;
  }
}

@media only screen and (max-width: 730px) {
  .issues-header {
    margin-left: 0;
  }

  .hero-contents {
    padding-left: 0px;
  }

  .star-header h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 700px) {
  .donate-left {
    width: 99%;
  }

  .meet-header {
    text-shadow: 2px 2px 3px rgb(0 0 0 / 90%);
  }

  .donate-wrapper h3 {
    padding-top: 9px;
  }
  .donate-right {
    padding-left: 0px;
    margin-top: 21px;
    display: flex;
    border-top: 3px solid #ce2e3e !important;
    padding-top: 9px;
    flex-direction: row;
    width: 94%;
  }
  .donate-wrapper {
    padding: 35px 10% 110px;
  }
  .hero-nav .hero-links div:first-child {
    margin-bottom: 20px;
  }

  .hero-contents {
    padding-left: 20px;
  }
  .ngp-form {
    margin: 5px auto 15px !important;
  }

  #hero-image {
    height: 630px;
    background-image: linear-gradient(
        to bottom,
        transparent 50%,
        transparent 27%,
        #59225e 83%
      ),
      url("img/mobile-hero.png") !important;
    background-position: center 5%;
  }

  .meet-content {
    padding: 30px 0 20px;
  }

  .hero-nav .ngp-form {
    display: none !important;
  }

  .mobile-meet {
    display: flex;
    background-position-y: 45% !important;
  }

  .desktop-meet {
    display: none !important;
  }

  .meet-text {
    max-width: unset;
    width: 100%;
    padding-bottom: 12px;
    padding: 0;
    margin: 0;
  }

  .meet-content {
    width: 92%;
  }

  .meet-section h3 {
    font-weight: 400;
    padding: 0 3%;
    font-size: 14px !important;
  }

  .hero-contents {
    left: 0;
    right: unset;
    padding-top: 0;
  }

  .splash h2 {
    font-size: 37px;
  }

  .ngp-mobile {
    width: 80% !important;
    max-width: 450px !important;
    margin: 0 auto !important;
  }

  .donate-hero {
    margin-top: 20px;
  }

  .hero-text {
    padding-top: 0;
    margin: -125px auto 17px auto;
    font-size: 50px;
    width: 100%;
    text-align: center;
    font-size: 76px;
    font-weight: 700;
    line-height: 1;
    z-index: 1;
  }

  .SmsLegalDisclaimer p {
    text-align: center;
  }

  .donate-hero .donate-option h3:hover {
    border: 5px solid #0097dc;
  }

  .hero-text span {
    font-size: 28.5px !important;
    letter-spacing: 1.3px;
    padding-right: 1px;
    line-height: 0.8;
    font-size: 40.5px !important;
  }

  .hero-text {
    max-width: 500px !important;
    width: 90% !important;
    padding-right: 0px !important;
    font-size: 49px;
    margin: -100px auto -10px !important;
  }

  .hero-mobile {
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-items: center;
  }

  .header-text {
    display: none;
  }

  .ngp-desktop {
    display: none !important;
  }

  .hero-logo {
    width: 115px;
    filter: drop-shadow(5px 5px 5px white);

    margin-left: 0;
    margin-top: 0;
  }

  .hero-contents {
    padding-top: 20px;
  }

  #hero-image {
    background-image: linear-gradient(to bottom, transparent 61%, #59225e 85%),
      url(img/mobile-hero.png) !important;
    width: 100%;
  }

  .hero-links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;

    padding-top: 4px;
  }

  .meet-header {
    font-size: 16px;
    line-height: 1.3;
  }

  .hero {
    background: #59225e;

    height: 660px !important;
  }

  .close-button h5 {
    font-size: 23px;
  }

  .hero-contents {
    right: 23px;
  }

  .hero-nav {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
    background: unset;
    padding: 12px 20px 10px 0;
    height: 380px;
    z-index: 10;
  }

  .meet-header {
    color: white;
    padding-right: 4px;
  }

  .social-icons {
    margin-top: 0px;
  }

  .hero-nav .social-icons a {
    margin-bottom: 8px;
  }

  .donate-header {
    margin-right: 0;
  }

  .hero-mobile {
    background-color: #59225e;
  }

  .stars {
    opacity: 0.35;
  }

  .hero-nav a {
    margin-bottom: 18px;
  }

  .social-icon {
    margin-bottom: 4px;
  }

  .donate-hero .donate-option {
    margin: 10px 10px;
    width: 250px !important;
  }

  .privacy h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 650px) {
  .issues-content ul {
    padding-left: 0px;
  }
  .footer-right {
    padding-top: 20px;
  }

  .hero-text {
    margin-top: -115px;
  }
}

@media only screen and (max-width: 600px) {
  .hero-links div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 2px;
  }
  .hero-buttons a:first-of-type {
    margin-bottom: 39px !important;
  }

  .hero-nav .hero-links div:first-child {
    margin-bottom: 9px;
  }

  .hero-nav .social-icons {
    margin-top: 5px;
  }

  .hero-buttons a:first-of-type {
    margin-bottom: 40px !important;
  }
  .issues-content li {
    width: 90%;
    font-size: 17px;
  }

  .meet-1,
  .meet-2 {
    flex-direction: column;
  }

  .horz-image {
    height: 300px;
  }

  .horz-image,
  .vert-image {
    width: 100%;
    margin: 10px auto;
    padding: 0;
  }

  .vert-2 {
    width: 100% !important;
    height: 380px !important;
    object-position: 50% 5%;
  }
  .meet-text h4 {
    padding-top: 15px;
  }
  .meet-content {
    width: 85%;
  }

  .meet-section {
    padding-bottom: 30px;
  }

  .hero-text {
    margin-top: -115px;
  }

  .meet-content p {
    font-size: 17px;
  }
}

@media only screen and (max-width: 570px) {
  #hero-image {
    height: 520px;
  }

  .hero {
    background: #59225e;
    height: 570px !important;
  }

  .footer-nav .social-icons {
    margin: 10px auto;

    flex-direction: row;
  }

  .hero-nav .hero-links div:first-child {
    margin-bottom: 0px;
  }
  .social-icon {
    width: 39px;
    margin-top: 0px;
  }

  .hero-buttons a:first-of-type {
    margin-top: 9px;
  }

  .hero-buttons a:first-of-type {
    margin-bottom: 32px !important;
  }

  .hero-links div span {
    margin-bottom: 10px;
  }

  .hero-nav .social-icons {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 540px) {
  .why-image {
    height: 300px;
  }
  .donate-full-btn {
    font-size: 32px;
    width: 29.5%;
  }

  .donate-full-btn.full {
    /* font-size: 18px; */
    /* padding: 9.5px 0px; */
    width: 100%;
    line-height: 1.35;
    font-weight: 600 !important;
    font-size: 16px;
  }
  .star-header {
    flex-direction: column;
  }

  .star-header span {
    margin: 5px auto 10px;
  }

  .donate-wrapper {
    padding: 55px 10% 90px;
  }

  .ngp-form {
    margin-top: 8px !important;
    width: 300px;
  }
  .main-photo {
    height: 350px;
    background-position: left;
  }

  ul li {
    margin: 0 0 0 20px;
  }

  .close-button h5 {
    font-size: 19px;
  }

  .text-links {
    padding-bottom: 15px;
  }
  .splash h2 {
    font-size: 34px;
  }

  .splash-contents {
    width: 90%;
    padding-top: 60px;
  }

  .close-button {
    right: 15px;
    top: 17px;
  }

  .mobile-meet {
    display: none;
  }

  .meet-content {
    width: 83%;
  }

  .donate-hero .donate-option {
    margin: 10px;

    width: 175px !important;
  }

  .hero-text {
    margin: -145px auto 17px auto;
  }

  .issues-mobile-text {
    margin: -213px auto 17px auto;
  }

  .splash h2 {
    font-size: 28px;
  }

  .hero-nav a {
    margin-bottom: 25px !important;
  }

  .hero-issues .hero-nav a {
    margin-bottom: 12px !important;
  }

  .social-icons .social-icon {
    width: 37px;
    filter: drop-shadow(7px 6px 13px black);
  }

  .social-icons {
    flex-direction: column;
    display: flex;
  }

  .hero-nav .social-icons a {
    margin-bottom: 11px !important;
  }

  .meet-header {
    font-size: 18px;
  }

  .ngp-form {
    width: 300px !important;
    margin: 4px auto 20px !important;
  }

  .donate-full-btn {
    font-size: 22px;
    font-weight: 400 !important;
    width: 30%;
  }

  .donate-full-btn.full {
    /* font-size: 18px; */
    /* padding: 9.5px 0px; */
    width: 29%;
    padding: 11px;
    line-height: 1.15;
    font-weight: 600 !important;
    font-size: 16px;
  }

  .donate-wrapper h3 {
    font-size: 22px;
    padding-right: 0px;

    width: 113px;
    margin-right: 10px;
    margin-left: 30px;
    margin-top: 10px;
  }

  .hero-contents {
    width: 100%;
  }

  .donate-wrapper h3 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 440px) {
  .hero-nav .social-icons {
    margin-top: 10px;
  }
  .map-image {
    width: 300px;
  }
  .map-content .star-header {
    padding-bottom: 15px !important;
  }

  .hero-text,
  .hero-text span {
    max-width: 400px !important;
    width: 90% !important;
    padding-right: 0px !important;
    font-size: 26px !important;
  }
  .meet-section {
    padding-bottom: 50px;
  }
  .donate-wrapper h3 {
    font-size: 20px;
    padding-right: 0px;
    width: 113px;
    margin-right: 8px;
    margin-left: 5px;
    margin-top: 12px;
  }
  .donate-wrapper {
    padding: 15px 10% 60px;
  }
  #hero-image {
    background-position: top left;
    height: 540px;
  }

  .hero {
    height: 580px !important;
  }

  .ngp-form {
    width: 300px !important;
    margin: 4px auto 20px !important;
  }

  .privacy-hero .hero-logo {
    width: 110px;
    margin: 0px 0 29px 10px;
  }

  .donate-hero .donate-options a {
    margin-bottom: 5px;
  }

  .donate-right.splash {
    width: 95%;
  }

  .splash-video {
    width: 100%;
  }

  .splash h2 {
    font-size: 22px;
  }

  .splash p {
    font-size: 13px;
  }

  .hero-contents {
    width: 100px;
  }

  .hero-nav a {
    margin-bottom: 15px !important;
  }

  .hero-buttons a {
    margin-top: 9px !important;
  }

  .footer-nav {
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 400px) {
  .horz-image {
    height: 250px;
  }
  .meet-content {
    padding: 10px 0 0px;
  }
  .donate-wrapper {
    padding: 35px 5% 60px;
  }

  #hero-image {
    background-image: url("img/small-mobile.png");

    background-position: 38% top;
    height: 530px;
  }
  .hero-nav a {
    margin-bottom: 21px;
  }

  .hero-nav a:first-of-type {
    margin-bottom: 15px;
  }

  .hero-text {
    padding-top: 0;
    margin: -146px auto 11px auto;
    width: 100%;
    text-align: center;
    font-size: 61px;
    line-height: 1;
    z-index: 1;
  }

  .meet-text h4 {
    padding-top: 0;
    padding-bottom: 0;
    margin: 20px auto !important;
  }

  .meet-text .quote-text {
    margin: 30px auto 40px !important;
  }

  .issues-mobile-text {
    margin: -215px auto 11px auto;
  }

  .hero-nav {
    padding-right: 10px;
    padding-top: 7px;
  }
  .meet-photo.main-photo h3 {
    font-size: 14px !important;
    line-height: 1.3;
  }

  .main-photo {
    height: 360px;
    background-position: 5%;
  }

  .hero {
    height: 580px;
  }

  .hero-text span {
    font-size: 22.5px !important;
    letter-spacing: 1.3px;
    padding-right: 1px;
    line-height: 0.8;
  }

  .donate-hero .donate-option {
    margin: 10px auto;

    width: 250px !important;
  }

  .donate-options {
    display: none;
  }
  .hero-nav a {
    margin-bottom: 19px !important;
  }
  .splash .donate-option h3 {
    width: 200px;
    padding: 8px;
  }
}

@media only screen and (max-width: 380px) {
  .meet-photo.main-photo h3 {
    display: none;
  }

  .main-photo {
    height: 175px;
  }

  .donate-full-btn {
    font-size: 19px;
    font-weight: 400 !important;
    width: 29%;
  }
  /* .donate-wrapper h3 {
    padding-right: 15px;
    font-size: 20px;
  } */
}
