/* app/assets/stylesheets/movie/desktop/theaters.css */
.theaters-lazy-load .csspinner {
  top: 100px;
  left: 170px;
}
.theaters {
  margin-bottom: 15px;
  width: auto;
  margin-left: 320px;
  padding: 0 0.5rem;
}
.theater__wrap {
  border: 1px solid var(--light-overlay-8);
  margin-bottom: 30px;
}
.theater__header {
  background: var(--neutral-400);
  color: var(--neutral-000);
  padding: 10px 10px;
}
.theater__name-wrap {
  display: flex;
  align-items: center;
}
.theater__name {
  display: inline-block;
}
.theater__address-wrap {
  display: inline-block;
  margin-right: 10px;
  color: var(--neutral-300);
}
.theater__address-wrap span {
  white-space: nowrap;
}
.theater__links {
  display: inline-block;
  white-space: nowrap;
}
.theater__amenities::before {
  content: "|";
  display: inline-block;
  color: var(--neutral-300);
  margin: 0 5px 0 2px;
}
.theater__amenities-list {
  list-style-type: disc;
}
.theaters .theater__promoted-amenity {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-indent: -999em;
  border: 1px solid var(--neutral-000);
  border-radius: 20px;
  background-size: inherit;
}
.theaters__promoted-amenity-wrap {
  float: right;
  margin-bottom: 10px;
}
.showtime-btn--non-ticketing:hover {
  background: transparent;
  color: #333;
}
.theater__tick-headline {
  margin-bottom: 15px;
  color: var(--neutral-300);
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  line-height: 22px;
  display: inline-block;
}
.theater__tick-headline .icon {
  margin-right: 2px;
  margin-bottom: 5px;
}
.theater__name-wrap .theater__follow-icon {
  width: 13px;
  height: 12px;
  background-size: contain;
  margin-bottom: 4px;
  margin-left: 4px;
}
.theaters .icon.icon-fave-heart--small {
  margin-bottom: 4px;
  margin-left: 4px;
}
.theater__amenity-list {
  padding: 10px 0;
  color: var(--neutral-300);
}
.theater__showtimes-variant--last-li {
  border-bottom: 1px solid var(--light-overlay-8);
}
.theater__showtimes-variant {
  padding: 15px 20px 15px 15px;
  background-color: var(--neutral-000);
}
.theater__amenity-icon,
.icon.theater__amenity-icon {
  color: #4691e3;
  font-size: 14px;
  font-weight: 500;
  background-size: 26px;
}
.mop-theater__amenity-icon-wrap .theater__amenity-icon:hover {
  color: #333;
}
.mop-theater__amenity-icon-wrap:not(:last-of-type)::after {
  content: "\2022";
  margin-right: -5px;
  display: inline-block;
}
.mop-theater__amenity-icon-wrap {
  display: inline-block;
  margin-right: 5px;
  line-height: 1.6;
  vertical-align: bottom;
}
.theater__btn-list-item {
  display: inline-block;
}
.theater__btn-list-item a:hover {
  color: var(--neutral-000);
}
.pagination {
  background-color: var(--neutral-400);
  text-align: center;
  line-height: 45px;
  position: relative;
  color: #4aa7f6;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.pagination__more-btn {
  position: absolute;
  right: 30px;
}
.pagination__back-btn {
  position: absolute;
  left: 30px;
}
.pagination__pg-btn {
  letter-spacing: 2px;
}
.pagination__pg-btn--is-selected {
  color: var(--neutral-000);
}

