/* app/assets/fd-pkgs/@fd-assets/core-styles/stylesheets/grid/mobile-grid.css */
.mobile-width-5,
.mobile-width-10,
.mobile-width-15,
.mobile-width-20,
.mobile-width-25,
.mobile-width-30,
.mobile-width-35,
.mobile-width-40,
.mobile-width-45,
.mobile-width-50,
.mobile-width-55,
.mobile-width-60,
.mobile-width-65,
.mobile-width-70,
.mobile-width-75,
.mobile-width-80,
.mobile-width-85,
.mobile-width-90,
.mobile-width-95,
.mobile-width-100,
.mobile-width-33,
.mobile-width-66 {
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .mobile-width-5,
  .mobile-width-10,
  .mobile-width-15,
  .mobile-width-20,
  .mobile-width-25,
  .mobile-width-30,
  .mobile-width-35,
  .mobile-width-40,
  .mobile-width-45,
  .mobile-width-50,
  .mobile-width-55,
  .mobile-width-60,
  .mobile-width-65,
  .mobile-width-70,
  .mobile-width-75,
  .mobile-width-80,
  .mobile-width-85,
  .mobile-width-90,
  .mobile-width-95,
  .mobile-width-33,
  .mobile-width-66 {
    float: left;
  }
  .mobile-width-5 {
    width: 5%;
  }
  .mobile-width-10 {
    width: 10%;
  }
  .mobile-width-15 {
    width: 15%;
  }
  .mobile-width-20 {
    width: 20%;
  }
  .mobile-width-25 {
    width: 25%;
  }
  .mobile-width-30 {
    width: 30%;
  }
  .mobile-width-35 {
    width: 35%;
  }
  .mobile-width-40 {
    width: 40%;
  }
  .mobile-width-45 {
    width: 45%;
  }
  .mobile-width-50 {
    width: 50%;
  }
  .mobile-width-55 {
    width: 55%;
  }
  .mobile-width-60 {
    width: 60%;
  }
  .mobile-width-65 {
    width: 65%;
  }
  .mobile-width-70 {
    width: 70%;
  }
  .mobile-width-75 {
    width: 75%;
  }
  .mobile-width-80 {
    width: 80%;
  }
  .mobile-width-85 {
    width: 85%;
  }
  .mobile-width-90 {
    width: 90%;
  }
  .mobile-width-95 {
    width: 95%;
  }
  .mobile-width-33 {
    width: 33.33333%;
  }
  .mobile-width-66 {
    width: 66.66667%;
  }
  .mobile-width-100 {
    clear: both;
    width: 100%;
  }
}

/* app/assets/fd-pkgs/@fd-assets/core-styles/stylesheets/grid/tablet-grid.css */
.tablet-width-5,
.tablet-width-10,
.tablet-width-15,
.tablet-width-20,
.tablet-width-25,
.tablet-width-30,
.tablet-width-35,
.tablet-width-40,
.tablet-width-45,
.tablet-width-50,
.tablet-width-55,
.tablet-width-60,
.tablet-width-65,
.tablet-width-70,
.tablet-width-75,
.tablet-width-80,
.tablet-width-85,
.tablet-width-90,
.tablet-width-95,
.tablet-width-100,
.tablet-width-33,
.tablet-width-66 {
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 1024px) {
  .tablet-width-5,
  .tablet-width-10,
  .tablet-width-15,
  .tablet-width-20,
  .tablet-width-25,
  .tablet-width-30,
  .tablet-width-35,
  .tablet-width-40,
  .tablet-width-45,
  .tablet-width-50,
  .tablet-width-55,
  .tablet-width-60,
  .tablet-width-65,
  .tablet-width-70,
  .tablet-width-75,
  .tablet-width-80,
  .tablet-width-85,
  .tablet-width-90,
  .tablet-width-95,
  .tablet-width-33,
  .tablet-width-66 {
    float: left;
  }
  .tablet-width-5 {
    width: 5%;
  }
  .tablet-width-10 {
    width: 10%;
  }
  .tablet-width-15 {
    width: 15%;
  }
  .tablet-width-20 {
    width: 20%;
  }
  .tablet-width-25 {
    width: 25%;
  }
  .tablet-width-30 {
    width: 30%;
  }
  .tablet-width-35 {
    width: 35%;
  }
  .tablet-width-40 {
    width: 40%;
  }
  .tablet-width-45 {
    width: 45%;
  }
  .tablet-width-50 {
    width: 50%;
  }
  .tablet-width-55 {
    width: 55%;
  }
  .tablet-width-60 {
    width: 60%;
  }
  .tablet-width-65 {
    width: 65%;
  }
  .tablet-width-70 {
    width: 70%;
  }
  .tablet-width-75 {
    width: 75%;
  }
  .tablet-width-80 {
    width: 80%;
  }
  .tablet-width-85 {
    width: 85%;
  }
  .tablet-width-90 {
    width: 90%;
  }
  .tablet-width-95 {
    width: 95%;
  }
  .tablet-width-33 {
    width: 33.33333%;
  }
  .tablet-width-66 {
    width: 66.66667%;
  }
  .tablet-width-100 {
    clear: both;
    width: 100%;
  }
}

/* app/assets/fd-pkgs/@fd-assets/core-styles/stylesheets/typography/typography-desktop.css */
.heading-style-1 {
  display: block;
  color: #4c4c4c;
  text-transform: uppercase;
  font-size: inherit;
  font-family:
    "alternate-gothic-no-1-d",
    "Futura Condensed",
    "Arial Narrow",
    Arial,
    sans-serif;
}
.heading-style-2 {
  display: block;
  text-transform: capitalize;
  font-style: italic;
  font-family:
    "Times New Roman",
    Times,
    Baskerville,
    Georgia,
    serif;
}
.heading-style-3 {
  display: block;
  color: var(--neutral-300);
  text-transform: uppercase;
  font-weight: bold;
}
.heading-style-4 {
  display: block;
  color: var(--neutral-300);
  text-transform: uppercase;
}
.heading-style-5 {
  display: block;
  color: #4c4c4c;
  text-transform: uppercase;
  font-weight: bold;
}
.heading-style-stub {
  position: relative;
  display: inline-block;
  margin: 0 0 15px;
  padding: 0 30px;
  border-bottom: 10px solid #4c4c4c;
  color: #4c4c4c;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.heading-style-stub:after {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  display: block;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #EBEBEB;
  content: "";
}
.heading-style-stub-2 {
  position: relative;
  display: inline-block;
  margin: 0 0 15px;
  padding: 0 20px 0 0;
  border-right: 1px solid #4c4c4c;
  color: #4c4c4c;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: middle;
}
.heading-size-xl {
  font-size: 48px;
  line-height: 45px;
}
.heading-size-l {
  font-size: 38px;
  line-height: 35px;
}
.heading-size-m {
  font-size: 28px;
  line-height: 25px;
}
.heading-size-s {
  font-size: 18px;
  line-height: 22px;
}
.heading-size-xs {
  font-size: 16px;
  line-height: 19px;
}
.heading-size-xxs {
  font-size: 14px;
  line-height: 19px;
}
.heading-size-ss {
  font-size: 18px;
  line-height: 21px;
}
.heading-style-1.heading-size-s {
  line-height: 18px;
}

