@import url("https://use.typekit.net/cyv5fgo.css");
@font-face {
  font-family: "montserrat";
  src: url("fonts/Montserrat-Medium.ttf") format("truetype"); }
@font-face {
  font-family: "montserrat";
  font-style: italic;
  src: url("fonts/Montserrat-MediumItalic.ttf") format("truetype"); }
@font-face {
  font-family: "montserrat";
  font-weight: 700;
  src: url("fonts/Montserrat-Bold.ttf") format("truetype"); }
@font-face {
  font-family: "montserrat";
  font-weight: 700;
  font-style: italic;
  src: url("fonts/Montserrat-BoldItalic.ttf") format("truetype"); }
html, body {
  margin: 0;
  padding: 0;
  width: 100vw;
  font-size: 10px;
  overflow-x: hidden;
  font-family: "montserrat";
  background: #282728;
  color: #ffffff; }

body {
  font-size: 1.8rem;
  line-height: 2.8rem;
  background: linear-gradient(180deg, #000 0%, transparent 50%);
  width: 100vw;
  overflow: hidden; }
  body.locked {
    height: 100vh;
    overflow: hidden; }
    body.locked.active {
      height: auto;
      overflow: auto; }
  body #page {
    transform: translateX(0);
    transition: transform .5s; }
    body #page.menu-open {
      transform: translateX(100vw); }
    body #page.shifted {
      transform: translateX(-40rem); }

