/* ----------------------------------------------------------------------------
= Prinrt import - compiles to /css/print.css
= Currently using Bourbon latest from CodeKit
----------------------------------------------------------------------------- */
html {
  box-sizing: border-box; }

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

:root {
  font-size: 17px; }
  @media screen and (min-width: 700px) {
    :root {
      font-size: calc( 17px + (20 - 17) * ( (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($landscape-desktop){
	
	}
	@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; }

/* 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; }

/* 
 * -- We already set these things per project.
 *
 */
/* ----------------------------------------------------------------------------
= SETUP FILE includes fonts, colors, media query values, custom mixins, utility classes
= Last updated July 2015
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= SELECTOR SORTING
= *) SASS Variable, Mixin, Include, Extend, Clearfix
= *) Positioning, Display & Box Model, Overflow, Floats
= *) Flexbox rules (if used)
= *) Sizing (Width and Height)
= *) Padding, Margin
= *) Colors, Borders, Backgrounds, Opacity (No Text Colors)
= *) Text Related Items (Including Text Colors)
= *) Enhancements, Animations, others
= *) pseudo Elements
= *) Any overrides needed to reset included rules from mixins
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= 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 {
  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.025rem; }

.header-base, h1, h2, h3, .event_list .eventItem .title a, h4, h5, h6 {
  margin: 0 0 0.25em;
  font-weight: inherit;
  line-height: 1;
  font-family: "Scotia-Bold", Arial, sans-serif;
  font-weight: 900;
  color: #1A1919;
  text-transform: uppercase;
  letter-spacing: 0.025rem; }

h1 > b, h1 > strong, h2 > b, h2 > strong, h3 > b, .event_list .eventItem .title a > b, h3 > strong, .event_list .eventItem .title a > strong, h4 > b, h4 > strong, h5 > b, h5 > strong, h6 > b, h6 > strong {
  text-transform: none; }

h1, h2, h3, .event_list .eventItem .title a, h4 {
  margin-top: 40px; }

h1, .h1 {
  font-size: 3.1573345183rem;
  text-transform: capitalize; }

h2, .h2 {
  font-size: 2.368593037rem; }
  h2.long_title, .h2.long_title {
    font-size: 1.776889rem; }

h3, .event_list .eventItem .title a, .h3 {
  font-size: 1.776889rem; }

h4, .h4 {
  font-size: 1.333rem; }

h5, .h5 {
  font-size: 1rem; }

h6, .h6 {
  font-size: 0.7501875469rem; }

.small_paragraph, .small p {
  font-size: 0.8333333333rem;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.p-base, p, .p, address, .address, .cms ul li, .textarea ul li, .spotlight_text ul li, .faq ul li, .link .description ul li, ol > li {
  line-height: 1.5;
  font-size: 1rem;
  letter-spacing: 0;
  font-family: "Scotia light", Arial, sans-serif; }

p, .p {
  margin: 0 0 20px; }
  p.lead, blockquote p, .description_wrapper .description_inner p, .p.lead, blockquote p.p {
    font-size: 1.44rem;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
  p strong, .p strong {
    font-family: "Scotia-Bold", Arial, sans-serif; }

address, .address {
  margin: 0 0 20px;
  font-style: normal;
  font-family: "Scotia-Bold", Arial, sans-serif; }

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 ul, .link .description ul {
  margin-bottom: 20px; }
  .cms ul li, .textarea ul li, .spotlight_text ul li, .faq ul li, .link .description ul li {
    padding: 0 0 0px 40px;
    line-height: 1.5;
    font-family: "Scotia light", Arial, sans-serif;
    margin-bottom: 16px;
    font-size: 1rem; }
    .cms ul li:before, .textarea ul li:before, .spotlight_text ul li:before, .faq ul li:before, .link .description ul li:before {
      content: '';
      top: 8px;
      left: 0;
      width: 1rem;
      height: 6px;
      background-color: #D62433;
      content: '';
      position: absolute;
      display: block;
      visibility: visible; }
    .cms ul li ul, .textarea ul li ul, .spotlight_text ul li ul, .faq ul li ul, .link .description ul li ul {
      margin-top: 10px; }

ol {
  margin-bottom: 20px; }

ol > li {
  position: relative;
  padding-left: 40px;
  padding-bottom: 16px;
  counter-increment: li-counter;
  font-family: "Scotia light", Arial, sans-serif;
  font-size: 1rem; }
  ol > li:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0px;
    width: 25px;
    height: 25px;
    font-size: 1rem;
    color: #D62433;
    font-family: "Scotia-Bold", Arial, sans-serif;
    content: counter(li-counter) "-"; }

a {
  border: none;
  color: #D62433;
  font-family: "Scotia", Arial, sans-serif;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }
  a:hover, a:focus {
    color: #1A1919; }

hr {
  display: block;
  height: 4px;
  background-color: #E7E7E7;
  width: 100%;
  border: 0;
  margin-top: 50px;
  margin-bottom: 50px;
  clear: both; }

blockquote {
  padding: 65px 0px;
  z-index: 1;
  display: block;
  margin-bottom: 80px;
  width: 100%;
  margin-left: auto; }
  blockquote p {
    color: white;
    background: #1A1919; }
    @media screen and (max-width: 1040px) {
      blockquote p {
        padding: 0px 20px; } }
    blockquote p:last-child {
      background: transparent;
      position: absolute;
      top: 100%;
      right: calc( -1 * (1180px - 100%) / 2);
      color: #1A1919; }
      @media screen and (max-width: 1200px) {
        blockquote p:last-child {
          right: 10px; } }
      blockquote p:last-child strong {
        font-size: 1rem;
        font-family: "Scotia", Arial, sans-serif;
        text-transform: uppercase;
        margin-right: 10px;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased; }
        blockquote p:last-child strong:before {
          content: "";
          position: absolute;
          left: -72px;
          bottom: 22px;
          width: 61px;
          height: 57px;
          background-repeat: no-repeat;
          background-image: url("../images/icons/quotes.svg"); }
      blockquote p:last-child em {
        font-size: 1rem;
        font-style: normal;
        color: #737373;
        font-family: "Scotia light", Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased; }
  blockquote:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #1A1919;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
    @media screen and (max-width: 1200px) {
      blockquote:after {
        left: 20px;
        width: calc(100% - 40px);
        max-width: 1180px; } }

table {
  position: relative;
  margin: 0 0 15px; }
  table tr {
    font-size: 12px;
    color: black; }
    table tr td {
      border: none;
      margin-bottom: 0;
      padding: 5px; }

/* ----------------------------------------------------------------------------
= Baseline styles for all buttons in a project. These are global.
----------------------------------------------------------------------------- */
.m-button, .gen-button,
.spotlight-button,
a.button,
.button a,
input.button, .alert-button, .secondary_event_button, .event_list.event_list_grid .eventItem .buttons a, .event_list.event_list_grid .eventItem .buttons span, .event_showings ul a, .event_showings ul a:visited, .list_view_button, .event_list.event_list_listing .entry .buttons a, .event_list.event_list_listing .entry .buttons span, .event_list.m-eventList__listing .entry .buttons a, .event_list.m-eventList__listing .entry .buttons span, .event_list.event_list_forceListing .entry .buttons a, .event_list.event_list_forceListing .entry .buttons span, .event_list.eventList__listing .entry .buttons a, .event_list.eventList__listing .entry .buttons span, .edp_button, .event_detail .buttonWrapper .buttons a, .event_detail .buttonWrapper .buttons span {
  display: inline-block;
  position: relative;
  background-color: #1A1919;
  color: white;
  text-align: center;
  padding: 10px 20px;
  line-height: 1;
  font-family: "Scotia-Bold", Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  border: 1px solid #1A1919;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-decoration: none; }
  .m-button:hover, .gen-button:hover,
  .spotlight-button:hover,
  a.button:hover,
  .button a:hover,
  input.button:hover, .alert-button:hover, .secondary_event_button:hover, .event_list.event_list_grid .eventItem .buttons a:hover, .event_list.event_list_grid .eventItem .buttons span:hover, .event_showings ul a:hover, .list_view_button:hover, .event_list.event_list_listing .entry .buttons a:hover, .event_list.event_list_listing .entry .buttons span:hover, .event_list.m-eventList__listing .entry .buttons a:hover, .event_list.m-eventList__listing .entry .buttons span:hover, .event_list.event_list_forceListing .entry .buttons a:hover, .event_list.event_list_forceListing .entry .buttons span:hover, .event_list.eventList__listing .entry .buttons a:hover, .event_list.eventList__listing .entry .buttons span:hover, .edp_button:hover, .event_detail .buttonWrapper .buttons a:hover, .event_detail .buttonWrapper .buttons span:hover, .m-button:focus, .gen-button:focus,
  .spotlight-button:focus,
  a.button:focus,
  .button a:focus,
  input.button:focus, .alert-button:focus, .secondary_event_button:focus, .event_list.event_list_grid .eventItem .buttons a:focus, .event_list.event_list_grid .eventItem .buttons span:focus, .event_showings ul a:focus, .list_view_button:focus, .event_list.event_list_listing .entry .buttons a:focus, .event_list.event_list_listing .entry .buttons span:focus, .event_list.m-eventList__listing .entry .buttons a:focus, .event_list.m-eventList__listing .entry .buttons span:focus, .event_list.event_list_forceListing .entry .buttons a:focus, .event_list.event_list_forceListing .entry .buttons span:focus, .event_list.eventList__listing .entry .buttons a:focus, .event_list.eventList__listing .entry .buttons span:focus, .edp_button:focus, .event_detail .buttonWrapper .buttons a:focus, .event_detail .buttonWrapper .buttons span:focus {
    background: white;
    color: #1A1919;
    text-decoration: none !important; }

.gen-button,
.spotlight-button,
a.button,
.button a,
input.button, .alert-button {
  outline: 0px;
  border: 0px;
  /* Rectangle 5: */
  background: #1A1919;
  height: 36px;
  text-transform: uppercase;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  padding: 0px 30px;
  line-height: 36px;
  border: 1px solid #1A1919;
  /*&:before {
        content: "";
        position: absolute;
        left: -15px;
        top: 0px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 36px 15px;
        border-color: transparent transparent #000000 transparent;
        transition: all 200ms linear;
    }*/ }

/***********************************************/
/*      Add Additional Button Styles Below     */
/***********************************************/
.slash_button {
  font-size: 15px;
  font-family: "Scotia-Bold", Arial, sans-serif;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  .slash_button:after {
    content: "";
    position: absolute;
    background: #D62433;
    left: -20px;
    top: -10px;
    height: 49px;
    width: 3px;
    -webkit-transform: skewX(-26.162deg);
            transform: skewX(-26.162deg);
    -webkit-transition: width 150ms linear;
    transition: width 150ms linear; }
  .slash_button:hover:after, .slash_button:focus:after {
    width: 8px; }

.secondary_event_button, .event_list.event_list_grid .eventItem .buttons a, .event_list.event_list_grid .eventItem .buttons span, .event_showings ul a, .event_showings ul a:visited {
  background: #1A1A1A;
  height: 36px;
  text-transform: uppercase;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  padding: 0px 15px;
  line-height: 36px;
  color: #fff;
  /*&:before {
        content: "";
        position: absolute;
        left: -15px;
        top: 0px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 36px 15px;
        border-color: transparent transparent white transparent;
        transition: all 200ms linear;
    }*/ }
  .secondary_event_button:hover, .event_list.event_list_grid .eventItem .buttons a:hover, .event_list.event_list_grid .eventItem .buttons span:hover, .event_showings ul a:hover, .secondary_event_button:focus, .event_list.event_list_grid .eventItem .buttons a:focus, .event_list.event_list_grid .eventItem .buttons span:focus, .event_showings ul a:focus {
    color: #1A1919;
    background: white; }

.list_view_button, .event_list.event_list_listing .entry .buttons a, .event_list.event_list_listing .entry .buttons span, .event_list.m-eventList__listing .entry .buttons a, .event_list.m-eventList__listing .entry .buttons span, .event_list.event_list_forceListing .entry .buttons a, .event_list.event_list_forceListing .entry .buttons span, .event_list.eventList__listing .entry .buttons a, .event_list.eventList__listing .entry .buttons span {
  background: #1A1919;
  border: 1px solid white;
  height: 36px;
  text-transform: uppercase;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  padding: 0px 20px;
  line-height: 36px;
  color: white;
  /*&:before {
        content: "";
        position: absolute;
        left: -15px;
        top: 0px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 36px 15px;
        border-color: transparent transparent white transparent;
        transition: all 200ms linear;
    }*/ }
  .list_view_button:hover, .event_list.event_list_listing .entry .buttons a:hover, .event_list.event_list_listing .entry .buttons span:hover, .event_list.m-eventList__listing .entry .buttons a:hover, .event_list.m-eventList__listing .entry .buttons span:hover, .event_list.event_list_forceListing .entry .buttons a:hover, .event_list.event_list_forceListing .entry .buttons span:hover, .event_list.eventList__listing .entry .buttons a:hover, .event_list.eventList__listing .entry .buttons span:hover, .list_view_button:focus, .event_list.event_list_listing .entry .buttons a:focus, .event_list.event_list_listing .entry .buttons span:focus, .event_list.m-eventList__listing .entry .buttons a:focus, .event_list.m-eventList__listing .entry .buttons span:focus, .event_list.event_list_forceListing .entry .buttons a:focus, .event_list.event_list_forceListing .entry .buttons span:focus, .event_list.eventList__listing .entry .buttons a:focus, .event_list.eventList__listing .entry .buttons span:focus {
    background: white;
    border-color: #1A1919;
    color: #1A1919; }

.edp_button, .event_detail .buttonWrapper .buttons a, .event_detail .buttonWrapper .buttons span {
  text-transform: uppercase;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  padding: 0px 30px;
  background: #1A1919;
  color: #fff;
  font-size: 20px;
  font-family: "Scotia-Bold", Arial, sans-serif;
  border: 1px solid #1A1919;
  /*&:before {
        content: "";
        position: absolute;
        left: -15px;
        top: 0px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 36px 15px;
        border-color: transparent transparent white transparent;
        transition: all 200ms linear;
    }*/ }
  .edp_button:hover, .event_detail .buttonWrapper .buttons a:hover, .event_detail .buttonWrapper .buttons span:hover, .edp_button:focus, .event_detail .buttonWrapper .buttons a:focus, .event_detail .buttonWrapper .buttons span:focus {
    background: white;
    color: #1A1919;
    border: 1px solid #1A1919; }

.load_more_button, #loadMoreEvents {
  background: #fff;
  color: #1A1919;
  border: 1px solid #1A1919;
  outline: 0;
  font-family: "Scotia-Bold", Arial, sans-serif;
  font-size: 15px;
  padding: 12px 40px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  margin: 0 auto;
  display: block; }
  .load_more_button:hover, #loadMoreEvents:hover, .load_more_button:focus, #loadMoreEvents:focus {
    background: #1A1919;
    color: white; }

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
#news.index .news_list {
  max-width: 1000px;
  padding: 0px 10px;
  margin-left: auto;
  margin-right: auto; }
  #news.index .news_list .entry:first-child {
    border-top: none;
    padding-top: 0px; }

/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_detail .news_thumb {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }

.news_detail .share {
  display: none; }

.news_detail .news_heading .date {
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Scotia-Bold", Arial, sans-serif;
  color: #D62433;
  margin-top: 30px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.news_detail .news_heading .news_title {
  margin-top: 0px; }

.news_detail .news_tagline {
  font-size: 28px;
  color: #D62433;
  font-family: "Scotia light", Arial, sans-serif;
  text-transform: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 2.5rem; }

#news.detail #branding {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0px 20px; }

#news.detail .main_column {
  width: 100%;
  margin: 0 auto; }

#news.detail .full-slideshow {
  padding: 0px; }

#news.detail #branding.spotlight_image {
  padding: 0px 20px; }
  #news.detail #branding.spotlight_image img {
    width: 100%; }

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
#loadMoreEvents[disabled="disabled"] {
  display: none; }

