@charset "UTF-8";
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.0
* Docs at http://davidtheclark.github.io/scut
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 8px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/**
 * AddToCalendar Base CSS
 * http://addtocalendar.com
 */
/* Base */
.addtocalendar var {
  display: none; }

.addtocalendar {
  position: relative;
  display: inline-block;
  background: transparent !important; }

.atcb-link {
  display: block;
  outline: none !important;
  cursor: pointer; }

.atcb-link:focus ~ ul,
.atcb-link:active ~ ul,
.atcb-list:hover {
  visibility: visible; }

.atcb-list {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 170px;
  z-index: 900;
  font-weight: 400; }

.atcb-list,
.atcb-item {
  list-style: none;
  margin: 0;
  padding: 4px 5px;
  background: #f6f6f6; }

.atcb-item {
  float: none;
  text-align: left; }

.atcb-item-link {
  text-decoration: none;
  outline: none;
  display: block; }

.atcb-item.hover,
.atcb-item:hover {
  position: relative;
  z-index: 900;
  cursor: pointer;
  text-decoration: none;
  outline: none; }

.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 170px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.autocomplete-suggestion {
  position: relative;
  padding: 5px .6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333; }

.autocomplete-suggestion b {
  font-weight: normal;
  color: #000000; }

.autocomplete-suggestion.selected {
  background: #f0f0f0; }

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  min-height: 100%; }
  html.no-overflow {
    overflow: hidden; }

body {
  line-height: 1.5em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  min-height: 100%; }

html, body {
  height: 100%; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

canvas {
  display: block; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ' ';
  content: none; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

img {
  border: 0;
  vertical-align: middle; }

p {
  margin: 1em 0; }
  p:first-of-type {
    margin-top: 0; }
  p:last-of-type {
    margin-bottom: 0; }

a {
  text-decoration: none; }

input[type=number] {
  -moz-appearance: textfield; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

input {
  border-radius: 0; }
  input:focus {
    outline: none; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

.maintain-aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
  padding-bottom: 63%; }
  @media (min-width: 768px) {
    .maintain-aspect-ratio {
      padding-bottom: 56.25%; } }
  .maintain-aspect-ratio iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

* {
  -webkit-tap-highlight-color: transparent; }

.hidden {
  visibility: hidden;
  display: none; }

.overflow-hidden {
  overflow: hidden; }

.scale {
  width: 100%; }

.hide {
  display: none !important; }

@media (min-width: 768px) {
  .mobile {
    display: none; } }

.desktop {
  display: none; }
  @media (min-width: 768px) {
    .desktop {
      display: block; } }

.rte b, .rte strong {
  font-family: "akzidenz-grotesk", sans-serif;
  font-weight: 500; }

.rte i {
  font-style: italic; }

.rte ul {
  list-style-type: disc; }

.rte li {
  margin-left: 2.8em; }

.rte ol {
  list-style-type: decimal; }

.btn {
  border: 2px solid #000;
  padding: 5px 0 4px;
  width: 120px;
  background-color: #fff;
  font-family: "akzidenz-grotesk", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  -webkit-appearance: none; }
  .btn:hover {
    cursor: pointer;
    background-color: #000;
    color: #fff; }
  .btn.disabled {
    color: #b7b6b6;
    border: 1px solid #b7b6b6;
    cursor: default; }
    .btn.disabled:hover {
      background-color: #fff;
      color: #b7b6b6; }
  .btn.solid {
    color: #fff;
    text-align: center;
    padding: 10px;
    background-color: #000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-family: "akzidenz-grotesk", sans-serif;
    font-weight: 500; }
    .btn.solid:hover {
      opacity: 0.7;
      cursor: pointer; }
  .btn.small {
    padding: 1px 10px;
    font-size: 0.75em; }

.modal {
  position: fixed;
  padding: 12px 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(100vh + 1px);
  background-color: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .modal .close-btn {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 20px;
    cursor: pointer;
    padding: 0;
    margin: 0; }
    .modal .close-btn:before {
      content: '';
      position: absolute;
      top: -25%;
      opacity: 0;
      left: -25%;
      width: 150%;
      height: 150%; }
    .modal .close-btn:hover img {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
    @media (min-width: 480px) {
      .modal .close-btn {
        top: 25px;
        right: 25px; } }
    .modal .close-btn img {
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      width: 35px; }
      @media (min-width: 480px) {
        .modal .close-btn img {
          width: 40px; } }
  .modal .inner {
    background-color: #fff;
    width: 93%;
    max-width: 700px;
    position: relative;
    padding: 40px 20px 110px;
    text-align: center;
    margin: auto; }
    @media (min-width: 480px) {
      .modal .inner {
        padding: 40px 25px 110px; } }
    .modal .inner.trailer {
      padding: 0;
      max-width: 1200px; }
      .modal .inner.trailer iframe {
        width: 100%; }
    .modal .inner .modal-content {
      width: 96%;
      max-width: 500px;
      margin: 0 auto; }
      .modal .inner .modal-content.rsvp {
        max-width: 400px; }
      .modal .inner .modal-content .modal-icon {
        margin-bottom: 25px; }
        .modal .inner .modal-content .modal-icon img {
          width: 74px; }
          @media (min-width: 480px) {
            .modal .inner .modal-content .modal-icon img {
              width: 94px; } }
      .modal .inner .modal-content h2 {
        font-size: 2em;
        font-family: "akzidenz-grotesk", sans-serif;
        font-weight: 300;
        line-height: 1.2em;
        margin-bottom: 25px; }
        @media (min-width: 480px) {
          .modal .inner .modal-content h2 {
            font-size: 2.5em;
            margin: 0 28px 25px; } }
      .modal .inner .modal-content .form .modal-theater {
        margin-bottom: 25px; }
        @media (min-width: 480px) {
          .modal .inner .modal-content .form .modal-theater {
            margin-bottom: 30px; } }
        .modal .inner .modal-content .form .modal-theater .movie-name, .modal .inner .modal-content .form .modal-theater .theater-name,
        .modal .inner .modal-content .form .modal-theater .date {
          text-transform: uppercase;
          font-family: "akzidenz-grotesk", sans-serif;
          font-weight: 500; }
        .modal .inner .modal-content .form .modal-theater .rating, .modal .inner .modal-content .form .modal-theater .address-2 {
          margin-bottom: 25px; }
      .modal .inner .modal-content .form .rsvp-form {
        text-align: left;
        font-size: 1em; }
        .modal .inner .modal-content .form .rsvp-form .input-group {
          margin-bottom: 15px; }
          @media (min-width: 480px) {
            .modal .inner .modal-content .form .rsvp-form .input-group {
              margin-bottom: 20px; } }
          .modal .inner .modal-content .form .rsvp-form .input-group .form-label {
            margin-bottom: 2px; }
          .modal .inner .modal-content .form .rsvp-form .input-group .opt-in-mobile {
            margin: 0 0 10px 0; }
          .modal .inner .modal-content .form .rsvp-form .input-group input:disabled {
            border: 2px solid #ccc;
            background-color: #f8f8f8; }
        .modal .inner .modal-content .form .rsvp-form .select {
          position: relative;
          display: inline-block;
          width: 100%;
          margin: 0; }
        .modal .inner .modal-content .form .rsvp-form .dob .date-container {
          position: relative;
          left: -0.5rem; }
          .modal .inner .modal-content .form .rsvp-form .dob .date-container .date-heading {
            font-size: 0.75em; }
        .modal .inner .modal-content .form .rsvp-form .checkboxes {
          margin-top: 35px;
          margin-bottom: 45px; }
        .modal .inner .modal-content .form .rsvp-form .checkbox-updates, .modal .inner .modal-content .form .rsvp-form .sms-opt-in {
          margin-top: 20px;
          /* Base for label styling */
          /* checkbox aspect */
          /* checked mark aspect */
          /* checked mark aspect changes */
          /* disabled checkbox */
          /* accessibility */
          /* hover style just for information */
          margin-bottom: 20px; }
          .modal .inner .modal-content .form .rsvp-form .checkbox-updates [type="checkbox"]:not(:checked),
          .modal .inner .modal-content .form .rsvp-form .checkbox-updates [type="checkbox"]:checked, .modal .inner .modal-content .form .rsvp-form .sms-opt-in [type="checkbox"]:not(:checked),
          .modal .inner .modal-content .form .rsvp-form .sms-opt-in [type="checkbox"]:checked {
            position: absolute;
            left: -9999px; }
          .modal .inner .modal-content .form .rsvp-form .checkbox-updates [type="checkbox"]:not(:checked) + label,
          .modal .inner .modal-content .form .rsvp-form .checkbox-updates [type="checkbox"]:checked + label, .modal .inner .modal-content .form .rsvp-form .sms-opt-in [type="checkbox"]:not(:checked) + label,
          .modal .inner .modal-content .form .rsvp-form .sms-opt-in [type="checkbox"]:checked + label {
            position: relative;
            cursor: pointer; }
          .modal .inner .modal-content .form .rsvp-form .checkbox-updates label, .modal .inner .modal-content .form .rsvp-form .sms-opt-in label {
            position: relative;
            padding-top: 3.5px;
            padding-left: 33px; }
          .modal .inner .modal-content .form .rsvp-form .checkbox-updates [type="checkbox"]:not(:checked) + label:before,
          .modal .inner .modal-content .form .rsvp-form .checkbox-updates [type="checkbox"]:checked + label:before, .modal .inner .modal-content .form .rsvp-form .sms-opt-in [type="checkbox"]:not(:checked) + label:before,
          .modal .inner .modal-content .form .rsvp-form .sms-opt-in [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 23px;
            height: 23px;
            border: 2px solid #000;
            background: #fff; }
          .modal .inner .modal-content .form .rsvp-form .checkbox-updates [type="checkbox"]:not(:checked) + label:after,
          .modal .inner .modal-content .form .rsvp-form .checkbox-updates [type="checkbox"]:checked + label:after, .modal .inner .modal-content .form .rsvp-form .sms-opt-in [type="checkbox"]:not(:checked) + label:after,
          .modal .inner .modal-content .form .rsvp-form .sms-opt-in [type="checkbox"]:checked + label:after {
            content: '';
            position: absolute;
            top: 10.5px;
            left: 6.5px;
            background: #000;
            width: 2px;
            height: 2px;
            -webkit-box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000;
                    box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg); }
          .modal .inner .modal-content .form .rsvp-form .checkbox-updates [type="checkbox"]:not(:checked) + label:after, .modal .inner .modal-content .form .rsvp-form .sms-opt-in [type="checkbox"]:not(:checked) + label:after {
            opacity: 0; }
          .modal .inner .modal-content .form .rsvp-form .checkbox-updates [type="checkbox"]:checked + label:after, .modal .inner .modal-content .form .rsvp-form .sms-opt-in [type="checkbox"]:checked + label:after {
            opacity: 1; }
          .modal .inner .modal-content .form .rsvp-form .checkbox-updates [type="checkbox"]:disabled:not(:checked) + label:before,
          .modal .inner .modal-content .form .rsvp-form .checkbox-updates [type="checkbox"]:disabled:checked + label:before, .modal .inner .modal-content .form .rsvp-form .sms-opt-in [type="checkbox"]:disabled:not(:checked) + label:before,
          .modal .inner .modal-content .form .rsvp-form .sms-opt-in [type="checkbox"]:disabled:checked + label:before {
            -webkit-box-shadow: none;
                    box-shadow: none;
            border-color: #bbb;
            background-color: #ddd; }
          .modal .inner .modal-content .form .rsvp-form .checkbox-updates [type="checkbox"]:disabled:checked + label:after, .modal .inner .modal-content .form .rsvp-form .sms-opt-in [type="checkbox"]:disabled:checked + label:after {
            color: #999; }
          .modal .inner .modal-content .form .rsvp-form .checkbox-updates [type="checkbox"]:disabled + label, .modal .inner .modal-content .form .rsvp-form .sms-opt-in [type="checkbox"]:disabled + label {
            color: #aaa; }
          .modal .inner .modal-content .form .rsvp-form .checkbox-updates label, .modal .inner .modal-content .form .rsvp-form .sms-opt-in label {
            font-family: "akzidenz-grotesk", sans-serif;
            font-weight: 500;
            font-size: 0.875em;
            padding-top: 0;
            display: block; }
          .modal .inner .modal-content .form .rsvp-form .checkbox-updates p, .modal .inner .modal-content .form .rsvp-form .sms-opt-in p {
            font-size: 0.875em;
            line-height: 1.4em; }
          .modal .inner .modal-content .form .rsvp-form .checkbox-updates a, .modal .inner .modal-content .form .rsvp-form .sms-opt-in a {
            text-decoration: underline; }
        .modal .inner .modal-content .form .rsvp-form .sms-opt-in {
          margin-top: 8px; }
          .modal .inner .modal-content .form .rsvp-form .sms-opt-in p {
            position: relative;
            top: 2px; }
        .modal .inner .modal-content .form .rsvp-form .modal-rsvp-btn {
          width: 33%;
          min-width: 150px;
          margin-bottom: 20px; }
        .modal .inner .modal-content .form .rsvp-form .status {
          color: #f70000;
          font-family: "akzidenz-grotesk", sans-serif;
          font-weight: 500;
          margin-bottom: 10px; }
      .modal .inner .modal-content .thank-you .enjoy {
        margin-bottom: 30px; }
        @media (min-width: 480px) {
          .modal .inner .modal-content .thank-you .enjoy {
            margin-bottom: 50px; } }
      .modal .inner .modal-content .thank-you .add-to-calendar-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 50px; }
        .modal .inner .modal-content .thank-you .add-to-calendar-wrap .calendar-img {
          width: 34px;
          margin-right: 11px;
          position: relative;
          top: -2px; }
        .modal .inner .modal-content .thank-you .add-to-calendar-wrap .add-to-calendar {
          font-family: "akzidenz-grotesk", sans-serif;
          font-weight: 500;
          color: red; }
      .modal .inner .modal-content .thank-you .a24-films {
        margin-bottom: -30px; }
        .modal .inner .modal-content .thank-you .a24-films img {
          width: 60px;
          margin-bottom: 4px; }
        .modal .inner .modal-content .thank-you .a24-films p {
          font-size: 0.9375em; }
      .modal .inner .modal-content.add-guest h2 {
        font-size: 1.25em;
        font-family: "akzidenz-grotesk", sans-serif;
        font-weight: 500;
        margin-top: 25px;
        margin-bottom: 18px; }
        .modal .inner .modal-content.add-guest h2:nth-child(2) {
          margin-top: 50px;
          margin-bottom: -30px; }

input[type=text], input[type=password] {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  width: 100%;
  border: 2px solid #000;
  padding: 10px 10px;
  font-size: 0.875em; }
  input[type=text]:focus, input[type=password]:focus {
    background-color: #efefef; }
  input[type=text].error, input[type=password].error {
    border: 2px solid #de0000; }

label.error:before {
  border: 2px solid #de0000 !important; }

.select {
  position: relative;
  display: inline-block; }
  .select.outlined {
    border: 2px solid black; }
    .select.outlined:after {
      pointer-events: none;
      content: '';
      position: absolute;
      top: 0px;
      right: 0px;
      width: 24px;
      bottom: 0px;
      background: url("../img/global/icon-down-arrow-white.png") no-repeat center center;
      background-color: #000;
      background-size: 11px 7px; }
  .select.simple select {
    background-color: #efefef; }
  .select.simple:after {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 12px;
    right: 8px;
    width: 20px;
    height: 10px;
    background: url("../img/global/icon-down-arrow-black.png") no-repeat center center;
    background-size: 12px 7px; }
  .select.error {
    border: 2px solid #de0000; }
  .select select {
    background: none;
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    position: relative;
    font-size: 0.75em;
    padding: 10px 31px 10px 10px; }

.search-bar {
  text-align: center;
  max-width: 415px;
  margin: 0 auto 50px;
  position: relative; }
  .search-bar .find-theater {
    padding: 12px 40px 12px 20px;
    border: #000 solid 2px;
    width: calc(100% - 90px);
    height: 45px;
    font-size: 0.9375em;
    vertical-align: top;
    -webkit-appearance: none;
    margin-right: -5px; }
  .search-bar .clear {
    position: absolute;
    top: 10px;
    right: 83px;
    z-index: 2;
    font-size: 1.75em;
    opacity: 0.8;
    font-family: "akzidenz-grotesk", sans-serif;
    font-weight: 300;
    cursor: pointer; }
  .search-bar .search-button {
    position: relative;
    width: 45px;
    height: 45px;
    border: none;
    background: #000 url("../img/global/icon-mag-glass.png") center center no-repeat;
    background-size: 40%;
    vertical-align: top;
    cursor: pointer;
    font-size: 20px; }
  .search-bar #results-display {
    margin-top: 20px;
    font-family: "akzidenz-grotesk", sans-serif;
    font-weight: 500; }

#header {
  margin: 25px 20px; }
  @media (min-width: 480px) {
    #header {
      margin: 53px 24px 50px; } }
  #header .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      #header .left {
        margin-bottom: 0px; } }
    #header .left svg {
      width: 100px;
      margin-right: 20px; }
      @media (min-width: 480px) {
        #header .left svg {
          width: 130px;
          position: relative;
          left: -8px; } }
    #header .left h3 {
      font-family: "akzidenz-grotesk", sans-serif;
      font-weight: 300;
      font-size: 3.125em;
      font-size: 24px;
      margin-bottom: 5px; }
      @media (min-width: 480px) {
        #header .left h3 {
          font-size: 28px; } }
    #header .left .branded-logo {
      max-width: 250px;
      max-height: 100px;
      height: auto;
      width: auto; }
  #header .right {
    text-align: left; }
    @media (min-width: 768px) {
      #header .right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    .error-page #header .right, .cancellation #header .right {
      display: none; }
    @media (min-width: 670px) {
      #header .right .city-wrap {
        text-align: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        position: relative;
        top: 6px; } }
    #header .right .city-wrap h3 {
      font-family: "akzidenz-grotesk", sans-serif;
      font-weight: 500;
      font-size: 1.625em;
      margin-bottom: 2px; }
    #header .right .city-wrap h4 {
      text-decoration: underline;
      font-size: 0.8125em;
      cursor: pointer;
      position: relative;
      display: inline-block; }
    #header .right .city-wrap .select {
      opacity: 0;
      width: 100%;
      cursor: pointer;
      position: absolute;
      overflow: hidden;
      top: 0;
      right: 0; }
    @media (min-width: 670px) {
      #header .right .date-rsvp-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        margin-bottom: 5px; } }
    #header .right .date-rsvp-wrap .date-time {
      margin: 15px 0 15px; }
      @media (min-width: 670px) {
        #header .right .date-rsvp-wrap .date-time {
          margin: 0; } }
      #header .right .date-rsvp-wrap .date-time h3 {
        font-size: 1.1875em;
        font-family: "akzidenz-grotesk", sans-serif;
        font-weight: 500;
        letter-spacing: 0;
        margin-bottom: 0; }
      #header .right .date-rsvp-wrap .date-time h5 {
        margin-bottom: 0;
        font-size: 1.0625em; }
    @media (min-width: 670px) {
      #header .right .date-rsvp-wrap .rsvp-btn {
        position: relative;
        top: 8px; } }
    #header .right .date-rsvp-wrap .rsvp-btn .btn {
      text-align: center;
      padding: 9px 0;
      width: 180px; }
      @media (min-width: 670px) {
        #header .right .date-rsvp-wrap .rsvp-btn .btn {
          margin-left: 15px; } }
    #header .right .partner-name {
      padding-bottom: 5px; }
      @media (min-width: 768px) {
        #header .right .partner-name {
          -ms-flex-item-align: center;
              align-self: center;
          margin-top: 0; } }
      #header .right .partner-name h3 {
        font-size: 1.5em;
        white-space: nowrap;
        font-family: "akzidenz-grotesk", sans-serif;
        font-weight: 300; }
        @media (min-width: 480px) {
          #header .right .partner-name h3 {
            font-size: 1.875em; } }
        @media (min-width: 768px) {
          #header .right .partner-name h3 {
            font-size: 2.25em; } }
      #header .right .partner-name .bold {
        font-family: "akzidenz-grotesk", sans-serif;
        font-weight: 500; }

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem; }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem; }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

