@font-face{
  font-family:'GT America Cond';
  src:url(https://peoplepower.org/paid-leave-ma/fonts/GT-America-Condensed-Regular.eot);
  src:url(https://peoplepower.org/paid-leave-ma/fonts/GT-America-Condensed-Regular.eot?#iefix) format("embedded-opentype"),url(https://peoplepower.org/paid-leave-ma/fonts/GT-America-Condensed-Regular.woff2) format("woff2"),url(https://peoplepower.org/paid-leave-ma/fonts/GT-America-Condensed-Regular.woff) format("woff"),url(https://peoplepower.org/paid-leave-ma/fonts/GT-America-Condensed-Regular.ttf) format("truetype");
  font-weight:400;
}
@font-face{
  font-family:'GT America Cond';
  src:url(https://peoplepower.org/paid-leave-ma/fonts/GT-America-Condensed-Bold.eot);
  src:url(https://peoplepower.org/paid-leave-ma/fonts/GT-America-Condensed-Bold.eot?#iefix) format("embedded-opentype"),url(https://peoplepower.org/paid-leave-ma/fonts/GT-America-Condensed-Bold.woff2) format("woff2"),url(https://peoplepower.org/paid-leave-ma/fonts/GT-America-Condensed-Bold.woff) format("woff"),url(https://peoplepower.org/paid-leave-ma/fonts/GT-America-Condensed-Bold.ttf) format("truetype");
  font-weight:600;
}
@font-face{
  font-family:'GT America';
  src:url(https://peoplepower.org/paid-leave-ma/fonts/GT-America-Standard-Regular.eot);
  src:url(https://peoplepower.org/paid-leave-ma/fonts/GT-America-Standard-Regular.eot?#iefix) format("embedded-opentype"),url(https://peoplepower.org/paid-leave-ma/fonts/GT-America-Standard-Regular.woff2) format("woff2"),url(https://peoplepower.org/paid-leave-ma/fonts/GT-America-Standard-Regular.woff) format("woff"),url(https://peoplepower.org/paid-leave-ma/fonts/GT-America-Standard-Regular.ttf) format("truetype");
  font-weight:400;
}
@font-face{
  font-family:'GT America';
  src:url(https://peoplepower.org/paid-leave-ma/fonts/GT-America-Standard-Regular-Italic.eot);
  src:url(https://peoplepower.org/paid-leave-ma/fonts/GT-America-Standard-Regular-Italic.eot?#iefix) format("embedded-opentype"),url(https://peoplepower.org/paid-leave-ma/fonts/GT-America-Standard-Regular-Italic.woff2) format("woff2"),url(https://peoplepower.org/paid-leave-ma/fonts/GT-America-Standard-Regular-Italic.woff) format("woff"),url(https://peoplepower.org/paid-leave-ma/fonts/GT-America-Standard-Regular-Italic.ttf) format("truetype");
  font-weight:400;
  font-style:italic;
}
@font-face{
  font-family:'GT America';
  src:url(https://peoplepower.org/paid-leave-ma/fonts/GT-America-Standard-Bold.eot);
  src:url(https://peoplepower.org/paid-leave-ma/fonts/GT-America-Standard-Bold.eot?#iefix) format("embedded-opentype"),url(https://peoplepower.org/paid-leave-ma/fonts/GT-America-Standard-Bold.woff2) format("woff2"),url(https://peoplepower.org/paid-leave-ma/fonts/GT-America-Standard-Bold.woff) format("woff"),url(https://peoplepower.org/paid-leave-ma/fonts/GT-America-Standard-Bold.ttf) format("truetype");
  font-weight:600;
}
@font-face{
  font-family:'GT America';
  src:url(https://peoplepower.org/paid-leave-ma/fonts/GT-America-Standard-Bold-Italic.eot);
  src:url(https://peoplepower.org/paid-leave-ma/fonts/GT-America-Standard-Bold-Italic.eot?#iefix) format("embedded-opentype"),url(https://peoplepower.org/paid-leave-ma/fonts/GT-America-Standard-Bold-Italic.woff2) format("woff2"),url(https://peoplepower.org/paid-leave-ma/fonts/GT-America-Standard-Bold-Italic.woff) format("woff"),url(https://peoplepower.org/paid-leave-ma/fonts/GT-America-Standard-Bold-Italic.ttf) format("truetype");
  font-weight:600;
  font-style:italic;
}

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "GT America", 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: 768px) {
  .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: 768px) {
  .header__btn {
    display: none;
  }
}
.header__btnIcon {
  width: 30px;
  height: 30px;
}

.hnav {
  position: absolute;
  /*top: 3.5rem;*/
  right: 1rem;
  /*display: none;*/
  z-index: 999;
}
.hnav.open {
  display: block;
}
@media (min-width: 768px) {
  .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: 768px) {
  .hnav__list {
    background: transparent;
    display: flex;
  }
}
.hnav__item {
  border-bottom: 1px solid #d4cecc;
}
@media (min-width: 768px) {
  .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: #FFF;
  display: block;
  padding: 1rem;
  transition: all 0.14s ease;
}
.hnav__link:hover, .hnav__link:focus {
  color: #ffe06a;
}
/*.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: 768px) {
  .hnav__link:hover, .hnav__link:focus {
    color: #ffe06a;
  }
}
@media (min-width: 768px) {
  .hnav__link {
    color: white;
  }
}*/
.subnav { 
  cursor: pointer;
  position: relative; 
}
.subnav:hover,
.subnav:focus { background-color: #492C6C; }
.subnav ul {
  background-color: #492C6C;
  box-sizing: border-box;
  display: none;
  list-style: none;
  padding: 0 10px;
  position: absolute;
  right: 0;
  width: 200px;
}
.subnav:hover ul,
.subnav:focus ul { display: block; }
.subnav ul li {
  margin: 15px auto;
}
.subnav ul li a.hnav__link {
  font-size: 14px;
  padding: 0;
  text-transform: none;
}

.hlogo {
  margin: 0;
  line-height: 0;
}
.hlogo__img {
  height: 36px;
}

.intro {
  background: #3c3532;
  padding: 9rem 1rem 6rem;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, .1)), url(../img/bg.jpg);
  background-attachment: scroll;
  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;
  /*font-family: "GT America Cond", sans-serif;*/
  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: 32px;
  line-height: 1;
}
@media (min-width: 375px) {
  .intro__heading {
    font-size: 36px;
  }
}
@media (min-width: 600px) {
  .intro__heading {
    font-size: 44px;
  }
}
@media (min-width: 768px) {
  .intro__heading {
    font-size: 50px;
  }
}
@media (min-width: 920px) {
  .intro__heading {
    font-size: 60px;
    width: 80%;
    max-width: 900px;
  }
}
@media (min-width: 1050px) {
  .intro__heading {
    font-size: 72px;
  }
}
.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 {
    font-size: 18px;
    width: 70%;
  }
}
@media (min-width: 768px) {
  .intro__pitch {
    width: 80%;
    max-width: 690px;
  }
}
@media (min-width: 1050px) {
  .intro__pitch {
    font-size: 20px;
  }
}
.intro__btn {
  font-family: "GT America", sans-serif;
  font-weight: 800;
  -webkit-appearance: none;
  background: #ffe06a;
  border: 0;
  color: #0055aa;
  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 7rem 6rem;
  }
}
.social__pitch {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 auto;
  width: 100%;
}
/*@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: "GT America", 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 0.5rem;
  align-items: center;
  font-family: "GT America", 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 0.5rem;
  }
}
@media (min-width: 1050px) {
  .social__link {
    margin: 1.25rem 1.5rem 0 0.5rem;
  }
}
@media screen and (max-width: 649px) {
  .social__link {
    display: block;
    margin: 10px 0 10px 40px;
    width: 100%;
  }
}
.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: "GT America", sans-serif;
  font-weight: 800;
  font-size: 42px;
  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: 64px;
  }
}

.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: "GT America", 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("https://s3-us-west-2.amazonaws.com/s.cdpn.io/78060/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: "GT America", 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.35em;
  font-size: 32px;
}
@media (min-width: 600px) {
  .callout__heading {
    font-size: 36px;
  }
}
@media (min-width: 1220px) {
  .callout__heading {
    font-size: 48px;
  }
}
.callout__headline {
  color: white;
  font-family: "GT America", sans-serif;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 1220px) {
  .callout__headline {
    font-size: 24px;
  }
}
.callout__date {
  color: #fabeaf;
  font-family: "GT America", 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: 4.5rem 1rem 4rem;
}
@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__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 {
  max-width: 100%;
  max-height: 100px;
}
@media (min-width: 600px) {
  .partners__img {
    max-height: 105px;
  }
}

.kicker {
  background: #a3dbe3;
  text-align: center;
  padding: 77px 1rem;
}
@media (min-width: 768px) {
  .kicker {
    padding: 77px 3rem;
    /*display: flex;*/
    text-align: left;
    justify-content: space-between;
  }
}
@media (min-width: 1220px) {
  .kicker {
    padding: 77px 6rem;
  }
}
.kicker__heading {
  margin: 0;
  color: #0055aa;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  font-size: 36px;
  margin-bottom: 0.8em;
}
@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: "GT America", sans-serif;
  font-weight: 800;
  -webkit-appearance: none;
  background: #ef404e;
  border: 0;
  color: white;
  font-size: 22px;
  line-height: 1;
  margin-top: 25px;
  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("https://s3-us-west-2.amazonaws.com/s.cdpn.io/78060/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;
}

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

.fnav {
  margin-top: 62px;
}
.fnav__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 600px) {
  .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: 600px) {
  .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;
}

.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("https://s3-us-west-2.amazonaws.com/s.cdpn.io/78060/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: "GT America", 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: "GT America", 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;
}


/* Updates */
.feature__center ul {
  list-style: normal;
}

.feature__center li {
  position: relative;
}

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

button { cursor: pointer; }

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

.footer__disclaimer a {
  color: #FFF;
}

/* Form */
.intro__action input {
  background: #FFF;
  border: 1px solid #FFF;
  box-sizing: border-box;
  font-family: "GT America", 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: "GT America", 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;
  box-sizing: border-box;
  font-family: "GT America", 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: "GT America", 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;
}