﻿@charset "UTF-8";
/*
    //navbar.less
    #4c4c4c
    #888
    #fafafa
    #c4c4c4
    #808080
    #999999

    //pageTitle.less
    #4c4c4c
    #fafafa

    //slider.less
    #D9DCE5

    //tabbedNavigation.less
    #4c4c4c
    #fafafa
    #ddd
    #8E8E93

    //confirmation.less
    #1A1A1A
    #959595
    #fafafa
    #404040

    //connections.less
    #e4e4e4
    #eaeae9
    #4c4c4c

    //movierewards.less
    #e4e4e4
    #eaeae9
    #4c4c4c
    #F2F2F2
    #E6E6E6

    //movierewardsinfo.less
    #F9F9F9

    //myCinemark.less
    #4c4c4c

    //search.less
    #4c4c4c

    //seatmap.less
    #47643c
    #4c77c0
    #7f7f7f
    #47643c
    #E0E0E0
    #eee
    #cc1f2f
    #F0F0F0
    background: -webkit-gradient( linear, left top, right top, color-stop(8%, #F0F0F0), color-stop(18%, #DDDDDD), color-stop(33%, #F0F0F0) );
    background: -webkit-linear-gradient( left, #F0F0F0 8%, #DDDDDD 18%, #F0F0F0 33% );
    background: linear-gradient(to right, #F0F0F0 8%, #DDDDDD 18%, #F0F0F0 33%);

    //seatSwapConfirmation.less
    #ececec

    //subscriptions.less
    #E4E4E4
    #1A1A1A
    #eaeae9
    #4c4c4c
    #373737
    #c8c8c8
    #B22025

    //theater.less
    #4c4c4c

    //concessions.less
    #cecece
    #333
    #707070
    #b4b4b4
    #404040

    //showtimes.less
    #4c4c4c
    #454545
    #B8B8B8

    //cinemark.less
    #F9F9F9
    #eaeae9
    #4c4c4c
    #333
    #8E8E93
    #d9d9d9
    #0758bc
    #ddd
    #2d2d2d
    #AEAEAE
    #CECECE
    #4c4c4c
    #398293
    #555
    #66afe9
    #FAFAFA
    #FCFCFC
    #DEDEDE
    #eee
    #efefef
    #666
    #595959
    #b1b1b3
    #279D5B
    rgba(102, 175, 233, .6)
    rgba(102, 175, 233, .6)

    //MCP gradient
    background: linear-gradient(48.81deg, #A9A9A9 13.96%, #DBDBDB 40.33%, #DBDBDB 57.52%, #A9A9A9 87.79%);

    // line:5084 some array of colors
    #65B042
    #E28964
    #AEAEAE
    #608de2
    #3387CC
    #608de2
    #666
    #608de2
    #bdb76b
    #65B042
    #3387CC

    #060
    #006
    #600
    #404
    #044
    #440
    #000
    #006

*/
:root {
  --primary: #dd0000;
  --primary-lighter: #FF3C3C;
  --primary-darker: #6B0D0D;
  --on-primary: #FAFAFA;
  --secondary: #1A1A1A;
  --secondary-lighter: #2F2F2F;
  --secondary-darker: #000000;
  --on-secondary: #FAFAFA;
  --on-secondary-subtle: #FAFAFA;
  --background: #FAFAFA;
  --on-background: #1A1A1A;
  --surface: #FFFFFF;
  --on-surface: #1A1A1A;
  --error: #FFECEC;
  --on-error: #dd0000;
  --input-error-background: #FFECEC;
  --warning: #F19A18;
  --on-warning: #1A1A1A;
  --grey-50: #FEFEFE;
  --grey-100: #F2F2F2;
  --grey-200: #E6E6E6;
  --grey-300: #CCCCCC;
  --grey-400: #B3B3B3;
  --grey-500: #999999;
  --grey-600: #808080;
  --grey-700: #666666;
  --grey-800: #4D4D4D;
  --grey-900: #424242;
  --grey-950: #252525;
  --movie-fan: #2FA1A2;
  --movie-club: #8171B3;
  --pill-bg: #FFFFFF;
  --pill-border-color: #CCCCCC;
  --tag-bg: #CCCCCC;
  --tag-color: #1A1A1A;
  --seat-available: #47762E;
  --divider: #E6E6E6;
}
[data-theme="dark"] {
  --primary: #dd0000;
  --primary-lighter: #FF3C3C;
  --primary-darker: #6B0D0D;
  --on-primary: #FAFAFA;
  --secondary: #FAFAFA;
  --secondary-lighter: #FFFFFF;
  --secondary-darker: #F2F2F2;
  --on-secondary: #1A1A1A;
  --on-secondary-subtle: #B3B3B3;
  --background: #1A1A1A;
  --on-background: #FAFAFA;
  --surface: #1A1A1A;
  --on-surface: #FAFAFA;
  --error: #FAFAFA;
  --on-error: #1A1A1A;
  --input-error-background: #6B0D0D;
  --warning: #F19A18;
  --on-warning: #1A1A1A;
  --pill-bg: #2F2F2F;
  --pill-border-color: #4D4D4D;
}
/* Variables for Import */
/* Mixins for Import */
/* Typography */
.fontstd {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.fontcnd {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.fontsemibold {
  font-family: 'Work Sans Semi-bold', sans-serif;
  font-weight: 600;
}
.fontbold {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.fxxxl {
  font-size: 4em;
}
.fxxl {
  font-size: 3em;
}
.fxl {
  font-size: 2.6em;
}
.flg {
  font-size: 2em;
}
.fmd {
  font-size: 1.6em;
}
.fstd {
  font-size: 1.4em;
}
.fsm {
  font-size: 1.1em;
}
.fxs {
  font-size: 0.9em;
}
.fxxs {
  font-size: 0.75em;
}
.flight {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.fnormal {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.fsemibold {
  font-family: 'Work Sans Semi-bold', sans-serif;
  font-weight: 600;
}
.fbold {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.text-disabled {
  color: var(--grey-700);
}
/* Colors */
.primary {
  color: var(--primary);
}
.primary-hover {
  color: var(--primary-darker);
}
.brand-mf {
  color: var(--movie-fan);
}
.brand-mf-background {
  background: var(--movie-fan);
}
.brand-mc {
  color: var(--movie-club);
}
.brand-mc-background {
  background: var(--movie-club);
}
.seat-available-background {
  background: var(--seat-available);
}
.red {
  color: var(--primary);
}
.redhov {
  color: var(--primary-darker);
}
.blu20 {
  color: rgba(0, 61, 165, 0.2);
}
.blu50 {
  color: rgba(0, 61, 165, 0.5);
}
.blu70 {
  color: rgba(0, 61, 165, 0.7);
}
.blu100 {
  color: #003da5;
}
.grn50 {
  color: rgba(44, 104, 22, 0.5);
}
.grn70 {
  color: rgba(44, 104, 22, 0.7);
}
.grn100 {
  color: #2c6816;
}
.blk8 {
  color: rgba(0, 0, 0, 0.08);
}
.blk12 {
  color: rgba(0, 0, 0, 0.12);
}
.blk20 {
  color: rgba(0, 0, 0, 0.2);
}
.blk30 {
  color: rgba(0, 0, 0, 0.3);
}
.blk50 {
  color: rgba(0, 0, 0, 0.5);
}
.blk70 {
  color: #1a1a1a;
}
.blk70s {
  color: #444444;
}
.blk100 {
  color: #000000;
}
.wht1 {
  color: rgba(255, 255, 255, 0.1);
}
.wht50 {
  color: rgba(255, 255, 255, 0.5);
}
.wht100 {
  color: #ffffff;
}
.grey-700 {
  color: #666666;
}
.bgred {
  background: var(--primary);
}
.bgredhov {
  background: var(--primary-darker);
}
.bgblu20 {
  background: rgba(0, 61, 165, 0.2);
}
.bgblu50 {
  background: rgba(0, 61, 165, 0.5);
}
.bgblu70 {
  background: rgba(0, 61, 165, 0.7);
}
.bgblu100 {
  background: #003da5;
}
.bggrn50 {
  background: rgba(44, 104, 22, 0.5);
}
.bggrn70 {
  background: rgba(44, 104, 22, 0.7);
}
.bggrn100 {
  background: #2c6816;
}
.bgdbox {
  background: #f5891d;
}
.bgdboxhov {
  background: #d36700;
}
.special {
  background: #2da59c;
}
.specialhov {
  background: #0b837a;
}
.bgblk2 {
  background: rgba(0, 0, 0, 0.02);
}
.bgblk2s {
  background: #fafafa;
}
.bgblk5 {
  background: rgba(0, 0, 0, 0.05);
}
.bgblk5s {
  background: #f3f3f3;
}
.bgblk8 {
  background: rgba(0, 0, 0, 0.08);
}
.bgblk8s {
  background: #eaeae9;
}
.bgblk12 {
  background: rgba(0, 0, 0, 0.12);
}
.bgblk20 {
  background: rgba(0, 0, 0, 0.2);
}
.bgblk30 {
  background: rgba(0, 0, 0, 0.3);
}
.bgblk50 {
  background: rgba(0, 0, 0, 0.5);
}
.bgblk70 {
  background: #1a1a1a;
}
.bgblk100 {
  background: #000000;
}
.bggry {
  background: #8E8E93;
}
.bgwht1 {
  background: rgba(255, 255, 255, 0.1);
}
.bgwht50 {
  background: rgba(255, 255, 255, 0.5);
}
.bgwht70 {
  background: rgba(255, 255, 255, 0.7);
}
.bgwht70s {
  background: #444444;
}
.bgwht100 {
  background: #ffffff;
}
.bg-none {
  background: none;
}
/* Border */
.brdred {
  border: 2px solid var(--primary);
}
.brdredhov {
  border: 2px solid var(--primary-darker);
}
.brdDis {
  border: 2px solid #8E8E93;
}
.border-none {
  border: none;
}
/* Bootstrap label */
.label-primary {
  background: var(--primary);
}
/* Dropshadows */
.module-shadow {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
}
.module-shadow-hover {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
}
.no-shadow {
  box-shadow: none !important;
}
/* Icons */
.fill-red {
  fill: var(--primary);
}
.fill-red-hov {
  fill: var(--primary-darker);
}
.stroke-red {
  stroke: var(--primary);
}
.stroke-red-hov {
  stroke: var(--primary-darker);
}
.svg-btn {
  padding: 0;
  background: none;
}
/* Vertical Alignment */
.valign-top {
  vertical-align: top;
}
.valign-middle {
  vertical-align: middle;
}
.valign-bottom {
  vertical-align: bottom;
}
/* Flexbox Alignment */
.flex-align-center {
  align-items: center;
}
/* Hide the increment/decrement spinner on numerical inputs */
.hide-number-spinner[type="number"] {
  -moz-appearance: textfield;
}
.hide-number-spinner[type="number"]::-webkit-outer-spin-button,
.hide-number-spinner[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Layout */
.top {
  margin-top: 0;
  padding-top: 0;
}
.bottom {
  margin-bottom: 40px;
}
@media only screen and (max-width:767.98px) {
  .bottom {
    margin-bottom: 15px;
  }
}
.bottom:not(img):not(input):empty {
  display: none !important;
}
.left {
  float: left;
  margin-left: 0;
}
.tight > * {
  margin: 0.5em 0;
}
.right {
  float: right;
  margin-right: 0;
}
.center {
  margin: auto;
}
.labelMargin {
  margin-top: calc(1em + 10px);
}
.uline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.ulinepad {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.ulinepad:first-of-type {
  padding-top: 0;
}
.ulinepad.extra {
  padding: 1.5em 0;
}
.noline {
  padding-bottom: 0px;
  border-bottom: none;
}
.oline {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.olinepad {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 1em;
  margin-top: 0.5em;
}
.olinepad.extra {
  padding-top: 1.5em;
  margin-top: 1em;
}
.strike {
  text-decoration: line-through;
}
.full-width {
  width: 100%;
}
.nowrap {
  white-space: nowrap;
}
.breaks {
  white-space: pre-line;
}
.text-wrap {
  white-space: normal;
}
.trunc {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.success {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  color: rgba(44, 104, 22, 0.7);
}
.success.svgIcon {
  fill: rgba(44, 104, 22, 0.7);
}
.clearfix:before {
  display: table;
  content: "";
}
.clearfix:after {
  display: table;
  content: "";
  clear: both;
}
.print {
  display: none;
}
@media print {
  .print {
    display: initial;
  }
}
.finit {
  font-size: 10px;
}
.px0 {
  padding-left: 0;
  padding-right: 0;
}
.p0 {
  padding: 0 !important;
}
.p5 {
  padding: 5px;
}
.p20 {
  padding: 20px;
}
.p40 {
  padding: 40px;
}
.p15 {
  padding: 15px;
}
.pl0 {
  padding-left: 0 !important;
}
.pr0 {
  padding-right: 0;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb30 {
  padding-bottom: 30px;
}
.m0 {
  margin: 0 !important;
}
.b0 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb0 {
  margin-bottom: 0!important;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.t15 {
  margin-top: 15px;
}
.t30 {
  margin-top: 30px;
}
@media only screen and (max-width:767.98px) {
  .tempFixTopMargin {
    margin-top: 15px;
  }
}
.radius {
  border-radius: 4px;
}
.txtc {
  text-align: center;
}
.txtl {
  text-align: left;
}
.grow {
  flex-grow: 1;
}
.max-300 {
  max-width: 300px;
}
.cursPoint {
  cursor: pointer;
}
/* Responsive */
@media only screen and (max-width:369.98px) {
  .hidden-mobile-sm {
    display: none;
  }
}
@media only screen and (min-width:370px) and (max-width:450.98px) {
  .hidden-mobile-md {
    display: none;
  }
}
@media only screen and (min-width:451px) and (max-width:767.98px) {
  .hidden-mobile-lg {
    display: none;
  }
}
/* CSS Line Clamp */
/* Single line truncate */
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
}
/* Standard Drop Shadow */
.filter-drop-shadow {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
/* List utility classes*/
.lsp-outside {
  list-style-position: outside;
}
/* Fonts */
/* Work-Sans-Regular-400 */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Work Sans'), local('WorkSans-Regular'), url('/fonts/WorkSans-Regular.woff2') format('woff2'), url('/fonts/WorkSans-Regular.woff') format('woff'), url('/fonts/WorkSans-Regular.ttf') format('truetype'), url('/fonts/WorkSans-Regular.otf') format('opentype');
}
/* Work-Sans-Semi-bold-600 */
@font-face {
  font-family: 'Work Sans Semi-bold';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Work Sans Semi-bold'), local('WorkSans-Semi-bold'), url('/fonts/WorkSans-SemiBold.woff2') format('woff2'), url('/fonts/WorkSans-SemiBold.woff') format('woff'), url('/fonts/WorkSans-SemiBold.ttf') format('truetype'), url('/fonts/WorkSans-SemiBold.otf') format('opentype');
}
/* Work-Sans-Bold-700 */
@font-face {
  font-family: 'Work Sans Bold';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Work Sans Bold'), local('WorkSans-Bold'), url('/fonts/WorkSans-Bold.woff2') format('woff2'), url('/fonts/WorkSans-Bold.woff') format('woff'), url('/fonts/WorkSans-Bold.ttf') format('truetype'), url('/fonts/WorkSans-Bold.otf') format('opentype');
}
/* Arrows */
@font-face {
  font-family: 'cnk-arrows';
  font-weight: normal;
  font-style: normal;
  src: url('/css/fonts/cnk-arrows.eot');
  src: url('/css/fonts/cnk-arrows.eot?#iefix') format('embedded-opentype'), url('/css/fonts/cnk-arrows.woff') format('woff'), url('/css/fonts/cnk-arrows.ttf') format('truetype'), url('/css/fonts/cnk-arrows.svg#slick') format('svg');
}
.header-large {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.header-medium {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 700;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.header-small {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
@media only screen and (max-width:767.98px) {
  .header-small {
    margin-top: 1px;
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
@media only screen and (min-width: 768px) {
  .wow {
    visibility: hidden;
  }
  #animated-section1-desc1,
  #animated-section1-desc2,
  #animated-section1-desc3 {
    opacity: 0;
  }
}
.duration300ms {
  animation-duration: 300ms;
}
@media only screen and (min-width: 768px) {
  .duration500ms {
    animation-duration: 500ms;
  }
  .duration600ms {
    animation-duration: 600ms;
  }
  .duration700ms {
    animation-duration: 700ms;
  }
  .duration800ms {
    animation-duration: 800ms;
  }
}
@media only screen and (min-width: 768px) {
  .delay100ms {
    animation-delay: 100ms;
  }
  .delay200ms {
    animation-delay: 200ms;
  }
  .delay300ms {
    animation-delay: 300ms;
  }
  .delay400ms {
    animation-delay: 400ms;
  }
  .delay500ms {
    animation-delay: 500ms;
  }
  .delay600ms {
    animation-delay: 600ms;
  }
  .delay700ms {
    animation-delay: 700ms;
  }
  .delay800ms {
    animation-delay: 800ms;
  }
  .delay1000ms {
    animation-delay: 1000ms;
  }
  .delay1200ms {
    animation-delay: 1200ms;
  }
  .delay2s {
    animation-delay: 2s;
  }
  .delay3s {
    animation-delay: 3s;
  }
}
.animated {
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.modalFadeInUp.animated {
  animation-name: modalFadeInUp;
  animation-duration: 300ms;
  transition-timing-function: ease-out;
}
@keyframes modalFadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 25px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.modalFadeOut.animated {
  animation-name: modalFadeOut;
  animation-duration: 300ms;
  transition-timing-function: ease-out;
}
@keyframes modalFadeOut {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: none;
  }
}
.bottomsheetInUp.animated {
  animation-name: slideInUp;
  animation-duration: 300ms;
  transition-timing-function: ease-out;
}
@keyframes bottomsheetInUp {
  from {
    transform: translate3d(0, 50px, 0);
  }
  to {
    transform: none;
  }
}
.bottomsheetDown.animated {
  animation-name: bottomsheetDown;
  animation-duration: 250ms;
  transition-timing-function: ease-out;
}
@keyframes bottomsheetDown {
  from {
    transform: none;
  }
  to {
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
/* Trends banner */
.banner-trending {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 1rem 0;
  position: relative;
  z-index: 3000;
  background: #b4111a;
  text-align: center;
  color: #fff;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.banner-trending .banner-trending__title {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 20px;
}
.banner-trending .banner-trending__message {
  font-size: 16px;
  font-family: 'Work Sans Semi-bold', sans-serif;
  font-weight: 600;
}
.banner-trending .banner-trending__message span {
  text-transform: uppercase;
}
.banner-trending .banner-trending__close {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
}
/* Banner w/ content used on home page */
.banner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 0 0 20px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width:767.98px) {
  .banner {
    border-radius: 4px;
  }
}
@media only screen and (min-width:768px) {
  .banner {
    border-radius: calc( 4px * 2);
  }
}
@media only screen and (min-width:768px) {
  .banner.banner--align-right {
    flex-direction: row-reverse;
  }
  .banner.banner--align-left {
    flex-direction: row;
  }
}
.banner .banner__image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width:768px) {
  .banner .banner__image {
    width: 50%;
  }
}
.banner .banner__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner .banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  /* Scale text content inside hero banners */
}
@media only screen and (min-width:768px) {
  .banner .banner__content {
    width: 50%;
  }
}
.banner .banner__content .banner__heading {
  font-size: 30px;
  line-height: 37px;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  margin: 0 0 10px;
  /*color: var(--on-primary);*/
}
.banner .banner__content .banner__heading svg,
.banner .banner__content .banner__heading img {
  margin-right: 12px;
}
@media only screen and (min-width:768px) {
  .banner .banner__content .banner__heading.banner__heading--hero {
    font-size: 52px;
    line-height: 61px;
  }
}
.banner .banner__content .banner__paragraph {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  /*color: var(--on-primary);*/
  margin: 10px 0;
}
.banner .banner__content .banner__cta {
  margin-top: 10px;
}
@media screen and (min-width: 1100px) and (max-width: 1300px) {
  .banner .banner__content .banner__heading.banner__heading--hero {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1099px) {
  .banner .banner__content .banner__heading.banner__heading--hero {
    font-size: 26px;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 899px) {
  .banner .banner__content .banner__heading.banner__heading--hero {
    font-size: 20px;
    line-height: 24px;
  }
}
/* Zero out margin if banner is part of a carousel */
.carousel .banner {
  margin: 0;
}
/* Gamescape-specific banners w/ cury panels and gradient background */
.gamescape-banner .banner {
  border-radius: 0;
}
.gamescape-banner.gamescape-banner--hide-images-mobile .banner {
  margin: 0;
}
@media only screen and (max-width:767.98px) {
  .gamescape-banner.gamescape-banner--hide-images-mobile .banner__image {
    display: none;
  }
}
.gamescape-banner .banner.banner--align-right {
  background: linear-gradient(90deg, #dd0000 0%, #503fa0 60%) !important;
}
.gamescape-banner .banner.banner--align-left {
  background: linear-gradient(90deg, #dd0000 30%, #503fa0 100%) !important;
}
.gamescape-banner .banner .banner__content {
  background-color: transparent !important;
}
@media only screen and (min-width:768px) {
  .gamescape-banner .banner--align-left .banner__image {
    clip-path: circle(90% at 10%);
  }
  .gamescape-banner .banner--align-right .banner__image {
    clip-path: circle(90% at 90%);
  }
}
/* Member Dashboard */
.memberDashboard {
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (max-width:767.98px) {
  .memberDashboard {
    margin-top: 15px;
  }
}
.memberDashboard .dashboardHeader {
  background: #eaeae9;
  padding: 15px;
}
.memberDashboard .dashboardHeader:before {
  display: table;
  content: "";
}
.memberDashboard .dashboardHeader:after {
  display: table;
  content: "";
  clear: both;
}
.memberDashboard .dashboardHeader > * {
  float: left;
}
.memberDashboard .dashboardHeader .dashboardIcon {
  max-width: 44px;
}
@media only screen and (max-width:767.98px) {
  .memberDashboard .dashboardHeader .dashboardName {
    width: calc(100% - 118px);
    margin: 0 15px;
  }
}
@media only screen and (min-width:768px) {
  .memberDashboard .dashboardHeader .dashboardName {
    width: calc(100% - 59px);
    margin: 0 0 0 15px;
  }
}
.memberDashboard .dashboardHeader .dashboardName .memberName {
  display: block;
}
.memberDashboard .dashboardHeader .dashboardName .memberName:first-child {
  font-size: 2em;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.memberDashboard .dashboardHeader .dashboardName .memberName:last-child {
  margin-top: 0.5em;
}
.memberDashboard .dashboardHeader .dashboardName .memberType {
  font-size: 1.1em;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  margin-top: 0.25em;
}
.memberDashboard .dashboardHeader .dashboardScan {
  display: block;
  text-align: center;
  max-width: 44px;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
@media only screen and (min-width:768px) {
  .memberDashboard .dashboardHeader .dashboardScan {
    display: none;
  }
}
.memberDashboard .dashboardHeader .dashboardScan div:first-child {
  background: #ffffff;
  max-width: 36px;
  padding: 2px;
}
.memberDashboard .dashboardBody {
  background: #eaeae9;
  padding: 0 15px 15px;
}
.memberDashboard .dashboardBody .memberBarcode {
  background: #ffffff;
  padding: 15px;
  margin: 21px auto 15px;
  max-width: 220px;
}
.memberDashboard .dashboardBody .memberBarcodeInfo {
  text-align: center;
}
.memberDashboard .dashboardBody .memberBarcodeInfo p:first-child {
  font-size: 2em;
  margin-bottom: 0;
}
.memberDashboard .cardButtons {
  display: flex;
  margin-top: 1px;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}
.memberDashboard .cardButtons .cardButtonWrap {
  background: #eaeae9;
  flex-basis: calc(25% - 1px);
  margin-right: 1px;
}
.memberDashboard .cardButtons .cardButtonWrap:last-child {
  flex-basis: 25%;
  margin-right: 0;
}
.memberDashboard .cardButtons .cardButtonWrap .cardButtonInfo {
  text-align: center;
  padding: 10px 0;
}
.memberDashboard .cardButtons .cardButtonWrap .cardButtonInfo span {
  font-size: 1.4em;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  display: block;
}
.memberDashboard .cardButtons .cardButtonWrap .cardButtonInfo span:first-child {
  font-size: 2em;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.memberDashboard .cardButtons .cardButtonWrap .cardButton {
  color: #ffffff;
  background: #1a1a1a;
  text-align: center;
  max-height: 100%;
}
.memberDashboard .cardButtons .cardButtonWrap .cardButton span {
  display: block;
  width: 90%;
  max-width: 44px;
  margin: auto;
}
.memberDashboard .cardButtons.cardButtons-3 .cardButtonWrap {
  background: #eaeae9;
  flex-basis: calc(100% / 3 - 1px);
  margin-right: 1px;
}
.memberDashboard .cardButtons.cardButtons-3 .cardButtonWrap:last-child {
  flex-basis: calc(100% / 3);
  margin-right: 0;
}
/* Member ID Modal*/
.memberModalInfo {
  text-align: center;
}
.memberModalBody p {
  margin: 15px 0;
}
.memberModalBody .memberModalInfo {
  margin: 15px 0;
}
.memberModalBody .memberModalInfo .memberType {
  font-size: 1.4em;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.memberModalBody .memberModalInfo .memberID {
  font-size: 1.4em;
}
.modal-qr-code img {
  height: 227px;
}
.memberModalBodyHeader {
  display: flex;
}
.member-type {
  margin: 0 !important;
  font-size: 2em;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.member-date {
  font-size: 1.4em;
}
.member-vert {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
#member-animate-modal-header {
  width: 80px;
  height: 80px;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}
.side-panel {
  background: #ffffff;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #E4E4E4;
}
.side-panel .side-panel__heading {
  margin: 0 0 0.5em 0;
  padding-bottom: 0.5em;
  font-family: 'Work Sans Bold', sans-serif;
  font-size: 20px;
}
.side-panel .side-panel__heading--underline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.side-panel .side-panel__list {
  margin: 0;
  padding: 0;
  font-size: 1em;
  list-style: none;
}
.side-panel .side-panel__list li {
  margin-bottom: 15px;
}
.side-panel .side-panel__list li a {
  display: flex;
}
.side-panel .side-panel__list li a svg {
  max-height: 22px;
  max-width: 22px;
  fill: #dd0000;
}
.side-panel .side-panel__list li a div {
  width: 100%;
  margin-left: 15px;
}
.side-panel .side-panel__list li a div p {
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  color: #1a1a1a;
}
.side-panel .side-panel__list li a div p:last-child {
  margin-bottom: 0;
}
.side-panel .side-panel__list-arrow {
  width: 10px;
  height: 10px;
  margin-top: 5px;
  margin-right: 4px;
  border-top: 2px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  transform: rotate(45deg);
  float: right;
}
.side-panel .side-panel__link {
  display: block;
  color: #dd0000;
  font-size: 16px;
  font-family: 'Work Sans Bold', sans-serif;
  font-weight: 700;
}
.side-panel .side-panel__link:hover .side-panel__list-title {
  color: #68161b;
}
.side-panel .side-panel__link:hover .side-panel__list-arrow {
  border-top-color: #1a1a1a;
  border-right-color: #1a1a1a;
}
.side-panel .side-panel__link:hover svg {
  fill: #68161b;
}
.side-panel input[type=text],
.side-panel input[type=password],
.side-panel input[type=tel] {
  width: 100%;
  height: 36px;
  margin-bottom: 1rem;
  border: 1px solid #CCCCCC;
  background: #ffffff;
  vertical-align: middle;
  font-size: 1.6em;
}
.side-panel--shadow {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
}
.side-panel .toggleVisibility input {
  margin-bottom: 0;
}
.side-panel .formSection:not(:first-child) {
  margin-top: 2rem;
}
.dashboard-header {
  display: flex;
  justify-content: space-between;
}
.dashboard-membercode {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  width: 42px;
}
.dashboard-membercode img {
  height: 32px;
  width: 32px;
}
.dashboard-scanbtn {
  margin-top: 2px;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  font-size: 10px;
}
.dashboard-body {
  margin-top: 20px;
}
.dashboard-card-buttons {
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}
.dashboard-card-button-info span {
  text-align: center;
  display: block;
}
.dashboard-message {
  margin-top: 20px;
  padding: 0 0 0 30px;
  line-height: 24px;
  background: url('/images/icon_expire.svg') no-repeat;
}
.dashboard-cardnumber {
  font-size: 16px;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.dashboard-cardLabel {
  font-size: 11px;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  color: var(--primary);
}
.dashboard-header-medium {
  overflow: hidden;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px;
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
  .dashboard-header-medium {
    max-width: 133px;
  }
}
@media only screen and (min-width:1200px) {
  .dashboard-header-medium {
    max-width: 200px;
  }
}
@media only screen and (max-width: 1200px) {
  .dashboard-header-medium {
    max-width: 143px;
  }
}
@media only screen and (max-width:767.98px) {
  .dashboard-header-medium {
    max-width: 212px;
  }
}
.dashboard-wrapper {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width:767.98px) {
  .dashboard-wrapper {
    border-radius: 0 0 calc( 4px * 3) calc( 4px * 3);
  }
}
@media only screen and (max-width:767.98px) {
  .dashboard-top-module {
    margin: -15px -15px 0;
  }
}
/* Panel Component (Content Module 2.0) */
.panel,
.panel-flex,
.panel-flex-gap-2 {
  color: var(--on-surface);
  background: var(--surface);
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  /*overflow:hidden;*/
}
.panel:before {
  display: table;
  content: "";
}
.panel:after {
  display: table;
  content: "";
  clear: both;
}
.panel.panel--transparent {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.panel.panel--short {
  padding: 10px 20px;
}
.panel-clear {
  border: none;
  box-shadow: none;
}
.panel-mobile {
  position: relative;
}
@media only screen and (max-width:767.98px) {
  .panel-mobile {
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
    margin: 0 -15px;
    padding: 0 20px 20px 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    background: #ffffff;
    /*overflow: hidden;*/
  }
}
@media only screen and (min-width:768px) {
  .panel-mobile .collapse {
    display: block;
    height: auto !important;
  }
}
.panel-bleed {
  padding: 0;
}
@media only screen and (max-width:767.98px) {
  .panel-bleed-mobile {
    padding: 0;
  }
}
@media only screen and (min-width:768px) {
  .panel-bleed-desktop {
    padding: 0;
  }
}
.panel .bottom {
  margin-bottom: 20px;
}
.collapsed .panel-closed {
  display: block;
}
.collapsed .panel-open {
  display: none;
}
.clicked .panel-closed {
  display: none;
}
.clicked .panel-open {
  display: block;
}
.panel-top {
  display: block;
  position: relative;
}
.panel-top:before {
  display: table;
  content: "";
}
.panel-top:after {
  display: table;
  content: "";
  clear: both;
}
a.panel-top {
  cursor: pointer;
}
.panel-image-side {
  width: 100%;
}
@media only screen and (max-width:767.98px) {
  .panel-image-side {
    max-width: 200px;
    margin: auto;
  }
}
@media only screen and (min-width:768px) {
  .panel-image-side {
    float: left;
    max-width: 200px;
    padding-right: 20px;
  }
}
.panel-top-main {
  width: 100%;
}
@media only screen and (min-width:768px) {
  .panel-top-main {
    float: right;
    max-width: calc(100% - 200px);
  }
}
.panel-headline {
  font-size: 2em;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  margin: 20px 0;
}
@media only screen and (max-width:767.98px) {
  .panel-headline {
    text-align: center;
  }
  .panel-headline.top {
    margin-top: 0;
    padding-top: 0;
  }
}
.panel-headline.top {
  margin-top: 0;
  padding-top: 0;
}
.panel-top-inline:before {
  display: table;
  content: "";
}
.panel-top-inline:after {
  display: table;
  content: "";
  clear: both;
}
.panel-top-inline .panel-headline {
  width: calc(100% - 30px);
  float: left;
}
@media only screen and (max-width:767.98px) {
  .panel-top-inline .panel-headline {
    text-align: left;
    margin: 0;
  }
}
.panel-body {
  font-size: 1.4em;
  padding: 0;
  margin: 20px 0;
}
.panel-top-body {
  font-size: 1.4em;
  padding: 0;
  margin: 20px 0;
}
@media only screen and (max-width:767.98px) {
  .panel-top-body {
    display: none;
  }
}
@media only screen and (min-width:1200px) {
  .panel-top-body {
    width: calc(100% - 150px);
  }
}
.panel-expand-cta {
  display: block;
}
@media only screen and (max-width:767.98px) {
  .panel-expand-cta {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width:768px) and (max-width:991.98px), only screen and (min-width:992px) and (max-width:1199.98px) {
  .panel-expand-cta {
    width: 100%;
    text-align: right;
  }
}
@media only screen and (min-width:1200px) {
  .panel-expand-cta {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.panel-top-inline .panel-expand-cta {
  width: 30px;
  float: right;
  padding-top: 4px;
  position: relative;
}
.panel-cta-label {
  font-size: 1.6em;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  color: var(--primary);
  padding-right: 10px;
}
.panel-cta-label:hover {
  color: var(--primary-darker);
}
.panel-bottom-full {
  width: 100%;
}
@media only screen and (min-width:992px) and (max-width:1199.98px), only screen and (min-width:1200px) {
  .panel-bottom-half {
    margin: 0 20px;
    max-width: calc(50% - 40px);
    float: left;
  }
}
.panel-bottom-heading {
  font-size: 1.6em;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  text-align: center;
  margin: 20px;
}
@media only screen and (min-width:768px) {
  .panel-bottom-heading {
    margin: 40px 20px 20px;
  }
}
@media only screen and (max-width:767.98px) {
  .panel-bottom-half .panel-bottom-heading {
    margin: 30px 0 15px;
  }
}
@media only screen and (max-width:767.98px), only screen and (min-width:768px) and (max-width:991.98px) {
  .panel-bottom-list {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width:992px) and (max-width:1199.98px), only screen and (min-width:1200px) {
  .panel-bottom-full .panel-bottom-list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    column-count: 2;
    -webkit-column-count: 2;
  }
  .panel-bottom-full .panel-bottom-list ul {
    padding: 0;
  }
}
.panel-divider {
  margin: 0 -20px;
}
.panel-flex-row {
  display: flex;
}
@media only screen and (max-width:767.98px), only screen and (min-width:768px) and (max-width:991.98px) {
  .panel-flex-row.flex-dmd {
    display: block;
  }
}
.panel-flex-wrap {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.panel-flex {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.panel-flex .panel-flex-bottom {
  margin-top: auto;
}
.panel-flex-gap-2 {
  flex-basis: calc(50% - 15px);
  margin-right: 30px;
}
.panel-flex-gap-2:nth-child(n+2) {
  margin-right: 0;
}
.panel-content-image {
  width: 25%;
  max-width: 150px;
  float: left;
  padding-right: 15px;
}
.panel-content-caption {
  width: 75%;
  float: left;
}
#account-body .contentMain input:not(.btn),
#account-body .contentMain select,
#account-body .contentMain .recurly-hosted-field {
  background: #fff;
  border: 1px #d0d0d0 solid;
  border-radius: 4px;
}
.payment-panel .payment-panel__details .form-group .form-control.input-validation-error,
.input-validation-error {
  margin-bottom: 5px;
  border: 1px solid #dd0000;
  background: #ffdddd;
  box-shadow: none;
}
.payment-panel .payment-panel__details .form-group .form-control.custom-validation-error,
.custom-validation-error {
  margin-bottom: 5px;
  border: 1px solid #dd0000;
  background: #ffdddd;
}
.payment-panel .payment-panel__details .form-group .field-validation-error,
.field-validation-error {
  font-size: 14px;
  font-family: 'Work Sans Semi-bold', sans-serif;
  font-weight: 600;
  color: var(--primary);
}
.form-control.form-control--phone {
  width: 100%;
  height: auto;
  padding: 0.6em;
  background: #fff;
  border: 1px #d0d0d0 solid;
  border-radius: 4px !important;
}
/*.fulfillment-option-container {
    max-width: 850px;
    margin: 0 auto 5rem;
}*/
.fulfillment-option {
  display: flex;
  align-items: center;
  border: 2px #E0E0E0 solid;
  border-radius: 8px;
  padding: 15px;
}
.fulfillment-option:not(.fulfillment-option--selected, .fulfillment-option--disabled) {
  cursor: pointer;
}
.fulfillment-option:not(.fulfillment-option--selected, .fulfillment-option--disabled) *:hover {
  cursor: pointer;
}
.fulfillment-option--selected {
  border-color: #dd0000;
  cursor: default;
}
.fulfillment-option--selected:hover:hover,
.fulfillment-option--selected *:hover {
  cursor: default;
}
.fulfillment-option--selected .fulfillment-option__icon svg {
  fill: #dd0000;
}
.fulfillment-option--selected .fulfillment-option__copy-heading {
  color: #dd0000;
}
.fulfillment-option--disabled {
  border: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.fulfillment-option--disabled:hover:hover,
.fulfillment-option--disabled *:hover {
  cursor: not-allowed;
}
.fulfillment-option--disabled .fulfillment-option__copy-heading {
  color: black;
}
.fulfillment-option--disabled .fulfillment-option__icon svg {
  fill: black;
}
.fulfillment-option__icon svg {
  max-width: 45px;
  max-height: 45px;
  fill: #1a1a1a;
}
.fulfillment-option__copy {
  padding-left: 25px;
}
.fulfillment-option__copy label {
  font-size: 14px;
}
.fulfillment-option-submit {
  max-width: 300px;
  margin: 0 auto;
}
.page-title-offset {
  height: 50px;
}
.page-title-offset.page-title-offset--tabs {
  height: 76px;
}
@media only screen and (max-width:767.98px) {
  .page-title-offset {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width:768px) {
  .page-title-offset {
    height: auto;
  }
}
.page-title-block {
  right: 0;
  left: 0;
  z-index: 1050;
  box-shadow: 0 -5px 20px #4c4c4c;
}
@media only screen and (max-width:767.98px) {
  .page-title-block.scrolling {
    position: absolute;
  }
}
@media only screen and (min-width:768px) {
  .page-title-block {
    position: relative;
    top: unset;
    right: unset;
    left: unset;
    box-shadow: none;
  }
}
.page-title-block.page-title-block--flex {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width:768px) {
  .page-title-block.page-title-block--flex {
    /*flex-wrap: nowrap;*/
  }
}
.page-title-block .nav-tabs {
  padding: 0;
  font-size: 14px;
  align-self: flex-end;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
@media only screen and (min-width:768px) {
  .page-title-block .nav-tabs {
    padding: 0 15px;
  }
}
.page-title-block .nav-tabs li {
  float: none;
  display: inline-block;
}
body.smartbanner--ios .page-title-block.smartbanner--ios {
  position: absolute;
}
/*header + #main + .page-title-offset .page-title-block {
    @media @mobile {
        top: 56px; // height of the navigation bar -1px for the container margin in bs
    }
}*/
.page-title {
  padding: 0;
  margin: 0;
  font-size: 2em;
  line-height: 2.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.page-title.page-title--tabs {
  flex-grow: 1;
}
@media only screen and (min-width:768px) {
  .page-title {
    padding: 0 15px;
    font-size: 3em;
  }
}
.tabbed-navigation-offset {
  height: 65px;
}
@media only screen and (min-width:768px) {
  .tabbed-navigation-offset {
    height: auto;
  }
}
@media only screen and (max-width:767.98px) {
  .tabbed-navigation-offset {
    position: sticky;
    z-index: 1000;
    top: 81.5px;
  }
}
.tabbed-navigation {
  padding: 0;
  z-index: 4;
  /*box-shadow: 0 -5px 20px #4c4c4c;*/
  background: #fafafa;
}
@media only screen and (max-width:767.98px) {
  .tabbed-navigation.scrolling {
    position: absolute;
  }
}
@media only screen and (min-width:768px) {
  .tabbed-navigation {
    position: relative;
    padding: 0 15px;
    display: flex;
    justify-content: flex-end;
  }
}
body.smartbanner--ios .tabbed-navigation.smartbanner--ios {
  position: absolute;
}
.nav-scrolling {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}
.nav-scrolling > li {
  padding: 0 15px;
}
.nav-scrolling > li.active > a,
.nav-scrolling > li.active > a:hover,
.nav-scrolling > li.active > a:focus {
  background: none;
  border-color: #dd0000;
  color: #dd0000;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.nav-scrolling > li + li {
  margin-left: 0;
}
.nav-scrolling > li > a {
  padding: 0 0 5px;
  white-space: nowrap;
  border: solid transparent;
  border-width: 0 0 3px;
  border-radius: 0;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  color: #1a1a1a;
}
.nav-scrolling > li > a:hover,
.nav-scrolling > li > a:focus {
  background: none;
  border-color: #ddd;
  border-color: #8E8E93;
}
@media only screen and (max-width:767.98px) {
  .nav-scrolling > li {
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width:767.98px) {
  .nav-scrolling {
    padding-top: 2rem;
  }
}
/* Refactor the bottom sheet modal from concessions to have reusable styles here */
.modal {
  z-index: 9999;
}
.modal.fade .modal-dialog {
  top: 50%;
  transform: translate(0, -75%);
}
.modal.in .modal-dialog {
  transform: translate(0, -50%);
}
.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog,
.modal.modal-full-screen .modal-dialog {
  /*@media @mobile {*/
  top: unset;
  transform: translate(0, 0);
  /*}*/
}
@media only screen and (max-width:767.98px) {
  .modal.fade.fade-left.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media only screen and (max-width:767.98px) {
  .modal.fade.fade-left .modal-dialog {
    -webkit-transform: translate(25%, 0);
    -ms-transform: translate(25%, 0);
    -o-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
}
@media only screen and (max-width:767.98px) {
  .modal.fade.fade-right.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media only screen and (max-width:767.98px) {
  .modal.fade.fade-right .modal-dialog {
    -webkit-transform: translate(-25%, 0);
    -ms-transform: translate(-25%, 0);
    -o-transform: translate(-25%, 0);
    transform: translate(-25%, 0);
  }
}
@media only screen and (max-width:767.98px) {
  .modal.fade.fade-bottom.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media only screen and (max-width:767.98px) {
  .modal.fade.fade-bottom .modal-dialog {
    -webkit-transform: translate(0, 25%);
    -ms-transform: translate(0, 25%);
    -o-transform: translate(0, 25%);
    transform: translate(0, 25%);
  }
}
@media only screen and (max-width:767.98px) {
  .modal.modal-top .modal-dialog {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width:767.98px) {
  .modal.modal-top .modal-dialog .modal-content {
    border: none;
    border-radius: 0 0 calc( 4px * 2) calc( 4px * 2);
  }
}
@media only screen and (max-width:767.98px) {
  .modal.modal-bottom .modal-dialog {
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width:767.98px) {
  .modal.modal-bottom .modal-dialog .modal-content {
    border: none;
    border-radius: calc( 4px * 2) calc( 4px * 2) 0 0;
  }
}
.modal.modal-center .modal-dialog {
  /*left: 50%;*/
  top: 50%;
  /*transform: translate(-50%, -50%);*/
  transform: translate(0, -50%);
}
@media only screen and (max-width:767.98px) {
  .modal.modal-center .modal-dialog {
    /*transform: translate(calc(-50% - 10px), -50%);*/
  }
}
@media only screen and (max-width:767.98px) {
  .modal.modal-full-screen .modal-dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width:767.98px) {
  .modal.modal-full-screen .modal-dialog .modal-content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    border: none;
    border-radius: 0;
  }
}
@media only screen and (min-width:768px) {
  .modal-sm {
    width: 420px;
    max-width: 420px;
  }
}
@media only screen and (min-width:768px) {
  .modal-md {
    width: 728px;
    max-width: 728px;
  }
}
.modal-content {
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 1rem;
}
@media only screen and (max-width:767.98px) {
  .modal-content {
    max-height: calc(100vh - 30px);
    /* Minus height of location bar */
  }
}
@supports (-webkit-touch-callout: none) {
  .modal-content {
    max-height: calc(100vh - 30px);
    /* Minus height of location bar */
  }
}
.modal-header {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  border: none;
  padding-bottom: 0;
}
.modal-header .modal-title {
  flex-grow: 1;
  align-self: center;
  line-height: 1.1;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.modal-header .close {
  padding: 5px;
  margin: 0 0 0 20px;
}
.modal-body {
  padding: 20px;
}
.modal-body video {
  width: 100%;
}
.modal-body video span {
  margin-top: -15px;
}
.modal-body.embeddedPlayer {
  position: relative;
  padding: 56.25% 0 0 0;
  height: 0;
}
.modal-body.embeddedPlayer iframe {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
}
.modal-body .modal-body__image {
  display: block;
  margin: 0 auto;
  max-width: 120px;
  height: auto;
}
.modal-footer {
  border: none;
}
.modal-footer.text-left {
  text-align: left;
}
.modal-footer.text-center {
  text-align: center;
}
.modal-backdrop {
  z-index: 4040;
}
.modal-image-wrapper {
  border-radius: 0 0 calc( 4px * 2) calc( 4px * 2);
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .startingSoonAt {
    display: block;
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
  }
}
@media only screen and (max-width: 991px) {
  .showtimeOnModal:nth-child(3n+1) {
    padding-right: 5px;
  }
  .showtimeOnModal:nth-child(3n+2) {
    padding-right: 10px;
    padding-left: 10px;
  }
  .showtimeOnModal:nth-child(3n+3) {
    padding-left: 5px;
  }
  .showtimeOnModal {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .showtimeOnModal:nth-child(6) {
    display: none;
  }
}
.trailer-modal-title {
  display: block;
}
.trailer-modal-title:hover {
  cursor: pointer;
}
.card__movie .movie-poster {
  position: relative;
  border-radius: calc( 4px * 2);
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
}
.card__movie .movie-poster .movie-poster-image {
  border-radius: calc( 4px * 2);
  overflow: hidden;
}
.card__movie .movie-title {
  padding: 5px 0;
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  color: var(--on-surface);
  display: block;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width:768px) {
  .card__movie .movie-title {
    font-size: 16px;
    line-height: 24px;
  }
}
.card__movie .play-trailer {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1020;
  padding: 0;
  margin: 0;
  width: 30%;
  min-width: 48px;
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out;
  transform: translate(-50%, -50%);
}
.card__movie .play-trailer:hover,
.card__movie .play-trailer:focus {
  opacity: 1;
}
.card__movie .advanced-tickets a {
  display: block;
  padding: 5px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  text-align: center;
  color: var(--primary);
  background: var(--surface);
  border-top-left-radius: calc( 4px * 2);
  border-top-right-radius: calc( 4px * 2);
}
@media only screen and (min-width:768px) {
  .card__movie .advanced-tickets a {
    line-height: 24px;
  }
}
.carousel--advanced-tickets .card__movie:not(.card__movie--advanced-tickets) {
  margin-top: 34px;
}
.movie-card {
  position: relative;
}
.movie-card .play-trailer {
  position: absolute;
  top: calc((100% - 78px) * 0.5);
  left: 50%;
  z-index: 1020;
  padding: 0;
  margin: 0;
  width: 30%;
  min-width: 48px;
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out;
  transform: translate(-50%, -50%);
}
.movie-card .play-trailer:hover,
.movie-card .play-trailer:focus {
  opacity: 1;
}
.movie-card .movie-poster {
  display: block;
  position: relative;
  z-index: 1000;
}
.movie-card .movie-poster .movie-poster-modifier {
  position: relative;
  z-index: 1010;
  padding: 0.25em;
  margin: -28px 0 0;
  background: var(--primary);
  color: #ffffff;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}
@media only screen and (min-width:1200px) {
  .movie-card .movie-poster .movie-poster-modifier {
    font-size: 16px;
  }
}
.movie-card .movie-poster .title {
  padding: 0.5em;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
}
.movie-card .movie-poster .tickets {
  background: rgba(0, 0, 0, 0.08);
  text-align: center;
  display: block;
  padding: 0.5em;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  transition: background 0.2s ease-in-out;
}
.movie-card .movie-poster .tickets:hover {
  background: rgba(0, 0, 0, 0.2);
}
.theater-heading {
  padding: 0 !important;
}
.theater-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  margin: 0 0 20px;
}
.theater-list .theater-item {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width:768px) {
  .theater-list .theater-item {
    flex: 50%;
    max-width: calc(50% - 10px);
  }
}
.theater-item {
  border-radius: calc( 4px * 2);
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0px;
  background: var(--pill-bg);
  overflow: hidden;
  width: 100%;
}
.theater-item .favToggle {
  position: relative;
  z-index: 1000;
  cursor: pointer;
}
.theater-item h3 {
  margin-top: 0;
}
.theater-item .theater-item__info {
  padding: 20px;
}
.theater-item .theater-item__info h3 {
  display: block;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.theater-item .theater-item__info .theater-item__address-info {
  display: flex;
  gap: 15px;
  align-items: center;
}
.theater-item .theater-item__info .theater-item__address-info .svg {
  max-height: 16px;
  max-width: 16px;
}
.theater-item .theater-item__amenities-heading {
  font-size: 14px;
  line-height: 21px;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  border-top: 1px #E6E6E6 solid;
  padding-top: 10px;
}
.theater-item .theater-item__amenities-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.theater-item .theater-item__amenities-list li {
  max-width: 60px;
  width: 60px;
}
.theater-item .theater-item__amenity-icon {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.theater-item .theater-item__amenity-name {
  font-size: 10px;
  display: block;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.theater-footer {
  margin: 0 0 20px 0 !important;
}
.btn-row {
  display: flex;
  justify-content: space-between;
}
.btn-row .btn-row-item {
  width: 100%;
}
.btn-row .btn-row-item + .btn-row-item {
  margin-left: 15px;
}
@media only screen and (max-width:369.98px), only screen and (min-width:370px) and (max-width:450.98px) {
  .btn-row {
    flex-direction: column;
  }
  .btn-row .btn-row-item + .btn-row-item {
    margin-top: 15px;
    margin-left: 0;
  }
  .btn-row.btn-row-reverse {
    flex-direction: column-reverse;
  }
  .btn-row.btn-row-reverse .btn-row-item {
    margin-top: 15px;
  }
  .btn-row.btn-row-reverse .btn-row-item + .btn-row-item {
    margin: 0;
  }
}
.btn,
.cnkBtnCTA,
.cnkBtnPrim,
.cnkBtnStd {
  font-size: 1.6em;
  padding: 1rem 2rem;
  /*margin: 1em 0;*/
  border-radius: 24px;
}
@media only screen and (max-width:369.98px) {
  .btn:not(.btn-link) {
    display: block;
    width: 100%;
  }
  .btn:not(.btn-link) + .btn:not(.btn-link) {
    margin-top: 15px;
    margin-left: 0;
  }
}
.btn.full-width {
  margin-left: 0;
  margin-right: 0;
}
.btn.btn-wrap {
  white-space: normal;
}
.btn.disabled,
.btn[disabled] {
  color: var(--surface);
  background: #8E8E93;
  border: 2px solid #8E8E93;
}
.btn[hidden] {
  display: none;
}
.btn-primary,
.cnkBtnCTA,
.cnkBtnPrim,
.cnkBtnStd {
  background: var(--primary);
  color: var(--on-primary);
  border: 2px solid var(--primary);
  font-family: 'Work Sans Semi-bold', sans-serif;
  font-weight: 600;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: var(--primary-darker);
  border: 2px solid var(--primary-darker);
}
.btn-primary.disabled,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
  background: #8E8E93;
  border: 2px solid #8E8E93;
}
.btn-primary[hidden] {
  display: none;
}
.btn-default {
  background: var(--on-primary);
  border: 2px solid var(--primary);
  color: var(--primary);
  font-family: 'Work Sans Semi-bold', sans-serif;
  font-weight: 600;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  border: 2px solid var(--primary-darker);
  color: var(--primary-darker);
  background: var(--on-primary);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-on-dark {
  color: var(--on-secondary);
  border: 2px solid var(--on-secondary);
  background: var(--secondary-darker);
  font-family: 'Work Sans Semi-bold', sans-serif;
  font-weight: 600;
}
.btn-on-dark svg {
  fill: var(--on-secondary);
}
.btn-on-dark:hover,
.btn-on-dark:focus,
.btn-on-dark:active {
  color: var(--on-secondary-subtle);
  border: 2px solid var(--on-secondary-subtle);
  background: var(--secondary-lighter);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-on-dark:hover svg,
.btn-on-dark:focus svg,
.btn-on-dark:active svg {
  fill: var(--on-secondary-subtle);
}
.btn-link {
  color: var(--primary);
  font-size: 1.4em;
  font-family: 'Work Sans Semi-bold', sans-serif;
  font-weight: 600;
  text-decoration: none;
  margin: 0;
  display: inline-block;
}
.btn-link.btn-text-md {
  font-size: 1.6em;
}
.btn-link:hover,
.btn-link:focus {
  color: var(--primary-darker);
  text-decoration: none;
}
.btn-link[disabled] {
  color: inherit;
  background: none;
  border-width: 1px;
  border-color: transparent;
}
.btn-text {
  color: var(--primary);
  font-family: 'Work Sans Semi-bold', sans-serif;
  font-weight: 600;
  text-decoration: none;
  margin: 15px 0 0;
  padding: 0;
  display: inline-block;
  background: none;
}
.btn-text:hover,
.btn-text:focus,
.btn-text:active {
  color: var(--primary-darker);
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 14px;
}
.btn-sm {
  padding: 0.5rem 1rem;
}
.btn-lg {
  padding: 1.5rem 3rem;
}
.btn-condensed {
  letter-spacing: -0.1rem;
}
.btn:not(.btn-block):not(.btn-row-item) + .btn:not(.btn-block):not(.btn-row-item) {
  margin-left: 15px;
}
@media only screen and (max-width:369.98px) {
  .btn:not(.btn-block):not(.btn-row-item) + .btn:not(.btn-block):not(.btn-row-item) {
    /*margin-top: 15px;*/
    margin-left: 0;
  }
}
@media only screen and (max-width:369.98px) {
  div::not(.btn-row) .btn:not(.btn-block) + .btn:not(.btn-block) {
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }
}
.btn-block + .btn-block {
  margin-top: 15px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 3px solid black;
  outline-offset: 2px;
}
.cnkBtnCTA,
.cnkBtnPrim,
.cnkBtnStd {
  display: inline-block;
  margin-top: 10px;
  border: 2px solid #dd0000;
}
.cnkBtnCTA:hover,
.cnkBtnPrim:hover,
.cnkBtnStd:hover,
.cnkBtnCTA:focus,
.cnkBtnPrim:focus,
.cnkBtnStd:focus,
.cnkBtnCTA:active,
.cnkBtnPrim:active,
.cnkBtnStd:active,
.cnkBtnCTA.disabled:hover,
.cnkBtnPrim.disabled:hover,
.cnkBtnStd.disabled:hover,
.cnkBtnCTA.disabled:focus,
.cnkBtnPrim.disabled:focus,
.cnkBtnStd.disabled:focus,
.cnkBtnCTA.disabled:active,
.cnkBtnPrim.disabled:active,
.cnkBtnStd.disabled:active {
  color: #ffffff;
  background: var(--primary-darker);
  border: 2px solid var(--primary-darker);
}
/* TO-DO: Check if we can remove this line of styling */
.ulinepad > .btn {
  margin-bottom: 1em;
}
.btn-applepay {
  margin: 20px 0;
  padding: 5px 0 0;
  background: var(--surface);
  border-color: var(--secondary-darker);
  border-width: 1px;
}
/* Cinemark Custom radio button styling */
.radio-buttons input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio-buttons input[type="radio"] + label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.radio-buttons input[type="radio"] + label.label-extended {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-top: 8px;
}
.radio-buttons input[type="radio"] + label.label-extended .label-extended-header,
.radio-buttons input[type="radio"] + label.label-extended .label-extended-header p {
  margin-bottom: 8px;
  font-size: 1.1em;
}
.radio-buttons input[type="radio"] + label.label-extended .label-extended-header-only p {
  font-size: 0.9em;
}
.radio-buttons input[type="radio"] + label.label-extended .label-extended-paragraph,
.radio-buttons input[type="radio"] + label.label-extended .label-extended-paragraph p {
  font-size: 0.75em;
}
.radio-buttons input[type="radio"] + label.label-extended div {
  width: 100%;
}
.radio-buttons input[type="radio"] + label.label-extended div .label-extended-header + p {
  font-size: 0.75em;
}
.radio-buttons input[type="radio"] + label.label-extended:before {
  top: 0.25rem;
  margin-right: 1.5rem;
}
.radio-buttons input[type="radio"] + label:before {
  content: '';
  position: relative;
  top: 0;
  margin: 0 10px 0 0;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  text-align: center;
  border: 2px solid #dd0000;
  border-radius: 50%;
  transition: all 250ms ease;
  display: inline-block;
  cursor: pointer;
}
.radio-buttons input[type="radio"]:checked + label:before {
  background-color: #dd0000;
  box-shadow: inset 0 0 0 3px #ffffff;
}
.radio-buttons input[type="radio"]:focus + label:before {
  outline: -webkit-focus-ring-color auto 1px;
}
.radio-buttons input[type="radio"][disabled] + label {
  color: rgba(0, 0, 0, 0.5);
}
.radio-buttons input[type="radio"][disabled] + label:before {
  border: 2px solid #8E8E93;
  cursor: not-allowed;
}
.radio-buttons input[type="radio"][disabled]:checked + label:before {
  background-color: #8E8E93;
  box-shadow: inset 0 0 0 3px #ffffff;
}
.express-checkout {
  display: flex;
  gap: 20px;
  justify-content: center;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 20px;
}
.express-checkout .express-checkout__express .label-hint,
.express-checkout .express-checkout__standard .label-hint {
  padding-left: 30px;
}
.express-checkout label {
  font-size: 18px;
  font-family: 'Work Sans Bold', sans-serif;
}
.express-checkout .header-selection {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width:767.98px) {
  .express-checkout .header-selection {
    grid-template-columns: repeat(1, 1fr);
  }
}
.express-checkout .express-checkout__concessions {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.ticketSelectorHeader {
  padding-bottom: 15px;
}
.ticketSelectorHeader--expressCheckout {
  padding-bottom: 0;
}
.ticketSelectorHeader__price {
  padding-bottom: 15px;
  font-size: 20px;
  text-align: center;
}
.ticketSelectorHeader__price-heading {
  font-family: 'Work Sans Bold', sans-serif;
}
.ticketSelectorHeader__price-total {
  font-family: 'Work Sans Bold', sans-serif;
}
.ticketSelectorFooter {
  margin-bottom: 15px;
  padding-top: 15px;
  font-size: 16px;
  /*font-family: @fontbold;*/
  text-align: center;
}
.expressCheckoutHeading {
  text-align: center;
}
.expressCheckoutHeading h3 {
  display: inline-block;
  margin-right: 12px;
  font-size: 18px;
  font-family: 'Work Sans Bold', sans-serif;
}
.expressCheckoutHeading .edit-ticket-item {
  display: inline-block;
  max-width: 24px;
  max-height: 24px;
  padding-left: 10px;
  transform: translateX(-2px);
}
.expressCheckoutHeading .edit-ticket-item .svgIconMd {
  max-width: 24px;
  max-height: 24px;
}
.quick-reorder-items p {
  font-size: 16px;
}
.quick-reorder-items__actions {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  max-width: 300px;
  margin: 0 auto;
}
.quick-reorder-items__actions button {
  margin-bottom: 10px;
}
/* Cinemark Custom checkbox styling */
.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.custom-checkbox input[type="checkbox"] ~ label {
  position: relative;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.custom-checkbox input[type="checkbox"] ~ label:before {
  content: '';
  position: relative;
  top: 0;
  margin: 0 15px 0 0;
  height: 22px;
  min-height: 22px;
  width: 22px;
  min-width: 22px;
  text-align: center;
  border: 2px solid #dd0000;
  border-radius: 4px;
  transition: all 250ms ease;
  display: inline-block;
  cursor: pointer;
}
.custom-checkbox input[type="checkbox"] ~ label.default-font-size p {
  font-size: 1em;
}
.custom-checkbox input[type="checkbox"]:checked ~ label:before {
  background-color: #dd0000;
}
.custom-checkbox input[type="checkbox"]:checked ~ label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 7px;
  display: inline-block;
  transform: rotate(45deg);
  height: 16px;
  width: 8px;
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}
.custom-checkbox input[type="checkbox"]:focus ~ label:before {
  outline: -webkit-focus-ring-color auto 1px;
}
.custom-checkbox input[type="checkbox"][disabled] ~ label {
  color: var(--grey-700);
}
.custom-checkbox input[type="checkbox"][disabled] ~ label:before {
  border: 2px solid var(--grey-400);
  cursor: not-allowed;
}
.custom-checkbox input[type="checkbox"][disabled]:checked ~ label:before {
  background-color: var(--grey-400);
}
.custom-checkbox.custom-checkbox--dashed input[type="checkbox"]:checked ~ label:before {
  background-color: #dd0000;
}
.custom-checkbox.custom-checkbox--dashed input[type="checkbox"]:checked ~ label:after {
  content: '';
  color: #ffffff;
  position: absolute;
  left: 4px;
  display: inline-block;
  height: 12px;
  width: 13px;
  border-bottom: 3px solid #ffffff;
  border-right: none;
  transform: rotate(0deg);
}
.attribute-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.attribute-list__item {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 16px 0 0;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
}
.attribute-list__item:last-child {
  margin-right: 0;
}
.attribute-list__item.attribute-list__item--large {
  margin: 0 20px 0 0;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px;
  line-height: 21px;
  color: var(--on-surface);
}
@media only screen and (min-width:768px) {
  .attribute-list__item.attribute-list__item--large {
    margin: 0 30px 0 0;
  }
}
.attribute-list__item a {
  display: inline-block;
  color: #666666;
}
.attribute-list__item a[data-content-id="0"]:hover {
  cursor: default;
}
.print-type-list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.print-type-list__item {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 20px 0 0;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px;
  line-height: 21px;
  /*> img, > a > img {
        padding: .25em 0;
        margin: .25em 1em .25em 0;

        @media print {
            padding: 0;
            margin: 0 1em 0 0;
        }
    }*/
}
.print-type-list__item:last-child {
  margin-right: 0;
}
@media only screen and (min-width:768px) {
  .print-type-list__item {
    margin: 0 30px 0 0;
  }
}
.print-type-list__item a {
  display: inline-block;
}
.movie-attribute-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.movie-attribute-list__item {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 16px 0 0;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
  /*> img, > a > img {
        padding: .25em 0;
        margin: .25em 1em .25em 0;

        @media print {
            padding: 0;
            margin: 0 1em 0 0;
        }
    }*/
}
.movie-attribute-list__item a {
  display: inline-block;
  color: #666666;
}
/* Sizing all the PrintType and Movie Attribute logos */
.attribute-list__item .xd,
.print-type-list__item .xd,
.movie-attribute-list__item .xd,
.attribute-list__item .cinemarkxd,
.print-type-list__item .cinemarkxd,
.movie-attribute-list__item .cinemarkxd {
  height: 30px;
}
@media print {
  .attribute-list__item .xd,
  .print-type-list__item .xd,
  .movie-attribute-list__item .xd,
  .attribute-list__item .cinemarkxd,
  .print-type-list__item .cinemarkxd,
  .movie-attribute-list__item .cinemarkxd {
    height: 14px;
  }
}
.attribute-list__item .imax,
.print-type-list__item .imax,
.movie-attribute-list__item .imax {
  height: 17px;
}
@media print {
  .attribute-list__item .imax,
  .print-type-list__item .imax,
  .movie-attribute-list__item .imax {
    height: 9px;
  }
}
.attribute-list__item .imax2d,
.print-type-list__item .imax2d,
.movie-attribute-list__item .imax2d {
  height: 17px;
}
@media print {
  .attribute-list__item .imax2d,
  .print-type-list__item .imax2d,
  .movie-attribute-list__item .imax2d {
    height: 9px;
  }
}
.attribute-list__item .imax3d,
.print-type-list__item .imax3d,
.movie-attribute-list__item .imax3d {
  height: 17px;
}
@media print {
  .attribute-list__item .imax3d,
  .print-type-list__item .imax3d,
  .movie-attribute-list__item .imax3d {
    height: 9px;
  }
}
.attribute-list__item .imax70mm,
.print-type-list__item .imax70mm,
.movie-attribute-list__item .imax70mm,
.attribute-list__item .Imax70mm,
.print-type-list__item .Imax70mm,
.movie-attribute-list__item .Imax70mm,
.attribute-list__item .\37 0mm,
.print-type-list__item .\37 0mm,
.movie-attribute-list__item .\37 0mm {
  height: 20px;
}
@media print {
  .attribute-list__item .imax70mm,
  .print-type-list__item .imax70mm,
  .movie-attribute-list__item .imax70mm,
  .attribute-list__item .Imax70mm,
  .print-type-list__item .Imax70mm,
  .movie-attribute-list__item .Imax70mm,
  .attribute-list__item .\37 0mm,
  .print-type-list__item .\37 0mm,
  .movie-attribute-list__item .\37 0mm {
    height: 10px;
  }
}
.attribute-list__item .imaxhfr,
.print-type-list__item .imaxhfr,
.movie-attribute-list__item .imaxhfr {
  height: 17px;
}
@media print {
  .attribute-list__item .imaxhfr,
  .print-type-list__item .imaxhfr,
  .movie-attribute-list__item .imaxhfr {
    height: 9px;
  }
}
.attribute-list__item .imaxsneak,
.print-type-list__item .imaxsneak,
.movie-attribute-list__item .imaxsneak {
  height: 17px;
}
@media print {
  .attribute-list__item .imaxsneak,
  .print-type-list__item .imaxsneak,
  .movie-attribute-list__item .imaxsneak {
    height: 9px;
  }
}
.attribute-list__item .reald3d,
.print-type-list__item .reald3d,
.movie-attribute-list__item .reald3d {
  height: 20px;
}
@media print {
  .attribute-list__item .reald3d,
  .print-type-list__item .reald3d,
  .movie-attribute-list__item .reald3d {
    height: 10px;
  }
}
.attribute-list__item .dolbyatmos,
.print-type-list__item .dolbyatmos,
.movie-attribute-list__item .dolbyatmos {
  height: 22px;
}
@media print {
  .attribute-list__item .dolbyatmos,
  .print-type-list__item .dolbyatmos,
  .movie-attribute-list__item .dolbyatmos {
    height: 13px;
  }
}
.attribute-list__item .luxuryloungers,
.print-type-list__item .luxuryloungers,
.movie-attribute-list__item .luxuryloungers {
  height: 26px;
}
@media print {
  .attribute-list__item .luxuryloungers,
  .print-type-list__item .luxuryloungers,
  .movie-attribute-list__item .luxuryloungers {
    height: 13px;
  }
}
.attribute-list__item .d-box,
.print-type-list__item .d-box,
.movie-attribute-list__item .d-box {
  height: 24px;
}
@media print {
  .attribute-list__item .d-box,
  .print-type-list__item .d-box,
  .movie-attribute-list__item .d-box {
    height: 12px;
  }
}
.attribute-list__item .d-box-some-seats,
.print-type-list__item .d-box-some-seats,
.movie-attribute-list__item .d-box-some-seats,
.attribute-list__item .d-boxsomeseats,
.print-type-list__item .d-boxsomeseats,
.movie-attribute-list__item .d-boxsomeseats {
  height: 28px;
}
@media print {
  .attribute-list__item .d-box-some-seats,
  .print-type-list__item .d-box-some-seats,
  .movie-attribute-list__item .d-box-some-seats,
  .attribute-list__item .d-boxsomeseats,
  .print-type-list__item .d-boxsomeseats,
  .movie-attribute-list__item .d-boxsomeseats {
    height: 14px;
  }
}
.attribute-list__item .hfr,
.print-type-list__item .hfr,
.movie-attribute-list__item .hfr {
  height: 16px;
}
@media print {
  .attribute-list__item .hfr,
  .print-type-list__item .hfr,
  .movie-attribute-list__item .hfr {
    height: 8px;
  }
}
.attribute-list__item .ultra3d,
.print-type-list__item .ultra3d,
.movie-attribute-list__item .ultra3d {
  height: 14px;
}
.attribute-list__item .aurosound,
.print-type-list__item .aurosound,
.movie-attribute-list__item .aurosound {
  height: 36px;
}
@media print {
  .attribute-list__item .aurosound,
  .print-type-list__item .aurosound,
  .movie-attribute-list__item .aurosound {
    height: 14px;
  }
}
.attribute-list__item .disneyscreen,
.print-type-list__item .disneyscreen,
.movie-attribute-list__item .disneyscreen {
  height: 28px;
}
@media print {
  .attribute-list__item .disneyscreen,
  .print-type-list__item .disneyscreen,
  .movie-attribute-list__item .disneyscreen {
    height: 14px;
  }
}
.attribute-list__item .campcinemark,
.print-type-list__item .campcinemark,
.movie-attribute-list__item .campcinemark {
  height: 28px;
}
@media print {
  .attribute-list__item .campcinemark,
  .print-type-list__item .campcinemark,
  .movie-attribute-list__item .campcinemark {
    height: 14px;
  }
}
.attribute-list__item .reservelevel,
.print-type-list__item .reservelevel,
.movie-attribute-list__item .reservelevel {
  height: 22px;
}
@media print {
  .attribute-list__item .reservelevel,
  .print-type-list__item .reservelevel,
  .movie-attribute-list__item .reservelevel {
    height: 11px;
  }
}
.attribute-list__item .access,
.print-type-list__item .access,
.movie-attribute-list__item .access {
  height: 20px;
}
@media print {
  .attribute-list__item .access,
  .print-type-list__item .access,
  .movie-attribute-list__item .access {
    height: 10px;
  }
}
.attribute-list__item .loveseat,
.print-type-list__item .loveseat,
.movie-attribute-list__item .loveseat {
  height: 35px;
}
@media print {
  .attribute-list__item .loveseat,
  .print-type-list__item .loveseat,
  .movie-attribute-list__item .loveseat {
    height: 15px;
  }
}
.attribute-list__item--heading .attribute-list__item {
  font-size: 16px;
}
.carousel-container {
  position: relative;
  /*padding: 0;*/
  /*margin: 0;*/
}
.carousel-container--hero {
  margin-top: 30px;
}
@media only screen and (min-width:768px) {
  .carousel-container--hero {
    padding: 0 30px;
  }
}
.carousel-container--hero .carousel__item {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-bottom: 8px;
}
.carousel-container--hero .carousel__item.item-visible {
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.08);
}
.carousel-container--hero .carousel__item.item-visible:last-of-type {
  box-shadow: -3px 3px 6px 0px rgba(0, 0, 0, 0.08);
}
.carousel {
  display: flex;
  align-items: flex-start;
  padding: 0;
  margin: 0 0 20px;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 0;
  gap: 15px;
  -webkit-overflow-scrolling: touch;
  list-style: none;
}
.carousel.carousel--hero {
  padding: 0 15px;
  margin: 30px 0;
  scroll-padding-left: 30px;
}
@media only screen and (min-width:768px) {
  .carousel.carousel--hero {
    padding: 0;
    scroll-padding-left: 0;
    gap: 20px;
  }
}
.carousel.carousel--showdates {
  padding-right: 20px;
  gap: 20px;
}
.carousel.carousel--fec-amenities {
  margin: 0;
  gap: 30px;
}
@media only screen and (min-width:768px) {
  .carousel.carousel--fec-amenities {
    gap: 60px;
  }
}
.carousel.carousel--fec-amenities-xl {
  padding: 6em 0;
}
.carousel.carousel--food-drink {
  gap: 10px;
}
@media only screen and (min-width:768px) {
  .carousel.carousel--food-drink {
    gap: 30px;
  }
}
@media only screen and (max-width:767.98px) {
  .carousel--full-width-mobile {
    scroll-padding-left: 30px;
  }
  .carousel--full-width-mobile .carousel__item.carousel__item--banner {
    flex-basis: calc(100% - 60px);
  }
  .carousel--full-width-mobile li:first-child {
    margin-left: 15px;
  }
  .carousel--full-width-mobile li:last-child {
    margin-right: 15px;
  }
  .carousel--full-width-mobile.carousel--posters {
    scroll-padding: 40px;
  }
  .carousel--full-width-mobile.carousel--posters li {
    flex-basis: calc(50% - 50px);
  }
}
/* Hide scrollbar for Webkit browsers */
.carousel::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.carousel {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.carousel__item {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  scroll-snap-align: start;
}
.carousel__item.carousel__item--banner {
  display: flex;
  flex: 0 0 calc(100% - 30px);
  align-self: stretch;
}
.carousel__item.carousel__item--banner .banner {
  flex-basis: 100%;
}
@media only screen and (min-width:768px) {
  .carousel__item.carousel__item--banner {
    flex: 0 0 calc(100% - 60px);
  }
}
.carousel__item.carousel__item--banner.carousel__item--banner-full-width {
  flex: 0 0 100%;
}
.carousel__item.carousel__item--showdate {
  text-align: center;
}
.carousel__item.carousel__item--showdate .showdate-link {
  display: block;
  text-align: center;
  min-width: 40px;
  max-height: 50px;
  height: 50px;
  border-bottom: 4px solid transparent;
  color: inherit;
}
.carousel__item.carousel__item--showdate .showdate-link .showdate-day {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px;
  line-height: 24px;
}
.carousel__item.carousel__item--showdate .showdate-link .showdate-day.showdate-day--today {
  line-height: 46px;
}
.carousel__item.carousel__item--showdate .showdate-link .showdate-date {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.carousel__item.carousel__item--showdate.item-selected .showdate-link {
  color: var(--primary);
  border-bottom: 4px solid var(--primary);
}
.carousel__item.carousel__item--movie {
  flex: 0 0 calc(50% - 20px);
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
  .carousel__item.carousel__item--movie {
    flex: 0 0 calc(33% - 20px);
  }
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
  .carousel__item.carousel__item--movie {
    flex: 0 0 calc(25% - 20px);
  }
}
@media only screen and (min-width:1200px) {
  .carousel__item.carousel__item--movie {
    flex: 0 0 250px;
  }
}
.carousel__item.carousel__item--movie .movie-poster-image {
  width: 100%;
}
.carousel__item .movie-title {
  font-size: 16px;
}
.carousel__item .movie-title .movie-link {
  display: block;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.carousel__item.carousel__item--theater {
  flex: 0 0 90%;
  min-width: 0;
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
  .carousel__item.carousel__item--theater {
    flex: 0 0 calc(50% - 30px);
  }
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
  .carousel__item.carousel__item--theater {
    flex: 0 0 calc(33% - 30px);
  }
}
@media only screen and (min-width:1200px) {
  .carousel__item.carousel__item--theater {
    flex: 0 0 calc(25% - 30px);
  }
}
.carousel__item.carousel__item--theater.carousel__item--single-theater {
  flex: 0 0 calc(100%);
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
  .carousel__item.carousel__item--theater.carousel__item--single-theater {
    flex: 0 0 calc(50%);
  }
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
  .carousel__item.carousel__item--theater.carousel__item--single-theater {
    flex: 0 0 calc(33%);
  }
}
@media only screen and (min-width:1200px) {
  .carousel__item.carousel__item--theater.carousel__item--single-theater {
    flex: 0 0 calc(25%);
  }
}
.carousel__item.carousel__item--view-more {
  align-self: stretch;
  /*min-height: 100%;*/
}
.carousel__item.carousel__item--view-more a {
  display: flex;
  align-items: center;
  min-height: 100%;
  min-width: 195px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  border-radius: 4px;
  border: 1px solid var(--grey-200);
  color: var(--primary);
}
.carousel__item.carousel__item--view-more a:hover {
  color: var(--primary-darker);
}
.carousel__item.carousel__item--view-more a span {
  flex-grow: 1;
  white-space: nowrap;
}
.carousel__item.carousel__item--concession-combo {
  align-self: stretch;
  flex: 0 0 100%;
}
@media only screen and (min-width:451px) and (max-width:767.98px), only screen and (min-width:768px) {
  .carousel__item.carousel__item--concession-combo {
    flex: 0 0 400px;
  }
}
.carousel__item.carousel__item--fec-amenity {
  flex: 1 0 auto;
  /*width: 90px;*/
  /*max-width: 90px;*/
}
@media only screen and (min-width:768px) {
  .carousel__item.carousel__item--fec-amenity {
    /*width: 120px;*/
    /*max-width: 120px;*/
  }
}
.carousel__item.carousel__item--fec-amenity .fec-amenity__image {
  margin-bottom: 10px;
  width: 60px;
  max-width: 60px;
}
@media only screen and (min-width:768px) {
  .carousel__item.carousel__item--fec-amenity .fec-amenity__image {
    width: 90px;
    max-width: 90px;
  }
}
.carousel__item.carousel__item--fec-amenity .fec-amenity__name {
  color: var(--on-background);
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.carousel__item.carousel__item--cast-member {
  flex: 1 0 100px;
}
.carousel__item.carousel__item--cast-member img {
  border-radius: 4px;
}
.carousel__item.carousel__item--food-drink {
  width: calc(100% - 20px);
}
@media only screen and (min-width:768px) {
  .carousel__item.carousel__item--food-drink {
    width: 325px;
    max-width: 325px;
  }
}
.carousel__item.carousel__item--food-drink .food-drink__image {
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
}
.carousel__item.carousel__item--food-drink .food-drink__image a:hover {
  cursor: default;
}
.carousel__item.carousel__item--food-drink .food-drink__name {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  font-family: 'Work Sans Semi-bold', sans-serif;
  font-weight: 600;
}
.carousel__item.carousel__item--fec-theater-amenity {
  min-width: 100px;
  max-width: 100px;
}
.carousel__item.carousel__item--fec-theater-amenity .fec-theater-amenity__image {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}
.carousel__item.carousel__item--fec-theater-amenity .fec-theater-amenity__name {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Work Sans Semi-bold', sans-serif;
  font-weight: 600;
}
.carousel__item.carousel__item--watch-list {
  flex: 0 0 90%;
  min-width: 0;
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
  .carousel__item.carousel__item--watch-list {
    flex: 0 0 calc(50% - 30px);
  }
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
  .carousel__item.carousel__item--watch-list {
    flex: 0 0 calc(33% - 30px);
  }
}
@media only screen and (min-width:1200px) {
  .carousel__item.carousel__item--watch-list {
    flex: 0 0 calc(25% - 30px);
  }
}
.carousel-controls {
  /*    .carousel-prev.disabled {
        left: -60px;
    }

    .carousel-next.disabled {
        right: -60px;
    }*/
}
.carousel-controls .carousel-prev,
.carousel-controls .carousel-next {
  display: none;
  padding: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  font-size: 0px;
  color: transparent;
  background: white;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  transition: all 300ms;
  opacity: 0;
  z-index: 1500;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width:768px) {
  .carousel-controls .carousel-prev,
  .carousel-controls .carousel-next {
    display: block;
    opacity: 1;
  }
}
.carousel-controls .carousel-prev:hover,
.carousel-controls .carousel-next:hover {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
}
.carousel-controls .carousel-prev.disabled,
.carousel-controls .carousel-next.disabled {
  display: none;
  opacity: 0;
}
.carousel-controls .carousel-prev {
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translate3d(0, -50%, 0);
}
.carousel-controls .carousel-prev::before {
  color: var(--primary);
  content: '<';
  font-family: 'cnk-arrows';
  font-size: 20px;
}
.carousel-controls .carousel-next {
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translate3d(0, -50%, 0);
}
.carousel-controls .carousel-next::before {
  color: var(--primary);
  content: '>';
  font-family: 'cnk-arrows';
  font-size: 20px;
}
.carousel-controls.carousel-controls--square .carousel-prev,
.carousel-controls.carousel-controls--square .carousel-next {
  width: 40px;
  border-radius: initial;
}
.carousel-controls.carousel-controls--square .carousel-prev {
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  border-start-end-radius: 4px;
  border-end-end-radius: 4px;
}
.carousel-controls.carousel-controls--square .carousel-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0);
  border-start-start-radius: 4px;
  border-end-start-radius: 4px;
}
.carousel-controls.carousel-controls--display-mobile .carousel-prev:not(.disabled),
.carousel-controls.carousel-controls--display-mobile .carousel-next:not(.disabled) {
  display: block;
  opacity: 1;
}
@media only screen and (min-width:768px) {
  .carousel-container--hero .carousel-prev {
    left: 30px;
  }
  .carousel-container--hero .carousel-next {
    right: 30px;
  }
}
#startingSoonSlider {
  align-items: stretch;
}
#startingSoonSlider .carousel__item.carousel__item--movie {
  display: flex;
  flex-direction: column;
  flex: 0 0 100px;
  max-width: 100px;
}
#startingSoonSlider .startingSoonMovieTitle {
  flex-grow: 1;
  margin-top: 6px;
  font-size: 14px;
  font-family: 'Work Sans Semi-bold', sans-serif;
  font-weight: 600;
  display: block;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#startingSoonSlider .startingSoonImage {
  width: 100%;
}
#startingSoonSlider .startingSoonShowtime {
  width: 100%;
  border: 1px #d9dce5 solid;
  font-size: 14px;
  padding: 10px;
  display: inline-block;
  border-radius: 0.5rem;
  text-align: center;
}
#startingSoonSlider .startingSoonShowtime:hover {
  background-color: var(--grey-100);
}
.starting-soon-heading {
  display: flex;
  align-items: center;
}
.starting-soon-heading .svg {
  margin: 0 14px 0 0;
  max-width: 32px;
  max-height: 34px;
}
.starting-soon-heading h2 {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
@media only screen and (min-width:768px) {
  .starting-soon-heading h2 {
    font-size: 26px;
    line-height: 1;
  }
}
.viewTheatre {
  margin: 0;
  font-size: 16px;
}
.carousel--stretch {
  align-items: stretch;
}
.carousel--stretch .carousel__item {
  display: flex;
}
.carousel--stretch .banner .banner__content {
  flex: 1 0 auto;
}
.carousel__item--theater .theater-item {
  display: flex;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
  border: 0;
  margin-bottom: 4px;
}
.carousel__item--theater .theater-item .theater-item__info {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
}
.carousel__item--theater .theater-item .theater-item__info .theater-item__info-text {
  flex: 1 0 auto;
  width: 100%;
}
.carousel--concession-feature .carousel__item {
  flex: 1 0 100%;
  max-width: 400px;
}
.carousel--concession-feature .carousel__item label {
  font-size: inherit;
}
.carousel--concession-feature .carousel__item .productName {
  margin-top: 8px;
  margin-bottom: 0;
}
.carousel--fec-theater-amenities {
  margin-bottom: 30px;
}
.carousel__item--watch-list {
  padding: 0;
  margin: 0 0 4px;
  display: flex;
  list-style-type: none;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  background: var(--pill-bg);
}
.carousel__item--watch-list .watchListSliderPoster {
  position: relative;
  min-width: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.carousel__item--watch-list .watchListSliderPoster .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1020;
  padding: 0;
  margin: 0;
  width: 30%;
  min-width: 48px;
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out;
}
.carousel__item--watch-list .watchListSliderPoster .play-button img {
  width: 100%;
}
.carousel__item--watch-list .watchListSliderDetails {
  position: relative;
  padding: 20px;
  flex-grow: 1;
}
.carousel__item--watch-list .watchListSliderDetails .watch-list-movie-title {
  padding: 0 20px 0 0;
  font-size: 20px;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.carousel__item--watch-list .watchListSliderDetails .watchListToggle .btnWatchList {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  padding: 0;
}
.carousel__item--watch-list .watchListSliderDetails .watchListToggle .btnWatchList .svgIcon {
  max-width: 22px;
  max-height: 22px;
  margin: 0;
}
.slickWrap {
  overflow: hidden;
  margin: auto;
}
@media only screen and (max-width:767.98px), only screen and (min-width:768px) and (max-width:991.98px) {
  .slickWrap {
    width: auto;
  }
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
  .slickWrap {
    width: 100%;
  }
}
@media only screen and (min-width:1200px) {
  .slickWrap {
    width: 1160px;
  }
}
.movieSliderPosterContainer {
  min-width: 100%;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
}
@media only screen and (max-width:767.98px) {
  .movieSliderPosterContainer {
    padding: 0 7px;
  }
}
@media only screen and (min-width:768px) {
  .movieSliderPosterContainer {
    margin: 0 -30px;
    padding: 0 15px 15px;
  }
}
/* Before Slick Slide Has Loaded */
.movieSliderMovie a:not(.btnWatchList):focus {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.2s;
  -webkit-transition: -webkit-box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
}
@media only screen and (max-width:369.98px) {
  .movieSliderMovie {
    width: 50%;
  }
  .movieSliderMovie:nth-child(n+3) {
    display: none;
  }
  .movieSliderMovie:nth-child(-n+2) {
    display: block;
  }
}
@media only screen and (min-width:370px) and (max-width:450.98px) {
  .movieSliderMovie {
    width: calc(100% / 3);
  }
  .movieSliderMovie:nth-child(n+4) {
    display: none;
  }
  .movieSliderMovie:nth-child(-n+3) {
    display: block;
  }
}
@media only screen and (min-width:451px) and (max-width:767.98px) {
  .movieSliderMovie {
    width: calc(100% / 3);
  }
  .movieSliderMovie:nth-child(n+4) {
    display: none;
  }
  .movieSliderMovie:nth-child(-n+3) {
    display: block;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992.98px) {
  .movieSliderMovie {
    width: 25%;
  }
  .movieSliderMovie:nth-child(n+5) {
    display: none;
  }
  .movieSliderMovie:nth-child(-n+4) {
    display: block;
  }
}
@media only screen and (min-width:992px) and (max-width:1199.98px), only screen and (min-width:1200px) {
  .movieSliderMovie {
    width: 20%;
  }
  .movieSliderMovie:nth-child(n+6) {
    display: none;
  }
  .movieSliderMovie:nth-child(-n+5) {
    display: block;
  }
}
/* After Slick Slide Has Loaded */
#nowShowingSlider.slick-initialized .movieSliderMovie,
#comingSoonSlider.slick-initialized .movieSliderMovie {
  width: unset;
  min-height: unset;
  display: block;
}
@media only screen and (max-width:369.98px) {
  #nowShowingSlider.slick-initialized .movieSliderMovie:nth-child(n+3),
  #comingSoonSlider.slick-initialized .movieSliderMovie:nth-child(n+3) {
    display: block;
  }
}
@media only screen and (min-width:370px) and (max-width:450.98px) {
  #nowShowingSlider.slick-initialized .movieSliderMovie:nth-child(n+4),
  #comingSoonSlider.slick-initialized .movieSliderMovie:nth-child(n+4) {
    display: block;
  }
}
@media only screen and (min-width:451px) and (max-width:767.98px) {
  #nowShowingSlider.slick-initialized .movieSliderMovie:nth-child(n+4),
  #comingSoonSlider.slick-initialized .movieSliderMovie:nth-child(n+4) {
    display: block;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992.98px) {
  #nowShowingSlider.slick-initialized .movieSliderMovie:nth-child(n+5),
  #comingSoonSlider.slick-initialized .movieSliderMovie:nth-child(n+5) {
    display: block;
  }
}
@media only screen and (min-width:992px) and (max-width:1199.98px), only screen and (min-width:1200px) {
  #nowShowingSlider.slick-initialized .movieSliderMovie:nth-child(n+6),
  #comingSoonSlider.slick-initialized .movieSliderMovie:nth-child(n+6) {
    display: block;
  }
}
#nowShowingSlider.slick-initialized .slick-prev,
#comingSoonSlider.slick-initialized .slick-prev,
#nowShowingSlider.slick-initialized .slick-next,
#comingSoonSlider.slick-initialized .slick-next {
  background: #ffffff;
  height: 60px;
  margin-top: 0;
  width: 40px;
  transition: all 0.3s;
  /*.module-shadow;*/
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.12);
}
#nowShowingSlider.slick-initialized .slick-prev:hover,
#comingSoonSlider.slick-initialized .slick-prev:hover,
#nowShowingSlider.slick-initialized .slick-next:hover,
#comingSoonSlider.slick-initialized .slick-next:hover,
#nowShowingSlider.slick-initialized .slick-prev:active,
#comingSoonSlider.slick-initialized .slick-prev:active,
#nowShowingSlider.slick-initialized .slick-next:active,
#comingSoonSlider.slick-initialized .slick-next:active,
#nowShowingSlider.slick-initialized .slick-prev:focus,
#comingSoonSlider.slick-initialized .slick-prev:focus,
#nowShowingSlider.slick-initialized .slick-next:focus,
#comingSoonSlider.slick-initialized .slick-next:focus {
  background: #ffffff;
}
#nowShowingSlider.slick-initialized .slick-prev:hover,
#comingSoonSlider.slick-initialized .slick-prev:hover,
#nowShowingSlider.slick-initialized .slick-next:hover,
#comingSoonSlider.slick-initialized .slick-next:hover {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
}
#nowShowingSlider.slick-initialized .slick-prev:hover:before,
#comingSoonSlider.slick-initialized .slick-prev:hover:before,
#nowShowingSlider.slick-initialized .slick-next:hover:before,
#comingSoonSlider.slick-initialized .slick-next:hover:before {
  opacity: 1;
}
#nowShowingSlider.slick-initialized .slick-prev.slick-disabled,
#comingSoonSlider.slick-initialized .slick-prev.slick-disabled,
#nowShowingSlider.slick-initialized .slick-next.slick-disabled,
#comingSoonSlider.slick-initialized .slick-next.slick-disabled {
  display: none !important;
}
#nowShowingSlider.slick-initialized .slick-prev,
#comingSoonSlider.slick-initialized .slick-prev {
  transform: translate3d(-5px, -50%, 0);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#nowShowingSlider.slick-initialized .slick-next,
#comingSoonSlider.slick-initialized .slick-next {
  transform: translate3d(5px, -50%, 0);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#nowShowingSlider.slick-initialized .slick-prev:before,
#comingSoonSlider.slick-initialized .slick-prev:before,
#nowShowingSlider.slick-initialized .slick-next:before,
#comingSoonSlider.slick-initialized .slick-next:before {
  color: var(--primary);
  opacity: 1;
}
#nowShowingSlider.slick-initialized .slick-prev:before:hover,
#comingSoonSlider.slick-initialized .slick-prev:before:hover,
#nowShowingSlider.slick-initialized .slick-next:before:hover,
#comingSoonSlider.slick-initialized .slick-next:before:hover {
  color: var(--primary-darker);
}
.slick-carousel--round-buttons .slick-list {
  overflow-x: hidden;
  padding-top: 4px;
  padding-bottom: 4px;
}
.slick-carousel--round-buttons .slick-prev,
.slick-carousel--round-buttons .slick-next {
  border-radius: 50% !important;
  width: 60px !important;
  height: 60px !important;
}
ul.slick-slider {
  padding-left: 0;
}
.movieSliderMovie {
  float: left;
}
.movieSliderMovie:first-child {
  margin-left: 0px;
}
@media only screen and (max-width:767.98px) {
  .movieSliderMovie img {
    border: 1px solid rgba(0, 0, 0, 0.12);
  }
}
@media only screen and (max-width:369.98px) {
  .movieSliderMovie {
    padding: 0 10px;
  }
}
@media only screen and (min-width:370px) and (max-width:450.98px) {
  .movieSliderMovie {
    padding: 0 8px;
  }
}
@media only screen and (min-width:451px) and (max-width:767.98px) {
  .movieSliderMovie {
    padding: 0 10px;
  }
}
@media only screen and (min-width:992px) and (max-width:1199.98px), only screen and (min-width:1200px) {
  .movieSliderMovie {
    padding: 0 15px;
  }
}
.movieSliderMovie img {
  width: 100%;
}
.movieSliderMovie .movieSliderTitle {
  display: block;
  background: #ffffff;
  font-size: 1.6em;
  text-align: center;
  padding: 8px 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width:767.98px) {
  .movieSliderMovie .movieSliderTitle {
    background: rgba(0, 0, 0, 0.12);
  }
}
.movieSliderMovie .dropdown-menu {
  margin: -38px 0 0;
  background: transparent;
  border: 0;
  width: 100%;
  padding: 0 15px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: none;
  text-align: center;
  font-size: 1em;
}
.movieSliderMovie .movieSliderDropdownInner {
  background: #ffffff;
  padding: 8px 15px 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width:767.98px) {
  .movieSliderMovieShadow {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
  }
}
.movieSliderMovieShadow:hover {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.2s;
  -webkit-transition: -webkit-box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
}
@media only screen and (max-width:767.98px) {
  .movieSliderMovieShadow:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  }
}
.movieSliderMovieShadow > a:first-child {
  display: block;
  width: 100%;
  padding-top: 149.5%;
  position: relative;
}
.movieSliderMovieShadow > a:first-child img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.movieSliderCast {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  text-align: left;
  margin: 0.25em;
}
.movieSliderInnerButtonBlock {
  margin: 10px -15px;
  background: rgba(0, 0, 0, 0.08);
  height: 40px;
  overflow: hidden;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.movieSliderInnerButtons {
  display: inline-block;
  width: calc(1/3 * 100%);
  padding: 10px 0 50px;
  font-size: 1.4em;
  text-align: center;
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
}
.movieSliderInnerButtons:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.movieSliderInnerButtons:last-child {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.movieSliderInnerButtons:hover {
  background: rgba(0, 0, 0, 0.12);
  text-decoration: none !important;
}
.movieSliderInnerButtons.only2 {
  width: 50%;
}
.movieSliderInnerButtons.only2:last-child {
  border-left: 0;
}
.movieSliderInnerButtons.only1 {
  width: 100%;
  border: 0;
}
.movieSliderMovie .posterOverlay:nth-of-type(1) {
  bottom: 37px;
}
.movieSliderMovie .posterOverlay:nth-of-type(2) {
  bottom: 61px;
}
@media only screen and (min-width:451px) and (max-width:767.98px) {
  .movieSliderMovie .posterOverlay {
    font-size: 1.4em;
  }
}
@media only screen and (max-width:369.98px), only screen and (min-width:370px) and (max-width:450.98px) {
  .movieSliderMovie .posterOverlay {
    font-size: 0.9em;
  }
}
.watchListSliderContainer {
  overflow: hidden;
}
@media only screen and (max-width:767.98px) {
  .watchListSliderContainer {
    padding-right: 0;
    padding-left: 0;
  }
}
.watchListSliderContainer.watchListSliderContainer--round-buttons {
  overflow: visible;
}
.watchListSlider {
  margin: 30px 0;
  padding: 4px 0;
  align-items: stretch;
}
.watchListSlider .slick-prev,
.watchListSlider .slick-next {
  margin: 0;
  width: 40px;
  height: 60px;
  background: #ffffff;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.watchListSlider .slick-prev:before,
.watchListSlider .slick-next:before {
  opacity: 1;
  color: var(--primary);
}
.watchListSlider .slick-prev:hover,
.watchListSlider .slick-next:hover,
.watchListSlider .slick-prev:focus,
.watchListSlider .slick-next:focus {
  color: var(--primary-darker);
  background: #ffffff;
}
.watchListSlider .slick-prev:not(.slick-disabled):hover,
.watchListSlider .slick-next:not(.slick-disabled):hover,
.watchListSlider .slick-prev:not(.slick-disabled):focus,
.watchListSlider .slick-next:not(.slick-disabled):focus {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.32);
}
.watchListSlider .slick-prev:not(.slick-disabled):hover:before,
.watchListSlider .slick-next:not(.slick-disabled):hover:before,
.watchListSlider .slick-prev:not(.slick-disabled):focus:before,
.watchListSlider .slick-next:not(.slick-disabled):focus:before {
  opacity: 1;
}
.watchListSlider .slick-prev.slick-disabled,
.watchListSlider .slick-next.slick-disabled {
  opacity: 0;
}
.watchListSlider .slick-prev {
  transform: translate3d(-15px, -50%, 0);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media only screen and (min-width:768px) {
  .watchListSlider .slick-prev {
    transform: translate3d(-20px, -50%, 0);
  }
}
.watchListSlider .slick-next {
  transform: translate3d(15px, -50%, 0);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media only screen and (min-width:768px) {
  .watchListSlider .slick-next {
    transform: translate3d(20px, -50%, 0);
  }
}
.watchListSlider .watchListSliderItem {
  flex: 1 0 410px;
  padding: 0;
  margin: 0;
  display: flex;
  list-style-type: none;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  background: var(--pill-bg);
}
@media only screen and (min-width:992px) and (max-width:1199.98px), only screen and (min-width:768px) and (max-width:991.98px) {
  .watchListSlider .watchListSliderItem {
    flex-basis: 45%;
  }
}
@media only screen and (max-width:767.98px) {
  .watchListSlider .watchListSliderItem {
    flex-basis: 90%;
  }
}
.watchListSlider .watchListSliderItem .watchListSliderPoster {
  position: relative;
  min-width: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.watchListSlider .watchListSliderItem .watchListSliderPoster .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1020;
  padding: 0;
  margin: 0;
  width: 30%;
  min-width: 48px;
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out;
}
.watchListSlider .watchListSliderItem .watchListSliderPoster .play-button img {
  width: 100%;
}
.watchListSlider .watchListSliderItem .watchListSliderDetails {
  position: relative;
  padding: 20px;
  flex-grow: 1;
}
.watchListSlider .watchListSliderItem .watchListSliderDetails .watch-list-movie-title {
  padding: 0 20px 0 0;
  font-size: 20px;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.watchListSlider .watchListSliderItem .watchListSliderDetails .watchListToggle .btnWatchList {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  padding: 0;
}
.watchListSlider .watchListSliderItem .watchListSliderDetails .watchListToggle .btnWatchList .svgIcon {
  max-width: 22px;
  max-height: 22px;
  margin: 0;
}
#watchListSlider .slick-track {
  display: flex;
}
.watchListSliderItem.slick-slide {
  padding: 0;
  margin: 0 20px 0 0;
  height: inherit;
  display: flex;
  list-style-type: none;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  background: var(--pill-bg);
}
@media only screen and (min-width:768px) {
  .watchListSliderItem.slick-slide {
    margin: 0 30px 0 0;
  }
}
.watchListSliderItem.slick-slide:hover {
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.32);
}
.watchListSliderItem.slick-slide .watchListSliderPoster {
  position: relative;
  min-width: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.watchListSliderItem.slick-slide .watchListSliderPoster .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1020;
  padding: 0;
  margin: 0;
  width: 30%;
  min-width: 48px;
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out;
}
.watchListSliderItem.slick-slide .watchListSliderPoster .play-button:hover,
.watchListSliderItem.slick-slide .watchListSliderPoster .play-button:focus {
  opacity: 1;
}
.watchListSliderItem.slick-slide .watchListSliderPoster .play-button img {
  width: 100%;
}
.watchListSliderItem.slick-slide .watchListSliderDetails {
  position: relative;
  padding: 20px;
  flex-grow: 1;
}
.watchListSliderItem.slick-slide .watchListSliderDetails .watch-list-movie-title {
  padding: 0 20px 0 0;
  margin: 0 0 5px;
  font-size: 20px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  display: block;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.watchListSliderItem.slick-slide .watchListSliderDetails .watch-list-showtime-info {
  margin: 5px 0 40px;
  font-size: 16px;
}
.watchListSliderItem.slick-slide .watchListSliderDetails .watch-list-cta {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin: 0;
  font-size: 16px;
}
.watchListSliderItem.slick-slide .watchListSliderDetails .watchListToggle .btnWatchList {
  position: relative;
  top: -10px;
  right: -10px;
  float: right;
  padding: 0;
  margin: 0;
}
.watchListSliderItem.slick-slide .watchListSliderDetails .watchListToggle .btnWatchList .svgIcon.watchListOn,
.watchListSliderItem.slick-slide .watchListSliderDetails .watchListToggle .btnWatchList .svgIcon.watchListOff {
  margin: 0;
  max-width: 22px;
  max-height: 22px;
}
.watchListSliderItem.slick-slide .watchListSliderDetails .watch-list-favorite-icon {
  position: relative;
  top: -10px;
  right: -10px;
}
.movieItemWatchList,
.movieSliderWatchList {
  display: block;
  background: #ffffff;
  font-size: 1.6em;
  /*text-align: center;*/
  padding: 8px 0.5em;
  border-top: 1px solid #E4E4E4;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.movieItemWatchList {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-top: none;
}
.watchListToggle .btnWatchList {
  display: inline-block;
  padding: 5px 0;
  margin: 0 0 10px;
}
.watchListToggle .btnWatchList svg {
  margin-right: 10px;
}
.watchListToggle .btnWatchList .watchListTitle {
  font-size: 11px;
  line-height: 15px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  white-space: normal;
  text-align: left;
}
.watchListToggle[data-watchlist="true"] svg.watchListOn {
  display: inline-block;
}
.watchListToggle[data-watchlist="true"] svg.watchListOff {
  display: none;
}
.watchListToggle[data-watchlist="false"] svg.watchListOn {
  display: none;
}
.watchListToggle[data-watchlist="false"] svg.watchListOff {
  display: inline-block;
}
.movieItemWatchList .watchListToggle .btnWatchList,
.movieSliderWatchList .watchListToggle .btnWatchList,
.showtimeMovieBlock .panel .watchListToggle .btnWatchList {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  color: inherit;
}
.movieSliderRecommendedBanner img {
  z-index: 9999;
  top: 11px !important;
  left: -5px !important;
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width:767.98px) {
  .movieSliderRecommendedBanner img {
    top: 11px !important;
    left: -3px !important;
    border: none !important;
  }
}
.movieSliderDefaultRecommendedBanner img {
  z-index: 9999;
  top: 11px !important;
  left: -5px !important;
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width:767.98px) {
  .movieSliderDefaultRecommendedBanner img {
    top: 11px !important;
    left: -3px !important;
    border: none !important;
  }
}
.startingSoonMoviesContainer {
  overflow: hidden;
}
@media only screen and (max-width:767.98px) {
  .startingSoonMoviesContainer {
    padding-right: 0;
    padding-left: 0;
  }
}
.startingSoonMoviesContainer h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
@media only screen and (min-width:768px) {
  .startingSoonMoviesContainer h2 {
    font-size: 26px;
  }
}
.startingSoonMoviesContainer h2 .viewTheatre {
  padding: 0 20px;
  font-size: 17px;
  vertical-align: baseline;
}
.startingSoonMoviesContainer h3 {
  font-size: 14px;
  margin-bottom: 0;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
@media only screen and (min-width:768px) {
  .startingSoonMoviesContainer h3 {
    font-size: 18px;
  }
}
.startingSoonMoviesContainer .startingSoonSliderItem.slick-slide {
  display: initial;
  padding: 0;
  margin: 0 15px 0 0;
  list-style-type: none;
}
@media only screen and (min-width:768px) {
  .startingSoonMoviesContainer .startingSoonSliderItem.slick-slide {
    margin: 0 20px 0 0;
  }
}
.startingSoonMoviesContainer .startingSoonSliderItem.slick-slide .startingSoonImage {
  border-radius: 4px;
}
.startingSoonMoviesContainer .startingSoonSliderItem.slick-slide .startingSoonMovieTitle {
  margin: 5px 0 10px;
  font-size: 14px;
  line-height: 21px;
  min-height: 42px;
  font-family: 'Work Sans Semi-bold', sans-serif;
  font-weight: 600;
  display: block;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.startingSoonMoviesContainer .startingSoonSliderItem.slick-slide .startingSoonShowtime {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #D9DCE5;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  border-radius: 4px;
  transition: filter 0.2s;
}
.startingSoonMoviesContainer .startingSoonSliderItem.slick-slide .startingSoonShowtime:hover {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.startingSoonMoviesContainer .slick-prev,
.startingSoonMoviesContainer .slick-next {
  background: #ffffff;
  height: 60px;
  margin-top: 0;
  width: 40px;
  transition: all 0.3s;
  /*.module-shadow;*/
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.12);
}
.startingSoonMoviesContainer .slick-prev:hover,
.startingSoonMoviesContainer .slick-next:hover,
.startingSoonMoviesContainer .slick-prev:active,
.startingSoonMoviesContainer .slick-next:active,
.startingSoonMoviesContainer .slick-prev:focus,
.startingSoonMoviesContainer .slick-next:focus {
  background: #ffffff;
}
.startingSoonMoviesContainer .slick-prev:hover,
.startingSoonMoviesContainer .slick-next:hover {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
}
.startingSoonMoviesContainer .slick-prev:hover:before,
.startingSoonMoviesContainer .slick-next:hover:before {
  opacity: 1;
}
.startingSoonMoviesContainer .slick-prev.slick-disabled,
.startingSoonMoviesContainer .slick-next.slick-disabled {
  display: none !important;
}
.startingSoonMoviesContainer .slick-prev {
  transform: translate3d(-5px, -50%, 0);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media only screen and (min-width:768px) {
  .startingSoonMoviesContainer .slick-prev {
    transform: translate3d(-25px, -50%, 0);
  }
}
.startingSoonMoviesContainer .slick-next {
  transform: translate3d(5px, -50%, 0);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media only screen and (min-width:768px) {
  .startingSoonMoviesContainer .slick-next {
    transform: translate3d(25px, -50%, 0);
  }
}
.startingSoonMoviesContainer .slick-prev:before,
.startingSoonMoviesContainer .slick-next:before {
  color: var(--primary);
  opacity: 1;
}
.startingSoonMoviesContainer .slick-prev:before:hover,
.startingSoonMoviesContainer .slick-next:before:hover {
  color: var(--primary-darker);
}
.startingSoonMoviesContainer.startingSoonMoviesContainer--round-buttons {
  overflow: visible;
}
.startingSoonMoviesContainer.startingSoonMoviesContainer--round-buttons button {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    display: inline-block;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
  }
  .apple-pay-button-with-text.visible {
    visibility: visible;
  }
  .apple-pay-button-with-text > * {
    display: none;
  }
  .apple-pay-button-black-with-text {
    -apple-pay-button-style: black;
  }
  .apple-pay-button-white-with-text {
    -apple-pay-button-style: white;
  }
  .apple-pay-button-white-with-line-with-text {
    -apple-pay-button-style: white-outline;
  }
}
@supports not (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    --apple-pay-scale: 1;
    /* (height / 32) */
    display: inline-flex;
    justify-content: center;
    font-size: 12px;
    border-radius: 5px;
    padding: 0px;
    box-sizing: border-box;
    min-width: 200px;
    min-height: 32px;
    max-height: 64px;
  }
  .apple-pay-button-with-text.visible {
    visibility: visible;
  }
  .apple-pay-button-black-with-text {
    background-color: black;
    color: white;
  }
  .apple-pay-button-white-with-text {
    background-color: white;
    color: black;
  }
  .apple-pay-button-white-with-line-with-text {
    background-color: white;
    color: black;
    border: 0.5px solid black;
  }
  .apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: black;
  }
  .apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  .apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  .apple-pay-button-with-text > .text {
    font-family: -apple-system;
    font-size: calc(1em * var(--apple-pay-scale));
    font-weight: 300;
    align-self: center;
    margin-right: calc(2px * var(--apple-pay-scale));
  }
  .apple-pay-button-with-text > .logo {
    width: calc(35px * var(--scale));
    height: 100%;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-left: calc(2px * var(--apple-pay-scale));
    border: none;
  }
}
.theme-selector {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 15px 5px;
  margin: 0 15px;
  border-top: 1px solid #C4C4C4;
}
.theme-selector__label {
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #1a1a1a;
  font-family: 'Work Sans Bold', sans-serif;
}
.theme-selector__select {
  flex-grow: 1;
  padding: 0.6em;
  border: 1px #000000 solid;
  background: #ffffff;
}
/******************************************************************/
/* Styles for zip search inputs that live inside a <form> element */
/******************************************************************/
.zip-search {
  display: flex !important;
  flex-flow: row wrap;
  align-items: center;
}
.zip-search form {
  background: #fff !important;
}
.zip-search form label {
  font-family: 'Work Sans Bold', sans-serif !important;
}
.zip-search form input {
  background: #fff !important;
  border: 1px #CCCCCC solid !important;
  width: 100% !important;
}
.zip-search form button {
  background: #dd0000 !important;
  padding: 1rem 2rem !important;
  color: #fff;
  border: 2px #dd0000 solid !important;
  font-size: 1em;
  font-family: 'Work Sans Semi-bold', sans-serif;
  border-radius: 24px;
  width: 100% !important;
  height: auto !important;
}
.zip-search--column form {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
}
.zip-search--column form label {
  flex: 1 0 auto;
  margin-bottom: 5px;
}
.zip-search--column form input {
  flex: 1 0 auto;
  width: 100% !important;
  margin-bottom: 1.5rem;
}
.zip-search--column form button {
  flex: 1 0 auto;
}
.zip-search--grid form {
  display: grid !important;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}
.zip-search--grid form label {
  grid-column-start: 1;
  grid-column-end: 2;
}
.zip-search--grid form input {
  grid-row-start: 2;
  grid-row-end: 3;
  margin-bottom: 0;
}
.zip-search--grid form button {
  grid-row-start: 2;
  grid-row-end: 3;
}
.zip-search--grid .dropdown-menu {
  max-width: 420px;
}
.genre-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width:767.98px) {
  .genre-grid {
    grid-template-columns: 1fr;
  }
}
.genre-grid__item {
  display: grid;
  grid-template-columns: minmax(auto, 356px) minmax(200px, 1fr);
  box-shadow: 0px 3px 6px 0px #00000033;
  overflow: hidden;
  border-radius: 4px;
}
@media only screen and (max-width:767.98px) {
  .genre-grid__item {
    grid-template-columns: 1fr;
  }
}
.genre-grid__item-image img {
  width: 100%;
}
.genre-grid__item-desc {
  background: #fff;
  padding: 10px;
  display: flex;
  flex-flow: column wrap;
}
.genre-grid__item-desc p {
  flex: 1 0 auto;
}
@media only screen and (max-width:767.98px) {
  .genre-grid__item-desc {
    padding: 20px;
  }
}
.genre-grid__item-title {
  margin-top: 0;
  font-size: 2em;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
@media only screen and (max-width:767.98px) {
  .genre-grid__item-title {
    font-size: 2.6em;
  }
}
.fullscreen {
  background: #f5f5f5;
}
.blog-article-link--card {
  display: block;
  box-shadow: 0px 3px 6px 0px #00000033;
  border-radius: 4px;
}
.blog-article-link__desc {
  padding: 10px;
}
.blog-article-link__desc p {
  display: block;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.tab-pane.tab-pane--grid.active {
  display: grid;
}
.tab-pane.tab-pane--grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media only screen and (max-width:767.98px) {
  .tab-pane.tab-pane--grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width:369.98px) {
  .tab-pane.tab-pane--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tab-pane.tab-pane--grid .card__movie {
  max-width: 210px;
}
.tab-pane:has(.advanced-tickets) .card__movie {
  margin-top: 34px;
}
.tab-pane:has(.advanced-tickets) .card__movie:has(.advanced-tickets) {
  margin-top: 0;
}
.chip-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border-radius: 16px;
  background-color: #e0e0e0;
}
.chip > span {
  font-size: 1.4em;
}
.location-selector-search {
  display: flex;
  align-items: center;
  gap: 12px;
}
.location-selector-search > .changeLocation {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 0;
}
@media only screen and (max-width:767.98px) {
  .location-selector-search > .changeLocation {
    display: flex !important;
  }
}
.base {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 10px;
  background: #fafafa;
  color: #1a1a1a;
  color: var(--on-background);
  background: var(--background);
}
/* Global Tag Styling */
body {
  /*padding-top: 58px;*/
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 10px;
  background: #fafafa;
  color: #1a1a1a;
  color: var(--on-background);
  background: var(--background);
  padding-right: 0 !important;
  /* correct for fixed header shift when modals open */
}
body.noHeaders {
  padding: 0;
}
.wrap {
  background: #ffffff;
  display: block;
  max-width: 1160px;
  margin: auto;
}
a {
  color: #1a1a1a;
}
a:focus,
a:hover {
  text-decoration: none;
  color: #000000;
}
a:focus svg,
a:hover svg {
  fill: #1a1a1a;
}
p:last-child {
  margin-bottom: 0;
}
p:last-child.bottom {
  margin-bottom: 40px;
}
@media only screen and (max-width:767.98px) {
  p:last-child.bottom {
    margin-bottom: 15px;
  }
}
p:last-child.bottom:not(img):not(input):empty {
  display: none !important;
}
p:empty {
  display: none;
}
p a {
  color: var(--primary);
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
p a:hover {
  color: var(--primary-darker);
  cursor: pointer;
}
a,
input,
svg {
  transition: background 0.2s, color 0.2s, fill 0.2s;
}
.close {
  opacity: 0.7;
}
.close:hover {
  opacity: 1;
}
input,
select,
textarea {
  background: rgba(0, 0, 0, 0.08);
  padding: 0 0.6em;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  border-radius: 0;
}
.contentModule input[type="text"],
.contentModule input[type="password"],
.contentModule input[type="email"],
.contentModule select,
.contentModule textarea {
  background: #ffffff;
}
.contentModule .checkboxSet h3 {
  margin-bottom: 0.25em;
}
.contentModule .checkboxSet label {
  margin-top: 0.5em;
}
/* Custom Checkboxes */
.cnkCheckbox {
  margin: 2em 0 1em;
}
.cnkCheckbox.top:last-child {
  margin: 1em 0 0;
}
.cnkCheckbox.top.checkout__newsletter_marginfix {
  margin-top: 0;
}
.cnkCheckbox div {
  margin-bottom: 0.5em;
}
.cnkCheckbox label {
  display: inline;
  vertical-align: middle;
}
.cnkCheckbox-box {
  vertical-align: sub;
}
/* Typography */
h1,
h2,
h3,
h4,
nav {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
h1,
.h1 {
  font-size: 3em;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
h2,
.h2 {
  font-size: 2.6em;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
h3,
.h3 {
  font-size: 2em;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
h4,
.h4 {
  font-size: 1.6em;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
h5,
.h5 {
  font-size: 1.6em;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.heading-icon {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.heading-icon .heading-icon_image {
  max-width: 20px;
  max-height: 20px;
  margin-right: 14px;
}
p {
  font-size: 1.4em;
}
small {
  font-size: 1.1em;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child {
  margin-bottom: 0;
}
h1:last-child.bottom,
h2:last-child.bottom,
h3:last-child.bottom,
h4:last-child.bottom,
h5:last-child.bottom {
  margin-bottom: 40px;
}
@media only screen and (max-width:767.98px) {
  h1:last-child.bottom,
  h2:last-child.bottom,
  h3:last-child.bottom,
  h4:last-child.bottom,
  h5:last-child.bottom {
    margin-bottom: 15px;
  }
}
h1:last-child.bottom:not(img):not(input):empty,
h2:last-child.bottom:not(img):not(input):empty,
h3:last-child.bottom:not(img):not(input):empty,
h4:last-child.bottom:not(img):not(input):empty,
h5:last-child.bottom:not(img):not(input):empty {
  display: none !important;
}
ul {
  -webkit-margin-before: 0em;
}
ul.full-width {
  padding-left: 1.1em;
}
ul,
ol {
  list-style-position: inside;
}
button {
  border: none;
}
b,
strong {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
/* Unique Classes */
@media only screen and (max-width:767.98px), only screen and (min-width:768px) and (max-width:991.98px) {
  .container {
    width: auto;
  }
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
  .container {
    width: 100%;
  }
}
@media only screen and (min-width:1200px) {
  .container {
    width: 1160px;
  }
}
.container.container-grey {
  background: #F9F9F9;
}
@media only screen and (min-width:768px) {
  .container.container--desktop-padding {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
  }
}
.container.container--xl {
  width: 100%;
  max-width: 1420px;
}
@media only screen and (max-width:767.98px) {
  .container.container--full-width-mobile .carousel-container {
    padding: 0;
  }
}
.container--dark {
  background: var(--secondary-darker);
}
.container.top {
  padding-top: 40px;
  margin-top: -40px;
}
.container--main {
  margin-bottom: 40px;
}
input.seamlessTextBox,
.container .contentMain input.seamlessTextBox {
  width: calc(100% - 36px);
  height: 36px;
  vertical-align: middle;
  float: left;
}
.seamlessTextBox,
.seamlessButton {
  float: left;
}
@media only screen and (max-width:767.98px) {
  body > .container {
    margin-top: -1px;
  }
}
/* tabs bootstrap override */
.nav-tabs {
  border: 0;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.nav-tabs > li {
  padding: 0 10px 0;
  white-space: nowrap;
}
.nav-tabs > li:first-child {
  padding-left: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  color: #dd0000;
  border: 0;
  border-bottom: 3px solid #dd0000;
  background: none;
}
.nav-tabs > li > a {
  padding: 0 0 4px;
  border: 0;
  color: inherit;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background: none;
  border-bottom: 3px solid #8E8E93;
}
.nav-tabs.uline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 1px;
}
.nav-tabs li.more a:hover {
  /*border:0; causes shift on mouse-out when viewing calendar on IE*/
}
.nav-tabs li.more a:hover svg {
  fill: #1a1a1a;
}
/* end tabs bootstrap override */
.membershipSignInHeading,
.passwordResetHeading {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  text-align: center;
  font-size: 2.6em;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 30px !important;
}
@media only screen and (min-width:768px) {
  .membershipSignInHeading,
  .passwordResetHeading {
    font-size: 3em;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
  }
}
.undo-style {
  color: var(--primary);
  font-weight: bold;
  margin-left: 10px;
  cursor: pointer;
}
#toast > a:hover {
  color: var(--primary);
}
.svgIcon.favoriteOff,
.svgIcon.favoriteOn,
.svgIcon.watchListOn,
.svgIcon.watchListOff {
  max-width: 18px;
  max-height: 18px;
  vertical-align: middle;
  cursor: pointer;
}
.svgIcon.favoriteOff {
  fill: none;
  stroke: #dd0000;
  stroke-width: 2px;
  overflow: visible;
}
.svgIcon.favoriteOff:hover {
  fill: none;
}
.svgIcon.favoriteOn,
.svgIcon.watchListOn {
  fill: var(--primary);
  min-width: 18px;
  min-height: 18px;
}
.svgIcon.favoriteOn:hover,
.svgIcon.watchListOn:hover {
  stroke: #dd0000;
  fill: rgba(255, 255, 255, 0.1);
}
.btn-padding {
  padding: 20px;
}
.svgIcon.watchListOff {
  stroke: #dd0000;
  fill: none;
}
.svgIcon.watchListOff:hover {
  fill: #dd0000;
}
.wl-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
  width: 30px;
  height: 30px;
}
.wl-icon .wl-checkbox {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
}
.wl-icon .wl-svg {
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.wl-icon .wl-svg.wl-svg--backdrop {
  stroke: var(--surface);
  fill: var(--surface);
  padding: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.2);
}
.wl-icon[href] .wl-svg,
.wl-icon .wl-checkbox:not(:checked) + svg {
  stroke: var(--surface);
  fill: none;
}
.wl-icon .wl-checkbox:checked + svg {
  stroke: var(--surface);
  fill: var(--surface);
}
.clear {
  clear: both;
}
.clear0 {
  clear: both;
  height: 0;
}
.icon {
  max-width: 22px;
  max-height: 22px;
  vertical-align: middle;
  margin: 0;
}
.svgButtonIcon {
  height: 22px;
  width: 22px;
  vertical-align: middle;
}
.svgIcon {
  fill: rgba(0, 0, 0, 0.5);
  max-width: 22px;
  /* fix for IE and Safari 7.0 */
  max-height: 22px;
  /* fix for IE and Safari 7.0 */
  vertical-align: middle;
}
.svgIcon.access {
  max-width: 18px;
  max-height: 18px;
}
.svgIcon.externalLink {
  max-height: 18px;
  max-width: 18px;
  margin-left: 0.25em;
}
@media only screen and (min-width:768px) {
  .svgIcon.externalLink {
    max-height: 14px;
    max-width: 14px;
    vertical-align: baseline;
    fill: #1a1a1a;
  }
}
.svgIcon.red {
  fill: var(--primary);
}
.svgIcon.red:hover {
  fill: #68161b;
}
a .svgIcon:hover {
  fill: #1a1a1a;
  cursor: pointer;
}
.svgButton {
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  width: 36px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
  padding: 0;
}
.svgButton .svg {
  fill: #ffffff;
  vertical-align: middle;
}
.svgButton .svg:hover {
  fill: #000000;
}
.svgIconMd {
  max-width: 16px;
  max-height: 16px;
}
.svgTextPosition {
  vertical-align: bottom;
  display: inline-block;
}
.reqField:after {
  content: ' *';
}
/*Failed Payment*/
.failPayLogo {
  margin-right: 8px;
}
.failAlertLogo {
  position: absolute;
  left: 50px;
  top: 4px;
  background-color: #ffffff;
}
.panel-list-spc .panel-bottom-list ul li {
  margin-bottom: 8px;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes arrowExpand {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
/* Standard syntax */
@keyframes arrowExpand {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
/* Arrows - replacing SVG with CSS*/
.arrow {
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 4px;
  border-top: 2px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}
.arrow.right {
  margin-right: 4px;
}
.arrow.right.arrowRight {
  margin-top: 4px;
}
.arrow:focus,
.arrow:active {
  border-top: 2px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
}
.arrow:hover {
  border-top: 2px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
}
.arrow.disabled {
  border-top: 2px solid rgba(0, 0, 0, 0.12);
  border-right: 2px solid rgba(0, 0, 0, 0.12);
}
.arrow.small {
  border-top: 2px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  height: 10px;
  width: 10px;
}
a:hover .arrow,
a:hover .arrowUp,
a:hover .arrowDown,
a:hover .arrowLeft,
a:hover .arrowRight {
  border-top: 2px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
}
a:hover .arrow.small,
a:hover .arrowUp.small,
a:hover .arrowDown.small,
a:hover .arrowLeft.small,
a:hover .arrowRight.small {
  border-top: 2px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
}
.arrowUp {
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 4px;
  border-top: 2px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  transform: rotate(-45deg);
  margin-top: 3px;
}
.arrowUp.right {
  margin-right: 4px;
}
.arrowUp.right.arrowRight {
  margin-top: 4px;
}
.arrowUp:focus,
.arrowUp:active {
  border-top: 2px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
}
.arrowUp:hover {
  border-top: 2px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
}
.arrowUp.disabled {
  border-top: 2px solid rgba(0, 0, 0, 0.12);
  border-right: 2px solid rgba(0, 0, 0, 0.12);
}
.arrowUp.small {
  border-top: 2px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  height: 10px;
  width: 10px;
}
.arrowUp.small {
  margin-top: 0;
}
.arrowDown {
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 4px;
  border-top: 2px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  transform: rotate(135deg);
  vertical-align: baseline;
}
.arrowDown.right {
  margin-right: 4px;
}
.arrowDown.right.arrowRight {
  margin-top: 4px;
}
.arrowDown:focus,
.arrowDown:active {
  border-top: 2px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
}
.arrowDown:hover {
  border-top: 2px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
}
.arrowDown.disabled {
  border-top: 2px solid rgba(0, 0, 0, 0.12);
  border-right: 2px solid rgba(0, 0, 0, 0.12);
}
.arrowDown.small {
  border-top: 2px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  height: 10px;
  width: 10px;
}
.arrowDown.small {
  margin-bottom: 3px;
}
.arrowLeft {
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 4px;
  border-top: 2px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  transform: rotate(-135deg);
}
.arrowLeft.right {
  margin-right: 4px;
}
.arrowLeft.right.arrowRight {
  margin-top: 4px;
}
.arrowLeft:focus,
.arrowLeft:active {
  border-top: 2px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
}
.arrowLeft:hover {
  border-top: 2px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
}
.arrowLeft.disabled {
  border-top: 2px solid rgba(0, 0, 0, 0.12);
  border-right: 2px solid rgba(0, 0, 0, 0.12);
}
.arrowLeft.small {
  border-top: 2px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  height: 10px;
  width: 10px;
}
.arrowRight {
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 4px;
  border-top: 2px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  transform: rotate(45deg);
  margin-left: -0.25em;
}
.arrowRight.right {
  margin-right: 4px;
}
.arrowRight.right.arrowRight {
  margin-top: 4px;
}
.arrowRight:focus,
.arrowRight:active {
  border-top: 2px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
}
.arrowRight:hover {
  border-top: 2px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
}
.arrowRight.disabled {
  border-top: 2px solid rgba(0, 0, 0, 0.12);
  border-right: 2px solid rgba(0, 0, 0, 0.12);
}
.arrowRight.small {
  border-top: 2px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  height: 10px;
  width: 10px;
}
.arrowRightSidebar {
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 4px;
  border-top: 2px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  transform: rotate(45deg);
  height: 11px;
  width: 11px;
  margin: 5px 4px 4px 4px;
}
.arrowRightSidebar.right {
  margin-right: 4px;
}
.arrowRightSidebar.right.arrowRight {
  margin-top: 4px;
}
.arrowRightSidebar:focus,
.arrowRightSidebar:active {
  border-top: 2px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
}
.arrowRightSidebar:hover {
  border-top: 2px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
}
.arrowRightSidebar.disabled {
  border-top: 2px solid rgba(0, 0, 0, 0.12);
  border-right: 2px solid rgba(0, 0, 0, 0.12);
}
.arrowRightSidebar.small {
  border-top: 2px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  height: 10px;
  width: 10px;
}
.pull-right .arrowRightSidebar {
  margin: 1px 4px 4px 4px;
}
/* footer */
@media only screen and (max-width:767.98px) {
  .app-download-text {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .footerLogo .appGoogle,
  .footerLogo .appApple {
    padding: 0px;
  }
}
footer {
  background: rgba(0, 0, 0, 0.08);
  padding: 30px 15px;
}
footer h3 {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
footer .container {
  background: none;
}
footer .footerLogo {
  margin-bottom: 30px;
}
@media only screen and (min-width:768px) {
  footer .footerLogo img {
    max-width: 230px;
  }
}
footer .socialIcons {
  margin-bottom: 30px;
  list-style: none;
  text-align: right;
}
@media only screen and (max-width:767.98px) {
  footer .socialIcons {
    text-align: center;
    width: 100%;
  }
}
footer .socialIcons li {
  margin-right: 1.3em;
  display: inline-block;
}
footer .socialIcons li:last-child {
  margin: 0;
}
footer .socialIcons a svg {
  max-height: 24px;
  max-width: 24px;
}
footer small {
  margin-top: 30px;
}
@media only screen and (max-width:369.98px) {
  footer {
    padding: 15px;
  }
}
@media only screen and (max-width:767.98px) {
  footer {
    padding: 15px 0;
  }
  footer .footerLogo,
  footer .socialIcons {
    text-align: center;
  }
}
footer .collapseNav {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
footer .collapseNav ul {
  font-size: 1.4em;
}
@media only screen and (min-width:768px) {
  footer .collapseNav.footerLinks .col-sm-2 {
    width: 20%;
    /* changing size while Movies group is removed */
  }
}
.contentTitle h1 {
  padding-bottom: 20px;
}
a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
a.skip-main:focus,
a.skip-main:active {
  background: #ffffff;
  color: var(--primary);
  font-size: 1.4em;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  left: 20px;
  top: 0;
  width: auto;
  height: auto;
  overflow: auto;
  padding: 10px 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: center;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/* End Master Page Level Styling */
/* Repeating Elements */
.topTitleBlock {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  padding: 0 30px;
}
.topTitleBlock:before {
  display: table;
  content: "";
}
.topTitleBlock:after {
  display: table;
  content: "";
  clear: both;
}
@media only screen and (max-width:767.98px) {
  .topTitleBlock:not(.topTheatreBlock) {
    padding: 5px 15px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 3000;
    background: #eaeae9;
  }
  .topTitleBlock:not(.topTheatreBlock).scrolling,
  .topTitleBlock:not(.topTheatreBlock).smartbanner--ios {
    position: absolute;
  }
}
.topTitleBlock.stick {
  position: fixed;
  background: #eaeae9;
  z-index: 3500;
  box-shadow: 0 -5px 20px #4c4c4c;
}
.topTitleBlock.stick.stuck {
  box-shadow: none;
}
@media only screen and (min-width:768px) {
}
@media only screen and (max-width:767.98px) {
  .topTitleBlock.stick h1 {
    font-size: 2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    margin: 0;
    width: 100%;
  }
}
@media only screen and (min-width:768px) {
  .topTitleBlock.stick h1 {
    margin: 0;
  }
}
@media only screen and (max-width:767.98px) {
  .topTitleBlock.stick {
    width: 100%;
    /*top: 55px;*/
    padding: 10px 15px;
  }
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
  .topTitleBlock.stick {
    width: 100%;
    /*top: 110px;*/
  }
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
  .topTitleBlock.stick {
    width: 100%;
    /*top: 110px;*/
  }
}
@media only screen and (min-width:1200px) {
  .topTitleBlock.stick {
    width: 1160px;
    /*top: 110px;*/
  }
}
.topTitleBlock h1 {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
@media only screen and (max-width:767.98px) {
  .topTitleBlock h1 {
    font-size: 2em;
  }
}
@media only screen and (min-width:768px) {
  .topTitleBlock h1 {
    padding: 20px 0;
  }
}
.topTitleBlock > h1:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width:768px) {
  .topTitleBlock > h1:first-child {
    white-space: nowrap;
    max-width: calc(100% - 225px);
  }
}
.topTitleBlock .titleBlockTabs {
  padding-top: 32px;
  float: right;
  font-size: 1.4em;
}
@media only screen and (max-width:767.98px) {
  .topTitleBlock .titleBlockTabs {
    font-size: 1.6em;
    padding-top: 0px;
  }
}
@media only screen and (min-width:768px) {
  .topTitleBlock .titleBlockTabs li a {
    padding: 8px 0 2px;
    margin: 0 10px;
    padding-bottom: 9px;
  }
}
@media only screen and (max-width:767.98px) {
  .topTitleBlock .title h1 {
    padding-top: 0;
    font-size: 2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    margin: 0;
    width: 100%;
    vertical-align: middle;
  }
}
.topTitleBlock .changeLocation {
  font-size: 1.4em;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  display: inline-block;
  margin-left: 1em;
  vertical-align: middle;
}
@media only screen and (max-width:767.98px) {
  .topTitleBlock .changeLocation {
    display: none;
  }
}
.topTitleBlock .changeLocation a {
  vertical-align: middle;
}
.topTitleBlock.clearfix h1 {
  float: left;
}
.listHeadWithDropdown {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.listHeadWithDropdown:before {
  display: table;
  content: "";
}
.listHeadWithDropdown:after {
  display: table;
  content: "";
  clear: both;
}
.listHeadWithDropdown:first-of-type {
  padding-top: 0;
}
.listHeadWithDropdown.extra {
  padding: 1.5em 0;
}
.listHeadWithDropdown .priceRow:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width:768px) {
  .listHeadWithDropdown {
    margin-bottom: 30px;
  }
}
.listHeadWithDropdown > h2 {
  display: inline;
}
.listHeadWithDropdown .right {
  padding: 0;
}
@media only screen and (max-width:369.98px), only screen and (min-width:370px) and (max-width:450.98px) {
  .listHeadWithDropdown .right {
    margin: 1em 0 0 1em;
  }
}
.listHeadWithDropdown .right #locationSelector #Headline {
  display: inline;
}
#locationSelector.dropdown {
  float: left;
}
#locationSelector.dropdown.right {
  float: right;
  margin-right: 0;
  text-align: right;
  padding-top: 4px;
}
#locationSelector.dropdown.right .marketAreas {
  display: none;
}
#locationSelector .find-theatre {
  margin-top: 20px;
}
@media only screen and (max-width:369.98px), only screen and (min-width:370px) and (max-width:450.98px) {
  #locationSelector .find-theatre {
    margin-top: 0;
    padding-top: 0;
  }
}
#locationSelector .collapseNav div.link {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0 -15px 0;
}
#locationSelector .collapseNav div.link a {
  font-size: 1.6em;
  display: block;
  padding: 15px 30px;
}
@media only screen and (max-width:369.98px), only screen and (min-width:370px) and (max-width:450.98px) {
  #locationSelector .collapseNav div.link a {
    padding: 15px;
  }
}
#locationSelector .dropdown-menu,
#locationSelector.visible-xs {
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  left: -10px;
}
#locationSelector .dropdown-menu form,
#locationSelector.visible-xs form {
  margin: 0;
}
#locationSelector .dropdown-menu form label,
#locationSelector.visible-xs form label {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  display: block;
}
#locationSelector .dropdown-menu form input,
#locationSelector.visible-xs form input {
  border: 0;
  width: calc(100% - 36px);
  vertical-align: middle;
}
#locationSelector .dropdown-menu form button,
#locationSelector.visible-xs form button {
  background: rgba(0, 0, 0, 0.5);
  padding: 0;
  width: 36px;
  height: 36px;
}
#locationSelector .dropdown-menu form button .svg,
#locationSelector.visible-xs form button .svg {
  fill: #ffffff;
}
#locationSelector .dropdown-menu a.fav,
#locationSelector.visible-xs a.fav {
  width: 20px;
  float: left;
}
#locationSelector .dropdown-menu a.theatre,
#locationSelector.visible-xs a.theatre {
  display: block;
  white-space: nowrap;
}
#locationSelector .dropdown-menu .collapseNavCollapse .selectedZip,
#locationSelector.visible-xs .collapseNavCollapse .selectedZip {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  padding-right: 0.5em;
  margin-right: 0.5em;
}
#locationSelector .dropdown-menu {
  z-index: 1100;
  width: calc(100% + 22px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
@-moz-document url-prefix() {
  #locationSelector .dropdown-menu {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  }
}
#locationSelector .dropdown-menu form {
  background: rgba(0, 0, 0, 0.08);
  padding: 20px;
}
#locationSelector .dropdown-menu form label {
  font-size: 1em;
}
#locationSelector .dropdown-menu form input {
  font-size: 1.1em;
  background: #ffffff;
}
#locationSelector .dropdown-menu > div a {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  display: block;
  padding: 20px;
}
#locationSelector .dropdown-menu > div a .arrowRight {
  margin-bottom: -2px;
}
#locationSelector.visible-xs form {
  padding: 15px;
}
@media only screen and (max-width:369.98px) {
  #locationSelector.visible-xs form {
    padding: 15px 0;
  }
}
#locationSelector.visible-xs form input {
  font-size: 1.6em;
}
@media only screen and (max-width:767.98px), only screen and (min-width:768px) {
  #locationSelector.visible-xs .collapseNav {
    margin: 0;
  }
}
#locationSelector.full-theatre-list .find-theatre {
  display: flex;
}
#locationSelector.full-theatre-list .find-theatre form#TheaterSearchForm {
  display: flex;
  justify-content: space-between;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #fff;
  overflow: hidden;
  height: 36px;
}
#locationSelector.full-theatre-list .find-theatre form#TheaterSearchForm input {
  width: auto;
  padding: 6px 12px;
  color: #555;
  background: none;
  border: 1px #CCCCCC solid;
  max-width: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 0;
  overflow: hidden;
}
#locationSelector.full-theatre-list .find-theatre form#TheaterSearchForm input:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#locationSelector.full-theatre-list .find-theatre form#TheaterSearchForm button {
  background: #dd0000;
  height: auto;
}
.contentMain #locationSelector span.changeLocation,
.contentMain #locationLink span.changeLocation {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  padding-left: 0.5rem;
}
@media only screen and (min-width: 369.98px) {
  .contentMain #locationSelector span.changeLocation,
  .contentMain #locationLink span.changeLocation {
    padding-left: 1em;
  }
}
.contentMain #locationSelector .dropdown-menu form,
.contentMain #locationLink .dropdown-menu form {
  background: #ffffff;
}
.contentMain #locationSelector .dropdown-menu form input,
.contentMain #locationLink .dropdown-menu form input {
  background: rgba(0, 0, 0, 0.08);
}
.contentMain #locationSelector .dropdown-menu .marketAreas,
.contentMain #locationLink .dropdown-menu .marketAreas {
  display: none;
}
#locationSelector h2,
#locationSelector h3,
#locationSelector h4 {
  display: inline;
  vertical-align: middle;
}
@media only screen and (max-width:767.98px) {
  #locationSelector .theaterSearchField {
    padding-top: 10px;
  }
  #locationSelector .theaterSearchField h1 {
    display: block;
    margin-bottom: 15px;
  }
  #locationSelector .theaterSearchField .right {
    float: none;
  }
}
#locationSelector .theaterSearchField #TheaterSearchForm input {
  border: 0;
  padding: 0 0.6em;
  height: 36px;
  vertical-align: middle;
}
#locationSelector .theaterSearchField #TheaterSearchForm button {
  padding: 0;
  width: 36px;
  height: 36px;
}
@media only screen and (max-width:767.98px) {
  #locationSelector .theaterSearchField #TheaterSearchForm {
    padding-top: 1em;
  }
  #locationSelector .theaterSearchField #TheaterSearchForm input {
    font-size: 1.6em;
    width: calc(100% - 36px);
  }
  #locationSelector .theaterSearchField #TheaterSearchForm button {
    background: rgba(0, 0, 0, 0.3);
  }
  #locationSelector .theaterSearchField #TheaterSearchForm button svg {
    fill: #ffffff;
  }
}
@media only screen and (min-width:451px) and (max-width:767.98px) {
  #locationSelector .theaterSearchField #TheaterSearchForm input {
    max-width: 400px;
  }
}
@media only screen and (min-width:768px) {
  #locationSelector .theaterSearchField #TheaterSearchForm {
    margin-left: 20px;
    display: inline;
  }
  #locationSelector .theaterSearchField #TheaterSearchForm input {
    font-size: 1.6em;
    background: #ffffff;
    width: calc(100% - 56px);
    max-width: 180px;
  }
  #locationSelector .theaterSearchField #TheaterSearchForm button {
    background: rgba(0, 0, 0, 0.3);
  }
  #locationSelector .theaterSearchField #TheaterSearchForm button svg {
    fill: #ffffff;
  }
}
a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
/* Toasts */
#toast {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  color: #1a1a1a;
  visibility: hidden;
  background-color: #ffffff;
  text-align: center;
  z-index: 10000;
  padding: 20px 0;
  font-size: 18px;
  position: fixed;
  top: 0;
  left: 20px;
  right: 20px;
  bottom: auto;
  width: auto;
  margin: 0 auto;
  max-width: 1100px;
  min-width: 320px;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.02);
  opacity: 0;
}
#toast .error {
  color: var(--primary);
}
#toast .svgIcon {
  margin: 0 5px;
  vertical-align: text-top;
}
#toast.show {
  animation: toast_fadein 0.5s, toast_fadeout 0.5s 2s;
  -webkit-animation: toast_fadein 0.5s, toast_fadeout 0.5s 2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  visibility: visible;
}
@keyframes toast_fadein {
  from {
    transform: translateY(60px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes toast_fadeout {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(60px);
    opacity: 0;
  }
}
@-webkit-keyframes toast_fadein {
  from {
    transform: translateY(60px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes toast_fadeout {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(60px);
    opacity: 0;
  }
}
/* Plus and Minus Buttons */
.plusMinus {
  display: block;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  margin: auto;
  vertical-align: middle;
  cursor: pointer;
  background: #1a1a1a;
}
.plusMinus svg {
  max-height: 28px;
  max-width: 28px;
  padding: 4px;
  fill: #ffffff;
  vertical-align: middle;
}
.plusMinus img {
  /* temporary until SVG implemented */
  max-height: 22px;
  max-width: 22px;
  padding: 4px;
  margin: 3px;
  fill: #ffffff;
  vertical-align: middle;
}
.plusMinus:hover {
  background: #000000;
}
.plusMinus:hover svg {
  fill: #ffffff;
}
.plusMinus.disabled {
  background: rgba(0, 0, 0, 0.2);
  cursor: default;
}
.plusMinus.disabled svg {
  fill: rgba(255, 255, 255, 0.5);
}
.plusMinus.disabled:hover svg {
  fill: rgba(255, 255, 255, 0.5);
}
/* Sidebar */
.sidebar {
  /*@media @desktop-sm {
    width: ~"calc(50% - 70px)";
    max-width:none;
}Turned off for now as it was breaking movie detail pg */
}
@media only screen and (max-width:767.98px) {
  .sidebar {
    padding: 0;
  }
}
@media only screen and (min-width:768px) {
  .sidebar {
    margin: 30px 0 0;
    float: left;
  }
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
  .sidebar.col-md-4 {
    float: none;
  }
}
@media only screen and (min-width:992px) and (max-width:1199.98px), only screen and (min-width:1200px) {
  .sidebar {
    width: calc(1/3 * 100% - 70px);
  }
  .sidebar.col-sm-pull-8 {
    right: calc(2/3 * 100% + 70px);
  }
  .sidebar.col-sm-push-8 {
    left: calc(2/3 * 100% + 70px);
  }
}
@media only screen and (max-width:767.98px) {
  .sidebar > div {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width:768px) {
  .sidebar > div {
    margin-bottom: 30px;
  }
}
.sidebar > div:empty {
  margin: 0;
}
@media only screen and (max-width:767.98px) {
  .sidebarAd img.sidebarOn {
    display: none;
  }
  .sidebarAd img.sidebarOff {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width:768px) {
  .sidebar .sidebarAd img.sidebarOn {
    display: block;
  }
  .sidebar .sidebarAd img.sidebarOff {
    display: none;
  }
}
.sidebarImg {
  padding: 0;
}
.sidebarImg img {
  border-radius: 8px;
}
.sidebarImg:empty {
  margin: 0;
}
/* contentColumn - not to be used with Sidebar */
.contentColumn {
  padding-bottom: 30px;
}
.contentColumn > div {
  padding-top: 10px;
}
.contentColumn h2 svg,
.contentColumn h3 svg {
  margin-left: 0.5em;
}
.contentColumn label {
  margin-top: 1em;
}
.contentColumn label:first-child {
  margin-top: 0;
}
/* contentModule */
.contentModule {
  background: rgba(0, 0, 0, 0.08);
  padding: 15px;
  overflow: hidden;
  border-radius: 4px;
}
.contentModule > h3,
.contentModule > h2,
.contentModule .expansion h3,
.contentModule .expansion h2,
.contentModule .formSection h3,
.contentModule h3.sectionHead,
.contentModule legend {
  margin: 0 0 0.5em 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.contentModule > h3.noline,
.contentModule > h2.noline,
.contentModule .expansion h3.noline,
.contentModule .expansion h2.noline,
.contentModule .formSection h3.noline,
.contentModule h3.sectionHead.noline,
.contentModule legend.noline {
  padding-bottom: 0px;
  border-bottom: none;
  padding-top: 0.5em;
}
@media only screen and (min-width:768px) {
  .contentModule > h3.noline.bottom,
  .contentModule > h2.noline.bottom,
  .contentModule .expansion h3.noline.bottom,
  .contentModule .expansion h2.noline.bottom,
  .contentModule .formSection h3.noline.bottom,
  .contentModule h3.sectionHead.noline.bottom,
  .contentModule legend.noline.bottom {
    margin-bottom: 30px;
  }
}
.contentModule > h3.oline,
.contentModule > h2.oline,
.contentModule .expansion h3.oline,
.contentModule .expansion h2.oline,
.contentModule .formSection h3.oline,
.contentModule h3.sectionHead.oline,
.contentModule legend.oline {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.contentModule > h3.olinepad,
.contentModule > h2.olinepad,
.contentModule .expansion h3.olinepad,
.contentModule .expansion h2.olinepad,
.contentModule .formSection h3.olinepad,
.contentModule h3.sectionHead.olinepad,
.contentModule legend.olinepad {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 1em;
  margin-top: 0.5em;
}
.contentModule > h3.olinepad.extra,
.contentModule > h2.olinepad.extra,
.contentModule .expansion h3.olinepad.extra,
.contentModule .expansion h2.olinepad.extra,
.contentModule .formSection h3.olinepad.extra,
.contentModule h3.sectionHead.olinepad.extra,
.contentModule legend.olinepad.extra {
  padding-top: 1.5em;
  margin-top: 1em;
}
.contentModule > h3.labelMargin,
.contentModule > h2.labelMargin,
.contentModule .expansion h3.labelMargin,
.contentModule .expansion h2.labelMargin,
.contentModule .formSection h3.labelMargin,
.contentModule h3.sectionHead.labelMargin,
.contentModule legend.labelMargin {
  margin-top: calc(1em + 10px);
}
.contentModule fieldset h3 {
  margin-top: 0.25em;
}
.contentModule fieldset .formSection,
.contentModule fieldset h3.sectionHead {
  margin-top: 30px;
}
.contentModule fieldset .formSection.top,
.contentModule fieldset h3.sectionHead.top {
  margin-top: 0;
  padding-top: 0;
}
.contentModule fieldset .sidebarText {
  background: #ffffff;
}
.contentModule fieldset input[type=text],
.contentModule fieldset button {
  height: 36px;
  vertical-align: middle;
}
.contentModule fieldset input[type=text].btn,
.contentModule fieldset button.btn {
  height: auto;
}
.contentModule fieldset input[type=text][type="checkbox"],
.contentModule fieldset button[type="checkbox"] {
  height: auto;
  margin-top: 0;
}
.contentModule fieldset div.twoFields:before {
  display: table;
  content: "";
}
.contentModule fieldset div.twoFields:after {
  display: table;
  content: "";
  clear: both;
}
.contentModule fieldset div.twoFields > * {
  height: 36px;
  width: calc(50% - 7.5px);
}
.contentModule fieldset div.twoFields > *:last-child {
  float: right;
}
.contentModule fieldset .calendarButton {
  background: rgba(0, 0, 0, 0.08);
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  padding: 7px 0;
  text-align: center;
}
.contentModule fieldset .calendarButton:hover {
  cursor: pointer;
}
.contentModule fieldset .calendarButton:hover svg {
  fill: #1a1a1a;
}
.contentModule fieldset .noLabel {
  margin-top: 1em;
}
.contentModule fieldset .ui-datepicker-trigger {
  padding: 8px 9px 9px 9px;
  background: #d9d9d9;
}
.contentModule a.textLink {
  display: block;
  margin-top: 15px;
  font-size: 1.4em;
}
.contentModule a.textLink:first-child {
  margin-top: 0;
}
.contentModule .col-xs-1,
.contentModule .col-xs-2,
.contentModule .col-xs-3,
.contentModule input.col-xs-4 {
  padding: 0.6em 0 0.6em 0.2em;
  text-align: center;
  /* restricting col-xs-4 to inputs as it was conflicting with styling of conf page card total */
}
.contentModule .col-xs-7.right {
  padding: 0;
}
.contentModule label {
  margin-top: 1em;
}
.contentModule label.top {
  margin-top: 0;
  padding-top: 0;
}
.contentModule > label:first-child,
.contentModule .expansion label:first-child {
  margin-top: 0;
}
.contentModule input[type="file"] {
  background: none;
  padding: 0;
  max-width: 100%;
}
.contentModule .expansion {
  margin-top: 30px;
}
.contentModule .cartSummary h2 {
  margin: 5px 0;
}
.contentModule .cartSummary .btn-flex:first-child {
  margin-top: 1em;
}
.contentModule p:last-child {
  margin-bottom: 15px;
}
.contentModule ul,
.contentModule ol {
  font-size: 1.4em;
  padding-left: 1em;
}
.contentModule ul ul,
.contentModule ol ul,
.contentModule ul ol,
.contentModule ol ol {
  font-size: 1em;
}
.contentModule .bottom {
  margin-bottom: 15px;
}
.contentModule .contourField h2 {
  font-size: 2em;
  font-weight: 400;
  margin-top: 30px;
}
.contentModule .contourField p:last-child {
  margin-bottom: 0;
}
.contentModule .contourField.checkbox:before {
  display: table;
  content: "";
}
.contentModule .contourField.checkbox:after {
  display: table;
  content: "";
  clear: both;
}
.contentModule .contourField.checkbox label {
  float: right;
  margin: 0;
  padding: 0;
}
.contentModule .contourField.checkbox div {
  float: right;
  margin: 0.3em;
}
.contentModule .row .col-xs-6 select,
.contentModule .row .col-xs-6 input[type="text"] {
  width: 100%;
}
.contentModule .paymentOptions {
  text-align: center;
  margin: 30px 0 15px;
}
.contentModule .paymentOptions > div {
  margin: 15px 0;
}
.contentModule .paymentOptions .cnkBtnChasePay {
  font-size: 1.6em;
  display: inline-block;
  padding: 0.6em 1.25em;
  white-space: nowrap;
  margin: 1em 1em 0 1em;
  cursor: pointer;
  text-align: center;
  border-radius: 28px;
  font-weight: 600;
  color: #ffffff;
  background: #0758bc;
  padding: 4px;
  overflow: hidden;
}
.contentModule .paymentOptions .cnkBtnChasePay:hover,
.contentModule .paymentOptions .cnkBtnChasePay:focus {
  background: #0758bc;
  color: #ffffff;
}
.contentModule .paymentOptions .cnkBtnChasePay.right {
  float: right;
  margin-right: 0;
}
.contentModule .paymentOptions .cnkBtnChasePay.btn-flex {
  margin: 0;
}
.contentModule .paymentOptions .cnkBtnChasePay input {
  padding: 0;
  height: 30px !important;
  width: 97px !important;
}
.contentModule .paymentOptions .learnMore {
  font-size: 1.1em;
  display: block;
  margin: 5px auto 10px;
  cursor: default;
}
.contentModule .paymentOptions .or {
  width: 100%;
  position: relative;
  margin: 0;
}
.contentModule .paymentOptions .or:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 50%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  width: 100%;
  z-index: 0;
}
.contentModule .paymentOptions .or span {
  font-size: 1.4em;
  background: #eaeae9;
  position: relative;
  padding: 0 0.5em;
}
.contentModule .paymentOptions .visa-src-tooltip-inline {
  position: relative;
  bottom: 1px;
  height: 14px;
  width: auto;
}
.contentModule .modeFullPayment label {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.modeSavedPayment.ccField > label:first-child {
  margin-top: 0;
}
/* Content Modules as Cards with Image Header */
.contentModule.promoCard {
  background: none;
  padding: 0;
}
.contentModule.promoCard .cardImage {
  margin: 0 0 1px;
}
.contentModule.promoCard .cardBody {
  padding: 15px;
}
.contentModule.promoCard .cardBody:before {
  display: table;
  content: "";
}
.contentModule.promoCard .cardBody:after {
  display: table;
  content: "";
  clear: both;
}
.contentModule.promoCard .cardBody h2,
.contentModule.promoCard .cardBody h3 {
  margin-top: 0;
  font-family: 'Work Sans Bold', sans-serif;
  font-size: 20px;
}
.contentModule.promoCard .cardBody p {
  white-space: pre-line;
}
.contentModule.promoCard .cardBody > *:last-child {
  margin-bottom: 0;
}
.contentModule.promoCard .cardBody .promoLink {
  color: var(--primary);
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6em;
}
.contentModuleLight {
  background: #ffffff;
  padding: 15px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.contentModuleLight > h3,
.contentModuleLight > h2,
.contentModuleLight .expansion h3,
.contentModuleLight .expansion h2,
.contentModuleLight .formSection h3,
.contentModuleLight h3.sectionHead {
  margin: 0 0 0.5em 0;
  padding-bottom: 0.5em;
}
.contentModuleLight > h3.noline,
.contentModuleLight > h2.noline,
.contentModuleLight .expansion h3.noline,
.contentModuleLight .expansion h2.noline,
.contentModuleLight .formSection h3.noline,
.contentModuleLight h3.sectionHead.noline {
  padding-bottom: 0px;
  border-bottom: none;
  padding-top: 0.5em;
}
@media only screen and (min-width:768px) {
  .contentModuleLight > h3.noline.bottom,
  .contentModuleLight > h2.noline.bottom,
  .contentModuleLight .expansion h3.noline.bottom,
  .contentModuleLight .expansion h2.noline.bottom,
  .contentModuleLight .formSection h3.noline.bottom,
  .contentModuleLight h3.sectionHead.noline.bottom {
    margin-bottom: 30px;
  }
}
.contentModuleLight > h3.oline,
.contentModuleLight > h2.oline,
.contentModuleLight .expansion h3.oline,
.contentModuleLight .expansion h2.oline,
.contentModuleLight .formSection h3.oline,
.contentModuleLight h3.sectionHead.oline {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.contentModuleLight > h3.olinepad,
.contentModuleLight > h2.olinepad,
.contentModuleLight .expansion h3.olinepad,
.contentModuleLight .expansion h2.olinepad,
.contentModuleLight .formSection h3.olinepad,
.contentModuleLight h3.sectionHead.olinepad {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 1em;
  margin-top: 0.5em;
}
.contentModuleLight > h3.olinepad.extra,
.contentModuleLight > h2.olinepad.extra,
.contentModuleLight .expansion h3.olinepad.extra,
.contentModuleLight .expansion h2.olinepad.extra,
.contentModuleLight .formSection h3.olinepad.extra,
.contentModuleLight h3.sectionHead.olinepad.extra {
  padding-top: 1.5em;
  margin-top: 1em;
}
.contentModuleLight > h3.labelMargin,
.contentModuleLight > h2.labelMargin,
.contentModuleLight .expansion h3.labelMargin,
.contentModuleLight .expansion h2.labelMargin,
.contentModuleLight .formSection h3.labelMargin,
.contentModuleLight h3.sectionHead.labelMargin {
  margin-top: calc(1em + 10px);
}
.contentModuleLight h4 {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.contentModuleLight fieldset h3 {
  margin-top: 0.25em;
}
.contentModuleLight fieldset .formSection,
.contentModuleLight fieldset h3.sectionHead {
  margin-top: 30px;
}
.contentModuleLight fieldset .formSection.top,
.contentModuleLight fieldset h3.sectionHead.top {
  margin-top: 0;
  padding-top: 0;
}
.contentModuleLight fieldset .sidebarText {
  background: #ffffff;
}
.contentModuleLight fieldset input,
.contentModuleLight fieldset button {
  height: 36px;
  vertical-align: middle;
}
.contentModuleLight fieldset input.btn,
.contentModuleLight fieldset button.btn {
  height: auto;
}
.contentModuleLight fieldset input[type="checkbox"],
.contentModuleLight fieldset button[type="checkbox"] {
  height: auto;
  margin-top: 0;
}
.contentModuleLight fieldset div.twoFields:before {
  display: table;
  content: "";
}
.contentModuleLight fieldset div.twoFields:after {
  display: table;
  content: "";
  clear: both;
}
.contentModuleLight fieldset div.twoFields > * {
  height: 36px;
  width: calc(50% - 7.5px);
}
.contentModuleLight fieldset div.twoFields > *:last-child {
  float: right;
}
.contentModuleLight fieldset .calendarButton {
  background: rgba(0, 0, 0, 0.08);
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  padding: 7px 0;
  text-align: center;
}
.contentModuleLight fieldset .calendarButton:hover {
  cursor: pointer;
}
.contentModuleLight fieldset .calendarButton:hover svg {
  fill: #1a1a1a;
}
.contentModuleLight fieldset .noLabel {
  margin-top: 1em;
}
.contentModuleLight a.textLink {
  display: block;
  margin-top: 15px;
  font-size: 1.4em;
}
.contentModuleLight a.textLink:first-child {
  margin-top: 0;
}
.contentModuleLight .col-xs-1,
.contentModuleLight .col-xs-2,
.contentModuleLight .col-xs-3,
.contentModuleLight input.col-xs-4 {
  padding: 0.6em 0 0.6em 0.2em;
  text-align: center;
  /* restricting col-xs-4 to inputs as it was conflicting with styling of conf page card total */
}
.contentModuleLight .col-xs-7.right {
  padding: 0;
}
.contentModuleLight label {
  margin-top: 1em;
}
.contentModuleLight label.top {
  margin-top: 0;
  padding-top: 0;
}
.contentModuleLight > label:first-child,
.contentModuleLight .expansion label:first-child {
  margin-top: 0;
}
.contentModuleLight input[type="file"] {
  background: none;
  padding: 0;
  max-width: 100%;
}
.contentModuleLight .expansion {
  margin-top: 30px;
}
.contentModuleLight .cartSummary h2 {
  margin: 5px 0;
}
.contentModuleLight .cartSummary .btn-flex:first-child {
  margin-top: 1em;
}
.contentModuleLight p:last-child {
  margin-bottom: 15px;
}
.contentModuleLight ul {
  font-size: 1.4em;
  padding-left: 1em;
}
.contentModuleLight ul ul {
  font-size: 1em;
}
.contentModuleLight ul li {
  margin: 12px 0;
}
.contentModuleLight ul li:first-child {
  margin-top: 12px;
}
.contentModuleLight ul li:last-child {
  margin-bottom: 0px;
}
.contentModuleLight .bottom {
  margin-bottom: 15px;
}
.contentModuleLight .contourField h2 {
  font-size: 2em;
  font-weight: 400;
  margin-top: 30px;
}
.contentModuleLight .contourField p:last-child {
  margin-bottom: 0;
}
.contentModuleLight .contourField.checkbox:before {
  display: table;
  content: "";
}
.contentModuleLight .contourField.checkbox:after {
  display: table;
  content: "";
  clear: both;
}
.contentModuleLight .contourField.checkbox label {
  float: right;
  margin: 0;
  padding: 0;
}
.contentModuleLight .contourField.checkbox div {
  float: right;
  margin: 0.3em;
}
.contentModuleLight .row .col-xs-6 select,
.contentModuleLight .row .col-xs-6 input[type="text"] {
  width: 100%;
}
.contentModuleLight .paymentOptions {
  text-align: center;
  margin: 5px 0 20px;
}
.contentModuleLight .paymentOptions > div {
  margin: 15px 0;
}
.contentModuleLight .paymentOptions .cnkBtnChasePay {
  font-size: 1.6em;
  display: inline-block;
  padding: 0.6em 1.25em;
  white-space: nowrap;
  margin: 1em 1em 0 1em;
  cursor: pointer;
  text-align: center;
  border-radius: 28px;
  font-weight: 600;
  color: #ffffff;
  background: #0758bc;
  padding: 4px;
  overflow: hidden;
}
.contentModuleLight .paymentOptions .cnkBtnChasePay:hover,
.contentModuleLight .paymentOptions .cnkBtnChasePay:focus {
  background: #0758bc;
  color: #ffffff;
}
.contentModuleLight .paymentOptions .cnkBtnChasePay.right {
  float: right;
  margin-right: 0;
}
.contentModuleLight .paymentOptions .cnkBtnChasePay.btn-flex {
  margin: 0;
}
.contentModuleLight .paymentOptions .cnkBtnChasePay input {
  padding: 0;
  height: 30px !important;
  width: 97px !important;
}
.contentModuleLight .paymentOptions .learnMore {
  font-size: 1.1em;
  display: block;
  margin: 5px auto 10px;
  cursor: default;
}
.contentModuleLight .paymentOptions .or {
  width: 100%;
  position: relative;
  margin: 0;
}
.contentModuleLight .paymentOptions .or:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 50%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  width: 100%;
  z-index: 0;
}
.contentModuleLight .paymentOptions .or span {
  font-size: 1.4em;
  background: #eaeae9;
  position: relative;
  padding: 0 0.5em;
}
p.formLabelDetails {
  border: none;
  margin-top: 0;
  padding-top: 0;
  font-size: 1.1em;
}
label {
  font-size: 1.6em;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.contentMain input,
.contentModule input,
.contentModule textarea,
.contentColumn input {
  font-size: 1.6em;
}
.contentMain input:not(.btn),
.contentModule input:not(.btn),
.contentModule textarea:not(.btn),
.contentColumn input:not(.btn) {
  border: none;
}
.contentMain input:last-child,
.contentModule input:last-child,
.contentModule textarea:last-child,
.contentColumn input:last-child {
  margin-bottom: 0;
}
.contentMain input[type="text"],
.contentModule input[type="text"],
.contentModule textarea[type="text"],
.contentColumn input[type="text"],
.contentMain input[type="password"],
.contentModule input[type="password"],
.contentModule textarea[type="password"],
.contentColumn input[type="password"],
.contentMain input[type="tel"],
.contentModule input[type="tel"],
.contentModule textarea[type="tel"],
.contentColumn input[type="tel"],
.contentMain input[type="number"],
.contentModule input[type="number"],
.contentModule textarea[type="number"],
.contentColumn input[type="number"],
.contentMain input[type="email"],
.contentModule input[type="email"],
.contentModule textarea[type="email"],
.contentColumn input[type="email"] {
  width: 100%;
  padding: 0.6em;
  border: 1px solid #CCCCCC;
}
.contentMain input[type="text"].col-xs-4,
.contentModule input[type="text"].col-xs-4,
.contentModule textarea[type="text"].col-xs-4,
.contentColumn input[type="text"].col-xs-4,
.contentMain input[type="password"].col-xs-4,
.contentModule input[type="password"].col-xs-4,
.contentModule textarea[type="password"].col-xs-4,
.contentColumn input[type="password"].col-xs-4,
.contentMain input[type="tel"].col-xs-4,
.contentModule input[type="tel"].col-xs-4,
.contentModule textarea[type="tel"].col-xs-4,
.contentColumn input[type="tel"].col-xs-4,
.contentMain input[type="number"].col-xs-4,
.contentModule input[type="number"].col-xs-4,
.contentModule textarea[type="number"].col-xs-4,
.contentColumn input[type="number"].col-xs-4,
.contentMain input[type="email"].col-xs-4,
.contentModule input[type="email"].col-xs-4,
.contentModule textarea[type="email"].col-xs-4,
.contentColumn input[type="email"].col-xs-4 {
  width: calc(1/3 * 100%);
}
.contentModule textarea {
  background: #ffffff;
  width: 100%;
  padding: 0.6em;
}
input.sidebarText {
  width: 100%;
}
input.sidebarText.calendar {
  width: calc(100% - 36px);
}
select.sidebarText {
  max-width: 100%;
  height: auto;
  border: 1px solid #CCCCCC;
  background: #ffffff;
  font-size: 1.6em;
  margin-bottom: 1rem;
  padding: 0.6em;
  text-indent: 0.01px;
  text-overflow: "";
}
/*.row {
    h3.top {
        margin: 0;
    }
    
    // This was breaking the layout for topTitleBlock and the theatreInfoCollapse
    @media @mobile {
        margin-left:0;
        margin-right:0;
    }
}*/
.ticketMgTen {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ticketMgTwenPd {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 1em;
}
.ticketMgTwenPd.ticketTheatreTitle {
  margin-bottom: 0px;
}
@media only screen and (max-width:767.98px), only screen and (min-width:768px) and (max-width:991.98px) {
  .ticketMgTwenPd {
    padding-top: 0;
  }
}
.btn-flex {
  width: auto;
  display: inline-block;
  margin: 1em auto 0;
}
@media only screen and (max-width:767.98px) {
  .btn-flex {
    width: 100%;
    display: block;
  }
}
.btn-flex:first-child {
  margin: 2em auto 0;
}
.btn-wide {
  width: 100%;
  margin: 1em auto 0;
}
.btn-wide:first-child {
  margin: 2em auto 0;
}
.container > picture > .hero,
.container > .row > picture > .hero {
  width: 100%;
  max-width: 100%;
}
/* contentMain */
.contentMain {
  margin: 30px 0;
  /*@media @desktop-sm {
        width:~"calc(50% + 70px)";
    } Turned off for now as it was breaking movie detail pg*/
  /* Tabbed Content under contentMain*/
}
@media only screen and (max-width:767.98px) {
  .contentMain {
    margin: 0 0 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .contentMain .contentDetails {
    padding-left: 0;
    font-size: 0.9em;
  }
  .contentMain.t30 {
    margin-top: 30px;
  }
  .contentMain.t15 {
    margin-top: 15px;
  }
}
@media only screen and (max-width:767.98px) {
  .contentMain .tempFixTopMargin {
    margin-top: 15px;
  }
}
.contentMain.top {
  margin-top: 0;
  padding-top: 0;
}
.contentMain .contentDetails {
  padding: 0;
}
.contentMain section > .contentDetails {
  padding-left: 15px;
}
@media only screen and (min-width:992px) and (max-width:1199.98px), only screen and (min-width:1200px) {
  .contentMain {
    width: calc(2/3 * 100% + 70px);
  }
  .contentMain.col-sm-push-4 {
    left: calc(1/3 * 100% - 70px);
  }
  .contentMain.col-sm-pull-4 {
    right: calc(1/3 * 100% - 70px);
  }
}
@media only screen and (min-width:768px) {
  .contentMain.full-width {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.contentMain.full-width h2:first-child {
  margin-top: 0;
}
.contentMain.full-width h3 {
  padding-bottom: 0px;
  border-bottom: none;
}
.contentMain.full-width h3.uline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.contentMain.full-width h3.ulinepad {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.contentMain.full-width .columnList {
  margin: 30px 0;
}
.contentMain.full-width .columnList:first-child {
  margin-top: 0;
}
@media only screen and (min-width:451px) and (max-width:767.98px) {
  .contentMain.full-width .columnList {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }
  .contentMain.full-width .columnList.wide {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
}
@media only screen and (min-width:768px) and (max-width:991.98px), only screen and (min-width:992px) and (max-width:1199.98px) {
  .contentMain.full-width .columnList {
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
  }
  .contentMain.full-width .columnList.wide {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }
}
@media only screen and (min-width:1200px) {
  .contentMain.full-width .columnList {
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4;
  }
  .contentMain.full-width .columnList.wide {
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
  }
}
.contentMain.full-width .columnList h3:first-child {
  margin-top: 0;
}
.contentMain.full-width .columnList h5 {
  margin-top: 0;
}
.contentMain.full-width .columnList h5 a {
  display: block;
  padding: 0.35em 0;
}
.contentMain.full-width .columnList h5 a span:first-child {
  padding-right: 0.25em;
}
.contentMain.full-width .columnList .theatres-by-state {
  break-inside: avoid-column;
}
.contentMain.full-width .columnList ul {
  line-height: 18px;
  list-style-type: none;
  padding: 0;
}
.contentMain.full-width .columnList ul a {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.contentMain.container {
  padding: 15px;
  margin: 0 auto;
}
@media only screen and (max-width:767.98px), only screen and (min-width:768px) and (max-width:991.98px) {
  .contentMain.container {
    width: auto;
  }
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
  .contentMain.container {
    width: 100%;
  }
}
@media only screen and (min-width:1200px) {
  .contentMain.container {
    width: 1160px;
  }
}
.contentMain.container.container-grey {
  background: #F9F9F9;
}
@media only screen and (min-width:768px) {
  .contentMain.container.container--desktop-padding {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
  }
}
.contentMain.container.container--xl {
  width: 100%;
  max-width: 1420px;
}
@media only screen and (max-width:767.98px) {
  .contentMain.container.container--full-width-mobile .carousel-container {
    padding: 0;
  }
}
@media only screen and (min-width:768px) {
  .contentMain.container {
    padding: 30px 30px 0;
  }
  .contentMain.container .uline {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width:767.98px) {
  .contentMain.container .col-sm-6 {
    padding: 15px 15px 0;
  }
  .contentMain.container .col-sm-6:first-child {
    padding-top: 0;
  }
  .contentMain.container .col-sm-6 h3 {
    margin-top: 0;
  }
  .contentMain.container .uline {
    padding-bottom: 15px;
    margin-bottom: -15px;
  }
}
.contentMain > img.hero,
.contentMain > picture img.hero {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width:767.98px) {
  .contentMain > img.hero,
  .contentMain > picture img.hero {
    max-width: unset;
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}
.contentMain h2 span.right {
  display: inline-block;
  font-size: initial;
  padding: 0.5em 0;
  white-space: nowrap;
}
.contentMain h2 span.right:hover {
  cursor: pointer;
}
.contentMain h2 span.right:hover a {
  color: #000000;
}
.contentMain h2 span.right:hover svg {
  fill: #1a1a1a;
}
.contentMain h2 span.right.inherit {
  font-size: 1em;
  padding: 0 0.5em 0 0;
}
.contentMain h2.ulinepad {
  margin: 0.5em 0;
  padding-bottom: 0.5em;
}
.contentMain h2.top {
  margin-top: 0;
  padding-top: 0;
}
.contentMain > h3 {
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.contentMain .callout > h3 {
  padding-bottom: 1.5em;
}
.contentMain .callout > h3 a {
  color: var(--primary);
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.contentMain .callout > h3 a:hover {
  color: var(--primary-darker);
}
.contentMain > p {
  margin-bottom: 2em;
}
@media only screen and (max-width:767.98px) {
  .contentMain .col-sm-8 {
    padding: 0;
  }
}
.contentMain .col-sm-8 h3 {
  padding-top: 1em;
}
@media only screen and (max-width:767.98px), only screen and (min-width:768px) and (max-width:991.98px) {
  .contentMain .col-sm-8 h3 {
    padding-top: 0;
  }
}
.contentMain .col-sm-8 .row {
  margin-top: 0.25em;
}
.contentMain .col-sm-8 .row:first-of-type {
  margin-top: 2em;
}
.contentMain .col-sm-8 .row:first-of-type > div {
  padding-top: 0;
  padding-bottom: 0;
}
.contentMain .row .svgIcon {
  margin: 0 0.5em;
}
.contentMain .row.ulinepad .favoriteOn,
.contentMain .row.ulinepad .favoriteOff {
  margin-top: 1em;
}
.contentMain .row .btn {
  margin-top: 0;
  margin-bottom: 8px;
}
.contentMain .row .btn.labelMargin {
  margin-top: calc(1em + 10px);
}
@media only screen and (max-width:767.98px) {
  .contentMain .row .col-xs-12 {
    margin-top: 1.5em;
  }
  .contentMain .row .col-xs-12:first-of-type {
    margin-top: 1em;
  }
  .contentMain .row .col-xs-12 .labelMargin {
    margin-top: 0;
  }
}
.contentMain section,
.contentMain div.section {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.contentMain section:last-of-type,
.contentMain div.section:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
@media only screen and (max-width:767.98px) {
  .contentMain section:last-of-type,
  .contentMain div.section:last-of-type {
    margin-bottom: 30px;
  }
}
.contentMain section:empty,
.contentMain div.section:empty {
  display: none;
}
.contentMain section.noline,
.contentMain div.section.noline {
  padding-bottom: 0px;
  border-bottom: none;
}
.contentMain section .productImage,
.contentMain div.section .productImage {
  padding-left: 0;
}
.contentMain section > .contentModule,
.contentMain div.section > .contentModule,
.contentMain section > .contentImage,
.contentMain div.section > .contentImage {
  border-radius: 4px;
}
@mobile {
  margin: 0 0 15px;
}
@media only screen and (min-width:768px) {
  .contentMain section > .contentModule,
  .contentMain div.section > .contentModule,
  .contentMain section > .contentImage,
  .contentMain div.section > .contentImage {
    margin: 0 0 30px;
  }
}
.contentMain section > .contentModule .img-responsive,
.contentMain div.section > .contentModule .img-responsive,
.contentMain section > .contentImage .img-responsive,
.contentMain div.section > .contentImage .img-responsive {
  width: 100%;
}
.contentMain section .center,
.contentMain div.section .center {
  float: none;
  display: block;
  margin: auto;
}
.contentMain .contentModule {
  margin-top: 30px;
}
@media only screen and (max-width:767.98px) {
  .contentMain .contentModule {
    margin-top: 0;
  }
}
.contentMain .contentModule.top {
  margin-top: 0;
}
.contentMain .contentModule ul {
  font-size: 10px;
}
.contentMain > .col-sm-1:first-child,
.contentMain > .col-sm-2:first-child,
.contentMain > .col-sm-3:first-child,
.contentMain > .col-sm-4:first-child,
.contentMain > .col-sm-5:first-child,
.contentMain > .col-sm-6:first-child,
.contentMain > .col-sm-7:first-child,
.contentMain > .col-sm-8:first-child,
.contentMain > .col-sm-9:first-child,
.contentMain > section > .col-sm-1:first-child,
.contentMain > section > .col-sm-2:first-child,
.contentMain > section > .col-sm-3:first-child,
.contentMain > section > .col-sm-4:first-child,
.contentMain > section > .col-sm-5:first-child,
.contentMain > section > .col-sm-6:first-child,
.contentMain > section > .col-sm-7:first-child,
.contentMain > section > .col-sm-8:first-child,
.contentMain > section > .col-sm-9:first-child {
  padding-left: 0;
}
.contentMain > .col-sm-1:last-child,
.contentMain > .col-sm-2:last-child,
.contentMain > .col-sm-3:last-child,
.contentMain > .col-sm-4:last-child,
.contentMain > .col-sm-5:last-child,
.contentMain > .col-sm-6:last-child,
.contentMain > .col-sm-7:last-child,
.contentMain > .col-sm-8:last-child,
.contentMain > .col-sm-9:last-child,
.contentMain > section > .col-sm-1:last-child,
.contentMain > section > .col-sm-2:last-child,
.contentMain > section > .col-sm-3:last-child,
.contentMain > section > .col-sm-4:last-child,
.contentMain > section > .col-sm-5:last-child,
.contentMain > section > .col-sm-6:last-child,
.contentMain > section > .col-sm-7:last-child,
.contentMain > section > .col-sm-8:last-child,
.contentMain > section > .col-sm-9:last-child {
  padding-right: 0;
}
.contentMain > .row {
  margin-left: 0;
  margin-right: 0;
}
.contentMain > .row .col-xs-1,
.contentMain > .row .col-xs-2,
.contentMain > .row .col-xs-3,
.contentMain > .row .col-xs-4,
.contentMain > .row .col-xs-5,
.contentMain > .row .col-xs-6,
.contentMain > .row .col-xs-7,
.contentMain > .row .col-sm-4,
.contentMain > .row .col-md-1,
.contentMain > .row .col-md-2,
.contentMain > .row .col-md-3,
.contentMain > .row .col-md-4,
.contentMain > .row .col-lg-5,
.contentMain > .row .col-lg-6,
.contentMain > .row .col-lg-7 {
  padding-left: 0;
  padding-right: 0;
}
.contentMain ul li,
.contentMain ol li {
  font-size: 1.4em;
}
.contentMain ul li.finit,
.contentMain ol li.finit {
  font-size: 10px;
}
.contentMain ul.nav-tabs li,
.contentMain ol.nav-tabs li {
  font-size: 1.6em;
}
@media only screen and (max-width:767.98px) {
  .contentMain ul.nav-tabs li a,
  .contentMain ol.nav-tabs li a,
  .contentMain ul.nav-tabs li.dateDisplay,
  .contentMain ol.nav-tabs li.dateDisplay {
    padding-top: 10px;
  }
}
@media only screen and (max-width:767.98px) {
  .contentMain > ul.nav-tabs li {
    font-size: 1.6em;
  }
}
@media only screen and (min-width:768px) {
  .contentMain > ul.nav-tabs li {
    font-size: 2em;
  }
}
.contentMain div.showtimeBlockTabs ul li {
  font-size: 1em;
}
@media only screen and (min-width:1200px) {
  .contentMain div.showtimeBlockTabs ul li {
    padding: 0 6px;
  }
}
.contentMain > .tab-content {
  margin-top: 30px;
}
.contentMain a.textLink {
  color: var(--primary);
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.contentMain a.textLink:hover {
  color: var(--primary-darker);
}
.contentMain .contentTabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 1.4em;
}
@media only screen and (max-width:767.98px) {
  .contentMain .contentTabs {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width:768px) {
  .contentMain .contentTabs {
    margin-bottom: 20px;
  }
}
.contentMain .contentTabs .nav-tabs li:first-child {
  padding-left: 0;
}
.contentMain.specialEvent {
  margin: 10px 0 30px;
  /*.row {
        .btn {
            margin: 0;

            + .btn {
                margin-top: 15px;
            }
        }
    }*/
}
.contentMain.specialEvent > .col-sm-1:first-child,
.contentMain.specialEvent > .col-sm-2:first-child,
.contentMain.specialEvent > .col-sm-3:first-child,
.contentMain.specialEvent > .col-sm-4:first-child,
.contentMain.specialEvent > .col-sm-5:first-child,
.contentMain.specialEvent > .col-sm-6:first-child,
.contentMain.specialEvent > .col-sm-7:first-child,
.contentMain.specialEvent > .col-sm-8:first-child,
.contentMain.specialEvent > .col-sm-9:first-child,
.contentMain.specialEvent > section > .col-sm-1:first-child,
.contentMain.specialEvent > section > .col-sm-2:first-child,
.contentMain.specialEvent > section > .col-sm-3:first-child,
.contentMain.specialEvent > section > .col-sm-4:first-child,
.contentMain.specialEvent > section > .col-sm-5:first-child,
.contentMain.specialEvent > section > .col-sm-6:first-child,
.contentMain.specialEvent > section > .col-sm-7:first-child,
.contentMain.specialEvent > section > .col-sm-8:first-child,
.contentMain.specialEvent > section > .col-sm-9:first-child {
  padding-left: 15px;
}
.contentMain.specialEvent > .col-sm-1:last-child,
.contentMain.specialEvent > .col-sm-2:last-child,
.contentMain.specialEvent > .col-sm-3:last-child,
.contentMain.specialEvent > .col-sm-4:last-child,
.contentMain.specialEvent > .col-sm-5:last-child,
.contentMain.specialEvent > .col-sm-6:last-child,
.contentMain.specialEvent > .col-sm-7:last-child,
.contentMain.specialEvent > .col-sm-8:last-child,
.contentMain.specialEvent > .col-sm-9:last-child,
.contentMain.specialEvent > section > .col-sm-1:last-child,
.contentMain.specialEvent > section > .col-sm-2:last-child,
.contentMain.specialEvent > section > .col-sm-3:last-child,
.contentMain.specialEvent > section > .col-sm-4:last-child,
.contentMain.specialEvent > section > .col-sm-5:last-child,
.contentMain.specialEvent > section > .col-sm-6:last-child,
.contentMain.specialEvent > section > .col-sm-7:last-child,
.contentMain.specialEvent > section > .col-sm-8:last-child,
.contentMain.specialEvent > section > .col-sm-9:last-child {
  padding-right: 15px;
}
.contentMain.specialEvent .col-sm-8 {
  padding-left: 15px;
  padding-right: 15px;
}
.contentMain.specialEvent > .row {
  margin-left: 0;
  margin-right: 0;
}
.contentMain.specialEvent > .row .col-xs-1,
.contentMain.specialEvent > .row .col-xs-2,
.contentMain.specialEvent > .row .col-xs-3,
.contentMain.specialEvent > .row .col-xs-4,
.contentMain.specialEvent > .row .col-xs-5,
.contentMain.specialEvent > .row .col-xs-6,
.contentMain.specialEvent > .row .col-xs-7,
.contentMain.specialEvent > .row .col-sm-4,
.contentMain.specialEvent > .row .col-md-1,
.contentMain.specialEvent > .row .col-md-2,
.contentMain.specialEvent > .row .col-md-3,
.contentMain.specialEvent > .row .col-md-4,
.contentMain.specialEvent > .row .col-lg-5,
.contentMain.specialEvent > .row .col-lg-6,
.contentMain.specialEvent > .row .col-lg-7 {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width:369.98px) {
  .contentMain.specialEvent #movieDetails .movie-detail-title {
    margin-left: 105px;
  }
}
@media only screen and (min-width:370px) and (max-width:450.98px) {
  .contentMain.specialEvent #movieDetails .movie-detail-title {
    margin-left: 125px;
  }
}
@media only screen and (min-width:451px) and (max-width:767.98px) {
  .contentMain.specialEvent #movieDetails .movie-detail-title {
    margin-left: 145px;
  }
}
.contentMain.specialEvent #movieDetails .movie-detail-title h1 {
  display: block;
}
@media only screen and (max-width:767.98px) {
  .contentMain.specialEvent #movieDetails .movie-detail-title h1 {
    font-size: 20px;
  }
}
.contentMain.specialEvent #movieDetails .movie-detail-title p {
  font-size: 16px;
}
@media only screen and (min-width:768px) {
  .contentMain.specialEvent #movieDetails .movie-detail-title p {
    font-size: 20px;
  }
}
.SpecialEventTheatre {
  margin-top: 0 !important;
}
.SpecialEventTheatre .specialEventTheatreInner {
  margin: 0 0 20px 0;
  padding: 20px;
  border: 1px solid #CCCCCC !important;
  border-radius: 4px;
  cursor: pointer;
}
.SpecialEventTheatre .specialEventTheatreInner.selectedTheater {
  border: 1px solid #dd0000 !important;
}
.SpecialEventTheatre .specialEventTheatreInner h3 {
  font-size: 16px;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.specialEventShowtimesList {
  padding: 0;
  margin: 0;
  list-style: none;
}
.specialEventShowtimesList li {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.specialEventShowtimesList li .showtimeBox {
  display: block;
  padding: 0.6em 5px;
  margin: 0 0.5em 0.65em 0;
  font-size: 1.1em;
  line-height: 21px;
  text-align: center;
  border-radius: 0.35em;
  border: 1px solid #CCCCCC;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
}
.specialEventShowtimesList li .showtimeBox:hover {
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
}
.specialEventShowtimesList li .showtimeBox.showtimeIsPurchased::before {
  content: url('../images/ic_checkmarkGreen.svg');
  vertical-align: text-top;
}
@media only screen and (max-width:767.98px) {
  .specialEventPassSelection {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
@media only screen and (min-width:768px) {
  .specialEventPassSelection {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.specialEventPassSelection .dfbPassPoster {
  margin-right: 20px;
  max-width: 80px;
}
@media only screen and (min-width:370px) and (max-width:450.98px) {
  .specialEventPassSelection .dfbPassPoster {
    max-width: 100px;
  }
}
@media only screen and (min-width:451px) and (max-width:767.98px) {
  .specialEventPassSelection .dfbPassPoster {
    max-width: 120px;
  }
}
@media only screen and (min-width:768px) {
  .specialEventPassSelection .dfbPassPoster {
    margin-right: 25px;
    max-width: 280px;
  }
}
.specialEventPassSelection .quantityControls {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 14px;
}
.specialEventPassSelection .quantityControls .qdisp {
  padding: 10px;
}
.specialEventPassSelection .quantityControls .pricingDisplaySpacing {
  padding: 10px;
}
.specialEventPassSelection .quantityControls .quantityplusMinus + .pricingDisplaySpacing {
  padding-left: 20px;
}
#ParticipatingTheatres {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media only screen and (min-width:451px) and (max-width:767.98px), only screen and (min-width:768px) {
  #ParticipatingTheatres {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
#ParticipatingTheatres h2 {
  display: block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
@media only screen and (max-width:767.98px) {
  #ParticipatingTheatres h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.locationServicesButton {
  background: none;
  border: none;
  padding: 5px;
  margin: 0 0 0 5px;
  vertical-align: middle;
}
@media only screen and (min-width:768px) {
  .locationServicesButton {
    margin: 0 0 0 10px;
  }
}
.locationServicesButton #lastZipSearched {
  font-size: 14px;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  vertical-align: middle;
}
/* Price Row for Shopping Cart and Confirmation */
.priceRow {
  font-size: 1.6em;
  margin: 0.5em 0 1em;
}
.priceRow:before {
  display: table;
  content: "";
}
.priceRow:after {
  display: table;
  content: "";
  clear: both;
}
.priceRow.heading {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  margin: 0;
}
.priceRow.super {
  font-size: 1.1em;
  margin: 0 0 -0.7em;
}
.priceRow.sub {
  font-size: 1.1em;
  margin: -1.4em 0 1.4em;
}
.priceRow.sub.has-checkbox {
  padding-left: 25px;
}
.priceRow.sub:last-child {
  margin-bottom: 0;
}
.priceRow > *,
.priceRow > .col-xs-3 {
  padding: 0 7.5px;
  text-align: right;
}
.priceRow > *:first-child,
.priceRow > .col-xs-3:first-child {
  padding-left: 0;
  text-align: left;
}
.priceRow > *:last-child,
.priceRow > .col-xs-3:last-child {
  padding-right: 0;
}
.priceRow .regPrice {
  font-size: 10px;
  padding-right: 0.5em;
  text-decoration: line-through;
}
.priceRow .discountPrice {
  font-size: 16px;
}
.priceRow .concession-ingredient-note {
  margin: 0 0 10px;
  font-size: 11px;
}
.priceRow .bxgy-detail {
  margin: 0;
  padding: 0;
}
.priceRow .icon:first-of-type {
  margin-left: 1em;
}
.priceRow .icon:first-of-type.attached {
  margin-left: 0.25em;
}
.priceRow .icon .svgIcon {
  max-height: 16px;
  max-width: 16px;
  vertical-align: text-top;
}
.priceRow .icon.estimated-tax-icon {
  max-width: 18px;
  margin: 0.25em;
}
.priceRow label {
  margin: 0;
  font-size: 1em;
}
.priceRow label input[type="checkbox"] {
  margin: 0 8px 0 0;
}
.partialLineItem {
  margin: 0 0 20px;
}
.concession-fulfillment-message {
  margin: 20px 0 15px;
  font-size: 1.4em;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
@media screen and (max-width: 375px) {
  .concessions-offer-image {
    display: none;
  }
}
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) {
  .concessions-offer-image {
    display: none;
  }
}
.contentModule fieldset .inputPriceRow:before {
  display: table;
  content: "";
}
.contentModule fieldset .inputPriceRow:after {
  display: table;
  content: "";
  clear: both;
}
.contentModule fieldset .inputPriceRow input {
  height: auto;
}
/* Promo Code Display for Shopping Cart and Confirmation */
.promoCodeRow {
  font-size: 1.1em;
  margin-bottom: 0.5em;
}
.promoCodeRow:before {
  display: table;
  content: "";
}
.promoCodeRow:after {
  display: table;
  content: "";
  clear: both;
}
.promoCodeRow > * {
  width: 50%;
  float: left;
}
.promoCodeRow #RemoveDiscount {
  text-align: right;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  color: var(--primary);
}
.promoCodeRow #RemoveDiscount:hover {
  color: var(--primary-darker);
}
.promoCodeName {
  font-size: 1.6em;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  margin-bottom: 0.25em;
}
.promoCodeDescription {
  font-size: 1.1em;
}
.DiscountDetailMessage {
  font-size: 1.1em;
}
@media only screen and (max-width:767.98px) {
  .contentModule {
    margin: 20px 0;
  }
}
.sidebar .priceRow.sub {
  margin: -1em 0 1.4em;
}
.ulinepad .priceRow:last-child {
  margin-bottom: 0;
}
/* Sections within a Product on Cart or Confirmation */
.cartProductSection {
  margin-bottom: 30px;
}
.cartProductSection .cartProductDetail {
  font-size: 1.6em;
  margin-bottom: 10px;
}
.cartProductSection .cartProductDetail:last-child {
  margin-bottom: 0;
}
.auditoriumBlurb {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
/* Credit Card Photo Capture */
#scanCreditCard .cardNumber {
  width: calc(100% - 100px);
}
#scanCreditCard #ScanCard {
  width: 100px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: rgba(0, 0, 0, 0.2);
  padding: 0;
}
/* Content Section */
section.contentSection .contentMain .col-xs-9,
section.contentSection .sidebar .col-xs-9 {
  padding-right: 15px;
}
section.contentSection .contentDetails h5 {
  display: inline-block;
  margin-right: 1em;
  margin-top: 0;
}
section.contentSection .contentDetails h5:last-child {
  margin-right: 0;
}
section.contentSection .contentDetails > h5 {
  margin-top: 0;
}
section.contentSection .contentDetails div h5 {
  margin-bottom: 0;
}
@media only screen and (max-width:767.98px) {
  section.contentSection {
    padding: 0;
  }
  section.contentSection .contentMain {
    margin: 15px 0;
  }
  section.contentSection .contentMain > div:first-child {
    padding-left: 0;
  }
  section.contentSection .contentMain > div:last-child {
    padding-right: 0;
  }
  section.contentSection .contentMain > div.contentDetails {
    padding-left: 0;
    font-size: 0.9em;
  }
}
@media only screen and (min-width:768px) {
  section.contentSection .contentMain {
    padding: 0 15px 0 0;
  }
  section.contentSection .sidebar {
    padding: 0 15px;
  }
  section.contentSection hr {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
/* Content Grids */
.contentGrid {
  margin-top: 20px;
}
.contentGrid h3 {
  color: #dd0000;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  display: block;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.contentGrid h3.ulinepad {
  padding-bottom: 0;
  border-bottom: 0;
}
@media only screen and (min-width:768px) {
  .contentGrid {
    margin-top: 30px;
  }
}
.contentGrid.top {
  margin-top: 0;
  padding-top: 0;
}
.contentGrid .col-md-3,
.contentGrid .col-md-4 {
  margin-bottom: 40px;
}
.contentGrid .col-md-3 img,
.contentGrid .col-md-4 img {
  width: 100%;
  border-radius: 4px;
}
.contentGrid .col-md-3 p,
.contentGrid .col-md-4 p {
  margin-top: 1em;
}
.contentGrid.row > p {
  margin: 0 15px;
}
@media only screen and (max-width:767.98px) {
  .contentGrid .col-md-4 {
    padding: 0;
  }
}
@media only screen and (max-width:767.98px) {
  .contentGrid .col-xs-6:nth-child(2n+1),
  .contentGrid .col-sm-6:nth-child(2n+1) {
    padding-right: 7.5px;
  }
  .contentGrid .col-xs-6:nth-child(2n+2),
  .contentGrid .col-sm-6:nth-child(2n+2) {
    padding-left: 7.5px;
  }
  .contentGrid .col-xs-6:nth-child(2n+1),
  .contentGrid .col-sm-6:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width:451px) and (max-width:767.98px), only screen and (min-width:768px) and (max-width:991.98px) {
  .contentGrid .col-xs-12 {
    width: 50%;
  }
  .contentGrid .col-xs-12:nth-child(2n+1) {
    padding-right: 7.5px;
  }
  .contentGrid .col-xs-12:nth-child(2n+2) {
    padding-left: 7.5px;
  }
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
  .contentGrid .col-xs-12 {
    width: 50%;
  }
  .contentGrid .col-xs-12:nth-child(2n+1) {
    padding-right: 7.5px;
  }
  .contentGrid .col-xs-12:nth-child(2n+2) {
    padding-left: 7.5px;
  }
  .contentGrid .col-sm-4:nth-child(3n+1) {
    clear: both;
  }
  .contentGrid .col-md-4:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width:992px) and (max-width:1199.98px), only screen and (min-width:1200px) {
  .contentGrid .col-md-3:nth-child(4n+1) {
    clear: both;
  }
  .contentGrid .col-md-4:nth-child(3n+1) {
    clear: both;
  }
}
.contentGrid .col-xs-12 h3.ulinepad .trunc {
  width: auto;
  max-width: calc(100% - 30px);
  display: inline-block;
  vertical-align: middle;
}
.contentGrid .card {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6em;
}
.contentGrid .card:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.2s;
  -webkit-transition: -webkit-box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
}
.contentGrid .card .buttons {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.contentGrid .card .buttons:before {
  display: table;
  content: "";
}
.contentGrid .card .buttons:after {
  display: table;
  content: "";
  clear: both;
}
.contentGrid .card .buttons .button {
  background: rgba(0, 0, 0, 0.08);
  display: block;
  padding: 0.5em 0;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.contentGrid .card .buttons .button:hover {
  background: rgba(0, 0, 0, 0.2);
}
.contentGrid .card .buttons .button:last-child {
  border: 0;
}
.contentMain.top > #filteredResultsErrorMessage {
  margin-top: 30px;
}
/* Theatre Lists */
.theatreList {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.theatreList .theatreBlock {
  padding-bottom: 30px;
}
.theatreList--grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
@media only screen and (min-width:992px) and (max-width:1199.98px), only screen and (min-width:1200px) {
  .theatreList--grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
.theatreList--grid .theatreBlock {
  display: flex;
  flex-direction: column;
}
.theatreList--grid .theatreBlock > div {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.theatreList--grid .theatreBlock .theatreBlockLower {
  flex: 1 0 auto;
}
.theatreList--grid .theatreBlock.vr-class {
  grid-column-start: 1;
  grid-column-end: -1;
}
.theatreList--grid .theatreBlock.vr-class .showtimeTheatrePhoto img {
  width: 100%;
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
  .theatreBlockShowtimes:nth-child(2n+3) {
    clear: both;
  }
}
@media only screen and (min-width:992px) and (max-width:1199.98px), only screen and (min-width:1200px) {
  .theatreBlockShowtimes:nth-child(3n+4) {
    clear: both;
  }
}
.contentMain .theatreListHeader {
  /*Theatre List title and location selector*/
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 1em;
  margin-bottom: 1em;
  margin-top: 30px;
}
.contentMain .theatreListHeader:first-of-type {
  padding-top: 0;
}
.contentMain .theatreListHeader.extra {
  padding: 1.5em 0;
}
.contentMain .theatreListHeader .priceRow:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width:767.98px) {
  .contentMain .theatreListHeader {
    margin-top: 0;
  }
}
.contentMain .theatreListHeader:first-child {
  margin-top: 10px;
}
.contentMain .theatreListHeader h2 {
  display: inline;
  width: calc(100% - 190px);
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width:369.98px), only screen and (min-width:370px) and (max-width:450.98px) {
  .contentMain .theatreListHeader h2 {
    display: none;
  }
  .contentMain .theatreListHeader h2.visible-xs {
    display: block;
  }
}
@media only screen and (min-width:768px) {
  .contentMain .theatreListHeader h2 {
    padding-top: 4px;
  }
}
.contentMain .theatreListHeader h2.mobileTheatreListHeader {
  display: none;
}
@media only screen and (max-width:369.98px), only screen and (min-width:370px) and (max-width:450.98px) {
  .contentMain .theatreListHeader h2.mobileTheatreListHeader {
    display: inline;
  }
}
.contentMain .theatreListHeader h2.nearby-theatres {
  float: none;
}
.contentMain .theatreListHeader :not(.theatreListHeader--content-page):before {
  display: table;
  content: "";
}
.contentMain .theatreListHeader :not(.theatreListHeader--content-page):after {
  display: table;
  content: "";
  clear: both;
}
.contentMain .theatreListHeader.theatreListHeader--content-page {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  padding: 0;
  border: 0;
}
.contentMain .theatreListHeader.theatreListHeader--content-page h2 {
  width: auto;
  padding: 0;
}
.contentMain .theatreListHeader.theatreListHeader--content-page #locationSelector.dropdown {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.contentMain .theatreListHeader.theatreListHeader--content-page #locationSelector.dropdown h3 {
  margin: 0;
  font-family: 'Work Sans Semi-bold', sans-serif;
  font-size: 1.8rem;
}
.contentMain .theatreListHeader.theatreListHeader--content-page #locationSelector.dropdown h3 .svgIcon {
  fill: #dd0000;
}
.contentMain .theatreListHeader.theatreListHeader--content-page #locationSelector.dropdown h3 > * {
  display: inline-block;
  vertical-align: middle;
}
.contentMain .theatreListHeader.theatreListHeader--content-page #locationSelector.dropdown .changeLocation a {
  color: #dd0000;
  font-family: 'Work Sans Bold', sans-serif;
}
.contentMain .theatreListHeader.theatreListHeader--content-page #locationSelector.dropdown .changeLocation a .arrowDown {
  display: none;
}
.contentMain .theatreListHeader.theatreListHeader--content-page #locationSelector.dropdown .dropdown-menu {
  min-width: 280px;
  top: 0;
  right: 0;
  left: auto;
}
.contentMain .theatreListHeader.theatreListHeader--content-page #locationSelector.dropdown .dropdown-menu form .form-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.contentMain .theatreListHeader.theatreListHeader--content-page #locationSelector.dropdown .dropdown-menu form .form-heading:before,
.contentMain .theatreListHeader.theatreListHeader--content-page #locationSelector.dropdown .dropdown-menu form .form-heading:after {
  content: none;
}
.contentMain .theatreListHeader.theatreListHeader--content-page #locationSelector.dropdown .dropdown-menu form .form-heading svg {
  fill: #dd0000;
}
.contentMain .theatreListHeader.theatreListHeader--content-page #locationSelector.dropdown .dropdown-menu form .form-heading .form-heading__location {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 1.8rem;
}
.contentMain .theatreListHeader.theatreListHeader--content-page #locationSelector.dropdown .dropdown-menu form .form-heading .form-heading__location:before,
.contentMain .theatreListHeader.theatreListHeader--content-page #locationSelector.dropdown .dropdown-menu form .form-heading .form-heading__location:after {
  content: none;
}
.contentMain .theatreListHeader.theatreListHeader--content-page #locationSelector.dropdown .dropdown-menu form .form-heading .form-heading__current-zip {
  font-family: 'Work Sans Semi-bold', sans-serif;
}
.contentMain .theatreListHeader.theatreListHeader--content-page #locationSelector.dropdown .dropdown-menu form .form-heading .form-heading__text {
  color: #dd0000;
  font-size: 1.6rem;
  font-family: 'Work Sans Bold', sans-serif;
}
.contentMain .theatreListHeader.theatreListHeader--content-page #locationSelector.dropdown .dropdown-menu form label {
  font-family: 'Work Sans Bold', sans-serif;
}
.contentMain .theatreListHeader.theatreListHeader--content-page #locationSelector.dropdown .dropdown-menu form input {
  background: #fff;
  border: 1px #d0d0d0 solid;
  width: 100%;
  margin-bottom: 1.5rem;
}
.contentMain .theatreListHeader.theatreListHeader--content-page #locationSelector.dropdown .dropdown-menu form .btn-primary {
  background: #dd0000;
  padding: 1rem 2rem;
  width: 100%;
  height: auto;
  font-size: 1em;
}
.contentMain .theatreListHeader.theatreListHeader--content-page #locationSelector.dropdown-menu {
  background: #fff;
}
/* Collapse Nav */
.collapseNav {
  margin-bottom: 1em;
}
@media only screen and (max-width:369.98px) {
  .collapseNav {
    margin: 0 -15px;
  }
}
@media only screen and (min-width:370px) and (max-width:450.98px), only screen and (min-width:451px) and (max-width:767.98px) {
  .collapseNav {
    margin: 0 -15px;
    /*was -30, but was breaking on movie detail... conflict somewhere?*/
  }
}
.collapseNav h4 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  margin: 0 0 0.5em;
}
.collapseNav ul {
  font-size: 1.6em;
  list-style: none;
  padding: 0;
}
.collapseNav ul li {
  list-style: none;
  padding: 0;
}
@media only screen and (max-width:767.98px) {
  .collapseNav ul li > a {
    padding: 10px 15px;
  }
}
.collapseNav a.collapseNavHead {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.collapseNav .collapseNavCollapse {
  font-size: 1.6em;
  background: rgba(0, 0, 0, 0.08);
}
.collapseNav .collapseNavCollapse a {
  background: rgba(0, 0, 0, 0.08);
  display: block;
  height: 100%;
  width: 100%;
  padding: 10px 15px;
}
.collapseNav .collapseNavCollapse a.clicked {
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin-top: -1px;
  transition: ease-in-out background 0.2s;
  font-weight: bold;
}
.collapseNav .collapseNavCollapse a.clicked .arrowDown {
  border-bottom: 2px solid #1a1a1a;
  border-left: 2px solid #1a1a1a;
  border-top: 0;
  border-right: 0;
  margin: 4px;
}
.collapseNav .collapseNavCollapse svg {
  float: right;
  padding-top: 5px;
}
@media only screen and (max-width:767.98px) {
  .collapseNav .collapse.in {
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
    margin-bottom: -1px;
    padding-bottom: 1px;
  }
}
@media only screen and (max-width:767.98px) {
  .collapseNav .contentModule {
    padding: 0;
    /*background:transparent;*/
  }
  .collapseNav .contentModule:last-child {
    margin-bottom: 0;
  }
  .collapseNav .contentModule > div {
    padding: 15px 30px;
  }
  .collapseNav .contentModule.navbar-collapse {
    background: #ffffff;
    padding: 15px;
  }
  .collapseNav .contentModule.navbar-collapse input:not(.btn) {
    background: rgba(0, 0, 0, 0.12);
  }
}
@media only screen and (min-width:768px) {
  .collapseNav .contentModule {
    padding: 15px;
    margin-bottom: 30px;
  }
}
.sidebar .collapseNav {
  margin-bottom: 0;
}
.sidebar .collapseNav .collapseNavCollapse a.clicked {
  background: #f3f3f3;
}
@media only screen and (max-width:767.98px) {
  .sidebar .collapseNav .collapseNavCollapse a.clicked {
    background: #ffffff;
  }
}
.sidebar .collapseNav .navbar-collapse {
  width: 100%;
}
@media only screen and (max-width:767.98px) {
  .sidebar .collapseNav .navbar-collapse {
    background: #ffffff;
    margin-bottom: -1px;
  }
  .sidebar .collapseNav .navbar-collapse > div h3:first-child,
  .sidebar .collapseNav .navbar-collapse > div h4:first-child,
  .sidebar .collapseNav .navbar-collapse > div h5:first-child {
    margin-top: 0;
  }
}
/* Collapse Nav in Top Title Block */
.topTitleBlock {
  /* Only use the topTitleBlock--flex modifier with a topTitleBlock that calls the TheaterComponents.ChangeTheater helper */
}
.topTitleBlock .collapseNav {
  background: none;
  margin: 0;
}
.topTitleBlock .collapseNav .collapseNavCollapse,
.topTitleBlock .collapseNav ul {
  font-size: inherit;
}
@media only screen and (max-width:767.98px) {
  .topTitleBlock .collapseNav .nav-tabs > li {
    float: none;
  }
  .topTitleBlock .collapseNav .nav-tabs > li a:hover,
  .topTitleBlock .collapseNav .nav-tabs > li.active a,
  .topTitleBlock .collapseNav .nav-tabs > li.active a:hover,
  .topTitleBlock .collapseNav .nav-tabs > li.active a:focus {
    border: 0;
  }
  .topTitleBlock .collapseNav .nav-tabs > li:first-child a::before {
    content: 'All';
  }
  .topTitleBlock .collapseNav .collapse.in {
    margin: 0;
  }
}
@media only screen and (max-width:767.98px) {
  .topTitleBlock.contentParent .nav-tabs > li:first-child {
    display: none;
  }
}
@media only screen and (max-width:767.98px) {
  .topTitleBlock .title h1 {
    float: none;
  }
  .topTitleBlock .titleBlockTabs {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    float: none;
    margin: 10px -15px 0;
  }
  .topTitleBlock .titleBlockTabs .nav-tabs {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
  }
}
.topTitleBlock.topTitleBlock--flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  position: static;
}
@media only screen and (max-width:767.98px) {
  .topTitleBlock.topTitleBlock--flex {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.topTitleBlock.topTitleBlock--flex .changeLocation {
  display: block;
  margin-left: 0;
}
.topTitleBlock.topTitleBlock--flex .dropdown {
  float: none !important;
  padding-top: 0 !important;
}
@media (max-width: 430px) {
  .topTitleBlock.topTitleBlock--flex .dropdown {
    flex-grow: 1;
  }
}
.topTitleBlock.topTitleBlock--flex .dropdown .marketAreas {
  display: none;
}
.topTitleBlock.topTitleBlock--flex:before,
.topTitleBlock.topTitleBlock--flex:after {
  display: none;
}
.topTitleBlock.topTitleBlock--flex #locationSelector .dropdown-menu {
  width: 100%;
  min-width: 280px;
  max-width: 400px;
  top: 0;
  left: auto;
  right: 0;
}
/* Collapse Nav Unmigrated*/
@media only screen and (max-width:767.98px) {
  .collapseNav > div {
    padding: 0;
    margin-top: 1px;
  }
  .collapseNav ul {
    margin-bottom: 0;
  }
  .collapseNav li {
    display: block;
  }
  .collapseNav li > a {
    display: block;
    height: 100%;
    width: 100%;
  }
  .collapseNav li > a:last-child {
    margin-bottom: 0;
  }
  .collapseNav li > a svg {
    float: right;
  }
  .collapseNav li > a:hover {
    background: rgba(0, 0, 0, 0.12);
  }
  .collapseNav li > a:hover svg {
    fill: #1a1a1a;
    cursor: pointer;
  }
}
@media only screen and (min-width:768px) {
  .collapseNav li > a .arrowRight {
    display: none;
  }
}
/* Forms */
.validation-summary-errors {
  padding: 25px 30px;
  background: #ffdddd;
  color: var(--primary);
  border-left: 15px solid #dd0000;
  margin: 0 0 30px;
}
.validation-summary-errors h2 {
  margin: 0;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.validation-summary-errors ul {
  font-size: 10px;
  margin: 1em 0 0;
  list-style-type: square;
}
@media only screen and (max-width:767.98px) {
  .validation-summary-errors ul {
    padding-left: 1em;
  }
}
.validation-summary-errors ul li {
  font-size: 1.4em;
  text-align: left;
}
.validation-summary-errors ul a {
  color: var(--primary);
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  text-decoration: underline;
}
.validation-summary-errors ul a:hover {
  color: var(--primary-darker);
}
.validation-summary-errors li {
  font-size: 1.4em;
  text-align: left;
}
.validation-summary-errors.validation-summary-errors--no-offset {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.validation-summary-errors--icon {
  display: grid;
  grid-template-columns: 36px 1fr;
  margin: 0 auto 20px;
  border: 0;
  border-radius: 6px;
  padding: 20px 30px;
}
.validation-summary-errors--icon a {
  grid-column-start: 2;
}
.validation-summary-valid > ul {
  display: none;
}
.validation-summary-valid.validation-summary-errors > ul {
  display: block;
}
.contentMain .validation-summary-errors {
  padding: 15px;
  margin: 0;
}
.sidebar .validation-summary-errors,
.contentModule .validation-summary-errors {
  margin-bottom: 10px;
  padding: 15px;
}
.sidebar .validation-summary-errors h3,
.contentModule .validation-summary-errors h3 {
  margin: 0;
}
.sidebar .validation-summary-errors ul,
.contentModule .validation-summary-errors ul {
  padding-left: 0.75em;
}
.sidebar .validation-summary-errors ul:first-child,
.contentModule .validation-summary-errors ul:first-child {
  margin: 0;
}
.sidebar .validation-summary-errors ul li,
.contentModule .validation-summary-errors ul li {
  list-style: square;
  display: list-item;
}
.container .input-validation-error {
  border-left: 8px solid #dd0000;
  background: #ffdddd;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 8px;
}
#CheckoutFormDiv .validation-summary-errors,
#Summary .validation-summary-errors {
  margin: 0 0 20px;
}
#CheckoutFormDiv .validation-summary-errors ul,
#Summary .validation-summary-errors ul {
  padding: 0;
  margin: 0;
}
#CheckoutFormDiv #validationSummaryRecurlyCode {
  margin: -5px -15px 10px;
}
#CheckoutFormDiv #ValidationSummarySuperSaver {
  margin: -5px -15px 10px;
}
#CardIssuerDiv {
  max-width: 320px;
  margin: 1em auto 0;
}
#CardIssuerDiv:before {
  display: table;
  content: "";
}
#CardIssuerDiv:after {
  display: table;
  content: "";
  clear: both;
}
@media only screen and (min-width:768px) {
  #CardIssuerDiv {
    max-width: 340px;
  }
}
#CardIssuerDiv div {
  background: #ffffff;
  width: calc(25% - 15px);
  margin: 7.5px;
  float: left;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
#CardIssuerDiv.Visa .visa {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.12);
}
#CardIssuerDiv.Visa .mastercard img,
#CardIssuerDiv.Visa .amex img,
#CardIssuerDiv.Visa .discover img {
  -webkit-filter: grayscale(100%) opacity(35%);
  filter: grayscale(100%) opacity(35%);
}
#CardIssuerDiv.MasterCard .mastercard {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.12);
}
#CardIssuerDiv.MasterCard .visa img,
#CardIssuerDiv.MasterCard .amex img,
#CardIssuerDiv.MasterCard .discover img {
  -webkit-filter: grayscale(100%) opacity(35%);
  filter: grayscale(100%) opacity(35%);
}
#CardIssuerDiv.AmericanExpress .amex {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.12);
}
#CardIssuerDiv.AmericanExpress .visa img,
#CardIssuerDiv.AmericanExpress .mastercard img,
#CardIssuerDiv.AmericanExpress .discover img {
  -webkit-filter: grayscale(100%) opacity(35%);
  filter: grayscale(100%) opacity(35%);
}
#CardIssuerDiv.Discover .discover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.12);
}
#CardIssuerDiv.Discover .visa img,
#CardIssuerDiv.Discover .mastercard img,
#CardIssuerDiv.Discover .amex img {
  -webkit-filter: grayscale(100%) opacity(35%);
  filter: grayscale(100%) opacity(35%);
}
.contentColumn #CardIssuerDiv {
  max-width: 280px;
  margin: 2em auto 0;
}
/* Promotional Content */
.contentImage {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (max-width:767.98px) {
  .contentImage {
    margin-bottom: 15px;
  }
  .contentImage .img-responsive {
    width: 100%;
  }
}
.topPromoBlock .contentImage {
  border-radius: unset;
}
@media only screen and (max-width:767.98px) {
  .topPromoBlock .contentImage {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width:768px) {
  .topPromoBlock .contentImage {
    margin-bottom: 0;
  }
}
.topPromoBlock .contentImage img {
  width: 100%;
}
.promoOverContentGrid .contentImage {
  margin-bottom: 0;
}
.promoLink {
  font-size: 1.4em;
}
.bottomPromoBlock .contentImage {
  width: 25%;
  float: left;
  padding: 0 15px;
}
.sidebar .contentModule {
  background: var(--surface);
  border: 1px solid #E4E4E4;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 30px;
}
.sidebar .contentModule.checkoutviewcontainer,
.sidebar .contentModule.checkoutviewcontainersubscriptions,
.sidebar .contentModule#PrivateEventFormDiv {
  background: rgba(0, 0, 0, 0.08);
}
.sidebar .contentModule.checkoutviewcontainer h3 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.sidebar .contentModule h3 {
  font-size: 20px;
  font-family: 'Work Sans Bold', sans-serif;
}
@media only screen and (max-width:767.98px) {
  .sidebar .contentModule {
    margin-bottom: 15px;
  }
}
.sidebar .contentModule video {
  width: 100%;
}
.sidebar .contentModule--bgblk8 {
  background: rgba(0, 0, 0, 0.08);
}
#registrationForm .contentModule,
#signInForm .contentModule {
  background: rgba(0, 0, 0, 0.08);
}
.mobileBannerPromoBlock {
  background: #1a1a1a;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
}
@media only screen and (max-width:369.98px), only screen and (min-width:370px) and (max-width:450.98px) {
  .mobileBannerPromoBlock {
    max-height: 60px;
  }
  .mobileBannerPromoBlock .contentImage {
    margin: auto;
    max-width: 300px;
  }
}
@media only screen and (min-width:451px) and (max-width:767.98px) {
  .mobileBannerPromoBlock {
    max-height: 90px;
  }
  .mobileBannerPromoBlock .contentImage {
    margin: auto;
    max-width: 728px;
  }
}
.mobileBannerPromoBlock .closeX {
  display: block;
  position: relative;
  float: right;
  height: 20px;
  width: 20px;
  margin: 4px 4px -24px 0;
  border-radius: 10px;
  background: #1a1a1a;
  font-size: 1em;
  line-height: 1em;
}
.mobileBannerPromoBlock .closeX a {
  display: block;
  padding: 4px;
}
.mobileBannerPromoBlock .closeX .svgIcon {
  fill: #ffffff;
}
/* Video & Trailer Thumbnail Views */
.videoThumb {
  float: left;
  position: relative;
  margin-bottom: 15px;
}
.videoThumb:first-child {
  width: 100%;
}
.videoThumb:nth-child(1n+2) {
  width: calc(50% - 7.5px);
}
.videoThumb:nth-child(2n+2) {
  margin-right: 15px;
}
.videoThumb:last-child {
  margin-bottom: 0;
}
.videoThumb .play {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url('/images/videoOverlay.png') no-repeat;
  background-position: 50% 50%;
  background-size: 40%;
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out;
}
.videoThumb .play:hover {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.videoThumb img {
  width: 100%;
}
/* Search Results */
.theatresMap {
  width: 'calc(100% + 30px)';
}
@media only screen and (max-width:767.98px) {
  .theatresMap {
    margin: 0 -15px 30px;
  }
}
@media only screen and (max-width:369.98px), only screen and (min-width:370px) and (max-width:450.98px) {
  .theatresMap {
    height: 200px;
  }
}
@media only screen and (min-width:451px) and (max-width:767.98px), only screen and (min-width:768px) and (max-width:991.98px), only screen and (min-width:992px) and (max-width:1199.98px) {
  .theatresMap {
    height: 240px;
  }
}
@media only screen and (min-width:1200px) {
  .theatresMap {
    height: 300px;
  }
}
@media only screen and (min-width:768px) {
  .theatresMap {
    margin: 0 0 30px;
  }
}
.theatresMap .MicrosoftMap #MicrosoftNav .NavBar_MapTypeButtonContainerWrapper,
.theatresMap .MicrosoftMap #MicrosoftNav #RadialMenu {
  display: none;
  /* Turning off the map type selector */
}
@media only screen and (max-width:369.98px) {
  #xsFilters.contentModule {
    padding: 0 15px 15px;
  }
}
@media only screen and (min-width:370px) and (max-width:450.98px), only screen and (min-width:451px) and (max-width:767.98px) {
  #xsFilters.contentModule {
    padding: 0 30px 15px;
  }
}
#xsFilters.contentModule > div {
  padding: 0.5em 0;
}
#xsFilters.contentModule > div.hidden-xs {
  padding: 0;
}
#xsFilters.contentModule > div .moviesFilterTitle {
  margin: 0 0 0.25em 0;
  font-size: 2em;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