/* app/assets/stylesheets/desktop/shared/calendar.css */
.date-picker__location {
  border-bottom: 1px solid #ebebeb;
  background-color: var(--neutral-000);
  padding: 20px;
}
input.date-picker__location-input {
  border-radius: 25px;
  background-color: #ebebeb;
  font-size: 16px;
  font-family:
    "Times New Roman",
    Georgia,
    serif;
  font-style: italic;
  border: 0;
  box-shadow: inset 2px 3px 0 rgba(99, 99, 99, 0.5);
  color: #333;
  height: 38px;
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
  position: relative;
  vertical-align: middle;
  transition: background-color 0.3s ease;
  width: 325px;
}
.date-picker {
  background-color: #fff;
  width: 90%;
  margin: auto;
  overflow: visible;
}
.date-picker.carousel-style-strip > .carousel-items > li {
  padding-right: 0;
}
.date-picker.carousel-style-strip > .carousel-items {
  margin: 0;
}
.date-picker.carousel-style-strip > .left.icon,
.date-picker.carousel-style-strip > .right.icon {
  width: 5.5%;
}
.date-picker.carousel-style-strip > .left.icon {
  left: -5.5%;
  border-right: 1px solid #ebebeb;
}
.date-picker.carousel-style-strip > .right.icon {
  right: -5.6%;
  border-left: 1px solid #ebebeb;
}
.date-picker.carousel-style-strip .flipper--hide.icon::after {
  display: none;
}
.date-picker__wrap {
  overflow: hidden;
}
input.date-picker__location-input:focus {
  background-color: #fff;
  color: #333;
  z-index: 105;
  border-color: #999;
  box-shadow: 0 0 5px #999;
}
.date-picker__location-submit {
  vertical-align: middle;
  background: var(--orange-400);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  height: 38px;
  width: 38px;
  margin-left: 7px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 38px;
  -webkit-transition: all 300ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 300ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 300ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 300ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 300ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.date-picker__location .date-picker__location-submit:hover {
  color: #fff;
  background: var(--orange-400);
}
.date-picker__list {
  height: 125px;
  padding: 0 38px;
}
.date-picker__date {
  width: 123px;
  height: 125px;
  text-align: center;
  display: block;
}
.date-picker__date--empty {
  width: 123px;
  height: 125px;
  background-color: #ccc;
}
.date-picker__link {
  background: #fff;
  color: var(--neutral-300);
  border-left: 1px solid #ebebeb;
  display: block;
  height: 125px;
  position: relative;
}
.date-picker__date a.date-picker__link:hover {
  color: var(--neutral-300);
}
.date-picker__date--selected a.date-picker__link:hover {
  color: #fff;
}
.date-picker .date-picker__link:hover {
  color: #4c4c4c;
}
.date-picker__date-weekday,
.date-picker__date-month,
.date-picker__date-day {
  display: block;
}
.date-picker__date-weekday {
  font-family:
    "Times New Roman",
    Georgia,
    serif;
  font-style: italic;
  font-size: 16px;
  padding: 5px 0;
  width: 100%;
  white-space: normal;
  margin-bottom: 15px;
}
.date-picker__date-month,
.date-picker__date-day,
.date-picker__date-release {
  font-family:
    "alternate-gothic-no-1-d",
    "Futura Condensed",
    "Arial Narrow",
    Arial,
    sans-serif;
}
.date-picker__date-month {
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}
.date-picker__date-day {
  font-size: 44px;
  line-height: 34px;
}
.date-picker__date-release {
  line-height: 18px;
  font-size: 18px;
  color: var(--orange-400);
  text-transform: uppercase;
}
.date-picker__date--selected .date-picker__date-weekday {
  color: #fff;
  background-color: var(--orange-400);
}
.date-picker__date--selected .date-picker__link {
  color: #fff;
  background-color: #333;
}
.date-picker__date--selected .date-picker__link:hover {
  color: #fff;
}
.date-picker__wrap .date-picker__link:hover {
  color: var(--neutral-300);
}
.date-picker__controls a {
  background: #fff;
  position: absolute;
  top: 0;
  margin: auto;
  width: 38px;
  height: 125px;
  text-indent: -9999px;
  z-index: 1;
}
.date-picker__controls-prev {
  left: 0;
}
.date-picker__controls-prev:before {
  content: "";
  border-radius: 0 40px 40px 0;
  background: #ebebeb;
  position: absolute;
  width: 20px;
  height: 40px;
  display: block;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.date-picker__controls-next {
  right: 0;
}
.date-picker__controls-next:before {
  content: "";
  border-radius: 40px 0 0 40px;
  background: #ebebeb;
  position: absolute;
  width: 20px;
  height: 40px;
  display: block;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
}
.date-picker__error {
  background-color: var(--orange-400);
  color: #fff;
  padding: 5px 20px;
  font-weight: bold;
  text-align: left;
  font-size: 14px;
  margin-bottom: 10px;
}
.date-picker__message {
  padding: 5px 20px;
  background-color: var(--neutral-400);
  margin: 0;
  text-align: left;
}
.date-picker__message .icon {
  width: 38px;
  height: 38px;
  background-size: 100%;
  margin-right: 3px;
  vertical-align: middle;
}
.date-picker__message-title {
  color: #fff;
  font-size: 35px;
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
}
.theaters-module-location {
  position: relative;
}
.theaters-module-location .location-dropdown {
  top: 30px;
}

/* app/assets/stylesheets/desktop/shared/stars.css */
.fd-star-rating {
  direction: rtl;
  display: inline-block;
}
.fd-star-rating:hover {
  cursor: pointer;
}
.fd-star-rating__container {
  margin: 15px 0 5px;
}
.fd-star-rating .fd-star-rating__star {
  background-position: 0 0;
  background-size: 400% 100%;
  display: inline-block;
  width: 16px;
}
[data-star-rating="1"] .fd-star-rating__star:nth-child(5),
[data-star-rating="1.5"] .fd-star-rating__star:nth-child(5),
[data-star-rating="2"] .fd-star-rating__star:nth-child(3) ~ .fd-star-rating__star,
[data-star-rating="2.5"] .fd-star-rating__star:nth-child(3) ~ .fd-star-rating__star,
[data-star-rating="3"] .fd-star-rating__star:nth-child(2) ~ .fd-star-rating__star,
[data-star-rating="3.5"] .fd-star-rating__star:nth-child(2) ~ .fd-star-rating__star,
[data-star-rating="4"] .fd-star-rating__star:nth-child(1) ~ .fd-star-rating__star,
[data-star-rating="4.5"] .fd-star-rating__star:nth-child(1) ~ .fd-star-rating__star,
[data-star-rating="5"] .fd-star-rating__star {
  background-position-x: -32px;
}
[data-star-rating="1.5"] .fd-star-rating__star:nth-child(4),
[data-star-rating="2.5"] .fd-star-rating__star:nth-child(3),
[data-star-rating="3.5"] .fd-star-rating__star:nth-child(2),
[data-star-rating="4.5"] .fd-star-rating__star:nth-child(1) {
  background-position-x: -48px;
}
.fd-star-rating--user.fd-star-rating:hover .icon.fd-star-rating__star,
.fd-star-rating:hover .icon.fd-star-rating__star {
  background-position-x: 0;
}
.fd-star-rating--user[data-star-rating="1"] .fd-star-rating__star:nth-child(5),
.fd-star-rating--user[data-star-rating="2"] .fd-star-rating__star:nth-child(3) ~ .fd-star-rating__star,
.fd-star-rating--user[data-star-rating="3"] .fd-star-rating__star:nth-child(2) ~ .fd-star-rating__star,
.fd-star-rating--user[data-star-rating="4"] .fd-star-rating__star:nth-child(1) ~ .fd-star-rating__star,
.fd-star-rating--user[data-star-rating="5"] .fd-star-rating__star,
.fd-star-rating--user.fd-star-rating .icon.fd-star-rating__star:hover,
.fd-star-rating--user.fd-star-rating .icon.fd-star-rating__star:hover ~ .fd-star-rating__star,
.fd-star-rating .icon.fd-star-rating__star:hover,
.fd-star-rating .icon.fd-star-rating__star:hover ~ .fd-star-rating__star {
  background-position-x: -16px;
}
.stars-large__star-rating--no-hover,
.stars-large__star-rating {
  direction: rtl;
}
.stars-large__star-rating .stars-large__star,
.stars-large__star-rating--no-hover .stars-large__star {
  background-position: 0 0;
  background-size: 400% 100%;
  display: inline-block;
  width: 24px;
  height: 24px;
}
[data-star-rating="1"] .stars-large__star:nth-child(5),
[data-star-rating="1.5"] .stars-large__star:nth-child(5),
[data-star-rating="2"] .stars-large__star:nth-child(3) ~ .stars-large__star,
[data-star-rating="2.5"] .stars-large__star:nth-child(3) ~ .stars-large__star,
[data-star-rating="3"] .stars-large__star:nth-child(2) ~ .stars-large__star,
[data-star-rating="3.5"] .stars-large__star:nth-child(2) ~ .stars-large__star,
[data-star-rating="4"] .stars-large__star:nth-child(1) ~ .stars-large__star,
[data-star-rating="4.5"] .stars-large__star:nth-child(1) ~ .stars-large__star,
[data-star-rating="5"] .stars-large__star {
  background-position-x: -48px;
}
[data-star-rating="1.5"] .stars-large__star:nth-child(4),
[data-star-rating="2.5"] .stars-large__star:nth-child(3),
[data-star-rating="3.5"] .stars-large__star:nth-child(2),
[data-star-rating="4.5"] .stars-large__star:nth-child(1) {
  background-position-x: -72px;
}
.stars-large__star-rating--user.stars-large__star-rating:hover .icon.stars-large__star,
.stars-large__star-rating:hover .icon.stars-large__star {
  background-position-x: 0;
}
.stars-large__star-rating--user[data-star-rating="1"] .stars-large__star:nth-child(5),
.stars-large__star-rating--user[data-star-rating="2"] .stars-large__star:nth-child(3) ~ .stars-large__star,
.stars-large__star-rating--user[data-star-rating="3"] .stars-large__star:nth-child(2) ~ .stars-large__star,
.stars-large__star-rating--user[data-star-rating="4"] .stars-large__star:nth-child(1) ~ .stars-large__star,
.stars-large__star-rating--user[data-star-rating="5"] .stars-large__star,
.stars-large__star-rating--user.stars-large__star-rating .icon.stars-large__star:hover,
.stars-large__star-rating--user.stars-large__star-rating .icon.stars-large__star:hover ~ .stars-large__star,
.stars-large__star-rating .icon.stars-large__star:hover,
.stars-large__star-rating .icon.stars-large__star:hover ~ .stars-large__star {
  background-position-x: -24px;
}

/* app/assets/stylesheets/desktop/shared/amenityFlyout.css */
.fd-amenity-flyout {
  width: 300px;
  position: absolute;
  border-radius: 1px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 1px 1px #ebebeb;
  font-size: 13px;
  line-height: 17px;
  z-index: 5;
  left: -1000px;
}
.fd-amenity-flyout__title {
  font-size: 15px;
  background-color: #4c4c4c;
  line-height: 16px;
  padding: 10px 20px;
  color: var(--neutral-000);
  text-transform: uppercase;
}
.fd-amenity-flyout__desc {
  padding: 20px;
  color: #4c4c4c;
  list-style-position: inside;
}
.fd-amenity-flyout__close {
  float: right;
  color: white;
  width: 36px;
  height: 36px;
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}

/* app/assets/stylesheets/movie/desktop/movieDetails.css */
.movie-details {
  width: 100%;
  color: #ccc;
  font-size: 14px;
  margin-bottom: 1px;
}
.movie-details__mop-link {
  display: block;
  float: left;
  overflow: hidden;
}
.movie-details__movie-img {
  height: 250px;
  width: 164px;
  object-fit: fill;
}
.movie-details__detail {
  background-color: var(--neutral-400);
  min-height: 250px;
  margin: 0;
  font-size: 0.929em;
  line-height: 1.4;
  padding: 15px 0;
  font-family: "Times New Roman", serif;
  font-style: italic;
  text-align: center;
}
.movie-details__release-date {
  color: var(--neutral-000);
  text-transform: uppercase;
  font-family:
    "alternate-gothic-no-1-d",
    "Futura Condensed",
    "Arial Narrow",
    Arial,
    sans-serif;
  font-size: 1.857em;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 5px;
  font-style: normal;
}
.movie-details__fan-ratings {
  color: var(--neutral-000);
  font-weight: normal;
  font-size: 12px;
}
.movie-details__film-formats {
  background-color: var(--neutral-400);
  border: solid 1px rgba(255, 255, 255, 0.05);
  color: #c9c9c9;
  clear: both;
  text-align: left;
  min-height: 28px;
}
.movie-details__film-formats-header {
  display: inline-block;
  font-family:
    "alternate-gothic-no-1-d",
    "Futura Condensed",
    "Arial Narrow",
    Arial,
    sans-serif;
  font-size: 16px;
  font-weight: normal;
  padding: 1px 0 0;
  background-color: rgba(255, 255, 255, 0.05);
  color: #c4c4c4;
  vertical-align: top;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  text-align: center;
  width: 55px;
}
.movie-details__format {
  display: inline-block;
  margin: 0 0 0 6px;
  height: 26px;
  line-height: 26px;
  font-size: 11px;
  color: var(--neutral-000);
}
.movie-details__format::after {
  content: "";
  display: inline-block;
  height: 12px;
  font-size: 0;
  border-right: 1px solid #d8d8d8;
  padding-left: 8px;
  vertical-align: middle;
  margin: 6px 0 7px;
}
.movie-details__format:last-child:after {
  display: none;
}
.movie-offer {
  min-width: 100%;
  background-color: #333;
  padding: 10px 10px 20px;
  color: var(--neutral-000);
  margin: 2px 0 21px;
}
.movie-offer__label {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.movie-offer__title {
  font-size: 13px;
  margin: 5px 0;
}
.movie-offer__disclaimer {
  color: #ccc;
  font-size: 12px;
  font-style: italic;
  text-transform: uppercase;
}
.movie-offer__flag {
  position: relative;
  bottom: -30px;
  left: -20px;
  background-color: #285B93;
  background-position: 8px 6px;
  background-size: 13px;
  font-size: 13px;
  line-height: 15px;
  padding: 6px 8px 6px 25px;
  text-transform: uppercase;
  color: var(--neutral-000);
  cursor: pointer;
}
.movie-offer__flag.icon-vip-plus-points-white {
  background-size: 35px;
  padding-left: 46px;
}
.movie-offer__flag::before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  display: block;
  border-style: solid;
  border-color: transparent #285B93;
  top: -10px;
  border-width: 10px 10px 0 0;
  left: 0;
}
a.movie-offer__flag:hover {
  color: var(--neutral-000);
}

/* app/assets/stylesheets/desktop/shared/subNav.css */
.subnav {
  background: rgba(0, 0, 0, 0) url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/movie/bg-header.daggfkfu.jpg") no-repeat scroll center 0;
}
.subnav__title {
  margin-top: 20px;
  color: var(--neutral-000);
  display: inline-block;
  vertical-align: top;
}
.subnav__title--accent {
  color: var(--orange-400);
}
.subnav .favorite-add {
  margin-left: 5px;
  display: inline-block;
  width: 29px;
  height: 27px;
  background-repeat: no-repeat;
  position: relative;
  top: -5px;
  background-color: transparent;
  font-size: 0;
}
.subnav__link-list {
  margin-bottom: 10px;
}
.subnav__link-item {
  display: inline-block;
  margin-right: 36px;
}
.subnav__link {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}
.subnav__link-list:hover .subnav__link {
  color: var(--neutral-300);
}
.subnav__link-list:hover .subnav__link:hover {
  color: #fff;
}
.subnav__link-list .vertical-dropdown {
  margin-right: 0;
  position: relative;
}
.subnav__link-list .vertical-dropdown > .subnav__link:after {
  width: 0;
  height: 0;
  margin-left: 6px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  display: inline-block;
  border-top: 11px solid var(--orange-400);
  content: "";
  bottom: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.subnav__link-list .dropdown-nav {
  z-index: 50;
  display: none;
  background: #fff;
  margin-left: 0;
  position: absolute;
  left: 0;
  padding-bottom: 7px;
}
.no-touch .subnav__link-list .vertical-dropdown:hover > a,
.subnav__link-list .vertical-dropdown.is-tapped > a {
  color: #fff;
  opacity: 1;
}
.no-touch .subnav__link-list .vertical-dropdown:hover .dropdown-nav,
.subnav__link-list .vertical-dropdown.is-tapped .dropdown-nav {
  display: block;
  width: 196px;
  overflow: hidden;
}
.subnav__link-list .dropdown-nav .subnav__link-item {
  width: 196px;
  border-bottom: 3px solid #fff;
  padding-left: 15px;
}
.subnav__link-list .vertical-dropdown a {
  display: block;
  line-height: 1.2;
  padding: 4px 0 2px 0;
}
.subnav__link-list .vertical-dropdown .dropdown-nav a {
  color: #4c4c4c;
}
.no-touch .subnav__link-list .vertical-dropdown .dropdown-nav:hover a {
  color: #ccc;
}
.no-touch .subnav__link-list .vertical-dropdown .dropdown-nav:hover a:hover {
  color: #4c4c4c;
}
.no-touch .subnav__link-list .vertical-dropdown .subnav__link-item:hover {
  border-bottom: 3px solid var(--orange-400);
}
.no-touch .subnav__link-list .vertical-dropdown:hover .dropdown-nav .subnav__link-item:first-child,
.subnav__link-list .vertical-dropdown.is-tapped .dropdown-nav .subnav__link-item:first-child {
  border-top: 3px solid var(--orange-400);
  padding-top: 5px;
}
.no-touch .subnav__link-list .vertical-dropdown:hover .dropdown-nav:hover .subnav__link-item:first-child {
  border-top: 3px solid #fff;
}
@media only screen and (max-width: 880px) {
  .subnav__link-list .dropdown-nav {
    left: -135px;
  }
}

/* app/assets/stylesheets/movie/desktop/fanalert.css */
.fan-alert__success {
  padding: 15px;
  background-color: var(--neutral-000);
}
.fan-alert {
  width: auto;
  margin-left: 336px;
}
.fan-alert__header {
  padding: 0.4rem 1.3rem;
  background-color: var(--neutral-400);
  color: var(--neutral-000);
  font-size: 2.4rem;
  line-height: 2.5rem;
  margin: 0;
}
.fan-alert .fan-alert__icon {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid var(--neutral-000);
  border-radius: 1.25rem;
  vertical-align: text-top;
  margin-right: 7px;
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center;
}
.fan-alert__wrap {
  background-color: var(--neutral-000);
  padding: 0.949rem;
  font-size: 0.818rem;
  width: 100%;
}
.fan-alert .fan-alert__input {
  display: inline-block;
  border-radius: 25px;
  background-color: #ebebeb;
  font-size: 1rem;
  font-family:
    "Times New Roman",
    Georgia,
    serif;
  font-style: italic;
  margin: 0 0 1rem 0;
}
.fan-alert .fan-alert__input-email {
  width: 55%;
  height: 2.5rem;
  margin-right: 10px;
}
.fan-alert .fan-alert__input-location {
  width: 40%;
  height: 2.5rem;
}
.fan-alert__description {
  margin-bottom: 15px;
}
.fan-alert__fan-mail-label {
  color: inherit;
}
.fan-alert__fan-mail-checkbox {
  margin-right: 6px;
}
.fan-alert__buttons-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fan-alert__privacy-link {
  display: inline-block;
  margin-bottom: 10px;
}
.fan-alert__btn {
  margin-top: 5px;
  padding: 25px 45px;
}
.fan-alert__link-wrap {
  padding: 0 15px 15px 15px;
  background-color: var(--neutral-000);
}

/* app/assets/stylesheets/movie/desktop/movieShowtimes.css */
.movie-showtimes {
  color: #ccc;
}
.movie-showtimes__header {
  color: #ccc;
  font-size: 37px;
  font-family:
    "alternate-gothic-no-1-d",
    "Futura Condensed",
    "Arial Narrow",
    Arial,
    sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
  white-space: nowrap;
}
.movie-showtimes__header-link {
  color: var(--neutral-000);
}
.movie-showtimes__header-link:hover {
  color: #4aa7f6;
}
.movie-showtimes__header:before {
  background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjVweCIgaGVpZ2h0PSIxOXB4IiB2aWV3Qm94PSIwIDAgMjUgMTkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI1IDE5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8Zz4NCgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjE4LjIsMy4zIDQuNSw3IDYuOCwxNS45IDIwLjUsMTIuMSAJIi8+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTIyLjcsNC4zTDIxLjUsMEwwLDUuOWwxLjEsNC4zYzEuMi0wLjMsMi41LDAuNCwyLjgsMS42YzAuMywxLjItMC40LDIuNS0xLjYsMi44TDMuNSwxOUwyNSwxMy4xbC0xLjItNC40DQoJCWMtMS4yLDAuMy0yLjUtMC40LTIuOC0xLjZDMjAuNyw1LjksMjEuNCw0LjYsMjIuNyw0LjN6IE0yMS4zLDEyLjZMNi40LDE2LjZMMy43LDYuNmwxNC45LTQuMUwyMS4zLDEyLjZ6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center center;
  display: inline-block;
  height: 38px;
  width: 38px;
  content: "";
  border: 1px solid white;
  border-radius: 19px;
  vertical-align: top;
  margin-right: -1px;
}
.movie-showtimes__theater {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.movie-showtimes__date {
  margin-bottom: 5px;
}
.movie-showtimes .theater__amenity-list {
  color: #ccc;
}
.movie-showtimes .mop-theater__amenity-icon-wrap .theater__amenity-icon {
  color: #4691e3;
  font-size: 14px;
  font-weight: 500;
}
.movie-showtimes .mop-theater__amenity-icon-wrap .theater__amenity-icon:hover {
  color: #275b93;
}
.movie-showtimes .showtime-btn {
  width: 65px;
  font-size: 13px;
  margin: 0 2px 5px 0;
}
.movie-showtimes__all {
  display: block;
  padding: 15px 0;
  font-weight: bold;
}
.movie-showtimes__theater > a:hover,
.movie-showtimes__all:hover {
  cursor: pointer;
  color: #4691e3;
}
.movie-showtimes .icon-not-available-small-grey {
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
}
.movie-showtimes .theater__tick-headline {
  color: #ccc;
  position: relative;
  padding-left: calc(13px + 10px);
}
.movie-showtimes .showtime-btn--non-ticketing:hover,
.movie-showtimes .showtime-btn--non-ticketing {
  color: #ccc;
  font-size: 14px;
  width: auto;
  padding-right: 20px;
  padding-bottom: 5px;
}

/* app/assets/stylesheets/desktop/shared/favoriteFlyout.css */
.favoriteFlyout {
  background: rgba(51, 51, 51, 0.95);
  border-top: 2px solid var(--orange-400);
  box-shadow: 0 2px 2px rgba(50, 50, 50, 0.3);
  display: table;
  border-collapse: collapse;
  position: fixed;
  padding: 10px 10px 10px 15px;
  width: 224px;
  height: auto;
  top: 15px;
  right: 30px;
  opacity: 0;
  z-index: 0;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000), opacity 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000), opacity 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -o-transition: -o-transform 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000), opacity 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: transform 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000), opacity 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
section.favoriteFlyout--visible {
  opacity: 1;
  z-index: 1000;
}
.favoriteFlyout::before {
  background: var(--neutral-000) url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyM3B4IiB2aWV3Qm94PSIwIDAgMjQgMjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI0IDIzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojMzMzMzMzO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjQsMi42bC0xLjctMS4xbDAsMGMwLDAsMCwwLDAsMEwyMCwwbC03LjcsMTEuN2wtMy4yLDQuMkwzLjgsOS44TDAsMTMuMmwxLjMsMS41YzAsMCwwLDAuMSwwLjEsMC4xTDgsMjIuMw0KCUM4LjUsMjIuOCw4LjksMjMsOS43LDIzYzAuOC0wLjEsMS4yLTAuMywxLjYtMC45bDcuNC0xMS41TDI0LDIuNnoiLz4NCjwvc3ZnPg0K) no-repeat 50% 50%;
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-size: 18px 18px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
.favoriteFlyout.favoriteFlyout--hidden::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI0IDI0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojM0EzQTNBO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTYuMSwxMmw3LjEtNy4xYzEuMS0xLjEsMS4xLTMsMC00LjFjLTEuMS0xLjEtMy0xLjEtNC4xLDBMMTIsNy45TDQuOSwwLjhjLTEuMS0xLjEtMy0xLjEtNC4xLDANCgljLTEuMSwxLjEtMS4xLDMsMCw0LjFMNy45LDEybC03LjEsNy4xYy0xLjEsMS4xLTEuMSwzLDAsNC4xYzAuNiwwLjYsMS4zLDAuOCwyLDAuOHMxLjUtMC4zLDItMC44bDcuMS03LjFsNy4xLDcuMQ0KCWMwLjYsMC42LDEuMywwLjgsMiwwLjhjMC43LDAsMS41LTAuMywyLTAuOGMxLjEtMS4xLDEuMS0zLDAtNC4xTDE2LjEsMTJ6Ii8+DQo8L3N2Zz4NCg==);
}
.favoriteFlyout::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 8px solid var(--orange-400);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: -8px;
  right: -0.25px;
}
.favoriteFlyout__message {
  color: #fff;
  padding: 15px 10px 15px 49px;
}