* {
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

h1, .h1 {
  font-size: 4.5rem;
  line-height: 5rem;
  font-weight: bold; }
  @media only screen and (min-width: 1000px) {
    h1, .h1 {
      font-size: 5.4rem;
      line-height: 6rem; } }

h2, .h2 {
  font-size: 3.6rem;
  line-height: 4.2rem;
  font-weight: bold; }
  @media only screen and (min-width: 1000px) {
    h2, .h2 {
      font-size: 4.5rem;
      line-height: 5rem; } }

h3, .h3 {
  font-size: 2.8rem;
  line-height: 4.2rem; }
  @media only screen and (min-width: 1000px) {
    h3, .h3 {
      font-size: 3.6rem;
      line-height: 4.2rem; } }

h4, .h4 {
  font-size: 2.5rem;
  line-height: 3.4rem; }
  @media only screen and (min-width: 1000px) {
    h4, .h4 {
      font-size: 2.8rem;
      line-height: 3.6rem; } }

h5, .h5 {
  font-size: 2.25rem;
  line-height: 2.8rem; }

h6, .h6 {
  font-size: 1.8rem;
  line-height: 2.8rem; }

a {
  color: #c2a549;
  text-decoration: underline; }
  a:hover, a:active {
    color: #ffffff;
    text-decoration: none; }
  a.big-link {
    font-size: 2.5rem;
    line-height: 3.4rem; }
    @media only screen and (min-width: 1000px) {
      a.big-link {
        font-size: 2.8rem;
        line-height: 3.6rem; } }
  a.gold-button, .button-links .button-links-content a.button-link {
    display: inline-block;
    background: #c2a549;
    color: #282728;
    padding: 0.9rem 1.8rem;
    text-decoration: none; }
    a.gold-button:hover, .button-links .button-links-content a.button-link:hover, a.gold-button:active, .button-links .button-links-content a.button-link:active {
      color: #ffffff; }

.button {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #ffffff;
  width: max-content;
  text-decoration: none;
  padding: 0.1rem 0.9rem; }
  .button.round {
    border-radius: 5rem; }
  .button.red {
    background: #c51924; }
  .button.gold {
    display: inline-block;
    background: #c2a549;
    color: #282728;
    padding: 0.9rem 1.8rem;
    text-decoration: none; }
    .button.gold:hover, .button.gold:active {
      color: #ffffff; }
  .button.center {
    display: block;
    margin: 0 auto; }
  .button.dark {
    background: #000;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 5px;
    padding: 0.9rem 1.8rem;
    text-align: center;
    width: 100%;
    display: block;
    transition: .2s; }
    .button.dark:hover, .button.dark:active {
      color: #282728;
      background: #ffffff; }

.uppercase {
  text-transform: uppercase; }

.container {
  position: relative;
  padding: 0 1rem;
  margin: 0 auto;
  width: 100%;
  max-width: 110rem; }
  @media only screen and (min-width: 800px) {
    .container {
      padding: 0 1.8rem; } }
  @media only screen and (min-width: 1400px) {
    .container {
      padding: 0; } }

.close, #modal .modal-wrapper .modal-close {
  display: block;
  position: relative;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  background: url(../images/icon-x.svg) no-repeat center center;
  background-size: contain; }

.load-reveal {
  display: none; }

.text-button {
  text-transform: uppercase; }
  .text-button.thick {
    font-weight: 700; }

.phone-link {
  text-decoration: none; }

.wp-block-separator {
  position: relative;
  border: 0 !important;
  padding: 0 1rem;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 110rem;
  box-sizing: border-box; }
  @media only screen and (min-width: 800px) {
    .wp-block-separator {
      padding: 0 1.8rem; } }
  @media only screen and (min-width: 1400px) {
    .wp-block-separator {
      padding: 0; } }
  .wp-block-separator:after {
    content: "";
    border: 0 !important;
    padding: 0;
    margin: 0;
    height: 2px;
    display: block;
    width: 100%;
    background: #c2a549;
    box-sizing: border-box; }

.reduce-top {
  padding-top: 0 !important; }

@media only screen and (min-width: 1000px) {
  .reduce-bottom {
    padding-bottom: 0 !important; } }

.alignleft {
  max-width: 42%;
  height: auto;
  float: left;
  padding: 0 3.6rem 1.8rem 0; }
  @media only screen and (min-width: 1000px) {
    .alignleft {
      max-width: 50%; } }
  .alignleft img {
    width: 100%; }

.alignright {
  max-width: 42%;
  height: auto;
  float: right;
  padding: 0 0 1.8rem 3.6rem; }
  @media only screen and (min-width: 1000px) {
    .alignright {
      max-width: 50%; } }
  .alignright img {
    width: 100%; }

.color-white {
  color: #ffffff !important; }

.color-red {
  color: #c51924 !important; }

figcaption {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-top: 0.9rem; }

.mobile-only {
  display: block; }
  @media only screen and (min-width: 1000px) {
    .mobile-only {
      display: none; } }

.desktop-only {
  display: none; }
  @media only screen and (min-width: 1000px) {
    .desktop-only {
      display: block; } }

.ajax-loading {
  margin: 12rem auto 4rem auto;
  display: block; }

.clear:after, .header-notice:after, .site-header:after, .standard-copy:after, .film-details .film-sponsors .sponsor-wrapper:after, .page-series-single .other-series .series-card .film-grid:after, .film-additions li:after, .home-hero:after, .donation-form form .f-row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clear, * html .header-notice, * html .site-header, * html .standard-copy, * html .film-details .film-sponsors .sponsor-wrapper, .film-details .film-sponsors * html .sponsor-wrapper, * html .page-series-single .other-series .series-card .film-grid, .page-series-single .other-series .series-card * html .film-grid, * html .film-additions li, .film-additions * html li, * html .home-hero, * html .donation-form form .f-row, .donation-form form * html .f-row {
  zoom: 1; }

/* IE6 */
*:first-child + html .clear, *:first-child + html .header-notice, *:first-child + html .site-header, *:first-child + html .standard-copy, *:first-child + html .film-details .film-sponsors .sponsor-wrapper, .film-details .film-sponsors *:first-child + html .sponsor-wrapper, *:first-child + html .page-series-single .other-series .series-card .film-grid, .page-series-single .other-series .series-card *:first-child + html .film-grid, *:first-child + html .film-additions li, .film-additions *:first-child + html li, *:first-child + html .home-hero, *:first-child + html .donation-form form .f-row, .donation-form form *:first-child + html .f-row {
  zoom: 1; }

/* IE7 */
.header-notice {
  font-size: 1.2rem;
  line-height: 1.4rem;
  position: relative;
  background: #c51924;
  color: #ffffff;
  padding: 0.9rem 0;
  text-align: center; }
  @media only screen and (min-width: 1000px) {
    .header-notice {
      font-size: 1.4rem;
      line-height: 1.6rem;
      padding: 1.8rem 0;
      text-align: left; } }
  .header-notice p {
    width: calc(100% - 5rem);
    float: left;
    margin: 0; }
  .header-notice span {
    float: right;
    margin-top: .3rem; }
  .header-notice a {
    color: #ffffff; }

.site-header {
  position: relative;
  z-index: 4;
  padding: 0;
  background: #282728; }
  .site-header .site-logo {
    width: 10rem;
    height: 6rem;
    display: none;
    position: relative;
    float: left;
    margin: 1.8rem 0; }
    .site-header .site-logo img {
      max-height: 100%; }
    @media only screen and (min-width: 1200px) {
      .site-header .site-logo {
        display: block; } }
  .site-header .mobile-nav {
    width: 100%;
    padding: 1.8rem 0; }
    .site-header .mobile-nav ul {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      align-items: center; }
      .site-header .mobile-nav ul li {
        margin-bottom: 0;
        margin-left: 0; }
        .site-header .mobile-nav ul li.hamburger {
          position: relative;
          width: 4rem;
          height: 2rem;
          cursor: pointer;
          margin-top: .25rem; }
          .site-header .mobile-nav ul li.hamburger a {
            display: block;
            position: absolute;
            left: 0;
            top: calc(50% - 2px);
            width: 2.5rem;
            height: .4rem;
            background: #ffffff;
            border-radius: 3px;
            overflow: hidden;
            text-indent: -1000px; }
          .site-header .mobile-nav ul li.hamburger:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 2.5rem;
            height: .4rem;
            background: #ffffff;
            border-radius: 3px; }
          .site-header .mobile-nav ul li.hamburger:after {
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 2.5rem;
            height: .4rem;
            background: #ffffff;
            border-radius: 3px; }
        .site-header .mobile-nav ul li.header-search a {
          transform: translateY(0.25rem);
          margin: 0 0 0 1rem; }
    @media only screen and (min-width: 1200px) {
      .site-header .mobile-nav {
        display: none; } }
  .site-header .fnav {
    width: 100%;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr; }
    @media only screen and (min-width: 1200px) {
      .site-header .fnav {
        display: none; } }
    .site-header .fnav li {
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 1.4rem; }
      .site-header .fnav li:first-of-type {
        border-right: 1px solid #282728; }
      .site-header .fnav li a {
        background: #c51924;
        color: #ffffff;
        display: block;
        padding: .5rem;
        text-align: center;
        width: 100%;
        text-decoration: none; }
  .site-header .main-navigation {
    font-size: 1.4rem;
    line-height: 1.6rem;
    width: 100vw;
    height: 100vh;
    background: #282728;
    position: fixed;
    z-index: 2;
    top: 0;
    left: -100vw;
    padding: 2rem 2rem 10rem 2rem;
    overflow: auto; }
    @media only screen and (min-width: 1200px) {
      .site-header .main-navigation {
        font-size: 1.2rem;
        line-height: 1.4rem;
        display: block;
        width: calc(100% - 12rem);
        float: right;
        text-align: right;
        position: relative;
        height: auto;
        z-index: 0;
        padding: 0;
        left: auto;
        overflow: visible; } }
    .site-header .main-navigation .nav-close {
      display: block;
      width: 2rem;
      height: 2rem;
      position: absolute;
      top: 2rem;
      right: 2rem;
      background: url(../images/icon-x.svg) no-repeat;
      background-size: contain;
      text-indent: -1000px;
      overflow: hidden; }
      @media only screen and (min-width: 1200px) {
        .site-header .main-navigation .nav-close {
          display: none; } }
    .site-header .main-navigation #primary-menu li.header-become-a-member {
      border-bottom: 1px solid #ffffff;
      padding-bottom: 1.8rem;
      margin-bottom: 3.6rem; }
      @media only screen and (min-width: 1200px) {
        .site-header .main-navigation #primary-menu li.header-become-a-member {
          border: 0;
          padding: 0;
          margin: 0 1rem 0 0; } }
      .site-header .main-navigation #primary-menu li.header-become-a-member a {
        text-transform: uppercase;
        background: none;
        color: #ffffff;
        padding: 0; }
        @media only screen and (min-width: 1200px) {
          .site-header .main-navigation #primary-menu li.header-become-a-member a {
            background: #c2a549;
            color: #282728;
            padding: .5rem 1rem;
            border-radius: 5rem; } }
        .site-header .main-navigation #primary-menu li.header-become-a-member a:hover, .site-header .main-navigation #primary-menu li.header-become-a-member a:active {
          color: #ffffff; }
    @media only screen and (max-width: 1199px) {
      .site-header .main-navigation #primary-menu li.header-search {
        display: none; } }
    @media only screen and (max-width: 1199px) {
      .site-header .main-navigation #primary-menu li.header-showtimes a:before {
        display: none; } }
    .site-header .main-navigation .header-social {
      border-top: 1px solid #ffffff;
      padding-top: 1.8rem;
      margin-top: 3.6rem; }
      @media only screen and (min-width: 1200px) {
        .site-header .main-navigation .header-social {
          display: none; } }
      .site-header .main-navigation .header-social li {
        margin-right: 0.9rem; }
      .site-header .main-navigation .header-social .text-button {
        color: #ffffff;
        text-decoration: none; }
  .site-header .menu {
    margin: 0;
    padding: 0;
    line-height: 3rem; }
    @media only screen and (min-width: 1200px) {
      .site-header .menu {
        line-height: 9.6rem; } }
    .site-header .menu li {
      display: block;
      margin-left: .5rem;
      margin-bottom: 1.8rem;
      position: relative; }
      @media only screen and (min-width: 1200px) {
        .site-header .menu li {
          display: inline-block;
          margin-bottom: 0; }
          .site-header .menu li.current_page_item, .site-header .menu li.current-page-ancestor {
            background: #c51924; }
            .site-header .menu li.current_page_item.header-search, .site-header .menu li.current-page-ancestor.header-search {
              background: transparent; } }
      .site-header .menu li:first-of-type {
        margin-left: 0;
        margin-right: 1rem; }
        .site-header .menu li:first-of-type.current_page_item, .site-header .menu li:first-of-type.current-page-ancestor {
          background: transparent; }
      .site-header .menu li.menu-logo a {
        display: block;
        width: 9rem;
        height: 6rem;
        background: url(../images/loft-logo-standard.png) no-repeat center center;
        background-size: contain;
        overflow: hidden;
        text-indent: -1000px;
        margin: 0 auto; }
        @media only screen and (min-width: 1200px) {
          .site-header .menu li.menu-logo a {
            margin: 0; } }
      .site-header .menu li.header-become-a-member a {
        background: linear-gradient(180deg, #edcf6e 0%, #b49125 100%);
        border-radius: 5rem;
        text-transform: uppercase;
        color: #282728;
        padding: .5rem 1rem; }
        @media only screen and (min-width: 1000px) {
          .site-header .menu li.header-become-a-member a {
            background: #c2a549;
            border-radius: 0;
            font-weight: 700; } }
        .site-header .menu li.header-become-a-member a:hover, .site-header .menu li.header-become-a-member a:active {
          color: #ffffff; }
      .site-header .menu li.header-search a {
        display: block;
        width: 3rem;
        height: 3rem;
        background: url(../images/icon-search.svg) no-repeat center center;
        background-size: contain;
        overflow: hidden;
        text-indent: 1000px;
        font-size: 0;
        transform: translateY(0.8rem);
        float: right; }
        @media only screen and (min-width: 1200px) {
          .site-header .menu li.header-search a {
            float: none; } }
      .site-header .menu li.header-showtimes a {
        display: block;
        position: relative; }
        .site-header .menu li.header-showtimes a:before {
          content: "";
          display: inline-block;
          width: 4rem;
          height: 3rem;
          background: url(../images/icon-tickets.svg) no-repeat center center;
          background-size: contain;
          margin-right: 1rem;
          transform: translateY(0.8rem); }
      .site-header .menu li a {
        color: #ffffff;
        padding: 0 .5rem;
        text-decoration: none; }
        @media only screen and (min-width: 1200px) {
          .site-header .menu li a {
            padding: 0 1.5rem;
            text-transform: uppercase; } }
      .site-header .menu li ul {
        margin: 0 0 0 1rem;
        padding: 0;
        text-align: left;
        line-height: 1.8rem; }
        @media only screen and (min-width: 1200px) {
          .site-header .menu li ul {
            display: none;
            position: absolute;
            z-index: 2;
            top: 100%;
            left: 0;
            width: 100%;
            min-width: 14rem;
            margin: 0;
            background: rgba(0, 0, 0, 0.9);
            border: 1px solid #848484; } }
        .site-header .menu li ul li {
          margin: 0 !important;
          padding: 0;
          background: none;
          width: 100%;
          display: block; }
          @media only screen and (min-width: 1200px) {
            .site-header .menu li ul li {
              border-bottom: 1px solid #848484; }
              .site-header .menu li ul li:last-of-type {
                border: 0; } }
          .site-header .menu li ul li a {
            color: #ffffff;
            text-decoration: none;
            padding: 1rem;
            display: block; }
          .site-header .menu li ul li:hover, .site-header .menu li ul li:active {
            background: #c2a549; }
      .site-header .menu li:hover ul, .site-header .menu li:active ul {
        display: block; }
  .site-header .menu-toggle {
    display: none; }
  .site-header .header-search-box {
    width: 100%;
    text-align: right;
    display: none;
    padding-top: 3.5rem; }
    @media only screen and (min-width: 1200px) {
      .site-header .header-search-box {
        width: calc(100% - 12rem);
        float: right; } }
    .site-header .header-search-box fieldset {
      border: 0;
      padding: 0;
      margin: 0; }
      .site-header .header-search-box fieldset input[type="text"] {
        border: 0;
        border-bottom: 1px solid #ffffff;
        outline: none;
        width: 100%;
        max-width: 24rem;
        margin-bottom: 3.6rem; }
        @media only screen and (min-width: 1200px) {
          .site-header .header-search-box fieldset input[type="text"] {
            max-width: 30rem;
            margin-bottom: 0; } }
      .site-header .header-search-box fieldset button {
        border: 0;
        display: inline-block;
        margin-left: 1.8rem;
        width: 3rem;
        height: 3rem;
        overflow: hidden;
        text-indent: -1000px;
        background: url(../images/icon-search.svg) no-repeat center center;
        background-size: contain;
        outline: none; }
      .site-header .header-search-box fieldset .close, .site-header .header-search-box fieldset #modal .modal-wrapper .modal-close, #modal .modal-wrapper .site-header .header-search-box fieldset .modal-close {
        overflow: hidden;
        text-indent: 1000px;
        transform: translateY(0.5rem); }
    .site-header .header-search-box .search-close {
      display: inline-block;
      margin-left: 3.6rem; }

.timer-wrapper {
  height: 0;
  overflow: hidden;
  transition: .2s; }
  .timer-wrapper.active {
    height: 3.4rem; }

#timer {
  height: 3.4rem;
  background: #c51924;
  color: #ffffff;
  padding: 0.9rem;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6rem; }
  #timer.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 120; }

.site-footer {
  position: relative; }
  .site-footer .footer-newsletter {
    padding: 1.8rem 0;
    background: #c51924;
    color: #ffffff;
    text-align: center; }
    .site-footer .footer-newsletter p {
      margin: 0;
      display: inline-block; }
    .site-footer .footer-newsletter .e-signup {
      display: block;
      color: #ffffff;
      padding: 0.9rem;
      cursor: pointer;
      font-weight: 700;
      text-decoration: underline; }
      @media only screen and (min-width: 1000px) {
        .site-footer .footer-newsletter .e-signup {
          display: inline-block;
          background: #282728;
          margin-left: 1.8rem;
          font-weight: 400;
          text-decoration: none;
          transition: .2s; }
          .site-footer .footer-newsletter .e-signup:hover, .site-footer .footer-newsletter .e-signup:active {
            background: #ffffff;
            color: #282728; } }
  .site-footer .footer-sponsors {
    padding: 3.6rem 0; }
    @media only screen and (min-width: 1000px) {
      .site-footer .footer-sponsors .container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 3.6rem; } }
    .site-footer .footer-sponsors .container h3 {
      font-size: 2.5rem;
      line-height: 3.4rem;
      margin-bottom: 1.8rem; }
      @media only screen and (min-width: 1000px) {
        .site-footer .footer-sponsors .container h3 {
          font-size: 2.8rem;
          line-height: 3.6rem; } }
      @media only screen and (max-width: 999px) {
        .site-footer .footer-sponsors .container h3 {
          text-transform: uppercase;
          font-weight: 700;
          white-space: nowrap; } }
    .site-footer .footer-sponsors .container .sponsor {
      display: inline-block;
      margin: 0 1.8rem 1.8rem 0; }
      @media only screen and (min-width: 1000px) {
        .site-footer .footer-sponsors .container .sponsor {
          opacity: .5; } }
      .site-footer .footer-sponsors .container .sponsor:hover, .site-footer .footer-sponsors .container .sponsor:active {
        opacity: 1; }
      .site-footer .footer-sponsors .container .sponsor img {
        width: 100%;
        max-width: 16rem;
        height: auto; }
    @media only screen and (max-width: 999px) {
      .site-footer .footer-sponsors .container .footer-statement {
        font-size: 1.4rem;
        margin-top: 4rem;
        line-height: 2rem; } }
  .site-footer .footer-menu {
    border-top: 4px solid #c51924;
    padding: 3.6rem 0; }
    .site-footer .footer-menu .container {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 3.6rem; }
      @media only screen and (min-width: 1000px) {
        .site-footer .footer-menu .container {
          grid-template-columns: 1fr 2fr; } }
    .site-footer .footer-menu .footer-social h3 {
      font-size: 1.8rem;
      line-height: 2.8rem;
      font-weight: 700;
      text-transform: uppercase; }
    .site-footer .footer-menu .footer-social .text-button {
      display: block;
      text-decoration: none; }
    .site-footer .footer-menu .footer-social a {
      color: #ffffff; }
    .site-footer .footer-menu .footer-social ul {
      columns: 1; }
      .site-footer .footer-menu .footer-social ul li {
        margin: 0 0.9rem 1.8rem 0;
        width: auto; }
    .site-footer .footer-menu ul {
      columns: 2;
      margin: 0;
      padding: 0; }
      .site-footer .footer-menu ul li {
        list-style: none;
        margin: 0 0 1.8rem;
        padding: 0;
        display: inline-block;
        width: 100%; }
        .site-footer .footer-menu ul li a {
          color: #ffffff;
          text-decoration: none;
          text-transform: uppercase; }
  .site-footer .lower-footer {
    text-align: center;
    border-top: 4px solid #c51924;
    padding: 3.6rem 0; }
    @media only screen and (max-width: 999px) {
      .site-footer .lower-footer {
        font-size: 1.4rem;
        line-height: 2rem; } }
    .site-footer .lower-footer .footer-copy {
      margin-top: 1.8rem; }

.social-icons {
  margin: 0 0 1.8rem;
  padding: 0;
  columns: 1; }
  .social-icons li {
    list-style: none;
    display: inline-block;
    margin: 0 1.8rem 0 0; }
    .social-icons li a {
      display: block;
      width: 3.5rem;
      height: 3.5rem;
      overflow: hidden;
      text-indent: -1000px; }
      .social-icons li a.facebook {
        background: url(../images/social-facebook.svg) no-repeat center center;
        background-size: contain; }
      .social-icons li a.instagram {
        background: url(../images/social-instagram.svg) no-repeat center center;
        background-size: contain; }
      .social-icons li a.twitter {
        background: url(../images/social-twitter.svg) no-repeat center center;
        background-size: contain; }
      .social-icons li a.flickr {
        background: url(../images/social-flickr.svg) no-repeat center center;
        background-size: contain; }
      .social-icons li a.youtube {
        background: url(../images/social-youtube.svg) no-repeat center center;
        background-size: contain; }
      .social-icons li a.vimeo {
        background: url(../images/social-l.svg) no-repeat center center;
        background-size: contain; }
      .social-icons li a.bluesky {
        background: url(../images/icon-bluesky.svg) no-repeat center center;
        background-size: contain; }

#modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  display: none; }
  #modal .modal-wrapper {
    width: 90%;
    max-width: 80rem;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
    #modal .modal-wrapper .modal-content {
      background: #282728; }
      #modal .modal-wrapper .modal-content iframe {
        height: auto;
        width: 100%;
        aspect-ratio: 16 / 9; }
    #modal .modal-wrapper .modal-close {
      position: absolute;
      top: -2rem;
      right: -2rem;
      width: 2rem;
      height: 2rem;
      z-index: 100;
      border-radius: 50%; }

#cart-adder {
  position: fixed;
  top: 0;
  right: -44rem;
  background: #282728;
  border-left: 5px solid #c2a549;
  box-shadow: 5px 5px 5px #282728;
  z-index: 1000;
  transition: .5s; }
  #cart-adder .adder-wrapper {
    width: 100%;
    height: 100vh;
    padding: 4rem 2rem 10rem;
    overflow: auto;
    min-width: 33rem; }
    @media only screen and (min-width: 1000px) {
      #cart-adder .adder-wrapper {
        width: 40rem;
        padding: 4rem 2rem; } }
  #cart-adder.active {
    right: 0; }
  #cart-adder #adder-cname {
    margin-bottom: 2rem;
    max-width: 30rem; }
    @media only screen and (min-width: 1000px) {
      #cart-adder #adder-cname {
        max-width: 100%; } }
  #cart-adder #adder-tickets-remaining {
    margin-bottom: 2rem; }
  #cart-adder #adder-tiers {
    margin: 2rem 0;
    background: url(../images/loading.gif) no-repeat center center;
    background-size: 3.2rem;
    min-height: 5rem; }
    #cart-adder #adder-tiers.active {
      background: none; }
    #cart-adder #adder-tiers.processing {
      background: url(../images/loading.gif) no-repeat center center; }
      #cart-adder #adder-tiers.processing .adder-ticket-option {
        opacity: .5; }
    #cart-adder #adder-tiers .adder-ticket-option {
      padding-bottom: 1rem;
      margin-bottom: .5rem;
      border-bottom: 1px solid #c2a549; }
      #cart-adder #adder-tiers .adder-ticket-option.disabled .ato-right {
        display: none; }
      #cart-adder #adder-tiers .adder-ticket-option.disabled .ato-login {
        display: inline-block;
        text-align: right;
        transform: translateY(-1rem);
        cursor: pointer; }
        #cart-adder #adder-tiers .adder-ticket-option.disabled .ato-login:hover, #cart-adder #adder-tiers .adder-ticket-option.disabled .ato-login:active {
          text-decoration: underline; }
      #cart-adder #adder-tiers .adder-ticket-option span {
        font-size: 1.4rem;
        line-height: 1.6rem;
        display: block; }
      #cart-adder #adder-tiers .adder-ticket-option .ato-left {
        width: 100%;
        margin-bottom: 1.8rem; }
        @media only screen and (min-width: 1000px) {
          #cart-adder #adder-tiers .adder-ticket-option .ato-left {
            width: calc(100% - 12rem);
            display: inline-block;
            margin-bottom: 0; }
            #cart-adder #adder-tiers .adder-ticket-option .ato-left.has-login {
              width: calc(100% - 18rem); } }
      #cart-adder #adder-tiers .adder-ticket-option .ato-right, #cart-adder #adder-tiers .adder-ticket-option .ato-login {
        user-select: none;
        width: 100%; }
        @media only screen and (min-width: 1000px) {
          #cart-adder #adder-tiers .adder-ticket-option .ato-right, #cart-adder #adder-tiers .adder-ticket-option .ato-login {
            width: 12rem;
            display: inline-block; } }
        #cart-adder #adder-tiers .adder-ticket-option .ato-right .ato-add, #cart-adder #adder-tiers .adder-ticket-option .ato-login .ato-add {
          padding: .5rem 1rem;
          background: #31C09F;
          font-weight: 700;
          border-radius: 3px;
          margin-right: 2rem;
          display: inline-block;
          width: 3rem;
          text-align: center;
          cursor: pointer; }
        #cart-adder #adder-tiers .adder-ticket-option .ato-right .ato-total, #cart-adder #adder-tiers .adder-ticket-option .ato-login .ato-total {
          margin-right: 2rem;
          font-weight: 700;
          width: 2rem;
          text-align: center;
          display: inline-block; }
        #cart-adder #adder-tiers .adder-ticket-option .ato-right .ato-subtract, #cart-adder #adder-tiers .adder-ticket-option .ato-login .ato-subtract {
          padding: .5rem 1rem;
          background: #c51924;
          font-weight: 700;
          border-radius: 3px;
          display: inline-block;
          width: 3rem;
          text-align: center;
          cursor: pointer; }
      #cart-adder #adder-tiers .adder-ticket-option .ato-login {
        font-size: 1.4rem;
        line-height: 1.6rem;
        width: 18rem;
        display: inline-block; }
  #cart-adder .adder-close {
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 4rem;
    left: -3rem;
    background: #c2a549;
    cursor: pointer;
    border-radius: 3px 0 0 3px; }
    #cart-adder .adder-close:before {
      content: "";
      display: block;
      width: 2.5rem;
      height: 3px;
      background: #282728;
      position: absolute;
      top: 14px;
      left: 2px;
      transform: rotate(45deg); }
    #cart-adder .adder-close:after {
      content: "";
      display: block;
      width: 2.5rem;
      height: 2px;
      background: #282728;
      position: absolute;
      top: 14px;
      left: 2px;
      transform: rotate(-45deg); }
  #cart-adder #ticket-success {
    display: none; }
    #cart-adder #ticket-success .button {
      margin-top: 4rem; }
  #cart-adder .button {
    cursor: pointer; }

