.dialog {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1001;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3.125rem 0.5rem 7.5rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
}
@media (min-width: 23em) {
  .dialog {
    padding: 3.125rem 1.25rem 7.5rem;
  }
}
.dialog[aria-hidden=false] {
  animation-name: showDialog;
  animation-duration: 0.3s;
  display: block;
}

@keyframes showDialog {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.dialog__close {
  position: absolute;
  right: 0.625rem;
  top: 1.1rem;
  background-color: transparent;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.15rem;
}
@media (min-width: 23em) {
  .dialog__close {
    right: 1.25rem;
  }
}
@media (min-width: 32em) {
  .dialog__close {
    right: auto;
    left: calc(50% + 9rem);
  }
}

.dialog__inner {
  background-color: white;
  padding: 1.5rem 1.25rem;
  color: #5b5e63;
  margin: 0 auto;
  max-width: 30rem;
  border-radius: 0.3125rem;
}
@media (min-width: 23em) {
  .dialog__inner {
    padding: 1.875rem;
  }
}
.dialog[aria-hidden=false] .dialog__inner {
  animation-name: showDialogForm;
  animation-duration: 0.3s;
  animation-timing-function: ease;
}

@keyframes showDialogForm {
  0% {
    transform: translateY(5rem) scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.gpg-embedded .site-header,
.gpg-embedded .site-footer {
  display: none;
}

.gpg-embedded .lp-top {
  background-color: #00626f;
}

.lp-subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin: 0 0 3.75rem;
}
@media (min-width: 48em) {
  .lp-subtitle {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.gpg-embedded .lp-subtitle {
  margin-bottom: 1.25rem;
}
@media (min-width: 32em) {
  .gpg-embedded .lp-subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.gpg-embedded .lp-subtitle__text {
  display: none;
}
@media (min-width: 32em) {
  .gpg-embedded .lp-subtitle__text {
    display: block;
  }
}

.lp-title {
  padding: 0.625rem 0.375rem 1.25rem;
}
@media (min-width: 23.25em) {
  .lp-title {
    padding: 1rem 1rem 1.25rem;
  }
}
@media (min-width: 32em) {
  .lp-title {
    padding: 1.25rem;
  }
}
@media (min-width: 48em) {
  .lp-title {
    padding: 1.75rem;
  }
}
@media (min-width: 60em) {
  .lp-title {
    padding: 2.5rem;
  }
}
.gpg-embedded .lp-title {
  padding: 0.875rem 1.5rem;
}
.lp-title h1 {
  font-weight: normal;
  margin: 0;
}
.gpg-embedded .lp-title h1 {
  margin: 0 auto;
  max-width: 75rem;
}
@media (min-width: 48em) {
  .gpg-embedded .lp-title h1 {
    display: flex;
    align-items: center;
  }
}
.lp-title a {
  display: block;
  font-weight: normal;
  margin: 0 auto;
  max-width: 60rem;
  border-radius: 0.25rem;
}
.lp-title a:hover {
  background-color: rgba(0, 129, 147, 0.15);
  color: #008193;
}
.lp-title .lp-title__inner {
  color: #5b5e63;
  max-width: 98.75rem;
  margin: 0 auto 0.3125rem;
  font-size: 13px;
  font-size: 0.8125rem;
  text-decoration: none;
  padding: 0.625rem;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 23.25em) {
  .lp-title .lp-title__inner {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 25.875em) {
  .lp-title .lp-title__inner {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 32em) {
  .lp-title .lp-title__inner {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 36em) {
  .lp-title .lp-title__inner {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 48em) {
  .lp-title .lp-title__inner {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (min-width: 60em) {
  .lp-title .lp-title__inner {
    font-size: 36px;
    font-size: 2.25rem;
    letter-spacing: 0.5em;
  }
}
@media (min-width: 84em) {
  .lp-title .lp-title__inner {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.gpg-embedded .lp-title .lp-title__inner {
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 60em) {
  .gpg-embedded .lp-title .lp-title__inner {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.lp-title img {
  margin: 0.2em 0;
  width: 6rem;
}
@media (min-width: 23.25em) {
  .lp-title img {
    width: 7.25rem;
  }
}
@media (min-width: 25.875em) {
  .lp-title img {
    width: 8rem;
  }
}
@media (min-width: 32em) {
  .lp-title img {
    width: 30%;
    margin: 0;
  }
}
@media (min-width: 48em) {
  .lp-title img {
    width: 12.5rem;
  }
}
@media (min-width: 60em) {
  .lp-title img {
    width: 15rem;
  }
}
@media (min-width: 84em) {
  .lp-title img {
    width: 17.5rem;
  }
}
.gpg-embedded .lp-title img {
  margin: 0;
  width: 4rem;
}
@media (min-width: 60em) {
  .gpg-embedded .lp-title img {
    width: 5rem;
  }
}
.lp-title span {
  display: inline-block;
}
.lp-title strong {
  padding: 0 0.6em 0 0.3em;
}

.lp-value-statement {
  font-style: italic;
  color: #008193;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  margin: 0 auto 0.625rem;
  max-width: 18.75rem;
  text-align: center;
}
@media (min-width: 25.875em) {
  .lp-value-statement {
    font-size: 16px;
    font-size: 1rem;
    max-width: 22.5rem;
  }
}
@media (min-width: 48em) {
  .lp-value-statement {
    max-width: none;
  }
}
@media (min-width: 60em) {
  .lp-value-statement {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.gpg-embedded .lp-value-statement {
  color: white;
  display: none;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 0 0 auto;
}
@media (min-width: 48em) {
  .gpg-embedded .lp-value-statement {
    display: block;
  }
}

.lp-instructions {
  background-color: #f5eee3;
  margin: 0;
}
.gpg-embedded .lp-instructions {
  display: none;
}

.lp-instructions__inner {
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0 auto;
  max-width: 30rem;
  line-height: 1;
  padding: 1.875rem 1.25rem;
}
@media (min-width: 23.25em) {
  .lp-instructions__inner {
    padding: 3.125rem 1.875rem;
    text-align: center;
    line-height: 1.15;
  }
}
@media (min-width: 60em) {
  .lp-instructions__inner {
    max-width: none;
    padding: 3.75rem 1.875rem 1.875rem;
  }
}
@media (min-width: 72em) {
  .lp-instructions__inner {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }
}
.lp-instructions__inner span {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  margin-bottom: 0.25rem;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 23.25em) {
  .lp-instructions__inner span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (min-width: 36em) {
  .lp-instructions__inner span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.lp-instructions__inner strong {
  color: #008193;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 25.875em) {
  .lp-instructions__inner strong {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 36em) {
  .lp-instructions__inner strong {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 60em) {
  .lp-instructions__inner strong {
    letter-spacing: 0.05em;
  }
}

.lp-photo-strip {
  position: relative;
}
@media (min-width: 108em) {
  .lp-photo-strip {
    margin: 0 auto;
    border-left: 0.375rem solid white;
    border-right: 0.375rem solid white;
    max-width: 100rem;
  }
}
.gpg-embedded .lp-photo-strip {
  display: none;
}

.lp-photo-strip__year {
  background-color: #008193;
  border-radius: 100%;
  color: white;
  font-size: 16px;
  font-size: 1rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border: 0.125rem solid white;
  width: 3.75rem;
  position: absolute;
  padding: 0.2em 0 0;
  transform: translateX(-50%);
  bottom: -0.875rem;
  left: 50%;
  z-index: 1;
}
@media (min-width: 25.875em) {
  .lp-photo-strip__year {
    font-size: 19px;
    font-size: 1.1875rem;
    height: 4.5rem;
    width: 4.5rem;
  }
}
@media (min-width: 32em) {
  .lp-photo-strip__year {
    font-size: 19px;
    font-size: 1.1875rem;
    bottom: -2.125rem;
    left: 50%;
    height: 4.5rem;
    width: 4.5rem;
  }
}
@media (min-width: 48em) {
  .lp-photo-strip__year {
    border-width: 0.25rem;
  }
}
@media (min-width: 60em) {
  .lp-photo-strip__year {
    font-size: 24px;
    font-size: 1.5rem;
    border-width: 0.25rem;
    height: 6.25rem;
    width: 6.25rem;
  }
}
@media (min-width: 84em) {
  .lp-photo-strip__year {
    border-width: 0.375rem;
    font-size: 32px;
    font-size: 2rem;
    height: 8rem;
    width: 8rem;
  }
}

@supports (display: grid) {
  .lp-photo-strip__photos {
    display: grid;
    grid-template-columns: 0.99425fr 0.996fr;
    grid-gap: 0.125rem;
    border-bottom: 0.125rem solid white;
  }
  @media (min-width: 32em) {
    .lp-photo-strip__photos {
      grid-template-columns: 0.99425fr 1.32fr 0.996fr;
    }
  }
  @media (min-width: 48em) {
    .lp-photo-strip__photos {
      grid-gap: 0.25rem;
      border-width: 0.25rem;
    }
  }
  @media (min-width: 84em) {
    .lp-photo-strip__photos {
      grid-gap: 0.375rem;
      border-width: 0.375rem;
    }
  }
}

.lp-photo-strip__photo {
  display: none;
}
.lp-photo-strip__photo:nth-child(2) {
  display: block;
  text-align: center;
}
@supports (display: grid) {
  .lp-photo-strip__photo {
    display: block;
    max-height: 20rem;
    overflow: hidden;
  }
  .lp-photo-strip__photo:nth-child(1) {
    grid-column: 1;
  }
  @media (min-width: 32em) {
    .lp-photo-strip__photo:nth-child(1) {
      grid-column: 1;
    }
  }
  @media (min-width: 90em) {
    .lp-photo-strip__photo:nth-child(1) img {
      transform: translateY(-8%);
    }
  }
  .lp-photo-strip__photo:nth-child(2) {
    display: none;
    grid-column: 1/3;
    grid-row: 2;
  }
  @media (min-width: 32em) {
    .lp-photo-strip__photo:nth-child(2) {
      display: block;
      grid-column: 2;
      grid-row: 1;
    }
  }
  @media (min-width: 90em) {
    .lp-photo-strip__photo:nth-child(2) img {
      transform: translateY(-8%);
    }
  }
  .lp-photo-strip__photo:nth-child(3) {
    grid-column: 2;
  }
  @media (min-width: 32em) {
    .lp-photo-strip__photo:nth-child(3) {
      grid-column: 3;
    }
  }
  @media (min-width: 90em) {
    .lp-photo-strip__photo:nth-child(3) img {
      transform: translateY(-8%);
    }
  }
  .lp-photo-strip__photo:nth-child(4), .lp-photo-strip__photo:nth-child(5) {
    display: none;
    position: absolute;
    left: 0;
    width: 30%;
    transform: translateX(-50%);
    border: 0.125rem solid white;
  }
  @media (min-width: 32em) {
    .lp-photo-strip__photo:nth-child(4), .lp-photo-strip__photo:nth-child(5) {
      display: block;
      width: 16%;
    }
  }
  @media (min-width: 48em) {
    .lp-photo-strip__photo:nth-child(4), .lp-photo-strip__photo:nth-child(5) {
      border-width: 0.25rem;
      width: 14%;
    }
  }
  @media (min-width: 72em) {
    .lp-photo-strip__photo:nth-child(4), .lp-photo-strip__photo:nth-child(5) {
      width: 13.7%;
    }
  }
  @media (min-width: 84em) {
    .lp-photo-strip__photo:nth-child(4), .lp-photo-strip__photo:nth-child(5) {
      border-width: 0.375rem;
    }
  }
  .lp-photo-strip__photo:nth-child(4) {
    top: 28%;
    left: 27.5%;
  }
  @media (min-width: 32em) {
    .lp-photo-strip__photo:nth-child(4) {
      left: 30%;
      top: -0.3125rem;
    }
  }
  @media (min-width: 48em) {
    .lp-photo-strip__photo:nth-child(4) {
      top: -1.25rem;
    }
  }
  @media (min-width: 72em) {
    .lp-photo-strip__photo:nth-child(4) {
      top: -1.875rem;
    }
  }
  .lp-photo-strip__photo:nth-child(5) {
    top: 28%;
    left: 72.5%;
  }
  @media (min-width: 32em) {
    .lp-photo-strip__photo:nth-child(5) {
      left: 70%;
      top: auto;
      bottom: -0.875rem;
    }
  }
  @media (min-width: 72em) {
    .lp-photo-strip__photo:nth-child(5) {
      bottom: -1.875rem;
    }
  }
}

.lp-request-gpg {
  background: #f5eee3 url(https://assets.persecution.com/public/graphics/lp_specific/lp_globalprayerguide/bg_tan.jpg) bottom center no-repeat;
  background-size: cover;
}
.gpg-embedded .lp-request-gpg {
  display: none;
}

.lp-request-gpg__inner {
  margin: 0 auto;
  max-width: 30rem;
  padding: 6.25rem 1.875rem;
}
@supports (display: grid) {
  .lp-request-gpg__inner {
    display: grid;
  }
  @media (min-width: 48em) {
    .lp-request-gpg__inner {
      padding: 7.5rem 3.75rem 8.75rem;
      grid-template-columns: 17.5rem 1fr;
      grid-gap: 5rem;
      max-width: 75rem;
      align-items: center;
    }
  }
  @media (min-width: 60em) {
    .lp-request-gpg__inner {
      grid-template-columns: 22.5rem 1fr;
    }
  }
  @media (min-width: 66em) {
    .lp-request-gpg__inner {
      grid-template-columns: 27.5rem 1fr;
    }
  }
}

.lp-request-gpg__content {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 72em) {
  .lp-request-gpg__content {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.lp-request-gpg__content *:last-child {
  padding-bottom: 0;
}

.lp-request-gpg__guide {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 0.375rem;
  margin-bottom: 3.75rem;
  padding: 2.5rem;
  text-align: center;
}
@supports (display: grid) {
  @media (min-width: 48em) {
    .lp-request-gpg__guide {
      margin-bottom: 0;
    }
  }
}
.lp-request-gpg__guide img {
  margin: -5rem auto 1.875rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), 0 8px 24px rgba(0, 0, 0, 0.2);
  max-width: 70%;
}
@media (min-width: 25.875em) {
  .lp-request-gpg__guide img {
    max-width: 12.5rem;
  }
}
@media (min-width: 48em) {
  .lp-request-gpg__guide img {
    max-width: 90%;
  }
}
@media (min-width: 60em) {
  .lp-request-gpg__guide img {
    max-width: 75%;
  }
}
.lp-request-gpg__guide h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  margin: 0 0 1.25rem;
  font-weight: normal;
}
@media (min-width: 48em) {
  .lp-request-gpg__guide h2 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 72em) {
  .lp-request-gpg__guide h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.lp-request-gpg__guide h2 strong {
  color: #008193;
}
.lp-request-gpg__guide .button {
  background-color: #008193;
  background-image: none;
  box-shadow: none;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 48em) {
  .lp-request-gpg__guide .button {
    font-size: 16px;
    font-size: 1rem;
  }
}

.lp-definitions {
  background: #335e64 url(https://assets.persecution.com/public/graphics/lp_specific/lp_globalprayerguide/bg_teal.jpg) bottom center repeat-x;
  color: white;
}
.gpg-embedded .lp-definitions {
  display: none;
}

.lp-definitions__inner {
  margin: 0 auto;
  max-width: 75rem;
  padding: 5rem 1.875rem 3.75rem;
}
@media (min-width: 48em) {
  .lp-definitions__inner {
    padding: 8.75rem 3.75rem 5rem;
  }
}

.lp-definitions__content {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 48em) {
  .lp-definitions__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 6.25rem;
    grid-row-gap: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
.lp-definitions__content p {
  padding-bottom: 3.25rem;
  max-width: 35rem;
}
@media (min-width: 60em) {
  .lp-definitions__content p {
    padding-bottom: 0;
  }
}
@media (min-width: 48em) {
  .lp-definitions__content p:first-child {
    grid-row: 1/3;
  }
}
.lp-definitions__content strong {
  color: #b3f6ff;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.35em;
  margin-bottom: 0.625rem;
}

.gpg-embedded .lp-main-share {
  display: none;
}
.lp-main-share .lp-share-band {
  margin-bottom: 0;
}
.lp-main-share .share-band {
  max-width: none;
  border-radius: 0;
}

.lp-countries {
  background: #f5eee3 url(https://assets.persecution.com/public/graphics/lp_specific/lp_globalprayerguide/bg_tan.jpg) bottom center no-repeat;
  background-size: cover;
}

.lp-countries__inner {
  margin: 0 auto;
  max-width: 75rem;
  padding: 6.25rem 1.875rem 3.75rem;
}
@media (min-width: 48em) {
  .lp-countries__inner {
    padding: 2.5rem 3.75rem 8.75rem;
  }
}
.gpg-embedded .lp-countries__inner {
  padding: 0 1.875rem 2.5rem;
}
@media (min-width: 32em) {
  .lp-countries__inner .lp-subtitle {
    align-items: center;
    display: flex;
  }
}

.lp-countries__search {
  max-width: 15rem;
  padding-top: 1.25rem;
  position: relative;
}
@media (min-width: 32em) {
  .lp-countries__search {
    max-width: none;
    align-items: center;
    display: flex;
    margin-left: auto;
    padding-left: 1.875rem;
  }
}
.gpg-embedded .lp-countries__search {
  padding-top: 0;
  margin: 0 auto;
}
@media (min-width: 32em) {
  .gpg-embedded .lp-countries__search {
    margin-left: auto;
    margin-right: 0;
  }
}
.lp-countries__search::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_globalprayerguide/icon_search.svg) center no-repeat;
  background-size: 1.5rem 1.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  width: 2.375rem;
  height: 2.375rem;
}
.lp-countries__search label {
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(91, 94, 99, 0.75);
  font-style: italic;
  margin-right: 0.625rem;
  position: absolute;
  left: -999rem;
}
.lp-countries__search [type=text] {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid rgba(216, 194, 163, 0);
  border-bottom-color: rgba(0, 0, 0, 0.4);
  padding-right: 2.375rem;
}

.lp-countries__lists {
  margin-bottom: 3.75rem;
}
.gpg-embedded .lp-countries__lists {
  margin-bottom: 0;
}

.lp-countries__tabs {
  list-style: none;
  margin: 0 -1rem;
  padding: 0;
}
@media (min-width: 23.25em) {
  .lp-countries__tabs {
    padding: 0 0.625rem;
  }
}
@media (min-width: 25.875em) {
  .lp-countries__tabs {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 48em) {
  .lp-countries__tabs {
    display: flex;
  }
}
.gpg-embedded .lp-countries__tabs {
  display: none;
}

.lp-countries__tab a {
  display: block;
  text-decoration: none;
  padding: 0.75rem 1em;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  color: #5b5e63;
  transition: none;
}
.lp-countries__tab a::before {
  content: "";
  height: 0.25rem;
  position: absolute;
  bottom: 0;
  left: 1.125rem;
  right: 1.125rem;
}
.lp-countries__tab [aria-selected] {
  color: #9d1717;
  position: relative;
}
@media (min-width: 48em) {
  .lp-countries__tab [aria-selected] {
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.015), 0 12px 12px rgba(0, 0, 0, 0.03), 0 20px 20px rgba(0, 0, 0, 0.05);
    background-color: white;
    border-radius: 0.5rem 0.5rem 0 0;
    border-bottom-color: white;
  }
}
.lp-countries__tab [aria-selected]::before {
  opacity: 0.5;
  background-color: #9d1717;
}
.lp-countries__tab *:focus {
  outline: none;
  box-shadow: inset 0 0 0 4px rgba(157, 23, 23, 0.4);
}

.gpg-embedded .lp-countries__section h3 {
  display: none;
}

.gpg-embedded .lp-search-results h3 {
  margin-bottom: 1.25rem;
}

.lp-countries__section,
.lp-search-results {
  background-color: white;
  border-radius: 0 0 0.5rem 0.5rem;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.015), 0 12px 12px rgba(0, 0, 0, 0.03), 0 20px 20px rgba(0, 0, 0, 0.05);
  padding: 1.5rem 1.25rem;
  margin: 0 -1rem;
}
@media (min-width: 23.25em) {
  .lp-countries__section,
  .lp-search-results {
    padding: 2.25rem 1.875rem;
  }
}
@media (min-width: 25.875em) {
  .lp-countries__section,
  .lp-search-results {
    margin: 0 -0.625rem;
  }
}
@media (min-width: 48em) {
  .lp-countries__section,
  .lp-search-results {
    margin: 0;
    padding: 2.5rem;
  }
}
.lp-countries__section h3,
.lp-search-results h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 2.5rem;
}
.lp-countries__section h4,
.lp-search-results h4 {
  color: #999;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}
.lp-countries__section ul,
.lp-search-results ul {
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0;
}
@media (min-width: 32em) {
  .lp-countries__section ul,
  .lp-search-results ul {
    column-count: 2;
    column-gap: 5rem;
    column-rule: 1px solid rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 48em) {
  .lp-countries__section ul,
  .lp-search-results ul {
    column-count: 3;
  }
}
.lp-countries__section ul:last-child,
.lp-search-results ul:last-child {
  margin-bottom: 0;
}
.lp-countries__section li,
.lp-search-results li {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.625rem;
}
.lp-countries__section a,
.lp-search-results a {
  text-decoration: none;
  font-weight: normal;
}
.lp-countries__section a:hover,
.lp-search-results a:hover {
  text-decoration: underline;
}

.lp-search-results {
  background-color: rgba(0, 0, 0, 0.075);
  border-radius: 0.5rem;
  box-shadow: none;
  margin-bottom: 2.5rem;
}
.lp-search-results h3 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}
.lp-search-results ul {
  letter-spacing: normal;
}

.lp-search-results__not-found {
  font-style: italic;
  padding-bottom: 0;
}

.lp-share-band {
  margin-bottom: 4.375rem;
}
.lp-share-band .share-band {
  background-color: #008193;
  margin-bottom: 0;
}

.lp-top-cta {
  display: none;
  position: sticky;
  top: 0;
  background-color: #008193;
  z-index: 100;
  padding: 1.25rem;
}
@media (min-width: 48em) {
  .lp-top-cta {
    padding: 1rem;
  }
}
@media (min-width: 60em) {
  .lp-top-cta {
    padding: 1.25rem;
  }
}
.lp-top-cta.is-showing {
  display: block;
}
.gpg-embedded .lp-top-cta {
  display: none;
}

.lp-top-cta__inner {
  color: white;
  max-width: 16rem;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 24em) {
  .lp-top-cta__inner {
    max-width: 20rem;
  }
}
@media (min-width: 48em) {
  .lp-top-cta__inner {
    max-width: 60rem;
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.lp-top-cta__inner h2 {
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 24em) {
  .lp-top-cta__inner h2 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 48em) {
  .lp-top-cta__inner h2 {
    margin: 0 0.875rem 0 0;
  }
}
@media (min-width: 60em) {
  .lp-top-cta__inner h2 {
    font-size: 21px;
    font-size: 1.3125rem;
    margin: 0 1.25rem 0 0;
  }
}
.lp-top-cta__inner .button {
  background: none;
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  top: 0.05rem;
  color: #008193;
  border: 0.125rem solid white;
  background-color: white;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
@media (min-width: 60em) {
  .lp-top-cta__inner .button {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.lp-top-cta__inner .button:hover {
  background-color: rgba(255, 255, 255, 0.75);
  color: #008193;
}
.lp-top-cta__inner .button span {
  display: none;
}
@media (min-width: 60em) {
  .lp-top-cta__inner .button span {
    display: inline;
  }
}

.lp-top-cta__close {
  position: absolute;
  top: 0;
  border-radius: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-indent: -999rem;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_globalprayerguide/icon_close.svg) center no-repeat;
  background-size: 2rem 2rem;
}
@media (min-width: 48em) {
  .lp-top-cta__close {
    top: 50%;
    margin-top: -1.25rem;
    right: 0.625rem;
    border-radius: 0.375rem;
  }
}
.lp-top-cta__close:hover {
  background: rgba(0, 0, 0, 0.5) url(https://assets.persecution.com/public/graphics/lp_specific/lp_globalprayerguide/icon_close.svg) center no-repeat;
  background-size: 2rem 2rem;
  color: #008193;
}

.dialog__inner {
  position: relative;
}

.dialog__close {
  position: absolute;
  top: 0;
  right: 0.625rem;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.1rem;
  padding: 0.5rem 0.625rem;
  border-radius: 0 0 0.5rem 0.5rem;
  text-transform: uppercase;
  background: #008193;
}
.dialog__close:hover {
  background: rgba(0, 129, 147, 0.7);
}

.share-sheet {
  background-color: #f4f1ec;
  padding: 1.875rem;
}

.share-sheet__title {
  color: #008193;
  margin: 0 0 0.625rem;
  text-transform: uppercase;
}

.share-sheet__desc em {
  color: #008193;
}

.share-sheet__options {
  background-color: white;
  list-style: none;
  margin: 0 -0.625rem;
  border-radius: 0.25rem 0.25rem 0 0;
  padding: 0.625rem;
  display: flex;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.07), 0 4px 4px rgba(0, 0, 0, 0.09), 0 8px 8px rgba(0, 0, 0, 0.11), 0 16px 16px rgba(0, 0, 0, 0.14);
}
@media (min-width: 23em) {
  .share-sheet__options {
    border-radius: 0.25rem;
    margin: 0 -0.625rem -0.625rem;
  }
}

.share-sheet__option {
  flex: 0 0 33.333%;
}

.share-sheet__link {
  display: block;
  padding: 1rem 0.625rem;
  font-weight: normal;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.15rem;
  text-align: center;
  text-transform: uppercase;
  color: #5b5e63;
  transition: background-color 0.2s ease;
  border-radius: 0.2rem;
}
.share-sheet__link:hover {
  background-color: rgba(0, 129, 147, 0.2);
  color: #008193;
}
.share-sheet__link .icon {
  transform: none;
  transition: transform 0.2s ease;
  background-color: #008193;
  border-radius: 10rem;
  margin: 0 auto;
  display: block;
  padding: 0.25rem;
  height: 2.25rem;
  width: 2.25rem;
}
@media (min-width: 25.875em) {
  .share-sheet__link .icon {
    margin-bottom: 0.5rem;
  }
}
.share-sheet__link .icon path {
  fill: white;
}
.share-sheet__link:hover .icon {
  transform: scale(1.2);
}
.share-sheet__link span {
  display: none;
}
@media (min-width: 25.875em) {
  .share-sheet__link span {
    display: inline-block;
  }
}

.share-sheet__link--mailto svg {
  transform: scale(0.9);
}

.share-sheet__link--fb svg {
  transform: translateX(0.1rem) translateY(0.1rem);
}

.share-sheet__link--tw svg {
  transform: translateX(0.15rem) translateY(0.1rem);
}

.lp-country--no-country-found {
  padding-bottom: 7.5rem;
}
.lp-country--no-country-found .lp-country__details {
  padding-left: 0;
}

.lp--global-get {
  padding-top: 1.25rem;
  padding-bottom: 3.75rem;
}
.lp--global-get .products {
  padding: 0 1.875rem 5rem;
  max-width: 24rem;
  margin: 0 auto;
  display: grid;
}
@media (min-width: 48em) {
  .lp--global-get .products {
    grid-template-columns: 17.5rem 1fr;
    grid-gap: 5rem;
    max-width: 65rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 60em) {
  .lp--global-get .products {
    grid-template-columns: 25rem 1fr;
  }
}
.lp--global-get .products label {
  color: #008193;
}
.lp--global-get .products .checkout {
  margin: 0;
  padding-bottom: 2rem;
}
.lp--global-get .product__image {
  padding-bottom: 0;
  padding-top: 2.5rem;
  order: 2;
}
@media (min-width: 48em) {
  .lp--global-get .product__image {
    order: 0;
    padding-bottom: 0.625rem;
    padding-top: 0;
  }
}
.lp--global-get .product__image p {
  font-style: italic;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
}
@media (min-width: 48em) {
  .lp--global-get .product__image p {
    padding: 0 0.875rem;
  }
}
@media (min-width: 60em) {
  .lp--global-get .product__image p {
    padding: 0 1.1rem;
  }
}
.lp--global-get .field--donation label strong,
.lp--global-get .field--text label {
  color: #008193;
}
.lp--global-get [type=submit] {
  background: #008193;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.13), 0 8px 18px rgba(0, 0, 0, 0.13);
}
.lp--global-get .product__pages {
  position: relative;
  margin: 0 auto 2.5rem;
  max-width: 60%;
}
@media (min-width: 60em) {
  .lp--global-get .product__pages {
    margin-bottom: 6.875rem;
    max-width: 55%;
  }
}
@media (min-width: 72em) {
  .lp--global-get .product__pages {
    margin-bottom: 6.25rem;
    max-width: 65%;
  }
}
@media (min-width: 84em) {
  .lp--global-get .product__pages {
    margin-bottom: 7.5rem;
    max-width: 75%;
  }
}
.lp--global-get .product__pages img {
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.11);
  overflow: hidden;
}
@media (min-width: 48em) {
  .lp--global-get .product__pages img {
    border-radius: 0.25rem;
  }
}
@media (min-width: 60em) {
  .lp--global-get .product__pages img {
    border-radius: 0.375rem;
  }
}
.lp--global-get .product__pages img:first-child {
  position: relative;
  transform: translateX(-35%) rotateZ(-6deg);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media (min-width: 84em) {
  .lp--global-get .product__pages img:first-child {
    transform: translateY(6%) translateX(-60%) rotateZ(-5deg);
  }
}
.lp--global-get .product__pages img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(35%) translateY(5%) rotateZ(6deg);
}
@media (min-width: 60em) {
  .lp--global-get .product__pages img:last-child {
    transform: translateX(40%) translateY(20%) rotateZ(6deg);
  }
}
@media (min-width: 72em) {
  .lp--global-get .product__pages img:last-child {
    transform: translateX(30%) translateY(13%) rotateZ(6deg);
  }
}
@media (min-width: 84em) {
  .lp--global-get .product__pages img:last-child {
    transform: translateX(16%) translateY(13%) rotateZ(5deg);
  }
}
.lp--global-get .product__desc {
  padding-top: 1rem;
  margin-bottom: 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  min-height: 0;
}
@media (min-width: 60em) {
  .lp--global-get .product__desc {
    padding: 0.75rem 0 0;
    margin-bottom: 0.625rem;
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.lp--global-get .product__desc strong {
  color: #008193;
}
.lp--global-get .product__free {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.lp--global-get .lp-lifeway-credit {
  border-top: 0.375rem solid rgba(0, 0, 0, 0.075);
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 3.75rem;
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 48em) {
  .lp--global-get .lp-lifeway-credit {
    display: grid;
    grid-template-columns: 7.5rem 1fr;
    grid-gap: 1.25rem;
    padding-bottom: 0;
  }
}
.lp--global-get .lp-lifeway-credit p {
  padding-bottom: 0;
}
.lp--global-get .lp-lifeway-credit img {
  display: block;
  margin: 0 0 0.625rem;
  max-width: 10rem;
}
@media (min-width: 48em) {
  .lp--global-get .lp-lifeway-credit img {
    margin: 0.15rem 0 0;
  }
}

.lp--global-ty {
  padding-top: 1.25rem;
}
.lp--global-ty .lp-wrap {
  padding: 0 1.875rem;
}
@media (min-width: 54em) {
  .lp--global-ty .lp-wrap {
    padding: 0 3.125rem;
  }
}
.lp--global-ty .lp-content {
  border-bottom: 0.625rem solid rgba(100, 159, 183, 0.2);
  margin-bottom: 3.75rem;
}
@media (min-width: 48em) {
  .lp--global-ty .lp-content {
    display: grid;
    grid-template-columns: 20rem 1fr;
    grid-gap: 1.25rem;
    margin: 0 auto 5rem;
    max-width: 65rem;
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 54em) {
  .lp--global-ty .lp-content {
    grid-gap: 3.75rem;
  }
}
@media (min-width: 60em) {
  .lp--global-ty .lp-content {
    grid-template-columns: 25rem 1fr;
  }
}
@media (min-width: 72em) {
  .lp--global-ty .lp-content {
    grid-template-columns: 30rem 1fr;
    grid-gap: 5rem;
    padding-bottom: 1.25rem;
  }
}
.lp--global-ty .lp-content__desc {
  margin: -1.875rem auto 3.75rem;
  position: relative;
  max-width: 25rem;
}
@media (min-width: 23.25em) {
  .lp--global-ty .lp-content__desc {
    margin-top: -2.5rem;
  }
}
@media (min-width: 25.875em) {
  .lp--global-ty .lp-content__desc {
    margin-top: -3.125rem;
  }
}
@media (min-width: 48em) {
  .lp--global-ty .lp-content__desc {
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
  }
}
@media (min-width: 54em) {
  .lp--global-ty .lp-content__desc {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.lp--global-ty .lp-content__desc p:first-child {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 54em) {
  .lp--global-ty .lp-content__desc p:first-child {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.lp--global-ty .lp-content__photo {
  max-width: 21.25rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .lp--global-ty .lp-content__photo {
    margin-top: 0.375rem;
    max-width: none;
  }
}
@media (min-width: 54em) {
  .lp--global-ty .lp-content__photo {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
.lp--global-ty .products {
  padding: 0 0 5rem;
}
.lp--global-ty .products h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #008193;
  margin: 0 0 1.875rem;
}
@media (min-width: 54em) {
  .lp--global-ty .products h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 72em) {
  .lp--global-ty .products h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 3.125rem;
  }
}
.lp--global-ty .products label {
  color: #008193;
}
.lp--global-ty .lp-give {
  margin: 0 auto 2.5rem;
  max-width: 40.5rem;
}
.lp--global-ty .lp-give__sub {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}
.lp--global-ty .give-options {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0.625rem;
  list-style: none;
  margin: 0 -0.625rem 1.25rem;
  padding: 0;
}
@media (min-width: 23.25em) {
  .lp--global-ty .give-options {
    margin: 0 0 1.25rem;
  }
}
.lp--global-ty .give-options li {
  display: flex;
  justify-content: center;
}
.lp--global-ty .give-options label {
  flex: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: #008193;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.11);
  border: 2px solid #008193;
  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) {
  .lp--global-ty .give-options label {
    font-size: 16px;
    font-size: 1rem;
  }
}
.lp--global-ty .give-options label:hover {
  background-color: rgba(0, 129, 147, 0.75);
  border-color: rgba(0, 129, 147, 0.75);
  color: white;
  cursor: pointer;
}
.lp--global-ty .give-options input:checked + label {
  background-color: #008193;
  color: white;
}
.lp--global-ty .give-options input {
  position: absolute;
  left: -999em;
}
.lp--global-ty .field--donation {
  background-color: rgba(100, 159, 183, 0.2);
  border-radius: 0.25rem;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 72em) {
  .lp--global-ty .field--donation {
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
}
.lp--global-ty .field--donation label {
  padding: 0;
}
@media (min-width: 72em) {
  .lp--global-ty .field--donation label {
    margin-bottom: 0;
    padding-right: 0.625rem;
  }
}
.lp--global-ty .field--donation .field__input-wrapper {
  padding-bottom: 0;
  position: relative;
  left: 0;
}
.lp--global-ty .field--free-check {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.lp .title--minor {
  color: #5b5e63;
}

.field--free-check {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.donations,
.checkout {
  margin: 0 2rem;
}
@media (min-width: 32em) {
  .donations,
  .checkout {
    max-width: 28em;
    padding: 0;
    margin: 0 auto -1rem;
  }
}
@media (min-width: 46em) {
  .donations,
  .checkout {
    max-width: 36em;
  }
}

.donations {
  margin-bottom: 1.5rem;
}
.donations .field--donation {
  padding-bottom: 1.25rem;
}
.donations p {
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 48em) {
  .donations p {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.checkout {
  padding-bottom: 5rem;
}

.lp-ships-on {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  opacity: 0.75;
}

.lp-map {
  color: #5b5e63;
  background-color: #f5eee3;
}
@media (min-width: 48em) {
  .lp-map {
    padding: 0 1.875rem 5rem;
  }
}
@media (min-width: 72em) {
  .lp-map {
    padding: 0 3.75rem 5rem;
  }
}
.gpg-embedded .lp-map {
  padding: 0 0 2.5rem;
}
@media (min-width: 74.75em) {
  .gpg-embedded .lp-map {
    padding-top: 1.25rem;
  }
}
.no-js .lp-map {
  display: none;
}

.lp-map__inner {
  background: #faf8f5;
  margin: 0 auto;
  max-width: 75rem;
  border-top: 0.125rem solid #ebe2d4;
  border-bottom: 0.125rem solid #ebe2d4;
}
@media (min-width: 48em) {
  .lp-map__inner {
    border: 0.125rem solid #ebe2d4;
    border-radius: 0.25rem;
    box-shadow: 0 14px 22px rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 48em) {
  .gpg-embedded .lp-map__inner {
    border: none;
    border-bottom: 0.125rem solid #251e11;
    border-radius: 0;
  }
}
@media (min-width: 74.75em) {
  .gpg-embedded .lp-map__inner {
    border: 0.125rem solid #ebe2d4;
    border-radius: 0.25rem;
  }
}

.lp-map__figure {
  position: relative;
}
@media (min-width: 48em) {
  .lp-map__figure {
    overflow: hidden;
  }
}

.lp-map__embed {
  padding-top: 62.0220588%;
  position: relative;
}
.lp-map__embed svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lp-map__embed svg .st1,
.lp-map__embed svg .st2,
.lp-map__embed svg .st6 {
  transition: all 0.4s ease;
}
.lp-map__embed svg .st1.is-hovered,
.lp-map__embed svg .st2.is-hovered,
.lp-map__embed svg .st6.is-hovered {
  fill: #9d1717;
}

.lp-map__legend {
  background-color: rgba(233, 229, 221, 0.9);
  margin-top: -1.875rem;
  position: relative;
  padding: 1.25rem 0.625rem;
}
@media (min-width: 25.875em) {
  .lp-map__legend {
    margin-top: -3.125rem;
  }
}
@media (min-width: 48em) {
  .lp-map__legend {
    margin-top: 0;
    bottom: 1.875rem;
    display: flex;
    left: 50%;
    width: 95%;
    position: absolute;
    transform: translateX(-50%);
  }
}
@media (min-width: 60em) {
  .lp-map__legend {
    left: 1.875rem;
    transform: none;
    width: auto;
  }
}

.lp-map__legend-box {
  display: flex;
  align-items: center;
  flex-grow: 1;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.1rem;
  margin: 0 0.625rem 0.625rem;
  padding-left: 1.875rem;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .lp-map__legend-box {
    margin: 0 0.625rem;
  }
}
.lp-map__legend-box:last-child {
  margin-bottom: 0;
}
.lp-map__legend-box::before {
  content: "";
  align-self: stretch;
  display: block;
  position: absolute;
  left: 0;
  width: 1.25rem;
  top: 50%;
  height: 1rem;
  margin-top: -0.5rem;
}

.lp-map__legend-box--restricted::before {
  background-color: #3b6a7f;
}
[lang=es] .lp-map__legend-box--restricted::before {
  background-color: #38281c;
}

.lp-map__legend-box--hostile::before {
  background-color: #568680;
}
[lang=es] .lp-map__legend-box--hostile::before {
  background-color: #726b58;
}

.lp-map__legend-box--concern::before {
  background-color: #949a9a;
}

.map-hover {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 10;
  background-color: white;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
  padding: 0.375rem 0.625rem;
}

.map-hover__country {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #9d1717;
}
.is-restricted .map-hover__country {
  color: #3b6a7f;
}
.is-hostile .map-hover__country {
  color: #568680;
}
.is-concern .map-hover__country {
  color: #949a9a;
}

.map-hover__level {
  font-style: italic;
}

.lp-map__title {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  color: #9d1717;
  font-style: italic;
  padding: 2.5rem 1.875rem 1.875rem;
}
@media (min-width: 25.875em) {
  .lp-map__title {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 48em) {
  .lp-map__title {
    padding: 3.875rem 3.125rem 1.25rem;
  }
}
@media (min-width: 60em) {
  .lp-map__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (min-width: 84em) {
  .lp-map__title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.lp-map__boxes {
  padding: 0 1.875rem 1.875rem;
}
@media (min-width: 25.875em) {
  .lp-map__boxes {
    padding: 0 0.625rem 3.125rem;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 48em) {
  .lp-map__boxes {
    padding: 0 1.875rem 1.875rem;
  }
}
.map-box {
  padding-bottom: 2.5rem;
}
@media (min-width: 25.875em) {
  .map-box {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 1.25rem;
  }
}
@media (min-width: 48em) {
  .map-box {
    flex: 1 0 33.333%;
    max-width: 33.333%;
    padding: 1.25rem;
  }
}

.map-box__img {
  padding-bottom: 1rem;
  position: relative;
}
.map-box__img::before {
  opacity: 0.925;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_globalprayerguide/bg_mapbox.svg) left top no-repeat;
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.25rem;
  position: absolute;
  top: -0.625rem;
  right: 0.625rem;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.3));
}
.map-box__img img {
  border-radius: 0.25rem;
}

.map-box__content h3 {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.15rem;
  margin: 0;
}
.map-box--centralasia .map-box__content h3, .map-box--northkorea .map-box__content h3 {
  color: white;
}
.map-box--iraq .map-box__content h3 {
  color: #008193;
}
.map-box--cuba .map-box__content h3, .map-box--china .map-box__content h3 {
  color: #9d1717;
}
.map-box__content p {
  padding-bottom: 0;
}

@media (min-width: 32em) {
  .map-box--give {
    display: flex;
  }
}
.map-box--give .map-box__content {
  background-color: #f4f1ec;
  border-radius: 0.25rem;
  color: white;
  padding: 1.25rem 1.25rem 1.875rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 32em) {
  .map-box--give .map-box__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    margin-bottom: 0;
  }
}
@media (min-width: 36em) {
  .map-box--give .map-box__content {
    flex-basis: 50%;
    padding: 1.25rem 2.5rem;
  }
}
@media (min-width: 84em) {
  .map-box--give .map-box__content {
    padding: 1.25rem 3.125rem;
  }
}
.map-box--give .map-box__content p {
  font-size: 21px;
  font-size: 1.3125rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 25.875em) {
  .map-box--give .map-box__content p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 32em) {
  .map-box--give .map-box__content p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (min-width: 48em) {
  .map-box--give .map-box__content p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 54em) {
  .map-box--give .map-box__content p {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 60em) {
  .map-box--give .map-box__content p {
    font-size: 24px;
    font-size: 1.5rem;
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 72em) {
  .map-box--give .map-box__content p {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (min-width: 84em) {
  .map-box--give .map-box__content p {
    font-size: 32px;
    font-size: 2rem;
    padding-bottom: 2.5rem;
  }
}

.map-box__level {
  color: rgba(0, 0, 0, 0.55);
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  margin-bottom: 0.625rem;
}

.lp-country {
  padding: 1.875rem;
  max-width: 27.5rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .lp-country {
    padding: 2.5rem 2.5rem 5rem;
    max-width: none;
  }
}
.gpg-embedded .lp-country {
  max-width: 40rem;
}

.lp-country__inner {
  margin: 0 auto;
  max-width: 60rem;
}
.lp-country__inner:after {
  content: "";
  display: table;
  clear: both;
}
@supports (display: grid) {
  @media (min-width: 48em) {
    .lp-country__inner {
      display: grid;
      grid-column-gap: 5rem;
      grid-template-columns: 1fr 12.5rem;
    }
  }
  @media (min-width: 60em) {
    .lp-country__inner {
      grid-template-columns: 1fr 20rem;
    }
  }
}
.gpg-embedded .lp-country__inner {
  display: block;
}

.lp-country__name {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #008193;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  grid-column: 1/3;
  line-height: 1.15;
  margin-bottom: 2.5rem;
  position: relative;
  padding-bottom: 2.5rem;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .lp-country__name {
    font-size: 42px;
    font-size: 2.625rem;
    padding-right: 15.75rem;
  }
}
.gpg-embedded .lp-country__name {
  margin-top: 0;
}
@media (min-width: 48em) {
  .gpg-embedded .lp-country__name {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.lp-country__classification {
  color: #999;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .lp-country__classification {
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .lp-country__back {
    position: absolute;
    right: 0;
    top: 1rem;
  }
}
.lp-country__back a {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 1rem 1rem 1rem 2.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  line-height: 1;
  background-color: #008193;
  letter-spacing: 0.1em;
  color: white;
  position: relative;
}
@media (min-width: 48em) {
  .lp-country__back a {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.lp-country__back a::before {
  content: "";
  display: block;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  border-right: 0.625rem solid white;
  position: absolute;
  top: 50%;
  left: 1.125rem;
  margin-top: -0.4rem;
}
.lp-country__back a:hover {
  background-color: #005460;
}

.lp-country__sidebar {
  grid-column: 2;
}
@media (min-width: 48em) {
  .lp-country__sidebar {
    float: right;
    width: 44%;
    padding-left: 5rem;
  }
}
@supports (display: grid) {
  @media (min-width: 48em) {
    .lp-country__sidebar {
      float: none;
      width: auto;
      padding-left: 0;
    }
  }
}
.gpg-embedded .lp-country__sidebar {
  display: none;
}

.lp-country__sidebar-inner {
  position: sticky;
  top: 1.25rem;
}
@media (min-width: 60em) {
  .lp-country__sidebar-inner {
    padding-bottom: 5rem;
  }
}

.lp-country__social-graphic {
  margin-bottom: 2.5rem;
}

.gpg-embedded .lp-country__share {
  display: none;
}
@supports (display: grid) {
  @media (min-width: 48em) {
    .lp-country__share .lp-share-band {
      margin-bottom: 0;
    }
  }
}
@media (min-width: 48em) {
  .lp-country__share .share-band {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 60em) {
  .lp-country__share .share-band {
    flex-direction: row;
  }
}
.lp-country__share .share-band__desc {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
@media (min-width: 48em) {
  .lp-country__share .share-band__desc {
    padding: 0 0 0.375rem;
  }
}
@media (min-width: 60em) {
  .lp-country__share .share-band__desc {
    padding-right: 0.625rem;
    padding-bottom: 0;
  }
}
.lp-country__photos {
  padding-bottom: 1.25rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 23.25em) {
  .lp-country__photos {
    margin-left: -1.875rem;
  }
}
.lp-country__photos img {
  display: block;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  margin: 0 auto 1.25rem;
}

.lp-country__details {
  grid-column: 1;
  grid-row: 2;
}
@media (min-width: 23.25em) {
  .lp-country__details {
    padding-left: 1.875rem;
  }
}
@media (min-width: 48em) {
  .lp-country__details {
    float: left;
    width: 56%;
  }
}
@supports (display: grid) {
  @media (min-width: 48em) {
    .lp-country__details {
      float: none;
      width: auto;
    }
  }
}
.lp-country__details a {
  color: #008193;
  display: inline-block;
}

.lp-country__details h2,
.lp-country__details h3,
.lp-country__sidebar h2,
.lp-country__sidebar h3 {
  color: #008193;
  float: left;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0.625rem 0 0;
  text-transform: uppercase;
  position: relative;
}
.lp-country__details h2::before,
.lp-country__details h3::before,
.lp-country__sidebar h2::before,
.lp-country__sidebar h3::before {
  content: "";
  display: block;
  height: 0.75rem;
  margin: 0 0.5rem 0 -1.25rem;
  background-color: #008193;
  position: absolute;
  left: -0.625rem;
  top: 0.35rem;
  width: 0.75rem;
}
.lp-country__details h2::after,
.lp-country__details h3::after,
.lp-country__sidebar h2::after,
.lp-country__sidebar h3::after {
  content: "";
  position: absolute;
  height: 0;
  border-left: 0.25rem solid #008193;
  border-top: 0.375rem solid transparent;
  border-bottom: 0.375rem solid transparent;
  width: 0;
  left: -1.125rem;
  top: 0.35rem;
}

.lp-country__sidebar h2,
.lp-country__sidebar h3 {
  padding-top: 0.25rem;
  margin-bottom: 0.625rem;
  line-height: 1;
}

.lp-country__overview,
.lp-country__religions,
.lp-country__persecutor,
.lp-country__what-it-means,
.lp-country__bible-access,
.lp-country__vom-work,
.lp-country__prayers {
  padding-bottom: 1.875rem;
}
.lp-country__overview p,
.lp-country__religions p,
.lp-country__persecutor p,
.lp-country__what-it-means p,
.lp-country__bible-access p,
.lp-country__vom-work p,
.lp-country__prayers p {
  padding-bottom: 0;
}

.lp-country__subdetails {
  background-color: rgba(0, 129, 147, 0.1);
  padding: 1.875rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 23.25em) {
  .lp-country__subdetails {
    margin: 0 0 2.5rem -1.875rem;
  }
}
.lp-country__subdetails > * h2::before,
.lp-country__subdetails > * h2::after,
.lp-country__subdetails > * h3::before,
.lp-country__subdetails > * h3::after {
  display: none;
}
.lp-country__subdetails > *:last-child {
  padding-bottom: 0;
}
.lp-country__subdetails h2,
.lp-country__subdetails h3 {
  float: none;
}
.gpg-embedded .lp-country__subdetails a {
  display: none;
}

.lp-prayers__list {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0.625rem 0 0;
}

.lp-prayers__prayer-item {
  border-top: 1px solid rgba(0, 129, 147, 0.3);
  font-style: italic;
  padding: 1rem;
}

.lp-prayers__share {
  background: none;
  box-shadow: none;
  color: #008193;
  padding: 0;
  text-transform: uppercase;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: underline;
}
.lp-prayers__share:hover {
  background: none;
  color: #005460;
  text-decoration: none;
}
.gpg-embedded .lp-prayers__share {
  display: none;
}