/* app/assets/fd-pkgs/@fd-assets/core-styles/stylesheets/desktop/shared/emu.css */
.emu__content {
  background-color: #fff;
  max-width: 1280px;
  min-width: 768px;
  margin: 0 auto;
  padding: 0 20px;
}
.emu__heading--medium {
  color: #171c20;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 20px;
  text-transform: uppercase;
}
.emu__heading--small {
  color: #171c20;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
}
.emu__description {
  color: #171c20;
  font-size: 14px;
  line-height: 1.43;
  text-transform: capitalize;
}

/* app/assets/fd-pkgs/@fd-assets/core-styles/stylesheets/desktop/global/base.css */
html {
  height: 100%;
}
body {
  background-color: #EBEBEB;
  color: #4C4C4C;
  font-size: 14px;
  font-family:
    "proxima-nova",
    Helvetica,
    Arial,
    sans-serif;
  overflow: auto;
  height: 100%;
}
img {
  max-width: 100%;
}
p {
  font-size: 14px;
  line-height: 18px;
}
.a,
a {
  color: #3478c1;
  font-weight: bold;
  -webkit-transition: color .3s linear;
  -moz-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear;
}
.a:focus,
a:focus,
.no-touch .a:hover,
.no-touch a:hover {
  color: #275b93;
  text-decoration: underline;
}
.background {
  width: auto !important;
  height: auto !important;
}
.bold {
  font-weight: bold;
}
.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.h1-seo {
  font-size: 0 !important;
}
.hide {
  display: none !important;
}
.disable {
  cursor: default !important;
}
.light {
  color: #FFF;
  -webkit-transition: color .3s linear;
  -moz-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear;
}
.no-touch .light:hover {
  color: #D7D7D7;
}
.dark {
  color: #4c4c4c;
  -webkit-transition: color .3s linear;
  -moz-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear;
}
.no-touch .dark:hover {
  color: #333;
}
.left {
  float: left;
}
.right {
  float: right;
}
.inline {
  display: inline-block;
}
.inline-items > li {
  display: inline-block;
}
.icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  direction: ltr;
}
.show-logged-in {
  display: none;
}
.show-logged-out {
  display: inherit;
}
.logged-in .show-logged-in {
  display: inherit;
}
.logged-in .hide-logged-in {
  display: none;
}
.logged-in .show-logged-out {
  display: none;
}
.logged-in #brand-bar .show-logged-in {
  display: inline;
}
.media > a {
  position: relative;
  display: block;
}
.media > a > img {
  display: block;
  width: 100%;
  height: 100%;
}
.media > div {
  margin-top: 15px;
}
.media.narrow > div {
  margin-top: 5px;
}
.media.ellipsis > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.visual-container {
  display: block;
  overflow: hidden;
  background-color: #000;
}
.visual-thumb {
  display: block;
  width: 100%;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  -moz-transition: opacity 0.25s, -moz-transform 0.25s;
  -ms-transition: opacity 0.25s, -ms-transform 0.25s;
  -o-transition: opacity 0.25s, -o-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
}
.no-touch .visual-thumb:hover {
  opacity: 0.65;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.squared {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 100%;
}
.squared.video {
  padding-top: 70%;
}
.squared > img {
  position: absolute;
  top: 0;
}
.squared.background {
  background-position: center;
  background-size: 100%;
  background-size: cover;
}
.squared.background > img {
  opacity: 0;
}
.squared.background-top {
  background-position: center top;
}
#page {
  background-color: #EBEBEB;
}
.fd-background-color--white #page {
  background-color: #ffffff;
}
#page > .row {
  padding-top: 0;
}
.panel {
  padding: 23px;
  border: #CCC 1px solid;
  background-color: #FFF;
}
.error-msg {
  color: #F15500;
}
.rail {
  text-align: center;
}
.rail > div {
  margin: 0 0 40px;
}
.rail .offers .media {
  margin: 0 0 20px;
  text-align: left;
}
.rail .offers .media > a > img {
  height: auto;
}
.layout-content-sidebar > .sidebar > .ad {
  margin-bottom: 20px;
}
.layout-content-sidebar > .sidebar > .ad ~ .ad {
  margin-top: -20px;
}
@media only screen and (min-width: 0em) {
  .page-header {
    color: #ffffff;
    padding: 20px 0 2px;
  }
  .page-header__container {
    background: no-repeat scroll center 0 / cover rgb(0, 0, 0);
    margin: 0 0 27px;
    padding: 0;
  }
  .page-header--emphasis {
    color: #FF7900;
    font-style: normal;
  }
  .page-navigation-list {
    list-style: none outside none;
    padding: 0 0 12px;
  }
  .page-navigation-item {
    display: inline-block;
    margin: 0 36px 0 0;
    text-transform: uppercase;
  }
  a.page-navigation-link {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    opacity: 0.6;
    transition: all 0.2s ease-in-out 0s;
  }
  a.page-navigation-link:hover,
  a.page-navigation-link.is-selected {
    opacity: 1;
    color: #fff;
  }
}
@media (min-width: 1025px) {
  .rail.pull-up {
    margin-top: 0;
  }
  .layout-content-sidebar > .sidebar {
    width: 330px;
  }
  .layout-content-sidebar > .sidebar + .content {
    margin-right: 330px;
  }
  .layout-content-sidebar.pull-sidebar > .content,
  .layout-content-sidebar.pull-sidebar > .sidebar {
    display: table-cell;
    width: 100%;
    vertical-align: top;
  }
  .layout-content-sidebar.pull-sidebar > .sidebar {
    overflow: hidden;
    min-width: 320px;
  }
}
@media (max-width: 1024px) {
  .rail {
    text-align: left;
  }
  .rail .offers .media {
    display: inline-block;
    width: 33%;
    vertical-align: top;
  }
  .rail .content-item-container {
    clear: none;
  }
}
@media (max-width: 767px) {
  .rail .offers .media {
    clear: both;
    width: 100%;
  }
  .page-navigation-item {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

/* app/assets/fd-pkgs/@fd-assets/core-styles/stylesheets/desktop/global/button.css */
.salt__4t-29GR-37 {
  color: blue;
}
.btn {
  background-color: #FF7300;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family:
    "proxima-nova",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  padding: 10px 20px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -ms-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  vertical-align: middle;
}
html .btn:focus,
html .btn:hover {
  background-color: rgba(227, 102, 0, 0.60);
  color: #fff;
  text-decoration: none;
}
html .btn:active {
  background-color: #ff934b;
}
.btn[disabled],
.btn[disabled]:hover {
  background-color: #cbcfd1;
}
.btn-link {
  background-color: unset;
  font-weight: bold;
}
.btn-link:hover,
.btn-link:focus {
  text-decoration: underline;
}
.cta {
  color: #3478c1;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: color .3s linear;
  -moz-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear;
}
.no-touch .cta:focus,
.no-touch .cta:hover {
  color: #275b93;
}
.fan-btn {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.footer__section .fan-btn {
  width: 112px;
  overflow: visible;
}
.fan-btn > .icon {
  margin-right: 5px;
}
.fan-btn-size-slim {
  padding: 8px 18px;
}
.fan-btn-style-default {
  border-radius: 4px;
  background-color: #FF7300;
}
.no-touch .fan-btn-style-default:hover {
  background-color: #FF9633;
  color: #FFF;
}
.fan-btn-style-go {
  padding: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #FE7900;
  color: #FFF;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
}
.fan-btn-style-go:active,
.no-touch .fan-btn-style-go:hover {
  background-color: #F15500;
}
.style-cta {
  position: relative;
  z-index: 0;
  padding: 15px;
  background-color: #4078A7;
  text-transform: uppercase;
  font-weight: bold;
}
.no-touch .style-cta:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #4AA7F6;
  content: "";
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.no-touch .style-cta:active:after,
.no-touch .style-cta:focus:after,
.no-touch .style-cta:hover:after {
  width: 100%;
}
.style-cta.gray {
  background-color: #8C8C8C;
}
.style-cta.gray:after {
  background-color: #333333;
}
.style-none {
  background-color: transparent;
}
button.cta {
  padding: 0;
  background: none;
}
.btn-cancel,
.btn-cta {
  position: relative;
  color: #fff;
  z-index: 0;
  display: inline-block;
  margin: 0 0 1em 0;
  padding: 15px 15px;
  border: none;
  box-shadow: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-family:
    "proxima-nova",
    Helvetica,
    Arial,
    sans-serif;
  line-height: 1;
  cursor: pointer;
  vertical-align: middle;
}
.btn-cta {
  font-weight: bold;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.btn-cta:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: rgba(74, 167, 246, 0.6);
  content: "";
}
.btn-cta:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  background: rgba(74, 167, 246, 1.0);
  content: "";
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  transition: width 0.3s;
}
.btn-cta[disabled],
.btn-cta[disabled]:before,
.btn-cta[disabled]:after {
  background-color: var(--neutral-300);
}
.no-touch .btn-cta:hover,
.no-touch .btn-cta:focus {
  color: #fff;
}
.no-touch .btn-cta:hover:after,
.btn-cta:focus:after,
.btn-cta:active:after {
  width: 100%;
}
.btn-cancel {
  color: #8C8C8C;
  font-size: 14px;
  margin-right: 20px;
}
.btn-anchor {
  color: #3478c1;
  transition: color .3s linear;
  text-decoration: none;
  font-weight: bold;
  background-color: transparent;
}
.btn-anchor:focus,
.btn-anchor:hover {
  color: #275b93;
  text-decoration: underline;
}
.btn-anchor:focus {
  outline: -webkit-focus-ring-color auto 5px;
}
.showtime-btn {
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  text-transform: initial;
}
html .showtime-btn--available:hover {
  background-color: rgba(227, 102, 0, 0.80);
}
.showtime-btn--expired,
.showtime-btn--soldout,
html .showtime-btn--expired:hover,
html .showtime-btn--soldout:hover {
  background-color: #999ea3;
  color: #ffffff;
}
.showtime-btn--restricted,
html .showtime-btn--restricted:hover {
  opacity: .5;
}
.showtime-btn--non-ticketing,
html .showtime-btn--non-ticketing:hover {
  color: #333;
  background-color: transparent;
  font-weight: bold;
}
.btn-orange {
  background-color: #ff7300;
  text-align: center;
}
.btn-orange:hover,
.no-touch .btn-orange:hover {
  background-color: #fc8729;
  color: #fff;
}
.btn-white-cta {
  background-color: #f2f3f3;
  border: none;
  border-radius: 4px;
  color: #171c20;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 10px 16px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -ms-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  width: 212px;
}
.btn-white-cta:hover {
  background-color: rgba(242, 243, 243, 0.80);
  color: #171c20;
}
.btn-white-cta:active {
  border: 1px solid #f2f3f3;
  background: rgba(242, 243, 243, 0.60);
}

/* app/assets/fd-pkgs/@fd-assets/core-styles/stylesheets/desktop/global/form.css */
select > select {
  padding: 0 47px 0 15px;
  width: 100%;
  border: none;
  background-color: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}
select > select::-ms-expand {
  display: none;
}
select:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  float: right;
  width: 32px;
  background-color: #929592;
  color: #FFF;
  content: "v";
  text-align: center;
  pointer-events: none;
}
select:hover {
  background-color: #f3f3f3;
  border-color: #999;
}
.my-account select {
  position: relative;
  border: 1px solid #929592;
  border-radius: 3px;
  background-color: #FFF;
  line-height: 30px;
  height: 36px;
}
label {
  display: block;
  margin-bottom: 15px;
  color: #4d4d4d;
}
input[type=checkbox] + label,
input[type=radio] + label {
  padding: 0px 10px 0px 8px;
  display: inline-block;
}
input {
  padding: 8px;
  border: 1px solid #CCC;
  border-radius: 4px;
  background-color: #FFF;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333333;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  -o-transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
input[type=radio],
select {
  margin: 0 0 15px 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=time],
input[type=url],
textarea,
select {
  border-radius: 4px;
  width: 100%;
}
input[type=checkbox] {
  box-shadow: none;
}
input:not([type=submit]):not([type=button]):focus {
  border-color: #999;
  background: #FAFAFA;
}
.fan-input.style-search {
  position: relative;
  padding: 9px 15px;
  height: 38px;
  border: 0;
  border-radius: 19px;
  background-color: rgba(235, 235, 235, 0.8);
  box-shadow: inset 2px 3px 0 rgba(99, 99, 99, 0.5);
  color: #333;
  vertical-align: middle;
  font-style: italic;
  font-size: 16px;
  font-family:
    "Times New Roman",
    "Georgia",
    Serif;
  -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;
}
.fan-input.style-search.has-results,
.fan-input.style-search:focus {
  background-color: #FFF;
  box-shadow: inset 0 1px 2px rgba(99, 99, 99, 0.5);
  color: #333;
}
.fan-input.style-search::-webkit-input-placeholder {
  color: #333;
}
.fan-input.style-search::-moz-placeholder {
  color: #333;
}
.fan-input.style-search:-ms-input-placeholder {
  color: #333;
}
textarea.error,
input.error {
  border-color: #F15500;
  border-radius: 0;
  color: #222;
  color: rgba(0, 0, 0, 0.75);
}
input.error {
  display: block;
  padding: 0.5rem;
  width: 100%;
  height: 2.3125rem;
  background-color: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  font-size: 0.875rem;
  font-family: inherit;
  transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
}
button[disabled] {
  background-color: var(--neutral-300);
}
.error-msg li {
  list-style-type: disc;
  list-style-position: inside;
}

/* app/assets/stylesheets/desktop/global/base.css */
.min-desktop-width {
  min-width: 768px;
}

/* app/assets/stylesheets/shared/global/darkMode.css */
.dark-mode {
  background-color: #1e1e1e;
  color: #f2f3f3;
}
.dark-mode .dark__link__second:hover {
  color: #275b93;
  text-decoration-line: underline;
}
.dark-mode .dark__link__second,
.dark-mode .audience-review-sub__review-details {
  color: #4691e3;
}
.dark-mode .dark__section,
.dark-mode .footer-utility-links__input,
.dark-mode .footer-utility-links__input::placeholder,
.dark-mode .search-autocomplete__results .list-group,
.dark-mode .policies,
.dark-mode .table-container,
.dark-mode .boxoffice__table,
.dark-mode .pop-content--lower,
.dark-mode .caligari-carousel__item-inner,
.dark-mode .fan-alert,
.dark-mode .mweb-home__modal,
.dark-mode .pop-full-bio--wrap,
.dark-mode .pop-tabular,
.dark-mode .ad-form__form {
  color: #fef7f1;
  background-color: #121212;
}
.dark-mode .dark__section--secondary,
.dark-mode .policies-content caption,
.dark-mode .policies-content .table-heading,
.dark-mode .article-next,
.dark-mode .nominees-header,
.dark-mode .legal-text,
.dark-mode .boxoffice__table-header,
.dark-mode .boxoffice__table-row:nth-of-type(even),
.dark-mode .boxoffice__rank,
.dark-mode .confirm-modal__content {
  color: #f2f3f3;
  background-color: #121212;
}
.dark-mode .new-fanalert__wrap input:not([type=submit], [type=button]):focus,
.dark-mode .mlp__listings-section-more-btn,
.dark-mode .nominees,
.dark-mode .fd-overlay,
.dark-mode .fan-alert__header-close {
  background-color: #121212;
}
.dark-mode .dark__text,
.dark-mode .near-theaters .location__text,
.dark-mode .search-autocomplete__results,
.dark-mode .search-overlay .fd-clearable-input__input,
.dark-mode .search-overlay .fd-clearable-input__input::placeholder,
.dark-mode .alert-box__input::placeholder,
.dark-mode .movie-tickets-header--heading,
.dark-mode .about-us .legacy p,
.dark-mode .info__about-us .legacy p,
.dark-mode .famous-actors-and-actresses__birth-info,
.dark-mode .famous-actors-and-actresses__name,
.dark-mode .audience-review-sub__review-field::placeholder,
.dark-mode .policies h1,
.dark-mode .policies h5,
.dark-mode .policies-content h2,
.dark-mode .gc-module__sub-title,
.dark-mode .gift-cards .gift-cards__card-items-title,
.dark-mode .gift-cards__card-detail,
.dark-mode .gift-cards__card-text,
.dark-mode .gift-cards__list-item-link,
.dark-mode .gift-cards__bottom-text-link,
.dark-mode .gc-module .panel .heading-style-1,
.dark-mode .gc-module .panel .heading-style-2,
.dark-mode .gc-module .panel p,
.dark-mode .gc-module__legal,
.dark-mode .article-panel > .article-head > h1,
.dark-mode .article-body span,
.dark-mode .nominee__title,
html .dark-mode #hubMovieCarouselHeader,
.dark-mode .mlp__listings-section-item-title,
.dark-mode .loyalty-footer,
.dark-mode .loyalty-section__title,
.dark-mode .loyalty__text,
.dark-mode .loyalty-faq__drop-cap-letter,
.dark-mode .loyalty-faq__answer,
.dark-mode .boxoffice__title-content .heading-style-1,
.dark-mode .pagination,
.dark-mode .pagination__pg-btn--is-selected,
.dark-mode .pagination__more-btn,
.dark-mode .pagination__back-btn,
.dark-mode .press-room .heading-style-1,
.dark-mode .press-room .panel p,
.dark-mode .executive-team .panel p,
.dark-mode .executive-team .panel h2,
.dark-mode .executive-team .panel h3,
.dark-mode .executive-team .panel h4,
.dark-mode .info .panel h5,
.dark-mode .caligari-carousel__title,
.dark-mode .caligari-carousel__text,
.dark-mode .confirm-modal__header {
  color: #f2f3f3;
}
.dark-mode .dark__text--secondary,
.dark-mode .loyalty-faq__question {
  color: #949494;
}
.dark-mode .dark__link,
.dark-mode .fan-autocomplete-item,
.dark-mode .about-us .legacy a,
.dark-mode .about-us .legacy h5,
.dark-mode .info__about-us .legacy a,
.dark-mode .famous-actors-and-actresses__links a,
.dark-mode .page-nav-item a,
.dark-mode .policies-content__downloads-item a,
.dark-mode .policies li a,
.dark-mode .gc-module__cta-link,
.gift-cards .gift-cards__card-title,
.dark-mode .site-index a,
.dark-mode .global-offer-banner__label,
.dark-mode .article-body a,
.dark-mode .date-picker__date-weekday,
.dark-mode .format-filter__button,
.dark-mode .closest-theaters__item .cta,
.dark-mode .loyalty_footer__tc-link,
.dark-mode .loyalty-faq__more-link,
.dark-mode .boxoffice__rating {
  color: #4691e3;
}
.dark-mode .dark__border,
.dark-mode .form-navigation,
.dark-mode .footer-offer {
  border-color: #2a2a2a;
}
.dark-mode .dark__link__background {
  background: #e36600;
}
.dark-mode .dark__link__background-disable {
  color: #949494;
  background: #121212;
}
.dark-mode .dark__bordered__section,
.dark-mode .about-us .panel,
.dark-mode .press-room .panel,
.dark-mode .executive-team .panel {
  border: 1px solid #2a2a2a;
  background-color: #121212;
  margin-top: 7px;
}
.dark-mode .caligari-carousel__flipper--left,
.dark-mode .caligari-carousel__flipper--right {
  border-color: #121212;
}
.dark-mode .brand-bar {
  background-color: #4691e3;
}
.dark-mode .dark__footer {
  background-color: #121212;
  border-top: 1px solid #2a2a2a;
}
.dark-mode .dark__footer .nav-bar__svg-icon,
.dark-mode .dark__footer .nav-bar__text {
  fill: #949494;
}
.dark-mode .dark__footer .nav-bar__svg-icon--active {
  fill: #e36600;
}
.dark-mode .flickity-page-dots .flickity-page-dot {
  border: 1px solid #fef7f1;
  background-color: #121212;
}
.dark-mode .flickity-page-dots .flickity-page-dot.is-selected {
  background-color: #fef7f1;
}
.dark-mode input[type=text].nav-bar__search-input,
.dark-mode input:not([type=submit], [type=button]):focus,
.dark-mode .fan-autocomplete-results {
  color: #f2f3f3;
  background-color: #121212;
}
.dark-mode input[type=text].nav-bar__search-input {
  border: 1px solid #2a2a2a;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.20);
}
.dark-mode .footer-site-info__advertising-link {
  border-color: #4691e3;
}
.dark-mode .footer-site-info__advertising-link:hover {
  border-color: #4691e3;
}
.dark-mode .search-autocomplete__close-btn,
.dark-mode .dark--border__background {
  border-color: rgba(255, 255, 255, 0.05);
  background-color: #121212;
  color: #4691e3;
}
.dark-mode .alert-box--error .alert-box__label,
.dark-mode .location-overlay .alert-box__label,
.dark-mode .location-overlay .alert-box--error .alert-box__label {
  color: red;
}
.dark-mode .global-offer-banner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.dark-mode .theaters-module__theater-address,
.dark-mode .theaters-module__theater-city-state {
  color: #949494;
}
.dark-mode .footer-nav {
  background-color: #000;
  color: #cccfd1;
}
.dark-mode .near-theaters {
  margin-top: 0;
  padding-top: 15px;
}
.dark-mode .marketing-unit__description-button {
  background-color: #e36600;
}
.dark-mode .home__ads .ad,
html .dark-mode .is-mobile .ad-placement,
.dark-mode .theater-listing .ad-bannermid {
  background-color: #121212;
}
.dark-mode .ad-placement {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/mweb/icons/global/ad-placement--dark-mode.alau4bdn.svg");
  background-repeat: no-repeat;
  background-color: #121212;
}
.dark-mode .date-picker {
  background-color: #121212;
  padding-top: 20px;
}
.dark-mode .date-picker__button:not(.fd-carousel--last-selected) {
  background-color: #121212;
  border: 1px solid #2a2a2a;
}
.dark-mode .date-picker__date-day,
.dark-mode .date-picker__date-month,
.dark-mode .rottentomatoes-rating--dark {
  color: #f2f3f3;
}
.dark-mode .date-picker__date-weekday--dark {
  color: #4691e3;
}
.dark-mode .date-picker__wrapper--mobile {
  padding-top: 0;
  padding-bottom: 0;
}
.dark-mode .date-carousel .fd-carousel-placeholder__item,
.dark-mode .caligari-carousel__flipper {
  background-color: #121212;
}
.dark-mode .movie-detail.fd-panel {
  border: 1px solid #2a2a2a;
}
.dark-mode .theaters-module__theater-link {
  border: 1px solid #2a2a2a;
}
.dark-mode .features__caption,
.dark-mode .faq_cast_name,
.dark-mode .pop-full-bio--title,
.dark-mode .pop-tabular--title,
.dark-mode .pop-tabular--table tr,
.dark-mode .ad-form__label,
.dark-mode .ad-form__fieldset label {
  color: #fef7f1;
}
.dark-mode .features__caption:hover {
  cursor: pointer;
  color: #4691e3;
}
.dark-mode .faq_cast_name:hover {
  cursor: pointer;
  color: #275b93;
  text-decoration: underline;
}
.dark-mode .date-picker__list-item--spacer:after,
.dark-mode .loyalty-stores__section:after {
  border-right: solid 1px #2a2a2a;
}
.dark-mode .theater-listing .near-theaters__list-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.dark-mode .dark__movie-detail {
  background: #121212;
}
.dark-mode .date-picker__future-date-notice .fd-form__btn {
  background-color: #e36600;
  color: #f2f3f3;
}
html .dark-mode .date-picker__future-date-notice.fd-panel,
.dark-mode .features__brick {
  border: 1px solid #2a2a2a;
}
.dark-mode .movie-detail__filter--no-showtimes,
.dark-mode .dark__border__section,
.dark-mode .ad-form__layout,
.dark-mode .policies .panel,
.dark-mode .gc-module__title,
.dark-mode .gc-module .panel,
.dark-mode .loyalty-section {
  border: 1px solid #2a2a2a;
  background-color: #121212;
  border-radius: 4px;
}
.dark-mode .movie-showtimes .movie-detail__merch-card--desktop,
.dark-mode .movie-showtimes .movie-detail__merch-card--mobile {
  background-color: #121212;
  border: none;
  margin-top: none;
}
.dark-mode .mlp__listings-section-item-poster {
  border-radius: 4px;
  overflow: hidden;
}
html .dark-mode .on-demand-details__panel {
  border: 1px solid #2a2a2a;
  border-radius: 4px;
  position: relative;
}
html .dark-mode .on-demand-details:after {
  border-bottom: 1px solid #2a2a2a;
}
.dark-mode .on-demand-details {
  border-bottom: 8px solid #2a2a2a;
  border-top: none;
  padding: 0 16px 20px;
}
.dark-mode .mlp__listings-section-wrapper {
  border-bottom: 1px solid #2a2a2a;
  border-top: 1px solid #2a2a2a;
}
.dark-mode .faq_border {
  border: 1px solid #2a2a2a;
}
.dark-mode .faq_answers {
  color: #f2f3f3;
}
.dark-mode .faq_question {
  padding: 0;
  padding-left: 10px;
}
.dark-mode .faq_containers {
  border-bottom: solid 1px #2a2a2a;
  padding: 16px;
  margin: 0;
}
.dark-mode .faq_cast_name {
  color: #4691e3;
}
.dark-mode .famous-actors-and-actresses__panel {
  background-color: #121212;
  border-radius: 4px;
  border: 1px solid #2a2a2a;
}
.dark-mode .new-fanalert__wrap {
  background-color: #121212;
  border-radius: 4px;
  border: 1px solid #2a2a2a;
}
.dark-mode #fanalert-form-exposed {
  background-color: #121212;
  margin: 8px 0 8px 0;
  padding: 8px 0 8px 0;
}
.dark-mode .new-fanalert__copy-title {
  color: #f2f3f3;
}
.dark-mode .fcsbl-input__floating-label {
  background-color: #121212;
}
.dark-mode .new-fanalert__wrap .fcsbl-input__field {
  border: 1px solid #949494;
}
.dark-mode .new-fanalert__form-notify {
  padding: 0;
}
.dark-mode .new-fanalert__modal-container .new-fanalert__modal-close-btn {
  height: 15px;
}
.dark-mode .footer-site-info__link a {
  color: #fef7f1;
}
.dark-mode .footer-site-info__link a:hover {
  color: #4691e3;
}
.dark-mode #ot-sdk-btn.ot-sdk-show-settings.footer-site-info__link {
  background-color: unset;
  color: #cccfd1;
}
.dark-mode #ot-sdk-btn.ot-sdk-show-settings.footer-site-info__link:hover {
  color: #275b93;
  text-decoration-line: underline;
}
.dark-mode .footer-site-info__list-item {
  border-left: 1px solid #2a2a2a;
}
.dark-mode #ot-sdk-btn.ot-sdk-show-settings.global-footer__nav-link,
.dark-mode #footer-feedback a,
.dark-mode .global-footer__nav-link {
  color: #cccfd1;
}
.dark-mode .footer__section {
  padding-top: 0;
}
.dark-mode .footer-utility-links__follow {
  align-items: center;
}
.dark-mode .footer-utility-links {
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.dark-mode .footer-utility-links__wrapper {
  background-color: #121212;
  justify-content: space-evenly;
}
.dark-mode .footer-utility-links__social {
  margin-top: 0;
}
.dark-mode .footer-utility-links__social-icon {
  margin: 7px 10px 6px 0;
}
.dark-mode .location-dropdown {
  background-color: #121212;
  box-shadow: 0 0 18px 8px rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  border: 1px solid #2a2a2a;
}
.dark-mode .form-navigation button,
.dark-mode .location-overlay .alert-box__label {
  background-color: #121212;
  color: #4691e3;
}
.dark-mode .alert-box__label {
  background-color: #121212;
  color: #4691e3;
}
.dark-mode .alert-box__input {
  border-bottom-color: #4691e3;
}
.dark-mode .tsp .subnav__link,
.dark-mode .tsp .subnav__link-list:hover .subnav__link {
  color: #4691e3;
  opacity: 0.8;
}
.dark-mode .tsp .subnav__link--active,
.dark-mode .tsp .subnav__link-list:hover .subnav__link--active,
.dark-mode .tsp .subnav__link-list .subnav__link:hover {
  color: #275b93;
  opacity: 1;
}
.dark-mode .no-touch .cta:hover {
  color: #f2f3f3;
  opacity: 0.8;
}
.dark-mode .theater-listing .near-theaters__address,
.dark-mode .theater-listing .near-theaters__theater-name {
  color: #fef7f1;
}
.dark-mode .subnav {
  background: none;
  background-color: #121212;
}
.dark-mode input.date-picker__location-input {
  background-color: #121212;
  color: #f2f3f3;
}
.dark-mode .date-picker__location {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.dark-mode .open-chain-filter__filter-btn {
  background-color: #121212;
}
.dark-mode .fd-movie {
  border-radius: 4px;
  border: 1px solid #2a2a2a;
  background-color: #121212;
}
.dark-mode .more-theaters-links,
.dark-mode .open-chain-filter__filter-btn--dropdown {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
}
.dark-mode .fd-lazy-image {
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.dark-mode .format-filter-placeholder,
.no-touch .invert-hover .format-filter-placeholder:hover {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/format-filter-placeholder-dark-mode.7qltci1p.svg");
}
.dark-mode .icon-fanalert-logo,
.no-touch .invert-hover .icon-fanalert-logo:hover {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-fanalert-logo-dark-mode.49cu784m.svg");
}
.dark-mode .search-overlay .fd-clearable-input__input {
  border-color: rgba(255, 255, 255, 0.05);
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/mweb/icons/global/icon-search-white.behn3hq6.svg");
}
.dark-mode .fd-carousel__arrow {
  background-color: #121212;
}
.dark-mode .right-arrow-gray,
.dark-mode .caligari-carousel__flipper--right:after {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/icons/global/chevron-right--dark-mode.7kk421fe.svg");
}
.dark-mode .left-arrow-gray,
.dark-mode .caligari-carousel__flipper--left:after {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/icons/global/chevron-left--dark-mode.fb5jvhtl.svg");
}
.dark-mode .fd-slider__splide-arrow,
.dark-mode .caligari-carousel__flipper:before {
  background-color: #121212;
}
.dark-mode .fd-overlay.new-fanalert__modal-container {
  background-color: rgba(0, 0, 0, 0.6);
}
.dark-mode .theater-amenities-overlay {
  background-color: #121212;
  color: #fef7f1;
}
.dark-mode .theater-details-header__ticketing-options-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.dark-mode .theater-details-header {
  box-shadow: 0 1px 0 0 #121212;
}
.dark-mode .movie-ratings-overlay .movie-ratings-overlay__title,
.dark-mode .movie-review-sub__movie-display-name,
.dark-mode .article-next > h1 > a {
  font-family: proxima-nova;
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
  font-weight: 700;
}
html .dark-mode .showtime-btn--expired,
html .dark-mode .showtime-btn--disabled,
html .dark-mode .showtime-btn--soldout {
  background-color: #2a2a2a;
  color: #949494;
}
.dark-mode .search__viewing-type-toggle-btn,
.dark-mode .genre-menu__link {
  background-color: #121212;
  border: 1px solid #2a2a2a;
  border-radius: 4px;
  color: #4691e3;
}
.dark-mode .search__section {
  background-color: #121212;
  border-radius: 4px;
  border: 1px solid #2a2a2a;
}
.dark-mode .search__section-content {
  background-color: #121212;
  color: #fef7f1;
}
.dark-mode .search__section-header--subtext,
.dark-mode .search__movie-info,
.dark-mode .theater-listing .near-theaters__distance {
  color: #949494;
}
.dark-mode .search__header {
  font-size: 28px;
  line-height: 34px;
}
.dark-mode .search__viewing-type-toggle {
  column-gap: 4px;
}
.dark-mode .search__section-header {
  background-color: #121212;
}
.dark-mode .heading-style-stub {
  border-bottom: none;
  color: #f2f3f3;
  font-size: 20px;
  font-weight: 700;
  font-family: proxima-nova;
  line-height: 24px;
  padding: 0;
}
.dark-mode .heading-style-stub:after {
  display: none;
}
.dark-mode .showtime-filter-btns {
  background-color: #121212;
  margin-bottom: 0;
  margin-top: 0;
}
.dark-mode .subnav__title,
.dark-mode .article-panel > .article-head > h1 {
  font-family: proxima-nova;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}
.dark-mode .browse-movielist--title {
  color: #f2f3f3;
}
html .dark-mode .poster-card--title-block:hover .poster-card--title,
html .dark-mode .poster > div > a:hover {
  color: #275b93;
}
.dark-mode .closest-theaters {
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #2a2a2a;
}
.dark-mode .mop__details {
  background-color: #121212;
  color: #fef7f1;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.dark-mode .movie-detail-header__card-default-grey {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/card-default--dark-mode.57r30dke.svg");
}
.dark-mode .content-wall .content-item,
.dark-mode .fd-form__text-input,
.dark-mode .adForm-body_input,
.dark-mode .adForm-com_body_sub,
.dark-mode .audience-review-sub__review-field,
.dark-mode .gift-cards__list-item {
  color: #f2f3f3;
  background-color: #121212;
  border-radius: 4px;
  border: 1px solid #2a2a2a;
}
.dark-mode .content-wall .content-item-headline {
  color: #fef7f1;
}
.dark-mode .content-wall .visual-container {
  background-color: #121212;
}
.dark-mode #page,
.dark-mode .hub-carousel {
  background-color: #121212;
}
html .dark-mode .hub-overview-featured,
.dark-mode .featured-videos--family-hub {
  background-color: #121212;
}
html .dark-mode #featuredVideos {
  margin-top: 0;
  padding-top: 20px;
  background-image: none;
}
html .dark-mode #featuredVideos h3 {
  color: #fef7f1;
}
html .dark-mode #featuredVideos .heading-style-stub {
  border-color: #fef7f1;
}
.dark-mode #guidesSection {
  background-image: none;
  background-color: #121212;
}
.dark-mode #guidesSection h1.heading-style-1 {
  color: #f2f3f3;
  font-family: proxima-nova;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  padding: 18px 0 11px 10px;
}
.dark-mode #guidesSection .sectionHeader .movie-tickets-header--container .movie-tickets-header--heading,
.dark-mode .fd-carousel__heading,
.dark-mode .dark__header,
.dark-mode .about-us .legacy h1,
.dark-mode .info__about-us .legacy h1,
.dark-mode .famous-actors-and-actresses__title {
  color: #f2f3f3;
  font-family: proxima-nova;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.dark-mode .movie-news__latest-news {
  background-color: #121212;
}
.dark-mode .actions {
  text-align: center;
  padding-right: inherit;
}
.dark-mode .style-cta {
  border-radius: 4px;
  background: #e36600;
  height: 40px;
  padding: 0;
}
.dark-mode #guidesSection .sectionHeader .movie-tickets-header--container {
  padding: 0 10px 0;
}
.dark-mode .footer-offer__header {
  flex-direction: column;
  row-gap: 4px;
  padding-bottom: 10px;
}
.dark-mode .emu-override {
  color: #f2f3f3;
  padding: 0;
}
.dark-mode .movie-reviews-header,
.dark-mode .movie-info-tabs__tab,
.dark-mode .rt-audience-reviews__item,
.dark-mode .movie-section,
.dark-mode .rt-critic-reviews-list__item,
.dark-mode .about-us,
.dark-mode .about-us .panel,
.dark-mode .info__about-us {
  background-color: #121212;
}
.dark-mode .movie-info__title-bar,
.dark-mode .movie-info-tabs,
.dark-mode .rt-critic-reviews-list__item {
  border-bottom: 1px solid #2a2a2a;
}
.dark-mode .movie-reviews--outlined,
.dark-mode .rt-audience-reviews__item {
  border: 1px solid #2a2a2a;
}
.dark-mode .rt-data-error {
  border-right: none;
  border-bottom: none;
  background-color: #121212;
}
.dark-mode .movie-info-tabs__rating,
.dark-mode .movie-reviews-header__write,
.dark-mode .write-review-form__label {
  color: #f2f3f3;
}
.dark-mode .write-review-form__special-note,
.dark-mode .watch-at-home__section-title {
  color: #cccfd1;
}
.dark-mode #writeReviewForm__body,
.dark-mode #writeReviewForm__displayname,
.dark-mode .rotten-tomatoes__more-info {
  background-color: #121212;
  color: #f2f3f3;
  border-radius: 4px;
  border: 1px solid #949494;
}
.dark-mode .write-review-form__save-btn #writeReviewForm__button.btn-cta.disabled {
  background: #e36600;
  padding: 6px 0;
  height: 32px;
  width: 212px;
}
.dark-mode a.btn-cancel,
.dark-mode .movie-reviews-header__link {
  color: #4691e3;
}
.dark-mode .rt-critic-reviews-list__reviewer-img {
  border-radius: 4px;
}
@media (min-width: 1280px) {
  .dark-mode .movie-ratings-overlay__more-info-btn {
    bottom: 20px;
    right: 88px;
  }
}
@media (min-width: 1024px) {
  .dark-mode .movie-ratings-overlay__more-info-btn {
    bottom: 20px;
    right: 88px;
  }
}
@media (max-width: 600px) {
  .dark-mode .movie-ratings-overlay__more-info-btn {
    bottom: 20px;
    right: 88px;
  }
}
.dark-mode .movie-info__title-bar-mop-link {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 15px;
}
.dark-mode .movie-info__title-bar-page-name {
  flex: none;
}
.dark-mode .rotten-tomatoes__header,
.dark-mode .movie-info-sub__header-wrap,
.dark-mode .reviews-section__review,
.dark-mode .reviews-section__reviews-header {
  background-color: #121212;
  border-bottom: 1px solid #2a2a2a;
}
.dark-mode .rotten-tomatoes,
.dark-mode .reviews-section__review,
.dark-mode .rotten-tomatoes__header {
  margin: 0;
}
.dark-mode .critic-reviews__review-date,
.dark-mode .rt-critic-reviews-list__publication {
  color: #949494;
}
.dark-mode .reviews-section__quote,
.dark-mode .movie-info-header__reviews-text,
.dark-mode .rotten-tomatoes__header-rating,
.dark-mode .rotten-tomatoes__header-label,
.dark-mode .reviews-section__reviewer,
.dark-mode .movie-info-tabs__rating-not-available {
  color: #f2f3f3;
}
.dark-mode .critic-reviews__review-headshot,
.dark-mode .famous-actors-and-actresses__photo {
  border-radius: 4px;
}
.dark-mode .audience-reviews__wrapper {
  background-color: #121212;
  border-bottom: 1px solid #2a2a2a;
  border-top: 1px solid #2a2a2a;
  margin: 0;
}
.dark-mode .rotten-tomatoes__more-info-close-btn,
.dark-mode .new-fanalert__modal-container .new-fanalert__modal-close-btn {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/rotten-tomatoes__more-info-close-btn--dark-mode.ah0hrqjj.svg");
}
.dark-mode .movie-info-tabs__rating-not-available {
  font-family: proxima-nova;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.dark-mode .movie-ratings-overlay__desc {
  font-family: proxima-nova;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 5px 10px 20px 20px;
}
.dark-mode .icon-close--small-white,
.dark-mode .icon-form-input-cancel-x {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-close--small--dark-mode.ah0hrqjj.svg");
}
.dark-mode .icon-close--small-gray {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-close--small-gray.7funork1.svg");
}
.dark-mode .icon-close--small-dark-mode {
  width: 15px;
  height: 15px;
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-close--small--dark-mode.ah0hrqjj.svg");
}
.dark-mode .icon-rottom-presented-by-logo {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/desktop/icons/global/icon-rottom-presented-by-logo--dark-mode.7msi3sn0.svg");
}
.dark-mode .theater-amenities-overlay__close-btn {
  background-image: url("//images.fandango.com/fandango-www/screenplay/assets/v2/images/shared/icons/global/icon-close--large-dark-mode.1iog6fq7.svg");
}
html .dark-mode .theater-concessions-options__close-btn {
  background-color: transparent;
}
.dark-mode .movie-ratings-overlay .movie-ratings-overlay__title,
.dark-mode .movie-ratings-overlay__desc {
  background-color: #121212;
  color: #f2f3f3;
}
.dark-mode .movie-ratings-overlay {
  border-radius: 8px;
  border: 1px solid #2a2a2a;
  box-shadow: 0 0 18px 8px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
.dark-mode .famous-actors-and-actresses__header-image {
  background: none;
  background-color: #121212;
  margin: 0;
}
.dark-mode .select-star-rating__svg {
  fill: #949494;
}
.dark-mode .mobile__dark__border {
  border: none;
  padding-bottom: 0;
}
.dark-mode .mobile__dark__border::before {
  content: "";
  border-top: 8px solid rgba(255, 255, 255, 0.08);
  position: absolute;
  left: -16px;
  right: -16px;
  top: 0;
}
html .dark-mode .desktop__dark__border {
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.dark-mode .info hr {
  border: 0 solid #2a2a2a;
  border-bottom-width: 1px;
}
.dark-mode .audience-review-sub__optional {
  color: #f2f3f3;
  font-family: proxima-nova;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.dark-mode .audience-review-sub__review-submit,
.dark-mode .gift-cards__btn--large {
  background: #e36600;
  padding: 6px 0;
  height: 32px;
}
.dark-mode .gift-cards__header-title {
  color: #f2f3f3;
  padding: 15px 0 10px 0;
  margin: 0;
}
.dark-mode .article-panel,
.dark-mode .article-panel > .article-subhead {
  border: none;
}
.dark-mode .article-panel > .article-share {
  background-color: #121212;
  border-top: none;
}
.dark-mode .disqus-panel {
  background-color: #121212;
  border: none;
}
.dark-mode .article-next > p {
  color: #949494;
  font-family: proxima-nova;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.6px;
}
.dark-mode .article-next > h1 {
  text-transform: none;
}
.dark-mode .nominees__title {
  background-color: #121212;
  border-bottom: 1px solid #2a2a2a;
  color: #fef7f1;
}
.dark-mode .nominee__image,
.dark-mode .found-winner .nominee__image {
  border-color: #2a2a2a;
  border-radius: 4px;
}
.theaters-by-chain__bottom-buffer.panel {
  background-color: #121212;
}
@media screen and (max-width: 767px) {
  .dark-mode .loyalty-sections-wrap {
    background-color: #121212;
  }
  .dark-mode .loyalty-section {
    border-width: 0 0 1px;
  }
}

/* app/assets/stylesheets/shared/global/share.css */
.share-button {
  z-index: 3;
  position: relative;
  text-align: left;
  display: inline-block;
  line-height: 12px;
}
.share-button > .share-button__click {
  z-index: 2;
  font-size: 14px;
  line-height: 17px;
  max-height: 40px;
  padding: 13px 20px;
  display: block;
  cursor: pointer;
  color: #fff;
}
.share-button.active > .share-button__click:after {
  width: 100%;
}
.share-button > .share-button__click:hover {
  color: #fff;
}
.share-button > .share-button__click .share {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-size: cover;
  background-position: 50% 50%;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.share-button > .share-button__network {
  z-index: 1;
  position: absolute;
  width: 100%;
  bottom: 0;
  -webkit-transition:
    visibility 300ms linear,
    transform 300ms,
    opacity 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition:
    visibility 300ms linear,
    transform 300ms,
    opacity 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -ms-transition:
    visibility 300ms linear,
    transform 300ms,
    opacity 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition:
    visibility 300ms linear,
    transform 300ms,
    opacity 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition:
    visibility 300ms linear,
    transform 300ms,
    opacity 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  opacity: 0;
  visibility: hidden;
}
.share-button.active > .share-button__network {
  -webkit-transform: translateY(-54px);
  -moz-transform: translateY(-54px);
  -ms-transform: translateY(-54px);
  -o-transform: translateY(-54px);
  transform: translateY(-54px);
  -webkit-transition:
    visibility 300ms linear,
    transform 300ms,
    opacity 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition:
    visibility 300ms linear,
    transform 300ms,
    opacity 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -ms-transition:
    visibility 300ms linear,
    transform 300ms,
    opacity 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition:
    visibility 300ms linear,
    transform 300ms,
    opacity 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition:
    visibility 300ms linear,
    transform 300ms,
    opacity 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  opacity: 1;
  visibility: visible;
}
.share-button > .share-button__network:before {
  content: "";
  background: #4aa7f6;
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -2px;
}
.share-button > .share-button__network:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #4aa7f6;
}
.share-button__network-inner {
  margin-right: -1px;
}
.share-button > .share-button__network li {
  width: 50%;
  text-align: center;
  float: left;
  padding-right: 1px;
  padding-bottom: 1px;
}
.share-button > .share-button__network li > a.share-button__network-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 53px;
  margin: 0;
  background-size: 24px auto;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.4s background-color ease;
  -moz-transition: 0.4s background-color ease;
  -ms-transition: 0.4s background-color ease;
  -o-transition: 0.4s background-color ease;
  transition: 0.4s background-color ease;
}
.share-button > .share-button__network li > a.icon-share-facebook,
.invert-hover > .share-button__network li .icon-share-facebook:hover {
  background-color: #3b5999;
}
.share-button__network li > a.icon-share-twitter,
.invert-hover > .share-button__network li .icon-share-twitter:hover {
  background-color: #55acee;
}
.share-button__network li > a.icon-share-google-plus,
.invert-hover > .share-button__network li .icon-share-google-plus:hover {
  background-color: #dd4b39;
}
.share-button__network li > a.icon-share-pinterest,
.invert-hover > .share-button__network li .icon-share-pinterest:hover {
  background-color: #cb2128;
}
.share-button__network li > a.icon-share-tumblr,
.invert-hover > .share-button__network li .icon-share-tumblr:hover {
  background-color: #35465d;
}
.share-button__network li > a.icon-share-email,
.invert-hover > .share-button__network li .icon-share-email:hover {
  background-color: #547dbd;
}
.no-touch .share-button__network li > a.share-button__network-btn {
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.9);
}
.share-button__item--hidden {
  display: none;
}

/* app/assets/stylesheets/shared/global/skipLink.css */
.skip-link {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.skip-link:focus {
  clip: auto;
  color: #2a2a2a;
  height: auto;
  overflow: auto;
  position: absolute;
  width: auto;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(128, 128, 128, 0.25);
  padding: 10px;
  margin-top: -5px;
  z-index: 100;
  line-height: 1;
}
.skip-link--dark:focus {
  color: #fff;
  background: rgba(23, 28, 32, 0.95);
  border-color: rgba(255, 255, 255, 0.25);
}

/* 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: #fff;
  display: inline-block;
  vertical-align: top;
}
.subnav__title--accent {
  color: #e36600;
}
.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: #949494;
}
.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 #e36600;
  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 #e36600;
}
.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 #e36600;
  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/desktop/global/cobranding.css */
.body--cobranding {
  padding-top: 0;
}
#cobranding-bar {
  margin-top: 56px;
  min-height: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  #cobranding-bar {
    margin-top: 0;
  }
}
.brand-12 {
  background-color: #815b81;
  border-bottom: 1px solid #4e334e;
}
.brand-21 {
  background-color: #8091ee;
}
.brand-25 {
  background-color: #1f2d83;
  border-bottom: 1px solid #121948;
}
.brand-39 {
  background-color: #ee2e24;
}
.brand-53 {
  background-image: -moz-linear-gradient(#f5f5f5, #c3c3c3);
  background-image: -ms-linear-gradient(#f5f5f5, #c3c3c3);
  background-image: -webkit-linear-gradient(#f5f5f5, #c3c3c3);
  background-image: linear-gradient(#f5f5f5, #c3c3c3);
  border-bottom: 1px solid #888;
  background-color: #ccc;
}
.brand-74 {
  background-color: #7b7c80;
  border-bottom: 1px solid #222;
}
.brand-85 {
  background-color: #000;
  background-image: -moz-linear-gradient(#110c2f, #140524);
  background-image: -ms-linear-gradient(#110c2f, #140524);
  background-image: -webkit-linear-gradient(#110c2f, #140524);
  background-image: linear-gradient(#110c2f, #140524);
}
.brand-122 {
  background-color: #b2121c;
}
.brand-123 {
  background-color: #c2c2c2;
  background-image: -moz-linear-gradient(#989b99, #e6e6e6);
  background-image: -ms-linear-gradient(#989b99, #e6e6e6);
  background-image: -webkit-linear-gradient(#989b99, #e6e6e6);
  background-image: linear-gradient(#989b99, #e6e6e6);
}
.brand-130 {
  background-color: #e31836;
}
.brand-152 {
  background: -moz-linear-gradient(top, #4a66af 1%, #354f8a 100%);
  background: -ms-linear-gradient(top, #4a66af 1%, #354f8a 100%);
  background: -webkit-linear-gradient(top, #4a66af 1%, #354f8a 100%);
  background: #354f8a;
  background:
    linear-gradient(
      to bottom,
      #4a66af 1%,
      #354f8a 100%);
}
.brand-186 {
  background-color: #052764;
}
.brand-192 {
  background-color: #ff3334;
}
.brand-211 {
  background-color: #021d43;
}

/* swug-virtual-bundle-specifier://images.fandango.com/fandango-www/screenplay/assets/v2/stylesheets/bundles/desktop/global-core.b893tdlv.css */
