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

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

:root {
  font-size: 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 {
  box-sizing: content-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 
 * -- We already set these things per project.
 *
 */
*:focus {
  outline: 1px dashed; }

/* ----------------------------------------------------------------------------
= 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: 750px) {
  .hide_mobile {
    display: none; } }

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

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

.invisible {
  visibility: hidden; }

.hide {
  display: none; }

* {
  letter-spacing: 0.00em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.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, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 20px;
  font-family: "Muli", sans-serif;
  color: #2E2E2E;
  line-height: 1;
  font-weight: 800; }

h1, .h1 {
  font-size: 3.1573345183rem; }
  .textarea h1, .cms h1, .textarea .h1, .cms .h1 {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: calc(100vw - 40px);
    width: 1240px;
    padding-bottom: 20px;
    border-bottom: 1px solid #2E2E2E;
    margin-bottom: 60px; }
    @media screen and (max-width: 750px) {
      .textarea h1, .cms h1, .textarea .h1, .cms .h1 {
        margin-bottom: 30px; } }
  @media screen and (max-width: 750px) {
    h1, .h1 {
      font-size: 2.368593037rem; } }

h2, .h2 {
  font-size: 2.368593037rem; }
  .textarea h2, .textarea .h2 {
    position: relative;
    margin-top: 60px;
    margin-bottom: 30px; }
    .textarea h2:after, .textarea .h2:after {
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear;
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0px;
      height: 1px;
      width: 30px;
      display: block;
      background: #C51230; }
  h2.long_title, .h2.long_title {
    font-size: 1.776889rem; }

h3, .h3, .spotlight .title,
.concierge .title,
.news_list .title,
.contest_list .title,
.job_list .title,
.seating_charts .title,
.offer_list .title {
  font-size: 1.776889rem; }
  .textarea h3, .textarea .h3, .textarea .spotlight .title, .spotlight .textarea .title,
  .textarea .concierge .title, .concierge .textarea .title,
  .textarea .news_list .title, .news_list .textarea .title,
  .textarea .contest_list .title, .contest_list .textarea .title,
  .textarea .job_list .title, .job_list .textarea .title,
  .textarea .seating_charts .title, .seating_charts .textarea .title,
  .textarea .offer_list .title, .offer_list .textarea .title {
    margin-top: 60px; }
  h3.long_title, .h3.long_title, .spotlight .long_title.title,
  .concierge .long_title.title,
  .news_list .long_title.title,
  .contest_list .long_title.title,
  .job_list .long_title.title,
  .seating_charts .long_title.title,
  .offer_list .long_title.title {
    font-size: 1.333rem; }

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

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

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

.small_paragraph, .small p {
  font-size: 0.702rem; }

.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: 1rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  font-weight: 400; }

p, .p {
  margin: 0 0 20px; }
  p.lead, .p.lead {
    font-size: 1.424rem;
    font-weight: 300; }
  p strong, .p strong {
    font-weight: 500; }

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: 10px; }
    .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: 10px;
      left: 0;
      width: 10px;
      height: 10px;
      background-color: #C51230; }
      @media screen and (max-width: 750px) {
        .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 {
          top: 6px; } }
    .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: 10px;
  counter-increment: li-counter; }
  ol > li:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    font-family: "Muli", sans-serif;
    font-weight: 900;
    font-size: 16px;
    content: counter(li-counter) "."; }

a {
  position: relative;
  border: none;
  color: #2E2E2E;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }
  a:hover, a:focus {
    color: #C51230; }
  .textarea p a, .textarea li a,
  .cms p a, .cms li a,
  .spotlight_content a, .m-eventDetailList__item a,
  .event_description a {
    font-weight: 500;
    display: inline-block; }
    .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;
      transition: all 0.2s linear;
      content: '';
      position: absolute;
      bottom: 0px;
      left: 0px;
      height: 1px;
      width: 100%;
      background: #C51230; }
    .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 {
      width: 0; }

hr {
  display: block;
  height: 1px;
  background-color: #2E2E2E;
  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 {
  position: relative;
  margin: 120px 0 60px;
  padding: 50px 0 30px; }
  blockquote:before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 100%;
    background: url(../images/icn_quote.png) no-repeat;
    width: 127px;
    height: 105px;
    -webkit-transform: translate(-30px, 30px);
            transform: translate(-30px, 30px); }
    @media screen and (max-width: 870px) {
      blockquote:before {
        display: none; } }
  blockquote:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: calc(100% + 120px);
    height: 100%;
    max-width: calc(100vw - 40px);
    background: #2E2E2E;
    z-index: 1; }
  blockquote p {
    position: relative;
    font-weight: 300;
    font-style: italic;
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 1.5;
    z-index: 3; }
    blockquote p strong {
      display: block;
      width: 100%;
      border-top: 1px solid #C51230;
      font-weight: 800;
      font-size: 20px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 1;
      font-family: "Muli", sans-serif;
      font-style: normal;
      padding-top: 20px;
      text-align: right; }
      blockquote p strong em {
        font-weight: 400;
        font-style: normal; }
    @media screen and (max-width: 750px) {
      blockquote p {
        font-size: 20px; }
        blockquote p strong {
          font-size: 16px; } }
  @media screen and (max-width: 1080px) {
    blockquote {
      padding: 40px 20px; } }
  @media screen and (max-width: 750px) {
    blockquote {
      padding: 20px; } }

/* ----------------------------------------------------------------------------
=Showtime Page Content
----------------------------------------------------------------------------- */
.content_item {
  max-width: 1020px;
  padding: 0 20px;
  margin: auto;
  margin-bottom: 60px; }
  .one_sidebar_right .content_item.faq {
    padding: 0;
    margin-bottom: 0; }
    .one_sidebar_right .content_item.faq:before {
      content: 'Know Before You Go';
      font-family: "Muli", sans-serif;
      font-weight: 800;
      font-size: 27px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 1;
      background: #C51230;
      padding: 20px;
      display: inline-block;
      margin-bottom: 20px;
      margin-top: 60px; }
  .content_item.slide {
    max-width: 100%;
    padding: 0; }
    .news_detail_page .content_item.slide {
      margin-bottom: 0; }
  .one_sidebar_right .content_item.events {
    padding: 0;
    margin-top: 60px; }
  .content_item.map {
    margin-bottom: 0; }
  .news_listing_page .content_item.news_list {
    margin-bottom: 0; }
  @media screen and (max-width: 750px) {
    .content_item {
      margin-bottom: 30px; } }

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

.breadcrumbs {
  font-weight: 400;
  font-size: 12px;
  color: #C51230;
  line-height: 1;
  margin: 0 auto 10px;
  max-width: 1280px;
  padding: 20px; }
  .breadcrumbs .breadcrumb_divider {
    margin: 0 5px;
    color: #2E2E2E; }
  .breadcrumbs a:hover {
    color: #C51230; }
  .breadcrumbs span {
    color: #C51230; }

.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: 750px) {
        .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: 750px) {
        .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;
      font-size: 16px; }
      .two-column > ul > li strong {
        font-size: 20px;
        font-weight: 800;
        font-family: "Muli", sans-serif; }
      .two-column > ul > li:nth-child(odd) {
        clear: left; }
      @media screen and (max-width: 750px) {
        .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: 750px) {
    .side-by-side {
      width: 100%;
      float: none; } }

.TA_selfserveprop {
  height: 100%;
  width: 100%;
  overflow-y: scroll; }
  .TA_selfserveprop > div {
    max-width: 100%; }

/* ----------------------------------------------------------------------------
= Spotlight list style
----------------------------------------------------------------------------- */
.spotlight,
.concierge,
.news_list,
.contest_list,
.job_list,
.seating_charts,
.offer_list {
  clear: both; }
  .spotlight .entry,
  .concierge .entry,
  .news_list .entry,
  .contest_list .entry,
  .job_list .entry,
  .seating_charts .entry,
  .offer_list .entry {
    zoom: 1;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #2E2E2E; }
    .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 {
      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 {
      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 {
      margin-bottom: 0; }
    @media screen and (max-width: 500px) {
      .spotlight .entry,
      .concierge .entry,
      .news_list .entry,
      .contest_list .entry,
      .job_list .entry,
      .seating_charts .entry,
      .offer_list .entry {
        padding-top: 20px;
        padding-bottom: 0px;
        margin-bottom: 0px; } }
  .spotlight .thumb,
  .concierge .thumb,
  .news_list .thumb,
  .contest_list .thumb,
  .job_list .thumb,
  .seating_charts .thumb,
  .offer_list .thumb {
    min-width: 150px;
    width: 280px;
    margin: 0 40px 0px 0;
    float: left; }
    .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 {
      display: block;
      opacity: 1; }
      .spotlight .thumb a:hover,
      .concierge .thumb a:hover,
      .news_list .thumb a:hover,
      .contest_list .thumb a:hover,
      .job_list .thumb a:hover,
      .seating_charts .thumb a:hover,
      .offer_list .thumb a:hover {
        opacity: 0.8; }
    .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 {
      display: block;
      width: 100%; }
    @media screen and (max-width: 750px) {
      .spotlight .thumb,
      .concierge .thumb,
      .news_list .thumb,
      .contest_list .thumb,
      .job_list .thumb,
      .seating_charts .thumb,
      .offer_list .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 {
    float: left;
    width: 100%;
    display: block; }
    @media screen and (max-width: 750px) {
      .spotlight .info,
      .concierge .info,
      .news_list .info,
      .contest_list .info,
      .job_list .info,
      .seating_charts .info,
      .offer_list .info {
        margin: 0 auto 20px;
        float: none;
        text-align: left; }
        .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 {
          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 {
    width: calc(100% - (280px + 40px)); }
    @media screen and (max-width: 750px) {
      .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 {
        width: 100%; } }
  .spotlight .date,
  .concierge .date,
  .news_list .date,
  .contest_list .date,
  .job_list .date,
  .seating_charts .date,
  .offer_list .date {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    color: #2E2E2E;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 10px; }
    .spotlight .date .m-date__weekday,
    .concierge .date .m-date__weekday,
    .news_list .date .m-date__weekday,
    .contest_list .date .m-date__weekday,
    .job_list .date .m-date__weekday,
    .seating_charts .date .m-date__weekday,
    .offer_list .date .m-date__weekday {
      font-weight: 400; }
    .spotlight .date:after,
    .concierge .date:after,
    .news_list .date:after,
    .contest_list .date:after,
    .job_list .date:after,
    .seating_charts .date:after,
    .offer_list .date:after {
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear;
      content: '';
      position: absolute;
      bottom: 0px;
      left: 0px;
      height: 1px;
      width: 20px;
      background: #C51230; }
  .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 {
    color: #2E2E2E; }
    .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 {
      color: #C51230; }
  .spotlight .title .accessible_parking_decks,
  .concierge .title .accessible_parking_decks,
  .news_list .title .accessible_parking_decks,
  .contest_list .title .accessible_parking_decks,
  .job_list .title .accessible_parking_decks,
  .seating_charts .title .accessible_parking_decks,
  .offer_list .title .accessible_parking_decks {
    font-size: 24px;
    background: url("../images/accessible-icon.png") no-repeat center bottom;
    background-size: 78%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    margin-bottom: -4px; }
  .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 {
    margin: 0 20px 0px 0; }
  @media screen and (max-width: 750px) {
    .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 {
      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 {
        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 {
    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"] {
    zoom: 1;
    width: 100%;
    max-width: 1090px;
    margin: 0 auto 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    .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 {
      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 {
      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 {
      width: 100%;
      float: left;
      padding: 0;
      margin: 0 0 30px; }
      .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 {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0; }
        .spotlight[data-layout="square"] .entry .thumb:after,
        .concierge[data-layout="square"] .entry .thumb:after,
        .news_list[data-layout="square"] .entry .thumb:after,
        .contest_list[data-layout="square"] .entry .thumb:after,
        .job_list[data-layout="square"] .entry .thumb:after,
        .seating_charts[data-layout="square"] .entry .thumb:after,
        .offer_list[data-layout="square"] .entry .thumb:after {
          display: none; }
      .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 {
        width: 100%;
        display: block;
        padding: 0;
        text-align: left; }
      .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 {
        display: none; }
      .spotlight[data-layout="square"] .entry .spot-button,
      .concierge[data-layout="square"] .entry .spot-button,
      .news_list[data-layout="square"] .entry .spot-button,
      .contest_list[data-layout="square"] .entry .spot-button,
      .job_list[data-layout="square"] .entry .spot-button,
      .seating_charts[data-layout="square"] .entry .spot-button,
      .offer_list[data-layout="square"] .entry .spot-button {
        display: block;
        width: 100%;
        margin-bottom: 20px; }
      @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 {
          width: calc(50% - 30px);
          margin: 0 15px 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) {
            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 {
          width: calc(33.3% - 70px);
          margin: 0 35px 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) {
            clear: none; }
          .spotlight[data-layout="square"] .entry:nth-child(3n+1),
          .concierge[data-layout="square"] .entry:nth-child(3n+1),
          .news_list[data-layout="square"] .entry:nth-child(3n+1),
          .contest_list[data-layout="square"] .entry:nth-child(3n+1),
          .job_list[data-layout="square"] .entry:nth-child(3n+1),
          .seating_charts[data-layout="square"] .entry:nth-child(3n+1),
          .offer_list[data-layout="square"] .entry:nth-child(3n+1) {
            clear: left; } }

@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: 751px) {
  .seating_charts .entry {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
    .seating_charts .entry .info {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-pack: justify;
              justify-content: space-between; } }

.concierge .concierge_body {
  display: none;
  padding-top: 20px; }

.concierge .entry {
  position: relative;
  padding-left: 80px; }
  .concierge .entry address {
    margin-bottom: 0; }
  .concierge .entry .concierge_toggle {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 52px;
    height: 100%;
    cursor: pointer; }
    .concierge .entry .concierge_toggle:before {
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear;
      content: '';
      position: absolute;
      top: 40px;
      left: 20px;
      background: url(../images/icn_faq.png) no-repeat;
      width: 14px;
      height: 10px;
      display: block; }
    .concierge .entry .concierge_toggle:after {
      content: '';
      position: absolute;
      left: 52px;
      top: 20px;
      width: 1px;
      height: calc(100% - 50px);
      background: #2E2E2E;
      visibility: visible; }
  .concierge .entry.is-opened .concierge_toggle:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  @media screen and (max-width: 750px) {
    .concierge .entry .thumb {
      margin-left: 0;
      margin-right: 0; }
    .concierge .entry .info {
      margin-bottom: 0; } }

.link {
  position: relative; }
  .link ul.list {
    padding: 0; }
    .link ul.list li > a, .link ul.list li > span {
      display: inline-block;
      position: relative;
      padding: 5px 0px 5px 55px;
      word-wrap: break-word;
      color: #2E2E2E;
      font-family: "Muli", sans-serif;
      font-size: 20px;
      letter-spacing: 0;
      line-height: 20px;
      font-weight: 800;
      margin-bottom: 10px;
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear;
      /*------------------------------------------------------------
            =Handles all Social Media icons for select social media urls
                -- Twitter | Facebook | Instagram | Pinterest
            ------------------------------------------------------------*/ }
      .link ul.list li > a:after, .link ul.list li > span:after {
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        content: '';
        position: absolute;
        bottom: 0px;
        left: 55px;
        height: 1px;
        width: 20px;
        background: #C51230; }
      .link ul.list li > a svg, .link ul.list li > span svg {
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0px;
        fill: #2E2E2E; }
      .link ul.list li > a .link_icon .internal, .link ul.list li > span .link_icon .internal {
        display: block;
        stroke: #2E2E2E;
        stroke-width: 2px; }
      .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 > 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 {
        display: none; }
      .link ul.list li > a[href*="twitter"]:before, .link ul.list li > a[href*="facebook"]:before, .link ul.list li > a[href*="instagram"]:before, .link ul.list li > a[href*="pinterest"]:before, .link ul.list li > a[href*="youtube"]:before, .link ul.list li > span[href*="twitter"]:before, .link ul.list li > span[href*="facebook"]:before, .link ul.list li > span[href*="instagram"]:before, .link ul.list li > span[href*="pinterest"]:before, .link ul.list li > span[href*="youtube"]:before {
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear;
        position: absolute;
        top: 4px;
        left: 0px;
        display: inline-block;
        background: none;
        padding: 0;
        font-family: FontAwesome;
        font-size: 25px;
        font-weight: normal;
        font-style: normal;
        color: #2E2E2E;
        text-decoration: inherit; }
      .link ul.list li > a[href*="twitter"]:hover:before, .link ul.list li > a[href*="facebook"]:hover:before, .link ul.list li > a[href*="instagram"]:hover:before, .link ul.list li > a[href*="pinterest"]:hover:before, .link ul.list li > a[href*="youtube"]:hover:before, .link ul.list li > span[href*="twitter"]:hover:before, .link ul.list li > span[href*="facebook"]:hover:before, .link ul.list li > span[href*="instagram"]:hover:before, .link ul.list li > span[href*="pinterest"]:hover:before, .link ul.list li > span[href*="youtube"]:hover:before {
        color: #2E2E2E; }
      .link ul.list li > a[href*="twitter"]:before, .link ul.list li > span[href*="twitter"]:before {
        content: "\f099"; }
      .link ul.list li > a[href*="facebook"]:before, .link ul.list li > span[href*="facebook"]:before {
        content: "\f09a"; }
      .link ul.list li > a[href*="instagram"]:before, .link ul.list li > span[href*="instagram"]:before {
        content: "\f16d"; }
      .link ul.list li > a[href*="pinterest"]:before, .link ul.list li > span[href*="pinterest"]:before {
        content: "\f0d2"; }
      .link ul.list li > a[href*="youtube"]:before, .link ul.list li > span[href*="youtube"]:before {
        content: "\f16a"; }
    .link ul.list li > span .link_icon {
      display: none; }
    .link ul.list li a:hover {
      color: #C51230; }
      .link ul.list li a:hover svg {
        fill: #C51230; }
        .link ul.list li a:hover svg .internal {
          stroke: #C51230;
          left: 5px; }
      .link ul.list li a:hover .link_icon svg {
        -webkit-transform: translate(5px, -50%);
                transform: translate(5px, -50%); }
      .link ul.list li a:hover[target="_blank"] .link_icon svg {
        -webkit-transform: translate(0px, -50%);
                transform: translate(0px, -50%); }
      .link ul.list li a:hover:after {
        width: calc(100% - 55px); }
    .link ul.list .description {
      padding-left: 55px; }
      .link ul.list .description p, .link ul.list .description li {
        margin-top: 0;
        font-size: 16px; }
      .link ul.list .description p {
        margin-bottom: 20px; }
      .link ul.list .description li:before {
        top: 6px; }

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_detail .news_heading .date {
  position: relative;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: calc(100vw - 40px);
  width: 1240px;
  font-size: 16px; }
  .news_detail .news_heading .date:after {
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0px;
    height: 1px;
    width: 30px;
    display: block;
    background: #C51230; }

.news_detail .news_thumb {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }

.news_detail .events.content_item {
  padding: 0; }
  .news_detail .events.content_item .event_list {
    margin-bottom: 0; }

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
.event_list_header {
  width: calc(100% - 40px);
  max-width: 1240px;
  background: #ffffff;
  border-bottom: 1px solid #2E2E2E;
  color: #2E2E2E;
  margin: 0 auto 40px; }
  .event_list_header .overview {
    display: -webkit-box;
    display: flex;
    position: relative;
    margin: 0 auto; }
  .event_list_header h1 {
    -webkit-box-flex: 2;
            flex-grow: 2;
    margin: 0;
    padding-bottom: 20px; }

.event_list_toggles {
  display: -webkit-box;
  display: flex;
  align-self: center;
  padding-bottom: 23px; }
  .event_list_toggles .toggle {
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    position: relative;
    margin-left: 0px;
    font-weight: 400;
    font-size: 12px;
    height: 60px;
    width: 60px;
    border: 1px solid #BDBDBD;
    z-index: 5;
    margin-left: -1px; }
    .event_list_toggles .toggle svg {
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear;
      position: absolute;
      top: 21px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      fill: #BDBDBD; }
    .event_list_toggles .toggle span {
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear;
      position: absolute;
      top: calc(100% + 5px);
      width: 100%;
      text-align: center;
      color: #2E2E2E;
      font-size: 12px;
      display: block;
      zoom: 1;
      opacity: 0;
      -moz-opacity: 0;
      filter: alpha(opacity=0); }
      .event_list_toggles .toggle span:after {
        content: ' View'; }
    .event_list_toggles .toggle:hover, .event_list_toggles .toggle.is-active {
      cursor: pointer;
      z-index: 6;
      border-color: #2E2E2E; }
      .event_list_toggles .toggle:hover span, .event_list_toggles .toggle.is-active span {
        zoom: 1;
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100); }
      .event_list_toggles .toggle:hover svg, .event_list_toggles .toggle.is-active svg {
        fill: #C51230; }
    .event_list_toggles .toggle.calendar {
      display: none; }
  .event_list_toggles span {
    display: block;
    text-align: center; }
  .event_list_toggles svg {
    fill: #999999; }
  @media screen and (max-width: 870px) {
    .event_list_toggles {
      display: none; } }

.event_list {
  zoom: 1;
  margin: 0 auto 100px;
  max-width: 1030px;
  padding: 0 10px;
  z-index: 5; }
  .event_list:before, .event_list:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .event_list:after {
    clear: both; }
  .event_list .eventItem {
    padding: 10px;
    width: 100%;
    max-width: 980px;
    margin: 0 auto 15px;
    background: #FFF;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center; }
    .event_list .eventItem:hover {
      box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.25); }
    .event_list .eventItem .long_meta {
      display: none; }
    .event_list .eventItem .thumb {
      float: left;
      width: 380px;
      max-height: 197px;
      overflow: hidden; }
      .event_list .eventItem .thumb a {
        zoom: 1;
        background: #2e2e2e;
        display: block; }
        .event_list .eventItem .thumb a:before, .event_list .eventItem .thumb a:after {
          display: block;
          visibility: hidden;
          height: 0;
          content: '\0020'; }
        .event_list .eventItem .thumb a:after {
          clear: both; }
        .event_list .eventItem .thumb a:focus img {
          zoom: 1;
          opacity: 0.7;
          -moz-opacity: 0.7;
          filter: alpha(opacity=70); }
      .event_list .eventItem .thumb img {
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        -webkit-transform: scale(1);
                transform: scale(1);
        max-width: 100%;
        display: block; }
      .event_list .eventItem .thumb:hover img {
        zoom: 1;
        opacity: 0.7;
        -moz-opacity: 0.7;
        filter: alpha(opacity=70); }
    .event_list .eventItem .info {
      position: relative;
      float: left;
      width: calc(100% - 380px);
      padding: 10px 30px 80px; }
      .event_list .eventItem .info .date {
        position: relative;
        margin-left: -10px;
        margin-bottom: 15px;
        font-size: 16px;
        color: #2E2E2E;
        line-height: 1;
        font-weight: 700; }
        .event_list .eventItem .info .date:after {
          -webkit-transition: all 100ms linear;
          transition: all 100ms linear;
          content: '';
          position: absolute;
          bottom: -5px;
          left: 0px;
          height: 1px;
          width: 30px;
          display: block;
          background: #C51230; }
        .event_list .eventItem .info .date .m-date__weekday {
          font-weight: 400; }
      .event_list .eventItem .info .title {
        margin-bottom: 5px; }
        .events.content_item .event_list .eventItem .info .title {
          font-size: 27px; }
      .event_list .eventItem .info .tagline {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-size: 20px;
        color: #2E2E2E;
        letter-spacing: 0;
        margin: 0;
        line-height: 1.2; }
        .events.content_item .event_list .eventItem .info .tagline {
          font-size: 18px; }
    .event_list .eventItem .meta {
      position: absolute;
      bottom: 50px;
      left: 30px;
      font-weight: 500;
      font-size: 14px;
      color: #C51230;
      letter-spacing: 0; }
    @media screen and (min-width: 751px) {
      .content_item .event_list .eventItem .thumb {
        width: 260px; }
      .content_item .event_list .eventItem .info {
        width: calc(100% - 260px); } }
    @media screen and (max-width: 870px) {
      .event_list .eventItem .thumb {
        width: 260px; }
      .event_list .eventItem .info {
        width: calc(100% - 260px); } }
    @media screen and (max-width: 750px) {
      .event_list .eventItem {
        display: block;
        position: relative; }
        .event_list .eventItem .thumb {
          width: 117px; }
        .event_list .eventItem .info {
          width: 100%; }
        .event_list .eventItem .info {
          position: static;
          padding: 10px 0px 80px; }
          .event_list .eventItem .info .title {
            margin-bottom: 0px; }
          .event_list .eventItem .info .tagline {
            font-size: 18px;
            margin-top: 5px; }
          .event_list .eventItem .info .date {
            position: absolute;
            top: 10px;
            right: 0px;
            width: calc(100% - 117px - 30px);
            margin: 0; }
            .event_list .eventItem .info .date .m-date__rangeFirst,
            .event_list .eventItem .info .date .m-date__separator,
            .event_list .eventItem .info .date .m-date__rangeLast {
              font-size: 14px; }
        .event_list .eventItem .meta {
          bottom: 55px;
          left: 10px;
          font-size: 12px; } }
  @media screen and (min-width: 871px) {
    .event_list.event_list_grid {
      max-width: 860px; }
      .event_list.event_list_grid .list {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        flex-wrap: wrap; }
      .event_list.event_list_grid .eventItem {
        -webkit-box-ordinal-group: 5;
                order: 4;
        float: left;
        width: 400px;
        height: 445px;
        margin: 0px 10px 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column; }
        .event_list.event_list_grid .eventItem .thumb, .event_list.event_list_grid .eventItem .info {
          float: none;
          width: 100%; }
        .event_list.event_list_grid .eventItem .thumb {
          flex-shrink: 1;
          overflow: hidden;
          max-height: none; }
        .event_list.event_list_grid .eventItem .info {
          -webkit-box-flex: 1;
                  flex-grow: 1;
          padding: 15px 10px 80px; }
          .event_list.event_list_grid .eventItem .info .date {
            margin-bottom: 20px; }
        .event_list.event_list_grid .eventItem .long_meta + .info {
          padding-bottom: 100px; }
        .event_list.event_list_grid .eventItem .no_meta + .info {
          padding-bottom: 60px; }
        .event_list.event_list_grid .eventItem .meta {
          left: 10px; }
        .event_list.event_list_grid .eventItem .buttons {
          width: calc(100% - 10px);
          left: 10px; }
        .event_list.event_list_grid .eventItem:nth-child(3n+1) {
          clear: left; } }
  @media screen and (min-width: 1201px) {
    .event_list.event_list_grid {
      max-width: 1280px; }
      .event_list.event_list_grid .eventItem {
        width: calc(33.33% - 20px); }
        .event_list.event_list_grid .eventItem.homepage_featured {
          -webkit-transform: translateY(22px);
                  transform: translateY(22px);
          margin-bottom: 0; } }
  @media screen and (min-width: 1201px) {
    .event_list.event_list_grid .has-1-featured .eventItem:nth-child(1) {
      -webkit-box-ordinal-group: 3;
              order: 2; }
    .event_list.event_list_grid .has-1-featured .eventItem:nth-child(2) {
      -webkit-box-ordinal-group: 2;
              order: 1; } }
  @media screen and (min-width: 1201px) {
    .event_list.event_list_grid .has-2-featured .eventItem:nth-child(1) {
      -webkit-box-ordinal-group: 3;
              order: 2; }
    .event_list.event_list_grid .has-2-featured .eventItem:nth-child(2) {
      -webkit-box-ordinal-group: 4;
              order: 3; }
    .event_list.event_list_grid .has-2-featured .eventItem:nth-child(3) {
      -webkit-box-ordinal-group: 2;
              order: 1;
      max-width: calc(100% - 860px); }
    .event_list.event_list_grid .has-2-featured .eventItem:nth-child(4) {
      max-width: calc(100% - 860px); }
    .event_list.event_list_grid .has-2-featured .eventItem.homepage_featured {
      -webkit-transform: translateY(22px);
              transform: translateY(22px); } }
  .home .event_list .list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap; }
  .home .event_list .eventItem.homepage_featured {
    -webkit-box-ordinal-group: 2;
            order: 1;
    float: none;
    width: 100%;
    height: auto;
    margin: 0px 10px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
    .home .event_list .eventItem.homepage_featured .thumb, .home .event_list .eventItem.homepage_featured .info {
      float: none;
      width: 100%; }
    .home .event_list .eventItem.homepage_featured .thumb {
      flex-shrink: 1;
      overflow: hidden; }
    .home .event_list .eventItem.homepage_featured .info {
      position: relative;
      -webkit-box-flex: 1;
              flex-grow: 1;
      padding: 15px 10px 80px; }
      .home .event_list .eventItem.homepage_featured .info .date {
        position: relative;
        top: auto;
        right: auto;
        margin-left: -10px;
        margin-bottom: 20px;
        width: calc(100% - 30px);
        font-size: 20px; }
        .home .event_list .eventItem.homepage_featured .info .date .m-date__rangeFirst,
        .home .event_list .eventItem.homepage_featured .info .date .m-date__separator,
        .home .event_list .eventItem.homepage_featured .info .date .m-date__rangeLast {
          font-size: 20px; }
        @media screen and (max-width: 870px) {
          .home .event_list .eventItem.homepage_featured .info .date {
            position: relative;
            top: auto;
            right: auto;
            margin-left: -10px;
            margin-bottom: 15px;
            font-size: 16px; }
            .home .event_list .eventItem.homepage_featured .info .date .m-date__rangeFirst,
            .home .event_list .eventItem.homepage_featured .info .date .m-date__separator,
            .home .event_list .eventItem.homepage_featured .info .date .m-date__rangeLast {
              font-size: 16px; } }
      .home .event_list .eventItem.homepage_featured .info .tagline {
        color: #ffffff;
        font-size: 26px;
        margin-top: 10px; }
    .home .event_list .eventItem.homepage_featured .meta {
      left: 10px; }
    .home .event_list .eventItem.homepage_featured .buttons {
      width: calc(100% - 10px);
      left: 10px; }
    .home .event_list .eventItem.homepage_featured:nth-child(3n+1) {
      clear: left; }
    @media screen and (max-width: 750px) {
      .home .event_list .eventItem.homepage_featured {
        display: none; } }
    @media screen and (min-width: 751px) {
      .home .event_list .eventItem.homepage_featured {
        float: left;
        width: calc(50% - 20px);
        height: 445px;
        margin-bottom: 40px; } }
    @media screen and (min-width: 871px) {
      .home .event_list .eventItem.homepage_featured {
        position: relative;
        width: 780px;
        height: 400px;
        padding: 0;
        display: block;
        margin: 0 30px 30px; }
        .home .event_list .eventItem.homepage_featured .thumb {
          height: 100%;
          width: 100%; }
          .home .event_list .eventItem.homepage_featured .thumb:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 100%;
            zoom: 1;
            opacity: 0;
            -moz-opacity: 0;
            filter: alpha(opacity=0);
            background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 40%, #000000 100%);
            background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.7)), to(#000000));
            background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 40%, #000000 100%); }
        .home .event_list .eventItem.homepage_featured .info {
          -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
          position: absolute;
          bottom: 0px;
          left: 0px;
          width: 100%;
          padding: 30px 30px 100px;
          zoom: 1;
          opacity: 0;
          -moz-opacity: 0;
          filter: alpha(opacity=0); }
          .home .event_list .eventItem.homepage_featured .info .title {
            font-family: "Muli", sans-serif;
            font-weight: 800;
            font-size: 47px;
            color: #FFFFFF;
            letter-spacing: 0; }
            .home .event_list .eventItem.homepage_featured .info .title a {
              color: #FFFFFF; }
              .home .event_list .eventItem.homepage_featured .info .title a:hover {
                color: #C51230; }
          .home .event_list .eventItem.homepage_featured .info .date, .home .event_list .eventItem.homepage_featured .info .more {
            color: #ffffff; }
          .home .event_list .eventItem.homepage_featured .info .meta {
            left: 30px;
            bottom: 70px;
            color: #fff; }
          .home .event_list .eventItem.homepage_featured .info .buttons {
            width: calc(100% - 60px);
            left: 30px;
            bottom: 20px; }
            .home .event_list .eventItem.homepage_featured .info .buttons .no_ticket_link {
              display: none; }
            .home .event_list .eventItem.homepage_featured .info .buttons .more {
              line-height: 34px; }
              .home .event_list .eventItem.homepage_featured .info .buttons .more svg {
                stroke: white; }
        .home .event_list .eventItem.homepage_featured:hover .thumb:after, .home .event_list .eventItem.homepage_featured:focus .thumb:after {
          zoom: 1;
          opacity: 1;
          -moz-opacity: 1;
          filter: alpha(opacity=100); }
        .home .event_list .eventItem.homepage_featured:hover .info, .home .event_list .eventItem.homepage_featured:focus .info {
          zoom: 1;
          opacity: 1;
          -moz-opacity: 1;
          filter: alpha(opacity=100); } }
  @media screen and (max-width: 870px) {
    .home .event_list .eventItem {
      width: calc(100% - 20px);
      -webkit-box-ordinal-group: 3;
              order: 2; } }
  .event_detail .event_list {
    padding: 0; }
    .event_detail .event_list .eventItem .meta {
      display: none; }
    .event_detail .event_list .eventItem .info {
      padding-bottom: 40px; }

/* ----------------------------------------------------------------------------
= 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 .spotlight_image {
    background: #dfdfdf;
    min-height: calc(100vw * (590 / 1600)); }
  .event_detail .event_heading {
    margin-bottom: 20px; }
    .event_detail .event_heading .title {
      font-size: 47px;
      letter-spacing: 0;
      margin-bottom: 10px; }
    .event_detail .event_heading .tagline {
      position: relative;
      font-weight: 300;
      font-size: 25px;
      color: #2e2e2e;
      font-family: "Roboto", sans-serif; }
      .event_detail .event_heading .tagline:after {
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear;
        content: '';
        position: absolute;
        bottom: -15px;
        left: 0px;
        height: 1px;
        width: 30px;
        display: block;
        background: #C51230; }
      .event_detail .event_heading .tagline + .extra_info:after {
        display: none; }
  .event_detail .extra_info {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    color: #C51230;
    letter-spacing: 0;
    position: relative; }
    .event_detail .extra_info:after {
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear;
      content: '';
      position: absolute;
      bottom: calc(100% + 8px);
      left: 0px;
      height: 1px;
      width: 30px;
      display: block;
      background: #C51230; }
  .event_detail .buttonWrapper .title,
  .event_detail .buttonWrapper .tagline,
  .event_detail .buttonWrapper .date {
    display: none; }
  .event_detail .addthis_inline_share_toolbox {
    margin-bottom: 15px; }

.description_wrapper .read-more {
  font-weight: 500;
  font-size: 14px;
  color: #2e2e2e;
  letter-spacing: 0;
  line-height: 16px;
  margin-top: 20px;
  cursor: pointer;
  display: inline-block; }
  .description_wrapper .read-more svg {
    margin-right: 10px; }
  .description_wrapper .read-more:hover {
    color: #C51230; }

.description_wrapper.short-description .event_description {
  height: auto; }
  .description_wrapper.short-description .event_description:after {
    zoom: 1;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0); }

.event_description {
  position: relative;
  height: 250px;
  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: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
  .event_description:hover + .read-more {
    color: #C51230; }
  .event_description.is-opened:after {
    display: none; }
  .event_description.is-opened + .read-more svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.event_showings {
  margin-bottom: 60px; }
  .event_showings .list {
    position: relative;
    list-style-type: none;
    font-family: "Muli", sans-serif;
    font-size: 15px; }
  .event_showings .cell {
    width: 40%;
    position: relative;
    float: left;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #2e2e2e;
    letter-spacing: 0;
    line-height: 34px;
    font-family: "Roboto", sans-serif;
    padding-bottom: 5px; }
    .event_showings .cell.time {
      font-weight: 400;
      font-size: 14px;
      color: #2e2e2e;
      text-align: left; }
      .event_showings .cell.time .special {
        line-height: 1;
        padding-left: 20px;
        color: #696767; }
    .event_showings .cell:nth-child(1) {
      width: 30%;
      text-align: left;
      padding-right: 20px; }
    .event_showings .cell:last-child {
      width: 30%;
      text-align: right; }
      .event_showings .cell:last-child.buttons {
        padding-bottom: 0; }
    @media screen and (max-width: 500px) {
      .event_showings .cell.time {
        width: 100%; }
      .event_showings .cell:nth-child(1) {
        width: 100%; }
      .event_showings .cell.buttons {
        position: absolute;
        top: 10px;
        right: 0px;
        width: auto; } }
  .event_showings .listItem {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 15px; }
    .event_showings .listItem:after {
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear;
      content: '';
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: calc(100% - 132px);
      border-bottom: 1px solid #bdbdbd;
      visibility: visible; }
    .event_showings .listItem:hover:after {
      border-bottom-color: #2e2e2e; }
    .event_showings .listItem-hasNoLink .eventDetailShowings__cell {
      width: 50%; }
    .event_showings .listItem .m-date__weekday {
      font-weight: 400; }
  .event_showings .additional_showings {
    display: none; }
  .event_showings .show-all-showings {
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    margin-top: 20px;
    cursor: pointer; }
    .event_showings .show-all-showings:before {
      content: '';
      position: relative;
      float: left;
      background: url(../images/icn_showings.png) left center no-repeat;
      background-size: 11px 8px;
      height: 8px;
      width: 11px;
      margin-right: 20px;
      vertical-align: middle;
      height: 16px; }
    .event_showings .show-all-showings:hover {
      color: #C51230; }
    .event_showings .show-all-showings.is-opened:before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

.event_partner_wide {
  width: 100%;
  max-width: 728px;
  margin: auto;
  margin-top: 60px; }
  .event_partner_wide > * {
    zoom: 1;
    margin: 0 auto 20px;
    display: block;
    text-align: center; }
    .event_partner_wide > *:before, .event_partner_wide > *:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .event_partner_wide > *:after {
      clear: both; }
  .event_partner_wide img {
    display: block;
    margin: auto;
    max-width: 100%; }

.rightBreakout .event_partners {
  max-width: 300px;
  margin: auto; }
  .rightBreakout .event_partners > * {
    zoom: 1;
    margin: 0 auto 0px;
    display: block;
    text-align: center; }
    .rightBreakout .event_partners > *:before, .rightBreakout .event_partners > *:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .rightBreakout .event_partners > *:after {
      clear: both; }
  .rightBreakout .event_partners img {
    display: block;
    margin: auto;
    max-width: 300px; }
  .rightBreakout .event_partners .sponsor_square {
    zoom: 1;
    clear: both;
    display: block;
    margin-top: 30px; }
    .rightBreakout .event_partners .sponsor_square:before, .rightBreakout .event_partners .sponsor_square:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .rightBreakout .event_partners .sponsor_square:after {
      clear: both; }

.eventDetailList {
  position: relative;
  overflow: hidden; }
  .eventDetailList .sidebar_on_sale a {
    font-weight: 500;
    font-size: 14px;
    color: #2e2e2e;
    letter-spacing: 0;
    line-height: 25px; }
    .eventDetailList .sidebar_on_sale a:before {
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear;
      content: '';
      height: 25px;
      width: 25px;
      display: inline-block;
      border-radius: 50%;
      background: url(../images/lazyload_arrow_icon.png) center #ffffff no-repeat;
      background-size: 21px 21px;
      vertical-align: top;
      margin-right: 7px; }
    .eventDetailList .sidebar_on_sale a:hover {
      text-decoration: underline;
      color: #2e2e2e; }
      .eventDetailList .sidebar_on_sale a:hover:before {
        -webkit-transform: translateX(5px);
                transform: translateX(5px); }
  .eventDetailList .item {
    list-style-type: none;
    border-bottom: 1px solid #2E2E2E;
    font-size: 16px;
    position: relative;
    padding: 15px 0; }
    .eventDetailList .item p {
      font-size: 16px; }
    .eventDetailList .item:last-child {
      border-bottom: none;
      padding-bottom: 0; }
    .eventDetailList .item:not(.sidebar_on_sale) a {
      font-weight: 500;
      display: inline-block;
      text-decoration: none; }
      .eventDetailList .item:not(.sidebar_on_sale) a:before {
        content: none; }
      .eventDetailList .item:not(.sidebar_on_sale) a:after {
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0px;
        height: 1px;
        width: 100%;
        background: #c51230; }
      .eventDetailList .item:not(.sidebar_on_sale) a:hover {
        text-decoration: none; }
        .eventDetailList .item:not(.sidebar_on_sale) a:hover:after {
          width: 0; }
    .eventDetailList .item .label {
      display: block;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #2e2e2e;
      letter-spacing: 0.04px;
      margin-bottom: 5px; }

.more_you_know {
  font-family: "Muli", sans-serif;
  font-weight: 800;
  font-size: 27px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1;
  background: #C51230;
  padding: 20px;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 60px; }

/* ----------------------------------------------------------------------------
=Showtime Page Content
----------------------------------------------------------------------------- */
.content_item {
  max-width: 1020px;
  padding: 0 20px;
  margin: auto;
  margin-bottom: 60px; }
  .one_sidebar_right .content_item.faq {
    padding: 0;
    margin-bottom: 0; }
    .one_sidebar_right .content_item.faq:before {
      content: 'Know Before You Go';
      font-family: "Muli", sans-serif;
      font-weight: 800;
      font-size: 27px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 1;
      background: #C51230;
      padding: 20px;
      display: inline-block;
      margin-bottom: 20px;
      margin-top: 60px; }
  .content_item.slide {
    max-width: 100%;
    padding: 0; }
    .news_detail_page .content_item.slide {
      margin-bottom: 0; }
  .one_sidebar_right .content_item.events {
    padding: 0;
    margin-top: 60px; }
  .content_item.map {
    margin-bottom: 0; }
  .news_listing_page .content_item.news_list {
    margin-bottom: 0; }
  @media screen and (max-width: 750px) {
    .content_item {
      margin-bottom: 30px; } }

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

.breadcrumbs {
  font-weight: 400;
  font-size: 12px;
  color: #C51230;
  line-height: 1;
  margin: 0 auto 10px;
  max-width: 1280px;
  padding: 20px; }
  .breadcrumbs .breadcrumb_divider {
    margin: 0 5px;
    color: #2E2E2E; }
  .breadcrumbs a:hover {
    color: #C51230; }
  .breadcrumbs span {
    color: #C51230; }

.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: 750px) {
        .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: 750px) {
        .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;
      font-size: 16px; }
      .two-column > ul > li strong {
        font-size: 20px;
        font-weight: 800;
        font-family: "Muli", sans-serif; }
      .two-column > ul > li:nth-child(odd) {
        clear: left; }
      @media screen and (max-width: 750px) {
        .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: 750px) {
    .side-by-side {
      width: 100%;
      float: none; } }

.TA_selfserveprop {
  height: 100%;
  width: 100%;
  overflow-y: scroll; }
  .TA_selfserveprop > div {
    max-width: 100%; }

/* ----------------------------------------------------------------------------
= 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,
  .full-slideshow, blockquote:after, .search_form, .accessible, .breadcrumbs,
  .banner, .addthis_toolbox, .print, .seating, .no_print {
    display: none;
    height: 0 !important; }
  .link ul.list li > a:after {
    position: relative;
    bottom: auto;
    left: auto;
    height: auto;
    width: auto;
    background: none; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
  .link ul.list li > a:after,
  a.button:after, a.more:after {
    content: " (" attr(href) ")";
    word-wrap: break-word; }
  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;
    padding: 30px; }
    pre:before, blockquote:before {
      display: none; }
  thead {
    display: table-header-group; }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img {
    page-break-inside: avoid; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  h1, .h1 {
    font-size: 30px; }
  h2, .h2 {
    font-size: 24px; }
  h3, .h3, .spotlight .title,
  .concierge .title,
  .news_list .title,
  .contest_list .title,
  .job_list .title,
  .seating_charts .title,
  .offer_list .title {
    font-size: 20px; }
  h4, .h4 {
    font-size: 16px; }
  .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; }
  .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 {
    width: calc(33.3% - 40px);
    margin: 0px 20px 20px; } }
