.lp {
  background: #f1e9d9 url(../jpg/bg-6.jpg) center top repeat-x;
  background-attachment: fixed;
  padding-bottom: 5rem;
  overflow: hidden;
}
@media (min-width: 76em) {
  .lp {
    padding-bottom: 7.5rem;
  }
}

.lp-main {
  margin: 0 auto;
  max-width: 35rem;
  padding: 7.5rem 1.875rem 3.75rem;
  position: relative;
}
@media (min-width: 23.25em) {
  .lp-main {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 48em) {
  .lp-main {
    max-width: none;
    padding: 10rem 3.75rem 3.75rem;
  }
}

.lp-inner {
  margin: 0 auto;
  max-width: 55rem;
}

.lp-decal {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 50%;
}

.lp-decal--map {
  background-image: url(../png/decal_map.png);
  opacity: 0.2;
  height: 20rem;
  width: 40rem;
  top: -5rem;
  margin-left: -17.5rem;
}
@media (min-width: 25.875em) {
  .lp-decal--map {
    height: 30rem;
    width: 60rem;
    top: -10rem;
    margin-left: -27rem;
  }
}
@media (min-width: 48em) {
  .lp-decal--map {
    height: 50rem;
    width: 100rem;
    top: -25rem;
    opacity: 0.25;
    margin-left: -51.25rem;
  }
}

.lp-decal--stamps {
  background-image: url(../png/decal_stamps.png);
  height: 10rem;
  opacity: 0.65;
  width: 30rem;
  top: -4rem;
  margin-left: -15rem;
}
@media (min-width: 48em) {
  .lp-decal--stamps {
    height: 20rem;
    width: 50rem;
    top: -10rem;
    margin-left: -25rem;
  }
}
@media (min-width: 72em) {
  .lp-decal--stamps {
    height: 24rem;
    width: 60rem;
    top: -13rem;
    margin-left: -30rem;
  }
}

.lp-title {
  color: #a62629;
  line-height: 1.1;
  margin: 0 0 1.875rem;
  text-align: center;
  position: relative;
  font-size: 34px;
  font-size: 2.125rem;
  text-transform: uppercase;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (min-width: 24em) {
  .lp-title {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media (min-width: 25.875em) {
  .lp-title {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media (min-width: 48em) {
  .lp-title {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media (min-width: 60em) {
  .lp-title {
    font-size: 72px;
    font-size: 4.5rem;
    max-width: 55rem;
    margin: 0 auto 2.5rem;
  }
}

.lp-title--cb-offer div {
  margin-bottom: 1.25rem;
}
.lp-title--cb-offer img {
  display: block;
  margin: 0 auto 0.875rem;
  max-width: 8.75rem;
}
@media (min-width: 60em) {
  .lp-title--cb-offer img {
    max-width: 10rem;
    margin-bottom: 1rem;
  }
}
.lp-title--cb-offer strong {
  color: #294f73;
  display: block;
  font-weight: normal;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 60em) {
  .lp-title--cb-offer strong {
    font-size: 16px;
    font-size: 1rem;
  }
}
.lp-title--cb-offer span {
  font-size: 35px;
  font-size: 2.1875rem;
  letter-spacing: 0.05em;
}
@media (min-width: 24em) {
  .lp-title--cb-offer span {
    font-size: 41px;
    font-size: 2.5625rem;
  }
}
@media (min-width: 25.875em) {
  .lp-title--cb-offer span {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
@media (min-width: 48em) {
  .lp-title--cb-offer span {
    font-size: 62px;
    font-size: 3.875rem;
  }
}
@media (min-width: 60em) {
  .lp-title--cb-offer span {
    font-size: 84px;
    font-size: 5.25rem;
    max-width: 55rem;
    margin: 0 auto 2.5rem;
  }
}

.lp-video {
  margin: 0 -1.875rem 1.875rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}
@media (min-width: 48em) {
  .lp-video {
    margin-bottom: 3.75rem;
  }
}

.lp-video-wrap {
  padding-top: 56.25%;
  position: relative;
}
.lp-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
}

.lp-content {
  max-width: 45rem;
  margin: 0 auto;
  padding-bottom: 8.75rem;
}
@media (min-width: 48em) {
  .lp-content {
    padding-bottom: 0;
  }
}
@media (min-width: 60em) {
  .lp-content {
    line-height: 1.6;
  }
}
.lp-content article {
  margin-bottom: 1.25rem;
}
@media (min-width: 48em) {
  .lp-content article {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 54em) {
  .lp-content article {
    margin-bottom: 3.75rem;
  }
}
.lp-content article p {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 48em) {
  .lp-content article p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 60em) {
  .lp-content article p {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.lp-get-involved-option {
  background-color: rgba(255, 255, 255, 0.65);
  padding: 1.25rem;
  border-radius: 0.25rem;
  margin-bottom: 3.75rem;
}
@media (min-width: 23.25em) {
  .lp-get-involved-option {
    padding: 1.875rem;
  }
}
@media (min-width: 48em) {
  .lp-get-involved-option {
    padding-left: 10rem;
    position: relative;
  }
}
@media (min-width: 54em) {
  .lp-get-involved-option {
    max-width: 45rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
    padding: 2.5rem 2.5rem 1.875rem 10rem;
  }
}
@media (min-width: 60em) {
  .lp-get-involved-option {
    padding-left: 12.5rem;
  }
}

.lp-get-involved-option__sub {
  margin: -7.5rem 0 1rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.3em;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 48em) {
  .lp-get-involved-option__sub {
    margin-top: 0;
    margin-bottom: 0.375rem;
  }
}

.lp-get-involved-option__title {
  text-align: center;
  color: #a62629;
  line-height: 1;
  text-transform: uppercase;
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0 0 0.625rem;
}

@media (min-width: 48em) {
  .lp-get-involved-option__photo {
    position: absolute;
    left: -1.25rem;
    top: 50%;
    margin-top: -7rem;
  }
}
@media (min-width: 60em) {
  .lp-get-involved-option__photo {
    margin-top: -9.5rem;
    left: -1.875rem;
  }
}
.lp-get-involved-option__photo img {
  display: block;
  margin: 0 auto;
  width: 8.75rem;
}
@media (min-width: 60em) {
  .lp-get-involved-option__photo img {
    width: 12rem;
  }
}

.lp-get-involved-option__desc *:last-child {
  padding-bottom: 0;
}

.lp-retailers {
  background-color: #752426;
  color: white;
  margin: 2.5rem 0 -5rem;
  padding: 2.5rem 1.875rem;
  text-align: center;
}
@media (min-width: 48em) {
  .lp-retailers {
    padding: 5rem;
  }
}
@media (min-width: 76em) {
  .lp-retailers {
    margin-bottom: -7.5rem;
  }
}

.lp-retailers h2 {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #fce8c5;
}
@media (min-width: 72em) {
  .lp-retailers h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.lp-retailers ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 48em) {
  .lp-retailers ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.lp-retailer a {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 5rem;
  width: 7.5rem;
  margin: 0 auto;
  text-indent: -999rem;
}
@media (min-width: 48em) {
  .lp-retailer a {
    margin: 0 1.25rem;
  }
}
.lp-retailer a:hover {
  opacity: 0.7;
}

.lp-retailer--amazon a {
  background-image: url(../png/logo_amazon.png);
}

.lp-retailer--cbd a {
  background-image: url(../png/logo_cbd.png);
}

.lp-retailer--lifeway a {
  background-image: url(../logo_lifeway61ea.html);
}

.lp-retailer--bn a {
  background-image: url(../png/logo_bn.png);
}

.lp-offer {
  padding-bottom: 3.75rem;
  margin: 0 auto;
  max-width: 67.5rem;
}

.products__ordersummary-type .title,
.ordersummary .ordersummary__item {
  border-bottom-color: #ccbca7;
}

.lp-give {
  margin: 0 auto;
  max-width: 30rem;
}

.lp-give__sub {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .lp-give__sub {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.give-options {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0.625rem;
  list-style: none;
  margin: 0 0 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: #a62629;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.11);
  border: 2px solid #a62629;
  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(166, 38, 41, 0.75);
  border-color: rgba(166, 38, 41, 0.75);
  color: white;
  cursor: pointer;
}
.give-options input:checked + label {
  background-color: #a62629;
  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(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  padding: 1.25rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 72em) {
  .field--donation {
    display: flex;
    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-bulk-pricing {
  font-style: italic;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
.lp-bulk-pricing a {
  font-weight: normal;
}

.lp-tax-disclaimer {
  border-top: 1px solid #ccbca7;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 1.875rem 0.625rem 0;
  text-align: center;
  max-width: 45rem;
  margin: 3.75rem auto 0;
}

.lp-your-country label {
  color: #a62629;
}