/* ----------------------------------------------------------------------------
= Main import - compiles to /css/style.css
= Currently using Bourbon latest from CodeKit
----------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700|Montserrat:400,700,800");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          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; }

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 
 * -- We already set these things per project.
 *
 */
/*
	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 + (18 - 16) * ( (100vw - 700px) / (1000 - 700) )); } }
  @media screen and (min-width: 1000px) {
    :root {
      font-size: 18px; } }

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

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

.clear {
  clear: both; }

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

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

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

.invisible {
  visibility: hidden; }

.hide {
  display: none; }

* {
  letter-spacing: 0.00em; }

.header-base, h1, h2, h3, h4, h5, h6,
.h1, .home .full .full_column h2, .h2, .h3, .spotlight .title,
.concierge .title,
.news_list .title,
.contest_list .title,
.job_list .title,
.seating_charts .title,
.offer_list .title, .sitemap .column > ul > li > a, .h4, .m-alert-wrapper .alert-container h2, .h5, .spotlight .date,
.concierge .date,
.news_list .date,
.contest_list .date,
.job_list .date,
.seating_charts .date,
.offer_list .date, .map_window .info h4, .h6 {
  margin: 0 0 7px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase; }

h1, .h1, .home .full .full_column h2 {
  font-size: 3.1573345183rem; }
  @media screen and (max-width: 700px) {
    h1, .h1, .home .full .full_column h2 {
      font-size: 2.368593037rem; } }

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

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

h4, .h4, .m-alert-wrapper .alert-container h2 {
  font-size: 1.333rem; }

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

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

.small_paragraph, .small p, .link ul.list .description p, .faq .faq_item_wrapper .faq_answer .cms p, .sitemap .column > ul > li > ul > li > ul > li > a, .m-alert-wrapper > div .alert-desc p {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Maven Pro", sans-serif; }

.p-base, p, .p, address, .address, ol > li, table tr td, .event_list_listing .eventItem .info-wrapper .info .tagline, .eventList__listing .eventItem .info-wrapper .info .tagline, .event_list_forceListing .eventItem .info-wrapper .info .tagline, .m-eventList__listing .eventItem .info-wrapper .info .tagline, .event_list .eventItem .info-wrapper .info .tagline, .sitemap .column > ul > li > ul > li > a {
  font-size: 1.125rem;
  font-family: "Maven Pro", sans-serif;
  line-height: 1.5; }

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

address, .address {
  margin: 0 0 20px;
  font-style: normal;
  font-weight: 400;
  font-family: "Montserrat", sans-serif; }

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

.cms ul, .textarea ul, .spotlight_text ul, .faq ul, .event_description ul {
  margin-bottom: 20px; }
  .cms ul li, .textarea ul li, .spotlight_text ul li, .faq ul li, .event_description ul li {
    font-size: 20px;
    line-height: 1.5;
    padding: 0 0 0px 35px;
    z-index: 1; }
    .cms ul li:before, .textarea ul li:before, .spotlight_text ul li:before, .faq ul li:before, .event_description ul li:before {
      content: '';
      position: absolute;
      top: 11px;
      left: 0;
      width: 12px;
      height: 12px;
      z-index: -1;
      background-color: #000; }
    .cms ul li:after, .textarea ul li:after, .spotlight_text ul li:after, .faq ul li:after, .event_description ul li:after {
      content: '';
      position: absolute;
      top: 13px;
      left: 2px;
      width: 12px;
      height: 12px;
      z-index: -2;
      background-color: #CE181E; }
    .cms ul li ul, .textarea ul li ul, .spotlight_text ul li ul, .faq ul li ul, .event_description ul li ul {
      margin-top: 10px; }

.faq ul, .link .list ul {
  margin-bottom: 20px; }
  .faq ul li, .link .list ul li {
    font-size: 18px;
    line-height: 1.5;
    padding: 0 0 0px 35px;
    z-index: 1; }
    .faq ul li:before, .link .list ul li:before {
      content: '';
      position: absolute;
      top: 11px;
      left: 0;
      width: 10px;
      height: 10px;
      z-index: -1;
      background-color: #000; }
    .faq ul li:after, .link .list ul li:after {
      content: '';
      position: absolute;
      top: 13px;
      left: 2px;
      width: 10px;
      height: 10px;
      z-index: -2;
      background-color: #CE181E; }
    .faq ul li ul, .link .list ul li ul {
      margin-top: 10px; }

ol {
  margin-bottom: 20px; }

ol > li {
  position: relative;
  padding-left: 35px;
  counter-increment: li-counter;
  font-size: 20px;
  line-height: 1.5; }
  ol > li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0px;
    width: 25px;
    height: 25px;
    font-weight: 800;
    font-size: 18px;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    content: counter(li-counter) "."; }
  .faq ol > li, .link .list ol > li {
    font-size: 18px; }
    .faq ol > li:before, .link .list ol > li:before {
      font-size: 16px; }

a {
  border: none;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }
  a:hover, a:focus {
    color: #CE181E; }
  .textarea p a:after, .textarea li a:after,
  .cms p a:after, .cms li a:after,
  .spotlight_content a:after, .m-eventDetailList__item a:after,
  .event_description a:after {
    bottom: -2px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 2px;
    width: 100%;
    content: "";
    display: block;
    background: #CE181E;
    -webkit-transition: width 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995);
    transition: width 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995); }
  .textarea p a:hover, .textarea p a:focus, .textarea p a:active, .textarea li a:hover, .textarea li a:focus, .textarea li a:active,
  .cms p a:hover,
  .cms p a:focus,
  .cms p a:active, .cms li a:hover, .cms li a:focus, .cms li a:active,
  .spotlight_content a:hover,
  .spotlight_content a:focus,
  .spotlight_content a:active, .m-eventDetailList__item a:hover, .m-eventDetailList__item a:focus, .m-eventDetailList__item a:active,
  .event_description a:hover,
  .event_description a:focus,
  .event_description a:active {
    color: #CE181E; }
    .textarea p a:hover:after, .textarea p a:focus:after, .textarea p a:active:after, .textarea li a:hover:after, .textarea li a:focus:after, .textarea li a:active:after,
    .cms p a:hover:after,
    .cms p a:focus:after,
    .cms p a:active:after, .cms li a:hover:after, .cms li a:focus:after, .cms li a:active:after,
    .spotlight_content a:hover:after,
    .spotlight_content a:focus:after,
    .spotlight_content a:active:after, .m-eventDetailList__item a:hover:after, .m-eventDetailList__item a:focus:after, .m-eventDetailList__item a:active:after,
    .event_description a:hover:after,
    .event_description a:focus:after,
    .event_description a:active:after {
      width: 0%; }

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

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

.bold {
  font-weight: 900; }

.title_area {
  padding: 20px 0 0 0;
  margin: 0 auto 60px auto;
  text-align: left; }
  @media screen and (min-width: 1201px) {
    .title_area {
      max-width: calc(100% - 60px); } }
  @media screen and (max-width: 1200px) {
    .title_area {
      max-width: calc(100% - 40px); } }
  .title_area .breadcrumbs {
    margin: 0 0 40px 0;
    font-size: 13px;
    line-height: 16px;
    color: #000; }
    .title_area .breadcrumbs a:hover {
      color: #CE181E; }
    .title_area .breadcrumbs .breadcrumb_divider {
      color: #000;
      margin: 0 3px;
      display: inline-block; }
    .title_area .breadcrumbs span {
      color: #CE181E; }
  .title_area h1 {
    margin: 0;
    padding-bottom: 14px;
    border-bottom: 4px solid #CE181E; }
  .title_area .date {
    margin-top: 10px;
    font-size: 1rem;
    letter-spacing: 1px; }

.textarea h1,
.cms h1,
.spotlight_content h1, .m-eventDetailList__item h1,
.event_description h1, .textarea h2,
.cms h2,
.spotlight_content h2, .m-eventDetailList__item h2,
.event_description h2, .textarea h3,
.cms h3,
.spotlight_content h3, .m-eventDetailList__item h3,
.event_description h3, .textarea h4,
.cms h4,
.spotlight_content h4, .m-eventDetailList__item h4,
.event_description h4, .textarea h5,
.cms h5,
.spotlight_content h5, .m-eventDetailList__item h5,
.event_description h5, .textarea h6,
.cms h6,
.spotlight_content h6, .m-eventDetailList__item h6,
.event_description h6, .textarea .h1, .textarea .home .full .full_column h2, .home .full .full_column .textarea h2,
.cms .h1,
.cms .home .full .full_column h2,
.home .full .full_column .cms h2,
.spotlight_content .h1,
.spotlight_content .home .full .full_column h2,
.home .full .full_column .spotlight_content h2, .m-eventDetailList__item .h1, .m-eventDetailList__item .home .full .full_column h2, .home .full .full_column .m-eventDetailList__item h2,
.event_description .h1,
.event_description .home .full .full_column h2,
.home .full .full_column .event_description h2, .textarea .h2,
.cms .h2,
.spotlight_content .h2, .m-eventDetailList__item .h2,
.event_description .h2, .textarea .h3, .textarea .spotlight .title, .spotlight .textarea .title,
.textarea .concierge .title, .concierge .textarea .title,
.textarea .news_list .title, .news_list .textarea .title,
.textarea .contest_list .title, .contest_list .textarea .title,
.textarea .job_list .title, .job_list .textarea .title,
.textarea .seating_charts .title, .seating_charts .textarea .title,
.textarea .offer_list .title, .offer_list .textarea .title, .textarea .sitemap .column > ul > li > a, .sitemap .textarea .column > ul > li > a,
.cms .h3,
.cms .spotlight .title,
.spotlight .cms .title,
.cms .concierge .title,
.concierge .cms .title,
.cms .news_list .title,
.news_list .cms .title,
.cms .contest_list .title,
.contest_list .cms .title,
.cms .job_list .title,
.job_list .cms .title,
.cms .seating_charts .title,
.seating_charts .cms .title,
.cms .offer_list .title,
.offer_list .cms .title,
.cms .sitemap .column > ul > li > a,
.sitemap .cms .column > ul > li > a,
.spotlight_content .h3,
.spotlight_content .spotlight .title,
.spotlight .spotlight_content .title,
.spotlight_content .concierge .title,
.concierge .spotlight_content .title,
.spotlight_content .news_list .title,
.news_list .spotlight_content .title,
.spotlight_content .contest_list .title,
.contest_list .spotlight_content .title,
.spotlight_content .job_list .title,
.job_list .spotlight_content .title,
.spotlight_content .seating_charts .title,
.seating_charts .spotlight_content .title,
.spotlight_content .offer_list .title,
.offer_list .spotlight_content .title,
.spotlight_content .sitemap .column > ul > li > a,
.sitemap .spotlight_content .column > ul > li > a, .m-eventDetailList__item .h3, .m-eventDetailList__item .spotlight .title, .spotlight .m-eventDetailList__item .title,
.m-eventDetailList__item .concierge .title, .concierge .m-eventDetailList__item .title,
.m-eventDetailList__item .news_list .title, .news_list .m-eventDetailList__item .title,
.m-eventDetailList__item .contest_list .title, .contest_list .m-eventDetailList__item .title,
.m-eventDetailList__item .job_list .title, .job_list .m-eventDetailList__item .title,
.m-eventDetailList__item .seating_charts .title, .seating_charts .m-eventDetailList__item .title,
.m-eventDetailList__item .offer_list .title, .offer_list .m-eventDetailList__item .title, .m-eventDetailList__item .sitemap .column > ul > li > a, .sitemap .m-eventDetailList__item .column > ul > li > a,
.event_description .h3,
.event_description .spotlight .title,
.spotlight .event_description .title,
.event_description .concierge .title,
.concierge .event_description .title,
.event_description .news_list .title,
.news_list .event_description .title,
.event_description .contest_list .title,
.contest_list .event_description .title,
.event_description .job_list .title,
.job_list .event_description .title,
.event_description .seating_charts .title,
.seating_charts .event_description .title,
.event_description .offer_list .title,
.offer_list .event_description .title,
.event_description .sitemap .column > ul > li > a,
.sitemap .event_description .column > ul > li > a, .textarea .h4, .textarea .m-alert-wrapper .alert-container h2, .m-alert-wrapper .alert-container .textarea h2,
.cms .h4,
.cms .m-alert-wrapper .alert-container h2,
.m-alert-wrapper .alert-container .cms h2,
.spotlight_content .h4,
.spotlight_content .m-alert-wrapper .alert-container h2,
.m-alert-wrapper .alert-container .spotlight_content h2, .m-eventDetailList__item .h4, .m-eventDetailList__item .m-alert-wrapper .alert-container h2, .m-alert-wrapper .alert-container .m-eventDetailList__item h2,
.event_description .h4,
.event_description .m-alert-wrapper .alert-container h2,
.m-alert-wrapper .alert-container .event_description h2, .textarea .h5, .textarea .spotlight .date, .spotlight .textarea .date,
.textarea .concierge .date, .concierge .textarea .date,
.textarea .news_list .date, .news_list .textarea .date,
.textarea .contest_list .date, .contest_list .textarea .date,
.textarea .job_list .date, .job_list .textarea .date,
.textarea .seating_charts .date, .seating_charts .textarea .date,
.textarea .offer_list .date, .offer_list .textarea .date, .textarea .map_window .info h4, .map_window .info .textarea h4,
.cms .h5,
.cms .spotlight .date,
.spotlight .cms .date,
.cms .concierge .date,
.concierge .cms .date,
.cms .news_list .date,
.news_list .cms .date,
.cms .contest_list .date,
.contest_list .cms .date,
.cms .job_list .date,
.job_list .cms .date,
.cms .seating_charts .date,
.seating_charts .cms .date,
.cms .offer_list .date,
.offer_list .cms .date,
.cms .map_window .info h4,
.map_window .info .cms h4,
.spotlight_content .h5,
.spotlight_content .spotlight .date,
.spotlight .spotlight_content .date,
.spotlight_content .concierge .date,
.concierge .spotlight_content .date,
.spotlight_content .news_list .date,
.news_list .spotlight_content .date,
.spotlight_content .contest_list .date,
.contest_list .spotlight_content .date,
.spotlight_content .job_list .date,
.job_list .spotlight_content .date,
.spotlight_content .seating_charts .date,
.seating_charts .spotlight_content .date,
.spotlight_content .offer_list .date,
.offer_list .spotlight_content .date,
.spotlight_content .map_window .info h4,
.map_window .info .spotlight_content h4, .m-eventDetailList__item .h5, .m-eventDetailList__item .spotlight .date, .spotlight .m-eventDetailList__item .date,
.m-eventDetailList__item .concierge .date, .concierge .m-eventDetailList__item .date,
.m-eventDetailList__item .news_list .date, .news_list .m-eventDetailList__item .date,
.m-eventDetailList__item .contest_list .date, .contest_list .m-eventDetailList__item .date,
.m-eventDetailList__item .job_list .date, .job_list .m-eventDetailList__item .date,
.m-eventDetailList__item .seating_charts .date, .seating_charts .m-eventDetailList__item .date,
.m-eventDetailList__item .offer_list .date, .offer_list .m-eventDetailList__item .date, .m-eventDetailList__item .map_window .info h4, .map_window .info .m-eventDetailList__item h4,
.event_description .h5,
.event_description .spotlight .date,
.spotlight .event_description .date,
.event_description .concierge .date,
.concierge .event_description .date,
.event_description .news_list .date,
.news_list .event_description .date,
.event_description .contest_list .date,
.contest_list .event_description .date,
.event_description .job_list .date,
.job_list .event_description .date,
.event_description .seating_charts .date,
.seating_charts .event_description .date,
.event_description .offer_list .date,
.offer_list .event_description .date,
.event_description .map_window .info h4,
.map_window .info .event_description h4, .textarea .h6,
.cms .h6,
.spotlight_content .h6, .m-eventDetailList__item .h6,
.event_description .h6 {
  margin-top: 60px; }
  .textarea h1.title,
  .cms h1.title,
  .spotlight_content h1.title, .m-eventDetailList__item h1.title,
  .event_description h1.title, .textarea h2.title,
  .cms h2.title,
  .spotlight_content h2.title, .m-eventDetailList__item h2.title,
  .event_description h2.title, .textarea h3.title,
  .cms h3.title,
  .spotlight_content h3.title, .m-eventDetailList__item h3.title,
  .event_description h3.title, .textarea h4.title,
  .cms h4.title,
  .spotlight_content h4.title, .m-eventDetailList__item h4.title,
  .event_description h4.title, .textarea h5.title,
  .cms h5.title,
  .spotlight_content h5.title, .m-eventDetailList__item h5.title,
  .event_description h5.title, .textarea h6.title,
  .cms h6.title,
  .spotlight_content h6.title, .m-eventDetailList__item h6.title,
  .event_description h6.title, .textarea .h1.title, .textarea .home .full .full_column h2.title, .home .full .full_column .textarea h2.title,
  .cms .h1.title,
  .cms .home .full .full_column h2.title,
  .home .full .full_column .cms h2.title,
  .spotlight_content .h1.title,
  .spotlight_content .home .full .full_column h2.title,
  .home .full .full_column .spotlight_content h2.title, .m-eventDetailList__item .h1.title, .m-eventDetailList__item .home .full .full_column h2.title, .home .full .full_column .m-eventDetailList__item h2.title,
  .event_description .h1.title,
  .event_description .home .full .full_column h2.title,
  .home .full .full_column .event_description h2.title, .textarea .h2.title,
  .cms .h2.title,
  .spotlight_content .h2.title, .m-eventDetailList__item .h2.title,
  .event_description .h2.title, .textarea .h3.title, .textarea .spotlight .title, .spotlight .textarea .title,
  .textarea .concierge .title, .concierge .textarea .title,
  .textarea .news_list .title, .news_list .textarea .title,
  .textarea .contest_list .title, .contest_list .textarea .title,
  .textarea .job_list .title, .job_list .textarea .title,
  .textarea .seating_charts .title, .seating_charts .textarea .title,
  .textarea .offer_list .title, .offer_list .textarea .title, .textarea .sitemap .column > ul > li > a.title, .sitemap .textarea .column > ul > li > a.title,
  .cms .h3.title,
  .cms .spotlight .title,
  .spotlight .cms .title,
  .cms .concierge .title,
  .concierge .cms .title,
  .cms .news_list .title,
  .news_list .cms .title,
  .cms .contest_list .title,
  .contest_list .cms .title,
  .cms .job_list .title,
  .job_list .cms .title,
  .cms .seating_charts .title,
  .seating_charts .cms .title,
  .cms .offer_list .title,
  .offer_list .cms .title,
  .cms .sitemap .column > ul > li > a.title,
  .sitemap .cms .column > ul > li > a.title,
  .spotlight_content .h3.title,
  .spotlight_content .spotlight .title,
  .spotlight .spotlight_content .title,
  .spotlight_content .concierge .title,
  .concierge .spotlight_content .title,
  .spotlight_content .news_list .title,
  .news_list .spotlight_content .title,
  .spotlight_content .contest_list .title,
  .contest_list .spotlight_content .title,
  .spotlight_content .job_list .title,
  .job_list .spotlight_content .title,
  .spotlight_content .seating_charts .title,
  .seating_charts .spotlight_content .title,
  .spotlight_content .offer_list .title,
  .offer_list .spotlight_content .title,
  .spotlight_content .sitemap .column > ul > li > a.title,
  .sitemap .spotlight_content .column > ul > li > a.title, .m-eventDetailList__item .h3.title, .m-eventDetailList__item .spotlight .title, .spotlight .m-eventDetailList__item .title,
  .m-eventDetailList__item .concierge .title, .concierge .m-eventDetailList__item .title,
  .m-eventDetailList__item .news_list .title, .news_list .m-eventDetailList__item .title,
  .m-eventDetailList__item .contest_list .title, .contest_list .m-eventDetailList__item .title,
  .m-eventDetailList__item .job_list .title, .job_list .m-eventDetailList__item .title,
  .m-eventDetailList__item .seating_charts .title, .seating_charts .m-eventDetailList__item .title,
  .m-eventDetailList__item .offer_list .title, .offer_list .m-eventDetailList__item .title, .m-eventDetailList__item .sitemap .column > ul > li > a.title, .sitemap .m-eventDetailList__item .column > ul > li > a.title,
  .event_description .h3.title,
  .event_description .spotlight .title,
  .spotlight .event_description .title,
  .event_description .concierge .title,
  .concierge .event_description .title,
  .event_description .news_list .title,
  .news_list .event_description .title,
  .event_description .contest_list .title,
  .contest_list .event_description .title,
  .event_description .job_list .title,
  .job_list .event_description .title,
  .event_description .seating_charts .title,
  .seating_charts .event_description .title,
  .event_description .offer_list .title,
  .offer_list .event_description .title,
  .event_description .sitemap .column > ul > li > a.title,
  .sitemap .event_description .column > ul > li > a.title, .textarea .h4.title, .textarea .m-alert-wrapper .alert-container h2.title, .m-alert-wrapper .alert-container .textarea h2.title,
  .cms .h4.title,
  .cms .m-alert-wrapper .alert-container h2.title,
  .m-alert-wrapper .alert-container .cms h2.title,
  .spotlight_content .h4.title,
  .spotlight_content .m-alert-wrapper .alert-container h2.title,
  .m-alert-wrapper .alert-container .spotlight_content h2.title, .m-eventDetailList__item .h4.title, .m-eventDetailList__item .m-alert-wrapper .alert-container h2.title, .m-alert-wrapper .alert-container .m-eventDetailList__item h2.title,
  .event_description .h4.title,
  .event_description .m-alert-wrapper .alert-container h2.title,
  .m-alert-wrapper .alert-container .event_description h2.title, .textarea .h5.title, .textarea .spotlight .title.date, .spotlight .textarea .title.date,
  .textarea .concierge .title.date, .concierge .textarea .title.date,
  .textarea .news_list .title.date, .news_list .textarea .title.date,
  .textarea .contest_list .title.date, .contest_list .textarea .title.date,
  .textarea .job_list .title.date, .job_list .textarea .title.date,
  .textarea .seating_charts .title.date, .seating_charts .textarea .title.date,
  .textarea .offer_list .title.date, .offer_list .textarea .title.date, .textarea .map_window .info h4.title, .map_window .info .textarea h4.title,
  .cms .h5.title,
  .cms .spotlight .title.date,
  .spotlight .cms .title.date,
  .cms .concierge .title.date,
  .concierge .cms .title.date,
  .cms .news_list .title.date,
  .news_list .cms .title.date,
  .cms .contest_list .title.date,
  .contest_list .cms .title.date,
  .cms .job_list .title.date,
  .job_list .cms .title.date,
  .cms .seating_charts .title.date,
  .seating_charts .cms .title.date,
  .cms .offer_list .title.date,
  .offer_list .cms .title.date,
  .cms .map_window .info h4.title,
  .map_window .info .cms h4.title,
  .spotlight_content .h5.title,
  .spotlight_content .spotlight .title.date,
  .spotlight .spotlight_content .title.date,
  .spotlight_content .concierge .title.date,
  .concierge .spotlight_content .title.date,
  .spotlight_content .news_list .title.date,
  .news_list .spotlight_content .title.date,
  .spotlight_content .contest_list .title.date,
  .contest_list .spotlight_content .title.date,
  .spotlight_content .job_list .title.date,
  .job_list .spotlight_content .title.date,
  .spotlight_content .seating_charts .title.date,
  .seating_charts .spotlight_content .title.date,
  .spotlight_content .offer_list .title.date,
  .offer_list .spotlight_content .title.date,
  .spotlight_content .map_window .info h4.title,
  .map_window .info .spotlight_content h4.title, .m-eventDetailList__item .h5.title, .m-eventDetailList__item .spotlight .title.date, .spotlight .m-eventDetailList__item .title.date,
  .m-eventDetailList__item .concierge .title.date, .concierge .m-eventDetailList__item .title.date,
  .m-eventDetailList__item .news_list .title.date, .news_list .m-eventDetailList__item .title.date,
  .m-eventDetailList__item .contest_list .title.date, .contest_list .m-eventDetailList__item .title.date,
  .m-eventDetailList__item .job_list .title.date, .job_list .m-eventDetailList__item .title.date,
  .m-eventDetailList__item .seating_charts .title.date, .seating_charts .m-eventDetailList__item .title.date,
  .m-eventDetailList__item .offer_list .title.date, .offer_list .m-eventDetailList__item .title.date, .m-eventDetailList__item .map_window .info h4.title, .map_window .info .m-eventDetailList__item h4.title,
  .event_description .h5.title,
  .event_description .spotlight .title.date,
  .spotlight .event_description .title.date,
  .event_description .concierge .title.date,
  .concierge .event_description .title.date,
  .event_description .news_list .title.date,
  .news_list .event_description .title.date,
  .event_description .contest_list .title.date,
  .contest_list .event_description .title.date,
  .event_description .job_list .title.date,
  .job_list .event_description .title.date,
  .event_description .seating_charts .title.date,
  .seating_charts .event_description .title.date,
  .event_description .offer_list .title.date,
  .offer_list .event_description .title.date,
  .event_description .map_window .info h4.title,
  .map_window .info .event_description h4.title, .textarea .h6.title,
  .cms .h6.title,
  .spotlight_content .h6.title, .m-eventDetailList__item .h6.title,
  .event_description .h6.title {
    margin-top: 0; }

blockquote {
  width: 1120px;
  max-width: calc(100vw - 80px);
  padding: 48px 50px 55px 170px;
  margin-top: 70px;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
  background: #000;
  margin-left: calc(-1/2*(1120px - 980px)); }
  @media screen and (max-width: 1320px) {
    blockquote {
      margin-left: calc((-1/2*(1120px - 980px)) - 1/2*(100vw - 1320px));
      max-width: calc(100vw - 180px); } }
  @media screen and (max-width: 1180px) {
    blockquote {
      margin-left: 0;
      max-width: 100%; } }
  @media screen and (max-width: 700px) {
    blockquote {
      padding: 70px 20px 20px 20px; } }
  blockquote:before {
    width: 112px;
    height: 77px;
    background-image: url("../images/svg/quote_marks.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 18px;
    z-index: 2; }
  blockquote:after {
    width: 150px;
    height: 192px;
    max-height: 50%;
    background: -webkit-gradient(linear, right top, left bottom, from(#1B1A1A), to(#000));
    background: linear-gradient(to bottom left, #1B1A1A, #000);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  blockquote p {
    z-index: 5;
    position: relative;
    font-size: 1.424rem;
    color: #fff; }
    blockquote p:last-child {
      margin: 37px 0 0 0; }
      blockquote p:last-child strong {
        font-size: 12px;
        line-height: 16px;
        font-weight: 800;
        font-family: "Montserrat", sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
        position: relative;
        z-index: 1; }
        blockquote p:last-child strong:before {
          content: "";
          display: block;
          position: absolute;
          bottom: -2px;
          left: -2px;
          width: 100%;
          height: 8px;
          background: #CE181E;
          z-index: -1; }
        blockquote p:last-child strong em {
          font-family: "Maven Pro", sans-serif;
          font-size: 14px;
          line-height: 16px;
          font-weight: 400;
          display: inline-block;
          margin-left: 11px;
          font-style: normal;
          text-transform: capitalize;
          position: relative;
          z-index: 1; }
          blockquote p:last-child strong em:before {
            content: "";
            display: block;
            position: absolute;
            bottom: -4px;
            left: -11px;
            width: calc(100% + 11px);
            height: 12px;
            background: #000;
            z-index: -1; }

/* ----------------------------------------------------------------------------
= Layout, Body and Containers
----------------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  height: 100%; }

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

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

#layout {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 190px 0 0px;
  background-color: #CE181E; }
  @media screen and (max-width: 1000px) {
    #layout {
      padding-top: 62px; } }
  #layout:before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 5468px);
    position: absolute;
    top: 5468px;
    left: 0;
    z-index: 1;
    background-color: #C0161C; }
    @media screen and (min-width: 2000px) {
      #layout:before {
        top: calc(5468px + (100vw - 2000px)*2390/2000);
        height: calc(100% - (5468px + (100vw - 2000px)*2390/2000)); } }
  #layout > .before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 190px);
    position: absolute;
    top: 190px;
    left: 0;
    z-index: 4;
    background-image: url("../images/bottom-bkgd-image.jpg");
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1000px) {
      #layout > .before {
        top: 62px;
        height: calc(100% - 62px); } }
    @media screen and (max-width: 700px) {
      #layout > .before {
        background-size: 1000px auto; } }
    #layout > .before:before {
      content: "";
      display: block;
      width: 100%;
      height: calc(100% - 190px);
      position: absolute;
      top: 190px;
      left: 0;
      z-index: 2;
      background-image: url("../images/svg/shape-top.svg");
      background-position: top center;
      background-size: auto;
      background-repeat: no-repeat; }
      @media screen and (max-width: 1000px) {
        #layout > .before:before {
          top: 62px;
          height: calc(100% - 62px); } }
      @media screen and (min-width: 2000px) {
        #layout > .before:before {
          background-size: 100% auto; } }
    #layout > .before:after {
      content: "";
      display: block;
      width: 100%;
      height: calc(100% - 190px);
      position: absolute;
      top: 190px;
      left: 0;
      z-index: 3;
      background-image: url("../images/svg/shape-bottom.svg");
      background-position: top 2700px center;
      background-size: auto;
      background-repeat: no-repeat; }
      @media screen and (max-width: 1000px) {
        #layout > .before:after {
          top: 62px;
          height: calc(100% - 62px); } }
      @media screen and (min-width: 2000px) {
        #layout > .before:after {
          background-size: 100% auto; } }
  #layout > .after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 190px;
    height: calc(100% - 190px);
    left: 0;
    z-index: 5;
    overflow: hidden; }
    @media screen and (max-width: 1000px) {
      #layout > .after {
        top: 62px;
        height: calc(100% - 62px); } }
    #events:not(.detail) #layout > .after {
      display: none; }
    #layout > .after svg {
      z-index: -1;
      width: 2000px;
      margin: 0 auto;
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media screen and (min-width: 2000px) {
        #layout > .after svg {
          width: 100vw;
          bottom: -177px; } }
      @media screen and (max-width: 870px) {
        #layout > .after svg {
          width: 1500px;
          bottom: -127px; } }
      @media screen and (max-width: 700px) {
        #layout > .after svg {
          width: 1000px;
          bottom: -86px; } }
      @media screen and (max-width: 500px) {
        #layout > .after svg {
          width: 600px;
          bottom: -52px; } }
      @media screen and (max-width: 400px) {
        #layout > .after svg {
          width: 500px;
          bottom: -42px; } }

#pages.index.home #content {
  max-width: calc(100% - 40px);
  width: 1200px; }
  @media screen and (max-width: 700px) {
    #pages.index.home #content {
      max-width: calc(100% - 20px); } }

#content {
  position: relative;
  width: 1200px;
  max-width: calc(100% - 120px);
  min-height: 410px;
  margin: 0 auto;
  padding: 0;
  clear: both;
  outline: 0;
  z-index: 10; }
  @media screen and (max-width: 870px) {
    #content {
      max-width: calc(100% - 40px); } }
  @media screen and (max-width: 700px) {
    #content {
      max-width: calc(100% - 20px); } }

.accessible {
  display: none; }

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

.one_sidebar_right {
  width: 100%; }
  .one_sidebar_right #column_1 {
    width: 100%;
    position: relative; }
  .one_sidebar_right #column_2 {
    position: absolute;
    right: 10px;
    top: 20px;
    background: #222;
    width: 300px; }
  .one_sidebar_right .leftColumn {
    width: calc(100% - 111px);
    background: #fff;
    float: left;
    padding: 33px 220px 63px 30px; }
    @media screen and (max-width: 870px) {
      .one_sidebar_right .leftColumn {
        width: 100%;
        padding: 20px 20px 30px 20px; } }
    .one_sidebar_right .leftColumn > h2 {
      margin: 0 0 17px 0; }
  .one_sidebar_right .rightBreakout {
    position: absolute;
    right: 0px;
    top: 30px;
    background: #000;
    width: 280px;
    padding: 12px 10px; }
    @media screen and (max-width: 870px) {
      .one_sidebar_right .rightBreakout {
        position: relative;
        top: auto;
        right: auto;
        width: 100%; } }

.full {
  width: 100%;
  margin-bottom: 100px;
  margin-top: 40px;
  min-height: 860px; }
  .full .rsDefault {
    width: 100%; }
  .full .full_column {
    width: 100%; }
    .full .full_column.non-widget-area {
      background: #fff;
      padding-bottom: 51px; }
      #events .full .full_column.non-widget-area, #pages.index.home .full .full_column.non-widget-area {
        padding-bottom: 0;
        background: transparent; }

#branding.spotlight_image {
  max-height: 600px;
  overflow: hidden; }

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

.user-is-tabbing .accessibility_links {
  position: fixed; }
  .user-is-tabbing .accessibility_links.is-focused {
    width: 100% !important;
    height: auto !important;
    max-height: 100vh;
    overflow: auto;
    background: #CE181E;
    top: 0;
    left: 0;
    z-index: 9999; }
    .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: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-line-pack: start;
              align-content: flex-start;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-pack: start;
              -ms-flex-pack: 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: #fff;
        font-weight: 700; }

/* ----------------------------------------------------------------------------
= Header basics
----------------------------------------------------------------------------- */
header {
  height: 194px;
  width: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100; }
  @media screen and (max-width: 1000px) {
    header {
      height: 62px; } }
  header.is-fixed {
    position: fixed; }
    @media screen and (min-width: 1001px) {
      header.is-fixed {
        height: auto; } }
    @media screen and (min-width: 1001px) {
      header.is-fixed > .wrapper {
        padding: 20px 0 17px 0; } }
    @media screen and (min-width: 1001px) {
      header.is-fixed > .wrapper .top-row {
        display: none; } }
    header.is-fixed > .wrapper .nav_wrapper {
      margin: 0; }
      header.is-fixed > .wrapper .nav_wrapper nav ul li .sub {
        padding-top: 21px; }
  header.menu-open > .wrapper .top-row .col-3 #nav-toggle {
    right: 25px;
    top: 5px;
    position: fixed;
    padding: 0;
    padding-top: 7px; }
    header.menu-open > .wrapper .top-row .col-3 #nav-toggle > .wrapper {
      height: 38px;
      z-index: 1; }
      header.menu-open > .wrapper .top-row .col-3 #nav-toggle > .wrapper:after {
        position: fixed;
        top: 0;
        right: 0;
        width: 90px;
        height: 61px;
        background: #fff;
        content: "";
        display: block;
        z-index: -1; }
  header.menu-open > .wrapper .top-row .col-3 form {
    position: fixed;
    right: 90px;
    top: 0;
    height: 61px;
    width: 402px;
    z-index: 200;
    display: block;
    padding: 18px 20px 10px 13px;
    border-bottom: 2px solid #333333;
    border-right: 2px solid #333333;
    background-color: #333333; }
    @media screen and (max-width: 700px) {
      header.menu-open > .wrapper .top-row .col-3 form {
        width: calc(100vw - 90px);
        padding: 18px 20px 10px 19px; } }
    header.menu-open > .wrapper .top-row .col-3 form input[type=text] {
      display: block;
      color: #fff;
      font-size: 14px;
      font-family: "Montserrat", sans-serif;
      line-height: 16px;
      background: transparent;
      border: none;
      font-weight: 800;
      margin: 5px 0 0 0;
      max-width: calc(100% - 24px); }
      @media screen and (max-width: 700px) {
        header.menu-open > .wrapper .top-row .col-3 form input[type=text] {
          margin: 3px 0 0 0; } }
      header.menu-open > .wrapper .top-row .col-3 form input[type=text]::-webkit-input-placeholder {
        color: #fff; }
      header.menu-open > .wrapper .top-row .col-3 form input[type=text]:-ms-input-placeholder {
        color: #fff; }
      header.menu-open > .wrapper .top-row .col-3 form input[type=text]::-ms-input-placeholder {
        color: #fff; }
      header.menu-open > .wrapper .top-row .col-3 form input[type=text]::placeholder {
        color: #fff; }
      header.menu-open > .wrapper .top-row .col-3 form input[type=text]:-ms-input-placeholder {
        color: #fff; }
      header.menu-open > .wrapper .top-row .col-3 form input[type=text]::-moz-placeholder {
        color: #fff; }
      header.menu-open > .wrapper .top-row .col-3 form input[type=text]:-moz-placeholder {
        color: #fff; }
      header.menu-open > .wrapper .top-row .col-3 form input[type=text]:-webkit-input-placeholder {
        color: #fff; }
    header.menu-open > .wrapper .top-row .col-3 form button {
      margin: 0;
      background-image: url("../images/svg/search_icon.svg"); }
  header.menu-open > .wrapper .nav_wrapper {
    max-height: 100vh;
    overflow-y: auto; }
  header > .wrapper {
    width: 1200px;
    max-width: calc(100% - 40px);
    height: calc(100% - 4px);
    margin: 0 auto;
    padding: 8px 0 27px 0; }
    @media screen and (max-width: 1000px) {
      header > .wrapper {
        padding: 3px 0 0 0; } }
    header > .wrapper .top-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      header > .wrapper .top-row .col-1 {
        width: 33%;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin: 10px 0 0 0; }
        @media screen and (max-width: 1000px) {
          header > .wrapper .top-row .col-1 {
            margin: 8px 0 0 0; } }
        @media screen and (max-width: 700px) {
          header > .wrapper .top-row .col-1 {
            display: none; } }
        header > .wrapper .top-row .col-1 .lus {
          display: inline-block;
          width: 91px;
          height: 35px;
          max-width: calc(50% - 10px);
          margin: 0 20px -1px 0;
          background-image: url("../images/lus_logo.png");
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          position: relative;
          vertical-align: bottom;
          -webkit-transition: none;
          transition: none; }
          @media screen and (max-width: 1000px) {
            header > .wrapper .top-row .col-1 .lus {
              height: 35px;
              width: 93px; } }
          header > .wrapper .top-row .col-1 .lus:after {
            content: "";
            display: block;
            height: 6px;
            width: 60px;
            background: #CE181E;
            position: absolute;
            bottom: -1px;
            left: -2px;
            z-index: -1;
            -webkit-transition: width 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995);
            transition: width 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995); }
          header > .wrapper .top-row .col-1 .lus:hover:after, header > .wrapper .top-row .col-1 .lus:focus:after, header > .wrapper .top-row .col-1 .lus:active:after {
            width: calc(100% + 2px); }
        header > .wrapper .top-row .col-1 .ticketmaster {
          display: inline-block;
          width: 125px;
          height: 18px;
          max-width: calc(50% - 10px);
          background-image: url("../images/svg/ticketmaster_logo.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          position: relative;
          vertical-align: bottom;
          -webkit-transition: none;
          transition: none; }
          header > .wrapper .top-row .col-1 .ticketmaster:after {
            content: "";
            display: block;
            height: 6px;
            width: 60px;
            background: #CE181E;
            position: absolute;
            bottom: -2px;
            left: -2px;
            z-index: -1;
            -webkit-transition: width 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995);
            transition: width 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995); }
          header > .wrapper .top-row .col-1 .ticketmaster:hover:after, header > .wrapper .top-row .col-1 .ticketmaster:focus:after, header > .wrapper .top-row .col-1 .ticketmaster:active:after {
            width: calc(100% + 2px); }
      header > .wrapper .top-row .logo {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto; }
        header > .wrapper .top-row .logo a, header > .wrapper .top-row .logo span {
          width: 241px;
          height: 100px;
          max-width: 100%;
          display: block; }
          @media screen and (max-width: 1000px) {
            header > .wrapper .top-row .logo a, header > .wrapper .top-row .logo span {
              width: 122px;
              height: 51px; } }
          @media screen and (max-width: 700px) {
            header > .wrapper .top-row .logo a, header > .wrapper .top-row .logo span {
              width: 120px;
              height: 50px; } }
          header > .wrapper .top-row .logo a svg, header > .wrapper .top-row .logo span svg {
            max-width: 100%;
            max-height: 100%; }
        header > .wrapper .top-row .logo a:hover svg > g > * {
          -webkit-transition: all 100ms linear;
          transition: all 100ms linear; }
        header > .wrapper .top-row .logo a:hover svg > g > polygon:first-child {
          fill: #CE181E; }
        header > .wrapper .top-row .logo a:hover svg > g > *:nth-child(2), header > .wrapper .top-row .logo a:hover svg > g > *:nth-child(3), header > .wrapper .top-row .logo a:hover svg > g > *:nth-child(4),
        header > .wrapper .top-row .logo a:hover svg > g > *:nth-child(5), header > .wrapper .top-row .logo a:hover svg > g > *:nth-child(6) {
          fill: #fff; }
      header > .wrapper .top-row .col-3 {
        width: 33%;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin: 20px 0 0 0; }
        @media screen and (max-width: 1000px) {
          header > .wrapper .top-row .col-3 {
            margin: 7px 0 0 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-line-pack: start;
                align-content: flex-start;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end; } }
        @media screen and (max-width: 700px) {
          header > .wrapper .top-row .col-3 {
            margin: 0;
            display: block; } }
        header > .wrapper .top-row .col-3 #nav-toggle {
          display: none;
          z-index: 200;
          width: 36px;
          height: 40px;
          -webkit-box-sizing: content-box;
                  box-sizing: content-box;
          position: relative;
          float: right;
          margin-top: 6px;
          padding: 0 6px 0 30px;
          background: none;
          border: none;
          cursor: pointer; }
          @media screen and (max-width: 1000px) {
            header > .wrapper .top-row .col-3 #nav-toggle {
              display: block;
              -webkit-box-ordinal-group: 3;
                  -ms-flex-order: 2;
                      order: 2; } }
          @media screen and (max-width: 700px) {
            header > .wrapper .top-row .col-3 #nav-toggle {
              margin-top: 11px; } }
          header > .wrapper .top-row .col-3 #nav-toggle:after {
            content: "";
            display: block;
            height: 100%;
            left: 0;
            top: -6px;
            width: 2px;
            background: #2F2F2F;
            position: absolute; }
            @media screen and (max-width: 700px) {
              header > .wrapper .top-row .col-3 #nav-toggle:after {
                top: -3px; } }
          header > .wrapper .top-row .col-3 #nav-toggle > .wrapper {
            position: relative;
            width: 36px;
            height: 34px; }
            header > .wrapper .top-row .col-3 #nav-toggle > .wrapper .top, header > .wrapper .top-row .col-3 #nav-toggle > .wrapper .bottom {
              position: absolute;
              display: block;
              left: 0;
              width: 36px;
              height: 4px;
              margin-top: 0;
              background: #CE181E;
              content: '';
              cursor: pointer;
              -webkit-transition: all 0.4s ease;
              transition: all 0.4s ease;
              -webkit-transform: rotate(0deg);
              /* IE 9 */
              transform: rotate(0deg); }
              header > .wrapper .top-row .col-3 #nav-toggle > .wrapper .top.top, header > .wrapper .top-row .col-3 #nav-toggle > .wrapper .bottom.top {
                top: 2px; }
              header > .wrapper .top-row .col-3 #nav-toggle > .wrapper .top.bottom, header > .wrapper .top-row .col-3 #nav-toggle > .wrapper .bottom.bottom {
                top: 10px; }
            header > .wrapper .top-row .col-3 #nav-toggle > .wrapper .text {
              text-align: center;
              color: #fff;
              font-size: 10px;
              line-height: 1;
              width: 36px;
              font-weight: 900;
              text-transform: uppercase;
              position: absolute;
              font-family: "Montserrat", sans-serif;
              bottom: 0;
              left: 0; }
              header > .wrapper .top-row .col-3 #nav-toggle > .wrapper .text.close {
                display: none; }
          header > .wrapper .top-row .col-3 #nav-toggle.active:after {
            display: none; }
          header > .wrapper .top-row .col-3 #nav-toggle.active > .wrapper span.top {
            top: 6px;
            -webkit-transform: rotate(45deg);
            /* IE 9 */
            transform: rotate(45deg); }
          header > .wrapper .top-row .col-3 #nav-toggle.active > .wrapper span.bottom {
            top: 6px;
            -webkit-transform: rotate(-45deg);
            /* IE 9 */
            transform: rotate(-45deg); }
          header > .wrapper .top-row .col-3 #nav-toggle.active > .wrapper span.text {
            color: #000; }
            header > .wrapper .top-row .col-3 #nav-toggle.active > .wrapper span.text.close {
              display: block; }
            header > .wrapper .top-row .col-3 #nav-toggle.active > .wrapper span.text.open {
              display: none; }
        header > .wrapper .top-row .col-3 form {
          width: 327px;
          max-width: 100%;
          margin: 0 0 0 auto;
          position: relative; }
          @media screen and (max-width: 1080px) {
            header > .wrapper .top-row .col-3 form {
              width: 277px; } }
          @media screen and (max-width: 1000px) {
            header > .wrapper .top-row .col-3 form {
              width: auto;
              float: right;
              padding-right: 21px;
              padding-top: 9px;
              height: 40px;
              display: none; } }
          header > .wrapper .top-row .col-3 form:after {
            content: "";
            display: block;
            height: 2px;
            width: calc(100% - 11px);
            background: #2F2F2F;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 1; }
            @media screen and (max-width: 1000px) {
              header > .wrapper .top-row .col-3 form:after {
                display: none; } }
          header > .wrapper .top-row .col-3 form:before {
            content: "";
            display: block;
            height: 2px;
            width: 0;
            background: #CE181E;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 5;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear; }
            @media screen and (max-width: 1000px) {
              header > .wrapper .top-row .col-3 form:before {
                display: none; } }
          header > .wrapper .top-row .col-3 form:hover:before {
            width: calc(100% - 11px); }
          header > .wrapper .top-row .col-3 form > div {
            zoom: 1; }
            header > .wrapper .top-row .col-3 form > div:before, header > .wrapper .top-row .col-3 form > div:after {
              display: block;
              visibility: hidden;
              height: 0;
              content: '\0020'; }
            header > .wrapper .top-row .col-3 form > div:after {
              clear: both; }
          header > .wrapper .top-row .col-3 form .hidden {
            display: block;
            height: 0;
            width: 0;
            visibility: visible;
            overflow: hidden; }
          header > .wrapper .top-row .col-3 form input[type=text] {
            color: #fff;
            font-size: 14px;
            line-height: 16px;
            background: transparent;
            font-family: "Montserrat", sans-serif;
            border: none;
            font-weight: 800;
            margin: 0 0 8px 0;
            float: left;
            max-width: calc(100% - 24px); }
            header > .wrapper .top-row .col-3 form input[type=text]::-webkit-input-placeholder {
              color: #fff; }
            header > .wrapper .top-row .col-3 form input[type=text]:-ms-input-placeholder {
              color: #fff; }
            header > .wrapper .top-row .col-3 form input[type=text]::-ms-input-placeholder {
              color: #fff; }
            header > .wrapper .top-row .col-3 form input[type=text]::placeholder {
              color: #fff; }
            header > .wrapper .top-row .col-3 form input[type=text]:-ms-input-placeholder {
              color: #fff; }
            header > .wrapper .top-row .col-3 form input[type=text]::-moz-placeholder {
              color: #fff; }
            header > .wrapper .top-row .col-3 form input[type=text]:-moz-placeholder {
              color: #fff; }
            header > .wrapper .top-row .col-3 form input[type=text]:-webkit-input-placeholder {
              color: #fff; }
          header > .wrapper .top-row .col-3 form button {
            width: 22px;
            height: 22px;
            float: right;
            background: transparent;
            background-image: url("../images/svg/search_icon.svg");
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            border: none;
            text-indent: -9999px;
            padding: 0;
            margin: 0 0 5px 0; }
        header > .wrapper .top-row .col-3 .menu-toggle.mobile {
          width: 22px;
          height: 22px;
          float: right;
          padding: 0;
          border: none;
          background: transparent;
          background-image: url("../images/svg/search_icon.svg");
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat;
          margin: 9px 21px 5px 0;
          display: none; }
          @media screen and (max-width: 1000px) {
            header > .wrapper .top-row .col-3 .menu-toggle.mobile {
              display: block;
              -webkit-box-ordinal-group: 2;
                  -ms-flex-order: 1;
                      order: 1; } }
          @media screen and (max-width: 700px) {
            header > .wrapper .top-row .col-3 .menu-toggle.mobile {
              display: none; } }
    header > .wrapper .nav_wrapper {
      margin: 37px 0 0 0; }
      @media screen and (max-width: 1200px) {
        header > .wrapper .nav_wrapper {
          margin: 25px 0 0 0; } }
      @media screen and (max-width: 1000px) {
        header > .wrapper .nav_wrapper {
          margin: 0;
          display: none; } }
      header > .wrapper .nav_wrapper.is-opened {
        display: block;
        position: fixed;
        overflow: scroll;
        z-index: 150;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8); }
  header .border-bottom {
    height: 4px;
    width: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#931116), to(#CE181E));
    background: linear-gradient(to left, #931116, #CE181E); }

@media screen and (min-width: 1001px) {
  .ticketmaster.mobile, .lus.mobile {
    display: none; } }

/* ----------------------------------------------------------------------------
= Header toolbar (if used)
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Navigations
----------------------------------------------------------------------------- */
.nav_wrapper a.gh_redirect:after, .nav_wrapper a.gh_page_redirect:after {
  content: '\f08e';
  font-family: FontAwesome;
  vertical-align: middle;
  margin-left: 15px;
  display: inline;
  color: inherit; }

.main_nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .main_nav > ul:hover > li > a {
    color: rgba(255, 255, 255, 0.6); }
  .main_nav > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(1/5*(100% - 120px)); }
    @media screen and (max-width: 1200px) {
      .main_nav > ul > li {
        width: 150px; } }
    .main_nav > ul > li:last-child {
      width: 120px; }
      @media screen and (max-width: 1200px) {
        .main_nav > ul > li:last-child {
          width: 150px; } }
      .main_nav > ul > li:last-child > a {
        padding-right: 0; }
      @media screen and (max-width: 1600px) {
        .main_nav > ul > li:last-child .sub {
          left: auto;
          right: -13px; } }
    .main_nav > ul > li:hover > a {
      font-weight: 900;
      color: #fff; }
      .main_nav > ul > li:hover > a:before {
        height: 65px; }
    .main_nav > ul > li.is-focused .sub {
      display: block !important; }
    .main_nav > ul > li .close-button {
      display: none; }
    .main_nav > ul > li > a {
      display: block;
      color: #fff;
      font-size: 16px;
      line-height: 16px;
      font-weight: 400;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      padding: 0 11px 0 13px; }
      .main_nav > ul > li > a:focus, .main_nav > ul > li > a:active, .main_nav > ul > li > a.active {
        font-weight: 900;
        color: #fff; }
      .main_nav > ul > li > a:before {
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear;
        content: "";
        display: block;
        height: 15px;
        width: 2px;
        position: absolute;
        top: 2px;
        left: 0;
        z-index: 5;
        background: #CE181E; }
      .main_nav > ul > li > a .bold {
        letter-spacing: 1px; }
        @media screen and (max-width: 1200px) {
          .main_nav > ul > li > a .bold {
            display: block; } }
    .main_nav > ul > li .sub {
      display: none;
      position: absolute;
      top: 100%;
      left: -13px;
      width: 250px;
      padding-top: 33px; }
      @media screen and (max-width: 1200px) {
        .main_nav > ul > li .sub {
          padding-top: 29px; } }
      .main_nav > ul > li .sub > ul {
        -webkit-box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.2);
        background: white;
        padding: 20px 0 23px 10px; }
        .main_nav > ul > li .sub > ul > li:hover > a {
          background: #CE181E;
          color: #fff; }
        .main_nav > ul > li .sub > ul > li a {
          display: block;
          font-size: 14px;
          line-height: 29px;
          font-weight: 700;
          color: #000;
          padding: 0 19px 0 15px;
          -webkit-transition: all 100ms linear;
          transition: all 100ms linear;
          font-family: "Montserrat", sans-serif; }
          .main_nav > ul > li .sub > ul > li a:active, .main_nav > ul > li .sub > ul > li a:focus, .main_nav > ul > li .sub > ul > li a.active {
            background: #CE181E;
            color: #fff; }
        .main_nav > ul > li .sub > ul > li ul {
          padding: 8px 0 0 10px; }
          .main_nav > ul > li .sub > ul > li ul li:hover a {
            color: #CE181E; }
          .main_nav > ul > li .sub > ul > li ul li a {
            font-weight: 400;
            font-size: 12px;
            line-height: 23px;
            display: block; }
            .main_nav > ul > li .sub > ul > li ul li a:active, .main_nav > ul > li .sub > ul > li ul li a:focus, .main_nav > ul > li .sub > ul > li ul li a.active {
              background: transparent;
              color: #CE181E; }

/* ----------------------------------------------------------------------------
= Mobile Navigation
----------------------------------------------------------------------------- */
.mobile_nav {
  position: absolute;
  display: none;
  z-index: 1;
  top: 0;
  right: 0;
  width: 502px;
  margin: 0 0 0;
  padding: 87px 30px 62px 20px;
  zoom: 1;
  background: #fff; }
  .mobile_nav:before, .mobile_nav:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .mobile_nav:after {
    clear: both; }
  @media screen and (max-width: 700px) {
    .mobile_nav {
      width: 100%;
      padding: 87px 21px 49px 19px; } }
  .mobile_nav > ul > li {
    border-bottom: 1px solid #C2C2C2;
    padding: 0 0 14px 11px;
    position: relative;
    margin-bottom: 35px; }
    .mobile_nav > ul > li:after {
      content: "";
      display: block;
      top: 1px;
      left: 0;
      width: 2px;
      height: calc(100% - 14px);
      background: #CE181E;
      position: absolute; }
    .mobile_nav > ul > li.is-opened {
      padding-bottom: 17px; }
      .mobile_nav > ul > li.is-opened:after {
        height: calc(100% - 18px); }
      .mobile_nav > ul > li.is-opened .close-button {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
        .mobile_nav > ul > li.is-opened .close-button svg > polyline {
          stroke: #CE181E; }
      .mobile_nav > ul > li.is-opened > a {
        font-weight: 900; }
    .mobile_nav > ul > li .close-button {
      float: right;
      -webkit-transform: rotate(0);
              transform: rotate(0);
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear;
      z-index: 5;
      position: absolute;
      top: 0;
      right: 2px;
      padding: 0;
      border: none;
      background: none; }
      @media screen and (max-width: 700px) {
        .mobile_nav > ul > li .close-button {
          right: 10px; } }
      .mobile_nav > ul > li .close-button svg > polyline {
        stroke: #545454; }
    .mobile_nav > ul > li > a {
      display: block;
      color: #000;
      font-size: 16px;
      line-height: 16px;
      font-weight: 400;
      letter-spacing: 1px;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      padding-right: 25px; }
      @media screen and (max-width: 700px) {
        .mobile_nav > ul > li > a {
          padding-right: 33px; } }
      .mobile_nav > ul > li > a:active, .mobile_nav > ul > li > a:focus, .mobile_nav > ul > li > a.active {
        font-weight: 900; }
    .mobile_nav > ul > li .sub {
      display: none; }
      .mobile_nav > ul > li .sub > ul {
        padding: 5px 0 0 7px; }
        .mobile_nav > ul > li .sub > ul > li:hover > a {
          background: #CE181E;
          color: #fff; }
        .mobile_nav > ul > li .sub > ul > li a {
          display: block;
          font-size: 14px;
          line-height: 29px;
          font-weight: 700;
          font-family: "Montserrat", sans-serif;
          color: #000;
          padding: 0 19px 0 15px;
          -webkit-transition: all 100ms linear;
          transition: all 100ms linear; }
          .mobile_nav > ul > li .sub > ul > li a:active, .mobile_nav > ul > li .sub > ul > li a:focus, .mobile_nav > ul > li .sub > ul > li a.active {
            background: #CE181E;
            color: #fff; }
        .mobile_nav > ul > li .sub > ul > li ul {
          padding: 8px 0 0 10px; }
          .mobile_nav > ul > li .sub > ul > li ul li:hover a {
            color: #CE181E; }
          .mobile_nav > ul > li .sub > ul > li ul li a {
            font-weight: 400;
            font-size: 12px;
            line-height: 28px;
            display: block; }
            .mobile_nav > ul > li .sub > ul > li ul li a:active, .mobile_nav > ul > li .sub > ul > li ul li a:focus, .mobile_nav > ul > li .sub > ul > li ul li a.active {
              color: #CE181E;
              background: transparent; }
  .mobile_nav .lus.mobile {
    display: inline-block;
    width: 91px;
    height: 35px;
    max-width: 50%;
    margin: 0 20px -1px 0;
    background-image: url("../images/lus_logo_dark.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    vertical-align: bottom;
    -webkit-transition: none;
    transition: none; }
    @media screen and (max-width: 700px) {
      .mobile_nav .lus.mobile {
        height: 35px;
        width: 93px; } }
    .mobile_nav .lus.mobile:after {
      content: "";
      display: block;
      height: 6px;
      width: 60px;
      background: #CE181E;
      position: absolute;
      bottom: -1px;
      left: -2px;
      z-index: -1;
      -webkit-transition: width 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995);
      transition: width 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995); }
    .mobile_nav .lus.mobile:hover:after, .mobile_nav .lus.mobile:focus:after, .mobile_nav .lus.mobile:active:after {
      width: calc(100% + 2px); }
  .mobile_nav .ticketmaster.mobile {
    margin-top: 10px;
    display: inline-block;
    width: 125px;
    height: 18px;
    max-width: 100%;
    background-image: url("../images/svg/ticketmaster_mobile_logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: bottom;
    position: relative;
    -webkit-transition: none;
    transition: none; }
    @media screen and (max-width: 700px) {
      .mobile_nav .ticketmaster.mobile {
        margin-top: 2px; } }
    .mobile_nav .ticketmaster.mobile:after {
      content: "";
      display: block;
      height: 6px;
      width: 60px;
      background: #CE181E;
      position: absolute;
      bottom: -2px;
      left: -2px;
      z-index: -1;
      -webkit-transition: width 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995);
      transition: width 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995); }
    .mobile_nav .ticketmaster.mobile:hover:after, .mobile_nav .ticketmaster.mobile:focus:after, .mobile_nav .ticketmaster.mobile:active:after {
      width: calc(100% + 2px); }

/* ----------------------------------------------------------------------------
= Footer basics
----------------------------------------------------------------------------- */
footer {
  background: transparent;
  background-image: url("../images/footer_bg.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 118px;
  padding-bottom: 40px;
  z-index: 10;
  margin: 100px 0 0 0;
  position: relative; }
  @media screen and (max-width: 1080px) {
    footer {
      background-image: url("../images/footer_bg_desktop.png"); } }
  @media screen and (max-width: 870px) {
    footer {
      background-image: url("../images/footer_bg_tablet.png");
      padding-top: 83px; } }
  @media screen and (max-width: 700px) {
    footer {
      background-image: url("../images/footer_bg_mobile.png");
      padding-top: 77px; } }
  footer .footer_holder {
    width: 1200px;
    max-width: calc(100% - 40px);
    margin: 0 auto; }
    footer .footer_holder .top-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media screen and (max-width: 870px) {
        footer .footer_holder .top-section {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media screen and (max-width: 700px) {
        footer .footer_holder .top-section {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -ms-flex-line-pack: center;
              align-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      footer .footer_holder .top-section .left-side {
        width: 284px;
        margin-right: 30px;
        max-width: 100%; }
        @media screen and (max-width: 870px) {
          footer .footer_holder .top-section .left-side {
            margin-right: 86px; } }
        @media screen and (max-width: 700px) {
          footer .footer_holder .top-section .left-side {
            margin-right: 0; } }
        footer .footer_holder .top-section .left-side .logo a, footer .footer_holder .top-section .left-side .logo span {
          width: 241px;
          height: 100px;
          display: block;
          max-width: 100%; }
          @media screen and (max-width: 700px) {
            footer .footer_holder .top-section .left-side .logo a, footer .footer_holder .top-section .left-side .logo span {
              margin: 0 auto; } }
          footer .footer_holder .top-section .left-side .logo a svg, footer .footer_holder .top-section .left-side .logo span svg {
            max-width: 100%;
            max-height: 100%; }
        footer .footer_holder .top-section .left-side .logo a:hover svg > g > * {
          -webkit-transition: all 100ms linear;
          transition: all 100ms linear; }
        footer .footer_holder .top-section .left-side .logo a:hover svg > g > polygon:first-child {
          fill: #CE181E; }
        footer .footer_holder .top-section .left-side .logo a:hover svg > g > *:nth-child(2), footer .footer_holder .top-section .left-side .logo a:hover svg > g > *:nth-child(3), footer .footer_holder .top-section .left-side .logo a:hover svg > g > *:nth-child(4),
        footer .footer_holder .top-section .left-side .logo a:hover svg > g > *:nth-child(5), footer .footer_holder .top-section .left-side .logo a:hover svg > g > *:nth-child(6) {
          fill: #fff; }
        footer .footer_holder .top-section .left-side address {
          color: #fff;
          font-size: 18px;
          line-height: 27px;
          margin: 40px 0 0 0;
          padding: 0 0 0 20px;
          text-transform: uppercase;
          position: relative;
          z-index: 1; }
          footer .footer_holder .top-section .left-side address:before {
            z-index: -1;
            position: absolute;
            top: -15px;
            left: 0;
            width: 40px;
            height: 53px;
            background: #CE181E;
            content: "";
            display: block; }
        footer .footer_holder .top-section .left-side .phone {
          padding: 0 0 0 20px;
          color: #fff;
          font-size: 18px;
          line-height: 27px;
          text-transform: uppercase; }
        footer .footer_holder .top-section .left-side .social {
          margin: 98px 0 0 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -ms-flex-line-pack: center;
              align-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media screen and (max-width: 870px) {
            footer .footer_holder .top-section .left-side .social {
              margin: 28px 0 0 0; } }
          @media screen and (max-width: 700px) {
            footer .footer_holder .top-section .left-side .social {
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; } }
          footer .footer_holder .top-section .left-side .social a {
            display: inline-block;
            margin-right: 10px;
            border: 2px solid rgba(255, 255, 255, 0.2);
            width: 60px;
            height: 60px;
            text-align: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -ms-flex-line-pack: center;
                align-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            color: #fff;
            font-size: 17px;
            background: transparent;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear; }
            footer .footer_holder .top-section .left-side .social a:last-child {
              margin-right: 0; }
            footer .footer_holder .top-section .left-side .social a:hover, footer .footer_holder .top-section .left-side .social a:focus, footer .footer_holder .top-section .left-side .social a:active {
              border-color: #fff;
              color: #CE181E;
              background: #fff; }
      footer .footer_holder .top-section .footer_nav.right-side {
        width: 750px;
        padding-top: 25px;
        max-width: 100%; }
        @media screen and (max-width: 870px) {
          footer .footer_holder .top-section .footer_nav.right-side {
            width: 202px;
            padding-top: 40px; } }
        @media screen and (max-width: 700px) {
          footer .footer_holder .top-section .footer_nav.right-side {
            width: auto; } }
        footer .footer_holder .top-section .footer_nav.right-side > ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -ms-flex-line-pack: start;
              align-content: flex-start;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          @media screen and (max-width: 870px) {
            footer .footer_holder .top-section .footer_nav.right-side > ul {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap;
              -ms-flex-line-pack: start;
                  align-content: flex-start;
              -webkit-box-align: start;
                  -ms-flex-align: start;
                      align-items: flex-start;
              -webkit-box-pack: start;
                  -ms-flex-pack: start;
                      justify-content: flex-start; } }
          footer .footer_holder .top-section .footer_nav.right-side > ul > li {
            -webkit-box-flex: 0;
                -ms-flex: 0 1 auto;
                    flex: 0 1 auto;
            width: calc(1/3*100%);
            margin: 0 0 60px 0;
            padding: 0 15px;
            z-index: 1; }
            @media screen and (max-width: 870px) {
              footer .footer_holder .top-section .footer_nav.right-side > ul > li {
                width: 100%;
                margin: 0 0 30px 0; } }
            footer .footer_holder .top-section .footer_nav.right-side > ul > li:last-child > a {
              padding-right: 0; }
            footer .footer_holder .top-section .footer_nav.right-side > ul > li > a:active, footer .footer_holder .top-section .footer_nav.right-side > ul > li > a:focus, footer .footer_holder .top-section .footer_nav.right-side > ul > li > a:hover, footer .footer_holder .top-section .footer_nav.right-side > ul > li a.active {
              font-weight: 900;
              color: #fff; }
              footer .footer_holder .top-section .footer_nav.right-side > ul > li > a:active:before, footer .footer_holder .top-section .footer_nav.right-side > ul > li > a:focus:before, footer .footer_holder .top-section .footer_nav.right-side > ul > li > a:hover:before, footer .footer_holder .top-section .footer_nav.right-side > ul > li a.active:before {
                width: calc(100% + 5px); }
            footer .footer_holder .top-section .footer_nav.right-side > ul > li:hover > a {
              font-weight: 900;
              color: #fff; }
              footer .footer_holder .top-section .footer_nav.right-side > ul > li:hover > a:before {
                width: calc(100% + 5px); }
            footer .footer_holder .top-section .footer_nav.right-side > ul > li:last-child .sub {
              left: auto;
              right: -13px; }
            footer .footer_holder .top-section .footer_nav.right-side > ul > li > a {
              display: inline-block;
              color: #fff;
              font-size: 16px;
              line-height: 19px;
              font-weight: 400;
              letter-spacing: 1px;
              text-transform: uppercase;
              position: relative;
              font-family: "Montserrat", sans-serif; }
              footer .footer_holder .top-section .footer_nav.right-side > ul > li > a:before {
                -webkit-transition: width 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995);
                transition: width 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995);
                content: "";
                display: block;
                height: 6px;
                width: 0;
                position: absolute;
                bottom: 1px;
                left: -3px;
                z-index: -1;
                background: #CE181E; }
              footer .footer_holder .top-section .footer_nav.right-side > ul > li > a:after {
                -webkit-transition: all 100ms linear;
                transition: all 100ms linear;
                content: "";
                display: block;
                height: 15px;
                width: 2px;
                position: absolute;
                top: 2px;
                left: -15px;
                z-index: 5;
                background: #CE181E; }
              @media screen and (max-width: 1080px) {
                footer .footer_holder .top-section .footer_nav.right-side > ul > li > a .bold {
                  display: block; } }
              @media screen and (max-width: 870px) {
                footer .footer_holder .top-section .footer_nav.right-side > ul > li > a .bold {
                  display: inline; } }
            @media screen and (max-width: 870px) {
              footer .footer_holder .top-section .footer_nav.right-side > ul > li .nav_sub {
                display: none; } }
            footer .footer_holder .top-section .footer_nav.right-side > ul > li .nav_sub > ul {
              margin: 10px 0 0 0; }
              footer .footer_holder .top-section .footer_nav.right-side > ul > li .nav_sub > ul > li > a:active, footer .footer_holder .top-section .footer_nav.right-side > ul > li .nav_sub > ul > li > a:focus, footer .footer_holder .top-section .footer_nav.right-side > ul > li .nav_sub > ul > li > a:hover, footer .footer_holder .top-section .footer_nav.right-side > ul > li .nav_sub > ul > li a.active {
                color: #fff; }
              footer .footer_holder .top-section .footer_nav.right-side > ul > li .nav_sub > ul > li:hover > a {
                color: #fff; }
              footer .footer_holder .top-section .footer_nav.right-side > ul > li .nav_sub > ul > li a {
                font-family: "Montserrat", sans-serif;
                display: block;
                font-size: 14px;
                line-height: 26px;
                font-weight: 600;
                color: #939393;
                -webkit-transition: all 100ms linear;
                transition: all 100ms linear; }
  footer .global-footer {
    position: relative;
    margin: 24px auto 0 auto;
    display: block;
    padding: 0;
    width: 100%;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media screen and (max-width: 870px) {
      footer .global-footer {
        margin-top: 34px;
        display: block; } }
    @media screen and (max-width: 700px) {
      footer .global-footer {
        margin-top: 24px; } }
    footer .global-footer .lus {
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 181px;
      height: 69px;
      max-width: 50%;
      margin: 0 20px 2px 0;
      background-image: url("../images/lus_logo.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      position: relative; }
      @media screen and (max-width: 870px) {
        footer .global-footer .lus {
          margin: 0 auto 20px auto;
          max-width: 100%; } }
      footer .global-footer .lus:after {
        content: "";
        display: block;
        height: 6px;
        width: 60px;
        background: #CE181E;
        position: absolute;
        bottom: -2px;
        left: -2px;
        z-index: -1;
        -webkit-transition: width 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995);
        transition: width 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995); }
      footer .global-footer .lus:hover:after, footer .global-footer .lus:focus:after, footer .global-footer .lus:active:after {
        width: calc(100% + 2px); }
    footer .global-footer .team {
      margin: 0 auto 0 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
      @media screen and (max-width: 870px) {
        footer .global-footer .team {
          max-width: 100%; } }
      footer .global-footer .team .text {
        display: block;
        text-align: left;
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 10px 0;
        color: #fff;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif; }
        @media screen and (max-width: 870px) {
          footer .global-footer .team .text {
            text-align: center;
            margin: 0 0 15px 0; } }
      @media screen and (max-width: 870px) {
        footer .global-footer .team svg {
          margin: 0 auto;
          display: block; } }
      footer .global-footer .team:hover svg .red, footer .global-footer .team:focus svg .red {
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear;
        fill: #EC0C14; }
    footer .global-footer p {
      position: relative;
      display: block;
      font-size: 14px;
      line-height: 17px;
      color: white;
      text-align: right;
      margin: 0 0 0 20px; }
      @media screen and (max-width: 870px) {
        footer .global-footer p {
          margin: 40px 0 0 0;
          text-align: center;
          line-height: 30px; } }
      @media screen and (max-width: 700px) {
        footer .global-footer p {
          margin: 32px 0 0 0;
          line-height: 25px; } }
      footer .global-footer p a, footer .global-footer p a:visited {
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear;
        color: white;
        text-decoration: none;
        position: relative;
        z-index: 1; }
        footer .global-footer p a:before, footer .global-footer p a:visited:before {
          -webkit-transition: width 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995);
          transition: width 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995);
          content: "";
          display: block;
          height: 6px;
          width: 0;
          position: absolute;
          bottom: 1px;
          left: -3px;
          z-index: -1;
          background: #CE181E; }
        footer .global-footer p a:hover, footer .global-footer p a:focus, footer .global-footer p a:active, footer .global-footer p a.active, footer .global-footer p a:visited:hover, footer .global-footer p a:visited:focus, footer .global-footer p a:visited:active, footer .global-footer p a:visited.active {
          color: #fff;
          text-decoration: none; }
          footer .global-footer p a:hover:before, footer .global-footer p a:focus:before, footer .global-footer p a:active:before, footer .global-footer p a.active:before, footer .global-footer p a:visited:hover:before, footer .global-footer p a:visited:focus:before, footer .global-footer p a:visited:active:before, footer .global-footer p a:visited.active:before {
            width: calc(100% + 5px); }
    footer .global-footer .delimiter {
      padding: 0 2px;
      color: white; }
    footer .global-footer a#carbonhouse, footer .global-footer a#carbonhouse:link, footer .global-footer a#carbonhouse:visited {
      position: relative;
      display: inline-block;
      margin: 16px 0 0 auto;
      padding-top: 0px;
      color: #ffffff;
      font-weight: 400;
      font-family: 'helvetica';
      font-size: 16px;
      cursor: pointer;
      text-decoration: none; }
      @media screen and (max-width: 870px) {
        footer .global-footer a#carbonhouse, footer .global-footer a#carbonhouse:link, footer .global-footer a#carbonhouse:visited {
          line-height: 19px; } }
      @media screen and (max-width: 700px) {
        footer .global-footer a#carbonhouse, footer .global-footer a#carbonhouse:link, footer .global-footer a#carbonhouse:visited {
          margin-top: 24px; } }
      footer .global-footer a#carbonhouse span, footer .global-footer a#carbonhouse:link span, footer .global-footer a#carbonhouse:visited span {
        font-size: 16px;
        font-weight: bold; }
        footer .global-footer a#carbonhouse span.carbon, footer .global-footer a#carbonhouse:link span.carbon, footer .global-footer a#carbonhouse:visited span.carbon {
          color: #ffffff; }
        footer .global-footer a#carbonhouse span.house, footer .global-footer a#carbonhouse:link span.house, footer .global-footer a#carbonhouse:visited span.house {
          color: #ffffff; }
      footer .global-footer a#carbonhouse:hover, footer .global-footer a#carbonhouse.active, footer .global-footer a#carbonhouse:focus, footer .global-footer a#carbonhouse:active, footer .global-footer a#carbonhouse:link:hover, footer .global-footer a#carbonhouse:link.active, footer .global-footer a#carbonhouse:link:focus, footer .global-footer a#carbonhouse:link:active, footer .global-footer a#carbonhouse:visited:hover, footer .global-footer a#carbonhouse:visited.active, footer .global-footer a#carbonhouse:visited:focus, footer .global-footer a#carbonhouse:visited:active {
        color: #fff;
        text-decoration: none; }
        footer .global-footer a#carbonhouse:hover span, footer .global-footer a#carbonhouse.active span, footer .global-footer a#carbonhouse:focus span, footer .global-footer a#carbonhouse:active span, footer .global-footer a#carbonhouse:link:hover span, footer .global-footer a#carbonhouse:link.active span, footer .global-footer a#carbonhouse:link:focus span, footer .global-footer a#carbonhouse:link:active span, footer .global-footer a#carbonhouse:visited:hover span, footer .global-footer a#carbonhouse:visited.active span, footer .global-footer a#carbonhouse:visited:focus span, footer .global-footer a#carbonhouse:visited:active span {
          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: #000; }
      .subnav ul li a, .subnav ul li a:visited {
        display: block;
        padding: 9px 5px 7px 30px;
        color: white;
        font: bold 18px/120% "Maven Pro", 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: #000; }
        .subnav ul li a.section, .subnav ul li a:visited.section {
          padding-bottom: 7px;
          color: #000;
          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: #000; }
      .subnav ul li.active.onparent a.active {
        color: #000; }
    .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
----------------------------------------------------------------------------- */
#search {
  position: relative;
  display: block;
  float: right;
  width: 246px;
  height: 30px;
  margin: -5px 0 0;
  padding: 0; }
  #search input, #search input[type='text'] {
    position: relative;
    width: 246px;
    height: 30px;
    margin: 0;
    padding: 8px 10px 6px;
    color: #fff;
    border: 0;
    background: #333;
    font: normal 14px/14px "Maven Pro", sans-serif;
    -webkit-appearance: none; }
    #search input::-webkit-input-placeholder, #search input[type='text']::-webkit-input-placeholder {
      color: #fff;
      font: normal 14px/14px "Maven Pro", sans-serif; }
    #search input:-moz-placeholder, #search input[type='text']:-moz-placeholder {
      color: #fff;
      font: normal 14px/14px "Maven Pro", sans-serif; }
    #search input:-ms-input-placeholder, #search input[type='text']:-ms-input-placeholder {
      color: #fff;
      font: normal 14px/14px "Maven Pro", sans-serif; }
    #search input:focus, #search input[type='text']:focus {
      outline: none;
      -webkit-appearance: none; }
  #search button {
    position: absolute;
    top: 3px;
    right: 8px;
    width: 29px;
    height: 29px;
    margin: 0;
    padding: 0;
    border: none;
    background: url(../images/toolbar-icons.png) no-repeat -242px 0;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    white-space: nowrap;
    text-indent: 100%;
    direction: ltr; }
    #search button:hover, #search button:focus {
      background-position: -242px -34px; }

#cse-search-results {
  padding: 0 10px; }
  #cse-search-results iframe {
    width: 100%; }

/* ----------------------------------------------------------------------------
= Baseline styles for all buttons in a project. These are global.
----------------------------------------------------------------------------- */
.gen-button:hover, .gen-button:focus, .gen-button:active,
.spotlight-button:hover,
.spotlight-button:focus,
.spotlight-button:active,
a.button:hover,
a.button:focus,
a.button:active,
.button a:hover,
.button a:focus,
.button a:active,
input.button:hover,
input.button:focus,
input.button:active,
.textarea .button p a:hover,
.textarea .button p a:focus,
.textarea .button p a:active,
.textarea p a.button:hover,
.textarea p a.button:focus,
.textarea p a.button:active,
.cms .button p a:hover,
.cms .button p a:focus,
.cms .button p a:active,
.cms p a.button:hover,
.cms p a.button:focus,
.cms p a.button:active,
.btn.alert-button:hover,
.btn.alert-button:focus,
.btn.alert-button:active {
  color: #000; }
  .gen-button:hover:before, .gen-button:focus:before, .gen-button:active:before,
  .spotlight-button:hover:before,
  .spotlight-button:focus:before,
  .spotlight-button:active:before,
  a.button:hover:before,
  a.button:focus:before,
  a.button:active:before,
  .button a:hover:before,
  .button a:focus:before,
  .button a:active:before,
  input.button:hover:before,
  input.button:focus:before,
  input.button:active:before,
  .textarea .button p a:hover:before,
  .textarea .button p a:focus:before,
  .textarea .button p a:active:before,
  .textarea p a.button:hover:before,
  .textarea p a.button:focus:before,
  .textarea p a.button:active:before,
  .cms .button p a:hover:before,
  .cms .button p a:focus:before,
  .cms .button p a:active:before,
  .cms p a.button:hover:before,
  .cms p a.button:focus:before,
  .cms p a.button:active:before,
  .btn.alert-button:hover:before,
  .btn.alert-button:focus:before,
  .btn.alert-button:active:before {
    top: 3px;
    left: 3px; }
  .gen-button:hover:after, .gen-button:focus:after, .gen-button:active:after,
  .spotlight-button:hover:after,
  .spotlight-button:focus:after,
  .spotlight-button:active:after,
  a.button:hover:after,
  a.button:focus:after,
  a.button:active:after,
  .button a:hover:after,
  .button a:focus:after,
  .button a:active:after,
  input.button:hover:after,
  input.button:focus:after,
  input.button:active:after,
  .textarea .button p a:hover:after,
  .textarea .button p a:focus:after,
  .textarea .button p a:active:after,
  .textarea p a.button:hover:after,
  .textarea p a.button:focus:after,
  .textarea p a.button:active:after,
  .cms .button p a:hover:after,
  .cms .button p a:focus:after,
  .cms .button p a:active:after,
  .cms p a.button:hover:after,
  .cms p a.button:focus:after,
  .cms p a.button:active:after,
  .btn.alert-button:hover:after,
  .btn.alert-button:focus:after,
  .btn.alert-button:active:after {
    border-color: #000;
    background-color: #fff; }

.m-button, .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,
.btn.alert-button {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  z-index: 1;
  padding: 10px 30px;
  letter-spacing: 1px;
  background: transparent; }
  @media screen and (max-width: 700px) {
    .m-button, .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,
    .btn.alert-button {
      padding-top: 14.5px;
      padding-bottom: 14.5px; } }
  .m-button:before, .gen-button:before,
  .spotlight-button:before,
  a.button:before,
  .button a:before,
  input.button:before,
  .textarea .button p a:before,
  .textarea p a.button:before,
  .cms .button p a:before,
  .cms p a.button:before,
  .btn.alert-button:before {
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    background-color: #CE181E; }
  .m-button:after, .gen-button:after,
  .spotlight-button:after,
  a.button:after,
  .button a:after,
  input.button:after,
  .textarea .button p a:after,
  .textarea p a.button:after,
  .cms .button p a:after,
  .cms p a.button:after,
  .btn.alert-button:after {
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: none;
            transform: none;
    border: 3px solid #CE181E;
    background-color: #CE181E; }

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

form input[type='submit'] {
  background-color: #CE181E;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  padding: 10px 20px;
  letter-spacing: 1px;
  border: 3px solid #CE181E;
  color: #fff;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear; }
  @media screen and (max-width: 700px) {
    form input[type='submit'] {
      padding-top: 11.5px;
      padding-bottom: 11.5px; } }
  form input[type='submit']:hover, form input[type='submit']:focus, form input[type='submit']:active {
    color: #000;
    border-color: #000;
    background-color: #fff; }

form button[type='submit'] {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  vertical-align: top;
  letter-spacing: 1px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  border: none;
  padding: 0;
  background: none; }
  form button[type='submit']:before {
    display: inline-block;
    content: "";
    background-image: url("../images/svg/arrow_right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: top;
    width: 10px;
    height: 10px;
    margin: 2px 7px 0 0; }
  form button[type='submit']:hover, form button[type='submit']:focus, form button[type='submit']:active {
    color: #CE181E; }

.load-more-buttons {
  text-align: right; }
  .load-more-buttons #loadMoreEvents {
    display: inline-block;
    float: none; }

#loadMoreEvents {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  padding: 0 20px 18px 39px;
  border: none;
  background: transparent;
  margin: 30px 0 0 0;
  float: right;
  position: relative;
  z-index: 1; }
  #loadMoreEvents:before {
    position: absolute;
    top: 1px;
    left: -3px;
    z-index: 1;
    height: 15px;
    width: 15px;
    background-image: url("../images/svg/load_more_arrow.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    -webkit-transition: all 650ms linear;
    transition: all 650ms linear; }
  #loadMoreEvents:after {
    position: absolute;
    top: calc(100% - 6px);
    right: calc(100% - 120px);
    z-index: -1;
    height: 6px;
    background: rgba(0, 0, 0, 0.3);
    width: 120px;
    content: "";
    display: block;
    -webkit-transition: height 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995), top 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995), right 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995);
    transition: height 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995), top 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995), right 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995); }
  #loadMoreEvents:hover:before {
    left: 19px; }
  #loadMoreEvents:hover:after {
    top: -19px;
    right: 0;
    height: 53px; }

/***********************************************/
/*      Add Additional Button Styles Below     */
/***********************************************/
/* 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: transparent; }

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

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

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent; }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

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

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

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  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;
  -webkit-transition: 0s;
  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: transparent;
  -webkit-tap-highlight-color: transparent; }

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

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .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 {
  -webkit-box-sizing: border-box;
  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; }

/******************************
*
*  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 {
  max-width: calc(100% - 100px);
  margin: 0 auto; }
  @media screen and (max-width: 870px) {
    .rsDefault {
      max-width: 100%; } }

.full > .full-slideshow .rsDefault,
.home .full-slideshow .rsDefault,
.event_detail > .title_section > #branding > .full-slideshow .rsDefault {
  max-width: calc(100vw - 100px);
  margin: 0 auto;
  height: calc((100vw - 120px) * 600 / 1200);
  max-height: 600px;
  /*
	@include media($tablet){
		height: calc((100vw - 100px)*600/1200);
	}*/ }
  @media screen and (max-width: 870px) {
    .full > .full-slideshow .rsDefault,
    .home .full-slideshow .rsDefault,
    .event_detail > .title_section > #branding > .full-slideshow .rsDefault {
      max-width: 100%;
      height: auto; } }

.rsOverflow {
  max-width: 100%; }

.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: #151515;
  color: #fff; }

.rsDefault .rsSlide {
  visibility: hidden; }
  .rsDefault .rsSlide.rsActiveSlide {
    visibility: visible; }

.royalSlider > .rsContent {
  visibility: hidden; }

/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 50px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  opacity: 1 !important;
  visibility: visible !important; }
  @media screen and (max-width: 1080px) {
    .rsDefault .rsArrow {
      width: 45px; } }
  @media screen and (max-width: 870px) {
    .rsDefault .rsArrow {
      width: 35px; } }
  .rsDefault .rsArrow.rsVer .rsArrow {
    width: 100%;
    height: 44px; }
  .rsDefault .rsArrow:focus .rsArrowIcn {
    opacity: 1 !important; }

.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: -100%; }
  .rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
    background-position: -96px -32px; }

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

.rsDefault.rsHor .rsArrowLeft {
  top: 0;
  left: -50px; }
  @media screen and (max-width: 1080px) {
    .rsDefault.rsHor .rsArrowLeft {
      left: -45px; } }
  @media screen and (max-width: 870px) {
    .rsDefault.rsHor .rsArrowLeft {
      left: 0; } }
  .rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
    @media screen and (max-width: 870px) {
      .rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
        right: 0;
        left: auto; } }

.rsDefault.rsHor .rsArrowRight {
  top: 0;
  right: -50px; }
  @media screen and (max-width: 1080px) {
    .rsDefault.rsHor .rsArrowRight {
      right: -45px; } }
  @media screen and (max-width: 870px) {
    .rsDefault.rsHor .rsArrowRight {
      right: 0; } }
  .rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    right: 0;
    left: auto; }
    @media screen and (max-width: 870px) {
      .rsDefault.rsHor .rsArrowRight .rsArrowIcn {
        left: 0;
        right: auto; } }

.full > .full-slideshow .rsDefault .rsArrowIcn,
.home .full-slideshow .rsDefault .rsArrowIcn,
.event_detail > .title_section > #branding > .full-slideshow .rsDefault .rsArrowIcn {
  background-color: transparent;
  opacity: 0.3;
  top: calc(1 / 2 * (100vw - 120px) * 600 / 1200);
  background-size: contain;
  /*
	@include media($tablet){
		top: calc(1/2*(100vw - 100px)*600/1200);
	}*/ }
  @media screen and (min-width: 1601px) {
    .full > .full-slideshow .rsDefault .rsArrowIcn,
    .home .full-slideshow .rsDefault .rsArrowIcn,
    .event_detail > .title_section > #branding > .full-slideshow .rsDefault .rsArrowIcn {
      top: 300px; } }
  @media screen and (max-width: 870px) {
    .full > .full-slideshow .rsDefault .rsArrowIcn,
    .home .full-slideshow .rsDefault .rsArrowIcn,
    .event_detail > .title_section > #branding > .full-slideshow .rsDefault .rsArrowIcn {
      top: calc(1 / 2 * (100vw - 20px) * 600 / 1200); } }
  .full > .full-slideshow .rsDefault .rsArrowIcn:hover,
  .home .full-slideshow .rsDefault .rsArrowIcn:hover,
  .event_detail > .title_section > #branding > .full-slideshow .rsDefault .rsArrowIcn:hover {
    opacity: 1; }

.rsDefault .rsArrowIcn {
  width: 30px;
  height: 30px;
  left: 0;
  margin-top: -15px;
  position: absolute;
  cursor: pointer;
  background-color: #CE181E;
  background-image: url("../images/svg/right_arrow.svg");
  background-position: center;
  background-size: auto 80%;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  top: 50%; }
  @media screen and (max-width: 870px) {
    .rsDefault .rsArrowIcn {
      background-color: transparent;
      top: calc(1 / 2 * (100vw - 20px) * 600 / 1200); } }
  .rsDefault .rsArrowIcn:hover {
    opacity: 0.8; }

.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: 0.2;
  filter: alpha(opacity=20);
  *display: none; }

/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden; }
  .rsDefault .rsBullets .rsBullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 6px 5px 6px; }
    .rsDefault .rsBullets .rsBullet span {
      display: block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #777;
      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: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f4f4f4));
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  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;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
            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;
    -webkit-box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
            box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
    background: #acacac;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#acacac), to(#bbb));
    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; }
  .rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(0, 0, 0, 0.9); }

.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  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 {
  -webkit-transition: all 100ms linear;
  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, .rsDefault .rsPauseBtn:focus {
    background: black;
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100); }

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

.rsDefault.rsVideoPlaying .rsPauseBtn {
  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
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 0;
  left: 0;
  text-align: left;
  color: #fff;
  width: 100%;
  height: auto;
  padding: 10px; }
  @media screen and (max-width: 870px) {
    .rsDefault .rsGCaption {
      position: static;
      float: left;
      padding: 10px 0; } }
  .rsDefault .rsGCaption .rsABlock {
    position: relative;
    display: block !important;
    opacity: 1 !important;
    min-height: 116px; }
    @media screen and (max-width: 870px) {
      .rsDefault .rsGCaption .rsABlock {
        min-height: 109px; } }
    @media screen and (max-width: 700px) {
      .rsDefault .rsGCaption .rsABlock {
        min-height: 137px; } }
  .rsDefault .rsGCaption p {
    line-height: 22px;
    padding: 6px 12px 9px 14px;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.8);
    margin: 0;
    padding: 5px 10px;
    color: #fff;
    display: inline-block; }

/***************
*
*  9. Full Width Responsive
*
****************/
.rsDefault.rsFullWidth {
  width: 100%;
  height: auto; }
  .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 {
  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;
        -webkit-transition: all 100ms linear;
        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); }

.full > .full-slideshow .rsContent,
.home .full-slideshow .rsContent,
.event_detail > .title_section > #branding > .full-slideshow .rsContent {
  overflow: hidden;
  height: calc((100vw - 120px) * 600 / 1200);
  max-height: 600px;
  /*
	@include media($tablet){
		height: calc((100vw - 100px)*600/1200);
	}*/ }
  @media screen and (max-width: 870px) {
    .full > .full-slideshow .rsContent,
    .home .full-slideshow .rsContent,
    .event_detail > .title_section > #branding > .full-slideshow .rsContent {
      height: calc((100vw - 20px) * 600 / 1200); } }

#pages.calendar .title_area {
  max-width: calc(100% - 40px); }

