/* app/assets/stylesheets/about/loyalty/loyalty.css */
.loyalty-landing__wrap {
  font-family:
    proxima-nova,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
}
.loyalty-sections-wrap {
  color: #333;
}
.loyalty-section {
  background-color: var(--neutral-000);
  border: rgb(204, 204, 204) 1px solid;
  margin: 0 16px 31px;
  padding: 24px 31px;
}
.loyalty-section__title {
  font-size: inherit;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 19px;
}
.loyalty__btn {
  background-color: #9c4eb0;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 900;
  color: var(--neutral-000);
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0.7em;
  text-align: center;
  text-transform: uppercase;
}
.loyalty__text {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.loyalty__text--legalese {
  color: var(--neutral-300);
  font-style: italic;
}
.loyalty__text--centered {
  text-align: center;
}
.loyalty-stores__img {
  border-radius: 4px;
  margin-bottom: 24px;
  width: 100%;
}
.loyalty-header {
  height: 400px;
  background-color: var(--fanclub-yellow);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.loyalty-header__title {
  font-size: 28px;
  line-height: 0.6;
  overflow: hidden;
  text-indent: -9999em;
}
.loyalty-footer {
  color: #778086;
  line-height: 1.6;
  border: none;
  font-size: 14px;
}
.loyalty_footer__tc-link {
  display: block;
  margin-top: 25px;
  text-align: center;
  margin-bottom: 35px;
}
.loyalty-faq__drop-cap-letter {
  color: var(--neutral-700);
  font-weight: bold;
  margin-left: -20px;
  display: inline-block;
  width: 17px;
}
.loyalty-faq__question,
.loyalty-faq__answer {
  line-height: 1.6;
  padding-left: 20px;
}
.loyalty-faq__question {
  color: #9c4eb0;
  margin-bottom: 13px;
}
.loyalty-faq__answer {
  margin-left: 0;
  margin-bottom: 38px;
}
.loyalty-faq__more-link {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .loyalty-sections-wrap {
    background-color: var(--neutral-000);
  }
  .loyalty-section {
    background-color: var(--neutral-000);
    border-width: 0 0 1px;
    margin: 0 16px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1370px) {
  .loyalty-header {
    height: 300px;
  }
}
@media (max-width: 1000px) {
  .loyalty-header {
    height: 230px;
  }
}
@media (max-width: 770px) {
  .loyalty-header {
    height: 180px;
  }
}
@media (max-width: 600px) {
  .loyalty-header {
    height: 390px;
  }
}
@media (max-width: 400px) {
  .loyalty-header {
    height: 330px;
  }
}

/* app/assets/stylesheets/about/loyalty/desktop.css */
.loyalty-landing__page--desktop .loyalty__btn:hover {
  color: var(--neutral-000);
}
.loyalty__btn--intro {
  margin: 10px auto;
}
.loyalty__btn--stores {
  width: 77%;
}
.loyalty-stores__wrap {
  margin-right: -10px;
  margin-left: -10px;
  display: flex;
}
.loyalty-stores__section {
  float: left;
  width: 33.33333%;
  padding-left: 18px;
  padding-right: 18px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .loyalty__btn--intro {
    font-size: 20px;
    width: 25em;
  }
  .loyalty-section:first-child {
    margin-top: 31px;
  }
  .loyalty-stores__section {
    position: relative;
  }
  .loyalty-stores__section:after {
    content: "";
    border-right: rgb(204, 204, 204) 1px solid;
    display: block;
    width: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 28px;
  }
  .loyalty-stores__section:last-child:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .loyalty-stores__wrap {
    margin-right: -16px;
    margin-left: -16px;
  }
  .loyalty-stores__section {
    float: none;
    width: unset;
    padding: 24px 16px;
    border-bottom: rgb(204, 204, 204) 1px solid;
  }
  .loyalty-stores__section:last-child {
    border-width: 0;
    padding-bottom: 0;
  }
  .loyalty-section__title + .loyalty-stores__wrap {
    margin-top: -20px;
  }
  .loyalty__btn--stores {
    width: unset;
  }
}

/* swug-virtual-bundle-specifier://images.fandango.com/fandango-www/screenplay/assets/v2/stylesheets/bundles/about/loyalty/desktop.4fdc4tji.css */
/*# sourceMappingURL=desktop.css.map */
