/* ----------------------------------------------------------------------------
= Prinrt import - compiles to /css/print.css
= Currently using Bourbon latest from CodeKit
----------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:400,500,600,700|Roboto:300,300i,400,400i,700,700i&display=swap");
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

:root {
  font-size: 18px; }
  @media screen and (min-width: 700px) {
    :root {
      font-size: calc( 18px + (20 - 18) * ( (100vw - 700px) / (1000 - 700) )); } }
  @media screen and (min-width: 1000px) {
    :root {
      font-size: 20px; } }

/*
	Note: The "mobile-nav" breakpoint is only used to set when the regular 
	nav goes away and the mobile nav shows up.
	It can/might be the same as another breakpoint but 
	is just here to help you get started. 
*/
/*
	How To Use:
	@include media($mobile){
	}
*/
/* ----------------------------------------------------------------------------
= Reset using normalize.css v3.0.1 | MIT License | git.io/normalize
----------------------------------------------------------------------------- */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

body:not(.user-is-tabbing) a:focus, body:not(.user-is-tabbing) *[tabindex="0"]:focus, body:not(.user-is-tabbing) button:focus {
  outline: 0; }

body.user-is-tabbing a:focus, body.user-is-tabbing *[tabindex="0"]:focus, body.user-is-tabbing button:focus {
  outline: auto;
  outline-offset: -2px; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  color: #000;
  background: #ff0; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  margin: 0;
  /* 3 */
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type='button'],
input[type='reset'], input[type='submit'] {
  cursor: pointer;
  /* 3 */
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'], input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
  /* 2 */
  box-sizing: content-box;
  -webkit-appearance: textfield;
  /* 1 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  padding: 0;
  /* 2 */
  border: 0;
  /* 1 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-spacing: 0;
  border-collapse: collapse; }

button {
  background: none;
  border: none;
  padding: 0px; }

.hide, .hidden {
  display: none; }

.user-is-tabbing *:focus {
  outline: auto; }

button {
  border: none;
  background: none;
  padding: 0px; }

/* ----------------------------------------------------------------------------
= SETUP FILE includes fonts, colors, media query values, custom mixins, utility classes
= Last updated July 2015
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= DEVELOPER NOTES
= *) using Bourbon latest (via Codekit)
= *) Sass set to compile extended, set to compressed before launch
= *) set to compile SASS with libsass (via Codekit)
= *) using FontAwesome Font with CSS link (in head_extra view)
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=fonts - name like $fontname: 'name';
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=color swatches - name like $color-colorname: #000000; // Example Name
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=media queries = Located in _grid-settings.scss
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=custom mixins
=currently importing default mixins from Bourbon
=reference default mixin calls at http://bourbon.io/docs/
----------------------------------------------------------------------------- */
.ir {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%;
  direction: ltr; }

/* ----------------------------------------------------------------------------
=clearfix mixin and utility classname
------------------------------------------------------------------------------ */
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .clearfix:after {
    clear: both; }

.clear {
  clear: both; }

@media screen and (max-width: 700px) {
  .hide_mobile {
    display: none; } }

.show_mobile {
  display: none; }
  @media screen and (max-width: 700px) {
    .show_mobile {
      display: block; } }

.visuallyhidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px); }

.invisible {
  visibility: hidden; }

.hide {
  display: none; }

* {
  letter-spacing: 0.00em; }

.header-base, h1, .event_detail .event_heading .title, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .event_showings .show-all-showings, .h6, h1 span, .event_detail .event_heading .title span, .h1 span, .news_detail .news_heading .date, .event_detail h2.detail span {
  margin: 0 0 15px;
  padding: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  color: #1A1919;
  line-height: 1;
  letter-spacing: 1px;
  text-align: left; }

