/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: DecimalBold;
  src: url("fonts/Decimal-Bold-Pro_Web.woff2") format("woff2"), url("fonts/Decimal-Bold-Pro_Web.woff") format("woff");
}
@font-face {
  font-family: DecimalBoldItalic;
  src: url("fonts/Decimal-BoldItalic-Pro_Web.woff2") format("woff2"), url("fonts/Decimal-BoldItalic-Pro_Web.woff") format("woff");
}
@font-face {
  font-family: DecimalMed;
  src: url("fonts/Decimal-Medium-Pro_Web.woff2") format("woff2"), url("fonts/Decimal-Medium-Pro_Web.woff") format("woff");
}
@font-face {
  font-family: DecimalMedItalic;
  src: url("fonts/Decimal-MediumItalic-Pro_Web.woff2") format("woff2"), url("fonts/Decimal-MediumItalic-Pro_Web.woff") format("woff");
}
@font-face {
  font-family: DecimalSB;
  src: url("fonts/Decimal-Semibold-Pro_Web.woff2") format("woff2"), url("fonts/Decimal-Semibold-Pro_Web.woff") format("woff");
}
@font-face {
  font-family: DecimalSBItalic;
  src: url("fonts/Decimal-SemiboldItalic-Pro_Web.woff2") format("woff2"), url("fonts/Decimal-SemiboldItalic-Pro_Web.woff") format("woff");
}
@font-face {
  font-family: DecimalBook;
  src: url("fonts/Decimal-Book-Pro_Web.woff2") format("woff2"), url("fonts/Decimal-Book-Pro_Web.woff") format("woff");
}
@font-face {
  font-family: DecimalBookItalic;
  src: url("fonts/Decimal-BookItalic-Pro_Web.woff2") format("woff2"), url("fonts/Decimal-BookItalic-Pro_Web.woff") format("woff");
}
@font-face {
  font-family: MercurySemiBoldItalic;
  src: url("fonts/MercuryTextG4-SemiItalic-Pro_Web.woff2") format("woff2"), url("fonts/MercuryTextG4-SemiItalic-Pro_Web.woff") format("woff");
}
@font-face {
  font-family: MercuryBold;
  src: url("fonts/MercurySSm-Bold-Pro_Web.woff2") format("woff2"), url("fonts/MercurySSm-Bold-Pro_Web.woff") format("woff");
}
@font-face {
  font-family: MercuryBoldItalic;
  src: url("fonts/MercurySSm-BoldItalic-Pro_Web.woff2") format("woff2"), url("fonts/MercurySSm-BoldItalic-Pro_Web.woff") format("woff");
}
@font-face {
  font-family: MercuryMedium;
  src: url("fonts/MercurySSm-Medium-Pro_Web.woff2") format("woff2"), url("fonts/MercurySSm-Medium-Pro_Web.woff") format("woff");
}
@font-face {
  font-family: MercuryMediumItalic;
  src: url("fonts/MercurySSm-MediumItalic-Pro_Web.woff2") format("woff2"), url("fonts/MercurySSm-MediumItalic-Pro_Web.woff") format("woff");
}
@font-face {
  font-family: MercuryBook;
  src: url("fonts/MercurySSm-Book-Pro_Web.woff2") format("woff2"), url("fonts/MercurySSm-Book-Pro_Web.woff") format("woff");
}
/**
 * Define media queries
 */
body {
  position: relative;
}

html {
  scroll-behavior: smooth;
}

.broken__anchor {
  position: absolute;
  left: 0px;
  top: -48px;
}

.kag__body-freeze {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
}

.kag__body {
  position: relative;
}

.kag__helper-text {
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: -2000%;
}

.kag__cta {
  border: none;
  border-bottom: 2px solid #AB2016;
  background-color: inherit;
  padding: 0 0 3px 0;
  color: #AB2016;
  font-family: "DecimalMed", sans-serif;
  font-size: 14px;
  cursor: pointer;
}

