* {
  box-sizing: border-box;
}

.sprite {
  display: none;
}

.screen-reader {
  /* Text meant only for screen readers. */
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
@font-face {
  font-family: 'gtamstandard';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local('GT America Standard Regular'), url('../../fonts/GT-America-Standard-Regular.woff2') format('woff2'),
    url('../../fonts/GT-America-Standard-Regular.woff') format('woff'),
    url('../../fonts/GT-America-Standard-Regular.ttf') format('truetype'),
    url('../../fonts/GT-America-Standard-Regular.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'gtamstandard';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local('GT America Standard Bold'), url('../../fonts/GT-America-Standard-Bold.woff2') format('woff2'),
    url('../../fonts/GT-America-Standard-Bold.woff') format('woff'),
    url('../../fonts/GT-America-Standard-Bold.ttf') format('truetype'),
    url('../../fonts/GT-America-Standard-Bold.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'gtamcond';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local('GT America Condensed Regular'), url('../../fonts/GT-America-Condensed-Regular.woff2') format('woff2'),
    url('../../fonts/GT-America-Condensed-Regular.woff') format('woff'),
    url('../../fonts/GT-America-Condensed-Regular.ttf') format('truetype'),
    url('../../fonts/GT-America-Condensed-Regular.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'gtamcond';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local('GT America Condensed Bold'), url('../../fonts/GT-America-Condensed-Bold.woff2') format('woff2'),
    url('../../fonts/GT-America-Condensed-Bold.woff') format('woff'),
    url('../../fonts/GT-America-Condensed-Bold.ttf') format('truetype'),
    url('../../fonts/GT-America-Condensed-Bold.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'schoolbook';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local('CenturySchoolbook-Regular'), url('../../fonts/CenturySchoolbook-Regular-webfont.woff2') format('woff2'),
    url('../../fonts/CenturySchoolbook-Regular-webfont.woff') format('woff');
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: gtamcond, Arial, Helvetica, Nimbus Sans L, sans-serif;
  font-weight: 400;
}

.header {
  box-sizing: border-box;
  padding: 1rem;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 950px) {
  .header {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 920px) {
  .header {
    padding: 1rem 2rem;
  }
}
.header__btn {
  -webkit-appearance: none;
  outline: none;
  border: 0;
  padding: 0;
  line-height: 0;
  background: transparent;
  fill: white;
}
@media (min-width: 650px) {
  .header__btn {
    display: none;
  }
}
.header__btnIcon {
  width: 30px;
  height: 30px;
}

.hnav {
  position: absolute;
  top: 3.5rem;
  right: 1rem;
  display: none;
}
.hnav.open {
  display: block;
}
@media (min-width: 650px) {
  .hnav {
    display: flex !important;
    position: relative;
    top: auto;
    right: auto;
  }
}
.hnav__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: white;
}
@media (min-width: 650px) {
  .hnav__list {
    background: transparent;
    display: flex;
  }
}
.hnav__item {
  border-bottom: 1px solid #d4cecc;
}
@media (min-width: 650px) {
  .hnav__item {
    border-bottom: 0;
  }
}
.hnav__item:last-of-type {
  border-bottom: none;
}
.hnav__link {
  text-decoration: none;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: #0055aa;
  display: block;
  padding: 1rem;
  transition: all 0.14s ease;
}
.hnav__link:hover,
.hnav__link:focus {
  color: #ef404e;
}
@media (min-width: 650px) {
  .hnav__link:hover,
  .hnav__link:focus {
    color: #ffe06a;
  }
}
@media (min-width: 650px) {
  .hnav__link {
    color: white;
  }
}

.hnav__link.hnav__donate {
  font-family: gtamcond, Arial, Helvetica, Nimbus Sans L, sans-serif;
  font-weight: 800;
  /*-webkit-appearance: none;*/
  background: #ef404e;
  border: 0;
  color: white;
  cursor: pointer;
  /*font-size: 22px;
  line-height: 1;*/
  margin-top: 6px;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.hnav__link.hnav__donate:hover {
  background: #0055aa;
  color: #fff;
}

@media screen and (max-width: 649px) {
  .hnav__link.hnav__donate {
    background: transparent;
    color: #0055aa;
    margin: auto;
    padding: 1rem;
  }
  .hnav__link.hnav__donate:hover {
    background: transparent;
    color: #ef404e;
  }
}

.hlogo {
  margin: 0;
  line-height: 0;
}
.hlogo__img {
  height: 50px;
  position: relative;
  top: 10px;
}

.intro {
  background: #3c3532;
  padding: 9rem 1rem 6rem;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../../images/masspaidleave.jpg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 20% center;
}
@media (min-width: 600px) {
  .intro {
    background-attachment: fixed;
    padding: 11rem 2rem 8rem;
  }
}
@media (min-width: 768px) {
  .intro {
    padding: 13rem 3rem 11rem;
  }
}
@media (min-width: 1220px) {
  .intro {
    padding: 13rem 6rem 11rem;
  }
}
.intro__heading {
  color: white;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  margin: 0 0 1.2rem;
  font-size: 22px;
  line-height: 1;
}
@media (min-width: 375px) {
  .intro__heading {
    font-size: 40px;
    max-width: 420px;
  }
}
@media (min-width: 600px) {
  .intro__heading {
    font-size: 40px;
    max-width: 510px;
  }
}
@media (min-width: 768px) {
  .intro__heading {
    font-size: 40px;
    max-width: 580px;
  }
}
@media (min-width: 920px) {
  .intro__heading {
    font-size: 50px;
    width: 80%;
    max-width: 700px;
  }
}
@media (min-width: 1050px) {
  .intro__heading {
    font-size: 60px;
  }
}

.intro__heading span {
  display: block;
  font-size: 40px;
}
@media (min-width: 375px) {
  .intro__heading span {
    font-size: 25px;
    letter-spacing: .1px;
    margin-bottom: 10px;
  }
}
@media (min-width: 600px) {
  .intro__heading span {
    font-size: 29px;
    letter-spacing: inherit;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .intro__heading span {
    font-size: 33px;
  }
}
@media (min-width: 950px) {
  .intro__heading span {
    font-size: 39px;
  }
}
@media (min-width: 1050px) {
  .intro__heading span {
    font-size: 40px;
  }
}

.intro__pitch {
  color: white;
  font-family: "schoolbook", serif;
  line-height: 1.4;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media (min-width: 600px) {
  .intro__pitch {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .intro__pitch {
    font-size: 18px;
    width: 80%;
    max-width: 900px;
  }
}
@media (min-width: 1050px) {
  .intro__pitch {
    font-size: 20px;
  }
}
.intro__btn {
  font-family: gtamcond, Arial, Helvetica, Nimbus Sans L, sans-serif;
  font-weight: 800;
  -webkit-appearance: none;
  background: #ffe06a;
  border: 0;
  color: #0055aa;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  padding: 1rem 1.5rem 0.9rem;
  text-transform: uppercase;
  margin-top: 0.75rem;
  transition: all 0.14s ease;
}
.intro__btn:hover,
.intro__btn:focus {
  background: #0055aa;
  color: white;
}
.intro__btn.hidden {
  display: none;
}
@media (min-width: 768px) {
  .intro__btn {
    font-size: 22px;
  }
}
@media (min-width: 1220px) {
  .intro__btn {
    font-size: 24px;
    padding: 1.25rem 2rem 1.1rem;
  }
}
.intro__signup {
  display: none;
}

@media (min-width: 768px) {
  .pitch {
    display: flex;
    min-height: 70vh;
    justify-content: space-between;
  }
}

.social {
  background: #ffe06a;
  padding: 5rem 1rem 4rem;
}
@media (min-width: 450px) {
  .social {
    padding: 5rem 2rem 4rem;
  }
}
@media (min-width: 600px) {
  .social {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 920px) {
  .social {
    padding: 5rem 3rem 4rem;
  }
}
@media (min-width: 1220px) {
  .social {
    padding: 7rem 8rem 6rem;
  }
}
@media (min-width: 600px) {
  .social__pitch {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1050px) {
  .social__pitch {
    display: block;
    width: calc(100% - 672px);
  }
}
@media (min-width: 1220px) {
  .social__pitch {
    display: block;
    width: calc(100% - 752px);
  }
}
.social__heading {
  color: #0055aa;
  font-family: gtamcond, Arial, Helvetica, Nimbus Sans L, sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  margin: 0 0 1rem;
}
@media (min-width: 600px) {
  .social__heading {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1050px) {
  .social__heading {
    max-width: 240px;
    font-size: 48px;
    line-height: 1;
  }
}
.social__icon {
  fill: #ef404e;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  margin-right: 1rem;
  position: relative;
  z-index: 9;
  transition: all 0.2s ease;
}
.social__link {
  display: flex;
  margin: 0.5rem 0 0.5rem 0.5rem;
  align-items: center;
  font-family: gtamcond, Arial, Helvetica, Nimbus Sans L, sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #0055aa;
  text-decoration: none;
}
@media (min-width: 600px) {
  .social__link {
    margin: 0.5rem 1.5rem 0.5rem 0.5rem;
  }
}
@media (min-width: 1050px) {
  .social__link {
    margin: 1.25rem 1.5rem 0.5rem 0.5rem;
  }
}
.social__link:hover .social__label,
.social__link:focus .social__label {
  color: #ef404e;
}
.social__link:hover .social__icon,
.social__link:focus .social__icon {
  transform: scale(1.1);
}
.social__label {
  position: relative;
  transition: all 0.2s ease;
}
.social__label:before {
  content: "";
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  background-color: white;
  border-radius: 50%;
  top: calc(50% - 18px);
  left: -3rem;
  z-index: 0;
}
.social__twitter {
  margin: 2rem auto;
  width: 100%;
  max-width: 400px;
}
@media (min-width: 600px) {
  .social__twitter {
    flex: 0 0 auto;
    width: 240px;
    margin: 1.5rem 0 0;
  }
}
@media (min-width: 768px) {
  .social__twitter {
    width: 280px;
  }
}
@media (min-width: 920px) {
  .social__twitter {
    width: 320px;
  }
}
@media (min-width: 1050px) {
  .social__twitter {
    width: 240px;
    margin: 0;
  }
}
@media (min-width: 1220px) {
  .social__twitter {
    width: 320px;
    margin: 0;
  }
}
.social__instagram {
  width: 100%;
  margin: 0 auto;
  height: 400px;
  border: 1px solid #d0a500;
}
@media (min-width: 600px) {
  .social__instagram {
    flex: 0 0 auto;
    width: calc(100% - 272px);
    margin: 1.5rem 0 0;
  }
}
@media (min-width: 768px) {
  .social__instagram {
    width: calc(100% - 312px);
  }
}
@media (min-width: 920px) {
  .social__instagram {
    width: calc(100% - 352px);
  }
}
@media (min-width: 1050px) {
  .social__instagram {
    width: 400px;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .feature {
    display: flex;
    min-height: 70vh;
    justify-content: space-between;
  }
}
@media (min-width: 920px) {
  .feature {
    min-height: 95vh;
  }
}
.feature__left {
  padding: 3rem 1rem 4rem;
  box-sizing: border-box;
}
@media (min-width: 450px) {
  .feature__left {
    padding: 3rem 2rem 4rem;
  }
}
@media (min-width: 600px) {
  .feature__left {
    padding: 4rem 3rem 5rem;
  }
}
@media (min-width: 768px) {
  .feature__left {
    padding: 3rem 4rem 4rem 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 0 0 auto;
    width: 60%;
  }
}
@media (min-width: 920px) {
  .feature__left {
    padding: 3rem 6rem 4rem 3rem;
  }
}
@media (min-width: 1220px) {
  .feature__left {
    padding: 3rem 10rem 4rem 6rem;
  }
}
.feature__center {
  font-family: "schoolbook", serif;
  color: #3c3532;
  font-size: 16px;
  line-height: 1.45;
}
@media (min-width: 375px) {
  .feature__center {
    font-size: 18px;
  }
}
@media (min-width: 1220px) {
  .feature__center {
    /*max-width: 450px;*/
  }
}
@media (min-width: 1220px) {
  .feature__center--wide {
    max-width: 550px;
  }
}
.feature__heading {
  color: #0055aa;
  font-family: gtamcond, Arial, Helvetica, Nimbus Sans L, sans-serif;
  font-weight: 800;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
  letter-spacing: -0.025em;
  line-height: 1;
}
@media (min-width: 768px) {
  .feature__heading {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1220px) {
  .feature__heading {
    font-size: 42px;
  }
}

.previewL {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.previewL:hover,
.previewL:focus {
  transform: scale(1.025);
}
.previewL:hover .previewL__heading,
.previewL:focus .previewL__heading {
  color: #ef404e;
}
.previewL__figure {
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
  margin-right: 1rem;
}
@media (min-width: 360px) {
  .previewL__figure {
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 375px) {
  .previewL__figure {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 450px) {
  .previewL__figure {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 600px) {
  .previewL__figure {
    width: 160px;
    height: 160px;
    margin-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .previewL__figure {
    width: 110px;
    height: 110px;
    margin-right: 1rem;
  }
}
@media (min-width: 1220px) {
  .previewL__figure {
    width: 160px;
    height: 160px;
    margin-right: 1.5rem;
  }
}
.previewL__img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.previewL__heading {
  color: #3c3532;
  font-family: "schoolbook", serif;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  transition: all 0.2s ease;
}
@media (min-width: 360px) {
  .previewL__heading {
    font-size: 15px;
  }
}
@media (min-width: 375px) {
  .previewL__heading {
    font-size: 16px;
  }
}
@media (min-width: 450px) {
  .previewL__heading {
    font-size: 18px;
  }
}
@media (min-width: 600px) {
  .previewL__heading {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .previewL__heading {
    font-size: 18px;
  }
}
@media (min-width: 1220px) {
  .previewL__heading {
    font-size: 24px;
  }
}
.previewL__date {
  color: #ef404e;
  font-family: gtamcond, Arial, Helvetica, Nimbus Sans L, sans-serif;
  font-weight: 600;
  font-size: 11px;
  transition: all 0.2s ease;
}
@media (min-width: 360px) {
  .previewL__date {
    font-size: 12px;
  }
}
@media (min-width: 375px) {
  .previewL__date {
    font-size: 13px;
  }
}
@media (min-width: 600px) {
  .previewL__date {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .previewL__date {
    font-size: 13px;
  }
}
@media (min-width: 1220px) {
  .previewL__date {
    font-size: 16px;
  }
}

.callout {
  background: #552564;
  background-image: url(../img/lady-lc.jpg);
  background-size: cover;
  background-attachment: fixed;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .callout {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    width: 40%;
  }
}
.callout__icon {
  width: 28px;
  height: 28px;
  flex: 0 0 44px;
  fill: #a3dbe3;
  margin-right: 1rem;
  position: relative;
  z-index: 9;
  transition: all 0.2s ease;
}
.callout__action {
  color: white;
  font-family: gtamcond, Arial, Helvetica, Nimbus Sans L, sans-serif;
  font-weight: 600;
  font-size: 19px;
  position: relative;
  transition: all 0.2s ease;
}
@media (min-width: 375px) {
  .callout__action {
    font-size: 21px;
  }
}
@media (min-width: 1220px) {
  .callout__action {
    font-size: 28px;
  }
}
.callout__action:before {
  content: "";
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  background-color: #552564;
  border-radius: 50%;
  top: calc(50% - 18px);
  left: -3.5rem;
  z-index: 0;
}
.callout__main {
  background: #ef404e;
  width: calc(100% - 1rem);
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 375px) {
  .callout__main {
    width: calc(100% - 2rem);
  }
}
@media (min-width: 450px) {
  .callout__main {
    width: calc(100% - 4rem);
  }
}
@media (min-width: 600px) {
  .callout__main {
    width: calc(100% - 6rem);
  }
}
@media (min-width: 768px) {
  .callout__main {
    width: calc(100% + 2rem);
    margin-left: -2rem;
  }
}
.callout__main:before,
.callout__main:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1rem;
  background: #ef404e;
  left: 0;
}
.callout__main:before {
  top: -1rem;
}
.callout__main:after {
  bottom: -1rem;
}
.callout__item {
  border-bottom: 1px solid #d23a4e;
  padding: 1rem;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.callout__item:hover .callout__icon,
.callout__item:focus .callout__icon {
  transform: scale(1.2);
}
.callout__item:hover .callout__action,
.callout__item:hover .callout__date,
.callout__item:hover .callout__headline,
.callout__item:focus .callout__action,
.callout__item:focus .callout__date,
.callout__item:focus .callout__headline {
  color: #ffe06a;
}
@media (min-width: 600px) {
  .callout__item {
    padding: 1.15rem 3rem;
  }
}
@media (min-width: 1220px) {
  .callout__item {
    padding: 1.5rem 4rem;
  }
}
.callout__header {
  border-bottom: 1px solid #d23a4e;
  padding-left: 0.5rem;
}
@media (min-width: 1220px) {
  .callout__header {
    padding-left: 3rem;
  }
}
.callout__heading {
  margin: 0;
  background: #ffe06a;
  color: #0055aa;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  /*transform: rotate(-4deg);*/
  position: relative;
  top: -8px;
  padding: 0.25em 0.24em;
  font-size: 5vw;
}
@media (min-width: 768px) {
  .callout__heading {
    font-size: 2.5vw;
  }
}
@media (min-width: 1220px) {
  .callout__heading {
    font-size: 29px;
  }
}
.callout__headline {
  color: white;
  font-family: gtamcond, Arial, Helvetica, Nimbus Sans L, sans-serif;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 1220px) {
  .callout__headline {
    font-size: 24px;
  }
}
.callout__date {
  color: #fabeaf;
  font-family: gtamcond, Arial, Helvetica, Nimbus Sans L, sans-serif;
  font-weight: 600;
  font-size: 11px;
  transition: all 0.2s ease;
  display: block;
  margin-top: 0.5em;
}
@media (min-width: 360px) {
  .callout__date {
    font-size: 12px;
  }
}
@media (min-width: 375px) {
  .callout__date {
    font-size: 13px;
  }
}
@media (min-width: 600px) {
  .callout__date {
    font-size: 15px;
  }
}

.partners {
  background: #a3dbe3;
  text-align: center;
  padding: 0;
}
@media (min-width: 450px) {
  .partners {
    /*padding: 4.5rem 2rem 4rem;*/
  }
}
@media (min-width: 768px) {
  .partners {
    /*padding: 6rem 3rem;*/
  }
}
@media (min-width: 1220px) {
  .partners {
    /*padding: 118px 6rem;*/
  }
}
.partners .social__pitch {
  padding: 3rem 8rem;
  text-align: left;
}
@media screen and (max-width: 920px) {
  .partners .social__pitch {
    padding: 3rem 4rem;
  }
}
.partners .social__pitch a.social__link {
  margin: 1% 0;
  width: 33%;
}
@media screen and (max-width: 749px) {
  .partners .social__pitch a.social__link {
    margin: 15px 1%;
    width: 100%;
  }
}
.partners__heading {
  color: #0055aa;
  font-size: 36px;
  line-height: 1;
  margin: 0 0 22px;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}
@media (min-width: 768px) {
  .partners__heading {
    font-size: 44px;
    margin: 0 0 30px;
  }
}
@media (min-width: 920px) {
  .partners__heading {
    font-size: 64px;
    margin: 0 0 45px;
  }
}
.partners__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.partners__item {
  background: white;
  flex: 0 0 auto;
  width: calc(50% - 8px);
  margin: 4px;
  padding: 0.5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 375px) {
  .partners__item {
    padding: 0.75rem;
  }
}
@media (min-width: 600px) {
  .partners__item {
    width: calc(33% - 8px);
  }
}
@media (min-width: 920px) {
  .partners__item {
    width: calc(25% - 8px);
    padding: 1rem;
  }
}
@media (min-width: 1220px) {
  .partners__item {
    width: calc(20% - 8px);
  }
}
.partners__img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 200px;
}
@media (min-width: 600px) {
  .partners__img {
    max-height: 205px;
  }
}
.partners__btn {
  font-family: gtamcond, Arial, Helvetica, Nimbus Sans L, sans-serif;
  font-weight: 800;
  -webkit-appearance: none;
  background: #0055aa;
  border: 0;
  color: white;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  margin-top: 5px;
  padding: 1rem 2rem 0.8rem;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.partners__btn a {
  color: #fff;
  text-decoration: none;
}
.partners__btn:hover,
.partners__btn:focus {
  background-color: #ef404e;
}
@media (min-width: 1220px) {
  .partners__btn {
    font-size: 26px;
    padding: 1.2rem 2.4rem 1rem;
  }
}
.kicker {
  background: #ffe06a;
  text-align: center;
  padding: 77px 1rem;
}
.kicker__action {
  width: 100%;
}
@media (min-width: 768px) {
  .kicker {
    padding: 77px 3rem;
    /*display: flex;*/
    text-align: left;
    justify-content: space-between;
  }
  /*.kicker__action {
    width: 50%;
  }*/
}
@media (min-width: 1220px) {
  .kicker {
    padding: 77px 6rem;
  }
}
.kicker__heading {
  margin: 0;
  color: #0055aa;
  line-height: 1.0;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  font-size: 36px;
  margin-bottom: 0.6em;
}
/*@media (min-width: 768px) {
  .kicker__heading {
    margin-bottom: 0em;
    margin-top: 0.2em;
  }
}*/
@media (min-width: 1220px) {
  .kicker__heading {
    font-size: 44px;
  }
}
.kicker__btn {
  font-family: gtamcond, Arial, Helvetica, Nimbus Sans L, sans-serif;
  font-weight: 800;
  -webkit-appearance: none;
  background: #ef404e;
  border: 0;
  color: white;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  padding: 1rem 2rem 0.8rem;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
@media (min-width: 1220px) {
  .kicker__btn {
    font-size: 26px;
    padding: 1.2rem 2.4rem 1rem;
  }
}
.kicker__btn:hover,
.kicker__btn:focus {
  background-color: #0055aa;
}
.kicker__signup {
  display: none;
}

.footer {
  background: #552564;
  background-image: url(../img/lady-lc.jpg);
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  padding: 88px 1rem 40px;
}
.footer__legal {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 16px;
  letter-spacing: 0.075em;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.65);
  margin: 40px 0;
}

.footer__disclaimer {
  color: #fff;
  margin: 10px auto;
  max-width: 745px;
  padding: 0 2rem;
}

.footer__disclaimer a {
  color: #fff;
}

.flogo {
  margin: 0;
  line-height: 1;
}
.flogo__img {
  height: 70px;
}

.fnav {
  margin-top: 32px;
}
.fnav__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 800px) {
  .fnav__list {
    display: flex;
    justify-content: center;
  }
}
.fnav__item {
  margin: 1rem 22px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.fnav__link {
  text-decoration: none;
  color: white;
  transition: all 0.2s ease;
}
.fnav__link:hover,
.fnav__link:focus {
  color: #ffe06a;
}

.fsubnav__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 800px) {
  .fsubnav__list {
    display: flex;
    justify-content: center;
  }
}
.fsubnav__item {
  margin: 1rem 10px;
  font-size: 14px;
}
.fsubnav__link {
  text-decoration: none;
  color: white;
  transition: all 0.2s ease;
}
.fsubnav__link:hover,
.fsubnav__link:focus {
  color: #ffe06a;
}

/* Single Page */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aContainer {
  max-width: 736px;
  margin-left: auto;
  margin-right: auto;
}

.aHeader {
  background: #552564;
  background-image: url(../img/lady-lc.jpg);
  background-size: cover;
  background-attachment: fixed;
  box-sizing: border-box;
  padding: 7rem 1rem 1.5rem;
}
@media (min-width: 450px) {
  .aHeader {
    padding: 8rem 1.5rem 1.5rem;
  }
}
@media (min-width: 600px) {
  .aHeader {
    padding: 9rem 2rem 2rem;
  }
}
@media (min-width: 768px) {
  .aHeader {
    padding: 11rem 3rem 2.5rem;
  }
}
.aHeader__title {
  font-family: gtamcond, Arial, Helvetica, Nimbus Sans L, sans-serif;
  font-weight: 800;
  color: #0055aa;
  background: #ffe06a;
  /*transform: rotate(-3deg);*/
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  line-height: 1;
  padding: 0.25em 0.35em;
  font-size: 13px;
}
@media (min-width: 450px) {
  .aHeader__title {
    font-size: 14px;
  }
}
@media (min-width: 600px) {
  .aHeader__title {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .aHeader__title {
    font-size: 20px;
  }
}
@media (min-width: 920px) {
  .aHeader__title {
    font-size: 24px;
  }
}
.aHeader__heading {
  font-family: gtamcond, Arial, Helvetica, Nimbus Sans L, sans-serif;
  font-weight: 800;
  color: white;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  font-size: 36px;
  line-height: 0.9;
}
@media (min-width: 450px) {
  .aHeader__heading {
    font-size: 42px;
  }
}
@media (min-width: 600px) {
  .aHeader__heading {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .aHeader__heading {
    font-size: 58px;
  }
}
@media (min-width: 920px) {
  .aHeader__heading {
    font-size: 64px;
  }
}

.aMeta {
  color: #ef404e;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  max-width: 736px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 450px) {
  .aMeta {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 600px) {
  .aMeta {
    padding: 2rem 2rem 1rem;
  }
}
@media (min-width: 768px) {
  .aMeta {
    padding: 2rem 3rem 1rem;
  }
}

.sShare {
  display: flex;
}
.sShare__link {
  text-decoration: underline;
  display: block;
  position: relative;
  margin-left: 18px;
}
.sShare__link:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #ffe06a;
  border-radius: 3em;
  position: absolute;
  top: 2px;
  left: -4px;
}
.sShare__icon {
  width: 28px;
  height: 28px;
  fill: #0055aa;
  position: relative;
  z-index: 9;
}

.aBody {
  padding: 0 1rem 1rem;
}
@media (min-width: 450px) {
  .aBody {
    padding: 0 1.5rem 1rem;
  }
}
@media (min-width: 600px) {
  .aBody {
    padding: 0 2rem 2rem;
  }
}
@media (min-width: 768px) {
  .aBody {
    padding: 0.5rem 3rem 2rem;
  }
}
.aBody h1,
.aBody h2,
.aBody h3,
.aBody h4 {
  margin: 1.5em 0 0;
  text-transform: uppercase;
  color: #552564;
}
.aBody h1:first-child,
.aBody h2:first-child,
.aBody h3:first-child,
.aBody h4:first-child {
  margin: 0;
}
.aBody img {
  width: 100%;
}
.aBody p,
.aBody li,
.aBody blockquote {
  font-family: "schoolbook", serif;
  color: #3c3532;
}
@media (min-width: 768px) {
  .aBody p,
  .aBody li,
  .aBody blockquote {
    font-size: 18px;
  }
}
.aBody p {
  line-height: 1.4;
}
@media (min-width: 768px) {
  .aBody p {
    line-height: 1.6;
  }
}
.aBody a {
  color: #0055aa;
  text-decoration: none;
}
.aBody a:hover,
.aBody a:focus {
  text-decoration: underline;
  color: #006fdd;
}
.aBody li {
  line-height: 1.3;
  margin: 0.5rem 0;
}
.aBody blockquote {
  padding: 0 0.5rem 0 1rem;
  margin: 0;
  border-left: 3px solid #a3dbe3;
}
.aBody .videoWrapper {
  margin: 2rem 0;
}

.aFooter {
  margin-bottom: 3em;
  display: flex;
  justify-content: center;
}

/* Additions */
.social__pitch {
  width: 100%;
}

.social__heading {
  max-width: none;
}

a.social__link {
  display: inline-block;
  margin: 1%;
  width: 48%;
}
@media screen and (max-width: 749px) {
  a.social__link {
    margin: 15px 1%;
    width: 98%;
  }
}
@media screen and (min-width: 1050px) {
  a.social__link {
    margin: 1% 0;
    width: 48%;
  }
}

section#social {
  padding: 3rem 8rem;
}

@media screen and (max-width: 920px) {
  section#social {
    padding: 3rem 4rem;
  }
}

.feature__center ul {
  list-style: none;
}

.feature__center li {
  position: relative;
}

.feature__center li:before {
  content: '✓';
  left: -20px;
  position: absolute;
}

/* Form */
.intro__action input {
  background: #fff;
  border: 1px solid #fff;
  font-family: gtamcond, Arial, Helvetica, Nimbus Sans L, sans-serif;
  font-size: 1.1rem;
  height: 50px;
  letter-spacing: 1px;
  margin: 5px 0;
  padding: 0 15px;
  width: 33%;
}

.intro__action input::placeholder {
  color: #3c3532;
}

.intro__action input:focus {
  border: 1px solid #3c3532;
  outline: 0;
}

.intro__action button[type=submit] {
  background: #ef404e;
  border: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: gtamcond, Arial, Helvetica, Nimbus Sans L, sans-serif;
  font-size: 1.5rem;
  height: 50px;
  margin: 5px auto;
  padding: 0 45px;
  text-transform: uppercase;
  width: 33%;
}

.intro__action button[type=submit]:hover,
.intro__action button[type=submit]:focus {
  background: #0055aa;
  outline: 0;
}

.intro__action input#id_first_name,
.intro__action input#id_last_name,
.intro__action input#id_zip,
.intro__action input#id_mobile_phone {
  float: left;
  margin-right: .5%;
  width: 25%;
}

.intro__action input#id_email,
.intro__action button[type=submit] {
  width: 49%;
}

@media screen and (max-width: 920px) {
  .intro__action input#id_first_name,
  .intro__action input#id_zip {
    float: left;
    margin-right: 0;
    width: 49.5%;
  }

  .intro__action input#id_last_name,
  .intro__action input#id_mobile_phone {
    float: right;
    margin-right: 0;
    width: 49.5%;
  }

  .intro__action input#id_email,
  .intro__action button[type=submit] {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 499px) {
  .intro__action input#id_first_name,
  .intro__action input#id_last_name,
  .intro__action input#id_zip,
  .intro__action input#id_mobile_phone,
  .intro__action input#id_email,
  .intro__action button[type=submit] {
    float: none;
    width: 100%;
  }
}

.kicker input {
  background: #fff;
  border: 1px solid #0055aa;
  font-family: gtamcond, Arial, Helvetica, Nimbus Sans L, sans-serif;
  font-size: 1.1rem;
  height: 50px;
  letter-spacing: 1px;
  margin: 5px 0;
  padding: 0 15px;
}

.kicker input:focus {
  border: 1px solid #ef404e;
  outline: 0;
}

.kicker button[type=submit] {
  background: #0055aa;
  border: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: gtamcond, Arial, Helvetica, Nimbus Sans L, sans-serif;
  font-size: 1.5rem;
  height: 50px;
  margin: 5px auto;
  padding: 0 45px;
  text-transform: uppercase;
}

.kicker button[type=submit]:hover,
.kicker button[type=submit]:focus {
  background: #ef404e;
  outline: 0;
}

.kicker input#id_first_name,
.kicker input#id_zip {
  float: left;
  width: 49.5%;
}

.kicker input#id_last_name,
.kicker input#id_mobile_phone {
  float: right;
  width: 49.5%;
}

.kicker input#id_email,
.kicker button[type=submit] {
  width: 100%;
}

@media screen and (max-width: 499px) {
  .kicker input#id_first_name,
  .kicker input#id_last_name,
  .kicker input#id_zip,
  .kicker input#id_mobile_phone,
  .kicker input#id_email,
  .kicker button[type=submit] {
    float: none;
    width: 100%;
  }
}

.signup-btn-top,
.signup-btn-bot,
.signup-btn-sub {
  cursor: pointer;
}

em {
  color: #552564;
  display: block;
  font-family: "schoolbook", serif;
  margin: 5px auto;
}

.signup__disclaimer,
.signup__disclaimer a {
  color: #fff;
}

.kicker .signup__disclaimer,
.kicker .signup__disclaimer a {
  color: #000;
}

.signup__disclaimer {
  margin-top: 10px;
}

hr.hr_article {
  background: #4c4c4c;
  border: 0;
  height: 1px;
  margin: 50px auto;
  max-width: 736px;
  width: 80%;
}

#endorse_form {
  margin-top: 25px;
}

#endorse_form input[type="checkbox"] {
  display: none;
}

#endorse_form input[type="checkbox"] + label > span {
  background-image: url(../img/square.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 19px;
  margin-right: 5px;
  position: relative;
  top: 3px;
  width: 19px;
}

#endorse_form input[type="checkbox"]:checked + label > span {
  background-image: url(../img/check-square.svg);
}

#endorse_form label,
#endorse_form .form_volunteer label[for="id_action_volunteer_yes"] {
  display: block;
  font-family: gtamcond, Arial, Helvetica, Nimbus Sans L, sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0;
}

#endorse_form .form_endorse label,
#endorse_form .form_volunteer label {
  margin: 10px;
}

/*#endorse_form .form_volunteer label {
  display: inline-block;
  margin: 0;
  width: 49%;
}*/

#endorse_form input[type="text"],
#endorse_form input[type="email"],
#endorse_form input[type="tel"] {
  background: #fff;
  border: 1px solid #0055aa;
  font-family: gtamcond, Arial, Helvetica, Nimbus Sans L, sans-serif;
  font-size: 1.1rem;
  height: 50px;
  letter-spacing: 1px;
  margin: 5px 0;
  padding: 0 15px;
  width: 100%;
}

#endorse_form input[type="text"]:focus,
#endorse_form input[type="email"]:focus,
#endorse_form input[type="tel"]:focus {
  border: 1px solid #ef404e;
  outline: 0;
}

#endorse_form label[for="id_action_volunteer_other"] {
  float: left;
}

#endorse_form input#id_action_volunteer_other_value {
  border: 0;
  border-bottom: 1px solid #000;
  display: inline-block;
  height: 30px;
  margin: 7px 0 0;
  padding: 0;
  width: calc(50%);
}

#endorse_form label[for="id_action_volunteer_join_gotv"] {
  margin-bottom: 0;
}

.form_display_name {
  margin: 30px 0 20px;
}

.form_fname,
.form_lname {
  width: 49%;
}

.form_title,
.form_zip {
  width: 39%;
}

.form_org,
.form_phone {
  width: 59%;
}

.form_fname,
.form_title,
.form_zip {
  float: left;
}

.form_lname,
.form_org,
.form_phone {
  float: right;
}

.form_volunteer {
  margin: 30px 0;
}

#endorse_form input[type="submit"] {
  background: #0055aa;
  border: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: gtamcond, Arial, Helvetica, Nimbus Sans L, sans-serif;
  font-size: 1.5rem;
  height: 50px;
  margin: 0 auto 25px;
  padding: 0 45px;
  text-transform: uppercase;
}

#endorse_form input[type="submit"]:hover {
  background: #ef404e;
}

.stories .aContainer {
  /*border-bottom: 1px solid #DDD; */
  height: 328px;
  margin-top: 45px;
  overflow: hidden;
  padding-bottom: 30px;
  position: relative;
}

.more_story {
  background-color: #fff;
  bottom: 0;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 5;
}

/*.shade {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); 
  height: 15px;
}*/

.more {
  border-top: 1px solid #3c3532;
  cursor: pointer;
  margin-top: 10px;
  padding-top: 8px;
  transition-duration: .5s;
}

.more svg {
  display: inline-block;
  fill: #0055aa;
  height: 16px;
  margin-left: 2px;
  position: relative;
  top: 3px;
  transition-duration: .5s;
}

.more:hover svg {
  fill: #ef404e;
}

.more p {
  color: #0055aa;
  display: inline-block;
  font-family: gtamcond, Arial, Helvetica, Nimbus Sans L, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  transition-duration: .5s;
}

.more:hover p {
  color: #ef404e;
}

.stories .aContainer:first-of-type {
  margin-top: 0;
}

.aBody.stories h1 {
  margin-top: 0;
}

.aBody.stories h3 {
  margin-top: 4px;
}

.aBody img.story_photo {
  float: right;
  margin: 0 0 25px 25px;
  height: 250px;
  width: auto;
}

@media screen and (max-width: 599px) {
  .aBody img.story_photo {
    height: 200px;
  }
}

@media screen and (max-width: 419px) {
  .aBody img.story_photo {
    float: none;
    height: 220px;
    margin: 0 0 10px 0;
  }

  .aBody.stories h1 {
    font-size: 27px;
  }

  .more_story {
    text-align: center;
  }

  .more {
    background: #0055aa;
    border-top: 0;
    padding: 5px 0;
  }

  .more:hover,
  .more:focus {
    background: #ef404e;
  }

  .more svg,
  .more:hover svg,
  .more:focus svg {
    fill: #fff;
  }

  .more p,
  .more:hover p,
  .more:focus p {
    color: #fff;
  }
}

/* Resources Page */
.template__links {
  list-style: none;
}

.template__links li {
}

.template__links a {
  color: #000;
  font-size: 22px;
  position: relative;
}

.template__links a:hover {
}

.template__links a::before,
.template__links a::after {
  display: block;
  height: 18px;
  position: absolute;
  right: -30px;
  top: 2px;
  width: 18px;
}

.template__links a::before {
  content: url(../img/external-box.svg);
}

.template__links a::after {
  content: url(../img/external-arrow.svg);
  transition-duration: .2s;
}

.template__links a:hover::after {
  transform: translate(2px, -2px);
}