.content {
  margin-bottom: 60px; }
  @media (min-width: 480px) {
    .content {
      margin-bottom: 90px; } }

#hero {
  position: relative;
  margin: 0 20px 50px;
  overflow: hidden; }
  @media (min-width: 480px) {
    #hero {
      margin: 0 24px 80px; } }
  #hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35); }
  .ua-desktop #hero:hover .hover-image {
    opacity: 1;
    visibility: visible; }
  #hero .bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0; }
    @media (min-width: 768px) {
      #hero .bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    #hero .bottom .title-wrap {
      padding: 0 22px 24px; }
      @media (min-width: 768px) {
        #hero .bottom .title-wrap {
          width: 50%;
          padding: 0 0 28px 34px; } }
      #hero .bottom .title-wrap .title {
        color: #fff;
        font-size: 28px;
        text-transform: uppercase;
        letter-spacing: -0.01rem;
        line-height: 1.9rem; }
        @media (min-width: 768px) {
          #hero .bottom .title-wrap .title {
            font-family: "akzidenz-grotesk", sans-serif;
            font-weight: 300;
            font-size: 50px;
            max-width: 600px;
            line-height: 3rem; } }
    #hero .bottom .trailer-btn-wrap {
      padding: 0 22px 28px; }
      @media (min-width: 768px) {
        #hero .bottom .trailer-btn-wrap {
          text-align: right;
          width: 50%;
          padding: 0 33px 30px; } }
      #hero .bottom .trailer-btn-wrap .trailer-btn {
        display: inline-block;
        border: 2px solid white;
        color: #fff;
        white-space: nowrap;
        padding: 10px 18px;
        font-size: 19px;
        font-family: "akzidenz-grotesk", sans-serif;
        font-weight: 300;
        letter-spacing: 0.12rem;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        @media (min-width: 768px) {
          #hero .bottom .trailer-btn-wrap .trailer-btn {
            padding: 13px 22px;
            font-size: 25px; } }
        #hero .bottom .trailer-btn-wrap .trailer-btn:hover {
          background-color: #fff;
          color: #000; }
  #hero img {
    min-height: 200px;
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    -o-transition: transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s; }
  #hero .hover-image {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