.content_item h1:not(.title):not(.tagline):not(.location):not(.news_title), .content_item .event_detail .event_heading .title:not(.title):not(.tagline):not(.location):not(.news_title), .event_detail .event_heading .content_item .title:not(.title):not(.tagline):not(.location):not(.news_title), .content_item h2:not(.title):not(.tagline):not(.location):not(.news_title), .content_item h3:not(.title):not(.tagline):not(.location):not(.news_title), .content_item h4:not(.title):not(.tagline):not(.location):not(.news_title), .content_item h5:not(.title):not(.tagline):not(.location):not(.news_title), .content_item h6:not(.title):not(.tagline):not(.location):not(.news_title), .content_item
.h1:not(.title):not(.tagline):not(.location):not(.news_title), .content_item .h2:not(.title):not(.tagline):not(.location):not(.news_title), .content_item .h3:not(.title):not(.tagline):not(.location):not(.news_title), .content_item .h4:not(.title):not(.tagline):not(.location):not(.news_title), .content_item .h5:not(.title):not(.tagline):not(.location):not(.news_title), .content_item .event_showings .show-all-showings:not(.title):not(.tagline):not(.location):not(.news_title), .event_showings .content_item .show-all-showings:not(.title):not(.tagline):not(.location):not(.news_title), .content_item .h6:not(.title):not(.tagline):not(.location):not(.news_title) {
  text-transform: uppercase; }

h1, .event_detail .event_heading .title, .h1 {
  font-size: 61px;
  margin: 0 0 60px 0;
  padding: 0 0 15px 0;
  width: 1020px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 2px solid #D92600;
  max-width: calc(100vw - 40px); }
  @media screen and (max-width: 700px) {
    h1, .event_detail .event_heading .title, .h1 {
      font-size: 38px;
      margin-bottom: 40px; } }
  h1:after, .event_detail .event_heading .title:after, .h1:after {
    display: none; }
  h1 span, .event_detail .event_heading .title span, .h1 span {
    position: relative;
    display: inline-block;
    z-index: 1;
    margin: 0; }
    h1 span:after, .event_detail .event_heading .title span:after, .h1 span:after {
      width: calc(100% + 20px);
      left: -10px;
      top: 0px;
      position: absolute;
      background: #F4F4F4;
      z-index: -1;
      content: "";
      height: 34px; }
      @media screen and (max-width: 700px) {
        h1 span:after, .event_detail .event_heading .title span:after, .h1 span:after {
          height: 20px; } }

h2, .h2 {
  font-size: 1.953125rem;
  border-bottom: none;
  width: 100%;
  max-width: 100%;
  left: 0;
  -webkit-transform: none;
          transform: none; }
  @media screen and (max-width: 700px) {
    h2, .h2 {
      font-size: 31px; } }
  h2:after,
  h2 span:after, .h2:after,
  .h2 span:after {
    display: none; }
  h2.long_title, .h2.long_title {
    font-size: 1.5625rem; }

h3, .h3 {
  font-size: 1.5625rem;
  position: relative;
  border-bottom: none;
  padding: 0 0 9px 0;
  width: 100%;
  max-width: 100%;
  left: 0;
  -webkit-transform: none;
          transform: none; }
  h3:after, .h3:after {
    display: block;
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: #D92600; }
  h3 span:after, .h3 span:after {
    display: none; }

h4, .h4 {
  font-size: 1.25rem;
  border-bottom: none;
  width: 100%;
  max-width: 100%;
  left: 0;
  -webkit-transform: none;
          transform: none; }
  h4:after,
  h4 span:after, .h4:after,
  .h4 span:after {
    display: none; }

h5, .h5, .event_showings .show-all-showings {
  font-size: 1rem;
  border-bottom: none;
  width: 100%;
  max-width: 100%;
  left: 0;
  -webkit-transform: none;
          transform: none; }
  h5:after,
  h5 span:after, .h5:after, .event_showings .show-all-showings:after,
  .h5 span:after,
  .event_showings .show-all-showings span:after {
    display: none; }

h6, .h6 {
  font-size: 0.8rem;
  border-bottom: none;
  width: 100%;
  max-width: 100%;
  left: 0;
  -webkit-transform: none;
          transform: none; }
  h6:after,
  h6 span:after, .h6:after,
  .h6 span:after {
    display: none; }

.small_paragraph, .small p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 300; }
  @media screen and (max-width: 700px) {
    .small_paragraph, .small p {
      font-size: 16px;
      line-height: 24px; } }

