.site-wrapper-outer {
  background: white url(../jpg/bg-8.jpg) center top no-repeat;
  background-size: 100% auto;
}

.lp-nojs {
  background-color: #9c423f;
  padding: 5rem 1.25rem;
  opacity: 0;
  animation: showNOJS 1s ease 1.5s;
  animation-fill-mode: both;
  text-align: center;
}
.js .lp-nojs {
  display: none;
}

.lp-nojs__inner {
  color: white;
  margin: 0 auto;
  max-width: 24rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 48em) {
  .lp-nojs__inner {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.2;
    max-width: 25rem;
  }
}

@keyframes showNOJS {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lp {
  padding: 1.875rem;
}
.lp .is-hidden {
  display: none;
}
.lp form {
  display: none;
}
.js .lp form {
  display: block;
}

.lp-inner {
  margin: 0 auto;
  max-width: 36rem;
}
@media (min-width: 60em) {
  .lp-inner {
    max-width: none;
    display: grid;
    grid-column-gap: 3.75rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    padding: 2.5rem;
  }
}
@media (min-width: 76em) {
  .lp-inner {
    max-width: 66rem;
  }
}
@supports (display: grid) {
  @media (min-width: 76em) {
    .lp-inner {
      margin: 0 auto;
      max-width: 76rem;
      padding-top: 3.75rem;
      padding-bottom: 0;
    }
  }
}

.lp-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0.625rem -0.625rem 1.875rem;
  text-align: center;
  position: relative;
}
@media (min-width: 30em) {
  .lp-title {
    margin: 1.25rem auto 1.875rem;
  }
}
@media (min-width: 48em) {
  .lp-title {
    margin-top: 1.875rem;
  }
}
@media (min-width: 60em) {
  .lp-title {
    margin: 0 0 1.875rem;
    grid-column: 1/3;
  }
}
@media (min-width: 76em) {
  .lp-title {
    margin-bottom: 2.5rem;
  }
}

.lp-title__logo {
  background: url(../png/title-2.png) center no-repeat;
  background-size: contain;
  height: 10rem;
  display: block;
  text-indent: -999rem;
}
@media (min-width: 25.875em) {
  .lp-title__logo {
    height: 12.5rem;
  }
}
@media (min-width: 48em) {
  .lp-title__logo {
    height: 17.5rem;
  }
}
@media (min-width: 60em) {
  .lp-title__logo {
    height: 21.25rem;
  }
}

.lp-title__star {
  position: absolute;
  bottom: -6.25rem;
  left: -0.625rem;
  height: 7.25rem;
  width: 7.25rem;
}
@media (min-width: 25.875em) {
  .lp-title__star {
    left: 50%;
    margin-left: -11.25rem;
  }
}
@media (min-width: 48em) {
  .lp-title__star {
    left: auto;
    right: -3.125rem;
    top: -2.5rem;
    bottom: auto;
    margin-left: 0;
  }
}
@media (min-width: 60em) {
  .lp-title__star {
    left: 50%;
    right: auto;
    margin-left: 16.75rem;
    top: -2.5rem;
  }
}
.lp-title__star svg {
  max-width: 100%;
  height: 100%;
}

.lp-title__star-text {
  position: absolute;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 10px;
  font-size: 0.625rem;
  margin-top: -0.125rem;
}
.lp-title__star-text strong {
  font-size: 26px;
  font-size: 1.625rem;
}
.lp-title__star-text span {
  color: white;
  font-weight: bold;
  padding-bottom: 0.2rem;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
}

.lp-photo {
  max-width: 20rem;
  margin: 0 auto 1.25rem;
}
@media (min-width: 60em) {
  .lp-photo {
    margin: -0.625rem -1.875rem 0 -3.75rem;
    max-width: none;
  }
}
.lp-photo img {
  display: block;
  margin: 0 auto;
}

.lp-content {
  margin-bottom: 5rem;
}
@media (min-width: 60em) {
  .lp-content {
    line-height: 1.6;
  }
}
@supports (display: grid) {
  @media (min-width: 60em) {
    .lp-content {
      margin-bottom: 0;
      margin-top: 0;
    }
  }
}
.lp-content article {
  margin-bottom: 1.25rem;
}
.lp-content article ul {
  margin: 0 0 1.25rem;
  padding-left: 1.5rem;
}
.lp-content article li {
  margin-bottom: 0.625rem;
}

.lp-tax-disclaimer {
  border-top: 1px solid #ddd;
  font-size: 10px;
  font-size: 0.625rem;
  padding-top: 1.875rem;
  text-align: center;
  max-width: 42rem;
  margin: 3.75rem auto 0;
}

.lp-give__sub {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}

.give-options {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0.625rem;
  list-style: none;
  margin: 0 -0.625rem 0.625rem;
  padding: 0;
}
@media (min-width: 60em) {
  .give-options {
    margin: 0 0 0.625rem;
    max-width: 30rem;
  }
}
.give-options li {
  display: flex;
  justify-content: center;
}
.give-options label {
  flex: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: #9c423f;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.11);
  border: 2px solid #9c423f;
  border-radius: 0.375rem;
  padding: 0.625rem 0.5rem;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
  transition: all 0.2s ease;
}
@media (min-width: 72em) {
  .give-options label {
    font-size: 16px;
    font-size: 1rem;
  }
}
.give-options label:hover {
  background-color: rgba(156, 66, 63, 0.75);
  border-color: rgba(156, 66, 63, 0.75);
  color: white;
  cursor: pointer;
}
.give-options input:checked + label {
  background-color: #9c423f;
  color: white;
}
.give-options input {
  position: absolute;
  left: -999em;
}

.field--free-check {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.field--donation {
  background-color: rgba(100, 159, 183, 0.2);
  border-radius: 0.25rem;
  padding: 1.25rem;
  margin: 0 -0.625rem;
}
@media (min-width: 72em) {
  .field--donation {
    display: flex;
    margin: 0;
    max-width: 30rem;
    justify-content: center;
    align-items: baseline;
  }
}
.field--donation label {
  padding: 0;
}
@media (min-width: 72em) {
  .field--donation label {
    margin-bottom: 0;
    padding-right: 0.625rem;
  }
}
.field--donation .field__input-wrapper {
  padding-bottom: 0;
  position: relative;
  left: 0;
}

.lp-share-band {
  padding-top: 2.5rem;
}