#cart-indicator {
  width: 5rem;
  height: 5rem;
  position: fixed;
  top: 50%;
  right: -5rem;
  background: #c2a549;
  border-radius: 3px 0 0 3px;
  z-index: 1000;
  line-height: 4rem;
  text-align: center;
  color: #282728;
  text-decoration: none;
  transition: .5s; }
  #cart-indicator.active {
    right: 0; }
  #cart-indicator:hover, #cart-indicator:active {
    background: #ffffff; }
  #cart-indicator .count {
    position: absolute;
    top: 0px;
    text-align: center;
    width: 100%;
    left: 0;
    z-index: 1;
    color: #ffffff; }
  #cart-indicator .cart {
    display: block;
    background: url(../images/cart.svg) no-repeat center center;
    width: 4rem;
    height: 4rem;
    transform: scaleX(-1);
    position: absolute;
    top: 5px;
    left: 8px; }

#reset-cart {
  width: 15rem;
  height: 5rem;
  position: fixed;
  top: 50%;
  left: -5rem;
  background: #c2a549;
  border-radius: 0 0 3px 3px;
  z-index: 1000;
  line-height: 4rem;
  text-align: center;
  color: #282728;
  transform: rotate(-90deg);
  cursor: pointer;
  text-decoration: none; }

#membership-login-copy {
  display: none; }

.ato-modal {
  padding: 7.2rem; }
  .ato-modal .mlogin-box form fieldset {
    padding: 0;
    margin: 0;
    border: 0; }
  .ato-modal .mlogin-box form .form-row {
    display: block;
    margin-bottom: 1.8rem; }
    .ato-modal .mlogin-box form .form-row label {
      display: block; }
  .ato-modal .mlogin-box input {
    width: 100%;
    max-width: 20rem;
    display: inline-block;
    margin-right: 1rem;
    padding: .5rem;
    border: 0;
    margin-top: .5rem;
    outline: none; }
  .ato-modal .mlogin-box button {
    display: block;
    border: 0;
    text-align: center;
    background: #c2a549;
    margin-top: .5rem;
    padding: .5rem;
    outline: none;
    width: max-content; }
  .ato-modal #mform-errors {
    display: none;
    color: #c51924;
    padding: 1rem;
    background: #fff;
    margin: 2rem 0; }