.event_list_header {
  width: 100%;
  max-width: 1220px;
  color: #1A1919;
  text-transform: initial;
  position: relative;
  padding-left: 38px;
  padding-bottom: 22px;
  margin-bottom: 65px;
  padding-right: 10px;
  margin-top: 20px; }
  .event_list_header:after, .event_list_header:before {
    content: "";
    position: absolute;
    background-color: #1A1919;
    left: 10px;
    bottom: 0px; }
  .event_list_header:before {
    height: 50%;
    width: 1px; }
  .event_list_header:after {
    width: calc(100% - 20px);
    height: 1px; }
  .event_list_header .overview {
    display: -webkit-box;
    display: flex;
    position: relative;
    margin: 0 auto; }
    @media screen and (max-width: 700px) {
      .event_list_header .overview {
        display: block; } }
  .event_list_header h1 {
    -webkit-box-flex: 2;
            flex-grow: 2;
    margin: 0; }

.event_list_toggles {
  display: -webkit-box;
  display: flex;
  align-self: center; }
  @media screen and (max-width: 870px) {
    .event_list_toggles {
      display: none; } }
  .event_list_toggles .toggle {
    margin-left: 0px;
    color: #1A1919;
    height: 54px;
    width: 54px;
    position: relative;
    background: white;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
    .event_list_toggles .toggle svg {
      position: absolute;
      top: 40%;
      left: 50%;
      -webkit-transform: translate(-50%);
              transform: translate(-50%); }
      .event_list_toggles .toggle svg .tofill {
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        fill: #1A1919; }
    .event_list_toggles .toggle span {
      display: none; }
    .event_list_toggles .toggle:hover, .event_list_toggles .toggle:focus {
      cursor: pointer;
      background: #1A1919; }
      .event_list_toggles .toggle:hover svg .tofill, .event_list_toggles .toggle:focus svg .tofill {
        fill: #fff; }
    .event_list_toggles .toggle.is-active {
      /* Rectangle 8: */
      background: #1A1919; }
      .event_list_toggles .toggle.is-active svg .tofill {
        fill: #fff; }
    .event_list_toggles .toggle.calendar svg {
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .event_list_toggles .toggle.calendar:hover svg g {
      fill: white; }
    .event_list_toggles .toggle.calendar.is-active svg g {
      fill: #fff; }
  .event_list_toggles span {
    display: block;
    text-align: center; }
  .event_list_toggles svg {
    fill: #999999; }

.category-dropdown {
  position: relative;
  margin-right: 37px;
  align-self: center; }
  @media screen and (max-width: 870px) {
    .category-dropdown {
      margin-right: 0px; } }
  @media screen and (max-width: 700px) {
    .category-dropdown {
      clear: both; } }
  .category-dropdown .select {
    display: block;
    position: relative;
    width: 290px;
    height: 52px;
    line-height: 46px;
    background: white;
    border: 1px solid #1A1919;
    margin: 0;
    padding: 0px;
    font-size: 20px;
    font-family: "Scotia-Bold", Arial, sans-serif;
    text-transform: initial;
    color: #1A1919;
    cursor: pointer;
    outline: none;
    z-index: 8;
    padding-left: 20px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
    @media screen and (max-width: 700px) {
      .category-dropdown .select {
        width: 100%;
        margin-top: 30px; } }
    .category-dropdown .select svg {
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
      float: right;
      position: absolute;
      top: 50%;
      right: 15px;
      width: 20px;
      height: 20px;
      margin-top: 3px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      fill: none;
      fill-rule: evenodd;
      stroke: #1A1919;
      stroke-width: 2px; }
    .category-dropdown .select.is-open svg {
      -webkit-transform: rotate(180deg) translateY(-47%);
              transform: rotate(180deg) translateY(-47%);
      -webkit-transform-origin: 50% 0;
              transform-origin: 50% 0;
      margin-top: 0px; }
  .category-dropdown .choices {
    display: none;
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #1A1919;
    padding: 20px 0px;
    z-index: 7; }
    .category-dropdown .choices.is-active {
      display: block; }
    .category-dropdown .choices li a {
      display: block;
      padding: 5px 10px;
      color: #1a1919;
      text-decoration: none;
      cursor: pointer;
      font-family: "Scotia", Arial, sans-serif;
      text-transform: initial;
      font-size: 15px;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }
    .category-dropdown .choices li:hover a, .category-dropdown .choices li:focus a,
    .category-dropdown .choices a.is-active, .category-dropdown .choices a:focus {
      background: #1A1919;
      color: white; }
    .category-dropdown .choices li:before {
      display: none; }

.event_list .eventItem .title {
  margin: 0px;
  margin-top: 12px; }
  .event_list .eventItem .title a {
    -webkit-transition: none;
    transition: none; }
    .event_list .eventItem .title a:hover, .event_list .eventItem .title a:focus {
      text-decoration: underline;
      -webkit-text-decoration-skip: ink;
              text-decoration-skip: ink; }

.event_list .eventItem .date {
  position: absolute;
  bottom: 14px;
  left: 17px;
  font-family: "Scotia", Arial, sans-serif;
  text-transform: initial;
  font-size: 14px;
  color: #1A1919; }

.event_list .eventItem .tagline {
  font-size: 17px;
  letter-spacing: 0px;
  font-family: "Scotia", Arial, sans-serif;
  color: #727272;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-transform: none;
  margin: 0px;
  margin-top: 9px; }

.event_list .eventItem .meta {
  display: none; }

.event_list .eventItem .info {
  padding-left: 17px;
  padding-bottom: 50px; }

.event_list.event_list_listing, .event_list.m-eventList__listing, .event_list.event_list_forceListing, .event_list.eventList__listing {
  max-width: 1000px;
  padding: 0px 10px;
  margin: 0 auto; }
  .event_list.event_list_listing .eventList__wrapper, .event_list.m-eventList__listing .eventList__wrapper, .event_list.event_list_forceListing .eventList__wrapper, .event_list.eventList__listing .eventList__wrapper {
    zoom: 1; }
    .event_list.event_list_listing .eventList__wrapper:before, .event_list.event_list_listing .eventList__wrapper:after, .event_list.m-eventList__listing .eventList__wrapper:before, .event_list.m-eventList__listing .eventList__wrapper:after, .event_list.event_list_forceListing .eventList__wrapper:before, .event_list.event_list_forceListing .eventList__wrapper:after, .event_list.eventList__listing .eventList__wrapper:before, .event_list.eventList__listing .eventList__wrapper:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .event_list.event_list_listing .eventList__wrapper:after, .event_list.m-eventList__listing .eventList__wrapper:after, .event_list.event_list_forceListing .eventList__wrapper:after, .event_list.eventList__listing .eventList__wrapper:after {
      clear: both; }
  .event_list.event_list_listing .entry, .event_list.m-eventList__listing .entry, .event_list.event_list_forceListing .entry, .event_list.eventList__listing .entry {
    position: relative;
    padding-left: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    float: left;
    width: 100%; }
    .event_list.event_list_listing .entry .thumb, .event_list.m-eventList__listing .entry .thumb, .event_list.event_list_forceListing .entry .thumb, .event_list.eventList__listing .entry .thumb {
      width: 200px;
      float: left;
      opacity: 1;
      -webkit-transition: opacity 200ms linear;
      transition: opacity 200ms linear; }
      @media screen and (max-width: 700px) {
        .event_list.event_list_listing .entry .thumb, .event_list.m-eventList__listing .entry .thumb, .event_list.event_list_forceListing .entry .thumb, .event_list.eventList__listing .entry .thumb {
          width: 80px; } }
      .event_list.event_list_listing .entry .thumb img, .event_list.m-eventList__listing .entry .thumb img, .event_list.event_list_forceListing .entry .thumb img, .event_list.eventList__listing .entry .thumb img {
        display: block;
        width: 100%; }
      .event_list.event_list_listing .entry .thumb .buttons, .event_list.m-eventList__listing .entry .thumb .buttons, .event_list.event_list_forceListing .entry .thumb .buttons, .event_list.eventList__listing .entry .thumb .buttons {
        display: none; }
      .event_list.event_list_listing .entry .thumb:hover, .event_list.m-eventList__listing .entry .thumb:hover, .event_list.event_list_forceListing .entry .thumb:hover, .event_list.eventList__listing .entry .thumb:hover {
        opacity: 0.8; }
    .event_list.event_list_listing .entry .info, .event_list.m-eventList__listing .entry .info, .event_list.event_list_forceListing .entry .info, .event_list.eventList__listing .entry .info {
      float: left;
      position: relative;
      width: calc(100% - 375px);
      min-height: 114px; }
      @media screen and (max-width: 700px) {
        .event_list.event_list_listing .entry .info, .event_list.m-eventList__listing .entry .info, .event_list.event_list_forceListing .entry .info, .event_list.eventList__listing .entry .info {
          width: calc(100% - 225px); } }
      @media screen and (max-width: 500px) {
        .event_list.event_list_listing .entry .info, .event_list.m-eventList__listing .entry .info, .event_list.event_list_forceListing .entry .info, .event_list.eventList__listing .entry .info {
          width: calc(100% - 80px);
          min-height: auto; } }
      .event_list.event_list_listing .entry .info .title, .event_list.m-eventList__listing .entry .info .title, .event_list.event_list_forceListing .entry .info .title, .event_list.eventList__listing .entry .info .title {
        margin: 0px;
        font-size: 1.35rem;
        line-height: 1; }
        .event_list.event_list_listing .entry .info .title a, .event_list.event_list_listing .entry .info .title span, .event_list.m-eventList__listing .entry .info .title a, .event_list.m-eventList__listing .entry .info .title span, .event_list.event_list_forceListing .entry .info .title a, .event_list.event_list_forceListing .entry .info .title span, .event_list.eventList__listing .entry .info .title a, .event_list.eventList__listing .entry .info .title span {
          font-size: 1.35rem;
          line-height: 1;
          text-transform: initial; }
      .event_list.event_list_listing .entry .info .date, .event_list.m-eventList__listing .entry .info .date, .event_list.event_list_forceListing .entry .info .date, .event_list.eventList__listing .entry .info .date {
        bottom: 0px; }
        @media screen and (max-width: 700px) {
          .event_list.event_list_listing .entry .info .date, .event_list.m-eventList__listing .entry .info .date, .event_list.event_list_forceListing .entry .info .date, .event_list.eventList__listing .entry .info .date {
            left: 20px; } }
    .event_list.event_list_listing .entry .buttons, .event_list.m-eventList__listing .entry .buttons, .event_list.event_list_forceListing .entry .buttons, .event_list.eventList__listing .entry .buttons {
      position: absolute;
      right: 0px;
      height: 100%;
      top: 0px;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center; }
      @media screen and (max-width: 500px) {
        .event_list.event_list_listing .entry .buttons, .event_list.m-eventList__listing .entry .buttons, .event_list.event_list_forceListing .entry .buttons, .event_list.eventList__listing .entry .buttons {
          position: relative;
          right: auto;
          top: auto;
          display: block;
          width: 100%;
          clear: both;
          margin-bottom: 20px;
          padding-top: 20px; } }
      .event_list.event_list_listing .entry .buttons .more, .event_list.m-eventList__listing .entry .buttons .more, .event_list.event_list_forceListing .entry .buttons .more, .event_list.eventList__listing .entry .buttons .more {
        display: none; }
      .event_list.event_list_listing .entry .buttons a svg, .event_list.event_list_listing .entry .buttons span svg, .event_list.m-eventList__listing .entry .buttons a svg, .event_list.m-eventList__listing .entry .buttons span svg, .event_list.event_list_forceListing .entry .buttons a svg, .event_list.event_list_forceListing .entry .buttons span svg, .event_list.eventList__listing .entry .buttons a svg, .event_list.eventList__listing .entry .buttons span svg {
        display: none; }
      @media screen and (max-width: 500px) {
        .event_list.event_list_listing .entry .buttons a, .event_list.event_list_listing .entry .buttons span, .event_list.m-eventList__listing .entry .buttons a, .event_list.m-eventList__listing .entry .buttons span, .event_list.event_list_forceListing .entry .buttons a, .event_list.event_list_forceListing .entry .buttons span, .event_list.eventList__listing .entry .buttons a, .event_list.eventList__listing .entry .buttons span {
          width: calc(100% - 15px); } }
    .event_list.event_list_listing .entry:before, .event_list.event_list_listing .entry:after, .event_list.m-eventList__listing .entry:before, .event_list.m-eventList__listing .entry:after, .event_list.event_list_forceListing .entry:before, .event_list.event_list_forceListing .entry:after, .event_list.eventList__listing .entry:before, .event_list.eventList__listing .entry:after {
      content: "";
      position: absolute;
      background: #1A1919;
      visibility: visible;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }
    .event_list.event_list_listing .entry:before, .event_list.m-eventList__listing .entry:before, .event_list.event_list_forceListing .entry:before, .event_list.eventList__listing .entry:before {
      left: 0px;
      bottom: 0px;
      width: 1px;
      height: 100px; }
    .event_list.event_list_listing .entry:after, .event_list.m-eventList__listing .entry:after, .event_list.event_list_forceListing .entry:after, .event_list.eventList__listing .entry:after {
      left: 0px;
      bottom: 0px;
      width: 100%;
      height: 1px; }
    .event_list.event_list_listing .entry:hover:before, .event_list.event_list_listing .entry:hover:after, .event_list.m-eventList__listing .entry:hover:before, .event_list.m-eventList__listing .entry:hover:after, .event_list.event_list_forceListing .entry:hover:before, .event_list.event_list_forceListing .entry:hover:after, .event_list.eventList__listing .entry:hover:before, .event_list.eventList__listing .entry:hover:after {
      background: #D0D0D0; }

.event_list.event_list_grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap; }
  .event_list.event_list_grid .eventList__wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-justify-content: center; }
  .event_list.event_list_grid .eventItem {
    -webkit-box-flex: 1;
            flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 377px;
    -webkit-flex-basis: 377px;
    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 1;
    min-width: 377px;
    max-width: 377px;
    margin-bottom: 40px;
    position: relative;
    float: none;
    width: auto;
    margin-left: 10px;
    margin-right: 10px; }
    .event_list.event_list_grid .eventItem .thumb {
      padding-left: 17px;
      position: relative; }
      .event_list.event_list_grid .eventItem .thumb img {
        width: 100%;
        display: block; }
      .event_list.event_list_grid .eventItem .thumb .buttons {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
                justify-content: center; }
    .event_list.event_list_grid .eventItem .title a {
      text-transform: initial; }
    .event_list.event_list_grid .eventItem .info {
      min-height: 164px; }
    .event_list.event_list_grid .eventItem .buttons {
      opacity: 0;
      position: absolute;
      top: 0px;
      left: 17px;
      display: none;
      width: calc(100% - 17px);
      height: 100%;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
      background: rgba(255, 255, 255, 0.74); }
      .event_list.event_list_grid .eventItem .buttons a svg, .event_list.event_list_grid .eventItem .buttons span svg {
        display: none; }
      .event_list.event_list_grid .eventItem .buttons .more {
        display: none; }
    .event_list.event_list_grid .eventItem:before, .event_list.event_list_grid .eventItem:after {
      content: "";
      position: absolute;
      background: #1A1919;
      visibility: visible;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }
    .event_list.event_list_grid .eventItem:before {
      left: 0px;
      bottom: 0px;
      width: 1px;
      height: 100px; }
    .event_list.event_list_grid .eventItem:after {
      left: 0px;
      bottom: 0px;
      width: 100%;
      height: 1px; }
    .event_list.event_list_grid .eventItem:hover .thumb .buttons, .event_list.event_list_grid .eventItem:focus .thumb .buttons {
      opacity: 1; }
    .event_list.event_list_grid .eventItem:hover:before, .event_list.event_list_grid .eventItem:hover:after, .event_list.event_list_grid .eventItem:focus:before, .event_list.event_list_grid .eventItem:focus:after {
      background: #D0D0D0; }

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
#events.detail #branding img {
  width: 100%;
  display: block;
  height: calc((100vw - 360px) * .5681818181);
  max-height: 488px; }
  @media screen and (max-width: 1024px) {
    #events.detail #branding img {
      height: calc((100vw - 40px) * .5681818181);
      max-height: none; } }

#events.detail .edp_head.visible ~ .layout_triangle_top, #events.detail .edp_head.visible ~ .layout_triangle_bottom {
  display: none; }

#events.detail .event_heading, #events.detail .event_showings, #events.detail .event_info_header, #events.detail .description_wrapper, #events.detail .faq {
  padding: 0px;
  padding-left: 30px; }
  @media screen and (max-width: 1024px) {
    #events.detail .event_heading, #events.detail .event_showings, #events.detail .event_info_header, #events.detail .description_wrapper, #events.detail .faq {
      padding-left: 0px; } }

#events.detail .edp_head.visible {
  display: block;
  position: absolute;
  width: 100%;
  height: 450px;
  background-color: black;
  background-size: cover;
  margin-top: 100px;
  z-index: -1; }
  @media screen and (max-width: 1600px) {
    #events.detail .edp_head.visible {
      background-size: auto; } }
  @media screen and (max-width: 1024px) {
    #events.detail .edp_head.visible {
      margin-top: 89px;
      height: 350px; } }
  @media screen and (max-width: 500px) {
    #events.detail .edp_head.visible {
      margin-top: 60px;
      height: 210px; } }
  #events.detail .edp_head.visible:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    z-index: -2;
    border-style: solid;
    border-width: 100px 0 0 100vw;
    border-color: transparent transparent transparent #ffffff; }
  #events.detail .edp_head.visible:after {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    z-index: -1;
    border-style: solid;
    border-width: 0 306px 550px 0;
    border-color: transparent rgba(136, 136, 135, 0.1) transparent transparent;
    top: calc(100% - 30px); }

.event_detail {
  min-height: 600px;
  zoom: 1;
  position: relative; }
  .event_detail:before, .event_detail:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .event_detail:after {
    clear: both; }
  .event_detail .event_heading .title {
    margin: 0px;
    margin-top: 30px; }
  .event_detail .event_heading .tagline {
    font-size: 29px;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #727272;
    font-family: "Scotia", Arial, sans-serif;
    text-transform: none;
    margin: 0px;
    padding: 0px; }
  .event_detail .event_heading.above_branding {
    display: none; }
  @media screen and (max-width: 1024px) {
    .event_detail .event_heading {
      display: none; } }
  .event_detail .buttonWrapper {
    text-align: center;
    margin-top: 30px; }
    .event_detail .buttonWrapper .title, .event_detail .buttonWrapper .tagline, .event_detail .buttonWrapper .date {
      display: none; }
      @media screen and (max-width: 1024px) {
        .event_detail .buttonWrapper .title, .event_detail .buttonWrapper .tagline, .event_detail .buttonWrapper .date {
          display: block; } }
    .event_detail .buttonWrapper .date {
      text-transform: uppercase;
      font-size: 20px;
      font-family: "Scotia-Bold", Arial, sans-serif;
      color: #1A1919;
      margin-top: 30px;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }
    .event_detail .buttonWrapper .title {
      margin-top: 0px; }
    .event_detail .buttonWrapper .tagline {
      font-size: 29px;
      color: #1A1919;
      font-family: "Scotia", Arial, sans-serif;
      text-transform: none;
      margin: 0px;
      padding: 0px;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }
    .event_detail .buttonWrapper .buttons {
      z-index: 1; }
      @media screen and (max-width: 1024px) {
        .event_detail .buttonWrapper .buttons {
          margin-top: 20px; } }
    .event_detail .buttonWrapper .buttons a, .event_detail .buttonWrapper .buttons span {
      width: calc(100% - 55px);
      height: 50px;
      line-height: 50px;
      margin: 0px auto; }
      @media screen and (max-width: 1024px) {
        .event_detail .buttonWrapper .buttons a, .event_detail .buttonWrapper .buttons span {
          top: auto;
          position: relative;
          left: auto;
          margin-left: 35px; } }
  .event_detail .buttons {
    position: relative;
    color: white; }
    .event_detail .buttons a, .event_detail .buttons span {
      white-space: nowrap; }
    .event_detail .buttons svg {
      display: none; }

.description_wrapper .read-more {
  cursor: pointer;
  font-family: "Scotia-Bold", Arial, sans-serif;
  font-size: 15px;
  color: #1A1919;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  margin-top: 20px; }
  .description_wrapper .read-more:after {
    content: "\f107";
    position: absolute;
    right: 0;
    font-family: FontAwesome;
    color: #1A1919;
    font-size: 24px;
    line-height: 20px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
  .description_wrapper .read-more:hover, .description_wrapper .read-more:focus {
    color: #D62433; }

.description_wrapper + .faq {
  margin-top: 66px; }

.event_description {
  position: relative;
  min-height: 10.8rem; }
  .event_description.is-opened + .read-more:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .event_description.is-opened:after {
    display: none; }

.event_showings {
  margin-top: 50px; }
  .event_showings .list {
    position: relative;
    list-style-type: none;
    font-family: "Scotia-Header", Arial, sans-serif;
    font-size: 15px; }
  .event_showings ul a:hover, .event_showings ul a:visited:hover {
    background: white;
    color: #1A1919; }
  .event_showings .cell {
    width: 40%;
    position: relative;
    float: left;
    display: inline-block;
    color: #1A1919;
    font-family: "Scotia light", Arial, sans-serif;
    font-size: 16px;
    line-height: 40px;
    padding-bottom: 6px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
    @media screen and (max-width: 700px) {
      .event_showings .cell {
        width: 50%; } }
    .event_showings .cell:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      left: 0px;
      bottom: 0px;
      background-color: #1A1919; }
    .event_showings .cell:first-child {
      font-family: "Scotia", Arial, sans-serif;
      text-indent: 20px;
      text-transform: uppercase;
      font-size: 17px; }
      .event_showings .cell:first-child:before {
        content: "";
        position: absolute;
        width: 1px;
        height: calc(100% - 10px);
        left: 0px;
        bottom: 0px;
        background-color: #1A1919; }
    .event_showings .cell:nth-child(1) {
      width: 40%;
      text-align: left; }
      @media screen and (max-width: 700px) {
        .event_showings .cell:nth-child(1) {
          width: 50%; } }
      @media screen and (max-width: 500px) {
        .event_showings .cell:nth-child(1) {
          width: 75%; } }
    .event_showings .cell:last-child {
      width: 20%;
      text-align: right; }
      @media screen and (max-width: 700px) {
        .event_showings .cell:last-child {
          display: block;
          clear: both;
          width: 100%;
          margin-top: 10px; }
          .event_showings .cell:last-child a {
            width: calc(100% - 15px); } }
    @media screen and (max-width: 500px) {
      .event_showings .cell.time {
        width: 25%; } }
    .event_showings .cell.buttons:after {
      content: none; }
  .event_showings .listItem {
    position: relative;
    margin-bottom: 20px; }
    .event_showings .listItem.listItehasNoLink .cell {
      width: 50%; }
      @media screen and (max-width: 700px) {
        .event_showings .listItem.listItehasNoLink .cell {
          width: 50%; } }
      @media screen and (max-width: 500px) {
        .event_showings .listItem.listItehasNoLink .cell {
          width: 75%; } }
      @media screen and (max-width: 700px) {
        .event_showings .listItem.listItehasNoLink .cell:last-child {
          clear: none;
          margin-top: 0px; } }
      @media screen and (max-width: 500px) {
        .event_showings .listItem.listItehasNoLink .cell:last-child {
          width: 25%; } }
  .event_showings .buttons svg {
    display: none; }
  .event_showings .additional_showings {
    display: none; }
  .event_showings .show-all-showings {
    cursor: pointer;
    font-family: "Scotia-Bold", Arial, sans-serif;
    font-size: 15px;
    color: #1A1919;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-right: 20px; }
    .event_showings .show-all-showings:after {
      content: "\f107";
      position: absolute;
      right: 0;
      font-family: FontAwesome;
      color: #D62433;
      font-size: 24px;
      line-height: 20px;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }
    .event_showings .show-all-showings:hover, .event_showings .show-all-showings:focus {
      color: #D62433; }
    .event_showings .show-all-showings.is-opened:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

.eventDetailList {
  position: relative;
  font-family: "Scotia-Header", Arial, sans-serif;
  overflow: hidden;
  padding: 20px;
  padding-top: 32px; }
  @media screen and (max-width: 1024px) {
    .eventDetailList {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row wrap; } }
  .eventDetailList a, .eventDetailList a:focus, .eventDetailList p {
    color: #1A1919; }
    @media screen and (max-width: 1024px) {
      .eventDetailList a, .eventDetailList a:focus, .eventDetailList p {
        color: #1A1919; } }
  .eventDetailList a:hover, .eventDetailList a:focus {
    color: #1A1919;
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip: ink; }
    @media screen and (max-width: 1024px) {
      .eventDetailList a:hover, .eventDetailList a:focus {
        color: #1a1919; } }
  .eventDetailList .item {
    list-style-type: none;
    color: #1A1919;
    position: relative;
    padding: 18px 0px;
    font-family: "Scotia", Arial, sans-serif;
    font-size: 14px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
    .eventDetailList .item:after {
      content: "";
      position: absolute;
      height: 1px;
      width: calc(100% + 20px);
      left: 0px;
      bottom: 0px;
      background: #1A1919; }
    @media screen and (max-width: 1024px) {
      .eventDetailList .item {
        color: #1A1919;
        -webkit-box-flex: 1;
                flex: 1 0 50%; } }
    @media screen and (max-width: 700px) {
      .eventDetailList .item {
        -webkit-box-flex: 1;
                flex: 1 0 100%; } }
    .eventDetailList .item:last-child:after {
      content: none; }
    @media screen and (max-width: 1024px) {
      .eventDetailList .item:last-child {
        border-bottom: 1px solid #1A1919; } }
    .eventDetailList .item:before {
      display: none; }
    .eventDetailList .item .m-date__singleDate,
    .eventDetailList .item label {
      text-transform: initial;
      font-size: 20px;
      font-family: "Scotia-Bold", Arial, sans-serif;
      color: #1A1919;
      display: block;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }
      @media screen and (max-width: 1024px) {
        .eventDetailList .item .m-date__singleDate,
        .eventDetailList .item label {
          color: #1a1919; } }
    .eventDetailList .item svg {
      display: none; }

.full-slideshow {
  position: relative; }

.full-slideshow .playToggle {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  background: white;
  z-index: 500;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  display: none; }
  .full-slideshow .playToggle:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    text-indent: 0px;
    font-family: "FontAwesome";
    color: #1a1919;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
  .full-slideshow .playToggle:hover, .full-slideshow .playToggle:focus {
    box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.2); }
    .full-slideshow .playToggle:hover:after, .full-slideshow .playToggle:focus:after {
      color: #D62433; }
  .full-slideshow .playToggle.playing:after {
    content: "\f04c"; }
  .full-slideshow .playToggle.paused:after {
    content: "\f04b"; }

/* ----------------------------------------------------------------------------
=Showtime Page Content
----------------------------------------------------------------------------- */
.content_item {
  max-width: 1020px;
  padding: 0px 20px;
  margin: 0 auto;
  margin-bottom: 40px; }
  .content_item iframe {
    width: 100%;
    border: 0px; }
    .content_item iframe#parking-panda {
      height: 420px; }
  .content_item a:focus, .content_item a:hover {
    text-decoration: underline; }
  .content_item.textarea {
    max-width: 1220px;
    position: relative; }
    .content_item.textarea .content {
      max-width: 980px;
      margin: 0 auto;
      position: initial; }
  .content_item.events {
    zoom: 1; }
    .content_item.events:before, .content_item.events:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .content_item.events:after {
      clear: both; }

.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 20px 20px 0; }
      @media screen and (max-width: 700px) {
        .content img[align=left], .content img.left {
          float: none;
          margin: 0 auto 20px;
          display: block; } }
    .content img[align=right], .content img.right {
      float: right;
      margin: 20px 0 20px 20px; }
      @media screen and (max-width: 700px) {
        .content img[align=right], .content img.right {
          float: none;
          margin: 0 auto 20px;
          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 > 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; } }

/* ----------------------------------------------------------------------------
= 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, .event_list .eventItem .title a {
    orphans: 3;
    widows: 3; }
  h2, h3, .event_list .eventItem .title a {
    page-break-after: avoid; }
  h1 {
    font-size: 18px; }
  h2 {
    font-size: 16px; }
  h3, .event_list .eventItem .title a {
    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; } }
