sub {
  font-size: 14px;
  color: #2d2d2d;
  margin-bottom: 1rem;
}

.main_inner > section {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main_inner > section {
    max-width: 90%;
    margin-inline: auto;
  }
}
.main_inner > section + section {
  margin-top: 5rem;
}

@media screen and (min-width: 768px) {
  #hero {
    max-width: 80vw;
    margin-inline: auto;
  }
}
#hero .hero-logo {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: auto;
}

.two-columns {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .two-columns {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .two-columns.reverse-columns {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .two-columns .left-col,
  .two-columns .right-col {
    flex: 1;
  }
}

.story-swiper {
  max-width: 500px;
  margin-inline: auto;
}
.story-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.mt1 {
  margin-top: 1rem;
}

.mt2 {
  margin-top: 2rem !important;
}

.mt3 {
  margin-top: 3rem !important;
}

.mt4 {
  margin-top: 4rem !important;
}

.mt5 {
  margin-top: 5rem !important;
}

.caption-on-imaage {
  position: absolute;
  bottom: 2em;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1rem;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  text-align: center;
}

ul.storelist {
  list-style: disc;
  list-style-position: inside;
  padding-left: 0;
  margin: 0;
  text-align: center;
}
ul.storelist li {
  margin-bottom: 0.2rem;
}

.store-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 1.5rem;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .store-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .store-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .store-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.store-item .fr-heading {
  margin: 0 0 0.5rem;
}
.store-item .storelist {
  margin-top: 0;
}

.green-text {
  color: #008000;
}

.all-caps {
  text-transform: uppercase;
}

.video-responsive {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=john-csm.css.map */