#quotes {
  margin-bottom: 15px;
  overflow: hidden;
  text-align: center; }
  @media (min-width: 480px) {
    #quotes {
      max-width: 500px;
      margin: 0 auto 25px; }
      .rte #quotes {
        margin: 0 0 25px; } }
  .rte #quotes .slick-dots {
    text-align: left; }
  .rte #quotes .quote-item {
    text-align: left; }
  #quotes li {
    margin-left: 0; }
  #quotes .quote-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    margin-left: 0;
    text-align: center; }
    #quotes .quote-item .quote {
      text-transform: uppercase;
      font-family: "akzidenz-grotesk", sans-serif;
      font-weight: 300;
      font-size: 1.625em;
      line-height: 1.15em;
      width: 100%;
      margin-bottom: 6px; }
      #quotes .quote-item .quote:before {
        content: '“'; }
      #quotes .quote-item .quote:after {
        content: '”'; }
    #quotes .quote-item .credit {
      color: #aeaeae;
      font-size: 0.75em;
      line-height: 1.3em;
      font-family: "akzidenz-grotesk", sans-serif;
      font-weight: 500; }
      #quotes .quote-item .credit .source {
        text-transform: uppercase; }

.subnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .subnav ul {
      margin-bottom: 60px; } }
  .subnav ul li {
    margin: 0 15px;
    font-size: 1.1875em;
    font-family: "akzidenz-grotesk", sans-serif;
    font-weight: 500;
    line-height: 1.9em;
    color: #b7b6b6;
    cursor: pointer; }
    @media (min-width: 768px) {
      .subnav ul li {
        margin: 0 35px;
        font-size: 1.3125em; } }
    .subnav ul li.active {
      color: #000;
      border-bottom: 2px solid #000;
      cursor: default; }