/* app/assets/stylesheets/movie/desktop/rottenTomatoes.css */
.rotten-tomatoes {
  margin-top: 22px;
}
.rotten-tomatoes__link {
  display: inline-block;
  min-width: 48px;
  height: 48px;
  line-height: 48px;
  vertical-align: middle;
  white-space: nowrap;
}
body .rotten-tomatoes__link:focus,
body .rotten-tomatoes__link:hover {
  text-decoration-color: var(--neutral-000);
}
.rotten-tomatoes__link:first-of-type {
  margin-right: 8px;
}
.rotten-tomatoes__icon.icon {
  display: inline-block;
  width: 28px;
  height: 23px;
  background-size: contain;
}
.rotten-tomatoes__icon-audience {
  width: 23px;
}
.rotten-tomatoes__icon--large {
  height: 40px;
  width: 36px;
}
.rotten-tomatoes__score {
  color: var(--neutral-000);
  font-family:
    proxima-nova,
    Helvetica,
    Arial,
    sans-serif;
  font-style: normal;
  font-size: 13px;
  vertical-align: middle;
}
.rotten-tomatoes__brand {
  color: var(--neutral-000);
  font-style: italic;
  font-family: "Times New Roman", serif;
  text-transform: none;
  font-size: 12px;
  margin-top: -0.2em;
}