.kag__button {
  font-family: "DecimalSB", sans-serif;
  font-size: calc(18px + -4 * ((100vw - 375px) / 1065));
  border: 2px solid white;
  background-color: inherit;
  padding: 11px 13px;
  color: white;
  border-radius: 50px;
  width: 100%;
  cursor: pointer;
}
.kag__button::after {
  content: "";
  background: url("img/full-arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 7px;
  position: relative;
  top: 50%;
  transition: all 0.8s ease-in-out;
  transform: translateY(17%);
}
.kag__button:focus {
  background-color: white;
  color: black;
}
.kag__button:focus::after {
  content: "";
  background: url("img/full-arrow-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.kag__black-bgrd {
  background-color: black;
  color: white;
}

.kag__margins {
  padding: 0px 20px;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}

.kag__strike {
  color: #5E5B5A;
  text-decoration: line-through;
}

@media screen and (min-width: 720px) {
  .kag__button {
    padding: 11px 20px;
    width: auto;
    display: block;
    margin: 0 auto;
  }

  .kag__margins {
    padding: 0px 30px;
    max-width: 800px;
  }
}
@media screen and (min-width: 960px) {
  .kag__margins {
    padding: 0px 70px;
    max-width: 1250px;
  }
}
@media screen and (min-width: 1800px) {
  .kag__button {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .kag__button:hover {
    background-color: white;
    color: black;
    transition: all 0.8s ease;
  }
  .kag__button:hover::after {
    content: "";
    background: url("img/full-arrow-black.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(5px, 17%);
  }
}
.header__nav-wrap {
  position: fixed;
  top: 60px;
  right: -100%;
  width: 100%;
  bottom: 0;
  overflow-y: scroll;
  background-color: black;
  transition: all 0.8s;
}

.header__nav-wrap--open {
  width: 100%;
  right: 0;
  transition: all 0.8s;
}

.header__nav-list-item {
  border-bottom: 2px solid #5E5B5A;
  padding: 17px 20px;
}

.header__nav-list-item-link {
  font-size: 16px;
  font-family: "DecimalMed", sans-serif;
  color: white;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 720px) {
  .header__nav-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 80%;
  }

  .header__nav-list-item {
    padding: 30px 0;
    border-bottom: 0;
    width: 47%;
  }
}
@media screen and (min-width: 960px) {
  .header__nav-list {
    justify-content: space-around;
    max-width: 800px;
    width: 100%;
  }
}
@media (hover: hover) {
  .header__nav-list-item-link:hover {
    color: #FF343E;
  }
}
.header__body-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 2px solid white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  z-index: 2;
}

.header__logo-wrap {
  line-height: 0;
  position: relative;
  height: 40px;
  z-index: 3;
}

.header__logo {
  position: absolute;
  top: 0;
  left: 20px;
  width: 40px;
}

.header__nav-cta {
  font-family: "DecimalSB", sans-serif;
  text-transform: uppercase;
  font-size: calc(12px + 6 * ((100vw - 375px) / 1065));
  color: white;
  border: none;
  background-color: inherit;
  letter-spacing: 0.5px;
  padding: 0 20px 0 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header__nav-cta:focus {
  border: none;
  outline: none;
}

.header__nav-cta--active .header__nav-cta-icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.header__nav-cta-icon {
  transition: 0.5s ease-in-out;
  line-height: 0;
  padding: 0 8px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.hero__image {
  margin-bottom: -4px;
}

.hero__image--mobile {
  width: 100%;
}

.hero__image--desktop {
  display: none;
}

.hero__copy-wrap {
  padding-top: 30px;
  padding-bottom: 55px;
}

.hero__title {
  font-family: "MercuryBook", serif;
  font-size: calc(39.34px + 14.3 * ((100vw - 375px) / 1065));
  line-height: 130%;
}

.hero__subtitle {
  font-family: "DecimalSB", sans-serif;
  font-size: 18px;
  line-height: 125%;
  padding: 30px 0 60px;
}

.hero__copy {
  font-family: "MercuryBook", serif;
  font-size: calc(20px + 4 * ((100vw - 375px) / 1065));
  line-height: 140%;
}

.broken__list-wrap {
  padding-bottom: 120px;
}

.broken__item-wrap {
  padding-bottom: 50px;
  position: relative;
}
.broken__item-wrap .open-promise,
.broken__item-wrap .close-promise {
  position: absolute;
  bottom: 50px;
}

.broken__item {
  padding: 45px 20px;
  transition: all 0.2s;
}

.broken__item--promise {
  background-color: black;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  padding-bottom: 0;
}
.broken__item--promise .kag__cta {
  border-bottom: 2px solid #8FABDE;
  color: #8FABDE;
}

.broken__item--promise--open {
  opacity: 1;
  z-index: 1;
}

.broken__item-icon {
  padding-bottom: 50px;
}

.broken__item-copy-wrap {
  max-width: 500px;
  display: block;
  margin: 0 auto;
}

.broken__item-title {
  font-family: "DecimalMed", sans-serif;
  font-size: 28px;
  padding-bottom: 45px;
}

.broken__item-subtitle {
  font-family: "DecimalSB", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 20px;
}

.broken__item-copy {
  font-family: "DecimalBook", sans-serif;
  font-size: calc(18px + -2 * ((100vw - 375px) / 1065));
  line-height: 140%;
  padding-bottom: 10px;
}

.broken__item-copy-link {
  font-family: "DecimalSB", sans-serif;
  color: #F2F4F8;
  font-size: 12px;
  text-decoration: none;
  border-bottom: 2px solid white;
  padding-bottom: 3px;
  transition: 0.5s ease-in-out;
  display: block;
  width: fit-content;
  margin-top: 10px;
}
.broken__item-copy-link:focus {
  color: #FF343E;
  border-bottom: 2px solid #FF343E;
}

.footer__form-wrap {
  border-bottom: 1px solid white;
  padding: 110px 0 150px;
}

.footer__form-title {
  font-family: "MercuryBook", serif;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  padding-bottom: 30px;
}

.footer__form-input-wrap {
  display: flex;
  flex-flow: column-reverse;
}

.footer__form-input {
  font-family: "DecimalMed", sans-serif;
  font-size: calc(18px + -4 * ((100vw - 375px) / 1065));
  color: black;
  background-color: white;
  border: none;
  text-transform: none;
  border-radius: 6px;
  display: block;
  padding: 16px 12px;
  text-align: left;
  margin-bottom: 25px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
  cursor: text;
}

.footer__form-input-label,
.footer__form-input {
  transition: all 0.2s;
  touch-action: manipulation;
}

.footer__form-input:placeholder-shown + .footer__form-input-label {
  cursor: text;
  font-size: calc(18px + -4 * ((100vw - 375px) / 1065));
  white-space: nowrap;
  overflow: hidden;
  padding-left: 12px;
  text-transform: none;
  font-family: "DecimalMed", sans-serif;
  color: #5E5B5A;
  transform-origin: left bottom;
  transform: translate(0, 35px) scale(1);
  text-align: left;
}

.footer__form-input-label {
  line-height: 112%;
}

::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}

::-moz-placeholder {
  opacity: 0;
  transition: inherit;
}

::-ms-input-placeholder {
  opacity: 0;
  transition: inherit;
}

.footer__form-input:focus::-webkit-input-placeholder {
  color: #5E5B5A;
  opacity: 1;
}

.footer__form-input:focus::-moz-placeholder {
  color: #5E5B5A;
  opacity: 1;
}

.footer__form-input:focus::-ms-input-placeholder {
  color: #5E5B5A;
  opacity: 1;
}

.footer__form-input:not(:placeholder-shown) + .footer__form-input-label,
.footer__form-input:focus + .footer__form-input-label {
  font-family: "DecimalMed", sans-serif;
  font-size: calc(18px + -4 * ((100vw - 375px) / 1065));
  transform: translate(0, -0.5rem) scale(1);
  color: #F2F4F8;
  padding: 0;
  text-transform: none;
  text-align: left;
  cursor: pointer;
}

.footer__form-input:-webkit-autofill + .footer__form-input-label,
.footer__form-input:-webkit-autofill:hover + .footer__form-input-label,
.footer__form-input:-webkit-autofill:focus + .footer__form-input-label {
  font-family: "DecimalMed", sans-serif;
  font-size: calc(18px + -4 * ((100vw - 375px) / 1065));
  transform: translate(0, -0.5rem) scale(1);
  color: #F2F4F8;
  padding: 0;
  text-transform: none;
  text-align: left;
  cursor: pointer;
}

.footer__copy-wrap {
  padding: 65px 0 120px;
}

.footer__logo {
  display: block;
  margin: 0 auto;
}

.footer__legal-credit {
  border: 1px solid white;
  font-family: "DecimalBook", sans-serif;
  font-size: 9.33px;
  line-height: 150%;
  text-align: center;
  padding: 10px 20px;
  width: 90%;
  display: block;
  margin: 30px auto;
  max-width: 250px;
}

.footer__legal-copyright {
  font-family: "DecimalMed", sans-serif;
  font-size: 8.66px;
  text-align: center;
}

.donate__body-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 8px solid #FF343E;
  padding: 20px 30px;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  z-index: 1;
}

@media screen and (min-width: 720px) {
  .header__body-wrap {
    height: 65px;
  }

  .header__logo {
    width: auto;
  }

  .hero__image--mobile {
    display: none;
  }

  .hero__image--desktop {
    display: block;
    background-image: url("img/hero-img-desktop.jpg");
    height: 60vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero__copy-wrap {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .hero__subtitle {
    padding: 30px 0 90px;
  }

  .hero__copy {
    max-width: 600px;
    display: block;
    margin: 0 auto;
  }

  .broken__body-wrap {
    padding: 0;
    max-width: none;
  }

  .broken__list-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .broken__item-wrap {
    width: 50%;
    padding-bottom: 30px;
  }

  .broken__item {
    padding: 50px 30px;
  }

  .broken__item-title {
    padding-bottom: 30px;
  }

  .footer__form-wrap {
    padding: 120px 0;
  }
  .footer__form-wrap .kag__margins {
    max-width: 500px;
  }

  .footer__form-title {
    padding-bottom: 35px;
  }

  .footer__form {
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  .footer__copy-wrap {
    padding: 60px 0 80px;
  }

  .footer__copy-body {
    display: flex;
    justify-content: space-between;
  }

  .footer__logo {
    margin: 0;
  }

  .footer__copy-legal-wrap {
    width: 70%;
  }

  .footer__copy-legal {
    width: 50%;
    float: right;
  }

  .footer__legal-credit {
    padding: 10px 20px;
    width: 80%;
    margin: 0 auto 15px;
  }
}
@media screen and (min-width: 960px) {
  .header__body-wrap {
    height: 72px;
  }

  .hero__copy-wrap {
    padding-top: 50px;
    padding-bottom: 195px;
  }

  .hero__subtitle {
    padding: 25px 0 125px;
  }

  .broken__list-wrap {
    max-width: 1250px;
    margin: 0 auto;
  }

  .broken__item {
    padding: 50px 70px;
  }

  .footer__form-wrap {
    padding: 140px 0;
  }

  .footer__form {
    max-width: 370px;
  }
}
@media screen and (min-width: 1200px) {
  .hero__image--desktop {
    height: 43vw;
  }

  .hero__copy-wrap {
    padding-top: 55px;
    padding-bottom: 175px;
  }

  .hero__subtitle {
    padding: 32px 0 145px;
  }

  .broken__list-wrap {
    max-width: 1800px;
    margin: 0 auto;
  }
  .broken__list-wrap::after {
    content: "";
    width: 33.33%;
  }

  .broken__item-wrap {
    width: 33.33%;
  }
  .broken__item-wrap .open-promise,
.broken__item-wrap .close-promise {
    position: absolute;
    bottom: 60px;
  }

  .broken__item {
    padding: 80px 50px;
  }

  .broken__item-subtitle {
    padding-bottom: 15px;
  }

  .footer__form-input:placeholder-shown + .footer__form-input-label {
    transform: translate(0, 33px) scale(1);
  }

  .footer__form-input:not(:placeholder-shown) + .footer__form-input-label,
.footer__form-input:focus + .footer__form-input-label {
    font-size: calc(18px + -4 * ((100vw - 375px) / 1065));
    transform: translate(0, -0.5rem) scale(1);
  }

  .footer__form-input:-webkit-autofill + .footer__form-input-label,
.footer__form-input:-webkit-autofill:hover + .footer__form-input-label,
.footer__form-input:-webkit-autofill:focus + .footer__form-input-label {
    transform: translate(0, -0.5rem) scale(1);
  }

  .footer__copy-wrap {
    padding: 60px 0 80px;
  }
}
@media screen and (min-width: 1800px) {
  .header__nav-cta {
    font-size: 20px;
  }

  .hero__title {
    font-size: 58px;
  }

  .hero__copy {
    font-size: 26px;
  }

  .broken__item-copy {
    font-size: 18px;
  }

  .footer__form-input {
    font-size: 16px;
  }

  .footer__form-input:placeholder-shown + .footer__form-input-label {
    font-size: 16px;
  }

  .footer__form-input:not(:placeholder-shown) + .footer__form-input-label,
.footer__form-input:focus + .footer__form-input-label {
    font-size: 16px;
  }

  .footer__form-input:-webkit-autofill + .footer__form-input-label,
.footer__form-input:-webkit-autofill:hover + .footer__form-input-label,
.footer__form-input:-webkit-autofill:focus + .footer__form-input-label {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .broken__item-copy-link:hover {
    color: #FF343E;
    border-bottom: 2px solid #FF343E;
  }
}

/*# sourceMappingURL=main.css.map */