.city-search {
  margin-bottom: 50px;
  text-align: center;
  padding-top: 10px; }
  @media (min-width: 650px) {
    .city-search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: left;
      margin-bottom: 100px;
      padding-top: 30px; } }
  .city-search h3 {
    font-size: 1.75em;
    font-family: "akzidenz-grotesk", sans-serif;
    font-weight: 300;
    margin-bottom: 30px; }
    @media (min-width: 650px) {
      .city-search h3 {
        margin-bottom: 0;
        font-size: 2.25em; } }
  @media (min-width: 650px) {
    .city-search .drop-wrap {
      padding-left: 30px; } }
  .city-search .drop-wrap .select {
    margin-bottom: 14px;
    top: -7px; }
    .city-search .drop-wrap .select select {
      font-family: "akzidenz-grotesk", sans-serif;
      font-weight: 500;
      font-size: 0.875em;
      min-width: 250px; }
  .city-search .results {
    color: #ababab;
    font-family: "akzidenz-grotesk", sans-serif;
    font-weight: 500;
    font-size: 0.9375em;
    letter-spacing: 0; }

.theaters-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .theaters-list li {
    width: 100%;
    text-align: center;
    margin-bottom: 55px; }
    @media (min-width: 700px) {
      .theaters-list li {
        width: 50%;
        margin-bottom: 100px; } }
    @media (min-width: 1200px) {
      .theaters-list li {
        width: 33.3333%; } }
    .theaters-list li h4 {
      font-family: "akzidenz-grotesk", sans-serif;
      font-weight: 500;
      text-decoration: underline;
      margin-bottom: 3px; }
    .theaters-list li p {
      margin-bottom: 0px;
      margin-top: 0;
      line-height: 1.5rem; }

