@charset "UTF-8";
html.has-modal {
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  html.has-modal {
    overflow: visible;
  }
}

.lp-top {
  background-color: #471f1f;
}

.lp-top__inner {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .lp-top__inner::before, .lp-top__inner::after {
    content: "";
    background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_cfie/photo_top_right.webp?v=20240301) center no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    left: 0;
    border-right: 1px solid #471f1f;
  }
}
@media screen and (min-width: 72em) {
  .lp-top__inner::before, .lp-top__inner::after {
    background-position: center center;
  }
}
@media screen and (min-width: 48em) {
  .lp-top__inner::after {
    background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_cfie/photo_top_left.webp?v=20240301);
    left: auto;
    right: 0;
    border-right: none;
    border-left: 1px solid #471f1f;
  }
}
@media (min-width: 72em) {
  .lp-top__inner::after {
    background-position: center left;
  }
}

.lp-top__title {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_cfie/photo_top_right.webp) center no-repeat;
  background-size: cover;
  padding: 3.75rem 1.25rem;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .lp-top__title {
    background: none;
    position: relative;
    padding: 8.75rem;
    z-index: 1;
  }
}
@media (min-width: 60em) {
  .lp-top__title {
    padding: 10rem 0;
  }
}
@media (min-width: 72em) {
  .lp-top__title {
    padding: 7.5rem 0;
  }
}
.lp-top__title h1 {
  position: relative;
  margin: 0;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.2;
  color: white;
}
@media screen and (min-width: 28em) {
  .lp-top__title h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 36em) {
  .lp-top__title h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 48em) {
  .lp-top__title h1 {
    margin: 0 auto;
    max-width: 12em;
    top: 0;
  }
}
@media screen and (min-width: 60em) {
  .lp-top__title h1 {
    padding-top: 0.625em;
    font-size: 48px;
    font-size: 3rem;
  }
}
.lp-top__title h1 div {
  display: inline-block;
  padding: 0.5em 0.75em;
  background-color: rgba(59, 148, 162, 0.75);
}
.lp-top__title h1 div:last-child {
  margin-top: -0.25em;
}
@media screen and (min-width: 60em) {
  .lp-top__title h1 div:last-child {
    margin-top: -0.5em;
  }
}

.site-main {
  border-top: 3px solid #ebeede;
  background-color: #f1f3ec;
  padding: 1.25em;
}
@media screen and (min-width: 48em) {
  .site-main {
    padding: 0 0 2.5em;
    z-index: 100;
  }
}
@media screen and (min-width: 60em) {
  .site-main {
    padding-top: 1.25em;
  }
}
.site-main .share-band {
  position: relative;
  z-index: 1;
}

.brochure {
  padding: 1.875em 1.25em;
}
@media screen and (min-width: 36em) {
  .brochure {
    padding-top: 2.5em;
    max-width: 32em;
    margin: 0 auto;
  }
}
@media screen and (min-width: 48em) {
  .brochure {
    max-width: 78em;
    margin-bottom: 1.875em;
  }
}
@media screen and (min-width: 60em) {
  .brochure {
    padding-top: 3.75em;
  }
}
@media screen and (min-width: 78em) {
  .brochure {
    padding: 4.375em 1.875em 1.875em;
  }
}
.no-flexbox .brochure {
  max-width: 59.5em;
}

.brochure__instructions {
  padding-bottom: 1.25em;
}
@media screen and (min-width: 48em) {
  .brochure__instructions {
    max-width: 54em;
    margin: 0 auto;
  }
}
@media screen and (min-width: 60em) {
  .brochure__instructions {
    padding-bottom: 2.5em;
  }
}

@media screen and (min-width: 48em) {
  .brochure__nav {
    padding-top: 1.875em;
    padding-left: 0.625em;
    position: absolute;
    width: 12.5em;
  }
}
@media screen and (min-width: 78em) {
  .brochure__nav {
    padding-top: 3.75em;
    width: 14em;
  }
}
.no-js .brochure__nav {
  display: none;
}