.p-base, p, .p, .news_info, .textarea, .content, address, .address, .cms ul li, .textarea ul li, .spotlight_text ul li, .faq.content_item ul li, .link .description ul li, .event_description ul li, ol > li, table tr td {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: 300; }

p, .p, .news_info, .textarea, .content {
  margin: 0 0 20px; }
  p.lead, .p.lead, .news_info.lead, .textarea.lead, .content.lead {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0;
    width: 780px;
    max-width: 100%;
    margin: 0 auto 60px auto;
    text-align: center; }
    @media screen and (max-width: 700px) {
      p.lead, .p.lead, .news_info.lead, .textarea.lead, .content.lead {
        margin-bottom: 40px; } }
  p strong, .p strong, .news_info strong, .textarea strong, .content strong {
    font-weight: 700; }

address, .address {
  margin: 0 0 20px;
  font-style: normal;
  font-weight: 700; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul li, ol li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none; }

.cms ul, .textarea ul, .spotlight_text ul, .faq.content_item ul, .link .description ul, .event_description ul {
  margin-bottom: 60px; }
  @media screen and (max-width: 700px) {
    .cms ul, .textarea ul, .spotlight_text ul, .faq.content_item ul, .link .description ul, .event_description ul {
      margin-bottom: 40px; } }
  .cms ul li, .textarea ul li, .spotlight_text ul li, .faq.content_item ul li, .link .description ul li, .event_description ul li {
    font-weight: 300;
    padding: 0 0 0px 40px;
    margin: 0 0 20px 0; }
    .cms ul li:before, .textarea ul li:before, .spotlight_text ul li:before, .faq.content_item ul li:before, .link .description ul li:before, .event_description ul li:before {
      content: '';
      position: absolute;
      top: 9px;
      left: 0;
      width: 12px;
      height: 12px;
      background-color: #1A1919;
      z-index: 1; }
      @media screen and (max-width: 700px) {
        .cms ul li:before, .textarea ul li:before, .spotlight_text ul li:before, .faq.content_item ul li:before, .link .description ul li:before, .event_description ul li:before {
          top: 7px; } }
    .cms ul li:after, .textarea ul li:after, .spotlight_text ul li:after, .faq.content_item ul li:after, .link .description ul li:after, .event_description ul li:after {
      content: "";
      position: absolute;
      top: 14px;
      left: 6px;
      background: #D92600;
      z-index: 2;
      height: 2px;
      width: 12px; }
      @media screen and (max-width: 700px) {
        .cms ul li:after, .textarea ul li:after, .spotlight_text ul li:after, .faq.content_item ul li:after, .link .description ul li:after, .event_description ul li:after {
          top: 12px; } }
    .cms ul li ul, .textarea ul li ul, .spotlight_text ul li ul, .faq.content_item ul li ul, .link .description ul li ul, .event_description ul li ul {
      margin-top: 10px; }

ol {
  margin-bottom: 60px; }
  @media screen and (max-width: 700px) {
    ol {
      margin-bottom: 40px; } }

ol > li {
  position: relative;
  font-weight: 300;
  padding: 0 0 0px 40px;
  margin: 0 0 20px 0;
  counter-increment: li-counter; }
  ol > li:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 30px;
    line-height: 30px;
    content: counter(li-counter);
    font-weight: 700;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: 1px; }
    @media screen and (max-width: 700px) {
      ol > li:before {
        height: 27px;
        line-height: 27px; } }
  ol > li:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 16px;
    background: #D92600;
    z-index: 2;
    height: 2px;
    width: 6px; }
    @media screen and (max-width: 700px) {
      ol > li:after {
        top: 12px; } }