.screening-detail #screenings {
  display: none; }

#screenings .screenings-group {
  margin-bottom: 20px; }
  #screenings .screenings-group .theater-address {
    position: relative;
    text-align: center;
    text-decoration: underline;
    background-color: #ededed;
    padding: 40px 0px;
    font-size: 1.0625em;
    margin-bottom: 60px; }
    @media (min-width: 480px) {
      #screenings .screenings-group .theater-address {
        margin-bottom: 70px; } }
    #screenings .screenings-group .theater-address .address {
      display: inline-block;
      position: relative; }
      #screenings .screenings-group .theater-address .address .city {
        color: #9a9898;
        font-size: 1.3125em;
        margin-bottom: 28px;
        position: relative;
        font-family: "akzidenz-grotesk", sans-serif;
        font-weight: 300; }
        #screenings .screenings-group .theater-address .address .city:after {
          content: '';
          position: absolute;
          bottom: -12px;
          left: 0;
          width: 30px;
          height: 1px;
          background-color: #9a9a9a;
          position: absolute;
          left: 50%;
          margin-left: auto;
          margin-right: auto;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
      #screenings .screenings-group .theater-address .address .theater-name {
        color: #000;
        font-family: "akzidenz-grotesk", sans-serif;
        font-weight: 500;
        font-size: 1.0625em;
        text-transform: uppercase;
        margin-bottom: -2px; }
      #screenings .screenings-group .theater-address .address .street-address {
        font-size: 0.875em; }
      #screenings .screenings-group .theater-address .address p {
        margin: 0; }
    #screenings .screenings-group .theater-address:after {
      content: '';
      position: absolute;
      bottom: -30px;
      left: 0;
      width: 50px;
      height: 50px;
      background: #ededed url("../img/global/icon-arrow-dial.png") no-repeat center;
      background-size: 70%;
      position: absolute;
      left: 50%;
      margin-left: auto;
      margin-right: auto;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      border-radius: 50%; }
  #screenings .screenings-group .showtimes {
    max-width: 1400px;
    margin: 0 auto; }
    #screenings .screenings-group .showtimes .showtimes-ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 auto;
      width: 90%; }
      #screenings .screenings-group .showtimes .showtimes-ul::after {
        clear: both;
        content: "";
        display: block; }
    #screenings .screenings-group .showtimes .showtime {
      text-align: center;
      padding: 30px 0px 0px;
      width: 100%;
      max-width: 340px;
      margin: 0 auto 20px; }
      @media (min-width: 600px) {
        #screenings .screenings-group .showtimes .showtime {
          width: calc(50% - 40px);
          margin: 0 20px 90px;
          max-width: none; } }
      @media (min-width: 992px) {
        #screenings .screenings-group .showtimes .showtime {
          width: calc(33.3333% - 40px); } }
      @media (min-width: 1300px) {
        #screenings .screenings-group .showtimes .showtime {
          width: calc(25% - 40px); } }
      #screenings .screenings-group .showtimes .showtime.q-and-a {
        background-color: #efefef; }
        #screenings .screenings-group .showtimes .showtime.q-and-a .select select {
          background-color: #fff; }
      #screenings .screenings-group .showtimes .showtime h4 {
        font-family: "akzidenz-grotesk", sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.01em; }
      #screenings .screenings-group .showtimes .showtime .time {
        margin-bottom: 14px; }
      #screenings .screenings-group .showtimes .showtime .rsvp-btn {
        width: 120px;
        margin: 0 auto 10px; }
      #screenings .screenings-group .showtimes .showtime .select {
        margin-bottom: 25px; }
      #screenings .screenings-group .showtimes .showtime .qa-btn {
        background-color: #d5d5d5;
        width: 100%;
        padding: 10px 15px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        #screenings .screenings-group .showtimes .showtime .qa-btn:hover {
          cursor: pointer;
          background-color: #cbcbcb; }
        #screenings .screenings-group .showtimes .showtime .qa-btn .talk-bubble {
          -ms-flex-item-align: start;
              align-self: flex-start;
          margin-right: 12px; }
          #screenings .screenings-group .showtimes .showtime .qa-btn .talk-bubble img {
            width: 30px; }
        #screenings .screenings-group .showtimes .showtime .qa-btn .text {
          font-size: 0.875em;
          max-width: 200px;
          text-align: left;
          line-height: 1.2em;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-right: 20px; }
        #screenings .screenings-group .showtimes .showtime .qa-btn .arrow {
          margin-left: auto; }
          #screenings .screenings-group .showtimes .showtime .qa-btn .arrow img {
            width: 16px; }
      #screenings .screenings-group .showtimes .showtime .closed .btn {
        margin: 0 auto 15px; }
      #screenings .screenings-group .showtimes .showtime .closed .another-showing {
        color: #b7b6b6;
        font-size: 0.8125em;
        line-height: 1.1em;
        font-family: "akzidenz-grotesk", sans-serif;
        font-weight: 500;
        margin-bottom: 40px; }