.brochure-nav__title {
  color: #a95435;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1.25;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 0.75em;
}
@media screen and (min-width: 48em) {
  .brochure-nav__title {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.brochure-nav__bar-vert {
  position: absolute;
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  right: -2.425rem;
  top: -2rem;
  width: 1px;
}
@media screen and (min-width: 48em) {
  .brochure-nav__bar-vert {
    display: block;
  }
}
@media screen and (min-width: 60em) {
  .brochure-nav__bar-vert {
    right: -1.25rem;
  }
}
@media screen and (min-width: 78em) {
  .brochure-nav__bar-vert {
    right: -2.5rem;
    top: -3rem;
  }
}
.brochure-nav__bar-vert.is-resizing {
  animation-delay: 0.1s;
  animation-duration: 0.3s;
  animation-name: expandNavBarVert;
  animation-fill-mode: both;
}

@keyframes expandNavBarVert {
  from {
    opacity: 0;
    transform: scaleY(0);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}
.brochure-nav__list-wrapper {
  position: relative;
}

.brochure-nav__list {
  list-style: none;
  margin: 0;
  padding: 0 0 1.875em;
}

.brochure-nav__list-item {
  border-top: 1px solid #ddd;
  margin: 0 -0.625em;
}

.brochure-nav__list-button {
  background: none;
  border-radius: 0;
  box-shadow: none;
  color: #5b5e63;
  display: block;
  position: relative;
  text-decoration: none;
  font-weight: normal;
  padding: 0.625rem 0.625rem 0.5rem 2.75rem;
  text-align: left;
  width: 100%;
  transition: all 0.2s ease;
}
@media screen and (min-width: 48em) {
  .brochure-nav__list-button {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0.75rem 0.5rem 0.625rem 2.75rem;
  }
}
.brochure-nav__list-button:hover {
  background-color: #3b94a2;
  opacity: 1;
  color: white;
}
@media (min-width: 48em) {
  .brochure-nav__list-button.is-current {
    color: #3b94a2;
    font-weight: bold;
    padding-left: 0.625em;
  }
}
@media (min-width: 48em) {
  .brochure-nav__list-button:hover.is-current {
    color: white;
  }
}
.brochure-nav__list-button::before {
  content: "";
  display: block;
  background-image: url("../png/sprites-3.png");
  background-size: 300px 220px;
  background-repeat: no-repeat;
  background-position: -268px 1px;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 0.3em;
  left: 0.325em;
  transition: all 0.2s ease;
  z-index: 1;
}
@media (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .brochure-nav__list-button::before {
    background-image: url("../png/sprites%402x-3.png");
  }
}
@media screen and (min-width: 48em) {
  .brochure-nav__list-button::before {
    top: 0.3rem;
  }
}
@media (min-width: 48em) {
  .brochure-nav__list-button.is-current::before {
    opacity: 0;
    transition: translateX(-1em);
  }
}
.brochure-nav__list-button::after {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 1px;
  top: 50%;
  position: absolute;
  left: 4rem;
  right: -29px;
  display: none;
  opacity: 0;
  transform: translateX(-4rem);
  transition: all 0.2s ease;
}
@media screen and (min-width: 48em) {
  .brochure-nav__list-button::after {
    display: block;
  }
}
@media screen and (min-width: 60em) {
  .brochure-nav__list-button::after {
    right: -10px;
  }
}
@media screen and (min-width: 78em) {
  .brochure-nav__list-button::after {
    right: -30px;
  }
}
@media (min-width: 48em) {
  .brochure-nav__list-button.is-current::after {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (min-width: 48em) {
  .brochure-nav__list-button div {
    background-color: white;
    display: inline-block;
    padding-right: 0.625rem;
    transition: background-color 0.2s ease;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 48em) {
  .brochure-nav__list-button:hover div {
    background-color: #3b94a2;
  }
}
.brochure-nav__list-button br {
  display: none;
}
@media screen and (min-width: 48em) {
  .brochure-nav__list-button br {
    display: block;
  }
}

@-moz-document url-prefix() {
  .brochure-nav__list-button div {
    display: block;
  }
}
.brochure-nav__order {
  border: 2px solid rgba(59, 148, 162, 0.35);
  border-radius: 0.5em;
  color: #5b5e63;
  display: none;
  padding: 1.25em 0.625em 1.25em 6.75em;
  line-height: 1.25;
  margin: 0 auto 2.5em;
  width: 17em;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 48em) {
  .brochure-nav__order {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.brochure-nav__order:hover {
  background-color: rgba(59, 148, 162, 0.75);
  color: white;
}
.brochure-nav__order strong {
  display: block;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #3b94a2;
  text-transform: uppercase;
}
@media screen and (min-width: 48em) {
  .brochure-nav__order strong {
    font-size: 16px;
    font-size: 1rem;
  }
}
.brochure-nav__order:hover strong {
  transition: color 0.2s ease;
  color: #111;
}
.brochure-nav__order::before {
  content: "";
  display: block;
  background-image: url("../png/guide.png");
  background-size: cover;
  height: 8em;
  width: 5.5em;
  left: 0.3125em;
  top: -0.625em;
  position: absolute;
}
@media (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .brochure-nav__order::before {
    background-image: url("../png/guide%402x.png");
  }
}

.brochure__preview {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
}
@media screen and (min-width: 48em) {
  .brochure__preview {
    display: block;
    position: static;
    margin-left: 16em;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
  }
}
@media screen and (min-width: 60em) {
  .brochure__preview {
    margin-left: 14.625em;
  }
}
@media screen and (min-width: 78em) {
  .brochure__preview {
    margin-left: 17.5em;
  }
}
.has-modal .brochure__preview {
  display: block;
}
.no-js .brochure__preview {
  margin: 0 auto;
  max-width: 54rem;
}

@keyframes showBrochureModal {
  from {
    opacity: 0;
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.brochure__preview-scroll {
  background-color: #e8edd8;
  overflow: hidden;
  overflow-y: scroll;
  position: absolute;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
@media screen and (min-width: 48em) {
  .brochure__preview-scroll {
    background-color: transparent;
    overflow: visible;
    position: relative;
    bottom: auto;
    right: auto;
  }
}

.brochure__preview-close {
  text-indent: -9999px;
  position: absolute;
  z-index: 6;
  background-image: none;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 0;
  border-radius: 0;
  line-height: 1;
  right: 0;
  top: 0;
  height: 2em;
  width: 2em;
  border: none;
  box-shadow: none;
  transition: 0.2s background-color ease;
}
@media screen and (min-width: 48em) {
  .brochure__preview-close {
    display: none;
  }
}
.brochure__preview-close:hover {
  background-color: #3b94a2;
  background-image: none;
  opacity: 1;
}
.brochure__preview-close::before {
  content: "×";
  color: #5b5e63;
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  position: absolute;
  text-indent: 0;
  width: 100%;
  top: 5px;
  text-align: center;
  transition: 0.2s color ease;
}
.brochure__preview-close:hover::before {
  color: white;
}

.brochure__preview-controls {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1.25em;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .brochure__preview-controls {
    display: none;
  }
}

.brochure__preview-controls-next,
.brochure__preview-controls-close {
  padding-right: 3.125em;
  background-color: transparent;
  border: 2px solid #3b94a2;
  box-shadow: none;
  color: white;
  background-image: none;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  overflow: hidden;
  margin: 0 0.25em;
}
.brochure__preview-controls-next:hover,
.brochure__preview-controls-close:hover {
  background-color: rgba(59, 148, 162, 0.5);
  background-image: none;
}

.brochure__preview-controls-next::before {
  content: "";
  border-top: 0.5em solid transparent;
  border-left: 0.75em solid white;
  border-bottom: 0.5em solid transparent;
  position: absolute;
  right: 0.75em;
  top: 50%;
  margin-top: -0.5em;
  z-index: 1;
}
.brochure__preview-controls-next::after {
  content: "";
  color: white;
  background-color: #3b94a2;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  display: block;
  position: absolute;
  text-indent: 0;
  width: 1.5em;
  line-height: 1;
  bottom: 0;
  padding-top: 0.15em;
  top: 0;
  right: 0;
  text-align: center;
}

.brochure__preview-controls-close::after {
  content: "×";
  color: white;
  background-color: #3b94a2;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  display: block;
  position: absolute;
  text-indent: 0;
  width: 1.5em;
  line-height: 1;
  bottom: 0;
  padding-top: 0.15em;
  top: 0;
  right: -2px;
  text-align: center;
}

.brochure-page {
  background-color: #e8edd8;
  color: #111;
}
@media screen and (min-width: 60em) {
  .brochure-page {
    display: flex;
    padding: 1.25em;
  }
}
@media screen and (min-width: 78em) {
  .brochure-page {
    padding: 0;
  }
}
.brochure-page.is-hidden {
  display: none;
}
.no-js .brochure-page {
  display: block;
  margin-bottom: 1.25em;
}
@media screen and (min-width: 60em) {
  .no-js .brochure-page {
    display: flex;
  }
}
.brochure-page.is-showing {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: showBrochureFullPage;
  transform-origin: left 50%;
}
@media screen and (min-width: 48em) {
  .brochure-page.is-showing {
    animation-delay: 0.2s;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .brochure-page.is-showing {
    /* IE10+ */
    animation-name: showBrochureFullPageIE;
  }
}
.brochure-page.is-hiding {
  position: absolute;
  top: 0;
  animation-duration: 0.3s;
  animation-name: hideBrochureMobile;
  pointer-events: none;
  transform-origin: left 50%;
}
@media screen and (min-width: 48em) {
  .brochure-page.is-hiding {
    animation-name: hideBrochureFullPage;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .brochure-page.is-hiding {
    /* IE10+ */
    animation-name: hideBrochureFullPageIE;
  }
}

@keyframes showBrochureFullPage {
  from {
    opacity: 0;
    transform: perspective(3000px) rotate3d(0, 1, 0, 50deg);
  }
  to {
    opacity: 1;
    transform: perspective(3000px);
  }
}
@keyframes showBrochureFullPageIE {
  from {
    opacity: 0;
    transform: translate3d(0, 2em, 0);
  }
  to {
    opacity: 1;
  }
}
@keyframes hideBrochureMobile {
  from {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(1.5em, 0, 0);
  }
}
@keyframes hideBrochureFullPage {
  from {
    opacity: 1;
    transform: perspective(3000px);
  }
  to {
    opacity: 0;
    transform: perspective(3000px) rotate3d(0, 1, 0, -30deg);
  }
}
@keyframes hideBrochureFullPageIE {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
.brochure-page__main {
  padding: 3.125em 1.15em;
}
@media screen and (min-width: 48em) {
  .brochure-page__main {
    padding: 2.5em 1.875em;
  }
}
@media screen and (min-width: 60em) {
  .brochure-page__main {
    padding: 1.25em 1.875em 1.25em 1.25em;
    flex-basis: 60%;
  }
}
@media screen and (min-width: 78em) {
  .brochure-page__main {
    flex-basis: 58%;
    padding: 2.5em;
    position: relative;
  }
}
@media screen and (min-width: 60em) {
  .brochure-page--map .brochure-page__main {
    flex-basis: 100%;
  }
}

.brochure-page__title {
  margin: 0 0 1.25em;
  padding-left: 1em;
  position: relative;
}
@media screen and (min-width: 60em) {
  .brochure-page__title {
    padding-left: 0;
  }
}
@media screen and (min-width: 78em) {
  .brochure-page__title {
    margin-bottom: 2.5em;
    min-height: 7em;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 78em) {
  .brochure-page--map .brochure-page__title {
    padding-right: 0;
    min-height: 0;
  }
}
.brochure-page__title::before {
  content: "";
  background-color: white;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 1rem;
}
@media screen and (min-width: 48em) {
  .brochure-page__title::before {
    display: block;
    left: -3.5rem;
    top: -1px;
  }
}
@media screen and (min-width: 78em) {
  .brochure-page__title::before {
    left: -4rem;
  }
}
.brochure-page__title::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
}
@media screen and (min-width: 60em) {
  .brochure-page__title::after {
    left: -1rem;
  }
}

.brochure-page__title-horiz-bar {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 50%;
  left: -1.25em;
  height: 1px;
  width: 1.25em;
}
@media screen and (min-width: 48em) {
  .brochure-page__title-horiz-bar {
    left: -3rem;
    width: 3rem;
  }
}
@media screen and (min-width: 60em) {
  .brochure-page__title-horiz-bar {
    left: -3.375rem;
    width: 2.375rem;
  }
}
@media screen and (min-width: 78em) {
  .brochure-page__title-horiz-bar {
    left: -3.5rem;
    width: 2.5rem;
  }
}

.brochure-page__name {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0.125em;
}
@media screen and (min-width: 78em) {
  .brochure-page__name {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.brochure-page__name span {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
}

.brochure-page__region {
  font-size: 11px;
  font-size: 0.6875rem;
  font-style: italic;
  font-weight: normal;
}

.brochure-page__title-photo {
  padding-bottom: 1.25em;
  text-align: center;
}
@media screen and (min-width: 78em) {
  .brochure-page__title-photo {
    position: absolute;
    right: 1.875rem;
    top: 1.875rem;
    overflow: hidden;
    border-radius: 140px;
    width: 140px;
  }
}

.brochure-page__intro {
  font-family: Georgia, serif;
  font-style: italic;
  margin-bottom: 1.25em;
}
@media screen and (min-width: 78em) {
  .brochure-page__intro {
    margin-bottom: 1.875em;
  }
}
.brochure-page__intro blockquote {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 0.625rem;
  padding: 0;
}
.brochure-page__intro blockquote em {
  font-style: normal;
}

.brochure-page__desc {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
.brochure-page__desc p {
  text-indent: 1em;
}
.brochure-page__desc blockquote {
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  margin: 0;
  padding: 0 1.25em 1.25em;
}

.brochure-page__photo-credit {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
}

.brochure-page__sidebar {
  background-color: #9dccbe;
}
@media screen and (min-width: 60em) {
  .brochure-page__sidebar {
    flex-basis: 40%;
  }
}
@media screen and (min-width: 78em) {
  .brochure-page__sidebar {
    flex-basis: 42%;
  }
}

.brochure-page__photo-caption {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  padding: 1.875rem 1.25rem 0.625rem;
}
@media screen and (min-width: 78em) {
  .brochure-page__photo-caption {
    padding-top: 2.5rem;
  }
}

.brochure-page__verse {
  background-color: #a95435;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  top: -1.25rem;
  margin: 0 1.25rem 0.625rem;
  padding: 1.25rem;
  text-align: center;
}
.brochure-page__verse div {
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-top: 0.5em;
  text-transform: uppercase;
}

.brochure-page__pray {
  padding: 0 1.25em 1.875em;
}
@media screen and (min-width: 60em) {
  .brochure-page__pray {
    padding: 1.875em;
  }
}
@media screen and (min-width: 78em) {
  .brochure-page__pray {
    padding: 0.625em 2.5em 2.5em;
  }
}

.brochure-page__pray-title {
  margin: 1.25rem 0 3.125rem;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: normal;
  line-height: 1.2;
  padding-bottom: 0.625rem;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.brochure-page__pray-title::before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -3.5rem;
  height: 1px;
  width: 7rem;
}
.brochure-page__pray-title::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: -1.625rem;
  left: 50%;
  height: 1.625rem;
  width: 1px;
}

.brochure-page__pray-desc p {
  font-size: 14px;
  font-size: 0.875rem;
}
.brochure-page__pray-desc p:last-child {
  padding-bottom: 0;
}

.brochure-map {
  margin: 0 -1.25em;
}

.brochure-map__mobile-imgs {
  margin-bottom: 1.25em;
  overflow: hidden;
  border-top: 3px solid #5b5e63;
  border-bottom: 3px solid #5b5e63;
  margin-bottom: 1.25em;
}
@media screen and (min-width: 28em) {
  .brochure-map__mobile-imgs {
    display: none;
  }
}
.brochure-map__mobile-imgs div {
  width: 220%;
  margin-bottom: -35%;
}
.brochure-map__mobile-imgs div:last-child {
  width: 200%;
  margin-left: -95%;
  margin-bottom: 0;
  position: relative;
}
.brochure-map__mobile-imgs div:last-child::before {
  content: "";
  display: block;
  top: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
  background-color: #5b5e63;
  height: 3px;
}

.brochure-map__full-img {
  display: none;
  border-top: 3px solid #5b5e63;
  border-bottom: 3px solid #5b5e63;
  margin-bottom: 1.25em;
}
@media screen and (min-width: 28em) {
  .brochure-map__full-img {
    display: block;
  }
}
@media screen and (min-width: 48em) {
  .brochure-map__full-img {
    border: 1px solid #5b5e63;
    margin: 0 -1.875em 1.25em;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 78em) {
  .brochure-map__full-img {
    margin-top: -1.25em;
    margin-left: -1.25em;
    margin-right: -1.25em;
    margin-bottom: 2.5em;
    box-shadow: none;
    border-left: none;
    border-right: none;
  }
}
.brochure-map__full-img img {
  display: block;
  width: 125%;
  margin-left: -20%;
  max-width: none;
}
@media screen and (min-width: 48em) {
  .brochure-map__full-img img {
    max-width: 100%;
    margin-left: 0;
  }
}

.brochure-map__legend {
  list-style: none;
  margin: 0;
  padding: 0 1.25em;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}
.brochure-map__legend strong {
  color: #a95435;
  font-style: normal;
}

.official-name {
  font-family: Georgia, serif;
  font-style: italic;
}

.lp .title {
  color: #a95435;
}
.lp .title--medium {
  color: #3b94a2;
}
.lp .cart {
  background-color: #323d3c;
}
.lp .cart__items {
  color: #e8edd8;
}
.lp .cart__summary-link {
  background: none;
  color: #e8edd8;
  box-shadow: none;
  margin-top: 0.25rem;
  padding: 0;
}
@media (min-width: 48em) {
  .lp .cart__summary-link {
    margin-top: 0;
    padding: 0 1rem;
  }
}
.lp .cart__summary-link:hover {
  color: #fdfdfb;
  background: none;
}
.lp .field--free-check {
  display: none;
}
.lp .lp-share-band {
  padding-top: 6.25rem;
}
.lp .share-band {
  background-color: #397f8a;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.11);
}

.lp-iamn {
  margin: 0 auto 2.5rem;
  max-width: 55rem;
  padding: 2.5rem 0;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 36em) {
  .lp-iamn {
    padding-left: 15rem;
    padding-bottom: 3.75rem;
    position: relative;
  }
}
@media (min-width: 48em) {
  .lp-iamn {
    border-top: none;
    margin: 0 2.5rem 3.125rem;
  }
}
@media (min-width: 60em) {
  .lp-iamn {
    padding-left: 20rem;
    padding-top: 3.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.lp-iamn h2 {
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #3b94a2;
  letter-spacing: 0.05em;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1;
  margin: 0 0 1.25rem;
}

.lp-iamn__book {
  margin: 0 auto 0.625rem;
  width: 70%;
}
@media (min-width: 36em) {
  .lp-iamn__book {
    width: 22rem;
    position: absolute;
    left: -5rem;
    top: 1.875rem;
    margin-right: 0;
  }
}
@media (min-width: 60em) {
  .lp-iamn__book {
    left: -3.75rem;
    top: 3.125rem;
    width: 25rem;
  }
}

.lp input[type=text]:focus,
.lp input[type=number]:focus,
.lp input[type=email]:focus,
.lp input[type=tel]:focus,
.lp input[type=password]:focus,
.lp textarea:focus {
  border-color: #3b94a2;
}
.lp label {
  color: #3b94a2;
}
.lp a {
  color: #a95435;
  transition: all 0.2s ease;
}
.lp a:hover {
  text-decoration: none;
  color: #824129;
}
.lp .lp-continue [type=submit] {
  background-color: #a95435;
  color: white;
  background-image: none;
  box-shadow: 0 3px 0 #6f3723, 0 4px 5px rgba(0, 0, 0, 0.33);
}
.lp .lp-continue [type=submit]:hover {
  background-color: #6f3723;
  color: white;
}
.lp .lp-continue [type=submit]:focus {
  outline: 1px dotted #3b94a2;
}
.lp .stepper.is-enhanced button {
  background-color: #3b94a2;
}
.lp .stepper.is-enhanced button:hover {
  background-color: #2d727d;
}
.lp .stepper.is-enhanced .stepper.is-enhanced div {
  border-color: #3b94a2;
}
.lp .cart__summary-link {
  color: #e8edd8;
  font-weight: normal;
}
.lp .cart__summary-link:hover {
  color: rgba(232, 237, 216, 0.7);
}

.free-offer {
  max-width: 36em;
  margin: 0 auto 4rem;
}
.free-offer h4 {
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: 0.15rem;
  margin: 0 0 1rem;
}
.free-offer fieldset {
  position: relative;
  padding-left: 1.375em;
}
.free-offer input {
  position: absolute;
  left: 0;
  top: 0.25em;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.075);
}
.free-offer label {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
}
.free-offer label em {
  font-size: 18px;
  font-size: 1.125rem;
  color: #3b94a2;
  font-weight: bold;
  margin-left: 0;
}
.free-offer .label__note {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  padding: 0 0 0 1.25rem;
  margin-top: -0.875rem;
  font-style: italic;
  font-weight: normal;
}

.field--donation label {
  color: #5b5e63;
}
.field--donation label strong {
  color: #3b94a2;
}

.products__continue {
  margin-left: 0;
  margin-right: 0;
}

.products__content {
  padding-top: 1.25em;
}
@media screen and (min-width: 48em) {
  .products__content {
    padding-top: 2.5em;
  }
}

@media (min-width: 48em) {
  .products__row--single .product {
    align-items: start;
    display: grid;
    grid-template-columns: 15rem 1fr;
    grid-gap: 2.5rem;
    max-width: 54rem;
    padding: 0 2.5rem;
    text-align: left;
  }
}

.lp .product__image {
  background: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 1.25rem;
  padding: 0;
}
.lp .product__image:hover {
  background-color: transparent;
}
.lp .product__image::before {
  bottom: -0.25rem;
  background-image: url(../lp_201705_01_sprites.html);
  background-size: 300px 220px;
  background-size: 300px 220px;
  background-repeat: no-repeat;
}
@media (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .lp .product__image::before {
    background-image: url(../lp_201705_01_sprites%402x.html);
  }
}

.product__name-main {
  color: #a95435;
}

.qty__name {
  color: #3b94a2;
}

.product-detail__name {
  color: #a95435;
}

.ordersummary .ordersummary__total td span {
  color: #a95435;
}

.lp .field__address2-link {
  color: #a95435;
}
.lp .field__address2-link:hover {
  color: #a95435;
}

.field--ship-choice label {
  color: #5b5e63;
  font-weight: normal;
}
.field--ship-choice strong {
  font-weight: bold;
}

.fine-print {
  font-style: italic;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  max-width: 32.5rem;
  margin: 1.25rem auto 0;
}
.fine-print em {
  font-style: normal;
}