/*
Global
----------------------------
*/
html.page-espy-week {
  background: #0e3c50 !important;
  margin-top: 0 !important;
}

.espy-wrapper {
  background: linear-gradient(-42deg, #e6e6e7, #e6e6e7 27%, #fff 27%, #fff);
}

/*
Header
----------------------------
*/
header {
  background-color: #0e3c50;
  padding-bottom: 39px;
  position: relative;
}

header:before {
  content: "";
  display: block;
  width: 100%;

  background: linear-gradient(44deg, #4294b133, #4294b133 36.4%, transparent 36.4%, transparent);

  position: absolute;
  top: 0;
  bottom: -25px;
  left: 0;
  z-index: 100;
}

.espy-logo {
  max-width: 1136px;
  padding-top: 24px;
  margin: 0 auto 42px;

  position: relative;
  z-index: 110;
}

.espy-headline {
  max-width: 954px;
  margin: 0 auto;

  position: relative;
  z-index: 110;
}

.espy-headline .h1 {
  margin-bottom: 18px;
}

.espy-headline .h1 > span:first-child {
  font-size: 1.165em;
  color: #4dabcb;
}

.espy-headline .h1 > span:last-child {
  color: #fff;
}

.espy-headline .h2 {
  font-size: 44px;
  letter-spacing: 0.01em;
  color: #fff;
}

@media (max-width: 1176px) {
  header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .espy-headline {
    text-align: center;
  }
}

@media (max-width: 700px) {
  .espy-logo img {
    width: 160px;
  }

  .espy-headline .h1 {
    font-size: 60px;
  }

  .espy-headline .h2 {
    font-size: 23px;
  }
}

/*
Donations
----------------------------
*/
.espy-donations {
  max-width: 1192px;
  padding: 56px 0 42px 121px;
  margin: 0 auto;

  position: relative;
}

.espy-image {
  display: block;
  width: 100%;
  max-width: 519px;
  margin: 0;

  position: absolute;
  top: -66px;
  right: 0;
  z-index: 100;
}

.espy-image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;

  background: linear-gradient(-42deg, #0e3c50, #0e3c50 36%, transparent 36%, transparent);

  position: absolute;
  right: -20px;
  bottom: -20px;
  z-index: -1;
}

.espy-donations .vf-button-wrapper[data-button-style="red"] {
  float: none;
  margin: 0 0 35px;
}

.espy-donations .vf-button-wrapper[data-button-style="red"] .vf-button {
  display: flex;
  flex-direction: column;
  justify-content: center;

  width: 364px;
  min-width: 0;
  height: 115px;

  font-family: Avenir Next, Avenir, Avenir LT Std, sans-serif;
  font-size: 18px;
  letter-spacing: 0.005em;
  line-height: 1;
  color: #fff;

  background: linear-gradient(50deg, #c4312d, #c4312d 39%, #ee3b36 39%, #ee3b36);
}

.espy-donations .vf-button-wrapper[data-button-style="red"] .vf-button:hover {
  background: #c4312d;
  opacity: 1;
}

.espy-donations .vf-button-wrapper[data-button-style="red"] .vf-button span {
  display: block;
  font-family: Tungsten A,Tungsten B,DINCondensed-Bold,AvenirNextCondensed-DemiBold,Arial Narrow,sans-serif;
  font-size: 59px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #fff;
}

.espy-donations .vf-button-wrapper[data-button-style="red"] .vf-button em {
  display: block;
  letter-spacing: 0.01em;
  margin-bottom: 6px;
}

.espy-donations .HDP {
  height: auto;
  font-size: 46px;
  letter-spacing: 0.02em;
  line-height: 44px;
  color: #4294b1;

  margin-bottom: 20px;
}

.espy-donations .HDP:after {
  content: "";
  display: block;
  clear: both;
}

.espy-donations .HDP-point {
  height: auto;
  font-size: 112px;
  line-height: 1;
  margin: -13px 4px 0 0;
  background: linear-gradient(180deg,transparent 86%,#ee3b34e6 0,#ee3b34e6 93%,transparent 0);
}

.espy-note {
  font-size: 23px;
  font-style: italic;
  color: #0e3c50;
}

@media (max-width: 1192px) {
  .espy-donations {
    padding-left: 20px;
  }

  .espy-image {
    top: -33px;
  }
}

@media (max-width: 1192px) {
  .espy-donations {
    display: flex;
    flex-direction: column;
    align-items: center;

    padding-right: 20px;
  }

  .espy-image {
    position: relative;
    top: auto;
  }

  .espy-donations .HDP {
    margin-left: -180px;
  }

  .espy-note {
    margin-bottom: 34px;
  }
}

@media (max-width: 676px) {
  .espy-donations .vf-button-wrapper[data-button-style="red"] {
    margin-bottom: 20px;
  }

  .espy-donations .vf-button-wrapper[data-button-style="red"] .vf-button {
    width: 280px;
  }

  .espy-donations .HDP {
    text-align: center;
    white-space: normal;
    margin-left: 0;
  }

  .espy-donations .HDP p {
    width: 100%;
  }

  .espy-donations .HDP-point {
    display: inline-block;
    float: none;
    margin: 0;
  }

  .espy-note {
    text-align: center;
  }
}

/*
About
----------------------------
*/
.espy-about {
  background-color: #4294b1;
  padding: 28px 0;
}

.espy-about p {
  text-align: center;
}

.espy-about a {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
}

.espy-about a:hover {
  color: #fff;
}

.espy-about a:after {
  transform: scaleX(-1);
}

/*
Footer
----------------------------
*/
.Footer {
  background-color: #0e3c50 !important;
}

.footer--container {
  max-width: 1086px;
  padding: 64px 0 31px;
  margin: 0 auto;
  position: relative;
}

.footer--list {
  display: flex;
  justify-content: center;
  align-items: center;

  margin-bottom: 70px;
}

.footer--list a,
.footer--list img {
  display: block;
}

.footer--sublist {
  display: flex;
  justify-content: center;
  align-items: center;

  margin: 0 67px 0 45px;
}

.footer--sublist a + a {
  margin-left: 26px;
}

.footer--sublist a:nth-child(2) {
  padding-left: 24px;
}

.footer--nav {
  margin-bottom: 36px;
}

.footer--heading {
  font-weight: 600;
  margin-bottom: 14px;
}

.footer--links {
  display: flex;
}

.footer--links a {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 28px;
  height: 28px;
  background-color: #4294b1;
}

.footer--links a + a {
  margin-left: 12px;
}

.footer--meta {
  font-size: 13px;
  text-align: center;
}

.footer--elevator {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 50px;
  height: 50px;

  background-color: #217691;
  border-radius: 100%;

  position: absolute;
  top: 94px;
  right: 0;
}

.footer--elevator img {
  display: inline-block;
  width: 31px;
}

@media (max-width: 1022px) {
  .Footer {
    padding: 0 20px;
  }

  .footer--container {
    padding: 32px 0 20px;
  }

  .footer--list {
    flex-direction: column;

    margin-bottom: 36px;
  }

  .footer--sublist {
    padding: 20px 0;
    margin: 0;
  }

  .footer--elevator {
    display: none;
  }
}