#about-the-film {
  display: none;
  padding-bottom: 30px; }
  .screening-detail #about-the-film {
    display: block; }
  @media (min-width: 480px) {
    #about-the-film {
      padding-bottom: 60px; } }
  #about-the-film .lockout {
    max-width: 750px !important; }
    #about-the-film .lockout.wide {
      max-width: 1100px !important; }
    #about-the-film .lockout p {
      line-height: 1.6em; }
    #about-the-film .lockout .all-screenings {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 30px; }
      #about-the-film .lockout .all-screenings img {
        width: 16px;
        margin-right: 8px;
        vertical-align: middle;
        position: relative;
        top: -2px; }
      #about-the-film .lockout .all-screenings h3 {
        font-family: "akzidenz-grotesk", sans-serif;
        font-weight: 500;
        font-size: 1em; }
    #about-the-film .lockout aside {
      margin-bottom: 60px; }
      @media (min-width: 768px) {
        #about-the-film .lockout aside {
          margin-top: 40px;
          padding-right: 2vw;
          margin-top: 0;
          margin-bottom: 0; } }
      #about-the-film .lockout aside .seats-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 22px; }
        #about-the-film .lockout aside .seats-left .num {
          font-size: 2.375em;
          font-family: "akzidenz-grotesk", sans-serif;
          font-weight: 300; }
        #about-the-film .lockout aside .seats-left .left {
          padding-left: 8px;
          line-height: 0.94rem;
          font-size: 0.875em;
          position: relative;
          top: -1px; }
      #about-the-film .lockout aside .btn {
        width: 100%;
        max-width: 170px;
        margin-bottom: 25px; }
      #about-the-film .lockout aside .rte {
        margin-bottom: 22px;
        line-height: 1.4em; }
        #about-the-film .lockout aside .rte .date {
          margin-bottom: 20px; }
        #about-the-film .lockout aside .rte .q-and-a {
          margin-bottom: 20px; }
          #about-the-film .lockout aside .rte .q-and-a p {
            line-height: 1.2; }
          #about-the-film .lockout aside .rte .q-and-a svg {
            display: inline-block;
            width: 23.22px;
            vertical-align: middle;
            margin-right: 5px; }
            #about-the-film .lockout aside .rte .q-and-a svg path, #about-the-film .lockout aside .rte .q-and-a svg g {
              fill: #d5d5d5; }
        #about-the-film .lockout aside .rte b {
          text-transform: uppercase; }
        #about-the-film .lockout aside .rte .directions {
          margin-top: 10px;
          margin-bottom: 30px; }
          #about-the-film .lockout aside .rte .directions a {
            color: #b8b8b8;
            font-family: "akzidenz-grotesk", sans-serif;
            font-weight: 500;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
            #about-the-film .lockout aside .rte .directions a:hover {
              color: #9f9f9f; }
    #about-the-film .lockout .rating {
      margin-top: 27px;
      font-family: "akzidenz-grotesk", sans-serif;
      font-weight: 500; }

#footer {
  background-color: #000;
  color: #fff;
  padding: 50px 15px 20px 15px; }
  @media (min-width: 768px) {
    #footer {
      padding: 80px 20px 60px; } }
  #footer a {
    color: #fff; }
  #footer .row {
    font-size: 0.875em; }
    #footer .row .footer-logo {
      position: relative;
      top: -30px; }
      #footer .row .footer-logo img {
        width: 42px; }
    #footer .row .arrow-footer {
      cursor: pointer; }
      #footer .row .arrow-footer img {
        width: 30px;
        float: right; }
    #footer .row .col-footer {
      margin-bottom: 40px; }
      @media (min-width: 1200px) {
        #footer .row .col-footer {
          margin-bottom: 0px; } }
      #footer .row .col-footer li {
        margin-right: 20px;
        float: left; }
        #footer .row .col-footer li.fb img, #footer .row .col-footer li.twitter img, #footer .row .col-footer li.instagram img {
          height: 15px;
          margin-right: 7px;
          vertical-align: text-top; }
    #footer .row .need-assistance {
      line-height: 1.4em; }

body.error-page #page-wrap .lockout, body.cancellation #page-wrap .lockout {
  margin-bottom: 200px;
  text-align: center; }
  body.error-page #page-wrap .lockout .modal-icon, body.cancellation #page-wrap .lockout .modal-icon {
    max-width: 100px;
    margin: 0 auto; }
    @media (min-width: 480px) {
      body.error-page #page-wrap .lockout .modal-icon, body.cancellation #page-wrap .lockout .modal-icon {
        max-width: 130px; } }
    body.error-page #page-wrap .lockout .modal-icon img, body.cancellation #page-wrap .lockout .modal-icon img {
      width: 100%; }
  body.error-page #page-wrap .lockout h1, body.cancellation #page-wrap .lockout h1 {
    font-size: 2.5em;
    font-family: "akzidenz-grotesk", sans-serif;
    font-weight: 300;
    margin-bottom: 40px;
    padding-top: 40px;
    margin-left: -3px;
    line-height: 1em; }
    @media (min-width: 480px) {
      body.error-page #page-wrap .lockout h1, body.cancellation #page-wrap .lockout h1 {
        font-size: 3.125em; } }
  body.error-page #page-wrap .lockout h2, body.cancellation #page-wrap .lockout h2 {
    font-size: 1.125em; }
    @media (min-width: 480px) {
      body.error-page #page-wrap .lockout h2, body.cancellation #page-wrap .lockout h2 {
        font-size: 1.25em; } }
  body.error-page #page-wrap .lockout a, body.cancellation #page-wrap .lockout a {
    text-decoration: underline; }

#mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 2;
  -webkit-transform: translateX(-100vw);
      -ms-transform: translateX(-100vw);
          transform: translateX(-100vw);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .nav-open #mobile-nav {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  #mobile-nav .close-btn {
    cursor: pointer;
    margin: 14px 0 0 14px;
    padding: 5px; }
    #mobile-nav .close-btn img {
      width: 30px; }
  #mobile-nav .lockout.login .header {
    text-align: center;
    margin-bottom: 60px; }
    #mobile-nav .lockout.login .header .responsive-svg {
      width: 30%;
      max-width: 150px;
      margin: 30px auto 0; }
      @media (min-width: 480px) {
        #mobile-nav .lockout.login .header .responsive-svg {
          margin: 40px auto 0; } }
    #mobile-nav .lockout.login .header .advance {
      font-family: "akzidenz-grotesk", sans-serif;
      font-weight: 300;
      font-size: 1.25em; }
      @media (min-width: 480px) {
        #mobile-nav .lockout.login .header .advance {
          font-size: 1.375em; } }
  #mobile-nav .links {
    text-align: center;
    font-family: "akzidenz-grotesk", sans-serif;
    font-weight: 500;
    padding-bottom: 100px; }
    #mobile-nav .links li {
      margin-bottom: 16px; }
      #mobile-nav .links li a {
        display: block;
        font-size: 1.125em;
        margin: 0 auto;
        width: 80%;
        max-width: 200px; }

html.nav-open {
  overflow: hidden; }
  html.nav-open body {
    overflow: hidden; }

.guestlist .lockout.login .header {
  text-align: center;
  margin-bottom: 40px; }
  .guestlist .lockout.login .header .responsive-svg {
    width: 30%;
    max-width: 150px;
    margin: 30px auto 0; }
    @media (min-width: 480px) {
      .guestlist .lockout.login .header .responsive-svg {
        margin: 40px auto 0; } }
  .guestlist .lockout.login .header .advance {
    font-family: "akzidenz-grotesk", sans-serif;
    font-weight: 300;
    font-size: 1.25em; }
    @media (min-width: 480px) {
      .guestlist .lockout.login .header .advance {
        font-size: 1.375em; } }

.guestlist .lockout.login .errornote {
  margin-bottom: 30px;
  color: #e20000;
  font-family: "akzidenz-grotesk", sans-serif;
  font-weight: 500; }

.guestlist .lockout.login .errorlist {
  color: #e20000;
  font-family: "akzidenz-grotesk", sans-serif;
  font-weight: 500;
  margin-bottom: 4px; }

.guestlist .lockout.login .login-fields input {
  margin-bottom: 25px; }

.guestlist .lockout.login .title {
  text-align: center; }

.guestlist .lockout.login .btn {
  text-transform: uppercase;
  font-size: 1.25em;
  width: 100%; }

.guestlist .home .today-all {
  font-family: "akzidenz-grotesk", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 1.0625em; }

.guestlist .home .search-bar {
  margin-bottom: 30px; }

.guestlist .home .screenings-group {
  margin-bottom: 50px; }
  .guestlist .home .screenings-group .screenings-list {
    max-width: 450px;
    margin: 0 auto; }
    .guestlist .home .screenings-group .screenings-list li {
      border-bottom: 1px solid #dddddd;
      text-align: center;
      padding: 15px 0; }
      .guestlist .home .screenings-group .screenings-list li p {
        margin: 0; }
      .guestlist .home .screenings-group .screenings-list li .film-name {
        font-family: "akzidenz-grotesk", sans-serif;
        font-weight: 500; }

.guestlist .list .theater-title {
  margin-bottom: 20px;
  text-align: center; }
  .guestlist .list .theater-title .title {
    margin-bottom: 5px; }
  .guestlist .list .theater-title p {
    margin: 0; }