a {
  border: none;
  color: #1A1919;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }
  a:hover, a:focus {
    color: #D92600; }
  .textarea p a, .textarea li a,
  .cms p a, .cms li a,
  .spotlight_content a, .m-eventDetailList__item a,
  .event_description a {
    font-weight: 700;
    position: relative; }
    .textarea p a:after, .textarea li a:after,
    .cms p a:after, .cms li a:after,
    .spotlight_content a:after, .m-eventDetailList__item a:after,
    .event_description a:after {
      content: "";
      display: block;
      height: 1px;
      background: #D92600;
      width: 100%;
      position: absolute;
      bottom: -3px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear; }
    .textarea p a:hover:after, .textarea p a:focus:after, .textarea li a:hover:after, .textarea li a:focus:after,
    .cms p a:hover:after,
    .cms p a:focus:after, .cms li a:hover:after, .cms li a:focus:after,
    .spotlight_content a:hover:after,
    .spotlight_content a:focus:after, .m-eventDetailList__item a:hover:after, .m-eventDetailList__item a:focus:after,
    .event_description a:hover:after,
    .event_description a:focus:after {
      width: 0; }

hr {
  display: block;
  height: 1px;
  background-color: #C3C3C3;
  border: 0;
  margin-top: 25px;
  margin-bottom: 30px;
  clear: both; }

table {
  position: relative;
  margin: 0 0 15px; }
  table tr td {
    border: none;
    margin-bottom: 0;
    padding: 5px; }

.breadcrumbs {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  color: #000000;
  letter-spacing: 0;
  margin: 0 auto 20px auto;
  max-width: calc(100vw - 40px); }
  @media screen and (max-width: 700px) {
    .breadcrumbs {
      margin: 0 auto 15px auto; } }
  .event_listing_page .breadcrumbs {
    width: 1180px;
    max-width: calc(100vw - 20px); }
  .breadcrumbs a {
    color: #000000; }
    .breadcrumbs a:hover, .breadcrumbs a:focus {
      color: #D92600; }
  .breadcrumbs .breadcrumb_divider {
    margin: 0 5px;
    display: inline-block; }
  .breadcrumbs span:last-child {
    font-weight: 700; }

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
.news_listing_page .content_item {
  margin-bottom: 0; }

/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_detail .news_heading h1, .news_detail .news_heading .event_detail .event_heading .title, .event_detail .event_heading .news_detail .news_heading .title {
  margin: 0 0 10px 0;
  text-transform: initial; }
  .news_detail .news_heading h1 span, .news_detail .news_heading .event_detail .event_heading .title span, .event_detail .event_heading .news_detail .news_heading .title span {
    text-transform: initial; }

.news_detail .news_heading .date {
  font-size: 25px;
  position: relative;
  margin: 0 0 60px 0;
  width: 1020px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: calc(100vw - 40px); }
  .news_detail .news_heading .date .m-date__month {
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase; }
  .news_detail .news_heading .date .m-date__day {
    color: #D92600;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 1px; }
  .news_detail .news_heading .date .m-date__weekday {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px; }

.news_detail .news_thumb {
  float: left;
  max-width: 100%;
  margin-bottom: 30px; }
  @media screen and (max-width: 700px) {
    .news_detail .news_thumb {
      width: 100%; } }
  @media screen and (min-width: 701px) {
    .news_detail .news_thumb {
      max-width: 50%;
      margin-right: 30px; } }

.news_detail .news_info img {
  max-width: 100%; }
  .news_detail .news_info img.alignleft {
    float: left;
    margin: 0 30px 30px 0; }
    @media screen and (max-width: 700px) {
      .news_detail .news_info img.alignleft {
        float: none;
        margin: 0 auto 30px;
        display: block; } }
  .news_detail .news_info img.alignright {
    float: right;
    margin: 0 0 30px 30px; }
    @media screen and (max-width: 700px) {
      .news_detail .news_info img.alignright {
        float: none;
        margin: 0 auto 30px;
        display: block; } }

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
.event_listing_page .full_column {
  width: 100%; }

.event_list_header {
  width: 1180px;
  background: #ffffff;
  border-bottom: 2px solid #D92600;
  color: #1A1919;
  padding: 0 0 15px 0;
  max-width: calc(100vw - 40px);
  margin: 0 auto 60px auto; }
  @media screen and (max-width: 950px) {
    .event_list_header {
      max-width: calc(100vw - 20px);
      margin: 0 auto 40px auto; } }
  .event_list_header .overview {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    align-content: flex-end;
    -webkit-box-align: end;
            align-items: flex-end;
    position: relative;
    margin: 0 auto; }
    @media screen and (max-width: 950px) {
      .event_list_header .overview {
        display: block; } }
  .event_list_header h1, .event_list_header .event_detail .event_heading .title, .event_detail .event_heading .event_list_header .title {
    -webkit-box-flex: 2;
            flex-grow: 2;
    margin: 0;
    border-bottom: none;
    left: 0;
    padding: 0;
    margin: 0;
    -webkit-transform: none;
            transform: none;
    text-transform: uppercase; }
    @media screen and (max-width: 950px) {
      .event_list_header h1, .event_list_header .event_detail .event_heading .title, .event_detail .event_heading .event_list_header .title {
        margin: 0 0 15px 0; } }

.event_list_toggles {
  display: -webkit-box;
  display: flex;
  margin: 0 0 4px 89px; }
  @media screen and (max-width: 1220px) {
    .event_list_toggles {
      display: none; } }
  .event_list_toggles .toggle {
    color: #666666; }
    .event_list_toggles .toggle:hover, .event_list_toggles .toggle:focus {
      cursor: pointer; }
      .event_list_toggles .toggle:hover span, .event_list_toggles .toggle:focus span {
        color: #D92600; }
    .event_list_toggles .toggle.calendar {
      display: none; }
    .event_list_toggles .toggle.is-active svg rect {
      fill: #D92600;
      stroke: #D92600; }
    .event_list_toggles .toggle.is-active svg polygon {
      fill: #D92600; }
    .event_list_toggles .toggle[data-event-toggle="listing"] {
      -webkit-box-ordinal-group: 2;
              order: 1; }
    .event_list_toggles .toggle[data-event-toggle="grid"] {
      -webkit-box-ordinal-group: 3;
              order: 2;
      margin-left: 18px; }
  .event_list_toggles span {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #000000;
    line-height: 17px;
    margin: 0;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif; }

.category-dropdown {
  position: relative;
  max-width: 260px;
  margin: 0 0 7px 0; }
  @media screen and (max-width: 950px) {
    .category-dropdown {
      margin: 0; } }
  .category-dropdown .select {
    display: block;
    position: relative;
    width: 260px;
    height: 44px;
    line-height: 42px;
    border: 1px solid #C3C3C3;
    margin: 0;
    padding: 0 40px 0 15px;
    cursor: pointer;
    outline: none;
    text-align: left;
    z-index: 10;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 19px;
    color: #000000;
    text-transform: uppercase;
    -webkit-transition: border-color 100ms linear;
    transition: border-color 100ms linear; }
    .category-dropdown .select:hover, .category-dropdown .select:focus {
      border-color: #000000; }
    .category-dropdown .select svg {
      position: absolute;
      top: 50%;
      right: 17px;
      width: 14px;
      height: 7px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      fill: none;
      fill-rule: evenodd;
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear; }
    .category-dropdown .select.is-active {
      border-color: #000000;
      border-bottom: none; }
      .category-dropdown .select.is-active svg {
        -webkit-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg); }
  .category-dropdown .choices {
    display: none;
    position: absolute;
    top: 43px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 0 10px 10px 10px;
    z-index: 7; }
    .category-dropdown .choices.is-active {
      display: block;
      border-bottom: 1px solid #000000;
      border-left: 1px solid #000000;
      border-right: 1px solid #000000; }
    .category-dropdown .choices ul {
      border-top: 1px solid #C3C3C3;
      padding: 10px 0 0 0; }
      .category-dropdown .choices ul li span {
        display: block;
        padding: 5px 10px;
        color: #000000;
        text-decoration: none;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 34px;
        margin: 0;
        letter-spacing: 0;
        padding: 0 0 0 4px;
        cursor: pointer;
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear; }
        .category-dropdown .choices ul li span:hover, .category-dropdown .choices ul li span:focus, .category-dropdown .choices ul li span.is-active {
          padding: 0 0 0 10px;
          background: #D92600;
          color: #fff; }

.event_list {
  text-align: center; }
  .event_list .eventList_wrapper {
    text-align: left; }
  .event_list #loadMoreEvents, .event_list .loadMoreEvents {
    padding-top: 5px; }
  .event_list.event_list_grid #loadMoreEvents {
    padding-top: 0;
    margin-top: -13px; }

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
.event_detail {
  min-height: 600px;
  zoom: 1;
  position: relative;
  margin: 0 0 100px 0;
  padding: 40px 0 0 0; }
  .event_detail:before, .event_detail:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .event_detail:after {
    clear: both; }
  @media screen and (max-width: 950px) {
    .event_detail {
      padding: 0; } }
  @media screen and (max-width: 700px) {
    .event_detail {
      margin: 0 0 40px 0; } }
  .event_detail #column_1 .event_heading.below_branding {
    display: block;
    max-width: 100%;
    margin: 0 auto 60px auto; }
    @media screen and (max-width: 950px) {
      .event_detail #column_1 .event_heading.below_branding {
        max-width: calc(100% - 40px); } }
    @media screen and (max-width: 700px) {
      .event_detail #column_1 .event_heading.below_branding {
        margin: 0 auto 40px auto; } }
  @media screen and (min-width: 951px) {
    .event_detail #column_1 #branding {
      padding-right: 10px; } }
  @media screen and (min-width: 951px) {
    .event_detail #column_1 #branding .rsDefault.rsFullWidth {
      max-width: calc(100% - 60px); } }
  @media screen and (min-width: 1221px) {
    .event_detail #column_1 #branding .rsDefault.rsFullWidth {
      max-width: 100%; } }
  .event_detail .event_heading .presented-by {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
    text-align: left; }
  .event_detail .event_heading .title {
    left: 0;
    -webkit-transform: none;
            transform: none;
    max-width: 100%;
    padding: 0;
    margin: 0 0 6px 0;
    text-transform: initial;
    border-bottom: none; }
    .event_detail .event_heading .title span {
      text-transform: initial; }
      .event_detail .event_heading .title span:after {
        display: none; }
  .event_detail .event_heading .tagline {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0;
    line-height: 30px;
    font-size: 20px;
    font-weight: 300;
    color: #000000;
    text-transform: initial; }
  .event_detail .event_heading.inside_sidebar {
    display: none; }
  .event_detail .event_heading.below_branding {
    display: none; }
    @media screen and (max-width: 950px) {
      .event_detail .event_heading.below_branding {
        display: block;
        max-width: calc(100% - 40px);
        margin: 0 auto 60px auto; } }
    @media screen and (max-width: 700px) {
      .event_detail .event_heading.below_branding {
        margin: 0 auto 40px auto; } }
    @media screen and (max-width: 950px) {
      .event_detail .event_heading.below_branding:first-child {
        margin-top: 25px; } }
  .event_detail .event_heading.above_branding {
    display: none; }
  .event_detail .event_heading.above_sidebar {
    margin: 0 0 60px 0; }
    @media screen and (max-width: 950px) {
      .event_detail .event_heading.above_sidebar {
        display: none; } }
  .event_detail .content_item {
    width: 100%;
    max-width: 100%; }
  .event_detail .buttonWrapper .title, .event_detail .buttonWrapper .tagline, .event_detail .buttonWrapper .date {
    display: none; }
  .event_detail .buttons {
    position: relative;
    color: white; }
    .event_detail .buttons a, .event_detail .buttons span {
      white-space: nowrap; }
    .event_detail .buttons svg {
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      fill: #fff; }
  .event_detail h2.detail {
    font-size: 31px;
    padding: 0 0 9px 0;
    margin: 0 0 15px 0;
    position: relative;
    text-transform: uppercase; }
    .event_detail h2.detail:after {
      display: block;
      width: 80px;
      height: 2px;
      position: absolute;
      bottom: 0;
      left: 0;
      content: "";
      background: #D92600; }
    .event_detail h2.detail span {
      position: relative;
      display: inline-block;
      text-transform: uppercase;
      z-index: 1;
      margin: 0; }
      .event_detail h2.detail span:after {
        width: calc(100% + 20px);
        left: -10px;
        top: -2px;
        position: absolute;
        background: #F4F4F4;
        z-index: -1;
        content: "";
        height: 20px; }

.description_wrapper {
  margin: 0 0 60px 0; }
  .description_wrapper.short-description .event_description:after {
    display: none; }
  .description_wrapper .read-more {
    margin: 19px 0 0 0;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 19px;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear; }
    .description_wrapper .read-more:hover, .description_wrapper .read-more:focus {
      color: #D92600; }
      .description_wrapper .read-more:hover svg *, .description_wrapper .read-more:focus svg * {
        stroke: #D92600; }
    .description_wrapper .read-more svg {
      position: absolute;
      right: -24px;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(0deg);
              transform: translateY(-50%) rotate(0deg);
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear; }

.event_description {
  position: relative; }
  .event_description:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    display: block;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
  .event_description.is-opened:after {
    display: none; }
  .event_description.is-opened + .read-more svg {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }

.event_showings {
  display: none; }
  .event_showings .list {
    position: relative;
    list-style-type: none;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 15px; }
    .event_showings .list a, .event_showings .list a:focus, .event_showings .list a:visited {
      color: #1A1919; }
      .event_showings .list a:hover, .event_showings .list a:focus:hover, .event_showings .list a:visited:hover {
        color: #D92600; }
  .event_showings .cell {
    width: 20%;
    position: relative;
    float: left;
    display: inline-block;
    text-align: center; }
    .event_showings .cell:nth-child(1) {
      width: 40%;
      text-align: left; }
    .event_showings .cell:last-child {
      width: 40%;
      text-align: right; }
  .event_showings .listItem {
    position: relative;
    border-bottom: 1px solid #e4e4e4; }
    .event_showings .listItem-hasNoLink .eventDetailShowings__cell {
      width: 50%; }
  .event_showings .buttons svg {
    width: 27px;
    fill: #000000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
  .event_showings .additional_showings {
    display: none; }
  .event_showings .show-all-showings {
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    text-transform: uppercase;
    zoom: 1;
    opacity: 0.35;
    -moz-opacity: 0.35;
    filter: alpha(opacity=35);
    margin-top: 20px;
    cursor: pointer; }
    .event_showings .show-all-showings:hover {
      zoom: 1;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100); }

.eventDetailList {
  position: relative;
  font-family: "Barlow Condensed", sans-serif;
  overflow: hidden;
  padding: 20px 20px 26px 20px; }
  .eventDetailList a, .eventDetailList a:focus, .eventDetailList p {
    color: white; }
  .eventDetailList a:hover {
    color: #D92600; }
  .eventDetailList .item {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #C3C3C3; }
    .eventDetailList .item:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
    .eventDetailList .item:before {
      display: none; }
    .eventDetailList .item .label {
      margin: 0 0 2px 0;
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 600;
      font-size: 18px;
      letter-spacing: 0.5px;
      line-height: 22px;
      color: #000000;
      text-transform: uppercase;
      display: block; }
    .eventDetailList .item > span {
      display: block; }
    .eventDetailList .item span, .eventDetailList .item a {
      color: #000000;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      line-height: 21px;
      font-weight: 400;
      letter-spacing: 0; }
    .eventDetailList .item a {
      text-decoration: underline; }
      .eventDetailList .item a:hover, .eventDetailList .item a:focus {
        color: #D92600;
        text-decoration: none; }
    .eventDetailList .item svg {
      display: none; }

.event_next_prev {
  display: -webkit-box;
  display: flex;
  margin-bottom: 40px; }
  .event_next_prev .event_next_button {
    margin-left: auto;
    text-align: right; }

/* ----------------------------------------------------------------------------
=Showtime Page Content
----------------------------------------------------------------------------- */
.content_item {
  width: 980px;
  max-width: calc(100% - 40px);
  margin: 0 auto 60px auto; }
  @media screen and (max-width: 950px) {
    .content_item {
      margin: 0 auto 40px auto; } }

iframe {
  display: block;
  width: 100%;
  margin: 0 auto; }

.spotlight_image img {
  display: block;
  max-width: 100%;
  width: 100%; }

.content {
  position: relative;
  margin: 0;
  padding: 0;
  /* ----------------------------------------------------------------------------
    =Image Templates
    ----------------------------------------------------------------------------- */ }
  .content img {
    max-width: 100%; }
    .content img[align=left], .content img.left {
      float: left;
      margin: 0 30px 30px 0; }
      @media screen and (max-width: 700px) {
        .content img[align=left], .content img.left {
          float: none;
          margin: 0 auto 30px;
          display: block; } }
    .content img[align=right], .content img.right {
      float: right;
      margin: 0 0 30px 30px; }
      @media screen and (max-width: 700px) {
        .content img[align=right], .content img.right {
          float: none;
          margin: 0 auto 30px;
          display: block; } }

.two-column {
  zoom: 1; }
  .two-column:before, .two-column:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .two-column:after {
    clear: both; }
  .two-column > ul {
    zoom: 1; }
    .two-column > ul:before, .two-column > ul:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .two-column > ul:after {
      clear: both; }
    .two-column > ul > li {
      width: 50%;
      float: left; }
      .two-column > ul > li:nth-child(odd) {
        clear: left; }
      @media screen and (max-width: 700px) {
        .two-column > ul > li {
          width: 100%;
          float: none; } }

.side-by-side {
  zoom: 1;
  width: 50%;
  float: left; }
  .side-by-side:before, .side-by-side:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .side-by-side:after {
    clear: both; }
  .side-by-side:nth-child(2n+1) {
    clear: left; }
  @media screen and (max-width: 700px) {
    .side-by-side {
      width: 100%;
      float: none; } }

/* ----------------------------------------------------------------------------
= print styles
----------------------------------------------------------------------------- */
@media print {
  * {
    color: #444 !important;
    background: transparent !important;
    text-shadow: none !important; }
  header, footer, #branding, #cal_holder, #fb_window, #fb-root, .paging, .buttons, .one_sidebar_right #column_2, .ticket, .faq, .banner, .addthis_toolbox, .print, .seating, .no_print {
    display: none;
    height: 0 !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
  a:after {
    content: " (" attr(href) ")"; }
  abbr:after {
    content: " (" attr(title) ")"; }
  .ir a:after {
    content: ''; }
  /* Don't show links for images */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img {
    page-break-inside: avoid; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  h1, .event_detail .event_heading .title {
    font-size: 18px; }
  h2 {
    font-size: 16px; }
  h3 {
    font-size: 14px; }
  .news_tools {
    display: none; }
  .print_logo {
    display: block;
    width: 150px;
    height: 44px;
    padding-bottom: 10px; }
  .print_map {
    display: block;
    margin: 0 auto;
    text-align: center; }
  #layout {
    padding-top: 10px;
    border-top: 1px solid #000; }
  .event_list a:after {
    content: ''; }
  body#events.detail #column_1 .main_column {
    width: 600px; }
  body#events.detail #column_2 {
    display: block; }
  .column {
    width: 100% !important; } }