#xsFilters h3 {
  margin: 1em 0 0.25em;
  padding-bottom: 0.25em;
}
#xsFilters h3:first-child {
  margin-top: 0;
}
#xsFilters h3.group {
  padding-bottom: 0px;
  border-bottom: none;
}
@media only screen and (max-width:767.98px) {
  #xsFilters h3.group {
    margin-top: 0.5em;
  }
}
#xsFilters fieldset {
  margin-top: 15px;
}
@media only screen and (max-width:767.98px) {
  #xsFilters fieldset {
    margin-top: 0;
  }
}
#xsFilters legend {
  margin: 1em 0 0.25em;
  padding-bottom: 0.25em;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  font-size: 2em;
  color: #1a1a1a;
}
#xsFilters legend.group {
  padding-bottom: 0px;
  border-bottom: none;
}
@media only screen and (max-width:767.98px) {
  #xsFilters legend.group {
    margin-top: 0.5em;
  }
}
#xsFilters label {
  margin: 8px 0;
}
#SearchResults > p,
#TheaterSearchDiv > p {
  padding: 0 15px;
}
/* Contour Forms */
.contour form > div > h3:first-child {
  margin: 0 0 0.5em 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.contour span.field-validation-error {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  margin-top: 0.75em;
  display: inline-block;
}
/* Shopping/Checkout Cart Links */
.checkout-links a {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  color: var(--primary);
}
/* Discount/Series Callouts within Showtimes */
.showtimeCallout,
.discountCallout {
  margin: 1em 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.showtimeCallout:before,
.discountCallout:before {
  display: table;
  content: "";
}
.showtimeCallout:after,
.discountCallout:after {
  display: table;
  content: "";
  clear: both;
}
.showtimeCallout:nth-child(2),
.discountCallout:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding: 15px 0;
}
.showtimeCallout.noline,
.discountCallout.noline {
  padding-bottom: 0px;
  border-bottom: none;
  margin: 0;
}
.showtimeCallout .showtimeCalloutIcon,
.discountCallout .showtimeCalloutIcon,
.showtimeCallout .discountIcon,
.discountCallout .discountIcon {
  float: left;
  width: 26px;
  margin-right: 10px;
}
.showtimeCallout .showtimeCalloutIcon a .svgIcon,
.discountCallout .showtimeCalloutIcon a .svgIcon,
.showtimeCallout .discountIcon a .svgIcon,
.discountCallout .discountIcon a .svgIcon {
  fill: var(--primary);
  max-height: 26px;
  max-width: 26px;
}
.showtimeCallout .showtimeCalloutIcon a:hover .svgIcon,
.discountCallout .showtimeCalloutIcon a:hover .svgIcon,
.showtimeCallout .discountIcon a:hover .svgIcon,
.discountCallout .discountIcon a:hover .svgIcon {
  fill: var(--primary-darker);
}
.showtimeCallout .showtimeCalloutBlurb,
.discountCallout .showtimeCalloutBlurb,
.showtimeCallout .discountBlurb,
.discountCallout .discountBlurb {
  float: left;
  width: calc(100% - 36px);
}
.showtimeCallout .showtimeCalloutBlurb h4,
.discountCallout .showtimeCalloutBlurb h4,
.showtimeCallout .discountBlurb h4,
.discountCallout .discountBlurb h4 {
  margin-top: 4px;
}
.showtimeCallout .showtimeCalloutBlurb a,
.discountCallout .showtimeCalloutBlurb a,
.showtimeCallout .discountBlurb a,
.discountCallout .discountBlurb a {
  color: var(--primary);
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.showtimeCallout .showtimeCalloutBlurb a:hover,
.discountCallout .showtimeCalloutBlurb a:hover,
.showtimeCallout .discountBlurb a:hover,
.discountCallout .discountBlurb a:hover {
  color: var(--primary-darker);
}
.showtimeCallout .showtimeCalloutBlurb p > a,
.discountCallout .showtimeCalloutBlurb p > a,
.showtimeCallout .discountBlurb p > a,
.discountCallout .discountBlurb p > a {
  white-space: nowrap;
  display: inline-block;
  float: right;
}
.showtimeCallout .cnkCheckbox,
.discountCallout .cnkCheckbox {
  margin: 1em 0 0;
}
.showtimeCallout .cnkCheckbox:before,
.discountCallout .cnkCheckbox:before {
  display: table;
  content: "";
}
.showtimeCallout .cnkCheckbox:after,
.discountCallout .cnkCheckbox:after {
  display: table;
  content: "";
  clear: both;
}
.showtimeCallout .cnkCheckbox input[type=checkbox],
.discountCallout .cnkCheckbox input[type=checkbox] {
  display: inline-block;
  vertical-align: top;
  margin: 4px;
}
.showtimeCallout .cnkCheckbox label,
.discountCallout .cnkCheckbox label {
  font-size: 1.4em;
  display: inline-block;
  margin-top: 0;
  width: calc(100% - 30px);
  vertical-align: top;
}
.showtimeCallout .cnkCheckbox label div,
.discountCallout .cnkCheckbox label div {
  margin-top: 0.5em;
}
.showtimeCallout .cnkCheckbox label div a,
.discountCallout .cnkCheckbox label div a {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  color: var(--primary);
}
.sidebar .contentModule .showtimeCallout,
.sidebar .contentModule .discountCallout {
  border-top: 0;
  margin-top: 0;
}
.sidebar .contentModule .showtimeCallout .showtimeCalloutBlurb p,
.sidebar .contentModule .discountCallout .showtimeCalloutBlurb p,
.sidebar .contentModule .showtimeCallout .discountBlurb p,
.sidebar .contentModule .discountCallout .discountBlurb p {
  margin-bottom: 0;
}
/* ReCaptcha */
#webReCaptcha,
#mobileReCaptcha,
.g-recaptcha {
  margin-top: 15px;
  width: 100%;
  overflow: hidden;
}
#webReCaptcha > div,
#mobileReCaptcha > div,
.g-recaptcha > div {
  width: 100% !important;
  height: auto !important;
}
#webReCaptcha > div > div,
#mobileReCaptcha > div > div,
.g-recaptcha > div > div {
  width: 100% !important;
  height: auto !important;
}
.captcha_container {
  font-size: 12px;
  line-height: 18px;
}
@media only screen and (max-width:369.98px) {
  .g-recaptcha {
    margin-bottom: calc(0px - (78px * .2));
  }
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
  .g-recaptcha {
    margin-bottom: calc(0px - (78px * .32));
  }
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
  .g-recaptcha {
    margin-bottom: calc(0px - (78px * .27));
  }
}
@media only screen and (min-width:1200px) {
  .g-recaptcha {
    margin-bottom: calc(0px - (78px * .19));
  }
}
@media only screen and (max-width:369.98px) {
  .g-recaptcha iframe {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
  .g-recaptcha iframe {
    transform: scale(0.7);
    -webkit-transform: scale(0.68);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
  .g-recaptcha iframe {
    transform: scale(0.73);
    -webkit-transform: scale(0.73);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media only screen and (min-width:1200px) {
  .g-recaptcha iframe {
    transform: scale(0.81);
    -webkit-transform: scale(0.81);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
.refund-option {
  margin: 15px 0;
}
.refund-option label {
  font-size: 20px;
}
.cnkCashRefund {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}
.cnkCashRefund svg {
  position: relative;
  top: 6px;
  margin-right: 4px;
  width: 18px;
  min-width: 18px;
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
  #webReCaptcha,
  #mobileReCaptcha {
    margin-bottom: calc(0px - (78px * .14));
  }
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
  #webReCaptcha iframe,
  #mobileReCaptcha iframe {
    transform: scale(0.7);
    -webkit-transform: scale(1.04);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
  #webReCaptcha iframe,
  #mobileReCaptcha iframe {
    transform: scale(0.73);
    -webkit-transform: scale(0.86);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media only screen and (min-width:1200px) {
  #webReCaptcha iframe,
  #mobileReCaptcha iframe {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
.balance-check-form {
  margin-top: 18px;
}
.balance-check-form__input {
  margin-bottom: 30px;
  max-width: 335px;
}
.balance-check-form__input input {
  background: #fff;
  border: 1px #d0d0d0 solid !important;
  border-radius: 4px;
}
.balance-check-form__actions {
  max-width: 335px;
}
.balance-check-form__actions input,
.balance-check-form__actions a {
  display: block;
  margin: 15px 0 !important;
  width: 100%;
}
.gc-balance-result {
  margin-top: 40px;
}
/* Discount Price Callout */
.discountPriceCallout {
  margin-top: -0.5em;
}
.discountPriceCallout .regPrice {
  font-size: 1.1em;
  text-decoration: line-through;
}
.discountPriceCallout .discountPrice {
  font-size: 1.6em;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.discountPriceCallout .priceLabel {
  font-size: 1.1em;
}
/* Tooltip */
.tooltip-inner {
  background: #2d2d2d;
  padding: 14px;
  color: #ffffff;
  border-radius: 4px;
  max-width: 246px;
}
.tooltip-inner h4 {
  margin: 0 0 10px 0;
  font-size: 1.4em;
  font-weight: 400;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #2d2d2d;
}
/* Quick Links */
.quickLinks .quickLinkItem {
  display: flex;
}
.quickLinks .quickLinkItem .quickLinkDetails {
  margin-left: 15px;
  width: 100%;
}
.quickLinks .quickLinkItem .quickLinkIcon {
  width: 20px;
  height: 20px;
  fill: var(--primary);
  /*@media @mobile {
                margin: 5px 0 0;
            }*/
}
.quickLinks .quickLinkItem .quickLinkTitle {
  color: var(--primary);
  font-size: 1.8em;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.quickLinks .quickLinkItem .quickLinkTitle .arrowRight {
  margin-top: 5px;
  /*@media @mobile {
                    margin-top: 10px;
                }*/
}
.quickLinks .quickLinkItem:hover .quickLinkIcon {
  fill: var(--primary-darker);
}
.quickLinks .quickLinkItem:hover .quickLinkTitle {
  color: var(--primary-darker);
}
/* Advance Tickets Poster Overlay */
/*.posterHasOverlay {
    .finit;
    display:block;
    position:relative;
    span {
        &.title {
            font-size: 1.6em;
        }
    }
    
}*/
.posterOverlay {
  background: var(--primary);
  color: #ffffff;
  font-size: 1.6em;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  position: absolute;
  bottom: 0px;
  padding: 0.25em;
}
.topMovieBlockMobile .posterOverlay {
  font-size: 1.4em;
  width: calc(100% - 30px);
}
@media only screen and (max-width:369.98px), only screen and (min-width:370px) and (max-width:450.98px) {
  .topMovieBlockMobile .posterOverlay {
    font-size: 1.1em;
  }
}
/* Email Address Validation Suggestions */
#invalidEmailMessage {
  padding: 5px 0;
}
#invalidEmailMessage:before {
  display: table;
  content: "";
}
#invalidEmailMessage:after {
  display: table;
  content: "";
  clear: both;
}
#invalidEmailMessage svg {
  float: left;
  width: 22px;
}
#invalidEmailMessage span {
  font-size: 1.1em;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  float: right;
  width: calc(100% - 32px);
  padding: 5px 0;
}
/* Style Guide */
#styleGuide {
  /* string  - green */
  /* keyword - dark pink */
  /* comment - gray */
  /* type - light blue */
  /* literal - blue */
  /* punctuation - white */
  /* plaintext - white */
  /* html/xml tag    - light blue */
  /* html/xml attribute name  - khaki */
  /* html/xml attribute value - green */
  /* decimal - blue */
  /* Specify class=linenums on a pre to get line numbering */
  /* IE indents via margin-left */
  /* Alternate shading for lines */
}
#styleGuide div.section {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
#styleGuide div.section:last-child {
  border-bottom: none;
}
#styleGuide hr {
  background: rgba(0, 0, 0, 0.12);
  height: 1px;
  border: 0;
  margin: 3em 0;
}
@media (min-width: 768px) {
  #styleGuide .ind40 {
    padding-left: 40px;
  }
}
#styleGuide .swatch {
  float: left;
  height: 265px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 15px;
}
@media only screen and (max-width:369.98px), only screen and (min-width:370px) and (max-width:450.98px) {
  #styleGuide .swatch {
    width: 100%;
    margin: 15px 0;
  }
}
@media only screen and (min-width:451px) and (max-width:767.98px), only screen and (min-width:768px) and (max-width:991.98px) {
  #styleGuide .swatch {
    width: calc(100% / 2 - 32px);
  }
}
@media only screen and (min-width:992px) and (max-width:1199.98px), only screen and (min-width:1200px) {
  #styleGuide .swatch {
    width: calc(100% / 3 - 30px);
  }
}
#styleGuide .color {
  height: 60px;
}
#styleGuide .nav-tabs {
  font-size: 1.2em;
}
#styleGuide .tab-content {
  padding: 1.5em;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin-top: 1px;
  max-width: 400px;
}
#styleGuide code .str {
  color: #65B042;
}
#styleGuide code .kwd {
  color: #E28964;
}
#styleGuide code .com {
  color: #AEAEAE;
  font-style: italic;
}
#styleGuide code .typ {
  color: #608de2;
}
#styleGuide code .lit {
  color: #3387CC;
}
#styleGuide code .pun {
  color: #608de2;
}
#styleGuide code .pln {
  color: #666;
}
#styleGuide code .tag {
  color: #608de2;
}
#styleGuide code .atn {
  color: #bdb76b;
}
#styleGuide code .atv {
  color: #65B042;
}
#styleGuide code .dec {
  color: #3387CC;
}
#styleGuide code.prettyprint {
  background: rgba(0, 0, 0, 0.08);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  padding: 0.25em 0.4em;
}
#styleGuide ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
  color: #AEAEAE;
}
#styleGuide li.L0,
#styleGuide li.L1,
#styleGuide li.L2,
#styleGuide li.L3,
#styleGuide li.L5,
#styleGuide li.L6,
#styleGuide li.L7,
#styleGuide li.L8 {
  list-style-type: none;
}
@media print {
  #styleGuide pre .str,
  #styleGuide code .str {
    color: #060;
  }
  #styleGuide pre .kwd,
  #styleGuide code .kwd {
    color: #006;
    font-weight: bold;
  }
  #styleGuide pre .com,
  #styleGuide code .com {
    color: #600;
    font-style: italic;
  }
  #styleGuide pre .typ,
  #styleGuide code .typ {
    color: #404;
    font-weight: bold;
  }
  #styleGuide pre .lit,
  #styleGuide code .lit {
    color: #044;
  }
  #styleGuide pre .pun,
  #styleGuide code .pun {
    color: #440;
  }
  #styleGuide pre .pln,
  #styleGuide code .pln {
    color: #000;
  }
  #styleGuide pre .tag,
  #styleGuide code .tag {
    color: #006;
    font-weight: bold;
  }
  #styleGuide pre .atn,
  #styleGuide code .atn {
    color: #404;
  }
  #styleGuide pre .atv,
  #styleGuide code .atv {
    color: #060;
  }
}
.styleGuideMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.8em;
}
.styleGuideMenu > ul > li > ul {
  padding-left: 2em;
}
.styleGuideMenu span {
  display: inline-block;
  margin-top: 0.5em;
  font-size: 1.2em;
}
a.textLink {
  color: var(--primary);
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.flex-reset {
  flex: 1;
}
.center-text {
  text-align: center;
}
.mobile-sidebar-push {
  margin-top: 20px;
}
.btn-red {
  background: #dd0000;
  color: #ffffff;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.btn-red:hover {
  background: #68161b;
  color: #ffffff;
}
.sidebar-link {
  color: var(--primary);
  font-size: 16px;
  font-weight: 700;
}
.sidebar-link:hover {
  color: var(--primary-darker);
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.priceRow a {
  color: var(--primary);
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.priceRow a:hover {
  color: var(--primary-darker);
}
#emailSubscribeDiv {
  background-color: rgba(0, 0, 0, 0.02);
}
.emailSubscribeWrap {
  padding-top: 15px;
  padding-bottom: 15px;
}
#emailSubscribeInitialDiv .subscribeGetUdates {
  margin: 8px 0px;
  text-align: center;
}
#emailSubscribeInitialDiv .svg.svgIcon {
  max-width: 18px;
  vertical-align: middle;
  fill: var(--primary);
  margin: 0px 4px;
}
#emailSubscribeInitialDiv #emailSubscribeLink {
  color: var(--primary);
}
#emailSubscribeInitialDiv #emailSubscribeLink:hover {
  color: var(--primary-darker);
}
#emailSubscribeFormDiv {
  padding-top: 10px;
  padding-bottom: 10px;
}
#emailSubscribeFormDiv form .cnkTermsCondition {
  clear: both;
}
#emailSubscribeFormDiv form label {
  margin-bottom: 0;
  font-size: 1.4em;
  font-family: 'Work Sans Semi-bold', sans-serif;
  font-weight: 600;
  margin-top: 15px;
}
#emailSubscribeFormDiv form #FormFields_EmailAddr {
  background-color: #ffffff;
  padding: 8px 5px;
  border: 1px solid #CECECE;
  border-radius: 4px;
  margin-bottom: 10px;
}
#emailSubscribeFormDiv form #FormFields_EmailAddr[type="text"] {
  font-size: 1.6em;
}
#emailSubscribeFormDiv form .buttons {
  max-width: 230px;
  margin: 0 auto;
}
#emailSubscribeFormDiv form #invalidEmailSubscribeMessage .svg.svgIcon {
  margin-right: 5px;
  fill: var(--primary);
  width: 10%;
  float: left;
}
#emailSubscribeFormDiv form #invalidEmailSubscribeMessage span {
  color: var(--primary);
  font-size: 1.1em;
  line-height: 1.1em;
  margin-bottom: 10px;
  width: 90%;
  float: left;
}
.cnkTermsCondition {
  display: flex;
  margin-top: 10px;
}
.termsConditionWrapper {
  padding-left: 4px;
}
input#btnCompletePurchase {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.recurly-hosted-field {
  width: 100%;
  height: 36px;
  background: #ffffff;
  padding: 9.6px;
  margin: 0 0 0 0;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: normal;
}
.recurlyField.input-validation-error .recurly-hosted-field {
  background: none;
}
.checkoutviewcontainer h2 {
  font-weight: 500;
}
.movieclub-credit-wrapper {
  font-size: 10px;
}
.movieclub-credit-wrapper > h3 {
  margin-top: 30px;
}
.movieclub-credit-wrapper .cnkTermsCondition {
  font-size: 14px;
}
.movieclub-credit-wrapper .cnkCheckbox {
  margin: 0;
}
.movieclub-credit-wrapper .cnkCheckbox input {
  margin-right: 3px;
  margin-top: 2px;
}
#movieclub-instructions-wrapper {
  padding-bottom: 20px;
}
#movieclub-instructions-wrapper .movieclub-instructions {
  margin: 0 0 0 20px;
  font-size: 11px;
  padding-bottom: 0;
}
.mobile-ticket-qty {
  margin-right: 6px;
}
.mobile-price,
.mobile-price-header {
  padding-right: 0;
}
.bxgy-price {
  font-size: 11px;
  line-height: 13px;
}
.youraccount-payment {
  float: left;
  width: 62px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
  margin-right: 15px;
}
/*
#h3Payment {
	margin-top: 5px;
	border-bottom: 0;
}

.confirmation-total {
	margin-top: 14px;	
}
*/
.walletPaymentSummary {
  text-align: right;
  margin: 30px 0 15px;
  text-align: left;
}
.walletPaymentSummary:before {
  display: table;
  content: "";
}
.walletPaymentSummary:after {
  display: table;
  content: "";
  clear: both;
}
.walletPaymentSummary #WalletDisplayableName {
  font-size: 1.6em;
}
.walletPaymentSummary #WalletMaskedAccountNumber {
  font-size: 1.4em;
}
.walletPaymentSummary #WalletImage {
  float: left;
}
@media only screen and (max-width:369.98px), only screen and (min-width:768px) {
  .walletPaymentSummary #WalletImage {
    width: calc(40% - 7.5px);
  }
}
@media only screen and (min-width:370px) and (max-width:450.98px), only screen and (min-width:451px) and (max-width:767.98px) {
  .walletPaymentSummary #WalletImage {
    width: calc(25% - 7.5px);
  }
}
@media only screen and (max-width:369.98px), only screen and (min-width:768px) {
  .walletPaymentSummary .walletPaymentDetails {
    width: calc(60% - 7.5px);
  }
}
@media only screen and (min-width:370px) and (max-width:450.98px), only screen and (min-width:451px) and (max-width:767.98px) {
  .walletPaymentSummary .walletPaymentDetails {
    width: calc(75% - 7.5px);
  }
}
.walletPaymentSummary.showCardArt .walletPaymentDetails {
  float: right;
}
.walletPaymentSummary .changePayment {
  font-size: 1.1em;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.walletPaymentSummary .changePayment a {
  color: var(--primary);
}
.walletPaymentSummary .changePayment a:hover {
  color: var(--primary-darker);
}
.total-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.youSaved-block {
  margin: 15px 0;
  color: var(--primary);
}
.youSaved-block:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.youSaved-block:last-of-type:first-of-type {
  padding-top: 0;
}
.youSaved-block:last-of-type.extra {
  padding: 1.5em 0;
}
.youSaved-block:last-of-type .priceRow:last-child {
  margin-bottom: 0;
}
.youSaved-block > .col-xs-8,
.youSaved-block .col-xs-4 {
  opacity: 1;
}
.checkout-icons {
  fill: rgba(0, 0, 0, 0.5);
  max-width: 19px;
  max-height: 19px;
  vertical-align: middle;
}
.mcTransLimitModal-description {
  float: right;
  margin-right: -22px;
  margin-top: -2px;
  margin-left: 5px;
}
@media only screen and (max-width:767.98px) {
  .mcTransLimitModal-description {
    margin-right: 0;
  }
}
.mcTransLimitModal-cartsummary {
  margin-top: -2px;
}
#estimatedSavingsSection .cnkBtnCTA {
  margin-top: 6px;
}
.estimated-savings-logo-wrapper {
  display: flex;
}
.estimated-savings-logo-wrapper h4 {
  font-size: 16px;
  display: inline;
  font-family: 'Work Sans Semi-bold', sans-serif;
  font-weight: 600;
}
.estimated-savings-logo-copy {
  margin-left: 10px;
  margin-top: 5px;
}
.estimated-savings-label-wrapper {
  float: left;
  padding-left: 0;
  width: 100%;
  padding-top: 6px;
}
.estimated-savings-label {
  padding-left: 0;
}
/* Show/Hide Based on Signed-In Status, on Content Pages */
.userSignedOut .visibleSignedIn {
  display: none;
  visibility: hidden;
}
.userSignedIn .visibleSignedOut {
  display: none;
  visibility: hidden;
}
#pointsRequiredDisplay {
  margin-top: 10px;
}
.progress-steps li span {
  font-size: 13px;
}
.help-section {
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width:767.98px) {
  .help-section {
    margin-bottom: 0;
  }
}
.help-section .quickLinks {
  margin: 11px 0;
}
.help-section p {
  margin-top: 5px;
}
.help-section .ulinepad {
  padding-bottom: 12px;
}
.help-section section {
  padding-bottom: 20px;
}
.help-page-icons {
  width: 38px;
  height: 38px;
  fill: #dd0000;
}
.help-section-title {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  padding-bottom: 5px;
}
.help-section-title h2 {
  margin: 0 0 0 12px;
  border-bottom: none;
}
.help-intro-section {
  margin: 32px 20px;
}
@media only screen and (max-width:767.98px) {
  .help-intro-section {
    margin: 10px 0 20px 0;
  }
}
.help-section .contentModule {
  margin-top: 15px;
  margin-bottom: 15px;
}
.faq-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width:768px) {
  .faq-container {
    padding: 30px;
  }
}
.faq-title {
  padding-bottom: 10px;
  margin: 0 0 2px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}