.guestlist .list .search-bar {
  margin-bottom: 30px;
  position: relative;
  max-width: 470px; }
  .guestlist .list .search-bar .find-theater {
    width: calc(100% - 45px); }
  .guestlist .list .search-bar .clear {
    position: absolute;
    top: 11px;
    right: 60px;
    z-index: 2;
    font-size: 1.75em;
    opacity: 0.8;
    font-family: "akzidenz-grotesk", sans-serif;
    font-weight: 300;
    cursor: pointer; }
  .guestlist .list .search-bar .buttons {
    margin: 15px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .guestlist .list .search-bar .buttons .btn {
      letter-spacing: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin: 0 3px; }
      .guestlist .list .search-bar .buttons .btn:first-child {
        margin-left: 0; }
      .guestlist .list .search-bar .buttons .btn:last-child {
        margin-right: 0; }

.guestlist .list .guests-title {
  text-align: center;
  font-size: 1.1875em;
  font-family: "akzidenz-grotesk", sans-serif;
  font-weight: 500;
  margin-bottom: 15px; }

.guestlist .list .guest-list {
  margin-bottom: 100px; }
  .guestlist .list .guest-list li {
    border-bottom: 1px solid #dddddd;
    padding: 15px 0 15px; }
    .guestlist .list .guest-list li.checked-in .checkbox {
      opacity: 0.4; }
    .guestlist .list .guest-list li.checked-in label {
      text-decoration: line-through; }
    .guestlist .list .guest-list li .checkbox {
      /* Base for label styling */
      /* checkbox aspect */
      /* checked mark aspect */
      /* checked mark aspect changes */
      /* disabled checkbox */
      /* accessibility */
      /* hover style just for information */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .guestlist .list .guest-list li .checkbox [type="checkbox"]:not(:checked),
      .guestlist .list .guest-list li .checkbox [type="checkbox"]:checked {
        position: absolute;
        left: -9999px; }
      .guestlist .list .guest-list li .checkbox [type="checkbox"]:not(:checked) + label,
      .guestlist .list .guest-list li .checkbox [type="checkbox"]:checked + label {
        position: relative;
        cursor: pointer; }
      .guestlist .list .guest-list li .checkbox label {
        position: relative;
        padding-top: 3.5px;
        padding-left: 33px; }
      .guestlist .list .guest-list li .checkbox [type="checkbox"]:not(:checked) + label:before,
      .guestlist .list .guest-list li .checkbox [type="checkbox"]:checked + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 23px;
        height: 23px;
        border: 2px solid #000;
        background: #fff; }
      .guestlist .list .guest-list li .checkbox [type="checkbox"]:not(:checked) + label:after,
      .guestlist .list .guest-list li .checkbox [type="checkbox"]:checked + label:after {
        content: '';
        position: absolute;
        top: 10.5px;
        left: 6.5px;
        background: #000;
        width: 2px;
        height: 2px;
        -webkit-box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000;
                box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .guestlist .list .guest-list li .checkbox [type="checkbox"]:not(:checked) + label:after {
        opacity: 0; }
      .guestlist .list .guest-list li .checkbox [type="checkbox"]:checked + label:after {
        opacity: 1; }
      .guestlist .list .guest-list li .checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
      .guestlist .list .guest-list li .checkbox [type="checkbox"]:disabled:checked + label:before {
        -webkit-box-shadow: none;
                box-shadow: none;
        border-color: #bbb;
        background-color: #ddd; }
      .guestlist .list .guest-list li .checkbox [type="checkbox"]:disabled:checked + label:after {
        color: #999; }
      .guestlist .list .guest-list li .checkbox [type="checkbox"]:disabled + label {
        color: #aaa; }
      .guestlist .list .guest-list li .checkbox label {
        padding-top: 2px; }
        .guestlist .list .guest-list li .checkbox label:before {
          top: 49% !important;
          margin-top: -11px !important; }
        .guestlist .list .guest-list li .checkbox label span {
          margin-left: 0 !important;
          margin-top: -5px; }
      .guestlist .list .guest-list li .checkbox [type="checkbox"]:not(:checked) + label:after,
      .guestlist .list .guest-list li .checkbox [type="checkbox"]:checked + label:after {
        top: 50% !important;
        margin-top: -1px !important; }
      .guestlist .list .guest-list li .checkbox .btn {
        margin-bottom: 4px; }
    .guestlist .list .guest-list li .friends, .guestlist .list .guest-list li .denied, .guestlist .list .guest-list li .cancelled, .guestlist .list .guest-list li .status {
      margin-right: 2px; }

.guestlist #rsvp-count {
  background-color: #000;
  padding: 15px 5px;
  font-family: "akzidenz-grotesk", sans-serif;
  font-weight: 500;
  color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center; }

.guestlist#page-wrap {
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s; }
  .nav-open .guestlist#page-wrap {
    -webkit-transform: translateX(100vw);
        -ms-transform: translateX(100vw);
            transform: translateX(100vw); }

.guestlist .title {
  font-family: "akzidenz-grotesk", sans-serif;
  font-weight: 500;
  font-size: 1.4375em;
  margin-bottom: 30px;
  text-align: center; }

.guestlist .hamburger {
  cursor: pointer;
  margin: 15px 0 0 16px;
  display: inline-block; }
  .guestlist .hamburger img {
    width: 40px; }

.guestlist .btn {
  display: inline-block;
  white-space: nowrap;
  width: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .guestlist .btn.small:hover {
    background-color: #fff !important;
    color: #000 !important; }

#qr-overlay {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  border: 1px solid transparent;
  margin: auto 0;
  padding: 20px 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  #qr-overlay .inner {
    margin: auto 0; }
    #qr-overlay .inner svg {
      width: 130px;
      margin-bottom: 30px; }
    #qr-overlay .inner #qr-status {
      font-family: "akzidenz-grotesk", sans-serif;
      font-weight: 500;
      font-size: 1.25em;
      margin-bottom: 18px;
      font-size: 1.3125em; }
      #qr-overlay .inner #qr-status p {
        margin-top: 20px;
        font-family: "akzidenz-grotesk", sans-serif;
        font-weight: 400; }
    #qr-overlay .inner #error-scanning p, #qr-overlay .inner #already-checked-in p {
      margin-bottom: 40px;
      font-size: 1.1875em;
      line-height: 1.7rem; }
    #qr-overlay .inner #error-scanning .btn, #qr-overlay .inner #already-checked-in .btn {
      margin: 0 3px 60px;
      min-width: 100px;
      padding: 8px 15px;
      font-size: 1.0625em; }
    #qr-overlay .inner #error-scanning .back-to-list, #qr-overlay .inner #already-checked-in .back-to-list {
      font-size: 1.125em;
      text-decoration: underline;
      margin-bottom: 0;
      cursor: pointer; }
    #qr-overlay .inner #already-checked-in .back-to-list {
      margin-top: 60px;
      margin-bottom: 30px; }

body {
  background-color: #fff;
  font-family: "akzidenz-grotesk", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

a {
  color: #000; }

#page-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
  #page-wrap.guestlist .lockout {
    max-width: 500px;
    margin: 0 20px; }
    @media (min-width: 480px) {
      #page-wrap.guestlist .lockout {
        margin: 0 auto;
        width: 90%; } }
  #page-wrap .lockout {
    max-width: 1400px;
    margin: 0 20px; }
    @media (min-width: 480px) {
      #page-wrap .lockout {
        margin: 0 auto;
        width: 90%; } }