#pages.calendar .title_area, #pages.calendar .breadcrumbs {
  margin-bottom: 0; }

#pages.calendar .print_calendar {
  display: none !important; }

.calendar-new {
  position: relative;
  margin: auto;
  max-width: 1200px;
  padding: 20px 20px 0 20px; }
  .calendar-new .tl-header {
    background: #000;
    padding: 20px 0 15px;
    max-width: 1200px;
    margin: 0 auto 10px; }
    @media screen and (max-width: 870px) {
      .calendar-new .tl-header {
        padding: 15px 0; } }
  .calendar-new .month_name {
    color: #fff;
    text-align: center;
    font: 800 32px/100% "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0px auto; }
    @media screen and (max-width: 870px) {
      .calendar-new .month_name {
        font-size: 24px;
        line-height: 37px;
        padding: 0 40px; } }
  .calendar-new .cal-prev, .calendar-new .cal-next {
    font-size: 30px;
    position: absolute;
    top: 18px;
    left: 0;
    color: white;
    vertical-align: middle;
    padding: 0 20px; }
    @media screen and (max-width: 700px) {
      .calendar-new .cal-prev, .calendar-new .cal-next {
        top: 14px;
        padding: 0 10px; } }
    .calendar-new .cal-prev .fa, .calendar-new .cal-next .fa {
      line-height: 30px; }
    .calendar-new .cal-prev:hover, .calendar-new .cal-next:hover {
      color: #CE181E; }
  .calendar-new .cal-next {
    float: right;
    left: auto;
    right: 0; }
  .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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-line-pack: end;
          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: white;
      font-family: "Montserrat", sans-serif;
      font-weight: 800;
      font-size: 16px;
      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 {
    -webkit-transition: all 100ms linear;
    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 #000;
        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 .desc a:hover {
            color: #CE181E; }
        .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; }
      .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: #000;
      height: 42px;
      color: white;
      font-family: "Montserrat", 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;
        word-wrap: break-word;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        color: #000; }
        .calendar-new .tl-date h3 a:hover {
          color: #000; }
    .calendar-new .tl-date h4 {
      font-weight: 300;
      font-size: 14px;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      color: #000; }
    .calendar-new .tl-date .time {
      color: #000;
      font-size: 12px;
      font-weight: 300;
      z-index: 10;
      letter-spacing: 0.04em; }
    .calendar-new .tl-date.hasEvent .date {
      color: white;
      background: #CE181E; }
    @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%;
  -webkit-transform: translate(-50%, -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
----------------------------------------------------------------------------- */
.content_item {
  width: 980px;
  margin: 0 auto 60px auto;
  max-width: calc(100% - 40px); }

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

.content {
  position: relative;
  margin: 0;
  padding: 0;
  /* ----------------------------------------------------------------------------
    =Image Templates
    ----------------------------------------------------------------------------- */ }
  .content img {
    max-width: 100%; }
    .content img[align=left], .content img.left {
      float: left;
      margin: 0 30px 30px 0; }
      @media screen and (max-width: 700px) {
        .content img[align=left], .content img.left {
          float: none;
          margin: 0 auto 20px;
          display: block; } }
    .content img[align=right], .content img.right {
      float: right;
      margin: 0 0 30px 30px; }
      @media screen and (max-width: 700px) {
        .content img[align=right], .content img.right {
          float: none;
          margin: 0 auto 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;
      margin: 0 0 30px 0;
      font-size: 1rem; }
      .two-column > ul > li:nth-child(odd) {
        clear: left; }
      @media screen and (max-width: 700px) {
        .two-column > ul > li {
          width: 100%;
          float: none; } }
      .two-column > ul > li strong {
        text-transform: uppercase;
        font-weight: 800; }

.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;
    padding-bottom: 30px;
    margin-bottom: 60px;
    border-bottom: 1px solid #C2C2C2; }
    .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 .entry h3,
    .concierge .entry h3,
    .news_list .entry h3,
    .contest_list .entry h3,
    .job_list .entry h3,
    .seating_charts .entry h3,
    .offer_list .entry h3 {
      margin-top: 0; }
  .spotlight .thumb,
  .concierge .thumb,
  .news_list .thumb,
  .contest_list .thumb,
  .job_list .thumb,
  .seating_charts .thumb,
  .offer_list .thumb {
    width: 280px;
    max-width: 100%;
    margin: 0 30px 0px 0;
    float: left; }
    @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 .thumb.default,
    .concierge .thumb.default,
    .news_list .thumb.default,
    .contest_list .thumb.default,
    .job_list .thumb.default,
    .seating_charts .thumb.default,
    .offer_list .thumb.default {
      display: none; }
    .spotlight .thumb a,
    .concierge .thumb a,
    .news_list .thumb a,
    .contest_list .thumb a,
    .job_list .thumb a,
    .seating_charts .thumb a,
    .offer_list .thumb a {
      display: block;
      opacity: 1; }
      .spotlight .thumb a:hover,
      .concierge .thumb a:hover,
      .news_list .thumb a:hover,
      .contest_list .thumb a:hover,
      .job_list .thumb a:hover,
      .seating_charts .thumb a:hover,
      .offer_list .thumb a:hover {
        opacity: 0.8; }
    .spotlight .thumb img,
    .concierge .thumb img,
    .news_list .thumb img,
    .contest_list .thumb img,
    .job_list .thumb img,
    .seating_charts .thumb img,
    .offer_list .thumb img {
      display: block;
      width: 100%; }
  .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;
        text-align: left; }
        .spotlight .info li,
        .concierge .info li,
        .news_list .info li,
        .contest_list .info li,
        .job_list .info li,
        .seating_charts .info li,
        .offer_list .info li {
          text-align: left; } }
  .spotlight .thumb.default + .info, .spotlight .thumb.default + .info + .buttons,
  .concierge .thumb.default + .info,
  .concierge .thumb.default + .info + .buttons,
  .news_list .thumb.default + .info,
  .news_list .thumb.default + .info + .buttons,
  .contest_list .thumb.default + .info,
  .contest_list .thumb.default + .info + .buttons,
  .job_list .thumb.default + .info,
  .job_list .thumb.default + .info + .buttons,
  .seating_charts .thumb.default + .info,
  .seating_charts .thumb.default + .info + .buttons,
  .offer_list .thumb.default + .info,
  .offer_list .thumb.default + .info + .buttons {
    width: 100%; }
  .spotlight .thumb + .info, .spotlight .thumb + .info + .buttons,
  .concierge .thumb + .info,
  .concierge .thumb + .info + .buttons,
  .news_list .thumb + .info,
  .news_list .thumb + .info + .buttons,
  .contest_list .thumb + .info,
  .contest_list .thumb + .info + .buttons,
  .job_list .thumb + .info,
  .job_list .thumb + .info + .buttons,
  .seating_charts .thumb + .info,
  .seating_charts .thumb + .info + .buttons,
  .offer_list .thumb + .info,
  .offer_list .thumb + .info + .buttons {
    width: calc(100% - (280px + 30px));
    margin-left: auto; }
    @media screen and (max-width: 700px) {
      .spotlight .thumb + .info, .spotlight .thumb + .info + .buttons,
      .concierge .thumb + .info,
      .concierge .thumb + .info + .buttons,
      .news_list .thumb + .info,
      .news_list .thumb + .info + .buttons,
      .contest_list .thumb + .info,
      .contest_list .thumb + .info + .buttons,
      .job_list .thumb + .info,
      .job_list .thumb + .info + .buttons,
      .seating_charts .thumb + .info,
      .seating_charts .thumb + .info + .buttons,
      .offer_list .thumb + .info,
      .offer_list .thumb + .info + .buttons {
        width: 100%;
        margin-left: 0; } }
  .spotlight .date,
  .concierge .date,
  .news_list .date,
  .contest_list .date,
  .job_list .date,
  .seating_charts .date,
  .offer_list .date {
    font-size: 14px;
    line-height: 18px;
    color: #CE181E;
    margin-bottom: 3px; }
  .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: #000; }
    .spotlight .title a:hover, .spotlight .title a:focus, .spotlight .title a:active,
    .concierge .title a:hover,
    .concierge .title a:focus,
    .concierge .title a:active,
    .news_list .title a:hover,
    .news_list .title a:focus,
    .news_list .title a:active,
    .contest_list .title a:hover,
    .contest_list .title a:focus,
    .contest_list .title a:active,
    .job_list .title a:hover,
    .job_list .title a:focus,
    .job_list .title a:active,
    .seating_charts .title a:hover,
    .seating_charts .title a:focus,
    .seating_charts .title a:active,
    .offer_list .title a:hover,
    .offer_list .title a:focus,
    .offer_list .title a:active {
      color: #CE181E; }
  .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 {
      float: none;
      text-align: left; }
      .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;
        width: 100%; } }
  @media screen and (max-width: 700px) {
    .spotlight .button a,
    .concierge .button a,
    .news_list .button a,
    .contest_list .button a,
    .job_list .button a,
    .seating_charts .button a,
    .offer_list .button a {
      width: 100%; } }
  .spotlight .spotlight_content > *:last-child, .spotlight .teaser > *:last-child,
  .concierge .spotlight_content > *:last-child,
  .concierge .teaser > *:last-child,
  .news_list .spotlight_content > *:last-child,
  .news_list .teaser > *:last-child,
  .contest_list .spotlight_content > *:last-child,
  .contest_list .teaser > *:last-child,
  .job_list .spotlight_content > *:last-child,
  .job_list .teaser > *:last-child,
  .seating_charts .spotlight_content > *:last-child,
  .seating_charts .teaser > *:last-child,
  .offer_list .spotlight_content > *:last-child,
  .offer_list .teaser > *:last-child {
    margin-bottom: 0; }
  .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 a.more.button,
  .concierge a.more.button,
  .news_list a.more.button,
  .contest_list a.more.button,
  .job_list a.more.button,
  .seating_charts a.more.button,
  .offer_list a.more.button {
    margin: 23px 0 0 0; }
    @media screen and (max-width: 700px) {
      .spotlight a.more.button,
      .concierge a.more.button,
      .news_list a.more.button,
      .contest_list a.more.button,
      .job_list a.more.button,
      .seating_charts a.more.button,
      .offer_list a.more.button {
        width: 100%; } }
  .spotlight .buttons .spot-button,
  .concierge .buttons .spot-button,
  .news_list .buttons .spot-button,
  .contest_list .buttons .spot-button,
  .job_list .buttons .spot-button,
  .seating_charts .buttons .spot-button,
  .offer_list .buttons .spot-button {
    margin: 23px 0 0 0; }
  .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;
    margin: 0 auto 40px;
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        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%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .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;
        margin: 0 auto 20px auto; }
        .spotlight[data-layout="square"] .entry .thumb:after,
        .concierge[data-layout="square"] .entry .thumb:after,
        .news_list[data-layout="square"] .entry .thumb:after,
        .contest_list[data-layout="square"] .entry .thumb:after,
        .job_list[data-layout="square"] .entry .thumb:after,
        .seating_charts[data-layout="square"] .entry .thumb:after,
        .offer_list[data-layout="square"] .entry .thumb:after {
          display: none; }
      .spotlight[data-layout="square"] .entry .info,
      .concierge[data-layout="square"] .entry .info,
      .news_list[data-layout="square"] .entry .info,
      .contest_list[data-layout="square"] .entry .info,
      .job_list[data-layout="square"] .entry .info,
      .seating_charts[data-layout="square"] .entry .info,
      .offer_list[data-layout="square"] .entry .info {
        width: 100%;
        display: block;
        text-align: left;
        padding: 0;
        margin: 0 0 auto 0; }
        .spotlight[data-layout="square"] .entry .info .content,
        .concierge[data-layout="square"] .entry .info .content,
        .news_list[data-layout="square"] .entry .info .content,
        .contest_list[data-layout="square"] .entry .info .content,
        .job_list[data-layout="square"] .entry .info .content,
        .seating_charts[data-layout="square"] .entry .info .content,
        .offer_list[data-layout="square"] .entry .info .content {
          display: none; }
      .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: 0 0 7px 0; }
        .spotlight[data-layout="square"] .entry .title:before,
        .concierge[data-layout="square"] .entry .title:before,
        .news_list[data-layout="square"] .entry .title:before,
        .contest_list[data-layout="square"] .entry .title:before,
        .job_list[data-layout="square"] .entry .title:before,
        .seating_charts[data-layout="square"] .entry .title:before,
        .offer_list[data-layout="square"] .entry .title:before {
          display: none; }
      .spotlight[data-layout="square"] .entry .buttons,
      .concierge[data-layout="square"] .entry .buttons,
      .news_list[data-layout="square"] .entry .buttons,
      .contest_list[data-layout="square"] .entry .buttons,
      .job_list[data-layout="square"] .entry .buttons,
      .seating_charts[data-layout="square"] .entry .buttons,
      .offer_list[data-layout="square"] .entry .buttons {
        width: 100%; }
        .spotlight[data-layout="square"] .entry .buttons .spot-button,
        .concierge[data-layout="square"] .entry .buttons .spot-button,
        .news_list[data-layout="square"] .entry .buttons .spot-button,
        .contest_list[data-layout="square"] .entry .buttons .spot-button,
        .job_list[data-layout="square"] .entry .buttons .spot-button,
        .seating_charts[data-layout="square"] .entry .buttons .spot-button,
        .offer_list[data-layout="square"] .entry .buttons .spot-button {
          width: 100%; }
      @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(1/3*(100% - 134px));
          margin: 0 67px 60px 0; }
          .spotlight[data-layout="square"] .entry:nth-child(3n),
          .concierge[data-layout="square"] .entry:nth-child(3n),
          .news_list[data-layout="square"] .entry:nth-child(3n),
          .contest_list[data-layout="square"] .entry:nth-child(3n),
          .job_list[data-layout="square"] .entry:nth-child(3n),
          .seating_charts[data-layout="square"] .entry:nth-child(3n),
          .offer_list[data-layout="square"] .entry:nth-child(3n) {
            margin-right: 0; }
          .spotlight[data-layout="square"] .entry:nth-child(3n+1),
          .concierge[data-layout="square"] .entry:nth-child(3n+1),
          .news_list[data-layout="square"] .entry:nth-child(3n+1),
          .contest_list[data-layout="square"] .entry:nth-child(3n+1),
          .job_list[data-layout="square"] .entry:nth-child(3n+1),
          .seating_charts[data-layout="square"] .entry:nth-child(3n+1),
          .offer_list[data-layout="square"] .entry:nth-child(3n+1) {
            margin-left: 0; } }

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

@media screen and (max-width: 700px) {
  .news_list .title {
    margin: 0; } }

/* ----------------------------------------------------------------------------
= 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-y: scroll; } }
  #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;
    outline-color: #fff;
    border: none; }
    @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;
    outline-offset: -5px; }
    #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% "Maven Pro", sans-serif;
  line-height: 25px;
  cursor: pointer;
  text-align: center;
  border: none;
  outline-offset: -4px; }
  .dontshow-overlay:hover, .dontshow-overlay:focus {
    color: #fff;
    background: #CE181E; }

/* ----------------------------------------------------------------------------
= Homepage items and layout
----------------------------------------------------------------------------- */
.home #layout > .after {
  display: none; }