.faq-group-item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.faq-group-item:last-child {
  margin-bottom: 30px;
}
.faq-group-item p {
  font-size: 1.6em;
}
.faq-entry {
  margin: 15px 0 30px;
}
.faq-feedback {
  margin: 30px 0 15px;
  border-top: 2px solid rgba(0, 0, 0, 0.12);
}
.faq-feedback h3 {
  margin: 30px 0 15px;
}
.faq-feedback .btn {
  min-width: 120px;
}
.faq-sidebar {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
}
.faq-sidebar hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.faq-sidebar-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
  font-size: 1.6em;
}
.arrowRightNext {
  margin-left: 5px;
  margin-bottom: 1px;
}
#guestRefundButton {
  width: auto;
}
.self-refund-policy-container a.textLink {
  font-size: 1em !important;
  display: inline;
}
.refundable-ticket-container:first-child {
  padding-top: 0;
}
.refundable-ticket-container:last-child {
  border-bottom: 0;
}
.self-refund-result-container h2 {
  margin-top: 0;
}
@media only screen and (max-width:767.98px), only screen and (min-width:768px) and (max-width:991.98px) {
  .self-refund-result-container .productOptions {
    margin-top: 30px;
  }
}
.no-refund-btn .btn-wide:first-child {
  margin-top: 0;
  margin-bottom: 30px;
}
@media only screen and (min-width:768px) {
  .no-refund-btn .btn-wide:first-child {
    margin-left: -15px;
  }
}
.mc-gift-textbox {
  height: 209px;
}
.mc-gift-header {
  padding-bottom: 8px !important;
  margin-bottom: 4px !important;
}
.mc-gift-dropdown {
  margin-bottom: 15px;
}
.mc-paused,
.mc-onhold {
  color: var(--primary);
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.mc-active {
  display: none;
  color: rgba(44, 104, 22, 0.7);
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
h3 > .mc-paused,
h3 > .mc-onhold,
h3 > .mc-active {
  font-size: 11px;
  vertical-align: middle;
}
.midPromoBlock {
  margin: 30px 15px 15px;
}
.midPromoBlock:empty {
  display: none;
  margin: 0;
}
.searchAllTheatres {
  white-space: nowrap;
  cursor: pointer;
}
.searchAllTheatersMode {
  width: 180px !important;
  left: -35px !important;
}
/*Scrolling Tabs*/
.titleBlockHeader .tabs ul li {
  padding: 0px;
}
@media only screen and (max-width:767.98px) {
  .titleBlockHeader {
    background: #eaeae9;
    width: 100%;
    position: fixed;
    z-index: 3500;
    /*top: 55px;*/
    padding: 10px 15px 5px;
  }
  .titleBlockHeader.scrolling {
    position: absolute;
  }
  .titleBlockHeader .tabs {
    background: #eaeae9;
    /*position: fixed;*/
    /*top: 105px;*/
    z-index: 3400;
    padding-right: 30px;
    width: calc(100% + 30px);
  }
  .titleBlockHeader .tabs ul.scrolling {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    padding: 0 5px;
  }
  .titleBlockHeader .tabs ul.scrolling::-webkit-scrollbar {
    display: none;
  }
  .titleBlockHeader .tabs ul.scrolling li {
    padding: 0px 10px;
    margin-bottom: 0px;
  }
  .titleBlockHeader .tabs ul.scrolling li:first-child {
    padding: 0px !important;
  }
  .titleBlockHeader .tabs ul.scrolling li a {
    white-space: nowrap;
  }
  #mobileNavBar {
    box-shadow: 0 -5px 20px #4c4c4c;
  }
}
.noHeaders .topTitleBlock,
.noHeaders .titleBlockTabs {
  display: none;
}
.noHeaders .containerTitleTabs {
  padding-top: 15px;
}
/*movies page*/
.containerTitleTabsFlx {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width:767.98px) {
  .containerTitleTabsFlx {
    flex-direction: column;
  }
}
.containerTitleTabsFlx .movieSidebarlayout {
  margin-top: 30px;
  order: 2;
}
@media only screen and (min-width:1200px), only screen and (min-width:992px) and (max-width:1199.98px) {
  .containerTitleTabsFlx .movieSidebarlayout {
    width: calc(1/3 * 100% - 70px);
  }
}
@media only screen and (max-width:767.98px) {
  .containerTitleTabsFlx .movieSidebarlayout {
    order: 0;
    margin-top: 0;
    padding: 0px;
  }
}
.containerTitleTabsFlx .moviesBlockLayout {
  margin-top: 0px;
}
/*policy accordion*/
@media only screen and (max-width:767.98px) {
  .policyCollapse {
    margin: 30px 0 15px;
  }
}
@media only screen and (min-width:768px) {
  .policyCollapse {
    margin: 20px 0 0;
  }
}
.policyCollapse .row {
  padding: 15px;
  margin: 0;
}
@media only screen and (max-width:767.98px) {
  .policyCollapseNav {
    margin: 10px 0 15px;
  }
}
@media only screen and (min-width:768px) {
  .policyCollapseNav {
    margin: 20px 0 0;
  }
}
.policyCollapseNav .row {
  padding: 15px;
  margin: 0;
}
#divPolicyContainer {
  width: 100%;
  background: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-top: none;
  margin-bottom: 0;
}
#divPolicyContainer #policy-accordion > div > h3 {
  display: none;
}
a.policyAccordionHead {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  display: block;
  width: 100%;
  padding: 15px 15px;
  border-radius: 4px;
  cursor: pointer;
}
a.policyAccordionHead:before {
  display: table;
  content: "";
}
a.policyAccordionHead:after {
  display: table;
  content: "";
  clear: both;
}
a.policyAccordionHead .arrowDown {
  margin: 4px 4px 0;
  position: relative;
  top: -3px;
}
a.policyAccordionHead.clicked {
  border-bottom: none;
  transition: ease-in-out background 0.2s;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
a.policyAccordionHead.clicked .arrowDown {
  border-bottom: 2px solid #1a1a1a;
  border-left: 2px solid #1a1a1a;
  border-top: 0;
  border-right: 0;
  margin: 10px 4px 0;
}
a.policyAccordionHead > .policyAccordionTitle {
  font-size: 2em;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  margin-top: 0px;
}
/*Guest Upcoming Tickets*/
#guestSearchForUpcomingTicketsButton {
  width: auto;
}
/*Presale Message in Ticket Selector page*/
.showtimeMessages {
  font-size: 1.4em;
}
.showtimeMessages > div {
  margin-bottom: 5px;
}
.showtimeMessages > div:last-child {
  margin-bottom: 0;
}
.showtimeMessages svg {
  margin-right: 15px;
}
.showtimeMessages a {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  color: var(--primary);
}
.showtimeMessages a:hover {
  color: var(--primary-darker);
}
#supersaverSubmitDiv {
  margin-top: 10px;
}
.supersaver-example {
  margin: 15px auto;
}
.supersaver-help-icon {
  max-width: 18px;
}
.supersaverQLink {
  display: none;
}
#plusMinusContainer {
  padding-top: 0.4em;
}
.giftcard-message-preview-wrapper .heading {
  font-size: 1.4em;
  margin-bottom: -7px;
}
.rewards-banner-container {
  display: flex;
  justify-content: space-between;
  margin: 28px 30px 26px 30px;
}
@media only screen and (min-width:768px) {
  .rewards-banner-container {
    align-items: center;
  }
}
.rewards-banner-container .cnkBtnPrim {
  margin-top: 0;
}
@media only screen and (max-width:767.98px) {
  .rewards-banner-container .cnkBtnPrim {
    color: #ffffff;
    margin-right: 0;
  }
}
@media only screen and (min-width:768px) {
  .rewards-banner-container {
    width: 100%;
  }
}
@media only screen and (min-width:1200px) {
  .rewards-banner-container {
    margin: 28px 74px 26px 74px;
  }
}
.rewards-banner-logo {
  width: 160px;
  height: 60px;
}
@media only screen and (max-width:767.98px) {
  .rewards-banner-logo {
    width: 125px;
    height: 48px;
    margin-top: 6px;
  }
}
@media only screen and (max-width:369.98px) {
  .rewards-banner-logo {
    width: 100px;
    height: 38px;
    margin-top: 6px;
  }
}
.theater-banner-message {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 1.8em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
  float: none;
}
@media only screen and (min-width:1200px) {
  .theater-banner-message {
    margin-left: 20px;
  }
}
#rebrandingAnnouncementMobile {
  background: #ffffff;
  margin: 10px 0 20px 0;
}
.expand-button {
  cursor: pointer;
  margin-bottom: 8px;
}
.expand-button-lbl {
  margin-right: 8px;
}
.hide-button-lbl {
  display: none;
  margin-right: 8px;
}
a.expand-button.clicked .arrowDown {
  border-bottom: 2px solid rgba(0, 0, 0, 0.75);
  border-left: 2px solid rgba(0, 0, 0, 0.75);
  border-top: 0;
  border-right: 0;
  margin: 10px 4px 0;
  transform: rotate(135deg);
}
a.expand-button.clicked .hide-button-lbl {
  display: inline-block;
}
a.expand-button.clicked .expand-button-lbl {
  display: none;
}
.theatreListWrapper {
  padding: 0 15px;
}
@media only screen and (max-width:767.98px) {
  .contentMain.theatreListWrapper .theatreListHeader h2 {
    display: inline;
    width: 100%;
  }
}
#appliedSupersavers {
  padding-left: 0;
}
#appliedSupersavers li:first-child {
  margin-top: 0;
}
#appliedSupersavers li {
  margin-top: 15px;
}
.supersaver__cartLabel {
  font-size: 16px;
}
/* Lists with custom bullets */
ul.custom-bullet {
  list-style: none;
  margin: 0;
}
ul.custom-bullet > li {
  clear: left;
}
ul.custom-bullet > li:before {
  content: "";
  height: 1em;
  width: 1em;
  display: block;
  float: left;
  margin-left: -1.5em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
ul.custom-bullet.custom-bullet--wide li {
  margin-bottom: 8px;
}
ul.checks > li {
  list-style-type: disc;
  list-style-position: outside;
}
@media only screen and (max-width:767.98px) {
  #movieClubGift {
    margin-top: 20px;
  }
}
.unlocatedInput__wrapper {
  margin: 30px 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width:767.98px) {
  .unlocatedInput__wrapper {
    flex-flow: column wrap;
  }
}
.unlocatedInput__useLocation {
  padding: 20px 60px;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  width: 50%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.unlocatedInput__useLocation p {
  font-size: 1.6em;
  margin-bottom: 20px;
  text-align: center;
}
.unlocatedInput__useLocation form {
  display: flex;
  flex-flow: column nowrap;
}
@media only screen and (max-width:767.98px) {
  .unlocatedInput__useLocation {
    display: inline-block;
    padding: 0 0 20px;
    margin: 0 0 20px;
    width: initial;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
}
.unlocatedInput__useZipCode {
  padding: 20px 80px;
  width: 50%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.unlocatedInput__useZipCode label {
  font-size: 1.6em;
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.unlocatedInput__useZipCode form {
  display: flex;
  flex-flow: column nowrap;
}
@media only screen and (max-width:767.98px) {
  .unlocatedInput__useZipCode {
    display: inline-block;
    padding: 0;
    width: initial;
  }
}
#ZipSearchForm .unlocatedInput__inputBox,
.ZipSearchForm .unlocatedInput__inputBox {
  display: block;
  border: solid 1px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background: #ffffff;
  margin: 0 auto 20px;
  padding: 0.6em;
  font-size: 1.6em;
  width: 100%;
  max-width: 240px;
}
#ZipSearchForm .unlocatedInput__inputBox + .clearText,
.ZipSearchForm .unlocatedInput__inputBox + .clearText {
  top: 35%;
  right: 10px;
}
@media only screen and (min-width:768px) {
  #ZipSearchForm .unlocatedInput__inputBox,
  .ZipSearchForm .unlocatedInput__inputBox {
    max-width: initial;
  }
}
.unlocatedInput__ctaWrapper {
  margin-top: auto;
}
.unlocatedInput__image {
  padding: 0 0 10px 0;
}
#unlocatedInput h1 {
  display: block;
  padding: 30px 0 50px 0;
}
@media only screen and (max-width:767.98px) {
  #unlocatedInput h1 {
    padding-bottom: 10px;
  }
}
.theater-flex {
  display: flex;
}
.creditHistoryMovieClubAdGroup {
  margin: 0 -20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.creditHistoryMovieClubAdSubtext {
  margin-top: 14px;
}
.checkout__panel_expand {
  border-bottom: 1px #CCCCCC solid;
}
.checkout__panel_expand label {
  margin: 0;
  font-size: 16px;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.checkout__panel_body {
  padding: 5px 0;
}
.checkout__panelHeading {
  padding: 10px 0 16px 0;
}
.checkout__panelTitle {
  font-size: 20px;
}
.checkout__panelContainer {
  margin: -12px 0 20px 0;
}
.checkout__SuperSaverContainer {
  margin-top: -5px;
  padding-bottom: 16px;
}
.checkout__giftCardActive {
  margin-bottom: 21px;
}
.contentModule label.checkout__additionalGiftCardLabel {
  margin-top: 2px;
}
.checkout__promoCode {
  margin-bottom: 22px;
}
a.checkout__panelTitle {
  display: block;
  width: 100%;
  cursor: pointer;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px;
}
a.checkout__panelTitle:before {
  display: table;
  content: "";
}
a.checkout__panelTitle:after {
  display: table;
  content: "";
  clear: both;
}
a.checkout__panelTitle .arrowDown {
  margin: 0 4px 0;
}
a.checkout__panelTitle.clicked .arrowDown {
  border-bottom: 2px solid #1a1a1a;
  border-left: 2px solid #1a1a1a;
  border-top: 0;
  border-right: 0;
  margin: 8px 4px 0;
}
.sidebar .contentModule .discountCallout.checkout__newsletter {
  margin: 0px 0 20px 0px;
}
.sidebar .contentModule .discountCallout.checkout__newsletterMovieClub {
  margin-top: -15px;
  margin-bottom: -11px;
}
.subscription__paymentSection {
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 29px;
}
.checkout-links {
  margin-top: 12px;
}
#registerDiv,
#registerDivAgree {
  margin-bottom: 8px;
}
.cnkCheckbox .checkout__newsletter_marginfix {
  margin-top: 0;
}
.checkout__movieClubCheckBox {
  margin-left: 5px;
}
.movieclub-credit-text-wrapper {
  margin-left: 5px;
}
.movieclub-credit-vr-message {
  margin-bottom: 20px;
}
.modal-split-button-wrapper {
  display: flex;
  margin-top: 10px;
}
.modal-split-button-wrapper > * {
  flex: 1;
  margin: 0 15px 0 0;
  padding-left: 0;
  padding-right: 0;
}
.modal-split-button-wrapper > *:first-child {
  margin-left: 0;
}
.modal-split-button-wrapper > *:last-child {
  margin-right: 0;
}
.validation-summary-errors-modal {
  margin-bottom: 10px;
}
.checkout-panel-subtitle {
  font-size: 1.4em;
  margin-bottom: 3px;
}
.checkout-panel-subtitle input {
  margin-right: 3px;
}
.checkout-panel-instructions {
  margin: 0 0 0 20px;
  font-size: 11px;
  padding-bottom: 0;
}
.checkout-remove-offer {
  font-size: 11px;
}
.checkout-remove-offer:hover {
  cursor: pointer;
}
.checkout-remove-offer-row {
  margin-bottom: 2px;
}
/*Wifi Landing Page Styles*/
.wifi-page .headerLogo {
  margin-top: 30px;
  max-width: 240px;
  margin: 30px auto 0;
}
.wifi-page h1 {
  font-size: 2.6em;
  margin-top: 30px;
}
.wifi-page .wifi-box {
  margin-bottom: 40px;
  margin-top: 15px;
}
@media only screen and (max-width:767.98px) {
  .wifi-page .wifi-box {
    margin-bottom: 15px;
  }
}
.wifi-page .wifi-box:not(img):not(input):empty {
  display: none !important;
}
.wifi-page .wifi-form {
  max-width: 345px;
  margin: auto;
}
.wifi-page .wifi-form input:last-child {
  margin-bottom: 15px;
}
footer .footerLogoWifi img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
}
@media only screen and (max-width:369.98px), only screen and (min-width:370px) and (max-width:450.98px) {
  footer .footerLogoWifi img {
    max-height: 40px;
  }
}
.content-center {
  text-align: center;
}
.theatre-address {
  line-height: 1.4em;
}
.concessions-upsell-message {
  padding: 15px;
  text-align: left;
  font-size: 1.4em;
  display: flex;
}
.concessions-upsell-message a {
  color: var(--primary);
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.concessions-upsell-message .concessions-upsell-message-cta,
.concessions-upsell-message .concessions-upsell-learn-more {
  white-space: nowrap;
}
.concessions-upsell-message .concessions-upsell-learn-more {
  margin-top: 10px;
  text-align: right;
}
@media only screen and (min-width:1200px) {
  .concessions-upsell-message {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .concessions-upsell-message picture {
    float: none;
  }
  .concessions-upsell-message .concessions-upsell-message-text {
    flex-grow: 1;
  }
  .concessions-upsell-message .concessions-upsell-learn-more {
    margin-top: 0;
    text-align: left;
  }
}
.concessions-upsell-message.concessions-upsell-message--card {
  margin-top: 20px;
  border: solid 1px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.06);
}
.concessions-upsell-message__image {
  flex: 1 0 100px;
}
.concessions-upsell-message__image img {
  width: 100%;
}
.concessions-upsell-message-text--heading {
  font-size: 18px;
  margin-bottom: 10px;
}
.concessions-upsell-message-text--paragraph {
  font-size: 14px;
}
.concessions-upsell-message__body {
  padding-left: 20px;
}
.pwp-info-container {
  border: solid 1px rgba(0, 0, 0, 0.12);
  border-radius: calc( 4px * 2);
  padding: 15px;
  text-align: left;
}
.pwp-info-container .col-xs-12:first-of-type {
  margin-top: 0;
}
.pwp-info-container .pwp-info {
  margin-bottom: 30px;
  /*&:not(:last-child) {
                    margin-bottom: 30px;
                }*/
}
.pwp-info-container .pwp-info .pwp-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.pwp-info-container p.pwp-info:last-child {
  margin-bottom: 0;
}
.pwp-info-container .pwp-icon {
  margin: 0 15px 0 0;
}
.contentMain .row .pwp-info-container {
  /*.col-md-8 {
                padding-left: 15px;
                padding-right: 15px;
            }*/
}
.contentMain .row .pwp-info-container .col-xs-12 {
  margin-top: 0;
}
.contentMain .row .pwp-info-container .col-xs-12:first-of-type {
  margin-top: 0;
}
.pwp-hide-hr + hr {
  border-width: 0;
}
.pwp-info-container-top {
  color: #ffffff;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #398293;
}
.pwp-info-container-top .pwp-info-heading {
  margin: 0;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
}
.pwp-info-container-bottom {
  padding: 20px 5px;
  margin-bottom: 30px;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media only screen and (min-width:768px) {
  .pwp-info-container-bottom {
    padding: 30px 15px;
  }
}
@media only screen and (min-width:992px) and (max-width:1199.98px), only screen and (min-width:1200px) {
  .pwp-info-container-bottom .pwp-info-cta {
    text-align: right;
  }
}
.pwp-info-container-bottom .pwp-info-cta + .pwp-info-cta {
  text-align: left;
}
.pwp-info-container-bottom .pwp-info-cta a {
  width: 100%;
  display: block;
}
@media only screen and (min-width:992px) and (max-width:1199.98px), only screen and (min-width:1200px) {
  .pwp-info-container-bottom .pwp-info-cta a {
    display: inline-block;
  }
}
div.ui-datepicker-title h2 {
  margin-top: 0;
  padding: 0;
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.movieclub-checkout-header {
  font-size: 20px;
  font-weight: 400;
  margin-top: 5px;
}
.registration-success-btn-row {
  padding-left: 0;
  margin-top: 16px;
}
@media only screen and (max-width:767.98px) {
  .registration-success-btn-row {
    flex-direction: column;
  }
}
.registration-success-container-fix {
  margin-bottom: -20px;
}
.account-success-spacing {
  margin-top: 15px;
}
.row.no-pad {
  /*
    margin-right: 0;
    margin-left: 0;
    */
}
.row.no-pad > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.privacy-page-contain {
  background: #eaeae9;
}
.privacy-page-wrap {
  max-width: 900px;
}
.privacy-page {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #eaeae9;
}
.privacy-page .privacy-confirmation {
  /*max-width: 480px;*/
  /*margin: 0 auto;*/
  /*.flg;*/
  /*.flight;*/
}
@media only screen and (max-width:767.98px) {
  .privacy-page .privacy-confirmation {
    font-size: 1.4em;
  }
}
.privacy-page .privacy-confirmation p {
  font-size: 3rem;
}
.privacy-page .privacy-confirmation p:nth-child(2) {
  margin-bottom: 40px;
}
@media only screen and (max-width:767.98px) {
  .privacy-page .privacy-confirmation p:nth-child(2) {
    margin-bottom: 15px;
  }
}
.privacy-page .privacy-confirmation p:nth-child(2):not(img):not(input):empty {
  display: none !important;
}
@media only screen and (max-width:767.98px) {
  .privacy-page .privacy-confirmation p,
  .privacy-page .privacy-confirmation h1 {
    font-size: 2rem;
  }
}
.privacy-page .btn-primary-privacy {
  margin-left: 15px;
}
@media only screen and (max-width:369.98px), only screen and (min-width:370px) and (max-width:450.98px) {
  .privacy-page .btn-primary-privacy {
    margin-top: 15px;
    margin-left: 0;
  }
}
.privacy-page .access-form,
.privacy-page .cancel-form {
  display: inline-block;
}
@media only screen and (max-width:369.98px), only screen and (min-width:370px) and (max-width:450.98px) {
  .privacy-page .access-form,
  .privacy-page .cancel-form {
    display: block;
  }
}
@media only screen and (max-width:369.98px), only screen and (min-width:370px) and (max-width:450.98px) {
  .privacy-page .btn-primary-privacy,
  .privacy-page .btn-default-privacy {
    width: 100%;
  }
}
.privacy-page .legal-notes {
  font-size: 1.1em;
  margin-top: 30px;
}
.privacy-page .legal-notes * {
  font-size: inherit;
}
.personalInfoWrap {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width:451px) and (max-width:767.98px) {
  .personalInfoWrap {
    float: none;
    margin: 0 auto;
    max-width: 480px;
  }
}
.personalRadio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.personalRadio input[type="radio"] + .radioBtn {
  display: flex;
}
.personalRadio input[type="radio"] + .radioBtn p {
  width: 100%;
  font-size: 0.9em;
}
.personalRadio input[type="radio"] + .radioBtn span .personalPara {
  font-size: 12px;
  display: block;
  margin-top: 8px;
  font-weight: 400;
}
.personalRadio input[type="radio"] + .radioBtn:before {
  content: '';
  background: #eaeae9;
  border-radius: 50%;
  border: 2px solid #dd0000;
  display: inline-block;
  width: 1.4em;
  height: 1.3em;
  position: relative;
  top: 3px;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.personalRadio input[type="radio"]:checked + .radioBtn:before {
  background-color: #dd0000;
  box-shadow: inset 0 0 0 3px #eaeae9;
}
.personalRadio input[type="radio"]:focus + .radioBtn:before {
  outline-offset: -2px;
  outline: -webkit-focus-ring-color auto 1px;
}
.requesterFormWrap label {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.requesterFormWrap .firstNameField {
  padding: 0px 5px 0px 0px;
}
@media only screen and (max-width:767.98px) {
  .requesterFormWrap .firstNameField {
    padding: 0px;
  }
}
.requesterFormWrap .lastNameField {
  padding: 0px 0px 0px 5px;
}
@media only screen and (max-width:767.98px) {
  .requesterFormWrap .lastNameField {
    padding: 0px;
  }
}
.requesterFormWrap .formFields {
  padding-bottom: 15px;
}
.requesterFormWrap input {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.requesterFormWrap input:focus {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.75), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.75), 0 0 8px rgba(102, 175, 233, 0.6);
}
.privacy-policy-wrap {
  padding: 30px 20px;
  max-width: 900px;
  clear: both;
}
@media only screen and (max-width:767.98px) {
  .giftcard-ctas {
    margin-top: 15px;
  }
}
.bulletin {
  text-align: left;
}
.bulletin .theater-flex {
  display: flex;
}
.bulletin .theater-flex .svgIcon {
  fill: var(--primary);
}
.bulletin .theater-flex .theatre-status-label {
  margin-left: 7px;
  margin-top: 2px;
}
.bulletin .bulletin__close-button {
  position: absolute;
  top: 8px;
  right: 8px;
}
.bulletin .bulletin__close-icon {
  width: 15px;
  height: 15px;
}
.theatreHomeContent .bulletin {
  margin-top: 30px;
}
.confirmation-bulletin.contentModule {
  padding: 0;
  margin: 0;
  background: none;
}
.confirmation-bulletin.contentModule .bulletin.panel {
  padding: 15px;
  margin: 0 0 30px 0;
  background: rgba(0, 0, 0, 0.08);
  border: none;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
}
@media only screen and (max-width:767.98px) {
  .theatreLocatorContainer {
    padding-right: 0;
    padding-left: 0;
  }
}
.blog-hero,
.blog-article-main,
.blog-article-sidebar {
  margin-top: 40px;
}
.blog-hero {
  margin-bottom: 60px;
}
.blog-hero h1 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.blog-hero p {
  font-size: 20px;
  line-height: 1.25;
}
.blog-featured-container {
  padding: 0;
  background: #FAFAFA;
}
.blog-featured-container .blog-featured {
  padding-right: 30px;
  padding-left: 30px;
}
.blog-featured {
  margin: 60px 0;
}
.blog-featured h2 {
  margin: 0;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.blog-featured .blog-featured-article {
  margin: 30px 0;
}
.blog-featured .blog-featured-article picture {
  position: relative;
  display: block;
}
.blog-featured .blog-featured-article img {
  margin: 0 0 25px;
}
.blog-featured .blog-featured-article h3 {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.4;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  min-height: 66px;
}
.blog-featured .blog-featured-article p {
  font-size: 16px;
  line-height: 1.5;
}
.blog-featured .blog-featured-article p.featured-badge {
  position: absolute;
  bottom: 25px;
  left: 0;
  line-height: 1;
}
@media only screen and (min-width:992px) and (max-width:1199.98px), only screen and (min-width:1200px) {
  .blog-featured .blog-featured-article p.featured-badge {
    bottom: 30px;
  }
}
.blog-featured .blog-featured-article p.featured-badge .label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.blog-featured .blog-featured-article p:not(.featured-badge) {
  display: block;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.blog-article-main p:not(.blog-date) {
  margin: 0 0 1.5em;
  font-size: 18px;
  line-height: 1.5;
}
.blog-article-body h2 {
  margin: 1.5em 0 0.5em;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.blog-article-body p {
  margin: 0 0 1.5em;
  font-size: 18px;
  line-height: 1.5;
}
.blog-listing-image {
  margin: 3em 0;
}
.blog-article-image {
  margin: 0 0 3em;
}
@media only screen and (max-width:767.98px) {
  .blog-article-sidebar {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.blog-article-sidebar .row {
  margin-bottom: 2rem;
}
.blog-article-sidebar h2 {
  margin: 1.5em 0 0.5em;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.blog-article-sidebar p {
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.blog-article-sidebar .special-article-thumbnail {
  height: 100px;
  max-height: 100px;
  max-width: 100px;
  background-repeat: no-repeat;
}
.blog-search {
  margin: 0 0 60px;
}
.blog-search input[type="text"] {
  font-size: 18px;
  line-height: 1;
  background: #FCFCFC;
  border-right: none;
}
.blog-search .input-group-addon {
  padding: 4px;
  background: #FCFCFC;
  webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.blog-search .input-group-addon button {
  background: none;
  border: none;
}
.blog-search .input-group-addon .svgButtonIcon {
  fill: var(--primary);
}
.pagination > li > a,
.pagination > li > span {
  color: var(--primary);
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #dd0000;
  border-color: #dd0000;
}
.no-showtimes {
  display: flex;
  align-items: center;
}
.no-showtimes > * {
  margin-right: 10px;
}
.no-showtimes a {
  white-space: nowrap;
}
.slick-carousel {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}
.slick-carousel.slick-initialized {
  max-height: initial;
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width:768px) {
  .watch-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.watch-list h1 {
  margin: 20px 0 20px;
  font-size: 18px;
}
@media only screen and (min-width:768px) {
  .watch-list h1 {
    margin: 30px 0 20px;
    font-size: 26px;
  }
}
.watch-list .watch-list-item:last-child {
  margin: 0 0 20px;
}
.watch-list .watch-list-item h2 {
  margin: 10px 0 5px;
  font-size: 14px;
}
@media only screen and (min-width:768px) {
  .watch-list .watch-list-item h2 {
    font-size: 20px;
  }
}
.watch-list .watch-list-item .watch-list-details {
  display: flex;
}
.watch-list .watch-list-item .watch-list-details .watch-list-info {
  flex-grow: 1;
}
.watch-list .watch-list-item .watch-list-details .watch-list-remove {
  padding: 10px;
  align-self: center;
}
.watch-list .watch-list-item p {
  margin: 0 0 5px;
}
.watch-list .watch-list-item .showtime-info {
  font-size: 11px;
  color: #1a1a1a;
}
@media only screen and (min-width:768px) {
  .watch-list .watch-list-item .showtime-info {
    font-size: 14px;
  }
}
.watch-list .watch-list-item hr {
  border-top: 1px solid #DEDEDE;
}
.watch-list .watch-list-item:last-child hr {
  display: none;
}
.watch-list .watch-list-item .watch-list-poster {
  margin: 0 20px 0 0;
}
.watch-list .watch-list-item .watch-list-poster img {
  max-width: 100px;
}
@media only screen and (max-width:767.98px) {
  .watch-list .watch-list-item .watch-list-poster img {
    max-width: 50px;
  }
}
.watch-list .watch-list-no-items {
  font-size: 16px;
  margin: 20px 0;
}
.watch-list-sidebar {
  margin: 30px 0 20px;
}
.contentMain .row .btnWatchList .svgIcon {
  margin: 0 10px 0 0;
}
@media only screen and (min-width:768px) {
  .watch-list-remind-me {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (max-width:767.98px), only screen and (min-width:768px) and (max-width:991.98px) {
  .watch-list-remind-me {
    align-items: flex-start;
    flex-direction: column;
  }
}
.watch-list-remind-me .watch-list-remind-me-message {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 0 10px;
}
.watch-list-remind-me .watch-list-remind-me-message svg {
  margin-right: 10px;
}
@media only screen and (max-width:767.98px), only screen and (min-width:768px) and (max-width:991.98px) {
  .watch-list-remind-me .watch-list-remind-me-cta {
    margin-top: 20px;
    width: 100%;
  }
}
@media only screen and (min-width:992px) and (max-width:1199.98px), only screen and (min-width:1200px) {
  .watch-list-remind-me .watch-list-remind-me-cta {
    margin-left: 20px;
    min-width: 320px;
  }
}
/* 2FA */
.spacer-2fa {
  padding-top: 30px;
  padding-bottom: 30px;
}
.spacer-2fa form {
  margin: 0 auto;
}
.spacer-2fa p {
  margin: 30px 0;
}
.spacer-2fa .validation-summary-errors p {
  margin: 0 auto;
}
.form-group-2fa-v2 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.form-group-2fa-v2 input {
  width: 40px;
  height: 40px;
  margin: 0 7px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width:768px) {
  .heading-break {
    display: block;
  }
}
.image-2fa {
  margin: 50px auto;
}
.form-group-2fa {
  margin: 30px 0;
}
.form-group-2fa .checkbox label {
  padding-left: 0;
}
/* 2FA Manage Devices List */
.manage-devices th {
  padding: 5px 0;
}
.manage-devices td {
  padding: 10px 0;
}
/* Partial Refund */
.refund-panel {
  padding: 30px;
}
.refund-panel h3 + h3 {
  margin-bottom: 8px;
}
.refund-details {
  display: flex;
  align-items: flex-start;
}
.refund-details .refund-productImage {
  margin: 0 30px 0 0;
}
.refund-details .refund-productImage .productImageWrapOutter {
  position: relative;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #ffffff;
}
.refund-details .refund-productImage .productImageWrapOutter > .productImageWrapInner {
  position: absolute;
  width: 60px;
  height: 90px;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  /*border-radius: 30px;*/
}
.refund-details .refund-showtime-info {
  flex-grow: 1;
}
.refund-details:not(:last-of-type) {
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.refund-type-selection label {
  margin: 30px 0;
  font-size: 20px;
  line-height: 24px;
}
.refund-type-selection label:last-child {
  margin-bottom: 15px;
}
.refund-heading {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 30px;
}
.refund-items-heading {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px;
  line-height: 24px;
}
.contentMain .refund-items {
  padding: 0;
  margin: 15px 0;
  list-style-type: none;
}
.contentMain .refund-items li {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 15px;
}
.contentMain .refund-items li label {
  font-size: 1em;
  margin-bottom: 0;
}
.contentMain .refund-items li .item-adjustment {
  padding-left: 42px;
  font-size: 11px;
  line-height: 16px;
}
.refund-summary {
  background: #ffffff;
}
.refund-summary-total {
  font-size: 22px;
  line-height: 24px;
}
.mc-annual-bg {
  padding-bottom: 5px;
  background: var(--background);
}
.mc-annual-product-container:not(.v2) {
  padding: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
  background: #ffffff;
  border-radius: 4px;
}
.mc-annual-product-container.v2 .mc-annual-product-row:last-of-type {
  border-bottom: none;
}
.mc-annual-product-container .mc-annual-product-row {
  margin-left: 0;
  margin-right: 0;
  padding: 20px 15px;
  border-bottom: 1px solid #efefef;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.mc-annual-product-container .mc-annual-product-row .productName {
  flex-grow: 1;
}
.mc-annual-product-container .mc-annual-product-row .productName .productNameText {
  font-size: 20px;
  line-height: 26px;
  white-space: nowrap;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
@media only screen and (max-width:369.98px), only screen and (min-width:370px) and (max-width:450.98px) {
  .mc-annual-product-container .mc-annual-product-row .productName .productNameText {
    white-space: normal;
  }
}
.mc-annual-product-container .mc-annual-product-row .productName .productCurrentPlan {
  font-size: 11px;
  color: #666;
}
.mc-annual-product-container .mc-annual-product-row .productName .productSavings {
  font-size: 14px;
  line-height: 21px;
  color: var(--primary);
}
.mc-annual-product-container .mc-annual-product-row .productPrice {
  min-width: 55px;
  margin: 0 10px;
  text-align: right;
}
.mc-annual-product-container .mc-annual-product-row .productPrice .productPriceText {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.mc-annual-product-container .mc-annual-product-row .productPrice .productOriginalPrice {
  font-size: 14px;
  line-height: 21px;
  color: #595959;
  text-decoration: line-through;
}
.mc-annual-product-container .mc-annual-product-row .productTaxLabel {
  font-size: 14px;
  line-height: 21px;
  min-width: 75px;
}
.mc-annual-product-container .mc-annual-product-row .productTaxLabel .productPriceLabel {
  white-space: nowrap;
}
@media only screen and (max-width:369.98px), only screen and (min-width:370px) and (max-width:450.98px) {
  .mc-annual-product-container .mc-annual-product-row .productTaxLabel .productPriceLabel {
    white-space: normal;
  }
}
@media only screen and (min-width:768px) {
  .mc-annual-cta-row .mc-annual-cta-col {
    padding: 0;
  }
}
.mc-annual-cta-row button {
  min-width: 200px;
}
.smartbanner--ios.js_smartbanner {
  position: sticky;
  z-index: 5000;
}
/* SmartBanner Android styles */
.smartbanner.smartbanner--android {
  position: fixed;
  top: initial;
  bottom: 0;
  z-index: 5000;
  height: 156px;
  background: #ffffff;
  background-image: none;
  box-shadow: 0 5px 20px #4c4c4c;
}
.smartbanner.smartbanner--android .smartbanner__exit {
  top: 16px;
  right: 16px;
  left: initial;
  margin-right: 0;
  width: 16px;
  height: 16px;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: #b1b1b3;
  font-family: 'ArialRoundedMTBold', Arial;
  font-size: 20px;
  line-height: 17px;
  text-shadow: none;
}
.smartbanner.smartbanner--android .smartbanner__exit:before,
.smartbanner.smartbanner--android .smartbanner__exit:after {
  height: 16px;
  top: 0;
  right: 0;
}
.smartbanner.smartbanner--android .smartbanner__icon {
  top: 16px;
  left: 16px;
  border-radius: 0;
}
.smartbanner.smartbanner--android .smartbanner__info {
  top: 16px;
  left: 96px;
}
.smartbanner.smartbanner--android .smartbanner__info__title {
  color: #000000;
  font-size: 18px;
  line-height: 21px;
  text-shadow: none;
}
.smartbanner.smartbanner--android .smartbanner__info__author,
.smartbanner.smartbanner--android .smartbanner__info__price {
  color: #000000;
  text-shadow: none;
}
.smartbanner.smartbanner--android .smartbanner__button {
  top: initial;
  right: 16px;
  bottom: 16px;
  padding: 0;
  min-width: 12%;
  border-radius: 4px;
  background: #279D5B;
  box-shadow: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  /*position: relative;*/
  display: inline-block;
}
.smartbanner.smartbanner--android .smartbanner__button__label {
  padding: 8px 16px;
  background: none;
  text-transform: uppercase;
}
#SelectedShowtimes {
  padding: 0;
  margin: 0;
  list-style: none;
}
#SelectedShowtimes li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}
/* Stand Alone Concessions */
.sac-showtime {
  margin-top: 20px;
}
.sac-showtime.cart-sac-showtime {
  margin-top: 0;
}
.sac-showtime h3 {
  font-size: 18px;
  margin: 0 auto 1em;
}
.sac-showtime .sac-showtime-details {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.sac-showtime .image-wrapper {
  position: relative;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #ffffff;
  margin: 0 15px 0 5px;
  flex: 0 0 auto;
}
.sac-showtime .image-wrapper .image-wrapper-inner {
  position: absolute;
  width: 70px;
  /*height: 90px;*/
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  /*img {
                margin: 0 20px 0 5px;
            }*/
}
.sac-showtime p {
  margin-bottom: 5px;
}
.sac-showtime p:last-child {
  margin-bottom: 0;
}
/* SIAT: Snacks in a Tap */
.siat {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width:767.98px) {
  .siat {
    padding: 0;
    margin: 0 -30px 20px;
  }
}
.siat-section {
  margin: 20px 0;
}
.siat-section .form-group {
  margin-bottom: 20px;
}
div.toggleVisibility {
  position: relative;
}
div.toggleVisibility input.toggleVisibility {
  position: absolute;
  top: 0;
  right: 0;
  height: 0;
  width: 0;
  -moz-appearance: initial;
  -webkit-appearance: none;
}
div.toggleVisibility input.toggleVisibility::before,
div.toggleVisibility input.toggleVisibility::after {
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  top: 6px;
  right: 10px;
}
div.toggleVisibility input.toggleVisibility::before {
  opacity: 1;
  background: url('../images/ic_hide_password.svg') no-repeat;
}
div.toggleVisibility input.toggleVisibility::after {
  opacity: 0;
  background: url('../images/ic_view_password.svg') no-repeat;
}
div.toggleVisibility input.toggleVisibility:checked::before {
  opacity: 0;
}
div.toggleVisibility input.toggleVisibility:checked::after {
  opacity: 1;
}
div.toggleVisibility input.toggleVisibility:hover {
  cursor: pointer;
}
div.toggleVisibility input.toggleVisibility:active::before,
div.toggleVisibility input.toggleVisibility:focus::before,
div.toggleVisibility input.toggleVisibility:hover::before,
div.toggleVisibility input.toggleVisibility:active::after,
div.toggleVisibility input.toggleVisibility:focus::after,
div.toggleVisibility input.toggleVisibility:hover::after {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
div.clearField {
  position: relative;
}
div.clearField input[type="text"],
div.clearField input[type="number"],
div.clearField input[type="tel"] {
  padding-right: 32px;
}
div.clearField .clearText {
  padding: 0;
  margin: 0;
  background: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
}
div.clearField .clearText:focus,
div.clearField input:focus + .clearText {
  opacity: 1;
}
.search-cinemark-desktop .clearField #searchInputDesktop {
  width: 100%;
}
.search-cinemark-desktop .clearField .clearText {
  top: 18px;
  z-index: 4000;
}
/* Movie Club Platinum */
.mc-platinum-gradient {
  /*background: linear-gradient(48.81deg, #A9A9A9 13.96%, #DBDBDB 40.33%, #DBDBDB 57.52%, #A9A9A9 87.79%);*/
  background: linear-gradient(43.16deg, #BBB4AD 15.12%, #FAEEE3 42.8%, #FAEEE3 45.96%, #FAEEE3 49.26%, #BBB4AD 82.11%);
}
.mc-platinum-inner-border {
  margin: 12px;
  padding: 40px 15px 15px;
  border: 1px solid #ffffff;
  border-radius: 4px;
}
@media only screen and (min-width:768px) {
  .mc-platinum-inner-border {
    margin: 15px;
    padding: 25px;
  }
}
.mcpBuyIn {
  margin-bottom: 2rem;
}
.mcpBuyIn .contentMain {
  margin-top: 0;
}
.mcpBuyIn .contentMain > p {
  margin: 30px auto;
  font-size: 1.6rem;
}
.mcpBuyIn .contentMain[data-mcp=unavailable] p {
  margin-top: 0;
  margin-bottom: 0;
}
.mcpBuyIn .contentMain[data-mcp=unavailable]:nth-child(2) p:first-of-type {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5em;
}
.mcpBuyIn .contentMain p {
  font-size: 1.6rem;
}
.mcpBuyIn .contentMain ul li {
  font-size: 1.6rem;
}
.mcpBuyIn .btn {
  max-width: 300px;
  margin: 0 auto;
}
.mcpBuyIn .side-panel {
  max-width: 500px;
  margin: 0 auto;
}
.mcpBuyIn .side-panel .side-panel__row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-size: 1.6rem;
}
.mcpBuyIn .side-panel .side-panel__row p {
  margin-bottom: 0;
}
.mcpBuyIn .side-panel .side-panel__input {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}
.mcpBuyIn .side-panel .side-panel__input form {
  width: 100%;
  margin-top: 0;
}
.mcpBuyIn .side-panel .side-panel__input form label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2rem;
}
.mcpBuyIn .side-panel .side-panel__input p {
  margin-bottom: 0;
  font-family: 'Work Sans Bold', sans-serif;
  font-size: 2rem;
}
.mcpBuyIn .side-panel h3 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700;
}
.mcpBuyIn .side-panel p {
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
.mcpBuyIn .side-panel input[type="checkbox"] {
  margin: 0 5px 0 0;
}
.mcpBuyIn .side-panel label {
  margin: 0;
  font-size: 1.4rem;
}
.mcpBuyIn .side-panel form {
  margin-top: 2rem;
}
.mcpBuyIn .panel-bottom-list {
  margin: 2rem auto;
}
.mcpBuyIn .panel-bottom-list li {
  font-size: 1.6rem;
}
@media only screen and (max-width:767.98px) {
  .mcpBuyIn {
    padding-top: 2rem;
  }
}
.concessions-upsell-message {
  padding: 15px;
  text-align: left;
  font-size: 1.4em;
}
.concessions-upsell-message a {
  color: var(--primary);
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.concessions-upsell-message .concessions-upsell-message-cta,
.concessions-upsell-message .concessions-upsell-learn-more {
  white-space: nowrap;
}
.concessions-upsell-message .concessions-upsell-learn-more {
  margin-top: 10px;
  text-align: right;
}
@media only screen and (min-width:1200px) {
  .concessions-upsell-message {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .concessions-upsell-message picture {
    float: none;
  }
  .concessions-upsell-message .concessions-upsell-message-text {
    flex-grow: 1;
  }
  .concessions-upsell-message .concessions-upsell-learn-more {
    margin-top: 0;
    text-align: left;
  }
}
.pwp-info-container {
  border: solid 1px rgba(0, 0, 0, 0.12);
  border-radius: calc( 4px * 2);
  padding: 15px;
  text-align: left;
}
.pwp-info-container .col-xs-12:first-of-type {
  margin-top: 0;
}
.pwp-info-container .pwp-info {
  margin-bottom: 30px;
  /*&:not(:last-child) {
                    margin-bottom: 30px;
                }*/
}
.pwp-info-container .pwp-info .pwp-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.pwp-info-container p.pwp-info:last-child {
  margin-bottom: 0;
}
.pwp-info-container .pwp-icon {
  margin: 0 15px 0 0;
}
.movieBlockHeader {
  margin-bottom: 20px;
}
.empty-cart-image {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width:768px) {
  #featuredMoviesContainer .container.container--desktop-padding {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
  }
}
.gc-errors {
  margin: 20px 0;
}
.gc-errors .validation-summary-errors {
  margin: 0;
  padding: 20px;
  color: var(--primary);
  background: var(--input-error-background);
  border: none;
}
.gc-errors .validation-summary-errors h2 {
  display: none;
}
.gc-errors .validation-summary-errors ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gc-errors .validation-summary-errors ul li {
  display: flex;
  list-style: none;
}
.gc-errors .validation-summary-errors ul li svg {
  margin: 0 10px 0 0;
}
.fulfillment-option-changed {
  display: flex;
  gap: 12px;
}
.fulfillment-option-changed > .fulfillment-option-image {
  max-width: 35%;
}
@media only screen and (max-width: 991px) {
  .fulfillment-option-changed > .fulfillment-option-image {
    max-width: 25%;
    min-width: 150px;
  }
}
.fulfillment-option-changed-container a {
  text-align: right;
  display: block;
  font-size: 1.4em;
  margin-top: 15px;
  color: var(--primary);
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.featured-movies__heading {
  display: flex;
  align-items: center;
}
.featured-movies__heading svg,
.featured-movies__heading img {
  margin-right: 12px;
  max-width: 30px;
  max-height: 31px;
}
img.img-user-account.custom-avatar {
  width: 40px;
  height: 40px;
}
.custom-avatar {
  cursor: pointer;
}
.custom-avatar.selected {
  box-shadow: 0 0 0 4px #d00;
  border-radius: 50%;
}
.account__select-avatar {
  display: inline-flex;
  align-items: flex-end;
  cursor: pointer;
  margin-top: 15px;
}
.account__select-avatar > img.img-user-account {
  width: 50px;
  height: 50px;
}
.modal-content.account__select-avatar-modal {
  display: flex;
  flex-direction: column;
  max-height: 500px;
}
.account__select-avatar-modal__avatars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  overflow-y: scroll;
  padding: 20px;
  max-height: 400px;
}
.account__select-avatar-modal__avatars .custom-avatar {
  width: 80px;
  height: 80px;
}
.account__select-avatar-modal__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}