/* ----------------------------------------------------------------------------
= Main import - compiles to /css/style.css
= Currently using Bourbon latest from CodeKit
----------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,800,800i,900,900i");
html {
  box-sizing: border-box; }

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

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

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

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

/*
	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){
	}
*/
: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; } }
/* ----------------------------------------------------------------------------
= 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
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=EDP sticky sidebar variables
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=custom mixins
=currently importing default mixins from Bourbon
=reference default mixin calls at http://bourbon.io/docs/
----------------------------------------------------------------------------- */
.ir {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%;
  direction: ltr; }

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

.clear {
  clear: both; }

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

.show_mobile {
  display: none; }
  @media screen and (max-width: 700px) {
    .show_mobile {
      display: block; } }
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px); }

.invisible {
  visibility: hidden; }

.hide {
  display: none; }

* {
  letter-spacing: 0.00em; }

.header-base, .sitemap .column > ul > li > a, .spotlight .title,
.concierge .title,
.news_list .title,
.contest_list .title,
.job_list .title,
.seating_charts .title,
.offer_list .title, .spotlight .date,
.concierge .date,
.news_list .date,
.contest_list .date,
.job_list .date,
.seating_charts .date,
.offer_list .date, .showtime-search-instant-result-header-title, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0 0 20px;
  font-family: "Raleway", sans-serif;
  color: #000000; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .showtime-search-instant-result-header-title, .h3, .sitemap .column > ul > li > a, .spotlight .title,
.concierge .title,
.news_list .title,
.contest_list .title,
.job_list .title,
.seating_charts .title,
.offer_list .title, .h4, .h5, .spotlight .date,
.concierge .date,
.news_list .date,
.contest_list .date,
.job_list .date,
.seating_charts .date,
.offer_list .date, .h6 {
  margin-top: 0; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .showtime-search-instant-result-header-title a, .h3 a, .sitemap .column > ul > li > a a, .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, .h4 a, .h5 a, .spotlight .date a,
  .concierge .date a,
  .news_list .date a,
  .contest_list .date a,
  .job_list .date a,
  .seating_charts .date a,
  .offer_list .date a, .h6 a {
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent; }
    h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus, .h1 a:hover, .h1 a:focus, .h2 a:hover, .showtime-search-instant-result-header-title a:hover, .h2 a:focus, .showtime-search-instant-result-header-title a:focus, .h3 a:hover, .sitemap .column > ul > li > a a:hover, .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, .h3 a:focus, .sitemap .column > ul > li > a a:focus, .spotlight .title a:focus,
    .concierge .title a:focus,
    .news_list .title a:focus,
    .contest_list .title a:focus,
    .job_list .title a:focus,
    .seating_charts .title a:focus,
    .offer_list .title a:focus, .h4 a:hover, .h4 a:focus, .h5 a:hover, .spotlight .date a:hover,
    .concierge .date a:hover,
    .news_list .date a:hover,
    .contest_list .date a:hover,
    .job_list .date a:hover,
    .seating_charts .date a:hover,
    .offer_list .date a:hover, .h5 a:focus, .spotlight .date a:focus,
    .concierge .date a:focus,
    .news_list .date a:focus,
    .contest_list .date a:focus,
    .job_list .date a:focus,
    .seating_charts .date a:focus,
    .offer_list .date a:focus, .h6 a:hover, .h6 a:focus {
      -webkit-text-decoration-color: #000000;
              text-decoration-color: #000000; }

h1, .h1 {
  font-size: 2.44140625rem; }

h2, .h2, .showtime-search-instant-result-header-title {
  font-size: 1.953125rem; }
  h2.long_title, .h2.long_title, .long_title.showtime-search-instant-result-header-title {
    font-size: 1.5625rem; }

h3, .h3, .sitemap .column > ul > li > a, .spotlight .title,
.concierge .title,
.news_list .title,
.contest_list .title,
.job_list .title,
.seating_charts .title,
.offer_list .title {
  font-size: 1.5625rem; }

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

h5, .h5, .spotlight .date,
.concierge .date,
.news_list .date,
.contest_list .date,
.job_list .date,
.seating_charts .date,
.offer_list .date {
  font-size: 1rem; }

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

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

.p-base, .sitemap .column > ul > li > ul > li > a, table tr td, ol > li, .cms ul li, .textarea ul li, .spotlight_text ul li, .faq ul li, .link .description ul li, .event_description ul li, address, .address, p, .p {
  font-size: 1rem;
  font-family: "Roboto", sans-serif; }

p, .p {
  margin: 0 0 20px;
  letter-spacing: 0.3px;
  line-height: 1.6; }
  p.lead, .p.lead {
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-align: left;
    line-height: 1.6;
    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;
    margin-bottom: 18px; }

p + h1, ul + h1, ol + h1 {
  margin-top: 40px; }

p + .h1, ul + .h1, ol + .h1 {
  margin-top: 40px; }

p + h2, ul + h2, ol + h2 {
  margin-top: 40px; }

p + .h2, p + .showtime-search-instant-result-header-title, ul + .h2, ul + .showtime-search-instant-result-header-title, ol + .h2, ol + .showtime-search-instant-result-header-title {
  margin-top: 40px; }

p + h3, ul + h3, ol + h3 {
  margin-top: 40px; }

p + .h3, .sitemap .column > ul > li > p + a, .spotlight p + .title,
.concierge p + .title,
.news_list p + .title,
.contest_list p + .title,
.job_list p + .title,
.seating_charts p + .title,
.offer_list p + .title, ul + .h3, .sitemap .column > ul > li > ul + a, .spotlight ul + .title,
.concierge ul + .title,
.news_list ul + .title,
.contest_list ul + .title,
.job_list ul + .title,
.seating_charts ul + .title,
.offer_list ul + .title, ol + .h3, .sitemap .column > ul > li > ol + a, .spotlight ol + .title,
.concierge ol + .title,
.news_list ol + .title,
.contest_list ol + .title,
.job_list ol + .title,
.seating_charts ol + .title,
.offer_list ol + .title {
  margin-top: 40px; }

p + h4, ul + h4, ol + h4 {
  margin-top: 40px; }

p + .h4, ul + .h4, ol + .h4 {
  margin-top: 40px; }

p + h5, ul + h5, ol + h5 {
  margin-top: 40px; }

p + .h5, .spotlight p + .date,
.concierge p + .date,
.news_list p + .date,
.contest_list p + .date,
.job_list p + .date,
.seating_charts p + .date,
.offer_list p + .date, ul + .h5, .spotlight ul + .date,
.concierge ul + .date,
.news_list ul + .date,
.contest_list ul + .date,
.job_list ul + .date,
.seating_charts ul + .date,
.offer_list ul + .date, ol + .h5, .spotlight ol + .date,
.concierge ol + .date,
.news_list ol + .date,
.contest_list ol + .date,
.job_list ol + .date,
.seating_charts ol + .date,
.offer_list ol + .date {
  margin-top: 40px; }

p + h6, ul + h6, ol + h6 {
  margin-top: 40px; }

p + .h6, ul + .h6, ol + .h6 {
  margin-top: 40px; }

.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 35px; }
    .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: 8px;
      left: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4.5px 0 4.5px 6px;
      border-color: transparent transparent transparent #000000; }
      @media screen and (max-width: 700px) {
        .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: 4px; } }
    .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: 35px;
  counter-increment: li-counter;
  line-height: 1.5; }
  ol > li:before {
    color: #000000;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    font-size: 20px;
    content: '';
    position: absolute;
    top: -1px;
    left: 0px;
    width: 25px;
    height: 25px;
    content: counter(li-counter) "."; }
    @media screen and (max-width: 700px) {
      ol > li:before {
        top: -6px; } }
  ol > li:after {
    background: #E22925;
    content: '';
    position: absolute;
    top: 28px;
    left: -1px;
    width: 18px;
    height: 2px; }
    @media screen and (max-width: 700px) {
      ol > li:after {
        width: 18px;
        top: 20px; } }
a {
  border: none;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms linear; }
  a:hover, a:focus {
    color: #E22925; }
  .textarea p a, .textarea li a, .cms p a, .cms li a, .spotlight_content a, .m-eventDetailList__item a, .event_description a {
    text-decoration: underline;
    -webkit-text-decoration-color: #000000;
            text-decoration-color: #000000; }
    .textarea p a:hover, .textarea p a:focus, .textarea li a:hover, .textarea li a:focus, .cms p a:hover, .cms p a:focus, .cms li a:hover, .cms li a:focus, .spotlight_content a:hover, .spotlight_content a:focus, .m-eventDetailList__item a:hover, .m-eventDetailList__item a:focus, .event_description a:hover, .event_description a:focus {
      -webkit-text-decoration-color: transparent;
              text-decoration-color: transparent; }

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

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

blockquote {
  padding: 40px 40px 20px;
  position: relative;
  margin: 0;
  width: 100%;
  max-width: 100%;
  margin: 60px auto 40px;
  background-image: linear-gradient(-44deg, #000000 0%, #313131 100%);
  border-radius: 4px; }
  blockquote:after {
    content: '';
    background-image: url("../images/blockquote-shape.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 36%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    min-width: 200px; }
  @media screen and (max-width: 700px) {
    blockquote {
      margin-top: 40px;
      padding: 40px 30px 10px;
      margin-right: 0; } }
  blockquote p {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    color: #fff;
    text-align: left;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 700px) {
      blockquote p {
        font-size: 22px; } }
  blockquote strong.name {
    text-align: left;
    padding: 20px 20px 0 1px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    font-family: "Raleway", sans-serif;
    line-height: 1;
    letter-spacing: 2px;
    position: relative;
    display: block;
    text-align: left;
    text-transform: uppercase; }
    @media screen and (max-width: 700px) {
      blockquote strong.name {
        padding: 20px 0 10px; } }
    blockquote strong.name:after {
      content: '';
      position: absolute;
      top: 0;
      height: 2px;
      width: 60px;
      background: #fff;
      left: 0; }
    blockquote strong.name em {
      color: #fff;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      text-transform: none;
      display: block;
      margin-top: 5px; }
      @media screen and (max-width: 700px) {
        blockquote strong.name em {
          display: block;
          text-align: left; } }
/* ----------------------------------------------------------------------------
= Layout, Body and Containers
----------------------------------------------------------------------------- */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

html {
  height: 100%; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-align: left;
  color: #000000; }

#container {
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0; }

#layout {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 90px 0 0px; }
  @media screen and (max-width: 1200px) {
    #layout {
      padding-top: 75px; } }
#content {
  position: relative;
  clear: both;
  width: 100%;
  max-width: 100%;
  min-height: 410px;
  margin: 0 auto;
  padding: 0;
  z-index: 3; }

#events.detail #content {
  padding-bottom: 80px; }
  @media screen and (max-width: 700px) {
    #events.detail #content {
      padding-bottom: 60px; } }
  #events.detail #content .branding-wrapper-bg {
    width: 100%;
    max-width: 100%;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background-image: url("../images/edp_bg.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, 0.2);
    transition: all 100ms linear; }

.accessible {
  display: none; }

.column {
  position: relative;
  float: left;
  margin: 0;
  padding: 0; }

.one_sidebar_right {
  width: 100%; }
  .one_sidebar_right #column_1 {
    float: none;
    position: relative;
    width: 1180px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
    min-height: calc(0px + 60px + var(--sticky-height)); }
    @media screen and (max-width: 700px) {
      .one_sidebar_right #column_1 {
        max-width: calc(100% - 20px); } }
  .one_sidebar_right #column_2 {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 300px;
    background: #222; }
  .one_sidebar_right .leftColumn {
    float: left;
    width: calc(100% - 300px - 80px); }
    @media screen and (max-width: 870px) {
      .one_sidebar_right .leftColumn {
        width: 100%; } }
  .one_sidebar_right .right_side_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    margin-left: 80px;
    z-index: 1; }
    @media screen and (max-width: 870px) {
      .one_sidebar_right .right_side_wrapper {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        height: auto;
        margin-left: initial; } }
  .one_sidebar_right .faq.content_item {
    padding-left: 0;
    padding-right: 0; }
  .one_sidebar_right .rightBreakout.sticky_item {
    position: static;
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    top: 95px;
    margin-top: 0px;
    margin-bottom: 60px; }
    @media screen and (max-width: 700px) {
      .one_sidebar_right .rightBreakout.sticky_item {
        margin-bottom: 40px; } }
    @media screen and (max-width: 870px) {
      .one_sidebar_right .rightBreakout.sticky_item {
        position: relative;
        top: initial; } }
.full {
  width: 100%;
  position: relative;
  z-index: 2;
  padding-bottom: 80px; }
  .full .full_column {
    width: 100%;
    padding-bottom: 40px; }
    @media screen and (max-width: 700px) {
      .full .full_column {
        padding-bottom: 40px; } }
.back-to-top {
  padding-right: 20px;
  padding-bottom: 30px;
  background: transparent;
  position: relative;
  z-index: 50;
  text-align: center;
  transition: all 200ms linear;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 80px;
  right: 28px; }
  .back-to-top.is-active {
    opacity: 1;
    visibility: visible; }
  .back-to-top span#backToTop {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    transition: all 200ms linear; }
    .back-to-top span#backToTop svg > g > g {
      transition: all 200ms linear; }
  .back-to-top span.text {
    display: block;
    margin-top: 15px;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    font-size: 16px; }
  .back-to-top span#backToTop {
    text-align: center; }
    .back-to-top span#backToTop:hover svg > g > g {
      stroke: #fff; }
  .back-to-top:hover span.text {
    text-decoration: underline; }
  .back-to-top:hover #backToTop {
    background: #000000; }
    .back-to-top:hover #backToTop svg > g > g {
      stroke: #fff; }
  .back-to-top.over-footer span#backToTop {
    background: #000000;
    border: 2px solid #fff; }
    .back-to-top.over-footer span#backToTop svg > g > g {
      stroke: #fff; }
  .back-to-top.over-footer span.text {
    color: #fff; }
  .back-to-top.over-footer:hover span#backToTop {
    background: #fff; }
    .back-to-top.over-footer:hover span#backToTop svg > g > g {
      stroke: #000000; }

.cc-window.cc-banner {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
  z-index: 9999999999; }

.accessible-hidden {
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0; }

/* ----------------------------------------------------------------------------
= Header basics
----------------------------------------------------------------------------- */
header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  z-index: 999;
  background: transparent;
  box-shadow: 0 2px 7px -1px rgba(0, 0, 0, 0.2); }
  header.header:before {
    transition: all 250ms linear;
    background: rgba(17, 18, 17, 0.6);
    width: 100vw;
    height: 100vh !important;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    content: '';
    display: block;
    visibility: hidden;
    opacity: 0; }
  header.header.menu-open:before {
    visibility: visible;
    opacity: 0.95; }
  @media screen and (max-width: 768px) {
    header.header.menu-open .header-inner {
      background: #fff; } }
  header.header.menu-open .mobile-search {
    opacity: 1;
    visibility: visible; }
  header.header.menu-open .drawer-toolbar {
    right: 0;
    opacity: 1;
    visibility: visible; }
    header.header.menu-open .drawer-toolbar .toolbar {
      display: block !important; }
  header.header.menu-open .logo {
    opacity: 0;
    visibility: hidden; }
  header.header.is-fixed .header-inner {
    height: 75px;
    padding: 0 20px 15px; }
    @media screen and (max-width: 1200px) {
      header.header.is-fixed .header-inner {
        height: 75px; } }
    header.header.is-fixed .header-inner .logo a:before, header.header.is-fixed .header-inner .logo a:after, header.header.is-fixed .header-inner .logo span:before, header.header.is-fixed .header-inner .logo span:after {
      height: 75px;
      top: -6.5px; }
    header.header.is-fixed .header-inner .right-side {
      bottom: 15px; }
      @media screen and (max-width: 1200px) {
        header.header.is-fixed .header-inner .right-side {
          bottom: auto; } }
    header.header.is-fixed .header-inner .toolbar.desktop {
      opacity: 0;
      visibility: hidden;
      width: 0;
      height: 0;
      padding: 0; }
      header.header.is-fixed .header-inner .toolbar.desktop .logo-wrap a:after {
        height: 60px; }
  header.header .header-inner {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    padding: 0 20px 20px;
    justify-content: space-between;
    transition: height 0.2s ease-in-out, padding 0.21s ease-in-out;
    width: 100%;
    height: 90px;
    background-image: linear-gradient(-36deg, #FFFFFF 0%, #EBECEC 100%);
    z-index: 9999; }
    @media screen and (max-width: 1080px) {
      header.header .header-inner {
        padding: 0 20px; } }
    @media screen and (max-width: 1200px) {
      header.header .header-inner {
        padding: 0 20px 15px;
        height: 75px; } }
    header.header .header-inner .right-side {
      display: flex;
      align-items: center;
      position: absolute;
      left: 0;
      bottom: 20px;
      width: 100%;
      transition: bottom 0.2s linear; }
      @media screen and (max-width: 1200px) {
        header.header .header-inner .right-side {
          position: static;
          bottom: auto; } }
      header.header .header-inner .right-side .nav-search {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 20px;
        width: 100%;
        min-height: 45px;
        z-index: 1; }
        @media screen and (max-width: 1080px) {
          header.header .header-inner .right-side .nav-search {
            padding-right: 20px; } }
        @media screen and (max-width: 1024px) {
          header.header .header-inner .right-side .nav-search {
            width: 100%; } }
        header.header .header-inner .right-side .nav-search .search-wrap {
          z-index: 3;
          z-index: 500;
          transition: all 200ms linear; }
          @media screen and (max-width: 1200px) {
            header.header .header-inner .right-side .nav-search .search-wrap {
              display: none; } }
          header.header .header-inner .right-side .nav-search .search-wrap .wrapper {
            transition: all 250ms linear;
            z-index: 9000;
            position: absolute;
            visibility: hidden;
            opacity: 0;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
            height: 39px;
            width: 0;
            background: transparent; }
            header.header .header-inner .right-side .nav-search .search-wrap .wrapper.active {
              opacity: 1;
              visibility: visible;
              width: 728px; }
              @media screen and (max-width: 1300px) {
                header.header .header-inner .right-side .nav-search .search-wrap .wrapper.active {
                  width: 606px; } }
            header.header .header-inner .right-side .nav-search .search-wrap .wrapper form {
              width: 100%;
              position: relative;
              z-index: 9000;
              height: 100%; }
              header.header .header-inner .right-side .nav-search .search-wrap .wrapper form > div {
                height: 100%; }
              header.header .header-inner .right-side .nav-search .search-wrap .wrapper form label.hidden {
                text-indent: -9999em;
                opacity: 0;
                display: block;
                height: 0;
                width: 0; }
              header.header .header-inner .right-side .nav-search .search-wrap .wrapper form button {
                position: absolute;
                left: -38px;
                bottom: 5px;
                background: transparent;
                background-image: url("../images/svg/search-magnify.svg");
                background-position: center;
                background-size: auto;
                background-repeat: no-repeat;
                border: none;
                cursor: pointer;
                width: 30px;
                height: 30px;
                transition: all 200ms linear;
                text-indent: -9999px; }
              header.header .header-inner .right-side .nav-search .search-wrap .wrapper form input[type='text'] {
                box-shadow: none;
                border: none;
                background: transparent;
                height: 39px;
                width: 100%;
                font-size: 20px;
                line-height: normal;
                transition: all 300ms linear;
                color: #000000;
                padding: 5px 15px 5px 0;
                border-radius: 0 !important;
                font-family: "Raleway", sans-serif;
                font-weight: 600;
                border-bottom: 2px solid #EBECEC; }
                header.header .header-inner .right-side .nav-search .search-wrap .wrapper form input[type='text']:focus {
                  border-color: #000000; }
                header.header .header-inner .right-side .nav-search .search-wrap .wrapper form input[type='text']::-moz-placeholder {
                  color: #000000; }
                header.header .header-inner .right-side .nav-search .search-wrap .wrapper form input[type='text']:-moz-placeholder {
                  color: #000000; }
                header.header .header-inner .right-side .nav-search .search-wrap .wrapper form input[type='text']:-ms-input-placeholder {
                  color: #000000; }
                header.header .header-inner .right-side .nav-search .search-wrap .wrapper form input[type='text']::-webkit-input-placeholder {
                  color: #000000; }
          header.header .header-inner .right-side .nav-search .search-wrap .search_toggle_wrap {
            position: relative;
            width: 76px;
            height: 25px;
            transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out; }
          header.header .header-inner .right-side .nav-search .search-wrap .search_toggle {
            cursor: pointer;
            width: 76px;
            height: 25px;
            transition: all 200ms linear;
            text-align: left; }
            header.header .header-inner .right-side .nav-search .search-wrap .search_toggle:after {
              content: '';
              background: #E22925;
              width: 15px;
              transition: all 200ms linear;
              height: 2px;
              position: absolute;
              left: 0;
              bottom: 0px; }
            header.header .header-inner .right-side .nav-search .search-wrap .search_toggle:hover {
              color: #E22925; }
              header.header .header-inner .right-side .nav-search .search-wrap .search_toggle:hover:after {
                width: 30px; }
            header.header .header-inner .right-side .nav-search .search-wrap .search_toggle svg {
              position: absolute;
              right: 0;
              bottom: 0; }
            header.header .header-inner .right-side .nav-search .search-wrap .search_toggle span {
              font-family: "Raleway", sans-serif;
              font-size: 13px;
              font-weight: 700; }
            header.header .header-inner .right-side .nav-search .search-wrap .search_toggle span.close {
              display: none; }
            header.header .header-inner .right-side .nav-search .search-wrap .search_toggle svg.close {
              visibility: hidden;
              opacity: 0;
              right: 6px;
              height: 24px;
              width: 24px; }
            header.header .header-inner .right-side .nav-search .search-wrap .search_toggle span.open {
              display: block; }
            header.header .header-inner .right-side .nav-search .search-wrap .search_toggle svg.open {
              visibility: visible;
              opacity: 1; }
            .searching header.header .header-inner .right-side .nav-search .search-wrap .search_toggle.open span.close {
              display: block; }
            .searching header.header .header-inner .right-side .nav-search .search-wrap .search_toggle.open svg.close {
              visibility: visible;
              opacity: 1; }
            .searching header.header .header-inner .right-side .nav-search .search-wrap .search_toggle.open span.open {
              display: none; }
            .searching header.header .header-inner .right-side .nav-search .search-wrap .search_toggle.open svg.open {
              visibility: hidden;
              opacity: 0; }
      header.header .header-inner .right-side .nav_wrapper {
        position: absolute;
        left: 50%;
        transform: translateX(-50%); }
        @media screen and (max-width: 1200px) {
          header.header .header-inner .right-side .nav_wrapper {
            position: fixed;
            left: auto;
            transform: none; } }
        header.header .header-inner .right-side .nav_wrapper .main_nav {
          width: 728px; }
          @media screen and (max-width: 1300px) {
            header.header .header-inner .right-side .nav_wrapper .main_nav {
              width: 606px; } }
    header.header .header-inner .logo {
      width: 177px;
      position: relative;
      flex: 0 0 auto;
      z-index: 2;
      transition: opacity 0.2s linear; }
      header.header .header-inner .logo a,
      header.header .header-inner .logo span {
        transition: all 200ms linear;
        display: block;
        z-index: 2;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1; }
        header.header .header-inner .logo a:before,
        header.header .header-inner .logo span:before {
          content: '';
          position: absolute;
          background: url("../images/svg/logo-bg.svg");
          transition: all 300ms linear;
          height: 90px;
          width: 258px;
          z-index: -2;
          left: -20px;
          top: -16px; }
        header.header .header-inner .logo a:after,
        header.header .header-inner .logo span:after {
          content: '';
          position: absolute;
          background: url("../images/svg/logo-bg-hover.svg");
          z-index: -1;
          opacity: 0;
          transition: all 300ms linear;
          height: 90px;
          width: 258px;
          left: -20px;
          top: -16px; }
        header.header .header-inner .logo a svg,
        header.header .header-inner .logo span svg {
          display: block;
          position: relative;
          z-index: 3; }
          header.header .header-inner .logo a svg polyline, header.header .header-inner .logo a svg path,
          header.header .header-inner .logo span svg polyline,
          header.header .header-inner .logo span svg path {
            transition: all 200ms linear; }
      header.header .header-inner .logo a:hover:after, header.header .header-inner .logo a:focus:after {
        opacity: 1; }
      header.header .header-inner .logo a:hover svg polyline, header.header .header-inner .logo a:hover svg path, header.header .header-inner .logo a:focus svg polyline, header.header .header-inner .logo a:focus svg path {
        fill: #fff; }
      @media screen and (max-width: 1200px) {
        header.header .header-inner .logo a:before, header.header .header-inner .logo a:after {
          height: 75px;
          top: -6.5px; } }
      header.header .header-inner .logo span.text {
        text-indent: -9999em;
        overflow: hidden;
        display: block;
        height: 0;
        width: 0; }
    header.header .header-inner .toolbar {
      position: relative;
      z-index: 2;
      padding-left: 50px;
      height: 100%;
      opacity: 1;
      width: 170px;
      transition: all 200ms linear; }
      @media screen and (max-width: 1200px) {
        header.header .header-inner .toolbar {
          display: none; } }
      @media screen and (max-width: 1080px) {
        header.header .header-inner .toolbar {
          padding-left: 0; } }
      header.header .header-inner .toolbar .inner-toolbar {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 100%;
        position: relative;
        z-index: 2; }
      header.header .header-inner .toolbar .logo-wrap {
        display: flex;
        align-items: center; }
        header.header .header-inner .toolbar .logo-wrap a:hover svg, header.header .header-inner .toolbar .logo-wrap a:hover img, header.header .header-inner .toolbar .logo-wrap a:focus svg, header.header .header-inner .toolbar .logo-wrap a:focus img {
          -webkit-filter: grayscale(0%);
                  filter: grayscale(0%); }
        header.header .header-inner .toolbar .logo-wrap a {
          margin: 0 20px;
          position: relative; }
          header.header .header-inner .toolbar .logo-wrap a:first-child {
            margin-left: 0;
            position: relative; }
            header.header .header-inner .toolbar .logo-wrap a:first-child:after {
              content: '';
              transition: all 0.2s linear;
              position: absolute;
              left: -30px;
              top: 50%;
              transform: translateY(-50%);
              width: 19px;
              height: 70px;
              margin: 0px auto;
              background: #EBECEC;
              -webkit-clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
              clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%); }
            header.header .header-inner .toolbar .logo-wrap a:first-child svg, header.header .header-inner .toolbar .logo-wrap a:first-child img {
              display: block;
              transition: -webkit-filter 0.2s linear;
              transition: filter 0.2s linear;
              transition: filter 0.2s linear, -webkit-filter 0.2s linear;
              -webkit-filter: grayscale(100%);
                      filter: grayscale(100%);
              max-width: 50px;
              max-height: 45px; }
              @media screen and (max-width: 1080px) {
                header.header .header-inner .toolbar .logo-wrap a:first-child svg, header.header .header-inner .toolbar .logo-wrap a:first-child img {
                  width: 45px; } }
            header.header .header-inner .toolbar .logo-wrap a:first-child:hover svg, header.header .header-inner .toolbar .logo-wrap a:first-child:hover img {
              -webkit-filter: grayscale(0%);
                      filter: grayscale(0%); }
            @media screen and (max-width: 1200px) {
              header.header .header-inner .toolbar .logo-wrap a:first-child:after {
                display: none; } }
          header.header .header-inner .toolbar .logo-wrap a:last-child {
            margin-right: 0;
            position: relative; }
            header.header .header-inner .toolbar .logo-wrap a:last-child:after {
              content: '';
              transition: all 0.2s linear;
              position: absolute;
              left: -30px;
              top: 50%;
              transform: translateY(-50%);
              width: 19px;
              height: 70px;
              margin: 0px auto;
              background: #EBECEC;
              -webkit-clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
              clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%); }
            header.header .header-inner .toolbar .logo-wrap a:last-child svg {
              display: block; }
              header.header .header-inner .toolbar .logo-wrap a:last-child svg path {
                transition: all 200ms linear; }
              @media screen and (max-width: 1080px) {
                header.header .header-inner .toolbar .logo-wrap a:last-child svg {
                  width: 30px; } }
            header.header .header-inner .toolbar .logo-wrap a:last-child:hover svg path {
              fill: #E22925; }

/* ----------------------------------------------------------------------------
= Header toolbar (if used)
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Navigations
----------------------------------------------------------------------------- */
.main_nav {
  zoom: 1;
  position: relative;
  float: left;
  z-index: 500;
  width: 100%;
  height: auto;
  margin: 0px 0 0;
  padding: 0;
  transition: opacity 0.2s ease-in-out; }
  .main_nav:before, .main_nav:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .main_nav:after {
    clear: both; }
  @media screen and (max-width: 1200px) {
    .main_nav {
      display: none; } }
  .main_nav > ul {
    transition: all 200ms linear; }
  .main_nav ul {
    zoom: 1;
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left; }
    .main_nav ul:before, .main_nav ul:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .main_nav ul:after {
      clear: both; }
    .main_nav ul li {
      position: relative;
      display: block;
      float: left;
      height: auto;
      margin: 0;
      padding: 0; }
      .main_nav ul li .close-button.level-1 {
        display: none; }
  .main_nav a {
    display: block;
    margin: 0;
    color: #fff; }
  .searching .main_nav {
    opacity: 0; }

.main_nav > ul {
  display: block;
  text-align: left; }
  .main_nav > ul:hover > li {
    opacity: 0.5; }
  .main_nav > ul > li {
    margin: 0 29px;
    transition: color 0.2s linear, opacity 0.2s linear; }
    @media screen and (max-width: 1300px) {
      .main_nav > ul > li {
        margin: 0 14px; } }
    .main_nav > ul > li.is-focused > .sub {
      display: block !important; }
    .main_nav > ul > li:first-child {
      margin-left: 0; }
    .main_nav > ul > li:last-child {
      margin-right: 0; }
    .main_nav > ul > li:hover {
      opacity: 1; }
    .main_nav > ul > li:hover > a:before {
      width: 40px; }
    .main_nav > ul > li > a {
      color: #000000;
      position: relative;
      font-family: "Raleway", sans-serif;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 2px; }
      .main_nav > ul > li > a span {
        opacity: 1;
        display: block;
        font-weight: 800;
        color: #000000;
        text-transform: uppercase;
        letter-spacing: 2px;
        transition: all 200ms linear; }
      .main_nav > ul > li > a:hover span, .main_nav > ul > li > a:focus span, .main_nav > ul > li > a.active span {
        color: #E22925; }

.main_nav ul .sub,
.main_nav ul .nav_sub {
  position: absolute;
  display: none;
  z-index: 9000;
  top: 100%;
  left: -20px;
  width: auto;
  margin: 0;
  padding: 33px 35px 19px 35px;
  background: transparent;
  width: 280px;
  border-radius: 4px; }
  .is-fixed .main_nav ul .sub, .is-fixed .main_nav ul .nav_sub {
    top: calc(100% - 7px); }
  .main_nav ul .sub:after,
  .main_nav ul .nav_sub:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 16px;
    height: calc(100% - 16px);
    width: 100%;
    background-image: linear-gradient(-44deg, #000000 0%, #313131 100%);
    box-shadow: 0 2px 7px -1px rgba(0, 0, 0, 0.2);
    border-radius: 4px; }
  .main_nav ul .sub > ul,
  .main_nav ul .nav_sub > ul {
    position: relative;
    z-index: 3; }
  .main_nav ul .sub li,
  .main_nav ul .nav_sub li {
    position: relative; }
    .main_nav ul .sub li a,
    .main_nav ul .nav_sub li a {
      padding: 6px 0;
      color: #E0E0E0;
      position: relative;
      z-index: 2;
      letter-spacing: 0.3px; }
      .main_nav ul .sub li a:before,
      .main_nav ul .nav_sub li a:before {
        content: '';
        position: absolute;
        left: -34px;
        top: -1px;
        background: #000000;
        opacity: 0;
        z-index: -1;
        height: calc(100% + 1px);
        width: calc(100% + 68px);
        transition: all 200ms linear; }
      .main_nav ul .sub li a:hover, .main_nav ul .sub li a:focus,
      .main_nav ul .nav_sub li a:hover,
      .main_nav ul .nav_sub li a:focus {
        color: #fff;
        padding-left: 5px; }
        .main_nav ul .sub li a:hover:before, .main_nav ul .sub li a:focus:before,
        .main_nav ul .nav_sub li a:hover:before,
        .main_nav ul .nav_sub li a:focus:before {
          opacity: 1; }
      .main_nav ul .sub li a.active,
      .main_nav ul .nav_sub li a.active {
        color: #fff;
        padding-left: 5px; }
        .main_nav ul .sub li a.active:hover, .main_nav ul .sub li a.active:focus,
        .main_nav ul .nav_sub li a.active:hover,
        .main_nav ul .nav_sub li a.active:focus {
          color: #fff; }
          .main_nav ul .sub li a.active:hover:before, .main_nav ul .sub li a.active:focus:before,
          .main_nav ul .nav_sub li a.active:hover:before,
          .main_nav ul .nav_sub li a.active:focus:before {
            opacity: 1; }
    .main_nav ul .sub li.has-third-level.is-opened > a,
    .main_nav ul .nav_sub li.has-third-level.is-opened > a {
      color: #fff;
      padding-left: 5px; }
      .main_nav ul .sub li.has-third-level.is-opened > a:before,
      .main_nav ul .nav_sub li.has-third-level.is-opened > a:before {
        opacity: 1; }
      .main_nav ul .sub li.has-third-level.is-opened > a:hover,
      .main_nav ul .nav_sub li.has-third-level.is-opened > a:hover {
        color: #fff; }
        .main_nav ul .sub li.has-third-level.is-opened > a:hover:before,
        .main_nav ul .nav_sub li.has-third-level.is-opened > a:hover:before {
          opacity: 1; }
      .main_nav ul .sub li.has-third-level.is-opened > a + button svg > g > g,
      .main_nav ul .nav_sub li.has-third-level.is-opened > a + button svg > g > g {
        fill: #fff; }
    .main_nav ul .sub li.has-third-level,
    .main_nav ul .nav_sub li.has-third-level {
      position: relative; }
      .main_nav ul .sub li.has-third-level.is-opened button.close-button.level-2 svg,
      .main_nav ul .nav_sub li.has-third-level.is-opened button.close-button.level-2 svg {
        transform: rotate(0deg); }
      .main_nav ul .sub li.has-third-level button.close-button.level-2,
      .main_nav ul .nav_sub li.has-third-level button.close-button.level-2 {
        cursor: pointer;
        position: absolute;
        left: -21px;
        top: 8px;
        width: 16px;
        height: 16px;
        z-index: 2; }
        .main_nav ul .sub li.has-third-level button.close-button.level-2 svg,
        .main_nav ul .nav_sub li.has-third-level button.close-button.level-2 svg {
          transition: all 200ms linear;
          transform: rotate(-90deg);
          display: block;
          width: 12px;
          height: 9px;
          margin: 0 auto; }
          .main_nav ul .sub li.has-third-level button.close-button.level-2 svg > g > g,
          .main_nav ul .nav_sub li.has-third-level button.close-button.level-2 svg > g > g {
            transition: all 100ms linear; }
        .main_nav ul .sub li.has-third-level button.close-button.level-2:hover svg > g > g,
        .main_nav ul .nav_sub li.has-third-level button.close-button.level-2:hover svg > g > g {
          fill: #fff; }

.main_nav ul ul {
  float: none;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  border-top: none;
  background: none; }
  .main_nav ul ul li {
    float: none;
    height: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    border-right: none;
    border-left: none;
    cursor: pointer;
    text-align: left;
    clear: both; }
    .main_nav ul ul li:first-child {
      display: block;
      border-top: none; }
    .main_nav ul ul li a {
      display: block;
      height: auto;
      margin: 0;
      cursor: pointer; }
      .main_nav ul ul li a:hover, .main_nav ul ul li a:focus, .main_nav ul ul li a.active {
        cursor: pointer;
        text-decoration: none; }
      .main_nav ul ul li a.gh_redirect:after, .main_nav ul ul li a.gh_page_redirect:after {
        content: '\f08e';
        font-family: FontAwesome;
        vertical-align: middle;
        margin-left: 9px;
        display: inline-block;
        color: inherit;
        transition: all 200ms linear; }
      .main_nav ul ul li a.gh_redirect:hover:after, .main_nav ul ul li a.gh_page_redirect:hover:after {
        content: '\f08e'; }
    .main_nav ul ul li ul.level_3 {
      display: none;
      padding: 5px 0 10px; }
      .main_nav ul ul li ul.level_3 li {
        padding: 0;
        margin-bottom: 12px;
        padding-left: 10px; }
        .main_nav ul ul li ul.level_3 li:last-child {
          margin-bottom: 0; }
        .main_nav ul ul li ul.level_3 li:after {
          display: none; }
        .main_nav ul ul li ul.level_3 li a {
          color: #E0E0E0;
          padding: 0;
          font-size: 13px;
          font-weight: 500;
          text-decoration: none;
          font-family: "Raleway", sans-serif; }
          .main_nav ul ul li ul.level_3 li a:before {
            display: none; }
          .main_nav ul ul li ul.level_3 li a:hover, .main_nav ul ul li ul.level_3 li a:focus, .main_nav ul ul li ul.level_3 li a.active {
            padding-left: 5px;
            color: #fff !important;
            cursor: pointer;
            text-decoration: underline; }
            .main_nav ul ul li ul.level_3 li a:hover:before, .main_nav ul ul li ul.level_3 li a:focus:before, .main_nav ul ul li ul.level_3 li a.active:before {
              display: none; }
          .main_nav ul ul li ul.level_3 li a.active {
            padding-left: 0; }

/* ----------------------------------------------------------------------------
= Mobile Navigation
----------------------------------------------------------------------------- */
#nav-toggle {
  position: absolute;
  display: none;
  z-index: 99999;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 52px;
  height: 45px;
  cursor: pointer;
  border-width: 1px;
  transition: background 0.2s linear, border-color 0.2s linear; }
  #nav-toggle.active {
    position: fixed;
    z-index: 9999999;
    transform: none;
    right: 20px;
    top: 16px; }
  @media screen and (max-width: 1200px) {
    #nav-toggle {
      display: block; } }
  #nav-toggle span {
    position: absolute;
    display: block;
    left: 11px;
    width: 34px;
    height: 2px;
    margin-top: 0;
    background: #000000;
    content: '';
    cursor: pointer;
    transition: all 0.4s ease;
    /* IE 9 */
    transform: rotate(0deg); }
    #nav-toggle span.top {
      top: 7px; }
    #nav-toggle span.mid, #nav-toggle span.mid2 {
      top: 15px;
      width: 34px; }
    #nav-toggle span.mid {
      display: none; }
    #nav-toggle span.bottom {
      bottom: 13px;
      top: auto;
      background: transparent;
      color: #000000;
      font-weight: 700;
      font-size: 13px;
      font-family: "Raleway", sans-serif;
      text-transform: capitalize;
      letter-spacing: 0.3px;
      left: 9px; }
      #nav-toggle span.bottom.open {
        left: 11px; }
      #nav-toggle span.bottom.close {
        left: 9px;
        display: none; }
  #nav-toggle:hover span.top, #nav-toggle:hover span.mid2 {
    background: #000000; }
  #nav-toggle:hover span span {
    color: #000000; }
  .no-touch #nav-toggle:hover span {
    color: #E22925; }
    .no-touch #nav-toggle:hover span.top, .no-touch #nav-toggle:hover span.mid2 {
      background: #E22925;
      transform: scaleX(1.06); }
  .no-touch #nav-toggle.active:hover span {
    color: #000000; }
    .no-touch #nav-toggle.active:hover span.top, .no-touch #nav-toggle.active:hover span.mid2 {
      background: #000000; }
    .no-touch #nav-toggle.active:hover span.top {
      transform: rotate(45deg) scaleX(1); }
    .no-touch #nav-toggle.active:hover span.mid2 {
      transform: rotate(-45deg) scaleX(1); }
  #nav-toggle.active span.top {
    top: 12px;
    left: 13px;
    /* IE 9 */
    transform: rotate(45deg);
    width: 30px; }
  #nav-toggle.active span.mid {
    /* IE 9 */
    transform: rotate(45deg); }
  #nav-toggle.active span.mid2 {
    left: 13px;
    top: 12px;
    /* IE 9 */
    transform: rotate(-45deg);
    width: 30px; }
  #nav-toggle.active span.mid, #nav-toggle.active span.bottom {
    opacity: 0; }
  #nav-toggle.active span.bottom.open {
    display: none; }
  #nav-toggle.active span.bottom.close {
    display: block;
    opacity: 1; }