/* app/assets/stylesheets/movie/desktop/mopLegacy.css */
.mop {
  padding-bottom: 20px;
}
.mop .subnav {
  background: none;
}
.movie-section {
  background-color: var(--neutral-000);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  padding: 20px;
  position: relative;
}
.mop__details {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.mop__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--neutral-700);
}
.mop__details-inner {
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  min-height: 640px;
  padding-bottom: 20px;
}
.mop__details--has-image .mop__details-inner {
  background-color: var(--dark-overlay-80);
}
.mop__layout {
  overflow: hidden;
}
.mop__details-container {
  float: left;
  width: 340px;
  padding: 0 10px;
  margin-bottom: 10px;
}
.mop__content-container {
  float: left;
  width: calc(100% - 340px);
}
.mop__content {
  float: left;
  width: calc(100% - 320px);
  padding: 0 10px;
}
.mop__ad-unit {
  float: left;
  width: 320px;
  padding: 0 10px;
}
@media (max-width: 1024px) {
  .mop__content {
    width: 100%;
  }
  .mop__ad-unit {
    padding: 0;
  }
}
@media (max-width: 840px) {
  .mop__content-container,
  .mop__details-container {
    width: 100%;
  }
}
.mop__showtimes-container .csspinner {
  top: 100px;
}
.mop__location-form .date-picker__location {
  color: #ccc;
  background: rgba(51, 51, 51, 0.75);
  padding: 5px 10px 20px;
  text-align: left;
  border: none;
}
.mop__location-form .date-picker__message {
  padding: 0;
  margin-bottom: 10px;
  background: none;
}
.mop__location-form .icon.icon-location-white {
  vertical-align: top;
}
.mop__location-form .date-picker__message-title {
  color: inherit;
  padding: 5px 0;
  line-height: 1.2;
}
.mop__location-form .date-picker__details {
  color: inherit;
}
.mop__location-form .date-picker__location-text {
  line-height: 1.4;
  font-weight: normal;
  color: #ccc;
  display: block;
  margin-bottom: 10px;
}
.mop__location-form .date-picker__location-input {
  width: calc(100% - 38px - 1em);
  margin-left: 0;
  text-align: left;
  background: rgba(235, 235, 235, 0.8);
}
.mop__location-form .date-picker__location-input::placeholder {
  color: #333;
}
.mop__location-form .date-picker__error {
  margin: -5px -10px 5px;
  padding: 5px 10px;
}
.mop .fan-alert {
  margin: 0;
  padding: 10px;
  background-color: rgba(51, 51, 51, 0.75);
  color: #ccc;
}
.mop .fan-alert__icon {
  margin-right: 0;
}
.mop .fan-alert__header {
  padding: 0;
  font-size: 37px;
  line-height: 1;
  color: inherit;
  margin-bottom: 10px;
  background: transparent;
}
.mop .fan-alert__wrap {
  background: transparent;
  padding: 0;
}
.mop .fan-alert__input {
  width: 100%;
  box-shadow: inset 2px 3px 0 rgba(99, 99, 99, 0.5);
  background: rgba(235, 235, 235, 0.8);
  border: 0;
  padding-left: 13px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.mop .fan-alert__input::placeholder {
  color: #333;
}
.mop .fan-alert__input:focus {
  background: white;
  box-shadow: inset 0 1px 2px rgba(99, 99, 99, 0.5);
}
.mop .fan-alert__fan-mail-checkbox {
  position: absolute;
  top: 2px;
  left: 0;
}
.mop .fan-alert__fan-mail-label,
.fan-alert__privacy-link {
  font-size: 12px;
  line-height: 1.4;
  padding-left: 18px;
  position: relative;
  margin-bottom: 5px;
}
.mop .fan-alert__btn {
  margin-bottom: 0;
  background: transparent;
  width: 100%;
  padding: 20px;
}
.mop .fan-alert__error {
  color: var(--orange-400);
  margin-bottom: 10px;
}
.mop__synopsis {
  position: relative;
  width: 100%;
  margin-top: -20px;
  margin-bottom: 20px;
  background: #666;
}
.mop__synopsis--has-image {
  background-size: cover;
  background-position: center;
}
.mop__synopsis::before {
  content: "";
  background: var(--dark-overlay-80);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mop__synopsis-inner {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  color: var(--neutral-000);
}
.mop__synopsis-title {
  font-family:
    proxima-nova,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
}
.mop__synopsis-content {
  font-family:
    "Times New Roman",
    Georgia,
    serif;
  font-style: italic;
  font-size: 21px;
  line-height: 1.2;
  padding: 15px 0;
}
.mop__synopsis-link {
  text-transform: uppercase;
  font-weight: bold;
}
.mop .movie-offer {
  margin-top: 0;
  margin-bottom: 18px;
}
.mop__more-info__container {
  margin-top: 50px;
}
.mop-video__summary-wrapper {
  color: #ccc;
  font-size: 14px;
  padding: 14px 0;
  display: block;
}
.mop-video__title {
  color: #ccc;
  font-family:
    proxima-nova,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.mop-video__share-button-wrap {
  float: right;
  padding-bottom: 14px;
  padding-left: 14px;
  margin-top: -14px;
}
.mop-video .fandangoJWEmbed {
  border: 0;
  height: 350px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.mop-video .media-player__placeholder {
  min-width: 0;
}
.movie-synopsis {
  font-size: 16px;
  margin-bottom: 60px;
}
.movie-synopsis__title {
  margin-bottom: 20px;
}
.movie-synopsis__body {
  margin: 10px 0 25px;
  font-size: inherit;
  line-height: 1.2;
}
.movie-synopsis__provided-by {
  color: var(--neutral-200);
}
.mop__marketing-spotlight {
  margin-bottom: 30px;
}
.mop_presented-by-rt-logo {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-left: 20px;
  width: 92px;
  height: 51px;
}

/* app/assets/stylesheets/shared/modules/watchAtHome.css */
.watch-at-home {
  display: block;
  width: 100%;
  height: auto;
}
.watch-at-home--hidden {
  display: none;
}
.watch-at-home__section-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
.watch-at-home__content {
  overflow: hidden;
  background-color: var(--neutral-000);
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 1rem;
}
.watch-at-home__content > .section-left {
  width: 55%;
  float: left;
}
.watch-at-home__content > .section-right {
  width: 45%;
  float: right;
}
.watch-at-home__content .watch-at-home__image {
  width: 170px;
  height: 79px;
  object-fit: contain;
  padding: 0;
}
.watch-at-home__learn-more {
  color: #4691e3;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
.watch-at-home__watch-now-btn {
  margin-top: 1.2rem;
}
.is-desktop .watch-at-home {
  padding: 30px 16px;
}
.is-desktop .watch-at-home__section-title {
  font-size: 16px;
}
.is-desktop .watch-at-home__learn-more {
  font-size: 12px;
  margin-top: 12px;
}
.is-mobile .watch-at-home {
  margin: 1rem 0;
}
.is-mobile .watch-at-home__section-title {
  font-size: 0.8125rem;
  padding: 0 1rem;
}
.is-mobile .watch-at-home__learn-more {
  font-size: 0.7rem;
  margin-top: 0.5rem;
}
.how-to-watch {
  overflow: hidden;
  background-color: var(--neutral-000);
  padding: 1rem;
}
.is-desktop .how-to-watch {
  display: flex;
  flex-direction: row;
}
.is-desktop .how-to-watch > .section-left {
  width: 25%;
  margin-right: 40px;
}
.is-desktop .how-to-watch > .section-right {
  width: 55%;
}
.is-mobile .how-to-watch {
  border-bottom: 1px solid #dbdbdb;
}
.is-mobile .how-to-watch > .section-left {
  width: 55%;
  float: left;
}
.is-mobile .how-to-watch > .section-right {
  width: 45%;
  float: right;
}

/* app/assets/stylesheets/movie/desktop/showtimeStates/watchAtHome.css */
.watch-at-home {
  background-color: var(--neutral-000);
}
.is-desktop .watch-at-home {
  background-color: var(--neutral-400);
  color: var(--neutral-000);
}
.is-desktop .watch-at-home__content {
  background-color: var(--neutral-400);
  border: none;
}
.is-desktop .watch-at-home__section-title {
  margin-bottom: 0;
  padding-top: 10px;
}

/* app/assets/stylesheets/desktop/shared/baseModalDialog.css */
.base-modal-dialog {
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.45);
}
.base-modal-dialog__content {
  padding: 22px 60px 22px 22px;
}
.base-modal-dialog__close-btn {
  position: absolute;
  top: 22px;
  right: 22px;
}
.base-modal-dialog__close-btn.icon-form-cancel-x {
  width: 20px;
  height: 20px;
}

/* swug-virtual-bundle-specifier://images.fandango.com/fandango-www/screenplay/assets/v2/stylesheets/bundles/movie/layouts/desktop.2s5vegb5.css */
/*# sourceMappingURL=desktop.css.map */
