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

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

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

/* 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 {
  -moz-box-sizing: content-box;
  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'] {
  -webkit-box-sizing: content-box;
  /* 2 */
  -moz-box-sizing: content-box;
  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; }

*:focus {
  outline: none; }

.user-is-tabbing *:focus {
  outline: auto;
  outline: -webkit-focus-ring-color auto 5px; }

/* ----------------------------------------------------------------------------
= 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.01em;
  letter-spacing: inherit; }

.header-base, h1, .h1, h2, .h2, h3, .h3, .spotlight .title,
.concierge .title,
.news_list .title,
.contest_list .title,
.job_list .title,
.seating_charts .title,
.offer_list .title,
.gallery-listing .title, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 20px;
  font-family: "Heebo", sans-serif;
  color: #191919;
  line-height: 1;
  font-weight: 700; }

h1, .h1 {
  font-size: 3.0517578125rem;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 700; }
  h1.long_title, .h1.long_title {
    font-size: 2.44140625rem; }
  @media screen and (max-width: 700px) {
    h1, .h1 {
      font-size: 1.953125rem; } }

.textarea h1 {
  display: none; }

h2, .h2 {
  font-size: 1.953125rem; }
  h2.long_title, .h2.long_title {
    font-size: 1.5625rem; }
  h2.edp_body_header, .h2.edp_body_header {
    padding-bottom: 5px;
    display: inline-block;
    text-decoration: none;
    background-image: linear-gradient(#191919, #191919);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
    background-size: 60px 2px; }
    h2.edp_body_header:hover, h2.edp_body_header:focus, .h2.edp_body_header:hover, .h2.edp_body_header:focus {
      background-size: 100% 2px; }
    h2.edp_body_header:hover, h2.edp_body_header:focus, .h2.edp_body_header:hover, .h2.edp_body_header:focus {
      background-size: 60px 2px; }

h3, .h3, .spotlight .title,
.concierge .title,
.news_list .title,
.contest_list .title,
.job_list .title,
.seating_charts .title,
.offer_list .title,
.gallery-listing .title {
  font-size: 1.5625rem; }

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

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

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

.small_paragraph, .small p, .link ul.list .description p, .link ul.list .description li {
  font-size: 0.889rem; }

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

p, .p {
  margin: 0 0 20px; }
  p.lead, .p.lead {
    font-size: 1.424rem;
    text-align: center;
    font-weight: 700;
    margin: auto;
    max-width: 820px;
    margin-bottom: 60px; }
    @media screen and (max-width: 700px) {
      p.lead, .p.lead {
        margin-bottom: 40px; } }
  p strong, .p 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 ul, .link .description ul, .event_description ul {
  margin-bottom: 20px; }
  .cms ul li, .textarea ul li, .spotlight_text ul li, .faq ul li, .link .description ul li, .event_description ul li {
    padding: 0 0 0px 40px;
    margin-bottom: 25px; }
    .cms ul li:before, .textarea ul li:before, .spotlight_text ul li:before, .faq ul li:before, .link .description ul li:before, .event_description ul li:before {
      content: '';
      position: absolute;
      top: 12px;
      left: 0;
      width: 10px;
      height: 4px;
      background-color: #191919; }
    .cms ul li ul, .textarea ul li ul, .spotlight_text ul li ul, .faq ul li ul, .link .description ul li ul, .event_description ul li ul {
      margin-top: 10px; }

ol {
  margin-bottom: 20px; }

ol > li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 25px;
  counter-increment: li-counter; }
  ol > li:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 25px;
    font-weight: 700;
    white-space: nowrap;
    content: counter(li-counter) " -"; }

a {
  border: none;
  color: #191919;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }
  a:hover, a:focus {
    color: #191919; }
  .textarea p a, .textarea li a, .cms p a, .cms li a, .spotlight_content a, .m-eventDetailList__item a, .event_description a {
    position: relative;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    z-index: 2; }
    .textarea p a:before, .textarea li a:before, .cms p a:before, .cms li a:before, .spotlight_content a:before, .m-eventDetailList__item a:before, .event_description a:before {
      content: '';
      position: absolute;
      bottom: 0px;
      left: -4px;
      height: 2px;
      width: calc(100% + 8px);
      display: block;
      background: #191919;
      z-index: -1; }
    .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 {
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      content: '';
      z-index: -1;
      position: absolute;
      bottom: 0;
      left: -4px;
      width: calc(100% + 8px);
      display: block;
      height: 0;
      background: #fff;
      box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3); }
    .textarea p a:hover:after, .textarea li a:hover:after, .cms p a:hover:after, .cms li a:hover:after, .spotlight_content a:hover:after, .m-eventDetailList__item a:hover:after, .event_description a:hover:after {
      height: 100%; }
    .textarea p a.button:before, .textarea p a.button:after, .textarea li a.button:before, .textarea li a.button:after, .cms p a.button:before, .cms p a.button:after, .cms li a.button:before, .cms li a.button:after, .spotlight_content a.button:before, .spotlight_content a.button:after, .m-eventDetailList__item a.button:before, .m-eventDetailList__item a.button:after, .event_description a.button:before, .event_description a.button:after {
      display: none; }

hr {
  display: block;
  height: 2px;
  background-color: #999999;
  border: 0;
  margin-top: 30px;
  margin-bottom: 60px;
  clear: both; }

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

blockquote {
  background: url(../images/bg_blockquote.jpg) #191919 no-repeat;
  background-size: cover;
  padding: 40px 60px 20px;
  margin: 0; }
  blockquote p {
    color: #ffffff;
    font-family: "Heebo", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 20px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
    blockquote p:first-child {
      margin-top: 0px; }
    blockquote p strong {
      font-family: "Heebo", sans-serif;
      font-weight: 700;
      font-size: 18px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 20px;
      text-align: right;
      display: block;
      border-top: 2px solid #4C4C4C;
      padding-top: 20px; }
      blockquote p strong em {
        font-weight: 300;
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 27px;
        font-style: normal; }
        @media screen and (max-width: 700px) {
          blockquote p strong em {
            display: block; } }
      @media screen and (max-width: 700px) {
        blockquote p strong {
          font-size: 16px; } }
  @media screen and (max-width: 700px) {
    blockquote {
      padding: 20px; } }

.link {
  position: relative; }
  .link ul.list {
    padding: 0; }
    .link ul.list > li {
      margin-bottom: 20px; }
    .link ul.list li > a, .link ul.list li > span {
      display: inline-block;
      position: relative;
      padding: 5px 0px 5px 63px;
      word-wrap: break-word;
      color: #191919;
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      font-family: "Heebo", sans-serif;
      font-weight: 700;
      font-size: 20px;
      color: #191919;
      letter-spacing: 0;
      line-height: 20px;
      /*------------------------------------------------------------
      =Handles all Social Media icons for select social media urls
          -- Twitter | Facebook | Instagram | Pinterest
      ------------------------------------------------------------*/ }
      .link ul.list li > a svg, .link ul.list li > span svg {
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0px;
        fill: #191919; }
      .link ul.list li > a:before, .link ul.list li > span:before {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        content: '';
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translate(-50%, -50%);
        background: #FFFFFF;
        box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3);
        height: 0px;
        width: 0px;
        border-radius: 50%; }
      .link ul.list li > a:after, .link ul.list li > span:after {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        content: '';
        position: absolute;
        bottom: 0px;
        left: 63px;
        height: 2px;
        width: 0px;
        display: block;
        background: #191919;
        z-index: -1; }
      .link ul.list li > a .link_icon .internal, .link ul.list li > span .link_icon .internal {
        display: block; }
      .link ul.list li > a .link_icon .external, .link ul.list li > span .link_icon .external {
        display: none; }
      .link ul.list li > a[target="_blank"] .link_icon .internal, .link ul.list li > span[target="_blank"] .link_icon .internal {
        display: none; }
      .link ul.list li > a[target="_blank"] .link_icon .external, .link ul.list li > span[target="_blank"] .link_icon .external {
        display: block; }
      .link ul.list li > a[href*="twitter"] svg, .link ul.list li > a[href*="facebook"] svg, .link ul.list li > a[href*="instagram"] svg, .link ul.list li > a[href*="pinterest"] svg, .link ul.list li > a[href*="youtube"] svg, .link ul.list li > a[href*="youtu.be"] svg, .link ul.list li > a[href*="snapchat"] svg, .link ul.list li > span[href*="twitter"] svg, .link ul.list li > span[href*="facebook"] svg, .link ul.list li > span[href*="instagram"] svg, .link ul.list li > span[href*="pinterest"] svg, .link ul.list li > span[href*="youtube"] svg, .link ul.list li > span[href*="youtu.be"] svg, .link ul.list li > span[href*="snapchat"] svg {
        display: none; }
      .link ul.list li > a[href*="twitter"] .link_icon, .link ul.list li > a[href*="facebook"] .link_icon, .link ul.list li > a[href*="instagram"] .link_icon, .link ul.list li > a[href*="pinterest"] .link_icon, .link ul.list li > a[href*="youtube"] .link_icon, .link ul.list li > a[href*="youtu.be"] .link_icon, .link ul.list li > a[href*="snapchat"] .link_icon, .link ul.list li > span[href*="twitter"] .link_icon, .link ul.list li > span[href*="facebook"] .link_icon, .link ul.list li > span[href*="instagram"] .link_icon, .link ul.list li > span[href*="pinterest"] .link_icon, .link ul.list li > span[href*="youtube"] .link_icon, .link ul.list li > span[href*="youtu.be"] .link_icon, .link ul.list li > span[href*="snapchat"] .link_icon {
        position: absolute;
        left: -8px;
        top: -10px;
        height: 50px;
        width: 50px; }
      .link ul.list li > a[href*="twitter"] .link_icon:after, .link ul.list li > a[href*="facebook"] .link_icon:after, .link ul.list li > a[href*="instagram"] .link_icon:after, .link ul.list li > a[href*="pinterest"] .link_icon:after, .link ul.list li > a[href*="youtube"] .link_icon:after, .link ul.list li > a[href*="youtu.be"] .link_icon:after, .link ul.list li > a[href*="snapchat"] .link_icon:after, .link ul.list li > span[href*="twitter"] .link_icon:after, .link ul.list li > span[href*="facebook"] .link_icon:after, .link ul.list li > span[href*="instagram"] .link_icon:after, .link ul.list li > span[href*="pinterest"] .link_icon:after, .link ul.list li > span[href*="youtube"] .link_icon:after, .link ul.list li > span[href*="youtu.be"] .link_icon:after, .link ul.list li > span[href*="snapchat"] .link_icon:after {
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: inline-block;
        background: none;
        padding: 0;
        font-family: FontAwesome;
        font-size: 25px;
        line-height: 1;
        font-weight: normal;
        font-style: normal;
        color: #191919;
        width: auto;
        text-align: center;
        text-decoration: inherit; }
      .link ul.list li > a[href*="twitter"]:hover .link_icon:after, .link ul.list li > a[href*="facebook"]:hover .link_icon:after, .link ul.list li > a[href*="instagram"]:hover .link_icon:after, .link ul.list li > a[href*="pinterest"]:hover .link_icon:after, .link ul.list li > a[href*="youtube"]:hover .link_icon:after, .link ul.list li > a[href*="youtu.be"]:hover .link_icon:after, .link ul.list li > a[href*="snapchat"]:hover .link_icon:after, .link ul.list li > span[href*="twitter"]:hover .link_icon:after, .link ul.list li > span[href*="facebook"]:hover .link_icon:after, .link ul.list li > span[href*="instagram"]:hover .link_icon:after, .link ul.list li > span[href*="pinterest"]:hover .link_icon:after, .link ul.list li > span[href*="youtube"]:hover .link_icon:after, .link ul.list li > span[href*="youtu.be"]:hover .link_icon:after, .link ul.list li > span[href*="snapchat"]:hover .link_icon:after {
        color: #191919; }
      .link ul.list li > a[href*="twitter"] .link_icon:after, .link ul.list li > span[href*="twitter"] .link_icon:after {
        content: "\f099"; }
      .link ul.list li > a[href*="facebook"] .link_icon:after, .link ul.list li > span[href*="facebook"] .link_icon:after {
        content: "\f09a"; }
      .link ul.list li > a[href*="instagram"] .link_icon:after, .link ul.list li > span[href*="instagram"] .link_icon:after {
        content: "\f16d"; }
      .link ul.list li > a[href*="pinterest"] .link_icon:after, .link ul.list li > span[href*="pinterest"] .link_icon:after {
        content: "\f0d2"; }
      .link ul.list li > a[href*="youtube"] .link_icon:after, .link ul.list li > a[href*="youtu.be"] .link_icon:after, .link ul.list li > span[href*="youtube"] .link_icon:after, .link ul.list li > span[href*="youtu.be"] .link_icon:after {
        content: "\f16a"; }
      .link ul.list li > a[href*="snapchat"] .link_icon:after, .link ul.list li > span[href*="snapchat"] .link_icon:after {
        content: "\f2ac"; }
    .link ul.list li > a:hover {
      color: #191919; }
      .link ul.list li > a:hover svg {
        fill: #191919; }
      .link ul.list li > a:hover:before {
        height: 50px;
        width: 50px; }
      .link ul.list li > a:hover:after {
        width: calc(100% - 63px); }
    .link ul.list li > span .link_icon {
      display: none; }
    .link ul.list .description {
      padding-left: 40px; }
      .link ul.list .description p, .link ul.list .description li {
        margin-top: 0; }
      .link ul.list .description p {
        margin-bottom: 20px; }

/* ----------------------------------------------------------------------------
= Spotlight list style
----------------------------------------------------------------------------- */
.spotlight,
.concierge,
.news_list,
.contest_list,
.job_list,
.seating_charts,
.offer_list,
.gallery-listing {
  clear: both; }
  .spotlight .entry,
  .concierge .entry,
  .news_list .entry,
  .contest_list .entry,
  .job_list .entry,
  .seating_charts .entry,
  .offer_list .entry,
  .gallery-listing .entry {
    zoom: 1;
    padding-top: 40px;
    padding-bottom: 45px;
    margin-bottom: 0px;
    border-bottom: 2px solid #999999; }
    .spotlight .entry:before, .spotlight .entry:after,
    .concierge .entry:before,
    .concierge .entry:after,
    .news_list .entry:before,
    .news_list .entry:after,
    .contest_list .entry:before,
    .contest_list .entry:after,
    .job_list .entry:before,
    .job_list .entry:after,
    .seating_charts .entry:before,
    .seating_charts .entry:after,
    .offer_list .entry:before,
    .offer_list .entry:after,
    .gallery-listing .entry:before,
    .gallery-listing .entry:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .spotlight .entry:after,
    .concierge .entry:after,
    .news_list .entry:after,
    .contest_list .entry:after,
    .job_list .entry:after,
    .seating_charts .entry:after,
    .offer_list .entry:after,
    .gallery-listing .entry:after {
      clear: both; }
    .spotlight .entry:last-child,
    .concierge .entry:last-child,
    .news_list .entry:last-child,
    .contest_list .entry:last-child,
    .job_list .entry:last-child,
    .seating_charts .entry:last-child,
    .offer_list .entry:last-child,
    .gallery-listing .entry:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 700px) {
      .spotlight .entry,
      .concierge .entry,
      .news_list .entry,
      .contest_list .entry,
      .job_list .entry,
      .seating_charts .entry,
      .offer_list .entry,
      .gallery-listing .entry {
        padding-top: 30px;
        padding-bottom: 30px; } }
  .spotlight .thumb,
  .concierge .thumb,
  .news_list .thumb,
  .contest_list .thumb,
  .job_list .thumb,
  .seating_charts .thumb,
  .offer_list .thumb,
  .gallery-listing .thumb {
    position: relative;
    min-width: 150px;
    max-width: 280px;
    width: 280px;
    margin: 0 40px 0px 0;
    float: left;
    /*&:before {
    	content: '';
    	height: 180px;
    	max-height: 95%;
    	width: 180px;
    	display: block;
    	position: absolute;
    	top: -6px;
    	left: -6px;
    	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#999999+1,999999+100&1+0,0+53 * /
    	background: -moz-linear-gradient(-45deg, rgba(153, 153, 153, 1) 0%, rgba(153, 153, 153, 0.98) 1%, rgba(153, 153, 153, 0) 53%, rgba(153, 153, 153, 0) 100%); /* FF3.6-15 * /
    	background: -webkit-linear-gradient(-45deg, rgba(153, 153, 153, 1) 0%, rgba(153, 153, 153, 0.98) 1%, rgba(153, 153, 153, 0) 53%, rgba(153, 153, 153, 0) 100%); /* Chrome10-25,Safari5.1-6 * /
    	background: linear-gradient(135deg, rgba(153, 153, 153, 1) 0%, rgba(153, 153, 153, 0.98) 1%, rgba(153, 153, 153, 0) 53%, rgba(153, 153, 153, 0) 100%); / * W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ * /
    	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#00999999',GradientType=1 ); / * IE6-9 fallback on horizontal gradient * /
    	z-index: -1;
    }*/ }
    .spotlight .thumb a,
    .concierge .thumb a,
    .news_list .thumb a,
    .contest_list .thumb a,
    .job_list .thumb a,
    .seating_charts .thumb a,
    .offer_list .thumb a,
    .gallery-listing .thumb a {
      display: block;
      opacity: 1;
      overflow: hidden;
      /*&:before {
      	@include animated(0.2s);
      	content: '';
      	height: 180px;
      	max-height: 95%;
      	width: 180px;
      	display: block;
      	position: absolute;
      	top: -6px;
      	left: -6px;
      	background: #999999;
      	z-index: -1;
      	@include opacity(0);
      }
      &:after {
      	@include animated(0.15s);
      	transition-delay: .1s;
      	content: '';
      	position: absolute;
      	bottom: 0;
      	left: 0;
      	display: block;
      	width: 100%;
      	height: 50%;
      	@include opacity(0);
      	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* FF3.6-15 * /
      	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 * /
      	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ * /
      	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); / * IE6-9 * /
      }*/ }
      .spotlight .thumb a:hover img,
      .concierge .thumb a:hover img,
      .news_list .thumb a:hover img,
      .contest_list .thumb a:hover img,
      .job_list .thumb a:hover img,
      .seating_charts .thumb a:hover img,
      .offer_list .thumb a:hover img,
      .gallery-listing .thumb a:hover img {
        transform: scale(1.05); }
    .spotlight .thumb img,
    .concierge .thumb img,
    .news_list .thumb img,
    .contest_list .thumb img,
    .job_list .thumb img,
    .seating_charts .thumb img,
    .offer_list .thumb img,
    .gallery-listing .thumb img {
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      display: block;
      width: 100%; }
    @media screen and (max-width: 700px) {
      .spotlight .thumb,
      .concierge .thumb,
      .news_list .thumb,
      .contest_list .thumb,
      .job_list .thumb,
      .seating_charts .thumb,
      .offer_list .thumb,
      .gallery-listing .thumb {
        margin: 0 auto 20px;
        float: none; } }
  .spotlight .info,
  .concierge .info,
  .news_list .info,
  .contest_list .info,
  .job_list .info,
  .seating_charts .info,
  .offer_list .info,
  .gallery-listing .info {
    float: left;
    width: 100%;
    display: block; }
    @media screen and (max-width: 700px) {
      .spotlight .info,
      .concierge .info,
      .news_list .info,
      .contest_list .info,
      .job_list .info,
      .seating_charts .info,
      .offer_list .info,
      .gallery-listing .info {
        margin: 0 auto 0px;
        float: none;
        text-align: center; }
        .spotlight .info li,
        .concierge .info li,
        .news_list .info li,
        .contest_list .info li,
        .job_list .info li,
        .seating_charts .info li,
        .offer_list .info li,
        .gallery-listing .info li {
          text-align: left; } }
  .spotlight .thumb + .info,
  .concierge .thumb + .info,
  .news_list .thumb + .info,
  .contest_list .thumb + .info,
  .job_list .thumb + .info,
  .seating_charts .thumb + .info,
  .offer_list .thumb + .info,
  .gallery-listing .thumb + .info {
    width: calc(100% - (280px + 40px)); }
    @media screen and (max-width: 700px) {
      .spotlight .thumb + .info,
      .concierge .thumb + .info,
      .news_list .thumb + .info,
      .contest_list .thumb + .info,
      .job_list .thumb + .info,
      .seating_charts .thumb + .info,
      .offer_list .thumb + .info,
      .gallery-listing .thumb + .info {
        width: 100%; } }
  .spotlight .date,
  .concierge .date,
  .news_list .date,
  .contest_list .date,
  .job_list .date,
  .seating_charts .date,
  .offer_list .date,
  .gallery-listing .date {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: #191919;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 5px;
    letter-spacing: 1px; }
    .spotlight .date:before,
    .concierge .date:before,
    .news_list .date:before,
    .contest_list .date:before,
    .job_list .date:before,
    .seating_charts .date:before,
    .offer_list .date:before,
    .gallery-listing .date:before {
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      content: '';
      position: absolute;
      bottom: 0px;
      left: 0px;
      height: 2px;
      width: 60px;
      background: #1a1a1a; }
    .spotlight .date .m-date__day,
    .concierge .date .m-date__day,
    .news_list .date .m-date__day,
    .contest_list .date .m-date__day,
    .job_list .date .m-date__day,
    .seating_charts .date .m-date__day,
    .offer_list .date .m-date__day,
    .gallery-listing .date .m-date__day {
      font-weight: 700; }
    .spotlight .date .m-date__year,
    .concierge .date .m-date__year,
    .news_list .date .m-date__year,
    .contest_list .date .m-date__year,
    .job_list .date .m-date__year,
    .seating_charts .date .m-date__year,
    .offer_list .date .m-date__year,
    .gallery-listing .date .m-date__year {
      font-weight: 400;
      font-size: 14px;
      color: #191919;
      letter-spacing: 1px;
      line-height: 16px;
      margin-left: 10px; }
  .spotlight .title,
  .concierge .title,
  .news_list .title,
  .contest_list .title,
  .job_list .title,
  .seating_charts .title,
  .offer_list .title,
  .gallery-listing .title {
    line-height: 1.2;
    margin-bottom: 15px; }
    .spotlight .title a,
    .concierge .title a,
    .news_list .title a,
    .contest_list .title a,
    .job_list .title a,
    .seating_charts .title a,
    .offer_list .title a,
    .gallery-listing .title a {
      position: relative;
      color: #191919;
      display: inline;
      overflow: hidden;
      line-height: inherit;
      display: inline-block;
      text-decoration: none;
      background-image: linear-gradient(#191919, #191919);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 0% 2px;
      transition: background-size .3s;
      -webkit-transition: all 0.4s linear;
      -moz-transition: all 0.4s linear;
      -o-transition: all 0.4s linear;
      transition: all 0.4s linear;
      display: inline;
      background-position: 0% 90%; }
      .spotlight .title a:hover, .spotlight .title a:focus,
      .concierge .title a:hover,
      .concierge .title a:focus,
      .news_list .title a:hover,
      .news_list .title a:focus,
      .contest_list .title a:hover,
      .contest_list .title a:focus,
      .job_list .title a:hover,
      .job_list .title a:focus,
      .seating_charts .title a:hover,
      .seating_charts .title a:focus,
      .offer_list .title a:hover,
      .offer_list .title a:focus,
      .gallery-listing .title a:hover,
      .gallery-listing .title a:focus {
        background-size: 100% 2px; }
      .spotlight .title a:hover,
      .concierge .title a:hover,
      .news_list .title a:hover,
      .contest_list .title a:hover,
      .job_list .title a:hover,
      .seating_charts .title a:hover,
      .offer_list .title a:hover,
      .gallery-listing .title a:hover {
        color: #191919; }
  .spotlight .spotlight_content ol, .spotlight .spotlight_content ul,
  .concierge .spotlight_content ol,
  .concierge .spotlight_content ul,
  .news_list .spotlight_content ol,
  .news_list .spotlight_content ul,
  .contest_list .spotlight_content ol,
  .contest_list .spotlight_content ul,
  .job_list .spotlight_content ol,
  .job_list .spotlight_content ul,
  .seating_charts .spotlight_content ol,
  .seating_charts .spotlight_content ul,
  .offer_list .spotlight_content ol,
  .offer_list .spotlight_content ul,
  .gallery-listing .spotlight_content ol,
  .gallery-listing .spotlight_content ul {
    margin-left: 10px; }
  .spotlight .buttons a, .spotlight .links a,
  .concierge .buttons a,
  .concierge .links a,
  .news_list .buttons a,
  .news_list .links a,
  .contest_list .buttons a,
  .contest_list .links a,
  .job_list .buttons a,
  .job_list .links a,
  .seating_charts .buttons a,
  .seating_charts .links a,
  .offer_list .buttons a,
  .offer_list .links a,
  .gallery-listing .buttons a,
  .gallery-listing .links a {
    margin: 0 20px 0 0; }
  @media screen and (max-width: 700px) {
    .spotlight .buttons, .spotlight .links,
    .concierge .buttons,
    .concierge .links,
    .news_list .buttons,
    .news_list .links,
    .contest_list .buttons,
    .contest_list .links,
    .job_list .buttons,
    .job_list .links,
    .seating_charts .buttons,
    .seating_charts .links,
    .offer_list .buttons,
    .offer_list .links,
    .gallery-listing .buttons,
    .gallery-listing .links {
      margin: 0 auto 20px;
      float: none;
      text-align: center; }
      .spotlight .buttons a, .spotlight .links a,
      .concierge .buttons a,
      .concierge .links a,
      .news_list .buttons a,
      .news_list .links a,
      .contest_list .buttons a,
      .contest_list .links a,
      .job_list .buttons a,
      .job_list .links a,
      .seating_charts .buttons a,
      .seating_charts .links a,
      .offer_list .buttons a,
      .offer_list .links a,
      .gallery-listing .buttons a,
      .gallery-listing .links a {
        margin: 0 10px; } }
  .spotlight .links a,
  .concierge .links a,
  .news_list .links a,
  .contest_list .links a,
  .job_list .links a,
  .seating_charts .links a,
  .offer_list .links a,
  .gallery-listing .links a {
    margin-top: 10px; }
  .spotlight[data-layout="square"],
  .concierge[data-layout="square"],
  .news_list[data-layout="square"],
  .contest_list[data-layout="square"],
  .job_list[data-layout="square"],
  .seating_charts[data-layout="square"],
  .offer_list[data-layout="square"],
  .gallery-listing[data-layout="square"] {
    zoom: 1;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 0px;
    border-top: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .spotlight[data-layout="square"]:before, .spotlight[data-layout="square"]:after,
    .concierge[data-layout="square"]:before,
    .concierge[data-layout="square"]:after,
    .news_list[data-layout="square"]:before,
    .news_list[data-layout="square"]:after,
    .contest_list[data-layout="square"]:before,
    .contest_list[data-layout="square"]:after,
    .job_list[data-layout="square"]:before,
    .job_list[data-layout="square"]:after,
    .seating_charts[data-layout="square"]:before,
    .seating_charts[data-layout="square"]:after,
    .offer_list[data-layout="square"]:before,
    .offer_list[data-layout="square"]:after,
    .gallery-listing[data-layout="square"]:before,
    .gallery-listing[data-layout="square"]:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .spotlight[data-layout="square"]:after,
    .concierge[data-layout="square"]:after,
    .news_list[data-layout="square"]:after,
    .contest_list[data-layout="square"]:after,
    .job_list[data-layout="square"]:after,
    .seating_charts[data-layout="square"]:after,
    .offer_list[data-layout="square"]:after,
    .gallery-listing[data-layout="square"]:after {
      clear: both; }
    .spotlight[data-layout="square"] .entry,
    .concierge[data-layout="square"] .entry,
    .news_list[data-layout="square"] .entry,
    .contest_list[data-layout="square"] .entry,
    .job_list[data-layout="square"] .entry,
    .seating_charts[data-layout="square"] .entry,
    .offer_list[data-layout="square"] .entry,
    .gallery-listing[data-layout="square"] .entry {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      width: 100%;
      float: left;
      padding: 0;
      border: none;
      margin: 0 0 20px;
      border-bottom: 2px solid #999999;
      padding-bottom: 20px;
      margin-bottom: 30px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center; }
      .spotlight[data-layout="square"] .entry .thumb,
      .concierge[data-layout="square"] .entry .thumb,
      .news_list[data-layout="square"] .entry .thumb,
      .contest_list[data-layout="square"] .entry .thumb,
      .job_list[data-layout="square"] .entry .thumb,
      .seating_charts[data-layout="square"] .entry .thumb,
      .offer_list[data-layout="square"] .entry .thumb,
      .gallery-listing[data-layout="square"] .entry .thumb {
        display: block;
        width: 100%;
        margin: auto;
        margin-bottom: 20px; }
      .spotlight[data-layout="square"] .entry .info,
      .concierge[data-layout="square"] .entry .info,
      .news_list[data-layout="square"] .entry .info,
      .contest_list[data-layout="square"] .entry .info,
      .job_list[data-layout="square"] .entry .info,
      .seating_charts[data-layout="square"] .entry .info,
      .offer_list[data-layout="square"] .entry .info,
      .gallery-listing[data-layout="square"] .entry .info {
        width: 100%;
        display: block;
        padding: 0;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        flex-grow: 1; }
      .spotlight[data-layout="square"] .entry.no_content .info .title,
      .concierge[data-layout="square"] .entry.no_content .info .title,
      .news_list[data-layout="square"] .entry.no_content .info .title,
      .contest_list[data-layout="square"] .entry.no_content .info .title,
      .job_list[data-layout="square"] .entry.no_content .info .title,
      .seating_charts[data-layout="square"] .entry.no_content .info .title,
      .offer_list[data-layout="square"] .entry.no_content .info .title,
      .gallery-listing[data-layout="square"] .entry.no_content .info .title {
        flex-grow: 1; }
      .spotlight[data-layout="square"] .entry .title:before,
      .concierge[data-layout="square"] .entry .title:before,
      .news_list[data-layout="square"] .entry .title:before,
      .contest_list[data-layout="square"] .entry .title:before,
      .job_list[data-layout="square"] .entry .title:before,
      .seating_charts[data-layout="square"] .entry .title:before,
      .offer_list[data-layout="square"] .entry .title:before,
      .gallery-listing[data-layout="square"] .entry .title:before {
        display: none; }
      .spotlight[data-layout="square"] .entry:hover,
      .concierge[data-layout="square"] .entry:hover,
      .news_list[data-layout="square"] .entry:hover,
      .contest_list[data-layout="square"] .entry:hover,
      .job_list[data-layout="square"] .entry:hover,
      .seating_charts[data-layout="square"] .entry:hover,
      .offer_list[data-layout="square"] .entry:hover,
      .gallery-listing[data-layout="square"] .entry:hover {
        border-bottom: 2px solid #1a1a1a; }
      .spotlight[data-layout="square"] .entry .spotlight_content,
      .concierge[data-layout="square"] .entry .spotlight_content,
      .news_list[data-layout="square"] .entry .spotlight_content,
      .contest_list[data-layout="square"] .entry .spotlight_content,
      .job_list[data-layout="square"] .entry .spotlight_content,
      .seating_charts[data-layout="square"] .entry .spotlight_content,
      .offer_list[data-layout="square"] .entry .spotlight_content,
      .gallery-listing[data-layout="square"] .entry .spotlight_content {
        flex-grow: 1;
        max-width: 100%; }
        .spotlight[data-layout="square"] .entry .spotlight_content p,
        .concierge[data-layout="square"] .entry .spotlight_content p,
        .news_list[data-layout="square"] .entry .spotlight_content p,
        .contest_list[data-layout="square"] .entry .spotlight_content p,
        .job_list[data-layout="square"] .entry .spotlight_content p,
        .seating_charts[data-layout="square"] .entry .spotlight_content p,
        .offer_list[data-layout="square"] .entry .spotlight_content p,
        .gallery-listing[data-layout="square"] .entry .spotlight_content p {
          max-width: 100%; }
      @media screen and (min-width: 501px) {
        .spotlight[data-layout="square"] .entry,
        .concierge[data-layout="square"] .entry,
        .news_list[data-layout="square"] .entry,
        .contest_list[data-layout="square"] .entry,
        .job_list[data-layout="square"] .entry,
        .seating_charts[data-layout="square"] .entry,
        .offer_list[data-layout="square"] .entry,
        .gallery-listing[data-layout="square"] .entry {
          width: calc((100% / (3 - 1)) - 60px);
          padding-bottom: 40px;
          margin: 0 30px 60px; }
          .spotlight[data-layout="square"] .entry:nth-child(odd),
          .concierge[data-layout="square"] .entry:nth-child(odd),
          .news_list[data-layout="square"] .entry:nth-child(odd),
          .contest_list[data-layout="square"] .entry:nth-child(odd),
          .job_list[data-layout="square"] .entry:nth-child(odd),
          .seating_charts[data-layout="square"] .entry:nth-child(odd),
          .offer_list[data-layout="square"] .entry:nth-child(odd),
          .gallery-listing[data-layout="square"] .entry:nth-child(odd) {
            clear: left; } }
      @media screen and (min-width: 871px) {
        .spotlight[data-layout="square"] .entry,
        .concierge[data-layout="square"] .entry,
        .news_list[data-layout="square"] .entry,
        .contest_list[data-layout="square"] .entry,
        .job_list[data-layout="square"] .entry,
        .seating_charts[data-layout="square"] .entry,
        .offer_list[data-layout="square"] .entry,
        .gallery-listing[data-layout="square"] .entry {
          width: calc(33.3% - 60px); }
          .spotlight[data-layout="square"] .entry:nth-child(odd),
          .concierge[data-layout="square"] .entry:nth-child(odd),
          .news_list[data-layout="square"] .entry:nth-child(odd),
          .contest_list[data-layout="square"] .entry:nth-child(odd),
          .job_list[data-layout="square"] .entry:nth-child(odd),
          .seating_charts[data-layout="square"] .entry:nth-child(odd),
          .offer_list[data-layout="square"] .entry:nth-child(odd),
          .gallery-listing[data-layout="square"] .entry:nth-child(odd) {
            clear: none; }
          .spotlight[data-layout="square"] .entry:nth-child(4n+1),
          .concierge[data-layout="square"] .entry:nth-child(4n+1),
          .news_list[data-layout="square"] .entry:nth-child(4n+1),
          .contest_list[data-layout="square"] .entry:nth-child(4n+1),
          .job_list[data-layout="square"] .entry:nth-child(4n+1),
          .seating_charts[data-layout="square"] .entry:nth-child(4n+1),
          .offer_list[data-layout="square"] .entry:nth-child(4n+1),
          .gallery-listing[data-layout="square"] .entry:nth-child(4n+1) {
            clear: left; } }
  .spotlight[data-layout="logos"],
  .concierge[data-layout="logos"],
  .news_list[data-layout="logos"],
  .contest_list[data-layout="logos"],
  .job_list[data-layout="logos"],
  .seating_charts[data-layout="logos"],
  .offer_list[data-layout="logos"],
  .gallery-listing[data-layout="logos"] {
    zoom: 1;
    width: 100%;
    margin: 0 auto 40px;
    border-top: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center; }
    .spotlight[data-layout="logos"]:before, .spotlight[data-layout="logos"]:after,
    .concierge[data-layout="logos"]:before,
    .concierge[data-layout="logos"]:after,
    .news_list[data-layout="logos"]:before,
    .news_list[data-layout="logos"]:after,
    .contest_list[data-layout="logos"]:before,
    .contest_list[data-layout="logos"]:after,
    .job_list[data-layout="logos"]:before,
    .job_list[data-layout="logos"]:after,
    .seating_charts[data-layout="logos"]:before,
    .seating_charts[data-layout="logos"]:after,
    .offer_list[data-layout="logos"]:before,
    .offer_list[data-layout="logos"]:after,
    .gallery-listing[data-layout="logos"]:before,
    .gallery-listing[data-layout="logos"]:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .spotlight[data-layout="logos"]:after,
    .concierge[data-layout="logos"]:after,
    .news_list[data-layout="logos"]:after,
    .contest_list[data-layout="logos"]:after,
    .job_list[data-layout="logos"]:after,
    .seating_charts[data-layout="logos"]:after,
    .offer_list[data-layout="logos"]:after,
    .gallery-listing[data-layout="logos"]:after {
      clear: both; }
    .spotlight[data-layout="logos"] .entry,
    .concierge[data-layout="logos"] .entry,
    .news_list[data-layout="logos"] .entry,
    .contest_list[data-layout="logos"] .entry,
    .job_list[data-layout="logos"] .entry,
    .seating_charts[data-layout="logos"] .entry,
    .offer_list[data-layout="logos"] .entry,
    .gallery-listing[data-layout="logos"] .entry {
      width: calc(50% - 20px);
      float: left;
      padding: 0;
      border: none;
      margin: 0 10px 20px; }
      .spotlight[data-layout="logos"] .entry .thumb,
      .concierge[data-layout="logos"] .entry .thumb,
      .news_list[data-layout="logos"] .entry .thumb,
      .contest_list[data-layout="logos"] .entry .thumb,
      .job_list[data-layout="logos"] .entry .thumb,
      .seating_charts[data-layout="logos"] .entry .thumb,
      .offer_list[data-layout="logos"] .entry .thumb,
      .gallery-listing[data-layout="logos"] .entry .thumb {
        display: block;
        width: 100%;
        min-width: 0px;
        margin-bottom: 20px;
        margin-right: 0; }
        .spotlight[data-layout="logos"] .entry .thumb:before, .spotlight[data-layout="logos"] .entry .thumb:after,
        .concierge[data-layout="logos"] .entry .thumb:before,
        .concierge[data-layout="logos"] .entry .thumb:after,
        .news_list[data-layout="logos"] .entry .thumb:before,
        .news_list[data-layout="logos"] .entry .thumb:after,
        .contest_list[data-layout="logos"] .entry .thumb:before,
        .contest_list[data-layout="logos"] .entry .thumb:after,
        .job_list[data-layout="logos"] .entry .thumb:before,
        .job_list[data-layout="logos"] .entry .thumb:after,
        .seating_charts[data-layout="logos"] .entry .thumb:before,
        .seating_charts[data-layout="logos"] .entry .thumb:after,
        .offer_list[data-layout="logos"] .entry .thumb:before,
        .offer_list[data-layout="logos"] .entry .thumb:after,
        .gallery-listing[data-layout="logos"] .entry .thumb:before,
        .gallery-listing[data-layout="logos"] .entry .thumb:after {
          display: none; }
        .spotlight[data-layout="logos"] .entry .thumb a:before, .spotlight[data-layout="logos"] .entry .thumb a:after,
        .concierge[data-layout="logos"] .entry .thumb a:before,
        .concierge[data-layout="logos"] .entry .thumb a:after,
        .news_list[data-layout="logos"] .entry .thumb a:before,
        .news_list[data-layout="logos"] .entry .thumb a:after,
        .contest_list[data-layout="logos"] .entry .thumb a:before,
        .contest_list[data-layout="logos"] .entry .thumb a:after,
        .job_list[data-layout="logos"] .entry .thumb a:before,
        .job_list[data-layout="logos"] .entry .thumb a:after,
        .seating_charts[data-layout="logos"] .entry .thumb a:before,
        .seating_charts[data-layout="logos"] .entry .thumb a:after,
        .offer_list[data-layout="logos"] .entry .thumb a:before,
        .offer_list[data-layout="logos"] .entry .thumb a:after,
        .gallery-listing[data-layout="logos"] .entry .thumb a:before,
        .gallery-listing[data-layout="logos"] .entry .thumb a:after {
          display: none; }
        .spotlight[data-layout="logos"] .entry .thumb a:hover,
        .concierge[data-layout="logos"] .entry .thumb a:hover,
        .news_list[data-layout="logos"] .entry .thumb a:hover,
        .contest_list[data-layout="logos"] .entry .thumb a:hover,
        .job_list[data-layout="logos"] .entry .thumb a:hover,
        .seating_charts[data-layout="logos"] .entry .thumb a:hover,
        .offer_list[data-layout="logos"] .entry .thumb a:hover,
        .gallery-listing[data-layout="logos"] .entry .thumb a:hover {
          zoom: 1;
          opacity: 0.8;
          -moz-opacity: 0.8;
          filter: alpha(opacity=80); }
        .spotlight[data-layout="logos"] .entry .thumb img,
        .concierge[data-layout="logos"] .entry .thumb img,
        .news_list[data-layout="logos"] .entry .thumb img,
        .contest_list[data-layout="logos"] .entry .thumb img,
        .job_list[data-layout="logos"] .entry .thumb img,
        .seating_charts[data-layout="logos"] .entry .thumb img,
        .offer_list[data-layout="logos"] .entry .thumb img,
        .gallery-listing[data-layout="logos"] .entry .thumb img {
          max-width: 100%; }
      .spotlight[data-layout="logos"] .entry .info,
      .concierge[data-layout="logos"] .entry .info,
      .news_list[data-layout="logos"] .entry .info,
      .contest_list[data-layout="logos"] .entry .info,
      .job_list[data-layout="logos"] .entry .info,
      .seating_charts[data-layout="logos"] .entry .info,
      .offer_list[data-layout="logos"] .entry .info,
      .gallery-listing[data-layout="logos"] .entry .info {
        width: 100%;
        display: block;
        padding: 0; }
      .spotlight[data-layout="logos"] .entry .title:before,
      .concierge[data-layout="logos"] .entry .title:before,
      .news_list[data-layout="logos"] .entry .title:before,
      .contest_list[data-layout="logos"] .entry .title:before,
      .job_list[data-layout="logos"] .entry .title:before,
      .seating_charts[data-layout="logos"] .entry .title:before,
      .offer_list[data-layout="logos"] .entry .title:before,
      .gallery-listing[data-layout="logos"] .entry .title:before {
        display: none; }
      .spotlight[data-layout="logos"] .entry .button,
      .concierge[data-layout="logos"] .entry .button,
      .news_list[data-layout="logos"] .entry .button,
      .contest_list[data-layout="logos"] .entry .button,
      .job_list[data-layout="logos"] .entry .button,
      .seating_charts[data-layout="logos"] .entry .button,
      .offer_list[data-layout="logos"] .entry .button,
      .gallery-listing[data-layout="logos"] .entry .button {
        display: none; }
      @media screen and (min-width: 501px) {
        .spotlight[data-layout="logos"] .entry,
        .concierge[data-layout="logos"] .entry,
        .news_list[data-layout="logos"] .entry,
        .contest_list[data-layout="logos"] .entry,
        .job_list[data-layout="logos"] .entry,
        .seating_charts[data-layout="logos"] .entry,
        .offer_list[data-layout="logos"] .entry,
        .gallery-listing[data-layout="logos"] .entry {
          width: calc((100% / (5 - 2)) - 20px);
          margin: 0 10px 20px; }
          .spotlight[data-layout="logos"] .entry:nth-child(odd),
          .concierge[data-layout="logos"] .entry:nth-child(odd),
          .news_list[data-layout="logos"] .entry:nth-child(odd),
          .contest_list[data-layout="logos"] .entry:nth-child(odd),
          .job_list[data-layout="logos"] .entry:nth-child(odd),
          .seating_charts[data-layout="logos"] .entry:nth-child(odd),
          .offer_list[data-layout="logos"] .entry:nth-child(odd),
          .gallery-listing[data-layout="logos"] .entry:nth-child(odd) {
            clear: left; } }
      @media screen and (min-width: 871px) {
        .spotlight[data-layout="logos"] .entry,
        .concierge[data-layout="logos"] .entry,
        .news_list[data-layout="logos"] .entry,
        .contest_list[data-layout="logos"] .entry,
        .job_list[data-layout="logos"] .entry,
        .seating_charts[data-layout="logos"] .entry,
        .offer_list[data-layout="logos"] .entry,
        .gallery-listing[data-layout="logos"] .entry {
          width: calc((100% / 5) - 20px); }
          .spotlight[data-layout="logos"] .entry:nth-child(odd),
          .concierge[data-layout="logos"] .entry:nth-child(odd),
          .news_list[data-layout="logos"] .entry:nth-child(odd),
          .contest_list[data-layout="logos"] .entry:nth-child(odd),
          .job_list[data-layout="logos"] .entry:nth-child(odd),
          .seating_charts[data-layout="logos"] .entry:nth-child(odd),
          .offer_list[data-layout="logos"] .entry:nth-child(odd),
          .gallery-listing[data-layout="logos"] .entry:nth-child(odd) {
            clear: none; }
          .spotlight[data-layout="logos"] .entry:nth-child(4n+1),
          .concierge[data-layout="logos"] .entry:nth-child(4n+1),
          .news_list[data-layout="logos"] .entry:nth-child(4n+1),
          .contest_list[data-layout="logos"] .entry:nth-child(4n+1),
          .job_list[data-layout="logos"] .entry:nth-child(4n+1),
          .seating_charts[data-layout="logos"] .entry:nth-child(4n+1),
          .offer_list[data-layout="logos"] .entry:nth-child(4n+1),
          .gallery-listing[data-layout="logos"] .entry:nth-child(4n+1) {
            clear: left; } }

@media screen and (max-width: 700px) {
  .gallery-listing .entry .info {
    text-align: center; }
    .gallery-listing .entry .info .title {
      display: inline-block;
      margin: 0 auto 15px; } }

.news_list .title a {
  background-size: 0% 2px; }
@media screen and (max-width: 870px) {
  .news_list .thumb, .news_list .teaser {
    display: none; }
  .news_list .info {
    text-align: left; } }

@media screen and (min-width: 701px) {
  .seating_charts .entry {
    display: flex;
    flex-direction: row; }
    .seating_charts .entry .info {
      display: flex;
      flex-direction: column;
      justify-content: space-between; } }

/* ----------------------------------------------------------------------------
= FAQ Accordion
----------------------------------------------------------------------------- */
.faq {
  position: relative; }
  .faq .faq_item_wrapper {
    border: 1px solid #191919;
    margin-bottom: 10px; }
  .faq .faq_list_item {
    margin: 0;
    padding: 0px;
    cursor: pointer; }
    .faq .faq_list_item p {
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      position: relative;
      margin: 0;
      padding: 20px;
      text-transform: none;
      font-family: "Heebo", sans-serif;
      font-weight: 700;
      font-size: 20px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 20px;
      background: #191919;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }
      .faq .faq_list_item p:before, .faq .faq_list_item p:after {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        position: absolute;
        top: 30px;
        right: 20px;
        content: '';
        width: 18px;
        height: 2px;
        background: #ffffff; }
      .faq .faq_list_item p:after {
        transform: rotate(90deg); }
    .faq .faq_list_item:hover p, .user-is-tabbing .faq .faq_list_item a:focus p {
      background: #4C4C4C; }
    .faq .faq_list_item.active p, .faq .faq_list_item.open p {
      color: #191919;
      background: #FFFFFF; }
      .faq .faq_list_item.active p:before, .faq .faq_list_item.open p:before {
        background: #191919; }
      .faq .faq_list_item.active p:after, .faq .faq_list_item.open p:after {
        height: 0; }
      .faq .faq_list_item.active p span, .faq .faq_list_item.open p span {
        display: inline-block;
        text-decoration: none;
        background-image: linear-gradient(#191919, #191919);
        background-position: 0% 100%;
        background-repeat: no-repeat;
        background-size: 0% 2px;
        transition: background-size .3s; }
        .faq .faq_list_item.active p span:hover, .faq .faq_list_item.active p span:focus, .faq .faq_list_item.open p span:hover, .faq .faq_list_item.open p span:focus {
          background-size: 100% 2px; }
      .faq .faq_list_item.active p:hover span, .faq .faq_list_item.open p:hover span {
        background-size: 100% 2px; }
  .faq .faq_answer {
    display: none;
    padding: 0 20px 20px;
    margin: 0px;
    background: #fff; }
    .faq .faq_answer .cms > * {
      margin-bottom: 0;
      margin-top: 20px; }
      .faq .faq_answer .cms > *:first-child {
        margin-top: 0; }
    .faq .faq_answer p, .faq .faq_answer li {
      font-size: 1rem; }

/* ----------------------------------------------------------------------------
= Baseline styles for all buttons in a project. These are global.
----------------------------------------------------------------------------- */
.m-button, .gen-button,
.spotlight-button,
.spot-button,
a.button,
.button a,
input.button,
.textarea .button p a,
.textarea p a.button,
.cms .button p a,
.cms p a.button,
.login-form input[type='submit'],
.login-form button[type='submit'],
.open-gallery-button {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  display: inline-block;
  position: relative;
  background-color: #FFFFFF;
  color: #191919;
  text-align: center;
  padding: 12px 35px 10px;
  line-height: 1;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  letter-spacing: 0.5px;
  text-align: center;
  border: 3px solid #999999;
  border-radius: 20px;
  height: 40px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  .m-button b, .gen-button b,
  .spotlight-button b,
  .spot-button b,
  a.button b,
  .button a b,
  input.button b,
  .textarea .button p a b,
  .textarea p a.button b,
  .cms .button p a b,
  .cms p a.button b,
  .login-form input[type='submit'] b,
  .login-form button[type='submit'] b,
  .open-gallery-button b {
    font-weight: 500; }
  .m-button:hover, .gen-button:hover,
  .spotlight-button:hover,
  .spot-button:hover,
  a.button:hover,
  .button a:hover,
  input.button:hover,
  .textarea .button p a:hover,
  .textarea p a.button:hover,
  .cms .button p a:hover,
  .cms p a.button:hover,
  .login-form input[type='submit']:hover,
  .login-form button[type='submit']:hover,
  .open-gallery-button:hover, .m-button:focus, .gen-button:focus,
  .spotlight-button:focus,
  .spot-button:focus,
  a.button:focus,
  .button a:focus,
  input.button:focus,
  .textarea .button p a:focus,
  .textarea p a.button:focus,
  .cms .button p a:focus,
  .cms p a.button:focus,
  .login-form input[type='submit']:focus,
  .login-form button[type='submit']:focus,
  .open-gallery-button:focus {
    border-color: #191919;
    background-color: #191919;
    color: #ffffff; }
  .m-button:after, .gen-button:after,
  .spotlight-button:after,
  .spot-button:after,
  a.button:after,
  .button a:after,
  input.button:after,
  .textarea .button p a:after,
  .textarea p a.button:after,
  .cms .button p a:after,
  .cms p a.button:after,
  .login-form input[type='submit']:after,
  .login-form button[type='submit']:after,
  .open-gallery-button:after {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transition-delay: .1s;
    content: '';
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 0px;
    background: #FFFFFF;
    display: block;
    visibility: visible; }

.m-button-dark, .eventItem .buttons a, .event_showings a.tickets {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  display: inline-block;
  position: relative;
  background-color: #191919;
  color: #191919;
  text-align: center;
  padding: 12px 0px 10px;
  line-height: 1;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  text-align: center;
  border: 3px solid #191919;
  border-radius: 20px;
  height: 40px;
  width: 151px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  .m-button-dark b, .eventItem .buttons a b, .event_showings a.tickets b {
    font-weight: 500; }
  .m-button-dark:hover, .eventItem .buttons a:hover, .event_showings a.tickets:hover, .m-button-dark:focus, .eventItem .buttons a:focus, .event_showings a.tickets:focus {
    background-color: #FFFFFF;
    color: #191919; }
  .m-button-dark span, .eventItem .buttons a span, .event_showings a.tickets span {
    position: relative;
    display: inline-block; }
  .m-button-dark span:after, .eventItem .buttons a span:after, .event_showings a.tickets span:after {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transition-delay: .1s;
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 0px;
    background: #191919;
    display: block; }

.m-button-big, .home-slideshow .rsDefault .rsGCaption .buttons a, .buttonWrapper a.tickets {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  display: inline-block;
  position: relative;
  background-color: #FFFFFF;
  color: #191919;
  text-align: center;
  padding: 12px 35px 10px;
  line-height: 1;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #191919;
  letter-spacing: 0.5px;
  text-align: center;
  border: 3px solid #FFFFFF;
  border-radius: 20px;
  height: 44px;
  width: 100%;
  border-radius: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  .m-button-big b, .home-slideshow .rsDefault .rsGCaption .buttons a b, .buttonWrapper a.tickets b {
    font-weight: 500; }
  .m-button-big:hover, .home-slideshow .rsDefault .rsGCaption .buttons a:hover, .buttonWrapper a.tickets:hover, .m-button-big:focus, .home-slideshow .rsDefault .rsGCaption .buttons a:focus, .buttonWrapper a.tickets:focus {
    background-color: #000;
    color: #ffffff; }
    .m-button-big:hover span:after, .home-slideshow .rsDefault .rsGCaption .buttons a:hover span:after, .buttonWrapper a.tickets:hover span:after, .m-button-big:focus span:after, .home-slideshow .rsDefault .rsGCaption .buttons a:focus span:after, .buttonWrapper a.tickets:focus span:after {
      width: 100%; }
  .m-button-big span, .home-slideshow .rsDefault .rsGCaption .buttons a span, .buttonWrapper a.tickets span {
    position: relative;
    display: inline-block; }
  .m-button-big span:after, .home-slideshow .rsDefault .rsGCaption .buttons a span:after, .buttonWrapper a.tickets span:after {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transition-delay: .1s;
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 0px;
    background: #ffffff;
    display: block;
    visibility: visible; }

#loadMoreEvents[disabled="disabled"] {
  display: none; }

.gen-button:hover:after, .gen-button:focus:after,
.spotlight-button:hover:after,
.spotlight-button:focus:after,
.spot-button:hover:after,
.spot-button:focus:after,
a.button:hover:after,
a.button:focus:after,
.button a:hover:after,
.button a:focus:after,
input.button:hover:after,
input.button:focus:after,
.textarea .button p a:hover:after,
.textarea .button p a:focus:after,
.textarea p a.button:hover:after,
.textarea p a.button:focus:after,
.cms .button p a:hover:after,
.cms .button p a:focus:after,
.cms p a.button:hover:after,
.cms p a.button:focus:after,
.login-form input[type='submit']:hover:after,
.login-form input[type='submit']:focus:after,
.login-form button[type='submit']:hover:after,
.login-form button[type='submit']:focus:after,
.open-gallery-button:hover:after,
.open-gallery-button:focus:after {
  width: calc(100% - 70px); }

/***********************************************/
/*      Add Additional Button Styles Below     */
/***********************************************/
.spotlight[data-layout="square"] .entry .spot-button,
.photo_gallery .open-gallery-button {
  width: 100%; }
  .spotlight[data-layout="square"] .entry .spot-button:after,
  .photo_gallery .open-gallery-button:after {
    display: none; }
  .spotlight[data-layout="square"] .entry .spot-button span,
  .photo_gallery .open-gallery-button span {
    position: relative; }
    .spotlight[data-layout="square"] .entry .spot-button span:after,
    .photo_gallery .open-gallery-button span:after {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      transition-delay: .1s;
      content: '';
      position: absolute;
      bottom: 0px;
      left: 50%;
      transform: translateX(-50%);
      height: 1px;
      width: 0px;
      background: #FFFFFF;
      display: block; }
  .spotlight[data-layout="square"] .entry .spot-button:hover span:after, .spotlight[data-layout="square"] .entry .spot-button:focus span:after,
  .photo_gallery .open-gallery-button:hover span:after,
  .photo_gallery .open-gallery-button:focus span:after {
    width: 100%; }
  @media screen and (max-width: 500px) {
    .spotlight[data-layout="square"] .entry .spot-button,
    .photo_gallery .open-gallery-button {
      margin: auto;
      width: 240px; } }

@media screen and (max-width: 500px) {
  .spotlight .entry .spot-button {
    width: 240px; } }

.eventItem .buttons a {
  float: right; }
  .eventItem .buttons a:hover span:after, .eventItem .buttons a:focus span:after {
    width: 100%; }
  .eventItem .buttons a + .more {
    display: none; }
  @media screen and (max-width: 500px) {
    .eventItem .buttons a {
      width: 100%; } }
.eventItem span.tickets {
  display: none; }

.home-slideshow .rsDefault .rsGCaption .buttons span.tickets {
  display: none; }
  .home-slideshow .rsDefault .rsGCaption .buttons span.tickets + .more {
    display: block; }
.home-slideshow .rsDefault .rsGCaption .buttons a {
  margin-bottom: 20px;
  width: auto; }
.home-slideshow .rsDefault .rsGCaption .buttons .more {
  display: none; }

#loadMoreEvents {
  position: relative;
  margin: 20px auto 40px;
  display: inline-block;
  text-align: center;
  padding-top: 50px;
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 14px;
  text-transform: uppercase; }
  #loadMoreEvents:after {
    content: '';
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 0px;
    background: #191919;
    display: block; }
  #loadMoreEvents svg {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    overflow: visible; }
    #loadMoreEvents svg .bg_circle {
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      transform: scale(1);
      transform-origin: center;
      stroke: #999999; }
  #loadMoreEvents:hover:after, #loadMoreEvents:focus:after {
    width: 100%; }
  #loadMoreEvents:hover svg .bg_circle, #loadMoreEvents:focus svg .bg_circle {
    transform: scale(1.16);
    transform-origin: center;
    stroke: #191919; }

.buttonWrapper span.tickets {
  display: none; }
.buttonWrapper a.tickets {
  margin-bottom: 20px;
  width: 240px; }

.event_showings a.tickets {
  height: 34px;
  width: 125px;
  font-size: 13px;
  padding: 8px 0; }
  .event_showings a.tickets:hover span:after, .event_showings a.tickets:focus span:after {
    width: 100%; }
  @media screen and (max-width: 700px) {
    .event_showings a.tickets {
      width: auto;
      padding: 8px 20px; }
      .event_showings a.tickets b {
        display: none; } }

.read-more, .event_showings .show-all-showings {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  letter-spacing: 0.5px;
  line-height: 16px;
  padding-left: 29px;
  text-transform: uppercase;
  margin-top: 20px; }
  .read-more span, .event_showings .show-all-showings span {
    display: inline-block;
    text-decoration: none;
    background-image: linear-gradient(#191919, #191919);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s; }
    .read-more span:hover, .event_showings .show-all-showings span:hover, .read-more span:focus, .event_showings .show-all-showings span:focus {
      background-size: 100% 1px; }
  .read-more:before, .event_showings .show-all-showings:before, .read-more:after, .event_showings .show-all-showings:after {
    content: '';
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    top: 6px;
    left: 0px;
    content: '';
    width: 14px;
    height: 2px;
    background: #191919; }
  .read-more:after, .event_showings .show-all-showings:after {
    transform: rotate(90deg); }
  .read-more.is-opened:after, .event_showings .is-opened.show-all-showings:after, .is-opened + .read-more:after, .event_showings .is-opened + .show-all-showings:after {
    zoom: 1;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0); }

.footer .footer_bottom_right .button {
  background: none;
  color: white;
  border: 3px solid #4C4C4C;
  height: 46px;
  border-radius: 25px;
  padding: 15px 35px; }
  .footer .footer_bottom_right .button:after {
    bottom: 10px; }
  .footer .footer_bottom_right .button:hover, .footer .footer_bottom_right .button:focus {
    border-color: white; }

.intro_panel_event_list .eventItem .buttons a {
  background: #fff;
  color: #191919; }
  .intro_panel_event_list .eventItem .buttons a span {
    color: #191919; }
    .intro_panel_event_list .eventItem .buttons a span:after {
      background: #fff; }
  .intro_panel_event_list .eventItem .buttons a:hover, .intro_panel_event_list .eventItem .buttons a:focus {
    background: #191919;
    color: #fff;
    border-color: #fff; }
    .intro_panel_event_list .eventItem .buttons a:hover span, .intro_panel_event_list .eventItem .buttons a:focus span {
      color: #fff; }

.all-events {
  z-index: 2;
  position: relative;
  color: white;
  font-weight: 500;
  font-size: 16px;
  color: #191919;
  letter-spacing: 0.5px;
  line-height: 16px;
  text-transform: uppercase;
  padding-right: 24px;
  float: left; }
  .all-events:after {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    content: '';
    position: absolute;
    top: 2px;
    right: 0px;
    background: url(../images/icn_backtotop.png) center no-repeat;
    background-size: 100% 100%;
    transform: rotate(90deg);
    height: 8px;
    width: 15px;
    display: inline-block; }
  .all-events span {
    display: inline-block;
    text-decoration: none;
    background-image: linear-gradient(#191919, #191919);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s; }
    .all-events span:hover, .all-events span:focus {
      background-size: 100% 1px; }
  .all-events:hover:after, .all-events:focus:after {
    right: -3px; }
  @media screen and (max-width: 870px) {
    .all-events {
      margin: auto;
      display: inline-block;
      float: none; } }

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
.news_listing_page .l-fullwidthHeader,
.news_listing_page .page_header + .textarea {
  display: none; }

/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_detail .news_thumb {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 50%; }
  @media screen and (max-width: 700px) {
    .news_detail .news_thumb {
      float: none;
      margin: 0 auto 20px;
      text-align: center; } }
.news_detail .news_info .date {
  display: none; }

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
.event_list {
  zoom: 1;
  max-width: 1020px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
  text-align: center; }
  .event_list:before, .event_list:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .event_list:after {
    clear: both; }
  .event_list .eventItem {
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 8px;
    text-align: left; }
    .event_list .eventItem .thumb {
      position: relative;
      float: left;
      width: 260px;
      z-index: 4; }
      .event_list .eventItem .thumb > a {
        position: relative;
        display: block;
        overflow: hidden; }
        .event_list .eventItem .thumb > a:after {
          -webkit-transition: all 0.15s linear;
          -moz-transition: all 0.15s linear;
          -o-transition: all 0.15s linear;
          transition: all 0.15s linear;
          transition-delay: .1s;
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 50%;
          zoom: 1;
          opacity: 0;
          -moz-opacity: 0;
          filter: alpha(opacity=0);
          background: -moz-linear-gradient(top, transparent 0%, black 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, transparent 0%, black 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, transparent 0%, black 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
          /* IE6-9 */ }
        .event_list .eventItem .thumb > a:hover:after {
          height: 100%;
          zoom: 1;
          opacity: 0.8;
          -moz-opacity: 0.8;
          filter: alpha(opacity=80); }
        .event_list .eventItem .thumb > a:hover img {
          transform: scale(1.05); }
      .event_list .eventItem .thumb img {
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        max-width: 100%;
        display: block; }
      .event_list .eventItem .thumb .buttons {
        display: none; }
    .event_list .eventItem .date {
      position: relative;
      font-weight: 400;
      font-size: 16px;
      color: #191919;
      letter-spacing: 1px;
      line-height: 16px;
      text-transform: uppercase;
      margin-bottom: 20px;
      padding-bottom: 5px;
      letter-spacing: 1px; }
      .event_list .eventItem .date:before {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0px;
        height: 2px;
        width: 60px;
        background: #1a1a1a; }
      .event_list .eventItem .date span {
        letter-spacing: 1px; }
      .event_list .eventItem .date .m-date__day {
        font-weight: 700; }
      .event_list .eventItem .date .m-date__year {
        font-weight: 400;
        font-size: 14px;
        color: #191919;
        letter-spacing: 1px;
        line-height: 16px;
        margin-left: 10px; }
    .event_list .eventItem .title + .date, .event_list .eventItem .tagline + .date {
      display: none; }
    .event_list .eventItem .title {
      position: relative;
      font-weight: 700;
      font-size: 31px;
      color: #191919;
      letter-spacing: 0;
      line-height: 1.2;
      padding-left: 10px;
      margin-bottom: 6px; }
      .event_list .eventItem .title a {
        position: relative;
        font-weight: 700;
        font-size: inherit;
        color: inherit;
        letter-spacing: 0;
        line-height: inherit;
        display: inline-block;
        text-decoration: none;
        background-image: linear-gradient(#191919, #191919);
        background-position: 0% 90%;
        background-repeat: no-repeat;
        background-size: 0% 2px;
        transition: background-size .3s;
        display: inline; }
        .event_list .eventItem .title a:hover, .event_list .eventItem .title a:focus {
          background-size: 100% 2px; }
        .event_list .eventItem .title a:hover {
          color: inherit; }
    .event_list .eventItem .tagline {
      font-weight: 300;
      font-size: 18px;
      color: #191919;
      letter-spacing: 0;
      line-height: 27px;
      padding-left: 10px; }
    .event_list .eventItem .info {
      padding-left: 20px;
      padding-bottom: 60px;
      float: left;
      width: calc(100% - 260px); }
    .event_list .eventItem .buttons {
      position: absolute;
      bottom: 0px;
      right: 0px;
      width: 100%;
      z-index: 3; }
      .event_list .eventItem .buttons:before {
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        content: '';
        position: absolute;
        bottom: 0px;
        right: 171px;
        width: calc(100% - 171px - 80px);
        height: 2px;
        background: #999999; }
        @media screen and (max-width: 500px) {
          .event_list .eventItem .buttons:before {
            display: none; } }
    .event_list .eventItem:hover .buttons:before, .event_list .eventItem.is-focused .buttons:before {
      background: #191919;
      width: calc(100% - 191px);
      right: 191px; }
    @media screen and (max-width: 870px) {
      .event_list .eventItem .thumb {
        width: 230px; } }
    @media screen and (max-width: 700px) {
      .event_list .eventItem .thumb {
        width: 150px; } }
    @media screen and (max-width: 500px) {
      .event_list .eventItem {
        border-bottom: 2px solid #999999;
        padding-bottom: 20px;
        margin-bottom: 20px; }
        .event_list .eventItem .thumb {
          width: 100px;
          height: auto;
          max-height: 66px; }
        .event_list .eventItem .date {
          position: absolute;
          top: 10px;
          left: 120px;
          width: calc(100% - 120px); }
        .event_list .eventItem .info {
          position: static;
          width: 100%;
          padding: 10px 0 20px; }
        .event_list .eventItem .title {
          font-size: 20px; }
        .event_list .eventItem .buttons {
          position: relative;
          bottom: auto;
          right: auto; } }
  @media screen and (min-width: 871px) {
    .event_list.event_list_grid {
      padding: 0;
      max-width: 1230px; }
      .event_list.event_list_grid .list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; }
      .event_list.event_list_grid .eventItem {
        float: left;
        width: calc(33.33% - 50px);
        margin: 0px 25px 40px;
        padding-bottom: 60px; }
        .event_list.event_list_grid .eventItem .thumb {
          float: none;
          width: 100%; }
          .event_list.event_list_grid .eventItem .thumb img {
            width: 100%; }
        .event_list.event_list_grid .eventItem .info {
          width: 100%;
          padding: 0;
          padding-top: 15px; }
        .event_list.event_list_grid .eventItem .buttons:before {
          right: 166px;
          width: calc(100% - 166px); }
        .event_list.event_list_grid .eventItem:hover .buttons:before {
          right: 186px;
          width: calc(100% - 186px); }
        .event_list.event_list_grid .eventItem:nth-child(4n+1) {
          clear: left; } }

.secondary_events_section.event_list_grid .eventItem {
  float: left;
  width: calc(33.33% - 50px);
  margin: 0px 25px 40px;
  padding-bottom: 60px; }
  .secondary_events_section.event_list_grid .eventItem .thumb {
    float: none;
    width: 100%; }
    .secondary_events_section.event_list_grid .eventItem .thumb img {
      width: 100%; }
  .secondary_events_section.event_list_grid .eventItem .info {
    width: 100%;
    padding: 0;
    padding-top: 15px; }
  .secondary_events_section.event_list_grid .eventItem .buttons:before {
    right: 166px;
    width: calc(100% - 166px); }
  .secondary_events_section.event_list_grid .eventItem:hover .buttons:before {
    right: 186px;
    width: calc(100% - 186px); }
  .secondary_events_section.event_list_grid .eventItem:nth-child(4n+1) {
    clear: left; }
.secondary_events_section.event_list_grid .eventItem {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  width: 360px;
  margin: 0px 0px 0px;
  padding-bottom: 0; }
  .secondary_events_section.event_list_grid .eventItem:first-child {
    margin-bottom: 40px; }
    @media screen and (max-width: 1080px) {
      .secondary_events_section.event_list_grid .eventItem:first-child {
        margin-bottom: 0;
        margin-right: 40px; } }
    @media screen and (max-width: 500px) {
      .secondary_events_section.event_list_grid .eventItem:first-child {
        margin-right: 0;
        margin-bottom: 40px; } }
  .secondary_events_section.event_list_grid .eventItem .date, .secondary_events_section.event_list_grid .eventItem .date *, .secondary_events_section.event_list_grid .eventItem .title, .secondary_events_section.event_list_grid .eventItem .title a, .secondary_events_section.event_list_grid .eventItem .tagline {
    color: #ffffff; }
  .secondary_events_section.event_list_grid .eventItem .buttons a {
    background: #FFF;
    border-color: #FFF;
    color: #191919; }
    .secondary_events_section.event_list_grid .eventItem .buttons a span {
      color: #191919; }
      .secondary_events_section.event_list_grid .eventItem .buttons a span:after {
        background: #FFFFFF; }
    .secondary_events_section.event_list_grid .eventItem .buttons a:hover {
      border-color: #FFF;
      color: #FFF;
      background: #191919; }
      .secondary_events_section.event_list_grid .eventItem .buttons a:hover span {
        color: #FFF; }
  .secondary_events_section.event_list_grid .eventItem .thumb .buttons {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    bottom: auto;
    right: auto;
    display: block;
    zoom: 1;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0); }
    .secondary_events_section.event_list_grid .eventItem .thumb .buttons .more {
      display: none; }
    .secondary_events_section.event_list_grid .eventItem .thumb .buttons span.tickets {
      display: none; }
      .secondary_events_section.event_list_grid .eventItem .thumb .buttons span.tickets + .more {
        display: block; }
    @media screen and (max-width: 870px) {
      .secondary_events_section.event_list_grid .eventItem .thumb .buttons {
        display: none; } }
  .secondary_events_section.event_list_grid .eventItem .info {
    padding-top: 5px; }
  .secondary_events_section.event_list_grid .eventItem .info + .buttons {
    display: none; }
    @media screen and (max-width: 870px) {
      .secondary_events_section.event_list_grid .eventItem .info + .buttons {
        position: relative;
        clear: both;
        padding-top: 20px;
        display: block; }
        .secondary_events_section.event_list_grid .eventItem .info + .buttons:before {
          display: none; }
        .secondary_events_section.event_list_grid .eventItem .info + .buttons a {
          float: none; } }
  .secondary_events_section.event_list_grid .eventItem .date {
    display: none;
    margin: 0;
    padding-top: 10px;
    margin-top: 10px;
    margin-left: 10px; }
    .secondary_events_section.event_list_grid .eventItem .date:before {
      bottom: auto;
      top: 0px;
      background: #fff;
      zoom: 1;
      opacity: 0.5;
      -moz-opacity: 0.5;
      filter: alpha(opacity=50); }
  .secondary_events_section.event_list_grid .eventItem .title a {
    font-size: 25px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    background-image: linear-gradient(#fff, #fff); }
  .secondary_events_section.event_list_grid .eventItem .tagline {
    font-size: 18px;
    margin: 0; }
  .secondary_events_section.event_list_grid .eventItem .title + .date, .secondary_events_section.event_list_grid .eventItem .tagline + .date {
    display: block; }
  .secondary_events_section.event_list_grid .eventItem:hover .thumb .buttons, .secondary_events_section.event_list_grid .eventItem.is-focused .thumb .buttons {
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100); }
  .secondary_events_section.event_list_grid .eventItem:hover .thumb a:after, .secondary_events_section.event_list_grid .eventItem.is-focused .thumb a:after {
    height: 100%;
    zoom: 1;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80); }
  .secondary_events_section.event_list_grid .eventItem:hover .thumb a img, .secondary_events_section.event_list_grid .eventItem.is-focused .thumb a img {
    transform: scale(1.05); }
  @media screen and (max-width: 870px) {
    .secondary_events_section.event_list_grid .eventItem {
      width: calc(50% - 20px); } }
  @media screen and (max-width: 500px) {
    .secondary_events_section.event_list_grid .eventItem {
      width: 100%;
      clear: both;
      margin: 0;
      border: none; }
      .secondary_events_section.event_list_grid .eventItem .thumb {
        max-height: none; }
      .secondary_events_section.event_list_grid .eventItem .date {
        position: relative;
        top: auto;
        left: auto;
        width: auto; } }

@media screen and (min-width: 871px) {
  .featured_events_section.event_list_grid .eventItem {
    width: calc(50% - 25px);
    margin-left: 0;
    margin-right: 0; }
    .featured_events_section.event_list_grid .eventItem:nth-child(odd) {
      margin-right: 50px; } }

.intro_panel_event_list .event_list .eventItem {
  margin-bottom: 30px; }
  .intro_panel_event_list .event_list .eventItem .info {
    width: 100%;
    padding-left: 0; }
  .intro_panel_event_list .event_list .eventItem .title {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 25px; }
    .intro_panel_event_list .event_list .eventItem .title a {
      background-image: linear-gradient(#ffffff, #ffffff); }
  .intro_panel_event_list .event_list .eventItem .tagline {
    font-size: 18px;
    font-weight: 400; }
  .intro_panel_event_list .event_list .eventItem .title, .intro_panel_event_list .event_list .eventItem .tagline, .intro_panel_event_list .event_list .eventItem .date span {
    color: #ffffff; }
  @media screen and (max-width: 500px) {
    .intro_panel_event_list .event_list .eventItem .date {
      position: relative;
      top: auto;
      left: auto; } }
  .intro_panel_event_list .event_list .eventItem .date:before {
    background: #fff;
    zoom: 1;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50); }
  .intro_panel_event_list .event_list .eventItem .buttons:before {
    height: 1px;
    width: calc(100% - 171px); }
  .intro_panel_event_list .event_list .eventItem:hover .buttons:before {
    right: 171px;
    background: #FFF; }
  @media screen and (max-width: 700px) {
    .intro_panel_event_list .event_list .eventItem {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 15px; }
      .intro_panel_event_list .event_list .eventItem .info {
        padding-bottom: 10px; } }

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
.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 .title_section {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background: #000000; }
    .event_detail .title_section .title_section_left {
      width: calc(((100vw - 1180px) / 2) + 900px);
      max-width: calc(100vw - 320px);
      float: left;
      background: url(../images/bg_darker_gray.jpg) #D1D1D1 no-repeat;
      background-size: cover;
      overflow: hidden; }
      @media screen and (max-width: 870px) {
        .event_detail .title_section .title_section_left {
          width: 100%;
          max-width: 100%; } }
    .event_detail .title_section .title_section_left_inner {
      max-width: 820px;
      max-width: 940px;
      width: 100%;
      float: right;
      padding: 40px 80px 40px 40px; }
      @media screen and (max-width: 1440px) {
        .event_detail .title_section .title_section_left_inner {
          padding: 40px; } }
      @media screen and (max-width: 870px) {
        .event_detail .title_section .title_section_left_inner {
          width: 100%;
          max-width: 100%;
          padding-right: 40px; } }
      @media screen and (max-width: 700px) {
        .event_detail .title_section .title_section_left_inner {
          padding: 10px 10px 25px; } }
      @media screen and (max-width: 1440px) {
        .event_detail .title_section .title_section_left_inner {
          float: none;
          margin: auto; } }
    @media screen and (max-width: 870px) {
      .event_detail .title_section {
        flex-wrap: wrap; } }
  .event_detail #branding {
    margin-bottom: 20px; }
    @media screen and (max-width: 700px) {
      .event_detail #branding {
        margin-bottom: 10px; } }
  .event_detail .event_heading {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    padding: 0 10px; }
    .event_detail .event_heading .title {
      font-weight: 700;
      font-size: 61px;
      color: #191919;
      letter-spacing: 0;
      line-height: 1;
      margin-bottom: 0; }
      @media screen and (max-width: 700px) {
        .event_detail .event_heading .title {
          font-size: 31px; } }
    .event_detail .event_heading .tagline {
      font-weight: 400;
      font-size: 22px;
      color: #191919;
      letter-spacing: 0;
      line-height: 22px;
      margin-bottom: 0;
      margin-top: 10px; }
      @media screen and (max-width: 700px) {
        .event_detail .event_heading .tagline {
          font-size: 20px; } }
  .event_detail .buttonWrapper .buttons {
    text-align: center; }
  .event_detail .buttonWrapper .date {
    display: none; }
  .event_detail .faq.content_item {
    padding: 0; }
  .event_detail #column_1 .event_heading {
    position: relative;
    z-index: 2; }
    .event_detail #column_1 .event_heading:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100vw;
      height: 100%;
      left: 50%;
      transform: translateX(-50%);
      background: url(../images/bg_darker_gray.jpg) #D1D1D1 no-repeat;
      z-index: -1; }

.edp_body_header {
  text-transform: uppercase;
  font-weight: 400; }
  .edp_body_header strong {
    font-weight: 700; }

.description_wrapper {
  margin-bottom: 50px; }
  .description_wrapper.short-description .event_description {
    height: auto; }
    .description_wrapper.short-description .event_description:after {
      display: none; }

.event_description {
  position: relative;
  height: 200px;
  overflow: hidden;
  cursor: pointer; }
  .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: -moz-linear-gradient(top, rgba(243, 243, 243, 0) 0%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, rgba(243, 243, 243, 0) 0%, #f3f3f3 100%);
    background: linear-gradient(to bottom, rgba(243, 243, 243, 0) 0%, #f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#F3F3F3',GradientType=0 ); }
  .event_description.is-opened:after {
    display: none; }

.addthis_inline_share_toolbox {
  margin-bottom: 20px; }

.event_showings {
  zoom: 1;
  position: relative;
  background: #FFF;
  padding: 0;
  margin-bottom: 0px;
  clear: both; }
  .event_showings:before, .event_showings:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .event_showings:after {
    clear: both; }
  .event_showings:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    visibility: visible; }
  @media screen and (max-width: 700px) {
    .event_showings {
      padding: 0;
      margin-bottom: 40px; } }
  .event_showings .event_showings_inner {
    margin: 0;
    width: 940px;
    max-width: calc(100vw - 320px);
    padding: 30px 80px 30px 40px; }
    @media screen and (max-width: 1080px) {
      .event_showings .event_showings_inner {
        width: 100%;
        max-width: 100%;
        padding-right: 40px; } }
    @media screen and (max-width: 700px) {
      .event_showings .event_showings_inner {
        padding: 20px; } }
  .event_showings .list {
    position: relative;
    list-style-type: none;
    font-family: "Heebo", sans-serif;
    font-size: 15px; }
  .event_showings .cell {
    width: 40%;
    position: relative;
    float: left;
    display: inline-block;
    text-align: center; }
    .event_showings .cell:nth-child(1) {
      text-align: left; }
      @media screen and (max-width: 1080px) {
        .event_showings .cell:nth-child(1) {
          width: 100%; } }
      @media screen and (max-width: 870px) {
        .event_showings .cell:nth-child(1) {
          width: 40%; } }
      @media screen and (max-width: 700px) {
        .event_showings .cell:nth-child(1) {
          width: 100%; } }
    @media screen and (max-width: 1080px) {
      .event_showings .cell.time {
        text-align: left; } }
    @media screen and (max-width: 870px) {
      .event_showings .cell.time {
        text-align: center; } }
    @media screen and (max-width: 700px) {
      .event_showings .cell.time {
        text-align: left; } }
    .event_showings .cell.buttons {
      position: absolute;
      right: 0px;
      bottom: -1px;
      background: #fff;
      padding: 6px;
      padding-right: 0;
      padding-left: 20px;
      width: auto; }
    @media screen and (max-width: 700px) {
      .event_showings .cell {
        width: 100%; } }
  .event_showings .m-date__singleDate {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: #191919;
    letter-spacing: 1px;
    line-height: 34px;
    letter-spacing: 1px; }
    .event_showings .m-date__singleDate .m-date__month {
      text-transform: uppercase; }
    .event_showings .m-date__singleDate .m-date__day {
      font-weight: 700; }
    .event_showings .m-date__singleDate .m-date__weekday {
      font-weight: 400;
      font-size: 14px;
      color: #191919;
      letter-spacing: 1px;
      line-height: 16px;
      margin-left: 10px; }
  .event_showings .time {
    font-weight: 400;
    font-size: 14px;
    color: #191919;
    letter-spacing: 1px;
    line-height: 34px; }
    @media screen and (max-width: 700px) {
      .event_showings .time {
        width: 100%;
        clear: left;
        text-align: left; } }
  .event_showings .listItem {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 0;
    margin-bottom: 10px; }
    .event_showings .listItem:before {
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0px;
      height: 5px;
      width: 0px;
      background: #FFF;
      visibility: visible;
      display: block; }
    .event_showings .listItem-hasNoLink .eventDetailShowings__cell {
      width: 50%; }
    .event_showings .listItem:hover {
      border-color: #1a1a1a; }
      .event_showings .listItem:hover:before {
        width: 20px; }
  .event_showings .ical {
    position: relative;
    float: left;
    margin-right: 15px;
    margin-top: 5px; }
    .event_showings .ical svg {
      zoom: 1;
      opacity: 0.9;
      -moz-opacity: 0.9;
      filter: alpha(opacity=90);
      display: block; }
    .event_showings .ical .tooltip {
      zoom: 1;
      opacity: 0;
      -moz-opacity: 0;
      filter: alpha(opacity=0);
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      position: absolute;
      top: -33px;
      left: 50%;
      transform: translateX(-50%);
      content: '';
      font-weight: 500;
      font-size: 11px;
      color: #FFFFFF;
      letter-spacing: 0;
      text-align: center;
      line-height: 11px;
      background: #191919;
      border-radius: 12px;
      padding: 6px 14px;
      white-space: nowrap;
      zoom: 1;
      opacity: 0;
      -moz-opacity: 0;
      filter: alpha(opacity=0); }
      .event_showings .ical .tooltip:before {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 50%;
        height: 6px;
        width: 6px;
        transform: translateX(-50%) rotate(-315deg);
        background: #191919; }
    .event_showings .ical:hover svg {
      zoom: 1;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100); }
    .event_showings .ical:hover .tooltip {
      zoom: 1;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100); }
  .event_showings .additional_showings {
    display: none; }

.eventDetailList {
  position: relative;
  font-family: "Heebo", sans-serif;
  overflow: hidden; }
  .eventDetailList .item {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    list-style-type: none;
    border-bottom: 1px solid #4C4C4C;
    color: white;
    font-size: 16px;
    position: relative;
    padding: 15px 0px;
    font-weight: 400;
    font-size: 16px;
    color: #D9D9D9;
    letter-spacing: 0;
    line-height: 24px; }
    .eventDetailList .item:last-child {
      border-bottom: none; }
    .eventDetailList .item:before {
      display: none; }
    .eventDetailList .item .label {
      font-weight: 500;
      color: #FFFFFF;
      letter-spacing: 0.5px; }
    .eventDetailList .item a {
      color: #D9D9D9;
      padding-left: 30px;
      position: relative; }
      .eventDetailList .item a:before {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        content: '';
        display: block;
        position: absolute;
        top: 9px;
        left: 0;
        transform: rotate(-90deg);
        width: 13px;
        height: 7px;
        background: url(../images/arrow_down.png) center no-repeat; }
      .eventDetailList .item a span {
        display: inline-block;
        text-decoration: none;
        background-image: linear-gradient(#fff, #fff);
        background-position: 0% 100%;
        background-repeat: no-repeat;
        background-size: 0% 1px;
        transition: background-size .3s; }
        .eventDetailList .item a span:hover, .eventDetailList .item a span:focus {
          background-size: 100% 1px; }
      .eventDetailList .item a:hover {
        color: white; }
        .eventDetailList .item a:hover:before {
          left: 5px; }
        .eventDetailList .item a:hover span {
          background-size: 100% 1px; }
    .eventDetailList .item svg {
      display: none; }
  @media screen and (max-width: 870px) and (min-width: 501px) {
    .eventDetailList {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      .eventDetailList .item {
        width: 50%;
        padding-left: 20px; }
        .eventDetailList .item.sidebar_event_date {
          width: 100%;
          padding-left: 0; }
        .eventDetailList .item:nth-child(even) {
          padding-left: 0; }
        .eventDetailList .item:nth-child(odd) {
          border-left: 1px solid #4C4C4C; }
        .eventDetailList .item:first-child {
          border-left: none; }
        .eventDetailList .item:nth-last-child(2):nth-child(even) {
          border-bottom: none; } }

/* ----------------------------------------------------------------------------
=Showtime Page Content
----------------------------------------------------------------------------- */
.content_item {
  zoom: 1;
  margin: auto;
  margin-bottom: 60px;
  max-width: 1020px;
  padding: 0 20px; }
  .content_item:before, .content_item:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .content_item:after {
    clear: both; }
  @media screen and (max-width: 700px) {
    .content_item {
      margin-bottom: 40px; } }

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

.page_header {
  background: white;
  padding: 20px 20px 30px;
  margin-bottom: 60px;
  overflow: hidden; }
  @media screen and (max-width: 700px) {
    .page_header {
      margin-bottom: 20px;
      padding-bottom: 20px; } }
  .page_header > * {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 40px);
    max-width: 1180px; }
  .page_header h1 {
    margin-bottom: 0; }
  .page_header .date {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: #191919;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase;
    padding-bottom: 5px;
    letter-spacing: 1px;
    margin-top: 15px; }
    .page_header .date span {
      letter-spacing: 1px; }
    .page_header .date:before {
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      content: '';
      position: absolute;
      bottom: 0px;
      left: 0px;
      height: 2px;
      width: 60px;
      background: #1a1a1a; }
    .page_header .date .m-date__day {
      font-weight: 700; }
    .page_header .date .m-date__year {
      font-weight: 400;
      font-size: 14px;
      color: #191919;
      letter-spacing: 1px;
      line-height: 16px;
      margin-left: 10px; }
  .event_listing_page .page_header {
    margin-bottom: 0; }

.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: 0 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 {
    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; } }

.breadcrumbs {
  font-family: "Heebo", sans-serif;
  font-size: 12px;
  color: #191919;
  letter-spacing: 0;
  line-height: 14px;
  margin-bottom: 30px;
  display: block;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  .breadcrumbs a, .breadcrumbs span {
    font-family: "Heebo", sans-serif;
    font-size: 12px;
    color: #191919;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 400; }
  .breadcrumbs a {
    position: relative; }
    .breadcrumbs a:after {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      content: '';
      position: absolute;
      left: 0px;
      bottom: 0px;
      height: 1px;
      width: 0;
      background: #191919;
      display: block; }
  .breadcrumbs a:hover:after {
    width: 100%; }
  .breadcrumbs .breadcrumb_divider {
    margin: 0 7px;
    font-family: "Heebo", sans-serif;
    font-size: 12px;
    color: #191919;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 400; }
  .breadcrumbs span {
    font-weight: 700; }
  @media screen and (max-width: 700px) {
    .breadcrumbs {
      margin-bottom: 15px; } }

/* ----------------------------------------------------------------------------
= 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, .back-to-top, .full-slideshow {
    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; }

  .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; } }