@media screen and (max-width: 870px) {
  .home .full {
    margin-top: 20px; } }

@media screen and (max-width: 700px) {
  .home .full {
    margin-top: 10px; } }

.home .full .full_column .intro_panel {
  position: relative;
  z-index: 1;
  padding-bottom: 179px;
  max-width: calc(100vw - 120px);
  margin: 0 auto; }
  @media screen and (max-width: 1080px) {
    .home .full .full_column .intro_panel {
      padding-bottom: 164px; } }
  @media screen and (max-width: 870px) {
    .home .full .full_column .intro_panel {
      padding-bottom: 133px;
      max-width: calc(100vw - 40px); } }
  @media screen and (max-width: 700px) {
    .home .full .full_column .intro_panel {
      padding-bottom: 93px;
      max-width: calc(100vw - 20px); } }
  .home .full .full_column .intro_panel > svg {
    z-index: -1;
    width: 2000px;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: -170px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (min-width: 2000px) {
      .home .full .full_column .intro_panel > svg {
        width: 100vw;
        bottom: -177px; } }
    @media screen and (max-width: 870px) {
      .home .full .full_column .intro_panel > svg {
        width: 1500px;
        bottom: -127px; } }
    @media screen and (max-width: 700px) {
      .home .full .full_column .intro_panel > svg {
        width: 1000px;
        bottom: -86px; } }
    @media screen and (max-width: 500px) {
      .home .full .full_column .intro_panel > svg {
        width: 600px;
        bottom: -52px; } }
    @media screen and (max-width: 400px) {
      .home .full .full_column .intro_panel > svg {
        width: 500px;
        bottom: -42px; } }
  .home .full .full_column .intro_panel .rsDefault {
    zoom: 1;
    max-height: 100%;
    height: auto; }
    .home .full .full_column .intro_panel .rsDefault:before, .home .full .full_column .intro_panel .rsDefault:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .home .full .full_column .intro_panel .rsDefault:after {
      clear: both; }
    .home .full .full_column .intro_panel .rsDefault .rsGCaption {
      position: relative;
      float: left;
      padding: 0;
      margin: -37px 0 0 0; }
      @media screen and (max-width: 700px) {
        .home .full .full_column .intro_panel .rsDefault .rsGCaption {
          margin: -22px 0 0 0; } }
      .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h4.date, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .m-alert-wrapper .alert-container h2.date, .m-alert-wrapper .alert-container .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc h2.date {
        padding: 10px 20px 0 29px;
        background: #000;
        margin: 0 0 20px 0;
        height: 40px;
        display: inline-block;
        position: relative; }
        @media screen and (max-width: 870px) {
          .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h4.date, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .m-alert-wrapper .alert-container h2.date, .m-alert-wrapper .alert-container .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc h2.date {
            margin: 0 0 30px 0; } }
        @media screen and (max-width: 700px) {
          .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h4.date, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .m-alert-wrapper .alert-container h2.date, .m-alert-wrapper .alert-container .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc h2.date {
            margin: 0 0 6px 0;
            padding: 5px 9px 0 9px;
            height: 30px; } }
        .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h4.date:before, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .m-alert-wrapper .alert-container h2.date:before, .m-alert-wrapper .alert-container .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc h2.date:before {
          position: absolute;
          top: 10px;
          background: #CE181E;
          width: 6px;
          height: 30px;
          left: 0;
          content: "";
          display: block; }
          @media screen and (max-width: 700px) {
            .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h4.date:before, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .m-alert-wrapper .alert-container h2.date:before, .m-alert-wrapper .alert-container .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc h2.date:before {
              display: none; } }
        .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h4.date .m-date__singleDate .m-date__month, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .m-alert-wrapper .alert-container h2.date .m-date__singleDate .m-date__month, .m-alert-wrapper .alert-container .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc h2.date .m-date__singleDate .m-date__month,
        .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h4.date .m-date__rangeFirst .m-date__month,
        .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .m-alert-wrapper .alert-container h2.date .m-date__rangeFirst .m-date__month,
        .m-alert-wrapper .alert-container .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc h2.date .m-date__rangeFirst .m-date__month {
          font-weight: 800;
          font-size: 24px;
          line-height: 16px;
          color: #fff;
          font-family: "Montserrat", sans-serif;
          vertical-align: middle;
          text-transform: uppercase; }
          @media screen and (max-width: 700px) {
            .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h4.date .m-date__singleDate .m-date__month, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .m-alert-wrapper .alert-container h2.date .m-date__singleDate .m-date__month, .m-alert-wrapper .alert-container .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc h2.date .m-date__singleDate .m-date__month,
            .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h4.date .m-date__rangeFirst .m-date__month,
            .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .m-alert-wrapper .alert-container h2.date .m-date__rangeFirst .m-date__month,
            .m-alert-wrapper .alert-container .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc h2.date .m-date__rangeFirst .m-date__month {
              font-size: 18px;
              line-height: 22px; } }
        .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h4.date .m-date__singleDate .m-date__day, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .m-alert-wrapper .alert-container h2.date .m-date__singleDate .m-date__day, .m-alert-wrapper .alert-container .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc h2.date .m-date__singleDate .m-date__day,
        .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h4.date .m-date__rangeFirst .m-date__day,
        .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .m-alert-wrapper .alert-container h2.date .m-date__rangeFirst .m-date__day,
        .m-alert-wrapper .alert-container .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc h2.date .m-date__rangeFirst .m-date__day {
          font-weight: 800;
          font-size: 24px;
          line-height: 16px;
          color: #fff;
          vertical-align: middle;
          font-family: "Montserrat", sans-serif;
          text-transform: uppercase; }
          @media screen and (max-width: 700px) {
            .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h4.date .m-date__singleDate .m-date__day, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .m-alert-wrapper .alert-container h2.date .m-date__singleDate .m-date__day, .m-alert-wrapper .alert-container .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc h2.date .m-date__singleDate .m-date__day,
            .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h4.date .m-date__rangeFirst .m-date__day,
            .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .m-alert-wrapper .alert-container h2.date .m-date__rangeFirst .m-date__day,
            .m-alert-wrapper .alert-container .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc h2.date .m-date__rangeFirst .m-date__day {
              font-size: 18px;
              line-height: 22px; } }
        .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h4.date .m-date__singleDate .m-date__year, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .m-alert-wrapper .alert-container h2.date .m-date__singleDate .m-date__year, .m-alert-wrapper .alert-container .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc h2.date .m-date__singleDate .m-date__year,
        .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h4.date .m-date__rangeFirst .m-date__year,
        .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .m-alert-wrapper .alert-container h2.date .m-date__rangeFirst .m-date__year,
        .m-alert-wrapper .alert-container .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc h2.date .m-date__rangeFirst .m-date__year {
          font-family: "Montserrat", sans-serif;
          font-size: 24px;
          line-height: 16px;
          font-weight: 400;
          font-family: "Montserrat", sans-serif;
          color: #fff;
          vertical-align: bottom; }
          @media screen and (max-width: 700px) {
            .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h4.date .m-date__singleDate .m-date__year, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .m-alert-wrapper .alert-container h2.date .m-date__singleDate .m-date__year, .m-alert-wrapper .alert-container .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc h2.date .m-date__singleDate .m-date__year,
            .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h4.date .m-date__rangeFirst .m-date__year,
            .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .m-alert-wrapper .alert-container h2.date .m-date__rangeFirst .m-date__year,
            .m-alert-wrapper .alert-container .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc h2.date .m-date__rangeFirst .m-date__year {
              font-size: 18px;
              line-height: 19px; } }
        .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h4.date .m-date__separator, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .m-alert-wrapper .alert-container h2.date .m-date__separator, .m-alert-wrapper .alert-container .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc h2.date .m-date__separator {
          font-weight: 800;
          font-size: 24px;
          line-height: 16px;
          color: #fff;
          text-transform: uppercase;
          margin: 0 5px;
          vertical-align: middle;
          font-family: "Montserrat", sans-serif; }
          @media screen and (max-width: 700px) {
            .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h4.date .m-date__separator, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .m-alert-wrapper .alert-container h2.date .m-date__separator, .m-alert-wrapper .alert-container .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc h2.date .m-date__separator {
              font-size: 18px;
              line-height: 22px; } }
        .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h4.date .m-date__rangeLast .m-date__month, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .m-alert-wrapper .alert-container h2.date .m-date__rangeLast .m-date__month, .m-alert-wrapper .alert-container .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc h2.date .m-date__rangeLast .m-date__month {
          font-weight: 800;
          font-size: 24px;
          line-height: 16px;
          color: #fff;
          vertical-align: middle;
          font-family: "Montserrat", sans-serif;
          text-transform: uppercase; }
          @media screen and (max-width: 700px) {
            .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h4.date .m-date__rangeLast .m-date__month, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .m-alert-wrapper .alert-container h2.date .m-date__rangeLast .m-date__month, .m-alert-wrapper .alert-container .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc h2.date .m-date__rangeLast .m-date__month {
              font-size: 18px;
              line-height: 22px; } }
        .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h4.date .m-date__rangeLast .m-date__day, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .m-alert-wrapper .alert-container h2.date .m-date__rangeLast .m-date__day, .m-alert-wrapper .alert-container .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc h2.date .m-date__rangeLast .m-date__day {
          font-weight: 800;
          font-size: 24px;
          line-height: 16px;
          color: #fff;
          vertical-align: middle;
          font-family: "Montserrat", sans-serif;
          text-transform: uppercase; }
          @media screen and (max-width: 700px) {
            .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h4.date .m-date__rangeLast .m-date__day, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .m-alert-wrapper .alert-container h2.date .m-date__rangeLast .m-date__day, .m-alert-wrapper .alert-container .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc h2.date .m-date__rangeLast .m-date__day {
              font-size: 18px;
              line-height: 22px; } }
        .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h4.date .m-date__rangeLast .m-date__year, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .m-alert-wrapper .alert-container h2.date .m-date__rangeLast .m-date__year, .m-alert-wrapper .alert-container .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc h2.date .m-date__rangeLast .m-date__year {
          font-family: "Montserrat", sans-serif;
          font-size: 24px;
          line-height: 16px;
          font-weight: 400;
          vertical-align: bottom;
          font-family: "Montserrat", sans-serif;
          color: #fff; }
          @media screen and (max-width: 700px) {
            .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h4.date .m-date__rangeLast .m-date__year, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .m-alert-wrapper .alert-container h2.date .m-date__rangeLast .m-date__year, .m-alert-wrapper .alert-container .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc h2.date .m-date__rangeLast .m-date__year {
              font-size: 18px;
              line-height: 19px; } }
      .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h3, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .spotlight .title, .spotlight .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title,
      .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .concierge .title, .concierge .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title,
      .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .news_list .title, .news_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title,
      .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .contest_list .title, .contest_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title,
      .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .job_list .title, .job_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title,
      .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .seating_charts .title, .seating_charts .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title,
      .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .offer_list .title, .offer_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .sitemap .column > ul > li > a, .sitemap .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .column > ul > li > a {
        padding: 0 0 0 9px;
        margin: 0; }
        .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h3 a, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .spotlight .title a, .spotlight .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .concierge .title a, .concierge .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .news_list .title a, .news_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .contest_list .title a, .contest_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .job_list .title a, .job_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .seating_charts .title a, .seating_charts .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .offer_list .title a, .offer_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .sitemap .column > ul > li > a a, .sitemap .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .column > ul > li > a a {
          font-size: 3.1573345183rem;
          color: #fff;
          position: relative;
          z-index: 1; }
          @media screen and (max-width: 870px) {
            .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h3 a, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .spotlight .title a, .spotlight .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .concierge .title a, .concierge .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .news_list .title a, .news_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .contest_list .title a, .contest_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .job_list .title a, .job_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .seating_charts .title a, .seating_charts .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .offer_list .title a, .offer_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .sitemap .column > ul > li > a a, .sitemap .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .column > ul > li > a a {
              font-size: 2.368593037rem; } }
          @media screen and (max-width: 700px) {
            .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h3 a, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .spotlight .title a, .spotlight .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .concierge .title a, .concierge .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .news_list .title a, .news_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .contest_list .title a, .contest_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .job_list .title a, .job_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .seating_charts .title a, .seating_charts .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .offer_list .title a, .offer_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .sitemap .column > ul > li > a a, .sitemap .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .column > ul > li > a a {
              font-size: 24px; } }
          .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h3 a:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .spotlight .title a:after, .spotlight .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .concierge .title a:after, .concierge .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .news_list .title a:after, .news_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .contest_list .title a:after, .contest_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .job_list .title a:after, .job_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .seating_charts .title a:after, .seating_charts .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .offer_list .title a:after, .offer_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .sitemap .column > ul > li > a a:after, .sitemap .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .column > ul > li > a a:after {
            display: block;
            content: "";
            position: absolute;
            bottom: 4px;
            left: -8px;
            width: 0;
            height: 29px;
            -webkit-transition: width 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995);
            transition: width 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995);
            background: #CE181E;
            z-index: -1; }
            @media screen and (max-width: 870px) {
              .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h3 a:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .spotlight .title a:after, .spotlight .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .concierge .title a:after, .concierge .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .news_list .title a:after, .news_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .contest_list .title a:after, .contest_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .job_list .title a:after, .job_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .seating_charts .title a:after, .seating_charts .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .offer_list .title a:after, .offer_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .sitemap .column > ul > li > a a:after, .sitemap .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .column > ul > li > a a:after {
                height: 19px; } }
            @media screen and (max-width: 700px) {
              .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h3 a:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .spotlight .title a:after, .spotlight .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .concierge .title a:after, .concierge .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .news_list .title a:after, .news_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .contest_list .title a:after, .contest_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .job_list .title a:after, .job_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .seating_charts .title a:after, .seating_charts .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .offer_list .title a:after, .offer_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .sitemap .column > ul > li > a a:after, .sitemap .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .column > ul > li > a a:after {
                height: 10px;
                bottom: 0; } }
          .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .h3 a:hover:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .spotlight .title a:hover:after, .spotlight .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a:hover:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .concierge .title a:hover:after, .concierge .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a:hover:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .news_list .title a:hover:after, .news_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a:hover:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .contest_list .title a:hover:after, .contest_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a:hover:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .job_list .title a:hover:after, .job_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a:hover:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .seating_charts .title a:hover:after, .seating_charts .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a:hover:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .offer_list .title a:hover:after, .offer_list .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .title a:hover:after, .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .sitemap .column > ul > li > a a:hover:after, .sitemap .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .column > ul > li > a a:hover:after {
            width: calc(100% + 16px); }
      .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .caption_body {
        padding: 0 0 0 9px;
        font-size: 1.424rem;
        color: rgba(255, 255, 255, 0.6); }
        @media screen and (max-width: 700px) {
          .home .full .full_column .intro_panel .rsDefault .rsGCaption .desc .caption_body {
            font-size: 1rem; } }
      .home .full .full_column .intro_panel .rsDefault .rsGCaption .buttons {
        position: absolute;
        top: 12px;
        right: 0; }
        @media screen and (max-width: 700px) {
          .home .full .full_column .intro_panel .rsDefault .rsGCaption .buttons {
            margin-top: 28px;
            position: static; } }
        .home .full .full_column .intro_panel .rsDefault .rsGCaption .buttons a, .home .full .full_column .intro_panel .rsDefault .rsGCaption .buttons span {
          display: block;
          white-space: nowrap;
          padding: 15px 10px;
          width: 175px;
          height: 45px;
          font-size: 14px;
          line-height: 16px;
          text-transform: uppercase;
          color: #fff;
          font-weight: 800;
          font-family: "Montserrat", sans-serif;
          background-color: #CE181E;
          background-image: url("../images/svg/slideshow_button_bg.svg");
          background-position: bottom center;
          background-size: 100% auto;
          background-repeat: no-repeat;
          text-align: center; }
          @media screen and (max-width: 700px) {
            .home .full .full_column .intro_panel .rsDefault .rsGCaption .buttons a, .home .full .full_column .intro_panel .rsDefault .rsGCaption .buttons span {
              width: 100%; } }
          .home .full .full_column .intro_panel .rsDefault .rsGCaption .buttons a.more, .home .full .full_column .intro_panel .rsDefault .rsGCaption .buttons span.more {
            display: none; }
        .home .full .full_column .intro_panel .rsDefault .rsGCaption .buttons a:hover {
          background-image: none;
          background-color: #EC0C14; }
        .home .full .full_column .intro_panel .rsDefault .rsGCaption .buttons svg {
          display: none; }
  .home .full .full_column .intro_panel .scroll_down {
    width: 64px;
    height: 45px;
    background-image: url("../images/scroll_indicator.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (max-width: 1080px) {
      .home .full .full_column .intro_panel .scroll_down {
        bottom: 40px; } }
    @media screen and (max-width: 870px) {
      .home .full .full_column .intro_panel .scroll_down {
        bottom: 32px; } }
    @media screen and (max-width: 700px) {
      .home .full .full_column .intro_panel .scroll_down {
        bottom: 20px; } }

.home .full .full_column h2 {
  position: relative;
  margin: 105px 0 43px 0;
  color: #fff;
  z-index: 2;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase; }
  @media screen and (max-width: 1080px) {
    .home .full .full_column h2 {
      margin-top: 51px; } }
  @media screen and (max-width: 870px) {
    .home .full .full_column h2 {
      margin-top: 42px; } }
  @media screen and (max-width: 700px) {
    .home .full .full_column h2 {
      margin-top: 15px;
      margin-bottom: 20px; } }

.link {
  position: relative; }
  .link ul.list {
    padding: 0; }
    .link ul.list > li {
      margin: 0 0 20px 0;
      padding: 0 0 0 48px;
      position: relative; }
      .link ul.list > li:before, .link ul.list > li:after {
        display: none; }
    .link ul.list > li > span {
      display: inline-block;
      padding: 0;
      word-wrap: break-word;
      color: #000;
      font-size: 18px;
      line-height: 1.2;
      border-bottom: 2px solid transparent;
      font-weight: 800;
      text-transform: uppercase; }
    .link ul.list > li > a {
      display: inline-block;
      padding: 0;
      word-wrap: break-word;
      color: #000;
      font-family: "Montserrat", sans-serif;
      font-size: 18px;
      line-height: 1.2;
      font-weight: 800;
      text-transform: uppercase;
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear;
      position: relative;
      /*------------------------------------------------------------
            =Handles all Social Media icons for select social media urls
                -- Twitter | Facebook | Instagram | Pinterest
            ------------------------------------------------------------*/ }
      .link ul.list > li > a:after {
        bottom: -2px;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        height: 2px;
        width: 100%;
        content: "";
        display: block;
        background: #CE181E;
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear;
        -webkit-transition: width 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995);
        transition: width 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995); }
      .link ul.list > li > a svg {
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear;
        position: absolute;
        top: 0;
        left: -48px;
        fill: #000; }
      .link ul.list > li > a:hover, .link ul.list > li > a:focus, .link ul.list > li > a:active {
        color: #CE181E;
        border-bottom-color: transparent; }
        .link ul.list > li > a:hover:after, .link ul.list > li > a:focus:after, .link ul.list > li > a:active:after {
          width: 0%; }
        .link ul.list > li > a:hover svg, .link ul.list > li > a:focus svg, .link ul.list > li > a:active svg {
          fill: #CE181E; }
      .link ul.list > li > a .link_icon .internal {
        display: block; }
      .link ul.list > li > a .link_icon .external {
        display: none; }
      .link ul.list > li > a[target="_blank"] .link_icon .internal {
        display: none; }
      .link ul.list > li > a[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 {
        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 {
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear;
        position: absolute;
        top: 4px;
        left: 0px;
        display: inline-block;
        background: none;
        padding: 0;
        font-family: FontAwesome;
        font-size: 25px;
        font-weight: normal;
        font-style: normal;
        color: #000;
        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 {
        color: #000; }
      .link ul.list > li > a[href*="twitter"]:before {
        content: "\f099"; }
      .link ul.list > li > a[href*="facebook"]:before {
        content: "\f09a"; }
      .link ul.list > li > a[href*="instagram"]:before {
        content: "\f16d"; }
      .link ul.list > li > a[href*="pinterest"]:before {
        content: "\f0d2"; }
    .link ul.list > li > span .link_icon {
      display: none; }
    .link ul.list .description {
      margin-top: 10px; }
      .link ul.list .description p {
        margin-top: 0; }
      .link ul.list .description p {
        margin-bottom: 20px; }

/* ----------------------------------------------------------------------------
= FAQ Accordion
----------------------------------------------------------------------------- */
.faq {
  position: relative; }
  .faq .faq_item_wrapper {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #C2C2C2; }
    .faq .faq_item_wrapper:last-child {
      margin-bottom: 0; }
    .faq .faq_item_wrapper.open {
      border-bottom: 2px solid #000;
      padding-bottom: 22px; }
      .faq .faq_item_wrapper.open .faq_question {
        margin-bottom: 6px; }
        .faq .faq_item_wrapper.open .faq_question p {
          color: #000; }
        .faq .faq_item_wrapper.open .faq_question .icon {
          background: #CE181E; }
          .faq .faq_item_wrapper.open .faq_question .icon svg {
            -webkit-transform: translateY(-3px) rotate(180deg);
                    transform: translateY(-3px) rotate(180deg); }
    .faq .faq_item_wrapper .faq_question {
      cursor: pointer;
      position: relative;
      padding: 0 0 0 54px;
      min-height: 34px; }
      .faq .faq_item_wrapper .faq_question > a:hover p, .faq .faq_item_wrapper .faq_question > a:focus p, .faq .faq_item_wrapper .faq_question > a:active p {
        color: #CE181E; }
      .faq .faq_item_wrapper .faq_question > a:hover .icon, .faq .faq_item_wrapper .faq_question > a:focus .icon, .faq .faq_item_wrapper .faq_question > a:active .icon {
        background: #CE181E; }
      .faq .faq_item_wrapper .faq_question p {
        margin: 0;
        padding: 10px 0 0 0;
        text-transform: none;
        font-weight: 800;
        font-family: "Montserrat", sans-serif;
        color: #000;
        font-size: 18px;
        line-height: 18px;
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear;
        text-transform: uppercase; }
      .faq .faq_item_wrapper .faq_question .icon {
        width: 34px;
        height: 34px;
        text-align: center;
        padding: 9px 0;
        background: #000;
        margin: 0 20px 0 0;
        position: absolute;
        top: 0;
        left: -54px;
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear; }
        .faq .faq_item_wrapper .faq_question .icon svg {
          -webkit-transition: all 100ms linear;
          transition: all 100ms linear;
          -webkit-transform: rotate(0);
                  transform: rotate(0); }
        .vendor-mozilla .faq .faq_item_wrapper .faq_question .icon, .vendor-webkit.ie11 .faq .faq_item_wrapper .faq_question .icon {
          top: 18px; }
    .faq .faq_item_wrapper .faq_answer {
      display: none;
      padding: 0 0 0 54px;
      margin: 0px; }
      .faq .faq_item_wrapper .faq_answer .cms > *:last-child {
        margin-bottom: 0; }

/* ----------------------------------------------------------------------------
= Seating Charts Page styles - Listing page
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=Venue Pages
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Map styles
----------------------------------------------------------------------------- */
.iframe-map {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .iframe-map iframe.map {
    width: 100%;
    height: 600px;
    margin-bottom: 60px;
    display: block; }
    @media screen and (max-width: 700px) {
      .iframe-map iframe.map {
        height: 232px; } }

#branding[data-options="content_map"] .map_holder .map {
  height: 100%; }

#branding .map_holder {
  margin-bottom: 0; }

#branding iframe.map {
  margin-bottom: 0; }

.map_holder {
  position: relative;
  display: block;
  width: 100%;
  height: 600px;
  margin-bottom: 60px; }
  @media screen and (max-width: 700px) {
    .map_holder {
      height: 232px; } }
  .map_holder .map {
    width: 100%;
    height: calc(100% - 40px); }

.map_window {
  max-width: 400px;
  padding: 10px 0 5px 0; }
  @media screen and (max-width: 700px) {
    .map_window {
      max-width: 200px; } }
  .map_window .info {
    margin: 0;
    padding: 0; }
    .map_window .info h4 {
      letter-spacing: 1px;
      margin: 0; }
    .map_window .info address {
      margin: 0;
      padding: 0;
      color: #000;
      font-family: "Maven Pro", sans-serif;
      font-size: 16px;
      line-height: 27px; }
      @media screen and (max-width: 700px) {
        .map_window .info address {
          margin: 0 0 10px 0;
          line-height: 21px; } }
      .map_window .info address .hidden {
        visibility: visible;
        display: inline; }
        .map_window .info address .hidden.phone {
          visibility: hidden;
          display: none; }
  .map_window .desc {
    display: none;
    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: 0; }
    .map_window .directions label {
      display: block;
      margin: 0 0 17px;
      color: #000;
      font-size: 13px;
      line-height: 22px; }
      @media screen and (max-width: 700px) {
        .map_window .directions label {
          line-height: 19px; } }
    .map_window .directions input[type=text] {
      width: 100%;
      margin: 0;
      padding: 4px 5px;
      color: #000;
      height: 30px;
      font-size: 12px;
      border: 2px solid #D1D3D4; }
    .map_window .directions form button {
      float: left;
      margin: 13px 0 0 0; }

.map_control {
  zoom: 1;
  position: relative;
  background-color: #000;
  z-index: 51;
  margin: 0 auto;
  line-height: 30px;
  font-weight: 800;
  padding: 5px 0;
  float: left;
  width: 100%; }
  .map_control:before, .map_control:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .map_control:after {
    clear: both; }
  @media screen and (max-width: 870px) {
    .map_control {
      padding-bottom: 40px;
      background-color: transparent; } }
  .map_control .map_anchor {
    display: none; }
  .map_control label {
    display: block;
    float: left;
    height: 30px;
    padding: 0 89px 0 20px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.4px;
    text-transform: capitalize; }
    @media screen and (max-width: 870px) {
      .map_control label {
        padding: 0 15px;
        width: 100%;
        line-height: 40px;
        background-color: black; } }
  .map_control button {
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    float: left;
    margin: 0 5px 0 0;
    padding: 0 10px;
    color: #fff;
    border: none;
    background: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle; }
    @media screen and (max-width: 870px) {
      .map_control button {
        display: block;
        float: none;
        width: 100%;
        line-height: 40px;
        margin: 0;
        border-top: 1px solid #000;
        background-color: #000; } }
    .map_control button.hotels:after {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      vertical-align: middle;
      margin: 0 0 0 10px;
      line-height: 30px;
      background-position: center;
      background-size: 100%;
      background-image: url("../images/hotels_icon.png");
      background-repeat: no-repeat; }
    .map_control button.restaurants:after {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      vertical-align: middle;
      margin: 0 0 0 10px;
      line-height: 30px;
      background-position: center;
      background-size: 100%;
      background-image: url("../images/restaurants_icon.png");
      background-repeat: no-repeat; }
    .map_control button.explore-acadiana:after {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      vertical-align: middle;
      line-height: 30px;
      margin: 0 0 0 10px;
      background-position: center;
      background-size: 100%;
      background-image: url("../images/shopping_icon.png");
      background-repeat: no-repeat; }
    .map_control button.active {
      outline: none; }
      .map_control button.active.hotels {
        background-color: #A41F35; }
      .map_control button.active.restaurants {
        background-color: #3D3D3D; }
      .map_control button.active.explore-acadiana {
        background-color: #CE181E; }
      .map_control button.active:hover {
        color: white;
        outline: none; }
    .map_control button:hover {
      color: #CE181E;
      outline: none; }
    .map_control button:focus {
      outline: none; }

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

.paging {
  zoom: 1;
  position: relative;
  height: 20px;
  margin: -43px 0 15px 0;
  padding: 0;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 20px;
  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: 20px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 10px 0 0 0; }
  .paging .pages {
    zoom: 1;
    float: right;
    width: auto;
    text-align: center;
    margin: 10px -17px 0 0; }
    .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 {
      position: relative;
      float: left;
      width: 20px;
      height: 20px;
      margin: 0 3px;
      padding: 0;
      color: #000;
      text-decoration: none;
      font-weight: 800;
      background-color: #fff; }
      .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:hover svg polyline, .paging .pages strong.next:hover svg polyline, .paging .pages a.prev:hover svg polyline, .paging .pages a.next:hover svg polyline, .paging .pages a:link.prev:hover svg polyline, .paging .pages a:link.next:hover svg polyline, .paging .pages a:visited.prev:hover svg polyline, .paging .pages a:visited.next:hover svg polyline {
        stroke: #CE181E; }
      .paging .pages strong.next svg, .paging .pages a.next svg, .paging .pages a:link.next svg, .paging .pages a:visited.next svg {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .paging .pages a:hover, .paging .pages a:link:hover, .paging .pages a:visited:hover {
      color: #CE181E; }
    .paging .pages strong {
      background-color: #CE181E;
      color: #fff; }

/* ----------------------------------------------------------------------------
=Password Protected Page login form
----------------------------------------------------------------------------- */
.login-form {
  position: relative;
  text-align: center; }
  .login-form form {
    position: relative;
    max-width: calc(100% - 20px);
    margin: 0 auto; }
  .login-form input[type='password'] {
    position: relative;
    width: 100%;
    max-width: 300px;
    height: 46px;
    background: transparent;
    border: 1px solid #C2C2C2;
    padding: 8px 10px;
    font-size: 15px;
    color: #ffffff;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    -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: #000; }
    .login-form input[type='password']:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #000; }
    .login-form input[type='password']::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #000; }
    .login-form input[type='password']:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #000; }
  .login-form input[type='submit'] {
    display: block;
    margin: 25px auto; }

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_detail .news_thumb {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }
  @media screen and (min-width: 871px) {
    .news_detail .news_thumb {
      max-width: 50%; } }

.news_detail a.back {
  color: #000;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  display: block;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear; }
  .news_detail a.back svg {
    display: inline-block;
    margin: 0 9px 0 0; }
    .news_detail a.back svg polyline {
      stroke: #CE181E; }
  .news_detail a.back:hover {
    color: #CE181E; }

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
.event_list_header {
  width: 100%;
  color: #000; }
  .event_list_header .overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 auto 42px auto; }
    @media screen and (max-width: 1080px) {
      .event_list_header .overview {
        display: block; } }
  .event_list_header h1 {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    margin: 0;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: uppercase; }

.event_list_toggles {
  -ms-flex-item-align: center;
      align-self: center; }
  @media screen and (max-width: 1080px) {
    .event_list_toggles {
      display: inline-block;
      margin-top: 20px;
      vertical-align: top; } }
  @media screen and (max-width: 700px) {
    .event_list_toggles {
      display: block;
      margin-top: 10px; } }
  .event_list_toggles .toggle {
    margin-left: 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 116px;
    height: 40px;
    padding: 0 6px;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear; }
    @media screen and (max-width: 700px) {
      .event_list_toggles .toggle {
        margin-left: 0; } }
    .event_list_toggles .toggle:hover {
      cursor: pointer;
      background: #CE181E; }
      .event_list_toggles .toggle:hover span {
        color: #fff; }
      .event_list_toggles .toggle:hover svg {
        fill: #fff; }
    .event_list_toggles .toggle.is-active svg {
      fill: #fff; }
  .event_list_toggles span {
    display: block;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 16px;
    font-weight: 800; }
  .event_list_toggles svg {
    fill: #fff;
    width: 28px;
    height: 28px;
    margin: 0 0 0 8px; }

.category-dropdown {
  position: relative;
  -ms-flex-item-align: center;
      align-self: center; }
  @media screen and (max-width: 1080px) {
    .category-dropdown {
      display: inline-block;
      margin-top: 20px;
      vertical-align: top; } }
  @media screen and (max-width: 700px) {
    .category-dropdown {
      display: block; } }
  .category-dropdown .select {
    background: rgba(0, 0, 0, 0.6);
    display: block;
    position: relative;
    width: 267px;
    height: 40px;
    line-height: 40px;
    border: none;
    margin: 0;
    padding: 0 0 0 20px;
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    cursor: pointer;
    outline: none;
    z-index: 8;
    text-align: left; }
    .category-dropdown .select .select_text {
      text-transform: capitalize; }
    .category-dropdown .select svg {
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear;
      float: right;
      position: absolute;
      top: 50%;
      right: 15px;
      width: 23px;
      height: 16px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      fill: none;
      fill-rule: evenodd;
      stroke: #fff;
      stroke-width: 1.5px;
      margin: 3px 0 0 0; }
    .category-dropdown .select.is-active {
      border-color: #CCCCCC; }
      .category-dropdown .select.is-active svg {
        -webkit-transform: rotate(180deg) translateY(-47%);
                transform: rotate(180deg) translateY(-47%);
        -webkit-transform-origin: 50% 0;
                transform-origin: 50% 0;
        margin: -2px 0 0 0; }
  .category-dropdown .choices {
    background: #fff;
    border-top: 2px solid #CE181E;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 267px;
    padding: 10px 10px 13px 10px;
    font-family: "Montserrat", sans-serif;
    z-index: 7;
    color: #000;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    line-height: 29px;
    font-weight: 700; }
    .category-dropdown .choices.is-active {
      display: block; }
    .category-dropdown .choices li a, .category-dropdown .choices li span {
      display: block;
      padding: 0 10px;
      text-decoration: none;
      cursor: pointer;
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear;
      text-transform: capitalize; }
    .category-dropdown .choices li:hover a,
    .category-dropdown .choices li:hover span,
    .category-dropdown .choices a.is-active span.is-active {
      background: #CE181E;
      color: #fff; }
    .category-dropdown .choices li:before {
      display: none; }

.event_list_listing, .eventList__listing, .event_list_forceListing, .m-eventList__listing, .event_list {
  zoom: 1; }
  .event_list_listing:before, .event_list_listing:after, .eventList__listing:before, .eventList__listing:after, .event_list_forceListing:before, .event_list_forceListing:after, .m-eventList__listing:before, .m-eventList__listing:after, .event_list:before, .event_list:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .event_list_listing:after, .eventList__listing:after, .event_list_forceListing:after, .m-eventList__listing:after, .event_list:after {
    clear: both; }
  @media screen and (min-width: 701px) {
    #pages.group-sales .event_list_listing .eventItem .info-wrapper, #pages.group-sales .eventList__listing .eventItem .info-wrapper, #pages.group-sales .event_list_forceListing .eventItem .info-wrapper, #pages.group-sales .m-eventList__listing .eventItem .info-wrapper, #pages.group-sales .event_list .eventItem .info-wrapper {
      width: 100%; } }
  @media screen and (max-width: 700px) {
    #pages.group-sales .event_list_listing .eventItem .info-wrapper .info .date, #pages.group-sales .eventList__listing .eventItem .info-wrapper .info .date, #pages.group-sales .event_list_forceListing .eventItem .info-wrapper .info .date, #pages.group-sales .m-eventList__listing .eventItem .info-wrapper .info .date, #pages.group-sales .event_list .eventItem .info-wrapper .info .date {
      padding-left: 12px; } }
  #pages.group-sales .event_list_listing .eventItem .thumb, #pages.group-sales .eventList__listing .eventItem .thumb, #pages.group-sales .event_list_forceListing .eventItem .thumb, #pages.group-sales .m-eventList__listing .eventItem .thumb, #pages.group-sales .event_list .eventItem .thumb {
    display: none; }
  @media screen and (min-width: 1081px) {
    #events .event_list_listing .eventList__wrapper, #pages.index.home .event_list_listing .eventList__wrapper, #events .eventList__listing .eventList__wrapper, #pages.index.home .eventList__listing .eventList__wrapper, #events .event_list_forceListing .eventList__wrapper, #pages.index.home .event_list_forceListing .eventList__wrapper, #events .m-eventList__listing .eventList__wrapper, #pages.index.home .m-eventList__listing .eventList__wrapper, #events .event_list .eventList__wrapper, #pages.index.home .event_list .eventList__wrapper {
      max-width: calc(100% - 100px);
      margin-left: auto;
      position: relative; }
      #events .event_list_listing .eventList__wrapper:after, #pages.index.home .event_list_listing .eventList__wrapper:after, #events .eventList__listing .eventList__wrapper:after, #pages.index.home .eventList__listing .eventList__wrapper:after, #events .event_list_forceListing .eventList__wrapper:after, #pages.index.home .event_list_forceListing .eventList__wrapper:after, #events .m-eventList__listing .eventList__wrapper:after, #pages.index.home .m-eventList__listing .eventList__wrapper:after, #events .event_list .eventList__wrapper:after, #pages.index.home .event_list .eventList__wrapper:after {
        width: 6px;
        height: 100%;
        position: absolute;
        top: 0;
        left: -95px;
        content: "";
        display: block;
        background: rgba(0, 0, 0, 0.3); }
      #events .event_list_listing .eventList__wrapper .eventItem, #pages.index.home .event_list_listing .eventList__wrapper .eventItem, #events .eventList__listing .eventList__wrapper .eventItem, #pages.index.home .eventList__listing .eventList__wrapper .eventItem, #events .event_list_forceListing .eventList__wrapper .eventItem, #pages.index.home .event_list_forceListing .eventList__wrapper .eventItem, #events .m-eventList__listing .eventList__wrapper .eventItem, #pages.index.home .m-eventList__listing .eventList__wrapper .eventItem, #events .event_list .eventList__wrapper .eventItem, #pages.index.home .event_list .eventList__wrapper .eventItem {
        position: relative; }
        #events .event_list_listing .eventList__wrapper .eventItem:before, #pages.index.home .event_list_listing .eventList__wrapper .eventItem:before, #events .eventList__listing .eventList__wrapper .eventItem:before, #pages.index.home .eventList__listing .eventList__wrapper .eventItem:before, #events .event_list_forceListing .eventList__wrapper .eventItem:before, #pages.index.home .event_list_forceListing .eventList__wrapper .eventItem:before, #events .m-eventList__listing .eventList__wrapper .eventItem:before, #pages.index.home .m-eventList__listing .eventList__wrapper .eventItem:before, #events .event_list .eventList__wrapper .eventItem:before, #pages.index.home .event_list .eventList__wrapper .eventItem:before {
          opacity: 0;
          position: absolute;
          top: 50%;
          left: -77px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          z-index: 1;
          height: 25px;
          width: 25px;
          background-image: url("../images/svg/load_more_arrow.svg");
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat;
          content: "";
          -webkit-transition: all 100ms linear;
          transition: all 100ms linear;
          visibility: visible; }
        #events .event_list_listing .eventList__wrapper .eventItem:hover:before, #pages.index.home .event_list_listing .eventList__wrapper .eventItem:hover:before, #events .eventList__listing .eventList__wrapper .eventItem:hover:before, #pages.index.home .eventList__listing .eventList__wrapper .eventItem:hover:before, #events .event_list_forceListing .eventList__wrapper .eventItem:hover:before, #pages.index.home .event_list_forceListing .eventList__wrapper .eventItem:hover:before, #events .m-eventList__listing .eventList__wrapper .eventItem:hover:before, #pages.index.home .m-eventList__listing .eventList__wrapper .eventItem:hover:before, #events .event_list .eventList__wrapper .eventItem:hover:before, #pages.index.home .event_list .eventList__wrapper .eventItem:hover:before {
          opacity: 1;
          -webkit-transition-delay: 650ms;
                  transition-delay: 650ms; } }
  .event_list_listing .eventItem, .eventList__listing .eventItem, .event_list_forceListing .eventItem, .m-eventList__listing .eventItem, .event_list .eventItem {
    background: #000;
    color: #fff;
    margin: 0 0 10px 0;
    width: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    @media screen and (min-width: 871px) {
      .event_list_listing .eventItem, .eventList__listing .eventItem, .event_list_forceListing .eventItem, .m-eventList__listing .eventItem, .event_list .eventItem {
        min-height: 180px; } }
    @media screen and (max-width: 870px) {
      .event_list_listing .eventItem, .eventList__listing .eventItem, .event_list_forceListing .eventItem, .m-eventList__listing .eventItem, .event_list .eventItem {
        padding: 10px; } }
    @media screen and (max-width: 700px) {
      .event_list_listing .eventItem, .eventList__listing .eventItem, .event_list_forceListing .eventItem, .m-eventList__listing .eventItem, .event_list .eventItem {
        display: block; } }
    @media screen and (min-width: 871px) {
      .event_list_listing .eventItem:hover .info-wrapper, .eventList__listing .eventItem:hover .info-wrapper, .event_list_forceListing .eventItem:hover .info-wrapper, .m-eventList__listing .eventItem:hover .info-wrapper, .event_list .eventItem:hover .info-wrapper {
        width: calc(100% - 304px); } }
    .event_list_listing .eventItem .thumb, .eventList__listing .eventItem .thumb, .event_list_forceListing .eventItem .thumb, .m-eventList__listing .eventItem .thumb, .event_list .eventItem .thumb {
      width: 304px;
      max-width: 304px;
      height: 180px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: -1;
      overflow: hidden; }
      @media screen and (max-width: 870px) {
        .event_list_listing .eventItem .thumb, .eventList__listing .eventItem .thumb, .event_list_forceListing .eventItem .thumb, .m-eventList__listing .eventItem .thumb, .event_list .eventItem .thumb {
          position: static;
          width: 248px;
          height: 147px; } }
      @media screen and (max-width: 700px) {
        .event_list_listing .eventItem .thumb, .eventList__listing .eventItem .thumb, .event_list_forceListing .eventItem .thumb, .m-eventList__listing .eventItem .thumb, .event_list .eventItem .thumb {
          width: 151px;
          position: absolute;
          z-index: 2;
          top: 10px;
          left: 10px;
          height: 89px; } }
      .event_list_listing .eventItem .thumb a, .eventList__listing .eventItem .thumb a, .event_list_forceListing .eventItem .thumb a, .m-eventList__listing .eventItem .thumb a, .event_list .eventItem .thumb a {
        display: block;
        max-width: 100%;
        max-height: 100%; }
      .event_list_listing .eventItem .thumb img, .eventList__listing .eventItem .thumb img, .event_list_forceListing .eventItem .thumb img, .m-eventList__listing .eventItem .thumb img, .event_list .eventItem .thumb img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        width: 100%; }
    .event_list_listing .eventItem .info-wrapper, .eventList__listing .eventItem .info-wrapper, .event_list_forceListing .eventItem .info-wrapper, .m-eventList__listing .eventItem .info-wrapper, .event_list .eventItem .info-wrapper {
      background: #000;
      width: 100%;
      max-width: 100%;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-transition: width 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995);
      transition: width 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995); }
      @media screen and (min-width: 871px) {
        .event_list_listing .eventItem .info-wrapper, .eventList__listing .eventItem .info-wrapper, .event_list_forceListing .eventItem .info-wrapper, .m-eventList__listing .eventItem .info-wrapper, .event_list .eventItem .info-wrapper {
          min-height: 180px; } }
      @media screen and (max-width: 870px) {
        .event_list_listing .eventItem .info-wrapper, .eventList__listing .eventItem .info-wrapper, .event_list_forceListing .eventItem .info-wrapper, .m-eventList__listing .eventItem .info-wrapper, .event_list .eventItem .info-wrapper {
          padding: 0 0 0 20px;
          width: calc(100% - 248px); } }
      @media screen and (max-width: 700px) {
        .event_list_listing .eventItem .info-wrapper, .eventList__listing .eventItem .info-wrapper, .event_list_forceListing .eventItem .info-wrapper, .m-eventList__listing .eventItem .info-wrapper, .event_list .eventItem .info-wrapper {
          padding: 0;
          width: 100%; } }
      @media screen and (max-width: 870px) {
        .event_list_listing .eventItem .info-wrapper .date, .eventList__listing .eventItem .info-wrapper .date, .event_list_forceListing .eventItem .info-wrapper .date, .m-eventList__listing .eventItem .info-wrapper .date, .event_list .eventItem .info-wrapper .date {
          display: none; } }
      @media screen and (min-width: 871px) {
        .event_list_listing .eventItem .info-wrapper .date, .eventList__listing .eventItem .info-wrapper .date, .event_list_forceListing .eventItem .info-wrapper .date, .m-eventList__listing .eventItem .info-wrapper .date, .event_list .eventItem .info-wrapper .date {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          min-height: 180px;
          width: 200px;
          background: #1B1A1A;
          text-transform: uppercase;
          padding: 15px 23px; }
          .event_list_listing .eventItem .info-wrapper .date .m-date__singleDate .m-date__month,
          .event_list_listing .eventItem .info-wrapper .date .m-date__rangeFirst .m-date__month, .eventList__listing .eventItem .info-wrapper .date .m-date__singleDate .m-date__month,
          .eventList__listing .eventItem .info-wrapper .date .m-date__rangeFirst .m-date__month, .event_list_forceListing .eventItem .info-wrapper .date .m-date__singleDate .m-date__month,
          .event_list_forceListing .eventItem .info-wrapper .date .m-date__rangeFirst .m-date__month, .m-eventList__listing .eventItem .info-wrapper .date .m-date__singleDate .m-date__month,
          .m-eventList__listing .eventItem .info-wrapper .date .m-date__rangeFirst .m-date__month, .event_list .eventItem .info-wrapper .date .m-date__singleDate .m-date__month,
          .event_list .eventItem .info-wrapper .date .m-date__rangeFirst .m-date__month {
            color: #fff;
            font-size: 32px;
            letter-spacing: 1px;
            line-height: 32px;
            font-family: "Montserrat", sans-serif;
            font-weight: 800;
            display: block; }
          .event_list_listing .eventItem .info-wrapper .date .m-date__singleDate .m-date__day,
          .event_list_listing .eventItem .info-wrapper .date .m-date__rangeFirst .m-date__day, .eventList__listing .eventItem .info-wrapper .date .m-date__singleDate .m-date__day,
          .eventList__listing .eventItem .info-wrapper .date .m-date__rangeFirst .m-date__day, .event_list_forceListing .eventItem .info-wrapper .date .m-date__singleDate .m-date__day,
          .event_list_forceListing .eventItem .info-wrapper .date .m-date__rangeFirst .m-date__day, .m-eventList__listing .eventItem .info-wrapper .date .m-date__singleDate .m-date__day,
          .m-eventList__listing .eventItem .info-wrapper .date .m-date__rangeFirst .m-date__day, .event_list .eventItem .info-wrapper .date .m-date__singleDate .m-date__day,
          .event_list .eventItem .info-wrapper .date .m-date__rangeFirst .m-date__day {
            color: #fff;
            font-size: 32px;
            line-height: 32px;
            letter-spacing: 1px;
            font-family: "Montserrat", sans-serif;
            font-weight: 800;
            display: inline-block; }
          .event_list_listing .eventItem .info-wrapper .date .m-date__singleDate .m-date__year,
          .event_list_listing .eventItem .info-wrapper .date .m-date__rangeFirst .m-date__year, .eventList__listing .eventItem .info-wrapper .date .m-date__singleDate .m-date__year,
          .eventList__listing .eventItem .info-wrapper .date .m-date__rangeFirst .m-date__year, .event_list_forceListing .eventItem .info-wrapper .date .m-date__singleDate .m-date__year,
          .event_list_forceListing .eventItem .info-wrapper .date .m-date__rangeFirst .m-date__year, .m-eventList__listing .eventItem .info-wrapper .date .m-date__singleDate .m-date__year,
          .m-eventList__listing .eventItem .info-wrapper .date .m-date__rangeFirst .m-date__year, .event_list .eventItem .info-wrapper .date .m-date__singleDate .m-date__year,
          .event_list .eventItem .info-wrapper .date .m-date__rangeFirst .m-date__year {
            font-family: "Montserrat", sans-serif;
            font-size: 18px;
            line-height: 16px;
            font-weight: 400;
            display: inline-block;
            color: #A4A4A4;
            margin: 8px 0 0 8px; }
          .event_list_listing .eventItem .info-wrapper .date .m-date__separator, .eventList__listing .eventItem .info-wrapper .date .m-date__separator, .event_list_forceListing .eventItem .info-wrapper .date .m-date__separator, .m-eventList__listing .eventItem .info-wrapper .date .m-date__separator, .event_list .eventItem .info-wrapper .date .m-date__separator {
            color: #fff;
            font-size: 32px;
            line-height: 32px;
            letter-spacing: 1px;
            font-family: "Montserrat", sans-serif;
            font-weight: 800;
            display: inline-block;
            margin: 0 10px; }
          .event_list_listing .eventItem .info-wrapper .date .m-date__rangeLast .m-date__month, .eventList__listing .eventItem .info-wrapper .date .m-date__rangeLast .m-date__month, .event_list_forceListing .eventItem .info-wrapper .date .m-date__rangeLast .m-date__month, .m-eventList__listing .eventItem .info-wrapper .date .m-date__rangeLast .m-date__month, .event_list .eventItem .info-wrapper .date .m-date__rangeLast .m-date__month {
            color: #fff;
            font-size: 32px;
            letter-spacing: 1px;
            line-height: 32px;
            font-family: "Montserrat", sans-serif;
            font-weight: 800;
            display: block; }
          .event_list_listing .eventItem .info-wrapper .date .m-date__rangeLast .m-date__day, .eventList__listing .eventItem .info-wrapper .date .m-date__rangeLast .m-date__day, .event_list_forceListing .eventItem .info-wrapper .date .m-date__rangeLast .m-date__day, .m-eventList__listing .eventItem .info-wrapper .date .m-date__rangeLast .m-date__day, .event_list .eventItem .info-wrapper .date .m-date__rangeLast .m-date__day {
            color: #fff;
            font-size: 32px;
            line-height: 32px;
            letter-spacing: 1px;
            font-family: "Montserrat", sans-serif;
            font-weight: 800;
            display: inline-block; }
          .event_list_listing .eventItem .info-wrapper .date .m-date__rangeLast .m-date__year, .eventList__listing .eventItem .info-wrapper .date .m-date__rangeLast .m-date__year, .event_list_forceListing .eventItem .info-wrapper .date .m-date__rangeLast .m-date__year, .m-eventList__listing .eventItem .info-wrapper .date .m-date__rangeLast .m-date__year, .event_list .eventItem .info-wrapper .date .m-date__rangeLast .m-date__year {
            display: block;
            font-family: "Montserrat", sans-serif;
            font-size: 18px;
            line-height: 16px;
            font-weight: 400;
            color: #A4A4A4;
            margin: 8px 0 0 0; }
          .event_list_listing .eventItem .info-wrapper .date .m-date__singleDate .m-date__year, .eventList__listing .eventItem .info-wrapper .date .m-date__singleDate .m-date__year, .event_list_forceListing .eventItem .info-wrapper .date .m-date__singleDate .m-date__year, .m-eventList__listing .eventItem .info-wrapper .date .m-date__singleDate .m-date__year, .event_list .eventItem .info-wrapper .date .m-date__singleDate .m-date__year {
            display: block;
            margin-left: 0; } }
      .event_list_listing .eventItem .info-wrapper .info, .eventList__listing .eventItem .info-wrapper .info, .event_list_forceListing .eventItem .info-wrapper .info, .m-eventList__listing .eventItem .info-wrapper .info, .event_list .eventItem .info-wrapper .info {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        max-width: 100%;
        width: 100%;
        padding: 30px 16px 16px 23px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media screen and (min-width: 871px) {
          .event_list_listing .eventItem .info-wrapper .info, .eventList__listing .eventItem .info-wrapper .info, .event_list_forceListing .eventItem .info-wrapper .info, .m-eventList__listing .eventItem .info-wrapper .info, .event_list .eventItem .info-wrapper .info {
            min-height: 180px; } }
        @media screen and (max-width: 870px) {
          .event_list_listing .eventItem .info-wrapper .info, .eventList__listing .eventItem .info-wrapper .info, .event_list_forceListing .eventItem .info-wrapper .info, .m-eventList__listing .eventItem .info-wrapper .info, .event_list .eventItem .info-wrapper .info {
            padding: 0; } }
        .event_list_listing .eventItem .info-wrapper .info .date, .eventList__listing .eventItem .info-wrapper .info .date, .event_list_forceListing .eventItem .info-wrapper .info .date, .m-eventList__listing .eventItem .info-wrapper .info .date, .event_list .eventItem .info-wrapper .info .date {
          display: none; }
          @media screen and (max-width: 870px) {
            .event_list_listing .eventItem .info-wrapper .info .date, .eventList__listing .eventItem .info-wrapper .info .date, .event_list_forceListing .eventItem .info-wrapper .info .date, .m-eventList__listing .eventItem .info-wrapper .info .date, .event_list .eventItem .info-wrapper .info .date {
              display: block;
              width: 100%;
              background: transparent;
              margin: 0 0 13px 0; } }
          @media screen and (max-width: 700px) {
            .event_list_listing .eventItem .info-wrapper .info .date, .eventList__listing .eventItem .info-wrapper .info .date, .event_list_forceListing .eventItem .info-wrapper .info .date, .m-eventList__listing .eventItem .info-wrapper .info .date, .event_list .eventItem .info-wrapper .info .date {
              min-height: 89px;
              background: #1B1A1A;
              padding: 6px 12px 6px 164px;
              margin: 0; } }
          .event_list_listing .eventItem .info-wrapper .info .date .m-date__singleDate .m-date__month,
          .event_list_listing .eventItem .info-wrapper .info .date .m-date__rangeFirst .m-date__month, .eventList__listing .eventItem .info-wrapper .info .date .m-date__singleDate .m-date__month,
          .eventList__listing .eventItem .info-wrapper .info .date .m-date__rangeFirst .m-date__month, .event_list_forceListing .eventItem .info-wrapper .info .date .m-date__singleDate .m-date__month,
          .event_list_forceListing .eventItem .info-wrapper .info .date .m-date__rangeFirst .m-date__month, .m-eventList__listing .eventItem .info-wrapper .info .date .m-date__singleDate .m-date__month,
          .m-eventList__listing .eventItem .info-wrapper .info .date .m-date__rangeFirst .m-date__month, .event_list .eventItem .info-wrapper .info .date .m-date__singleDate .m-date__month,
          .event_list .eventItem .info-wrapper .info .date .m-date__rangeFirst .m-date__month {
            font-weight: 800;
            font-size: 18px;
            line-height: 22px;
            letter-spacing: 1px;
            color: #fff;
            font-family: "Montserrat", sans-serif;
            text-transform: uppercase; }
            @media screen and (max-width: 700px) {
              .event_list_listing .eventItem .info-wrapper .info .date .m-date__singleDate .m-date__month,
              .event_list_listing .eventItem .info-wrapper .info .date .m-date__rangeFirst .m-date__month, .eventList__listing .eventItem .info-wrapper .info .date .m-date__singleDate .m-date__month,
              .eventList__listing .eventItem .info-wrapper .info .date .m-date__rangeFirst .m-date__month, .event_list_forceListing .eventItem .info-wrapper .info .date .m-date__singleDate .m-date__month,
              .event_list_forceListing .eventItem .info-wrapper .info .date .m-date__rangeFirst .m-date__month, .m-eventList__listing .eventItem .info-wrapper .info .date .m-date__singleDate .m-date__month,
              .m-eventList__listing .eventItem .info-wrapper .info .date .m-date__rangeFirst .m-date__month, .event_list .eventItem .info-wrapper .info .date .m-date__singleDate .m-date__month,
              .event_list .eventItem .info-wrapper .info .date .m-date__rangeFirst .m-date__month {
                font-size: 16px;
                line-height: 22px; } }
          .event_list_listing .eventItem .info-wrapper .info .date .m-date__singleDate .m-date__day,
          .event_list_listing .eventItem .info-wrapper .info .date .m-date__rangeFirst .m-date__day, .eventList__listing .eventItem .info-wrapper .info .date .m-date__singleDate .m-date__day,
          .eventList__listing .eventItem .info-wrapper .info .date .m-date__rangeFirst .m-date__day, .event_list_forceListing .eventItem .info-wrapper .info .date .m-date__singleDate .m-date__day,
          .event_list_forceListing .eventItem .info-wrapper .info .date .m-date__rangeFirst .m-date__day, .m-eventList__listing .eventItem .info-wrapper .info .date .m-date__singleDate .m-date__day,
          .m-eventList__listing .eventItem .info-wrapper .info .date .m-date__rangeFirst .m-date__day, .event_list .eventItem .info-wrapper .info .date .m-date__singleDate .m-date__day,
          .event_list .eventItem .info-wrapper .info .date .m-date__rangeFirst .m-date__day {
            font-weight: 800;
            font-size: 18px;
            line-height: 22px;
            letter-spacing: 1px;
            color: #fff;
            font-family: "Montserrat", sans-serif;
            text-transform: uppercase; }
            @media screen and (max-width: 700px) {
              .event_list_listing .eventItem .info-wrapper .info .date .m-date__singleDate .m-date__day,
              .event_list_listing .eventItem .info-wrapper .info .date .m-date__rangeFirst .m-date__day, .eventList__listing .eventItem .info-wrapper .info .date .m-date__singleDate .m-date__day,
              .eventList__listing .eventItem .info-wrapper .info .date .m-date__rangeFirst .m-date__day, .event_list_forceListing .eventItem .info-wrapper .info .date .m-date__singleDate .m-date__day,
              .event_list_forceListing .eventItem .info-wrapper .info .date .m-date__rangeFirst .m-date__day, .m-eventList__listing .eventItem .info-wrapper .info .date .m-date__singleDate .m-date__day,
              .m-eventList__listing .eventItem .info-wrapper .info .date .m-date__rangeFirst .m-date__day, .event_list .eventItem .info-wrapper .info .date .m-date__singleDate .m-date__day,
              .event_list .eventItem .info-wrapper .info .date .m-date__rangeFirst .m-date__day {
                font-size: 16px;
                line-height: 22px; } }
          .event_list_listing .eventItem .info-wrapper .info .date .m-date__singleDate .m-date__year,
          .event_list_listing .eventItem .info-wrapper .info .date .m-date__rangeFirst .m-date__year, .eventList__listing .eventItem .info-wrapper .info .date .m-date__singleDate .m-date__year,
          .eventList__listing .eventItem .info-wrapper .info .date .m-date__rangeFirst .m-date__year, .event_list_forceListing .eventItem .info-wrapper .info .date .m-date__singleDate .m-date__year,
          .event_list_forceListing .eventItem .info-wrapper .info .date .m-date__rangeFirst .m-date__year, .m-eventList__listing .eventItem .info-wrapper .info .date .m-date__singleDate .m-date__year,
          .m-eventList__listing .eventItem .info-wrapper .info .date .m-date__rangeFirst .m-date__year, .event_list .eventItem .info-wrapper .info .date .m-date__singleDate .m-date__year,
          .event_list .eventItem .info-wrapper .info .date .m-date__rangeFirst .m-date__year {
            font-family: "Montserrat", sans-serif;
            font-size: 18px;
            line-height: 16px;
            font-weight: 400;
            color: #A4A4A4;
            font-family: "Montserrat", sans-serif; }
            @media screen and (max-width: 700px) {
              .event_list_listing .eventItem .info-wrapper .info .date .m-date__singleDate .m-date__year,
              .event_list_listing .eventItem .info-wrapper .info .date .m-date__rangeFirst .m-date__year, .eventList__listing .eventItem .info-wrapper .info .date .m-date__singleDate .m-date__year,
              .eventList__listing .eventItem .info-wrapper .info .date .m-date__rangeFirst .m-date__year, .event_list_forceListing .eventItem .info-wrapper .info .date .m-date__singleDate .m-date__year,
              .event_list_forceListing .eventItem .info-wrapper .info .date .m-date__rangeFirst .m-date__year, .m-eventList__listing .eventItem .info-wrapper .info .date .m-date__singleDate .m-date__year,
              .m-eventList__listing .eventItem .info-wrapper .info .date .m-date__rangeFirst .m-date__year, .event_list .eventItem .info-wrapper .info .date .m-date__singleDate .m-date__year,
              .event_list .eventItem .info-wrapper .info .date .m-date__rangeFirst .m-date__year {
                font-size: 16px;
                line-height: 14px;
                display: block;
                margin-top: 2px; } }
          .event_list_listing .eventItem .info-wrapper .info .date .m-date__separator, .eventList__listing .eventItem .info-wrapper .info .date .m-date__separator, .event_list_forceListing .eventItem .info-wrapper .info .date .m-date__separator, .m-eventList__listing .eventItem .info-wrapper .info .date .m-date__separator, .event_list .eventItem .info-wrapper .info .date .m-date__separator {
            font-weight: 800;
            font-size: 18px;
            line-height: 22px;
            letter-spacing: 1px;
            color: #fff;
            text-transform: uppercase;
            margin: 0 5px;
            font-family: "Montserrat", sans-serif; }
            @media screen and (max-width: 700px) {
              .event_list_listing .eventItem .info-wrapper .info .date .m-date__separator, .eventList__listing .eventItem .info-wrapper .info .date .m-date__separator, .event_list_forceListing .eventItem .info-wrapper .info .date .m-date__separator, .m-eventList__listing .eventItem .info-wrapper .info .date .m-date__separator, .event_list .eventItem .info-wrapper .info .date .m-date__separator {
                font-size: 16px;
                line-height: 22px; } }
          .event_list_listing .eventItem .info-wrapper .info .date .m-date__rangeLast .m-date__month, .eventList__listing .eventItem .info-wrapper .info .date .m-date__rangeLast .m-date__month, .event_list_forceListing .eventItem .info-wrapper .info .date .m-date__rangeLast .m-date__month, .m-eventList__listing .eventItem .info-wrapper .info .date .m-date__rangeLast .m-date__month, .event_list .eventItem .info-wrapper .info .date .m-date__rangeLast .m-date__month {
            font-weight: 800;
            font-size: 18px;
            letter-spacing: 1px;
            line-height: 22px;
            color: #fff;
            font-family: "Montserrat", sans-serif;
            text-transform: uppercase; }
            @media screen and (max-width: 700px) {
              .event_list_listing .eventItem .info-wrapper .info .date .m-date__rangeLast .m-date__month, .eventList__listing .eventItem .info-wrapper .info .date .m-date__rangeLast .m-date__month, .event_list_forceListing .eventItem .info-wrapper .info .date .m-date__rangeLast .m-date__month, .m-eventList__listing .eventItem .info-wrapper .info .date .m-date__rangeLast .m-date__month, .event_list .eventItem .info-wrapper .info .date .m-date__rangeLast .m-date__month {
                font-size: 16px;
                line-height: 22px; } }
          .event_list_listing .eventItem .info-wrapper .info .date .m-date__rangeLast .m-date__day, .eventList__listing .eventItem .info-wrapper .info .date .m-date__rangeLast .m-date__day, .event_list_forceListing .eventItem .info-wrapper .info .date .m-date__rangeLast .m-date__day, .m-eventList__listing .eventItem .info-wrapper .info .date .m-date__rangeLast .m-date__day, .event_list .eventItem .info-wrapper .info .date .m-date__rangeLast .m-date__day {
            font-weight: 800;
            font-size: 18px;
            line-height: 22px;
            letter-spacing: 1px;
            color: #fff;
            font-family: "Montserrat", sans-serif;
            text-transform: uppercase; }
            @media screen and (max-width: 700px) {
              .event_list_listing .eventItem .info-wrapper .info .date .m-date__rangeLast .m-date__day, .eventList__listing .eventItem .info-wrapper .info .date .m-date__rangeLast .m-date__day, .event_list_forceListing .eventItem .info-wrapper .info .date .m-date__rangeLast .m-date__day, .m-eventList__listing .eventItem .info-wrapper .info .date .m-date__rangeLast .m-date__day, .event_list .eventItem .info-wrapper .info .date .m-date__rangeLast .m-date__day {
                font-size: 16px;
                line-height: 22px; } }
          .event_list_listing .eventItem .info-wrapper .info .date .m-date__rangeLast .m-date__year, .eventList__listing .eventItem .info-wrapper .info .date .m-date__rangeLast .m-date__year, .event_list_forceListing .eventItem .info-wrapper .info .date .m-date__rangeLast .m-date__year, .m-eventList__listing .eventItem .info-wrapper .info .date .m-date__rangeLast .m-date__year, .event_list .eventItem .info-wrapper .info .date .m-date__rangeLast .m-date__year {
            font-family: "Montserrat", sans-serif;
            font-size: 18px;
            line-height: 16px;
            font-weight: 400;
            font-family: "Montserrat", sans-serif;
            color: #A4A4A4; }
            @media screen and (max-width: 700px) {
              .event_list_listing .eventItem .info-wrapper .info .date .m-date__rangeLast .m-date__year, .eventList__listing .eventItem .info-wrapper .info .date .m-date__rangeLast .m-date__year, .event_list_forceListing .eventItem .info-wrapper .info .date .m-date__rangeLast .m-date__year, .m-eventList__listing .eventItem .info-wrapper .info .date .m-date__rangeLast .m-date__year, .event_list .eventItem .info-wrapper .info .date .m-date__rangeLast .m-date__year {
                font-size: 16px;
                line-height: 14px;
                display: block;
                margin-top: 2px; } }
        .event_list_listing .eventItem .info-wrapper .info .title, .eventList__listing .eventItem .info-wrapper .info .title, .event_list_forceListing .eventItem .info-wrapper .info .title, .m-eventList__listing .eventItem .info-wrapper .info .title, .event_list .eventItem .info-wrapper .info .title {
          max-width: 600px;
          width: 100%; }
          @media screen and (max-width: 870px) {
            .event_list_listing .eventItem .info-wrapper .info .title, .eventList__listing .eventItem .info-wrapper .info .title, .event_list_forceListing .eventItem .info-wrapper .info .title, .m-eventList__listing .eventItem .info-wrapper .info .title, .event_list .eventItem .info-wrapper .info .title {
              font-size: 1.333rem; } }
          @media screen and (max-width: 700px) {
            .event_list_listing .eventItem .info-wrapper .info .title, .eventList__listing .eventItem .info-wrapper .info .title, .event_list_forceListing .eventItem .info-wrapper .info .title, .m-eventList__listing .eventItem .info-wrapper .info .title, .event_list .eventItem .info-wrapper .info .title {
              padding: 0 10px;
              margin: 32px 0 3px 0;
              font-size: 18px; } }
          .event_list_listing .eventItem .info-wrapper .info .title.long_title, .eventList__listing .eventItem .info-wrapper .info .title.long_title, .event_list_forceListing .eventItem .info-wrapper .info .title.long_title, .m-eventList__listing .eventItem .info-wrapper .info .title.long_title, .event_list .eventItem .info-wrapper .info .title.long_title {
            font-size: 1.333rem; }
            @media screen and (max-width: 870px) {
              .event_list_listing .eventItem .info-wrapper .info .title.long_title, .eventList__listing .eventItem .info-wrapper .info .title.long_title, .event_list_forceListing .eventItem .info-wrapper .info .title.long_title, .m-eventList__listing .eventItem .info-wrapper .info .title.long_title, .event_list .eventItem .info-wrapper .info .title.long_title {
                font-size: 1rem; } }
          .event_list_listing .eventItem .info-wrapper .info .title a, .eventList__listing .eventItem .info-wrapper .info .title a, .event_list_forceListing .eventItem .info-wrapper .info .title a, .m-eventList__listing .eventItem .info-wrapper .info .title a, .event_list .eventItem .info-wrapper .info .title a {
            color: #fff;
            display: inline-block;
            position: relative;
            z-index: 1;
            letter-spacing: 1px; }
            .event_list_listing .eventItem .info-wrapper .info .title a:before, .eventList__listing .eventItem .info-wrapper .info .title a:before, .event_list_forceListing .eventItem .info-wrapper .info .title a:before, .m-eventList__listing .eventItem .info-wrapper .info .title a:before, .event_list .eventItem .info-wrapper .info .title a:before {
              content: "";
              display: block;
              width: 0;
              height: 19px;
              position: absolute;
              bottom: -6px;
              left: -8px;
              z-index: -1;
              background: #CE181E;
              -webkit-transition: width 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995);
              transition: width 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995); }
              @media screen and (max-width: 870px) {
                .event_list_listing .eventItem .info-wrapper .info .title a:before, .eventList__listing .eventItem .info-wrapper .info .title a:before, .event_list_forceListing .eventItem .info-wrapper .info .title a:before, .m-eventList__listing .eventItem .info-wrapper .info .title a:before, .event_list .eventItem .info-wrapper .info .title a:before {
                  height: 12px;
                  bottom: -2px; } }
              @media screen and (max-width: 700px) {
                .event_list_listing .eventItem .info-wrapper .info .title a:before, .eventList__listing .eventItem .info-wrapper .info .title a:before, .event_list_forceListing .eventItem .info-wrapper .info .title a:before, .m-eventList__listing .eventItem .info-wrapper .info .title a:before, .event_list .eventItem .info-wrapper .info .title a:before {
                  height: 10px; } }
            .event_list_listing .eventItem .info-wrapper .info .title a:hover:before, .event_list_listing .eventItem .info-wrapper .info .title a:focus:before, .event_list_listing .eventItem .info-wrapper .info .title a:active:before, .eventList__listing .eventItem .info-wrapper .info .title a:hover:before, .eventList__listing .eventItem .info-wrapper .info .title a:focus:before, .eventList__listing .eventItem .info-wrapper .info .title a:active:before, .event_list_forceListing .eventItem .info-wrapper .info .title a:hover:before, .event_list_forceListing .eventItem .info-wrapper .info .title a:focus:before, .event_list_forceListing .eventItem .info-wrapper .info .title a:active:before, .m-eventList__listing .eventItem .info-wrapper .info .title a:hover:before, .m-eventList__listing .eventItem .info-wrapper .info .title a:focus:before, .m-eventList__listing .eventItem .info-wrapper .info .title a:active:before, .event_list .eventItem .info-wrapper .info .title a:hover:before, .event_list .eventItem .info-wrapper .info .title a:focus:before, .event_list .eventItem .info-wrapper .info .title a:active:before {
              width: calc(100% + 16px); }
        .event_list_listing .eventItem .info-wrapper .info .tagline, .eventList__listing .eventItem .info-wrapper .info .tagline, .event_list_forceListing .eventItem .info-wrapper .info .tagline, .m-eventList__listing .eventItem .info-wrapper .info .tagline, .event_list .eventItem .info-wrapper .info .tagline {
          color: #A4A4A4;
          max-width: 600px;
          line-height: 1.1; }
          @media screen and (max-width: 700px) {
            .event_list_listing .eventItem .info-wrapper .info .tagline, .eventList__listing .eventItem .info-wrapper .info .tagline, .event_list_forceListing .eventItem .info-wrapper .info .tagline, .m-eventList__listing .eventItem .info-wrapper .info .tagline, .event_list .eventItem .info-wrapper .info .tagline {
              padding: 0 10px;
              font-size: 1rem; } }
          .event_list_listing .eventItem .info-wrapper .info .tagline.long_tag, .eventList__listing .eventItem .info-wrapper .info .tagline.long_tag, .event_list_forceListing .eventItem .info-wrapper .info .tagline.long_tag, .m-eventList__listing .eventItem .info-wrapper .info .tagline.long_tag, .event_list .eventItem .info-wrapper .info .tagline.long_tag {
            font-size: 1rem; }
        .event_list_listing .eventItem .info-wrapper .info .meta, .eventList__listing .eventItem .info-wrapper .info .meta, .event_list_forceListing .eventItem .info-wrapper .info .meta, .m-eventList__listing .eventItem .info-wrapper .info .meta, .event_list .eventItem .info-wrapper .info .meta {
          display: none; }
        .event_list_listing .eventItem .info-wrapper .info .buttons, .eventList__listing .eventItem .info-wrapper .info .buttons, .event_list_forceListing .eventItem .info-wrapper .info .buttons, .m-eventList__listing .eventItem .info-wrapper .info .buttons, .event_list .eventItem .info-wrapper .info .buttons {
          margin: auto 0 0 0;
          text-align: right;
          width: 100%; }
          @media screen and (max-width: 700px) {
            .event_list_listing .eventItem .info-wrapper .info .buttons, .eventList__listing .eventItem .info-wrapper .info .buttons, .event_list_forceListing .eventItem .info-wrapper .info .buttons, .m-eventList__listing .eventItem .info-wrapper .info .buttons, .event_list .eventItem .info-wrapper .info .buttons {
              margin: 18px 0 0 0; } }
          .event_list_listing .eventItem .info-wrapper .info .buttons a, .event_list_listing .eventItem .info-wrapper .info .buttons > span, .eventList__listing .eventItem .info-wrapper .info .buttons a, .eventList__listing .eventItem .info-wrapper .info .buttons > span, .event_list_forceListing .eventItem .info-wrapper .info .buttons a, .event_list_forceListing .eventItem .info-wrapper .info .buttons > span, .m-eventList__listing .eventItem .info-wrapper .info .buttons a, .m-eventList__listing .eventItem .info-wrapper .info .buttons > span, .event_list .eventItem .info-wrapper .info .buttons a, .event_list .eventItem .info-wrapper .info .buttons > span {
            position: relative;
            margin: 5px 0 0 0;
            color: #fff;
            padding: 5px 13px;
            font-weight: 800;
            font-family: "Montserrat", sans-serif;
            letter-spacing: 1px;
            text-transform: uppercase;
            font-size: 12px;
            line-height: 16px;
            display: inline-block;
            z-index: 1; }
            @media screen and (max-width: 700px) {
              .event_list_listing .eventItem .info-wrapper .info .buttons a, .event_list_listing .eventItem .info-wrapper .info .buttons > span, .eventList__listing .eventItem .info-wrapper .info .buttons a, .eventList__listing .eventItem .info-wrapper .info .buttons > span, .event_list_forceListing .eventItem .info-wrapper .info .buttons a, .event_list_forceListing .eventItem .info-wrapper .info .buttons > span, .m-eventList__listing .eventItem .info-wrapper .info .buttons a, .m-eventList__listing .eventItem .info-wrapper .info .buttons > span, .event_list .eventItem .info-wrapper .info .buttons a, .event_list .eventItem .info-wrapper .info .buttons > span {
                margin: 0;
                width: 100%;
                font-size: 14px;
                padding: 14.5px 12px;
                text-align: center; } }
            .event_list_listing .eventItem .info-wrapper .info .buttons a.more, .event_list_listing .eventItem .info-wrapper .info .buttons > span.more, .eventList__listing .eventItem .info-wrapper .info .buttons a.more, .eventList__listing .eventItem .info-wrapper .info .buttons > span.more, .event_list_forceListing .eventItem .info-wrapper .info .buttons a.more, .event_list_forceListing .eventItem .info-wrapper .info .buttons > span.more, .m-eventList__listing .eventItem .info-wrapper .info .buttons a.more, .m-eventList__listing .eventItem .info-wrapper .info .buttons > span.more, .event_list .eventItem .info-wrapper .info .buttons a.more, .event_list .eventItem .info-wrapper .info .buttons > span.more {
              display: none; }
            .event_list_listing .eventItem .info-wrapper .info .buttons a svg, .event_list_listing .eventItem .info-wrapper .info .buttons > span svg, .eventList__listing .eventItem .info-wrapper .info .buttons a svg, .eventList__listing .eventItem .info-wrapper .info .buttons > span svg, .event_list_forceListing .eventItem .info-wrapper .info .buttons a svg, .event_list_forceListing .eventItem .info-wrapper .info .buttons > span svg, .m-eventList__listing .eventItem .info-wrapper .info .buttons a svg, .m-eventList__listing .eventItem .info-wrapper .info .buttons > span svg, .event_list .eventItem .info-wrapper .info .buttons a svg, .event_list .eventItem .info-wrapper .info .buttons > span svg {
              display: none; }
          .event_list_listing .eventItem .info-wrapper .info .buttons a:before, .eventList__listing .eventItem .info-wrapper .info .buttons a:before, .event_list_forceListing .eventItem .info-wrapper .info .buttons a:before, .m-eventList__listing .eventItem .info-wrapper .info .buttons a:before, .event_list .eventItem .info-wrapper .info .buttons a:before {
            display: block;
            content: "";
            width: 4px;
            height: 100%;
            left: 0;
            top: 0;
            position: absolute;
            background: #CE181E;
            z-index: -1;
            -webkit-transition: width 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995);
            transition: width 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995); }
            @media screen and (max-width: 870px) {
              .event_list_listing .eventItem .info-wrapper .info .buttons a:before, .eventList__listing .eventItem .info-wrapper .info .buttons a:before, .event_list_forceListing .eventItem .info-wrapper .info .buttons a:before, .m-eventList__listing .eventItem .info-wrapper .info .buttons a:before, .event_list .eventItem .info-wrapper .info .buttons a:before {
                width: 100%; } }
          .event_list_listing .eventItem .info-wrapper .info .buttons a:hover:before, .event_list_listing .eventItem .info-wrapper .info .buttons a:focus:before, .event_list_listing .eventItem .info-wrapper .info .buttons a:active:before, .eventList__listing .eventItem .info-wrapper .info .buttons a:hover:before, .eventList__listing .eventItem .info-wrapper .info .buttons a:focus:before, .eventList__listing .eventItem .info-wrapper .info .buttons a:active:before, .event_list_forceListing .eventItem .info-wrapper .info .buttons a:hover:before, .event_list_forceListing .eventItem .info-wrapper .info .buttons a:focus:before, .event_list_forceListing .eventItem .info-wrapper .info .buttons a:active:before, .m-eventList__listing .eventItem .info-wrapper .info .buttons a:hover:before, .m-eventList__listing .eventItem .info-wrapper .info .buttons a:focus:before, .m-eventList__listing .eventItem .info-wrapper .info .buttons a:active:before, .event_list .eventItem .info-wrapper .info .buttons a:hover:before, .event_list .eventItem .info-wrapper .info .buttons a:focus:before, .event_list .eventItem .info-wrapper .info .buttons a:active:before {
            width: 100%; }

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
.event_detail {
  min-height: 600px;
  zoom: 1;
  position: relative;
  margin-top: 40px; }
  .event_detail:before, .event_detail:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .event_detail:after {
    clear: both; }
  @media screen and (max-width: 870px) {
    .event_detail {
      margin-top: 20px; } }
  @media screen and (max-width: 700px) {
    .event_detail {
      margin-top: 10px; } }
  .event_detail.has_branding.one_sidebar_right .rightBreakout {
    top: -41px; }
    @media screen and (max-width: 870px) {
      .event_detail.has_branding.one_sidebar_right .rightBreakout {
        top: auto; } }
  .event_detail.has_branding .event_heading {
    padding: 34px 20px 48px 20px;
    margin: 0; }
    @media screen and (max-width: 870px) {
      .event_detail.has_branding .event_heading {
        background: #fff;
        padding-bottom: 40px; } }
    @media screen and (max-width: 700px) {
      .event_detail.has_branding .event_heading {
        padding: 30px 20px; } }
    .event_detail.has_branding .event_heading .title {
      color: #fff; }
      @media screen and (max-width: 870px) {
        .event_detail.has_branding .event_heading .title {
          color: #000; } }
    .event_detail.has_branding .event_heading .tagline {
      color: rgba(255, 255, 255, 0.6); }
      @media screen and (max-width: 870px) {
        .event_detail.has_branding .event_heading .tagline {
          color: #000; } }
    .event_detail.has_branding .event_heading.above_sidebar {
      display: none; }
    .event_detail.has_branding .event_heading.below_branding {
      display: block; }
  .event_detail .event_heading {
    margin: 0 0 81px 0; }
    @media screen and (max-width: 870px) {
      .event_detail .event_heading {
        margin: 0 0 60px 0; } }
    .event_detail .event_heading .title {
      color: #000;
      margin: 0; }
    .event_detail .event_heading .tagline {
      margin: -2px 0 0 0;
      color: #000;
      font-size: 1.424rem;
      font-family: "Maven Pro", sans-serif;
      font-weight: 400;
      text-transform: capitalize; }
    .event_detail .event_heading.above_sidebar {
      display: block; }
    .event_detail .event_heading.below_branding {
      display: none; }
  .event_detail .buttonWrapper .title, .event_detail .buttonWrapper .tagline, .event_detail .buttonWrapper .date {
    display: none; }
  .event_detail .buttonWrapper .buttons {
    position: relative;
    color: white; }
    .event_detail .buttonWrapper .buttons a, .event_detail .buttonWrapper .buttons span {
      display: block;
      white-space: nowrap;
      width: 100%;
      padding: 20px;
      font-size: 14px;
      line-height: 16px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #fff;
      font-weight: 800;
      font-family: "Montserrat", sans-serif;
      background-color: #CE181E;
      background-image: url("../images/svg/edp_button_bg.svg");
      background-position: bottom center;
      background-size: 100% auto;
      background-repeat: no-repeat;
      text-align: center; }
    .event_detail .buttonWrapper .buttons a:hover, .event_detail .buttonWrapper .buttons a:focus, .event_detail .buttonWrapper .buttons a:active {
      background-image: none;
      background-color: #EC0C14; }
    .event_detail .buttonWrapper .buttons svg {
      display: none; }
  .event_detail .faq.content_item {
    max-width: 100%;
    width: 100%;
    margin: 0; }

.description_wrapper {
  margin: 0 0 60px 0; }
  .description_wrapper.short-description .event_description:after {
    display: none; }
  .description_wrapper .is-opened + .read-more:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin: -2px 0 0 10px; }
  .description_wrapper .read-more {
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
    margin: 10px 0 0 0;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear; }
    .description_wrapper .read-more:after {
      content: "";
      display: inline-block;
      background-image: url("../images/svg/read_more_arrow.svg");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      width: 11px;
      height: 11px;
      margin: 2px 0 0 10px; }
    .description_wrapper .read-more:hover {
      color: #CE181E; }

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

.event_showings {
  margin: 0 0 60px 0; }
  .event_showings .list {
    position: relative;
    list-style-type: none; }
  .event_showings .cell {
    position: relative;
    float: left;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding-top: 4px; }
    .event_showings .cell .m-date__singleDate .m-date__month,
    .event_showings .cell .m-date__rangeFirst .m-date__month {
      font-weight: 800;
      font-size: 18px;
      line-height: 18px;
      color: #000;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif; }
    .event_showings .cell .m-date__singleDate .m-date__day,
    .event_showings .cell .m-date__rangeFirst .m-date__day {
      font-weight: 800;
      font-size: 18px;
      line-height: 18px;
      color: #000;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif; }
    .event_showings .cell .m-date__singleDate .m-date__weekday,
    .event_showings .cell .m-date__rangeFirst .m-date__weekday {
      font-family: "Maven Pro", sans-serif;
      font-size: 14px;
      line-height: 17px;
      font-weight: 400;
      color: #000;
      margin: 0 5px 0 8px; }
    .event_showings .cell .m-date__separator {
      font-weight: 800;
      font-size: 18px;
      line-height: 18px;
      color: #000;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif; }
    .event_showings .cell .m-date__rangeLast .m-date__day {
      font-weight: 800;
      font-size: 18px;
      line-height: 18px;
      color: #000;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif; }
    .event_showings .cell .m-date__rangeLast .m-date__weekday {
      font-family: "Maven Pro", sans-serif;
      font-size: 14px;
      line-height: 17px;
      font-weight: 400;
      color: #000;
      margin: 0 5px 0 8px; }
    .event_showings .cell.time {
      font-family: "Maven Pro", sans-serif;
      font-size: 14px;
      line-height: 17px;
      font-weight: 400;
      color: #000;
      margin-right: 5px; }
  .event_showings .additional_showings .listItem:first-child {
    padding-top: 22px; }
  .event_showings .listItem {
    position: relative;
    border-bottom: 1px solid #C2C2C2;
    padding: 22px 0 14px 0;
    min-height: 63px;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear; }
    .event_showings .listItem:hover {
      border-bottom-color: #000; }
    .event_showings .listItem:first-child {
      padding-top: 0;
      min-height: 41px; }
      @media screen and (max-width: 870px) {
        .event_showings .listItem:first-child {
          padding-top: 22px; } }
  .event_showings .buttons {
    float: right;
    padding-top: 0; }
    @media screen and (max-width: 700px) {
      .event_showings .buttons {
        width: 100%;
        margin: 10px 0 0 0; } }
    .event_showings .buttons a, .event_showings .buttons > span {
      position: relative;
      margin: 0;
      color: #000;
      padding: 5px 13px;
      font-weight: 800;
      letter-spacing: 1px;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 16px;
      display: inline-block;
      z-index: 1; }
      @media screen and (max-width: 700px) {
        .event_showings .buttons a, .event_showings .buttons > span {
          margin: 0;
          width: 100%;
          font-size: 14px;
          padding: 14.5px 12px;
          text-align: center; } }
      .event_showings .buttons a.more, .event_showings .buttons > span.more {
        display: none; }
      .event_showings .buttons a svg, .event_showings .buttons > span svg {
        display: none; }
    @media screen and (max-width: 870px) {
      .event_showings .buttons a {
        color: #fff; } }
    .event_showings .buttons a:before {
      display: block;
      content: "";
      width: 4px;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      background: #CE181E;
      z-index: -1;
      -webkit-transition: width 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995);
      transition: width 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995); }
      @media screen and (max-width: 870px) {
        .event_showings .buttons a:before {
          width: 100%; } }
    .event_showings .buttons a:hover, .event_showings .buttons a:focus, .event_showings .buttons a:active {
      color: #fff;
      -webkit-transition: all 650ms linear;
      transition: all 650ms linear; }
      .event_showings .buttons a:hover:before, .event_showings .buttons a:focus:before, .event_showings .buttons a:active:before {
        width: 100%; }
  .event_showings .additional_showings {
    display: none; }
  .event_showings .show-all-showings {
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
    margin: 10px 0 0 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear; }
    .event_showings .show-all-showings:after {
      content: "";
      display: inline-block;
      background-image: url("../images/svg/read_more_arrow.svg");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      width: 11px;
      height: 11px;
      margin: 2px 0 0 10px;
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    .event_showings .show-all-showings:hover {
      color: #CE181E; }
    .event_showings .show-all-showings.is-opened:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      margin: -2px 0 0 10px; }

.eventDetailList {
  position: relative;
  font-family: "Maven Pro", sans-serif;
  color: #A4A4A4;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  overflow: hidden;
  padding: 0 11px;
  margin: 20px 0 0 0; }
  .eventDetailList a {
    color: #A4A4A4;
    position: relative; }
    .eventDetailList a:after {
      content: "";
      display: block;
      width: 100%;
      background: #A4A4A4;
      height: 1px;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      position: absolute;
      -webkit-transition: width 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995);
      transition: width 650ms cubic-bezier(0.795, 0.02, 0.225, 0.995); }
    .eventDetailList a:hover, .eventDetailList a:focus, .eventDetailList a:active {
      color: #fff; }
      .eventDetailList a:hover:after, .eventDetailList a:focus:after, .eventDetailList a:active:after {
        width: 0; }
  .eventDetailList .item {
    list-style-type: none;
    border-bottom: 1px solid #373737;
    padding: 0 0 20px 0;
    margin: 0 0 21px 0; }
    .eventDetailList .item:last-child {
      border-bottom: none;
      margin: 0; }
    .eventDetailList .item:before {
      display: none; }
    .eventDetailList .item .label {
      text-transform: uppercase;
      color: #fff;
      font-size: 16px;
      line-height: 16px;
      font-family: "Montserrat", sans-serif;
      letter-spacing: 1px;
      font-weight: 800;
      margin: 0 0 3px 0; }
    .eventDetailList .item p {
      font-size: 16px;
      line-height: 18px;
      font-weight: 500; }
      .eventDetailList .item p:last-child {
        margin: 0; }
    .eventDetailList .item svg {
      display: none; }

/* 
 *  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 {
  -webkit-transition: height 500ms ease-in-out;
  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: transparent; }

/* 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;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  -webkit-box-sizing: content-box;
          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;
  -webkit-transition: opacity 0.6s;
  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;
  -webkit-transition: opacity 0.6s;
  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;
  -webkit-transition: opacity 0.2s;
  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 > ul > li > a {
    padding-left: 10px; }
  .sitemap .column > ul > li > ul > li > ul > li > a {
    padding-left: 20px; }

/* ----------------------------------------------------------------------------
= Conditional IE Styles. Nest each browser under heading. 
= Classes are generated by Modernizr and appear in HTML tag
----------------------------------------------------------------------------- */
@media screen and (min-width: 871px) {
  .vendor-edge .spotlight[data-layout="square"] .entry, .vendor-edge .concierge[data-layout="square"] .entry, .vendor-edge .news_list[data-layout="square"] .entry, .vendor-edge .contest_list[data-layout="square"] .entry, .vendor-edge .job_list[data-layout="square"] .entry, .vendor-edge .seating_charts[data-layout="square"] .entry, .vendor-edge .offer_list[data-layout="square"] .entry {
    width: calc(33% - 44px); } }

.ie11 .spotlight[data-layout="square"] .entry .thumb, .ie11 .concierge[data-layout="square"] .entry .thumb, .ie11 .news_list[data-layout="square"] .entry .thumb, .ie11 .contest_list[data-layout="square"] .entry .thumb, .ie11 .job_list[data-layout="square"] .entry .thumb, .ie11 .seating_charts[data-layout="square"] .entry .thumb, .ie11 .offer_list[data-layout="square"] .entry .thumb {
  overflow: hidden; }

/* ----------------------------------------------------------------------------
= Homepage Alert
----------------------------------------------------------------------------- */
.m-alert-wrapper {
  position: relative;
  z-index: 99; }
  .m-alert-wrapper > div {
    width: 100%;
    background: #fff;
    display: none; }
    .m-alert-wrapper > div * {
      color: #000; }
    .m-alert-wrapper > div .alert-desc {
      max-width: calc(100% - 129px); }
      @media screen and (max-width: 870px) {
        .m-alert-wrapper > div .alert-desc {
          max-width: calc(100% - 50px);
          float: none; } }
      .m-alert-wrapper > div .alert-desc p:last-child {
        margin: 0; }
    .m-alert-wrapper > div .btn.alert-button {
      float: left;
      margin: 22px 0 0 0;
      border: none;
      padding: 7px 20px;
      font-size: 12px; }
  .m-alert-wrapper .alert-container {
    display: block;
    width: 1180px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    padding: 20px 0;
    position: relative; }
    .m-alert-wrapper .alert-container h2 {
      max-width: calc(100% - 129px);
      margin: 0 0 5px 0; }
      @media screen and (max-width: 870px) {
        .m-alert-wrapper .alert-container h2 {
          float: none;
          max-width: calc(100% - 50px); } }
  .m-alert-wrapper .skip_link {
    opacity: 0;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: 700;
    background: #CE181E; }
    .m-alert-wrapper .skip_link:hover, .m-alert-wrapper .skip_link:focus {
      outline-color: #000;
      outline-offset: 0;
      opacity: 1; }
  .m-alert-wrapper .close-alert {
    width: 38px;
    height: 17px;
    position: absolute;
    top: 50px;
    right: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none;
    background: none;
    padding: 0;
    z-index: 5;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    cursor: pointer; }
    @media screen and (max-width: 1450px) {
      .m-alert-wrapper .close-alert {
        top: 20px;
        right: 40px; } }
    @media screen and (max-width: 870px) {
      .m-alert-wrapper .close-alert {
        top: 48px;
        right: 0; } }
    .m-alert-wrapper .close-alert .close-x {
      position: absolute;
      top: -34px;
      left: 50%;
      width: 22px;
      height: 30px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media screen and (max-width: 1450px) {
        .m-alert-wrapper .close-alert .close-x {
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: -30px;
          top: 22%;
          left: auto; } }
      @media screen and (max-width: 870px) {
        .m-alert-wrapper .close-alert .close-x {
          top: -34px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          right: auto; } }
      .m-alert-wrapper .close-alert .close-x:before, .m-alert-wrapper .close-alert .close-x:after {
        width: 4px;
        height: 37px;
        content: '';
        position: absolute;
        top: 0;
        right: 10px;
        background: #CE181E; }
      .m-alert-wrapper .close-alert .close-x:before {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .m-alert-wrapper .close-alert .close-x:after {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    .m-alert-wrapper .close-alert:hover {
      color: #CE181E; }

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

#venue_widgets_framework .m-venueframework__header {
  z-index: 1;
  float: none;
  background-color: white;
  border-top-color: #e4e4e4;
  border-right-color: #e4e4e4;
  border-bottom-color: #dbdbdb;
  border-left-color: #e4e4e4;
  border-bottom-width: 1px;
  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: white;
  border-top-color: white;
  border-bottom-color: transparent; }
  #venue_widgets_framework .m-venueframework__header-icon svg {
    fill: #CE181E; }

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

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

#venue_widgets_framework .m-venueframework__header-link, #venue_widgets_framework .m-venueframework__header-link:visited {
  background-color: white;
  color: #423e3f; }
  #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: #231f20;
    color: white; }
  #venue_widgets_framework .m-venueframework__header-link:before, #venue_widgets_framework .m-venueframework__header-link:visited:before {
    background-color: #e4e4e4; }

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

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

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

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

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

#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: #dbdbdb; }

#venue_widgets_framework .m-venueframework-linklist__link, #venue_widgets_framework .m-venueframework-linklist__link:visited {
  border-bottom-color: #dbdbdb; }
  #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: #f7f7f7; }
    #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: #CE181E; }
    #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: #423e3f; }
    #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: #CE181E; }

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

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

#venue_widgets_framework .m-venueframework-linklist__item-icon {
  color: #423e3f; }
  #venue_widgets_framework .m-venueframework-linklist__item-icon svg {
    stroke: #423e3f; }

#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: #dbdbdb; }

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

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

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

#venue_widgets_framework .m-venueframework-newswidget__link, #venue_widgets_framework .m-venueframework-newswidget__link:visited {
  border-bottom-color: #dbdbdb; }
  #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: #423e3f; }
    #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: #CE181E; }
    #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: #423e3f; }

#venue_widgets_framework .m-venueframework-socialwidget__description {
  color: #423e3f; }
  #venue_widgets_framework .m-venueframework-socialwidget__description a, #venue_widgets_framework .m-venueframework-socialwidget__description a:visited {
    color: #423e3f; }
  #venue_widgets_framework .m-venueframework-socialwidget__description a:hover, #venue_widgets_framework .m-venueframework-socialwidget__description a:focus {
    color: #CE181E; }

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

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

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

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

#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: #dbdbdb; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon:hover {
    border-color: #dbdbdb; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon:hover svg {
      stroke: #dbdbdb; }

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

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

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

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

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

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

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

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

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

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

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

#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: 0px 0px 0 0; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .modal-body {
    border: 1px solid #e4e4e4;
    border-top: none; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .close {
    border: none;
    border: 1px solid #e4e4e4;
    background: #fff;
    color: #969696;
    border-radius: 0px 0px 0 0; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .close:hover {
      background: #231f20;
      color: white; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .date {
    color: #CE181E; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in h3 a {
    color: #423e3f; }
  #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: #CE181E; }
    #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: #CE181E; }
    #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: #423e3f; }
      #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: #423e3f; }

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

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

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

#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: #dbdbdb; }
    #venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon:hover {
      border-color: #dbdbdb; }
      #venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon:hover svg {
        stroke: #dbdbdb; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__date {
    color: #969696; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title, #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title a {
    color: #423e3f; }
    #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: #CE181E; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__tagline {
    color: #423e3f; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__item {
    border-right-color: #dbdbdb; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a {
    color: #423e3f; }
    #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a:hover {
      color: #CE181E; }
      #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a:hover svg path {
        fill: #423e3f; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a svg path {
    fill: #CE181E; }

#venue_widgets_framework {
  margin: 102px auto 0 auto;
  max-width: 100%; }
  #venue_widgets_framework .l-m-venue_widget {
    border: 2px solid #fff; }
    #venue_widgets_framework .l-m-venue_widget * {
      color: #000; }
    #venue_widgets_framework .l-m-venue_widget[data-network="instagramwidget"][data-instagramlayout="latest_grid"] .m-venueframework-socialwidget__list {
      margin-right: 14px;
      padding-left: 19px; }
    #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__calendarwidget header.m-venueframework__header .m-venueframework__header-text, #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__link header.m-venueframework__header .m-venueframework__header-text {
      width: calc(100% - (50px + 18px + 19px)); }
    #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__link .m-venueframework__widget-body {
      overflow: hidden; }
    #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__promotionswidget {
      border: none; }
      #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__promotionswidget .m-venueframework-promotionswidget__item-title h2 {
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        text-transform: uppercase; }
      #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__promotionswidget .m-venueframework-promotionswidget__item-subtitle {
        color: #fff; }
    #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__youtubewidget {
      border: none; }
      #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__youtubewidget .title {
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        text-transform: uppercase; }
      #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__youtubewidget .meta {
        color: #000; }
        #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 {
          color: #000; }
    #venue_widgets_framework .l-m-venue_widget header.m-venueframework__header {
      border-bottom: none; }
      #venue_widgets_framework .l-m-venue_widget header.m-venueframework__header:before {
        content: "";
        display: block;
        visibility: visible;
        width: calc(100% - 68px);
        height: 2px;
        position: absolute;
        bottom: 1px;
        left: 49px;
        background: #CE181E;
        z-index: 1; }
      #venue_widgets_framework .l-m-venue_widget header.m-venueframework__header .m-venueframework__header-icon {
        background: #000;
        border-bottom-color: #000; }
        #venue_widgets_framework .l-m-venue_widget header.m-venueframework__header .m-venueframework__header-icon svg {
          fill: #fff; }
      #venue_widgets_framework .l-m-venue_widget header.m-venueframework__header .m-venueframework__header-text {
        font-size: 16px;
        line-height: 39px;
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        text-transform: uppercase;
        padding: 0 0 0 19px; }
      #venue_widgets_framework .l-m-venue_widget header.m-venueframework__header .m-venueframework__header-link {
        font-size: 11px;
        font-weight: 600;
        text-transform: capitalize;
        letter-spacing: 0.5px;
        padding: 0 19px;
        width: 75px;
        height: 39px; }
        #venue_widgets_framework .l-m-venue_widget header.m-venueframework__header .m-venueframework__header-link:before {
          display: none; }
    #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 {
      background: #CE181E !important; }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal button.close:hover span, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal button.close:focus span, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal button.close:active span {
        color: #fff; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .info h3 a {
      font-family: "Montserrat", sans-serif;
      font-weight: 800;
      text-transform: uppercase;
      color: #000; }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .info h3 a:hover {
        color: #CE181E; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .info h4 {
      color: #000; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .info .calendar_buttons a:hover svg path, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .info .calendar_buttons a:focus svg path, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .info .calendar_buttons a:active svg path {
      fill: #CE181E; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .info .calendar_buttons a svg path {
      fill: #000;
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear; }
    #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: none; }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .owl-carousel .m-owlcarousel__controls-icon:hover svg, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .owl-carousel .m-owlcarousel__controls-icon:focus svg, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .owl-carousel .m-owlcarousel__controls-icon:active svg, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .cal-controls .m-owlcarousel__controls-icon:hover svg, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .cal-controls .m-owlcarousel__controls-icon:focus svg, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .cal-controls .m-owlcarousel__controls-icon:active svg {
        stroke: #CE181E; }
      #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 {
        stroke: #000; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .owl-carousel .owl-page span, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .cal-controls .owl-page span {
      background: #c8c8c8; }
    #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: #CE181E; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-head > div {
      font-family: "Montserrat", sans-serif;
      font-weight: 800;
      font-sizE: 16px; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-date {
      font-weight: 600;
      color: #000; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-content {
      cursor: pointer; }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-content:hover, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-content:active, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-content:focus {
        background: #CE181E; }
        #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-content:hover .fc-date, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-content:active .fc-date, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-content:focus .fc-date {
          color: #fff; }
          #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-content:hover .fc-date:after, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-content:active .fc-date:after, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-content:focus .fc-date:after {
            background: #fff; }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-content .fc-date {
        color: #CE181E; }
        #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-content .fc-date:after {
          background: #CE181E; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-today.fc-content:hover, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-today.fc-content:active, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-today.fc-content:focus {
      background: #CE181E; }
      #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 {
        background: #fff; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-today.fc-content .fc-date {
      color: #fff; }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-today.fc-content .fc-date:after {
        background: #fff; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-today .fc-date {
      font-weight: 700;
      background: #CE181E;
      color: #fff; }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-today .fc-date:after {
        background: transparent; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop .m-venueframework-linklist__link svg {
      stroke: #000; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop .m-venueframework-linklist__link .m-venueframework-linklist__item-title {
      font-family: "Montserrat", sans-serif;
      font-weight: 800;
      text-transform: uppercase;
      color: #000; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop .m-venueframework-linklist__link .m-venueframework-linklist__item-subtitle {
      color: #000; }
    #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 {
      background: transparent; }
      #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 {
        color: #CE181E; }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop .m-venueframework-linklist__link:hover .m-venueframework-linklist__item-subtitle, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop .m-venueframework-linklist__link:active .m-venueframework-linklist__item-subtitle, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop .m-venueframework-linklist__link:focus .m-venueframework-linklist__item-subtitle {
        color: #000; }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop .m-venueframework-linklist__link:hover svg, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop .m-venueframework-linklist__link:active svg, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop .m-venueframework-linklist__link:focus svg {
        stroke: #CE181E; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-newswidget__loop .m-venueframework-newswidget__item .m-venueframework-newswidget__item-title {
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      font-weight: 800; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-newswidget__loop .m-venueframework-newswidget__item .m-venueframework-newswidget__item-subtitle {
      line-height: 18px;
      letter-spacing: 0.2px; }
    #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 {
      color: #000;
      font-weight: 600;
      letter-spacing: 0.17px; }
    #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 {
      color: #CE181E; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-socialwidget__feed .m-venueframework-socialwidget__description {
      line-height: 18px;
      letter-spacing: 0.2px; }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-socialwidget__feed .m-venueframework-socialwidget__description a {
        border-bottom: 2px solid #CE181E; }
        #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 {
          border-bottom-color: transparent; }