.cart-response {
  display: none; }

.login-sticky {
  display: block;
  position: fixed;
  top: 16rem;
  right: -10rem;
  background: #c51924;
  color: #ffffff;
  padding: .5rem;
  z-index: 9;
  transition: .2s; }
  .login-sticky.active {
    right: 0; }
  @media only screen and (min-width: 1200px) {
    .login-sticky {
      top: 2.8rem; } }
  .login-sticky:hover, .login-sticky:active {
    background: #ffffff;
    color: #c51924; }

.image-header {
  position: relative;
  width: 100%;
  padding-top: 5rem;
  background: #000; }
  @media only screen and (min-width: 700px) {
    .image-header {
      padding-top: 10rem; } }
  @media only screen and (min-width: 1000px) {
    .image-header {
      padding-top: 20rem; } }
  .image-header .container {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%; }
    .image-header .container h1 {
      color: #ffffff;
      margin-top: 0;
      padding-bottom: 1.8rem;
      padding-top: 7.2rem; }
      @media only screen and (min-width: 700px) {
        .image-header .container h1 {
          margin-top: 5rem; } }
      @media only screen and (min-width: 1000px) {
        .image-header .container h1 {
          margin-top: 10rem;
          padding-top: 0;
          padding-bottom: 7.2rem; } }
      .image-header .container h1.sponsored {
        padding-bottom: 1rem; }
    .image-header .container h2 {
      font-size: 2.5rem;
      line-height: 3.4rem;
      color: #ffffff;
      padding-bottom: 7.2rem; }
      @media only screen and (min-width: 1000px) {
        .image-header .container h2 {
          font-size: 2.8rem;
          line-height: 3.6rem; } }
      .image-header .container h2 span {
        text-transform: uppercase; }
    .image-header .container p {
      font-size: 2.5rem;
      line-height: 3.4rem;
      color: #ffffff;
      margin-top: 0;
      padding-bottom: 7.2rem; }
      @media only screen and (min-width: 1000px) {
        .image-header .container p {
          font-size: 2.8rem;
          line-height: 3.6rem; } }
  .image-header img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .5; }
  .image-header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 45vw;
    height: 100%;
    z-index: 1;
    background: linear-gradient(90deg, #000 0%, transparent 100%); }
  .image-header:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 45vw;
    height: 100%;
    z-index: 1;
    background: linear-gradient(270deg, #000 0%, transparent 100%); }

.plain-header {
  padding: 3.6rem 0; }
  .plain-header h1 {
    color: #c2a549;
    padding-bottom: 1.8rem; }
    .plain-header h1.heading-style-underline, .plain-header h1.heading-style-underlined {
      border-bottom: 2px solid #c2a549; }
    .plain-header h1.heading-color-white {
      color: #ffffff; }
      .plain-header h1.heading-color-white.heading-style-underlined {
        border-bottom: 2px solid #ffffff; }
  .plain-header .plain-header-copy {
    max-width: 80rem;
    margin-top: 3.6rem; }

.image-links {
  text-align: center;
  padding: 7.2rem 0;
  background: #5C5B59; }
  .image-links.shadowed {
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.25); }
  .image-links h2 {
    font-size: 2.5rem;
    line-height: 3.4rem;
    border-bottom: 2px solid #c2a549;
    padding: 0 0 1.8rem;
    margin-bottom: 3.6rem;
    color: #c2a549; }
    @media only screen and (min-width: 1000px) {
      .image-links h2 {
        font-size: 2.8rem;
        line-height: 3.6rem; } }
  .image-links .image-links-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3.6rem; }
    @media only screen and (min-width: 1000px) {
      .image-links .image-links-content {
        grid-template-columns: 1fr 1fr 1fr; } }
    .image-links .image-links-content .image-link {
      position: relative;
      text-decoration: none; }
      .image-links .image-links-content .image-link img {
        width: 100%;
        margin-bottom: 1.8rem; }
      .image-links .image-links-content .image-link h3 {
        font-size: 1.8rem;
        line-height: 2rem;
        text-transform: uppercase;
        color: #c2a549;
        text-decoration: none; }
        @media only screen and (min-width: 800px) {
          .image-links .image-links-content .image-link h3 {
            font-size: 2.25rem;
            line-height: 2.8rem; } }
      .image-links .image-links-content .image-link:hover h3, .image-links .image-links-content .image-link:active h3 {
        color: #ffffff; }

.button-links {
  text-align: center;
  padding: 7.2rem 0; }
  .button-links h2 {
    font-size: 2.5rem;
    line-height: 3.4rem;
    border-bottom: 2px solid #c2a549;
    padding: 0 0 1.8rem;
    margin-bottom: 3.6rem;
    color: #c2a549; }
    @media only screen and (min-width: 1000px) {
      .button-links h2 {
        font-size: 2.8rem;
        line-height: 3.6rem; } }
  .button-links .button-links-content {
    text-align: center; }

.icon-links {
  padding: 7.2rem 0; }
  .icon-links .icon-links-content {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 3.6rem; }
    @media only screen and (min-width: 600px) {
      .icon-links .icon-links-content {
        grid-template-columns: 1fr 1fr;
        grid-gap: 3.6rem; } }
    @media only screen and (min-width: 1000px) {
      .icon-links .icon-links-content {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 3.6rem 7.2rem; } }
    @media only screen and (min-width: 600px) {
      .icon-links .icon-links-content.three-count {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 3.6rem; } }
    @media only screen and (min-width: 1000px) {
      .icon-links .icon-links-content.three-count {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 3.6rem 7.2rem; } }
    .icon-links .icon-links-content .icon-link {
      display: block;
      text-decoration: none;
      text-align: center;
      text-transform: uppercase; }
      .icon-links .icon-links-content .icon-link .icon {
        width: 100%;
        height: 12rem;
        border: 1px solid #c2a549;
        margin-bottom: 1.8rem;
        background: linear-gradient(180deg, #000 0%, #666 100%);
        border-radius: 1rem;
        position: relative; }
        .icon-links .icon-links-content .icon-link .icon:after {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          object-fit: contain; }
        .icon-links .icon-links-content .icon-link .icon.mask:after {
          background: url(../images/icon-mask.svg) no-repeat center center;
          background-size: 10rem; }
        .icon-links .icon-links-content .icon-link .icon.rent:after {
          background: url(../images/icon-rent.svg) no-repeat center center;
          background-size: 10rem; }
        .icon-links .icon-links-content .icon-link .icon.accessibility:after {
          background: url(../images/icon-hearing.svg) no-repeat center center;
          background-size: 8rem; }
        .icon-links .icon-links-content .icon-link .icon.tickets:after {
          background: url(../images/icon-tickets.svg) no-repeat center center;
          background-size: 10rem; }
        .icon-links .icon-links-content .icon-link .icon.conduct:after {
          background: url(../images/icon-code-of-conduct.svg) no-repeat center center;
          background-size: 6rem; }
        .icon-links .icon-links-content .icon-link .icon.staff:after {
          background: url(../images/icon-employees.svg) no-repeat center center;
          background-size: 10rem; }
        .icon-links .icon-links-content .icon-link .icon.employment:after {
          background: url(../images/icon-employment.svg) no-repeat center center;
          background-size: 8rem; }
        .icon-links .icon-links-content .icon-link .icon.contact:after {
          background: url(../images/icon-mail.svg) no-repeat center center;
          background-size: 8rem; }
        .icon-links .icon-links-content .icon-link .icon.faqs:after {
          background: url(../images/icon-faq.svg) no-repeat center center;
          background-size: 14rem; }

.membership-options {
  background: linear-gradient(180deg, #000 0%, transparent 30%);
  padding: 7.2rem 0; }
  .membership-options .options-wrapper {
    margin-top: 7.2rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 7.2rem; }
    @media only screen and (min-width: 700px) {
      .membership-options .options-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 3.6rem; } }
    @media only screen and (min-width: 1000px) {
      .membership-options .options-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 7.2rem; } }
    .membership-options .options-wrapper.bundled {
      grid-template-columns: 1fr;
      margin-top: 10.8rem; }
      @media only screen and (min-width: 700px) {
        .membership-options .options-wrapper.bundled {
          grid-template-columns: 1fr 2fr; } }
    .membership-options .options-wrapper.full {
      grid-template-columns: 1fr; }
    .membership-options .options-wrapper .membership-option {
      position: relative;
      background: linear-gradient(180deg, #000 0%, transparent 50%); }
      @media only screen and (min-width: 700px) {
        .membership-options .options-wrapper .membership-option {
          margin-bottom: 3.6rem; } }
      @media only screen and (min-width: 1000px) {
        .membership-options .options-wrapper .membership-option {
          margin-bottom: 0; } }
      .membership-options .options-wrapper .membership-option.closing {
        background: transparent;
        border-top: 2px solid #c2a549;
        border-bottom: 2px solid #c2a549;
        padding: 3.6rem 0;
        margin-top: 3.6rem; }
        @media only screen and (min-width: 700px) {
          .membership-options .options-wrapper .membership-option.closing {
            margin-top: -5rem; } }
        .membership-options .options-wrapper .membership-option.closing .big-link {
          margin: 3.6rem 0;
          display: block; }
      .membership-options .options-wrapper .membership-option .main-perk {
        background: #c2a549;
        color: #282728;
        padding: 0.9rem;
        width: calc(100% - 3.6rem);
        margin: 0 0 0 1.8rem;
        transform: translateY(-50%);
        text-align: center; }
      .membership-options .options-wrapper .membership-option h3 {
        font-size: 2.5rem;
        line-height: 3.4rem;
        padding-left: 1.8rem;
        text-align: center;
        font-weight: 700;
        margin-bottom: 0.9rem; }
        @media only screen and (min-width: 1000px) {
          .membership-options .options-wrapper .membership-option h3 {
            font-size: 2.8rem;
            line-height: 3.6rem; } }
        .membership-options .options-wrapper .membership-option h3 .option-price {
          font-weight: 400; }
      .membership-options .options-wrapper .membership-option ul {
        margin-top: 1.8rem;
        padding: 0; }
        .membership-options .options-wrapper .membership-option ul li {
          font-size: 1.4rem;
          line-height: 1.6rem;
          padding: 0.9rem 0.9rem 0.9rem 3.6rem;
          position: relative;
          z-index: 1;
          list-style: none; }
          .membership-options .options-wrapper .membership-option ul li:before {
            content: "";
            display: block;
            position: absolute;
            z-index: 1;
            background: #fff;
            width: .7rem;
            height: .7rem;
            border-radius: 50%;
            top: 1.4rem;
            left: 1.8rem; }
          .membership-options .options-wrapper .membership-option ul li:after {
            content: "";
            display: block;
            position: absolute;
            z-index: 0;
            background: #fff;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            opacity: .33; }
          .membership-options .options-wrapper .membership-option ul li:nth-child(odd):after {
            background: #959595; }
          .membership-options .options-wrapper .membership-option ul li:nth-child(0):after {
            opacity: .01; }
          .membership-options .options-wrapper .membership-option ul li:nth-child(1):after {
            opacity: .03; }
          .membership-options .options-wrapper .membership-option ul li:nth-child(2):after {
            opacity: .06; }
          .membership-options .options-wrapper .membership-option ul li:nth-child(3):after {
            opacity: .09; }
          .membership-options .options-wrapper .membership-option ul li:nth-child(4):after {
            opacity: .12; }
          .membership-options .options-wrapper .membership-option ul li:nth-child(5):after {
            opacity: .15; }
          .membership-options .options-wrapper .membership-option ul li:nth-child(6):after {
            opacity: .18; }
          .membership-options .options-wrapper .membership-option ul li:nth-child(7):after {
            opacity: .21; }
          .membership-options .options-wrapper .membership-option ul li:nth-child(8):after {
            opacity: .24; }
          .membership-options .options-wrapper .membership-option ul li:nth-child(9):after {
            opacity: .27; }
          .membership-options .options-wrapper .membership-option ul li:nth-child(10):after {
            opacity: .3; }
      .membership-options .options-wrapper .membership-option .member-join {
        background: #c51924;
        display: block;
        text-align: center;
        text-decoration: none;
        margin-top: -1rem; }
        .membership-options .options-wrapper .membership-option .member-join a {
          display: inline-block;
          padding: 0.9rem 0.5rem;
          color: #ffffff;
          font-size: 1.4rem;
          text-decoration: none;
          transform: translateY(-0.2rem); }
          .membership-options .options-wrapper .membership-option .member-join a:hover, .membership-options .options-wrapper .membership-option .member-join a:active {
            text-decoration: underline; }

.copy-columns {
  padding: 3.6rem 0; }
  @media only screen and (min-width: 1000px) {
    .copy-columns {
      padding: 7.2rem 0; } }
  .copy-columns h2 {
    font-size: 2.5rem;
    line-height: 3.4rem;
    margin-bottom: 0.9rem;
    color: #c2a549; }
    @media only screen and (min-width: 1000px) {
      .copy-columns h2 {
        font-size: 2.8rem;
        line-height: 3.6rem; } }
  .copy-columns .copy-columns-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 3.6rem; }
    @media only screen and (min-width: 800px) {
      .copy-columns .copy-columns-wrapper {
        grid-template-columns: 2fr 1fr; } }
    .copy-columns .copy-columns-wrapper .copy-column {
      font-size: 2.25rem;
      line-height: 2.8rem; }
      .copy-columns .copy-columns-wrapper .copy-column.subcopy {
        font-size: 1.4rem;
        line-height: 1.6rem; }

.standard-copy {
  padding: 3.6rem 0; }
  @media only screen and (min-width: 900px) {
    .standard-copy {
      padding: 7.2rem 0; } }
  .standard-copy h2 {
    font-size: 2.8rem;
    line-height: 4.2rem;
    border-bottom: 2px solid #c2a549;
    padding: 0 0 1.8rem;
    margin-bottom: 3.6rem;
    color: #c2a549; }
    @media only screen and (min-width: 1000px) {
      .standard-copy h2 {
        font-size: 3.6rem;
        line-height: 4.2rem; } }
  .standard-copy.slim .container {
    max-width: 80rem; }
  @media only screen and (min-width: 900px) {
    .standard-copy.columns .standard-copy-content {
      columns: 2;
      column-gap: 7.2rem; } }
  .standard-copy .standard-copy-content h2, .standard-copy .standard-copy-content h3, .standard-copy .standard-copy-content h4, .standard-copy .standard-copy-content h5, .standard-copy .standard-copy-content h6 {
    font-weight: 400;
    color: #ffffff;
    border: 0;
    padding: 0;
    margin: 0 0 1.8rem 0; }
  .standard-copy .standard-copy-content ul {
    margin-bottom: 7.2rem; }
    .standard-copy .standard-copy-content ul li {
      margin-bottom: 1.8rem; }
      .standard-copy .standard-copy-content ul li ul {
        margin: 1.8rem 0; }

.film-heading {
  text-transform: uppercase;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 1.8rem;
  margin-bottom: 3.6rem; }
  .film-heading #selected-series {
    font-size: 1.8rem;
    line-height: 2.8rem;
    display: block;
    margin-top: 1.8rem; }
    @media only screen and (min-width: 800px) {
      .film-heading #selected-series {
        display: inline-block;
        transform: translateY(-1.25rem);
        margin-left: 3.6rem;
        margin-top: 0;
        text-align: center; } }
    .film-heading #selected-series span {
      color: #282728;
      background: #c2a549;
      padding: 0.5rem 0.9rem;
      display: none; }

.filter-by {
  clear: both;
  width: 100%;
  position: relative;
  z-index: 1; }
  .filter-by .icon-label-filter {
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-transform: uppercase;
    position: relative;
    z-index: 1; }
    .filter-by .icon-label-filter:after {
      content: "";
      display: inline-block;
      width: 2.5rem;
      height: 2.5rem;
      background: url(../images/icon-filter.svg) no-repeat;
      background-size: contain;
      margin-left: 1.8rem;
      transform: translateY(0.7rem); }
  .filter-by .filter-dropdown {
    display: inline-block;
    width: calc(100% - 10rem);
    max-width: 22rem;
    position: relative;
    margin-left: 1.8rem;
    transform: translateY(0.1rem); }

.coming-soon {
  padding: 3.6rem 0; }

.faux-select {
  position: relative;
  cursor: pointer;
  background: rgba(50, 50, 50, 0.5);
  padding-right: 1rem; }
  .faux-select select {
    display: none; }
  .faux-select:after {
    content: "";
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    position: absolute;
    top: .25rem;
    right: 1.5rem;
    transform: rotate(45deg); }
  .faux-select .faux-selected {
    width: 100%;
    padding: 0.1rem 0.9rem; }
  .faux-select .faux-options {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 35rem;
    overflow: auto;
    background: rgba(50, 50, 50, 0.85);
    display: none; }
    .faux-select .faux-options.active {
      display: block; }
    .faux-select .faux-options .faux-option {
      color: #ffffff;
      padding: 0.1rem 0.9rem 0.5rem;
      cursor: pointer;
      text-transform: uppercase; }
      .faux-select .faux-options .faux-option:hover, .faux-select .faux-options .faux-option:active {
        background: rgba(255, 255, 255, 0.1); }

.faux-select-field {
  display: none; }

.film-grid {
  /*
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-gap:$vs-med;
  */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 3.6rem 0; }
  @media only screen and (min-width: 700px) {
    .film-grid {
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 1.8rem; }
      .search-primary .film-grid {
        display: grid; }
        .search-primary .film-grid .film-poster {
          width: 100% !important;
          margin: 0; } }
      @media only screen and (min-width: 700px) and (min-width: 700px) {
        .search-primary .film-grid .film-poster {
          width: 100% !important; } }
      @media only screen and (min-width: 700px) and (min-width: 1000px) {
        .search-primary .film-grid .film-poster {
          width: 100% !important; } }

  @media only screen and (min-width: 1000px) {
    .film-grid {
      grid-template-columns: repeat(5, 1fr); } }
  .film-grid .film-poster {
    line-height: 1.8rem;
    display: none;
    text-align: center;
    width: calc(50% - 1.8rem);
    margin: 0 1.8rem 3.6rem; }
    @media only screen and (min-width: 700px) {
      .film-grid .film-poster {
        width: calc(33.33% - 1.8rem); } }
    @media only screen and (min-width: 1000px) {
      .film-grid .film-poster {
        width: calc(18% - 1.8rem); } }
    .film-grid .film-poster.active {
      display: block; }
    .film-grid .film-poster .film-image {
      width: 100%;
      height: 0;
      padding-bottom: 150%;
      background: #333;
      margin-bottom: 1.8rem;
      position: relative;
      display: block; }
      .film-grid .film-poster .film-image img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: translateX(-50%) translateY(-50%); }
    .film-grid .film-poster h3 {
      font-size: 1.8rem;
      line-height: 2.8rem;
      line-height: 2.2rem;
      margin-bottom: 0.9rem; }
      .film-grid .film-poster h3 a {
        color: #ffffff;
        text-decoration: none; }
        .film-grid .film-poster h3 a:hover, .film-grid .film-poster h3 a:active {
          color: #c2a549; }
    .film-grid .film-poster h4 {
      font-size: 1.8rem;
      line-height: 2.8rem;
      color: #5C5B59;
      line-height: 1.8rem;
      margin-bottom: 0.9rem; }
    .film-grid .film-poster h5 {
      font-size: 1.8rem;
      line-height: 2.8rem;
      color: #5C5B59;
      line-height: 2.2rem;
      text-transform: none;
      margin-bottom: 0.9rem; }
    .film-grid .film-poster .button {
      font-size: 1.4rem;
      line-height: 1.6rem;
      margin: 1.8rem auto 0;
      display: block; }

.film-details {
  padding: 0 0 3.6rem 0; }
  @media only screen and (min-width: 1000px) {
    .film-details {
      display: grid;
      grid-template-columns: 1fr 2fr 1fr;
      grid-gap: 7.2rem;
      align-items: start;
      padding: 3.6rem 0; } }
  .film-details .film-times {
    padding-bottom: 3.6rem; }
    @media only screen and (min-width: 1000px) {
      .film-details .film-times {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 0;
        grid-row-end: 1;
        padding-bottom: 0; } }
    .film-details .film-times h3 {
      font-size: 2.25rem;
      line-height: 2.8rem; }
  @media only screen and (min-width: 1000px) {
    .film-details .film-content {
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 0;
      grid-row-end: 1; } }
  .film-details .film-content .film-headlines {
    margin-bottom: 3.6rem;
    text-transform: uppercase; }
    .film-details .film-content .film-headlines h3 {
      font-size: 2.5rem;
      line-height: 3.4rem; }
      @media only screen and (min-width: 1000px) {
        .film-details .film-content .film-headlines h3 {
          font-size: 2.8rem;
          line-height: 3.6rem; } }
    .film-details .film-content .film-headlines h4 {
      font-size: 2.25rem;
      line-height: 2.8rem;
      margin-top: 0.9rem; }
  .film-details .film-content .secondary-subtitle {
    font-weight: 600;
    margin-bottom: 1.8rem; }
  @media only screen and (min-width: 1000px) {
    .film-details .film-extras {
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-start: 0;
      grid-row-end: 1; } }
  .film-details .film-extras h4, .film-details .film-extras h5 {
    font-size: 2rem; }
  .film-details .film-extras .sponsor-group {
    margin-bottom: 7.2rem; }
    .film-details .film-extras .sponsor-group h5 {
      margin-bottom: 1.8rem; }
  .film-details .trailer-wrapper {
    width: 100%;
    max-width: 26rem;
    margin-top: 3.6rem;
    position: relative;
    cursor: pointer; }
    .film-details .trailer-wrapper img {
      width: 100%; }
    .film-details .trailer-wrapper .play-icon {
      position: relative;
      color: #ffffff;
      text-align: center;
      text-transform: uppercase;
      display: block;
      z-index: 1;
      width: 19.8rem;
      margin-top: 0.9rem; }
      .film-details .trailer-wrapper .play-icon:before {
        content: "";
        width: 3rem;
        height: 3rem;
        display: inline-block;
        border: 2px solid #ffffff;
        border-radius: 50%;
        margin-right: 0.9rem;
        transform: translateY(0.8rem); }
      .film-details .trailer-wrapper .play-icon:after {
        content: "";
        width: 0;
        height: 0;
        border-top: .8rem solid transparent;
        border-bottom: .8rem solid transparent;
        border-left: 1.2rem solid #ffffff;
        display: block;
        position: absolute;
        top: 1.7rem;
        left: 5.1rem; }
  .film-details .film-sponsors {
    margin-top: 4rem;
    text-transform: uppercase; }
    .film-details .film-sponsors .sponsor-wrapper .film-sponsor {
      margin-bottom: 2rem; }
      .film-details .film-sponsors .sponsor-wrapper .film-sponsor img {
        margin-top: 1rem;
        max-width: 100%; }

.film-links {
  padding: 0;
  margin: 3.6rem 0 0; }
  .film-links li {
    list-style: none;
    padding: 0;
    margin: 0 0 1.8rem;
    text-transform: uppercase; }

.date-slider {
  display: block;
  position: relative;
  margin: 3.6rem 0 3.6rem 3.6rem; }
  .date-slider .date-slider-wrapper {
    position: relative;
    width: 100%;
    height: 4rem;
    overflow: hidden; }
    .date-slider .date-slider-wrapper .date-slider-date {
      display: block;
      position: absolute;
      top: 0;
      left: 100%;
      background: #333;
      color: #ffffff;
      border-radius: 5rem;
      padding: .5rem 2rem;
      text-align: center;
      white-space: nowrap;
      width: calc(100% - 4rem); }
      .date-slider .date-slider-wrapper .date-slider-date.active {
        left: 0; }
  .date-slider .date-slider-nav {
    position: absolute;
    top: 1rem;
    width: 2rem;
    height: 2rem;
    border-top: 1px solid #fff;
    display: block;
    cursor: pointer; }
    .date-slider .date-slider-nav.disabled {
      opacity: .5;
      cursor: default; }
    .date-slider .date-slider-nav.prev {
      left: -3.6rem;
      border-left: 1px solid #fff;
      transform: rotate(-45deg); }
    .date-slider .date-slider-nav.next {
      right: 0;
      border-right: 1px solid #fff;
      transform: rotate(45deg); }

.showtime-link {
  display: block;
  width: max-content;
  margin: 1.8rem 0;
  text-decoration: underline;
  color: #ffffff; }
  @media only screen and (min-width: 1000px) {
    .showtime-link {
      margin: 1.8rem auto 0; } }
  .showtime-link:hover, .showtime-link:active {
    color: #c2a549;
    text-decoration: none; }

.date-collection-wrapper .date-collection {
  display: none; }
  .date-collection-wrapper .date-collection.active {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem; }
  .date-collection-wrapper .date-collection .selectable-date {
    text-align: center; }
    .date-collection-wrapper .date-collection .selectable-date .date-oval {
      border: 1px solid #fff;
      border-radius: 5rem;
      position: relative;
      overflow: hidden;
      white-space: nowrap;
      padding: .25rem .75rem;
      cursor: pointer; }
    .date-collection-wrapper .date-collection .selectable-date p {
      font-size: 1.4rem; }
      .date-collection-wrapper .date-collection .selectable-date p:after {
        content: "";
        display: inline-block;
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        background: #ffffff;
        margin-left: 1rem; }
    .date-collection-wrapper .date-collection .selectable-date.screen-1 .date-oval {
      border-color: #c2a549; }
    .date-collection-wrapper .date-collection .selectable-date.screen-1 p:after {
      background-color: #c2a549; }
    .date-collection-wrapper .date-collection .selectable-date.screen-2 .date-oval {
      border-color: #9051C7; }
    .date-collection-wrapper .date-collection .selectable-date.screen-2 p:after {
      background-color: #9051C7; }
    .date-collection-wrapper .date-collection .selectable-date.screen-3 .date-oval {
      border-color: #5E9DF0; }
    .date-collection-wrapper .date-collection .selectable-date.screen-3 p:after {
      background-color: #5E9DF0; }
    .date-collection-wrapper .date-collection .selectable-date.outside .date-oval {
      border-color: #31C09F; }
    .date-collection-wrapper .date-collection .selectable-date.outside p:after {
      background-color: #31C09F; }
    .date-collection-wrapper .date-collection .selectable-date.unavailable .date-oval {
      border-color: #848484;
      color: #5C5B59;
      cursor: default; }
      .date-collection-wrapper .date-collection .selectable-date.unavailable .date-oval:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #848484;
        position: absolute;
        top: 14px;
        right: -5px;
        transform: rotate(-17deg); }
    .date-collection-wrapper .date-collection .selectable-date.unavailable p:after {
      background-color: #848484; }

.showtimes h1 {
  margin: 3.6rem 0; }
  .showtimes h1 a {
    color: #ffffff;
    text-decoration: none; }
@media only screen and (min-width: 1000px) {
  .showtimes .showtimes-wrapper {
    display: grid;
    grid-template-columns: 1.5fr 3.5fr;
    margin-bottom: 7.2rem; } }
@media only screen and (min-width: 1000px) {
  .showtimes .showtimes-index {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 0;
    grid-row-end: 1;
    padding-left: 10.8rem; } }
.showtimes .showtimes-index .faux-select {
  font-size: 2.5rem;
  line-height: 3.4rem;
  background: #ffffff;
  padding: 1.8rem;
  color: #000;
  margin-bottom: 7.2rem; }
  @media only screen and (min-width: 1000px) {
    .showtimes .showtimes-index .faux-select {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  .showtimes .showtimes-index .faux-select:before {
    content: "";
    display: block;
    width: 7rem;
    height: 100%;
    background: #c2a549;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0; }
  .showtimes .showtimes-index .faux-select:after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    width: 2.25rem;
    height: 2.25rem;
    top: 1.5rem;
    right: 2.25rem;
    transition: .2s; }
  .showtimes .showtimes-index .faux-select.active:after {
    transform: rotate(-135deg);
    top: 2.5rem; }
  .showtimes .showtimes-index .faux-select .faux-options {
    background: rgba(255, 255, 255, 0.9); }
    .showtimes .showtimes-index .faux-select .faux-options .faux-option {
      font-size: 2.25rem;
      line-height: 2.8rem;
      color: #000;
      margin: 1rem 0; }
.showtimes .showtimes-index .date-showings {
  display: none;
  margin-top: 3.6rem; }
  .showtimes .showtimes-index .date-showings.active {
    display: block; }
  .showtimes .showtimes-index .date-showings h3 {
    margin-bottom: 1.8rem; }
    .showtimes .showtimes-index .date-showings h3 a {
      color: #ffffff;
      text-decoration: none; }
      .showtimes .showtimes-index .date-showings h3 a:hover, .showtimes .showtimes-index .date-showings h3 a:active {
        color: #c2a549; }
  .showtimes .showtimes-index .date-showings .date-collection-wrapper {
    margin-bottom: 3.6rem; }
    .showtimes .showtimes-index .date-showings .date-collection-wrapper .date-collection {
      grid-template-columns: 1fr 1fr; }
      @media only screen and (min-width: 700px) {
        .showtimes .showtimes-index .date-showings .date-collection-wrapper .date-collection {
          grid-template-columns: 1fr 1fr 1fr; } }
      @media only screen and (min-width: 1000px) {
        .showtimes .showtimes-index .date-showings .date-collection-wrapper .date-collection {
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
.showtimes .showtimes-sidebar {
  padding-bottom: 3.6rem; }
  @media only screen and (min-width: 1000px) {
    .showtimes .showtimes-sidebar {
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-start: 0;
      grid-row-end: 1;
      padding-right: 10.8rem;
      padding-bottom: 0;
      border-right: 0.5rem solid #ffffff; } }
  .showtimes .showtimes-sidebar .image-link {
    position: relative;
    margin-bottom: 7.2rem; }
    @media only screen and (min-width: 600px) {
      .showtimes .showtimes-sidebar .image-link {
        width: calc(50% - 2rem);
        float: left;
        margin-right: 2rem;
        margin-left: 0; }
        .showtimes .showtimes-sidebar .image-link:nth-child(even) {
          margin-right: 0;
          margin-left: 2rem; } }
    @media only screen and (min-width: 1000px) {
      .showtimes .showtimes-sidebar .image-link {
        float: none;
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important; } }
    .showtimes .showtimes-sidebar .image-link a {
      display: block;
      position: relative; }
      @media only screen and (min-width: 600px) {
        .showtimes .showtimes-sidebar .image-link a {
          overflow: hidden;
          max-height: 18rem;
          margin-bottom: 1rem; } }
      @media only screen and (min-width: 700px) {
        .showtimes .showtimes-sidebar .image-link a {
          max-height: 22rem; } }
      @media only screen and (min-width: 900px) {
        .showtimes .showtimes-sidebar .image-link a {
          max-height: 24rem; } }
      @media only screen and (min-width: 1000px) {
        .showtimes .showtimes-sidebar .image-link a {
          overflow: visible;
          max-height: 100%;
          margin-bottom: 0; } }
      .showtimes .showtimes-sidebar .image-link a span {
        text-transform: uppercase;
        color: #ffffff;
        font-weight: 700;
        text-shadow: 2px 2px 0 #282728;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: TranslateX(-50%) translateY(-50%);
        width: calc(100% - 2rem);
        text-align: center; }
      .showtimes .showtimes-sidebar .image-link a img {
        width: 100%;
        margin-bottom: 1.8rem; }
  .showtimes .showtimes-sidebar .button {
    margin-top: 7.2rem; }

.page-series-single {
  background: linear-gradient(180deg, #000 0%, #282728 50%, #000 100%); }
  .page-series-single h1 {
    padding: 0.9rem;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 3.6rem; }
    @media only screen and (min-width: 1000px) {
      .page-series-single h1 {
        padding: 1.8rem; } }
    .page-series-single h1 .series-sponsor {
      font-size: 2.25rem;
      line-height: 2.8rem;
      display: block;
      margin-top: 0.9rem; }
  .page-series-single .series-wrapper {
    position: relative;
    background: #282728;
    padding: 0.9rem;
    margin-bottom: 3.6rem; }
    @media only screen and (min-width: 1000px) {
      .page-series-single .series-wrapper {
        padding: 3.6rem; } }
    .page-series-single .series-wrapper .series-summary {
      position: relative;
      margin-bottom: 3.6rem; }
      .page-series-single .series-wrapper .series-summary img {
        width: 100%;
        margin-bottom: 3.6rem; }
      .page-series-single .series-wrapper .series-summary h2 {
        margin-bottom: 1.8rem; }
    .page-series-single .series-wrapper .film-grid {
      padding: 0; }
      .page-series-single .series-wrapper .film-grid .film-poster {
        display: block; }
  .page-series-single .other-series {
    margin-top: 3.6rem; }
    @media only screen and (min-width: 1000px) {
      .page-series-single .other-series {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 3.6rem; } }
    .page-series-single .other-series .series-card {
      padding: 0.9rem;
      margin-bottom: 1.8rem;
      background: #282728; }
      @media only screen and (min-width: 1000px) {
        .page-series-single .other-series .series-card {
          padding: 1.8rem;
          margin-bottom: 7.2rem; } }
      .page-series-single .other-series .series-card h2 {
        font-size: 2.5rem;
        line-height: 3.4rem; }
        @media only screen and (min-width: 1000px) {
          .page-series-single .other-series .series-card h2 {
            font-size: 2.8rem;
            line-height: 3.6rem; } }
      .page-series-single .other-series .series-card .series-copy {
        margin-top: 1.8rem; }
      .page-series-single .other-series .series-card .film-grid {
        display: block;
        margin-left: -.9rem; }
        .page-series-single .other-series .series-card .film-grid .film-poster {
          display: block;
          float: left;
          margin: 0 .9rem;
          width: calc(50% - 1.8rem); }
      .page-series-single .other-series .series-card .button {
        display: block;
        margin: 1.8rem auto;
        clear: both;
        max-width: 15rem;
        border-radius: 10rem;
        border: 0;
        padding: .4rem .9rem; }
    .page-series-single .other-series .series-sponsors .sponsor-heading {
      display: block;
      margin: 0.9rem 0; }
    .page-series-single .other-series .series-sponsors img {
      max-width: 10rem;
      margin-right: 1rem; }

.all-showtimes {
  padding: 3.6rem 0; }
  @media only screen and (min-width: 1000px) {
    .all-showtimes {
      display: grid;
      grid-template-columns: 3fr 2fr;
      margin-bottom: 7.2rem; } }
  @media only screen and (min-width: 1000px) {
    .all-showtimes .showtimes {
      padding-right: 3.6rem; } }
  .all-showtimes .showtimes h1 {
    margin: 0;
    padding: 0; }
  .all-showtimes .showtimes h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 3.6rem; }
  .all-showtimes .showtimes .filter-dropdown {
    margin-bottom: 3.6rem; }
  .all-showtimes .showtimes .faux-select {
    color: #282728;
    background: #ffffff; }
    .all-showtimes .showtimes .faux-select:after {
      width: 1.8rem;
      height: 1.8rem;
      border-bottom: 2px solid #282728;
      border-right: 2px solid #282728;
      z-index: 1;
      top: 1rem;
      right: 1.5rem;
      transition: .2s; }
    .all-showtimes .showtimes .faux-select:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 5rem;
      height: 100%;
      background: #c2a549;
      z-index: 0; }
    .all-showtimes .showtimes .faux-select.active:after {
      top: 2rem;
      transform: rotate(-135deg); }
    .all-showtimes .showtimes .faux-select .faux-selected {
      padding: 1rem 2rem; }
    .all-showtimes .showtimes .faux-select .faux-options {
      background: rgba(255, 255, 255, 0.9); }
      .all-showtimes .showtimes .faux-select .faux-options .faux-option {
        color: #282728; }
  .all-showtimes .showtimes .date-collection-wrapper h3 {
    font-size: 2.25rem;
    line-height: 2.8rem;
    margin-bottom: 1.8rem; }
  .all-showtimes .showtimes .date-collection {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 3.6rem; }
  @media only screen and (min-width: 1000px) {
    .all-showtimes .film-details {
      display: block;
      padding: 0 0 0 3.6rem; } }
  .all-showtimes .film-details .trailer-wrapper {
    margin-bottom: 1.8rem; }
  .all-showtimes .film-details h4 a {
    color: #ffffff;
    text-decoration: none; }
  .all-showtimes .film-details h4 span {
    font-size: 1.8rem;
    line-height: 2.8rem;
    display: block;
    margin-top: 0.9rem; }
  .all-showtimes .film-details h4 .subtitle {
    font-size: 1.8rem;
    line-height: 2.8rem;
    display: block;
    margin-top: 0.9rem; }

.film-additions {
  margin: 7.2rem 0 0;
  padding: 0; }
  .film-additions li {
    list-style: none;
    display: grid;
    grid-template-columns: 15rem calc(100% - 15rem);
    grid-gap: 1rem;
    padding: 0; }
    .film-additions li .etitle {
      padding-right: 2rem; }

.shop-tabs {
  margin: 0;
  padding: 0; }
  .shop-tabs li {
    list-style: none;
    display: inline-block;
    margin-right: -7px; }
    .shop-tabs li a {
      display: block;
      padding: 1rem 2rem;
      border: 2px solid #c2a549;
      border-top: 0;
      text-decoration: none;
      transition: .2s; }
      .shop-tabs li a:hover, .shop-tabs li a:active, .shop-tabs li a.active {
        background: #c2a549;
        color: #ffffff; }

.shop {
  padding: 3.6rem 0; }
  .shop .shop-section {
    margin: 0 0 3.6rem 0; }
    .shop .shop-section h3 {
      margin-bottom: 1.8rem;
      color: #c2a549; }
    .shop .shop-section .product-grid {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 3.6rem; }
      @media only screen and (min-width: 1200px) {
        .shop .shop-section .product-grid {
          grid-template-columns: 1fr 1fr 1fr;
          grid-gap: 7.2rem; } }
      .shop .shop-section .product-grid .product img {
        max-width: 100%; }
      .shop .shop-section .product-grid .product h4 {
        font-size: 2rem;
        margin: 1.8rem 0; }
      .shop .shop-section .product-grid .product .product-snippet {
        margin-bottom: 1.8rem; }
      .shop .shop-section .product-grid .product .product-prices {
        margin-bottom: 1.8rem; }
        .shop .shop-section .product-grid .product .product-prices .product-price {
          display: grid;
          grid-template-columns: 1fr 2fr;
          grid-gap: 3.6rem;
          align-items: center; }
          .shop .shop-section .product-grid .product .product-prices .product-price.unlimited {
            grid-template-columns: 1fr; }
          .shop .shop-section .product-grid .product .product-prices .product-price .show-price {
            font-size: 2.5rem;
            line-height: 3.4rem; }
            @media only screen and (min-width: 1000px) {
              .shop .shop-section .product-grid .product .product-prices .product-price .show-price {
                font-size: 2.8rem;
                line-height: 3.6rem; } }
          .shop .shop-section .product-grid .product .product-prices .product-price span {
            font-size: 1.4rem;
            line-height: 1.6rem;
            text-align: right;
            color: #c2a549; }
      .shop .shop-section .product-grid .product .product-button {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.8rem; }
        .shop .shop-section .product-grid .product .product-button select {
          width: 100%; }

.home-hero {
  position: relative;
  padding-bottom: 7.2rem; }
  .home-hero .button {
    margin-top: 3.6rem;
    padding: 0.5rem 1.8rem; }

.hero-slideshow {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  @media only screen and (min-width: 1000px) {
    .hero-slideshow {
      padding-bottom: 30%; } }
  .hero-slideshow .hero-slides {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden; }
    .hero-slideshow .hero-slides .slide {
      position: absolute;
      top: 0;
      left: 100%;
      width: 100%;
      height: 100%;
      background: #666;
      display: block; }
      .hero-slideshow .hero-slides .slide img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: translateX(-50%) translateY(-50%); }
      .hero-slideshow .hero-slides .slide.active {
        left: 0; }
  .hero-slideshow .hero-dots {
    position: absolute;
    bottom: 3.6rem;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .hero-slideshow .hero-dots li {
      display: inline-block;
      margin: 0 0.9rem;
      width: 1rem;
      height: 1rem;
      border: 1px solid #ffffff;
      border-radius: 50%;
      cursor: pointer;
      list-style: none; }
      .hero-slideshow .hero-dots li.active {
        background: #ffffff; }
      .hero-slideshow .hero-dots li.prev {
        width: 2rem;
        height: 2rem;
        border: 0;
        border-radius: 0;
        border-top: 1px solid #ffffff;
        border-left: 1px solid #ffffff;
        transform: rotate(-45deg) translateY(0.8rem); }
      .hero-slideshow .hero-dots li.next {
        width: 2rem;
        height: 2rem;
        border: 0;
        border-radius: 0;
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        transform: rotate(45deg) translateY(0.8rem); }

.dates {
  padding: 7.2rem 0;
  text-align: center; }
  .dates .date-tile {
    padding: 0.9rem;
    background: #5C5B59;
    color: #282728;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 .2rem;
    width: 15rem;
    cursor: pointer;
    line-height: 1.8rem;
    transition: .1s; }
    .dates .date-tile span {
      display: block; }
    .dates .date-tile.active {
      color: #ffffff;
      background: #c51924; }
    .dates .date-tile:hover, .dates .date-tile:active {
      transform: scale(1.1);
      color: #ffffff; }

#upcoming-select {
  font-size: 2.5rem;
  line-height: 3.4rem;
  display: block;
  margin: 3.6rem 0 0;
  background: #ffffff;
  padding: 1.8rem;
  color: #000; }
  @media only screen and (min-width: 1000px) {
    #upcoming-select {
      font-size: 2.8rem;
      line-height: 3.6rem; } }
  #upcoming-select:before {
    content: "";
    display: block;
    width: 7rem;
    height: 100%;
    background: #c2a549;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0; }
  #upcoming-select:after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    width: 2.25rem;
    height: 2.25rem;
    top: 1.5rem;
    right: 2.25rem;
    transition: .2s; }
  #upcoming-select.active:after {
    transform: rotate(-135deg);
    top: 2.5rem; }
  #upcoming-select .faux-options {
    background: rgba(255, 255, 255, 0.9);
    padding: 0; }
    #upcoming-select .faux-options .faux-option {
      font-size: 2.25rem;
      line-height: 2.8rem;
      color: #000;
      margin: 1rem 0;
      list-style: none; }
  @media only screen and (min-width: 1000px) {
    #upcoming-select {
      display: none; } }

.donation-form {
  position: relative; }
  .donation-form form {
    padding: 0;
    margin: 0; }
    .donation-form form .form-error {
      border: 1px solid #c51924 !important;
      background: #ffc7bd !important; }
    .donation-form form fieldset {
      padding: 0;
      margin: 0; }
    .donation-form form label {
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 700; }
    .donation-form form .sublabel {
      display: block;
      color: #848484; }
    .donation-form form .required:after {
      content: "*";
      display: inline-block;
      margin-left: 1rem; }
    .donation-form form input, .donation-form form textarea {
      width: 100%;
      border: 0;
      padding: .5rem 1rem; }
    .donation-form form textarea {
      min-height: 20rem; }
    .donation-form form .faux-select {
      background: #ffffff;
      transform: translateY(0.3rem);
      padding: .5rem 1rem .4rem;
      z-index: 1; }
      .donation-form form .faux-select.state {
        padding: .5rem 1rem;
        transform: translateY(0); }
      .donation-form form .faux-select .faux-selected {
        color: #282728; }
      .donation-form form .faux-select:after {
        border-color: #282728;
        top: .9rem; }
      .donation-form form .faux-select select {
        display: none; }
      .donation-form form .faux-select .faux-options {
        background: #ffffff;
        padding: 0;
        margin: 0;
        max-height: 28rem;
        overflow: auto; }
        .donation-form form .faux-select .faux-options .faux-option {
          color: #282728;
          list-style: none;
          padding: .2rem 2rem; }
    .donation-form form .cc-list {
      margin: 0 0 1rem;
      padding: 0; }
      .donation-form form .cc-list li {
        list-style: none;
        display: inline-block;
        width: 4.5rem;
        height: 2.8rem;
        background: url(../images/cards.gif) no-repeat;
        background-position: 0 0;
        background-size: 20rem; }
        .donation-form form .cc-list li.cc-discover {
          background-position: -40px 0; }
        .donation-form form .cc-list li.cc-mc {
          background-position: -81px 0; }
        .donation-form form .cc-list li.cc-visa {
          background-position: -121px 0; }
    .donation-form form .b-top {
      border-top: 2px solid #5C5B59;
      padding-top: 1.8rem; }
      @media only screen and (min-width: 800px) {
        .donation-form form .b-top {
          padding-top: 3.6rem; } }
    .donation-form form .form-group {
      position: relative;
      margin-bottom: 1.8rem; }
      @media only screen and (min-width: 800px) {
        .donation-form form .form-group {
          margin-bottom: 3.6rem; } }
      .donation-form form .form-group .group-label {
        color: #ffffff;
        text-transform: uppercase; }
      .donation-form form .form-group .group-grid {
        margin: 0;
        padding: 0; }
        @media only screen and (min-width: 700px) {
          .donation-form form .form-group .group-grid.two-col {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-gap: 1.8rem; } }
        @media only screen and (min-width: 1000px) {
          .donation-form form .form-group .group-grid.three-col {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            grid-gap: 1.8rem; } }
    .donation-form form .f-row {
      position: relative;
      margin-bottom: 1.8rem; }
      @media only screen and (min-width: 800px) {
        .donation-form form .f-row {
          margin-bottom: 3.6rem; } }
      .donation-form form .f-row.full {
        width: 100%; }
      .donation-form form .f-row.inline-label label {
        display: block;
        margin-bottom: 1.8rem; }
        @media only screen and (min-width: 800px) {
          .donation-form form .f-row.inline-label label {
            display: inline-block;
            width: 30rem;
            margin-bottom: 0; } }
      @media only screen and (min-width: 800px) {
        .donation-form form .f-row.inline-label .faux-select, .donation-form form .f-row.inline-label input {
          display: inline-block;
          width: calc(100% - 55rem); } }
      .donation-form form .f-row.check input {
        width: 1.5rem;
        margin-right: 1rem; }
      .donation-form form .f-row.security {
        margin-top: 3.6rem; }
        @media only screen and (min-width: 800px) {
          .donation-form form .f-row.security {
            margin-top: 0; } }
        .donation-form form .f-row.security input {
          width: calc(100% - 12rem); }
        .donation-form form .f-row.security .card-icon-reverse {
          display: inline-block;
          width: 4.5rem;
          height: 2.8rem;
          background: url(../images/cards.gif) no-repeat;
          background-position: -162px 0;
          background-size: 20rem;
          transform: translateY(0.6rem); }
    .donation-form form #donate-total {
      font-size: 2.25rem;
      line-height: 2.8rem;
      font-weight: 700;
      display: inline-block;
      margin: 3.6rem 0 3.6rem 3.6rem; }
      @media only screen and (min-width: 800px) {
        .donation-form form #donate-total {
          margin: 7.2rem 0 7.2rem 10.8rem; } }
    .donation-form form button {
      display: inline-block;
      background: #c2a549;
      color: #282728;
      padding: 0.9rem 1.8rem;
      text-decoration: none;
      border: 0;
      outline: none; }
      .donation-form form button:hover, .donation-form form button:active {
        color: #ffffff; }
  .donation-form .more-ways {
    margin: 7.2rem 0;
    padding-top: 7.2rem;
    border-top: 2px solid #c2a549;
    text-align: center; }
  .donation-form #donate-message {
    display: none;
    background: #c51924;
    color: #ffffff;
    padding: 3.6rem; }
  .donation-form #recurring-donation-box {
    display: none; }
    .donation-form #recurring-donation-box label {
      display: block; }
    .donation-form #recurring-donation-box ul {
      margin: 1rem 0;
      padding: 0;
      width: 30rem;
      display: inline-block; }
      .donation-form #recurring-donation-box ul li {
        list-style: none;
        padding: .5rem 1rem;
        background: #ffffff;
        color: #282728;
        display: inline-block;
        margin-right: .5rem;
        font-weight: bold;
        cursor: pointer;
        transition: .2s; }
        .donation-form #recurring-donation-box ul li:hover, .donation-form #recurring-donation-box ul li:active, .donation-form #recurring-donation-box ul li.active {
          background: #c51924;
          color: #ffffff; }
    .donation-form #recurring-donation-box input {
      display: none; }
      .donation-form #recurring-donation-box input.active {
        display: inline-block; }

.contact-us {
  padding: 3.6rem 0; }
  @media only screen and (min-width: 1000px) {
    .contact-us .contact-wrapper {
      display: grid;
      grid-template-columns: 3fr 1fr;
      grid-gap: 7.2rem; } }
  .contact-us .contact-info .contact-info-item {
    margin-bottom: 7.2rem; }
    .contact-us .contact-info .contact-info-item h3 {
      font-size: 2.5rem;
      line-height: 3.4rem;
      margin-bottom: 1.8rem; }
      @media only screen and (min-width: 1000px) {
        .contact-us .contact-info .contact-info-item h3 {
          font-size: 2.8rem;
          line-height: 3.6rem; } }
  .contact-us .map-wrapper {
    border-top: 1px solid #c2a549;
    padding-top: 3.6rem;
    margin-top: 3.6rem; }
    .contact-us .map-wrapper h2 {
      margin-bottom: 1.8rem; }
    .contact-us .map-wrapper iframe {
      width: 100%; }

.gform_button {
  background: #c2a549;
  border: 0;
  padding: 0.9rem 1.8rem;
  border-radius: 3px;
  color: #282728; }
  .gform_button:hover, .gform_button:active {
    color: #ffffff; }

#nl-form {
  display: none;
  background: #000;
  padding: 3.6rem 0; }
  #nl-form .nl-close {
    position: absolute;
    top: 1rem;
    right: 0;
    cursor: pointer;
    width: 2rem;
    height: 2rem; }
    #nl-form .nl-close:before {
      content: "";
      display: block;
      width: 2rem;
      height: 1px;
      background: #ffffff;
      position: absolute;
      top: 0;
      left: 0;
      transform: rotate(45deg); }
    #nl-form .nl-close:after {
      content: "";
      display: block;
      width: 2rem;
      height: 1px;
      background: #ffffff;
      position: absolute;
      bottom: 1.9rem;
      left: 0;
      transform: rotate(-45deg); }
  #nl-form .gform_legacy_markup_wrapper .gfield_required {
    color: #ffffff; }
  #nl-form .gform_legacy_markup_wrapper form li.gfield.gfield_error .gfield_required, #nl-form .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required .gfield_required {
    color: #790000; }

.gform_legacy_markup_wrapper div.validation_error {
  background-color: #ffffff; }

.gform_legacy_markup_wrapper form li.gfield.gfield_error, .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(255, 223, 224, 0.8);
  padding-left: 1rem;
  padding-right: 1rem; }

.wpbc_structure_form input, .wpbc_structure_form select, .wpbc_structure_form textarea {
  color: #282728 !important; }

.search-results h1 {
  font-size: 2.8rem;
  line-height: 4.2rem;
  padding: 3.6rem 0;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 3.6rem; }
  @media only screen and (min-width: 1000px) {
    .search-results h1 {
      font-size: 3.6rem;
      line-height: 4.2rem; } }
@media only screen and (min-width: 1000px) {
  .search-results .search-container {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-gap: 7.2rem; } }
.search-results .sr-segment {
  margin-bottom: 3.6rem; }
  .search-results .sr-segment h2 {
    font-size: 2.5rem;
    line-height: 3.4rem;
    margin-bottom: 1.8rem; }
    @media only screen and (min-width: 1000px) {
      .search-results .sr-segment h2 {
        font-size: 2.8rem;
        line-height: 3.6rem; } }
  .search-results .sr-segment ul {
    margin: 0;
    padding: 0; }
    .search-results .sr-segment ul li {
      list-style: none;
      margin: 0 0 1.8rem; }
      .search-results .sr-segment ul li img {
        width: 100%;
        margin-bottom: 1.8rem; }
      .search-results .sr-segment ul li a {
        text-decoration: none; }
        .search-results .sr-segment ul li a:hover, .search-results .sr-segment ul li a:active {
          text-decoration: underline; }
  .search-results .sr-segment .film-grid {
    padding: 0;
    grid-template-columns: 1fr 1fr; }
    @media only screen and (min-width: 1000px) {
      .search-results .sr-segment .film-grid {
        grid-template-columns: 1fr 1fr 1fr; } }

/*# sourceMappingURL=main.css.map */