.drawer-toolbar {
  background: transparent;
  max-width: 100%;
  width: 500px;
  position: fixed;
  top: 0;
  height: 75px;
  right: -100vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 250ms linear;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden; }
  .drawer-toolbar .toolbar {
    padding: 17px 65px 17px 20px !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 202px; }
    .drawer-toolbar .toolbar .logo-wrap {
      justify-content: flex-start;
      width: 100%; }
      .drawer-toolbar .toolbar .logo-wrap a.calendar-link {
        margin-left: 0 !important; }
        .drawer-toolbar .toolbar .logo-wrap a.calendar-link svg {
          display: block; }
          .drawer-toolbar .toolbar .logo-wrap a.calendar-link svg > g > g {
            transition: all 200ms linear; }
        .drawer-toolbar .toolbar .logo-wrap a.calendar-link:hover svg > g > g {
          fill: #000000; }
    .drawer-toolbar .toolbar:after {
      display: none; }
  @media screen and (min-width: 1201px) {
    .drawer-toolbar {
      display: none; } }
.mobile-search {
  z-index: 501;
  background: transparent;
  height: 55px;
  width: 100%;
  max-width: 500px;
  position: relative;
  top: 85px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  padding: 0 10px 0;
  transition: all 250ms linear; }
  @media screen and (max-width: 500px) {
    .mobile-search {
      max-width: 100%;
      width: 100%; } }
  @media screen and (min-width: 1201px) {
    .mobile-search {
      display: none; } }
  .mobile-search form {
    z-index: 3;
    max-width: 100%;
    height: 62px;
    z-index: 9000;
    background: transparent;
    padding: 6px 0; }
    .mobile-search form > div {
      height: 100%;
      position: relative; }
    .mobile-search form label.hidden {
      text-indent: -9999em;
      opacity: 0;
      display: block;
      height: 0;
      width: 0; }
    .mobile-search form button {
      position: absolute;
      right: 0px;
      bottom: 4px;
      background: transparent;
      background-position: center;
      background-size: auto;
      background-repeat: no-repeat;
      border: none;
      cursor: pointer;
      width: 64px;
      height: 35px;
      background-color: transparent;
      transition: all 200ms linear;
      text-indent: -9999px;
      z-index: 1; }
      .mobile-search form button:before {
        content: '';
        top: 1px;
        position: absolute;
        left: 0;
        height: 24px;
        width: 100%;
        background-image: url("../images/svg/search-magnify.svg");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat; }
      .mobile-search form button:hover:before {
        background-image: url("../images/svg/search-magnify-hover.svg"); }
    .mobile-search form input[type='text'] {
      box-shadow: none;
      border: none;
      background: #000000;
      height: 50px;
      width: 100%;
      line-height: normal;
      transition: all 200ms linear;
      color: rgba(255, 255, 255, 0.8);
      padding: 15px 13px;
      font-family: "Raleway", sans-serif;
      font-size: 16px;
      letter-spacing: 0.3px;
      font-weight: 600;
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 4px !important;
      overflow: hidden; }
      .mobile-search form input[type='text']::-moz-placeholder {
        color: rgba(255, 255, 255, 0.8); }
      .mobile-search form input[type='text']:-moz-placeholder {
        color: rgba(255, 255, 255, 0.8); }
      .mobile-search form input[type='text']:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.8); }
      .mobile-search form input[type='text']::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.8); }
      .mobile-search form input[type='text']:focus {
        color: #fff; }

@media screen and (min-width: 1201px) {
  .nav_wrapper nav a.give-link {
    display: none; } }

@media screen and (max-width: 1200px) {
  .nav_wrapper {
    position: fixed;
    transition: right 0.25s linear, opacity 0.25s linear;
    top: 0;
    right: -100vw;
    opacity: 0;
    width: 500px;
    max-width: 100%;
    height: 100% !important;
    -webkit-overflow-scrolling: touch;
    background-image: linear-gradient(-52deg, #000000 0%, #313131 100%); }
    .nav_wrapper:after {
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      height: 75px;
      background: #fff;
      width: 100%;
      z-index: 99999; } }

.nav_wrapper.is-opened {
  display: block;
  opacity: 1;
  top: 0;
  right: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  min-height: 100vh; }
  @media screen and (max-width: 1200px) {
    .nav_wrapper.is-opened {
      max-width: 100%;
      width: 500px;
      height: 100% !important; } }
  .nav_wrapper.is-opened nav.mobile_nav {
    visibility: visible; }

.mobile_nav {
  position: absolute;
  display: none;
  z-index: 500;
  top: 0;
  right: 0;
  max-width: 100%;
  width: 500px;
  margin: 0 0 0;
  zoom: 1;
  max-height: 100vh;
  min-height: 100vh;
  padding: 181px 10px 10px; }
  .mobile_nav:before, .mobile_nav:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .mobile_nav:after {
    clear: both; }
  @media screen and (max-width: 400px) {
    .mobile_nav {
      padding: 181px 10px 10px; } }
  .mobile_nav > ul {
    padding: 0 0 40px !important; }
    .mobile_nav > ul > li.is-opened > a {
      padding-bottom: 10px; }
    .mobile_nav > ul > li:before {
      content: '';
      position: absolute;
      height: 1px;
      width: 100%;
      right: 0;
      bottom: 0;
      background: rgba(255, 255, 255, 0.3);
      transition: all 200ms linear;
      visibility: visible; }
    .mobile_nav > ul > li:hover:before, .mobile_nav > ul > li.is-opened:before, .mobile_nav > ul > li:focus:before {
      background: #fff; }
    .mobile_nav > ul > li > a {
      color: #000000; }
  .mobile_nav ul {
    position: relative;
    display: block;
    float: left;
    clear: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    padding: 0 10px; }
    .mobile_nav ul li {
      position: relative;
      display: block;
      display: block;
      float: left;
      clear: left;
      width: 100%;
      margin: 0;
      padding-left: 40px;
      transition: all 200ms linear; }
      .mobile_nav ul li.no-sub {
        padding-left: 0; }
      .mobile_nav ul li > a {
        padding-left: 0;
        font-family: "Raleway", sans-serif;
        font-weight: 600;
        position: relative;
        display: inline-block;
        width: auto;
        font-size: 16px;
        padding: 22px 0 18px;
        line-height: 1;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 2px; }
        .mobile_nav ul li > a > span {
          font-weight: 800;
          letter-spacing: 2px; }
        .mobile_nav ul li > a:hover, .mobile_nav ul li > a.active, .mobile_nav ul li > a:focus {
          color: #fff; }
      .mobile_nav ul li.is-opened {
        opacity: 1; }
        .mobile_nav ul li.is-opened > a {
          opacity: 1; }
      .mobile_nav ul li.page_1 {
        display: none; }
      .mobile_nav ul li.has-sub .close-button.level-1 {
        cursor: pointer;
        height: 30px;
        width: 30px;
        position: absolute;
        left: 0;
        top: 15px;
        transition: all 300ms linear;
        background-color: transparent; }
        .mobile_nav ul li.has-sub .close-button.level-1 svg {
          transition: transform 0.2s linear; }
          .mobile_nav ul li.has-sub .close-button.level-1 svg circle {
            transition: all 200ms linear; }
          .mobile_nav ul li.has-sub .close-button.level-1 svg polygon {
            transform: translate(-5px, 11px) rotate(-45deg); }
        .mobile_nav ul li.has-sub .close-button.level-1:hover svg circle {
          fill: #B61D1A; }
        .mobile_nav ul li.has-sub .close-button.level-1 span {
          transition: all 200ms linear;
          display: block;
          width: 30px;
          height: 30px;
          position: absolute;
          left: 0;
          top: 0;
          background: transparent; }
      .mobile_nav ul li.has-sub li {
        border-bottom: none; }
      .mobile_nav ul li.has-sub.is-opened .close-button.level-1 {
        transform: rotate(90deg); }
      .mobile_nav ul li div.sub {
        display: none;
        padding-bottom: 20px; }
        .mobile_nav ul li div.sub > ul {
          padding-left: 0; }
        .mobile_nav ul li div.sub > ul > li > a {
          font-family: "Roboto", sans-serif;
          font-weight: 400;
          display: block;
          width: 100%;
          padding: 10px 0 10px 20px;
          text-transform: capitalize;
          font-size: 16px;
          letter-spacing: 0.3px;
          transition: all 200ms linear;
          font-family: "Roboto", sans-serif;
          font-weight: 400;
          color: #E0E0E0; }
          .mobile_nav ul li div.sub > ul > li > a:before {
            content: '';
            position: absolute;
            left: -20px;
            top: -1px;
            background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
            opacity: 0;
            z-index: -1;
            height: calc(100% + 1px);
            width: calc(100% + 20px);
            transition: all 200ms linear; }
          .mobile_nav ul li div.sub > ul > li > a.active {
            color: #fff;
            padding-left: 21px; }
            .mobile_nav ul li div.sub > ul > li > a.active:before {
              opacity: 1; }
          .mobile_nav ul li div.sub > ul > li > a:hover, .mobile_nav ul li div.sub > ul > li > a:focus {
            padding-left: 21px;
            color: #fff; }
            .mobile_nav ul li div.sub > ul > li > a:hover:before, .mobile_nav ul li div.sub > ul > li > a:focus:before {
              opacity: 1; }
        .mobile_nav ul li div.sub > ul > li {
          display: block; }
          .mobile_nav ul li div.sub > ul > li.is-opened > a {
            color: #fff; }
            .mobile_nav ul li div.sub > ul > li.is-opened > a:hover {
              color: #fff; }
        .mobile_nav ul li div.sub ul li {
          padding-left: 0;
          padding-right: 0;
          margin: 0; }
          .mobile_nav ul li div.sub ul li:last-child {
            margin-bottom: 0; }
          .mobile_nav ul li div.sub ul li a {
            color: #D5D5D5;
            font-size: 16px;
            font-family: "Roboto", sans-serif;
            font-weight: 400; }
            .mobile_nav ul li div.sub ul li a:hover {
              color: #fff; }
      .mobile_nav ul li.has-third-level.is-opened button.close-button.level-2 svg {
        transform: rotate(0deg); }
      .mobile_nav ul li.has-third-level.is-opened > a {
        padding-bottom: 10px;
        padding-left: 21px; }
      .mobile_nav ul li.has-third-level a {
        display: inline-block;
        width: auto; }
      .mobile_nav ul li.has-third-level button.close-button.level-2 {
        transition: all 100ms linear;
        display: inline-block;
        cursor: pointer;
        position: absolute;
        left: -2px;
        top: 11px;
        height: 15px;
        width: 14px;
        z-index: 2; }
        .mobile_nav ul li.has-third-level button.close-button.level-2 svg {
          transition: all 200ms linear;
          transform: rotate(-90deg);
          display: block;
          width: 12px;
          height: 9px;
          margin: 0 auto; }
          .mobile_nav ul li.has-third-level button.close-button.level-2 svg > g > g {
            transition: all 100ms linear; }
        .mobile_nav ul li.has-third-level button.close-button.level-2:hover svg > g > g {
          fill: #fff; }
      .mobile_nav ul li.has-third-level ul.level_3 {
        display: none;
        margin-top: 1px;
        margin-bottom: 1px;
        padding-left: 20px; }
        .mobile_nav ul li.has-third-level ul.level_3 li:before {
          display: none; }
        .mobile_nav ul li.has-third-level ul.level_3 li a {
          border-bottom: none;
          font-weight: 400;
          padding-top: 6px;
          padding-bottom: 6px;
          padding-left: 15px;
          font-weight: 400;
          font-family: "Raleway", sans-serif;
          color: #E0E0E0;
          font-size: 13px;
          float: none;
          text-transform: capitalize; }
          .mobile_nav ul li.has-third-level ul.level_3 li a:before, .mobile_nav ul li.has-third-level ul.level_3 li a:after {
            display: none; }
          .mobile_nav ul li.has-third-level ul.level_3 li a:hover, .mobile_nav ul li.has-third-level ul.level_3 li a.active, .mobile_nav ul li.has-third-level ul.level_3 li a:focus {
            color: #fff;
            text-decoration: underline;
            padding-left: 16px; }
        .mobile_nav ul li.has-third-level ul.level_3 li:last-child a {
          padding-bottom: 5px;
          margin-bottom: 2px; }

.mobile_nav ul .sub {
  float: left;
  width: 100%; }
  .mobile_nav ul .sub .sub_holder {
    width: 100%; }

.mobile_nav ul ul a.gh_redirect:after, .mobile_nav ul ul a.gh_page_redirect:after {
  content: '\f08e';
  font-family: FontAwesome;
  vertical-align: middle;
  margin-left: 9px;
  display: inline-block;
  color: inherit; }

/* ----------------------------------------------------------------------------
= Footer basics
----------------------------------------------------------------------------- */
footer {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  background: url("../images/footer-bg-image-new.jpg") #000000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 3; }
  footer .footer_holder {
    padding: 100px 20px 60px; }
    @media screen and (max-width: 870px) {
      footer .footer_holder {
        padding: 50px 20px 40px; } }
    footer .footer_holder .promo-item {
      max-width: 100%;
      width: 100%; }
      @media screen and (max-width: 870px) {
        footer .footer_holder .promo-item {
          margin-top: -70px; } }
      footer .footer_holder .promo-item .promo {
        max-width: 100%;
        width: 730px;
        border: 1px solid #fff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -47px; }
        footer .footer_holder .promo-item .promo > div {
          max-width: 100%; }
        footer .footer_holder .promo-item .promo a {
          display: block !important; }
        footer .footer_holder .promo-item .promo iframe {
          max-width: 100%; }
        @media screen and (max-width: 870px) {
          footer .footer_holder .promo-item .promo {
            position: relative;
            top: auto;
            left: auto;
            transform: none;
            margin: 0 auto 40px; } }
        footer .footer_holder .promo-item .promo img {
          width: 100%;
          height: auto;
          display: block; }
    footer .footer_holder .const {
      max-width: 1130px;
      margin: 0 auto; }
      footer .footer_holder .const .top-row {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 80px; }
        @media screen and (max-width: 870px) {
          footer .footer_holder .const .top-row {
            flex-flow: row wrap; } }
        footer .footer_holder .const .top-row .logo a svg {
          opacity: 1;
          transition: opacity 0.2s linear; }
        footer .footer_holder .const .top-row .logo a:hover svg {
          opacity: 0.7; }
        footer .footer_holder .const .top-row .logo span.text {
          text-indent: -9999em;
          overflow: hidden;
          display: block;
          height: 0;
          width: 0; }
        @media screen and (max-width: 870px) {
          footer .footer_holder .const .top-row .logo {
            flex: 0 100%;
            max-width: 100%;
            text-align: center; } }
        footer .footer_holder .const .top-row .address-wrap {
          text-align: center;
          position: absolute;
          left: 50%;
          transform: translateX(-50%); }
          @media screen and (max-width: 870px) {
            footer .footer_holder .const .top-row .address-wrap {
              position: relative;
              left: auto;
              transform: none;
              margin: 25px 0;
              flex: 0 100%;
              max-width: 100%; } }
          footer .footer_holder .const .top-row .address-wrap address {
            margin: 0;
            font-family: "Roboto", sans-serif;
            font-weight: 700;
            letter-spacing: 0.3px;
            font-size: 16px;
            color: #fff; }
        @media screen and (max-width: 870px) {
          footer .footer_holder .const .top-row .social {
            text-align: center;
            flex: 0 100%;
            max-width: 100%; } }
        footer .footer_holder .const .top-row .social a {
          background: #E22925;
          width: 40px;
          height: 40px;
          margin: 0 5px;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          font-size: 22px;
          border-radius: 2px;
          color: #fff; }
          footer .footer_holder .const .top-row .social a:first-child {
            margin-left: 0; }
          footer .footer_holder .const .top-row .social a:last-child {
            margin-right: 0; }
          footer .footer_holder .const .top-row .social a:before {
            color: #fff; }
          footer .footer_holder .const .top-row .social a:hover {
            background: #B61D1A; }
  footer .footer_nav {
    zoom: 1;
    max-width: 100%;
    width: 100%;
    margin: auto; }
    footer .footer_nav:before, footer .footer_nav:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    footer .footer_nav:after {
      clear: both; }
    @media screen and (max-width: 1024px) {
      footer .footer_nav > ul {
        display: flex;
        flex-flow: row wrap; } }
    footer .footer_nav ul {
      zoom: 1;
      position: relative; }
      footer .footer_nav ul:before, footer .footer_nav ul:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      footer .footer_nav ul:after {
        clear: both; }
      footer .footer_nav ul li {
        width: 20%;
        float: left;
        padding-right: 3px; }
        @media screen and (max-width: 1024px) {
          footer .footer_nav ul li {
            width: 33%; } }
        @media screen and (max-width: 700px) {
          footer .footer_nav ul li {
            width: 100%; } }
        footer .footer_nav ul li a {
          color: #fff;
          text-transform: uppercase;
          font-weight: 800;
          letter-spacing: 2px;
          display: inline-block;
          position: relative;
          cursor: pointer;
          font-family: "Raleway", sans-serif;
          font-size: 16px;
          margin-bottom: 20px; }
          footer .footer_nav ul li a:after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 0;
            height: 2px;
            background: #E22925;
            transition: all 200ms linear; }
          footer .footer_nav ul li a:hover:after, footer .footer_nav ul li a.active:after, footer .footer_nav ul li a:focus:after {
            width: 30px; }
          @media screen and (max-width: 700px) {
            footer .footer_nav ul li a {
              margin-bottom: 30px; } }
        footer .footer_nav ul li li {
          width: 100%;
          float: none;
          margin-bottom: 0; }
          footer .footer_nav ul li li a {
            text-transform: capitalize;
            font-family: "Roboto", sans-serif;
            font-weight: 400;
            text-decoration: none;
            display: inline-block;
            padding: 5px 0px;
            font-size: 14px;
            margin-bottom: 5px;
            color: #DBDCDC;
            letter-spacing: 0.3px; }
            footer .footer_nav ul li li a:after {
              display: none; }
            footer .footer_nav ul li li a:hover, footer .footer_nav ul li li a.active, footer .footer_nav ul li li a:focus {
              color: #fff;
              text-decoration: underline;
              padding-left: 5px; }
        @media screen and (max-width: 870px) {
          footer .footer_nav ul li {
            width: 33%; } }
        @media screen and (max-width: 700px) {
          footer .footer_nav ul li {
            width: 100%;
            text-align: center; } }
      @media screen and (max-width: 870px) {
        footer .footer_nav ul ul {
          display: none; } }
    @media screen and (max-width: 870px) {
      footer .footer_nav {
        margin: 0 auto;
        width: calc(100% - 20px); } }
  .blank_layout footer, .blank-with-navigation_layout footer {
    display: none; }

.global-footer {
  position: relative;
  zoom: 1;
  margin: 60px auto 0;
  display: block;
  padding: 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 0.3px;
  font-weight: 500; }
  .global-footer:before, .global-footer:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .global-footer:after {
    clear: both; }
  .global-footer p {
    position: relative;
    display: block;
    margin: auto;
    padding: 15px 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500; }
    .global-footer p a, .global-footer p a:visited {
      font-weight: 500;
      transition: all 100ms linear;
      font-size: 14px;
      color: white;
      text-decoration: none;
      color: #D6D7D7; }
      .global-footer p a:hover, .global-footer p a:focus, .global-footer p a:visited:hover, .global-footer p a:visited:focus {
        color: #fff;
        text-decoration: underline; }
  .global-footer .delimiter {
    padding: 0 2px;
    color: white; }
  .global-footer a#carbonhouse, .global-footer a#carbonhouse:link, .global-footer a#carbonhouse:visited {
    position: relative;
    display: block;
    float: none;
    margin-top: 25px;
    padding-top: 0px;
    color: #D6D7D7;
    font-family: 'helvetica';
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-weight: 400; }
    .global-footer a#carbonhouse span, .global-footer a#carbonhouse:link span, .global-footer a#carbonhouse:visited span {
      font-weight: 400;
      transition: all 200ms linear;
      font-size: 16px; }
      .global-footer a#carbonhouse span.carbon, .global-footer a#carbonhouse:link span.carbon, .global-footer a#carbonhouse:visited span.carbon {
        font-weight: 700;
        color: #D6D7D7; }
      .global-footer a#carbonhouse span.house, .global-footer a#carbonhouse:link span.house, .global-footer a#carbonhouse:visited span.house {
        font-weight: 700;
        color: #D6D7D7; }
    .global-footer a#carbonhouse:hover, .global-footer a#carbonhouse:link:hover, .global-footer a#carbonhouse:visited:hover {
      color: #fff;
      text-decoration: none; }
      .global-footer a#carbonhouse:hover span, .global-footer a#carbonhouse:link:hover span, .global-footer a#carbonhouse:visited:hover span {
        color: #fff; }
        .global-footer a#carbonhouse:hover span.carbon, .global-footer a#carbonhouse:hover span.house, .global-footer a#carbonhouse:link:hover span.carbon, .global-footer a#carbonhouse:link:hover span.house, .global-footer a#carbonhouse:visited:hover span.carbon, .global-footer a#carbonhouse:visited:hover span.house {
          color: #fff; }

/* ----------------------------------------------------------------------------
=Sidebar Subnav
----------------------------------------------------------------------------- */
.subnav {
  position: relative;
  display: none;
  width: 320px;
  margin: 0 0 20px;
  padding: 0; }
  .subnav ul {
    width: 300px;
    margin: 0 auto;
    padding: 15px 0;
    list-style: none;
    list-style-image: none; }
    .subnav ul li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid black; }
      .subnav ul li:first-child {
        background: none; }
        .subnav ul li:first-child a, .subnav ul li:first-child a:visited {
          line-height: 18px; }
      .subnav ul li.active ul {
        display: block;
        width: auto;
        margin: 0;
        padding: 2px 0 2px 12px;
        list-style: none;
        list-style-type: none;
        list-style-image: none;
        background: none; }
      .subnav ul li.active a:active {
        color: #000000; }
      .subnav ul li a, .subnav ul li a:visited {
        display: block;
        padding: 9px 5px 7px 30px;
        color: white;
        font: bold 18px/120% "Roboto", sans-serif;
        text-decoration: none;
        text-transform: uppercase; }
        .subnav ul li a:hover, .subnav ul li a.active, .subnav ul li a:active, .subnav ul li a:visited:hover, .subnav ul li a:visited.active, .subnav ul li a:visited:active {
          color: #000000; }
        .subnav ul li a.section, .subnav ul li a:visited.section {
          padding-bottom: 7px;
          color: #000000;
          font-size: 22px; }
          .subnav ul li a.section:hover, .subnav ul li a.section.active:hover, .subnav ul li a.section:active, .subnav ul li a:visited.section:hover, .subnav ul li a:visited.section.active:hover, .subnav ul li a:visited.section:active {
            color: #000000; }
      .subnav ul li.active.onparent a.active {
        color: #000000; }
    .subnav ul ul {
      display: none; }
      .subnav ul ul li {
        border-bottom: none; }
        .subnav ul ul li:first-child a {
          line-height: 24px; }

/* ----------------------------------------------------------------------------
= Search including search form, and results page
----------------------------------------------------------------------------- */
#pages.search .full .full_column {
  width: 100%;
  max-width: 100%; }

.search-app-mobile {
  display: none; }

.search-app, .search-app-mobile {
  position: relative;
  width: 960px;
  margin: 0 auto;
  max-width: 100%; }
  .search-app .no-results, .search-app-mobile .no-results {
    margin: 10px 0 0 0; }
  .search-app .search-input, .search-app-mobile .search-input {
    margin: 0 0 20px 0;
    padding: 0 20px; }
    .search-app .search-input form, .search-app-mobile .search-input form {
      display: flex;
      justify-content: flex-start;
      align-content: center;
      align-items: center;
      margin: 0 0 10px 0; }
      .search-app .search-input form label, .search-app-mobile .search-input form label {
        width: 0;
        height: 0;
        overflow: hidden; }
      .search-app .search-input form input, .search-app-mobile .search-input form input {
        flex: 1 1 auto;
        display: block;
        background: none;
        font-family: "Roboto", sans-serif;
        letter-spacing: 0.3px;
        color: #000000;
        font-size: 29px;
        line-height: 45px;
        border: none;
        text-transform: capitalize;
        font-weight: 400;
        border-bottom: 1px solid #000000;
        width: 100%;
        position: relative;
        padding: 0;
        margin: 0 20px 10px 0; }
        .search-app .search-input form input::-webkit-input-placeholder, .search-app-mobile .search-input form input::-webkit-input-placeholder {
          /* WebKit browsers */
          color: #000000;
          opacity: 1 !important; }
        .search-app .search-input form input:-moz-placeholder, .search-app-mobile .search-input form input:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #000000;
          opacity: 1 !important; }
        .search-app .search-input form input::-moz-placeholder, .search-app-mobile .search-input form input::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #000000;
          opacity: 1 !important; }
        .search-app .search-input form input:-ms-input-placeholder, .search-app-mobile .search-input form input:-ms-input-placeholder {
          /* Internet Explorer 10+ */
          color: #000000;
          opacity: 1 !important; }
        @media screen and (max-width: 1200px) {
          .search-app .search-input form input, .search-app-mobile .search-input form input {
            font-size: 20px; } }
        @media screen and (max-width: 700px) {
          .search-app .search-input form input, .search-app-mobile .search-input form input {
            font-size: 17px; } }
      .search-app .search-input form a.submit, .search-app .search-input form button[type=submit], .search-app-mobile .search-input form a.submit, .search-app-mobile .search-input form button[type=submit] {
        position: relative;
        box-shadow: none;
        text-transform: uppercase;
        margin: 0 0 13px 0;
        flex: 0 0 auto;
        line-height: 1;
        letter-spacing: 0.3px;
        font-size: 16px;
        font-family: "Raleway", sans-serif;
        font-weight: 800;
        text-decoration: none;
        color: #000000; }
        .search-app .search-input form a.submit:hover, .search-app .search-input form a.submit:focus, .search-app .search-input form a.submit:active, .search-app .search-input form button[type=submit]:hover, .search-app .search-input form button[type=submit]:focus, .search-app .search-input form button[type=submit]:active, .search-app-mobile .search-input form a.submit:hover, .search-app-mobile .search-input form a.submit:focus, .search-app-mobile .search-input form a.submit:active, .search-app-mobile .search-input form button[type=submit]:hover, .search-app-mobile .search-input form button[type=submit]:focus, .search-app-mobile .search-input form button[type=submit]:active {
          color: #E22925; }
        @media screen and (max-width: 700px) {
          .search-app .search-input form a.submit, .search-app .search-input form button[type=submit], .search-app-mobile .search-input form a.submit, .search-app-mobile .search-input form button[type=submit] {
            font-size: 16px; } }
    .search-app .search-input .search-input-extra, .search-app-mobile .search-input .search-input-extra {
      display: flex;
      justify-content: space-between;
      align-content: flex-start;
      align-items: flex-start; }
  .search-app .results, .search-app-mobile .results {
    list-style: none;
    text-align: left;
    background: #fff;
    height: 100%;
    min-height: calc(100vh - 119px); }
    @media screen and (max-width: 1200px) {
      .search-app .results, .search-app-mobile .results {
        min-height: calc(100vh - 61px); } }
    @media screen and (max-width: 700px) {
      .search-app .results > div .result, .search-app-mobile .results > div .result {
        margin: 40px auto 0; } }
    .search-app .results > div .result .content_item, .search-app-mobile .results > div .result .content_item {
      margin-bottom: 40px; }
    .search-app .results > div:first-child .result:first-child, .search-app-mobile .results > div:first-child .result:first-child {
      margin-top: 0; }
    .search-app .results > div:last-child .result:last-child .content_item, .search-app .results > div:last-child .result:last-child .eventItem, .search-app-mobile .results > div:last-child .result:last-child .content_item, .search-app-mobile .results > div:last-child .result:last-child .eventItem {
      margin-bottom: 0; }

.showtime-search-instant-result .eventList {
  margin-bottom: 40px; }

.showtime-search-instant-result-header {
  margin: 0 0 40px 0; }
  @media screen and (max-width: 700px) {
    .showtime-search-instant-result-header {
      margin: 40px 0 0 0; } }
  .showtime-search-instant-result-header.result-header-main {
    border-bottom: 0;
    width: 940px;
    position: relative;
    padding-bottom: 30px; }
    @media screen and (max-width: 500px) {
      .showtime-search-instant-result-header.result-header-main {
        padding-bottom: 50px; } }
.showtime-search-instant-result-header-title {
  position: relative;
  z-index: 1;
  padding: 0;
  display: block;
  text-transform: capitalize;
  margin: 0;
  padding: 0 20px;
  font-weight: 700; }

.showtime-search-instant-result-keyword-container {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 20px;
  color: #000000; }

.showtime-search-instant-result-keyword {
  text-decoration: underline;
  font-weight: 400;
  display: inline-block;
  max-width: calc(100% - 40px); }
  @media screen and (max-width: 700px) {
    .showtime-search-instant-result-keyword {
      max-width: calc(100% - 20px); } }
.showtime-search-instant-result-filter {
  margin: 0;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 20px;
  width: 110px;
  z-index: 10;
  padding: 0px;
  flex: 0 0 auto; }
  @media screen and (max-width: 870px) {
    .showtime-search-instant-result-filter {
      clear: both;
      right: auto;
      left: 0; } }
  .showtime-search-instant-result-filter:before {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
    border: 1px solid #666A69; }
  .showtime-search-instant-result-filter.open {
    border-bottom-color: #fff; }
    .showtime-search-instant-result-filter.open .selected-item:after {
      transform: translateY(-50%) rotate(180deg); }
    .showtime-search-instant-result-filter.open ul {
      display: block; }
  .showtime-search-instant-result-filter .selected-item {
    font-family: "Raleway", sans-serif;
    line-height: 25px;
    padding: 6px 10px 5px 10px;
    display: block;
    letter-spacing: 0.3px;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    cursor: pointer;
    color: #000000;
    transition: all 100ms linear; }
    .showtime-search-instant-result-filter .selected-item:hover, .showtime-search-instant-result-filter .selected-item:focus, .showtime-search-instant-result-filter .selected-item.is-active {
      color: #E22925; }
      .showtime-search-instant-result-filter .selected-item:hover:after, .showtime-search-instant-result-filter .selected-item:focus:after, .showtime-search-instant-result-filter .selected-item.is-active:after {
        color: #E22925; }
    .showtime-search-instant-result-filter .selected-item:after {
      position: absolute;
      content: "\f107";
      font-family: "FontAwesome";
      line-height: 1;
      font-size: 20px;
      color: #000000;
      width: 12px;
      height: 20px;
      text-align: right;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none;
      transition: all 100ms linear; }
  .showtime-search-instant-result-filter ul {
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 4px 0 10px 0;
    background: linear-gradient(to bottom right, #313131, #000000); }
    .showtime-search-instant-result-filter ul li {
      font-family: "Raleway", sans-serif;
      margin: 0;
      line-height: 25px;
      padding: 0 13px 0 10px;
      letter-spacing: 0.3px;
      font-size: 13px;
      font-weight: 600;
      width: 100%;
      cursor: pointer;
      color: #E0E0E0;
      transition: all 100ms linear; }
      .showtime-search-instant-result-filter ul li:hover, .showtime-search-instant-result-filter ul li:focus, .showtime-search-instant-result-filter ul li.is-active {
        padding: 0 10px 0 13px;
        background: linear-gradient(to bottom right, #000000, transparent);
        color: #fff; }
      .showtime-search-instant-result-filter ul li:last-child {
        margin: 0; }

.showtime-search-instant-result .content_item {
  width: 100%;
  max-width: 100%; }

.showtime-search-instant-result .entry {
  margin-bottom: 40px; }
  .showtime-search-instant-result .entry a {
    display: block; }
    .showtime-search-instant-result .entry a:hover .title, .showtime-search-instant-result .entry a:focus .title {
      -webkit-text-decoration-color: #000000;
              text-decoration-color: #000000; }
  .showtime-search-instant-result .entry .info .date {
    margin-bottom: 26px;
    display: block; }
    .showtime-search-instant-result .entry .info .date .m-date__weekday {
      display: none; }
    @media screen and (max-width: 768px) {
      .showtime-search-instant-result .entry .info .date {
        margin: 0 auto;
        display: inline-block; }
        .showtime-search-instant-result .entry .info .date:before {
          display: none; } }
  .showtime-search-instant-result .entry .info .m-date__month {
    color: #000000;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 800;
    margin-right: 6px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .showtime-search-instant-result .entry .info .m-date__day {
    font-size: 16px;
    color: #000000;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    display: inline-block; }
  .showtime-search-instant-result .entry .info .m-date__year {
    font-family: "Raleway", sans-serif;
    font-size: 13px; }
  .showtime-search-instant-result .entry .info .title {
    color: #000000;
    position: relative;
    text-decoration: underline;
    font-weight: 700;
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
    transition: all 300ms linear; }

.showtime-search-instant-result .highlight {
  font-size: 1rem;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000000; }

.showtime-search-instant-result .full_url {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  margin: 10px 0 0 0;
  color: #000000;
  display: block; }
  .showtime-search-instant-result .full_url:hover, .showtime-search-instant-result .full_url:focus {
    color: #E22925; }

.ie11.vendor-ie .search-app .results.grouped .info .title,
.ie11.vendor-edge .search-app .results.grouped .info .title,
.vendor-edge .search-app .results.grouped .info .title {
  text-decoration: none !important; }
  .ie11.vendor-ie .search-app .results.grouped .info .title:hover,
  .ie11.vendor-edge .search-app .results.grouped .info .title:hover,
  .vendor-edge .search-app .results.grouped .info .title:hover {
    text-decoration: underline !important; }
  .ie11.vendor-ie .search-app .results.grouped .info .title a,
  .ie11.vendor-edge .search-app .results.grouped .info .title a,
  .vendor-edge .search-app .results.grouped .info .title a {
    text-decoration: none !important; }
    .ie11.vendor-ie .search-app .results.grouped .info .title a:hover,
    .ie11.vendor-edge .search-app .results.grouped .info .title a:hover,
    .vendor-edge .search-app .results.grouped .info .title a:hover {
      text-decoration: underline !important; }

/* ----------------------------------------------------------------------------
= Baseline styles for all buttons in a project. These are global.
----------------------------------------------------------------------------- */
.m-button, #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__eventslist .m-venueframework-eventslist__item .m-venueframework-eventslist__buttons a.tickets, a.tickets, .gen-button,
.spotlight-button,
a.button,
.button a,
input.button,
.textarea .button p a,
.textarea p a.button,
.cms .button p a,
.cms p a.button,
.entry span.more.button,
.login-form input[type='submit'], #loadMoreEvents, .viewMoreEvents {
  display: inline-block;
  position: relative;
  background-color: #E22925;
  color: #ffffff;
  text-align: center;
  padding: 19px 30px;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-decoration: none;
  border-radius: 2px;
  transition: all 100ms linear; }
  .m-button:hover, #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__eventslist .m-venueframework-eventslist__item .m-venueframework-eventslist__buttons a.tickets:hover, a.tickets:hover, .gen-button:hover,
  .spotlight-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,
  .entry span.more.button:hover,
  .login-form input[type='submit']:hover, #loadMoreEvents:hover, .viewMoreEvents:hover, .m-button:focus, #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__eventslist .m-venueframework-eventslist__item .m-venueframework-eventslist__buttons a.tickets:focus, a.tickets:focus, .gen-button:focus,
  .spotlight-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,
  .entry span.more.button:focus,
  .login-form input[type='submit']:focus, #loadMoreEvents:focus, .viewMoreEvents:focus {
    background-color: #B61D1A;
    color: #ffffff; }

#loadMoreEvents, .viewMoreEvents {
  padding: 19px 30px;
  background-color: #313131;
  transition: all 200ms linear;
  margin: 30px 0 20px; }
  #loadMoreEvents:hover, #loadMoreEvents:focus, .viewMoreEvents:hover, .viewMoreEvents:focus {
    background-color: #000000; }

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

a.tickets {
  padding: 16px 40px; }

/***********************************************/
/*      Add Additional Button Styles Below     */
/***********************************************/
.event_showings .buttons > a, .event_showings .buttons > span {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  border-radius: 0;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 800; }
  .event_showings .buttons > a svg, .event_showings .buttons > span svg {
    display: none; }

.event_showings .buttons > a:hover, .event_showings .buttons > a:focus {
  color: #E22925; }

.show-all-showings, .description_wrapper .read-more {
  display: block;
  margin: 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding: 0 0 7px 0;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.3px;
  margin: 25px 0 0 0;
  transition: all 100ms linear; }
  .show-all-showings:hover, .show-all-showings:focus, .description_wrapper .read-more:hover, .description_wrapper .read-more:focus {
    color: #E22925; }
    .show-all-showings:hover:before, .show-all-showings:focus:before, .description_wrapper .read-more:hover:before, .description_wrapper .read-more:focus:before {
      width: 30px; }
  .show-all-showings:before, .description_wrapper .read-more:before {
    width: 15px;
    height: 2px;
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    bottom: 0;
    transition: all 100ms linear;
    background: #E22925; }

.alert-button {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.3px;
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 0 0 7px 0; }
  .alert-button:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 2px;
    width: 15px;
    background: #fff;
    transition: all 200ms linear; }
  .alert-button:hover, .alert-button:focus {
    color: #fff; }
    .alert-button:hover:after, .alert-button:focus:after {
      width: 30px; }

/* v1.0.6 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr; }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: 0.3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url(../images/grab.png) 8 8, move; }

.grabbing-cursor {
  cursor: url(../images/grabbing.png) 8 8, move; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20; }

.home-slideshow {
  position: relative;
  margin: 0 0 60px;
  z-index: 1;
  max-height: none !important;
  max-width: 100%; }
  @media screen and (max-width: 700px) {
    .home-slideshow {
      margin: 20px auto 30px; } }
  @media screen and (max-width: 600px) {
    .home-slideshow {
      margin-bottom: 20px; } }
  .home-slideshow .rsNav.rsBullets {
    display: none; }
  .home-slideshow .rsABlock {
    position: relative; }
  .home-slideshow .rsOverflow {
    max-width: 100%; }
    @media screen and (max-width: 700px) {
      .home-slideshow .rsOverflow {
        background: transparent; } }
  .home-slideshow .rsOverflow .rsContent .date {
    display: none;
    position: absolute;
    left: 0px;
    top: 10px; }
    .home-slideshow .rsOverflow .rsContent .date span {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 18px;
      color: #FFFFFF;
      letter-spacing: 1.5px;
      line-height: 20px;
      text-transform: uppercase; }
    .home-slideshow .rsOverflow .rsContent .date .m-date__day {
      font-weight: 700; }
    @media screen and (max-width: 700px) {
      .home-slideshow .rsOverflow .rsContent .date {
        display: inline-block; } }
    @media screen and (max-width: 400px) {
      .home-slideshow .rsOverflow .rsContent .date span {
        font-size: 16px; } }
  .home-slideshow .rsOverflow .rsContent a {
    position: absolute;
    display: block;
    overflow: hidden; }
    @media screen and (max-width: 700px) {
      .home-slideshow .rsOverflow .rsContent a {
        top: 40px;
        height: calc(100% - 40px); } }
    .home-slideshow .rsOverflow .rsContent a:after {
      display: none; }
    .home-slideshow .rsOverflow .rsContent a:before {
      content: '';
      position: absolute;
      background-size: contain;
      height: 100%;
      width: 538px;
      left: 0px;
      top: 0px;
      transition: all 300ms linear;
      opacity: 1; }
    .home-slideshow .rsOverflow .rsContent a:hover:before {
      left: -50px;
      top: -50px; }
  @media screen and (max-width: 700px) {
    .home-slideshow .rsDefault {
      background: transparent; } }
  @media screen and (max-width: 700px) {
    .home-slideshow .rsDefault .rsSlide {
      background: transparent; } }
  .home-slideshow .rsDefault .rsGCaption {
    position: relative;
    display: inline-block;
    text-align: left;
    background-image: linear-gradient(-44deg, #000000 0%, #313131 100%);
    box-shadow: 0 2px 7px -1px rgba(0, 0, 0, 0.2); }
    .home-slideshow .rsDefault .rsGCaption:after {
      content: '';
      background-image: url("../images/title_shape.png");
      background-size: 100% 100%;
      background-repeat: no-repeat;
      width: 22%;
      height: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 1;
      min-width: 310px; }
    .home-slideshow .rsDefault .rsGCaption .rsInfo {
      width: 1207px;
      max-width: 100%;
      margin: 0 auto;
      padding: 48px 20px 20px; }
    @media screen and (max-width: 700px) {
      .home-slideshow .rsDefault .rsGCaption {
        background: transparent; } }
    .home-slideshow .rsDefault .rsGCaption h3 {
      padding: 0 0 5px;
      margin: 0;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 61px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 1.1; }
      @media screen and (max-width: 1024px) {
        .home-slideshow .rsDefault .rsGCaption h3 {
          font-size: 43px; } }
      @media screen and (max-width: 700px) {
        .home-slideshow .rsDefault .rsGCaption h3 {
          padding: 0 0 5px;
          text-align: left;
          font-size: 36px;
          line-height: normal; } }
      .home-slideshow .rsDefault .rsGCaption h3 a {
        display: inline;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 61px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 61px;
        text-decoration: underline;
        -webkit-text-decoration-color: transparent;
                text-decoration-color: transparent; }
        @media screen and (max-width: 870px) {
          .home-slideshow .rsDefault .rsGCaption h3 a {
            font-size: 49px; } }
        @media screen and (max-width: 700px) {
          .home-slideshow .rsDefault .rsGCaption h3 a {
            font-size: 31px;
            line-height: 31px;
            text-align: left; } }
        .home-slideshow .rsDefault .rsGCaption h3 a:hover, .home-slideshow .rsDefault .rsGCaption h3 a:focus {
          color: #fff;
          -webkit-text-decoration-color: #fff;
                  text-decoration-color: #fff; }
        .home-slideshow .rsDefault .rsGCaption h3 a:after {
          display: none; }
    .home-slideshow .rsDefault .rsGCaption .presented-by {
      font-weight: 700;
      font-family: "Raleway", sans-serif;
      letter-spacing: 0.3px;
      font-size: 16px;
      color: #fff;
      margin-bottom: 3px; }
    .home-slideshow .rsDefault .rsGCaption .caption_body {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 22px;
      color: #D6D7D7;
      letter-spacing: 0;
      line-height: 33px;
      padding: 0px 0 1px 0;
      letter-spacing: 0.3px; }
      @media screen and (max-width: 700px) {
        .home-slideshow .rsDefault .rsGCaption .caption_body {
          font-size: 18px;
          line-height: 27px;
          text-align: left;
          padding: 0px 0px 1px 0px; } }
    .home-slideshow .rsDefault .rsGCaption .date {
      position: absolute;
      top: -41px;
      left: 10px;
      border-radius: 4px;
      background: #000000;
      border: 1px solid #fff;
      top: -14px;
      padding: 6px 10px;
      z-index: 2;
      font-size: 18px;
      color: #fff;
      font-weight: 800; }
      .home-slideshow .rsDefault .rsGCaption .date span {
        line-height: 1; }
      .home-slideshow .rsDefault .rsGCaption .date .m-date__month,
      .home-slideshow .rsDefault .rsGCaption .date .m-date__day,
      .home-slideshow .rsDefault .rsGCaption .date .m-date__separator {
        color: #fff;
        font-family: "Raleway", sans-serif;
        font-weight: 800;
        font-size: 18px; }
      .home-slideshow .rsDefault .rsGCaption .date .m-date__year, .home-slideshow .rsDefault .rsGCaption .date .m-date__weekday {
        color: #fff;
        font-family: "Raleway", sans-serif;
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase; }
      .home-slideshow .rsDefault .rsGCaption .date .m-date__weekday:after {
        display: none; }
    .home-slideshow .rsDefault .rsGCaption .desc {
      width: calc(100% - 235px);
      padding-right: 10px; }
      @media screen and (max-width: 700px) {
        .home-slideshow .rsDefault .rsGCaption .desc {
          width: 100%;
          padding-right: 0; } }
    .home-slideshow .rsDefault .rsGCaption .buttons {
      position: absolute;
      display: flex;
      flex-direction: column;
      height: 100%;
      right: 0px;
      top: 0px;
      width: 235px;
      justify-content: center;
      align-items: center;
      padding-right: 5px; }
      @media screen and (max-width: 700px) {
        .home-slideshow .rsDefault .rsGCaption .buttons {
          position: relative;
          display: inline-block;
          width: 100%;
          padding-top: 10px;
          padding-right: 0px; } }
      .home-slideshow .rsDefault .rsGCaption .buttons a, .home-slideshow .rsDefault .rsGCaption .buttons span {
        font-weight: 700 !important; }
      .home-slideshow .rsDefault .rsGCaption .buttons a.more {
        font-family: "Raleway", sans-serif;
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        position: relative;
        display: inline-block; }
        .home-slideshow .rsDefault .rsGCaption .buttons a.more:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: -4px;
          height: 2px;
          width: 15px;
          background: #E22925;
          transition: all 200ms linear; }
        .home-slideshow .rsDefault .rsGCaption .buttons a.more:hover:after, .home-slideshow .rsDefault .rsGCaption .buttons a.more:focus:after {
          width: 30px;
          background: #fff; }
      .home-slideshow .rsDefault .rsGCaption .buttons span.tickets {
        display: none; }
      .home-slideshow .rsDefault .rsGCaption .buttons a.tickets {
        margin-bottom: 25px;
        padding: 22px 42px;
        font-size: 20px; }
        .home-slideshow .rsDefault .rsGCaption .buttons a.tickets svg {
          display: none; }
        @media screen and (max-width: 700px) {
          .home-slideshow .rsDefault .rsGCaption .buttons a.tickets {
            width: 100%; }
            .home-slideshow .rsDefault .rsGCaption .buttons a.tickets:before {
              right: calc((100% / 2) - 70px); }
            .home-slideshow .rsDefault .rsGCaption .buttons a.tickets:after {
              right: calc((100% / 2) - 64px); }
            .home-slideshow .rsDefault .rsGCaption .buttons a.tickets:hover:before {
              right: calc((100% / 2) - 75px); }
            .home-slideshow .rsDefault .rsGCaption .buttons a.tickets:hover:after {
              right: calc((100% / 2) - 75px); } }
/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Play/close video button
*    6. Pause Autoplay Btn
*    7. Preloader
*    8. Caption
*    9. Full Width Responsive
*    
*    Sprite: 'rs-default.png'
*    Feel free to edit anything
*    If you don't some part - just delete it
* 
******************************/
/* ----------------------------------------------------------------------------
=Settings
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=Includes
----------------------------------------------------------------------------- */
/* Background */
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: #151515;
  color: #fff; }

@media screen and (max-width: 768px) {
  .full-slideshow {
    border-bottom: 1px solid #fff; } }

.royalSlider > .rsContent {
  visibility: hidden; }

/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  height: calc(100vw * (500 / 1440));
  width: 60px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  opacity: 1 !important; }
  @media screen and (max-width: 768px) {
    .rsDefault .rsArrow {
      width: 44px; } }
  .rsDefault .rsArrow.rsVer .rsArrow {
    width: 100%;
    height: 44px; }
  .user-is-tabbing .rsDefault .rsArrow.rsHidden {
    display: block !important;
    opacity: 1 !important; }
  @media screen and (min-width: 769px) {
    .rsDefault .rsArrow:hover:after {
      opacity: 0.7; } }
.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0; }
  .rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
    background-position: -96px -32px; }

.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0; }
  .rsDefault.rsVer .rsArrowRight .rsArrowIcn {
    background-position: -96px -64px; }

.rsDefault.rsHor .rsArrowLeft {
  top: 0;
  left: 0; }
  @media screen and (max-width: 768px) {
    .rsDefault.rsHor .rsArrowLeft {
      left: 0;
      top: 0; } }
.rsDefault.rsHor .rsArrowRight {
  top: 0;
  right: 0;
  transform: rotate(180deg); }
  @media screen and (max-width: 768px) {
    .rsDefault.rsHor .rsArrowRight {
      left: auto;
      right: 0;
      top: 0; } }
.rsDefault .rsArrowIcn {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  cursor: pointer;
  background-size: contain;
  opacity: 0.7;
  transition: all 200ms linear; }
  @media screen and (max-width: 768px) {
    .rsDefault .rsArrowIcn {
      opacity: 1;
      width: 15px;
      height: 22px; } }
  @media screen and (min-width: 769px) {
    .rsDefault .rsArrowIcn:hover {
      opacity: 1;
      width: 75px;
      height: 75px;
      left: calc(50% + 10px); } }
.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: 0.2;
  filter: alpha(opacity=20);
  *display: none; }

/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  height: 15px;
  margin: 0 auto;
  background: transparent;
  text-align: left;
  line-height: 8px;
  overflow: hidden;
  padding: 0;
  max-width: 100%;
  width: 1180px; }
  @media screen and (max-width: 768px) {
    .rsDefault .rsBullets {
      text-align: center;
      padding: 13px 0 15px;
      background: #000000;
      border-top: 1px solid #fff;
      position: relative;
      transform: none;
      height: auto;
      left: auto;
      bottom: auto;
      clear: both;
      width: 100%;
      max-width: 100%; } }
  .rsDefault .rsBullets .rsBullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0;
    margin: 0 7px;
    cursor: pointer; }
    .rsDefault .rsBullets .rsBullet span {
      display: block;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: transparent;
      border: 1px solid #fff;
      transition: all 200ms linear; }
      .rsDefault .rsBullets .rsBullet span:hover, .rsDefault .rsBullets .rsBullet span:focus {
        background: rgba(255, 255, 255, 0.5); }
    .rsDefault .rsBullets .rsBullet.rsNavSelected span {
      background-color: #fff; }

/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 100px;
  padding-top: 10px; }

.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%; }

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%; }

.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 150px;
  height: 80px;
  text-align: center; }
  .rsDefault .rsThumb img {
    width: 150px;
    height: auto;
    min-height: 80px;
    margin: 0 auto; }
  .rsDefault .rsThumb.rsNavSelected {
    background: #000; }
    .rsDefault .rsThumb.rsNavSelected img {
      opacity: 0.3;
      filter: alpha(opacity=30); }
  .rsDefault .rsThumb .rsTmb {
    display: block;
    /* Thumbnails with text */ }
    .rsDefault .rsThumb .rsTmb h5 {
      font-size: 16px;
      margin: 0;
      padding: 0;
      line-height: 20px;
      color: #fff; }
    .rsDefault .rsThumb .rsTmb span {
      color: #ddd;
      margin: 0;
      padding: 0;
      font-size: 13px;
      line-height: 18px; }

/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75); }
  .rsDefault .rsThumbsArrow:hover {
    background: rgba(0, 0, 0, 0.9); }

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0; }
  .rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -144px -32px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0; }
  .rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -144px -48px; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0; }
  .rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -128px -32px; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0; }
  .rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -128px -48px; }

.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("../images/rs-default.png"); }

.rsDefault .rsThumbsArrowDisabled {
  display: none !important; }

.rsThumb {
  overflow: hidden;
  width: 150px;
  height: 80px;
  text-align: center; }
  .rsThumb img {
    width: 150px;
    height: auto;
    min-height: 80px;
    margin: 0 auto; }
  .rsThumb.rsNavSelected {
    background: #000; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px; }
  .rsDefault .rsThumbsHor {
    height: 64px; }
  .rsDefault .rsThumbsVer {
    width: 59px; } }

/***************
*
*  4. RoyalSlider Tabs
*
****************/
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative; }

.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #d9d9dd;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #fff;
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1; }
  .rsDefault .rsTab:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .rsDefault .rsTab:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #cfcfcf; }
  .rsDefault .rsTab:active {
    border: 1px solid #d9d9dd;
    background-color: #f4f4f4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset; }
  .rsDefault .rsTab.rsNavSelected {
    color: #fff;
    border: 1px solid #999;
    text-shadow: 1px 1px #838383;
    box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
    background: #acacac;
    background-image: linear-gradient(to bottom, #acacac, #bbb); }

/***************
*
*  5. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
  z-index: 100; }
  .rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(0, 0, 0, 0.9); }

.rsDefault .rsPlayBtnIcon {
  z-index: 100;
  width: 64px;
  display: block;
  height: 64px;
  border-radius: 4px;
  transition: 0.3s;
  background: url("../images/rs-default.png") no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%; }

.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }
  .rsDefault .rsCloseVideoBtn.rsiOSBtn {
    top: -38px;
    right: -6px; }

.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../images/rs-default.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }
  .rsDefault .rsCloseVideoIcn:hover {
    background-color: rgba(0, 0, 0, 0.9); }

/***************
*
*  6. Pause Autoplay Btn
*
****************/
.rsDefault .rsPauseBtn {
  transition: all 100ms linear;
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  z-index: 30; }
  .rsDefault .rsPauseBtn:before {
    content: '';
    border-left: 4px solid white;
    border-right: 4px solid white;
    width: 12px;
    height: 15px;
    display: block;
    cursor: pointer; }
  .rsDefault .rsPauseBtn.is-paused:before {
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-left: 12px solid white;
    border-right: none;
    width: 0px;
    height: 0px;
    width: 12px;
    height: 15px; }
  .rsDefault .rsPauseBtn:hover {
    background: black; }

.rsDefault:hover .rsPauseBtn {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100); }

.rsDefault.rsVideoPlaying .rsPauseBtn {
  display: none; }

.rsDefault.rsVideoPlaying .rsBullets {
  display: none; }

/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url("../images/preloader-white.gif");
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px; }

/***************
*
*  8. Global caption
*
****************/
@media screen and (min-width: 501px) {
  .rsDefault.hasCaption:before {
    content: '';
    width: 100%;
    height: 44%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 7%, rgba(0, 0, 0, 0) 100%);
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    transition: all 200ms linear; } }

@media screen and (min-width: 501px) {
  .home .rsDefault.heroSlider .rsOverflow:before {
    content: '';
    width: 100%;
    height: 44%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 7%, rgba(0, 0, 0, 0) 100%);
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    opacity: 1;
    transition: all 200ms linear; } }

.home .rsDefault.heroSlider .rsOverflow .rsImg {
  transition: all 300ms linear; }

.home .rsDefault.heroSlider .rsOverflow:hover:before {
  opacity: 0; }

.home .rsDefault.heroSlider .rsOverflow:hover .rsImg {
  transform: scale(1.04); }

.rsDefault.hasCaption .rsGCaption {
  position: absolute;
  float: none;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  text-align: right;
  color: #000000;
  width: auto;
  height: auto;
  z-index: 34;
  max-width: 100%;
  width: 1180px; }
  @media screen and (max-width: 768px) {
    .rsDefault.hasCaption .rsGCaption {
      min-height: 51px; } }
  .rsDefault.hasCaption .rsGCaption .rsCaption {
    max-width: 50%;
    float: right; }
    @media screen and (max-width: 768px) {
      .rsDefault.hasCaption .rsGCaption .rsCaption {
        border-top: 1px solid #fff;
        float: none;
        max-width: 100%; } }
  @media screen and (max-width: 768px) {
    .rsDefault.hasCaption .rsGCaption {
      transform: none;
      text-align: center;
      position: relative;
      bottom: auto;
      left: auto;
      clear: both;
      width: 100%;
      max-width: 100%; } }
  .rsDefault.hasCaption .rsGCaption .rsABlock {
    position: relative; }
  .rsDefault.hasCaption .rsGCaption p {
    font-size: 14px;
    background: transparent;
    margin: 0;
    padding: 0 20px;
    color: #fff;
    font-weight: 500; }
    @media screen and (max-width: 768px) {
      .rsDefault.hasCaption .rsGCaption p {
        background: #000000;
        color: #fff;
        padding: 14px 20px; } }
@media screen and (max-width: 768px) {
  .rsDefault.hasCaption.rsWithBullets .rsGCaption {
    min-height: 38px; } }

.rsDefault.hasCaption.rsWithBullets .rsGCaption .rsCaption {
  border-top: none; }
  @media screen and (max-width: 768px) {
    .rsDefault.hasCaption.rsWithBullets .rsGCaption .rsCaption p {
      background: #000000;
      color: #fff;
      padding: 8px 20px 8px; } }
/***************
*
*  9. Full Width Responsive
*
****************/
.rsDefault.rsFullWidth {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #000000; }
  .rsDefault.rsFullWidth img.rsImg {
    width: 100%;
    display: block; }

/********* Uncomment this to set specific heights at each breakpoint *********/
/*
.rsDefault.rsFullWidth,
.rsDefault.rsFullWidth .rsOverflow {
	@include media($mobile) {
		height: 300px !important;
	}
	@include media($tablet-only) {
		height: 360px !important;
	}
	@include media($mid-desktop) {
		height: 450px !important;
	}
}
*/
.m-slideshow-container {
  max-height: 500px;
  max-width: 2000px;
  margin: 0 auto; }
  .m-slideshow-container.slideshow-type-full-width {
    max-width: none; }
  .m-slideshow-container.gallery_slideshow {
    margin-bottom: 100px; }

.slideshow-sidecaptions {
  width: 100%;
  max-width: 68em;
  margin: 0 auto; }
  .slideshow-sidecaptions .rsDefault {
    width: 100%; }
    .slideshow-sidecaptions .rsDefault .rsThumbsVer {
      width: 35%; }
    .slideshow-sidecaptions .rsDefault .rsThumb {
      width: 100%;
      height: auto; }
      .slideshow-sidecaptions .rsDefault .rsThumb * {
        color: rgba(255, 255, 255, 0.4); }
      .slideshow-sidecaptions .rsDefault .rsThumb .buttons {
        opacity: 0;
        transition: all 100ms linear; }
        .slideshow-sidecaptions .rsDefault .rsThumb .buttons a {
          text-indent: -9999px; }
      .slideshow-sidecaptions .rsDefault .rsThumb.rsNavSelected {
        background: none; }
        .slideshow-sidecaptions .rsDefault .rsThumb.rsNavSelected * {
          color: #fff; }
        .slideshow-sidecaptions .rsDefault .rsThumb.rsNavSelected .buttons {
          opacity: 1; }
          .slideshow-sidecaptions .rsDefault .rsThumb.rsNavSelected .buttons a {
            text-indent: 0; }
    .slideshow-sidecaptions .rsDefault .rsTmb {
      height: 100%;
      margin: 0 20px;
      padding: 15px 4px;
      position: relative;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      float: left;
      width: calc(100% - 40px); }

.title-inner-wrapper.calendar .presentedby_logo {
  font-size: 12px;
  line-height: 32px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  margin-left: 0px; }
  @media screen and (max-width: 700px) {
    .title-inner-wrapper.calendar .presentedby_logo {
      display: block;
      margin-top: 10px; } }
  .title-inner-wrapper.calendar .presentedby_logo img {
    transition: all 200ms linear;
    vertical-align: top;
    zoom: 1;
    opacity: 1;
    height: 40px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .title-inner-wrapper.calendar .presentedby_logo:hover img {
    opacity: 0.7; }

.print_calendar {
  position: relative;
  margin: auto;
  max-width: 1130px;
  padding: 0 20px;
  display: block;
  padding-left: 20px;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px; }
  .print_calendar.hide {
    display: block; }
  .print_calendar i {
    margin-right: 8px; }
  .print_calendar:hover, .print_calendar:focus {
    color: #000000;
    -webkit-text-decoration-color: #000000;
            text-decoration-color: #000000; }

.ie11.vendor-ie .print_calendar,
.ie11.vendor-edge .print_calendar,
.vendor-edge .print_calendar {
  position: relative;
  margin: auto;
  max-width: 1130px;
  padding: 0 20px;
  display: block;
  padding-left: 20px;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px; }
  .ie11.vendor-ie .print_calendar.hide,
  .ie11.vendor-edge .print_calendar.hide,
  .vendor-edge .print_calendar.hide {
    display: block; }
  .ie11.vendor-ie .print_calendar i,
  .ie11.vendor-edge .print_calendar i,
  .vendor-edge .print_calendar i {
    margin-right: 8px; }
  .ie11.vendor-ie .print_calendar:hover, .ie11.vendor-ie .print_calendar:focus,
  .ie11.vendor-edge .print_calendar:hover,
  .ie11.vendor-edge .print_calendar:focus,
  .vendor-edge .print_calendar:hover,
  .vendor-edge .print_calendar:focus {
    color: #000000;
    text-decoration: underline; }

.calendar-new {
  position: relative;
  margin: auto;
  max-width: 1140px;
  padding: 0 20px 40px; }
  .calendar-new .tl-header {
    background: #000;
    padding: 20px 0 15px;
    max-width: 1200px;
    margin: 0 auto 10px;
    zoom: 1; }
    .calendar-new .tl-header:before, .calendar-new .tl-header:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .calendar-new .tl-header:after {
      clear: both; }
  .calendar-new .month_name {
    color: #fff;
    text-align: center;
    font: 500 32px/100% "Raleway", sans-serif;
    letter-spacing: 0.08em;
    margin: 0px auto;
    letter-spacing: 0.5px; }
    @media screen and (max-width: 700px) {
      .calendar-new .month_name {
        margin: 30px 0px; } }
  .calendar-new .cal-prev, .calendar-new .cal-next {
    font-size: 30px;
    color: white;
    vertical-align: middle;
    padding: 0 20px; }
    .calendar-new .cal-prev .fa, .calendar-new .cal-next .fa {
      line-height: 30px; }
    .calendar-new .cal-prev:hover, .calendar-new .cal-next:hover {
      color: #E22925; }
  .calendar-new .cal-next {
    float: right; }
  .calendar-new .cal-prev {
    float: left; }
  .calendar-new .tl-wrap, .calendar-new .additional_events {
    display: none; }
  .calendar-new .tl-wrap-inner {
    zoom: 1;
    max-width: 100%;
    margin: auto;
    padding: 0px 0;
    width: 100%;
    padding-top: 0px;
    position: relative;
    max-width: 1210px; }
    .calendar-new .tl-wrap-inner:before, .calendar-new .tl-wrap-inner:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .calendar-new .tl-wrap-inner:after {
      clear: both; }
    .calendar-new .tl-wrap-inner .tl-calendar {
      zoom: 1;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-content: flex-end; }
      .calendar-new .tl-wrap-inner .tl-calendar:before, .calendar-new .tl-wrap-inner .tl-calendar:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      .calendar-new .tl-wrap-inner .tl-calendar:after {
        clear: both; }
  .calendar-new .weekdays {
    position: relative;
    clear: both;
    display: block;
    zoom: 1;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 30px; }
    .calendar-new .weekdays:before, .calendar-new .weekdays:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .calendar-new .weekdays:after {
      clear: both; }
    .calendar-new .weekdays .weekday {
      width: 14.28%;
      padding-top: 15px;
      text-align: left;
      color: #fff;
      font-family: "Raleway", sans-serif;
      font-size: 16px;
      font-weight: 700;
      float: left;
      margin-bottom: 0px;
      margin-right: 0px;
      text-align: center; }
    @media screen and (max-width: 700px) {
      .calendar-new .weekdays {
        display: none; } }
  .calendar-new .tl-date {
    transition: all 100ms linear;
    position: relative;
    width: 123px;
    width: calc(14.28% - 10px);
    background: #fff;
    min-height: 220px;
    float: left;
    margin: 0 5px 10px;
    padding: 40px 15px 0px;
    text-align: left;
    border: 1px solid #ccc; }
    .calendar-new .tl-date.empty {
      background: #f9f9f9; }
    .calendar-new .tl-date .tl-date-inner {
      overflow-y: auto;
      max-height: 100%;
      padding-bottom: 20px;
      padding-top: 10px; }
      .calendar-new .tl-date .tl-date-inner .event_item {
        padding-top: 15px;
        border-top: 1px solid #eee;
        margin-top: 15px; }
        .calendar-new .tl-date .tl-date-inner .event_item .desc h3 {
          font-size: 16px; }
        .calendar-new .tl-date .tl-date-inner .event_item .desc a {
          font-size: 16px;
          line-height: 1.3em; }
        .calendar-new .tl-date .tl-date-inner .event_item:first-child {
          padding-top: 0px;
          border-top: none;
          margin-top: 0px; }
    @media screen and (max-width: 700px) {
      .calendar-new .tl-date {
        width: 100%;
        height: auto;
        min-height: auto;
        margin-bottom: 5px; }
        .calendar-new .tl-date .tl-date-inner {
          overflow-y: visible;
          max-height: 100%;
          padding-bottom: 10px; }
          .calendar-new .tl-date .tl-date-inner .event_item {
            padding-top: 10px;
            border-top: 1px solid #eee;
            margin-top: 10px;
            padding-bottom: 20px; }
            .calendar-new .tl-date .tl-date-inner .event_item:first-child {
              padding-top: 0px;
              border-top: none;
              margin-top: 0px; }
        .calendar-new .tl-date.empty, .calendar-new .tl-date .month {
          display: none; } }
    .calendar-new .tl-date .cal_events {
      height: 130px;
      overflow-y: auto; }
      .ie10 .calendar-new .tl-date .cal_events, .ie9 .calendar-new .tl-date .cal_events {
        overflow: hidden; }
    .calendar-new .tl-date .day {
      display: none; }
    .calendar-new .tl-date .date {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 38px;
      width: 38px;
      font-weight: 500;
      font-size: 15px;
      line-height: 38px;
      text-align: center;
      font-family: "Raleway", sans-serif; }
      .calendar-new .tl-date .date .weekday {
        display: none;
        padding-left: 12px;
        color: #ccc;
        font-weight: 400; }
      @media screen and (max-width: 700px) {
        .calendar-new .tl-date .date {
          right: auto; } }
    .calendar-new .tl-date[data-weekday="0"] {
      clear: left; }
    .calendar-new .tl-date .month {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      background: #000000;
      height: 42px;
      color: white;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
      line-height: 42px;
      padding: 0 15px;
      letter-spacing: 0.08em;
      display: none; }
    .calendar-new .tl-date h3 {
      margin-bottom: 5px;
      line-height: 1.1;
      overflow: hidden; }
      .calendar-new .tl-date h3 a {
        font-size: 22px;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        text-decoration: underline;
        -webkit-text-decoration-color: transparent;
                text-decoration-color: transparent;
        color: #000000; }
        .calendar-new .tl-date h3 a:hover {
          -webkit-text-decoration-color: #000000;
                  text-decoration-color: #000000;
          color: #000000; }
        .ie11.vendor-ie .calendar-new .tl-date h3 a, .ie11.vendor-edge .calendar-new .tl-date h3 a, .vendor-edge .calendar-new .tl-date h3 a {
          text-decoration: none;
          color: #000000; }
          .ie11.vendor-ie .calendar-new .tl-date h3 a:hover, .ie11.vendor-edge .calendar-new .tl-date h3 a:hover, .vendor-edge .calendar-new .tl-date h3 a:hover {
            color: #000000;
            text-decoration: underline; }
    .calendar-new .tl-date h4 {
      font-weight: 300;
      font-size: 14px;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      color: #000000; }
    .calendar-new .tl-date .time {
      color: #000000;
      font-size: 12px;
      font-weight: 400;
      z-index: 10;
      letter-spacing: 0.04em; }
    .calendar-new .tl-date.hasEvent .date {
      color: #fff;
      background: #000000;
      font-weight: 600; }
    @media screen and (max-width: 700px) {
      .calendar-new .tl-date.hasEvent .date .weekday {
        display: inline; } }
  .calendar-new .additional_events .tl-date[data-weekday="0"] {
    clear: left; }
  .calendar-new .tooltip_content,
  .calendar-new .modal_content {
    display: none; }

.calendar_tooltip {
  z-index: 100;
  width: 250px;
  background: white; }
  .calendar_tooltip .thumb {
    width: 100%; }
    .calendar_tooltip .thumb img {
      width: 100%; }
  .calendar_tooltip .info {
    padding: 20px; }

.calendar_modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 300px;
  overflow-y: auto;
  background: #fff; }

.calendar.calendar_listing {
  display: none; }
  .calendar.calendar_listing.calendar_view {
    display: block; }

/* ----------------------------------------------------------------------------
=Showtime Page Content
----------------------------------------------------------------------------- */
#sitemap .content_item h1 {
  display: none; }

body {
  overflow-anchor: none; }

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

body.user-is-tabbing a:focus,
body.user-is-tabbing *[tabindex='0']:focus,
body.user-is-tabbing button:focus {
  outline: 2px dashed #5e9ed6;
  outline-offset: -2px; }

.page_title {
  background-image: linear-gradient(-44deg, #000000 0%, #313131 100%);
  box-shadow: 0 2px 7px -1px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 18px 20px;
  margin-bottom: 40px; }
  .page_title:after {
    content: '';
    background-image: url("../images/title_shape.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 22%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    min-width: 200px; }
  .event_listing_page .page_title {
    display: none !important; }
  .page_title .title-inner-wrapper {
    max-width: 1180px;
    margin: auto;
    padding: 14px 0 0;
    position: relative;
    z-index: 2; }
    .event_listing_page .page_title .title-inner-wrapper {
      display: none !important; }
    .page_title .title-inner-wrapper h1 {
      color: #fff;
      margin: 0;
      font-size: 3.0517578125rem;
      line-height: 1.05; }
    .page_title .title-inner-wrapper .date {
      display: none; }
  .page_title .breadcrumbs {
    max-width: 1180px;
    margin: auto;
    padding: 0 0 0;
    position: relative;
    z-index: 2; }
    .page_title .breadcrumbs a,
    .page_title .breadcrumbs span {
      margin-right: 6px;
      font-size: 12px;
      font-weight: 700;
      font-family: "Raleway", sans-serif; }
      .page_title .breadcrumbs a:last-child,
      .page_title .breadcrumbs span:last-child {
        margin-right: 0; }
    .page_title .breadcrumbs a {
      color: #D6D7D7; }
      .page_title .breadcrumbs a:hover, .page_title .breadcrumbs a:focus {
        color: #fff;
        text-decoration: underline; }
    .page_title .breadcrumbs span {
      color: #fff; }
      .page_title .breadcrumbs span:last-child {
        display: inline-block;
        position: relative;
        z-index: 1; }
      .page_title .breadcrumbs span.breadcrumb_divider {
        line-height: 1;
        position: relative; }

.user-is-tabbing .accessibility_links.is-focused {
  width: 100% !important;
  height: auto !important;
  max-height: 100vh;
  overflow: auto;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999; }
  .user-is-tabbing .accessibility_links.is-focused ul {
    padding: 10px;
    zoom: 1; }
    .user-is-tabbing .accessibility_links.is-focused ul:before, .user-is-tabbing .accessibility_links.is-focused ul:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .user-is-tabbing .accessibility_links.is-focused ul:after {
      clear: both; }
    @media screen and (min-width: 701px) {
      .user-is-tabbing .accessibility_links.is-focused ul {
        display: flex;
        align-content: flex-start;
        align-items: flex-start;
        justify-content: flex-start; } }
    @media screen and (min-width: 701px) {
      .user-is-tabbing .accessibility_links.is-focused ul li {
        margin: 0 10px; }
        .user-is-tabbing .accessibility_links.is-focused ul li:first-child {
          margin-right: auto; } }
    .user-is-tabbing .accessibility_links.is-focused ul li a {
      font-size: 18px;
      color: #000000;
      font-weight: 700;
      font-family: "Roboto", sans-serif; }
      .user-is-tabbing .accessibility_links.is-focused ul li a:hover {
        color: #E22925; }

.content_item {
  width: 100%;
  margin: auto;
  padding: 0 20px;
  max-width: 940px;
  margin-bottom: 60px;
  z-index: 2;
  position: relative; }
  @media screen and (max-width: 700px) {
    .content_item {
      margin-bottom: 40px; } }
  .content_item.events {
    max-width: none; }
  .content_item#branding {
    padding: 0;
    max-width: 100%;
    margin-bottom: 0; }
    @media screen and (max-width: 700px) {
      .content_item#branding {
        margin-bottom: 0; } }
  .blank_layout .content_item, .blank-with-navigation_layout .content_item {
    max-width: none;
    padding: 0; }

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

.content {
  position: relative;
  margin: 0;
  padding: 0;
  /* ----------------------------------------------------------------------------
    =Image Templates
    ----------------------------------------------------------------------------- */ }
  .content img {
    max-width: 100%; }
    .content img[align=left], .content img.left {
      float: left;
      margin: 0 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; } }
.ie11.vendor-ie .two-column a,
.ie11.vendor-edge .two-column a, .vendor-edge .two-column a {
  text-decoration: underline; }
  .ie11.vendor-ie .two-column a:hover, .ie11.vendor-ie .two-column a:focus,
  .ie11.vendor-edge .two-column a:hover,
  .ie11.vendor-edge .two-column a:focus, .vendor-edge .two-column a:hover, .vendor-edge .two-column a:focus {
    text-decoration: 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; } }
/* ----------------------------------------------------------------------------
= 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;
    margin-bottom: 40px;
    border-bottom: 1px solid #D6D7D7;
    padding-bottom: 40px; }
    .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; }
  .spotlight .thumb,
  .concierge .thumb,
  .news_list .thumb,
  .contest_list .thumb,
  .job_list .thumb,
  .seating_charts .thumb,
  .offer_list .thumb {
    min-width: 150px;
    width: 270px;
    margin: 0 40px 0px 0;
    float: left;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0 2px 7px -1px rgba(0, 0, 0, 0.2); }
    @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 {
        width: 100%; } }
    .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;
      position: relative;
      box-shadow: none; }
      .spotlight .thumb a:after,
      .concierge .thumb a:after,
      .news_list .thumb a:after,
      .contest_list .thumb a:after,
      .job_list .thumb a:after,
      .seating_charts .thumb a:after,
      .offer_list .thumb a:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        transition: all 200ms linear;
        opacity: 1;
        z-index: 2;
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0) 100%); }
      .spotlight .thumb a:hover, .spotlight .thumb a:focus,
      .concierge .thumb a:hover,
      .concierge .thumb a:focus,
      .news_list .thumb a:hover,
      .news_list .thumb a:focus,
      .contest_list .thumb a:hover,
      .contest_list .thumb a:focus,
      .job_list .thumb a:hover,
      .job_list .thumb a:focus,
      .seating_charts .thumb a:hover,
      .seating_charts .thumb a:focus,
      .offer_list .thumb a:hover,
      .offer_list .thumb a:focus {
        box-shadow: 0 2px 7px -1px rgba(0, 0, 0, 0.2); }
        .spotlight .thumb a:hover:after, .spotlight .thumb a:focus:after,
        .concierge .thumb a:hover:after,
        .concierge .thumb a:focus:after,
        .news_list .thumb a:hover:after,
        .news_list .thumb a:focus:after,
        .contest_list .thumb a:hover:after,
        .contest_list .thumb a:focus:after,
        .job_list .thumb a:hover:after,
        .job_list .thumb a:focus:after,
        .seating_charts .thumb a:hover:after,
        .seating_charts .thumb a:focus:after,
        .offer_list .thumb a:hover:after,
        .offer_list .thumb a:focus:after {
          opacity: 0; }
        .spotlight .thumb a:hover img, .spotlight .thumb a:focus img,
        .concierge .thumb a:hover img,
        .concierge .thumb a:focus img,
        .news_list .thumb a:hover img,
        .news_list .thumb a:focus img,
        .contest_list .thumb a:hover img,
        .contest_list .thumb a:focus img,
        .job_list .thumb a:hover img,
        .job_list .thumb a:focus img,
        .seating_charts .thumb a:hover img,
        .seating_charts .thumb a:focus img,
        .offer_list .thumb a:hover img,
        .offer_list .thumb a:focus img {
          transform: scale(1.05);
          position: relative;
          z-index: 1; }
    .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%;
      transition: all 250ms linear; }
    @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 {
        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: 700px) {
      .spotlight .info,
      .concierge .info,
      .news_list .info,
      .contest_list .info,
      .job_list .info,
      .seating_charts .info,
      .offer_list .info {
        margin: 0 auto;
        float: none; }
        .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% - (270px + 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 {
        width: 100%; } }
  .spotlight .title,
  .concierge .title,
  .news_list .title,
  .contest_list .title,
  .job_list .title,
  .seating_charts .title,
  .offer_list .title {
    display: block;
    position: relative; }
    .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: #000000;
      position: relative;
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
              text-decoration-color: transparent;
      transition: all 300ms linear; }
      .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 {
        -webkit-text-decoration-color: #000000;
                text-decoration-color: #000000; }
  .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 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 {
      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='wide'] .entry .thumb,
  .concierge[data-layout='wide'] .entry .thumb,
  .news_list[data-layout='wide'] .entry .thumb,
  .contest_list[data-layout='wide'] .entry .thumb,
  .job_list[data-layout='wide'] .entry .thumb,
  .seating_charts[data-layout='wide'] .entry .thumb,
  .offer_list[data-layout='wide'] .entry .thumb {
    border-radius: 4px; }
  .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%;
    margin: 0 auto 40px;
    border-top: none;
    max-width: 940px;
    display: flex;
    flex-direction: row;
    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 {
      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 20px;
      display: flex;
      flex-direction: column;
      border-bottom: 1px solid #D6D7D7; }
      .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: 0;
        margin-right: 0;
        overflow: hidden; }
        .spotlight[data-layout='square'] .entry .thumb + .info,
        .concierge[data-layout='square'] .entry .thumb + .info,
        .news_list[data-layout='square'] .entry .thumb + .info,
        .contest_list[data-layout='square'] .entry .thumb + .info,
        .job_list[data-layout='square'] .entry .thumb + .info,
        .seating_charts[data-layout='square'] .entry .thumb + .info,
        .offer_list[data-layout='square'] .entry .thumb + .info {
          padding: 20px 0 40px; }
      .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 0 40px;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        margin-bottom: 0; }
        .spotlight[data-layout='square'] .entry .info .spotlight_content,
        .concierge[data-layout='square'] .entry .info .spotlight_content,
        .news_list[data-layout='square'] .entry .info .spotlight_content,
        .contest_list[data-layout='square'] .entry .info .spotlight_content,
        .job_list[data-layout='square'] .entry .info .spotlight_content,
        .seating_charts[data-layout='square'] .entry .info .spotlight_content,
        .offer_list[data-layout='square'] .entry .info .spotlight_content {
          flex-grow: 1; }
        .spotlight[data-layout='square'] .entry .info .button,
        .concierge[data-layout='square'] .entry .info .button,
        .news_list[data-layout='square'] .entry .info .button,
        .contest_list[data-layout='square'] .entry .info .button,
        .job_list[data-layout='square'] .entry .info .button,
        .seating_charts[data-layout='square'] .entry .info .button,
        .offer_list[data-layout='square'] .entry .info .button {
          align-self: flex-start; }
      .spotlight[data-layout='square'] .entry .title,
      .concierge[data-layout='square'] .entry .title,
      .news_list[data-layout='square'] .entry .title,
      .contest_list[data-layout='square'] .entry .title,
      .job_list[data-layout='square'] .entry .title,
      .seating_charts[data-layout='square'] .entry .title,
      .offer_list[data-layout='square'] .entry .title {
        margin-bottom: 15px;
        margin-top: 0;
        position: relative; }
        .spotlight[data-layout='square'] .entry .title a,
        .concierge[data-layout='square'] .entry .title a,
        .news_list[data-layout='square'] .entry .title a,
        .contest_list[data-layout='square'] .entry .title a,
        .job_list[data-layout='square'] .entry .title a,
        .seating_charts[data-layout='square'] .entry .title a,
        .offer_list[data-layout='square'] .entry .title a {
          transition: all 300ms linear; }
      @media screen and (min-width: 601px) {
        .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((100% / (3 - 1)) - 46px);
          margin: 0 23px 40px; }
          .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((100% / 3) - 46px);
          margin: 0 23px 40px; }
          .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(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) {
            clear: left; } }
  .spotlight[data-layout="blocks"],
  .concierge[data-layout="blocks"],
  .news_list[data-layout="blocks"],
  .contest_list[data-layout="blocks"],
  .job_list[data-layout="blocks"],
  .seating_charts[data-layout="blocks"],
  .offer_list[data-layout="blocks"] {
    zoom: 1;
    width: 100%;
    margin: 0 auto 40px;
    border-top: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    z-index: auto; }
    .spotlight[data-layout="blocks"]:before, .spotlight[data-layout="blocks"]:after,
    .concierge[data-layout="blocks"]:before,
    .concierge[data-layout="blocks"]:after,
    .news_list[data-layout="blocks"]:before,
    .news_list[data-layout="blocks"]:after,
    .contest_list[data-layout="blocks"]:before,
    .contest_list[data-layout="blocks"]:after,
    .job_list[data-layout="blocks"]:before,
    .job_list[data-layout="blocks"]:after,
    .seating_charts[data-layout="blocks"]:before,
    .seating_charts[data-layout="blocks"]:after,
    .offer_list[data-layout="blocks"]:before,
    .offer_list[data-layout="blocks"]:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .spotlight[data-layout="blocks"]:after,
    .concierge[data-layout="blocks"]:after,
    .news_list[data-layout="blocks"]:after,
    .contest_list[data-layout="blocks"]:after,
    .job_list[data-layout="blocks"]:after,
    .seating_charts[data-layout="blocks"]:after,
    .offer_list[data-layout="blocks"]:after {
      clear: both; }
    .spotlight[data-layout="blocks"] .entry,
    .concierge[data-layout="blocks"] .entry,
    .news_list[data-layout="blocks"] .entry,
    .contest_list[data-layout="blocks"] .entry,
    .job_list[data-layout="blocks"] .entry,
    .seating_charts[data-layout="blocks"] .entry,
    .offer_list[data-layout="blocks"] .entry {
      position: relative;
      width: 50%;
      width: calc(50% - 20px);
      height: calc((50vw - 20px) * (1080 / 1920));
      max-height: 240px;
      overflow: hidden;
      border: none;
      padding: 0;
      margin: 0px 10px 20px; }
      .spotlight[data-layout="blocks"] .entry .thumb,
      .concierge[data-layout="blocks"] .entry .thumb,
      .news_list[data-layout="blocks"] .entry .thumb,
      .contest_list[data-layout="blocks"] .entry .thumb,
      .job_list[data-layout="blocks"] .entry .thumb,
      .seating_charts[data-layout="blocks"] .entry .thumb,
      .offer_list[data-layout="blocks"] .entry .thumb {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%; }
        .spotlight[data-layout="blocks"] .entry .thumb img,
        .concierge[data-layout="blocks"] .entry .thumb img,
        .news_list[data-layout="blocks"] .entry .thumb img,
        .contest_list[data-layout="blocks"] .entry .thumb img,
        .job_list[data-layout="blocks"] .entry .thumb img,
        .seating_charts[data-layout="blocks"] .entry .thumb img,
        .offer_list[data-layout="blocks"] .entry .thumb img {
          transition: all 0.2s linear; }
        .spotlight[data-layout="blocks"] .entry .thumb:after,
        .concierge[data-layout="blocks"] .entry .thumb:after,
        .news_list[data-layout="blocks"] .entry .thumb:after,
        .contest_list[data-layout="blocks"] .entry .thumb:after,
        .job_list[data-layout="blocks"] .entry .thumb:after,
        .seating_charts[data-layout="blocks"] .entry .thumb:after,
        .offer_list[data-layout="blocks"] .entry .thumb:after {
          transition: all 0.2s linear;
          content: '';
          position: absolute;
          top: 0px;
          left: 0px;
          bottom: 0px;
          right: 0px;
          z-index: 0;
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%); }
      .spotlight[data-layout="blocks"] .entry .title,
      .concierge[data-layout="blocks"] .entry .title,
      .news_list[data-layout="blocks"] .entry .title,
      .contest_list[data-layout="blocks"] .entry .title,
      .job_list[data-layout="blocks"] .entry .title,
      .seating_charts[data-layout="blocks"] .entry .title,
      .offer_list[data-layout="blocks"] .entry .title {
        transition: all 0.2s linear;
        position: relative;
        text-align: center;
        color: white;
        z-index: 1;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        margin-bottom: 30px; }
        .spotlight[data-layout="blocks"] .entry .title a,
        .concierge[data-layout="blocks"] .entry .title a,
        .news_list[data-layout="blocks"] .entry .title a,
        .contest_list[data-layout="blocks"] .entry .title a,
        .job_list[data-layout="blocks"] .entry .title a,
        .seating_charts[data-layout="blocks"] .entry .title a,
        .offer_list[data-layout="blocks"] .entry .title a {
          display: block;
          position: relative;
          transform: translateY(30px);
          color: white; }
          .spotlight[data-layout="blocks"] .entry .title a:hover,
          .concierge[data-layout="blocks"] .entry .title a:hover,
          .news_list[data-layout="blocks"] .entry .title a:hover,
          .contest_list[data-layout="blocks"] .entry .title a:hover,
          .job_list[data-layout="blocks"] .entry .title a:hover,
          .seating_charts[data-layout="blocks"] .entry .title a:hover,
          .offer_list[data-layout="blocks"] .entry .title a:hover {
            text-decoration: underline;
            -webkit-text-decoration-color: white;
                    text-decoration-color: white; }
      .spotlight[data-layout="blocks"] .entry .info,
      .concierge[data-layout="blocks"] .entry .info,
      .news_list[data-layout="blocks"] .entry .info,
      .contest_list[data-layout="blocks"] .entry .info,
      .job_list[data-layout="blocks"] .entry .info,
      .seating_charts[data-layout="blocks"] .entry .info,
      .offer_list[data-layout="blocks"] .entry .info {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px; }
        .spotlight[data-layout="blocks"] .entry .info:before,
        .concierge[data-layout="blocks"] .entry .info:before,
        .news_list[data-layout="blocks"] .entry .info:before,
        .contest_list[data-layout="blocks"] .entry .info:before,
        .job_list[data-layout="blocks"] .entry .info:before,
        .seating_charts[data-layout="blocks"] .entry .info:before,
        .offer_list[data-layout="blocks"] .entry .info:before {
          transition: all 0.2s linear;
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.85);
          z-index: 1;
          zoom: 1;
          opacity: 0;
          -moz-opacity: 0;
          filter: alpha(opacity=0); }
        .spotlight[data-layout="blocks"] .entry .info .spotlight_content,
        .concierge[data-layout="blocks"] .entry .info .spotlight_content,
        .news_list[data-layout="blocks"] .entry .info .spotlight_content,
        .contest_list[data-layout="blocks"] .entry .info .spotlight_content,
        .job_list[data-layout="blocks"] .entry .info .spotlight_content,
        .seating_charts[data-layout="blocks"] .entry .info .spotlight_content,
        .offer_list[data-layout="blocks"] .entry .info .spotlight_content {
          transition: all 0.2s linear;
          position: relative;
          z-index: 2;
          text-align: center;
          transform: translateY(30px);
          display: none;
          /* Styled just in case */ }
        .spotlight[data-layout="blocks"] .entry .info p,
        .concierge[data-layout="blocks"] .entry .info p,
        .news_list[data-layout="blocks"] .entry .info p,
        .contest_list[data-layout="blocks"] .entry .info p,
        .job_list[data-layout="blocks"] .entry .info p,
        .seating_charts[data-layout="blocks"] .entry .info p,
        .offer_list[data-layout="blocks"] .entry .info p {
          font-size: 16px;
          color: #ffffff; }
      .spotlight[data-layout="blocks"] .entry .spot-button,
      .concierge[data-layout="blocks"] .entry .spot-button,
      .news_list[data-layout="blocks"] .entry .spot-button,
      .contest_list[data-layout="blocks"] .entry .spot-button,
      .job_list[data-layout="blocks"] .entry .spot-button,
      .seating_charts[data-layout="blocks"] .entry .spot-button,
      .offer_list[data-layout="blocks"] .entry .spot-button {
        transition: all 0.2s linear;
        position: relative;
        transform: translateY(30px);
        zoom: 1;
        opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
        z-index: 2; }
      .spotlight[data-layout="blocks"] .entry:hover .title a, .spotlight[data-layout="blocks"] .entry:hover .spotlight_content, .spotlight[data-layout="blocks"] .entry:focus .title a, .spotlight[data-layout="blocks"] .entry:focus .spotlight_content, .spotlight[data-layout="blocks"] .entry.is-focused .title a, .spotlight[data-layout="blocks"] .entry.is-focused .spotlight_content,
      .concierge[data-layout="blocks"] .entry:hover .title a,
      .concierge[data-layout="blocks"] .entry:hover .spotlight_content,
      .concierge[data-layout="blocks"] .entry:focus .title a,
      .concierge[data-layout="blocks"] .entry:focus .spotlight_content,
      .concierge[data-layout="blocks"] .entry.is-focused .title a,
      .concierge[data-layout="blocks"] .entry.is-focused .spotlight_content,
      .news_list[data-layout="blocks"] .entry:hover .title a,
      .news_list[data-layout="blocks"] .entry:hover .spotlight_content,
      .news_list[data-layout="blocks"] .entry:focus .title a,
      .news_list[data-layout="blocks"] .entry:focus .spotlight_content,
      .news_list[data-layout="blocks"] .entry.is-focused .title a,
      .news_list[data-layout="blocks"] .entry.is-focused .spotlight_content,
      .contest_list[data-layout="blocks"] .entry:hover .title a,
      .contest_list[data-layout="blocks"] .entry:hover .spotlight_content,
      .contest_list[data-layout="blocks"] .entry:focus .title a,
      .contest_list[data-layout="blocks"] .entry:focus .spotlight_content,
      .contest_list[data-layout="blocks"] .entry.is-focused .title a,
      .contest_list[data-layout="blocks"] .entry.is-focused .spotlight_content,
      .job_list[data-layout="blocks"] .entry:hover .title a,
      .job_list[data-layout="blocks"] .entry:hover .spotlight_content,
      .job_list[data-layout="blocks"] .entry:focus .title a,
      .job_list[data-layout="blocks"] .entry:focus .spotlight_content,
      .job_list[data-layout="blocks"] .entry.is-focused .title a,
      .job_list[data-layout="blocks"] .entry.is-focused .spotlight_content,
      .seating_charts[data-layout="blocks"] .entry:hover .title a,
      .seating_charts[data-layout="blocks"] .entry:hover .spotlight_content,
      .seating_charts[data-layout="blocks"] .entry:focus .title a,
      .seating_charts[data-layout="blocks"] .entry:focus .spotlight_content,
      .seating_charts[data-layout="blocks"] .entry.is-focused .title a,
      .seating_charts[data-layout="blocks"] .entry.is-focused .spotlight_content,
      .offer_list[data-layout="blocks"] .entry:hover .title a,
      .offer_list[data-layout="blocks"] .entry:hover .spotlight_content,
      .offer_list[data-layout="blocks"] .entry:focus .title a,
      .offer_list[data-layout="blocks"] .entry:focus .spotlight_content,
      .offer_list[data-layout="blocks"] .entry.is-focused .title a,
      .offer_list[data-layout="blocks"] .entry.is-focused .spotlight_content {
        transform: translateY(0px); }
      .spotlight[data-layout="blocks"] .entry:hover .spot-button, .spotlight[data-layout="blocks"] .entry:focus .spot-button, .spotlight[data-layout="blocks"] .entry.is-focused .spot-button,
      .concierge[data-layout="blocks"] .entry:hover .spot-button,
      .concierge[data-layout="blocks"] .entry:focus .spot-button,
      .concierge[data-layout="blocks"] .entry.is-focused .spot-button,
      .news_list[data-layout="blocks"] .entry:hover .spot-button,
      .news_list[data-layout="blocks"] .entry:focus .spot-button,
      .news_list[data-layout="blocks"] .entry.is-focused .spot-button,
      .contest_list[data-layout="blocks"] .entry:hover .spot-button,
      .contest_list[data-layout="blocks"] .entry:focus .spot-button,
      .contest_list[data-layout="blocks"] .entry.is-focused .spot-button,
      .job_list[data-layout="blocks"] .entry:hover .spot-button,
      .job_list[data-layout="blocks"] .entry:focus .spot-button,
      .job_list[data-layout="blocks"] .entry.is-focused .spot-button,
      .seating_charts[data-layout="blocks"] .entry:hover .spot-button,
      .seating_charts[data-layout="blocks"] .entry:focus .spot-button,
      .seating_charts[data-layout="blocks"] .entry.is-focused .spot-button,
      .offer_list[data-layout="blocks"] .entry:hover .spot-button,
      .offer_list[data-layout="blocks"] .entry:focus .spot-button,
      .offer_list[data-layout="blocks"] .entry.is-focused .spot-button {
        transform: translateY(0px);
        zoom: 1;
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100); }
      .spotlight[data-layout="blocks"] .entry:hover .thumb img, .spotlight[data-layout="blocks"] .entry:focus .thumb img, .spotlight[data-layout="blocks"] .entry.is-focused .thumb img,
      .concierge[data-layout="blocks"] .entry:hover .thumb img,
      .concierge[data-layout="blocks"] .entry:focus .thumb img,
      .concierge[data-layout="blocks"] .entry.is-focused .thumb img,
      .news_list[data-layout="blocks"] .entry:hover .thumb img,
      .news_list[data-layout="blocks"] .entry:focus .thumb img,
      .news_list[data-layout="blocks"] .entry.is-focused .thumb img,
      .contest_list[data-layout="blocks"] .entry:hover .thumb img,
      .contest_list[data-layout="blocks"] .entry:focus .thumb img,
      .contest_list[data-layout="blocks"] .entry.is-focused .thumb img,
      .job_list[data-layout="blocks"] .entry:hover .thumb img,
      .job_list[data-layout="blocks"] .entry:focus .thumb img,
      .job_list[data-layout="blocks"] .entry.is-focused .thumb img,
      .seating_charts[data-layout="blocks"] .entry:hover .thumb img,
      .seating_charts[data-layout="blocks"] .entry:focus .thumb img,
      .seating_charts[data-layout="blocks"] .entry.is-focused .thumb img,
      .offer_list[data-layout="blocks"] .entry:hover .thumb img,
      .offer_list[data-layout="blocks"] .entry:focus .thumb img,
      .offer_list[data-layout="blocks"] .entry.is-focused .thumb img {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%); }
      .spotlight[data-layout="blocks"] .entry:hover .thumb:after, .spotlight[data-layout="blocks"] .entry:focus .thumb:after, .spotlight[data-layout="blocks"] .entry.is-focused .thumb:after,
      .concierge[data-layout="blocks"] .entry:hover .thumb:after,
      .concierge[data-layout="blocks"] .entry:focus .thumb:after,
      .concierge[data-layout="blocks"] .entry.is-focused .thumb:after,
      .news_list[data-layout="blocks"] .entry:hover .thumb:after,
      .news_list[data-layout="blocks"] .entry:focus .thumb:after,
      .news_list[data-layout="blocks"] .entry.is-focused .thumb:after,
      .contest_list[data-layout="blocks"] .entry:hover .thumb:after,
      .contest_list[data-layout="blocks"] .entry:focus .thumb:after,
      .contest_list[data-layout="blocks"] .entry.is-focused .thumb:after,
      .job_list[data-layout="blocks"] .entry:hover .thumb:after,
      .job_list[data-layout="blocks"] .entry:focus .thumb:after,
      .job_list[data-layout="blocks"] .entry.is-focused .thumb:after,
      .seating_charts[data-layout="blocks"] .entry:hover .thumb:after,
      .seating_charts[data-layout="blocks"] .entry:focus .thumb:after,
      .seating_charts[data-layout="blocks"] .entry.is-focused .thumb:after,
      .offer_list[data-layout="blocks"] .entry:hover .thumb:after,
      .offer_list[data-layout="blocks"] .entry:focus .thumb:after,
      .offer_list[data-layout="blocks"] .entry.is-focused .thumb:after {
        zoom: 1;
        opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0); }
      .spotlight[data-layout="blocks"] .entry:hover .info:before, .spotlight[data-layout="blocks"] .entry:focus .info:before, .spotlight[data-layout="blocks"] .entry.is-focused .info:before,
      .concierge[data-layout="blocks"] .entry:hover .info:before,
      .concierge[data-layout="blocks"] .entry:focus .info:before,
      .concierge[data-layout="blocks"] .entry.is-focused .info:before,
      .news_list[data-layout="blocks"] .entry:hover .info:before,
      .news_list[data-layout="blocks"] .entry:focus .info:before,
      .news_list[data-layout="blocks"] .entry.is-focused .info:before,
      .contest_list[data-layout="blocks"] .entry:hover .info:before,
      .contest_list[data-layout="blocks"] .entry:focus .info:before,
      .contest_list[data-layout="blocks"] .entry.is-focused .info:before,
      .job_list[data-layout="blocks"] .entry:hover .info:before,
      .job_list[data-layout="blocks"] .entry:focus .info:before,
      .job_list[data-layout="blocks"] .entry.is-focused .info:before,
      .seating_charts[data-layout="blocks"] .entry:hover .info:before,
      .seating_charts[data-layout="blocks"] .entry:focus .info:before,
      .seating_charts[data-layout="blocks"] .entry.is-focused .info:before,
      .offer_list[data-layout="blocks"] .entry:hover .info:before,
      .offer_list[data-layout="blocks"] .entry:focus .info:before,
      .offer_list[data-layout="blocks"] .entry.is-focused .info:before {
        zoom: 1;
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100); }
      @media screen and (max-width: 870px) {
        .spotlight[data-layout="blocks"] .entry,
        .concierge[data-layout="blocks"] .entry,
        .news_list[data-layout="blocks"] .entry,
        .contest_list[data-layout="blocks"] .entry,
        .job_list[data-layout="blocks"] .entry,
        .seating_charts[data-layout="blocks"] .entry,
        .offer_list[data-layout="blocks"] .entry {
          width: calc(50% - 20px);
          height: calc((50vw - 20px) * (1080 / 1920));
          max-height: 200px; } }
      @media screen and (max-width: 500px) {
        .spotlight[data-layout="blocks"] .entry,
        .concierge[data-layout="blocks"] .entry,
        .news_list[data-layout="blocks"] .entry,
        .contest_list[data-layout="blocks"] .entry,
        .job_list[data-layout="blocks"] .entry,
        .seating_charts[data-layout="blocks"] .entry,
        .offer_list[data-layout="blocks"] .entry {
          width: 100%;
          margin-bottom: 10px;
          height: calc((100vw - 20px) * (1080 / 1920)); } }
  .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'] {
    zoom: 1;
    width: 100%;
    margin: 0 auto 40px;
    border-top: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .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 {
      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 {
      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 {
      width: 100%;
      float: left;
      padding: 0;
      border: none;
      margin: 0 0 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 {
        display: block;
        width: 100%;
        margin-right: 0;
        border-radius: 0;
        box-shadow: none; }
        .spotlight[data-layout='logos'] .entry .thumb:after, .spotlight[data-layout='logos'] .entry .thumb:before,
        .concierge[data-layout='logos'] .entry .thumb:after,
        .concierge[data-layout='logos'] .entry .thumb:before,
        .news_list[data-layout='logos'] .entry .thumb:after,
        .news_list[data-layout='logos'] .entry .thumb:before,
        .contest_list[data-layout='logos'] .entry .thumb:after,
        .contest_list[data-layout='logos'] .entry .thumb:before,
        .job_list[data-layout='logos'] .entry .thumb:after,
        .job_list[data-layout='logos'] .entry .thumb:before,
        .seating_charts[data-layout='logos'] .entry .thumb:after,
        .seating_charts[data-layout='logos'] .entry .thumb:before,
        .offer_list[data-layout='logos'] .entry .thumb:after,
        .offer_list[data-layout='logos'] .entry .thumb:before {
          display: none; }
        .spotlight[data-layout='logos'] .entry .thumb a:after,
        .concierge[data-layout='logos'] .entry .thumb a:after,
        .news_list[data-layout='logos'] .entry .thumb a:after,
        .contest_list[data-layout='logos'] .entry .thumb a:after,
        .job_list[data-layout='logos'] .entry .thumb a:after,
        .seating_charts[data-layout='logos'] .entry .thumb a:after,
        .offer_list[data-layout='logos'] .entry .thumb a:after {
          display: none; }
      .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 {
        width: 100%;
        display: block;
        text-align: center;
        padding: 0; }
      .spotlight[data-layout='logos'] .entry .title,
      .concierge[data-layout='logos'] .entry .title,
      .news_list[data-layout='logos'] .entry .title,
      .contest_list[data-layout='logos'] .entry .title,
      .job_list[data-layout='logos'] .entry .title,
      .seating_charts[data-layout='logos'] .entry .title,
      .offer_list[data-layout='logos'] .entry .title {
        display: none; }
        .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 {
          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 {
        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 {
          width: calc((100% / (5 - 1)) - 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) {
            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 {
          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) {
            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) {
            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: 701px) {
  .seating_charts .entry {
    display: flex;
    flex-direction: row; }
    .seating_charts .entry .info {
      display: flex;
      flex-direction: column;
      justify-content: space-between; } }

.modal-wrapper {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5); }

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 130px auto;
  padding: 15px;
  border: 1px solid #888;
  width: 80%;
  position: relative;
  max-width: 500px; }

/* The Close Button */
.spotlight-modal .close {
  color: #FFF;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: -40px;
  right: 0;
  width: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center; }

.spotlight-modal .close:hover,
.spotlight-modal .close:focus {
  color: #dedede;
  text-decoration: none;
  cursor: pointer; }

.open-modal {
  cursor: pointer; }

.modal-wrapper .spotlight .thumb, .modal-wrapper .spotlight .info {
  width: 100%;
  clear: both; }

.modal-wrapper .spotlight .thumb .image:after {
  display: none; }

.modal-wrapper .spotlight h3.title {
  margin-top: 15px; }

/* ----------------------------------------------------------------------------
= Showtime Homepage Overlay
----------------------------------------------------------------------------- */
@media screen and (max-width: 700px) {
  #meerkat-wrap {
    position: absolute !important; } }

#overlay_container {
  display: none;
  padding: 100px 0 0; }
  @media screen and (min-width: 701px) {
    #overlay_container {
      max-height: calc(100vh - 20px);
      overflow-x: hidden;
      overflow-y: auto; } }
  #overlay_container .close-overlay {
    position: absolute;
    display: block;
    z-index: 50;
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
    background: url(../images/button_close.png) no-repeat center center;
    cursor: pointer; }
    @media screen and (max-width: 700px) {
      #overlay_container .close-overlay {
        right: 0; } }
  #overlay_container a, #overlay_container a:link, #overlay_container a:visited {
    position: relative;
    display: block;
    z-index: 10;
    max-width: 1000px;
    height: auto; }
    #overlay_container a img, #overlay_container a:link img, #overlay_container a:visited img {
      width: 100%;
      height: auto;
      display: block; }

.overlay_content {
  position: relative;
  width: 95%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0; }

.close-overlay-bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0; }

.dontshow-overlay {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  background: #000;
  font: 400 20px/140% "Roboto", sans-serif;
  line-height: 25px;
  cursor: pointer;
  text-align: center; }
  .dontshow-overlay:hover, .dontshow-overlay:focus {
    color: #fff;
    background: #E22925; }

/* ----------------------------------------------------------------------------
= Homepage items and layout
----------------------------------------------------------------------------- */
.home .home-hidden {
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  border: none;
  left: auto;
  min-width: 0; }

.home {
  background-image: linear-gradient(270deg, #EBECEC 0%, #D6D7D7 100%); }
  .home .home-body {
    position: relative;
    padding-top: 55px; }
    @media screen and (max-width: 700px) {
      .home .home-body {
        padding-top: 40px; } }
  .home .full .full_column + #venue_widgets_framework.isLoaded {
    margin-top: 2px; }
  .home .full .full_column .wide-promo {
    width: 980px;
    margin: 0 auto 50px;
    max-width: calc(100% - 40px);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 7px -1px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    display: flex;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    overflow: hidden;
    /*&:after {		
					width: 100%;
					height: 100%;
					max-width: 100%;
					position: absolute;
					z-index: -1;
					content: "";
					top: 0;
					left: 0;
					opacity: 0;
					@include animate(200ms);
					background: linear-gradient(to right,#000 33%, rgba(0,0,0,0));
				}*/ }
    @media screen and (max-width: 700px) {
      .home .full .full_column .wide-promo {
        max-width: calc(100% - 20px); } }
    .home .full .full_column .wide-promo:hover, .home .full .full_column .wide-promo:focus {
      /*&:after {
						opacity: 1;
					}*/ }
      .home .full .full_column .wide-promo:hover:before, .home .full .full_column .wide-promo:focus:before {
        width: 100%; }
      .home .full .full_column .wide-promo:hover .content:after, .home .full .full_column .wide-promo:focus .content:after {
        opacity: 1; }
    .home .full .full_column .wide-promo:before {
      width: 650px;
      height: 100%;
      max-width: 100%;
      position: absolute;
      z-index: -2;
      content: "";
      top: 0;
      left: 0;
      transition: all 200ms linear;
      background: linear-gradient(to right, #000 33%, rgba(0, 0, 0, 0)); }
    .home .full .full_column .wide-promo .content {
      width: 600px;
      max-width: 100%;
      min-height: 100%;
      padding: 50px 40px 20px;
      min-height: 191px;
      display: flex;
      justify-content: flex-start;
      align-content: flex-start;
      align-items: flex-start;
      flex-direction: column;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 700px) {
        .home .full .full_column .wide-promo .content {
          min-height: 162px;
          padding: 30px 20px 20px; } }
      .home .full .full_column .wide-promo .content:before {
        width: 298px;
        height: 100%;
        max-width: calc(100% - 50px);
        position: absolute;
        z-index: -2;
        content: "";
        top: 0;
        left: 0;
        transition: all 200ms linear;
        background-image: url("../images/promo_rectangle.png");
        background-repeat: no-repeat;
        background-position: top right;
        background-size: cover; }
      .home .full .full_column .wide-promo .content:after {
        width: 298px;
        height: 100%;
        max-width: calc(100% - 50px);
        position: absolute;
        z-index: -1;
        content: "";
        top: 0;
        left: 0;
        opacity: 0;
        transition: all 200ms linear;
        background-image: url("../images/promo_rectangle_hover.png");
        background-repeat: no-repeat;
        background-position: top right;
        background-size: cover; }
      .home .full .full_column .wide-promo .content > * {
        width: 100%;
        max-width: 100%; }
      .home .full .full_column .wide-promo .content .title {
        margin: 0 0 10px 0; }
        .home .full .full_column .wide-promo .content .title a, .home .full .full_column .wide-promo .content .title span {
          font-family: "Raleway", sans-serif;
          font-size: 39px;
          font-weight: 700;
          color: #fff;
          line-height: 1.05;
          letter-spacing: 0.3px;
          text-decoration: none; }
          @media screen and (max-width: 700px) {
            .home .full .full_column .wide-promo .content .title a, .home .full .full_column .wide-promo .content .title span {
              font-size: 31px; } }
      .home .full .full_column .wide-promo .content .body {
        margin: 0; }
        .home .full .full_column .wide-promo .content .body p {
          font-size: 16px;
          color: #fff; }
      .home .full .full_column .wide-promo .content .buttons {
        margin: auto 0 0 0; }
        .home .full .full_column .wide-promo .content .buttons a {
          font-family: "Raleway", sans-serif;
          font-size: 16px;
          font-weight: 700;
          color: #fff;
          line-height: 1;
          letter-spacing: 0.3px;
          padding: 0 0 7px 0;
          display: inline-block;
          position: relative;
          z-index: 1; }
          .home .full .full_column .wide-promo .content .buttons a:hover:before, .home .full .full_column .wide-promo .content .buttons a:focus:before {
            width: 30px; }
          .home .full .full_column .wide-promo .content .buttons a:before {
            width: 15px;
            height: 2px;
            position: absolute;
            z-index: 1;
            content: "";
            bottom: 0;
            left: 0;
            transition: all 200ms linear;
            background: #fff; }
  .home .full .full_column .featured_events_section .promo {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    float: left;
    flex-wrap: wrap;
    z-index: 1;
    box-shadow: 0 2px 7px -1px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    overflow: hidden;
    width: calc(1 / 3 * (100% - 60px));
    margin: 20px 10px 10px;
    height: 340px; }
    @media screen and (max-width: 1024px) {
      .home .full .full_column .featured_events_section .promo {
        width: 320px;
        max-width: 100%;
        margin: 30px auto 30px;
        float: none;
        height: auto; }
        .home .full .full_column .featured_events_section .promo:nth-child(2n), .home .full .full_column .featured_events_section .promo:nth-child(3n) {
          margin-right: auto; } }
    @media screen and (max-width: 768px) {
      .home .full .full_column .featured_events_section .promo {
        margin-bottom: 10px; } }
    .home .full .full_column .featured_events_section .promo:hover:after, .home .full .full_column .featured_events_section .promo:focus:after {
      opacity: 1; }
    .home .full .full_column .featured_events_section .promo:hover .content:after, .home .full .full_column .featured_events_section .promo:focus .content:after {
      opacity: 1; }
    .home .full .full_column .featured_events_section .promo:before {
      width: 100%;
      height: 100%;
      max-width: 100%;
      position: absolute;
      z-index: -2;
      content: "";
      top: 0;
      left: 0;
      transition: all 200ms linear;
      background: linear-gradient(to right, #000 33%, rgba(0, 0, 0, 0)); }
    .home .full .full_column .featured_events_section .promo:after {
      width: 100%;
      height: 100%;
      max-width: 100%;
      position: absolute;
      z-index: -2;
      content: "";
      top: 0;
      left: 0;
      transition: all 200ms linear;
      opacity: 0;
      background: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 67%); }
    .home .full .full_column .featured_events_section .promo .content {
      width: 100%;
      max-width: 100%;
      min-height: 100%;
      min-height: 340px;
      display: flex;
      justify-content: flex-start;
      align-content: flex-start;
      align-items: flex-start;
      flex-direction: column;
      padding: 70px 50px 35px 30px;
      text-align: left;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 700px) {
        .home .full .full_column .featured_events_section .promo .content {
          padding: 30px 20px 20px; } }
      .home .full .full_column .featured_events_section .promo .content:before {
        width: 262px;
        height: 100%;
        max-width: calc(100% - 50px);
        position: absolute;
        z-index: -1;
        content: "";
        top: 0;
        left: 0;
        transition: all 200ms linear;
        background-image: url("../images/event_promo_rectangle.png");
        background-repeat: no-repeat;
        background-position: top right;
        background-size: cover; }
      .home .full .full_column .featured_events_section .promo .content:after {
        width: 262px;
        height: 100%;
        max-width: calc(100% - 50px);
        position: absolute;
        z-index: -1;
        content: "";
        top: 0;
        left: 0;
        opacity: 0;
        transition: all 200ms linear;
        background-image: url("../images/event_promo_rectangle_hover.png");
        background-repeat: no-repeat;
        background-position: top right;
        background-size: cover; }
      .home .full .full_column .featured_events_section .promo .content > * {
        width: 100%;
        max-width: 100%; }
      .home .full .full_column .featured_events_section .promo .content .title {
        margin: 0 0 20px 0; }
        .home .full .full_column .featured_events_section .promo .content .title a, .home .full .full_column .featured_events_section .promo .content .title span {
          font-family: "Raleway", sans-serif;
          font-size: 39px;
          font-weight: 700;
          color: #fff;
          line-height: 1.05;
          letter-spacing: 0.3px;
          text-decoration: none; }
          @media screen and (max-width: 700px) {
            .home .full .full_column .featured_events_section .promo .content .title a, .home .full .full_column .featured_events_section .promo .content .title span {
              font-size: 31px; } }
      .home .full .full_column .featured_events_section .promo .content .body {
        margin: 0 0 10px 0;
        overflow-y: scroll;
        max-height: 100px; }
        @media screen and (max-width: 1024px) {
          .home .full .full_column .featured_events_section .promo .content .body {
            overflow: auto;
            max-height: none; } }
        .home .full .full_column .featured_events_section .promo .content .body p {
          font-size: 16px;
          color: #fff; }
      .home .full .full_column .featured_events_section .promo .content .buttons {
        margin: auto 0 0 0; }
        .home .full .full_column .featured_events_section .promo .content .buttons a {
          font-family: "Raleway", sans-serif;
          font-size: 16px;
          font-weight: 700;
          color: #fff;
          line-height: 1;
          letter-spacing: 0.3px;
          padding: 0 0 7px 0;
          display: inline-block;
          position: relative;
          z-index: 1; }
          .home .full .full_column .featured_events_section .promo .content .buttons a:hover:before, .home .full .full_column .featured_events_section .promo .content .buttons a:focus:before {
            width: 30px; }
          .home .full .full_column .featured_events_section .promo .content .buttons a:before {
            width: 15px;
            height: 2px;
            position: absolute;
            z-index: 1;
            content: "";
            bottom: 0;
            left: 0;
            transition: all 200ms linear;
            background: #fff; }
  .home .full .full_column > .middle-info {
    text-align: center;
    width: 728px;
    max-width: calc(100% - 40px);
    margin: 50px auto 0;
    clear: both; }
    .home .full .full_column > .middle-info .sponsored_ad > div {
      margin: 0 auto; }
    @media screen and (max-width: 700px) {
      .home .full .full_column > .middle-info {
        max-width: calc(100% - 20px); } }
    .home .full .full_column > .middle-info a {
      display: inline-block;
      max-width: 100%; }
      .home .full .full_column > .middle-info a img {
        display: block;
        max-width: 100%;
        margin: 0 auto; }
  .home .view-all-btn {
    text-align: center; }

.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 50px;
      word-wrap: break-word;
      color: #000000;
      transition: all 200ms linear;
      font-family: "Raleway", sans-serif;
      font-weight: 700;
      font-size: 20px;
      background-image: linear-gradient(to right, #e22925 0%, #e22925 100%);
      background-size: 15px 2px;
      background-position: 50px 30px;
      background-repeat: no-repeat;
      transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s, color 0.2s linear;
      /*------------------------------------------------------------
            =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;
        transition: all 100ms linear;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0px;
        fill: #E22925; }
      .link ul.list li > a:hover, .link ul.list li > a:focus, .link ul.list li > span:hover, .link ul.list li > span:focus {
        color: #E22925;
        background-size: 100% 2px; }
        .link ul.list li > a:hover svg, .link ul.list li > a:focus svg, .link ul.list li > span:hover svg, .link ul.list li > span:focus svg {
          fill: #E22925; }
      .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 > 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 {
        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 > 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 {
        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: #E22925;
        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 > 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 {
        color: #E22925; }
      .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 > span {
      text-decoration: none;
      background: transparent; }
      .link ul.list li > span .link_icon {
        display: none; }
      .link ul.list li > span:hover, .link ul.list li > span:focus {
        color: #000000;
        text-decoration: none;
        background: transparent; }
    .link ul.list .description {
      padding-left: 50px; }
      .link ul.list .description p, .link ul.list .description li {
        margin-top: 0; }
      .link ul.list .description ul li:before {
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4.5px 0 4.5px 6px;
        border-color: transparent transparent transparent #000000; }
        @media screen and (max-width: 700px) {
          .link ul.list .description ul li:before {
            top: 4px; } }
      .link ul.list .description ol li:before {
        color: #000000;
        font-family: "Raleway", sans-serif;
        font-weight: 800;
        font-size: 20px;
        content: '';
        position: absolute;
        top: -2px;
        left: 0px;
        width: 25px;
        height: 25px;
        content: counter(li-counter) "."; }
        @media screen and (max-width: 700px) {
          .link ul.list .description ol li:before {
            top: -6px; } }
      .link ul.list .description ol li:after {
        background: #E22925;
        content: '';
        position: absolute;
        top: 27px;
        left: -1px;
        width: 18px;
        height: 2px; }
        @media screen and (max-width: 700px) {
          .link ul.list .description ol li:after {
            width: 18px;
            top: 20px; } }
      .link ul.list .description p {
        margin-bottom: 20px; }

/* ----------------------------------------------------------------------------
= FAQ Accordion
----------------------------------------------------------------------------- */
.faq {
  position: relative; }
  .faq .faq_item_wrapper {
    margin-bottom: 20px;
    position: relative;
    transition: all 200ms linear;
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
    background-image: linear-gradient(-89deg, #FFFFFF 0%, #EBECEC 100%);
    box-shadow: 0 2px 7px -1px rgba(0, 0, 0, 0.2); }
    .faq .faq_item_wrapper.is-opened:before {
      opacity: 1;
      visibility: visible; }
    .faq .faq_item_wrapper.is-opened:after {
      opacity: 1;
      visibility: visible; }
    .faq .faq_item_wrapper:hover, .faq .faq_item_wrapper:focus {
      box-shadow: 0 5px 12px -1px rgba(0, 0, 0, 0.2); }
  .faq .faq_list_item {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0px;
    cursor: pointer;
    z-index: 1;
    transition: all 200ms linear; }
    .faq .faq_list_item .icon {
      position: absolute;
      top: 0;
      left: 20px;
      width: 25px;
      height: 100%;
      z-index: 2; }
      .faq .faq_list_item .icon span {
        transition: all 200ms linear;
        display: block;
        width: 25px;
        height: 25px;
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translate(-50%, 0);
        background: transparent; }
        .faq .faq_list_item .icon span svg {
          transform: rotate(0deg);
          transition: transform 0.2s linear; }
    .faq .faq_list_item a {
      display: block; }
    .faq .faq_list_item p {
      margin: 0;
      padding: 20px 20px 20px 60px;
      text-transform: none;
      font-family: "Raleway", sans-serif;
      letter-spacing: 0.3px;
      font-size: 25px;
      color: #000000;
      font-weight: 700;
      line-height: 1.05;
      display: inline-block;
      position: relative; }
    .faq .faq_list_item:hover:before {
      opacity: 0; }
    .faq .faq_list_item:hover .background-shape {
      opacity: 0; }
    .faq .faq_list_item:hover .icon svg circle {
      fill: #E22925; }
    .faq .faq_list_item.active, .faq .faq_list_item.open {
      border-color: transparent; }
      .faq .faq_list_item.active p, .faq .faq_list_item.open p {
        color: #000000; }
      .faq .faq_list_item.active .icon svg, .faq .faq_list_item.open .icon svg {
        transform: rotate(90deg); }
      .faq .faq_list_item.active .background-shape, .faq .faq_list_item.open .background-shape {
        opacity: 1; }
      .faq .faq_list_item.active:before, .faq .faq_list_item.open:before {
        background: transparent; }
      .faq .faq_list_item.active:after, .faq .faq_list_item.open:after {
        background: transparent; }
      .faq .faq_list_item.active p:after, .faq .faq_list_item.open p:after {
        background: transparent; }
      .faq .faq_list_item.active:hover .background-shape, .faq .faq_list_item.open:hover .background-shape {
        opacity: 1; }
      .faq .faq_list_item.active:hover svg circle, .faq .faq_list_item.open:hover svg circle {
        fill: #313131; }
    .faq .faq_list_item:before {
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background-image: linear-gradient(-89deg, #FFFFFF 0%, #EBECEC 100%);
      transition: all 200ms linear;
      z-index: -2; }
    .faq .faq_list_item:after {
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      transition: all 200ms linear;
      z-index: -3;
      background: #fff; }
    .faq .faq_list_item .background-shape {
      z-index: -1;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 106px;
      background-image: url("../images/faq_triangle.png");
      background-size: 100% 100%;
      transition: all 200ms linear;
      opacity: 1; }
  .faq .faq_answer {
    display: none;
    padding: 5px 10px 30px 20px;
    margin: 0px; }
    @media screen and (min-width: 701px) {
      .faq .faq_answer {
        padding: 5px 24px 30px 60px;
        padding-right: 70px; } }
    .faq .faq_answer ul:last-child,
    .faq .faq_answer ol:last-child {
      margin-bottom: 0; }
    .faq .faq_answer p,
    .faq .faq_answer li {
      font-size: 18px; }
      .faq .faq_answer p:last-child,
      .faq .faq_answer li:last-child {
        margin-bottom: 0; }
      @media screen and (max-width: 700px) {
        .faq .faq_answer p,
        .faq .faq_answer li {
          font-size: 18px; } }
/* ----------------------------------------------------------------------------
= Seating Charts Page styles - Listing page
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=Venue Pages
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Map styles
----------------------------------------------------------------------------- */
.map_holder {
  position: relative;
  display: block;
  width: 100%;
  height: 385px;
  margin-bottom: 25px; }
  .map_holder .map {
    width: 100%;
    height: 100%; }

.map_contain {
  width: 100%;
  max-width: 100%;
  margin: 0 auto; }
  .map_contain iframe {
    width: 100%;
    height: calc(100vw*(500/1440));
    max-height: 600px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 700px) {
      .map_contain iframe {
        min-height: 300px; } }
.map_window .info {
  margin: 0 0 8px;
  padding: 0 0 4px; }
  .map_window .info h4 {
    color: #000;
    font-weight: 400; }
  .map_window .info address {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 12px;
    line-height: 140%; }

.map_window .desc {
  float: left;
  width: 120px; }
  .map_window .desc img {
    float: left;
    width: 120px;
    height: auto;
    margin: 0 15px 0 0; }
  .map_window .desc p {
    margin: 0;
    padding: 0; }

.map_window .directions {
  display: none;
  padding: 4px 0 0; }
  .map_window .directions label {
    display: block;
    margin: 0 0 8px;
    color: #000;
    font-size: 12px; }
  .map_window .directions input[type=text] {
    width: 72%;
    margin: 0 0 8px;
    padding: 4px 5px;
    color: #000;
    font-size: 12px; }
  .map_window .directions form button {
    display: block;
    float: right;
    padding: 6px 5px;
    color: #fff;
    border: 0;
    background-color: #E22925;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase; }
    .map_window .directions form button:hover {
      background-color: #f2873b; }

.map_control {
  zoom: 1;
  position: relative;
  z-index: 51;
  margin: 0 auto;
  line-height: 40px; }
  .map_control:before, .map_control:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .map_control:after {
    clear: both; }
  .map_control .map_anchor {
    display: none; }
  .map_control label {
    display: block;
    float: left;
    height: 40px;
    padding: 0 15px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase; }
  .map_control button {
    transition: all 100ms linear;
    float: left;
    margin: 0 2px 0 0;
    padding: 0 15px;
    color: #fff;
    border: none;
    background: none;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase; }
    .map_control button.active {
      outline: none;
      background: #000000; }
      .map_control button.active:hover {
        color: white;
        outline: none; }
    .map_control button:hover {
      color: #000000;
      outline: none; }
    .map_control button:focus {
      outline: none; }

/* ----------------------------------------------------------------------------
= Pagination
----------------------------------------------------------------------------- */
body#events.all #column_1 .paging.final {
  display: none; }

.paging {
  zoom: 1;
  position: relative;
  height: 40px;
  margin: 5px 0 15px;
  padding: 0;
  color: #000000;
  font: 400 14px/40px "Roboto", sans-serif;
  letter-spacing: 0.06em; }
  .paging:before, .paging:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .paging:after {
    clear: both; }
  .paging.final {
    margin: 0; }
  .paging.empty {
    height: 0;
    margin: 0;
    padding: 0;
    background: none; }
  .paging .record {
    float: left;
    width: auto;
    height: 40px;
    padding: 13px 0 0 0;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    color: #000000; }
  .paging .pages {
    zoom: 1;
    float: right;
    width: auto;
    margin: 0 -36px 0 0;
    text-align: center;
    padding-top: 13px; }
    .paging .pages:before, .paging .pages:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .paging .pages:after {
      clear: both; }
    .paging .pages strong,
    .paging .pages a,
    .paging .pages a:link,
    .paging .pages a:visited {
      line-height: 40px;
      position: relative;
      float: left;
      width: 40px;
      height: 40px;
      margin: 0;
      padding: 0;
      color: #000000;
      font-weight: 700;
      font-family: "Raleway", sans-serif;
      font-size: 16px;
      text-decoration: none; }
      .paging .pages strong:hover, .paging .pages strong:focus,
      .paging .pages a:hover,
      .paging .pages a:focus,
      .paging .pages a:link:hover,
      .paging .pages a:link:focus,
      .paging .pages a:visited:hover,
      .paging .pages a:visited:focus {
        color: #E22925; }
      .paging .pages strong.last, .paging .pages strong.first,
      .paging .pages a.last,
      .paging .pages a.first,
      .paging .pages a:link.last,
      .paging .pages a:link.first,
      .paging .pages a:visited.last,
      .paging .pages a:visited.first {
        display: none; }
      .paging .pages strong.prev,
      .paging .pages a.prev,
      .paging .pages a:link.prev,
      .paging .pages a:visited.prev {
        font-size: 0; }
        .paging .pages strong.prev:before,
        .paging .pages a.prev:before,
        .paging .pages a:link.prev:before,
        .paging .pages a:visited.prev:before {
          content: '';
          display: block;
          width: 10px;
          height: 10px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%) rotate(180deg);
          background-image: url("../images/svg/right_pagination.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }
        .paging .pages strong.prev:hover:before, .paging .pages strong.prev:focus:before,
        .paging .pages a.prev:hover:before,
        .paging .pages a.prev:focus:before,
        .paging .pages a:link.prev:hover:before,
        .paging .pages a:link.prev:focus:before,
        .paging .pages a:visited.prev:hover:before,
        .paging .pages a:visited.prev:focus:before {
          background-image: url("../images/svg/right_pagination_hover.svg"); }
      .paging .pages strong.next,
      .paging .pages a.next,
      .paging .pages a:link.next,
      .paging .pages a:visited.next {
        font-size: 0;
        position: relative; }
        .paging .pages strong.next:before,
        .paging .pages a.next:before,
        .paging .pages a:link.next:before,
        .paging .pages a:visited.next:before {
          content: '';
          display: block;
          width: 10px;
          height: 10px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-image: url("../images/svg/right_pagination.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }
        .paging .pages strong.next:hover:before, .paging .pages strong.next:focus:before,
        .paging .pages a.next:hover:before,
        .paging .pages a.next:focus:before,
        .paging .pages a:link.next:hover:before,
        .paging .pages a:link.next:focus:before,
        .paging .pages a:visited.next:hover:before,
        .paging .pages a:visited.next:focus:before {
          background-image: url("../images/svg/right_pagination_hover.svg"); }
    .paging .pages strong {
      line-height: 40px;
      font-weight: 700;
      color: #000000; }
      .paging .pages strong:hover, .paging .pages strong:focus {
        color: #000000; }
      .paging .pages strong:after {
        background: #E22925;
        content: '';
        position: absolute;
        bottom: 7px;
        left: 50%;
        transform: translateX(-50%);
        width: 15px;
        height: 2px; }

/* ----------------------------------------------------------------------------
=Password Protected Page login form
----------------------------------------------------------------------------- */
.login-form {
  position: relative;
  text-align: center; }
  .login-form .breadcrumbs, .login-form .title-inner-wrapper {
    text-align: left; }
  .login-form form {
    position: relative; }
  .login-form input[type='password'] {
    position: relative;
    width: 80%;
    max-width: 300px;
    height: 46px;
    background: transparent;
    border: 1px solid #D6D7D7;
    padding: 8px 10px;
    font-size: 15px;
    color: #ffffff;
    color: #000000;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    .login-form input[type='password']::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #000000;
      opacity: 1 !important; }
    .login-form input[type='password']:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #000000;
      opacity: 1 !important; }
    .login-form input[type='password']::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #000000;
      opacity: 1 !important; }
    .login-form input[type='password']:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #000000;
      opacity: 1 !important; }
  .login-form input[type='submit'] {
    display: block;
    border: none;
    margin: 25px auto; }

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
.news_list .entry {
  margin-bottom: 0;
  padding-top: 40px; }
  .news_list .entry:first-child {
    padding-top: 0; }

.news_list .date {
  margin-bottom: 26px; }
  .news_list .date .m-date__weekday {
    display: none; }

.news_list .m-date__month {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 800;
  margin-right: 6px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .news_list .m-date__month:before {
    content: '';
    height: 2px;
    width: 30px;
    position: absolute;
    bottom: -6px;
    left: 0;
    background: #E22925; }

.news_list .m-date__day {
  font-size: 16px;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  display: inline-block;
  margin-right: 2px; }

.news_list .m-date__year {
  font-family: "Raleway", sans-serif;
  font-size: 13px; }

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

.news_detail .news_heading .news_title {
  display: none; }

.news_detail .news_heading .date .m-date__month {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 800;
  margin-right: 6px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .news_detail .news_heading .date .m-date__month:before {
    content: '';
    height: 2px;
    width: 30px;
    position: absolute;
    bottom: -6px;
    left: 0;
    background: #E22925; }

.news_detail .news_heading .date .m-date__day {
  font-size: 16px;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  display: inline-block; }

.news_detail .news_heading .date .m-date__year {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 500; }

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

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
.event_listing_page {
  background-image: linear-gradient(270deg, #EBECEC 0%, #D6D7D7 100%);
  position: relative;
  padding-top: 10px; }

.event_list_header {
  width: 100%;
  background-image: linear-gradient(-44deg, #000000 0%, #313131 100%);
  box-shadow: 0 2px 7px -1px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 20px; }
  .event_list_header .events-hidden {
    overflow: hidden;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    border: none;
    left: auto;
    min-width: 0;
    position: absolute;
    bottom: 0;
    right: 0; }
  .event_list_header .breadcrumbs {
    max-width: 1180px;
    margin: 0 auto 20px;
    padding: 0 0 0;
    position: relative;
    z-index: 2; }
    .event_list_header .breadcrumbs a,
    .event_list_header .breadcrumbs span {
      margin-right: 6px;
      font-size: 12px;
      font-weight: 700;
      font-family: "Raleway", sans-serif; }
      .event_list_header .breadcrumbs a:last-child,
      .event_list_header .breadcrumbs span:last-child {
        margin-right: 0; }
    .event_list_header .breadcrumbs a {
      color: #D6D7D7; }
      .event_list_header .breadcrumbs a:hover, .event_list_header .breadcrumbs a:focus {
        color: #fff;
        text-decoration: underline; }
    .event_list_header .breadcrumbs span {
      color: #fff; }
      .event_list_header .breadcrumbs span:last-child {
        display: inline-block;
        position: relative;
        z-index: 1; }
      .event_list_header .breadcrumbs span.breadcrumb_divider {
        line-height: 1;
        position: relative; }
  .event_list_header:after {
    content: '';
    background-image: url("../images/title_shape.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 22%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    min-width: 200px; }
  .event_list_header .event_list_header_inner {
    max-width: 1180px;
    padding: 0;
    width: 100%;
    margin: 0px auto;
    position: relative; }
  .event_list_header .overview {
    display: flex;
    position: relative;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .event_list_header .overview {
        flex-direction: column; } }
  .event_list_header h1 {
    flex-grow: 2;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 49px;
    color: #fff;
    letter-spacing: 0;
    line-height: 49px;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 1200px) {
      .event_list_header h1 {
        font-size: 41px; } }
    @media screen and (max-width: 1024px) {
      .event_list_header h1 {
        font-size: 41px; } }
    .event_list_header h1 .presentedby_logo {
      font-size: 12px;
      line-height: 32px;
      display: inline-block;
      vertical-align: middle;
      font-weight: 400;
      margin-left: 0px; }
      .event_list_header h1 .presentedby_logo img {
        transition: all 200ms linear;
        vertical-align: top;
        zoom: 1;
        opacity: 1;
        height: 40px;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .event_list_header h1 .presentedby_logo:hover img {
        opacity: 0.7; }

.event_list_toggles {
  display: flex;
  align-self: center;
  align-items: flex-end; }
  @media screen and (max-width: 1024px) {
    .event_list_toggles {
      display: none; } }
  .event_list_toggles .toggle {
    margin-left: 35px;
    transition: all 200ms linear;
    position: relative;
    z-index: 1;
    opacity: 0.7; }
    .event_list_toggles .toggle svg, .event_list_toggles .toggle span {
      transition: all 0.2s linear; }
    .event_list_toggles .toggle:after {
      content: " ";
      position: absolute;
      bottom: -22px;
      left: 0;
      width: 100%;
      height: 4px;
      background: #E22925;
      transition: all 0.2s linear;
      opacity: 0;
      z-index: -1; }
    .event_list_toggles .toggle:hover {
      cursor: pointer;
      opacity: 1; }
      .event_list_toggles .toggle:hover svg, .event_list_toggles .toggle:hover span {
        cursor: pointer; }
      .event_list_toggles .toggle:hover span:after {
        width: 100%; }
    .event_list_toggles .toggle.calendar span {
      margin-top: 8px; }
    .event_list_toggles .toggle.is-active {
      opacity: 1; }
      .event_list_toggles .toggle.is-active:after {
        opacity: 1; }
  .event_list_toggles span {
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    line-height: 12px;
    text-align: center;
    line-height: 13px;
    position: relative;
    margin-top: 13px;
    letter-spacing: 2px; }

.category-dropdown {
  position: relative;
  margin-right: 20px;
  margin-top: 9px;
  align-self: left; }
  @media screen and (max-width: 1200px) {
    .category-dropdown {
      margin-right: 0px; } }
  @media screen and (max-width: 870px) {
    .category-dropdown {
      margin-top: 22px; } }
  .category-dropdown .select {
    display: block;
    position: relative;
    width: 210px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    border: 1px solid #666A69;
    border-radius: 4px;
    margin: 0;
    padding: 0 0 0 20px;
    color: #fff;
    cursor: pointer;
    outline: none;
    z-index: 8;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 16px;
    text-align: left;
    transition: all 0.2s linear; }
    @media screen and (max-width: 870px) {
      .category-dropdown .select {
        width: 100%; } }
    .category-dropdown .select:hover {
      border-color: #fff; }
    .category-dropdown .select span {
      font-family: "Raleway", sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #fff;
      letter-spacing: 0.3px;
      line-height: 16px; }
    .category-dropdown .select svg {
      float: right;
      position: absolute;
      top: 50%;
      right: 15px;
      width: 12px;
      height: 9px;
      margin-top: 2px;
      transform: translateY(-50%);
      fill: none;
      fill-rule: evenodd;
      stroke: #000000;
      stroke-width: 2px;
      transition: all 0.2s linear; }
    .category-dropdown .select.is-active {
      border-bottom: none;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      border-color: #fff; }
      .category-dropdown .select.is-active svg {
        transform: rotate(180deg) translateY(-34%);
        transform-origin: 50% 0; }
  .category-dropdown .choices {
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    background-image: linear-gradient(-44deg, #000000 0%, #313131 100%);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
    padding: 40px 20px 10px 20px;
    font-family: "Raleway", sans-serif;
    z-index: 7;
    border: 1px solid transparent;
    border-radius: 4px; }
    .category-dropdown .choices.is-active {
      display: block;
      border-color: #fff; }
    .category-dropdown .choices li {
      margin-bottom: 5px; }
    .category-dropdown .choices li .event_filter_item {
      display: block;
      padding: 5px 10px 5px 10px;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #E0E0E0;
      letter-spacing: 0.3px;
      line-height: 35px;
      text-decoration: none;
      cursor: pointer;
      position: relative;
      transition: all 0.2s linear; }
      .category-dropdown .choices li .event_filter_item:after {
        content: '';
        position: absolute;
        left: -19px;
        top: -1px;
        background: #000000;
        opacity: 0;
        z-index: -1;
        height: calc(100% + 1px);
        width: calc(100% + 38px);
        transition: all 200ms linear; }
    .category-dropdown .choices li:hover .event_filter_item,
    .category-dropdown .choices .event_filter_item.is-active {
      padding: 5px 10px 5px 15px;
      color: #fff; }
      .category-dropdown .choices li:hover .event_filter_item:after,
      .category-dropdown .choices .event_filter_item.is-active:after {
        opacity: 1; }
    .category-dropdown .choices li:before {
      display: none; }

.event_list {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center; }
  .event_list.event_list_calendar {
    display: none; }
    .event_list.event_list_calendar.calendar_event_list {
      display: block; }
  .event_list.calendar_event_list {
    display: none;
    margin-top: 20px; }
  .event_list .list {
    zoom: 1;
    max-width: 100%; }
    .event_list .list:before, .event_list .list:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .event_list .list:after {
      clear: both; }
  .event_list .middle-info {
    clear: both;
    margin: 30px auto;
    max-width: 100%;
    width: 100%;
    text-align: center; }
    .event_list .middle-info .sponsored_ad > div {
      margin: 0 auto; }
    .event_list .middle-info a {
      display: block;
      max-width: calc(100% - 40px);
      width: 728px;
      margin: 0 auto; }
      @media screen and (max-width: 700px) {
        .event_list .middle-info a {
          max-width: calc(100% - 20px); } }
    .event_list .middle-info img {
      max-width: 100%; }
  .event_list .eventItem {
    display: flex;
    transition: box-shadow 0.2s ease-in-out;
    position: relative;
    margin-bottom: 30px;
    min-height: 184px;
    text-align: left;
    z-index: 2;
    box-shadow: 0 2px 7px -1px rgba(0, 0, 0, 0.2);
    background: #fff; }
    .event_list .eventItem:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(-89deg, #EBECEC 0%, #FFFFFF 50%);
      opacity: 1;
      transition: all 200ms linear;
      z-index: 1;
      visibility: visible; }
    .event_list .eventItem:before {
      content: '';
      visibility: visible;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 227px;
      background-image: url("../images/elp_list_triangle.png");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      opacity: 1;
      z-index: 2;
      transition: all 200ms linear; }
    .event_list .eventItem:hover {
      box-shadow: 0 5px 12px -1px rgba(0, 0, 0, 0.2); }
      .event_list .eventItem:hover:after, .event_list .eventItem:hover:before {
        opacity: 0; }
    .event_list .eventItem .thumb {
      overflow: hidden;
      position: relative;
      z-index: 3;
      flex-grow: 0;
      flex-shrink: 0;
      width: 380px;
      align-self: flex-start; }
      .event_list .eventItem .thumb .date {
        display: none; }
      .event_list .eventItem .thumb .hover-wrap {
        display: none;
        text-align: center;
        padding: 20px 30px 30px; }
        .event_list .eventItem .thumb .hover-wrap .title {
          font-size: 25px;
          color: #fff; }
          .event_list .eventItem .thumb .hover-wrap .title a {
            color: #fff; }
            .event_list .eventItem .thumb .hover-wrap .title a:hover, .event_list .eventItem .thumb .hover-wrap .title a:focus {
              -webkit-text-decoration-color: #fff;
                      text-decoration-color: #fff; }
        .event_list .eventItem .thumb .hover-wrap .short_title + .title {
          display: none; }
        .event_list .eventItem .thumb .hover-wrap .tagline {
          color: #DBDCDC;
          font-size: 16px;
          font-family: "Roboto", sans-serif;
          font-weight: 400; }
        .event_list .eventItem .thumb .hover-wrap .promotion-text {
          color: #DBDCDC; }
      .event_list .eventItem .thumb .buttons {
        display: none; }
      @media screen and (max-width: 1024px) {
        .event_list .eventItem .thumb {
          width: 285px; } }
      .event_list .eventItem .thumb img {
        width: 100%;
        display: block;
        height: auto;
        transition: all 200ms linear; }
      .event_list .eventItem .thumb:hover > a:after, .event_list .eventItem .thumb:focus > a:after {
        opacity: 0; }
      .event_list .eventItem .thumb:hover > a img, .event_list .eventItem .thumb:focus > a img {
        transform: scale(1.05);
        position: relative;
        z-index: 1; }
      .event_list .eventItem .thumb > a {
        display: block;
        overflow: hidden; }
        .event_list .eventItem .thumb > a:after {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          transition: all 200ms linear;
          opacity: 1;
          z-index: 2;
          background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0) 100%); }
    .event_list .eventItem .date {
      padding-bottom: 5px;
      position: relative;
      z-index: 3;
      display: inline-block;
      color: #000000;
      font-family: "Raleway", sans-serif;
      font-weight: 800;
      font-size: 18px; }
      .event_list .eventItem .date:before {
        content: '';
        height: 2px;
        width: 30px;
        position: absolute;
        bottom: -1px;
        left: 0;
        background: #E22925; }
      .event_list .eventItem .date .m-date__month,
      .event_list .eventItem .date .m-date__day,
      .event_list .eventItem .date .m-date__separator {
        font-family: "Raleway", sans-serif;
        font-weight: 800;
        color: #000000;
        font-size: 18px; }
      .event_list .eventItem .date .m-date__month {
        text-transform: uppercase;
        letter-spacing: 2px; }
      .event_list .eventItem .date .m-date__weekday,
      .event_list .eventItem .date .m-date__year {
        font-family: "Raleway", sans-serif;
        font-size: 13px;
        font-weight: 400;
        color: #000000;
        text-transform: uppercase; }
      .event_list .eventItem .date .m-date__weekday {
        position: relative;
        bottom: 1px;
        margin-right: 2px;
        text-transform: uppercase;
        display: inline-block; }
      .event_list .eventItem .date .m-date__year {
        margin-left: 2px; }
    .event_list .eventItem .info {
      position: relative;
      flex-grow: 1;
      flex-shrink: 1;
      padding: 20px 227px 20px 30px;
      z-index: 3;
      text-align: left; }
      @media screen and (max-width: 1024px) {
        .event_list .eventItem .info {
          padding: 20px 227px 20px 30px; } }
      .event_list .eventItem .info .presented-by {
        font-family: "Raleway", sans-serif;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.3px;
        line-height: 1;
        margin-top: 20px;
        margin-bottom: 1px; }
        .event_list .eventItem .info .presented-by + .title {
          margin-top: 9px; }
      .event_list .eventItem .info .meta {
        display: none; }
      .event_list .eventItem .info .title {
        font-size: 25px;
        margin-top: 20px;
        margin-bottom: 8px;
        margin-top: 20px;
        text-align: left; }
        @media screen and (max-width: 768px) {
          .event_list .eventItem .info .title {
            font-size: 20px;
            margin-top: 0; } }
        .event_list .eventItem .info .title a:hover, .event_list .eventItem .info .title a:focus {
          color: #000000; }
        .event_list .eventItem .info .title.short_title {
          display: none; }
      .event_list .eventItem .info .tagline {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.625;
        margin: 0;
        letter-spacing: 0.3px;
        text-align: left; }
      .event_list .eventItem .info .buttons {
        position: absolute;
        width: 207px;
        height: 100%;
        bottom: 0;
        right: 0;
        display: flex;
        justify-content: center;
        flex-flow: column wrap;
        align-items: center;
        align-content: center;
        z-index: 5;
        transition: none; }
        @media screen and (max-width: 1024px) {
          .event_list .eventItem .info .buttons {
            width: 200px; } }
        @media screen and (max-width: 768px) {
          .event_list .eventItem .info .buttons {
            padding-right: 0; } }
        .event_list .eventItem .info .buttons .more,
        .event_list .eventItem .info .buttons .More {
          font-family: "Raleway", sans-serif;
          font-weight: 700;
          font-size: 16px;
          color: #000000;
          position: relative;
          display: inline-block; }
          .event_list .eventItem .info .buttons .more:after,
          .event_list .eventItem .info .buttons .More:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -4px;
            height: 2px;
            width: 15px;
            background: #E22925;
            transition: all 200ms linear; }
          .event_list .eventItem .info .buttons .more:hover, .event_list .eventItem .info .buttons .more:focus,
          .event_list .eventItem .info .buttons .More:hover,
          .event_list .eventItem .info .buttons .More:focus {
            color: #E22925; }
            .event_list .eventItem .info .buttons .more:hover:after, .event_list .eventItem .info .buttons .more:focus:after,
            .event_list .eventItem .info .buttons .More:hover:after,
            .event_list .eventItem .info .buttons .More:focus:after {
              width: 30px; }
        .event_list .eventItem .info .buttons .tickets {
          max-width: 100%;
          margin-bottom: 25px;
          min-width: 174px; }
          @media screen and (max-width: 768px) {
            .event_list .eventItem .info .buttons .tickets {
              flex: 0 1 auto;
              margin-bottom: 0; } }
          .event_list .eventItem .info .buttons .tickets svg {
            display: none; }
        .event_list .eventItem .info .buttons span.tickets {
          font-family: "Raleway", sans-serif;
          font-size: 16px;
          font-weight: 700;
          display: inline-block;
          position: relative;
          display: none; }
          .event_list .eventItem .info .buttons span.tickets.onsalenow.no_ticket_link {
            display: none; }
          @media screen and (max-width: 768px) {
            .event_list .eventItem .info .buttons span.tickets {
              align-self: flex-end;
              margin-bottom: 10px;
              margin-right: 10px; } }
          .event_list .eventItem .info .buttons span.tickets:after {
            content: '';
            position: absolute;
            right: 0;
            bottom: -4px;
            width: 20px;
            background: #000000;
            height: 2px; }
    .event_list .eventItem.height-transition .buttons {
      transition: height 0.25s linear; }
  @media screen and (min-width: 1025px) {
    .home .event_list.featured_events_section .eventItem {
      float: left;
      width: calc(1 / 2 * (100% - 20px));
      margin: 20px 10px 10px;
      flex-direction: column;
      height: 340px;
      position: relative;
      background: #ffffff;
      border-radius: 4px;
      overflow: hidden;
      width: calc(1 / 3 * (100% - 60px)); }
      .home .event_list.featured_events_section .eventItem:before {
        display: none; }
      .home .event_list.featured_events_section .eventItem:hover {
        background: #FFFFFF;
        box-shadow: 0 5px 12px -1px rgba(0, 0, 0, 0.2); }
        .home .event_list.featured_events_section .eventItem:hover .info .title {
          opacity: 0;
          visibility: hidden; }
        .home .event_list.featured_events_section .eventItem:hover .info .buttons {
          height: 57px; }
      .home .event_list.featured_events_section .eventItem .thumb {
        flex-shrink: 1;
        width: 100%;
        position: relative; }
        .home .event_list.featured_events_section .eventItem .thumb .hover-wrap {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          display: flex;
          flex-flow: row wrap;
          justify-content: center;
          align-items: center;
          align-content: center;
          opacity: 0;
          visibility: hidden;
          z-index: 5;
          background: rgba(0, 0, 0, 0.7);
          transition: opacity 0.2s linear, visibility 0.2s linear; }
          .home .event_list.featured_events_section .eventItem .thumb .hover-wrap .title, .home .event_list.featured_events_section .eventItem .thumb .hover-wrap .tagline, .home .event_list.featured_events_section .eventItem .thumb .hover-wrap .promotion-text {
            transition: all 200ms linear; }
          .home .event_list.featured_events_section .eventItem .thumb .hover-wrap .presented-by {
            color: #DBDCDC;
            font-family: "Raleway", sans-serif;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.3px;
            line-height: 1;
            margin-top: 20px;
            margin-bottom: 1px; }
            .home .event_list.featured_events_section .eventItem .thumb .hover-wrap .presented-by + .title {
              margin-top: 9px; }
          .home .event_list.featured_events_section .eventItem .thumb .hover-wrap .title {
            flex: 0 100%;
            max-width: 100%; }
            .home .event_list.featured_events_section .eventItem .thumb .hover-wrap .title.long_title {
              font-size: 20px; }
          .home .event_list.featured_events_section .eventItem .thumb .hover-wrap .short_title {
            display: block; }
            .home .event_list.featured_events_section .eventItem .thumb .hover-wrap .short_title + .title {
              display: none; }
        .home .event_list.featured_events_section .eventItem .thumb img {
          width: 100%;
          height: auto;
          display: block; }
        .home .event_list.featured_events_section .eventItem .thumb:hover .hover-wrap, .home .event_list.featured_events_section .eventItem .thumb:focus .hover-wrap {
          opacity: 1;
          visibility: visible; }
        .home .event_list.featured_events_section .eventItem .thumb a:before {
          display: none; }
      .home .event_list.featured_events_section .eventItem .info {
        text-align: center;
        flex-shrink: 0;
        padding: 12px 20px 20px;
        min-height: 142px; }
        .home .event_list.featured_events_section .eventItem .info:before {
          content: '';
          visibility: visible;
          position: absolute;
          right: 0;
          top: 0;
          height: 100%;
          width: 134px;
          background-image: url("../images/event_item_triangle.png");
          background-repeat: no-repeat;
          background-size: 100% 100%;
          opacity: 1;
          z-index: 1;
          transition: all 200ms linear; }
        .home .event_list.featured_events_section .eventItem .info .presented-by {
          display: none; }
          .home .event_list.featured_events_section .eventItem .info .presented-by .presented-by {
            color: #DBDCDC;
            font-family: "Raleway", sans-serif;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.3px;
            line-height: 1;
            margin-top: 20px;
            margin-bottom: 1px; }
            .home .event_list.featured_events_section .eventItem .info .presented-by .presented-by + .title {
              margin-top: 9px; }
        .home .event_list.featured_events_section .eventItem .info .title {
          position: relative;
          z-index: 2;
          text-align: center;
          margin-top: 0;
          transition: opacity 0.2s linear; }
        .home .event_list.featured_events_section .eventItem .info .short_title {
          display: block; }
          .home .event_list.featured_events_section .eventItem .info .short_title + .title {
            display: none; }
        .home .event_list.featured_events_section .eventItem .info .tagline {
          position: relative;
          z-index: 2;
          display: none; }
        .home .event_list.featured_events_section .eventItem .info .buttons {
          bottom: 20px;
          width: calc(100% - 40px);
          left: 50%;
          transform: translateX(-50%);
          right: auto;
          height: 0;
          overflow: hidden;
          align-items: center;
          justify-content: space-between;
          box-shadow: none;
          flex-flow: row nowrap; }
          .home .event_list.featured_events_section .eventItem .info .buttons .tickets {
            flex: 0 1 auto;
            margin-bottom: 0; }
      .home .event_list.featured_events_section .eventItem .date {
        position: relative;
        margin: 0 auto;
        border-radius: 4px;
        background: #000000;
        border: 1px solid #fff;
        top: -25px;
        padding: 10px;
        z-index: 2;
        color: #fff; }
        .home .event_list.featured_events_section .eventItem .date:before {
          display: none; }
        .home .event_list.featured_events_section .eventItem .date .m-date__month,
        .home .event_list.featured_events_section .eventItem .date .m-date__day,
        .home .event_list.featured_events_section .eventItem .date .m-date__separator {
          color: #fff;
          font-family: "Raleway", sans-serif;
          font-weight: 800;
          font-size: 18px; }
        .home .event_list.featured_events_section .eventItem .date .m-date__year, .home .event_list.featured_events_section .eventItem .date .m-date__weekday {
          color: #fff;
          font-family: "Raleway", sans-serif;
          font-size: 13px;
          font-weight: 400;
          text-transform: uppercase;
          letter-spacing: 0.3px; }
        .home .event_list.featured_events_section .eventItem .date .m-date__weekday:after {
          display: none; }
    .home .event_list .list {
      padding-top: 0; } }
  .home .event_list.secondary_events_section {
    max-width: 1350px;
    margin-bottom: 30px; }
    .home .event_list.secondary_events_section .list {
      display: flex;
      justify-content: space-between;
      align-content: stretch;
      align-items: stretch;
      width: 100%; }
      @media screen and (max-width: 1150px) {
        .home .event_list.secondary_events_section .list {
          flex-flow: row wrap;
          justify-content: center; } }
      .home .event_list.secondary_events_section .list:before, .home .event_list.secondary_events_section .list:after {
        display: none; }
    @media screen and (max-width: 1150px) {
      .home .event_list.secondary_events_section .eventItem {
        flex: 0 100%; } }
    @media screen and (min-width: 769px) {
      .home .event_list.secondary_events_section .eventItem {
        max-width: 640px;
        display: flex;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        border-radius: 4px;
        box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, 0.2);
        background: linear-gradient(to bottom right, #313131, #000); }
        .home .event_list.secondary_events_section .eventItem > * {
          width: 100%;
          max-width: 100%; }
        .home .event_list.secondary_events_section .eventItem:before, .home .event_list.secondary_events_section .eventItem:after {
          display: none; }
        .home .event_list.secondary_events_section .eventItem .info {
          background: transparent;
          flex: 1 1 auto;
          padding: 48px 225px 30px 25px;
          overflow: visible;
          min-height: 200px;
          transition: all 100ms linear; }
          .home .event_list.secondary_events_section .eventItem .info:hover {
            background: #000000; }
            .home .event_list.secondary_events_section .eventItem .info:hover:after {
              opacity: 0; }
          .home .event_list.secondary_events_section .eventItem .info:before {
            width: 145px;
            height: 141px;
            max-height: 100%;
            position: absolute;
            z-index: -1;
            content: "";
            top: 0;
            left: 0;
            transition: all 100ms linear;
            background-image: url("../images/secondary_bg_top_left.png");
            background-repeat: no-repeat;
            background-position: top left;
            background-size: cover;
            visibility: visible; }
          .home .event_list.secondary_events_section .eventItem .info:after {
            width: 214px;
            height: 100%;
            position: absolute;
            z-index: -1;
            content: "";
            bottom: 0;
            right: 0;
            transition: all 100ms linear;
            background-image: url("../images/secondary_bg_bottom_right.png");
            background-repeat: no-repeat;
            background-position: bottom left;
            background-size: cover;
            visibility: visible; }
          .home .event_list.secondary_events_section .eventItem .info .date {
            position: absolute;
            margin: 0;
            border-radius: 4px;
            background: #000000;
            border: 1px solid #fff;
            top: -13px;
            left: 20px;
            padding: 7px 15px;
            z-index: 2;
            color: #fff; }
            .home .event_list.secondary_events_section .eventItem .info .date:before {
              display: none; }
            .home .event_list.secondary_events_section .eventItem .info .date .m-date__month,
            .home .event_list.secondary_events_section .eventItem .info .date .m-date__day,
            .home .event_list.secondary_events_section .eventItem .info .date .m-date__separator {
              color: #fff;
              font-family: "Raleway", sans-serif;
              font-weight: 800;
              font-size: 16px; }
            .home .event_list.secondary_events_section .eventItem .info .date .m-date__year, .home .event_list.secondary_events_section .eventItem .info .date .m-date__weekday {
              color: #fff;
              font-family: "Raleway", sans-serif;
              font-size: 13px;
              font-weight: 400;
              text-transform: uppercase;
              letter-spacing: 0.3px; }
            .home .event_list.secondary_events_section .eventItem .info .date .m-date__weekday:after {
              display: none; }
          .home .event_list.secondary_events_section .eventItem .info .presented-by {
            color: #fff;
            margin-top: 0;
            font-size: 14px; }
            .home .event_list.secondary_events_section .eventItem .info .presented-by + .title {
              margin-top: 9px; }
          .home .event_list.secondary_events_section .eventItem .info .title {
            margin-top: 15px;
            font-size: 39px;
            line-height: 1.05; }
            .home .event_list.secondary_events_section .eventItem .info .title a {
              color: #fff; }
              .home .event_list.secondary_events_section .eventItem .info .title a:hover, .home .event_list.secondary_events_section .eventItem .info .title a:focus {
                -webkit-text-decoration-color: #fff;
                        text-decoration-color: #fff; }
          .home .event_list.secondary_events_section .eventItem .info .tagline {
            color: #D6D7D7; }
          .home .event_list.secondary_events_section .eventItem .info .buttons {
            top: 0;
            right: 0;
            width: 227px;
            height: 100%;
            padding: 67px 20px 10px 0;
            justify-content: center;
            align-content: center;
            align-items: center; }
            .home .event_list.secondary_events_section .eventItem .info .buttons a.tickets {
              padding: 18px 40px 21px; }
            .home .event_list.secondary_events_section .eventItem .info .buttons .more {
              color: #fff; }
              .home .event_list.secondary_events_section .eventItem .info .buttons .more:hover:after, .home .event_list.secondary_events_section .eventItem .info .buttons .more:focus:after {
                background: #fff; } }
    @media screen and (min-width: 1151px) {
      .home .event_list.secondary_events_section .eventItem {
        width: calc(1/2*(100% - 30px)); } }
    @media screen and (max-width: 768px) {
      .home .event_list.secondary_events_section .eventItem {
        float: left;
        width: calc(1 / 2 * (100% - 20px));
        margin: 20px 10px 10px;
        flex-direction: column;
        height: 340px;
        position: relative;
        background: #ffffff;
        border-radius: 4px;
        overflow: hidden;
        flex: 0 100%;
        max-width: 640px;
        height: auto; }
        .home .event_list.secondary_events_section .eventItem:before {
          display: none; }
        .home .event_list.secondary_events_section .eventItem:hover {
          background: #FFFFFF;
          box-shadow: 0 5px 12px -1px rgba(0, 0, 0, 0.2); }
          .home .event_list.secondary_events_section .eventItem:hover .info .title {
            opacity: 0;
            visibility: hidden; }
          .home .event_list.secondary_events_section .eventItem:hover .info .buttons {
            height: 57px; }
        .home .event_list.secondary_events_section .eventItem .thumb {
          flex-shrink: 1;
          width: 100%;
          position: relative; }
          .home .event_list.secondary_events_section .eventItem .thumb .hover-wrap {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            display: flex;
            flex-flow: row wrap;
            justify-content: center;
            align-items: center;
            align-content: center;
            opacity: 0;
            visibility: hidden;
            z-index: 5;
            background: rgba(0, 0, 0, 0.7);
            transition: opacity 0.2s linear, visibility 0.2s linear; }
            .home .event_list.secondary_events_section .eventItem .thumb .hover-wrap .title, .home .event_list.secondary_events_section .eventItem .thumb .hover-wrap .tagline, .home .event_list.secondary_events_section .eventItem .thumb .hover-wrap .promotion-text {
              transition: all 200ms linear; }
            .home .event_list.secondary_events_section .eventItem .thumb .hover-wrap .presented-by {
              color: #DBDCDC;
              font-family: "Raleway", sans-serif;
              font-size: 13px;
              font-weight: 700;
              letter-spacing: 0.3px;
              line-height: 1;
              margin-top: 20px;
              margin-bottom: 1px; }
              .home .event_list.secondary_events_section .eventItem .thumb .hover-wrap .presented-by + .title {
                margin-top: 9px; }
            .home .event_list.secondary_events_section .eventItem .thumb .hover-wrap .title {
              flex: 0 100%;
              max-width: 100%; }
              .home .event_list.secondary_events_section .eventItem .thumb .hover-wrap .title.long_title {
                font-size: 20px; }
            .home .event_list.secondary_events_section .eventItem .thumb .hover-wrap .short_title {
              display: block; }
              .home .event_list.secondary_events_section .eventItem .thumb .hover-wrap .short_title + .title {
                display: none; }
          .home .event_list.secondary_events_section .eventItem .thumb img {
            width: 100%;
            height: auto;
            display: block; }
          .home .event_list.secondary_events_section .eventItem .thumb:hover .hover-wrap, .home .event_list.secondary_events_section .eventItem .thumb:focus .hover-wrap {
            opacity: 1;
            visibility: visible; }
          .home .event_list.secondary_events_section .eventItem .thumb a:before {
            display: none; }
        .home .event_list.secondary_events_section .eventItem .info {
          text-align: center;
          flex-shrink: 0;
          padding: 12px 20px 20px;
          min-height: 142px; }
          .home .event_list.secondary_events_section .eventItem .info:before {
            content: '';
            visibility: visible;
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            width: 134px;
            background-image: url("../images/event_item_triangle.png");
            background-repeat: no-repeat;
            background-size: 100% 100%;
            opacity: 1;
            z-index: 1;
            transition: all 200ms linear; }
          .home .event_list.secondary_events_section .eventItem .info .presented-by {
            display: none; }
            .home .event_list.secondary_events_section .eventItem .info .presented-by .presented-by {
              color: #DBDCDC;
              font-family: "Raleway", sans-serif;
              font-size: 13px;
              font-weight: 700;
              letter-spacing: 0.3px;
              line-height: 1;
              margin-top: 20px;
              margin-bottom: 1px; }
              .home .event_list.secondary_events_section .eventItem .info .presented-by .presented-by + .title {
                margin-top: 9px; }
          .home .event_list.secondary_events_section .eventItem .info .title {
            position: relative;
            z-index: 2;
            text-align: center;
            margin-top: 0;
            transition: opacity 0.2s linear; }
          .home .event_list.secondary_events_section .eventItem .info .short_title {
            display: block; }
            .home .event_list.secondary_events_section .eventItem .info .short_title + .title {
              display: none; }
          .home .event_list.secondary_events_section .eventItem .info .tagline {
            position: relative;
            z-index: 2;
            display: none; }
          .home .event_list.secondary_events_section .eventItem .info .buttons {
            bottom: 20px;
            width: calc(100% - 40px);
            left: 50%;
            transform: translateX(-50%);
            right: auto;
            height: 0;
            overflow: hidden;
            align-items: center;
            justify-content: space-between;
            box-shadow: none;
            flex-flow: row nowrap; }
            .home .event_list.secondary_events_section .eventItem .info .buttons .tickets {
              flex: 0 1 auto;
              margin-bottom: 0; }
        .home .event_list.secondary_events_section .eventItem .date {
          position: relative;
          margin: 0 auto;
          border-radius: 4px;
          background: #000000;
          border: 1px solid #fff;
          top: -25px;
          padding: 10px;
          z-index: 2;
          color: #fff; }
          .home .event_list.secondary_events_section .eventItem .date:before {
            display: none; }
          .home .event_list.secondary_events_section .eventItem .date .m-date__month,
          .home .event_list.secondary_events_section .eventItem .date .m-date__day,
          .home .event_list.secondary_events_section .eventItem .date .m-date__separator {
            color: #fff;
            font-family: "Raleway", sans-serif;
            font-weight: 800;
            font-size: 18px; }
          .home .event_list.secondary_events_section .eventItem .date .m-date__year, .home .event_list.secondary_events_section .eventItem .date .m-date__weekday {
            color: #fff;
            font-family: "Raleway", sans-serif;
            font-size: 13px;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 0.3px; }
          .home .event_list.secondary_events_section .eventItem .date .m-date__weekday:after {
            display: none; }
        .home .event_list.secondary_events_section .eventItem .thumb .hover-wrap {
          display: none; }
        .home .event_list.secondary_events_section .eventItem .info {
          padding: 10px 10px 15px; }
          .home .event_list.secondary_events_section .eventItem .info .presented-by {
            display: block;
            margin-top: 0;
            margin-top: -5px; }
            .home .event_list.secondary_events_section .eventItem .info .presented-by + .title {
              margin-top: 9px; }
          .home .event_list.secondary_events_section .eventItem .info .title {
            opacity: 1 !important;
            visibility: visible !important;
            font-size: 25px;
            margin-top: -5px; }
          .home .event_list.secondary_events_section .eventItem .info .tagline {
            display: inline-block;
            font-size: 14px; }
          .home .event_list.secondary_events_section .eventItem .info .buttons {
            display: block;
            bottom: auto;
            height: auto !important;
            position: relative;
            width: 100%;
            transform: none;
            left: auto; }
            .home .event_list.secondary_events_section .eventItem .info .buttons a.tickets {
              display: block;
              margin-top: 15px; }
            .home .event_list.secondary_events_section .eventItem .info .buttons .more {
              margin-top: 15px;
              margin-bottom: 4px; } }
    @media screen and (max-width: 768px) {
      .home .event_list.secondary_events_section .eventItem {
        width: 320px;
        max-width: 100%;
        margin: 30px auto 0;
        float: none;
        height: auto; }
        .home .event_list.secondary_events_section .eventItem:first-child {
          margin-top: 0; }
        .home .event_list.secondary_events_section .eventItem:nth-child(2n) {
          margin-right: auto; } }
  .home .event_list .list {
    padding-top: 20px; }
    @media screen and (max-width: 768px) {
      .home .event_list .list {
        padding-top: 0; } }
    @media screen and (min-width: 1025px) {
      .home .event_list .list {
        padding-top: 0; } }
    @media screen and (min-width: 1081px) {
      .home .event_list .list {
        width: 1180px;
        margin: 0 auto; } }
  @media screen and (min-width: 1025px) {
    .home .event_list .eventItem {
      width: calc(1 / 3 * (100% - 40px)); } }
  .event_list.event_list_listing .list {
    padding-top: 20px;
    width: 100%; }
    @media screen and (min-width: 871px) {
      .event_list.event_list_listing .list {
        width: 100%;
        margin: 0 auto; } }
    @media screen and (min-width: 1201px) {
      .event_list.event_list_listing .list {
        width: 1030px; } }
  .event_list.event_list_forceListing .list {
    padding-top: 20px; }
    @media screen and (max-width: 768px) {
      .event_list.event_list_forceListing .list {
        padding-top: 0; } }
    @media screen and (min-width: 1025px) {
      .event_list.event_list_forceListing .list {
        padding-top: 0; } }
    @media screen and (min-width: 1081px) {
      .event_list.event_list_forceListing .list {
        width: 1200px;
        margin: 0 auto; } }
  .event_list.event_list_grid {
    max-width: 1240px; }
    .event_list.event_list_grid .middle-info {
      float: left; }
    @media screen and (min-width: 1025px) {
      .event_listing_page .event_list.event_list_grid .eventItem {
        float: left;
        width: calc(1 / 2 * (100% - 20px));
        margin: 20px 10px 10px;
        flex-direction: column;
        height: 340px;
        position: relative;
        background: #ffffff;
        border-radius: 4px;
        overflow: hidden; }
        .event_listing_page .event_list.event_list_grid .eventItem:before {
          display: none; }
        .event_listing_page .event_list.event_list_grid .eventItem:hover {
          background: #FFFFFF;
          box-shadow: 0 5px 12px -1px rgba(0, 0, 0, 0.2); }
          .event_listing_page .event_list.event_list_grid .eventItem:hover .info .title {
            opacity: 0;
            visibility: hidden; }
          .event_listing_page .event_list.event_list_grid .eventItem:hover .info .buttons {
            height: 57px; }
        .event_listing_page .event_list.event_list_grid .eventItem .thumb {
          flex-shrink: 1;
          width: 100%;
          position: relative; }
          .event_listing_page .event_list.event_list_grid .eventItem .thumb .hover-wrap {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            display: flex;
            flex-flow: row wrap;
            justify-content: center;
            align-items: center;
            align-content: center;
            opacity: 0;
            visibility: hidden;
            z-index: 5;
            background: rgba(0, 0, 0, 0.7);
            transition: opacity 0.2s linear, visibility 0.2s linear; }
            .event_listing_page .event_list.event_list_grid .eventItem .thumb .hover-wrap .title, .event_listing_page .event_list.event_list_grid .eventItem .thumb .hover-wrap .tagline, .event_listing_page .event_list.event_list_grid .eventItem .thumb .hover-wrap .promotion-text {
              transition: all 200ms linear; }
            .event_listing_page .event_list.event_list_grid .eventItem .thumb .hover-wrap .presented-by {
              color: #DBDCDC;
              font-family: "Raleway", sans-serif;
              font-size: 13px;
              font-weight: 700;
              letter-spacing: 0.3px;
              line-height: 1;
              margin-top: 20px;
              margin-bottom: 1px; }
              .event_listing_page .event_list.event_list_grid .eventItem .thumb .hover-wrap .presented-by + .title {
                margin-top: 9px; }
            .event_listing_page .event_list.event_list_grid .eventItem .thumb .hover-wrap .title {
              flex: 0 100%;
              max-width: 100%; }
              .event_listing_page .event_list.event_list_grid .eventItem .thumb .hover-wrap .title.long_title {
                font-size: 20px; }
            .event_listing_page .event_list.event_list_grid .eventItem .thumb .hover-wrap .short_title {
              display: block; }
              .event_listing_page .event_list.event_list_grid .eventItem .thumb .hover-wrap .short_title + .title {
                display: none; }
          .event_listing_page .event_list.event_list_grid .eventItem .thumb img {
            width: 100%;
            height: auto;
            display: block; }
          .event_listing_page .event_list.event_list_grid .eventItem .thumb:hover .hover-wrap, .event_listing_page .event_list.event_list_grid .eventItem .thumb:focus .hover-wrap {
            opacity: 1;
            visibility: visible; }
          .event_listing_page .event_list.event_list_grid .eventItem .thumb a:before {
            display: none; }
        .event_listing_page .event_list.event_list_grid .eventItem .info {
          text-align: center;
          flex-shrink: 0;
          padding: 12px 20px 20px;
          min-height: 142px; }
          .event_listing_page .event_list.event_list_grid .eventItem .info:before {
            content: '';
            visibility: visible;
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            width: 134px;
            background-image: url("../images/event_item_triangle.png");
            background-repeat: no-repeat;
            background-size: 100% 100%;
            opacity: 1;
            z-index: 1;
            transition: all 200ms linear; }
          .event_listing_page .event_list.event_list_grid .eventItem .info .presented-by {
            display: none; }
            .event_listing_page .event_list.event_list_grid .eventItem .info .presented-by .presented-by {
              color: #DBDCDC;
              font-family: "Raleway", sans-serif;
              font-size: 13px;
              font-weight: 700;
              letter-spacing: 0.3px;
              line-height: 1;
              margin-top: 20px;
              margin-bottom: 1px; }
              .event_listing_page .event_list.event_list_grid .eventItem .info .presented-by .presented-by + .title {
                margin-top: 9px; }
          .event_listing_page .event_list.event_list_grid .eventItem .info .title {
            position: relative;
            z-index: 2;
            text-align: center;
            margin-top: 0;
            transition: opacity 0.2s linear; }
          .event_listing_page .event_list.event_list_grid .eventItem .info .short_title {
            display: block; }
            .event_listing_page .event_list.event_list_grid .eventItem .info .short_title + .title {
              display: none; }
          .event_listing_page .event_list.event_list_grid .eventItem .info .tagline {
            position: relative;
            z-index: 2;
            display: none; }
          .event_listing_page .event_list.event_list_grid .eventItem .info .buttons {
            bottom: 20px;
            width: calc(100% - 40px);
            left: 50%;
            transform: translateX(-50%);
            right: auto;
            height: 0;
            overflow: hidden;
            align-items: center;
            justify-content: space-between;
            box-shadow: none;
            flex-flow: row nowrap; }
            .event_listing_page .event_list.event_list_grid .eventItem .info .buttons .tickets {
              flex: 0 1 auto;
              margin-bottom: 0; }
        .event_listing_page .event_list.event_list_grid .eventItem .date {
          position: relative;
          margin: 0 auto;
          border-radius: 4px;
          background: #000000;
          border: 1px solid #fff;
          top: -25px;
          padding: 10px;
          z-index: 2;
          color: #fff; }
          .event_listing_page .event_list.event_list_grid .eventItem .date:before {
            display: none; }
          .event_listing_page .event_list.event_list_grid .eventItem .date .m-date__month,
          .event_listing_page .event_list.event_list_grid .eventItem .date .m-date__day,
          .event_listing_page .event_list.event_list_grid .eventItem .date .m-date__separator {
            color: #fff;
            font-family: "Raleway", sans-serif;
            font-weight: 800;
            font-size: 18px; }
          .event_listing_page .event_list.event_list_grid .eventItem .date .m-date__year, .event_listing_page .event_list.event_list_grid .eventItem .date .m-date__weekday {
            color: #fff;
            font-family: "Raleway", sans-serif;
            font-size: 13px;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 0.3px; }
          .event_listing_page .event_list.event_list_grid .eventItem .date .m-date__weekday:after {
            display: none; }
      .event_listing_page .event_list.event_list_grid .list {
        padding-top: 0; } }
    .event_listing_page .event_list.event_list_grid .list {
      padding-top: 20px; }
      @media screen and (max-width: 768px) {
        .event_listing_page .event_list.event_list_grid .list {
          padding-top: 0; } }
      @media screen and (min-width: 1025px) {
        .event_listing_page .event_list.event_list_grid .list {
          padding-top: 0; } }
      @media screen and (min-width: 1081px) {
        .event_listing_page .event_list.event_list_grid .list {
          width: 1200px;
          margin: 0 auto; } }
    @media screen and (min-width: 1025px) {
      .event_listing_page .event_list.event_list_grid .eventItem {
        width: calc(1 / 3 * (100% - 60px)); } }
  @media screen and (max-width: 768px) {
    .event_list .eventItem {
      float: left;
      width: calc(1 / 2 * (100% - 20px));
      margin: 20px 10px 10px;
      flex-direction: column;
      height: 340px;
      position: relative;
      background: #ffffff;
      border-radius: 4px;
      overflow: hidden;
      width: 320px;
      max-width: 100%;
      margin: 30px auto 0;
      float: none;
      height: auto; }
      .event_list .eventItem:before {
        display: none; }
      .event_list .eventItem:hover {
        background: #FFFFFF;
        box-shadow: 0 5px 12px -1px rgba(0, 0, 0, 0.2); }
        .event_list .eventItem:hover .info .title {
          opacity: 0;
          visibility: hidden; }
        .event_list .eventItem:hover .info .buttons {
          height: 57px; }
      .event_list .eventItem .thumb {
        flex-shrink: 1;
        width: 100%;
        position: relative; }
        .event_list .eventItem .thumb .hover-wrap {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          display: flex;
          flex-flow: row wrap;
          justify-content: center;
          align-items: center;
          align-content: center;
          opacity: 0;
          visibility: hidden;
          z-index: 5;
          background: rgba(0, 0, 0, 0.7);
          transition: opacity 0.2s linear, visibility 0.2s linear; }
          .event_list .eventItem .thumb .hover-wrap .title, .event_list .eventItem .thumb .hover-wrap .tagline, .event_list .eventItem .thumb .hover-wrap .promotion-text {
            transition: all 200ms linear; }
          .event_list .eventItem .thumb .hover-wrap .presented-by {
            color: #DBDCDC;
            font-family: "Raleway", sans-serif;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.3px;
            line-height: 1;
            margin-top: 20px;
            margin-bottom: 1px; }
            .event_list .eventItem .thumb .hover-wrap .presented-by + .title {
              margin-top: 9px; }
          .event_list .eventItem .thumb .hover-wrap .title {
            flex: 0 100%;
            max-width: 100%; }
            .event_list .eventItem .thumb .hover-wrap .title.long_title {
              font-size: 20px; }
          .event_list .eventItem .thumb .hover-wrap .short_title {
            display: block; }
            .event_list .eventItem .thumb .hover-wrap .short_title + .title {
              display: none; }
        .event_list .eventItem .thumb img {
          width: 100%;
          height: auto;
          display: block; }
        .event_list .eventItem .thumb:hover .hover-wrap, .event_list .eventItem .thumb:focus .hover-wrap {
          opacity: 1;
          visibility: visible; }
        .event_list .eventItem .thumb a:before {
          display: none; }
      .event_list .eventItem .info {
        text-align: center;
        flex-shrink: 0;
        padding: 12px 20px 20px;
        min-height: 142px; }
        .event_list .eventItem .info:before {
          content: '';
          visibility: visible;
          position: absolute;
          right: 0;
          top: 0;
          height: 100%;
          width: 134px;
          background-image: url("../images/event_item_triangle.png");
          background-repeat: no-repeat;
          background-size: 100% 100%;
          opacity: 1;
          z-index: 1;
          transition: all 200ms linear; }
        .event_list .eventItem .info .presented-by {
          display: none; }
          .event_list .eventItem .info .presented-by .presented-by {
            color: #DBDCDC;
            font-family: "Raleway", sans-serif;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.3px;
            line-height: 1;
            margin-top: 20px;
            margin-bottom: 1px; }
            .event_list .eventItem .info .presented-by .presented-by + .title {
              margin-top: 9px; }
        .event_list .eventItem .info .title {
          position: relative;
          z-index: 2;
          text-align: center;
          margin-top: 0;
          transition: opacity 0.2s linear; }
        .event_list .eventItem .info .short_title {
          display: block; }
          .event_list .eventItem .info .short_title + .title {
            display: none; }
        .event_list .eventItem .info .tagline {
          position: relative;
          z-index: 2;
          display: none; }
        .event_list .eventItem .info .buttons {
          bottom: 20px;
          width: calc(100% - 40px);
          left: 50%;
          transform: translateX(-50%);
          right: auto;
          height: 0;
          overflow: hidden;
          align-items: center;
          justify-content: space-between;
          box-shadow: none;
          flex-flow: row nowrap; }
          .event_list .eventItem .info .buttons .tickets {
            flex: 0 1 auto;
            margin-bottom: 0; }
      .event_list .eventItem .date {
        position: relative;
        margin: 0 auto;
        border-radius: 4px;
        background: #000000;
        border: 1px solid #fff;
        top: -25px;
        padding: 10px;
        z-index: 2;
        color: #fff; }
        .event_list .eventItem .date:before {
          display: none; }
        .event_list .eventItem .date .m-date__month,
        .event_list .eventItem .date .m-date__day,
        .event_list .eventItem .date .m-date__separator {
          color: #fff;
          font-family: "Raleway", sans-serif;
          font-weight: 800;
          font-size: 18px; }
        .event_list .eventItem .date .m-date__year, .event_list .eventItem .date .m-date__weekday {
          color: #fff;
          font-family: "Raleway", sans-serif;
          font-size: 13px;
          font-weight: 400;
          text-transform: uppercase;
          letter-spacing: 0.3px; }
        .event_list .eventItem .date .m-date__weekday:after {
          display: none; }
      .event_list .eventItem:nth-child(2n) {
        margin-right: auto; }
      .event_list .eventItem .thumb .hover-wrap {
        display: none; }
      .event_list .eventItem .info {
        padding: 10px 10px 15px; }
        .event_list .eventItem .info .presented-by {
          display: block;
          margin-top: 0;
          margin-top: -5px; }
          .event_list .eventItem .info .presented-by + .title {
            margin-top: 9px; }
        .event_list .eventItem .info .title {
          opacity: 1 !important;
          visibility: visible !important;
          font-size: 25px;
          margin-top: -5px; }
        .event_list .eventItem .info .tagline {
          display: inline-block;
          font-size: 14px; }
        .event_list .eventItem .info .buttons {
          display: block;
          bottom: auto;
          height: auto !important;
          position: relative;
          width: 100%;
          transform: none;
          left: auto; }
          .event_list .eventItem .info .buttons a.tickets {
            display: block;
            margin-top: 15px; }
          .event_list .eventItem .info .buttons .more {
            margin-top: 15px;
            margin-bottom: 4px; } }
/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
.event_detail {
  min-height: 600px;
  zoom: 1;
  position: relative;
  z-index: 1; }
  .event_detail:before, .event_detail:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .event_detail:after {
    clear: both; }
  .event_detail .page_title {
    display: none; }
  .edp-fullmedia .event_detail.has_branding.has_extras .leftColumn .right_side_wrapper .rightBreakout {
    margin-top: -148px; }
    @media screen and (max-width: 870px) {
      .edp-fullmedia .event_detail.has_branding.has_extras .leftColumn .right_side_wrapper .rightBreakout {
        margin-top: 0; } }
  .edp-fullmedia .event_detail .leftColumn .right_side_wrapper .rightBreakout {
    margin-top: -100px; }
    @media screen and (max-width: 870px) {
      .edp-fullmedia .event_detail .leftColumn .right_side_wrapper .rightBreakout {
        margin-top: 0; } }
  .edp-fullmedia .event_detail .title_section .branding-wrapper {
    padding: 0 0 20px 0;
    margin: 0 0 40px 0;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 700px) {
      .edp-fullmedia .event_detail .title_section .branding-wrapper {
        margin: 0 0 20px 0; } }
    .edp-fullmedia .event_detail .title_section .branding-wrapper:before {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -1;
      content: "";
      top: 0;
      left: 0;
      transition: all 200ms linear;
      background-image: url("../images/edp_bg.png");
      background-repeat: no-repeat;
      background-position: bottom left;
      background-size: cover;
      visibility: visible;
      box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, 0.2); }
  .edp-sidebar .event_detail .leftColumn .branding-wrapper {
    padding: 30px 0 20px 0;
    margin: 0 0 40px 0;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 870px) {
      .edp-sidebar .event_detail .leftColumn .branding-wrapper {
        padding-top: 0; } }
    @media screen and (max-width: 700px) {
      .edp-sidebar .event_detail .leftColumn .branding-wrapper {
        margin: 0 0 20px 0; } }
    .edp-sidebar .event_detail .leftColumn .branding-wrapper #branding {
      width: calc(100% + 36px); }
      @media screen and (max-width: 870px) {
        .edp-sidebar .event_detail .leftColumn .branding-wrapper #branding {
          width: calc(100% + 40px);
          position: relative;
          left: -20px; } }
      @media screen and (max-width: 700px) {
        .edp-sidebar .event_detail .leftColumn .branding-wrapper #branding {
          width: calc(100% + 20px);
          position: relative;
          left: -10px; } }
  @media screen and (min-width: 1201px) {
    .edp-sidebar .event_detail .leftColumn .right_side_wrapper {
      top: 0;
      height: 100%; } }
  .edp-sidebar .event_detail .leftColumn .right_side_wrapper .rightBreakout {
    margin-top: 60px; }
    @media screen and (max-width: 870px) {
      .edp-sidebar .event_detail .leftColumn .right_side_wrapper .rightBreakout {
        margin-top: 0; } }
.leftColumn > h2 {
  margin: 0 0 20px 0; }

.event_heading {
  padding: 20px 0 0 0; }
  @media screen and (max-width: 700px) {
    .event_heading {
      padding: 20px 10px 0; } }
  .event_heading.fullmedia {
    width: 1180px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
    zoom: 1; }
    .event_heading.fullmedia:before, .event_heading.fullmedia:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .event_heading.fullmedia:after {
      clear: both; }
    @media screen and (max-width: 700px) {
      .event_heading.fullmedia {
        padding: 20px 0 0; } }
    .event_heading.fullmedia .title, .event_heading.fullmedia .tagline {
      float: left;
      width: calc(100% - 300px - 80px); }
      @media screen and (max-width: 870px) {
        .event_heading.fullmedia .title, .event_heading.fullmedia .tagline {
          width: 100%; } }
  .event_heading .presented-by {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1;
    color: #fff;
    margin: 0 0 10px 0; }
  .event_heading .title {
    font-family: "Raleway", sans-serif;
    font-size: 3.0517578125rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1.05;
    color: #fff;
    margin: 0 0 5px 0; }
    .event_heading .title.noTagline {
      margin: 0; }
  .event_heading .tagline {
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.3px;
    font-size: 22px;
    color: #D6D7D7;
    margin: 0; }

.rightBreakout {
  border-radius: 4px;
  background: linear-gradient(to right, #fff 50%, #EBECEC);
  box-shadow: 0 2px 7px -1px rgba(0, 0, 0, 0.2); }
  .rightBreakout:before {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
    transition: all 200ms linear;
    background-image: url("../images/sidebar_bg.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto; }
  .rightBreakout .buttonWrapper {
    padding: 15px;
    padding-bottom: 0; }
    .rightBreakout .buttonWrapper .title, .rightBreakout .buttonWrapper .tagline, .rightBreakout .buttonWrapper .date {
      display: none; }
    .rightBreakout .buttonWrapper .buttons > a, .rightBreakout .buttonWrapper .buttons > span {
      padding: 15px 40px 0 40px;
      width: 100%;
      line-height: 1;
      letter-spacing: 0.3px;
      font-size: 20px;
      font-family: "Raleway", sans-serif;
      font-weight: 800;
      text-align: center;
      display: block; }
      .rightBreakout .buttonWrapper .buttons > a svg, .rightBreakout .buttonWrapper .buttons > span svg {
        display: none; }
    .rightBreakout .buttonWrapper .buttons > a {
      margin-bottom: 15px; }
    .rightBreakout .buttonWrapper .buttons span {
      display: none; }
    .rightBreakout .buttonWrapper .buttons > a {
      padding: 20px 40px; }
  .rightBreakout .eventDetailList {
    padding: 15px 15px 30px 15px;
    position: relative;
    font-family: "Raleway", sans-serif;
    overflow: hidden; }
    .rightBreakout .eventDetailList .item {
      list-style-type: none;
      border-bottom: 1px solid #D6D7D7;
      position: relative;
      padding: 0 0 10px 0;
      margin: 0 0 20px 0;
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      font-weight: 400;
      color: #000000;
      line-height: 29px;
      letter-spacing: 0.3px; }
      .rightBreakout .eventDetailList .item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; }
      .rightBreakout .eventDetailList .item:before {
        display: none; }
      .rightBreakout .eventDetailList .item .label {
        margin: 0 0 5px 0;
        font-family: "Raleway", sans-serif;
        font-size: 16px;
        font-weight: 800;
        color: #000000;
        line-height: 20px;
        letter-spacing: 2px;
        text-transform: uppercase; }
      .rightBreakout .eventDetailList .item.sidebar_parking span:last-child p {
        margin-bottom: 0; }
      .rightBreakout .eventDetailList .item svg {
        display: none; }
      .rightBreakout .eventDetailList .item > span a {
        text-decoration: underline;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background: none;
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #000000;
        line-height: 29px;
        letter-spacing: 0.3px; }
        .rightBreakout .eventDetailList .item > span a:hover, .rightBreakout .eventDetailList .item > span a:focus {
          text-decoration: none;
          color: #B61D1A; }
    @media screen and (max-width: 870px) and (min-width: 501px) {
      .rightBreakout .eventDetailList {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; }
        .rightBreakout .eventDetailList .item {
          width: 50%;
          padding-left: 20px;
          padding-top: 15px;
          margin-bottom: 0; }
          .rightBreakout .eventDetailList .item.sidebar_event_date {
            width: 100%;
            padding-left: 0;
            padding-top: 0; }
          .rightBreakout .eventDetailList .item:nth-child(even) {
            border-right: 1px solid #D6D7D7;
            padding-left: 0; }
          .rightBreakout .eventDetailList .item:nth-last-child(2):nth-child(even) {
            border-bottom: none; } }
.event_showings {
  margin: 0 0 60px 0; }
  @media screen and (max-width: 700px) {
    .event_showings {
      margin: 0 0 40px 0; } }
  .event_showings .list {
    position: relative;
    list-style-type: none; }
  .event_showings .listItem {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    z-index: 1;
    padding: 0 0 20px 0;
    margin: 0 0 25px 0;
    min-height: 44px; }

@media screen and (max-width: 1200px) and (min-width: 871px) {
  .event_showings .listItem {
    align-content: flex-start;
    align-items: flex-start;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0; } }
    @media screen and (max-width: 700px) {
      .event_showings .listItem {
        flex-wrap: wrap;
        align-content: flex-start;
        align-items: flex-start;
        margin: 0 0 20px 0;
        padding: 0 0 10px 0; } }
    .event_showings .listItem.listItehasNoLink:hover:after {
      width: 100%; }
    .event_showings .listItem:hover:after {
      width: calc(100% - 37px);
      background: #000000; }
    .event_showings .listItem:after {
      width: 100%;
      height: 1px;
      position: absolute;
      z-index: 2;
      content: "";
      bottom: 0;
      background: #D6D7D7;
      right: 0;
      transition: all 200ms linear;
      visibility: visible; }
    .event_showings .listItem .ical {
      margin: 0 10px 0 0;
      position: relative;
      z-index: 1; }

@media screen and (max-width: 1200px) and (min-width: 871px) {
  .event_showings .listItem .ical {
    margin: 0;
    top: -2px;
    left: 0;
    position: absolute;
    z-index: 1; } }
      @media screen and (max-width: 700px) {
        .event_showings .listItem .ical {
          margin: 0;
          top: -2px;
          left: 0;
          position: absolute;
          z-index: 1; } }
      .event_showings .listItem .ical:hover, .event_showings .listItem .ical:focus {
        outline-offset: 2px; }
        .event_showings .listItem .ical:hover:before, .event_showings .listItem .ical:focus:before {
          opacity: 1;
          visibility: visible; }
        .event_showings .listItem .ical:hover path, .event_showings .listItem .ical:focus path {
          fill: #E22925; }
      .event_showings .listItem .ical:before {
        opacity: 0;
        width: 106px;
        height: 31px;
        position: absolute;
        z-index: 1;
        content: "";
        bottom: calc(100% + 5px);
        left: 50%;
        transform: translate(-50%, 0);
        transition: all 200ms linear;
        background-image: url("../images/tool_tip-add_to_cal.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        visibility: hidden; }
        @media screen and (max-width: 1200px) {
          .event_showings .listItem .ical:before {
            left: -8px;
            bottom: 100%;
            transform: none;
            background-image: url("../images/tool_tip-add_to_cal_mobile.png"); } }
      .event_showings .listItem .ical svg {
        display: block; }
        .event_showings .listItem .ical svg path {
          transition: all 200ms linear; }
    .event_showings .listItem > .showings_date {
      display: flex;
      justify-content: flex-start;
      align-content: center;
      align-items: center;
      flex: 1 1 auto;
      width: 100%;
      max-width: calc(100% - 166px);
      margin: 0 auto 0 0; }

@media screen and (max-width: 1200px) and (min-width: 871px) {
  .event_showings .listItem > .showings_date {
    display: block;
    max-width: calc(100% - 130px); } }
      @media screen and (max-width: 700px) {
        .event_showings .listItem > .showings_date {
          display: block;
          max-width: 100%; } }
      .event_showings .listItem > .showings_date .showings_date {
        min-width: 200px;
        margin: 0; }

@media screen and (max-width: 1200px) and (min-width: 871px) {
  .event_showings .listItem > .showings_date .showings_date {
    display: block;
    margin: 0;
    padding: 0 0 0 32px; } }
        @media screen and (max-width: 700px) {
          .event_showings .listItem > .showings_date .showings_date {
            display: block;
            margin: 0;
            padding: 0 0 0 32px; } }
        .event_showings .listItem > .showings_date .showings_date .m-date__singleDate {
          font-family: "Raleway", sans-serif;
          color: #000000;
          text-transform: uppercase;
          font-size: 20px;
          font-weight: 800;
          letter-spacing: 2px;
          line-height: 1; }
          .event_showings .listItem > .showings_date .showings_date .m-date__singleDate .m-date__weekday {
            font-size: 16px;
            letter-spacing: 0.3px;
            font-weight: 400;
            text-transform: capitalize; }
      .event_showings .listItem > .showings_date .cell:last-child {
        margin: 0 auto;
        min-width: 175px;
        font-family: "Raleway", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.3px;
        color: #000000; }

@media screen and (max-width: 1200px) and (min-width: 871px) {
  .event_showings .listItem > .showings_date .cell:last-child {
    display: block;
    margin: 10px 0 0 0; } }
        @media screen and (max-width: 700px) {
          .event_showings .listItem > .showings_date .cell:last-child {
            display: block;
            margin: 10px 0 0 0; } }
        .event_showings .listItem > .showings_date .cell:last-child.time {
          text-transform: lowercase; }
        .event_showings .listItem > .showings_date .cell:last-child .doors {
          font-size: 13px;
          font-weight: 500;
          color: #E22925;
          text-transform: initial;
          display: inline-block;
          margin-left: 5px; }
    .event_showings .listItem .buttons {
      margin: 0 10px;
      width: 110px;
      flex: 0 0 auto;
      text-align: right; }
      @media screen and (max-width: 700px) {
        .event_showings .listItem .buttons {
          margin: 15px 0 0 0;
          width: 100%;
          text-align: left; } }
      @media screen and (max-width: 700px) {
        .event_showings .listItem .buttons a {
          display: inline-block;
          position: relative;
          background-color: #E22925;
          color: #ffffff;
          text-align: center;
          padding: 19px 30px;
          line-height: 1;
          letter-spacing: 0.3px;
          font-size: 16px;
          font-family: "Raleway", sans-serif;
          font-weight: 800;
          text-decoration: none;
          border-radius: 2px;
          transition: all 100ms linear;
          width: 100%;
          text-align: center; }
          .event_showings .listItem .buttons a:hover, .event_showings .listItem .buttons a:focus {
            background-color: #B61D1A;
            color: #ffffff; } }
  .event_showings .additional_showings {
    display: none;
    padding: 0 0 25px 0; }
    .event_showings .additional_showings .listItem:last-child {
      margin: 0; }
  .event_showings .show-all-showings {
    margin: 0; }

.description_wrapper {
  margin: 0 0 60px 0; }
  @media screen and (max-width: 700px) {
    .description_wrapper {
      margin: 0 0 40px 0; } }
  .description_wrapper.short-description .event_description:after {
    display: none; }

.event_description {
  height: 250px;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .event_description:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 102px;
    display: block;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
  .event_description.is-opened:after {
    display: none; }

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

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
  content: '.'; }

/* display none until init */
.owl-carousel {
  position: relative;
  display: none;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  position: relative;
  display: none;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  position: relative;
  overflow: hidden;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
  box-sizing: content-box; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  box-sizing: content-box; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  padding: 4px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  font-family: Arial; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/* ----------------------------------------------------------------------------
=Sitemap
----------------------------------------------------------------------------- */
.sitemap {
  position: relative;
  width: 100%;
  margin: 0px auto 40px;
  clear: both;
  zoom: 1; }
  .sitemap:before, .sitemap:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .sitemap:after {
    clear: both; }
  .sitemap .column {
    position: relative;
    width: 100%;
    padding: 0;
    zoom: 1; }
    .sitemap .column:before, .sitemap .column:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .sitemap .column:after {
      clear: both; }
    @media screen and (min-width: 871px) {
      .sitemap .column {
        float: left;
        width: 50%; } }
    .sitemap .column ul {
      margin-bottom: 20px; }
    .sitemap .column ul, .sitemap .column li {
      padding: 0;
      list-style: none; }
      .sitemap .column ul:before, .sitemap .column ul:after, .sitemap .column li:before, .sitemap .column li:after {
        display: none; }
  .sitemap .column > ul > li > a {
    color: #000000;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
    margin-top: 15px;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 600; }
    .sitemap .column > ul > li > a:hover, .sitemap .column > ul > li > a:focus {
      -webkit-text-decoration-color: #000000;
              text-decoration-color: #000000; }
    .ie11.vendor-ie .sitemap .column > ul > li > a, .ie11.vendor-edge .sitemap .column > ul > li > a, .vendor-edge .sitemap .column > ul > li > a {
      text-decoration: none !important; }
      .ie11.vendor-ie .sitemap .column > ul > li > a:hover, .ie11.vendor-ie .sitemap .column > ul > li > a:focus, .ie11.vendor-edge .sitemap .column > ul > li > a:hover, .ie11.vendor-edge .sitemap .column > ul > li > a:focus, .vendor-edge .sitemap .column > ul > li > a:hover, .vendor-edge .sitemap .column > ul > li > a:focus {
        text-decoration: underline !important; }
  .sitemap .column > ul > li > ul > li > a {
    padding-left: 1px;
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
    color: #000000;
    text-decoration: underline;
    text-decoration-color: transparent; }
    .sitemap .column > ul > li > ul > li > a:hover, .sitemap .column > ul > li > ul > li > a:focus {
      -webkit-text-decoration-color: #000000;
              text-decoration-color: #000000; }
    .ie11.vendor-ie .sitemap .column > ul > li > ul > li > a, .ie11.vendor-edge .sitemap .column > ul > li > ul > li > a, .vendor-edge .sitemap .column > ul > li > ul > li > a {
      text-decoration: none !important; }
      .ie11.vendor-ie .sitemap .column > ul > li > ul > li > a:hover, .ie11.vendor-ie .sitemap .column > ul > li > ul > li > a:focus, .ie11.vendor-edge .sitemap .column > ul > li > ul > li > a:hover, .ie11.vendor-edge .sitemap .column > ul > li > ul > li > a:focus, .vendor-edge .sitemap .column > ul > li > ul > li > a:hover, .vendor-edge .sitemap .column > ul > li > ul > li > a:focus {
        text-decoration: underline !important; }
  .sitemap .column > ul > li > ul > li > ul > li {
    margin-bottom: 10px; }
  .sitemap .column > ul > li > ul > li > ul > li > a {
    padding-left: 20px;
    text-decoration: underline; }
    .sitemap .column > ul > li > ul > li > ul > li > a:hover, .sitemap .column > ul > li > ul > li > ul > li > a:focus {
      text-decoration: none; }

/* ----------------------------------------------------------------------------
= Conditional IE Styles. Nest each browser under heading. 
= Classes are generated by Modernizr and appear in HTML tag
----------------------------------------------------------------------------- */
.ie11.vendor-ie header .header-inner .nav-search,
.ie11.vendor-edge header .header-inner .nav-search {
  height: 45px; }
  @media screen and (max-width: 1200px) {
    .ie11.vendor-ie header .header-inner .nav-search,
    .ie11.vendor-edge header .header-inner .nav-search {
      height: auto; } }
  .ie11.vendor-ie header .header-inner .nav-search .nav_wrapper,
  .ie11.vendor-edge header .header-inner .nav-search .nav_wrapper {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 1200px) {
      .ie11.vendor-ie header .header-inner .nav-search .nav_wrapper,
      .ie11.vendor-edge header .header-inner .nav-search .nav_wrapper {
        position: fixed;
        left: auto;
        transform: none; } }
    .ie11.vendor-ie header .header-inner .nav-search .nav_wrapper .main_nav,
    .ie11.vendor-edge header .header-inner .nav-search .nav_wrapper .main_nav {
      width: 728px; }
      @media screen and (max-width: 1300px) {
        .ie11.vendor-ie header .header-inner .nav-search .nav_wrapper .main_nav,
        .ie11.vendor-edge header .header-inner .nav-search .nav_wrapper .main_nav {
          width: 606px; } }
.ie11.vendor-ie header .header-inner .toolbar,
.ie11.vendor-edge header .header-inner .toolbar {
  position: relative;
  z-index: 2;
  padding-left: 50px;
  height: 100%;
  opacity: 1;
  width: 170px;
  transition: all 200ms linear; }
  @media screen and (max-width: 1200px) {
    .ie11.vendor-ie header .header-inner .toolbar,
    .ie11.vendor-edge header .header-inner .toolbar {
      display: none; } }
  @media screen and (max-width: 1080px) {
    .ie11.vendor-ie header .header-inner .toolbar,
    .ie11.vendor-edge header .header-inner .toolbar {
      padding-left: 0; } }
  .ie11.vendor-ie header .header-inner .toolbar .inner-toolbar,
  .ie11.vendor-edge header .header-inner .toolbar .inner-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    position: relative;
    z-index: 2; }
  .ie11.vendor-ie header .header-inner .toolbar .logo-wrap,
  .ie11.vendor-edge header .header-inner .toolbar .logo-wrap {
    display: flex;
    align-items: center; }
    .ie11.vendor-ie header .header-inner .toolbar .logo-wrap a:hover svg, .ie11.vendor-ie header .header-inner .toolbar .logo-wrap a:focus svg,
    .ie11.vendor-edge header .header-inner .toolbar .logo-wrap a:hover svg,
    .ie11.vendor-edge header .header-inner .toolbar .logo-wrap a:focus svg {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%); }
    .ie11.vendor-ie header .header-inner .toolbar .logo-wrap a,
    .ie11.vendor-edge header .header-inner .toolbar .logo-wrap a {
      margin: 0 20px;
      position: relative; }
      .ie11.vendor-ie header .header-inner .toolbar .logo-wrap a:first-child,
      .ie11.vendor-edge header .header-inner .toolbar .logo-wrap a:first-child {
        margin-left: 0;
        position: relative; }
        .ie11.vendor-ie header .header-inner .toolbar .logo-wrap a:first-child:after,
        .ie11.vendor-edge header .header-inner .toolbar .logo-wrap a:first-child:after {
          content: '';
          transition: all 0.2s linear;
          position: absolute;
          left: -30px;
          top: 50%;
          transform: translateY(-50%);
          width: 19px;
          height: 70px;
          margin: 0px auto;
          background: url("../images/ie-slash.png");
          background-size: contain;
          background-repeat: no-repeat; }
        @media screen and (max-width: 1200px) {
          .ie11.vendor-ie header .header-inner .toolbar .logo-wrap a:first-child:after,
          .ie11.vendor-edge header .header-inner .toolbar .logo-wrap a:first-child:after {
            display: none; } }
        @media screen and (max-width: 1080px) {
          .ie11.vendor-ie header .header-inner .toolbar .logo-wrap a:first-child svg,
          .ie11.vendor-edge header .header-inner .toolbar .logo-wrap a:first-child svg {
            width: 45px; } }
      .ie11.vendor-ie header .header-inner .toolbar .logo-wrap a:last-child,
      .ie11.vendor-edge header .header-inner .toolbar .logo-wrap a:last-child {
        margin-right: 0;
        position: relative; }
        .ie11.vendor-ie header .header-inner .toolbar .logo-wrap a:last-child:after,
        .ie11.vendor-edge header .header-inner .toolbar .logo-wrap a:last-child:after {
          content: '';
          transition: all 0.2s linear;
          position: absolute;
          left: -30px;
          top: 50%;
          transform: translateY(-50%);
          width: 19px;
          height: 70px;
          margin: 0px auto;
          background: url("../images/ie-slash.png");
          background-size: contain;
          background-repeat: no-repeat; }
        @media screen and (max-width: 1080px) {
          .ie11.vendor-ie header .header-inner .toolbar .logo-wrap a:last-child svg,
          .ie11.vendor-edge header .header-inner .toolbar .logo-wrap a:last-child svg {
            width: 30px; } }
      .ie11.vendor-ie header .header-inner .toolbar .logo-wrap a svg,
      .ie11.vendor-edge header .header-inner .toolbar .logo-wrap a svg {
        display: block;
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        transition: all 200ms linear; }
        .ie11.vendor-ie header .header-inner .toolbar .logo-wrap a svg:hover,
        .ie11.vendor-edge header .header-inner .toolbar .logo-wrap a svg:hover {
          -webkit-filter: grayscale(0%);
                  filter: grayscale(0%); }

.ie11.vendor-ie .m-alert-wrapper .alert-title,
.ie11.vendor-edge .m-alert-wrapper .alert-title {
  text-decoration: none !important; }
  .ie11.vendor-ie .m-alert-wrapper .alert-title:hover, .ie11.vendor-ie .m-alert-wrapper .alert-title:focus,
  .ie11.vendor-edge .m-alert-wrapper .alert-title:hover,
  .ie11.vendor-edge .m-alert-wrapper .alert-title:focus {
    text-decoration: underline !important; }

.ie11.vendor-ie .m-alert-wrapper .close-alert,
.ie11.vendor-edge .m-alert-wrapper .close-alert {
  text-decoration: none; }
  .ie11.vendor-ie .m-alert-wrapper .close-alert:hover,
  .ie11.vendor-edge .m-alert-wrapper .close-alert:hover {
    text-decoration: underline; }

.ie11.vendor-ie h1 a, .ie11.vendor-ie h2 a, .ie11.vendor-ie h3 a, .ie11.vendor-ie h4 a, .ie11.vendor-ie h5 a, .ie11.vendor-ie h6 a, .ie11.vendor-ie .h1 a, .ie11.vendor-ie .h2 a, .ie11.vendor-ie .showtime-search-instant-result-header-title a, .ie11.vendor-ie .h3 a, .ie11.vendor-ie .spotlight .title a, .spotlight .ie11.vendor-ie .title a,
.ie11.vendor-ie .concierge .title a,
.concierge .ie11.vendor-ie .title a,
.ie11.vendor-ie .news_list .title a,
.news_list .ie11.vendor-ie .title a,
.ie11.vendor-ie .contest_list .title a,
.contest_list .ie11.vendor-ie .title a,
.ie11.vendor-ie .job_list .title a,
.job_list .ie11.vendor-ie .title a,
.ie11.vendor-ie .seating_charts .title a,
.seating_charts .ie11.vendor-ie .title a,
.ie11.vendor-ie .offer_list .title a,
.offer_list .ie11.vendor-ie .title a, .ie11.vendor-ie .sitemap .column > ul > li > a a, .sitemap .ie11.vendor-ie .column > ul > li > a a, .ie11.vendor-ie .h4 a, .ie11.vendor-ie .h5 a, .ie11.vendor-ie .spotlight .date a, .spotlight .ie11.vendor-ie .date a,
.ie11.vendor-ie .concierge .date a,
.concierge .ie11.vendor-ie .date a,
.ie11.vendor-ie .news_list .date a,
.news_list .ie11.vendor-ie .date a,
.ie11.vendor-ie .contest_list .date a,
.contest_list .ie11.vendor-ie .date a,
.ie11.vendor-ie .job_list .date a,
.job_list .ie11.vendor-ie .date a,
.ie11.vendor-ie .seating_charts .date a,
.seating_charts .ie11.vendor-ie .date a,
.ie11.vendor-ie .offer_list .date a,
.offer_list .ie11.vendor-ie .date a, .ie11.vendor-ie .h6 a,
.ie11.vendor-edge h1 a,
.ie11.vendor-edge h2 a,
.ie11.vendor-edge h3 a,
.ie11.vendor-edge h4 a,
.ie11.vendor-edge h5 a,
.ie11.vendor-edge h6 a,
.ie11.vendor-edge .h1 a,
.ie11.vendor-edge .h2 a,
.ie11.vendor-edge .showtime-search-instant-result-header-title a,
.ie11.vendor-edge .h3 a,
.ie11.vendor-edge .spotlight .title a,
.spotlight .ie11.vendor-edge .title a,
.ie11.vendor-edge .concierge .title a,
.concierge .ie11.vendor-edge .title a,
.ie11.vendor-edge .news_list .title a,
.news_list .ie11.vendor-edge .title a,
.ie11.vendor-edge .contest_list .title a,
.contest_list .ie11.vendor-edge .title a,
.ie11.vendor-edge .job_list .title a,
.job_list .ie11.vendor-edge .title a,
.ie11.vendor-edge .seating_charts .title a,
.seating_charts .ie11.vendor-edge .title a,
.ie11.vendor-edge .offer_list .title a,
.offer_list .ie11.vendor-edge .title a,
.ie11.vendor-edge .sitemap .column > ul > li > a a,
.sitemap .ie11.vendor-edge .column > ul > li > a a,
.ie11.vendor-edge .h4 a,
.ie11.vendor-edge .h5 a,
.ie11.vendor-edge .spotlight .date a,
.spotlight .ie11.vendor-edge .date a,
.ie11.vendor-edge .concierge .date a,
.concierge .ie11.vendor-edge .date a,
.ie11.vendor-edge .news_list .date a,
.news_list .ie11.vendor-edge .date a,
.ie11.vendor-edge .contest_list .date a,
.contest_list .ie11.vendor-edge .date a,
.ie11.vendor-edge .job_list .date a,
.job_list .ie11.vendor-edge .date a,
.ie11.vendor-edge .seating_charts .date a,
.seating_charts .ie11.vendor-edge .date a,
.ie11.vendor-edge .offer_list .date a,
.offer_list .ie11.vendor-edge .date a,
.ie11.vendor-edge .h6 a {
  text-decoration: none !important; }
  .ie11.vendor-ie h1 a:hover, .ie11.vendor-ie h2 a:hover, .ie11.vendor-ie h3 a:hover, .ie11.vendor-ie h4 a:hover, .ie11.vendor-ie h5 a:hover, .ie11.vendor-ie h6 a:hover, .ie11.vendor-ie .h1 a:hover, .ie11.vendor-ie .h2 a:hover, .ie11.vendor-ie .showtime-search-instant-result-header-title a:hover, .ie11.vendor-ie .h3 a:hover, .ie11.vendor-ie .spotlight .title a:hover, .spotlight .ie11.vendor-ie .title a:hover,
  .ie11.vendor-ie .concierge .title a:hover,
  .concierge .ie11.vendor-ie .title a:hover,
  .ie11.vendor-ie .news_list .title a:hover,
  .news_list .ie11.vendor-ie .title a:hover,
  .ie11.vendor-ie .contest_list .title a:hover,
  .contest_list .ie11.vendor-ie .title a:hover,
  .ie11.vendor-ie .job_list .title a:hover,
  .job_list .ie11.vendor-ie .title a:hover,
  .ie11.vendor-ie .seating_charts .title a:hover,
  .seating_charts .ie11.vendor-ie .title a:hover,
  .ie11.vendor-ie .offer_list .title a:hover,
  .offer_list .ie11.vendor-ie .title a:hover, .ie11.vendor-ie .sitemap .column > ul > li > a a:hover, .sitemap .ie11.vendor-ie .column > ul > li > a a:hover, .ie11.vendor-ie .h4 a:hover, .ie11.vendor-ie .h5 a:hover, .ie11.vendor-ie .spotlight .date a:hover, .spotlight .ie11.vendor-ie .date a:hover,
  .ie11.vendor-ie .concierge .date a:hover,
  .concierge .ie11.vendor-ie .date a:hover,
  .ie11.vendor-ie .news_list .date a:hover,
  .news_list .ie11.vendor-ie .date a:hover,
  .ie11.vendor-ie .contest_list .date a:hover,
  .contest_list .ie11.vendor-ie .date a:hover,
  .ie11.vendor-ie .job_list .date a:hover,
  .job_list .ie11.vendor-ie .date a:hover,
  .ie11.vendor-ie .seating_charts .date a:hover,
  .seating_charts .ie11.vendor-ie .date a:hover,
  .ie11.vendor-ie .offer_list .date a:hover,
  .offer_list .ie11.vendor-ie .date a:hover, .ie11.vendor-ie .h6 a:hover,
  .ie11.vendor-edge h1 a:hover,
  .ie11.vendor-edge h2 a:hover,
  .ie11.vendor-edge h3 a:hover,
  .ie11.vendor-edge h4 a:hover,
  .ie11.vendor-edge h5 a:hover,
  .ie11.vendor-edge h6 a:hover,
  .ie11.vendor-edge .h1 a:hover,
  .ie11.vendor-edge .h2 a:hover,
  .ie11.vendor-edge .showtime-search-instant-result-header-title a:hover,
  .ie11.vendor-edge .h3 a:hover,
  .ie11.vendor-edge .spotlight .title a:hover,
  .spotlight .ie11.vendor-edge .title a:hover,
  .ie11.vendor-edge .concierge .title a:hover,
  .concierge .ie11.vendor-edge .title a:hover,
  .ie11.vendor-edge .news_list .title a:hover,
  .news_list .ie11.vendor-edge .title a:hover,
  .ie11.vendor-edge .contest_list .title a:hover,
  .contest_list .ie11.vendor-edge .title a:hover,
  .ie11.vendor-edge .job_list .title a:hover,
  .job_list .ie11.vendor-edge .title a:hover,
  .ie11.vendor-edge .seating_charts .title a:hover,
  .seating_charts .ie11.vendor-edge .title a:hover,
  .ie11.vendor-edge .offer_list .title a:hover,
  .offer_list .ie11.vendor-edge .title a:hover,
  .ie11.vendor-edge .sitemap .column > ul > li > a a:hover,
  .sitemap .ie11.vendor-edge .column > ul > li > a a:hover,
  .ie11.vendor-edge .h4 a:hover,
  .ie11.vendor-edge .h5 a:hover,
  .ie11.vendor-edge .spotlight .date a:hover,
  .spotlight .ie11.vendor-edge .date a:hover,
  .ie11.vendor-edge .concierge .date a:hover,
  .concierge .ie11.vendor-edge .date a:hover,
  .ie11.vendor-edge .news_list .date a:hover,
  .news_list .ie11.vendor-edge .date a:hover,
  .ie11.vendor-edge .contest_list .date a:hover,
  .contest_list .ie11.vendor-edge .date a:hover,
  .ie11.vendor-edge .job_list .date a:hover,
  .job_list .ie11.vendor-edge .date a:hover,
  .ie11.vendor-edge .seating_charts .date a:hover,
  .seating_charts .ie11.vendor-edge .date a:hover,
  .ie11.vendor-edge .offer_list .date a:hover,
  .offer_list .ie11.vendor-edge .date a:hover,
  .ie11.vendor-edge .h6 a:hover {
    text-decoration: underline !important; }

.ie11.vendor-ie .textarea p a, .ie11.vendor-ie .textarea li a,
.ie11.vendor-ie .cms p a, .cms li .ie11.vendor-ie,
.ie11.vendor-ie .spotlight_content a, .ie11.vendor-ie .m-eventDetailList__item a,
.ie11.vendor-ie .event_description a,
.ie11.vendor-edge .textarea p a,
.ie11.vendor-edge .textarea li a,
.ie11.vendor-edge .cms p a, .cms li .ie11.vendor-edge,
.ie11.vendor-edge .spotlight_content a,
.ie11.vendor-edge .m-eventDetailList__item a,
.ie11.vendor-edge .event_description a {
  -webkit-text-decoration-color: underline;
          text-decoration-color: underline; }
  .ie11.vendor-ie .textarea p a:hover, .ie11.vendor-ie .textarea li a:hover,
  .ie11.vendor-ie .cms p a:hover, .cms li .ie11.vendor-ie:hover,
  .ie11.vendor-ie .spotlight_content a:hover, .ie11.vendor-ie .m-eventDetailList__item a:hover,
  .ie11.vendor-ie .event_description a:hover,
  .ie11.vendor-edge .textarea p a:hover,
  .ie11.vendor-edge .textarea li a:hover,
  .ie11.vendor-edge .cms p a:hover, .cms li .ie11.vendor-edge:hover,
  .ie11.vendor-edge .spotlight_content a:hover,
  .ie11.vendor-edge .m-eventDetailList__item a:hover,
  .ie11.vendor-edge .event_description a:hover {
    text-decoration: none; }

.vendor-edge header .header-inner .toolbar {
  position: relative;
  z-index: 2;
  padding-left: 50px;
  height: 100%;
  opacity: 1;
  width: 170px;
  transition: all 200ms linear; }
  @media screen and (max-width: 1200px) {
    .vendor-edge header .header-inner .toolbar {
      display: none; } }
  @media screen and (max-width: 1080px) {
    .vendor-edge header .header-inner .toolbar {
      padding-left: 0; } }
  .vendor-edge header .header-inner .toolbar .inner-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    position: relative;
    z-index: 2; }
  .vendor-edge header .header-inner .toolbar .logo-wrap {
    display: flex;
    align-items: center; }
    .vendor-edge header .header-inner .toolbar .logo-wrap a:hover svg, .vendor-edge header .header-inner .toolbar .logo-wrap a:focus svg {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%); }
    .vendor-edge header .header-inner .toolbar .logo-wrap a {
      margin: 0 20px;
      position: relative; }
      .vendor-edge header .header-inner .toolbar .logo-wrap a:first-child {
        margin-left: 0;
        position: relative; }
        .vendor-edge header .header-inner .toolbar .logo-wrap a:first-child:after {
          content: '';
          transition: all 0.2s linear;
          position: absolute;
          left: -30px;
          top: 50%;
          transform: translateY(-50%);
          width: 19px;
          height: 70px;
          margin: 0px auto;
          background: url("../images/ie-slash.png");
          background-size: contain;
          background-repeat: no-repeat; }
        @media screen and (max-width: 1200px) {
          .vendor-edge header .header-inner .toolbar .logo-wrap a:first-child:after {
            display: none; } }
        @media screen and (max-width: 1080px) {
          .vendor-edge header .header-inner .toolbar .logo-wrap a:first-child svg {
            width: 45px; } }
      .vendor-edge header .header-inner .toolbar .logo-wrap a:last-child {
        margin-right: 0;
        position: relative; }
        .vendor-edge header .header-inner .toolbar .logo-wrap a:last-child:after {
          content: '';
          transition: all 0.2s linear;
          position: absolute;
          left: -30px;
          top: 50%;
          transform: translateY(-50%);
          width: 19px;
          height: 70px;
          margin: 0px auto;
          background: url("../images/ie-slash.png");
          background-size: contain;
          background-repeat: no-repeat; }
        @media screen and (max-width: 1080px) {
          .vendor-edge header .header-inner .toolbar .logo-wrap a:last-child svg {
            width: 30px; } }
      .vendor-edge header .header-inner .toolbar .logo-wrap a svg {
        display: block;
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        transition: all 200ms linear; }
        .vendor-edge header .header-inner .toolbar .logo-wrap a svg:hover {
          -webkit-filter: grayscale(0%);
                  filter: grayscale(0%); }

.vendor-edge header .header-inner .nav-search {
  height: 45px; }
  @media screen and (max-width: 1200px) {
    .vendor-edge header .header-inner .nav-search {
      height: auto; } }
  .vendor-edge header .header-inner .nav-search .nav_wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (max-width: 1200px) {
      .vendor-edge header .header-inner .nav-search .nav_wrapper {
        position: fixed;
        left: auto;
        transform: none; } }
    .vendor-edge header .header-inner .nav-search .nav_wrapper .main_nav {
      width: 728px; }
      @media screen and (max-width: 1300px) {
        .vendor-edge header .header-inner .nav-search .nav_wrapper .main_nav {
          width: 606px; } }
.vendor-edge .m-alert-wrapper .alert-title {
  text-decoration: none !important; }
  .vendor-edge .m-alert-wrapper .alert-title:hover, .vendor-edge .m-alert-wrapper .alert-title:focus {
    text-decoration: underline !important; }

.vendor-edge .m-alert-wrapper .close-alert {
  text-decoration: none; }
  .vendor-edge .m-alert-wrapper .close-alert:hover {
    text-decoration: underline; }

.vendor-edge h1 a, .vendor-edge h2 a, .vendor-edge h3 a, .vendor-edge h4 a, .vendor-edge h5 a, .vendor-edge h6 a, .vendor-edge .h1 a, .vendor-edge .h2 a, .vendor-edge .showtime-search-instant-result-header-title a, .vendor-edge .h3 a, .vendor-edge .spotlight .title a, .spotlight .vendor-edge .title a,
.vendor-edge .concierge .title a,
.concierge .vendor-edge .title a,
.vendor-edge .news_list .title a,
.news_list .vendor-edge .title a,
.vendor-edge .contest_list .title a,
.contest_list .vendor-edge .title a,
.vendor-edge .job_list .title a,
.job_list .vendor-edge .title a,
.vendor-edge .seating_charts .title a,
.seating_charts .vendor-edge .title a,
.vendor-edge .offer_list .title a,
.offer_list .vendor-edge .title a, .vendor-edge .sitemap .column > ul > li > a a, .sitemap .vendor-edge .column > ul > li > a a, .vendor-edge .h4 a, .vendor-edge .h5 a, .vendor-edge .spotlight .date a, .spotlight .vendor-edge .date a,
.vendor-edge .concierge .date a,
.concierge .vendor-edge .date a,
.vendor-edge .news_list .date a,
.news_list .vendor-edge .date a,
.vendor-edge .contest_list .date a,
.contest_list .vendor-edge .date a,
.vendor-edge .job_list .date a,
.job_list .vendor-edge .date a,
.vendor-edge .seating_charts .date a,
.seating_charts .vendor-edge .date a,
.vendor-edge .offer_list .date a,
.offer_list .vendor-edge .date a, .vendor-edge .h6 a {
  text-decoration: none !important; }
  .vendor-edge h1 a:hover, .vendor-edge h2 a:hover, .vendor-edge h3 a:hover, .vendor-edge h4 a:hover, .vendor-edge h5 a:hover, .vendor-edge h6 a:hover, .vendor-edge .h1 a:hover, .vendor-edge .h2 a:hover, .vendor-edge .showtime-search-instant-result-header-title a:hover, .vendor-edge .h3 a:hover, .vendor-edge .spotlight .title a:hover, .spotlight .vendor-edge .title a:hover,
  .vendor-edge .concierge .title a:hover,
  .concierge .vendor-edge .title a:hover,
  .vendor-edge .news_list .title a:hover,
  .news_list .vendor-edge .title a:hover,
  .vendor-edge .contest_list .title a:hover,
  .contest_list .vendor-edge .title a:hover,
  .vendor-edge .job_list .title a:hover,
  .job_list .vendor-edge .title a:hover,
  .vendor-edge .seating_charts .title a:hover,
  .seating_charts .vendor-edge .title a:hover,
  .vendor-edge .offer_list .title a:hover,
  .offer_list .vendor-edge .title a:hover, .vendor-edge .sitemap .column > ul > li > a a:hover, .sitemap .vendor-edge .column > ul > li > a a:hover, .vendor-edge .h4 a:hover, .vendor-edge .h5 a:hover, .vendor-edge .spotlight .date a:hover, .spotlight .vendor-edge .date a:hover,
  .vendor-edge .concierge .date a:hover,
  .concierge .vendor-edge .date a:hover,
  .vendor-edge .news_list .date a:hover,
  .news_list .vendor-edge .date a:hover,
  .vendor-edge .contest_list .date a:hover,
  .contest_list .vendor-edge .date a:hover,
  .vendor-edge .job_list .date a:hover,
  .job_list .vendor-edge .date a:hover,
  .vendor-edge .seating_charts .date a:hover,
  .seating_charts .vendor-edge .date a:hover,
  .vendor-edge .offer_list .date a:hover,
  .offer_list .vendor-edge .date a:hover, .vendor-edge .h6 a:hover {
    text-decoration: underline !important; }

.vendor-edge .textarea p a, .vendor-edge .textarea li a,
.vendor-edge .cms p a, .cms li .vendor-edge,
.vendor-edge .spotlight_content a, .vendor-edge .m-eventDetailList__item a,
.vendor-edge .event_description a {
  -webkit-text-decoration-color: underline;
          text-decoration-color: underline; }
  .vendor-edge .textarea p a:hover, .vendor-edge .textarea li a:hover,
  .vendor-edge .cms p a:hover, .cms li .vendor-edge:hover,
  .vendor-edge .spotlight_content a:hover, .vendor-edge .m-eventDetailList__item a:hover,
  .vendor-edge .event_description a:hover {
    text-decoration: none; }

/* ----------------------------------------------------------------------------
= Homepage Alert
----------------------------------------------------------------------------- */
.m-alert-wrapper {
  position: relative;
  z-index: 99999; }
  .m-alert-wrapper * {
    outline-color: #fff; }
  .testing .m-alert-wrapper, .menu-open .m-alert-wrapper {
    display: none; }
  .m-alert-wrapper > div {
    width: 100%;
    background: linear-gradient(to bottom right, #E22925, #000000);
    display: none; }
    .m-alert-wrapper > div * {
      color: #fff; }
  .m-alert-wrapper .alert-container {
    width: 1060px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    padding: 20px 80px; }
    @media screen and (max-width: 700px) {
      .m-alert-wrapper .alert-container {
        padding: 45px 20px 20px 20px;
        margin: 0;
        max-width: 100%; } }
    .m-alert-wrapper .alert-container .alert-title {
      font-family: "Raleway", sans-serif;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.05;
      letter-spacing: 0.3px;
      margin: 0 0 10px 0;
      position: relative;
      z-index: 1;
      display: inline-block;
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
              text-decoration-color: transparent;
      transition: all 300ms linear; }
      .m-alert-wrapper .alert-container .alert-title:hover, .m-alert-wrapper .alert-container .alert-title:focus {
        -webkit-text-decoration-color: #fff;
                text-decoration-color: #fff; }
    .m-alert-wrapper .alert-container .alert-desc {
      margin: 0 0 20px 0; }
      .m-alert-wrapper .alert-container .alert-desc p {
        font-size: 16px;
        color: #fff; }
  .m-alert-wrapper .close-alert {
    width: 70px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    display: block;
    background: none;
    padding: 0;
    cursor: pointer;
    text-align: left;
    transition: all 100ms linear;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 25px;
    letter-spacing: 0.3px;
    text-transform: capitalize; }
    @media screen and (max-width: 700px) {
      .m-alert-wrapper .close-alert {
        top: 10px;
        right: 10px; } }
    .m-alert-wrapper .close-alert:hover, .m-alert-wrapper .close-alert:focus {
      color: #fff; }
      .m-alert-wrapper .close-alert:hover:after, .m-alert-wrapper .close-alert:focus:after {
        width: 30px; }
      .m-alert-wrapper .close-alert:hover .close-x:before, .m-alert-wrapper .close-alert:hover .close-x:after, .m-alert-wrapper .close-alert:focus .close-x:before, .m-alert-wrapper .close-alert:focus .close-x:after {
        width: 25px; }
    .m-alert-wrapper .close-alert:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0px;
      height: 2px;
      width: 15px;
      background: #fff;
      transition: all 200ms linear; }
    .m-alert-wrapper .close-alert .close-x {
      top: 2px;
      right: 4px;
      position: absolute;
      z-index: 1;
      width: 20px;
      height: 20px; }
      .m-alert-wrapper .close-alert .close-x:before {
        width: 28px;
        height: 2px;
        position: absolute;
        z-index: 1;
        content: "";
        top: 50%;
        left: 50%;
        transition: all 200ms linear;
        transform: translate(-50%, -50%) rotate(45deg);
        background: #fff; }
      .m-alert-wrapper .close-alert .close-x:after {
        width: 28px;
        height: 2px;
        position: absolute;
        z-index: 1;
        content: "";
        top: 50%;
        left: 50%;
        transition: all 200ms linear;
        transform: translate(-50%, -50%) rotate(-45deg);
        background: #fff; }

/* ----------------------------------------------------------------------------
= Showtime TEAMS module
----------------------------------------------------------------------------- */
.team_detail .overview h1 {
  display: none; }

#venue_widgets_framework .l-m-venue_widget {
  border-radius: 4px 4px 0 0; }

#venue_widgets_framework .m-venueframework__header {
  z-index: 1;
  float: none;
  background-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #dbdbdb;
  border-left-color: transparent;
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-width: 0px;
  border-left-width: 0px; }

#venue_widgets_framework .m-venueframework__header-icon {
  background-color: white;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent; }
  #venue_widgets_framework .m-venueframework__header-icon svg {
    fill: #E22925; }

#venue_widgets_framework .m-venueframework__header-shadow {
  background: rgba(255, 255, 255, 0); }

#venue_widgets_framework .m-venueframework__header-text {
  color: #000;
  text-transform: capitalize;
  padding: 0 0 0 7px; }

#venue_widgets_framework .m-venueframework__header-link, #venue_widgets_framework .m-venueframework__header-link:visited {
  background-color: transparent;
  color: #000000; }
  #venue_widgets_framework .m-venueframework__header-link:hover, #venue_widgets_framework .m-venueframework__header-link:focus, #venue_widgets_framework .m-venueframework__header-link:active, #venue_widgets_framework .m-venueframework__header-link:visited:hover, #venue_widgets_framework .m-venueframework__header-link:visited:focus, #venue_widgets_framework .m-venueframework__header-link:visited:active {
    background-color: transparent;
    color: #000000; }
  #venue_widgets_framework .m-venueframework__header-link:before, #venue_widgets_framework .m-venueframework__header-link:visited:before {
    background-color: transparent; }

#venue_widgets_framework .m-venueframework__widget-body {
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
  background-color: transparent;
  border-radius: 0 0 4px 4px; }

#venue_widgets_framework .m-venueframework__widget-body__noHeader {
  border-radius: 4px 4px 4px 4px;
  border-top: 1px solid transparent; }

#venue_widgets_framework .m-owlcarousel__controls-icon {
  border-color: transparent;
  background-color: transparent; }
  #venue_widgets_framework .m-owlcarousel__controls-icon svg {
    stroke: #666A69; }
  #venue_widgets_framework .m-owlcarousel__controls-icon:hover, #venue_widgets_framework .m-owlcarousel__controls-icon:focus {
    border-color: #000000;
    background-color: transparent; }
    #venue_widgets_framework .m-owlcarousel__controls-icon:hover svg, #venue_widgets_framework .m-owlcarousel__controls-icon:focus svg {
      stroke: #000000; }

#venue_widgets_framework .owl-page span {
  background: #666A69; }

#venue_widgets_framework .owl-page.active span {
  background: #E22925; }

#venue_widgets_framework .l-m-venue_widget .owl-wrapper, #venue_widgets_framework .l-m-venue_widget .owl-wrapper-outer, #venue_widgets_framework .l-m-venue_widget .owl-item {
  height: 100%; }

#venue_widgets_framework .m-venueframework-linklist__item.has_no_link {
  border-bottom-color: transparent; }

#venue_widgets_framework .m-venueframework-linklist__link, #venue_widgets_framework .m-venueframework-linklist__link:visited {
  border-bottom-color: transparent; }
  #venue_widgets_framework .m-venueframework-linklist__link:hover, #venue_widgets_framework .m-venueframework-linklist__link:focus, #venue_widgets_framework .m-venueframework-linklist__link:visited:hover, #venue_widgets_framework .m-venueframework-linklist__link:visited:focus {
    background-color: #fff; }
    #venue_widgets_framework .m-venueframework-linklist__link:hover .m-venueframework-linklist__item-title, #venue_widgets_framework .m-venueframework-linklist__link:focus .m-venueframework-linklist__item-title, #venue_widgets_framework .m-venueframework-linklist__link:visited:hover .m-venueframework-linklist__item-title, #venue_widgets_framework .m-venueframework-linklist__link:visited:focus .m-venueframework-linklist__item-title {
      color: #000000; }
    #venue_widgets_framework .m-venueframework-linklist__link:hover .m-venueframework-linklist__item-subtitle, #venue_widgets_framework .m-venueframework-linklist__link:focus .m-venueframework-linklist__item-subtitle, #venue_widgets_framework .m-venueframework-linklist__link:visited:hover .m-venueframework-linklist__item-subtitle, #venue_widgets_framework .m-venueframework-linklist__link:visited:focus .m-venueframework-linklist__item-subtitle {
      color: #000000; }
    #venue_widgets_framework .m-venueframework-linklist__link:hover .m-venueframework-linklist__item-icon svg, #venue_widgets_framework .m-venueframework-linklist__link:focus .m-venueframework-linklist__item-icon svg, #venue_widgets_framework .m-venueframework-linklist__link:visited:hover .m-venueframework-linklist__item-icon svg, #venue_widgets_framework .m-venueframework-linklist__link:visited:focus .m-venueframework-linklist__item-icon svg {
      stroke: #000000; }

#venue_widgets_framework .m-venueframework-linklist__item-title {
  color: #000000; }

#venue_widgets_framework .m-venueframework-linklist__item-subtitle {
  color: #000000; }

#venue_widgets_framework .m-venueframework-linklist__item-icon {
  color: #666A69; }
  #venue_widgets_framework .m-venueframework-linklist__item-icon svg {
    stroke: #666A69; }

#venue_widgets_framework .has_image .m-venueframework-newswidget__item:nth-child(3) a, #venue_widgets_framework .has_image .m-venueframework-newswidget__item:nth-child(3) a:visited, #venue_widgets_framework .has_image .m-venueframework-newswidget__item:nth-child(3).has_no_link {
  border-bottom-color: #D6D7D7; }

#venue_widgets_framework .m-venueframework-newswidget__item-date {
  color: #000000; }

#venue_widgets_framework .m-venueframework-newswidget__item-title {
  color: #000000; }

#venue_widgets_framework .m-venueframework-newswidget__item-subtitle {
  color: #000000; }

#venue_widgets_framework .m-venueframework-newswidget__link, #venue_widgets_framework .m-venueframework-newswidget__link:visited {
  border-bottom-color: #D6D7D7; }
  #venue_widgets_framework .m-venueframework-newswidget__link:hover, #venue_widgets_framework .m-venueframework-newswidget__link:focus, #venue_widgets_framework .m-venueframework-newswidget__link:visited:hover, #venue_widgets_framework .m-venueframework-newswidget__link:visited:focus {
    background-color: transparent; }
    #venue_widgets_framework .m-venueframework-newswidget__link:hover .m-venueframework-newswidget__item-date, #venue_widgets_framework .m-venueframework-newswidget__link:focus .m-venueframework-newswidget__item-date, #venue_widgets_framework .m-venueframework-newswidget__link:visited:hover .m-venueframework-newswidget__item-date, #venue_widgets_framework .m-venueframework-newswidget__link:visited:focus .m-venueframework-newswidget__item-date {
      color: #000000; }
    #venue_widgets_framework .m-venueframework-newswidget__link:hover .m-venueframework-newswidget__item-title, #venue_widgets_framework .m-venueframework-newswidget__link:focus .m-venueframework-newswidget__item-title, #venue_widgets_framework .m-venueframework-newswidget__link:visited:hover .m-venueframework-newswidget__item-title, #venue_widgets_framework .m-venueframework-newswidget__link:visited:focus .m-venueframework-newswidget__item-title {
      color: #000000; }
    #venue_widgets_framework .m-venueframework-newswidget__link:hover .m-venueframework-newswidget__item-subtitle, #venue_widgets_framework .m-venueframework-newswidget__link:focus .m-venueframework-newswidget__item-subtitle, #venue_widgets_framework .m-venueframework-newswidget__link:visited:hover .m-venueframework-newswidget__item-subtitle, #venue_widgets_framework .m-venueframework-newswidget__link:visited:focus .m-venueframework-newswidget__item-subtitle {
      color: #000000; }

#venue_widgets_framework .m-venueframework-socialwidget__description {
  color: #000000; }
  #venue_widgets_framework .m-venueframework-socialwidget__description a, #venue_widgets_framework .m-venueframework-socialwidget__description a:visited {
    color: #000000; }
  #venue_widgets_framework .m-venueframework-socialwidget__description a:hover, #venue_widgets_framework .m-venueframework-socialwidget__description a:focus {
    color: #E22925; }

#venue_widgets_framework .m-venueframework-socialwidget__meta {
  color: #000000; }
  #venue_widgets_framework .m-venueframework-socialwidget__meta a, #venue_widgets_framework .m-venueframework-socialwidget__meta a:visited {
    color: #000000; }
  #venue_widgets_framework .m-venueframework-socialwidget__meta a:hover, #venue_widgets_framework .m-venueframework-socialwidget__meta a:focus {
    color: #E22925; }
  #venue_widgets_framework .m-venueframework-socialwidget__meta .delimiter {
    color: #000000; }

#venue_widgets_framework .l-m-venue_widget__youtubewidget .entry {
  background-color: transparent; }

#venue_widgets_framework .l-m-venue_widget__youtubewidget .title {
  color: #000000; }

#venue_widgets_framework .l-m-venue_widget__youtubewidget .meta {
  color: #000000; }

#venue_widgets_framework .l-m-venue_widget__youtubewidget .m-venueframework__widget-body {
  border: none; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon {
  border-color: transparent; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon svg {
    stroke: #666A69; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon:hover {
    border-color: transparent; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon:hover svg {
      stroke: #000000; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-row {
  color: #000000; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar-container:after {
  background: transparent; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-head {
  color: #000000; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-body {
  background: transparent; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div {
  background: transparent; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div > span.fc-date {
  color: #000000;
  background: transparent; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content > span.fc-date {
  color: #000000; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content > span.fc-date:after {
    background: #000000; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content {
  background: transparent; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content:hover {
    background: transparent; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content:hover .fc-date {
      color: #E22925; }
      #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content:hover .fc-date:after {
        background: #E22925; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today .fc-date {
  background: #E22925;
  color: #fff; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today.fc-content .fc-date {
  background: #E22925;
  color: #fff; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today.fc-content .fc-date:after {
    background: #fff; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal {
  color: #000000; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-body, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-dialog, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-content {
  background: #fff; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in {
  border-radius: 4px 4px 4px 4px; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .modal-body {
    border: 1px solid #000000;
    border-top: none; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .close {
    border: none;
    border: 1px solid #000000;
    background: transparent;
    color: #000000;
    border-radius: 4px 4px 0 0; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .close:hover {
      background: transparent;
      color: #000000; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .date {
    color: #000000; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in h3 a {
    color: #000000; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .info .calendar_buttons a, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .info .calendar_buttons a.tickets {
    color: #000000; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .info .calendar_buttons a svg, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .info .calendar_buttons a.tickets svg {
      fill: #000000; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .info .calendar_buttons a:hover, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .info .calendar_buttons a.tickets:hover {
      color: #E22925; }
      #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .info .calendar_buttons a:hover svg, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .info .calendar_buttons a.tickets:hover svg {
        fill: #E22925; }

#venue_widgets_framework .l-m-venue_widget__promotionswidget .m-venueframework__widget-body {
  border: none; }

#venue_widgets_framework .m-venueframework-promotionswidget__item-title h2 {
  color: #fff; }

#venue_widgets_framework .m-venueframework-promotionswidget__item-subtitle {
  color: #fff; }
  #venue_widgets_framework .m-venueframework-promotionswidget__item-subtitle:after {
    background: #ffff; }

#venue_widgets_framework .l-m-venue_widget__eventslist {
  overflow: hidden; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon {
    border-color: transparent; }
    #venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon svg {
      stroke: #666A69; }
    #venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon:hover {
      border-color: transparent; }
      #venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon:hover svg {
        stroke: #000000; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__date {
    color: #000000; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title, #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title a {
    color: #000000; }
    #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title:hover, #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title a:hover {
      color: #000000; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__tagline {
    color: #000000; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__item {
    border-right-color: #D6D7D7; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a {
    color: #000000; }
    #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a:hover {
      color: #000000; }
      #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a:hover svg path {
        fill: #000000; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a svg path {
    fill: #000000; }

#events.detail #venue_widgets_framework {
  margin: 0 auto; }
  #events.detail #venue_widgets_framework.isLoaded {
    margin: 60px auto 0; }

#venue_widgets_framework .modal-content {
  margin: 0; }

#venue_widgets_framework * {
  outline-offset: -2px !important; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .accessible-overlay {
  width: 0;
  height: 0;
  overflow: hidden; }

#venue_widgets_framework.tabbing .l-m-venue_widget__calendarwidget .accessible-overlay {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  opacity: 0;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  #venue_widgets_framework.tabbing .l-m-venue_widget__calendarwidget .accessible-overlay a {
    outline-offset: 2px !important;
    font-size: 20px;
    font-weight: 700;
    text-align: center; }

#venue_widgets_framework {
  margin: 0 auto; }
  #venue_widgets_framework .l-m-venue_widget {
    position: relative;
    z-index: 1;
    box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, 0.2);
    border-radius: 4px; }
    #venue_widgets_framework .l-m-venue_widget:before {
      width: 100%;
      height: 100%;
      position: absolute;
      display: block;
      z-index: -1;
      content: "";
      top: 0;
      left: 0;
      transition: all 100ms linear;
      visibility: visible;
      background: linear-gradient(to right, #EBECEC, #fff 85%);
      border-radius: 4px; }
    #venue_widgets_framework .l-m-venue_widget[data-layout="wide"] .owl-pagination {
      display: none; }
    #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__link .m-venueframework__widget-body {
      border: none;
      overflow: hidden;
      border-radius: 0 0 4px 4px; }
    #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__eventslist .m-venueframework-eventswidget__loop:after {
      display: none; }
    @media screen and (max-width: 750px) {
      #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__eventslist .m-venueframework-eventslist__item {
        border-right: none; } }
    #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__eventslist .m-venueframework-eventslist__item .m-venueframework-eventslist__thumb {
      max-height: 150px;
      overflow: hidden;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
      #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__eventslist .m-venueframework-eventslist__item .m-venueframework-eventslist__thumb a {
        display: block;
        position: relative;
        z-index: 1; }
        #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__eventslist .m-venueframework-eventslist__item .m-venueframework-eventslist__thumb a:hover:after, #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__eventslist .m-venueframework-eventslist__item .m-venueframework-eventslist__thumb a:focus:after {
          opacity: 1; }
        #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__eventslist .m-venueframework-eventslist__item .m-venueframework-eventslist__thumb a:after {
          opacity: 0;
          width: 100%;
          height: 100%;
          position: absolute;
          z-index: 1;
          content: "";
          top: 0;
          left: 0;
          transition: all 100ms linear;
          background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5)); }
      #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__eventslist .m-venueframework-eventslist__item .m-venueframework-eventslist__thumb img {
        display: block;
        width: 100%; }
    #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__eventslist .m-venueframework-eventslist__item .m-venueframework-eventslist__info {
      max-height: 120px;
      overflow: hidden; }
      @media screen and (max-width: 750px) {
        #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__eventslist .m-venueframework-eventslist__item .m-venueframework-eventslist__info {
          max-height: 100%;
          overflow: auto; } }
      #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__eventslist .m-venueframework-eventslist__item .m-venueframework-eventslist__info .m-eventItem__title a:hover, #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__eventslist .m-venueframework-eventslist__item .m-venueframework-eventslist__info .m-eventItem__title a:focus {
        text-decoration: underline; }
    #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__eventslist .m-venueframework-eventslist__item .m-venueframework-eventslist__buttons a.tickets {
      padding: 10px 20px;
      font-size: 11px; }
      #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__eventslist .m-venueframework-eventslist__item .m-venueframework-eventslist__buttons a.tickets svg {
        display: none; }
    #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__eventslist .m-venueframework-eventslist__item .m-venueframework-eventslist__buttons span {
      display: none; }
    #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__spotlight .m-venueframework__widget-body > .bar, #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__spotlight .m-venueframework__widget-body:before, #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__spotlight .m-venueframework__widget-body:after {
      display: none !important; }
    #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__promotionswidget .m-venueframework-promotionswidget__item-title h2 {
      font-weight: 700; }
    #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__scriptswidget {
      box-shadow: none; }
      #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__scriptswidget:before {
        display: none; }
      #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__scriptswidget .m-venueframework__widget-body:before {
        display: none; }
    @media screen and (max-width: 870px) {
      #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__eventslist .m-eventItem__tagline {
        height: 19px; } }
    #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__youtubewidget .m-venueframework__widget-body:before {
      display: none; }
    #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__youtubewidget .entry {
      background: linear-gradient(to right, #EBECEC, #fff 85%); }
    #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__youtubewidget .meta {
      font-weight: 600; }
      #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__youtubewidget .meta span, #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__youtubewidget .meta a {
        font-weight: 600; }
    #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__youtubewidget .youtubeVideoList {
      width: 100%; }
    #venue_widgets_framework .l-m-venue_widget header.m-venueframework__header {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7));
      border-radius: 4px 4px 0 0; }
      #venue_widgets_framework .l-m-venue_widget header.m-venueframework__header .m-venueframework__header-shadow {
        background: #fff;
        position: absolute;
        z-index: 0;
        top: -20px;
        left: calc(40px - 5px);
        width: 24px;
        height: calc((70px - 2px) + 2px);
        transform: rotate(23.1deg); }
      #venue_widgets_framework .l-m-venue_widget header.m-venueframework__header .m-venueframework__header-icon {
        position: relative;
        z-index: 1; }
      #venue_widgets_framework .l-m-venue_widget header.m-venueframework__header .m-venueframework__header-text {
        letter-spacing: 0.06px; }
      #venue_widgets_framework .l-m-venue_widget header.m-venueframework__header .m-venueframework__header-link {
        font-weight: 600;
        font-size: 11px;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        width: 85px;
        outline-color: #fff;
        outline-offset: -4px !important;
        font-family: "Open Sans", sans-serif;
        position: relative;
        z-index: 1; }
        #venue_widgets_framework .l-m-venue_widget header.m-venueframework__header .m-venueframework__header-link:hover, #venue_widgets_framework .l-m-venue_widget header.m-venueframework__header .m-venueframework__header-link:focus {
          text-decoration: underline; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body:not(.m-venueframework__widget-body__noHeader) {
      position: relative;
      z-index: 1; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal {
      border-radius: 4px !important; }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .modal-body {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px; }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal button.close {
        transition: all 100ms linear; }
        #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal button.close:hover, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal button.close:focus, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal button.close:active {
          text-decoration: underline;
          color: #000000; }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .info h3 a:hover, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .info h3 a:focus, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .info h3 a:active {
        text-decoration: underline;
        color: #000000; }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .info .calendar_buttons a svg path {
        transition: all 100ms linear; }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .info .calendar_buttons span.no_ticket_link {
        display: none; }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .owl-controls .m-owlcarousel__controls-icon {
        margin-top: 0; }
        #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .owl-controls .m-owlcarousel__controls-icon svg {
          position: absolute; }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .owl-controls .owl-page.active span, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .owl-controls .owl-page:hover span, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .owl-controls .owl-page:focus span, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .owl-controls .owl-page:active span {
        background: #000000; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .owl-carousel .m-owlcarousel__controls-icon, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .cal-controls .m-owlcarousel__controls-icon {
      border-color: transparent; }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .owl-carousel .m-owlcarousel__controls-icon:hover, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .owl-carousel .m-owlcarousel__controls-icon:focus, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .owl-carousel .m-owlcarousel__controls-icon:active, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .cal-controls .m-owlcarousel__controls-icon:hover, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .cal-controls .m-owlcarousel__controls-icon:focus, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .cal-controls .m-owlcarousel__controls-icon:active {
        border-color: transparent; }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .owl-carousel .m-owlcarousel__controls-icon svg, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .cal-controls .m-owlcarousel__controls-icon svg {
        position: absolute; }
        #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .owl-carousel .m-owlcarousel__controls-icon svg path, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .cal-controls .m-owlcarousel__controls-icon svg path {
          transition: all 100ms linear; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .owl-carousel .owl-page.active span, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .owl-carousel .owl-page:hover span, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .owl-carousel .owl-page:focus span, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .owl-carousel .owl-page:active span, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .cal-controls .owl-page.active span, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .cal-controls .owl-page:hover span, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .cal-controls .owl-page:focus span, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .cal-controls .owl-page:active span {
      background: #000000; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-head > div {
      font-family: "Raleway", sans-serif;
      font-size: 17px;
      font-weight: 700; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-row {
      margin: 0; }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-row:last-child {
        margin: 0 0 1px 0;
        border-bottom: none; }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-row > div {
        margin: 0; }
        #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-row > div:last-child {
          border-right: none;
          margin: 0 1px 0 0; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-date:after {
      transition: all 100ms linear; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-content {
      transition: all 100ms linear;
      cursor: pointer; }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-content .fc-date {
        font-weight: 700; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-today.fc-content:hover .fc-date:after, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-today.fc-content:active .fc-date:after, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-today.fc-content:focus .fc-date:after {
      opacity: 0; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop {
      max-height: 100%;
      overflow-y: auto; }
      @media screen and (max-width: 750px) {
        #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop {
          padding-top: 10px; } }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop .m-venueframework-linklist__item .m-venueframework-linklist__item-title {
        width: calc(100% - 45px); }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop .m-venueframework-linklist__item .m-venueframework-linklist__item-subtitle {
        width: calc(100% - 45px);
        font-weight: 600; }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop .m-venueframework-linklist__link {
        position: relative;
        z-index: 1;
        padding-left: 20px;
        padding-right: 20px;
        transition: all 100ms linear; }
        #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop .m-venueframework-linklist__link:hover, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop .m-venueframework-linklist__link:active, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop .m-venueframework-linklist__link:focus {
          padding-left: 25px; }
          #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop .m-venueframework-linklist__link:hover .m-venueframework-linklist__item-title, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop .m-venueframework-linklist__link:active .m-venueframework-linklist__item-title, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop .m-venueframework-linklist__link:focus .m-venueframework-linklist__item-title {
            text-decoration: underline; }
    @media screen and (max-width: 750px) {
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-newswidget__loop {
        padding-top: 20px; } }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-newswidget__loop .m-venueframework-newswidget__item > a:hover .m-venueframework-newswidget__item-title, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-newswidget__loop .m-venueframework-newswidget__item > a:active .m-venueframework-newswidget__item-title, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-newswidget__loop .m-venueframework-newswidget__item > a:focus .m-venueframework-newswidget__item-title {
      text-decoration: underline; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-socialwidget__feed .m-venueframework-socialwidget__meta span, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-socialwidget__feed .m-venueframework-socialwidget__meta a {
      font-weight: 600; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-socialwidget__feed .m-venueframework-socialwidget__meta a:hover, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-socialwidget__feed .m-venueframework-socialwidget__meta a:focus, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-socialwidget__feed .m-venueframework-socialwidget__meta a:active {
      text-decoration: underline; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-socialwidget__feed .m-venueframework-socialwidget__description a {
      text-decoration: underline; }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-socialwidget__feed .m-venueframework-socialwidget__description a:hover, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-socialwidget__feed .m-venueframework-socialwidget__description a:focus, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-socialwidget__feed .m-venueframework-socialwidget__description a:active {
        text-decoration: underline; }
