.lp {
  overflow: hidden;
  padding: 0 1.25rem 6.25rem;
}
@media (min-width: 23.25em) {
  .lp {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 48em) {
  .lp {
    overflow: visible;
  }
}

@media (min-width: 72em) {
  .lp-top {
    max-width: 65rem;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 0 0 0.3125rem 0.3125rem;
  }
}

.lp-top__inner {
  margin: 0 -3.25rem;
  position: relative;
}
@media (min-width: 48em) {
  .lp-top__inner {
    margin: 0 -1.875rem;
  }
}
@media (min-width: 75em) {
  .lp-top__inner {
    margin-bottom: 0;
  }
}

.lp-top__title {
  padding: 2.5rem 3.25rem 1.875rem;
  line-height: 1;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 48em) {
  .lp-top__title {
    padding: 2.5rem 0;
  }
}
@media (min-width: 60em) {
  .lp-top__title {
    padding: 3.125rem 0 2.5rem;
  }
}
.lp-top__title span {
  display: block;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0.625rem 0.3125rem;
  line-height: 1.2;
}
@media (min-width: 25.875em) {
  .lp-top__title span {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 48em) {
  .lp-top__title span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 60em) {
  .lp-top__title span {
    font-size: 36px;
    font-size: 2.25rem;
    letter-spacing: 0.5em;
  }
}
.lp-top__title strong {
  display: block;
  padding-top: 10rem;
  height: 0;
  text-indent: -999rem;
  background: url(../png/text_nigerianchristians_stacked.png) center no-repeat;
  background-size: contain;
}
@media (min-width: 48em) {
  .lp-top__title strong {
    background-image: url(../png/text_nigerianchristians.png);
    padding-top: 6rem;
  }
}
@media (min-width: 60em) {
  .lp-top__title strong {
    padding-top: 8.5rem;
  }
}

.lp-top__title-part--1,
.lp-top__title-part--2,
.lp-top__title-part--3 {
  animation: lpTopShow 0.5s ease;
  animation-fill-mode: both;
}

.lp-top__title-part--1 {
  animation-delay: 0.5s;
}

.lp-top__title-part--2 {
  animation-delay: 0.75s;
}

@keyframes lpTopShow {
  0% {
    opacity: 0;
    transform: translateY(1.25rem);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.lp-top__photo img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 24em) {
  .lp-top__photo img {
    height: 15rem;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
}
@media (min-width: 48em) {
  .lp-top__photo img {
    height: 20rem;
  }
}
@media (min-width: 66em) {
  .lp-top__photo img {
    height: 22.5rem;
  }
}
@media (min-width: 72em) {
  .lp-top__photo img {
    height: 25rem;
    object-position: top;
  }
}

@media (min-width: 48em) {
  .lp-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 5rem;
    max-width: 60rem;
    margin: 0 auto;
    padding: 0 1.25rem 2.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #ddd;
  }
}
@media (min-width: 60em) {
  .lp-content {
    padding: 0 2.5rem 2.5rem;
  }
}
.lp-content .donations {
  margin-bottom: 2.5rem;
}
@media (min-width: 48em) {
  .lp-content .donations {
    border-bottom: none;
    margin-bottom: 0;
  }
}
@media (min-width: 48em) {
  .lp-content .donations__inner {
    position: sticky;
    top: 1.875rem;
  }
}

.lp-content__content {
  margin: 0 auto;
  max-width: 25rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 48em) {
  .lp-content__content {
    max-width: none;
    padding-bottom: 0;
  }
}
@media (min-width: 60em) {
  .lp-content__content {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.lp-content__content ul {
  margin-top: 0.3125rem;
  padding-left: 1.875rem;
}
.lp-content__content li {
  padding-bottom: 1rem;
}

@media (min-width: 48em) {
  .donations {
    border-bottom: none;
    position: sticky;
    top: 1.875rem;
  }
}
.donations .title {
  padding-left: 0;
}

.field--donation .field__input-wrapper {
  position: relative;
  left: 0;
}
.field--donation label {
  padding: 0;
}

.lp-share-band {
  padding-top: 2.5rem;
}

.lp-your-email label,
.ordersummary .ordersummary__total .ordersummary__total-label,
.field--donation label strong,
.lp .title--minor {
  color: #1f668d;
}

.field--submit [type=submit] {
  background: #1f668d;
}