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

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

/* ----------------------------------------------------------------------------
= Reset using normalize.css v3.0.1 | MIT License | git.io/normalize
----------------------------------------------------------------------------- */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

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

body.user-is-tabbing a:focus, body.user-is-tabbing *[tabindex="0"]:focus, body.user-is-tabbing button:focus {
  outline: 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 {
  box-sizing: content-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hide, .hidden {
  display: none; }

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

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

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

/* ----------------------------------------------------------------------------
= SETUP FILE includes fonts, colors, media query values, custom mixins, utility classes
= Last updated July 2015
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= DEVELOPER NOTES
= *) using Bourbon latest (via Codekit)
= *) Sass set to compile extended, set to compressed before launch
= *) set to compile SASS with libsass (via Codekit)
= *) using FontAwesome Font with CSS link (in head_extra view)
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=fonts - name like $fontname: 'name';
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=color swatches - name like $color-colorname: #000000; // Example Name
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=media queries = Located in _grid-settings.scss
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=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, .event_detail .event_heading .title, h2, h3, h4, h5, h6,
.h1, .h2, .m-alert-wrapper .alert-container .alert-title, .h3, .spotlight .title,
.concierge .title,
.news_list .title,
.contest_list .title,
.gallery-listing .title,
.job_list .title,
.seating_charts .title,
.offer_list .title, .sitemap .column > ul > li > a, .h4, .h5, .spotlight .date,
.concierge .date,
.news_list .date,
.contest_list .date,
.gallery-listing .date,
.job_list .date,
.seating_charts .date,
.offer_list .date, .event_showings .show-all-showings, .h6, h1 span, .event_detail .event_heading .title span, .h1 span, .home .full .full_column .row-1 .text-list-events h2.detail span, .home .full .full_column .row-4 .featured_events_section h2.detail span, .link ul.list li > a, .link ul.list li > span, .news_detail .news_heading .date, .gallery_detail_page .date, .event_detail h2.detail span, .m-alert-wrapper > div .alert-desc p, .showtime-search-instant-result .spotlight h3.title {
  margin: 0 0 15px;
  padding: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  color: #1A1919;
  line-height: 1;
  letter-spacing: 1px;
  text-align: left; }

.content_item h1:not(.title):not(.tagline):not(.location):not(.news_title), .content_item .event_detail .event_heading .title:not(.title):not(.tagline):not(.location):not(.news_title), .event_detail .event_heading .content_item .title:not(.title):not(.tagline):not(.location):not(.news_title), .content_item h2:not(.title):not(.tagline):not(.location):not(.news_title), .content_item h3:not(.title):not(.tagline):not(.location):not(.news_title), .content_item h4:not(.title):not(.tagline):not(.location):not(.news_title), .content_item h5:not(.title):not(.tagline):not(.location):not(.news_title), .content_item h6:not(.title):not(.tagline):not(.location):not(.news_title), .content_item
.h1:not(.title):not(.tagline):not(.location):not(.news_title), .content_item .h2:not(.title):not(.tagline):not(.location):not(.news_title), .content_item .m-alert-wrapper .alert-container .alert-title:not(.title):not(.tagline):not(.location):not(.news_title), .m-alert-wrapper .alert-container .content_item .alert-title:not(.title):not(.tagline):not(.location):not(.news_title), .content_item .h3:not(.title):not(.tagline):not(.location):not(.news_title), .content_item .spotlight .title:not(.title):not(.tagline):not(.location):not(.news_title), .spotlight .content_item .title:not(.title):not(.tagline):not(.location):not(.news_title),
.content_item .concierge .title:not(.title):not(.tagline):not(.location):not(.news_title), .concierge .content_item .title:not(.title):not(.tagline):not(.location):not(.news_title),
.content_item .news_list .title:not(.title):not(.tagline):not(.location):not(.news_title), .news_list .content_item .title:not(.title):not(.tagline):not(.location):not(.news_title),
.content_item .contest_list .title:not(.title):not(.tagline):not(.location):not(.news_title), .contest_list .content_item .title:not(.title):not(.tagline):not(.location):not(.news_title),
.content_item .gallery-listing .title:not(.title):not(.tagline):not(.location):not(.news_title), .gallery-listing .content_item .title:not(.title):not(.tagline):not(.location):not(.news_title),
.content_item .job_list .title:not(.title):not(.tagline):not(.location):not(.news_title), .job_list .content_item .title:not(.title):not(.tagline):not(.location):not(.news_title),
.content_item .seating_charts .title:not(.title):not(.tagline):not(.location):not(.news_title), .seating_charts .content_item .title:not(.title):not(.tagline):not(.location):not(.news_title),
.content_item .offer_list .title:not(.title):not(.tagline):not(.location):not(.news_title), .offer_list .content_item .title:not(.title):not(.tagline):not(.location):not(.news_title), .content_item .sitemap .column > ul > li > a:not(.title):not(.tagline):not(.location):not(.news_title), .sitemap .content_item .column > ul > li > a:not(.title):not(.tagline):not(.location):not(.news_title), .content_item .h4:not(.title):not(.tagline):not(.location):not(.news_title), .content_item .h5:not(.title):not(.tagline):not(.location):not(.news_title), .content_item .spotlight .date:not(.title):not(.tagline):not(.location):not(.news_title), .spotlight .content_item .date:not(.title):not(.tagline):not(.location):not(.news_title),
.content_item .concierge .date:not(.title):not(.tagline):not(.location):not(.news_title), .concierge .content_item .date:not(.title):not(.tagline):not(.location):not(.news_title),
.content_item .news_list .date:not(.title):not(.tagline):not(.location):not(.news_title), .news_list .content_item .date:not(.title):not(.tagline):not(.location):not(.news_title),
.content_item .contest_list .date:not(.title):not(.tagline):not(.location):not(.news_title), .contest_list .content_item .date:not(.title):not(.tagline):not(.location):not(.news_title),
.content_item .gallery-listing .date:not(.title):not(.tagline):not(.location):not(.news_title), .gallery-listing .content_item .date:not(.title):not(.tagline):not(.location):not(.news_title),
.content_item .job_list .date:not(.title):not(.tagline):not(.location):not(.news_title), .job_list .content_item .date:not(.title):not(.tagline):not(.location):not(.news_title),
.content_item .seating_charts .date:not(.title):not(.tagline):not(.location):not(.news_title), .seating_charts .content_item .date:not(.title):not(.tagline):not(.location):not(.news_title),
.content_item .offer_list .date:not(.title):not(.tagline):not(.location):not(.news_title), .offer_list .content_item .date:not(.title):not(.tagline):not(.location):not(.news_title), .content_item .event_showings .show-all-showings:not(.title):not(.tagline):not(.location):not(.news_title), .event_showings .content_item .show-all-showings:not(.title):not(.tagline):not(.location):not(.news_title), .content_item .h6:not(.title):not(.tagline):not(.location):not(.news_title) {
  text-transform: uppercase; }

h1, .event_detail .event_heading .title, .h1 {
  font-size: 61px;
  margin: 0 0 60px 0;
  padding: 0 0 15px 0;
  width: 1020px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 2px solid #D92600;
  max-width: calc(100vw - 40px); }
  @media screen and (max-width: 700px) {
    h1, .event_detail .event_heading .title, .h1 {
      font-size: 38px;
      margin-bottom: 40px; } }
  h1:after, .event_detail .event_heading .title:after, .h1:after {
    display: none; }
  h1 span, .event_detail .event_heading .title span, .h1 span {
    position: relative;
    display: inline-block;
    z-index: 1;
    margin: 0; }
    h1 span:after, .event_detail .event_heading .title span:after, .h1 span:after {
      width: calc(100% + 20px);
      left: -10px;
      top: 0px;
      position: absolute;
      background: #F4F4F4;
      z-index: -1;
      content: "";
      height: 34px; }
      @media screen and (max-width: 700px) {
        h1 span:after, .event_detail .event_heading .title span:after, .h1 span:after {
          height: 20px; } }

h2, .h2, .m-alert-wrapper .alert-container .alert-title {
  font-size: 1.953125rem;
  border-bottom: none;
  width: 100%;
  max-width: 100%;
  left: 0;
  -webkit-transform: none;
          transform: none; }
  @media screen and (max-width: 700px) {
    h2, .h2, .m-alert-wrapper .alert-container .alert-title {
      font-size: 31px; } }
  h2:after,
  h2 span:after, .h2:after, .m-alert-wrapper .alert-container .alert-title:after,
  .h2 span:after,
  .m-alert-wrapper .alert-container .alert-title span:after {
    display: none; }
  h2.long_title, .h2.long_title, .m-alert-wrapper .alert-container .long_title.alert-title {
    font-size: 1.5625rem; }

h3, .h3, .spotlight .title,
.concierge .title,
.news_list .title,
.contest_list .title,
.gallery-listing .title,
.job_list .title,
.seating_charts .title,
.offer_list .title, .sitemap .column > ul > li > a {
  font-size: 1.5625rem;
  position: relative;
  border-bottom: none;
  padding: 0 0 9px 0;
  width: 100%;
  max-width: 100%;
  left: 0;
  -webkit-transform: none;
          transform: none; }
  h3:after, .h3:after, .spotlight .title:after,
  .concierge .title:after,
  .news_list .title:after,
  .contest_list .title:after,
  .gallery-listing .title:after,
  .job_list .title:after,
  .seating_charts .title:after,
  .offer_list .title:after, .sitemap .column > ul > li > a:after {
    display: block;
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: #D92600; }
  h3 span:after, .h3 span:after, .spotlight .title span:after, .concierge .title span:after, .news_list .title span:after, .contest_list .title span:after, .gallery-listing .title span:after, .job_list .title span:after, .seating_charts .title span:after, .offer_list .title span:after, .sitemap .column > ul > li > a span:after {
    display: none; }

h4, .h4 {
  font-size: 1.25rem;
  border-bottom: none;
  width: 100%;
  max-width: 100%;
  left: 0;
  -webkit-transform: none;
          transform: none; }
  h4:after,
  h4 span:after, .h4:after,
  .h4 span:after {
    display: none; }

h5, .h5, .spotlight .date,
.concierge .date,
.news_list .date,
.contest_list .date,
.gallery-listing .date,
.job_list .date,
.seating_charts .date,
.offer_list .date, .event_showings .show-all-showings {
  font-size: 1rem;
  border-bottom: none;
  width: 100%;
  max-width: 100%;
  left: 0;
  -webkit-transform: none;
          transform: none; }
  h5:after,
  h5 span:after, .h5:after, .spotlight .date:after,
  .concierge .date:after,
  .news_list .date:after,
  .contest_list .date:after,
  .gallery-listing .date:after,
  .job_list .date:after,
  .seating_charts .date:after,
  .offer_list .date:after, .event_showings .show-all-showings:after,
  .h5 span:after,
  .spotlight .date span:after,
  .concierge .date span:after,
  .news_list .date span:after,
  .contest_list .date span:after,
  .gallery-listing .date span:after,
  .job_list .date span:after,
  .seating_charts .date span:after,
  .offer_list .date span:after,
  .event_showings .show-all-showings span:after {
    display: none; }

h6, .h6 {
  font-size: 0.8rem;
  border-bottom: none;
  width: 100%;
  max-width: 100%;
  left: 0;
  -webkit-transform: none;
          transform: none; }
  h6:after,
  h6 span:after, .h6:after,
  .h6 span:after {
    display: none; }

.small_paragraph, .small p, .link ul.list li .description p, .link ul.list li .description li, .sitemap .column > ul > li > ul > li > ul > li > a {
  font-size: 18px;
  line-height: 27px;
  font-weight: 300; }
  @media screen and (max-width: 700px) {
    .small_paragraph, .small p, .link ul.list li .description p, .link ul.list li .description li, .sitemap .column > ul > li > ul > li > ul > li > a {
      font-size: 16px;
      line-height: 24px; } }

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

p, .p, .news_info, .textarea, .content {
  margin: 0 0 20px; }
  p.lead, .p.lead, .news_info.lead, .textarea.lead, .content.lead {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0;
    width: 780px;
    max-width: 100%;
    margin: 0 auto 60px auto;
    text-align: center; }
    @media screen and (max-width: 700px) {
      p.lead, .p.lead, .news_info.lead, .textarea.lead, .content.lead {
        margin-bottom: 40px; } }
  p strong, .p strong, .news_info strong, .textarea strong, .content strong {
    font-weight: 700; }

address, .address {
  margin: 0 0 20px;
  font-style: normal;
  font-weight: 700; }

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

.cms ul, .textarea ul, .spotlight_text ul, .faq.content_item ul, .link .description ul, .event_description ul {
  margin-bottom: 60px; }
  @media screen and (max-width: 700px) {
    .cms ul, .textarea ul, .spotlight_text ul, .faq.content_item ul, .link .description ul, .event_description ul {
      margin-bottom: 40px; } }
  .cms ul li, .textarea ul li, .spotlight_text ul li, .faq.content_item ul li, .link .description ul li, .event_description ul li {
    font-weight: 300;
    padding: 0 0 0px 40px;
    margin: 0 0 20px 0; }
    .cms ul li:before, .textarea ul li:before, .spotlight_text ul li:before, .faq.content_item ul li:before, .link .description ul li:before, .event_description ul li:before {
      content: '';
      position: absolute;
      top: 9px;
      left: 0;
      width: 12px;
      height: 12px;
      background-color: #1A1919;
      z-index: 1; }
      @media screen and (max-width: 700px) {
        .cms ul li:before, .textarea ul li:before, .spotlight_text ul li:before, .faq.content_item ul li:before, .link .description ul li:before, .event_description ul li:before {
          top: 7px; } }
    .cms ul li:after, .textarea ul li:after, .spotlight_text ul li:after, .faq.content_item ul li:after, .link .description ul li:after, .event_description ul li:after {
      content: "";
      position: absolute;
      top: 14px;
      left: 6px;
      background: #D92600;
      z-index: 2;
      height: 2px;
      width: 12px; }
      @media screen and (max-width: 700px) {
        .cms ul li:after, .textarea ul li:after, .spotlight_text ul li:after, .faq.content_item ul li:after, .link .description ul li:after, .event_description ul li:after {
          top: 12px; } }
    .cms ul li ul, .textarea ul li ul, .spotlight_text ul li ul, .faq.content_item ul li ul, .link .description ul li ul, .event_description ul li ul {
      margin-top: 10px; }

ol {
  margin-bottom: 60px; }
  @media screen and (max-width: 700px) {
    ol {
      margin-bottom: 40px; } }

ol > li {
  position: relative;
  font-weight: 300;
  padding: 0 0 0px 40px;
  margin: 0 0 20px 0;
  counter-increment: li-counter; }
  ol > li:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 30px;
    line-height: 30px;
    content: counter(li-counter);
    font-weight: 700;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: 1px; }
    @media screen and (max-width: 700px) {
      ol > li:before {
        height: 27px;
        line-height: 27px; } }
  ol > li:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 16px;
    background: #D92600;
    z-index: 2;
    height: 2px;
    width: 6px; }
    @media screen and (max-width: 700px) {
      ol > li:after {
        top: 12px; } }

a {
  border: none;
  color: #1A1919;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }
  a:hover, a:focus {
    color: #D92600; }
  .textarea p a, .textarea li a,
  .cms p a, .cms li a,
  .spotlight_content a, .m-eventDetailList__item a,
  .event_description a {
    font-weight: 700;
    position: relative; }
    .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 {
      content: "";
      display: block;
      height: 1px;
      background: #D92600;
      width: 100%;
      position: absolute;
      bottom: -3px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear; }
    .textarea p a:hover:after, .textarea p a:focus:after, .textarea li a:hover:after, .textarea li a:focus:after,
    .cms p a:hover:after,
    .cms p a:focus:after, .cms li a:hover:after, .cms li a:focus:after,
    .spotlight_content a:hover:after,
    .spotlight_content a:focus:after, .m-eventDetailList__item a:hover:after, .m-eventDetailList__item a:focus:after,
    .event_description a:hover:after,
    .event_description a:focus:after {
      width: 0; }

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

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

.breadcrumbs {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  color: #000000;
  letter-spacing: 0;
  margin: 0 auto 20px auto;
  max-width: calc(100vw - 40px); }
  @media screen and (max-width: 700px) {
    .breadcrumbs {
      margin: 0 auto 15px auto; } }
  .event_listing_page .breadcrumbs {
    width: 1180px;
    max-width: calc(100vw - 20px); }
  .breadcrumbs a {
    color: #000000; }
    .breadcrumbs a:hover, .breadcrumbs a:focus {
      color: #D92600; }
  .breadcrumbs .breadcrumb_divider {
    margin: 0 5px;
    display: inline-block; }
  .breadcrumbs span:last-child {
    font-weight: 700; }

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

html {
  height: 100%; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #1A1919;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  text-align: left; }

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

#layout {
  position: relative;
  margin: 0 auto;
  padding: 174px 0 0 0; }
  @media screen and (max-width: 950px) {
    #layout {
      padding: 60px 0 0 0; } }

#content {
  position: relative;
  width: 100%;
  min-height: 410px;
  margin: 0 auto;
  padding: 0;
  clear: both; }

.accessible {
  display: none; }

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

.one_sidebar_right #column_1 {
  position: relative;
  width: 1020px;
  margin: 0 auto;
  float: none;
  max-width: calc(100% - 40px); }
  @media screen and (max-width: 950px) {
    .one_sidebar_right #column_1 {
      max-width: 100%; } }

.one_sidebar_right #column_2 {
  position: absolute;
  right: 10px;
  top: 20px;
  background: #222;
  width: 300px; }

.one_sidebar_right .leftColumn {
  width: calc(100% - 280px);
  background: #fff;
  float: left;
  padding: 0 90px 0 0; }
  @media screen and (max-width: 950px) {
    .one_sidebar_right .leftColumn {
      width: 100%;
      padding: 0; } }
  .one_sidebar_right .leftColumn > *:not(.event_heading) {
    padding-right: 8px; }
    @media screen and (max-width: 950px) {
      .one_sidebar_right .leftColumn > *:not(.event_heading) {
        padding-right: 0; } }
    .one_sidebar_right .leftColumn > *:not(.event_heading):last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 950px) {
    .one_sidebar_right .leftColumn > *:not(#branding) {
      max-width: calc(100% - 40px);
      margin-right: auto;
      margin-left: auto; } }

.one_sidebar_right .rightBreakout {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #F4F4F4;
  width: 280px; }
  @media screen and (max-width: 950px) {
    .one_sidebar_right .rightBreakout {
      position: relative;
      top: auto;
      right: auto;
      width: 100%;
      margin: 0 0 60px 0; } }
  @media screen and (max-width: 700px) {
    .one_sidebar_right .rightBreakout {
      margin: 0 0 40px 0; } }

.full {
  background: #fff; }
  .full .full-slideshow:first-child {
    padding-top: 30px; }
    @media screen and (max-width: 950px) {
      .full .full-slideshow:first-child {
        padding-top: 0; } }
  .full .full_column {
    width: 1020px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 100px; }
    .full .full_column:first-child {
      padding-top: 30px; }
      @media screen and (max-width: 700px) {
        .full .full_column:first-child {
          padding-top: 15px; } }

blockquote {
  width: 860px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media screen and (max-width: 700px) {
    blockquote {
      width: calc(100% + 20px);
      max-width: calc(100% + 20px); } }
  blockquote p {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0;
    text-align: center;
    padding: 30px 40px 60px 40px;
    position: relative;
    background: #F4F4F4;
    margin: 0; }
    @media screen and (max-width: 700px) {
      blockquote p {
        font-size: 20px;
        padding: 20px 20px 60px 20px; } }
    blockquote p:after {
      content: "";
      display: block;
      width: calc(100% - 80px);
      left: 40px;
      bottom: 20px;
      height: 2px;
      background: #D92600;
      position: absolute;
      z-index: 2; }
      @media screen and (max-width: 700px) {
        blockquote p:after {
          left: 20px;
          bottom: 25px;
          width: calc(100% - 40px); } }
    blockquote p:last-child:not(:first-child) {
      text-align: right;
      margin: -32px 0 0 0;
      padding: 0;
      z-index: 1;
      position: relative;
      background: transparent; }
      @media screen and (max-width: 700px) {
        blockquote p:last-child:not(:first-child) {
          margin: -37px 0 0 0; } }
      blockquote p:last-child:not(:first-child):after {
        display: none; }
      blockquote p:last-child:not(:first-child) strong {
        display: inline-block;
        padding: 24px 40px 20px 40px;
        background: #000000;
        color: #fff;
        font-family: "Barlow Condensed", sans-serif;
        line-height: 1;
        font-size: 20px;
        letter-spacing: 1px;
        font-weight: 700;
        text-transform: uppercase;
        max-width: calc(100% - 50px); }
        @media screen and (max-width: 700px) {
          blockquote p:last-child:not(:first-child) strong {
            padding: 24px 20px 20px 20px; } }
        blockquote p:last-child:not(:first-child) strong em {
          font-family: "Roboto", sans-serif;
          font-size: 14px;
          line-height: 1;
          letter-spacing: 0;
          font-weight: 400;
          text-transform: initial; }

#branding {
  width: 100%;
  margin: 0 auto;
  max-width: 100%; }
  #branding.spotlight_image, #branding.iframe-map {
    width: 1020px;
    margin: 40px auto 15px auto;
    max-width: 100%;
    position: relative;
    z-index: 1;
    max-width: calc(100% - 100px); }
    @media screen and (max-width: 950px) {
      #branding.spotlight_image, #branding.iframe-map {
        width: 100%;
        margin-top: 0;
        max-width: 100%; } }
    #branding.spotlight_image:before, #branding.iframe-map:before {
      content: "";
      display: block;
      width: calc(100% + 20px);
      height: 100%;
      position: absolute;
      left: -10px;
      top: -10px;
      background: -webkit-gradient(linear, left top, left bottom, from(#E1E1E1), to(#fff));
      background: -webkit-linear-gradient(top, #E1E1E1, #fff);
      background: linear-gradient(to bottom, #E1E1E1, #fff);
      z-index: -1; }
      @media screen and (max-width: 950px) {
        #branding.spotlight_image:before, #branding.iframe-map:before {
          width: 100%;
          left: 0; } }
    #branding.spotlight_image img, #branding.iframe-map img {
      width: 100%;
      display: block;
      margin: 0 auto; }
      @media screen and (max-width: 950px) {
        #branding.spotlight_image img, #branding.iframe-map img {
          max-width: 100%; } }
    .event_detail #branding.spotlight_image, .event_detail #branding.iframe-map {
      width: 100%;
      max-width: 100%;
      padding-top: 10px;
      padding-right: 10px;
      margin-top: 0; }
      @media screen and (max-width: 950px) {
        .event_detail #branding.spotlight_image, .event_detail #branding.iframe-map {
          padding-right: 0;
          padding-top: 0;
          position: relative;
          left: -20px;
          width: calc(100% + 40px);
          max-width: calc(100% + 40px); } }
      .event_detail #branding.spotlight_image:before, .event_detail #branding.iframe-map:before {
        width: calc(100% + 10px);
        top: 0;
        height: calc(100% - 10px); }
        @media screen and (max-width: 950px) {
          .event_detail #branding.spotlight_image:before, .event_detail #branding.iframe-map:before {
            display: none; } }
      .event_detail #branding.spotlight_image img, .event_detail #branding.iframe-map img {
        max-width: 100%; }
  @media screen and (max-width: 950px) {
    #branding.iframe-map iframe.map {
      height: calc(100vw*550/1020); } }

.backToTop {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
  color: #000000;
  width: 30px;
  height: 48px;
  padding: 21px 0 0 0;
  text-align: center;
  position: absolute;
  text-transform: uppercase;
  bottom: 30px;
  right: 67px; }
  @media screen and (max-width: 700px) {
    .backToTop {
      right: 50%;
      -webkit-transform: translateX(50%);
              transform: translateX(50%); } }
  .backToTop:after {
    content: "";
    display: block;
    background: #D92600;
    height: 2px;
    width: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear; }
  .backToTop svg {
    position: absolute;
    top: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear; }
    .backToTop svg * {
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear; }
  .backToTop:hover, .backToTop:focus {
    color: #000000; }
    .backToTop:hover svg, .backToTop:focus svg {
      top: 0; }
      .backToTop:hover svg *, .backToTop:focus svg * {
        stroke: #D92600; }
    .backToTop:hover:after, .backToTop:focus:after {
      width: 27px; }

.user-is-tabbing .accessibility_links.is-focused {
  width: 100% !important;
  height: auto !important;
  max-height: 100vh;
  overflow: auto;
  background: #D92600;
  position: fixed;
  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: flex;
        align-content: flex-start;
        -webkit-box-align: start;
                align-items: flex-start;
        -webkit-box-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; }

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

/* ----------------------------------------------------------------------------
= Header basics
----------------------------------------------------------------------------- */
header.header {
  background-color: #000000;
  background-image: url("../images/home_header_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  left: 0; }
  header.header.searching .m-alert-wrapper {
    display: none; }
  .testing header.header {
    position: absolute !important; }
  @media screen and (min-width: 951px) {
    header.header.is-fixed > .wrapper .top-row {
      height: 0;
      overflow: hidden;
      visibility: hidden; }
    header.header.is-fixed > .wrapper .bottom-row {
      border-top: none; }
      header.header.is-fixed > .wrapper .bottom-row .main_nav > ul > li > a {
        padding: 15px 0; }
        header.header.is-fixed > .wrapper .bottom-row .main_nav > ul > li > a:before {
          top: 12px; }
        header.header.is-fixed > .wrapper .bottom-row .main_nav > ul > li > a:after {
          bottom: 5px; }
      header.header.is-fixed > .wrapper .bottom-row .main_nav > ul > li.page_62 > a {
        padding-left: 10px;
        padding-right: 10px; }
        header.header.is-fixed > .wrapper .bottom-row .main_nav > ul > li.page_62 > a:before {
          left: 10px; } }
  header.header.menu-open > .wrapper .bottom-row .nav_wrapper nav {
    overflow: hidden; }
    header.header.menu-open > .wrapper .bottom-row .nav_wrapper nav > ul {
      overflow-y: auto;
      overflow-x: hidden;
      max-height: calc(100vh - 228px); }
    header.header.menu-open > .wrapper .bottom-row .nav_wrapper nav .bottom-section {
      display: block;
      margin: 10px 0 0 0; }
      header.header.menu-open > .wrapper .bottom-row .nav_wrapper nav .bottom-section .top-section {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
                justify-content: space-between;
        align-content: center;
        -webkit-box-align: center;
                align-items: center; }
        header.header.menu-open > .wrapper .bottom-row .nav_wrapper nav .bottom-section .top-section a.signup {
          display: block;
          font-family: "Barlow Condensed", sans-serif;
          font-weight: 500;
          font-size: 16px;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          color: #fff;
          line-height: 19px;
          margin: 0 28px 0 6px;
          position: relative;
          -webkit-transition: all 100ms linear;
          transition: all 100ms linear; }
          header.header.menu-open > .wrapper .bottom-row .nav_wrapper nav .bottom-section .top-section a.signup:hover, header.header.menu-open > .wrapper .bottom-row .nav_wrapper nav .bottom-section .top-section a.signup:focus {
            margin: 0 28px 0 0; }
            header.header.menu-open > .wrapper .bottom-row .nav_wrapper nav .bottom-section .top-section a.signup:hover:after, header.header.menu-open > .wrapper .bottom-row .nav_wrapper nav .bottom-section .top-section a.signup:focus:after {
              width: 20px;
              left: 23.5px; }
            header.header.menu-open > .wrapper .bottom-row .nav_wrapper nav .bottom-section .top-section a.signup:hover:before, header.header.menu-open > .wrapper .bottom-row .nav_wrapper nav .bottom-section .top-section a.signup:focus:before {
              margin: 0 18px 1px 0; }
          header.header.menu-open > .wrapper .bottom-row .nav_wrapper nav .bottom-section .top-section a.signup:after {
            width: 0;
            height: 2px;
            content: "";
            display: block;
            background: #fff;
            position: absolute;
            bottom: -6px;
            left: 17.5px;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear; }
          header.header.menu-open > .wrapper .bottom-row .nav_wrapper nav .bottom-section .top-section a.signup:before {
            content: "";
            display: inline-block;
            border-top: 5.5px solid transparent;
            border-left: 5.5px solid #fff;
            border-bottom: 5.5px solid transparent;
            margin: 0 12px 1px 0;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear; }
        header.header.menu-open > .wrapper .bottom-row .nav_wrapper nav .bottom-section .top-section a.button {
          background: transparent;
          display: block;
          font-family: "Barlow Condensed", sans-serif;
          font-weight: 500;
          font-size: 16px;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          color: #fff;
          line-height: 19px;
          padding: 6px 15px;
          border: 2px solid #D92600; }
          header.header.menu-open > .wrapper .bottom-row .nav_wrapper nav .bottom-section .top-section a.button:hover, header.header.menu-open > .wrapper .bottom-row .nav_wrapper nav .bottom-section .top-section a.button:focus {
            background: #D92600; }
      header.header.menu-open > .wrapper .bottom-row .nav_wrapper nav .bottom-section .social {
        width: 100%;
        padding: 0;
        margin: 32px 0 0 0;
        display: block;
        text-align: center; }
        header.header.menu-open > .wrapper .bottom-row .nav_wrapper nav .bottom-section .social a {
          font-size: 20px;
          color: #fff;
          margin: 0 13px;
          padding: 8px 0;
          height: 36px;
          position: relative;
          vertical-align: middle; }
          header.header.menu-open > .wrapper .bottom-row .nav_wrapper nav .bottom-section .social a:hover:before, header.header.menu-open > .wrapper .bottom-row .nav_wrapper nav .bottom-section .social a:focus:before {
            -webkit-transform: translateY(-6px);
                    transform: translateY(-6px); }
          header.header.menu-open > .wrapper .bottom-row .nav_wrapper nav .bottom-section .social a:hover:after, header.header.menu-open > .wrapper .bottom-row .nav_wrapper nav .bottom-section .social a:focus:after {
            width: 100%;
            -webkit-transform: translateX(-50%) translateY(-6px);
                    transform: translateX(-50%) translateY(-6px); }
          header.header.menu-open > .wrapper .bottom-row .nav_wrapper nav .bottom-section .social a:first-child {
            margin-left: 0; }
          header.header.menu-open > .wrapper .bottom-row .nav_wrapper nav .bottom-section .social a:last-child {
            margin-right: 0; }
          header.header.menu-open > .wrapper .bottom-row .nav_wrapper nav .bottom-section .social a:before {
            display: inline-block;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear; }
          header.header.menu-open > .wrapper .bottom-row .nav_wrapper nav .bottom-section .social a:after {
            position: absolute;
            background: #D92600;
            left: 50%;
            width: 0;
            bottom: -2px;
            height: 2px;
            content: "";
            display: block;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear; }
          header.header.menu-open > .wrapper .bottom-row .nav_wrapper nav .bottom-section .social a.fa-fans {
            padding: 6.5px 0; }
            header.header.menu-open > .wrapper .bottom-row .nav_wrapper nav .bottom-section .social a.fa-fans:before {
              content: "";
              background-image: url("../images/svg/fans.svg");
              background-repeat: no-repeat;
              background-size: contain;
              background-position: center;
              width: 30px;
              height: 20px; }
  header.header.menu-open > .wrapper .bottom-row .nav_wrapper .right-side {
    width: 520px;
    border-bottom: 2px solid #D92600;
    z-index: 20;
    max-width: calc(100% - 40px);
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
    right: 20px;
    position: fixed;
    -webkit-box-pack: start;
            justify-content: flex-start; }
    header.header.menu-open > .wrapper .bottom-row .nav_wrapper .right-side button.search-toggle {
      display: -webkit-box;
      display: flex;
      margin: 0 auto 0 0; }
    header.header.menu-open > .wrapper .bottom-row .nav_wrapper .right-side .vertical-bar {
      background: rgba(255, 255, 255, 0.4); }
  header.header > .wrapper {
    width: 1360px;
    margin: 0 auto;
    max-width: calc(100% - 80px); }
    @media screen and (max-width: 1220px) {
      header.header > .wrapper {
        max-width: calc(100% - 40px); } }
    @media screen and (max-width: 950px) {
      header.header > .wrapper {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
                justify-content: space-between;
        align-content: center;
        -webkit-box-align: center;
                align-items: center;
        position: relative;
        z-index: 10;
        padding: 10px 0;
        height: 60px; } }
    header.header > .wrapper .top-row {
      height: 90px;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      align-content: center;
      -webkit-box-align: center;
              align-items: center;
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear; }
      @media screen and (max-width: 950px) {
        header.header > .wrapper .top-row {
          height: auto; } }
      header.header > .wrapper .top-row .social.left-side {
        width: 300px;
        padding: 0 0 0 7px; }
        @media screen and (max-width: 1220px) {
          header.header > .wrapper .top-row .social.left-side {
            padding: 0; } }
        @media screen and (max-width: 950px) {
          header.header > .wrapper .top-row .social.left-side {
            display: none; } }
        header.header > .wrapper .top-row .social.left-side a {
          font-size: 20px;
          color: #fff;
          margin: 0 13px;
          height: 38px;
          padding: 9px 0;
          vertical-align: middle;
          position: relative; }
          header.header > .wrapper .top-row .social.left-side a:hover:before, header.header > .wrapper .top-row .social.left-side a:focus:before {
            -webkit-transform: translateY(-6px);
                    transform: translateY(-6px); }
          header.header > .wrapper .top-row .social.left-side a:hover:after, header.header > .wrapper .top-row .social.left-side a:focus:after {
            width: 100%;
            -webkit-transform: translateX(-50%) translateY(-6px);
                    transform: translateX(-50%) translateY(-6px); }
          header.header > .wrapper .top-row .social.left-side a:first-child {
            margin-left: 0; }
          header.header > .wrapper .top-row .social.left-side a:last-child {
            margin-right: 0; }
          header.header > .wrapper .top-row .social.left-side a:before {
            display: inline-block;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear; }
          header.header > .wrapper .top-row .social.left-side a:after {
            position: absolute;
            background: #D92600;
            left: 50%;
            width: 0;
            bottom: 0;
            height: 2px;
            content: "";
            display: block;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear; }
          header.header > .wrapper .top-row .social.left-side a.fa-fans {
            padding: 7.5px 0; }
            header.header > .wrapper .top-row .social.left-side a.fa-fans:before {
              content: "";
              background-image: url("../images/svg/fans.svg");
              background-repeat: no-repeat;
              background-size: contain;
              background-position: center;
              width: 30px;
              height: 20px; }
      header.header > .wrapper .top-row .logo {
        margin: 0 0 3px 0; }
        @media screen and (max-width: 950px) {
          header.header > .wrapper .top-row .logo {
            margin: 0; } }
        header.header > .wrapper .top-row .logo a, header.header > .wrapper .top-row .logo span {
          display: block;
          width: 397px;
          height: 40px;
          text-indent: -9999px; }
          @media screen and (max-width: 950px) {
            header.header > .wrapper .top-row .logo a, header.header > .wrapper .top-row .logo span {
              width: 298px;
              height: 30px; } }
          @media screen and (max-width: 700px) {
            header.header > .wrapper .top-row .logo a, header.header > .wrapper .top-row .logo span {
              width: 199px;
              height: 20px; } }
          header.header > .wrapper .top-row .logo a svg, header.header > .wrapper .top-row .logo span svg {
            max-width: 100%;
            max-height: 100%;
            width: 100%;
            height: 100%;
            display: block; }
            header.header > .wrapper .top-row .logo a svg .underline, header.header > .wrapper .top-row .logo span svg .underline {
              -webkit-transform: scaleX(0);
                      transform: scaleX(0);
              -webkit-transition: all 100ms linear;
              transition: all 100ms linear; }
        header.header > .wrapper .top-row .logo a:hover .underline, header.header > .wrapper .top-row .logo a:focus .underline {
          -webkit-transform: scaleX(1);
                  transform: scaleX(1); }
      header.header > .wrapper .top-row .right-side {
        width: 300px;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: end;
                justify-content: flex-end;
        align-content: center;
        -webkit-box-align: center;
                align-items: center; }
        @media screen and (max-width: 950px) {
          header.header > .wrapper .top-row .right-side {
            display: none; } }
        header.header > .wrapper .top-row .right-side a.signup {
          display: block;
          font-family: "Barlow Condensed", sans-serif;
          font-weight: 600;
          font-size: 16px;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          color: #fff;
          line-height: 19px;
          margin: 0 28px 0 0;
          position: relative; }
          header.header > .wrapper .top-row .right-side a.signup:hover:after, header.header > .wrapper .top-row .right-side a.signup:focus:after {
            width: 20px;
            left: 23.5px; }
          header.header > .wrapper .top-row .right-side a.signup:hover:before, header.header > .wrapper .top-row .right-side a.signup:focus:before {
            margin: 0 18px 1px 0; }
          header.header > .wrapper .top-row .right-side a.signup:after {
            width: 0;
            height: 2px;
            content: "";
            display: block;
            background: #fff;
            position: absolute;
            bottom: -6px;
            left: 17.5px;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear; }
          header.header > .wrapper .top-row .right-side a.signup:before {
            content: "";
            display: inline-block;
            border-top: 5.5px solid transparent;
            border-left: 5.5px solid #fff;
            border-bottom: 5.5px solid transparent;
            margin: 0 12px 1px 0;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear; }
        header.header > .wrapper .top-row .right-side a.button {
          background: transparent;
          display: block;
          font-family: "Barlow Condensed", sans-serif;
          font-weight: 600;
          font-size: 16px;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          color: #fff;
          line-height: 19px;
          padding: 6px 15px;
          border: 2px solid #D92600; }
          header.header > .wrapper .top-row .right-side a.button:hover, header.header > .wrapper .top-row .right-side a.button:focus {
            background: #D92600; }
    header.header > .wrapper .bottom-row {
      border-top: 2px solid #D92600; }
      @media screen and (max-width: 950px) {
        header.header > .wrapper .bottom-row {
          border-top: none; } }
      header.header > .wrapper .bottom-row .nav_wrapper {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: start;
                justify-content: flex-start;
        align-content: center;
        -webkit-box-align: center;
                align-items: center;
        width: 1180px;
        max-width: 100%;
        margin: 0 auto;
        position: relative;
        z-index: 10; }
        @media screen and (max-width: 950px) {
          header.header > .wrapper .bottom-row .nav_wrapper {
            overflow: visible !important;
            display: block;
            width: auto;
            position: static; } }
        header.header > .wrapper .bottom-row .nav_wrapper.is-opened:before {
          width: 100vw;
          height: 100vh;
          background: rgba(255, 255, 255, 0.8);
          z-index: 1;
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          position: fixed;
          -webkit-transition: all 100ms linear;
          transition: all 100ms linear; }
        header.header > .wrapper .bottom-row .nav_wrapper nav {
          -webkit-box-ordinal-group: 2;
                  order: 1;
          -webkit-box-flex: 1;
                  flex: 1 1 auto;
          opacity: 1 !important; }
        header.header > .wrapper .bottom-row .nav_wrapper .right-side {
          -webkit-box-ordinal-group: 3;
                  order: 2;
          -webkit-box-flex: 0;
                  flex: 0 0 auto;
          margin-left: 104px;
          -webkit-transition-delay: 0ms;
                  transition-delay: 0ms;
          -webkit-transition: width 200ms linear;
          transition: width 200ms linear; }
          @media screen and (max-width: 1220px) {
            header.header > .wrapper .bottom-row .nav_wrapper .right-side {
              margin-left: 119px; } }
          @media screen and (max-width: 1100px) {
            header.header > .wrapper .bottom-row .nav_wrapper .right-side {
              margin-left: 20px; } }
          @media screen and (max-width: 950px) {
            header.header > .wrapper .bottom-row .nav_wrapper .right-side {
              width: 150px;
              margin-left: 0;
              position: absolute;
              top: 0;
              right: 0;
              height: 60px;
              display: -webkit-box;
              display: flex;
              -webkit-box-pack: end;
                      justify-content: flex-end;
              align-content: center;
              -webkit-box-align: center;
                      align-items: center; } }
          @media screen and (max-width: 700px) {
            header.header > .wrapper .bottom-row .nav_wrapper .right-side {
              width: 80px; } }
          header.header > .wrapper .bottom-row .nav_wrapper .right-side button.search-toggle {
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: center;
                    justify-content: center;
            align-content: center;
            -webkit-box-align: center;
                    align-items: center;
            position: relative;
            -webkit-box-ordinal-group: 2;
                    order: 1;
            z-index: 20;
            outline-color: #fff; }
            @media screen and (max-width: 700px) {
              header.header > .wrapper .bottom-row .nav_wrapper .right-side button.search-toggle {
                display: none; } }
            header.header > .wrapper .bottom-row .nav_wrapper .right-side button.search-toggle:hover:before, header.header > .wrapper .bottom-row .nav_wrapper .right-side button.search-toggle:focus:before {
              width: 20px; }
            header.header > .wrapper .bottom-row .nav_wrapper .right-side button.search-toggle:before {
              width: 0;
              height: 2px;
              content: "";
              display: block;
              background: #fff;
              position: absolute;
              top: -5.7px;
              left: 0;
              -webkit-transition: all 100ms linear;
              transition: all 100ms linear; }
            header.header > .wrapper .bottom-row .nav_wrapper .right-side button.search-toggle.active {
              display: -webkit-box;
              display: flex; }
              header.header > .wrapper .bottom-row .nav_wrapper .right-side button.search-toggle.active .text.search-close {
                display: block; }
              header.header > .wrapper .bottom-row .nav_wrapper .right-side button.search-toggle.active .text.search-open {
                display: none; }
              header.header > .wrapper .bottom-row .nav_wrapper .right-side button.search-toggle.active svg.open {
                display: none; }
              header.header > .wrapper .bottom-row .nav_wrapper .right-side button.search-toggle.active svg.close {
                display: block; }
            header.header > .wrapper .bottom-row .nav_wrapper .right-side button.search-toggle .text {
              font-family: "Roboto", sans-serif;
              line-height: 1;
              font-size: 14px;
              text-transform: capitalize;
              font-weight: 400;
              color: #fff;
              letter-spacing: 0; }
              header.header > .wrapper .bottom-row .nav_wrapper .right-side button.search-toggle .text.search-close {
                display: none;
                margin-right: 8px; }
            header.header > .wrapper .bottom-row .nav_wrapper .right-side button.search-toggle svg {
              margin: 0 0 0 10px; }
              header.header > .wrapper .bottom-row .nav_wrapper .right-side button.search-toggle svg.close {
                display: none;
                padding: 5px; }
          header.header > .wrapper .bottom-row .nav_wrapper .right-side .form-wrapper {
            display: none;
            width: 100vw;
            height: 100vh;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 15;
            background: url("../images/search_bg.jpg");
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center; }
            header.header > .wrapper .bottom-row .nav_wrapper .right-side .form-wrapper form {
              width: 980px;
              max-width: calc(100% - 40px);
              margin: 205px auto 0 auto;
              background: #fff;
              padding: 28px 30px 26px 30px;
              display: -webkit-box;
              display: flex;
              -webkit-box-pack: start;
                      justify-content: flex-start;
              align-content: center;
              -webkit-box-align: center;
                      align-items: center;
              z-index: 1;
              position: relative; }
              @media screen and (max-width: 950px) {
                header.header > .wrapper .bottom-row .nav_wrapper .right-side .form-wrapper form {
                  margin: 100px auto 0 auto; } }
              header.header > .wrapper .bottom-row .nav_wrapper .right-side .form-wrapper form:before {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                content: "";
                display: block;
                z-index: -1;
                background: #fff; }
              header.header > .wrapper .bottom-row .nav_wrapper .right-side .form-wrapper form:after {
                width: calc(100% + 20px);
                height: calc(100% + 20px);
                position: absolute;
                top: -10px;
                left: -10px;
                content: "";
                display: block;
                z-index: -2;
                background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(transparent));
                background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.2), transparent);
                background: linear-gradient(to top, rgba(255, 255, 255, 0.2), transparent); }
              header.header > .wrapper .bottom-row .nav_wrapper .right-side .form-wrapper form input {
                font-family: "Roboto", sans-serif;
                font-size: 22px;
                font-weight: 300;
                line-height: 1;
                letter-spacing: 0;
                color: #000000;
                -webkit-box-ordinal-group: 3;
                        order: 2;
                border: none;
                padding: 0;
                margin: 0;
                z-index: 2;
                width: 100%; }
                header.header > .wrapper .bottom-row .nav_wrapper .right-side .form-wrapper form input::-webkit-input-placeholder {
                  /* WebKit browsers */
                  color: #000000; }
                header.header > .wrapper .bottom-row .nav_wrapper .right-side .form-wrapper form input:-moz-placeholder {
                  /* Mozilla Firefox 4 to 18 */
                  color: #000000; }
                header.header > .wrapper .bottom-row .nav_wrapper .right-side .form-wrapper form input::-moz-placeholder {
                  /* Mozilla Firefox 19+ */
                  color: #000000; }
                header.header > .wrapper .bottom-row .nav_wrapper .right-side .form-wrapper form input:-ms-input-placeholder {
                  /* Internet Explorer 10+ */
                  color: #000000; }
              header.header > .wrapper .bottom-row .nav_wrapper .right-side .form-wrapper form button {
                -webkit-box-ordinal-group: 2;
                        order: 1;
                margin: 0 20px 0 0;
                padding: 0;
                z-index: 2; }
          header.header > .wrapper .bottom-row .nav_wrapper .right-side .vertical-bar {
            display: none;
            height: 40px;
            width: 1px;
            background: #D92600;
            margin: 0 20px;
            content: ""; }
            @media screen and (max-width: 950px) {
              header.header > .wrapper .bottom-row .nav_wrapper .right-side .vertical-bar {
                display: block;
                z-index: 10;
                -webkit-box-ordinal-group: 3;
                        order: 2; } }
          header.header > .wrapper .bottom-row .nav_wrapper .right-side #nav-toggle {
            display: none;
            width: 30px;
            height: 33px;
            position: relative;
            outline-color: #fff; }
            @media screen and (max-width: 950px) {
              header.header > .wrapper .bottom-row .nav_wrapper .right-side #nav-toggle {
                display: block;
                -webkit-box-ordinal-group: 4;
                        order: 3;
                z-index: 10; } }
            header.header > .wrapper .bottom-row .nav_wrapper .right-side #nav-toggle.active .top {
              top: 5px;
              right: 50%;
              -webkit-transform: translateX(50%) rotate(45deg);
                      transform: translateX(50%) rotate(45deg); }
            header.header > .wrapper .bottom-row .nav_wrapper .right-side #nav-toggle.active .bottom {
              width: 30px;
              top: 5px;
              right: 50%;
              -webkit-transform: translateX(50%) rotate(-45deg);
                      transform: translateX(50%) rotate(-45deg); }
            header.header > .wrapper .bottom-row .nav_wrapper .right-side #nav-toggle.active .text.open {
              display: none; }
            header.header > .wrapper .bottom-row .nav_wrapper .right-side #nav-toggle.active .text.close {
              display: block; }
            header.header > .wrapper .bottom-row .nav_wrapper .right-side #nav-toggle .top {
              position: absolute;
              width: 30px;
              height: 2px;
              background: #fff;
              top: 0;
              right: 0;
              -webkit-transition: all 100ms linear;
              transition: all 100ms linear; }
            header.header > .wrapper .bottom-row .nav_wrapper .right-side #nav-toggle .bottom {
              position: absolute;
              width: 24px;
              height: 2px;
              background: #fff;
              top: 8px;
              right: 0;
              -webkit-transition: all 100ms linear;
              transition: all 100ms linear; }
            header.header > .wrapper .bottom-row .nav_wrapper .right-side #nav-toggle .text {
              position: absolute;
              bottom: 0;
              left: 0;
              font-size: 12px;
              font-family: "Barlow Condensed", sans-serif;
              color: #fff;
              text-transform: uppercase;
              letter-spacing: 0.5px;
              font-weight: 600;
              line-height: 14px;
              width: 100%;
              text-align: center; }
              header.header > .wrapper .bottom-row .nav_wrapper .right-side #nav-toggle .text.close {
                display: none; }
        header.header > .wrapper .bottom-row .nav_wrapper .bottom-section {
          display: none; }

/* ----------------------------------------------------------------------------
= Header toolbar (if used)
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Navigations
----------------------------------------------------------------------------- */
@media screen and (max-width: 950px) {
  .main_nav {
    display: none; } }

.main_nav > ul {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  align-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 4px 0 8px 0; }
  .main_nav > ul:hover > li:hover > a, .main_nav > ul:hover > li:focus > a, .main_nav > ul:focus > li:hover > a, .main_nav > ul:focus > li:focus > a {
    opacity: 1; }
  .main_nav > ul:hover > li > a, .main_nav > ul:focus > li > a {
    opacity: 0.7; }
    .main_nav > ul:hover > li > a:hover, .main_nav > ul:hover > li > a:focus, .main_nav > ul:focus > li > a:hover, .main_nav > ul:focus > li > a:focus {
      opacity: 1; }
  .main_nav > ul > li {
    text-align: left; }
    .main_nav > ul > li > .close-button {
      display: none; }
    .main_nav > ul > li.is-focused .sub {
      display: block !important; }
    .main_nav > ul > li.no-sub > a:after {
      display: none; }
    .main_nav > ul > li > a {
      display: block;
      padding: 26px 0;
      font-family: "Barlow Condensed", sans-serif;
      font-size: 20px;
      font-weight: 700;
      color: #fff;
      line-height: 18px;
      letter-spacing: 1px;
      text-transform: uppercase; }
      .main_nav > ul > li > a.page_62 {
        background: #D92600;
        padding-left: 10px;
        padding-right: 10px; }
        .main_nav > ul > li > a.page_62:before {
          left: 10px; }
      .main_nav > ul > li > a:hover:before, .main_nav > ul > li > a:focus:before {
        width: 20px; }
      .main_nav > ul > li > a:hover:after, .main_nav > ul > li > a:focus:after {
        opacity: 1; }
      .main_nav > ul > li > a:hover.page_62:before, .main_nav > ul > li > a:focus.page_62:before {
        left: 10px; }
      .main_nav > ul > li > a.active:before {
        width: 20px; }
      .main_nav > ul > li > a:before {
        width: 0;
        height: 2px;
        content: "";
        display: block;
        background: #fff;
        position: absolute;
        top: 17px;
        left: 0;
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear; }
      .main_nav > ul > li > a:after {
        content: "";
        opacity: 0;
        display: inline-block;
        border-right: 5.5px solid transparent;
        border-left: 5.5px solid transparent;
        border-top: 5.5px solid #fff;
        position: absolute;
        bottom: 10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear; }
    .main_nav > ul > li .sub {
      display: none;
      position: absolute;
      top: 100%;
      left: -13px;
      border: 2px solid #D92600;
      background: #fff;
      width: 190px;
      padding: 14px 10px 14px 10px; }
      .main_nav > ul > li .sub a.gh_redirect .after, .main_nav > ul > li .sub a.gh_page_redirect .after {
        content: "";
        vertical-align: middle;
        margin-left: 9px;
        display: inline;
        fill: inherit; }
      .main_nav > ul > li .sub a .after {
        display: none; }
      .main_nav > ul > li .sub > ul > li .close-button {
        display: none; }
      .main_nav > ul > li .sub > ul > li > a {
        padding: 9.5px 9px;
        display: block;
        font-size: 16px;
        line-height: 1;
        letter-spacing: 0;
        font-weight: 400;
        fill: #000000;
        font-family: "Roboto", sans-serif; }
        .main_nav > ul > li .sub > ul > li > a:hover, .main_nav > ul > li .sub > ul > li > a:focus, .main_nav > ul > li .sub > ul > li > a.active {
          background: #D92600;
          color: #fff;
          fill: #fff;
          padding: 9.5px 9px 9.5px 14px; }
      .main_nav > ul > li .sub > ul > li ul {
        padding: 0 9.5px 0 12.5px; }
        .main_nav > ul > li .sub > ul > li ul li a {
          font-size: 14px;
          font-family: "Roboto", sans-serif;
          font-weight: 400;
          line-height: 22px;
          letter-spacing: 0;
          color: #767676;
          fill: #767676; }
          .main_nav > ul > li .sub > ul > li ul li a:hover, .main_nav > ul > li .sub > ul > li ul li a:focus, .main_nav > ul > li .sub > ul > li ul li a.active {
            color: #D92600;
            fill: #D92600; }

/* ----------------------------------------------------------------------------
= Mobile Navigation
----------------------------------------------------------------------------- */
.mobile_nav {
  visibility: hidden;
  position: fixed;
  right: -100%;
  top: 0;
  height: 100vh;
  z-index: 2;
  width: 560px;
  max-width: 100%;
  background: #000000;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  padding: 92px 20px 30px 20px; }
  .is-opened .mobile_nav {
    right: 0;
    visibility: visible; }
  .mobile_nav > ul:hover > li:hover > a, .mobile_nav > ul:hover > li:focus > a, .mobile_nav > ul:focus > li:hover > a, .mobile_nav > ul:focus > li:focus > a {
    opacity: 1; }
  .mobile_nav > ul:hover > li > a, .mobile_nav > ul:focus > li > a {
    opacity: 0.7; }
    .mobile_nav > ul:hover > li > a:hover, .mobile_nav > ul:hover > li > a:focus, .mobile_nav > ul:focus > li > a:hover, .mobile_nav > ul:focus > li > a:focus {
      opacity: 1; }
  .mobile_nav > ul > li {
    padding: 0 0 10.5px 0;
    margin: 0 0 20px 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    .mobile_nav > ul > li:last-child {
      margin: 0; }
    .mobile_nav > ul > li.is-opened .close-button {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .mobile_nav > ul > li.is-opened > a {
      color: #fff; }
      .mobile_nav > ul > li.is-opened > a:before {
        width: 20px; }
    .mobile_nav > ul > li .close-button {
      top: 0;
      right: 0;
      position: absolute;
      outline-color: #fff;
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear; }
    .mobile_nav > ul > li > a {
      display: block;
      font-family: "Barlow Condensed", sans-serif;
      font-size: 20px;
      font-weight: 700;
      color: #fff;
      line-height: 18px;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 0 20px 0 0;
      margin: 0 0 9.5px 0; }
      .mobile_nav > ul > li > a.page_62 {
        background: #D92600;
        padding: 10px 20px 10px 10px; }
      .mobile_nav > ul > li > a:hover, .mobile_nav > ul > li > a:focus, .mobile_nav > ul > li > a.active {
        color: #fff; }
        .mobile_nav > ul > li > a:hover:before, .mobile_nav > ul > li > a:focus:before, .mobile_nav > ul > li > a.active:before {
          width: 20px; }
      .mobile_nav > ul > li > a:before {
        width: 0;
        height: 2px;
        content: "";
        display: block;
        background: #fff;
        position: absolute;
        top: -6px;
        left: 0;
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear; }
    .mobile_nav > ul > li .sub {
      margin: 0;
      display: none; }
      .mobile_nav > ul > li .sub > ul > li a.gh_redirect .after, .mobile_nav > ul > li .sub > ul > li a.gh_page_redirect .after {
        content: "";
        vertical-align: middle;
        margin-left: 9px;
        display: inline;
        fill: inherit; }
      .mobile_nav > ul > li .sub > ul > li a .after {
        display: none; }
      .mobile_nav > ul > li .sub > ul > li > a {
        display: block;
        font-size: 16px;
        line-height: 1;
        letter-spacing: 0;
        font-weight: 400;
        font-family: "Roboto", sans-serif;
        padding: 9.5px 10px;
        color: #fff;
        fill: #fff; }
        .mobile_nav > ul > li .sub > ul > li > a:hover, .mobile_nav > ul > li .sub > ul > li > a:focus, .mobile_nav > ul > li .sub > ul > li > a.active {
          background: #D92600;
          color: #fff;
          fill: #fff;
          padding: 9.5px 10px 9.5px 18px; }
      .mobile_nav > ul > li .sub > ul > li ul {
        padding: 0 10px 0 13px; }
        .mobile_nav > ul > li .sub > ul > li ul li a {
          font-size: 14px;
          font-family: "Roboto", sans-serif;
          font-weight: 400;
          line-height: 22px;
          letter-spacing: 0;
          color: #767676;
          fill: #767676; }
          .mobile_nav > ul > li .sub > ul > li ul li a:hover, .mobile_nav > ul > li .sub > ul > li ul li a:focus, .mobile_nav > ul > li .sub > ul > li ul li a.active {
            color: #fff;
            fill: #fff; }

/* ----------------------------------------------------------------------------
= Footer basics
----------------------------------------------------------------------------- */
footer {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 47px 0 30px 0;
  background-color: #000000;
  background-image: url("../images/home_footer_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 950px) {
    footer {
      padding: 40px 0 30px 0; } }
  footer > .wrapper {
    width: 1180px;
    max-width: calc(100% - 40px);
    margin: 0 auto; }
    footer > .wrapper .top-row {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      align-content: center;
      -webkit-box-align: center;
              align-items: center; }
      @media screen and (max-width: 950px) {
        footer > .wrapper .top-row {
          width: 479px;
          max-width: 100%;
          margin: 0 auto;
          flex-wrap: wrap; } }
      @media screen and (max-width: 700px) {
        footer > .wrapper .top-row {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
                  flex-direction: column;
          -webkit-box-pack: stretch;
                  justify-content: stretch;
          align-content: flex-start;
          -webkit-box-align: start;
                  align-items: flex-start; } }
      footer > .wrapper .top-row a {
        color: #fff; }
        footer > .wrapper .top-row a:hover, footer > .wrapper .top-row a:focus {
          color: #fff; }
      footer > .wrapper .top-row .info-label {
        font-size: 20px;
        font-weight: 700;
        font-family: "Barlow Condensed", sans-serif;
        letter-spacing: 0.5px;
        line-height: 1;
        color: #fff;
        display: block;
        text-transform: uppercase; }
        footer > .wrapper .top-row .info-label:after {
          content: "";
          margin: 6px 0 10px 0;
          height: 2px;
          width: 30px;
          background-color: #D92600;
          display: block; }
      footer > .wrapper .top-row .address-1, footer > .wrapper .top-row .address-2, footer > .wrapper .top-row .phone,
      footer > .wrapper .top-row .hours-1, footer > .wrapper .top-row .hours-2, footer > .wrapper .top-row .ticket-phone {
        font-family: "Roboto", sans-serif;
        display: block;
        font-weight: 400;
        color: #fff;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0; }
      footer > .wrapper .top-row address.left-side {
        width: 220px;
        max-width: 100%;
        text-align: left;
        margin: 0 20px 0 0; }
        @media screen and (max-width: 950px) {
          footer > .wrapper .top-row address.left-side {
            -webkit-box-ordinal-group: 3;
                    order: 2;
            max-width: calc(50% - 20px); } }
        @media screen and (max-width: 700px) {
          footer > .wrapper .top-row address.left-side {
            margin: 0 0 30px 0;
            max-width: 100%; } }
      @media screen and (max-width: 950px) {
        footer > .wrapper .top-row .logo {
          -webkit-box-ordinal-group: 2;
                  order: 1;
          width: 100%;
          margin: 0 0 30px 0; } }
      @media screen and (max-width: 700px) {
        footer > .wrapper .top-row .logo {
          margin: 0 0 40px 0; } }
      footer > .wrapper .top-row .logo a, footer > .wrapper .top-row .logo span {
        display: block;
        width: 397px;
        height: 40px;
        text-indent: -9999px; }
        @media screen and (max-width: 950px) {
          footer > .wrapper .top-row .logo a, footer > .wrapper .top-row .logo span {
            margin: 0 auto; } }
        @media screen and (max-width: 700px) {
          footer > .wrapper .top-row .logo a, footer > .wrapper .top-row .logo span {
            width: 280px;
            height: 28px; } }
        footer > .wrapper .top-row .logo a svg, footer > .wrapper .top-row .logo span svg {
          max-width: 100%;
          max-height: 100%;
          width: 100%;
          height: 100%;
          display: block; }
          footer > .wrapper .top-row .logo a svg .underline, footer > .wrapper .top-row .logo span svg .underline {
            -webkit-transform: scaleX(0);
                    transform: scaleX(0);
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear; }
      footer > .wrapper .top-row .logo a:hover .underline, footer > .wrapper .top-row .logo a:focus .underline {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); }
      footer > .wrapper .top-row .right-side {
        width: 220px;
        max-width: 100%;
        text-align: right;
        margin: 0 0 0 20px; }
        @media screen and (max-width: 950px) {
          footer > .wrapper .top-row .right-side {
            -webkit-box-ordinal-group: 4;
                    order: 3;
            max-width: calc(50% - 20px); } }
        @media screen and (max-width: 700px) {
          footer > .wrapper .top-row .right-side {
            margin: 0;
            max-width: 100%;
            text-align: left; } }
        footer > .wrapper .top-row .right-side .info-label:after {
          margin: 6px 0 10px auto; }
          @media screen and (max-width: 700px) {
            footer > .wrapper .top-row .right-side .info-label:after {
              margin: 6px auto 10px 0; } }
    footer > .wrapper .footer_nav {
      zoom: 1;
      width: 100%;
      margin: auto;
      padding: 35px 0 0 0;
      margin: 35px 0 0 0;
      border-top: 2px solid #D92600; }
      footer > .wrapper .footer_nav:before, footer > .wrapper .footer_nav:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      footer > .wrapper .footer_nav:after {
        clear: both; }
      @media screen and (max-width: 950px) {
        footer > .wrapper .footer_nav {
          padding: 30px 3px 0 3px;
          margin: 47px 0 0 0; } }
      @media screen and (max-width: 700px) {
        footer > .wrapper .footer_nav {
          padding: 30px 0 0 0;
          margin: 40px 0 0 0; } }
      footer > .wrapper .footer_nav > ul {
        width: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
                justify-content: space-between;
        align-content: flex-start;
        -webkit-box-align: start;
                align-items: flex-start; }
        @media screen and (max-width: 700px) {
          footer > .wrapper .footer_nav > ul {
            display: block;
            text-align: center; } }
        footer > .wrapper .footer_nav > ul > li {
          margin: 0 20px 0 0; }
          @media screen and (max-width: 700px) {
            footer > .wrapper .footer_nav > ul > li {
              margin: 0; } }
          footer > .wrapper .footer_nav > ul > li:last-child {
            margin-right: 0; }
          footer > .wrapper .footer_nav > ul > li > a {
            display: block;
            padding: 0;
            font-family: "Barlow Condensed", sans-serif;
            font-size: 20px;
            font-weight: 700;
            color: #fff;
            line-height: 1;
            letter-spacing: 1px;
            text-transform: uppercase;
            position: relative; }
            @media screen and (max-width: 700px) {
              footer > .wrapper .footer_nav > ul > li > a {
                line-height: 40px;
                display: inline-block;
                margin: 0 auto; } }
            footer > .wrapper .footer_nav > ul > li > a:hover:before, footer > .wrapper .footer_nav > ul > li > a:focus:before, footer > .wrapper .footer_nav > ul > li > a.active:before {
              width: 20px; }
            footer > .wrapper .footer_nav > ul > li > a:before {
              width: 0;
              height: 2px;
              content: "";
              display: block;
              background: #fff;
              position: absolute;
              top: -7px;
              left: 0;
              -webkit-transition: all 100ms linear;
              transition: all 100ms linear; }
              @media screen and (max-width: 700px) {
                footer > .wrapper .footer_nav > ul > li > a:before {
                  top: 3px; } }
            footer > .wrapper .footer_nav > ul > li > a .first {
              letter-spacing: 1px; }
              @media screen and (max-width: 1220px) {
                footer > .wrapper .footer_nav > ul > li > a .first {
                  display: block; } }
              @media screen and (max-width: 700px) {
                footer > .wrapper .footer_nav > ul > li > a .first {
                  line-height: 40px;
                  display: inline; } }
          footer > .wrapper .footer_nav > ul > li ul {
            margin: 10px 0 0 0; }
            @media screen and (max-width: 950px) {
              footer > .wrapper .footer_nav > ul > li ul {
                display: none; } }
            footer > .wrapper .footer_nav > ul > li ul li {
              display: block; }
              footer > .wrapper .footer_nav > ul > li ul li a {
                display: inline-block;
                font-family: "Roboto", sans-serif;
                font-weight: 400;
                color: #fff;
                font-size: 14px;
                line-height: 30px;
                letter-spacing: 0;
                position: relative;
                fill: #fff;
                z-index: 1; }
                footer > .wrapper .footer_nav > ul > li ul li a:hover:before, footer > .wrapper .footer_nav > ul > li ul li a:focus:before, footer > .wrapper .footer_nav > ul > li ul li a.active:before {
                  background-color: #D92600; }
                footer > .wrapper .footer_nav > ul > li ul li a:before {
                  content: "";
                  display: block;
                  height: 100%;
                  width: calc(100% + 10px);
                  background: transparent;
                  position: absolute;
                  top: 0;
                  left: -5px;
                  -webkit-transition: all 100ms linear;
                  transition: all 100ms linear;
                  z-index: -1; }
                footer > .wrapper .footer_nav > ul > li ul li a.gh_redirect .after, footer > .wrapper .footer_nav > ul > li ul li a.gh_page_redirect .after {
                  content: '';
                  vertical-align: middle;
                  margin-left: 9px;
                  display: inline;
                  fill: inherit; }
                footer > .wrapper .footer_nav > ul > li ul li a .after {
                  display: none; }
    footer > .wrapper .social {
      margin: 52px 0 0 0;
      text-align: center; }
      @media screen and (max-width: 1220px) {
        footer > .wrapper .social {
          margin: 32px 0 0 0; } }
      @media screen and (max-width: 950px) {
        footer > .wrapper .social {
          margin: 42px 0 0 0; } }
      @media screen and (max-width: 700px) {
        footer > .wrapper .social {
          margin: 32px 0 0 0; } }
      footer > .wrapper .social a {
        font-size: 20px;
        color: #fff;
        margin: 0 13px;
        padding: 8px 0;
        height: 36px;
        position: relative;
        vertical-align: middle; }
        footer > .wrapper .social a:hover:before, footer > .wrapper .social a:focus:before {
          -webkit-transform: translateY(-6px);
                  transform: translateY(-6px); }
        footer > .wrapper .social a:hover:after, footer > .wrapper .social a:focus:after {
          width: 100%;
          -webkit-transform: translateX(-50%) translateY(-6px);
                  transform: translateX(-50%) translateY(-6px); }
        footer > .wrapper .social a:first-child {
          margin-left: 0; }
        footer > .wrapper .social a:last-child {
          margin-right: 0; }
        footer > .wrapper .social a:before {
          display: inline-block;
          -webkit-transition: all 100ms linear;
          transition: all 100ms linear; }
        footer > .wrapper .social a:after {
          position: absolute;
          background: #D92600;
          left: 50%;
          width: 0;
          bottom: -2px;
          height: 2px;
          content: "";
          display: block;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          -webkit-transition: all 100ms linear;
          transition: all 100ms linear; }
        footer > .wrapper .social a.fa-fans {
          padding: 6.5px 0; }
          footer > .wrapper .social a.fa-fans:before {
            content: "";
            background-image: url("../images/svg/fans.svg");
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            width: 30px;
            height: 20px; }
    footer > .wrapper .global-footer {
      margin: 12px 0 0 0;
      position: relative;
      zoom: 1;
      display: block;
      padding: 0;
      text-align: center; }
      footer > .wrapper .global-footer:before, footer > .wrapper .global-footer:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      footer > .wrapper .global-footer:after {
        clear: both; }
      @media screen and (max-width: 700px) {
        footer > .wrapper .global-footer {
          margin: 22px 0 0 0; } }
      footer > .wrapper .global-footer p {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        color: #fff;
        font-size: 14px;
        line-height: 30px;
        letter-spacing: 0;
        margin: 0; }
        footer > .wrapper .global-footer p a, footer > .wrapper .global-footer p a:visited {
          -webkit-transition: all 100ms linear;
          transition: all 100ms linear;
          color: white;
          text-decoration: none; }
          footer > .wrapper .global-footer p a:hover, footer > .wrapper .global-footer p a:focus, footer > .wrapper .global-footer p a.active, footer > .wrapper .global-footer p a:visited:hover, footer > .wrapper .global-footer p a:visited:focus, footer > .wrapper .global-footer p a:visited.active {
            color: #fff;
            text-decoration: underline; }
        footer > .wrapper .global-footer p:hover {
          color: #C8C8C8; }
          footer > .wrapper .global-footer p:hover a, footer > .wrapper .global-footer p:hover a:visited {
            color: #C8C8C8; }
            footer > .wrapper .global-footer p:hover a:hover, footer > .wrapper .global-footer p:hover a:focus, footer > .wrapper .global-footer p:hover a:visited:hover, footer > .wrapper .global-footer p:hover a:visited:focus {
              color: #fff; }
      footer > .wrapper .global-footer .delimiter {
        padding: 0 2px;
        color: white; }
      footer > .wrapper .global-footer a#carbonhouse, footer > .wrapper .global-footer a#carbonhouse:link, footer > .wrapper .global-footer a#carbonhouse:visited {
        text-align: center;
        position: relative;
        display: inline-block;
        margin: 0;
        padding-top: 0px;
        font-weight: 400;
        color: #ffffff;
        font-family: 'helvetica';
        font-size: 14px;
        line-height: 19px;
        cursor: pointer;
        text-decoration: none; }
        footer > .wrapper .global-footer a#carbonhouse:hover, footer > .wrapper .global-footer a#carbonhouse:focus, footer > .wrapper .global-footer a#carbonhouse:link:hover, footer > .wrapper .global-footer a#carbonhouse:link:focus, footer > .wrapper .global-footer a#carbonhouse:visited:hover, footer > .wrapper .global-footer a#carbonhouse:visited:focus {
          color: #fff;
          text-decoration: none; }
          footer > .wrapper .global-footer a#carbonhouse:hover:after, footer > .wrapper .global-footer a#carbonhouse:focus:after, footer > .wrapper .global-footer a#carbonhouse:link:hover:after, footer > .wrapper .global-footer a#carbonhouse:link:focus:after, footer > .wrapper .global-footer a#carbonhouse:visited:hover:after, footer > .wrapper .global-footer a#carbonhouse:visited:focus:after {
            width: 100%; }
          footer > .wrapper .global-footer a#carbonhouse:hover span, footer > .wrapper .global-footer a#carbonhouse:focus span, footer > .wrapper .global-footer a#carbonhouse:link:hover span, footer > .wrapper .global-footer a#carbonhouse:link:focus span, footer > .wrapper .global-footer a#carbonhouse:visited:hover span, footer > .wrapper .global-footer a#carbonhouse:visited:focus span {
            color: #fff; }
        footer > .wrapper .global-footer a#carbonhouse:after, footer > .wrapper .global-footer a#carbonhouse:link:after, footer > .wrapper .global-footer a#carbonhouse:visited:after {
          content: "";
          position: absolute;
          display: block;
          width: 0;
          bottom: -4px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          height: 2px;
          background: #D92600;
          -webkit-transition: all 100ms linear;
          transition: all 100ms linear; }
        footer > .wrapper .global-footer a#carbonhouse span, footer > .wrapper .global-footer a#carbonhouse:link span, footer > .wrapper .global-footer a#carbonhouse:visited span {
          font-size: 16px; }
          footer > .wrapper .global-footer a#carbonhouse span.carbon, footer > .wrapper .global-footer a#carbonhouse:link span.carbon, footer > .wrapper .global-footer a#carbonhouse:visited span.carbon {
            font-weight: bold;
            color: #ffffff; }
          footer > .wrapper .global-footer a#carbonhouse span.house, footer > .wrapper .global-footer a#carbonhouse:link span.house, footer > .wrapper .global-footer a#carbonhouse:visited span.house {
            font-weight: bold;
            color: #ffffff; }

/* ----------------------------------------------------------------------------
=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: #1A1919; }
      .subnav ul li a, .subnav ul li a:visited {
        display: block;
        padding: 9px 5px 7px 30px;
        color: white;
        font: bold 18px/120% "Roboto", sans-serif;
        text-decoration: none;
        text-transform: uppercase; }
        .subnav ul li a:hover, .subnav ul li a.active, .subnav ul li a:active, .subnav ul li a:visited:hover, .subnav ul li a:visited.active, .subnav ul li a:visited:active {
          color: #1A1919; }
        .subnav ul li a.section, .subnav ul li a:visited.section {
          padding-bottom: 7px;
          color: #1A1919;
          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: #1A1919; }
      .subnav ul li.active.onparent a.active {
        color: #1A1919; }
    .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 "Roboto", sans-serif;
    -webkit-appearance: none; }
    #search input::-webkit-input-placeholder, #search input[type='text']::-webkit-input-placeholder {
      color: #fff;
      font: normal 14px/14px "Roboto", sans-serif; }
    #search input:-moz-placeholder, #search input[type='text']:-moz-placeholder {
      color: #fff;
      font: normal 14px/14px "Roboto", sans-serif; }
    #search input:-ms-input-placeholder, #search input[type='text']:-ms-input-placeholder {
      color: #fff;
      font: normal 14px/14px "Roboto", 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.
----------------------------------------------------------------------------- */
.m-button, .event_list .buttons a.tickets, .rsGCaption .buttons a.tickets, .rightBreakout .buttons a {
  display: inline-block;
  position: relative;
  background-color: #D92600;
  border: 2px solid #D92600;
  color: #ffffff;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 8px 18px;
  z-index: 1;
  line-height: 1; }
  @media screen and (max-width: 700px) {
    .m-button, .event_list .buttons a.tickets, .rsGCaption .buttons a.tickets, .rightBreakout .buttons a {
      padding: 8px 28px; } }
  .m-button:hover, .event_list .buttons a.tickets:hover, .rsGCaption .buttons a.tickets:hover, .rightBreakout .buttons a:hover, .m-button:focus, .event_list .buttons a.tickets:focus, .rsGCaption .buttons a.tickets:focus, .rightBreakout .buttons a:focus {
    background-color: #AE1E00;
    color: #ffffff; }
  .m-button svg, .event_list .buttons a.tickets svg, .rsGCaption .buttons a.tickets svg, .rightBreakout .buttons a svg {
    display: none; }

.outline-button, .gen-button,
a.button,
.button a,
input.button,
.textarea .button p a,
.textarea p a.button,
.cms .button p a,
.cms p a.button,
.login-form input[type='submit'], .spotlight a.more,
.concierge a.more,
.news_list a.more,
.contest_list a.more,
.job_list a.more,
.seating_charts a.more,
.offer_list a.more, a.spot-button {
  display: inline-block;
  border: 2px solid #000000;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #000000;
  line-height: 19px;
  padding: 8px 28px;
  background: transparent; }
  .outline-button:hover, .gen-button:hover,
  a.button:hover,
  .button a:hover,
  input.button:hover,
  .textarea .button p a:hover,
  .textarea p a.button:hover,
  .cms .button p a:hover,
  .cms p a.button:hover,
  .login-form input[type='submit']:hover, .spotlight a.more:hover,
  .concierge a.more:hover,
  .news_list a.more:hover,
  .contest_list a.more:hover,
  .job_list a.more:hover,
  .seating_charts a.more:hover,
  .offer_list a.more:hover, a.spot-button:hover, .outline-button:focus, .gen-button:focus,
  a.button:focus,
  .button a:focus,
  input.button:focus,
  .textarea .button p a:focus,
  .textarea p a.button:focus,
  .cms .button p a:focus,
  .cms p a.button:focus,
  .login-form input[type='submit']:focus, .spotlight a.more:focus,
  .concierge a.more:focus,
  .news_list a.more:focus,
  .contest_list a.more:focus,
  .job_list a.more:focus,
  .seating_charts a.more:focus,
  .offer_list a.more:focus, a.spot-button:focus {
    background: #000000;
    color: #fff; }
  .outline-button:after, .gen-button:after,
  a.button:after,
  .button a:after,
  input.button:after,
  .textarea .button p a:after,
  .textarea p a.button:after,
  .cms .button p a:after,
  .cms p a.button:after,
  .login-form input[type='submit']:after, .spotlight a.more:after,
  .concierge a.more:after,
  .news_list a.more:after,
  .contest_list a.more:after,
  .job_list a.more:after,
  .seating_charts a.more:after,
  .offer_list a.more:after, a.spot-button:after {
    display: none; }

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

/***********************************************/
/*      Add Additional Button Styles Below     */
/***********************************************/
.event_list .buttons a.tickets, .rsGCaption .buttons a.tickets {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  min-width: 126px; }

.event_list .buttons a.more, .rsGCaption .buttons a.more {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000000;
  z-index: 1;
  line-height: 19px;
  margin: 0 15px 0 10px;
  position: relative;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear; }
  @media screen and (max-width: 700px) {
    .event_list .buttons a.more, .rsGCaption .buttons a.more {
      margin: 0 15px 0 5px; } }
  .event_list .buttons a.more:hover, .event_list .buttons a.more:focus, .rsGCaption .buttons a.more:hover, .rsGCaption .buttons a.more:focus {
    margin: 0 15px 0 5px;
    color: #D92600; }
    @media screen and (max-width: 700px) {
      .event_list .buttons a.more:hover, .event_list .buttons a.more:focus, .rsGCaption .buttons a.more:hover, .rsGCaption .buttons a.more:focus {
        margin: 0 15px 0 0; } }
    .event_list .buttons a.more:hover:before, .event_list .buttons a.more:focus:before, .rsGCaption .buttons a.more:hover:before, .rsGCaption .buttons a.more:focus:before {
      margin: 0 13px 1px 0; }
  .event_list .buttons a.more:before, .rsGCaption .buttons a.more:before {
    content: "";
    display: inline-block;
    border-top: 5.5px solid transparent;
    border-left: 5.5px solid #D92600;
    border-bottom: 5.5px solid transparent;
    margin: 0 8px 1px 0;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear; }

.event_list .buttons span.no_ticket_link, .rsGCaption .buttons span.no_ticket_link {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 16px;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000000;
  z-index: 1;
  line-height: 16px;
  padding: 0 10px 0 0;
  min-width: 126px;
  text-align: right; }
  .event_list .buttons span.no_ticket_link svg, .rsGCaption .buttons span.no_ticket_link svg {
    display: none; }

.rightBreakout .buttons a {
  padding: 11px 0 13px 0;
  font-size: 22px;
  line-height: 1;
  display: block; }

.rightBreakout .buttons span {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  padding: 11px 0 13px 0;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000000;
  z-index: 1;
  line-height: 22px;
  display: block; }
  .rightBreakout .buttons span svg {
    display: none; }

#loadMoreEvents, .loadMoreEvents {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000000;
  z-index: 1;
  line-height: 22px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear; }
  #loadMoreEvents:hover, #loadMoreEvents:focus, .loadMoreEvents:hover, .loadMoreEvents:focus {
    color: #D92600; }
    #loadMoreEvents:hover:before, #loadMoreEvents:focus:before, .loadMoreEvents:hover:before, .loadMoreEvents:focus:before {
      margin: 0 15px 1px 0; }
  #loadMoreEvents:before, .loadMoreEvents:before {
    content: "";
    display: inline-block;
    border-top: 5.5px solid transparent;
    border-left: 5.5px solid #D92600;
    border-bottom: 5.5px solid transparent;
    margin: 0 5px 1px 10px;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear; }

.alert-button {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000000;
  z-index: 1;
  line-height: 19px;
  margin: 0 15px 0 10px;
  position: relative;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear; }
  @media screen and (max-width: 1000px) {
    .alert-button {
      margin: 10px 15px 0 5px; } }
  .alert-button:hover, .alert-button:focus {
    margin: 0 15px 0 5px;
    color: #D92600; }
    @media screen and (max-width: 1000px) {
      .alert-button:hover, .alert-button:focus {
        margin: 10px 15px 0 0; } }
    .alert-button:hover:before, .alert-button:focus:before {
      margin: 0 13px 1px 0; }
  .alert-button:before {
    content: "";
    display: inline-block;
    border-top: 5.5px solid transparent;
    border-left: 5.5px solid #D92600;
    border-bottom: 5.5px solid transparent;
    margin: 0 8px 1px 0;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear; }

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

.royalSlider > * {
  float: left; }

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

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

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

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

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

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

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

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

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -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: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

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

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

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

img.rsImg {
  max-width: none; }

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

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

.rsNoDrag {
  cursor: auto; }

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

/******************************
*
*  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 */
.full-slideshow.slideshow-container {
  width: 1120px;
  margin: 0 auto 15px auto;
  max-width: 100%;
  zoom: 1; }
  .full-slideshow.slideshow-container:before, .full-slideshow.slideshow-container:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .full-slideshow.slideshow-container:after {
    clear: both; }
  @media screen and (max-width: 950px) {
    .full-slideshow.slideshow-container {
      max-width: 100%; } }
  @media screen and (max-width: 950px) {
    .full-slideshow.slideshow-container .rsOverflow {
      max-height: calc(100vw*550/1020); } }

.stretch-slideshow.slideshow-container {
  width: 100%;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  height: auto;
  zoom: 1; }
  .stretch-slideshow.slideshow-container:before, .stretch-slideshow.slideshow-container:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .stretch-slideshow.slideshow-container:after {
    clear: both; }
  .stretch-slideshow.slideshow-container .rsOverflow {
    overflow: visible !important; }

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

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

.rsDefault .rsSlide .rsLink {
  outline-offset: -5px;
  visibility: hidden; }
  .rsDefault .rsSlide .rsLink .hidden {
    display: block;
    visibility: visible;
    overflow: hidden;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0; }

.royalSlider > .rsContent {
  visibility: hidden; }

/***************
*
*  1. Arrows
*
****************/
.rsDefault.rsStretch .rsArrow {
  height: 100%;
  width: calc(1/2*(100vw - 1020px));
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  outline-offset: -5px;
  display: block !important; }
  @media screen and (max-width: 1220px) {
    .rsDefault.rsStretch .rsArrow {
      width: calc(1/2*(100vw*0.083)); } }
  .rsDefault.rsStretch .rsArrow:after {
    content: "";
    width: 15px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0; }
    @media screen and (max-width: 1220px) {
      .rsDefault.rsStretch .rsArrow:after {
        width: 10px; } }

.rsDefault.rsFullWidth .rsArrow {
  height: 100%;
  width: 50px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  outline-offset: -5px; }
  @media screen and (max-width: 950px) {
    .rsDefault.rsFullWidth .rsArrow {
      width: 100px;
      height: calc(100vw*550/1020); } }
  .rsDefault.rsFullWidth .rsArrow.rsArrowRight:hover .rsArrowIcn, .rsDefault.rsFullWidth .rsArrow.rsArrowRight:focus .rsArrowIcn {
    right: 10px; }
  .rsDefault.rsFullWidth .rsArrow:hover .rsArrowIcn, .rsDefault.rsFullWidth .rsArrow:focus .rsArrowIcn {
    left: 10px; }
    .rsDefault.rsFullWidth .rsArrow:hover .rsArrowIcn:before, .rsDefault.rsFullWidth .rsArrow:focus .rsArrowIcn:before {
      opacity: 0; }
      @media screen and (max-width: 950px) {
        .rsDefault.rsFullWidth .rsArrow:hover .rsArrowIcn:before, .rsDefault.rsFullWidth .rsArrow:focus .rsArrowIcn:before {
          opacity: 1; } }
    .rsDefault.rsFullWidth .rsArrow:hover .rsArrowIcn:after, .rsDefault.rsFullWidth .rsArrow:focus .rsArrowIcn:after {
      opacity: 1; }
  .rsDefault.rsFullWidth .rsArrow.rsVer .rsArrow {
    width: 100%;
    height: 44px; }

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

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

.rsDefault.rsStretch.rsHor .rsArrowLeft {
  top: 0;
  left: 0; }
  .rsDefault.rsStretch.rsHor .rsArrowLeft:hover .rsArrowIcn, .rsDefault.rsStretch.rsHor .rsArrowLeft:focus .rsArrowIcn {
    border-top: 42.5px solid transparent;
    border-bottom: 42.5px solid transparent;
    border-right: 30px solid #fff; }
    @media screen and (max-width: 1220px) {
      .rsDefault.rsStretch.rsHor .rsArrowLeft:hover .rsArrowIcn, .rsDefault.rsStretch.rsHor .rsArrowLeft:focus .rsArrowIcn {
        border-top: 17px solid transparent;
        border-bottom: 17px solid transparent;
        border-right: 12px solid #fff; } }

.rsDefault.rsStretch.rsHor .rsArrowRight {
  top: 0;
  right: 0; }
  .rsDefault.rsStretch.rsHor .rsArrowRight:hover .rsArrowIcn, .rsDefault.rsStretch.rsHor .rsArrowRight:focus .rsArrowIcn {
    border-top: 42.5px solid transparent;
    border-bottom: 42.5px solid transparent;
    border-right: 30px solid #fff; }
    @media screen and (max-width: 1220px) {
      .rsDefault.rsStretch.rsHor .rsArrowRight:hover .rsArrowIcn, .rsDefault.rsStretch.rsHor .rsArrowRight:focus .rsArrowIcn {
        border-top: 17px solid transparent;
        border-bottom: 17px solid transparent;
        border-right: 12px solid #fff; } }
  .rsDefault.rsStretch.rsHor .rsArrowRight:after {
    left: 0;
    right: auto; }
  .rsDefault.rsStretch.rsHor .rsArrowRight .rsArrowIcn {
    left: auto;
    left: 15px;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }
    @media screen and (max-width: 1220px) {
      .rsDefault.rsStretch.rsHor .rsArrowRight .rsArrowIcn {
        left: 10px; } }

.rsDefault.rsFullWidth.rsHor .rsArrowLeft {
  top: 0;
  left: -50px; }
  @media screen and (max-width: 950px) {
    .rsDefault.rsFullWidth.rsHor .rsArrowLeft {
      left: 0;
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
      background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); } }

.rsDefault.rsFullWidth.rsHor .rsArrowRight {
  right: -50px;
  top: 0; }
  @media screen and (max-width: 950px) {
    .rsDefault.rsFullWidth.rsHor .rsArrowRight {
      right: 0;
      background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
      background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
      background: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); } }
  .rsDefault.rsFullWidth.rsHor .rsArrowRight .rsArrowIcn {
    left: auto;
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }

.rsDefault.rsStretch .rsArrowIcn {
  width: 9px;
  height: 17px;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 18px solid #fff; }
  @media screen and (max-width: 1220px) {
    .rsDefault.rsStretch .rsArrowIcn {
      right: 10px;
      border-top: 11px solid transparent;
      border-bottom: 11px solid transparent;
      border-right: 9px solid #fff; } }

.rsDefault.rsFullWidth .rsArrowIcn {
  width: 9px;
  height: 17px;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear; }
  .rsDefault.rsFullWidth .rsArrowIcn:before {
    content: "";
    display: block;
    background: url("../images/svg/arrow_left.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear; }
    @media screen and (max-width: 950px) {
      .rsDefault.rsFullWidth .rsArrowIcn:before {
        background: url("../images/svg/arrow_left_white.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto;
        opacity: 0.8; } }
  .rsDefault.rsFullWidth .rsArrowIcn:after {
    content: "";
    display: block;
    background: url("../images/svg/arrow_left_red.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear; }
    @media screen and (max-width: 950px) {
      .rsDefault.rsFullWidth .rsArrowIcn:after {
        display: none; } }

.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: .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-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f4f4f4));
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1; }
  .rsDefault .rsTab:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .rsDefault .rsTab:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #cfcfcf; }
  .rsDefault .rsTab:active {
    border: 1px solid #D9D9DD;
    background-color: #f4f4f4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset; }
  .rsDefault .rsTab.rsNavSelected {
    color: #FFF;
    border: 1px solid #999;
    text-shadow: 1px 1px #838383;
    box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
    background: #ACACAC;
    background-image: -webkit-linear-gradient(to top, #ACACAC, #BBB);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ACACAC), to(#BBB));
    background-image: -webkit-linear-gradient(top, #ACACAC, #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: .3s;
  transition: .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 .rsPauseBtn:focus {
    outline: 2px solid #fff; }

.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.rsFullWidth .rsGCaption {
  position: absolute;
  float: none;
  bottom: 0;
  right: 0;
  text-align: left;
  color: #FFF;
  width: auto;
  height: auto;
  z-index: 25; }
  @media screen and (max-width: 950px) {
    .rsDefault.rsFullWidth .rsGCaption {
      float: left;
      width: 100%;
      position: relative; } }
  .rsDefault.rsFullWidth .rsGCaption .rsABlock {
    position: relative; }
  .rsDefault.rsFullWidth .rsGCaption p {
    padding: 8px 20px 11px 20px;
    background: #1A1919;
    margin: 0;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0; }

.rsDefault.rsStretch .rsGCaption {
  position: absolute;
  float: none;
  bottom: 0;
  text-align: left;
  color: #FFF;
  width: auto;
  height: auto;
  max-width: 1020px;
  right: calc(1/2*(100vw - 1020px)); }
  @media screen and (max-width: 1220px) {
    .rsDefault.rsStretch .rsGCaption {
      right: calc(1/2*(100vw*0.083));
      max-width: calc(100vw*0.917); } }
  .rsDefault.rsStretch .rsGCaption .rsABlock {
    position: relative; }
  .rsDefault.rsStretch .rsGCaption p {
    padding: 8px 20px 11px 20px;
    background: #1A1919;
    margin: 0;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0; }

/***************
*
*  9. Full Width Responsive
*
****************/
.rsDefault.rsStretch {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  z-index: 1;
  max-height: 550px; }
  .rsDefault.rsStretch .rsSlide {
    -webkit-transform: scale(0.978);
            transform: scale(0.978);
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    background: transparent; }
    .rsDefault.rsStretch .rsSlide:hover:before, .rsDefault.rsStretch .rsSlide:focus:before, .rsDefault.rsStretch .rsSlide.hover:before {
      opacity: 0; }
    .rsDefault.rsStretch .rsSlide.rsActiveSlide {
      -webkit-transform: scale(1);
              transform: scale(1); }
      .rsDefault.rsStretch .rsSlide.rsActiveSlide:before {
        opacity: 0;
        visibility: hidden; }
    .rsDefault.rsStretch .rsSlide:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      opacity: 1;
      z-index: 1;
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear;
      visibility: visible; }
  .rsDefault.rsStretch img.rsImg {
    width: 100%;
    margin: 0 !important;
    display: block; }

.rsDefault.rsFullWidth {
  width: 1020px;
  margin: 10px auto 0 auto;
  max-width: calc(100% - 100px);
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 950px) {
    .rsDefault.rsFullWidth {
      max-width: 100%;
      margin: 0 auto; } }
  .rsDefault.rsFullWidth:before {
    content: "";
    display: block;
    width: calc(100% + 20px);
    height: 100%;
    position: absolute;
    left: -10px;
    top: -10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#E1E1E1), to(#fff));
    background: -webkit-linear-gradient(top, #E1E1E1, #fff);
    background: linear-gradient(to bottom, #E1E1E1, #fff);
    z-index: -1; }
    @media screen and (max-width: 950px) {
      .rsDefault.rsFullWidth:before {
        width: 100%;
        left: 0; } }
  .rsDefault.rsFullWidth img.rsImg {
    width: 100%;
    display: block; }
  .rsDefault.rsFullWidth .order {
    display: none; }

/********* Uncomment this to set specific heights at each breakpoint *********/
/*
.rsDefault.rsFullWidth,
.rsDefault.rsFullWidth .rsOverflow {
	@include media($mobile) {
		height: 300px !important;
	}
	@include media($tablet-only) {
		height: 360px !important;
	}
	@include media($mid-desktop) {
		height: 450px !important;
	}
}
*/
.m-slideshow-container {
  max-height: 100%;
  max-width: 2000px;
  margin: 0 auto; }
  .m-slideshow-container.slideshow-type-full-width {
    max-width: none; }
  .m-slideshow-container.gallery_slideshow {
    zoom: 1;
    margin-bottom: 15px; }
    .m-slideshow-container.gallery_slideshow:before, .m-slideshow-container.gallery_slideshow:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .m-slideshow-container.gallery_slideshow:after {
      clear: both; }

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

#pages.calendar .full_column .content_item {
  margin: 0; }

#pages.calendar .full_column h1, #pages.calendar .full_column .event_detail .event_heading .title, .event_detail .event_heading #pages.calendar .full_column .title {
  margin: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  border: none;
  padding: 0; }

.calendar-new {
  position: relative;
  margin: auto;
  max-width: 1190px;
  padding: 0 20px 0; }
  .calendar-new .tl-header {
    padding: 20px 0 20px;
    max-width: 1200px;
    margin: 0 auto 10px; }
  .calendar-new .month_name {
    color: #000000;
    text-align: center;
    font: 700 32px/100% "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px auto;
    border-bottom: 2px solid #D92600;
    padding: 0 0 20px 0; }
  .calendar-new .cal-prev, .calendar-new .cal-next {
    font-size: 30px;
    color: #000000;
    vertical-align: middle;
    padding: 0 20px 0 0;
    position: absolute;
    top: 20px;
    left: 0;
    cursor: pointer; }
    .calendar-new .cal-prev:hover, .calendar-new .cal-prev:focus, .calendar-new .cal-next:hover, .calendar-new .cal-next:focus {
      color: #D92600; }
      .calendar-new .cal-prev:hover .fa:before, .calendar-new .cal-prev:focus .fa:before, .calendar-new .cal-next:hover .fa:before, .calendar-new .cal-next:focus .fa:before {
        opacity: 0; }
      .calendar-new .cal-prev:hover .fa:after, .calendar-new .cal-prev:focus .fa:after, .calendar-new .cal-next:hover .fa:after, .calendar-new .cal-next:focus .fa:after {
        opacity: 1; }
    .calendar-new .cal-prev .fa, .calendar-new .cal-next .fa {
      line-height: 30px;
      width: 11px;
      height: 30px;
      position: relative; }
      .calendar-new .cal-prev .fa:before, .calendar-new .cal-next .fa:before {
        content: "";
        background-image: url("../images/svg/arrow_left.svg");
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        opacity: 1;
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear; }
      .calendar-new .cal-prev .fa:after, .calendar-new .cal-next .fa:after {
        content: "";
        background-image: url("../images/svg/arrow_left_red.svg");
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0;
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear; }
  .calendar-new .cal-next {
    float: right;
    right: 0;
    left: auto;
    padding: 0 0 0 20px; }
    .calendar-new .cal-next .fa {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .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: flex;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      align-content: flex-end; }
      .calendar-new .tl-wrap-inner .tl-calendar:before, .calendar-new .tl-wrap-inner .tl-calendar:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      .calendar-new .tl-wrap-inner .tl-calendar:after {
        clear: both; }
  .calendar-new .weekdays {
    position: relative;
    clear: both;
    display: block;
    zoom: 1;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 10px; }
    .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: #000000;
      font-family: "Barlow Condensed", sans-serif;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 1px;
      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 #C3C3C3; }
    .calendar-new .tl-date.hasEvent:hover {
      border-color: #D92600; }
    .calendar-new .tl-date.empty {
      background: #F4F4F4; }
    .calendar-new .tl-date .tl-date-inner {
      overflow-y: auto;
      max-height: 100%;
      padding-bottom: 20px;
      padding-top: 10px; }
      .calendar-new .tl-date .tl-date-inner .event_item {
        padding-top: 15px;
        border-top: 1px solid #eee;
        margin-top: 15px; }
        .calendar-new .tl-date .tl-date-inner .event_item .desc h3 {
          font-size: 16px;
          padding: 0; }
          .calendar-new .tl-date .tl-date-inner .event_item .desc h3:after {
            display: none; }
        .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, .calendar-new .tl-date .tl-date-inner .event_item .desc a:focus {
            color: #D92600; }
        .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: 700;
      font-size: 15px;
      letter-spacing: 1px;
      line-height: 38px;
      text-align: center;
      font-family: "Barlow Condensed", sans-serif; }
      .calendar-new .tl-date .date .weekday {
        display: none;
        padding-left: 12px;
        color: #ccc;
        font-weight: 400; }
      @media screen and (max-width: 700px) {
        .calendar-new .tl-date .date {
          right: auto; } }
    .calendar-new .tl-date[data-weekday="0"] {
      clear: left; }
    .calendar-new .tl-date .month {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      background: #1A1919;
      height: 42px;
      color: white;
      font-family: "Barlow Condensed", sans-serif;
      font-size: 14px;
      line-height: 42px;
      padding: 0 15px;
      letter-spacing: 0.08em;
      display: none; }
    .calendar-new .tl-date h3 {
      margin-bottom: 5px;
      line-height: 1.1;
      overflow: hidden; }
      .calendar-new .tl-date h3 a {
        font-size: 22px;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        color: #1A1919; }
        .calendar-new .tl-date h3 a:hover {
          color: #1A1919; }
    .calendar-new .tl-date h4 {
      font-weight: 300;
      font-size: 14px;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      color: #1A1919; }
    .calendar-new .tl-date .time, .calendar-new .tl-date .venue {
      color: #000000;
      font-size: 12px;
      font-weight: 300;
      z-index: 10;
      letter-spacing: 0.04em; }
    .calendar-new .tl-date .venue {
      margin: 0 0 5px 0; }
    .calendar-new .tl-date .time {
      text-transform: uppercase; }
    .calendar-new .tl-date.hasEvent .date {
      color: white;
      background: #D92600;
      -webkit-transform: translate(-1px, -1px);
              transform: translate(-1px, -1px); }
    @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;
  max-width: calc(100% - 40px);
  margin: 0 auto 60px auto; }
  @media screen and (max-width: 950px) {
    .content_item {
      margin: 0 auto 40px auto; } }

iframe {
  display: block;
  width: 100%;
  margin: 0 auto; }

.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 30px;
          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 30px;
          display: block; } }

.two-column {
  zoom: 1; }
  .two-column:before, .two-column:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .two-column:after {
    clear: both; }
  .two-column > ul {
    zoom: 1; }
    .two-column > ul:before, .two-column > ul:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .two-column > ul:after {
      clear: both; }
    .two-column > ul > li {
      width: 50%;
      float: left; }
      .two-column > ul > li:nth-child(odd) {
        clear: left; }
      @media screen and (max-width: 700px) {
        .two-column > ul > li {
          width: 100%;
          float: none; } }

.side-by-side {
  zoom: 1;
  width: 50%;
  float: left; }
  .side-by-side:before, .side-by-side:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .side-by-side:after {
    clear: both; }
  .side-by-side:nth-child(2n+1) {
    clear: left; }
  @media screen and (max-width: 700px) {
    .side-by-side {
      width: 100%;
      float: none; } }

/* ----------------------------------------------------------------------------
= Spotlight list style
----------------------------------------------------------------------------- */
.spotlight,
.concierge,
.news_list,
.contest_list,
.gallery-listing,
.job_list,
.seating_charts,
.offer_list {
  clear: both; }
  .spotlight .entry,
  .concierge .entry,
  .news_list .entry,
  .contest_list .entry,
  .gallery-listing .entry,
  .job_list .entry,
  .seating_charts .entry,
  .offer_list .entry {
    zoom: 1;
    padding-bottom: 26px;
    margin-bottom: 60px;
    position: relative; }
    .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,
    .gallery-listing .entry:before,
    .gallery-listing .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,
    .gallery-listing .entry:after,
    .job_list .entry:after,
    .seating_charts .entry:after,
    .offer_list .entry:after {
      clear: both; }
    @media screen and (max-width: 530px) {
      .spotlight .entry,
      .concierge .entry,
      .news_list .entry,
      .contest_list .entry,
      .gallery-listing .entry,
      .job_list .entry,
      .seating_charts .entry,
      .offer_list .entry {
        margin-bottom: 40px; } }
    .spotlight .entry:last-child,
    .concierge .entry:last-child,
    .news_list .entry:last-child,
    .contest_list .entry:last-child,
    .gallery-listing .entry:last-child,
    .job_list .entry:last-child,
    .seating_charts .entry:last-child,
    .offer_list .entry:last-child {
      margin-bottom: 0; }
    .spotlight .entry:before,
    .concierge .entry:before,
    .news_list .entry:before,
    .contest_list .entry:before,
    .gallery-listing .entry:before,
    .job_list .entry:before,
    .seating_charts .entry:before,
    .offer_list .entry:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      width: calc(100% - 10px);
      height: 1px;
      visibility: visible;
      background: #c3c3c3; }
      @media screen and (max-width: 530px) {
        .spotlight .entry:before,
        .concierge .entry:before,
        .news_list .entry:before,
        .contest_list .entry:before,
        .gallery-listing .entry:before,
        .job_list .entry:before,
        .seating_charts .entry:before,
        .offer_list .entry:before {
          width: 100%; } }
  .spotlight .thumb,
  .concierge .thumb,
  .news_list .thumb,
  .contest_list .thumb,
  .gallery-listing .thumb,
  .job_list .thumb,
  .seating_charts .thumb,
  .offer_list .thumb {
    overflow: hidden; }
    .spotlight .thumb.default,
    .concierge .thumb.default,
    .news_list .thumb.default,
    .contest_list .thumb.default,
    .gallery-listing .thumb.default,
    .job_list .thumb.default,
    .seating_charts .thumb.default,
    .offer_list .thumb.default {
      display: none; }
    .spotlight .thumb:not(.default),
    .concierge .thumb:not(.default),
    .news_list .thumb:not(.default),
    .contest_list .thumb:not(.default),
    .gallery-listing .thumb:not(.default),
    .job_list .thumb:not(.default),
    .seating_charts .thumb:not(.default),
    .offer_list .thumb:not(.default) {
      width: calc(280px + 10px);
      max-width: 100%;
      margin: 0 30px 0px 0px;
      float: left;
      position: relative;
      z-index: 1;
      padding: 10px 0 0 10px; }
      @media screen and (max-width: 530px) {
        .spotlight .thumb:not(.default),
        .concierge .thumb:not(.default),
        .news_list .thumb:not(.default),
        .contest_list .thumb:not(.default),
        .gallery-listing .thumb:not(.default),
        .job_list .thumb:not(.default),
        .seating_charts .thumb:not(.default),
        .offer_list .thumb:not(.default) {
          width: 100%;
          margin: 0 auto 20px;
          float: none; } }
      .spotlight .thumb:not(.default):before,
      .concierge .thumb:not(.default):before,
      .news_list .thumb:not(.default):before,
      .contest_list .thumb:not(.default):before,
      .gallery-listing .thumb:not(.default):before,
      .job_list .thumb:not(.default):before,
      .seating_charts .thumb:not(.default):before,
      .offer_list .thumb:not(.default):before {
        z-index: -1;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#fff));
        background: -webkit-linear-gradient(top, #e1e1e1, #fff);
        background: linear-gradient(to bottom, #e1e1e1, #fff);
        top: 0;
        left: 0px;
        content: '';
        position: absolute;
        display: block;
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear; }
      .spotlight .thumb:not(.default) a,
      .concierge .thumb:not(.default) a,
      .news_list .thumb:not(.default) a,
      .contest_list .thumb:not(.default) a,
      .gallery-listing .thumb:not(.default) a,
      .job_list .thumb:not(.default) a,
      .seating_charts .thumb:not(.default) a,
      .offer_list .thumb:not(.default) a {
        display: block;
        opacity: 1;
        position: relative;
        z-index: 1; }
        .spotlight .thumb:not(.default) a:hover:before, .spotlight .thumb:not(.default) a:focus:before,
        .concierge .thumb:not(.default) a:hover:before,
        .concierge .thumb:not(.default) a:focus:before,
        .news_list .thumb:not(.default) a:hover:before,
        .news_list .thumb:not(.default) a:focus:before,
        .contest_list .thumb:not(.default) a:hover:before,
        .contest_list .thumb:not(.default) a:focus:before,
        .gallery-listing .thumb:not(.default) a:hover:before,
        .gallery-listing .thumb:not(.default) a:focus:before,
        .job_list .thumb:not(.default) a:hover:before,
        .job_list .thumb:not(.default) a:focus:before,
        .seating_charts .thumb:not(.default) a:hover:before,
        .seating_charts .thumb:not(.default) a:focus:before,
        .offer_list .thumb:not(.default) a:hover:before,
        .offer_list .thumb:not(.default) a:focus:before {
          opacity: 0; }
        .spotlight .thumb:not(.default) a:hover:after, .spotlight .thumb:not(.default) a:focus:after,
        .concierge .thumb:not(.default) a:hover:after,
        .concierge .thumb:not(.default) a:focus:after,
        .news_list .thumb:not(.default) a:hover:after,
        .news_list .thumb:not(.default) a:focus:after,
        .contest_list .thumb:not(.default) a:hover:after,
        .contest_list .thumb:not(.default) a:focus:after,
        .gallery-listing .thumb:not(.default) a:hover:after,
        .gallery-listing .thumb:not(.default) a:focus:after,
        .job_list .thumb:not(.default) a:hover:after,
        .job_list .thumb:not(.default) a:focus:after,
        .seating_charts .thumb:not(.default) a:hover:after,
        .seating_charts .thumb:not(.default) a:focus:after,
        .offer_list .thumb:not(.default) a:hover:after,
        .offer_list .thumb:not(.default) a:focus:after {
          width: 100%;
          height: 100%; }
        .spotlight .thumb:not(.default) a:before,
        .concierge .thumb:not(.default) a:before,
        .news_list .thumb:not(.default) a:before,
        .contest_list .thumb:not(.default) a:before,
        .gallery-listing .thumb:not(.default) a:before,
        .job_list .thumb:not(.default) a:before,
        .seating_charts .thumb:not(.default) a:before,
        .offer_list .thumb:not(.default) a:before {
          z-index: -1;
          width: 100%;
          height: 100%;
          background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#fff));
          background: -webkit-linear-gradient(top, #e1e1e1, #fff);
          background: linear-gradient(to bottom, #e1e1e1, #fff);
          top: -10px;
          left: -10px;
          content: '';
          position: absolute;
          display: block;
          -webkit-transition: all 100ms linear;
          transition: all 100ms linear; }
        .spotlight .thumb:not(.default) a:after,
        .concierge .thumb:not(.default) a:after,
        .news_list .thumb:not(.default) a:after,
        .contest_list .thumb:not(.default) a:after,
        .gallery-listing .thumb:not(.default) a:after,
        .job_list .thumb:not(.default) a:after,
        .seating_charts .thumb:not(.default) a:after,
        .offer_list .thumb:not(.default) a:after {
          z-index: -1;
          width: calc(100% - 10px);
          height: calc(100% - 10px);
          background: #D92600;
          opacity: 1;
          bottom: 10px;
          right: 10px;
          content: '';
          position: absolute;
          display: block;
          -webkit-transition: all 100ms linear;
          transition: all 100ms linear; }
      .spotlight .thumb:not(.default) img,
      .concierge .thumb:not(.default) img,
      .news_list .thumb:not(.default) img,
      .contest_list .thumb:not(.default) img,
      .gallery-listing .thumb:not(.default) img,
      .job_list .thumb:not(.default) img,
      .seating_charts .thumb:not(.default) img,
      .offer_list .thumb:not(.default) img {
        display: block;
        width: 100%; }
  .spotlight .info,
  .concierge .info,
  .news_list .info,
  .contest_list .info,
  .gallery-listing .info,
  .job_list .info,
  .seating_charts .info,
  .offer_list .info {
    float: left;
    width: 100%;
    max-width: 100%;
    display: block; }
    @media screen and (max-width: 530px) {
      .spotlight .info,
      .concierge .info,
      .news_list .info,
      .contest_list .info,
      .gallery-listing .info,
      .job_list .info,
      .seating_charts .info,
      .offer_list .info {
        margin: 0; }
        .spotlight .info li,
        .concierge .info li,
        .news_list .info li,
        .contest_list .info li,
        .gallery-listing .info li,
        .job_list .info li,
        .seating_charts .info li,
        .offer_list .info li {
          text-align: left; } }
    .spotlight .info p:last-child,
    .spotlight .info ul:last-child,
    .spotlight .info li:last-child,
    .spotlight .info ol:last-child,
    .concierge .info p:last-child,
    .concierge .info ul:last-child,
    .concierge .info li:last-child,
    .concierge .info ol:last-child,
    .news_list .info p:last-child,
    .news_list .info ul:last-child,
    .news_list .info li:last-child,
    .news_list .info ol:last-child,
    .contest_list .info p:last-child,
    .contest_list .info ul:last-child,
    .contest_list .info li:last-child,
    .contest_list .info ol:last-child,
    .gallery-listing .info p:last-child,
    .gallery-listing .info ul:last-child,
    .gallery-listing .info li:last-child,
    .gallery-listing .info ol:last-child,
    .job_list .info p:last-child,
    .job_list .info ul:last-child,
    .job_list .info li:last-child,
    .job_list .info ol:last-child,
    .seating_charts .info p:last-child,
    .seating_charts .info ul:last-child,
    .seating_charts .info li:last-child,
    .seating_charts .info ol:last-child,
    .offer_list .info p:last-child,
    .offer_list .info ul:last-child,
    .offer_list .info li:last-child,
    .offer_list .info ol:last-child {
      margin-bottom: 0; }
    .spotlight .info .spotlight_content,
    .spotlight .info .teaser,
    .concierge .info .spotlight_content,
    .concierge .info .teaser,
    .news_list .info .spotlight_content,
    .news_list .info .teaser,
    .contest_list .info .spotlight_content,
    .contest_list .info .teaser,
    .gallery-listing .info .spotlight_content,
    .gallery-listing .info .teaser,
    .job_list .info .spotlight_content,
    .job_list .info .teaser,
    .seating_charts .info .spotlight_content,
    .seating_charts .info .teaser,
    .offer_list .info .spotlight_content,
    .offer_list .info .teaser {
      margin: 0 0 15px 0; }
  .spotlight .thumb:not(.default) + .info,
  .concierge .thumb:not(.default) + .info,
  .news_list .thumb:not(.default) + .info,
  .contest_list .thumb:not(.default) + .info,
  .gallery-listing .thumb:not(.default) + .info,
  .job_list .thumb:not(.default) + .info,
  .seating_charts .thumb:not(.default) + .info,
  .offer_list .thumb:not(.default) + .info {
    width: calc( 100% - ( 280px + 30px + 10px )); }
    @media screen and (max-width: 530px) {
      .spotlight .thumb:not(.default) + .info,
      .concierge .thumb:not(.default) + .info,
      .news_list .thumb:not(.default) + .info,
      .contest_list .thumb:not(.default) + .info,
      .gallery-listing .thumb:not(.default) + .info,
      .job_list .thumb:not(.default) + .info,
      .seating_charts .thumb:not(.default) + .info,
      .offer_list .thumb:not(.default) + .info {
        width: 100%;
        padding: 0 0 0 10px; } }
  .spotlight .thumb.default + .info,
  .spotlight .info:first-child,
  .concierge .thumb.default + .info,
  .concierge .info:first-child,
  .news_list .thumb.default + .info,
  .news_list .info:first-child,
  .contest_list .thumb.default + .info,
  .contest_list .info:first-child,
  .gallery-listing .thumb.default + .info,
  .gallery-listing .info:first-child,
  .job_list .thumb.default + .info,
  .job_list .info:first-child,
  .seating_charts .thumb.default + .info,
  .seating_charts .info:first-child,
  .offer_list .thumb.default + .info,
  .offer_list .info:first-child {
    padding-left: 10px; }
    @media screen and (max-width: 530px) {
      .spotlight .thumb.default + .info,
      .spotlight .info:first-child,
      .concierge .thumb.default + .info,
      .concierge .info:first-child,
      .news_list .thumb.default + .info,
      .news_list .info:first-child,
      .contest_list .thumb.default + .info,
      .contest_list .info:first-child,
      .gallery-listing .thumb.default + .info,
      .gallery-listing .info:first-child,
      .job_list .thumb.default + .info,
      .job_list .info:first-child,
      .seating_charts .thumb.default + .info,
      .seating_charts .info:first-child,
      .offer_list .thumb.default + .info,
      .offer_list .info:first-child {
        padding: 0; } }
  .spotlight .date,
  .concierge .date,
  .news_list .date,
  .contest_list .date,
  .gallery-listing .date,
  .job_list .date,
  .seating_charts .date,
  .offer_list .date {
    position: relative;
    padding: 0 0 6px 0;
    margin: 0 0 7px 0; }
    .spotlight .date:after,
    .concierge .date:after,
    .news_list .date:after,
    .contest_list .date:after,
    .gallery-listing .date:after,
    .job_list .date:after,
    .seating_charts .date:after,
    .offer_list .date:after {
      display: block;
      width: 80px;
      height: 2px;
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      background: #D92600; }
    .spotlight .date .m-date__month,
    .concierge .date .m-date__month,
    .news_list .date .m-date__month,
    .contest_list .date .m-date__month,
    .gallery-listing .date .m-date__month,
    .job_list .date .m-date__month,
    .seating_charts .date .m-date__month,
    .offer_list .date .m-date__month {
      font-weight: 500;
      line-height: 24px;
      letter-spacing: 0.5px;
      text-transform: uppercase; }
    .spotlight .date .m-date__day,
    .concierge .date .m-date__day,
    .news_list .date .m-date__day,
    .contest_list .date .m-date__day,
    .gallery-listing .date .m-date__day,
    .job_list .date .m-date__day,
    .seating_charts .date .m-date__day,
    .offer_list .date .m-date__day {
      color: #D92600;
      line-height: 25px;
      font-weight: 600; }
    .spotlight .date .m-date__weekday,
    .concierge .date .m-date__weekday,
    .news_list .date .m-date__weekday,
    .contest_list .date .m-date__weekday,
    .gallery-listing .date .m-date__weekday,
    .job_list .date .m-date__weekday,
    .seating_charts .date .m-date__weekday,
    .offer_list .date .m-date__weekday {
      font-weight: 400;
      font-size: 16px;
      line-height: 19px; }
  .spotlight .search_date,
  .concierge .search_date,
  .news_list .search_date,
  .contest_list .search_date,
  .gallery-listing .search_date,
  .job_list .search_date,
  .seating_charts .search_date,
  .offer_list .search_date {
    position: relative;
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    color: #1A1919;
    line-height: 1;
    text-transform: uppercase;
    text-align: left;
    font-size: 1rem; }
    @media screen and (max-width: 700px) {
      .spotlight .search_date,
      .concierge .search_date,
      .news_list .search_date,
      .contest_list .search_date,
      .gallery-listing .search_date,
      .job_list .search_date,
      .seating_charts .search_date,
      .offer_list .search_date {
        font-size: 18px;
        margin: 0 0 2px 0;
        padding: 4px 0 0 0; } }
    .spotlight .search_date .m-date__month,
    .concierge .search_date .m-date__month,
    .news_list .search_date .m-date__month,
    .contest_list .search_date .m-date__month,
    .gallery-listing .search_date .m-date__month,
    .job_list .search_date .m-date__month,
    .seating_charts .search_date .m-date__month,
    .offer_list .search_date .m-date__month {
      font-weight: 500;
      line-height: 24px;
      letter-spacing: 0.5px;
      margin: 0 -1px 0 0; }
    .spotlight .search_date .m-date__day,
    .spotlight .search_date .m-date__separator,
    .concierge .search_date .m-date__day,
    .concierge .search_date .m-date__separator,
    .news_list .search_date .m-date__day,
    .news_list .search_date .m-date__separator,
    .contest_list .search_date .m-date__day,
    .contest_list .search_date .m-date__separator,
    .gallery-listing .search_date .m-date__day,
    .gallery-listing .search_date .m-date__separator,
    .job_list .search_date .m-date__day,
    .job_list .search_date .m-date__separator,
    .seating_charts .search_date .m-date__day,
    .seating_charts .search_date .m-date__separator,
    .offer_list .search_date .m-date__day,
    .offer_list .search_date .m-date__separator {
      color: #D92600;
      line-height: 25px;
      font-weight: 600;
      letter-spacing: 1px; }
    .spotlight .search_date .m-date__weekday,
    .spotlight .search_date .m-date__year,
    .concierge .search_date .m-date__weekday,
    .concierge .search_date .m-date__year,
    .news_list .search_date .m-date__weekday,
    .news_list .search_date .m-date__year,
    .contest_list .search_date .m-date__weekday,
    .contest_list .search_date .m-date__year,
    .gallery-listing .search_date .m-date__weekday,
    .gallery-listing .search_date .m-date__year,
    .job_list .search_date .m-date__weekday,
    .job_list .search_date .m-date__year,
    .seating_charts .search_date .m-date__weekday,
    .seating_charts .search_date .m-date__year,
    .offer_list .search_date .m-date__weekday,
    .offer_list .search_date .m-date__year {
      font-weight: 400;
      font-size: 16px;
      line-height: 19px; }
  .spotlight .title a,
  .concierge .title a,
  .news_list .title a,
  .contest_list .title a,
  .gallery-listing .title a,
  .job_list .title a,
  .seating_charts .title a,
  .offer_list .title a {
    color: #1A1919; }
    .spotlight .title a:hover,
    .concierge .title a:hover,
    .news_list .title a:hover,
    .contest_list .title a:hover,
    .gallery-listing .title a:hover,
    .job_list .title a:hover,
    .seating_charts .title a:hover,
    .offer_list .title a:hover {
      color: #D92600; }
  .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,
  .gallery-listing .buttons a,
  .gallery-listing .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: 530px) {
    .spotlight .buttons,
    .spotlight .links,
    .concierge .buttons,
    .concierge .links,
    .news_list .buttons,
    .news_list .links,
    .contest_list .buttons,
    .contest_list .links,
    .gallery-listing .buttons,
    .gallery-listing .links,
    .job_list .buttons,
    .job_list .links,
    .seating_charts .buttons,
    .seating_charts .links,
    .offer_list .buttons,
    .offer_list .links {
      margin: 0 auto;
      float: none;
      text-align: center; }
      .spotlight .buttons a,
      .spotlight .links a,
      .concierge .buttons a,
      .concierge .links a,
      .news_list .buttons a,
      .news_list .links a,
      .contest_list .buttons a,
      .contest_list .links a,
      .gallery-listing .buttons a,
      .gallery-listing .links a,
      .job_list .buttons a,
      .job_list .links a,
      .seating_charts .buttons a,
      .seating_charts .links a,
      .offer_list .buttons a,
      .offer_list .links a {
        margin: 0 10px; } }
  .spotlight .links a,
  .concierge .links a,
  .news_list .links a,
  .contest_list .links a,
  .gallery-listing .links a,
  .job_list .links a,
  .seating_charts .links a,
  .offer_list .links a {
    margin-top: 10px; }
  .spotlight[data-layout='square'],
  .concierge[data-layout='square'],
  .news_list[data-layout='square'],
  .contest_list[data-layout='square'],
  .gallery-listing[data-layout='square'],
  .job_list[data-layout='square'],
  .seating_charts[data-layout='square'],
  .offer_list[data-layout='square'] {
    zoom: 1;
    width: 100%;
    border-top: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    align-content: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    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,
    .gallery-listing[data-layout='square']:before,
    .gallery-listing[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,
    .gallery-listing[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,
    .gallery-listing[data-layout='square'] .entry,
    .job_list[data-layout='square'] .entry,
    .seating_charts[data-layout='square'] .entry,
    .offer_list[data-layout='square'] .entry {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: stretch;
              justify-content: stretch;
      align-content: flex-start;
      -webkit-box-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      width: 100%;
      border: none;
      margin: 0 auto 60px;
      padding: 0 0 26px 0; }
      @media screen and (min-width: 531px) {
        .spotlight[data-layout='square'] .entry,
        .concierge[data-layout='square'] .entry,
        .news_list[data-layout='square'] .entry,
        .contest_list[data-layout='square'] .entry,
        .gallery-listing[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 / 2 * (100% - 63px));
          margin: 0 63px 60px 0; }
          .spotlight[data-layout='square'] .entry:nth-child(even),
          .concierge[data-layout='square'] .entry:nth-child(even),
          .news_list[data-layout='square'] .entry:nth-child(even),
          .contest_list[data-layout='square'] .entry:nth-child(even),
          .gallery-listing[data-layout='square'] .entry:nth-child(even),
          .job_list[data-layout='square'] .entry:nth-child(even),
          .seating_charts[data-layout='square'] .entry:nth-child(even),
          .offer_list[data-layout='square'] .entry:nth-child(even) {
            margin-right: 0; } }
      @media screen and (min-width: 951px) {
        .spotlight[data-layout='square'] .entry,
        .concierge[data-layout='square'] .entry,
        .news_list[data-layout='square'] .entry,
        .contest_list[data-layout='square'] .entry,
        .gallery-listing[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% - 126px));
          margin: 0 63px 60px 0; }
          .spotlight[data-layout='square'] .entry:nth-child(even),
          .concierge[data-layout='square'] .entry:nth-child(even),
          .news_list[data-layout='square'] .entry:nth-child(even),
          .contest_list[data-layout='square'] .entry:nth-child(even),
          .gallery-listing[data-layout='square'] .entry:nth-child(even),
          .job_list[data-layout='square'] .entry:nth-child(even),
          .seating_charts[data-layout='square'] .entry:nth-child(even),
          .offer_list[data-layout='square'] .entry:nth-child(even) {
            margin-right: 63px; }
          .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),
          .gallery-listing[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; } }
      @media screen and (max-width: 530px) {
        .spotlight[data-layout='square'] .entry:last-child,
        .concierge[data-layout='square'] .entry:last-child,
        .news_list[data-layout='square'] .entry:last-child,
        .contest_list[data-layout='square'] .entry:last-child,
        .gallery-listing[data-layout='square'] .entry:last-child,
        .job_list[data-layout='square'] .entry:last-child,
        .seating_charts[data-layout='square'] .entry:last-child,
        .offer_list[data-layout='square'] .entry:last-child {
          margin-bottom: 0; } }
      .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,
      .gallery-listing[data-layout='square'] .entry .thumb,
      .job_list[data-layout='square'] .entry .thumb,
      .seating_charts[data-layout='square'] .entry .thumb,
      .offer_list[data-layout='square'] .entry .thumb {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0; }
        .spotlight[data-layout='square'] .entry .thumb:after,
        .concierge[data-layout='square'] .entry .thumb:after,
        .news_list[data-layout='square'] .entry .thumb:after,
        .contest_list[data-layout='square'] .entry .thumb:after,
        .gallery-listing[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,
      .gallery-listing[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;
        padding-left: 10px;
        -webkit-box-flex: 1;
                flex: 1 1 auto;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: stretch;
                justify-content: stretch;
        align-content: flex-start;
        -webkit-box-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column; }
        .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 *,
        .gallery-listing[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 * {
          max-width: 100%; }
        .spotlight[data-layout='square'] .entry .info ul,
        .spotlight[data-layout='square'] .entry .info ol,
        .concierge[data-layout='square'] .entry .info ul,
        .concierge[data-layout='square'] .entry .info ol,
        .news_list[data-layout='square'] .entry .info ul,
        .news_list[data-layout='square'] .entry .info ol,
        .contest_list[data-layout='square'] .entry .info ul,
        .contest_list[data-layout='square'] .entry .info ol,
        .gallery-listing[data-layout='square'] .entry .info ul,
        .gallery-listing[data-layout='square'] .entry .info ol,
        .job_list[data-layout='square'] .entry .info ul,
        .job_list[data-layout='square'] .entry .info ol,
        .seating_charts[data-layout='square'] .entry .info ul,
        .seating_charts[data-layout='square'] .entry .info ol,
        .offer_list[data-layout='square'] .entry .info ul,
        .offer_list[data-layout='square'] .entry .info ol {
          margin-bottom: 20px; }
      .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,
      .gallery-listing[data-layout='square'] .entry .title:before,
      .job_list[data-layout='square'] .entry .title:before,
      .seating_charts[data-layout='square'] .entry .title:before,
      .offer_list[data-layout='square'] .entry .title:before {
        display: none; }
      .spotlight[data-layout='square'] .entry .spot-button,
      .concierge[data-layout='square'] .entry .spot-button,
      .news_list[data-layout='square'] .entry .spot-button,
      .contest_list[data-layout='square'] .entry .spot-button,
      .gallery-listing[data-layout='square'] .entry .spot-button,
      .job_list[data-layout='square'] .entry .spot-button,
      .seating_charts[data-layout='square'] .entry .spot-button,
      .offer_list[data-layout='square'] .entry .spot-button {
        width: 100%;
        margin: auto 0 0 0; }
  .spotlight[data-layout='logos'],
  .concierge[data-layout='logos'],
  .news_list[data-layout='logos'],
  .contest_list[data-layout='logos'],
  .gallery-listing[data-layout='logos'],
  .job_list[data-layout='logos'],
  .seating_charts[data-layout='logos'],
  .offer_list[data-layout='logos'] {
    zoom: 1;
    width: 100%;
    margin: 0 auto;
    border-top: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    align-content: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    flex-wrap: wrap; }
    .spotlight[data-layout='logos']:before, .spotlight[data-layout='logos']:after,
    .concierge[data-layout='logos']:before,
    .concierge[data-layout='logos']:after,
    .news_list[data-layout='logos']:before,
    .news_list[data-layout='logos']:after,
    .contest_list[data-layout='logos']:before,
    .contest_list[data-layout='logos']:after,
    .gallery-listing[data-layout='logos']:before,
    .gallery-listing[data-layout='logos']:after,
    .job_list[data-layout='logos']:before,
    .job_list[data-layout='logos']:after,
    .seating_charts[data-layout='logos']:before,
    .seating_charts[data-layout='logos']:after,
    .offer_list[data-layout='logos']:before,
    .offer_list[data-layout='logos']:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .spotlight[data-layout='logos']:after,
    .concierge[data-layout='logos']:after,
    .news_list[data-layout='logos']:after,
    .contest_list[data-layout='logos']:after,
    .gallery-listing[data-layout='logos']:after,
    .job_list[data-layout='logos']:after,
    .seating_charts[data-layout='logos']:after,
    .offer_list[data-layout='logos']:after {
      clear: both; }
    .spotlight[data-layout='logos'] .entry,
    .concierge[data-layout='logos'] .entry,
    .news_list[data-layout='logos'] .entry,
    .contest_list[data-layout='logos'] .entry,
    .gallery-listing[data-layout='logos'] .entry,
    .job_list[data-layout='logos'] .entry,
    .seating_charts[data-layout='logos'] .entry,
    .offer_list[data-layout='logos'] .entry {
      width: 100%;
      float: left;
      padding: 0;
      border: none;
      margin: 0 auto 60px; }
      @media screen and (min-width: 531px) {
        .spotlight[data-layout='logos'] .entry,
        .concierge[data-layout='logos'] .entry,
        .news_list[data-layout='logos'] .entry,
        .contest_list[data-layout='logos'] .entry,
        .gallery-listing[data-layout='logos'] .entry,
        .job_list[data-layout='logos'] .entry,
        .seating_charts[data-layout='logos'] .entry,
        .offer_list[data-layout='logos'] .entry {
          width: calc(1 / 2 * (100% - 36px));
          margin: 0 36px 60px 0; }
          .spotlight[data-layout='logos'] .entry:nth-child(even),
          .concierge[data-layout='logos'] .entry:nth-child(even),
          .news_list[data-layout='logos'] .entry:nth-child(even),
          .contest_list[data-layout='logos'] .entry:nth-child(even),
          .gallery-listing[data-layout='logos'] .entry:nth-child(even),
          .job_list[data-layout='logos'] .entry:nth-child(even),
          .seating_charts[data-layout='logos'] .entry:nth-child(even),
          .offer_list[data-layout='logos'] .entry:nth-child(even) {
            margin-right: 0; } }
      @media screen and (min-width: 951px) {
        .spotlight[data-layout='logos'] .entry,
        .concierge[data-layout='logos'] .entry,
        .news_list[data-layout='logos'] .entry,
        .contest_list[data-layout='logos'] .entry,
        .gallery-listing[data-layout='logos'] .entry,
        .job_list[data-layout='logos'] .entry,
        .seating_charts[data-layout='logos'] .entry,
        .offer_list[data-layout='logos'] .entry {
          width: calc(1 / 4 * (100% - 78px));
          margin: 0 26px 60px 0; }
          .spotlight[data-layout='logos'] .entry:nth-child(even),
          .concierge[data-layout='logos'] .entry:nth-child(even),
          .news_list[data-layout='logos'] .entry:nth-child(even),
          .contest_list[data-layout='logos'] .entry:nth-child(even),
          .gallery-listing[data-layout='logos'] .entry:nth-child(even),
          .job_list[data-layout='logos'] .entry:nth-child(even),
          .seating_charts[data-layout='logos'] .entry:nth-child(even),
          .offer_list[data-layout='logos'] .entry:nth-child(even) {
            margin-right: 26px; }
          .spotlight[data-layout='logos'] .entry:nth-child(4n),
          .concierge[data-layout='logos'] .entry:nth-child(4n),
          .news_list[data-layout='logos'] .entry:nth-child(4n),
          .contest_list[data-layout='logos'] .entry:nth-child(4n),
          .gallery-listing[data-layout='logos'] .entry:nth-child(4n),
          .job_list[data-layout='logos'] .entry:nth-child(4n),
          .seating_charts[data-layout='logos'] .entry:nth-child(4n),
          .offer_list[data-layout='logos'] .entry:nth-child(4n) {
            margin-right: 0; } }
      .spotlight[data-layout='logos'] .entry:before,
      .concierge[data-layout='logos'] .entry:before,
      .news_list[data-layout='logos'] .entry:before,
      .contest_list[data-layout='logos'] .entry:before,
      .gallery-listing[data-layout='logos'] .entry:before,
      .job_list[data-layout='logos'] .entry:before,
      .seating_charts[data-layout='logos'] .entry:before,
      .offer_list[data-layout='logos'] .entry:before {
        width: 100%; }
      @media screen and (max-width: 530px) {
        .spotlight[data-layout='logos'] .entry:last-child,
        .concierge[data-layout='logos'] .entry:last-child,
        .news_list[data-layout='logos'] .entry:last-child,
        .contest_list[data-layout='logos'] .entry:last-child,
        .gallery-listing[data-layout='logos'] .entry:last-child,
        .job_list[data-layout='logos'] .entry:last-child,
        .seating_charts[data-layout='logos'] .entry:last-child,
        .offer_list[data-layout='logos'] .entry:last-child {
          margin-bottom: 0; } }
      .spotlight[data-layout='logos'] .entry .thumb,
      .concierge[data-layout='logos'] .entry .thumb,
      .news_list[data-layout='logos'] .entry .thumb,
      .contest_list[data-layout='logos'] .entry .thumb,
      .gallery-listing[data-layout='logos'] .entry .thumb,
      .job_list[data-layout='logos'] .entry .thumb,
      .seating_charts[data-layout='logos'] .entry .thumb,
      .offer_list[data-layout='logos'] .entry .thumb {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
        padding: 0; }
        .spotlight[data-layout='logos'] .entry .thumb:after, .spotlight[data-layout='logos'] .entry .thumb:before,
        .concierge[data-layout='logos'] .entry .thumb:after,
        .concierge[data-layout='logos'] .entry .thumb:before,
        .news_list[data-layout='logos'] .entry .thumb:after,
        .news_list[data-layout='logos'] .entry .thumb:before,
        .contest_list[data-layout='logos'] .entry .thumb:after,
        .contest_list[data-layout='logos'] .entry .thumb:before,
        .gallery-listing[data-layout='logos'] .entry .thumb:after,
        .gallery-listing[data-layout='logos'] .entry .thumb:before,
        .job_list[data-layout='logos'] .entry .thumb:after,
        .job_list[data-layout='logos'] .entry .thumb:before,
        .seating_charts[data-layout='logos'] .entry .thumb:after,
        .seating_charts[data-layout='logos'] .entry .thumb:before,
        .offer_list[data-layout='logos'] .entry .thumb:after,
        .offer_list[data-layout='logos'] .entry .thumb:before {
          display: none; }
        .spotlight[data-layout='logos'] .entry .thumb a:before, .spotlight[data-layout='logos'] .entry .thumb a:after,
        .concierge[data-layout='logos'] .entry .thumb a:before,
        .concierge[data-layout='logos'] .entry .thumb a:after,
        .news_list[data-layout='logos'] .entry .thumb a:before,
        .news_list[data-layout='logos'] .entry .thumb a:after,
        .contest_list[data-layout='logos'] .entry .thumb a:before,
        .contest_list[data-layout='logos'] .entry .thumb a:after,
        .gallery-listing[data-layout='logos'] .entry .thumb a:before,
        .gallery-listing[data-layout='logos'] .entry .thumb a:after,
        .job_list[data-layout='logos'] .entry .thumb a:before,
        .job_list[data-layout='logos'] .entry .thumb a:after,
        .seating_charts[data-layout='logos'] .entry .thumb a:before,
        .seating_charts[data-layout='logos'] .entry .thumb a:after,
        .offer_list[data-layout='logos'] .entry .thumb a:before,
        .offer_list[data-layout='logos'] .entry .thumb a:after {
          display: none; }
        .spotlight[data-layout='logos'] .entry .thumb a:hover, .spotlight[data-layout='logos'] .entry .thumb a:focus,
        .concierge[data-layout='logos'] .entry .thumb a:hover,
        .concierge[data-layout='logos'] .entry .thumb a:focus,
        .news_list[data-layout='logos'] .entry .thumb a:hover,
        .news_list[data-layout='logos'] .entry .thumb a:focus,
        .contest_list[data-layout='logos'] .entry .thumb a:hover,
        .contest_list[data-layout='logos'] .entry .thumb a:focus,
        .gallery-listing[data-layout='logos'] .entry .thumb a:hover,
        .gallery-listing[data-layout='logos'] .entry .thumb a:focus,
        .job_list[data-layout='logos'] .entry .thumb a:hover,
        .job_list[data-layout='logos'] .entry .thumb a:focus,
        .seating_charts[data-layout='logos'] .entry .thumb a:hover,
        .seating_charts[data-layout='logos'] .entry .thumb a:focus,
        .offer_list[data-layout='logos'] .entry .thumb a:hover,
        .offer_list[data-layout='logos'] .entry .thumb a:focus {
          opacity: 0.8; }
      .spotlight[data-layout='logos'] .entry .info,
      .concierge[data-layout='logos'] .entry .info,
      .news_list[data-layout='logos'] .entry .info,
      .contest_list[data-layout='logos'] .entry .info,
      .gallery-listing[data-layout='logos'] .entry .info,
      .job_list[data-layout='logos'] .entry .info,
      .seating_charts[data-layout='logos'] .entry .info,
      .offer_list[data-layout='logos'] .entry .info {
        width: 100%;
        display: none;
        text-align: center;
        padding: 0; }
      .spotlight[data-layout='logos'] .entry .title:before,
      .concierge[data-layout='logos'] .entry .title:before,
      .news_list[data-layout='logos'] .entry .title:before,
      .contest_list[data-layout='logos'] .entry .title:before,
      .gallery-listing[data-layout='logos'] .entry .title:before,
      .job_list[data-layout='logos'] .entry .title:before,
      .seating_charts[data-layout='logos'] .entry .title:before,
      .offer_list[data-layout='logos'] .entry .title:before {
        display: none; }
      .spotlight[data-layout='logos'] .entry .button,
      .concierge[data-layout='logos'] .entry .button,
      .news_list[data-layout='logos'] .entry .button,
      .contest_list[data-layout='logos'] .entry .button,
      .gallery-listing[data-layout='logos'] .entry .button,
      .job_list[data-layout='logos'] .entry .button,
      .seating_charts[data-layout='logos'] .entry .button,
      .offer_list[data-layout='logos'] .entry .button {
        display: none; }

.spotlight .info h3,
.concierge .info h3,
.contest_list .info h3,
.job_list .info h3,
.seating_charts .info h3,
.offer_list .info h3 {
  text-transform: uppercase; }

@media screen and (max-width: 950px) {
  .news_list .thumb,
  .news_list .teaser {
    display: none; }
  .news_list .thumb:not(.default) + .info {
    width: 100%; } }
  @media screen and (max-width: 950px) and (max-width: 530px) {
    .news_list .thumb:not(.default) + .info {
      padding: 0; } }

.news_list .info {
  text-align: left; }
  .news_list .info h3 {
    padding: 0;
    text-transform: initial; }
    .news_list .info h3:after {
      display: none; }

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

.gallery-listing .entry .date {
  padding: 0; }
  .gallery-listing .entry .date:after {
    display: none; }

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

#overlay_container {
  display: none;
  padding: 100px 0 0; }
  @media screen and (min-width: 701px) {
    #overlay_container {
      max-height: calc(100vh - 20px);
      overflow-x: hidden;
      overflow-y: 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: white; }
    @media screen and (max-width: 700px) {
      #overlay_container .close-overlay {
        right: 0; } }
  #overlay_container a, #overlay_container a:link, #overlay_container a:visited {
    position: relative;
    display: block;
    z-index: 10;
    max-width: 1000px;
    height: auto; }
    #overlay_container a img, #overlay_container a:link img, #overlay_container a:visited img {
      width: 100%;
      height: auto;
      display: block; }

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

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

.dontshow-overlay {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  background: #000;
  font: 400 20px/140% "Roboto", sans-serif;
  line-height: 25px;
  cursor: pointer;
  text-align: center;
  outline-color: white;
  outline-offset: -5px;
  z-index: 15;
  position: relative; }
  .dontshow-overlay:hover {
    color: #fff;
    background: #D92600; }

/* ----------------------------------------------------------------------------
= Homepage items and layout
----------------------------------------------------------------------------- */
.home .full .full_column {
  padding: 0;
  width: 100%;
  max-width: 100%; }
  .home .full .full_column .row-1 {
    padding: 40px 0 0 0;
    margin: 0 auto 60px auto;
    width: 1284px;
    max-width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    align-content: flex-start;
    -webkit-box-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 950px) {
      .home .full .full_column .row-1 {
        display: block;
        padding: 30px 0 0 0; } }
    @media screen and (max-width: 700px) {
      .home .full .full_column .row-1 {
        padding: 0;
        margin: 0 auto 36px auto; } }
    .home .full .full_column .row-1 .home-slideshow {
      padding: 0;
      width: 740px;
      max-width: 100%;
      margin: 0 auto 0 0;
      zoom: 1; }
      .home .full .full_column .row-1 .home-slideshow:before, .home .full .full_column .row-1 .home-slideshow:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      .home .full .full_column .row-1 .home-slideshow:after {
        clear: both; }
      @media screen and (max-width: 1220px) {
        .home .full .full_column .row-1 .home-slideshow {
          width: 660px; } }
      @media screen and (max-width: 950px) {
        .home .full .full_column .row-1 .home-slideshow {
          margin: 0 auto 50px auto; } }
      @media screen and (max-width: 700px) {
        .home .full .full_column .row-1 .home-slideshow {
          width: 100%; } }
      @media screen and (max-width: 700px) {
        .home .full .full_column .row-1 .home-slideshow .rsDefault {
          max-width: 100%; } }
      .home .full .full_column .row-1 .home-slideshow .rsDefault:before {
        max-height: 427px; }
        @media screen and (max-width: 950px) {
          .home .full .full_column .row-1 .home-slideshow .rsDefault:before {
            width: calc(100% + 20px);
            left: -10px; } }
        @media screen and (max-width: 700px) {
          .home .full .full_column .row-1 .home-slideshow .rsDefault:before {
            width: calc(100% + 20px);
            left: -10px;
            height: calc((100vw - 60px)*550/1020); } }
      @media screen and (min-width: 701px) {
        .home .full .full_column .row-1 .home-slideshow .rsDefault .rsArrow {
          background: transparent;
          height: 100%; } }
      @media screen and (max-width: 700px) {
        .home .full .full_column .row-1 .home-slideshow .rsDefault .rsArrow {
          height: calc(100vw*427/640); } }
      @media screen and (min-width: 701px) {
        .home .full .full_column .row-1 .home-slideshow .rsDefault .rsArrow .rsArrowIcn {
          bottom: 94px; } }
      @media screen and (min-width: 951px) {
        .home .full .full_column .row-1 .home-slideshow .rsDefault .rsArrow .rsArrowIcn {
          top: auto;
          bottom: 118px; } }
      @media screen and (min-width: 701px) {
        .home .full .full_column .row-1 .home-slideshow .rsDefault .rsArrow .rsArrowIcn:before {
          background-image: url(../images/svg/arrow_left.svg); } }
      @media screen and (min-width: 701px) {
        .home .full .full_column .row-1 .home-slideshow .rsDefault .rsArrow .rsArrowIcn:after {
          display: block; } }
      @media screen and (min-width: 951px) {
        .home .full .full_column .row-1 .home-slideshow .rsDefault .rsArrowLeft {
          width: 30px;
          left: -30px; } }
      @media screen and (min-width: 701px) {
        .home .full .full_column .row-1 .home-slideshow .rsDefault .rsArrowLeft {
          width: 50px;
          left: -50px; } }
      @media screen and (min-width: 701px) {
        .home .full .full_column .row-1 .home-slideshow .rsDefault .rsArrowLeft:hover .rsArrowIcn, .home .full .full_column .row-1 .home-slideshow .rsDefault .rsArrowLeft:focus .rsArrowIcn {
          left: 5px; } }
      @media screen and (min-width: 701px) {
        .home .full .full_column .row-1 .home-slideshow .rsDefault .rsArrowLeft .rsArrowIcn {
          left: 10px; } }
      @media screen and (min-width: 951px) {
        .home .full .full_column .row-1 .home-slideshow .rsDefault .rsArrowRight {
          width: 30px;
          right: -30px; } }
      @media screen and (min-width: 701px) {
        .home .full .full_column .row-1 .home-slideshow .rsDefault .rsArrowRight {
          width: 50px;
          right: -50px; } }
      @media screen and (min-width: 701px) {
        .home .full .full_column .row-1 .home-slideshow .rsDefault .rsArrowRight:hover .rsArrowIcn, .home .full .full_column .row-1 .home-slideshow .rsDefault .rsArrowRight:focus .rsArrowIcn {
          right: 5px; } }
      @media screen and (min-width: 701px) {
        .home .full .full_column .row-1 .home-slideshow .rsDefault .rsArrowRight .rsArrowIcn {
          right: 10px; } }
      .home .full .full_column .row-1 .home-slideshow .rsGCaption {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        float: left;
        background: #fff;
        width: 100%;
        height: 207px; }
        @media screen and (max-width: 950px) {
          .home .full .full_column .row-1 .home-slideshow .rsGCaption {
            height: auto; } }
        @media screen and (max-width: 700px) {
          .home .full .full_column .row-1 .home-slideshow .rsGCaption {
            padding: 0 20px; } }
        .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo {
          background: #fff;
          position: absolute;
          bottom: 0;
          width: 100%;
          min-height: 100%;
          left: 0;
          top: auto;
          right: auto;
          padding: 15px 0 0 0; }
          @media screen and (max-width: 950px) {
            .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo {
              min-height: 0;
              position: static; } }
          @media screen and (max-width: 700px) {
            .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo {
              padding: 10px 0 0 0; } }
          .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .order {
            display: block;
            margin: 0;
            padding: 4px 12px 0 12px;
            position: absolute;
            top: 0;
            right: 0;
            background: #fff;
            font-family: "Barlow Condensed", sans-serif;
            line-height: 25px;
            font-size: 20px;
            font-weight: 400;
            letter-spacing: 0;
            color: #000000;
            -webkit-transform: translateY(-100%);
                    transform: translateY(-100%); }
            @media screen and (max-width: 700px) {
              .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .order {
                display: none; } }
            .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .order span {
              font-weight: 700; }
          .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo h3 {
            font-size: 49px;
            margin: 0 0 6px 0;
            padding: 0;
            text-transform: initial; }
            @media screen and (max-width: 700px) {
              .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo h3 {
                font-size: 31px;
                margin: 0 0 7px 0; } }
            .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo h3:after {
              display: none; }
          .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .desc {
            padding: 0 0 24px 0; }
            @media screen and (max-width: 700px) {
              .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .desc {
                padding: 0 0 10px 0; } }
            .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .desc .date {
              position: relative;
              padding: 0;
              margin: 0 0 3px 0;
              font-family: "Barlow Condensed", sans-serif;
              font-weight: 700;
              color: #1A1919;
              line-height: 1;
              text-transform: uppercase;
              text-align: left;
              font-size: 1rem;
              display: none; }
              @media screen and (max-width: 700px) {
                .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .desc .date {
                  display: block;
                  font-size: 20px;
                  margin: 0 0 10px 0; } }
              .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .desc .date .m-date__month {
                font-weight: 500;
                line-height: 30px;
                font-size: 25px;
                letter-spacing: 0.5px; }
                @media screen and (max-width: 700px) {
                  .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .desc .date .m-date__month {
                    font-size: 20px;
                    line-height: 24px; } }
              .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .desc .date .m-date__day, .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .desc .date .m-date__separator {
                color: #D92600;
                line-height: 25px;
                font-size: 25px;
                font-weight: 600;
                letter-spacing: 1px; }
                @media screen and (max-width: 700px) {
                  .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .desc .date .m-date__day, .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .desc .date .m-date__separator {
                    font-size: 20px;
                    line-height: 24px; } }
              .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .desc .date .m-date__weekday, .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .desc .date .m-date__year {
                font-weight: 400;
                font-size: 20px;
                line-height: 24px;
                letter-spacing: 0; }
                @media screen and (max-width: 700px) {
                  .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .desc .date .m-date__weekday, .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .desc .date .m-date__year {
                    font-size: 16px;
                    line-height: 19px; } }
            .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .desc .presented-by {
              font-family: "Roboto", sans-serif;
              color: #000000;
              font-size: 14px;
              line-height: 1;
              font-weight: 400;
              letter-spacing: 0;
              margin: 0 0 8px 0; }
              @media screen and (max-width: 700px) {
                .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .desc .presented-by {
                  margin: 0 0 3px 0; } }
            .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .desc .caption_body {
              font-family: "Roboto", sans-serif;
              font-weight: 300;
              font-size: 20px;
              line-height: 1.5;
              letter-spacing: 0;
              color: #000000; }
              @media screen and (max-width: 700px) {
                .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .desc .caption_body {
                  font-size: 18px; } }
            .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .desc .venue {
              font-family: "Roboto", sans-serif;
              color: #767676;
              font-weight: 400;
              font-size: 14px;
              line-height: 1;
              text-transform: initial;
              letter-spacing: 0;
              margin: 20px 0 0 0;
              display: none; }
              @media screen and (max-width: 700px) {
                .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .desc .venue {
                  display: block; } }
          .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .buttons {
            position: relative;
            z-index: 1;
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: start;
                    justify-content: start;
            align-content: flex-start;
            -webkit-box-align: start;
                    align-items: flex-start;
            border-top: 2px solid #D92600; }
            @media screen and (max-width: 700px) {
              .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .buttons {
                -webkit-box-pack: justify;
                        justify-content: space-between; } }
            .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .buttons .left-side {
              margin: 9px auto 0 0; }
              @media screen and (max-width: 700px) {
                .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .buttons .left-side {
                  display: none; } }
              .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .buttons .left-side .date {
                position: relative;
                padding: 0;
                margin: 0 0 3px 0;
                font-family: "Barlow Condensed", sans-serif;
                font-weight: 700;
                color: #1A1919;
                line-height: 1;
                text-transform: uppercase;
                text-align: left;
                font-size: 1rem; }
                .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .buttons .left-side .date .m-date__month {
                  font-weight: 500;
                  line-height: 30px;
                  font-size: 25px;
                  letter-spacing: 0.5px; }
                .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .buttons .left-side .date .m-date__day, .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .buttons .left-side .date .m-date__separator {
                  color: #D92600;
                  line-height: 25px;
                  font-size: 25px;
                  font-weight: 600;
                  letter-spacing: 1px; }
                .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .buttons .left-side .date .m-date__weekday, .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .buttons .left-side .date .m-date__year {
                  font-weight: 400;
                  font-size: 20px;
                  line-height: 24px;
                  letter-spacing: 0; }
              .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .buttons .left-side .venue {
                font-family: "Roboto", sans-serif;
                color: #767676;
                font-weight: 400;
                font-size: 14px;
                line-height: 1;
                text-transform: initial;
                letter-spacing: 0;
                margin: 0 20px 0 0; }
            .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .buttons a.more, .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .buttons span.more {
              -webkit-box-ordinal-group: 3;
                      order: 2;
              margin: 13px 20px 0 auto; }
              @media screen and (max-width: 700px) {
                .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .buttons a.more, .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .buttons span.more {
                  margin: 7px auto 0 0; } }
              .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .buttons a.more:hover:before, .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .buttons a.more:focus:before, .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .buttons span.more:hover:before, .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .buttons span.more:focus:before {
                margin-right: 19px; }
                @media screen and (max-width: 700px) {
                  .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .buttons a.more:hover:before, .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .buttons a.more:focus:before, .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .buttons span.more:hover:before, .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .buttons span.more:focus:before {
                    margin-left: 0; } }
              .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .buttons a.more:before, .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .buttons span.more:before {
                margin-right: 11px; }
                @media screen and (max-width: 700px) {
                  .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .buttons a.more:before, .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .buttons span.more:before {
                    margin-left: 8px; } }
            .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .buttons a.tickets, .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .buttons span.tickets {
              -webkit-box-ordinal-group: 4;
                      order: 3;
              padding: 10px 18px;
              border-top: none;
              font-size: 18px;
              line-height: 22px; }
              @media screen and (max-width: 700px) {
                .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .buttons a.tickets, .home .full .full_column .row-1 .home-slideshow .rsGCaption .rsInfo .buttons span.tickets {
                  padding: 8px 28px;
                  font-size: 16px;
                  line-height: 1; } }
    .home .full .full_column .row-1 .text-list-events {
      width: 380px;
      margin: 0 44px 0 0;
      text-align: right; }
      @media screen and (max-width: 1220px) {
        .home .full .full_column .row-1 .text-list-events {
          margin: 0 20px 0 25px; } }
      @media screen and (max-width: 950px) {
        .home .full .full_column .row-1 .text-list-events {
          max-width: calc(100% - 40px);
          width: 100%;
          margin: 0 auto 50px auto;
          text-align: center; } }
      @media screen and (max-width: 700px) {
        .home .full .full_column .row-1 .text-list-events {
          margin: 0 auto 36px auto; } }
      .home .full .full_column .row-1 .text-list-events h2.detail {
        text-align: left;
        font-size: 31px;
        padding: 0 0 9px 0;
        margin: 0 0 28px 0;
        position: relative;
        text-transform: uppercase; }
        .home .full .full_column .row-1 .text-list-events h2.detail:after {
          display: block;
          width: 80px;
          height: 2px;
          position: absolute;
          bottom: 0;
          left: 0;
          content: "";
          background: #D92600; }
        .home .full .full_column .row-1 .text-list-events h2.detail span {
          position: relative;
          display: inline-block;
          z-index: 1;
          margin: 0; }
          .home .full .full_column .row-1 .text-list-events h2.detail span:after {
            display: block;
            width: calc(100% + 20px);
            left: -10px;
            top: -2px;
            position: absolute;
            background: #F4F4F4;
            z-index: -1;
            content: "";
            height: 20px; }
      .home .full .full_column .row-1 .text-list-events > .wrapper {
        text-align: left; }
        @media screen and (max-width: 950px) {
          .home .full .full_column .row-1 .text-list-events > .wrapper {
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: start;
                    justify-content: flex-start;
            align-content: stretch;
            -webkit-box-align: stretch;
                    align-items: stretch;
            flex-wrap: wrap; } }
        @media screen and (max-width: 700px) {
          .home .full .full_column .row-1 .text-list-events > .wrapper {
            display: block; } }
        .home .full .full_column .row-1 .text-list-events > .wrapper .eventItem {
          display: -webkit-box;
          display: flex;
          -webkit-box-pack: start;
                  justify-content: flex-start;
          align-content: flex-start;
          -webkit-box-align: start;
                  align-items: flex-start;
          padding: 0 0 20px 0;
          margin: 0 0 20px 0;
          border-bottom: 1px solid #C3C3C3;
          -webkit-transition: all 100ms linear;
          transition: all 100ms linear; }
          @media screen and (max-width: 950px) {
            .home .full .full_column .row-1 .text-list-events > .wrapper .eventItem {
              margin-right: 20px;
              width: calc(50% - 10px); }
              .home .full .full_column .row-1 .text-list-events > .wrapper .eventItem:nth-child(even) {
                margin-right: 0; } }
          @media screen and (max-width: 700px) {
            .home .full .full_column .row-1 .text-list-events > .wrapper .eventItem {
              margin-right: 0;
              width: 100%;
              margin: 0 0 15px 0; } }
          .home .full .full_column .row-1 .text-list-events > .wrapper .eventItem:hover, .home .full .full_column .row-1 .text-list-events > .wrapper .eventItem:focus {
            border-bottom-color: #D92600; }
          @media screen and (max-width: 950px) {
            .home .full .full_column .row-1 .text-list-events > .wrapper .eventItem:nth-child(4) {
              margin-bottom: 0; } }
          .home .full .full_column .row-1 .text-list-events > .wrapper .eventItem:last-child {
            margin-bottom: 0; }
            @media screen and (max-width: 950px) {
              .home .full .full_column .row-1 .text-list-events > .wrapper .eventItem:last-child:not(:nth-child(4)) {
                display: none; } }
          .home .full .full_column .row-1 .text-list-events > .wrapper .eventItem .date {
            -webkit-box-flex: 0;
                    flex: 0 0 auto;
            position: relative;
            padding: 0;
            margin: 0 20px 0 0;
            font-family: "Barlow Condensed", sans-serif;
            font-weight: 700;
            color: #1A1919;
            line-height: 1;
            text-transform: uppercase;
            text-align: left;
            font-size: 1rem; }
            @media screen and (max-width: 700px) {
              .home .full .full_column .row-1 .text-list-events > .wrapper .eventItem .date {
                font-size: 20px;
                margin: 0 20px 2px 0;
                padding: 4px 0 0 0; } }
            .home .full .full_column .row-1 .text-list-events > .wrapper .eventItem .date .m-date__month {
              font-weight: 500;
              line-height: 24px;
              display: block;
              letter-spacing: 0.5px; }
            .home .full .full_column .row-1 .text-list-events > .wrapper .eventItem .date .m-date__day, .home .full .full_column .row-1 .text-list-events > .wrapper .eventItem .date .m-date__separator {
              color: #D92600;
              line-height: 25px;
              font-size: 25px;
              font-weight: 600;
              display: block;
              letter-spacing: 1px; }
              @media screen and (max-width: 700px) {
                .home .full .full_column .row-1 .text-list-events > .wrapper .eventItem .date .m-date__day, .home .full .full_column .row-1 .text-list-events > .wrapper .eventItem .date .m-date__separator {
                  font-size: 25px; } }
            .home .full .full_column .row-1 .text-list-events > .wrapper .eventItem .date .m-date__rangeFirst .m-date__day,
            .home .full .full_column .row-1 .text-list-events > .wrapper .eventItem .date .m-date__rangeLast .m-date__day {
              line-height: 20px;
              font-size: 20px; }
            .home .full .full_column .row-1 .text-list-events > .wrapper .eventItem .date .m-date__rangeFirst .m-date__day, .home .full .full_column .row-1 .text-list-events > .wrapper .eventItem .date .m-date__separator {
              display: inline; }
            .home .full .full_column .row-1 .text-list-events > .wrapper .eventItem .date .m-date__weekday, .home .full .full_column .row-1 .text-list-events > .wrapper .eventItem .date .m-date__year {
              font-weight: 400;
              font-size: 16px;
              line-height: 19px;
              display: block; }
          .home .full .full_column .row-1 .text-list-events > .wrapper .eventItem .info {
            width: 100%;
            max-width: 100%;
            -webkit-box-flex: 1;
                    flex: 1 1 auto; }
            .home .full .full_column .row-1 .text-list-events > .wrapper .eventItem .info .presented-by {
              font-family: "Roboto", sans-serif;
              font-size: 14px;
              font-weight: 400;
              color: #000000;
              line-height: 1;
              letter-spacing: 0;
              margin: 0 0 8px 0;
              text-align: left; }
            .home .full .full_column .row-1 .text-list-events > .wrapper .eventItem .info .title {
              font-weight: 600;
              font-size: 25px;
              line-height: 1;
              padding: 0;
              margin: 0 0 8px 0;
              text-transform: initial;
              letter-spacing: 0; }
              @media screen and (max-width: 700px) {
                .home .full .full_column .row-1 .text-list-events > .wrapper .eventItem .info .title {
                  font-size: 20px; } }
              .home .full .full_column .row-1 .text-list-events > .wrapper .eventItem .info .title:after {
                display: none; }
            .home .full .full_column .row-1 .text-list-events > .wrapper .eventItem .info .tagline {
              font-family: "Roboto", sans-serif;
              font-weight: 300;
              font-size: 16px;
              line-height: 1;
              letter-spacing: 0;
              text-transform: initial;
              margin: 0; }
      .home .full .full_column .row-1 .text-list-events .more-info {
        display: inline-block;
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 600;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #000000;
        z-index: 1;
        line-height: 22px;
        margin: 10px 0 0 0;
        position: relative;
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear; }
        @media screen and (max-width: 950px) {
          .home .full .full_column .row-1 .text-list-events .more-info {
            margin: 30px 0 0 0; } }
        @media screen and (max-width: 700px) {
          .home .full .full_column .row-1 .text-list-events .more-info {
            margin: 15px 0 0 0; } }
        .home .full .full_column .row-1 .text-list-events .more-info:hover, .home .full .full_column .row-1 .text-list-events .more-info:focus {
          color: #D92600; }
          .home .full .full_column .row-1 .text-list-events .more-info:hover:before, .home .full .full_column .row-1 .text-list-events .more-info:focus:before {
            margin: 0 21px 1px 0; }
        .home .full .full_column .row-1 .text-list-events .more-info:before {
          content: "";
          display: inline-block;
          border-top: 5.5px solid transparent;
          border-left: 5.5px solid #D92600;
          border-bottom: 5.5px solid transparent;
          margin: 0 10px 1px 11px;
          -webkit-transition: all 100ms linear;
          transition: all 100ms linear; }
  .home .full .full_column .row-2.just-announced {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    align-content: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    margin: 0 0 20px 0; }
    @media screen and (max-width: 700px) {
      .home .full .full_column .row-2.just-announced {
        display: block; } }
    .home .full .full_column .row-2.just-announced > .title {
      width: 230px;
      background: #D92600;
      -webkit-box-flex: 0;
              flex: 0 0 auto;
      padding: 30px 40px 20px 40px;
      font-size: 31px;
      line-height: 1;
      color: #fff;
      font-weight: 600;
      letter-spacing: 1px;
      font-family: "Barlow Condensed", sans-serif;
      text-transform: uppercase; }
      @media screen and (max-width: 950px) {
        .home .full .full_column .row-2.just-announced > .title {
          width: 210px;
          padding: 30px 20px 20px 20px; } }
      @media screen and (max-width: 700px) {
        .home .full .full_column .row-2.just-announced > .title {
          width: 100%;
          padding: 15px 20px 27px 20px;
          font-size: 25px; } }
      .home .full .full_column .row-2.just-announced > .title span {
        position: relative;
        z-index: 2;
        display: block; }
        .home .full .full_column .row-2.just-announced > .title span:after {
          content: "";
          display: block;
          position: absolute;
          background: #000000;
          left: 0;
          bottom: -17px;
          height: 2px;
          width: calc(100% + 60px);
          z-index: 1; }
          @media screen and (max-width: 950px) {
            .home .full .full_column .row-2.just-announced > .title span:after {
              width: calc(100% + 40px); } }
          @media screen and (max-width: 700px) {
            .home .full .full_column .row-2.just-announced > .title span:after {
              width: 100%;
              bottom: -12px; } }
    .home .full .full_column .row-2.just-announced .owl-carousel {
      max-width: calc(100% - 230px); }
      @media screen and (max-width: 950px) {
        .home .full .full_column .row-2.just-announced .owl-carousel {
          max-width: calc(100% - 210px); } }
      @media screen and (max-width: 700px) {
        .home .full .full_column .row-2.just-announced .owl-carousel {
          max-width: 100%; } }
      .home .full .full_column .row-2.just-announced .owl-carousel .owl-wrapper-outer {
        background: #F4F4F4; }
        .home .full .full_column .row-2.just-announced .owl-carousel .owl-wrapper-outer:after {
          content: "";
          display: block;
          width: 138px;
          height: 100%;
          background: -webkit-gradient(linear, right top, left top, from(#f4f4f4), to(rgba(255, 255, 255, 0)));
          background: -webkit-linear-gradient(right, #f4f4f4, rgba(255, 255, 255, 0));
          background: linear-gradient(to left, #f4f4f4, rgba(255, 255, 255, 0));
          position: absolute;
          top: 0;
          right: 0; }
          @media screen and (max-width: 700px) {
            .home .full .full_column .row-2.just-announced .owl-carousel .owl-wrapper-outer:after {
              display: none; } }
        .home .full .full_column .row-2.just-announced .owl-carousel .owl-wrapper-outer .owl-wrapper {
          display: -webkit-box !important;
          display: flex !important;
          -webkit-box-pack: start;
                  justify-content: flex-start;
          align-content: stretch;
          -webkit-box-align: stretch;
                  align-items: stretch; }
          .home .full .full_column .row-2.just-announced .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
            min-height: 100%; }
            .home .full .full_column .row-2.just-announced .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item:first-child .eventItem:before {
              display: none; }
            .home .full .full_column .row-2.just-announced .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .eventItem {
              min-height: 100%;
              display: -webkit-box;
              display: flex;
              -webkit-box-pack: start;
                      justify-content: flex-start;
              align-content: flex-start;
              -webkit-box-align: start;
                      align-items: flex-start;
              padding: 22px 10px 65px 30px;
              margin: 0;
              position: relative;
              -webkit-transition: all 100ms linear;
              transition: all 100ms linear; }
              @media screen and (max-width: 700px) {
                .home .full .full_column .row-2.just-announced .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .eventItem {
                  padding: 22px 20px 70px 20px; } }
              .home .full .full_column .row-2.just-announced .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .eventItem:before {
                content: "";
                display: block;
                position: absolute;
                top: 20px;
                left: 0;
                width: 1px;
                height: calc(100% - 80px);
                background: #C3C3C3;
                visibility: visible; }
                @media screen and (max-width: 700px) {
                  .home .full .full_column .row-2.just-announced .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .eventItem:before {
                    display: none; } }
              .home .full .full_column .row-2.just-announced .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .eventItem .date {
                -webkit-box-flex: 0;
                        flex: 0 0 auto;
                position: relative;
                padding: 0;
                margin: 0 20px 0 0;
                font-family: "Barlow Condensed", sans-serif;
                font-weight: 700;
                color: #1A1919;
                line-height: 1;
                text-transform: uppercase;
                text-align: left;
                font-size: 1rem; }
                @media screen and (max-width: 700px) {
                  .home .full .full_column .row-2.just-announced .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .eventItem .date {
                    font-size: 20px;
                    margin: 0 20px 0 0; } }
                .home .full .full_column .row-2.just-announced .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .eventItem .date .m-date__month {
                  font-weight: 500;
                  line-height: 24px;
                  display: block;
                  letter-spacing: 0.5px; }
                .home .full .full_column .row-2.just-announced .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .eventItem .date .m-date__day, .home .full .full_column .row-2.just-announced .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .eventItem .date .m-date__separator {
                  color: #D92600;
                  line-height: 25px;
                  font-size: 25px;
                  font-weight: 600;
                  display: block;
                  letter-spacing: 1px; }
                  @media screen and (max-width: 700px) {
                    .home .full .full_column .row-2.just-announced .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .eventItem .date .m-date__day, .home .full .full_column .row-2.just-announced .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .eventItem .date .m-date__separator {
                      font-size: 25px; } }
                .home .full .full_column .row-2.just-announced .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .eventItem .date .m-date__rangeFirst .m-date__day,
                .home .full .full_column .row-2.just-announced .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .eventItem .date .m-date__rangeLast .m-date__day {
                  line-height: 20px;
                  font-size: 20px; }
                .home .full .full_column .row-2.just-announced .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .eventItem .date .m-date__rangeFirst .m-date__day, .home .full .full_column .row-2.just-announced .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .eventItem .date .m-date__separator {
                  display: inline; }
                .home .full .full_column .row-2.just-announced .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .eventItem .date .m-date__weekday, .home .full .full_column .row-2.just-announced .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .eventItem .date .m-date__year {
                  font-weight: 400;
                  font-size: 16px;
                  line-height: 19px;
                  display: block; }
              .home .full .full_column .row-2.just-announced .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .eventItem .info {
                width: 100%;
                max-width: 100%;
                -webkit-box-flex: 1;
                        flex: 1 1 auto; }
                .home .full .full_column .row-2.just-announced .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .eventItem .info .presented-by {
                  font-family: "Roboto", sans-serif;
                  font-size: 14px;
                  font-weight: 400;
                  color: #000000;
                  line-height: 1;
                  letter-spacing: 0;
                  margin: 0 0 8px 0;
                  text-align: left; }
                .home .full .full_column .row-2.just-announced .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .eventItem .info .title {
                  font-weight: 600;
                  font-size: 20px;
                  line-height: 1;
                  padding: 0;
                  margin: 0 0 4px 0;
                  text-transform: initial;
                  letter-spacing: 0; }
                  .home .full .full_column .row-2.just-announced .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .eventItem .info .title:after {
                    display: none; }
                .home .full .full_column .row-2.just-announced .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .eventItem .info .tagline {
                  font-family: "Roboto", sans-serif;
                  font-weight: 300;
                  font-size: 16px;
                  line-height: 1;
                  letter-spacing: 0;
                  text-transform: initial;
                  margin: 0; }
      .home .full .full_column .row-2.just-announced .owl-carousel .owl-buttons {
        background: #000000;
        color: #fff;
        font-family: "Barlow Condensed", sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;
        line-height: 40px;
        letter-spacing: 0.5px;
        padding: 0 30px;
        position: absolute;
        bottom: 0;
        right: 0;
        width: calc(100% + 100px);
        z-index: 5; }
        @media screen and (max-width: 950px) {
          .home .full .full_column .row-2.just-announced .owl-carousel .owl-buttons {
            width: calc(100% + 80px); } }
        @media screen and (max-width: 700px) {
          .home .full .full_column .row-2.just-announced .owl-carousel .owl-buttons {
            width: 100%;
            padding: 0 10px; } }
        .home .full .full_column .row-2.just-announced .owl-carousel .owl-buttons .next {
          float: right; }
          .home .full .full_column .row-2.just-announced .owl-carousel .owl-buttons .next svg {
            margin: 0 10px 0 25px; }
        .home .full .full_column .row-2.just-announced .owl-carousel .owl-buttons .prev {
          float: left; }
          .home .full .full_column .row-2.just-announced .owl-carousel .owl-buttons .prev svg {
            margin: 0 25px 0 10px; }
        .home .full .full_column .row-2.just-announced .owl-carousel .owl-buttons .owl-prev:hover .prev svg, .home .full .full_column .row-2.just-announced .owl-carousel .owl-buttons .owl-prev:focus .prev svg, .home .full .full_column .row-2.just-announced .owl-carousel .owl-buttons .owl-next:hover .prev svg, .home .full .full_column .row-2.just-announced .owl-carousel .owl-buttons .owl-next:focus .prev svg {
          margin: 0 35px 0 0; }
        .home .full .full_column .row-2.just-announced .owl-carousel .owl-buttons .owl-prev:hover .next svg, .home .full .full_column .row-2.just-announced .owl-carousel .owl-buttons .owl-prev:focus .next svg, .home .full .full_column .row-2.just-announced .owl-carousel .owl-buttons .owl-next:hover .next svg, .home .full .full_column .row-2.just-announced .owl-carousel .owl-buttons .owl-next:focus .next svg {
          margin: 0 0 0 35px; }
        .home .full .full_column .row-2.just-announced .owl-carousel .owl-buttons .owl-prev:hover span:before, .home .full .full_column .row-2.just-announced .owl-carousel .owl-buttons .owl-prev:focus span:before, .home .full .full_column .row-2.just-announced .owl-carousel .owl-buttons .owl-next:hover span:before, .home .full .full_column .row-2.just-announced .owl-carousel .owl-buttons .owl-next:focus span:before {
          width: 20px; }
        .home .full .full_column .row-2.just-announced .owl-carousel .owl-buttons .owl-prev span, .home .full .full_column .row-2.just-announced .owl-carousel .owl-buttons .owl-next span {
          display: inline-block;
          position: relative;
          letter-spacing: 0.5px; }
          .home .full .full_column .row-2.just-announced .owl-carousel .owl-buttons .owl-prev span:before, .home .full .full_column .row-2.just-announced .owl-carousel .owl-buttons .owl-next span:before {
            content: "";
            display: block;
            width: 0;
            height: 2px;
            background: #fff;
            position: absolute;
            bottom: 8px;
            left: 0;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear; }
        .home .full .full_column .row-2.just-announced .owl-carousel .owl-buttons .owl-prev svg, .home .full .full_column .row-2.just-announced .owl-carousel .owl-buttons .owl-next svg {
          display: inline-block;
          -webkit-transform: translateY(3px);
                  transform: translateY(3px);
          -webkit-transition: all 100ms linear;
          transition: all 100ms linear; }
  .home .full .full_column .row-3 {
    margin: 0 auto 70px auto; }
    @media screen and (max-width: 950px) {
      .home .full .full_column .row-3 {
        margin: 0 auto 40px auto; } }
    @media screen and (max-width: 700px) {
      .home .full .full_column .row-3 {
        margin: 0 auto 50px auto; } }
    .home .full .full_column .row-3 .stretch-slideshow {
      zoom: 1; }
      .home .full .full_column .row-3 .stretch-slideshow:before, .home .full .full_column .row-3 .stretch-slideshow:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      .home .full .full_column .row-3 .stretch-slideshow:after {
        clear: both; }
  .home .full .full_column .row-4 {
    width: 1190px;
    max-width: calc(100% - 30px);
    padding-bottom: 73px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    align-content: flex-start;
    -webkit-box-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 1220px) {
      .home .full .full_column .row-4 {
        padding-bottom: 110px; } }
    @media screen and (max-width: 950px) {
      .home .full .full_column .row-4 {
        display: block; } }
    .home .full .full_column .row-4 .featured_events_section {
      margin: 0 17px 0 0;
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 770px; }
      @media screen and (max-width: 950px) {
        .home .full .full_column .row-4 .featured_events_section {
          width: 100%;
          margin: 0 0 50px 0; } }
      .home .full .full_column .row-4 .featured_events_section h2.detail {
        font-size: 49px;
        padding: 0 0 12px 0;
        margin: 0 0 40px 0;
        position: relative;
        text-transform: uppercase; }
        @media screen and (max-width: 700px) {
          .home .full .full_column .row-4 .featured_events_section h2.detail {
            font-size: 31px;
            margin: 0 0 30px 0;
            padding: 0 5px 10px 5px; } }
        .home .full .full_column .row-4 .featured_events_section h2.detail:after {
          display: block;
          width: 80px;
          height: 2px;
          position: absolute;
          bottom: 0;
          left: 0;
          content: "";
          background: #D92600; }
          @media screen and (max-width: 700px) {
            .home .full .full_column .row-4 .featured_events_section h2.detail:after {
              left: 5px; } }
        .home .full .full_column .row-4 .featured_events_section h2.detail span {
          position: relative;
          display: inline-block;
          z-index: 1;
          margin: 0; }
          .home .full .full_column .row-4 .featured_events_section h2.detail span:after {
            display: block;
            width: calc(100% + 20px);
            left: -10px;
            top: -2px;
            position: absolute;
            background: #F4F4F4;
            z-index: -1;
            content: "";
            height: 28px; }
            @media screen and (max-width: 700px) {
              .home .full .full_column .row-4 .featured_events_section h2.detail span:after {
                height: 20px; } }
      .home .full .full_column .row-4 .featured_events_section .eventList__wrapper {
        width: 100%;
        max-width: 100%;
        margin: 0; }
      .home .full .full_column .row-4 .featured_events_section .loadMoreEvents:hover:before, .home .full .full_column .row-4 .featured_events_section .loadMoreEvents:focus:before {
        margin: 0 20px 1px 0; }
      .home .full .full_column .row-4 .featured_events_section .loadMoreEvents:before {
        margin: 0 10px 1px 10px; }
    .home .full .full_column .row-4 .col-2 {
      width: 340px;
      padding: 10px 0 0 0;
      -webkit-box-flex: 0;
              flex: 0 0 auto;
      margin: 0 0 0 auto; }
      @media screen and (max-width: 1220px) {
        .home .full .full_column .row-4 .col-2 {
          width: 318px; } }
      @media screen and (max-width: 950px) {
        .home .full .full_column .row-4 .col-2 {
          width: calc(100% - 10px);
          padding: 0;
          margin: 0 auto; } }
      .home .full .full_column .row-4 .col-2 .blog-list {
        background: #F4F4F4;
        margin: 0 0 50px 0;
        padding: 0 0 20px 0;
        text-align: right; }
        @media screen and (max-width: 950px) {
          .home .full .full_column .row-4 .col-2 .blog-list {
            margin: 0 0 42px 0; } }
        .home .full .full_column .row-4 .col-2 .blog-list h2 {
          max-width: calc(100% - 40px);
          padding: 15px 20px 22px 20px;
          background: #000000;
          letter-spacing: 0.5px;
          font-size: 31px;
          line-height: 1;
          color: #fff;
          margin: 0;
          font-weight: 600;
          text-transform: uppercase;
          position: relative;
          text-align: left; }
          @media screen and (max-width: 700px) {
            .home .full .full_column .row-4 .col-2 .blog-list h2 {
              max-width: calc(100% - 30px); } }
          .home .full .full_column .row-4 .col-2 .blog-list h2:after {
            content: "";
            display: block;
            background: #D92600;
            height: 2px;
            width: 100%;
            left: 20px;
            bottom: 10px;
            position: absolute; }
            @media screen and (max-width: 700px) {
              .home .full .full_column .row-4 .col-2 .blog-list h2:after {
                width: calc(100% - 10px); } }
        .home .full .full_column .row-4 .col-2 .blog-list > .wrapper {
          padding: 20px 20px 0 20px;
          text-align: left; }
          @media screen and (max-width: 950px) {
            .home .full .full_column .row-4 .col-2 .blog-list > .wrapper {
              display: -webkit-box;
              display: flex;
              -webkit-box-pack: start;
                      justify-content: flex-start;
              align-content: stretch;
              -webkit-box-align: stretch;
                      align-items: stretch;
              flex-wrap: wrap; } }
          .home .full .full_column .row-4 .col-2 .blog-list > .wrapper .news {
            padding: 0 0 15px 0;
            margin: 0 0 15px 0;
            border-bottom: 1px solid #C3C3C3; }
            @media screen and (max-width: 950px) {
              .home .full .full_column .row-4 .col-2 .blog-list > .wrapper .news {
                padding: 0 0 20px 0;
                margin-right: 20px;
                width: calc(50% - 10px); }
                .home .full .full_column .row-4 .col-2 .blog-list > .wrapper .news:nth-child(even) {
                  margin-right: 0; } }
            @media screen and (max-width: 700px) {
              .home .full .full_column .row-4 .col-2 .blog-list > .wrapper .news {
                margin-right: 0;
                width: 100%; } }
            @media screen and (max-width: 950px) {
              .home .full .full_column .row-4 .col-2 .blog-list > .wrapper .news:last-child:not(:nth-child(4)) {
                display: none; } }
            .home .full .full_column .row-4 .col-2 .blog-list > .wrapper .news .date {
              position: relative;
              padding: 0;
              margin: 0 0 3px 0;
              font-family: "Barlow Condensed", sans-serif;
              font-weight: 700;
              color: #1A1919;
              line-height: 1;
              text-transform: uppercase;
              text-align: left;
              font-size: 1rem; }
              @media screen and (max-width: 700px) {
                .home .full .full_column .row-4 .col-2 .blog-list > .wrapper .news .date {
                  font-size: 20px;
                  margin: 0 0 6px 0; } }
              .home .full .full_column .row-4 .col-2 .blog-list > .wrapper .news .date .m-date__month {
                font-weight: 500;
                line-height: 24px;
                letter-spacing: 0.5px; }
              .home .full .full_column .row-4 .col-2 .blog-list > .wrapper .news .date .m-date__day, .home .full .full_column .row-4 .col-2 .blog-list > .wrapper .news .date .m-date__separator {
                color: #D92600;
                line-height: 25px;
                font-weight: 600;
                letter-spacing: 1px; }
              .home .full .full_column .row-4 .col-2 .blog-list > .wrapper .news .date .m-date__weekday, .home .full .full_column .row-4 .col-2 .blog-list > .wrapper .news .date .m-date__year {
                font-weight: 400;
                font-size: 16px;
                line-height: 19px; }
            .home .full .full_column .row-4 .col-2 .blog-list > .wrapper .news .title {
              font-weight: 600;
              font-size: 20px;
              line-height: 22px;
              padding: 0;
              margin: 0;
              text-transform: initial;
              letter-spacing: 0; }
              .home .full .full_column .row-4 .col-2 .blog-list > .wrapper .news .title:after {
                display: none; }
        .home .full .full_column .row-4 .col-2 .blog-list .more-info {
          display: inline-block;
          font-family: "Barlow Condensed", sans-serif;
          font-weight: 600;
          font-size: 16px;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          color: #000000;
          z-index: 1;
          line-height: 19px;
          margin: 5px 20px 0 0;
          position: relative;
          -webkit-transition: all 100ms linear;
          transition: all 100ms linear; }
          .home .full .full_column .row-4 .col-2 .blog-list .more-info:hover, .home .full .full_column .row-4 .col-2 .blog-list .more-info:focus {
            color: #D92600; }
            .home .full .full_column .row-4 .col-2 .blog-list .more-info:hover:before, .home .full .full_column .row-4 .col-2 .blog-list .more-info:focus:before {
              margin: 0 16px 1px 0; }
          .home .full .full_column .row-4 .col-2 .blog-list .more-info:before {
            content: "";
            display: inline-block;
            border-top: 5.5px solid transparent;
            border-left: 5.5px solid #D92600;
            border-bottom: 5.5px solid transparent;
            margin: 0 10px 1px 6px;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear; }
      .home .full .full_column .row-4 .col-2 .promo {
        max-width: 318px;
        margin: 0 auto; }
        .home .full .full_column .row-4 .col-2 .promo > a {
          min-height: 340px;
          display: -webkit-box;
          display: flex;
          -webkit-box-pack: end;
                  justify-content: flex-end;
          align-content: stretch;
          -webkit-box-align: stretch;
                  align-items: stretch;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
                  flex-direction: column;
          position: relative;
          z-index: 1; }
          @media screen and (max-width: 700px) {
            .home .full .full_column .row-4 .col-2 .promo > a {
              min-height: 257px; } }
          .home .full .full_column .row-4 .col-2 .promo > a:hover:after, .home .full .full_column .row-4 .col-2 .promo > a:focus:after {
            width: calc(100% + 20px);
            height: 100%; }
          .home .full .full_column .row-4 .col-2 .promo > a:before {
            width: calc(100% + 20px);
            height: 100%;
            position: absolute;
            top: 10px;
            left: -10px;
            content: "";
            z-index: -1;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
            background: -webkit-gradient(linear, left bottom, left top, from(#E1E1E1), to(transparent));
            background: -webkit-linear-gradient(bottom, #E1E1E1, transparent);
            background: linear-gradient(to top, #E1E1E1, transparent); }
          .home .full .full_column .row-4 .col-2 .promo > a:after {
            width: 100%;
            height: calc(100% - 10px);
            position: absolute;
            top: 10px;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            content: "";
            z-index: 0;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
            background: #D92600; }
          .home .full .full_column .row-4 .col-2 .promo > a .bg {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1; }
            .home .full .full_column .row-4 .col-2 .promo > a .bg:after {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              content: "";
              z-index: 2;
              background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #000000), to(transparent));
              background: -webkit-linear-gradient(bottom, #000000 30%, transparent);
              background: linear-gradient(to top, #000000 30%, transparent); }
          .home .full .full_column .row-4 .col-2 .promo > a h2 {
            position: relative;
            z-index: 3;
            margin: auto 0 14px 0;
            padding: 10px 30px 17px 30px;
            position: relative;
            text-transform: uppercase;
            font-size: 31px;
            line-height: 1;
            font-weight: 600;
            letter-spacing: 1px;
            font-family: "Barlow Condensed", sans-serif;
            color: #fff;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear; }
            @media screen and (max-width: 700px) {
              .home .full .full_column .row-4 .col-2 .promo > a h2 {
                padding: 50px 30px 17px 20px; } }
            .home .full .full_column .row-4 .col-2 .promo > a h2:after {
              content: "";
              display: block;
              height: 2px;
              width: calc(100% - 10px);
              left: 20px;
              bottom: 0;
              position: absolute;
              background: #D92600; }
              @media screen and (max-width: 700px) {
                .home .full .full_column .row-4 .col-2 .promo > a h2:after {
                  left: 10px;
                  width: 100%; } }
            .home .full .full_column .row-4 .col-2 .promo > a h2 span {
              background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
              background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
              background-image: linear-gradient(to right, #fff 0%, #fff 100%);
              background-size: 0px 2px;
              background-position: 0px 96%;
              background-repeat: no-repeat;
              -webkit-transition: all 100ms linear;
              transition: all 100ms linear; }
              .home .full .full_column .row-4 .col-2 .promo > a h2 span:hover, .home .full .full_column .row-4 .col-2 .promo > a h2 span:focus {
                background-size: 100% 2px; }
          .home .full .full_column .row-4 .col-2 .promo > a > .wrapper {
            position: relative;
            padding: 0 20px 20px 30px;
            text-align: right;
            z-index: 3; }
            @media screen and (max-width: 700px) {
              .home .full .full_column .row-4 .col-2 .promo > a > .wrapper {
                padding: 0 20px 25px 20px; } }
            .home .full .full_column .row-4 .col-2 .promo > a > .wrapper .body {
              text-align: left; }
              .home .full .full_column .row-4 .col-2 .promo > a > .wrapper .body p {
                color: #fff;
                font-family: "Roboto", sans-serif;
                font-size: 18px;
                line-height: 22px;
                font-weight: 300; }
                .home .full .full_column .row-4 .col-2 .promo > a > .wrapper .body p:last-child {
                  margin-bottom: 0; }
            .home .full .full_column .row-4 .col-2 .promo > a > .wrapper .more {
              margin: 20px 0 0 10px;
              display: inline-block;
              font-family: "Barlow Condensed", sans-serif;
              font-weight: 600;
              font-size: 16px;
              text-transform: uppercase;
              letter-spacing: 0.5px;
              color: white;
              z-index: 1;
              line-height: 19px;
              position: relative;
              -webkit-transition: all 100ms linear;
              transition: all 100ms linear; }
              @media screen and (max-width: 700px) {
                .home .full .full_column .row-4 .col-2 .promo > a > .wrapper .more {
                  display: none; } }
              .home .full .full_column .row-4 .col-2 .promo > a > .wrapper .more:hover, .home .full .full_column .row-4 .col-2 .promo > a > .wrapper .more:focus {
                margin: 20px 0 0 5px;
                color: #fff; }
                @media screen and (max-width: 700px) {
                  .home .full .full_column .row-4 .col-2 .promo > a > .wrapper .more:hover, .home .full .full_column .row-4 .col-2 .promo > a > .wrapper .more:focus {
                    margin: 20px 0 0 0; } }
                .home .full .full_column .row-4 .col-2 .promo > a > .wrapper .more:hover:before, .home .full .full_column .row-4 .col-2 .promo > a > .wrapper .more:focus:before {
                  margin: 0 13px 1px 0; }
                .home .full .full_column .row-4 .col-2 .promo > a > .wrapper .more:hover:after, .home .full .full_column .row-4 .col-2 .promo > a > .wrapper .more:focus:after {
                  width: 20px;
                  left: 23.5px; }
              .home .full .full_column .row-4 .col-2 .promo > a > .wrapper .more:before {
                content: "";
                display: inline-block;
                border-top: 5.5px solid transparent;
                border-left: 5.5px solid #D92600;
                border-bottom: 5.5px solid transparent;
                margin: 0 8px 1px 0;
                -webkit-transition: all 100ms linear;
                transition: all 100ms linear; }
              .home .full .full_column .row-4 .col-2 .promo > a > .wrapper .more:after {
                content: "";
                display: block;
                width: 0;
                height: 2px;
                background: #fff;
                position: absolute;
                bottom: -4px;
                left: 18.5px;
                -webkit-transition: all 100ms linear;
                transition: all 100ms linear; }

.link {
  position: relative; }
  .link ul.list {
    padding: 0; }
    .link ul.list li {
      margin: 0 0 20px 0; }
      .link ul.list li > a, .link ul.list li > span {
        display: inline-block;
        position: relative;
        padding: 0px 0px 7px 60px;
        word-wrap: break-word;
        color: #1A1919;
        text-transform: uppercase;
        font-size: 20px;
        margin: 0;
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear;
        /*------------------------------------------------------------
                =Handles all Social Media icons for select social media urls
                    -- Twitter | Facebook | Instagram | Pinterest
                ------------------------------------------------------------*/ }
        .link ul.list li > a:after, .link ul.list li > span:after {
          content: "";
          display: block;
          position: absolute;
          left: 60px;
          bottom: 0;
          background: #D92600;
          width: 20px;
          height: 2px;
          -webkit-transition: all 100ms linear;
          transition: all 100ms linear; }
        .link ul.list li > a svg, .link ul.list li > span svg {
          -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
          -webkit-transition: all 100ms linear;
          transition: all 100ms linear;
          position: absolute;
          top: 0;
          left: 0px;
          fill: #1A1919; }
        .link ul.list li > a .link_icon .internal, .link ul.list li > span .link_icon .internal {
          display: block; }
        .link ul.list li > a .link_icon .external, .link ul.list li > span .link_icon .external {
          display: none; }
        .link ul.list li > a[target="_blank"] .link_icon .internal, .link ul.list li > span[target="_blank"] .link_icon .internal {
          display: none; }
        .link ul.list li > a[target="_blank"] .link_icon .external, .link ul.list li > span[target="_blank"] .link_icon .external {
          display: block; }
        .link ul.list li > a[href*="twitter"] svg, .link ul.list li > a[href*="facebook"] svg, .link ul.list li > a[href*="instagram"] svg, .link ul.list li > a[href*="pinterest"] svg, .link ul.list li > a[href*="youtube"] svg, .link ul.list li > a[href*="youtu.be"] svg, .link ul.list li > span[href*="twitter"] svg, .link ul.list li > span[href*="facebook"] svg, .link ul.list li > span[href*="instagram"] svg, .link ul.list li > span[href*="pinterest"] svg, .link ul.list li > span[href*="youtube"] svg, .link ul.list li > span[href*="youtu.be"] svg {
          display: none; }
        .link ul.list li > a[href*="twitter"]:before, .link ul.list li > a[href*="facebook"]:before, .link ul.list li > a[href*="instagram"]:before, .link ul.list li > a[href*="pinterest"]:before, .link ul.list li > a[href*="youtube"]:before, .link ul.list li > a[href*="youtu.be"]:before, .link ul.list li > span[href*="twitter"]:before, .link ul.list li > span[href*="facebook"]:before, .link ul.list li > span[href*="instagram"]:before, .link ul.list li > span[href*="pinterest"]:before, .link ul.list li > span[href*="youtube"]:before, .link ul.list li > span[href*="youtu.be"]: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: #1A1919;
          text-decoration: inherit; }
        .link ul.list li > a[href*="twitter"]:hover:before, .link ul.list li > a[href*="facebook"]:hover:before, .link ul.list li > a[href*="instagram"]:hover:before, .link ul.list li > a[href*="pinterest"]:hover:before, .link ul.list li > a[href*="youtube"]:hover:before, .link ul.list li > a[href*="youtu.be"]:hover:before, .link ul.list li > span[href*="twitter"]:hover:before, .link ul.list li > span[href*="facebook"]:hover:before, .link ul.list li > span[href*="instagram"]:hover:before, .link ul.list li > span[href*="pinterest"]:hover:before, .link ul.list li > span[href*="youtube"]:hover:before, .link ul.list li > span[href*="youtu.be"]:hover:before {
          color: #1A1919; }
        .link ul.list li > a[href*="twitter"]:before, .link ul.list li > span[href*="twitter"]:before {
          content: "\f099"; }
        .link ul.list li > a[href*="facebook"]:before, .link ul.list li > span[href*="facebook"]:before {
          content: "\f09a"; }
        .link ul.list li > a[href*="instagram"]:before, .link ul.list li > span[href*="instagram"]:before {
          content: "\f16d"; }
        .link ul.list li > a[href*="pinterest"]:before, .link ul.list li > span[href*="pinterest"]:before {
          content: "\f0d2"; }
        .link ul.list li > a[href*="youtube"]:before, .link ul.list li > a[href*="youtu.be"]:before, .link ul.list li > span[href*="youtube"]:before, .link ul.list li > span[href*="youtu.be"]:before {
          content: "\f16a"; }
      .link ul.list li > a:hover, .link ul.list li > a:focus {
        color: #1A1919; }
        .link ul.list li > a:hover:after, .link ul.list li > a:focus:after {
          width: calc(100% - 60px); }
        .link ul.list li > a:hover svg, .link ul.list li > a:focus svg {
          fill: #D92600; }
      .link ul.list li > span .link_icon {
        display: none; }
      .link ul.list li .description {
        padding-left: 60px;
        margin: 7px 0 0 0; }
        .link ul.list li .description p, .link ul.list li .description li {
          margin-top: 0; }
        .link ul.list li .description p, .link ul.list li .description ul, .link ul.list li .description ol {
          margin-bottom: 20px; }
        .link ul.list li .description ul li:before {
          top: 5px; }
        .link ul.list li .description ul li:after {
          top: 10px; }
        .link ul.list li .description ol li:before {
          height: 24px;
          line-height: 24px; }
        .link ul.list li .description ol li:after {
          top: 12px; }

/* ----------------------------------------------------------------------------
= FAQ Accordion
----------------------------------------------------------------------------- */
.faq.content_item {
  position: relative; }
  .faq.content_item .faq_item_wrapper {
    border: 1px solid #fff;
    margin: 0 0 8px 0;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear; }
    .faq.content_item .faq_item_wrapper:last-child {
      margin: 0; }
    .faq.content_item .faq_item_wrapper.is-opened {
      border-color: #C3C3C3; }
      .faq.content_item .faq_item_wrapper.is-opened .faq_list_item a:hover p,
      .user-is-tabbing .faq.content_item .faq_item_wrapper.is-opened .faq_list_item a:focus p {
        color: #D92600; }
        .faq.content_item .faq_item_wrapper.is-opened .faq_list_item a:hover p:after,
        .user-is-tabbing .faq.content_item .faq_item_wrapper.is-opened .faq_list_item a:focus p:after {
          opacity: 0; }
      .faq.content_item .faq_item_wrapper.is-opened .faq_list_item p {
        color: #000000;
        background-color: transparent; }
        .faq.content_item .faq_item_wrapper.is-opened .faq_list_item p:after {
          opacity: 0; }
      .faq.content_item .faq_item_wrapper.is-opened .faq_list_item svg {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
        .faq.content_item .faq_item_wrapper.is-opened .faq_list_item svg * {
          stroke: #000000; }
    .faq.content_item .faq_item_wrapper .faq_list_item {
      overflow: auto;
      padding: 0px;
      cursor: pointer;
      position: relative; }
      .faq.content_item .faq_item_wrapper .faq_list_item a:hover p:after,
      .user-is-tabbing .faq.content_item .faq_item_wrapper .faq_list_item a:focus p:after {
        left: -10%;
        opacity: 1; }
      .faq.content_item .faq_item_wrapper .faq_list_item p {
        margin: 0;
        padding: 13px 50px 16px 20px;
        text-transform: none;
        font-size: 25px;
        font-weight: 600;
        letter-spacing: 0.5px;
        font-family: "Barlow Condensed", sans-serif;
        color: #fff;
        background: #000000;
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear;
        overflow: hidden;
        position: relative;
        z-index: 1; }
        .faq.content_item .faq_item_wrapper .faq_list_item p:after {
          content: "";
          display: block;
          opacity: 0;
          position: absolute;
          left: 100%;
          top: 0;
          width: 110%;
          height: 100%;
          background: -webkit-gradient(linear, left top, right top, from(rgba(217, 38, 0, 0.2)), color-stop(10%, #D92600));
          background: -webkit-linear-gradient(left, rgba(217, 38, 0, 0.2), #D92600 10%);
          background: linear-gradient(to right, rgba(217, 38, 0, 0.2), #D92600 10%);
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
          z-index: -1; }
      .faq.content_item .faq_item_wrapper .faq_list_item svg {
        content: "";
        display: block;
        top: 28px;
        right: 20px;
        position: absolute;
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear;
        z-index: 2; }
    .faq.content_item .faq_item_wrapper .faq_answer {
      display: none;
      padding: 0 30px 20px 20px;
      margin: 0px; }
      .faq.content_item .faq_item_wrapper .faq_answer p, .faq.content_item .faq_item_wrapper .faq_answer ul, .faq.content_item .faq_item_wrapper .faq_answer ol {
        margin-bottom: 20px; }
      .faq.content_item .faq_item_wrapper .faq_answer p:last-child, .faq.content_item .faq_item_wrapper .faq_answer ul:last-child, .faq.content_item .faq_item_wrapper .faq_answer ol:last-child, .faq.content_item .faq_item_wrapper .faq_answer li:last-child {
        margin-bottom: 0; }

/* ----------------------------------------------------------------------------
= Seating Charts Page styles - Listing page
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=Venue Pages
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Map styles
----------------------------------------------------------------------------- */
.iframe-map {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 60px; }
  .iframe-map iframe.map {
    width: 100%;
    height: 550px;
    display: block; }

.map_holder {
  position: relative;
  display: block;
  width: 100%;
  height: 385px;
  margin-bottom: 25px; }
  .map_holder .map {
    width: 100%;
    height: 100%; }

.map_window .info {
  margin: 0 0 8px;
  padding: 0 0 4px; }
  .map_window .info h4 {
    color: #000;
    font-weight: 400; }
  .map_window .info address {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 12px;
    line-height: 140%; }

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

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

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

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

.paging {
  zoom: 1;
  position: relative;
  margin: -50px 0 0 0;
  padding: 0;
  color: #000000;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 38px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1; }
  .paging:before, .paging:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .paging:after {
    clear: both; }
  @media screen and (max-width: 530px) {
    .paging {
      margin: -30px 0 0 0; } }
  .paging.final {
    margin: 0; }
  .paging.empty {
    height: 0;
    margin: 0;
    padding: 0;
    background: none; }
  .paging .record {
    float: left;
    width: auto;
    height: 40px;
    padding: 0 0 0 10px; }
  .paging .pages {
    zoom: 1;
    float: right;
    width: auto;
    margin: 0 -15px 0 0;
    text-align: center; }
    .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: 38px;
      height: 38px;
      margin: 5px 0 0 0;
      padding: 0;
      color: #000000;
      font-family: "Barlow Condensed", sans-serif;
      text-transform: uppercase;
      line-height: 38px;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 1;
      text-decoration: none; }
      .paging .pages strong:hover, .paging .pages strong:focus, .paging .pages a:hover, .paging .pages a:focus, .paging .pages a:link:hover, .paging .pages a:link:focus, .paging .pages a:visited:hover, .paging .pages a:visited:focus {
        color: #D92600; }
      .paging .pages strong.last, .paging .pages strong.first, .paging .pages a.last, .paging .pages a.first, .paging .pages a:link.last, .paging .pages a:link.first, .paging .pages a:visited.last, .paging .pages a:visited.first {
        display: none; }
      .paging .pages strong.prev, .paging .pages strong.next, .paging .pages a.prev, .paging .pages a.next, .paging .pages a:link.prev, .paging .pages a:link.next, .paging .pages a:visited.prev, .paging .pages a:visited.next {
        text-indent: -9999px;
        overflow: hidden;
        margin: 5px 5px 0 0; }
        .paging .pages strong.prev:hover:before, .paging .pages strong.prev:focus:before, .paging .pages strong.next:hover:before, .paging .pages strong.next:focus:before, .paging .pages a.prev:hover:before, .paging .pages a.prev:focus:before, .paging .pages a.next:hover:before, .paging .pages a.next:focus:before, .paging .pages a:link.prev:hover:before, .paging .pages a:link.prev:focus:before, .paging .pages a:link.next:hover:before, .paging .pages a:link.next:focus:before, .paging .pages a:visited.prev:hover:before, .paging .pages a:visited.prev:focus:before, .paging .pages a:visited.next:hover:before, .paging .pages a:visited.next:focus:before {
          opacity: 0; }
        .paging .pages strong.prev:hover:after, .paging .pages strong.prev:focus:after, .paging .pages strong.next:hover:after, .paging .pages strong.next:focus:after, .paging .pages a.prev:hover:after, .paging .pages a.prev:focus:after, .paging .pages a.next:hover:after, .paging .pages a.next:focus:after, .paging .pages a:link.prev:hover:after, .paging .pages a:link.prev:focus:after, .paging .pages a:link.next:hover:after, .paging .pages a:link.next:focus:after, .paging .pages a:visited.prev:hover:after, .paging .pages a:visited.prev:focus:after, .paging .pages a:visited.next:hover:after, .paging .pages a:visited.next:focus:after {
          opacity: 1; }
        .paging .pages strong.prev:before, .paging .pages strong.next:before, .paging .pages a.prev:before, .paging .pages a.next:before, .paging .pages a:link.prev:before, .paging .pages a:link.next:before, .paging .pages a:visited.prev:before, .paging .pages a:visited.next:before {
          content: "";
          display: block;
          background: url("../images/svg/arrow_left.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: auto;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 1;
          -webkit-transition: all 100ms linear;
          transition: all 100ms linear; }
        .paging .pages strong.prev:after, .paging .pages strong.next:after, .paging .pages a.prev:after, .paging .pages a.next:after, .paging .pages a:link.prev:after, .paging .pages a:link.next:after, .paging .pages a:visited.prev:after, .paging .pages a:visited.next:after {
          content: "";
          display: block;
          background: url("../images/svg/arrow_left_red.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: auto;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          -webkit-transition: all 100ms linear;
          transition: all 100ms linear; }
          @media screen and (max-width: 950px) {
            .paging .pages strong.prev:after, .paging .pages strong.next:after, .paging .pages a.prev:after, .paging .pages a.next:after, .paging .pages a:link.prev:after, .paging .pages a:link.next:after, .paging .pages a:visited.prev:after, .paging .pages a:visited.next:after {
              display: none; } }
      .paging .pages strong.next, .paging .pages a.next, .paging .pages a:link.next, .paging .pages a:visited.next {
        margin: 5px 0 0 5px; }
        .paging .pages strong.next:before, .paging .pages strong.next:after, .paging .pages a.next:before, .paging .pages a.next:after, .paging .pages a:link.next:before, .paging .pages a:link.next:after, .paging .pages a:visited.next:before, .paging .pages a:visited.next:after {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
    .paging .pages strong {
      background: #D92600;
      color: #fff; }
      .paging .pages strong:hover, .paging .pages strong:focus {
        color: #fff; }

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

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
.news_listing_page .content_item {
  margin-bottom: 0; }

/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_detail .news_heading h1, .news_detail .news_heading .event_detail .event_heading .title, .event_detail .event_heading .news_detail .news_heading .title {
  margin: 0 0 10px 0;
  text-transform: initial; }
  .news_detail .news_heading h1 span, .news_detail .news_heading .event_detail .event_heading .title span, .event_detail .event_heading .news_detail .news_heading .title span {
    text-transform: initial; }

.news_detail .news_heading .date {
  font-size: 25px;
  position: relative;
  margin: 0 0 60px 0;
  width: 1020px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: calc(100vw - 40px); }
  .news_detail .news_heading .date .m-date__month {
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase; }
  .news_detail .news_heading .date .m-date__day {
    color: #D92600;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 1px; }
  .news_detail .news_heading .date .m-date__weekday {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px; }

.news_detail .news_thumb {
  float: left;
  max-width: 100%;
  margin-bottom: 30px; }
  @media screen and (max-width: 700px) {
    .news_detail .news_thumb {
      width: 100%; } }
  @media screen and (min-width: 701px) {
    .news_detail .news_thumb {
      max-width: 50%;
      margin-right: 30px; } }

.news_detail .news_info img {
  max-width: 100%; }
  .news_detail .news_info img.alignleft {
    float: left;
    margin: 0 30px 30px 0; }
    @media screen and (max-width: 700px) {
      .news_detail .news_info img.alignleft {
        float: none;
        margin: 0 auto 30px;
        display: block; } }
  .news_detail .news_info img.alignright {
    float: right;
    margin: 0 0 30px 30px; }
    @media screen and (max-width: 700px) {
      .news_detail .news_info img.alignright {
        float: none;
        margin: 0 auto 30px;
        display: block; } }

.gallery_detail_page .date {
  font-size: 25px;
  position: relative;
  margin: 0 0 20px 0;
  width: 1020px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: calc(100vw - 40px); }
  @media screen and (max-width: 700px) {
    .gallery_detail_page .date {
      margin: 0 0 15px 0; } }
  .gallery_detail_page .date .m-date__month {
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase; }
  .gallery_detail_page .date .m-date__day {
    color: #D92600;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 1px; }
  .gallery_detail_page .date .m-date__weekday {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px; }

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
.event_listing_page .full_column {
  width: 100%; }

.event_list_header {
  width: 1180px;
  background: #ffffff;
  border-bottom: 2px solid #D92600;
  color: #1A1919;
  padding: 0 0 15px 0;
  max-width: calc(100vw - 40px);
  margin: 0 auto 60px auto; }
  @media screen and (max-width: 950px) {
    .event_list_header {
      max-width: calc(100vw - 20px);
      margin: 0 auto 40px auto; } }
  .event_list_header .overview {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    align-content: flex-end;
    -webkit-box-align: end;
            align-items: flex-end;
    position: relative;
    margin: 0 auto; }
    @media screen and (max-width: 950px) {
      .event_list_header .overview {
        display: block; } }
  .event_list_header h1, .event_list_header .event_detail .event_heading .title, .event_detail .event_heading .event_list_header .title {
    -webkit-box-flex: 2;
            flex-grow: 2;
    margin: 0;
    border-bottom: none;
    left: 0;
    padding: 0;
    margin: 0;
    -webkit-transform: none;
            transform: none;
    text-transform: uppercase; }
    @media screen and (max-width: 950px) {
      .event_list_header h1, .event_list_header .event_detail .event_heading .title, .event_detail .event_heading .event_list_header .title {
        margin: 0 0 15px 0; } }

.event_list_toggles {
  display: -webkit-box;
  display: flex;
  margin: 0 0 4px 89px; }
  @media screen and (max-width: 1220px) {
    .event_list_toggles {
      display: none; } }
  .event_list_toggles .toggle {
    color: #666666; }
    .event_list_toggles .toggle:hover, .event_list_toggles .toggle:focus {
      cursor: pointer; }
      .event_list_toggles .toggle:hover span, .event_list_toggles .toggle:focus span {
        color: #D92600; }
    .event_list_toggles .toggle.calendar {
      display: none; }
    .event_list_toggles .toggle.is-active svg rect {
      fill: #D92600;
      stroke: #D92600; }
    .event_list_toggles .toggle.is-active svg polygon {
      fill: #D92600; }
    .event_list_toggles .toggle[data-event-toggle="listing"] {
      -webkit-box-ordinal-group: 2;
              order: 1; }
    .event_list_toggles .toggle[data-event-toggle="grid"] {
      -webkit-box-ordinal-group: 3;
              order: 2;
      margin-left: 18px; }
  .event_list_toggles span {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #000000;
    line-height: 17px;
    margin: 0;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif; }

.category-dropdown {
  position: relative;
  max-width: 260px;
  margin: 0 0 7px 0; }
  @media screen and (max-width: 950px) {
    .category-dropdown {
      margin: 0; } }
  .category-dropdown .select {
    display: block;
    position: relative;
    width: 260px;
    height: 44px;
    line-height: 42px;
    border: 1px solid #C3C3C3;
    margin: 0;
    padding: 0 40px 0 15px;
    cursor: pointer;
    outline: none;
    text-align: left;
    z-index: 10;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 19px;
    color: #000000;
    text-transform: uppercase;
    -webkit-transition: border-color 100ms linear;
    transition: border-color 100ms linear; }
    .category-dropdown .select:hover, .category-dropdown .select:focus {
      border-color: #000000; }
    .category-dropdown .select svg {
      position: absolute;
      top: 50%;
      right: 17px;
      width: 14px;
      height: 7px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      fill: none;
      fill-rule: evenodd;
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear; }
    .category-dropdown .select.is-active {
      border-color: #000000;
      border-bottom: none; }
      .category-dropdown .select.is-active svg {
        -webkit-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg); }
  .category-dropdown .choices {
    display: none;
    position: absolute;
    top: 43px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 0 10px 10px 10px;
    z-index: 7; }
    .category-dropdown .choices.is-active {
      display: block;
      border-bottom: 1px solid #000000;
      border-left: 1px solid #000000;
      border-right: 1px solid #000000; }
    .category-dropdown .choices ul {
      border-top: 1px solid #C3C3C3;
      padding: 10px 0 0 0; }
      .category-dropdown .choices ul li span {
        display: block;
        padding: 5px 10px;
        color: #000000;
        text-decoration: none;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 34px;
        margin: 0;
        letter-spacing: 0;
        padding: 0 0 0 4px;
        cursor: pointer;
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear; }
        .category-dropdown .choices ul li span:hover, .category-dropdown .choices ul li span:focus, .category-dropdown .choices ul li span.is-active {
          padding: 0 0 0 10px;
          background: #D92600;
          color: #fff; }

.event_list {
  text-align: center; }
  .event_list .eventList_wrapper {
    text-align: left; }
  .event_list #loadMoreEvents, .event_list .loadMoreEvents {
    padding-top: 5px; }
  .event_list.event_list_grid #loadMoreEvents {
    padding-top: 0;
    margin-top: -13px; }

@media screen and (min-width: 1221px) {
  .eventList.event_list.event_list_grid .eventList__wrapper {
    width: 1180px;
    margin: 0 auto;
    max-width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    align-content: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    flex-wrap: wrap;
    padding: 0; }
    .eventList.event_list.event_list_grid .eventList__wrapper .eventItem {
      margin: 0 35px 45px 0;
      width: calc(1/3*(100% - 70px));
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: start;
              justify-content: flex-start;
      align-content: stretch;
      -webkit-box-align: stretch;
              align-items: stretch;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      padding: 0; }
      .eventList.event_list.event_list_grid .eventList__wrapper .eventItem:nth-child(3n) {
        margin-right: 0; }
      .eventList.event_list.event_list_grid .eventList__wrapper .eventItem:after {
        width: calc(100% - 10px); }
      .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .thumb-wrapper .thumb {
        width: 100%;
        max-width: 100%;
        margin: 0 0 10px 0;
        padding: 10px 0 0 10px;
        position: relative;
        z-index: 1;
        overflow: hidden; } }
      @media screen and (min-width: 1221px) and (max-width: 530px) {
        .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .thumb-wrapper .thumb {
          width: 100%; } }

@media screen and (min-width: 1221px) {
        .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .thumb-wrapper .thumb:before {
          z-index: -1;
          width: 100%;
          height: 100%;
          background: -webkit-gradient(linear, left top, left bottom, from(#E1E1E1), to(#fff));
          background: -webkit-linear-gradient(top, #E1E1E1, #fff);
          background: linear-gradient(to bottom, #E1E1E1, #fff);
          top: -10px;
          left: -10px;
          content: "";
          position: absolute;
          display: block;
          -webkit-transition: all 100ms linear;
          transition: all 100ms linear; }
        .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .thumb-wrapper .thumb a {
          display: block;
          opacity: 1;
          position: relative;
          z-index: 1; }
          .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .thumb-wrapper .thumb a:hover:before, .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .thumb-wrapper .thumb a:focus:before {
            opacity: 0; }
          .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .thumb-wrapper .thumb a:hover:after, .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .thumb-wrapper .thumb a:focus:after {
            width: 100%;
            height: 100%; }
          .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .thumb-wrapper .thumb a:before {
            z-index: -1;
            width: 100%;
            height: 100%;
            background: -webkit-gradient(linear, left top, left bottom, from(#E1E1E1), to(#fff));
            background: -webkit-linear-gradient(top, #E1E1E1, #fff);
            background: linear-gradient(to bottom, #E1E1E1, #fff);
            top: -10px;
            left: -10px;
            content: "";
            position: absolute;
            display: block;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear; }
          .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .thumb-wrapper .thumb a:after {
            z-index: -1;
            width: calc(100% - 10px);
            height: calc(100% - 10px);
            background: #D92600;
            opacity: 1;
            bottom: 10px;
            right: 10px;
            content: "";
            position: absolute;
            display: block;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear; }
        .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .thumb-wrapper .thumb img {
          display: block;
          width: 100%; }
      .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .thumb-wrapper .right-side {
        display: none; }
      .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info {
        -webkit-box-flex: 1;
                flex: 1 1 auto;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: start;
                justify-content: flex-start;
        align-content: stretch;
        -webkit-box-align: stretch;
                align-items: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        padding: 0 0 0 10px;
        width: 100%;
        max-width: 100%; }
        .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .date {
          position: relative;
          padding: 0;
          margin: 0 0 10px 0;
          font-family: "Barlow Condensed", sans-serif;
          font-weight: 700;
          color: #1A1919;
          line-height: 1;
          text-transform: uppercase;
          text-align: left;
          font-size: 1rem; }
          .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .date .m-date__month {
            font-weight: 500;
            line-height: 24px;
            letter-spacing: 0.5px; }
          .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .date .m-date__day, .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .date .m-date__separator {
            color: #D92600;
            line-height: 25px;
            font-weight: 600;
            letter-spacing: 1px; }
          .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .date .m-date__weekday, .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .date .m-date__year {
            font-weight: 400;
            font-size: 16px;
            line-height: 19px; }
        .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .title {
          font-weight: 600;
          font-size: 31px;
          line-height: 1;
          padding: 0;
          margin: 0 0 7px 0;
          text-transform: initial;
          letter-spacing: 0; }
          .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .title:after {
            display: none; }
        .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .tagline {
          font-family: "Roboto", sans-serif;
          font-weight: 300;
          font-size: 18px;
          line-height: 22px;
          letter-spacing: 0;
          text-transform: initial; }
        .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .meta {
          margin: auto 0 0 0; }
          .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .meta .location {
            margin: 0;
            font-family: "Roboto", sans-serif;
            color: #767676;
            font-weight: 400;
            font-size: 14px;
            line-height: 1;
            text-transform: initial;
            letter-spacing: 0; }
          .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .meta .time {
            display: none; }
          .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .meta .buttons {
            display: none; }
      .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .buttons {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
                justify-content: space-between;
        align-content: center;
        -webkit-box-align: center;
                align-items: center;
        margin: 10px 0 0 0;
        padding: 0 0 0 10px;
        position: relative;
        z-index: 1;
        min-height: 36px; }
        .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .buttons:after {
          content: "";
          display: block;
          width: calc(100% - 10px);
          height: 2px;
          right: 0;
          bottom: 0;
          z-index: -1;
          background: #D92600;
          position: absolute; }
        .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .buttons a.more, .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .buttons span.more {
          -webkit-box-ordinal-group: 2;
                  order: 1; }
        .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .buttons a.tickets, .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .buttons span.tickets {
          -webkit-box-ordinal-group: 3;
                  order: 2; } }

.event_list .eventList__wrapper {
  width: 980px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0 0 0 10px; }
  @media screen and (max-width: 1220px) {
    .event_list .eventList__wrapper {
      padding: 0; } }
  @media screen and (max-width: 700px) {
    .event_list .eventList__wrapper {
      max-width: calc(100% - 30px);
      padding: 0 5px 0 0; } }
  .content_item .event_list .eventList__wrapper {
    max-width: 100%;
    width: 100%; }

.event_list .eventItem {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  align-content: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  margin: 0 0 25px 0;
  position: relative; }
  @media screen and (max-width: 700px) {
    .event_list .eventItem {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
      .no-flexbox .event_list .eventItem {
        display: block; } }
  .event_list .eventItem:after {
    content: "";
    display: block;
    height: 2px;
    right: 0;
    width: 100%;
    bottom: 0;
    background: #D92600;
    position: absolute;
    visibility: visible; }
    @media screen and (max-width: 700px) {
      .event_list .eventItem:after {
        width: calc(100% - 5px); } }
  .event_list .eventItem .date {
    position: relative;
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    color: #1A1919;
    line-height: 1;
    text-transform: uppercase;
    text-align: left;
    font-size: 1rem; }
    @media screen and (max-width: 700px) {
      .event_list .eventItem .date {
        font-size: 18px;
        margin: 0 0 2px 0;
        padding: 4px 0 0 0; } }
    .event_list .eventItem .date .m-date__month {
      font-weight: 500;
      line-height: 24px;
      letter-spacing: 0.5px;
      margin: 0 -1px 0 0; }
    .event_list .eventItem .date .m-date__day, .event_list .eventItem .date .m-date__separator {
      color: #D92600;
      line-height: 25px;
      font-weight: 600;
      letter-spacing: 1px; }
    .event_list .eventItem .date .m-date__weekday, .event_list .eventItem .date .m-date__year {
      font-weight: 400;
      font-size: 16px;
      line-height: 19px; }
  .event_list .eventItem .location {
    font-family: "Roboto", sans-serif;
    color: #767676;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-transform: initial;
    letter-spacing: 0;
    margin: 8px 15px 0 0;
    padding: 2px 0;
    align-self: center;
    text-align: left; }
    @media screen and (max-width: 700px) {
      .event_list .eventItem .location {
        margin: 2px 0 0 0; } }
  @media screen and (max-width: 700px) {
    .event_list .eventItem .thumb-wrapper {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: start;
              justify-content: flex-start;
      align-content: flex-start;
      -webkit-box-align: start;
              align-items: flex-start; } }
  .event_list .eventItem .thumb-wrapper .thumb {
    width: 230px;
    max-width: 100%;
    margin: 0 20px 0 0;
    padding: 10px 0 0 0;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 950px) {
      .event_list .eventItem .thumb-wrapper .thumb {
        width: 190px; } }
    @media screen and (max-width: 700px) {
      .event_list .eventItem .thumb-wrapper .thumb {
        margin: 0 16px 0 0;
        padding: 5px 0 0 0;
        width: 89px; } }
    .event_list .eventItem .thumb-wrapper .thumb:before {
      z-index: -1;
      width: 100%;
      height: calc(100% - 10px);
      background: -webkit-gradient(linear, left top, left bottom, from(#E1E1E1), to(#fff));
      background: -webkit-linear-gradient(top, #E1E1E1, #fff);
      background: linear-gradient(to bottom, #E1E1E1, #fff);
      top: 0;
      left: -10px;
      content: "";
      position: absolute;
      display: block;
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear; }
      @media screen and (max-width: 700px) {
        .event_list .eventItem .thumb-wrapper .thumb:before {
          left: -5px;
          height: calc(100% - 5px); } }
    .event_list .eventItem .thumb-wrapper .thumb a {
      display: block;
      opacity: 1;
      position: relative;
      z-index: 1; }
      .event_list .eventItem .thumb-wrapper .thumb a:hover:before, .event_list .eventItem .thumb-wrapper .thumb a:focus:before {
        opacity: 0; }
      .event_list .eventItem .thumb-wrapper .thumb a:hover:after, .event_list .eventItem .thumb-wrapper .thumb a:focus:after {
        width: 100%;
        height: 100%; }
      .event_list .eventItem .thumb-wrapper .thumb a:before {
        z-index: -1;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(#E1E1E1), to(#fff));
        background: -webkit-linear-gradient(top, #E1E1E1, #fff);
        background: linear-gradient(to bottom, #E1E1E1, #fff);
        top: -10px;
        left: -10px;
        content: "";
        position: absolute;
        display: block;
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear; }
        @media screen and (max-width: 700px) {
          .event_list .eventItem .thumb-wrapper .thumb a:before {
            top: -5px;
            left: -5px; } }
      .event_list .eventItem .thumb-wrapper .thumb a:after {
        z-index: -1;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        background: #D92600;
        opacity: 1;
        bottom: 10px;
        right: 10px;
        content: "";
        position: absolute;
        display: block;
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear; }
        @media screen and (max-width: 700px) {
          .event_list .eventItem .thumb-wrapper .thumb a:after {
            bottom: 5px;
            right: 5px; } }
    .event_list .eventItem .thumb-wrapper .thumb img {
      display: block;
      width: 100%; }
  .event_list .eventItem .thumb-wrapper .right-side {
    display: none; }
    @media screen and (max-width: 700px) {
      .event_list .eventItem .thumb-wrapper .right-side {
        display: block;
        text-align: left; } }
  .event_list .eventItem .info {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    align-content: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 5px 0 0 0;
    min-height: 175px;
    max-width: calc(100% - 250px); }
    @media screen and (max-width: 950px) {
      .event_list .eventItem .info {
        max-width: calc(100% - 210px); } }
    @media screen and (max-width: 700px) {
      .event_list .eventItem .info {
        min-height: 0;
        padding: 10px 0 0 0;
        max-width: 100%; } }
    @media screen and (max-width: 700px) {
      .event_list .eventItem .info .date {
        display: none; } }
    .event_list .eventItem .info .presented-by {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: #000000;
      line-height: 1;
      letter-spacing: 0;
      margin: 0 0 3px 0;
      text-align: left; }
    .event_list .eventItem .info .title {
      font-weight: 600;
      font-size: 31px;
      line-height: 1;
      padding: 0;
      margin: 0 0 8px 0;
      text-transform: initial;
      letter-spacing: 0; }
      @media screen and (max-width: 1220px) {
        .event_list .eventItem .info .title {
          font-size: 25px; } }
      @media screen and (max-width: 700px) {
        .event_list .eventItem .info .title {
          margin: 0 0 4px 0;
          font-size: 22px; } }
      .event_list .eventItem .info .title:after {
        display: none; }
    .event_list .eventItem .info .tagline {
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      font-size: 18px;
      line-height: 22px;
      letter-spacing: 0;
      text-transform: initial;
      margin: 0; }
      @media screen and (max-width: 700px) {
        .event_list .eventItem .info .tagline {
          font-size: 16px;
          line-height: 24px; } }
    .event_list .eventItem .info .meta {
      margin: auto 0 0 0;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: start;
              justify-content: flex-start;
      align-content: flex-end;
      -webkit-box-align: end;
              align-items: flex-end; }
      @media screen and (max-width: 700px) {
        .event_list .eventItem .info .meta {
          display: none; } }
      .event_list .eventItem .info .meta .time {
        display: none; }
  .event_list .eventItem .buttons {
    margin: 10px 0 0 auto;
    position: relative;
    z-index: 1;
    min-height: 36px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    align-content: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-flex: 0;
            flex: 0 0 auto; }
    @media screen and (max-width: 700px) {
      .event_list .eventItem .buttons {
        margin: 18px 0 0 0;
        -webkit-box-pack: justify;
                justify-content: space-between; } }
    .event_list .eventItem .buttons a.more, .event_list .eventItem .buttons span.more {
      -webkit-box-ordinal-group: 2;
              order: 1; }
    .event_list .eventItem .buttons a.tickets, .event_list .eventItem .buttons span.tickets {
      -webkit-box-ordinal-group: 3;
              order: 2; }
  .event_list .eventItem > .buttons {
    display: none; }
    @media screen and (max-width: 700px) {
      .event_list .eventItem > .buttons {
        display: -webkit-box;
        display: flex; } }

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
.event_detail {
  min-height: 600px;
  zoom: 1;
  position: relative;
  margin: 0 0 100px 0;
  padding: 40px 0 0 0; }
  .event_detail:before, .event_detail:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .event_detail:after {
    clear: both; }
  @media screen and (max-width: 950px) {
    .event_detail {
      padding: 0; } }
  @media screen and (max-width: 700px) {
    .event_detail {
      margin: 0 0 40px 0; } }
  .event_detail #column_1 .event_heading.below_branding {
    display: block;
    max-width: 100%;
    margin: 0 auto 60px auto; }
    @media screen and (max-width: 950px) {
      .event_detail #column_1 .event_heading.below_branding {
        max-width: calc(100% - 40px); } }
    @media screen and (max-width: 700px) {
      .event_detail #column_1 .event_heading.below_branding {
        margin: 0 auto 40px auto; } }
  @media screen and (min-width: 951px) {
    .event_detail #column_1 #branding {
      padding-right: 10px; } }
  @media screen and (min-width: 951px) {
    .event_detail #column_1 #branding .rsDefault.rsFullWidth {
      max-width: calc(100% - 60px); } }
  @media screen and (min-width: 1221px) {
    .event_detail #column_1 #branding .rsDefault.rsFullWidth {
      max-width: 100%; } }
  .event_detail .event_heading .presented-by {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
    text-align: left; }
  .event_detail .event_heading .title {
    left: 0;
    -webkit-transform: none;
            transform: none;
    max-width: 100%;
    padding: 0;
    margin: 0 0 6px 0;
    text-transform: initial;
    border-bottom: none; }
    .event_detail .event_heading .title span {
      text-transform: initial; }
      .event_detail .event_heading .title span:after {
        display: none; }
  .event_detail .event_heading .tagline {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0;
    line-height: 30px;
    font-size: 20px;
    font-weight: 300;
    color: #000000;
    text-transform: initial; }
  .event_detail .event_heading.inside_sidebar {
    display: none; }
  .event_detail .event_heading.below_branding {
    display: none; }
    @media screen and (max-width: 950px) {
      .event_detail .event_heading.below_branding {
        display: block;
        max-width: calc(100% - 40px);
        margin: 0 auto 60px auto; } }
    @media screen and (max-width: 700px) {
      .event_detail .event_heading.below_branding {
        margin: 0 auto 40px auto; } }
    @media screen and (max-width: 950px) {
      .event_detail .event_heading.below_branding:first-child {
        margin-top: 25px; } }
  .event_detail .event_heading.above_branding {
    display: none; }
  .event_detail .event_heading.above_sidebar {
    margin: 0 0 60px 0; }
    @media screen and (max-width: 950px) {
      .event_detail .event_heading.above_sidebar {
        display: none; } }
  .event_detail .content_item {
    width: 100%;
    max-width: 100%; }
  .event_detail .buttonWrapper .title, .event_detail .buttonWrapper .tagline, .event_detail .buttonWrapper .date {
    display: none; }
  .event_detail .buttons {
    position: relative;
    color: white; }
    .event_detail .buttons a, .event_detail .buttons span {
      white-space: nowrap; }
    .event_detail .buttons svg {
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      fill: #fff; }
  .event_detail h2.detail {
    font-size: 31px;
    padding: 0 0 9px 0;
    margin: 0 0 15px 0;
    position: relative;
    text-transform: uppercase; }
    .event_detail h2.detail:after {
      display: block;
      width: 80px;
      height: 2px;
      position: absolute;
      bottom: 0;
      left: 0;
      content: "";
      background: #D92600; }
    .event_detail h2.detail span {
      position: relative;
      display: inline-block;
      text-transform: uppercase;
      z-index: 1;
      margin: 0; }
      .event_detail h2.detail span:after {
        width: calc(100% + 20px);
        left: -10px;
        top: -2px;
        position: absolute;
        background: #F4F4F4;
        z-index: -1;
        content: "";
        height: 20px; }

.description_wrapper {
  margin: 0 0 60px 0; }
  .description_wrapper.short-description .event_description:after {
    display: none; }
  .description_wrapper .read-more {
    margin: 19px 0 0 0;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 19px;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear; }
    .description_wrapper .read-more:hover, .description_wrapper .read-more:focus {
      color: #D92600; }
      .description_wrapper .read-more:hover svg *, .description_wrapper .read-more:focus svg * {
        stroke: #D92600; }
    .description_wrapper .read-more svg {
      position: absolute;
      right: -24px;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(0deg);
              transform: translateY(-50%) rotate(0deg);
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear; }

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

.event_showings {
  display: none; }
  .event_showings .list {
    position: relative;
    list-style-type: none;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 15px; }
    .event_showings .list a, .event_showings .list a:focus, .event_showings .list a:visited {
      color: #1A1919; }
      .event_showings .list a:hover, .event_showings .list a:focus:hover, .event_showings .list a:visited:hover {
        color: #D92600; }
  .event_showings .cell {
    width: 20%;
    position: relative;
    float: left;
    display: inline-block;
    text-align: center; }
    .event_showings .cell:nth-child(1) {
      width: 40%;
      text-align: left; }
    .event_showings .cell:last-child {
      width: 40%;
      text-align: right; }
  .event_showings .listItem {
    position: relative;
    border-bottom: 1px solid #e4e4e4; }
    .event_showings .listItem-hasNoLink .eventDetailShowings__cell {
      width: 50%; }
  .event_showings .buttons svg {
    width: 27px;
    fill: #000000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
  .event_showings .additional_showings {
    display: none; }
  .event_showings .show-all-showings {
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    text-transform: uppercase;
    zoom: 1;
    opacity: 0.35;
    -moz-opacity: 0.35;
    filter: alpha(opacity=35);
    margin-top: 20px;
    cursor: pointer; }
    .event_showings .show-all-showings:hover {
      zoom: 1;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100); }

.eventDetailList {
  position: relative;
  font-family: "Barlow Condensed", sans-serif;
  overflow: hidden;
  padding: 20px 20px 26px 20px; }
  .eventDetailList a, .eventDetailList a:focus, .eventDetailList p {
    color: white; }
  .eventDetailList a:hover {
    color: #D92600; }
  .eventDetailList .item {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #C3C3C3; }
    .eventDetailList .item:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
    .eventDetailList .item:before {
      display: none; }
    .eventDetailList .item .label {
      margin: 0 0 2px 0;
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 600;
      font-size: 18px;
      letter-spacing: 0.5px;
      line-height: 22px;
      color: #000000;
      text-transform: uppercase;
      display: block; }
    .eventDetailList .item > span {
      display: block; }
    .eventDetailList .item span, .eventDetailList .item a {
      color: #000000;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      line-height: 21px;
      font-weight: 400;
      letter-spacing: 0; }
    .eventDetailList .item a {
      text-decoration: underline; }
      .eventDetailList .item a:hover, .eventDetailList .item a:focus {
        color: #D92600;
        text-decoration: none; }
    .eventDetailList .item svg {
      display: none; }

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

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

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

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

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

.owl-carousel .owl-wrapper-outer.autoHeight {
  -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: rgba(0, 0, 0, 0); }

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

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

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

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

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

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

.lightbox a img {
  border: none; }

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

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

.lb-container {
  padding: 4px; }

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

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

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

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

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

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

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -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: 951px) {
      .sitemap .column {
        float: left;
        width: 50%; } }
    .sitemap .column ul {
      margin-bottom: 20px; }
    .sitemap .column ul, .sitemap .column li {
      padding: 0;
      list-style: none; }
      .sitemap .column ul:before, .sitemap .column ul:after, .sitemap .column li:before, .sitemap .column li:after {
        display: none; }
  .sitemap .column > ul > li > a:after {
    display: none; }
  .sitemap .column > ul > li > ul > li {
    padding-left: 10px; }
  .sitemap .column > ul > li > ul > li > ul > li {
    padding-left: 20px; }
  .sitemap .column a {
    display: inline-block;
    background: none; }

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

.ie11:not(.vendor-webkit) .home .full .full_column .row-4 .col-2 .promo > a h2 {
  padding-top: 120px; }
  @media screen and (max-width: 700px) {
    .ie11:not(.vendor-webkit) .home .full .full_column .row-4 .col-2 .promo > a h2 {
      padding-top: 50px; } }

.ie11:not(.vendor-webkit) header.header > .wrapper .top-row .logo a svg .underline, .ie11:not(.vendor-webkit) header.header > .wrapper .top-row .logo span svg .underline,
.ie11:not(.vendor-webkit) footer > .wrapper .top-row .logo a svg .underline, .ie11:not(.vendor-webkit) footer > .wrapper .top-row .logo span svg .underline {
  display: none; }

.ie11:not(.vendor-webkit) header.header > .wrapper .top-row .logo a:hover svg .underline, .ie11:not(.vendor-webkit) header.header > .wrapper .top-row .logo a:focus svg .underline, .ie11:not(.vendor-webkit) footer > .wrapper .top-row .logo a:hover svg .underline, .ie11:not(.vendor-webkit) footer > .wrapper .top-row .logo a:focus svg .underline {
  display: block; }

.ie11:not(.vendor-webkit) .full {
  overflow: hidden; }

/* ----------------------------------------------------------------------------
= Homepage Alert
----------------------------------------------------------------------------- */
.m-alert-wrapper {
  position: relative;
  z-index: 5;
  background: #fff; }
  .m-alert-wrapper.hide {
    display: none; }
  .m-alert-wrapper > div {
    width: 100%;
    background: #fff;
    display: none; }
    .m-alert-wrapper > div * {
      color: #000000; }
    .m-alert-wrapper > div .alert-desc p {
      font-size: 16px;
      margin: 0 0 0 0;
      letter-spacing: 0;
      font-size: 20px;
      line-height: 20px;
      font-weight: 600;
      text-align: center; }
      @media screen and (max-width: 1000px) {
        .m-alert-wrapper > div .alert-desc p {
          text-align: left; } }
      @media screen and (max-width: 700px) {
        .m-alert-wrapper > div .alert-desc p {
          font-size: 16px; } }
    .m-alert-wrapper > div .alert-desc ol, .m-alert-wrapper > div .alert-desc ul {
      display: none; }
  .m-alert-wrapper .alert-container {
    width: 100%;
    max-width: calc(100% - 400px);
    margin: 0 auto;
    text-align: center;
    padding: 12px 0 17px 0;
    position: relative; }
    @media screen and (max-width: 1000px) {
      .m-alert-wrapper .alert-container {
        text-align: left;
        padding: 14px 0;
        padding-right: 40px;
        max-width: calc(100% - 20px); } }
    .m-alert-wrapper .alert-container .alert-title {
      display: none;
      font-size: 20px;
      margin: 0 0 10px 0;
      text-transform: initial; }
      .m-alert-wrapper .alert-container .alert-title:before {
        background-position: center; }
        @media screen and (max-width: 700px) {
          .m-alert-wrapper .alert-container .alert-title:before {
            background-position: left; } }
      .m-alert-wrapper .alert-container .alert-title a {
        text-transform: initial; }
  .m-alert-wrapper .alert-button {
    position: absolute;
    top: 15px;
    right: -129px; }
    @media screen and (max-width: 1000px) {
      .m-alert-wrapper .alert-button {
        position: static; } }
  .m-alert-wrapper .close-alert {
    width: 15px;
    height: 15px;
    position: absolute;
    right: -160px;
    top: 16px;
    opacity: 1;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    cursor: pointer;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    text-indent: -1000px;
    border: none;
    background: none;
    padding: 0;
    line-height: 20px;
    letter-spacing: 1;
    text-transform: uppercase;
    text-align: left;
    overflow: hidden; }
    @media screen and (max-width: 1000px) {
      .m-alert-wrapper .close-alert {
        right: 0px;
        top: 10px; } }
    .m-alert-wrapper .close-alert:hover .close-x:before, .m-alert-wrapper .close-alert:hover .close-x:after, .m-alert-wrapper .close-alert:focus .close-x:before, .m-alert-wrapper .close-alert:focus .close-x:after, .m-alert-wrapper .close-alert:active .close-x:before, .m-alert-wrapper .close-alert:active .close-x:after {
      background: #D92600; }
    .m-alert-wrapper .close-alert .close-x {
      position: absolute;
      top: 50%;
      right: 0;
      width: 15px;
      height: 15px;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      .m-alert-wrapper .close-alert .close-x:before, .m-alert-wrapper .close-alert .close-x:after {
        width: 2px;
        height: 20px;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        background: #000000;
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear; }
      .m-alert-wrapper .close-alert .close-x:before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg); }
      .m-alert-wrapper .close-alert .close-x:after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg); }

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

.search-app, .search-app-mobile {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto; }
  .search-app .search-input, .search-app-mobile .search-input {
    width: 1020px;
    margin: 0 auto 60px auto;
    max-width: calc(100% - 40px); }
    @media screen and (max-width: 950px) {
      .search-app .search-input, .search-app-mobile .search-input {
        margin: 0 auto 40px auto; } }
    .search-app .search-input form, .search-app-mobile .search-input form {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: start;
              justify-content: flex-start;
      align-content: center;
      -webkit-box-align: center;
              align-items: center;
      margin: 0 0 3px 0; }
      .search-app .search-input form label, .search-app-mobile .search-input form label {
        width: 0;
        height: 0;
        overflow: hidden; }
      .search-app .search-input form input, .search-app-mobile .search-input form input {
        -webkit-box-flex: 1;
                flex: 1 1 auto;
        display: block;
        background: none;
        font-family: "Barlow Condensed", sans-serif;
        color: #000000;
        font-size: 27px;
        line-height: 54px;
        height: 58px;
        font-weight: 700;
        text-transform: uppercase;
        font-style: italic;
        border: 2px solid #DCDCDC;
        width: 100%;
        position: relative;
        padding: 0 20px;
        margin: 0 20px 0 0;
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear; }
        .search-app .search-input form input::-webkit-input-placeholder, .search-app-mobile .search-input form input::-webkit-input-placeholder {
          /* WebKit browsers */
          color: #000000; }
        .search-app .search-input form input:-moz-placeholder, .search-app-mobile .search-input form input:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #000000; }
        .search-app .search-input form input::-moz-placeholder, .search-app-mobile .search-input form input::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #000000; }
        .search-app .search-input form input:-ms-input-placeholder, .search-app-mobile .search-input form input:-ms-input-placeholder {
          /* Internet Explorer 10+ */
          color: #000000; }
        @media screen and (max-width: 950px) {
          .search-app .search-input form input, .search-app-mobile .search-input form input {
            line-height: 30px;
            height: 45px;
            font-size: 20px; } }
        @media screen and (max-width: 700px) {
          .search-app .search-input form input, .search-app-mobile .search-input form input {
            height: 40px;
            font-size: 17px;
            line-height: 26px; } }
        .search-app .search-input form input:hover, .search-app .search-input form input:focus, .search-app-mobile .search-input form input:hover, .search-app-mobile .search-input form input:focus {
          border-color: #000000; }
      .search-app .search-input form a.submit, .search-app .search-input form button[type=submit], .search-app-mobile .search-input form a.submit, .search-app-mobile .search-input form button[type=submit] {
        width: 157px;
        position: relative;
        padding: 17px 20px;
        font-size: 18px;
        line-height: 1;
        font-weight: 500;
        text-transform: uppercase;
        font-family: "Barlow Condensed", sans-serif;
        background-color: #D92600;
        border: 2px solid #D92600;
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        box-shadow: none;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
                justify-content: center;
        align-content: center;
        -webkit-box-align: center;
                align-items: center;
        overflow: hidden;
        margin: 0;
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear;
        z-index: 1; }
        @media screen and (max-width: 950px) {
          .search-app .search-input form a.submit, .search-app .search-input form button[type=submit], .search-app-mobile .search-input form a.submit, .search-app-mobile .search-input form button[type=submit] {
            padding: 5px 0;
            height: 45px;
            width: 45px;
            text-indent: -9999px;
            display: block; } }
        @media screen and (max-width: 700px) {
          .search-app .search-input form a.submit, .search-app .search-input form button[type=submit], .search-app-mobile .search-input form a.submit, .search-app-mobile .search-input form button[type=submit] {
            height: 40px;
            width: 40px; } }
        .search-app .search-input form a.submit:hover, .search-app .search-input form a.submit:focus, .search-app .search-input form a.submit:active, .search-app .search-input form button[type=submit]:hover, .search-app .search-input form button[type=submit]:focus, .search-app .search-input form button[type=submit]:active, .search-app-mobile .search-input form a.submit:hover, .search-app-mobile .search-input form a.submit:focus, .search-app-mobile .search-input form a.submit:active, .search-app-mobile .search-input form button[type=submit]:hover, .search-app-mobile .search-input form button[type=submit]:focus, .search-app-mobile .search-input form button[type=submit]:active {
          background-color: #AE1E00;
          color: #ffffff; }
        .search-app .search-input form a.submit:before, .search-app .search-input form button[type=submit]:before, .search-app-mobile .search-input form a.submit:before, .search-app-mobile .search-input form button[type=submit]:before {
          content: "";
          display: block;
          background: url("../images/svg/magnifying_glass_white.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          width: 20px;
          height: 20px;
          margin: 0 10px 0 0; }
          @media screen and (max-width: 950px) {
            .search-app .search-input form a.submit:before, .search-app .search-input form button[type=submit]:before, .search-app-mobile .search-input form a.submit:before, .search-app-mobile .search-input form button[type=submit]:before {
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
              margin: 0; } }
          @media screen and (max-width: 700px) {
            .search-app .search-input form a.submit:before, .search-app .search-input form button[type=submit]:before, .search-app-mobile .search-input form a.submit:before, .search-app-mobile .search-input form button[type=submit]:before {
              width: 20px;
              height: 20px; } }
    .search-app .search-input .search-input-extra, .search-app-mobile .search-input .search-input-extra {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      align-content: flex-start;
      -webkit-box-align: start;
              align-items: flex-start; }
  .search-app .results, .search-app-mobile .results {
    list-style: none;
    text-align: left;
    background: #fff;
    padding: 0px 15px; }

.showtime-search-instant-result-header {
  font-size: 32px;
  color: #1A1919;
  margin: 15px 0;
  font-family: "Barlow Condensed", sans-serif;
  margin: 0 auto;
  padding-bottom: 25px;
  padding-top: 25px;
  text-transform: uppercase;
  display: none; }
  .showtime-search-instant-result-header.result-header-main {
    border-bottom: 0;
    width: 1000px;
    position: relative;
    padding-bottom: 30px; }
    @media screen and (max-width: 500px) {
      .showtime-search-instant-result-header.result-header-main {
        padding-bottom: 50px; } }

.showtime-search-instant-result-header-title {
  font-weight: 900; }

.showtime-search-instant-result-keyword-container {
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  line-height: 24px;
  color: #1A1919;
  padding: 0 20px; }
  @media screen and (max-width: 950px) {
    .showtime-search-instant-result-keyword-container {
      padding: 0; } }

.showtime-search-instant-result-keyword {
  font-weight: 700;
  text-transform: capitalize; }

.showtime-search-instant-result-filter {
  position: relative;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 20px;
  width: 110px;
  z-index: 10;
  padding: 0px;
  background: white;
  border-top: 1px solid #56565B;
  -webkit-box-flex: 0;
          flex: 0 0 auto; }
  @media screen and (max-width: 950px) {
    .showtime-search-instant-result-filter {
      clear: both;
      right: auto;
      left: 0;
      bottom: -10px; } }
  .showtime-search-instant-result-filter.open .selected-item:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .showtime-search-instant-result-filter.open ul {
    display: block; }
  .showtime-search-instant-result-filter .selected-item {
    background: white;
    border: 1px solid #56565B;
    border-top: 0px;
    width: 100%;
    padding: 9px 20px;
    cursor: pointer;
    display: block;
    color: #1A1919; }
    .showtime-search-instant-result-filter .selected-item:after {
      position: absolute;
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 18px;
      color: #1A1919;
      width: 12px;
      height: 20px;
      text-align: right;
      right: 10px;
      top: 8px;
      pointer-events: none;
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear; }
  .showtime-search-instant-result-filter ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10; }
    .showtime-search-instant-result-filter ul li {
      background: white;
      border: 1px solid #56565B;
      border-top: 0px;
      width: 100%;
      padding: 9px 20px;
      cursor: pointer;
      color: #1A1919; }
      .showtime-search-instant-result-filter ul li.news {
        max-width: none;
        margin: 0; }

.showtime-search-instant-result .entry > a .title {
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear; }

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

.showtime-search-instant-result .date {
  display: inline-block;
  margin: 0 20px 0 0; }
  @media screen and (max-width: 950px) {
    .showtime-search-instant-result .date {
      margin: 0 10px; } }

.showtime-search-instant-result span.tickets {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 16px;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000000;
  z-index: 1;
  line-height: 16px;
  padding: 0 10px 0 0;
  min-width: 126px;
  text-align: right; }

.showtime-search-instant-result .spotlight h3.title {
  position: relative;
  clear: both;
  color: #1A1919;
  text-transform: uppercase;
  overflow: hidden;
  margin-top: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0;
  margin: 0 0 20px 0;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear; }
  .showtime-search-instant-result .spotlight h3.title:before, .showtime-search-instant-result .spotlight h3.title:after {
    display: none; }
  .showtime-search-instant-result .spotlight h3.title:hover, .showtime-search-instant-result .spotlight h3.title:focus, .showtime-search-instant-result .spotlight h3.title:active {
    color: #D92600; }

.showtime-search-instant-result .showtime-search-instant-imgcontainer {
  width: 150px;
  height: 140px;
  float: left;
  overflow: hidden;
  margin-top: 20px; }
  @media screen and (max-width: 600px) {
    .showtime-search-instant-result .showtime-search-instant-imgcontainer {
      display: none; } }
  .showtime-search-instant-result .showtime-search-instant-imgcontainer:hover img, .showtime-search-instant-result .showtime-search-instant-imgcontainer:focus img {
    outline: 5px solid #D92600;
    outline-offset: -5px; }
  .showtime-search-instant-result .showtime-search-instant-imgcontainer img {
    display: block;
    height: 100%;
    width: auto;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    outline: 0px solid transparent; }

.showtime-search-instant-result .teaser {
  display: none; }

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

.showtime-search-instant-result .full_url {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  margin: 20px 0 0 0;
  color: #1A1919;
  display: block;
  word-break: break-all; }
  .showtime-search-instant-result .full_url:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #1A1919;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    z-index: -1; }
  .showtime-search-instant-result .full_url:hover, .showtime-search-instant-result .full_url:focus {
    color: #D92600; }
    .showtime-search-instant-result .full_url:hover:after, .showtime-search-instant-result .full_url:focus:after {
      width: 0;
      background: #D92600; }

.showtime-search-instant-result.news, .showtime-search-instant-result.events, .showtime-search-instant-result.venues, .showtime-search-instant-result.pages {
  zoom: 1;
  width: 800px;
  margin: 0 auto;
  padding: 0px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background: white;
  position: relative;
  border-bottom: 1px solid #DCDCDC; }
  .showtime-search-instant-result.news:before, .showtime-search-instant-result.news:after, .showtime-search-instant-result.events:before, .showtime-search-instant-result.events:after, .showtime-search-instant-result.venues:before, .showtime-search-instant-result.venues:after, .showtime-search-instant-result.pages:before, .showtime-search-instant-result.pages:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .showtime-search-instant-result.news:after, .showtime-search-instant-result.events:after, .showtime-search-instant-result.venues:after, .showtime-search-instant-result.pages:after {
    clear: both; }

.showtime-search-instant-result.news {
  padding-top: 20px; }
  .showtime-search-instant-result.news h3 {
    padding: 0px; }

.showtime-search-instant-result.pages h3 {
  padding-top: 20px;
  position: static; }
  @media screen and (max-width: 600px) {
    .showtime-search-instant-result.pages h3 {
      width: 100%;
      padding-bottom: 20px; } }
  .showtime-search-instant-result.pages h3:before {
    content: "View Page";
    display: block;
    clear: both;
    position: absolute;
    display: block;
    width: auto;
    float: left;
    padding-left: 30px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    min-height: 40px;
    line-height: 40px;
    text-decoration: none;
    border: 0px;
    outline: 0;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-style: none;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (max-width: 600px) {
      .showtime-search-instant-result.pages h3:before {
        bottom: 0px;
        top: auto;
        -webkit-transform: none;
                transform: none;
        left: 0px;
        width: 150px;
        text-align: left;
        padding: 0px; } }

.showtime-search-instant-result.events .venue_cat {
  position: absolute;
  bottom: 10px;
  color: #1A1919;
  width: calc(100% - 180px);
  display: none; }
  @media screen and (max-width: 600px) {
    .showtime-search-instant-result.events .venue_cat {
      display: none; } }

.showtime-search-instant-result.events.has_image .venue_cat {
  left: 170px;
  width: calc(100% - 350px); }

.showtime-search-instant-result.events.has_image .date {
  position: absolute;
  top: 20px;
  left: 170px;
  padding: 0px;
  width: auto; }
  .showtime-search-instant-result.events.has_image .date:after {
    width: calc(100% + 20px);
    left: -20px; }
  @media screen and (max-width: 600px) {
    .showtime-search-instant-result.events.has_image .date {
      left: auto;
      top: auto;
      position: relative;
      float: left;
      padding-top: 20px; }
      .showtime-search-instant-result.events.has_image .date:after {
        width: 100%;
        left: 0px; } }

.showtime-search-instant-result.events.has_image .is_event {
  position: absolute;
  left: 170px;
  top: 55px;
  width: calc(100% - 350px);
  padding-left: 0px; }
  @media screen and (max-width: 600px) {
    .showtime-search-instant-result.events.has_image .is_event {
      position: relative;
      top: auto;
      left: auto;
      float: left;
      width: 100%; } }

.showtime-search-instant-result.events .showtime-search-instant-result-info {
  display: none; }

.showtime-search-instant-result.venues h3 {
  padding-top: 20px; }

#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: rgba(26, 25, 25, 0.2);
  border-right-color: rgba(26, 25, 25, 0.2);
  border-bottom-color: transparent;
  border-left-color: rgba(26, 25, 25, 0.2);
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-width: 0px;
  border-left-width: 0px; }

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

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

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

#venue_widgets_framework .m-venueframework__header-link, #venue_widgets_framework .m-venueframework__header-link:visited {
  background-color: white;
  color: #000000; }
  #venue_widgets_framework .m-venueframework__header-link:hover, #venue_widgets_framework .m-venueframework__header-link:focus, #venue_widgets_framework .m-venueframework__header-link:active, #venue_widgets_framework .m-venueframework__header-link:visited:hover, #venue_widgets_framework .m-venueframework__header-link:visited:focus, #venue_widgets_framework .m-venueframework__header-link:visited:active {
    background-color: #000000;
    color: white; }
  #venue_widgets_framework .m-venueframework__header-link:before, #venue_widgets_framework .m-venueframework__header-link:visited:before {
    background-color: rgba(26, 25, 25, 0.2); }

#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: #F4F4F4;
  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: #000000; }
  #venue_widgets_framework .m-owlcarousel__controls-icon:hover, #venue_widgets_framework .m-owlcarousel__controls-icon:focus {
    border-color: #D92600;
    background-color: transparent; }
    #venue_widgets_framework .m-owlcarousel__controls-icon:hover svg, #venue_widgets_framework .m-owlcarousel__controls-icon:focus svg {
      stroke: #D92600; }

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

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

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

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

#venue_widgets_framework .m-venueframework-linklist__link, #venue_widgets_framework .m-venueframework-linklist__link:visited {
  border-bottom-color: transparent; }
  #venue_widgets_framework .m-venueframework-linklist__link:hover, #venue_widgets_framework .m-venueframework-linklist__link:focus, #venue_widgets_framework .m-venueframework-linklist__link:visited:hover, #venue_widgets_framework .m-venueframework-linklist__link:visited:focus {
    background-color: transparent; }
    #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: #D92600; }
    #venue_widgets_framework .m-venueframework-linklist__link:hover .m-venueframework-linklist__item-subtitle, #venue_widgets_framework .m-venueframework-linklist__link:focus .m-venueframework-linklist__item-subtitle, #venue_widgets_framework .m-venueframework-linklist__link:visited:hover .m-venueframework-linklist__item-subtitle, #venue_widgets_framework .m-venueframework-linklist__link:visited:focus .m-venueframework-linklist__item-subtitle {
      color: #000000; }
    #venue_widgets_framework .m-venueframework-linklist__link:hover .m-venueframework-linklist__item-icon svg, #venue_widgets_framework .m-venueframework-linklist__link:focus .m-venueframework-linklist__item-icon svg, #venue_widgets_framework .m-venueframework-linklist__link:visited:hover .m-venueframework-linklist__item-icon svg, #venue_widgets_framework .m-venueframework-linklist__link:visited:focus .m-venueframework-linklist__item-icon svg {
      stroke: #D92600; }

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

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

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

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

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

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

#venue_widgets_framework .m-venueframework-newswidget__link, #venue_widgets_framework .m-venueframework-newswidget__link:visited {
  border-bottom-color: #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: #000000; }
    #venue_widgets_framework .m-venueframework-newswidget__link:hover .m-venueframework-newswidget__item-title, #venue_widgets_framework .m-venueframework-newswidget__link:focus .m-venueframework-newswidget__item-title, #venue_widgets_framework .m-venueframework-newswidget__link:visited:hover .m-venueframework-newswidget__item-title, #venue_widgets_framework .m-venueframework-newswidget__link:visited:focus .m-venueframework-newswidget__item-title {
      color: #D92600; }
    #venue_widgets_framework .m-venueframework-newswidget__link:hover .m-venueframework-newswidget__item-subtitle, #venue_widgets_framework .m-venueframework-newswidget__link:focus .m-venueframework-newswidget__item-subtitle, #venue_widgets_framework .m-venueframework-newswidget__link:visited:hover .m-venueframework-newswidget__item-subtitle, #venue_widgets_framework .m-venueframework-newswidget__link:visited:focus .m-venueframework-newswidget__item-subtitle {
      color: #000000; }

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

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

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

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

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

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

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

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

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

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

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-body {
  background: rgba(26, 25, 25, 0.2); }

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

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

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

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

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

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

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

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

#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 rgba(26, 25, 25, 0.2);
    border-top: none; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .close {
    border: none;
    border: 1px solid rgba(26, 25, 25, 0.2);
    background: #F4F4F4;
    color: #000000;
    border-radius: 0px 0px 0 0; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .close:hover {
      background: #000000;
      color: white; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .date {
    color: #000000; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in h3 a {
    color: #000000; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .info .calendar_buttons a, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .info .calendar_buttons a.tickets {
    color: #000000; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .info .calendar_buttons a svg, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .info .calendar_buttons a.tickets svg {
      fill: #000000; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .info .calendar_buttons a:hover, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .info .calendar_buttons a.tickets:hover {
      color: #D92600; }
      #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: #D92600; }

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

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

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

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

#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in button.close {
  border-top: none;
  border-left: none;
  border-right: none; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .modal-body {
  border: none !important; }

#container #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in {
  height: calc(100% + 40px + 1px + 5px);
  top: -5px; }

#venue_widgets_framework.isLoaded {
  padding-bottom: 80px; }
  @media screen and (max-width: 950px) {
    #venue_widgets_framework.isLoaded {
      padding-bottom: 60px; } }

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

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

#venue_widgets_framework .l-m-venue_widget {
  background: #F4F4F4; }
  #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__link {
    overflow: hidden; }
  #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__promotionswidget .m-venueframework-promotionswidget__item-title h2 {
    text-align: center;
    font-weight: 500; }
  #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__promotionswidget .m-venueframework-promotionswidget__item-subtitle {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0; }
  #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__youtubewidget .title {
    text-transform: uppercase; }
  #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__youtubewidget .youtubeVideoList {
    width: 100%; }
  #venue_widgets_framework .l-m-venue_widget header.m-venueframework__header {
    position: relative;
    z-index: 4;
    overflow: visible; }
    #venue_widgets_framework .l-m-venue_widget header.m-venueframework__header:before {
      content: "";
      display: block;
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      position: absolute;
      height: 2px;
      width: calc(100% - 40px);
      background: #D92600;
      z-index: 2;
      visibility: visible; }
    #venue_widgets_framework .l-m-venue_widget header.m-venueframework__header .m-venueframework__header-icon {
      position: relative;
      z-index: 1; }
      #venue_widgets_framework .l-m-venue_widget header.m-venueframework__header .m-venueframework__header-icon:after {
        width: 100%;
        height: calc(100% + 5px);
        background: #000000;
        top: 0;
        left: 0;
        position: absolute;
        content: "";
        z-index: -1; }
      #venue_widgets_framework .l-m-venue_widget header.m-venueframework__header .m-venueframework__header-icon svg {
        margin: 2px 0 0 0; }
        #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-style: normal;
      font-weight: 500;
      letter-spacing: 0.56px;
      padding: 0 0 0 12px;
      font-size: 16px; }
    #venue_widgets_framework .l-m-venue_widget header.m-venueframework__header .m-venueframework__header-link {
      font-size: 12px;
      letter-spacing: 0.5px;
      width: 81px;
      padding-right: 20px;
      padding-left: 20px;
      font-weight: 600;
      height: 100%; }
      #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:not(.m-venueframework__widget-body__noHeader) {
    height: calc(100% - 45px);
    margin-top: 5px;
    border-left: 0;
    border-right: 0; }
  #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal button.close span {
    font-weight: 600; }
  #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .info {
    text-align: center; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .info .date * {
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 700;
      color: #1A1919;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-align: left;
      font-size: 15px; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .info h3 {
      display: inline-block;
      margin: 0 0 5px 0;
      text-align: center; }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .info h3:after {
        display: none; }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .info h3 a {
        font-size: 18px !important; }
        #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .info h3 a:hover, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .info h3 a:focus, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .info h3 a:active {
          color: #D92600; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .info h4, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .info .h4 {
      text-align: center; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .info .venue.h4 {
      margin: 10px 0 0 0; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .info .h4 {
      width: auto;
      height: auto;
      min-height: 0;
      min-width: 0;
      margin: 0;
      padding: 0;
      border: 0;
      background: transparent;
      font-size: 100%;
      font-weight: normal;
      vertical-align: baseline;
      letter-spacing: 1px;
      line-height: normal; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .info .calendar_buttons span.no_ticket_link {
      display: none; }
  #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .owl-controls .owl-page.active span, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .owl-controls .owl-page:hover span, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .owl-controls .owl-page:focus span, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .owl-controls .owl-page:active span {
    background: #D92600; }
  #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .owl-carousel .m-owlcarousel__controls-icon svg, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .cal-controls .m-owlcarousel__controls-icon svg {
    position: absolute; }
  #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .owl-carousel .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: #D92600; }
  #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner .cal-controls {
    top: -5px; }
  #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-head > div {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px; }
  #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 .fc-date {
      font-weight: 700; }
  #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop .m-venueframework-linklist__item:last-child .m-venueframework-linklist__link:after {
    display: none; }
  #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop .m-venueframework-linklist__link:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 19px;
    width: calc(100% - 38px);
    background: rgba(26, 25, 25, 0.2);
    height: 1px; }
  #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop .m-venueframework-linklist__link:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 4px;
    background: #D92600;
    height: calc(100% + 2px);
    opacity: 0; }
  #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop .m-venueframework-linklist__link .m-venueframework-linklist__item-title {
    text-transform: uppercase; }
  #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop .m-venueframework-linklist__link:hover, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop .m-venueframework-linklist__link:active, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop .m-venueframework-linklist__link:focus {
    padding-left: 30px; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop .m-venueframework-linklist__link:hover:before, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop .m-venueframework-linklist__link:active:before, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop .m-venueframework-linklist__link:focus:before {
      opacity: 1; }
  #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-newswidget__loop .m-venueframework-newswidget__item .m-venueframework-newswidget__item-title {
    text-transform: uppercase; }
  #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-socialwidget__feed .m-venueframework-socialwidget__meta a {
    text-decoration: none; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-socialwidget__feed .m-venueframework-socialwidget__meta a:hover, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-socialwidget__feed .m-venueframework-socialwidget__meta a:focus, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-socialwidget__feed .m-venueframework-socialwidget__meta a:active {
      text-decoration: underline; }
  #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-socialwidget__feed .m-venueframework-socialwidget__description a {
    text-decoration: underline; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-socialwidget__feed .m-venueframework-socialwidget__description a:hover, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-socialwidget__feed .m-venueframework-socialwidget__description a:focus, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-socialwidget__feed .m-venueframework-socialwidget__description a:active {
      text-decoration: none; }
