@charset "UTF-8";
/* ----------------------------------------------------------------------------
= Main import - compiles to /css/style.css
= Currently using Bourbon latest from CodeKit
----------------------------------------------------------------------------- */
html {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 
 * -- We already set these things per project.
 *
 */
/*
	Note: The "mobile-nav" breakpoint is only used to set when the regular 
	nav goes away and the mobile nav shows up.
	It can/might be the same as another breakpoint but 
	is just here to help you get started. 
*/
:root {
  font-size: 14px;
}
@media screen and (min-width: 700px) {
  :root {
    font-size: calc(14px + (18 - 14) * (100vw - 700px) / (1500 - 700));
  }
}
@media screen and (min-width: 1500px) {
  :root {
    font-size: 18px;
  }
}

/* ----------------------------------------------------------------------------
= SETUP FILE includes fonts, colors, media query values, custom mixins, utility classes
= Last updated July 2015
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= SELECTOR SORTING
= *) SASS Variable, Mixin, Include, Extend, Clearfix
= *) Positioning, Display & Box Model, Overflow, Floats
= *) Flexbox rules (if used)
= *) Sizing (Width and Height)
= *) Padding, Margin
= *) Colors, Borders, Backgrounds, Opacity (No Text Colors)
= *) Text Related Items (Including Text Colors)
= *) Enhancements, Animations, others
= *) pseudo Elements
= *) Any overrides needed to reset included rules from mixins
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= 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
----------------------------------------------------------------------------- */
/* Rectangle 16 Copy: */
/* ----------------------------------------------------------------------------
=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 {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0;
}
.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

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

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

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

.invisible {
  visibility: hidden;
}

.hide {
  display: none;
}

#venue_widgets_framework {
  overflow: hidden;
}
.event_listing_page #venue_widgets_framework, .home #venue_widgets_framework {
  margin-top: 0;
}

#venue_widgets_framework .font_open-sans .m-venueframework__header-text {
  font-size: 17px;
}

#venue_widgets_framework .owl-page:not(.active) span {
  background: transparent;
  border: 1px solid #C3C4C4;
}

#venue_widgets_framework .owl-page.active span {
  border: 1px solid #EF7B45;
}

#venue_widgets_framework .m-venueframework-socialwidget__description a, #venue_widgets_framework .m-venueframework-socialwidget__description a:visited {
  color: #EF7B45 !important;
}
#venue_widgets_framework .m-venueframework-socialwidget__description a:hover, #venue_widgets_framework .m-venueframework-socialwidget__description a:visited:hover {
  text-decoration: underline !important;
}

#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 {
  box-shadow: 4px 0 0 0 #EF7B45 inset;
}

#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: #25282A !important;
}

#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: #EF7B45 !important;
}

#venue_widgets_framework .m-venueframework__widget-body {
  border: 0;
}

#venue_widgets_framework .m-venueframework__header {
  border-bottom: 0;
}
#venue_widgets_framework .m-venueframework__header:before {
  content: "";
  visibility: visible;
  position: absolute;
  z-index: 999;
  bottom: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 2px;
  background: #EBEBEB;
}

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content > span.fc-date {
  font-weight: bold;
}

#venue_widgets_framework .m-venueframework__header-link:hover, #venue_widgets_framework .m-venueframework__header-link:focus, #venue_widgets_framework .m-venueframework__header-link:active, #venue_widgets_framework .m-venueframework__header-link:visited:hover, #venue_widgets_framework .m-venueframework__header-link:visited:focus, #venue_widgets_framework .m-venueframework__header-link:visited:active {
  background-color: transparent !important;
  color: #EF7B45 !important;
}

* {
  letter-spacing: 0.02em;
}

.header-base, .sitemap .column > ul > li > a, .spotlight .date, .concierge .date, .news_list .date, .contest_list .date, .job_list .date, .seating_charts .date, #elasticSearch .news_result .entry .title, #elasticSearch .pages_result .entry .title, #pages.search .news_result .entry .title, #pages.search .pages_result .entry .title, h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1.11111rem;
  font-family: "Libre Franklin", sans-serif;
  font-weight: inherit;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #25282A;
}

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

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

h3, .h3, #elasticSearch .news_result .entry .title, #elasticSearch .pages_result .entry .title, #pages.search .news_result .entry .title, #pages.search .pages_result .entry .title {
  font-size: 1.776889rem;
}

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

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

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

.small_paragraph, .link ul.list .description p, .link ul.list .description li, .small p {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.5px;
  color: #4C4F50;
}

.p-base, .textarea ul li, .textarea ol li, .spotlight_content ul li, .spotlight_content ol li, .faq ul li, .faq ol li, [name=icpsignup] tr td, address, .address, p, .p {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

.minus-margin + p, .cms ol + p, .full_column.non-widget-area ol + p, .textarea ol + p, .spotlight_content ol + p, .faq ol + p, .link .description ol + p, .event_description ol + p, .cms ul:not(.list) + p, .full_column.non-widget-area ul:not(.list) + p, .textarea ul:not(.list) + p, .spotlight_content ul:not(.list) + p, .faq ul:not(.list) + p, .link .description ul:not(.list) + p, .event_description ul:not(.list) + p, p + p, .p + p, .minus-margin + .p, .cms ol + .p, .full_column.non-widget-area ol + .p, .textarea ol + .p, .spotlight_content ol + .p, .faq ol + .p, .link .description ol + .p, .event_description ol + .p, .cms ul:not(.list) + .p, .full_column.non-widget-area ul:not(.list) + .p, .textarea ul:not(.list) + .p, .spotlight_content ul:not(.list) + .p, .faq ul:not(.list) + .p, .link .description ul:not(.list) + .p, .event_description ul:not(.list) + .p, p + .p, .p + .p, .minus-margin + ul, .cms ol + ul, .full_column.non-widget-area ol + ul, .textarea ol + ul, .spotlight_content ol + ul, .faq ol + ul, .link .description ol + ul, .event_description ol + ul, .cms ul:not(.list) + ul, .full_column.non-widget-area ul:not(.list) + ul, .textarea ul:not(.list) + ul, .spotlight_content ul:not(.list) + ul, .faq ul:not(.list) + ul, .link .description ul:not(.list) + ul, .event_description ul:not(.list) + ul, p + ul, .p + ul, .minus-margin + ol, .cms ol + ol, .full_column.non-widget-area ol + ol, .textarea ol + ol, .spotlight_content ol + ol, .faq ol + ol, .link .description ol + ol, .event_description ol + ol, .cms ul:not(.list) + ol, .full_column.non-widget-area ul:not(.list) + ol, .textarea ul:not(.list) + ol, .spotlight_content ul:not(.list) + ol, .faq ul:not(.list) + ol, .link .description ul:not(.list) + ol, .event_description ul:not(.list) + ol, p + ol, .p + ol {
  margin-top: -1.11111rem;
}

.lead, .cms blockquote p, .full_column.non-widget-area blockquote p, .textarea blockquote p, .spotlight_content blockquote p, .faq blockquote p, .link .description blockquote p, .event_description blockquote p {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-bottom: 2.22222rem;
  font-size: 1.444rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #88898A;
}

p, .p {
  margin: 0 0 2.6rem;
}
p strong, .p strong {
  font-weight: 700;
}

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

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

a {
  position: relative;
  text-decoration: none;
  color: #25282A;
  border: none;
  cursor: pointer;
}
.textarea p a:not(.button), .spotlight_content p a:not(.button), .event_description p a:not(.button), .cms li a:not(.button), .textarea li a:not(.button), .m-eventDetailList__item a:not(.button), .event_detail .eventDetailList a:not(.button), .faq dd a:not(.button) {
  z-index: 0;
  color: #EF7B45;
  transition: 750ms;
}
.textarea p a:not(.button):before, .spotlight_content p a:not(.button):before, .event_description p a:not(.button):before, .cms li a:not(.button):before, .textarea li a:not(.button):before, .m-eventDetailList__item a:not(.button):before, .event_detail .eventDetailList a:not(.button):before, .faq dd a:not(.button):before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #EF7B45;
  transform: scale(0, 1);
  will-change: transform;
}
.textarea p a:not(.button):hover:before, .spotlight_content p a:not(.button):hover:before, .event_description p a:not(.button):hover:before, .cms li a:not(.button):hover:before, .textarea li a:not(.button):hover:before, .m-eventDetailList__item a:not(.button):hover:before, .event_detail .eventDetailList a:not(.button):hover:before, .faq dd a:not(.button):hover:before {
  animation: linkAnimate 1.5s cubic-bezier(1, 0, 0, 1);
}

@keyframes linkAnimate {
  0% {
    transform: scale(0, 1);
    transform-origin: 0 50%;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 50%;
  }
  50.01% {
    transform: scale(1, 1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: 100% 50%;
  }
}
hr {
  display: block;
  clear: both;
  height: 2px;
  margin-top: 2.2222rem;
  margin-bottom: 2.2222rem;
  background-color: #EBEBEB;
  border: 0;
}

table {
  position: relative;
  margin: 0 0 15px;
}
table tr {
  font-size: 12px;
  color: black;
}
table tr td {
  margin-bottom: 0;
  padding: 5px;
  border: none;
}
table input[type=text] {
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 46px;
  padding: 8px 10px;
  background: transparent;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFF;
  color: #25282A;
  border: 1px solid black;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

[name=icpsignup] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
[name=icpsignup] #SignUp {
  width: 400px;
  max-width: 100%;
}
[name=icpsignup] tr td {
  vertical-align: middle;
}
[name=icpsignup] table {
  width: 100%;
  max-width: 400px;
  padding: 1rem;
  border-collapse: separate;
}
[name=icpsignup] [type=hidden] + tr {
  display: none;
}

.sign-up-form {
  text-align: center;
}

/**	
 * BACKGROUNDS
 **/
@keyframes rotate {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
@keyframes meteoroStyle1 {
  0% {
    top: 100px;
    left: 700px;
    opacity: 0;
  }
  30% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.3;
  }
  100% {
    top: 600px;
    left: 0;
    opacity: 0;
  }
}
@keyframes meteoroStyle2 {
  0% {
    top: 100px;
    right: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    top: 600px;
    right: 700px;
    opacity: 0;
  }
}
@keyframes meteoroStyle3 {
  0% {
    top: 300px;
    left: 600px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    top: 700px;
    left: 0;
    opacity: 0;
  }
}
@keyframes meteoroStyle4 {
  0% {
    top: 300px;
    right: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    top: 800px;
    right: 700px;
    opacity: 0;
  }
}
.meteoro {
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: #FFF;
  border-radius: 50%;
  transform: rotate(-35deg);
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.meteoro:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 2px;
  width: 0;
  height: 0;
  margin-right: 10px;
  vertical-align: middle;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 85px solid white;
}

.meteoro.style1 {
  animation-name: meteoroStyle1;
}

.meteoro.style2 {
  animation-name: meteoroStyle2;
}

.meteoro.style3 {
  animation-name: meteoroStyle3;
}

.meteoro.style4 {
  animation-name: meteoroStyle4;
}

.fixed-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: fixed;
  z-index: -10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: #041215;
  transition: opacity 2s;
  transform: translateZ(0);
  pointer-events: none;
  will-change: opacity;
  backface-visibility: hidden;
}
.fixed-bg.loaded:before {
  background-color: transparent;
}
.fixed-bg:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 112vh;
  min-width: 112vw;
  height: 112vh;
  min-height: 112vw;
  background-color: rgba(4, 18, 21, 0.4);
  transition: 15s;
  transform: translate3d(-50%, -50%, 0);
}
.fixed-bg .star-bg {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120vh;
  min-width: 120vw;
  height: 120vh;
  min-height: 120vw;
  background-image: url(../images/stars-2.png), url(../images/stars-2.png), url(../images/stars-2.png);
  background-position: center center, top left, bottom right;
  background-size: 900px, 500px, 700px;
  border-radius: 100%;
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
  will-change: transform;
  backface-visibility: hidden;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .fixed-bg .star-bg {
    display: none;
  }
}
@media screen and (max-width: 1375px) {
  .fixed-bg .twinkling {
    display: none;
  }
}
@media screen and (min-width: 1376px) {
  .fixed-bg .twinkling {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: transparent url(../images/twinkling.png) repeat top center;
    transform: translateZ(0);
    animation: move-twink-back 5s linear infinite;
    will-change: background-position;
  }
}

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

@keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -125px 125px;
  }
}
/* ----------------------------------------------------------------------------
= Layout, Body and Containers
----------------------------------------------------------------------------- */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #041215;
  font-family: "Libre Franklin", sans-serif;
  font-size: 16px;
  text-align: left;
  color: #4C4F50;
}

#container {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}
#container:before {
  content: "";
  position: fixed;
  z-index: -1;
  bottom: 0;
  width: 100%;
  height: 200vh;
  max-height: 200vh;
  margin-top: 22vh;
  opacity: 0.45;
  background: linear-gradient(to bottom, rgba(94, 178, 191, 0.01) 0%, rgba(94, 178, 191, 0.9) 40%, #5EB1BF 50%, rgba(94, 178, 191, 0.9) 60%, rgba(94, 178, 191, 0.01) 100%);
  background-repeat: repeat-x;
  background-size: 1px 100%;
  transform: translateY(50%) translateZ(0);
}

#layout {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0;
}

#content {
  position: relative;
  width: 1200px;
  max-width: calc(100% - 40px);
  min-height: 410px;
  margin: 0 auto;
  padding: 0;
  transition: 250ms;
}
@media screen and (max-width: 767px) {
  #content {
    max-width: 100%;
    padding-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  #content {
    padding-top: 70px;
  }
}
#content:before {
  content: "";
  visibility: visible;
  position: absolute;
  z-index: -1;
  bottom: -20px;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(5, 39, 48, 0.01) 0%, #052730 100%);
  background-repeat: repeat no-repeat;
  background-position: bottom;
  background-size: 1px 80%;
  transform: translateZ(0) translateX(-50%);
}

.accessible {
  display: none;
}

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

.one_sidebar_right {
  overflow: hidden;
  width: 100%;
}
.one_sidebar_right #column_1 {
  position: relative;
  width: 100%;
}
.one_sidebar_right #column_2 {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 300px;
  background: #222;
}
.one_sidebar_right .leftColumn {
  float: left;
  width: calc(100% - 200px);
  margin-bottom: 50px;
  padding-right: 80px;
  padding-left: 50px;
  background: #FFF;
}
@media screen and (max-width: 1024px) {
  .one_sidebar_right .leftColumn {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .one_sidebar_right .leftColumn {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.one_sidebar_right .leftColumn aside {
  margin-top: 50px;
}
.one_sidebar_right .rightBreakout {
  position: absolute;
  z-index: 99;
  top: 110px;
  right: 0;
  width: 250px;
  padding: 0 10px 30px;
}
@media screen and (max-width: 1024px) {
  .one_sidebar_right .rightBreakout {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: 100%;
    padding: 0;
  }
  .one_sidebar_right .rightBreakout:before, .one_sidebar_right .rightBreakout:after {
    display: none;
  }
}
.one_sidebar_right .rightBreakout:before {
  content: "";
  visibility: visible;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-5deg, rgba(255, 255, 255, 0.01) 35px, #FFF 36px);
  transition: 250ms;
  filter: drop-shadow(2px 6px 10px rgba(0, 0, 0, 0.25));
}
.one_sidebar_right .rightBreakout:after {
  content: "";
  visibility: visible;
  position: absolute;
  z-index: -5;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  background-image: linear-gradient(-5deg, rgba(255, 255, 255, 0.01) 35px, #FFF 36px);
  transition: 250ms;
  filter: drop-shadow(2px 6px 10px rgba(0, 0, 0, 0.25));
}

.full.has-slides .full_column {
  margin-top: 121px;
}
@media screen and (max-width: 1024px) {
  .full.has-slides .full_column {
    margin-top: 0;
  }
}
.full .full_column {
  overflow: hidden;
  width: calc(100% - 20px);
  margin: auto;
  margin-top: 40px;
  padding: 0 165px;
  transform: translateZ(0);
}
@media screen and (max-width: 1024px) {
  .full .full_column {
    padding: 0 65px;
  }
}
@media screen and (max-width: 767px) {
  .full .full_column {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1025px) {
  .full .full_column {
    margin-top: 180px;
  }
}
.full .full_column.non-widget-area {
  margin-bottom: 20px;
  padding-bottom: 30px;
  background: #FFF;
}
.full .full_column .container {
  zoom: 1;
  width: 100%;
  background-color: #FFF;
}
.full .full_column .container:before, .full .full_column .container:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0;
}
.full .full_column .container:after {
  clear: both;
}

.text-hidden {
  position: absolute !important;
  opacity: 0;
  text-indent: -9999em;
}

/* ----------------------------------------------------------------------------
= Header basics
----------------------------------------------------------------------------- */
.header {
  display: flex;
  z-index: 9999;
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px 0 0;
  font-family: "Libre Franklin", sans-serif;
  transition: 500ms;
}
@media screen and (max-width: 1024px) {
  .header {
    zoom: 1;
    position: fixed;
    z-index: 900;
    top: 0;
    height: 70px;
    background: #02131E;
  }
  .header:before, .header:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0;
  }
  .header:after {
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .header.is-fixed {
    transform: translate(-50%, -50px);
  }
  .header.is-fixed .logo > a, .header.is-fixed .logo > .icon {
    height: 100px;
    margin-top: 50px;
  }
  .header.is-fixed .logo > a svg, .header.is-fixed .logo > .icon svg {
    width: 225px;
    height: 65px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1130px) {
  .header.is-fixed .logo > a svg, .header.is-fixed .logo > .icon svg {
    width: 186px;
    height: auto;
  }
}
@media screen and (min-width: 1025px) {
  .header.is-fixed .nav_wrapper:before {
    z-index: -101;
    background-color: #02131E;
  }
  .header.is-fixed nav > ul {
    margin-top: 30px;
  }
  .header.is-fixed nav > ul subnav-bg {
    top: calc(100% - 19px) !important;
  }
}
.header .logo {
  position: relative;
  z-index: 10;
}
.header .logo .main-logo {
  display: block;
}
.header .logo > span:not(.text-hidden), .header .logo > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 365px;
  height: 140px;
  margin-right: 32px;
  margin-left: -20px;
  transition: 500ms;
}
@media screen and (max-width: 1130px) {
  .header .logo > span:not(.text-hidden), .header .logo > a {
    width: 265px;
    height: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .header .logo > span:not(.text-hidden), .header .logo > a {
    width: 250px;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .header .logo > span:not(.text-hidden), .header .logo > a {
    width: 185px;
    height: 65px;
  }
}
.header .logo > span:not(.text-hidden) svg, .header .logo > a svg {
  width: 261px;
  height: 77px;
  transition: 500ms;
}
@media screen and (max-width: 1130px) {
  .header .logo > span:not(.text-hidden) svg, .header .logo > a svg {
    width: 186px;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .header .logo > span:not(.text-hidden) svg, .header .logo > a svg {
    width: 186px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .header .logo > span:not(.text-hidden) svg, .header .logo > a svg {
    width: 130px;
    height: 40px;
  }
}
.header .logo > span:not(.text-hidden):before, .header .logo > a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  box-shadow: 2px 6px 10px 0 rgba(0, 0, 0, 0.25);
  transition: 400ms;
  transform: skew(-15deg);
}
.header .logo > span:not(.text-hidden):after, .header .logo > a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -999;
  top: 14px;
  left: -19px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 2px 6px 10px 0 rgba(0, 0, 0, 0.25);
  transition: 400ms;
  transform: skew(-15deg);
}
.header .logo > a:hover:after {
  left: 8px;
}

/* ----------------------------------------------------------------------------
= Header toolbar (if used)
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Navigations
----------------------------------------------------------------------------- */
@media screen and (min-width: 1025px) {
  .nav_wrapper {
    flex-grow: 1;
    height: 120px;
  }
  .nav_wrapper:before {
    content: "";
    position: fixed;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 134px;
    background-color: transparent;
    transition: 500ms;
    transform: translateX(-50%);
    pointer-events: none;
  }
  nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  nav a.gh_redirect:after {
    content: "\f08e";
    display: inline-block;
    margin-left: 1rem;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    text-decoration: inherit;
  }
  nav a.active {
    color: #EF7B45;
  }
  nav #nav-toggle {
    display: none;
  }
  nav .nav-top {
    display: flex;
    width: 100%;
    padding-top: 12px;
    padding-left: 12px;
  }
  nav .search_toggle {
    flex-grow: 1;
    margin-right: 5px;
    background: #25282A;
    box-shadow: 2px 6px 10px 0 rgba(0, 0, 0, 0.25);
    transform: skew(-15deg);
    cursor: pointer;
  }
  nav .search_toggle > div {
    transform: skew(15deg);
  }
  nav .search_toggle span {
    width: 100%;
    padding: 10px 20px;
    padding: 0px 20px;
    line-height: 37px;
    transform: skew(15deg);
    display: block;
    background: transparent;
    font-size: 14px;
    letter-spacing: 0.8px;
    color: #FFF;
    border: none;
    outline: none;
  }
  nav .search_toggle span::-webkit-input-placeholder {
    font-size: 14px;
    letter-spacing: 0.8px;
    color: #FFF;
  }
  nav .search_toggle span:-moz-placeholder {
    font-size: 14px;
    letter-spacing: 0.8px;
    color: #FFF;
  }
  nav .search_toggle span:-ms-input-placeholder {
    font-size: 14px;
    letter-spacing: 0.8px;
    color: #FFF;
  }
  nav .search_toggle span:focus {
    outline: none;
    -webkit-appearance: none;
  }
  nav .search_toggle [type=submit] {
    display: none;
  }
  nav .newsletter {
    align-self: center;
    overflow: hidden;
    position: relative;
    padding: 9px 34px 11px 38px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #FFF;
  }
  nav .newsletter:hover:before {
    background: #EF7B45;
  }
  nav .newsletter:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 5px;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: 250ms;
    transform: skew(-15deg);
  }
  nav > ul {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
    margin-top: 23px;
    margin-right: 115px;
    margin-left: 25px;
    padding-left: 5px;
    transition: 500ms;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1375px) {
  nav > ul {
    margin-right: 50px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  nav > ul {
    margin-right: 10px;
    margin-left: -20px;
  }
}
@media screen and (min-width: 1025px) {
  nav > ul:hover {
    overflow: visible;
  }
  nav > ul:hover > li > a:after {
    bottom: -70px;
  }
  nav > ul > li {
    flex-grow: 1;
    font-size: 18px;
    font-weight: 700;
    font-weight: 600;
    line-height: 15px;
    line-height: 1.4;
    letter-spacing: 0.8px;
    color: #FFF;
  }
  nav > ul > li:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 24px;
    background-color: #EF7B45;
    transform: translateY(-50%) skew(-15deg);
  }
  nav > ul > li > a {
    position: static;
    padding-left: 20px;
  }
  nav > ul > li > a:after {
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    bottom: -10px;
    left: -10px;
  }
  nav > ul > li > a:hover:after {
    bottom: -70px;
  }
  nav > ul > li a {
    color: inherit;
  }
  nav > ul .sub {
    display: block !important;
    position: absolute;
    top: calc(100% + 24px);
    width: 175px;
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    opacity: 0 !important;
    transition: 500ms;
    pointer-events: none;
  }
  nav > ul .sub ul:hover li {
    color: #4C4F50;
  }
  nav > ul .sub ul.level_3 {
    padding: 5px 0 0 10px;
  }
  nav > ul .sub ul.level_3 li {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.8px;
  }
  nav > ul .sub ul li {
    margin-bottom: 7px;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.5px;
    color: #88898B;
  }
  nav > ul .sub ul li:hover, nav > ul .sub ul li a:hover {
    color: #EF7B45;
  }
  nav > ul subnav-bg {
    display: block;
    position: absolute;
    z-index: -10;
    top: calc(100% - 19px);
    left: 50%;
    width: 100vw;
    height: 379px;
    opacity: 0;
    background: #FFF;
    box-shadow: 2px 6px 10px 0 rgba(0, 0, 0, 0.25);
    transition: 500ms;
    transform: translateX(-50%);
    pointer-events: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1130px) {
  nav > ul subnav-bg {
    top: 100%;
  }
}
@media screen and (min-width: 1025px) {
  nav > ul:hover .navigate__top-level-items:hover > a span {
    position: relative;
  }
  nav > ul:hover .navigate__top-level-items:hover > a span:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(100% + 16px);
    left: 50%;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFF;
    border-left: 10px solid transparent;
    transform: translateX(-50%);
  }
  .is-fixed nav > ul:hover .navigate__top-level-items:hover > a span:before {
    top: calc(100% + 19px);
  }
  nav > ul:hover .sub, nav > ul:hover subnav-bg {
    opacity: 1 !important;
    pointer-events: auto;
  }
  nav > ul:hover > li a:hover {
    color: #FFF;
  }
  nav > ul:hover > li:not(:hover) {
    color: #88898A;
  }
}
/* ----------------------------------------------------------------------------
= Mobile Navigation
----------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  subnav-bg {
    display: none;
  }
  #nav-toggle {
    display: block;
    position: absolute;
    z-index: 1500;
    top: 24px;
    right: 20px;
    width: 50px;
    height: 22px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  #nav-toggle {
    top: 18px;
    right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  #nav-toggle.active {
    position: fixed;
  }
  #nav-toggle span {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 50px;
    height: 4px;
    margin-top: 0;
    background: #FFF;
    transition: all 0.4s ease;
    transform: rotate(0deg);
    cursor: pointer;
  }
  #nav-toggle span.top {
    top: 0;
  }
  #nav-toggle span.mid, #nav-toggle span.mid2 {
    top: 9px;
  }
  #nav-toggle span.bottom {
    top: 18px;
  }
  #nav-toggle:hover span {
    background: #FFF;
  }
  #nav-toggle.active span.mid {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
  }
  #nav-toggle.active span.mid2 {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); /* IE 9 */
  }
  #nav-toggle.active span.top, #nav-toggle.active span.bottom {
    opacity: 0;
  }
  .nav_wrapper {
    overflow: scroll;
    position: absolute;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(37, 40, 42, 0.85);
    transition: 500ms;
    pointer-events: none;
  }
  .nav_wrapper.is-opened {
    opacity: 1;
    pointer-events: auto;
  }
  .nav_wrapper nav {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    width: 520px;
    max-width: 100%;
    height: 100%;
    background-color: #02131E;
  }
  .nav_wrapper nav a.gh_redirect:after {
    content: "\f08e";
    display: inline-block;
    margin-left: 1rem;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    text-decoration: inherit;
  }
  .nav_wrapper nav a.active {
    color: #EF7B45;
  }
  .nav_wrapper nav .nav-top {
    display: flex;
    flex-direction: column;
    height: 132px;
  }
  .nav_wrapper nav .search_toggle {
    order: 1;
    width: calc(100% - 50px);
    margin: auto;
    background: #25282A;
    box-shadow: 2px 6px 10px 0 rgba(0, 0, 0, 0.25);
    transform: skew(-15deg);
  }
  .nav_wrapper nav .search_toggle > div {
    transform: skew(15deg);
  }
  .nav_wrapper nav .search_toggle input[type=text] {
    width: 100%;
    padding: 10px 20px;
    background: transparent;
    font-size: 14px;
    letter-spacing: 0.8px;
    color: #FFF;
    border: none;
    outline: none;
  }
  .nav_wrapper nav .search_toggle input[type=text]::-webkit-input-placeholder {
    font-size: 14px;
    letter-spacing: 0.8px;
    color: #FFF;
  }
  .nav_wrapper nav .search_toggle input[type=text]:-moz-placeholder {
    font-size: 14px;
    letter-spacing: 0.8px;
    color: #FFF;
  }
  .nav_wrapper nav .search_toggle input[type=text]:-ms-input-placeholder {
    font-size: 14px;
    letter-spacing: 0.8px;
    color: #FFF;
  }
  .nav_wrapper nav .search_toggle input[type=text]:focus {
    outline: none;
    -webkit-appearance: none;
  }
  .nav_wrapper nav .search_toggle [type=submit] {
    display: none;
  }
  .nav_wrapper nav .newsletter {
    align-self: flex-start;
    overflow: hidden;
    position: relative;
    margin: 15px 0 0 0;
    padding: 9px 34px 11px 38px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #FFF;
  }
  .nav_wrapper nav .newsletter:hover {
    color: #EF7B45;
  }
  .nav_wrapper nav > ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .nav_wrapper nav > ul:hover > li > a:after {
    bottom: -70px;
  }
  .nav_wrapper nav > ul > li {
    flex-grow: 1;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 18px;
    font-weight: 700;
    font-weight: 600;
    line-height: 15px;
    line-height: 1.4;
    letter-spacing: 0.8px;
    border-bottom: 2px solid #25282A;
  }
  .nav_wrapper nav > ul > li:first-child {
    border-top: 2px solid #25282A;
  }
  .nav_wrapper nav > ul > li:not(.is-opened) > a {
    color: #C3C4C4;
  }
  .nav_wrapper nav > ul > li a {
    color: #FFF;
  }
  .nav_wrapper nav > ul > li:before {
    content: "";
    display: block;
    position: absolute;
    top: 21px;
    left: 25px;
    width: 3px;
    height: 24px;
    background-color: #EF7B45;
    transform: skew(-15deg);
  }
  .nav_wrapper nav > ul > li:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 7px;
    width: 48px;
    height: 65px;
    cursor: pointer;
    pointer-events: none;
  }
  .nav_wrapper nav > ul > li.is-opened:after {
    pointer-events: all !important;
  }
  .nav_wrapper nav > ul > li.is-opened > a:after {
    transform: rotate(180deg);
  }
  .nav_wrapper nav > ul > li > a {
    display: block;
    padding: 20px 0 20px 20px;
    padding-left: 20px;
  }
  .nav_wrapper nav > ul > li > a:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 999;
    top: 26px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #FFF;
    border-right: 6px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 6px solid transparent;
    transition: 250ms;
    cursor: pointer;
    pointer-events: none;
  }
  .nav_wrapper nav > ul .sub {
    display: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 25px;
  }
  .nav_wrapper nav > ul .sub ul li {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #C3C4C4;
  }
  .nav_wrapper nav > ul .sub ul li a {
    color: #C3C4C4;
  }
  .nav_wrapper nav > ul .sub ul li a:hover {
    color: #EF7B45;
  }
}
/* ----------------------------------------------------------------------------
= Footer basics
----------------------------------------------------------------------------- */
footer {
  position: relative;
  width: 100%;
  margin: 0;
  padding-top: 70px;
  background-image: url(../images/footer.png), url(../images/svg/footer-gradient.svg);
  background-repeat: no-repeat, repeat;
  background-position: center;
  background-size: auto 100%;
  transform: translateZ(0);
}
@media screen and (max-width: 1024px) {
  footer {
    min-height: 600px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 55px;
  }
}
footer .footer_holder {
  transform: translateZ(0);
}
footer .footer-toolbar {
  position: relative;
  width: 100%;
  min-height: 36px;
  margin: 0 auto;
  border-top: 1px solid #333;
}
footer .footer-container {
  zoom: 1;
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 42px 0;
}
footer .footer-container:before, footer .footer-container:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0;
}
footer .footer-container:after {
  clear: both;
}
footer .footer_nav {
  zoom: 1;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 60px;
}
footer .footer_nav:before, footer .footer_nav:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0;
}
footer .footer_nav:after {
  clear: both;
}
footer .footer_nav a {
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.8px;
  color: #D8D8D8;
  transition: 300ms;
}
footer .footer_nav a:hover, footer .footer_nav a.active {
  color: #EF7B45;
}
footer .footer_nav > ul {
  display: flex;
  width: calc(100% + 60px);
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  footer .footer_nav > ul {
    flex-wrap: wrap;
    padding-left: 12vw;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_nav > ul {
    padding-left: 10vw;
  }
}
@media screen and (max-width: 600px) {
  footer .footer_nav > ul {
    max-width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
footer .footer_nav > ul > li {
  flex-grow: 1;
}
@media screen and (max-width: 1024px) {
  footer .footer_nav > ul > li {
    flex-grow: 0;
    width: 33.333333%;
  }
}
@media screen and (max-width: 600px) {
  footer .footer_nav > ul > li {
    width: 100%;
  }
}
footer .footer_nav > ul > li > a {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #FFF;
}
@media screen and (max-width: 1024px) {
  footer .footer_nav > ul > li > a {
    margin-bottom: 20px;
  }
}
footer .footer_nav > ul > li li a:hover {
  color: #FFF !important;
}
@media screen and (max-width: 1024px) {
  footer .footer_nav .nav_sub {
    display: none;
  }
}
footer .footer-info {
  display: flex;
  zoom: 1;
  position: relative;
  width: calc(100% - 60px);
  max-width: 1245px;
  margin: 0 auto 36px;
}
@media screen and (max-width: 1024px) {
  footer .footer-info {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-info {
    width: calc(100% - 44px);
  }
}
footer .footer-info .info-left {
  display: flex;
  flex-grow: 1;
  position: relative;
  padding: 30px 0;
}
@media screen and (max-width: 1024px) {
  footer .footer-info .info-left {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-info .info-left {
    justify-content: space-around;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-info .info-left {
    flex-direction: column;
    padding-top: 0;
    background-color: #FFF;
  }
}
footer .footer-info .info-left:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 30px;
  width: 100vw;
  height: 100%;
  background: #FFF;
  box-shadow: 2px 6px 10px 0 rgba(0, 0, 0, 0.25);
  transition: 400ms;
  transform: skew(15deg);
}
@media screen and (max-width: 767px) {
  footer .footer-info .info-left:before {
    right: 0;
    transform: skew(0);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  footer .footer-info .info-left:before {
    right: -30px;
  }
}
footer .footer-info .info-left:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -999;
  top: -14px;
  right: 49px;
  width: 100vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 2px 6px 10px 0 rgba(0, 0, 0, 0.25);
  transition: 400ms;
  transform: skew(15deg);
}
@media screen and (max-width: 767px) {
  footer .footer-info .info-left:after {
    right: 20px;
    transform: skew(0);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  footer .footer-info .info-left:after {
    right: 19px;
  }
}
footer .footer-info .info-left .logo {
  position: relative;
  z-index: 10;
}
footer .footer-info .info-left .logo .main-logo {
  display: block;
}
footer .footer-info .info-left .logo span.main-logo svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .footer-info .info-left .logo > span, footer .footer-info .info-left .logo > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 365px;
  height: 140px;
  margin-right: 32px;
  margin-left: -20px;
}
@media screen and (max-width: 1024px) {
  footer .footer-info .info-left .logo > span, footer .footer-info .info-left .logo > a {
    width: 210px;
    margin-left: 0;
  }
  footer .footer-info .info-left .logo > span svg, footer .footer-info .info-left .logo > a svg {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-info .info-left .logo > span, footer .footer-info .info-left .logo > a {
    margin-right: auto;
    margin-left: auto;
  }
}
footer .footer-info .info-left .logo > a:hover:after {
  left: 8px;
}
@media screen and (max-width: 1024px) {
  footer .footer-info .info-left .venue_info {
    margin-right: 90px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-info .info-left .venue_info {
    margin-right: 0;
    padding-right: 16px;
    text-align: center;
  }
}
footer .footer-info .info-left .venue_info svg {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  footer .footer-info .info-left .venue_info svg {
    width: 100%;
  }
}
footer .footer-info .info-left .address {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #4C4F50;
}
footer .footer-info .info-left .address a:hover span {
  color: #EF7B45;
}
footer .footer-info .info-left .office {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.5px;
  color: #4C4F50;
}
footer .footer-info .info-left .office div:first-child {
  margin-bottom: 10px;
}
footer .footer-info .info-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 265px;
  min-height: 10px;
}
@media screen and (max-width: 1024px) {
  footer .footer-info .info-right {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-info .info-right {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
footer .footer-info .info-right .social {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  footer .footer-info .info-right .social {
    margin-right: 112px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-info .info-right .social {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
footer .footer-info .info-right .social .fa {
  margin-left: 35px;
  font-size: 26px;
  color: #FFF;
  transition: 250ms;
}
@media screen and (max-width: 767px) {
  footer .footer-info .info-right .social .fa:first-child {
    margin-left: 0;
  }
}
footer .footer-info .info-right .social .fa.fa-facebook {
  font-size: 22px;
}
footer .footer-info .info-right .social .fa:hover {
  color: #EF7B45;
}
footer .footer-info .info-right a:hover svg g {
  fill: #EF7B45;
}
footer .footer-info .info-right a svg g {
  transition: 250ms;
  fill: #FFF;
}

.global-footer {
  zoom: 1;
  display: block;
  position: relative;
  width: calc(100% - 60px);
  max-width: 1245px;
  margin: 0 auto;
  padding: 0 0 33px;
}
.global-footer:before, .global-footer:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0;
}
.global-footer:after {
  clear: both;
}
.global-footer p {
  display: block;
  position: relative;
  margin: auto;
  padding: 15px 0 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #EBEBEB;
}
@media screen and (max-width: 1024px) {
  .global-footer p {
    padding-top: 0;
    text-align: center;
  }
}
.global-footer p a, .global-footer p a:visited {
  transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  text-decoration: none;
  color: #EBEBEB;
}
.global-footer p a:hover, .global-footer p a:focus, .global-footer p a:visited:hover, .global-footer p a:visited:focus {
  text-decoration: none;
  color: #FFF;
}
.global-footer .delimiter {
  padding: 0 2px;
  color: #EBEBEB;
}
.global-footer a#carbonhouse, .global-footer a#carbonhouse:link, .global-footer a#carbonhouse:visited {
  display: block;
  float: right;
  position: relative;
  margin: 0;
  padding-top: 0;
  font-family: "helvetica";
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  color: #EBEBEB;
  transition: 250ms;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .global-footer a#carbonhouse, .global-footer a#carbonhouse:link, .global-footer a#carbonhouse:visited {
    float: none;
    margin-top: 10px;
    text-align: center;
  }
}
.global-footer a#carbonhouse span, .global-footer a#carbonhouse:link span, .global-footer a#carbonhouse:visited span {
  font-size: 16px;
  font-weight: 700;
  transition: 250ms;
}
.global-footer a#carbonhouse span.carbon, .global-footer a#carbonhouse:link span.carbon, .global-footer a#carbonhouse:visited span.carbon {
  color: #EBEBEB;
}
.global-footer a#carbonhouse span.house, .global-footer a#carbonhouse:link span.house, .global-footer a#carbonhouse:visited span.house {
  color: #EBEBEB;
}
.global-footer a#carbonhouse:hover, .global-footer a#carbonhouse:link:hover, .global-footer a#carbonhouse:visited:hover {
  text-decoration: none;
  color: #FFF;
}
.global-footer a#carbonhouse:hover span, .global-footer a#carbonhouse:link:hover span, .global-footer a#carbonhouse:visited:hover span {
  color: #FFF;
}

.osano-cm-drawer-item .osano-cm-drawer-toggle .osano-cm-label {
  font-size: 16px !important;
}
.osano-cm-drawer-item p {
  font-size: 12px !important;
  line-height: 1.375 !important;
}

/* ----------------------------------------------------------------------------
=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: #25282A;
}
.subnav ul li a, .subnav ul li a:visited {
  display: block;
  padding: 9px 5px 7px 30px;
  color: white;
  font: bold 18px/120% "Libre Franklin", 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: #25282A;
}
.subnav ul li a.section, .subnav ul li a:visited.section {
  padding-bottom: 7px;
  color: #25282A;
  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: #25282A;
}
.subnav ul li.active.onparent a.active {
  color: #25282A;
}
.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 "Libre Franklin", sans-serif;
  -webkit-appearance: none;
}
#search input::-webkit-input-placeholder, #search input[type=text]::-webkit-input-placeholder {
  color: #fff;
  font: normal 14px/14px "Libre Franklin", sans-serif;
}
#search input:-moz-placeholder, #search input[type=text]:-moz-placeholder {
  color: #fff;
  font: normal 14px/14px "Libre Franklin", sans-serif;
}
#search input:-ms-input-placeholder, #search input[type=text]:-ms-input-placeholder {
  color: #fff;
  font: normal 14px/14px "Libre Franklin", 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%;
}

#elasticSearch {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
}

#elasticSearch .event_list, #pages.search .event_list {
  opacity: 0;
}
#elasticSearch.is-opened .close, #pages.search.is-opened .close {
  position: absolute;
  top: 22px;
  right: 66px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #elasticSearch.is-opened .close, #pages.search.is-opened .close {
    right: 12px;
    top: 12px;
  }
}
#elasticSearch.is-opened .close:before, #pages.search.is-opened .close:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 2px;
  background: white;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
#elasticSearch.is-opened .close:after, #pages.search.is-opened .close:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 2px;
  background: white;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
}
#elasticSearch .search-app, #pages.search .search-app {
  position: relative;
  text-align: center;
  max-width: 1180px;
  width: calc(100% - 20px);
  margin: 0 auto;
  margin-top: 70px;
  padding: 30px 10px;
  clear: both;
  background: white;
  text-align: left;
}
#elasticSearch .search-app label, #pages.search .search-app label {
  width: 0;
  height: 0;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: none;
  background: none;
}
#elasticSearch .search-app input, #pages.search .search-app input {
  width: 100%;
  height: 40px;
  margin: 0 auto;
  outline: none;
  background: none;
  border: 0px;
  height: 75px;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.04em;
  position: relative;
  background-position: left center;
  background-repeat: no-repeat;
  background: #25282A;
  color: white;
  text-indent: 20px;
  max-width: 850px;
  margin: 0 auto;
  display: block;
}
#elasticSearch .search-app > .results, #pages.search .search-app > .results {
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
}
#elasticSearch .search-app a.submit, #pages.search .search-app a.submit {
  display: none;
}
#elasticSearch .search-app .event_list, #pages.search .search-app .event_list {
  opacity: 1;
}
#elasticSearch .search-app .event_list .thumb, #pages.search .search-app .event_list .thumb {
  z-index: 1;
}
#elasticSearch .search-app .event_list .thumb.default-image, #pages.search .search-app .event_list .thumb.default-image {
  display: none;
}
#elasticSearch .search-app .event_list .thumb.default-image + .info, #pages.search .search-app .event_list .thumb.default-image + .info {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
#elasticSearch .search-app .event_list .thumb.default-image + .info .title, #pages.search .search-app .event_list .thumb.default-image + .info .title {
  padding-left: 0px;
}
#elasticSearch .search-app .event_list .thumb img, #pages.search .search-app .event_list .thumb img {
  height: auto;
}
#elasticSearch ul.showtime-search-instant-results, #pages.search ul.showtime-search-instant-results {
  list-style: none;
  text-align: left;
  margin-bottom: 30px;
  padding-left: 0px;
}
#elasticSearch ul.showtime-search-instant-results li, #pages.search ul.showtime-search-instant-results li {
  list-style: none;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
#elasticSearch ul.showtime-search-instant-results li:before, #pages.search ul.showtime-search-instant-results li:before {
  display: none;
}
#elasticSearch .search-input-extra, #elasticSearch .no-results, #pages.search .search-input-extra, #pages.search .no-results {
  font-family: "Libre Franklin", sans-serif;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  color: #25282A;
  border-bottom: 0;
  max-width: 850px;
  position: relative;
  padding: 0px;
  margin: 20px auto;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 20px;
  color: #25282A;
}
#elasticSearch .showtime-search-instant-result-header, #pages.search .showtime-search-instant-result-header {
  font-size: 2.368593037rem;
  font-family: "Libre Franklin", sans-serif;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  color: #25282A;
}
#elasticSearch .showtime-search-instant-result-header-title, #pages.search .showtime-search-instant-result-header-title {
  padding-bottom: 1.11111rem;
  border-bottom: 2px solid #EF7B45;
  width: 100%;
  display: block;
  margin-bottom: 2rem;
  text-transform: capitalize;
}
#elasticSearch .showtime-search-instant-result-keyword-container, #pages.search .showtime-search-instant-result-keyword-container {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 20px;
  color: #25282A;
}
#elasticSearch .showtime-search-instant-result-keyword, #pages.search .showtime-search-instant-result-keyword {
  text-decoration: underline;
  font-weight: 400;
  display: inline-block;
}
#elasticSearch .showtime-search-instant-result-filter, #pages.search .showtime-search-instant-result-filter {
  overflow: hidden;
  position: absolute;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 20px;
  width: 110px;
  right: 0px;
  top: 0px;
  bottom: auto;
  z-index: 11;
  padding: 0px;
}
@media screen and (max-width: 500px) {
  #elasticSearch .showtime-search-instant-result-filter, #pages.search .showtime-search-instant-result-filter {
    position: relative;
    top: 5px;
  }
}
#elasticSearch .showtime-search-instant-result-filter:after, #pages.search .showtime-search-instant-result-filter:after {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 18px;
  color: white;
  width: 20px;
  height: 18px;
  text-align: right;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
#elasticSearch .showtime-search-instant-result-filter li, #elasticSearch .showtime-search-instant-result-filter .selected-item, #pages.search .showtime-search-instant-result-filter li, #pages.search .showtime-search-instant-result-filter .selected-item {
  display: block;
  background: #25282A;
  width: 100%;
  padding: 10px 20px !important;
  cursor: pointer;
  color: white;
}
#elasticSearch .showtime-search-instant-result-filter li.news, #elasticSearch .showtime-search-instant-result-filter .selected-item.news, #pages.search .showtime-search-instant-result-filter li.news, #pages.search .showtime-search-instant-result-filter .selected-item.news {
  max-width: none;
  margin: 0;
  padding: 10px 20px;
}
#elasticSearch .showtime-search-instant-result-filter li.is-selected, #pages.search .showtime-search-instant-result-filter li.is-selected {
  position: absolute;
  top: 0;
  left: 0;
}
#elasticSearch .showtime-search-instant-result-filter.is-selecting-result-type, #pages.search .showtime-search-instant-result-filter.is-selecting-result-type {
  overflow: initial;
}
#elasticSearch .showtime-search-instant-result-filter.is-selecting-result-type li.is-selected, #pages.search .showtime-search-instant-result-filter.is-selecting-result-type li.is-selected {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
#elasticSearch .showtime-search-instant-result .category, #pages.search .showtime-search-instant-result .category {
  position: relative;
  display: block;
  top: 0px;
  left: 0px;
  text-shadow: none;
  font: 700 24px/100% "Libre Franklin", sans-serif;
  font-style: normal;
  color: #000;
  text-decoration: none;
}
#elasticSearch .showtime-search-instant-result .title:hover, #pages.search .showtime-search-instant-result .title:hover {
  color: #9D2235;
}
#elasticSearch .news_result .entry .title, #pages.search .news_result .entry .title {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #elasticSearch .pages_result .entry, #pages.search .pages_result .entry {
    text-align: center;
  }
}
#elasticSearch .news_result .spotlight.content_item, #elasticSearch .pages_result .spotlight.content_item, #pages.search .news_result .spotlight.content_item, #pages.search .pages_result .spotlight.content_item {
  margin: 3.333rem 0 2.222rem 0;
}
#elasticSearch .news_result .entry, #elasticSearch .pages_result .entry, #pages.search .news_result .entry, #pages.search .pages_result .entry {
  background: white;
}
#elasticSearch .news_result .entry > a:hover .title, #elasticSearch .news_result .entry > a:focus .title, #elasticSearch .pages_result .entry > a:hover .title, #elasticSearch .pages_result .entry > a:focus .title, #pages.search .news_result .entry > a:hover .title, #pages.search .news_result .entry > a:focus .title, #pages.search .pages_result .entry > a:hover .title, #pages.search .pages_result .entry > a:focus .title {
  color: #9D2235;
}
#elasticSearch .news_result .entry .info, #elasticSearch .pages_result .entry .info, #pages.search .news_result .entry .info, #pages.search .pages_result .entry .info {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
#elasticSearch .news_result .entry .info a, #elasticSearch .pages_result .entry .info a, #pages.search .news_result .entry .info a, #pages.search .pages_result .entry .info a {
  display: block;
  width: 100%;
}
#elasticSearch .news_result .entry .date, #elasticSearch .pages_result .entry .date, #pages.search .news_result .entry .date, #pages.search .pages_result .entry .date {
  order: 1;
  font-weight: 600;
}
#elasticSearch .news_result .entry .date .m-date__day, #elasticSearch .pages_result .entry .date .m-date__day, #pages.search .news_result .entry .date .m-date__day, #pages.search .pages_result .entry .date .m-date__day {
  font-size: 24px;
  color: #EF7B45;
}
#elasticSearch .news_result .entry .date .m-date__weekday, #elasticSearch .pages_result .entry .date .m-date__weekday, #pages.search .news_result .entry .date .m-date__weekday, #pages.search .pages_result .entry .date .m-date__weekday {
  display: none;
  font-weight: 300;
}
#elasticSearch .news_result .entry .date .m-date__year, #elasticSearch .pages_result .entry .date .m-date__year, #pages.search .news_result .entry .date .m-date__year, #pages.search .pages_result .entry .date .m-date__year {
  display: none;
}
#elasticSearch .news_result .entry .title, #elasticSearch .pages_result .entry .title, #pages.search .news_result .entry .title, #pages.search .pages_result .entry .title {
  order: 2;
}
#elasticSearch .news_result .entry .teaser, #elasticSearch .pages_result .entry .teaser, #pages.search .news_result .entry .teaser, #pages.search .pages_result .entry .teaser {
  order: 3;
  font-family: "Libre Franklin", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.5px;
  margin: 0 0 2.6rem;
}
@media screen and (max-width: 767px) {
  #elasticSearch .news_result .entry .teaser, #elasticSearch .pages_result .entry .teaser, #pages.search .news_result .entry .teaser, #pages.search .pages_result .entry .teaser {
    display: none;
  }
}
#elasticSearch .news_result .entry .button, #elasticSearch .pages_result .entry .button, #pages.search .news_result .entry .button, #pages.search .pages_result .entry .button {
  order: 4;
}
#elasticSearch .event_list .buttons, #pages.search .event_list .buttons {
  right: 0;
}
@media screen and (max-width: 767px) {
  #elasticSearch .event_list .buttons, #pages.search .event_list .buttons {
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
  }
}
#elasticSearch .event_list .buttons > a, #pages.search .event_list .buttons > a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  white-space: nowrap;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #25282A;
  -webkit-transition: 250ms;
  transition: 250ms;
  pointer-events: auto;
}
#elasticSearch .event_list .buttons > a:before, #pages.search .event_list .buttons > a:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: -20px;
  width: 0;
  height: 0;
  border-top: 6.9px solid transparent;
  border-bottom: 6.9px solid transparent;
  border-left: 10px solid #EF7B45;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#elasticSearch .event_list .buttons > a:hover, #pages.search .event_list .buttons > a:hover {
  color: #E35205;
}
#elasticSearch .event_list .buttons > a:hover:before, #pages.search .event_list .buttons > a:hover:before {
  border-left: 10px solid #E35205;
  -webkit-animation: bounce 750ms;
  animation: bounce 750ms;
}
@media screen and (max-width: 767px) {
  #elasticSearch .event_list .buttons > a, #pages.search .event_list .buttons > a {
    width: 100%;
    height: 100%;
    background-color: #EF7B45;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    transition: 450ms;
  }
  #elasticSearch .event_list .buttons > a:hover, #elasticSearch .event_list .buttons > a:active, #elasticSearch .event_list .buttons > a:visited, #pages.search .event_list .buttons > a:hover, #pages.search .event_list .buttons > a:active, #pages.search .event_list .buttons > a:visited {
    background-color: #E35205;
    color: white;
  }
  #elasticSearch .event_list .buttons > a:hover:before, #elasticSearch .event_list .buttons > a:active:before, #elasticSearch .event_list .buttons > a:visited:before, #pages.search .event_list .buttons > a:hover:before, #pages.search .event_list .buttons > a:active:before, #pages.search .event_list .buttons > a:visited:before {
    animation: bounceX 1.5s;
    border-left: 10px solid #FFF;
  }
  #elasticSearch .event_list .buttons > a:before, #pages.search .event_list .buttons > a:before {
    content: "";
    display: inline-block;
    position: relative;
    top: initial;
    left: initial;
    width: 0;
    height: 0;
    margin-top: -3px;
    margin-right: 10px;
    vertical-align: middle;
    border-top: 6.9px solid transparent;
    border-bottom: 6.9px solid transparent;
    border-left: 10px solid #FFF;
    transform: translate(0%);
  }
}
#elasticSearch .event_list .date, #pages.search .event_list .date {
  order: 10;
  position: absolute;
  right: 5px;
  bottom: 0;
  left: 5px;
  padding: 9px 15px 11px;
  font-weight: 600;
  border-top: 2px solid #EBEBEB;
}
#elasticSearch .event_list .date .d, #pages.search .event_list .date .d {
  font-size: 24px;
  color: #EF7B45;
}
#elasticSearch .event_list .date .m-date__weekday, #pages.search .event_list .date .m-date__weekday {
  display: none;
  font-weight: 300;
}
#elasticSearch .event_list .date .y, #pages.search .event_list .date .y {
  display: none;
}
@media screen and (max-width: 767px) {
  #elasticSearch .event_list .date, #pages.search .event_list .date {
    right: 10px;
    bottom: 40px;
    left: 10px;
    font-size: 1rem;
  }
  #elasticSearch .event_list .date .m-date__day, #elasticSearch .event_list .date .m-date__separator, #pages.search .event_list .date .m-date__day, #pages.search .event_list .date .m-date__separator {
    font-size: 18px;
  }
}

#pages.search .search-app {
  margin-top: 0px;
  width: 100%;
  padding: 0px;
}

@keyframes bounce {
  0%, 100% {
    transform: translate(0%, -50%);
  }
  50% {
    transform: translate(4px, -50%);
  }
}
/* ----------------------------------------------------------------------------
= Baseline styles for all buttons in a project. These are global.
----------------------------------------------------------------------------- */
.m-button, .map_window .directions form button, .gen-button, .spotlight-button, a.button, .button a, span.button, input.button, .login-form input[type=submit], #loadMoreEvents, table [type=submit] {
  display: inline-block;
  position: relative;
  padding: 13px 30px 15px;
  background-color: #EBEBEB;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #25282A;
  border: none;
  border-radius: 0;
  outline: none !important;
  transition: 250ms;
}
.m-button:hover, .map_window .directions form button:hover, .gen-button:hover, .spotlight-button:hover, a.button:hover, .button a:hover, span.button:hover, input.button:hover, .login-form input[type=submit]:hover, #loadMoreEvents:hover, table [type=submit]:hover {
  background-color: #25282A;
  color: #FFF;
}

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

.royalSlider > * {
  float: left;
}

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

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

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: 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;
  -moz-transition: opacity 0.3s linear;
  -o-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;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -o-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;
  -moz-transition: 0s;
  -o-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;
  user-select: none;
}

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

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

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

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

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

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

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

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

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

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

img.rsImg {
  max-width: none;
}

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

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

.rsNoDrag {
  cursor: auto;
}

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

/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    9. Full Width Responsive
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* ----------------------------------------------------------------------------
=Settings
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=Includes
----------------------------------------------------------------------------- */
/* Background */
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: #151515;
  color: #FFF;
}

.royalSlider > .rsContent {
  visibility: hidden;
}

/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsDefault .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.rsHor .rsArrowLeft {
  left: 0;
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  opacity: 0.5;
  border-right: 18px solid #fff;
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn:hover {
  opacity: 1;
}
.rsDefault.rsHor .rsArrowRight {
  right: 0;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  opacity: 0.5;
  border-left: 18px solid #fff;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn:hover {
  opacity: 1;
}

.rsDefault .rsArrowIcn {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 13.5px solid transparent;
  border-bottom: 13.5px solid transparent;
  transform: translate(-50%, -50%);
  filter: drop-shadow(2px 3px 5px rgba(0, 0, 0, 0.14));
  transition: 250ms;
}
.rsDefault .rsArrowIcn:hover {
  filter: drop-shadow(2px 3px 10px rgba(0, 0, 0, 0.14));
}

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

/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden;
}
.rsDefault .rsBullets .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px;
}
.rsDefault .rsBullets .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5);
}
.rsDefault .rsBullets .rsBullet.rsNavSelected span {
  background-color: #FFF;
}

/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 72px;
}
.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: 96px;
  height: 72px;
}
.rsDefault .rsThumb img {
  width: 100%;
  height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
  background: #02874a;
}
.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;
}

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsDefault .rsThumbsHor {
    height: 44px;
  }
  .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: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1;
}
.rsDefault .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-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(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}

/***************
*
*  6. 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;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: url("../images/rs-default.png") no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
}
.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../images/rs-default.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

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

/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 0;
  left: 0;
  text-align: left;
  color: #FFF;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .rsDefault .rsGCaption {
    position: relative;
  }
}
.rsDefault .rsGCaption .rsABlock {
  position: relative;
}
.rsDefault .rsGCaption p {
  position: relative;
  float: left;
  margin: 0;
  padding: 9px 30px 10px 20px;
  font-size: 15px;
  color: #585b5d;
  letter-spacing: 0.5px;
  line-height: 21px;
  font-weight: 600;
  z-index: 1;
}
.rsDefault .rsGCaption p:after {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  transform: skew(-15deg);
  z-index: -1;
}

/***************
*
*  9. Full Width Responsive
*
****************/
.rsDefault.rsFullWidth {
  width: 100%;
  height: auto;
}
.rsDefault.rsFullWidth img.rsImg {
  width: 100%;
  display: block;
}

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

.slideshow-sidecaptions {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.slideshow-sidecaptions .rsDefault {
  width: 100%;
}
.slideshow-sidecaptions .rsDefault .rsThumbsVer {
  width: 35%;
}
.slideshow-sidecaptions .rsDefault .rsThumb {
  width: 100%;
  height: auto;
}
.slideshow-sidecaptions .rsDefault .rsThumb * {
  color: rgba(255, 255, 255, 0.4);
}
.slideshow-sidecaptions .rsDefault .rsThumb .buttons {
  opacity: 0;
  transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-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);
}

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

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

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

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

/* ----------------------------------------------------------------------------
=Showtime Page Content
----------------------------------------------------------------------------- */
.content_item {
  margin-bottom: 2.222222rem;
  transform: translateZ(0);
}
.content_item:first-child {
  margin-top: 3.333333rem;
}
.content_item:first-child.slide, .content_item:first-child.map {
  width: calc(100% + 330px);
  margin-top: 0;
  margin-left: -165px;
}
@media screen and (max-width: 1024px) {
  .content_item:first-child.slide, .content_item:first-child.map {
    width: calc(100% + 130px);
    margin-left: -65px;
  }
}
@media screen and (max-width: 767px) {
  .content_item:first-child.slide, .content_item:first-child.map {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}
.content_item.slide img {
  width: 100%;
}

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

.content {
  position: relative;
  margin: 0;
  padding: 0;
  /* ----------------------------------------------------------------------------
  =Image Templates
  ----------------------------------------------------------------------------- */
}
.content img {
  max-width: 100%;
}
.content img[align=left], .content img.left {
  float: left;
  margin: 0 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .content img[align=left], .content img.left {
    display: block;
    float: none;
    margin: 0 auto 20px;
  }
}
.content img[align=right], .content img.right {
  float: right;
  margin: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .content img[align=right], .content img.right {
    display: block;
    float: none;
    margin: 0 auto 20px;
  }
}

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

.cms h1, .full_column.non-widget-area h1, .textarea h1, .spotlight_content h1, .faq h1, .link .description h1, .event_description h1 {
  margin-bottom: 2rem;
  padding-bottom: 1.11111rem;
  border-bottom: 2px solid #EF7B45;
}
.cms blockquote, .full_column.non-widget-area blockquote, .textarea blockquote, .spotlight_content blockquote, .faq blockquote, .link .description blockquote, .event_description blockquote {
  overflow: visible;
  position: relative;
  z-index: 10;
  margin: 0 0 2.22222rem;
  padding: 56px 0 34px;
  color: #4C4F50;
}
@media screen and (max-width: 767px) {
  .cms blockquote, .full_column.non-widget-area blockquote, .textarea blockquote, .spotlight_content blockquote, .faq blockquote, .link .description blockquote, .event_description blockquote {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.cms blockquote:after, .full_column.non-widget-area blockquote:after, .textarea blockquote:after, .spotlight_content blockquote:after, .faq blockquote:after, .link .description blockquote:after, .event_description blockquote:after {
  content: "";
  display: block;
  visibility: visible;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: calc(100% + 150px);
  max-width: calc(100vw - 80px);
  height: 100%;
  opacity: 1;
  box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.34);
  transform: translateX(-50%) translateZ(0);
}
.cms blockquote + blockquote, .full_column.non-widget-area blockquote + blockquote, .textarea blockquote + blockquote, .spotlight_content blockquote + blockquote, .faq blockquote + blockquote, .link .description blockquote + blockquote, .event_description blockquote + blockquote {
  margin-top: -40px;
  border-top: 0;
}
.cms blockquote p, .full_column.non-widget-area blockquote p, .textarea blockquote p, .spotlight_content blockquote p, .faq blockquote p, .link .description blockquote p, .event_description blockquote p {
  color: #4C4F50;
}
.cms blockquote p:last-child, .full_column.non-widget-area blockquote p:last-child, .textarea blockquote p:last-child, .spotlight_content blockquote p:last-child, .faq blockquote p:last-child, .link .description blockquote p:last-child, .event_description blockquote p:last-child {
  margin-bottom: 0;
}
.cms blockquote p:last-child:not(:first-child), .full_column.non-widget-area blockquote p:last-child:not(:first-child), .textarea blockquote p:last-child:not(:first-child), .spotlight_content blockquote p:last-child:not(:first-child), .faq blockquote p:last-child:not(:first-child), .link .description blockquote p:last-child:not(:first-child), .event_description blockquote p:last-child:not(:first-child) {
  position: relative;
  margin-top: 0;
  padding-top: 1.111111rem;
}
.cms blockquote p:last-child:not(:first-child) strong, .full_column.non-widget-area blockquote p:last-child:not(:first-child) strong, .textarea blockquote p:last-child:not(:first-child) strong, .spotlight_content blockquote p:last-child:not(:first-child) strong, .faq blockquote p:last-child:not(:first-child) strong, .link .description blockquote p:last-child:not(:first-child) strong, .event_description blockquote p:last-child:not(:first-child) strong {
  font-size: 1.3333333333rem;
  /* Monica Gellar: */
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.8px;
  color: #25282A;
}
.cms blockquote p:last-child:not(:first-child) em, .full_column.non-widget-area blockquote p:last-child:not(:first-child) em, .textarea blockquote p:last-child:not(:first-child) em, .spotlight_content blockquote p:last-child:not(:first-child) em, .faq blockquote p:last-child:not(:first-child) em, .link .description blockquote p:last-child:not(:first-child) em, .event_description blockquote p:last-child:not(:first-child) em {
  font-size: 0.8333333333rem;
  /* / Marketing Director: */
  font-weight: 700;
  line-height: 1.1666666667;
  letter-spacing: 0.5px;
  color: #EF7B45;
}
.cms blockquote p:last-child:not(:first-child) em:before, .full_column.non-widget-area blockquote p:last-child:not(:first-child) em:before, .textarea blockquote p:last-child:not(:first-child) em:before, .spotlight_content blockquote p:last-child:not(:first-child) em:before, .faq blockquote p:last-child:not(:first-child) em:before, .link .description blockquote p:last-child:not(:first-child) em:before, .event_description blockquote p:last-child:not(:first-child) em:before {
  content: " /  ";
}
.cms blockquote p:last-child:not(:first-child) strong, .cms blockquote p:last-child:not(:first-child) em, .full_column.non-widget-area blockquote p:last-child:not(:first-child) strong, .full_column.non-widget-area blockquote p:last-child:not(:first-child) em, .textarea blockquote p:last-child:not(:first-child) strong, .textarea blockquote p:last-child:not(:first-child) em, .spotlight_content blockquote p:last-child:not(:first-child) strong, .spotlight_content blockquote p:last-child:not(:first-child) em, .faq blockquote p:last-child:not(:first-child) strong, .faq blockquote p:last-child:not(:first-child) em, .link .description blockquote p:last-child:not(:first-child) strong, .link .description blockquote p:last-child:not(:first-child) em, .event_description blockquote p:last-child:not(:first-child) strong, .event_description blockquote p:last-child:not(:first-child) em {
  font-style: normal;
}
.cms blockquote p:last-child:not(:first-child):before, .full_column.non-widget-area blockquote p:last-child:not(:first-child):before, .textarea blockquote p:last-child:not(:first-child):before, .spotlight_content blockquote p:last-child:not(:first-child):before, .faq blockquote p:last-child:not(:first-child):before, .link .description blockquote p:last-child:not(:first-child):before, .event_description blockquote p:last-child:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  max-width: 100%;
  height: 2px;
  background: #EBEBEB;
}
.cms ul:not(.list), .full_column.non-widget-area ul:not(.list), .textarea ul:not(.list), .spotlight_content ul:not(.list), .faq ul:not(.list), .link .description ul:not(.list), .event_description ul:not(.list) {
  margin-bottom: 2.22222rem;
  padding-left: 10px;
}
.cms ul:not(.list) li, .full_column.non-widget-area ul:not(.list) li, .textarea ul:not(.list) li, .spotlight_content ul:not(.list) li, .faq ul:not(.list) li, .link .description ul:not(.list) li, .event_description ul:not(.list) li {
  margin-bottom: 7px;
  padding: 0 0 0 30px;
  font-weight: 300;
  line-height: 1.5;
}
.cms ul:not(.list) li:before, .full_column.non-widget-area ul:not(.list) li:before, .textarea ul:not(.list) li:before, .spotlight_content ul:not(.list) li:before, .faq ul:not(.list) li:before, .link .description ul:not(.list) li:before, .event_description ul:not(.list) li:before {
  content: "";
  display: block;
  visibility: visible;
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #C3C4C4;
}
@media screen and (max-width: 767px) {
  .cms ul:not(.list) li:before, .full_column.non-widget-area ul:not(.list) li:before, .textarea ul:not(.list) li:before, .spotlight_content ul:not(.list) li:before, .faq ul:not(.list) li:before, .link .description ul:not(.list) li:before, .event_description ul:not(.list) li:before {
    top: 6px;
  }
}
.cms ul:not(.list) li ul, .cms ul:not(.list) li ol, .full_column.non-widget-area ul:not(.list) li ul, .full_column.non-widget-area ul:not(.list) li ol, .textarea ul:not(.list) li ul, .textarea ul:not(.list) li ol, .spotlight_content ul:not(.list) li ul, .spotlight_content ul:not(.list) li ol, .faq ul:not(.list) li ul, .faq ul:not(.list) li ol, .link .description ul:not(.list) li ul, .link .description ul:not(.list) li ol, .event_description ul:not(.list) li ul, .event_description ul:not(.list) li ol {
  margin-top: 10px;
  padding-left: 0;
}
.cms ol, .full_column.non-widget-area ol, .textarea ol, .spotlight_content ol, .faq ol, .link .description ol, .event_description ol {
  margin-bottom: 2.22222rem;
  padding-left: 2px;
}
.cms ol > li, .full_column.non-widget-area ol > li, .textarea ol > li, .spotlight_content ol > li, .faq ol > li, .link .description ol > li, .event_description ol > li {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 0 53px;
  font-weight: 300;
  line-height: 1.5;
  counter-increment: li-counter;
}
.cms ol > li:before, .cms ol > li:after, .full_column.non-widget-area ol > li:before, .full_column.non-widget-area ol > li:after, .textarea ol > li:before, .textarea ol > li:after, .spotlight_content ol > li:before, .spotlight_content ol > li:after, .faq ol > li:before, .faq ol > li:after, .link .description ol > li:before, .link .description ol > li:after, .event_description ol > li:before, .event_description ol > li:after {
  content: counter(li-counter);
  position: absolute;
  z-index: 1;
  top: -1px;
  left: 9px;
  width: 25px;
  height: 25px;
  font-size: 1.125rem;
  font-weight: 500;
}
.cms ol > li:after, .full_column.non-widget-area ol > li:after, .textarea ol > li:after, .spotlight_content ol > li:after, .faq ol > li:after, .link .description ol > li:after, .event_description ol > li:after {
  content: "/";
  z-index: 0;
  left: 25px;
  color: #EF7B45;
}
.cms ol > li ul, .cms ol > li ol, .full_column.non-widget-area ol > li ul, .full_column.non-widget-area ol > li ol, .textarea ol > li ul, .textarea ol > li ol, .spotlight_content ol > li ul, .spotlight_content ol > li ol, .faq ol > li ul, .faq ol > li ol, .link .description ol > li ul, .link .description ol > li ol, .event_description ol > li ul, .event_description ol > li ol {
  margin-top: 10px;
  padding-left: 0;
}

/* ----------------------------------------------------------------------------
= Spotlight list style
----------------------------------------------------------------------------- */
.job_list .info {
  text-align: left !important;
}

.spotlight, .concierge, .news_list, .contest_list, .job_list, .seating_charts {
  clear: both;
}
.spotlight[data-layout=square], .concierge[data-layout=square], .news_list[data-layout=square], .contest_list[data-layout=square], .job_list[data-layout=square], .seating_charts[data-layout=square] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.spotlight[data-layout=square]:last-child .entry:last-child, .concierge[data-layout=square]:last-child .entry:last-child, .news_list[data-layout=square]:last-child .entry:last-child, .contest_list[data-layout=square]:last-child .entry:last-child, .job_list[data-layout=square]:last-child .entry:last-child, .seating_charts[data-layout=square]:last-child .entry:last-child {
  border-bottom: 2px solid #EBEBEB;
}
@media screen and (max-width: 767px) {
  .spotlight[data-layout=square]:last-child .entry:last-child, .concierge[data-layout=square]:last-child .entry:last-child, .news_list[data-layout=square]:last-child .entry:last-child, .contest_list[data-layout=square]:last-child .entry:last-child, .job_list[data-layout=square]:last-child .entry:last-child, .seating_charts[data-layout=square]:last-child .entry:last-child {
    border: none;
  }
}
.spotlight[data-layout=square] .entry, .concierge[data-layout=square] .entry, .news_list[data-layout=square] .entry, .contest_list[data-layout=square] .entry, .job_list[data-layout=square] .entry, .seating_charts[data-layout=square] .entry {
  width: calc(50% - 0.5rem);
}
@media screen and (max-width: 767px) {
  .spotlight[data-layout=square] .entry, .concierge[data-layout=square] .entry, .news_list[data-layout=square] .entry, .contest_list[data-layout=square] .entry, .job_list[data-layout=square] .entry, .seating_charts[data-layout=square] .entry {
    width: 100%;
  }
}
.spotlight[data-layout=square] .entry:after, .concierge[data-layout=square] .entry:after, .news_list[data-layout=square] .entry:after, .contest_list[data-layout=square] .entry:after, .job_list[data-layout=square] .entry:after, .seating_charts[data-layout=square] .entry:after {
  display: none;
}
.spotlight[data-layout=square] .entry .thumb, .concierge[data-layout=square] .entry .thumb, .news_list[data-layout=square] .entry .thumb, .contest_list[data-layout=square] .entry .thumb, .job_list[data-layout=square] .entry .thumb, .seating_charts[data-layout=square] .entry .thumb {
  float: none;
  margin: 0 0 1rem;
}
.spotlight[data-layout=square] .entry .info, .concierge[data-layout=square] .entry .info, .news_list[data-layout=square] .entry .info, .contest_list[data-layout=square] .entry .info, .job_list[data-layout=square] .entry .info, .seating_charts[data-layout=square] .entry .info {
  float: none;
  width: 100%;
  margin: 0 0 1rem;
}
.spotlight[data-layout=wide] .entry:last-child, .concierge[data-layout=wide] .entry:last-child, .news_list[data-layout=wide] .entry:last-child, .contest_list[data-layout=wide] .entry:last-child, .job_list[data-layout=wide] .entry:last-child, .seating_charts[data-layout=wide] .entry:last-child {
  border-bottom: 0;
}
.spotlight .entry, .concierge .entry, .news_list .entry, .contest_list .entry, .job_list .entry, .seating_charts .entry {
  zoom: 1;
  margin-bottom: 0.5rem;
  padding-top: 23px;
  padding-bottom: 1.7rem;
  border-bottom: 2px solid #EBEBEB;
}
.spotlight .entry:before, .spotlight .entry:after, .concierge .entry:before, .concierge .entry:after, .news_list .entry:before, .news_list .entry:after, .contest_list .entry:before, .contest_list .entry:after, .job_list .entry:before, .job_list .entry:after, .seating_charts .entry:before, .seating_charts .entry:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0;
}
.spotlight .entry:after, .concierge .entry:after, .news_list .entry:after, .contest_list .entry:after, .job_list .entry:after, .seating_charts .entry:after {
  clear: both;
}
.spotlight .entry:last-child, .concierge .entry:last-child, .news_list .entry:last-child, .contest_list .entry:last-child, .job_list .entry:last-child, .seating_charts .entry:last-child {
  margin-bottom: 1rem;
}
.spotlight .thumb, .concierge .thumb, .news_list .thumb, .contest_list .thumb, .job_list .thumb, .seating_charts .thumb {
  float: left;
  width: 262px;
  min-width: 150px;
  max-width: 100%;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 767px) {
  .spotlight .thumb, .concierge .thumb, .news_list .thumb, .contest_list .thumb, .job_list .thumb, .seating_charts .thumb {
    float: none;
    margin: 0 auto 20px;
  }
}
.spotlight .thumb a, .concierge .thumb a, .news_list .thumb a, .contest_list .thumb a, .job_list .thumb a, .seating_charts .thumb a {
  display: block;
  position: relative;
}
.spotlight .thumb a:before, .concierge .thumb a:before, .news_list .thumb a:before, .contest_list .thumb a:before, .job_list .thumb a:before, .seating_charts .thumb a:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: 250ms;
}
.spotlight .thumb a:hover:before, .concierge .thumb a:hover:before, .news_list .thumb a:hover:before, .contest_list .thumb a:hover:before, .job_list .thumb a:hover:before, .seating_charts .thumb a:hover:before {
  background-color: rgba(0, 0, 0, 0.25);
}
.spotlight .thumb img, .concierge .thumb img, .news_list .thumb img, .contest_list .thumb img, .job_list .thumb img, .seating_charts .thumb img {
  display: block;
  width: 100%;
}
.spotlight .info, .concierge .info, .news_list .info, .contest_list .info, .job_list .info, .seating_charts .info {
  display: block;
  float: left;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .spotlight .info, .concierge .info, .news_list .info, .contest_list .info, .job_list .info, .seating_charts .info {
    float: none;
    margin: 0 auto 20px;
    text-align: center;
  }
  .spotlight .info li, .concierge .info li, .news_list .info li, .contest_list .info li, .job_list .info li, .seating_charts .info li {
    text-align: left;
  }
}
.spotlight .thumb + .info, .concierge .thumb + .info, .news_list .thumb + .info, .contest_list .thumb + .info, .job_list .thumb + .info, .seating_charts .thumb + .info {
  width: calc(100% - (262px + 30px));
}
@media screen and (max-width: 767px) {
  .spotlight .thumb + .info, .concierge .thumb + .info, .news_list .thumb + .info, .contest_list .thumb + .info, .job_list .thumb + .info, .seating_charts .thumb + .info {
    width: 100%;
  }
}
.spotlight h3.title a, .concierge h3.title a, .news_list h3.title a, .contest_list h3.title a, .job_list h3.title a, .seating_charts h3.title a {
  color: #25282A;
  transition: 250ms;
}
.spotlight h3.title a:hover, .concierge h3.title a:hover, .news_list h3.title a:hover, .contest_list h3.title a:hover, .job_list h3.title a:hover, .seating_charts h3.title a:hover {
  color: #EF7B45;
}
@media screen and (max-width: 767px) {
  .spotlight .buttons, .spotlight .links, .concierge .buttons, .concierge .links, .news_list .buttons, .news_list .links, .contest_list .buttons, .contest_list .links, .job_list .buttons, .job_list .links, .seating_charts .buttons, .seating_charts .links {
    float: none;
    margin: 0 auto 20px;
    text-align: center;
  }
  .spotlight .buttons a, .spotlight .links a, .concierge .buttons a, .concierge .links a, .news_list .buttons a, .news_list .links a, .contest_list .buttons a, .contest_list .links a, .job_list .buttons a, .job_list .links a, .seating_charts .buttons a, .seating_charts .links a {
    margin: 0 10px;
  }
}
.spotlight .buttons a, .spotlight .links a, .concierge .buttons a, .concierge .links a, .news_list .buttons a, .news_list .links a, .contest_list .buttons a, .contest_list .links a, .job_list .buttons a, .job_list .links a, .seating_charts .buttons a, .seating_charts .links a {
  margin: 0 20px 0 0;
}
.spotlight .address, .spotlight address, .concierge .address, .concierge address, .news_list .address, .news_list address, .contest_list .address, .contest_list address, .job_list .address, .job_list address, .seating_charts .address, .seating_charts address {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #4C4F50;
}

.concierge .thumb.default {
  display: none;
}
.concierge .thumb.default + .info {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .news_list .thumb {
    display: none;
  }
  .news_list .info {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .news_list .teaser {
    display: none;
  }
}

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

#overlay_container {
  display: none;
  padding: 100px 0 0;
}
#overlay_container .close-overlay {
  display: block;
  position: absolute;
  z-index: 50;
  top: -25px;
  right: -25px;
  width: 50px;
  height: 50px;
  background: url(../images/button_close.png) no-repeat center center;
  cursor: pointer;
}
#overlay_container a, #overlay_container a:link, #overlay_container a:visited {
  display: block;
  position: relative;
  z-index: 10;
  max-width: 1000px;
  height: auto;
}
#overlay_container a img, #overlay_container a:link img, #overlay_container a:visited img {
  display: block;
  width: 100%;
  height: auto;
}

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

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

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

/* ----------------------------------------------------------------------------
= Homepage items and layout
----------------------------------------------------------------------------- */
.home .featured_events_section {
  margin-bottom: 0;
}
.home #loadMoreEvents {
  top: -35px;
}
.home .full {
  padding-bottom: 0;
}
.home .full .full_column {
  overflow: visible;
  margin-top: 121px;
  padding: 0 !important;
  background-color: transparent;
}
@media screen and (max-width: 1024px) {
  .home .full .full_column {
    margin-top: 0;
  }
}
.home .home-slideshow {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  /** OLD
  width: 1450px;
  max-width: 100vw;
  **/
  margin-bottom: 115px;
  padding-left: 50px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1500px) {
  .home .home-slideshow {
    width: 1500px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .home .home-slideshow {
    overflow: hidden;
    width: calc(100% + 20px);
    margin-bottom: 40px;
    padding-left: 0;
  }
}
.home .home-slideshow .rsLink + div {
  opacity: 1;
  transition: 250ms;
}
.home .home-slideshow .rsLink + div:before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  clip-path: polygon(5% 0%, 0% 100%, 100% 100%, 100% 0);
}
@media screen and (max-width: 767px) {
  .home .home-slideshow .rsLink + div:before {
    clip-path: none;
  }
}
.home .home-slideshow .rsLink + div img {
  transition: opacity 250ms;
}
.home .home-slideshow .rsLink:hover + div img {
  opacity: 0.8;
}
.home .home-slideshow .rsImg {
  clip-path: polygon(5% 0%, 0% 100%, 100% 100%, 100% 0);
}
@media screen and (max-width: 767px) {
  .home .home-slideshow .rsImg {
    clip-path: none;
  }
}
.home .home-slideshow .rsOverflow {
  max-height: 800px;
  background: transparent;
  transition: 0s !important;
  clip-path: polygon(5% 0%, 0% 100%, 100% 100%, 100% 0);
}
@media screen and (max-width: 767px) {
  .home .home-slideshow .rsOverflow {
    clip-path: none;
  }
}
.home .home-slideshow .rsSlide {
  background: transparent !important;
}
.home .home-slideshow .rsGCaption {
  overflow: hidden;
  position: absolute;
  right: 0;
  left: auto;
  width: 94%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 26px;
  transition: 250ms;
  transform: translateY(50%);
}
@media screen and (max-width: 1024px) {
  .home .home-slideshow .rsGCaption {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home .home-slideshow .rsGCaption {
    float: left;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    transform: none;
  }
}
@media screen and (min-width: 768px) {
  .home .home-slideshow .rsGCaption {
    min-height: 0 !important;
  }
}
.home .home-slideshow .rsGCaption .rsInfo {
  position: relative;
  margin-right: -20px;
  background: #FFF;
  transform: skew(-10deg);
}
@media screen and (max-width: 767px) {
  .home .home-slideshow .rsGCaption .rsInfo {
    margin-right: 0;
    transform: none;
  }
}
.home .home-slideshow .rsGCaption .rsInfo:hover:after {
  left: 10px;
}
.home .home-slideshow .rsGCaption .rsInfo:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -8px;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  background: #FFF;
  transition: 250ms;
}
.home .home-slideshow .rsGCaption .rsInfo .desc, .home .home-slideshow .rsGCaption .rsInfo .buttons {
  transform: skew(10deg);
}
@media screen and (max-width: 767px) {
  .home .home-slideshow .rsGCaption .rsInfo .desc, .home .home-slideshow .rsGCaption .rsInfo .buttons {
    transform: none;
  }
}
.home .home-slideshow .rsGCaption .desc {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  z-index: 100;
  padding: 18px 0 12px 190px;
}
@media screen and (max-width: 767px) {
  .home .home-slideshow .rsGCaption .desc {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.home .home-slideshow .rsGCaption .desc h3 {
  width: calc(100% - 325px);
  margin-bottom: 0;
  font-size: 3.1573345183rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .home .home-slideshow .rsGCaption .desc h3 {
    display: -webkit-box;
    overflow: hidden;
    width: calc(100% - 50px);
    max-height: 107px;
    font-size: 32px;
    line-height: 34px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 767px) {
  .home .home-slideshow .rsGCaption .desc h3 {
    width: 100%;
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 0.8px;
    color: #25282A;
  }
}
.home .home-slideshow .rsGCaption .desc h3:last-child {
  margin-bottom: 6px;
}
.home .home-slideshow .rsGCaption .desc h3 a {
  color: #25282A;
  transition: 250ms;
}
.home .home-slideshow .rsGCaption .desc h3 a:hover {
  color: #EF7B45;
}
.home .home-slideshow .rsGCaption .desc .caption_body {
  overflow: hidden;
  width: calc(100% - 330px);
  margin-top: 6px;
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
  white-space: nowrap;
  letter-spacing: 0.5px;
  text-overflow: ellipsis;
  color: #88898A;
}
@media screen and (max-width: 1024px) {
  .home .home-slideshow .rsGCaption .desc .caption_body {
    width: calc(100% - 50px);
    font-size: 18px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .home .home-slideshow .rsGCaption .desc .caption_body {
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #88898A;
  }
}
.home .home-slideshow .rsGCaption .date {
  max-width: 90px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 28px;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .home .home-slideshow .rsGCaption .date {
    height: calc(100% + 47px);
  }
}
@media screen and (max-width: 767px) {
  .home .home-slideshow .rsGCaption .date {
    max-width: 1000px;
    justify-content: flex-start;
    position: relative;
    left: auto;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.8px;
    color: #4C4F50;
    border-bottom: 2px solid #EBEBEB;
  }
}
.home .home-slideshow .rsGCaption .date:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 1px;
  height: calc(100% - 20px);
  background: #88898A;
  transform: translateY(-50%) skew(-10deg);
}
.home .home-slideshow .rsGCaption .date .m-date__weekday {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 300;
  line-height: 15px;
  white-space: nowrap;
  letter-spacing: 0.8px;
  color: #88898A;
}
@media screen and (max-width: 767px) {
  .home .home-slideshow .rsGCaption .date .m-date__weekday {
    display: inline;
  }
}
.home .home-slideshow .rsGCaption .date .m-date__day, .home .home-slideshow .rsGCaption .date .m-date__separator {
  font-size: 32px;
  color: #EF7B45;
}
@media screen and (max-width: 767px) {
  .home .home-slideshow .rsGCaption .date .m-date__day, .home .home-slideshow .rsGCaption .date .m-date__separator {
    font-size: 18px;
  }
}
.home .home-slideshow .rsGCaption .date .m-date__year {
  display: none;
}
.home .home-slideshow .rsGCaption .buttons {
  display: flex;
  align-items: center;
  align-self: flex-end;
  position: absolute;
  z-index: 100;
  right: 37px;
  bottom: 5px;
  height: 48px;
  opacity: 1;
  transition: opacity 250ms;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .home .home-slideshow .rsGCaption .buttons {
    justify-content: flex-end;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .home .home-slideshow .rsGCaption .buttons {
    right: 0;
    bottom: 0;
  }
}
.home .home-slideshow .rsGCaption .buttons span {
  display: none;
}
.home .home-slideshow .rsGCaption .buttons a {
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  white-space: nowrap;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #25282A;
  transition: 250ms;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .home .home-slideshow .rsGCaption .buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    color: #FFF !important;
  }
  .home .home-slideshow .rsGCaption .buttons a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -6px;
    width: calc(100% + 12px);
    height: 100%;
    background-color: #EF7B45;
    transition: 250ms;
    transform: skew(-12deg);
  }
  .home .home-slideshow .rsGCaption .buttons a:hover {
    color: #E35205;
  }
  .home .home-slideshow .rsGCaption .buttons a:hover:before {
    background-color: #E35205;
  }
  .home .home-slideshow .rsGCaption .buttons a:only-of-type {
    width: 100%;
  }
}
.home .home-slideshow .rsGCaption .buttons a:hover {
  color: #E35205;
}
.home .home-slideshow .rsGCaption .buttons a:hover:after {
  border-left: 10px solid #E35205;
  animation: bounce 750ms;
}
.home .home-slideshow .rsGCaption .buttons a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -20px;
  width: 0;
  height: 0;
  border-top: 6.9px solid transparent;
  border-bottom: 6.9px solid transparent;
  border-left: 10px solid #EF7B45;
  transform: translate(0%, -50%);
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .home .home-slideshow .rsGCaption .buttons a:after {
    order: -1;
    position: relative;
    top: 7px;
    left: -10px;
    border-left: 10px solid #FFF !important;
  }
}
.home .home-slideshow .rsGCaption .buttons a + a {
  position: relative;
  margin-left: 65px;
}
@media screen and (max-width: 767px) {
  .home .home-slideshow .rsGCaption .buttons a + a {
    margin-left: 0;
  }
}
.home .home-slideshow .rsGCaption .buttons a + a:hover {
  color: #5EB1BF;
}
.home .home-slideshow .rsGCaption .buttons a + a:hover:after {
  border-left: 10px solid #5EB1BF;
}
@media screen and (max-width: 767px) {
  .home .home-slideshow .rsGCaption .buttons a + a:hover:before {
    background-color: #26A8BF;
  }
}
@media screen and (max-width: 767px) {
  .home .home-slideshow .rsGCaption .buttons a + a:before {
    background-color: #5EB1BF;
  }
}
@media screen and (min-width: 768px) {
  .home .home-slideshow .rsGCaption .buttons a + a:before {
    content: " / ";
    position: absolute;
    top: 50%;
    left: -46px;
    font-size: 145%;
    font-weight: 100;
    color: #88898A;
    transform: translateY(-50%);
  }
}
.home .home-slideshow .rsGCaption .buttons a + a:after {
  border-left: 10px solid #5EB1BF;
}
@media screen and (min-width: 768px) {
  .home .home-slideshow .rsArrow {
    max-height: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .home .home-slideshow .rsArrowLeft {
    left: 50px;
  }
}
@media screen and (min-width: 1501px) {
  .home .home-slideshow .rsArrowLeft {
    left: 4%;
  }
}
.home .event_list .eventList__wrapper {
  position: relative;
  left: 50%;
  width: calc(100% + 90px);
  max-width: calc(100vw - 40px);
  margin-bottom: 50px;
  transform: translateX(-50%);
}
.home .event_list .eventItem.hp-featured.featured {
  overflow: visible;
  width: calc(100% - 50px);
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  background: transparent;
}
@media screen and (max-width: 1024px) {
  .home .event_list .eventItem.hp-featured.featured {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .home .event_list .eventItem.hp-featured.featured {
    width: 100%;
  }
}
.home .event_list .eventItem.hp-featured.featured .thumb img + img {
  display: none;
}
.home .event_list .eventItem.hp-featured.featured .thumb a {
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 97% 0);
}
@media screen and (max-width: 767px) {
  .home .event_list .eventItem.hp-featured.featured .thumb a {
    clip-path: none;
  }
}
.home .event_list .eventItem.hp-featured.featured .info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  z-index: 100;
  width: 97%;
  min-height: 195px;
  margin-top: -40px;
  margin-left: -5px;
  padding: 20px 45px 68px 20px;
}
@media screen and (max-width: 980px) {
  .home .event_list .eventItem.hp-featured.featured .info {
    width: 99%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .home .event_list .eventItem.hp-featured.featured .info {
    width: 100%;
    min-height: 0;
    margin-top: 0;
    margin-left: 0;
    padding: 10px 10px 40px 10px;
  }
}
.home .event_list .eventItem.hp-featured.featured .info:hover:after {
  top: -10px;
  left: 20px;
  height: 100%;
}
.home .event_list .eventItem.hp-featured.featured .info:before, .home .event_list .eventItem.hp-featured.featured .info:after {
  clear: initial;
  width: 100%;
  background: #FFF;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 98% 0);
}
@media screen and (max-width: 767px) {
  .home .event_list .eventItem.hp-featured.featured .info:before, .home .event_list .eventItem.hp-featured.featured .info:after {
    clip-path: none;
  }
}
.home .event_list .eventItem.hp-featured.featured .info:before {
  content: "";
  visibility: visible;
  position: absolute;
  z-index: -5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .event_list .eventItem.hp-featured.featured .info:after {
  content: "";
  visibility: visible;
  position: absolute;
  z-index: -5;
  top: -10px;
  left: -10px;
  width: calc(100% - 10px);
  height: 100%;
  opacity: 0.35;
  transition: 250ms;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .home .event_list .eventItem.hp-featured.featured .info:after {
    display: none;
  }
}
.home .event_list .eventItem.hp-featured.featured .info .date {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .home .event_list .eventItem.hp-featured.featured .info .date {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    font-size: 1rem;
  }
  .home .event_list .eventItem.hp-featured.featured .info .date .m-date__weekday {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .home .event_list .eventItem.hp-featured.featured .info .title {
    font-size: 43px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .home .event_list .eventItem.hp-featured.featured .buttons {
    justify-content: center;
    align-self: auto;
    order: 100;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
  }
  .home .event_list .eventItem.hp-featured.featured .buttons a {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #EF7B45;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    transition: 450ms;
  }
  .home .event_list .eventItem.hp-featured.featured .buttons a:hover {
    background-color: #E35205;
  }
  .home .event_list .eventItem.hp-featured.featured .buttons a:before {
    display: inline-block;
    position: relative;
    top: 8px;
    left: -10px;
    border-left: 10px solid #FFF !important;
  }
  .home .event_list .eventItem.hp-featured.featured .buttons a + a {
    display: none !important;
  }
}
.home .event_list .eventItem.hp-featured.featured .buttons a + a {
  display: block;
  position: relative;
  margin-left: 65px;
}
.home .event_list .eventItem.hp-featured.featured .buttons a + a:hover {
  color: #5EB1BF;
}
.home .event_list .eventItem.hp-featured.featured .buttons a + a:after {
  content: " / ";
  position: absolute;
  top: 50%;
  left: -46px;
  font-size: 145%;
  font-weight: 100;
  color: #88898A;
  transform: translateY(-50%);
}
.home .event_list .eventItem.hp-featured.featured .buttons a + a:before {
  border-left: 10px solid #5EB1BF;
}

.link {
  position: relative;
}
.link ul.list {
  padding: 0;
}
.link ul.list > li {
  margin-bottom: 20px;
}
.link ul.list > li > a, .link ul.list > li > span {
  transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  display: block;
  position: relative;
  padding: 5px 0 5px 50px;
  font-size: 18px;
  line-height: 19px;
  letter-spacing: 0.8px;
  word-wrap: break-word;
  color: #25282A;
  transition: 250ms;
  /*------------------------------------------------------------
  =Handles all Social Media icons for select social media urls
      -- Twitter | Facebook | Instagram | Pinterest
  ------------------------------------------------------------*/
}
.link ul.list > li > a svg, .link ul.list > li > span svg {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.link ul.list > li > a svg g, .link ul.list > li > span svg g {
  transition: 250ms;
  fill: #25282A;
}
.link ul.list > li > a[href*=twitter] svg, .link ul.list > li > a[href*=facebook] svg, .link ul.list > li > a[href*=instagram] svg, .link ul.list > li > a[href*=pinterest] svg, .link ul.list > li > span[href*=twitter] svg, .link ul.list > li > span[href*=facebook] svg, .link ul.list > li > span[href*=instagram] svg, .link ul.list > li > span[href*=pinterest] svg {
  display: none;
}
.link ul.list > li > a[href*=twitter]:before, .link ul.list > li > a[href*=facebook]:before, .link ul.list > li > a[href*=instagram]:before, .link ul.list > li > a[href*=pinterest]:before, .link ul.list > li > span[href*=twitter]:before, .link ul.list > li > span[href*=facebook]:before, .link ul.list > li > span[href*=instagram]:before, .link ul.list > li > span[href*=pinterest]:before {
  transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  padding: 0;
  background: none;
  font-family: FontAwesome;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  color: #4C4F50;
}
.link ul.list > li > a[href*=twitter]:hover:before, .link ul.list > li > a[href*=facebook]:hover:before, .link ul.list > li > a[href*=instagram]:hover:before, .link ul.list > li > a[href*=pinterest]:hover:before, .link ul.list > li > span[href*=twitter]:hover:before, .link ul.list > li > span[href*=facebook]:hover:before, .link ul.list > li > span[href*=instagram]:hover:before, .link ul.list > li > span[href*=pinterest]:hover:before {
  color: #25282A;
}
.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:hover {
  color: #EF7B45;
}
.link ul.list > li > a:hover svg g {
  fill: #EF7B45;
}
.link ul.list > li > span .link_icon {
  display: none;
}
.link ul.list .description {
  margin-top: 7px;
  margin-bottom: 0;
  padding-left: 50px;
}
.link ul.list .description :last-child {
  margin-bottom: 0;
}
/* ----------------------------------------------------------------------------
= FAQ Accordion
----------------------------------------------------------------------------- */
.faq {
  position: relative;
  margin-bottom: 2.75rem;
  padding: 0;
}
.faq dt {
  position: relative;
  position: relative;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  background-image: linear-gradient(250deg, transparent 35px, rgb(255, 255, 255) 0);
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.8px;
  color: #25282A;
  transition: 250ms;
  cursor: pointer;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.14));
  backface-visibility: hidden;
}
.faq dt p {
  margin: 0;
  padding: 13px 70px 13px 20px;
  font-size: 1.3333333333rem;
  font-weight: 500;
  font-weight: 400;
  line-height: 1.3888888889rem;
  letter-spacing: 0.8px;
  text-transform: none;
  color: #25282A;
}
.faq dt a {
  display: block;
  padding: 0;
  transition: 250ms;
}
.faq dt:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  width: 0;
  height: 0;
  border-top: 10px solid #25282A;
  border-right: 6px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 6px solid transparent;
  transition: 250ms;
  transform: translateY(-50%);
  pointer-events: none;
}
.faq dt:hover {
  filter: drop-shadow(2px 6px 10px rgba(0, 0, 0, 0.34));
}
.faq dt.open {
  background-image: linear-gradient(250deg, transparent 35px, #25282A 0);
  filter: drop-shadow(2px 6px 10px rgba(0, 0, 0, 0.34));
}
.faq dt.open:after {
  border-top: 10px solid #FFF;
  transform: translateY(-50%) rotate(180deg);
}
.faq dt.open p {
  color: #FFF;
}
.faq dd {
  display: none;
  margin: 0;
  padding: 6px 12px;
}
.faq dd .cms :last-child {
  margin-bottom: 14px;
}

/* ----------------------------------------------------------------------------
= Seating Charts Page styles - Listing page
----------------------------------------------------------------------------- */
.seating_charts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  position: relative;
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 975px) {
  .seating_charts {
    width: 590px;
  }
}
@media screen and (max-width: 767px) {
  .seating_charts {
    width: 100%;
  }
}
.seating_charts:before, .seating_charts:after {
  display: none;
}
.seating_charts .entry {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  width: 33.33333%;
  margin-bottom: 40px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .seating_charts .entry {
    float: none;
    width: 100%;
  }
  .seating_charts .entry:last-child {
    border: none;
  }
}
@media screen and (max-width: 365px) {
  .seating_charts .entry {
    padding: 0;
  }
}
.seating_charts .entry .thumb {
  transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  overflow: hidden;
  max-width: 100%;
  height: 215px;
  margin: 0 auto 20px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .seating_charts .entry .thumb {
    width: 320px;
  }
}
.seating_charts .entry .thumb a {
  width: 100%;
  height: 100%;
}
.seating_charts .entry .thumb:hover {
  opacity: 0.8;
}
.seating_charts .entry .thumb img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.seating_charts .entry .info {
  display: block;
  align-self: flex-end;
  width: 100%;
  text-align: center;
}
.seating_charts .entry .info .title {
  margin-bottom: 20px;
}
.seating_charts .entry .info .title a {
  font-size: 23px;
  font-size: 1.4375rem;
  transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  font-weight: 500;
  text-transform: capitalize;
}
.seating_charts .entry .info .links {
  max-width: 200px;
  margin: auto;
}
.seating_charts .entry .info .links .button {
  margin: 5px 0;
}

/* ----------------------------------------------------------------------------
=Venue Pages
----------------------------------------------------------------------------- */
.venue_detail .heading {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #ccc;
}
.venue_detail .heading h1 {
  display: block;
  width: 600px;
  margin: 0;
  padding: 27px 0 0;
  color: #333;
  font: bold 26px/120% "Libre Franklin", sans-serif;
  text-transform: uppercase;
}
.venue_detail .venue_body .events {
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
.venue_detail .main_column .seating img {
  max-width: 600px;
}

/* ----------------------------------------------------------------------------
= Map styles
----------------------------------------------------------------------------- */
.map_holder {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin-bottom: 25px;
  padding-bottom: 40px;
}
.map_holder .map {
  width: 100%;
  height: 100%;
}

.map_wrapper {
  height: 0;
  padding-bottom: 41.526%;
}
@media screen and (max-width: 767px) {
  .map_wrapper {
    padding-bottom: 60%;
  }
}
@media screen and (max-width: 600px) {
  .map_wrapper {
    padding-bottom: 100%;
  }
}

.map_window {
  overflow: hidden;
}
.map_window .info {
  margin: 0 0 8px;
  padding: 0 0 4px;
}
.map_window .info h4 {
  margin-bottom: 8px;
  font-weight: 400;
  color: #000;
}
.map_window .info address {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.6px;
  color: #555;
}
.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: none;
  margin: 0 0 8px;
  font-size: 12px;
  color: #000;
}
.map_window .directions input[type=text] {
  display: none;
  position: relative;
  width: 100%;
  height: 42px;
  margin: 0 0 8px;
  padding: 8px 10px;
  background: transparent;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #003057;
  border: 1px solid black;
  border-radius: 0;
}
.map_window .directions form button {
  display: block;
  margin: auto;
  font-weight: 600;
}
.map_window .links {
  margin-top: 10px;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
.map_window .links li {
  margin-bottom: 7px !important;
  padding: 0 0 0 30px !important;
  line-height: 26px !important;
}
.map_window .links:empty {
  display: none;
}

.map_control {
  zoom: 1;
  overflow: auto;
  position: absolute;
  z-index: 51;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  background: #25282A;
  line-height: 40px;
  white-space: nowrap;
}
@media screen and (max-width: 400px) {
  .map_control {
    text-align: center;
  }
}
.map_control:before, .map_control:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0;
}
.map_control:after {
  clear: both;
}
.map_control .map_anchor {
  display: none;
}
.map_control label {
  float: left;
  height: 40px;
  padding: 0 15px;
  /* Show: */
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #88898A;
}
@media screen and (max-width: 400px) {
  .map_control label {
    display: none;
  }
}
.map_control button {
  transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  position: relative;
  margin: 0 2px 0 0;
  padding: 0 15px;
  background: none;
  font-family: "Libre Franklin", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #FFF !important;
  border: none;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .map_control button {
    padding: 0 7px;
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  .map_control button {
    font-size: 12px;
  }
  .map_control button.map_anchor + button {
    margin-left: 2px;
  }
}
.map_control button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: 300ms;
  transform: skew(-14deg);
}
.map_control button.active:before {
  background: #4C4F50;
}
.map_control button.active[data-id="1"]:before {
  background: #EF7B45;
}
.map_control button.active[data-id="2"]:before {
  background: #5BA2AE;
}
.map_control button.active[data-id="3"]:before {
  background: #456990;
}
.map_control button.active[data-id="4"]:before {
  background: #8683D2;
}
.map_control button:hover {
  color: #25282A;
  outline: none;
}
.map_control button:focus {
  outline: none;
}

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

.paging {
  zoom: 1;
  position: relative;
  height: 40px;
  margin: 5px 0 15px;
  padding: 0 20px;
  color: #666;
  font: 400 14px/40px "Libre Franklin", sans-serif;
  letter-spacing: 0.06em;
}
.paging:before, .paging:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0;
}
.paging:after {
  clear: both;
}
.paging.final {
  margin: 0;
}
.paging.empty {
  height: 0;
  margin: 0;
  padding: 0;
  background: none;
}
.paging .record {
  float: left;
  width: auto;
  height: 40px;
  padding: 0 0 0 10px;
}
.paging .pages {
  zoom: 1;
  float: right;
  width: auto;
  margin: 0 -17px 0 0;
  text-align: center;
}
.paging .pages:before, .paging .pages:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0;
}
.paging .pages:after {
  clear: both;
}
.paging .pages strong, .paging .pages a, .paging .pages a:link, .paging .pages a:visited {
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  color: #333;
  font: 600 14px/40px "Libre Franklin", sans-serif;
  text-decoration: none;
}
.paging .pages strong:hover, .paging .pages a:hover, .paging .pages a:link:hover, .paging .pages a:visited:hover {
  color: #25282A;
}
.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 {
  font-weight: 700;
  color: #25282A;
}

/* ----------------------------------------------------------------------------
=Password Protected Page login form
----------------------------------------------------------------------------- */
.login-form {
  position: relative;
  padding-top: 2.222222rem !important;
  padding-bottom: 1.1111rem !important;
  text-align: center;
}
.login-form form {
  position: relative;
}
.login-form input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  width: 80%;
  max-width: 300px;
  height: 46px;
  padding: 8px 10px;
  background: transparent;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFF;
  color: #25282A;
  border: 1px solid black;
}
.login-form input[type=password]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #25282A;
}
.login-form input[type=password]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #25282A;
}
.login-form input[type=password]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #25282A;
}
.login-form input[type=password]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #25282A;
}
@media screen and (min-width: 1024px) {
  .login-form input[type=password]:focus {
    outline: none;
  }
}
.login-form input[type=submit] {
  display: block;
  margin: 25px auto;
}

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
#news .l-fullwidthHeader, .job_list .l-fullwidthHeader {
  margin-top: 50px;
}
#news .date, .job_list .date {
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  #news .info, .job_list .info {
    width: 100% !important;
  }
}
#news .m-date__singleDate .m-date__day, #news .m-date__singleDate .m-date__separator, .job_list .m-date__singleDate .m-date__day, .job_list .m-date__singleDate .m-date__separator {
  font-size: 24px;
  color: #EF7B45;
}
#news .m-date__singleDate .m-date__year, .job_list .m-date__singleDate .m-date__year {
  display: none;
}
#news .m-date__singleDate .m-date__weekday, .job_list .m-date__singleDate .m-date__weekday {
  display: none;
}

/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_detail .news_heading .date {
  margin-bottom: 1.25rem;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .news_detail .news_heading .date {
    margin-top: 1.25rem;
  }
}
.news_detail .news_thumb {
  float: left;
  max-width: 50%;
  margin-right: 20px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .news_detail .news_thumb {
    display: none;
  }
}
.news_detail #branding {
  width: calc(100% + 330px);
  margin-top: 0;
  margin-left: -165px;
}
@media screen and (max-width: 1024px) {
  .news_detail #branding {
    width: calc(100% + 130px);
    margin-left: -65px;
  }
}
@media screen and (max-width: 767px) {
  .news_detail #branding {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}
.news_detail p {
  margin-bottom: 1.1rem;
}
.news_detail .share {
  max-width: 972px;
  margin: 0 auto 2.1rem;
}

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
#events .full_column {
  overflow: visible;
  padding: 0;
  background: transparent;
}

.event_listing_page {
  padding-top: 48px;
}
@media screen and (max-width: 767px) {
  .event_listing_page {
    padding-top: 0;
  }
}

#loadMoreEvents {
  left: 50%;
  margin-top: -10px;
  background-color: #FFF !important;
  text-transform: capitalize;
  color: #25282A !important;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  #loadMoreEvents {
    margin-top: 10px;
  }
}
@media screen and (max-width: 320px) {
  #loadMoreEvents {
    width: 100%;
  }
}
#loadMoreEvents:hover:before {
  top: 10px;
}
#loadMoreEvents:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -10px;
  left: 10px;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  background-color: #FFF;
  transition: 350ms;
  pointer-events: none;
}
#loadMoreEvents[disabled=disabled] {
  display: none;
}

@media screen and (max-width: 1024px) {
  .content_item .m-eventList .eventItem {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #EBEBEB;
  }
}
@media screen and (max-width: 1024px) {
  .content_item .m-eventList .eventItem .date {
    border-top: none;
  }
}
@media screen and (min-width: 1025px) {
  .content_item .m-eventList .eventItem .date {
    border-top: none;
    border-bottom: 2px solid #EBEBEB;
  }
}

.event_list_header {
  width: 100%;
  color: #25282A;
}
.event_list_header .overview {
  display: flex;
  position: relative;
  margin: 1.6rem auto 0;
}
@media screen and (max-width: 767px) {
  .event_list_header .overview {
    margin-top: 0;
  }
}
.event_list_header h1 {
  flex-grow: 2;
  margin: 0;
  color: #FFF;
}

.category-dropdown {
  display: none !important;
}

.event_list_toggles {
  display: flex;
  align-self: center;
  position: absolute;
  right: 0;
  padding-bottom: 2.33333rem;
}
.event_list_toggles .toggle {
  display: flex;
  align-items: center;
  margin-left: 15px;
  padding: 14.5px 11px;
  color: #666;
}
@media screen and (max-width: 980px) {
  .event_list_toggles .toggle {
    display: none;
  }
}
.event_list_toggles .toggle span {
  position: absolute;
  opacity: 0;
  text-indent: -9999em;
}
.event_list_toggles .toggle svg {
  fill: #FFF;
}
.event_list_toggles .toggle.is-active, .event_list_toggles .toggle:hover {
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 2px 6px 10px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.event_list_toggles .toggle.is-active svg, .event_list_toggles .toggle:hover svg {
  fill: #FFF;
}
.event_list_toggles .toggle.calendar {
  display: none;
}
.event_list_toggles span {
  display: block;
  text-align: center;
}
.event_list_toggles svg {
  fill: #999;
}

.category-dropdown {
  align-self: center;
  position: relative;
  margin-right: 37px;
}
.category-dropdown .select {
  display: block;
  position: relative;
  z-index: 8;
  width: 290px;
  height: 38px;
  margin: 0;
  padding: 0 0 0 20px;
  background: white;
  line-height: 38px;
  color: #222;
  border: 2px solid #E4E4E4;
  outline: none;
  cursor: pointer;
}
.category-dropdown .select svg {
  float: right;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 12px;
  transform: translateY(-50%);
  fill: none;
  fill-rule: evenodd;
  stroke: #CCC;
  stroke-width: 2px;
}
.category-dropdown .select.is-active {
  border-color: #CCC;
}
.category-dropdown .select.is-active svg {
  transform: rotate(180deg) translateY(-47%);
  transform-origin: 50% 0;
}
.category-dropdown .choices {
  display: none;
  position: absolute;
  z-index: 7;
  top: 16px;
  left: 0;
  width: 100%;
  padding: 35px 10px 10px 10px;
  background: rgba(0, 0, 0, 0.8);
  font-family: "Libre Franklin", sans-serif;
}
.category-dropdown .choices.is-active {
  display: block;
}
.category-dropdown .choices li a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #FFF;
  cursor: pointer;
}
.category-dropdown .choices li:hover a, .category-dropdown .choices a.is-active {
  background: #000;
  color: #CCC;
}
.category-dropdown .choices li:before {
  display: none;
}

.event_list {
  margin-bottom: 40px;
  opacity: 0;
  transition: opacity 300ms;
}
.event_list.is-loaded {
  opacity: 1;
}
.event_list .eventItem {
  overflow: hidden;
  margin: 0 0 60px;
  background: #FFF;
  transition: 250ms;
}
.event_list .eventItem .group-info {
  display: none;
}
.event_list .eventItem .info {
  min-height: 7.5rem;
  padding: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .event_list .eventItem .info {
    min-height: 0;
  }
}
.event_list .eventItem .thumb {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 0;
}
.event_list .eventItem .thumb a {
  display: block;
  position: relative;
  z-index: 10;
  line-height: 0;
}
.event_list .eventItem .thumb a:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: 250ms;
}
.event_list .eventItem .thumb a:hover:before {
  background-color: rgba(0, 0, 0, 0.25);
}
.event_list .eventItem .thumb:hover ~ .buttons {
  opacity: 1 !important;
}
.event_list .eventItem .thumb img {
  width: 100%;
  max-width: 100%;
}
.event_list .eventItem .date {
  order: 10;
  position: absolute;
  right: 5px;
  bottom: 0;
  left: 5px;
  padding: 9px 15px 11px;
  font-weight: 600;
  border-top: 2px solid #EBEBEB;
  min-height: 51px;
}
.event_list .eventItem .date.date-override {
  padding-top: 14px;
}
.event_list .eventItem .date .m-date__singleDate, .event_list .eventItem .date .m-date__rangeLast {
  position: relative;
}
.event_list .eventItem .date .m-date__day, .event_list .eventItem .date .m-date__separator {
  font-size: 24px;
  color: #EF7B45;
}
.event_list .eventItem .date .m-date__weekday {
  display: none;
  font-weight: 300;
}
.event_list .eventItem .date .m-date__year {
  display: none;
}
.event_list .eventItem .title {
  display: -webkit-box;
  overflow: hidden;
  max-height: 110px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 34px;
  letter-spacing: 0.8px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .event_list .eventItem .title {
    margin-bottom: 10px;
    font-size: 1.26rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
.event_list .eventItem .title a {
  transition: 250ms;
}
.event_list .eventItem .title a:not(:hover) {
  color: #25282A;
}
.event_list .eventItem .title a:hover {
  color: #EF7B45;
}
.event_list .eventItem .tagline {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #88898A;
}
@media screen and (max-width: 1024px) {
  .event_list .eventItem .tagline {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .event_list .eventItem .tagline {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.3125rem;
    letter-spacing: 0.6px;
    color: #555;
  }
}
.event_list .eventItem .meta {
  display: none;
}
.event_list .eventItem .buttons {
  display: flex;
  align-items: center;
  align-self: flex-end;
  position: absolute;
  z-index: 100;
  right: 20px;
  bottom: 0;
  height: 48px;
  opacity: 1;
  transition: opacity 250ms;
  pointer-events: none;
}
.event_list .eventItem .buttons:hover {
  opacity: 1 !important;
}
.event_list .eventItem .buttons a {
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  white-space: nowrap;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #25282A;
  transition: 250ms;
  pointer-events: auto;
}
.event_list .eventItem .buttons a:hover {
  color: #E35205;
}
.event_list .eventItem .buttons a:hover:before {
  border-left: 10px solid #E35205;
  animation: bounce 750ms;
}
.event_list .eventItem .buttons a:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: -20px;
  width: 0;
  height: 0;
  border-top: 6.9px solid transparent;
  border-bottom: 6.9px solid transparent;
  border-left: 10px solid #EF7B45;
  transform: translate(0%, -50%);
}
.event_list .eventItem .buttons a + a {
  display: none;
}
.event_list .eventItem .buttons a:first-child:last-child {
  display: none;
}
.event_list .eventItem .buttons svg {
  display: none;
}
.event_list .eventItem .buttons span {
  display: none;
}
.event_list .eventItem .buttons a + a {
  margin-left: 1.25rem;
}

@keyframes bounce {
  0%, 100% {
    transform: translate(0%, -50%);
  }
  50% {
    transform: translate(4px, -50%);
  }
}
@keyframes bounceX {
  0%, 100% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(4px);
  }
}
.event_list.m-eventList__small .eventItem:before, .event_list.m-eventList__small .eventItem:after, .content_item .event_list .eventItem:before, .content_item .event_list .eventItem:after {
  display: none !important;
}
.event_list.event_list_listing, .event_list.eventList__listing, .event_list.event_list_forceListing, .event_list.m-eventList__small, #teams .event_list, .showtime-search-instant-result .event_list {
  max-width: 1020px;
  margin: auto auto 40px;
}
.event_list.event_list_listing .eventItem:not(.hp-featured), .search-app .event_list.event_list_listing .eventItem, .event_list.eventList__listing .eventItem:not(.hp-featured), .search-app .event_list.eventList__listing .eventItem, .event_list.event_list_forceListing .eventItem:not(.hp-featured), .search-app .event_list.event_list_forceListing .eventItem, .event_list.m-eventList__small .eventItem:not(.hp-featured), .search-app .event_list.m-eventList__small .eventItem, #teams .event_list .eventItem:not(.hp-featured), .search-app #teams .event_list .eventItem, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured), .search-app .showtime-search-instant-result .event_list .eventItem {
  width: 100%;
  display: flex;
  overflow: visible;
  position: relative;
  min-height: 195px;
  margin-bottom: 40px;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .event_list.event_list_listing .eventItem:not(.hp-featured), .search-app .event_list.event_list_listing .eventItem, .event_list.eventList__listing .eventItem:not(.hp-featured), .search-app .event_list.eventList__listing .eventItem, .event_list.event_list_forceListing .eventItem:not(.hp-featured), .search-app .event_list.event_list_forceListing .eventItem, .event_list.m-eventList__small .eventItem:not(.hp-featured), .search-app .event_list.m-eventList__small .eventItem, #teams .event_list .eventItem:not(.hp-featured), .search-app #teams .event_list .eventItem, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured), .search-app .showtime-search-instant-result .event_list .eventItem {
    min-height: 0;
  }
}
.event_list.event_list_listing .eventItem:not(.hp-featured):hover:after, .search-app .event_list.event_list_listing .eventItem:hover:after, .event_list.eventList__listing .eventItem:not(.hp-featured):hover:after, .search-app .event_list.eventList__listing .eventItem:hover:after, .event_list.event_list_forceListing .eventItem:not(.hp-featured):hover:after, .search-app .event_list.event_list_forceListing .eventItem:hover:after, .event_list.m-eventList__small .eventItem:not(.hp-featured):hover:after, .search-app .event_list.m-eventList__small .eventItem:hover:after, #teams .event_list .eventItem:not(.hp-featured):hover:after, .search-app #teams .event_list .eventItem:hover:after, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured):hover:after, .search-app .showtime-search-instant-result .event_list .eventItem:hover:after {
  left: -12px;
}
.event_list.event_list_listing .eventItem:not(.hp-featured):before, .search-app .event_list.event_list_listing .eventItem:before, .event_list.eventList__listing .eventItem:not(.hp-featured):before, .search-app .event_list.eventList__listing .eventItem:before, .event_list.event_list_forceListing .eventItem:not(.hp-featured):before, .search-app .event_list.event_list_forceListing .eventItem:before, .event_list.m-eventList__small .eventItem:not(.hp-featured):before, .search-app .event_list.m-eventList__small .eventItem:before, #teams .event_list .eventItem:not(.hp-featured):before, .search-app #teams .event_list .eventItem:before, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured):before, .search-app .showtime-search-instant-result .event_list .eventItem:before {
  content: "";
  visibility: visible;
  visibility: visible;
  position: absolute;
  z-index: -5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.01) 0, #FFF 0);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
  transition: 250ms;
  clip-path: polygon(0% 0%, 0% 100%, 96% 100%, 100% 0);
}
@media screen and (max-width: 767px) {
  .event_list.event_list_listing .eventItem:not(.hp-featured):before, .search-app .event_list.event_list_listing .eventItem:before, .event_list.eventList__listing .eventItem:not(.hp-featured):before, .search-app .event_list.eventList__listing .eventItem:before, .event_list.event_list_forceListing .eventItem:not(.hp-featured):before, .search-app .event_list.event_list_forceListing .eventItem:before, .event_list.m-eventList__small .eventItem:not(.hp-featured):before, .search-app .event_list.m-eventList__small .eventItem:before, #teams .event_list .eventItem:not(.hp-featured):before, .search-app #teams .event_list .eventItem:before, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured):before, .search-app .showtime-search-instant-result .event_list .eventItem:before {
    background: #FFF;
    clip-path: none;
  }
}
.event_list.event_list_listing .eventItem:not(.hp-featured):after, .search-app .event_list.event_list_listing .eventItem:after, .event_list.eventList__listing .eventItem:not(.hp-featured):after, .search-app .event_list.eventList__listing .eventItem:after, .event_list.event_list_forceListing .eventItem:not(.hp-featured):after, .search-app .event_list.event_list_forceListing .eventItem:after, .event_list.m-eventList__small .eventItem:not(.hp-featured):after, .search-app .event_list.m-eventList__small .eventItem:after, #teams .event_list .eventItem:not(.hp-featured):after, .search-app #teams .event_list .eventItem:after, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured):after, .search-app .showtime-search-instant-result .event_list .eventItem:after {
  content: "";
  visibility: visible;
  visibility: visible;
  position: absolute;
  z-index: -5;
  z-index: -10;
  top: -12px;
  left: 12px;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.01) 0, #FFF 0);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
  transition: 250ms;
  pointer-events: none;
  clip-path: polygon(0% 0%, 0% 100%, 96% 100%, 100% 0);
  filter: drop-shadow(2px 6px 10px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 767px) {
  .event_list.event_list_listing .eventItem:not(.hp-featured):after, .search-app .event_list.event_list_listing .eventItem:after, .event_list.eventList__listing .eventItem:not(.hp-featured):after, .search-app .event_list.eventList__listing .eventItem:after, .event_list.event_list_forceListing .eventItem:not(.hp-featured):after, .search-app .event_list.event_list_forceListing .eventItem:after, .event_list.m-eventList__small .eventItem:not(.hp-featured):after, .search-app .event_list.m-eventList__small .eventItem:after, #teams .event_list .eventItem:not(.hp-featured):after, .search-app #teams .event_list .eventItem:after, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured):after, .search-app .showtime-search-instant-result .event_list .eventItem:after {
    background: #FFF;
    clip-path: none;
  }
}
.event_list.event_list_listing .eventItem:not(.hp-featured) .thumb, .search-app .event_list.event_list_listing .eventItem .thumb, .event_list.eventList__listing .eventItem:not(.hp-featured) .thumb, .search-app .event_list.eventList__listing .eventItem .thumb, .event_list.event_list_forceListing .eventItem:not(.hp-featured) .thumb, .search-app .event_list.event_list_forceListing .eventItem .thumb, .event_list.m-eventList__small .eventItem:not(.hp-featured) .thumb, .search-app .event_list.m-eventList__small .eventItem .thumb, #teams .event_list .eventItem:not(.hp-featured) .thumb, .search-app #teams .event_list .eventItem .thumb, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured) .thumb, .search-app .showtime-search-instant-result .event_list .eventItem .thumb {
  width: 242px;
  height: auto;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .event_list.event_list_listing .eventItem:not(.hp-featured) .thumb, .search-app .event_list.event_list_listing .eventItem .thumb, .event_list.eventList__listing .eventItem:not(.hp-featured) .thumb, .search-app .event_list.eventList__listing .eventItem .thumb, .event_list.event_list_forceListing .eventItem:not(.hp-featured) .thumb, .search-app .event_list.event_list_forceListing .eventItem .thumb, .event_list.m-eventList__small .eventItem:not(.hp-featured) .thumb, .search-app .event_list.m-eventList__small .eventItem .thumb, #teams .event_list .eventItem:not(.hp-featured) .thumb, .search-app #teams .event_list .eventItem .thumb, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured) .thumb, .search-app .showtime-search-instant-result .event_list .eventItem .thumb {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 152px;
  }
}
@media screen and (max-width: 500px) {
  .event_list.event_list_listing .eventItem:not(.hp-featured) .thumb, .search-app .event_list.event_list_listing .eventItem .thumb, .event_list.eventList__listing .eventItem:not(.hp-featured) .thumb, .search-app .event_list.eventList__listing .eventItem .thumb, .event_list.event_list_forceListing .eventItem:not(.hp-featured) .thumb, .search-app .event_list.event_list_forceListing .eventItem .thumb, .event_list.m-eventList__small .eventItem:not(.hp-featured) .thumb, .search-app .event_list.m-eventList__small .eventItem .thumb, #teams .event_list .eventItem:not(.hp-featured) .thumb, .search-app #teams .event_list .eventItem .thumb, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured) .thumb, .search-app .showtime-search-instant-result .event_list .eventItem .thumb {
    width: 86px;
  }
}
.event_list.event_list_listing .eventItem:not(.hp-featured) .thumb img, .search-app .event_list.event_list_listing .eventItem .thumb img, .event_list.eventList__listing .eventItem:not(.hp-featured) .thumb img, .search-app .event_list.eventList__listing .eventItem .thumb img, .event_list.event_list_forceListing .eventItem:not(.hp-featured) .thumb img, .search-app .event_list.event_list_forceListing .eventItem .thumb img, .event_list.m-eventList__small .eventItem:not(.hp-featured) .thumb img, .search-app .event_list.m-eventList__small .eventItem .thumb img, #teams .event_list .eventItem:not(.hp-featured) .thumb img, .search-app #teams .event_list .eventItem .thumb img, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured) .thumb img, .search-app .showtime-search-instant-result .event_list .eventItem .thumb img {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .event_list.event_list_listing .eventItem:not(.hp-featured) .title, .event_list.event_list_listing .eventItem:not(.hp-featured) .tagline, .search-app .event_list.event_list_listing .eventItem .title, .search-app .event_list.event_list_listing .eventItem .tagline, .event_list.eventList__listing .eventItem:not(.hp-featured) .title, .event_list.eventList__listing .eventItem:not(.hp-featured) .tagline, .search-app .event_list.eventList__listing .eventItem .title, .search-app .event_list.eventList__listing .eventItem .tagline, .event_list.event_list_forceListing .eventItem:not(.hp-featured) .title, .event_list.event_list_forceListing .eventItem:not(.hp-featured) .tagline, .search-app .event_list.event_list_forceListing .eventItem .title, .search-app .event_list.event_list_forceListing .eventItem .tagline, .event_list.m-eventList__small .eventItem:not(.hp-featured) .title, .event_list.m-eventList__small .eventItem:not(.hp-featured) .tagline, .search-app .event_list.m-eventList__small .eventItem .title, .search-app .event_list.m-eventList__small .eventItem .tagline, #teams .event_list .eventItem:not(.hp-featured) .title, #teams .event_list .eventItem:not(.hp-featured) .tagline, .search-app #teams .event_list .eventItem .title, .search-app #teams .event_list .eventItem .tagline, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured) .title, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured) .tagline, .search-app .showtime-search-instant-result .event_list .eventItem .title, .search-app .showtime-search-instant-result .event_list .eventItem .tagline {
    padding-left: 152px;
  }
}
@media screen and (max-width: 500px) {
  .event_list.event_list_listing .eventItem:not(.hp-featured) .title, .event_list.event_list_listing .eventItem:not(.hp-featured) .tagline, .search-app .event_list.event_list_listing .eventItem .title, .search-app .event_list.event_list_listing .eventItem .tagline, .event_list.eventList__listing .eventItem:not(.hp-featured) .title, .event_list.eventList__listing .eventItem:not(.hp-featured) .tagline, .search-app .event_list.eventList__listing .eventItem .title, .search-app .event_list.eventList__listing .eventItem .tagline, .event_list.event_list_forceListing .eventItem:not(.hp-featured) .title, .event_list.event_list_forceListing .eventItem:not(.hp-featured) .tagline, .search-app .event_list.event_list_forceListing .eventItem .title, .search-app .event_list.event_list_forceListing .eventItem .tagline, .event_list.m-eventList__small .eventItem:not(.hp-featured) .title, .event_list.m-eventList__small .eventItem:not(.hp-featured) .tagline, .search-app .event_list.m-eventList__small .eventItem .title, .search-app .event_list.m-eventList__small .eventItem .tagline, #teams .event_list .eventItem:not(.hp-featured) .title, #teams .event_list .eventItem:not(.hp-featured) .tagline, .search-app #teams .event_list .eventItem .title, .search-app #teams .event_list .eventItem .tagline, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured) .title, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured) .tagline, .search-app .showtime-search-instant-result .event_list .eventItem .title, .search-app .showtime-search-instant-result .event_list .eventItem .tagline {
    padding-left: 75px;
  }
}
.event_list.event_list_listing .eventItem:not(.hp-featured) .title, .search-app .event_list.event_list_listing .eventItem .title, .event_list.eventList__listing .eventItem:not(.hp-featured) .title, .search-app .event_list.eventList__listing .eventItem .title, .event_list.event_list_forceListing .eventItem:not(.hp-featured) .title, .search-app .event_list.event_list_forceListing .eventItem .title, .event_list.m-eventList__small .eventItem:not(.hp-featured) .title, .search-app .event_list.m-eventList__small .eventItem .title, #teams .event_list .eventItem:not(.hp-featured) .title, .search-app #teams .event_list .eventItem .title, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured) .title, .search-app .showtime-search-instant-result .event_list .eventItem .title {
  margin-top: -2px;
  margin-bottom: 10px;
}
.event_list.event_list_listing .eventItem:not(.hp-featured) .info, .search-app .event_list.event_list_listing .eventItem .info, .event_list.eventList__listing .eventItem:not(.hp-featured) .info, .search-app .event_list.eventList__listing .eventItem .info, .event_list.event_list_forceListing .eventItem:not(.hp-featured) .info, .search-app .event_list.event_list_forceListing .eventItem .info, .event_list.m-eventList__small .eventItem:not(.hp-featured) .info, .search-app .event_list.m-eventList__small .eventItem .info, #teams .event_list .eventItem:not(.hp-featured) .info, .search-app #teams .event_list .eventItem .info, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured) .info, .search-app .showtime-search-instant-result .event_list .eventItem .info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  width: calc(100% - 282px);
  padding: 30px 20px 60px;
}
@media screen and (max-width: 1024px) {
  .event_list.event_list_listing .eventItem:not(.hp-featured) .info, .search-app .event_list.event_list_listing .eventItem .info, .event_list.eventList__listing .eventItem:not(.hp-featured) .info, .search-app .event_list.eventList__listing .eventItem .info, .event_list.event_list_forceListing .eventItem:not(.hp-featured) .info, .search-app .event_list.event_list_forceListing .eventItem .info, .event_list.m-eventList__small .eventItem:not(.hp-featured) .info, .search-app .event_list.m-eventList__small .eventItem .info, #teams .event_list .eventItem:not(.hp-featured) .info, .search-app #teams .event_list .eventItem .info, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured) .info, .search-app .showtime-search-instant-result .event_list .eventItem .info {
    width: calc(100% - 40px);
    max-width: 100%;
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .event_list.event_list_listing .eventItem:not(.hp-featured) .info, .search-app .event_list.event_list_listing .eventItem .info, .event_list.eventList__listing .eventItem:not(.hp-featured) .info, .search-app .event_list.eventList__listing .eventItem .info, .event_list.event_list_forceListing .eventItem:not(.hp-featured) .info, .search-app .event_list.event_list_forceListing .eventItem .info, .event_list.m-eventList__small .eventItem:not(.hp-featured) .info, .search-app .event_list.m-eventList__small .eventItem .info, #teams .event_list .eventItem:not(.hp-featured) .info, .search-app #teams .event_list .eventItem .info, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured) .info, .search-app .showtime-search-instant-result .event_list .eventItem .info {
    width: 100%;
    min-height: 233px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 100px;
    background-color: #FFF;
  }
}
@media screen and (max-width: 500px) {
  .event_list.event_list_listing .eventItem:not(.hp-featured) .info, .search-app .event_list.event_list_listing .eventItem .info, .event_list.eventList__listing .eventItem:not(.hp-featured) .info, .search-app .event_list.eventList__listing .eventItem .info, .event_list.event_list_forceListing .eventItem:not(.hp-featured) .info, .search-app .event_list.event_list_forceListing .eventItem .info, .event_list.m-eventList__small .eventItem:not(.hp-featured) .info, .search-app .event_list.m-eventList__small .eventItem .info, #teams .event_list .eventItem:not(.hp-featured) .info, .search-app #teams .event_list .eventItem .info, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured) .info, .search-app .showtime-search-instant-result .event_list .eventItem .info {
    min-height: 170px;
  }
}
.event_list.event_list_listing .eventItem:not(.hp-featured) .info > *, .search-app .event_list.event_list_listing .eventItem .info > *, .event_list.eventList__listing .eventItem:not(.hp-featured) .info > *, .search-app .event_list.eventList__listing .eventItem .info > *, .event_list.event_list_forceListing .eventItem:not(.hp-featured) .info > *, .search-app .event_list.event_list_forceListing .eventItem .info > *, .event_list.m-eventList__small .eventItem:not(.hp-featured) .info > *, .search-app .event_list.m-eventList__small .eventItem .info > *, #teams .event_list .eventItem:not(.hp-featured) .info > *, .search-app #teams .event_list .eventItem .info > *, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured) .info > *, .search-app .showtime-search-instant-result .event_list .eventItem .info > * {
  width: 100%;
}
.event_list.event_list_listing .eventItem:not(.hp-featured) .date, .search-app .event_list.event_list_listing .eventItem .date, .event_list.eventList__listing .eventItem:not(.hp-featured) .date, .search-app .event_list.eventList__listing .eventItem .date, .event_list.event_list_forceListing .eventItem:not(.hp-featured) .date, .search-app .event_list.event_list_forceListing .eventItem .date, .event_list.m-eventList__small .eventItem:not(.hp-featured) .date, .search-app .event_list.m-eventList__small .eventItem .date, #teams .event_list .eventItem:not(.hp-featured) .date, .search-app #teams .event_list .eventItem .date, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured) .date, .search-app .showtime-search-instant-result .event_list .eventItem .date {
  right: 20px;
  left: 20px;
  width: auto !important;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .event_list.event_list_listing .eventItem:not(.hp-featured) .date, .search-app .event_list.event_list_listing .eventItem .date, .event_list.eventList__listing .eventItem:not(.hp-featured) .date, .search-app .event_list.eventList__listing .eventItem .date, .event_list.event_list_forceListing .eventItem:not(.hp-featured) .date, .search-app .event_list.event_list_forceListing .eventItem .date, .event_list.m-eventList__small .eventItem:not(.hp-featured) .date, .search-app .event_list.m-eventList__small .eventItem .date, #teams .event_list .eventItem:not(.hp-featured) .date, .search-app #teams .event_list .eventItem .date, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured) .date, .search-app .showtime-search-instant-result .event_list .eventItem .date {
    right: 10px;
    bottom: 40px;
    left: 10px;
    font-size: 1rem;
  }
  .event_list.event_list_listing .eventItem:not(.hp-featured) .date .m-date__day, .event_list.event_list_listing .eventItem:not(.hp-featured) .date .m-date__separator, .search-app .event_list.event_list_listing .eventItem .date .m-date__day, .search-app .event_list.event_list_listing .eventItem .date .m-date__separator, .event_list.eventList__listing .eventItem:not(.hp-featured) .date .m-date__day, .event_list.eventList__listing .eventItem:not(.hp-featured) .date .m-date__separator, .search-app .event_list.eventList__listing .eventItem .date .m-date__day, .search-app .event_list.eventList__listing .eventItem .date .m-date__separator, .event_list.event_list_forceListing .eventItem:not(.hp-featured) .date .m-date__day, .event_list.event_list_forceListing .eventItem:not(.hp-featured) .date .m-date__separator, .search-app .event_list.event_list_forceListing .eventItem .date .m-date__day, .search-app .event_list.event_list_forceListing .eventItem .date .m-date__separator, .event_list.m-eventList__small .eventItem:not(.hp-featured) .date .m-date__day, .event_list.m-eventList__small .eventItem:not(.hp-featured) .date .m-date__separator, .search-app .event_list.m-eventList__small .eventItem .date .m-date__day, .search-app .event_list.m-eventList__small .eventItem .date .m-date__separator, #teams .event_list .eventItem:not(.hp-featured) .date .m-date__day, #teams .event_list .eventItem:not(.hp-featured) .date .m-date__separator, .search-app #teams .event_list .eventItem .date .m-date__day, .search-app #teams .event_list .eventItem .date .m-date__separator, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured) .date .m-date__day, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured) .date .m-date__separator, .search-app .showtime-search-instant-result .event_list .eventItem .date .m-date__day, .search-app .showtime-search-instant-result .event_list .eventItem .date .m-date__separator {
    font-size: 18px;
  }
}
.event_list.event_list_listing .eventItem:not(.hp-featured) .buttons, .search-app .event_list.event_list_listing .eventItem .buttons, .event_list.eventList__listing .eventItem:not(.hp-featured) .buttons, .search-app .event_list.eventList__listing .eventItem .buttons, .event_list.event_list_forceListing .eventItem:not(.hp-featured) .buttons, .search-app .event_list.event_list_forceListing .eventItem .buttons, .event_list.m-eventList__small .eventItem:not(.hp-featured) .buttons, .search-app .event_list.m-eventList__small .eventItem .buttons, #teams .event_list .eventItem:not(.hp-featured) .buttons, .search-app #teams .event_list .eventItem .buttons, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured) .buttons, .search-app .showtime-search-instant-result .event_list .eventItem .buttons {
  width: auto !important;
}
@media screen and (max-width: 767px) {
  .event_list.event_list_listing .eventItem:not(.hp-featured) .buttons, .search-app .event_list.event_list_listing .eventItem .buttons, .event_list.eventList__listing .eventItem:not(.hp-featured) .buttons, .search-app .event_list.eventList__listing .eventItem .buttons, .event_list.event_list_forceListing .eventItem:not(.hp-featured) .buttons, .search-app .event_list.event_list_forceListing .eventItem .buttons, .event_list.m-eventList__small .eventItem:not(.hp-featured) .buttons, .search-app .event_list.m-eventList__small .eventItem .buttons, #teams .event_list .eventItem:not(.hp-featured) .buttons, .search-app #teams .event_list .eventItem .buttons, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured) .buttons, .search-app .showtime-search-instant-result .event_list .eventItem .buttons {
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
  }
  .event_list.event_list_listing .eventItem:not(.hp-featured) .buttons a, .search-app .event_list.event_list_listing .eventItem .buttons a, .event_list.eventList__listing .eventItem:not(.hp-featured) .buttons a, .search-app .event_list.eventList__listing .eventItem .buttons a, .event_list.event_list_forceListing .eventItem:not(.hp-featured) .buttons a, .search-app .event_list.event_list_forceListing .eventItem .buttons a, .event_list.m-eventList__small .eventItem:not(.hp-featured) .buttons a, .search-app .event_list.m-eventList__small .eventItem .buttons a, #teams .event_list .eventItem:not(.hp-featured) .buttons a, .search-app #teams .event_list .eventItem .buttons a, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured) .buttons a, .search-app .showtime-search-instant-result .event_list .eventItem .buttons a {
    width: 100%;
    height: 100%;
    background-color: #EF7B45;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    transition: 450ms;
  }
  .event_list.event_list_listing .eventItem:not(.hp-featured) .buttons a:hover, .event_list.event_list_listing .eventItem:not(.hp-featured) .buttons a:active, .event_list.event_list_listing .eventItem:not(.hp-featured) .buttons a:visited, .search-app .event_list.event_list_listing .eventItem .buttons a:hover, .search-app .event_list.event_list_listing .eventItem .buttons a:active, .search-app .event_list.event_list_listing .eventItem .buttons a:visited, .event_list.eventList__listing .eventItem:not(.hp-featured) .buttons a:hover, .event_list.eventList__listing .eventItem:not(.hp-featured) .buttons a:active, .event_list.eventList__listing .eventItem:not(.hp-featured) .buttons a:visited, .search-app .event_list.eventList__listing .eventItem .buttons a:hover, .search-app .event_list.eventList__listing .eventItem .buttons a:active, .search-app .event_list.eventList__listing .eventItem .buttons a:visited, .event_list.event_list_forceListing .eventItem:not(.hp-featured) .buttons a:hover, .event_list.event_list_forceListing .eventItem:not(.hp-featured) .buttons a:active, .event_list.event_list_forceListing .eventItem:not(.hp-featured) .buttons a:visited, .search-app .event_list.event_list_forceListing .eventItem .buttons a:hover, .search-app .event_list.event_list_forceListing .eventItem .buttons a:active, .search-app .event_list.event_list_forceListing .eventItem .buttons a:visited, .event_list.m-eventList__small .eventItem:not(.hp-featured) .buttons a:hover, .event_list.m-eventList__small .eventItem:not(.hp-featured) .buttons a:active, .event_list.m-eventList__small .eventItem:not(.hp-featured) .buttons a:visited, .search-app .event_list.m-eventList__small .eventItem .buttons a:hover, .search-app .event_list.m-eventList__small .eventItem .buttons a:active, .search-app .event_list.m-eventList__small .eventItem .buttons a:visited, #teams .event_list .eventItem:not(.hp-featured) .buttons a:hover, #teams .event_list .eventItem:not(.hp-featured) .buttons a:active, #teams .event_list .eventItem:not(.hp-featured) .buttons a:visited, .search-app #teams .event_list .eventItem .buttons a:hover, .search-app #teams .event_list .eventItem .buttons a:active, .search-app #teams .event_list .eventItem .buttons a:visited, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured) .buttons a:hover, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured) .buttons a:active, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured) .buttons a:visited, .search-app .showtime-search-instant-result .event_list .eventItem .buttons a:hover, .search-app .showtime-search-instant-result .event_list .eventItem .buttons a:active, .search-app .showtime-search-instant-result .event_list .eventItem .buttons a:visited {
    background-color: #E35205;
  }
  .event_list.event_list_listing .eventItem:not(.hp-featured) .buttons a:hover:before, .event_list.event_list_listing .eventItem:not(.hp-featured) .buttons a:active:before, .event_list.event_list_listing .eventItem:not(.hp-featured) .buttons a:visited:before, .search-app .event_list.event_list_listing .eventItem .buttons a:hover:before, .search-app .event_list.event_list_listing .eventItem .buttons a:active:before, .search-app .event_list.event_list_listing .eventItem .buttons a:visited:before, .event_list.eventList__listing .eventItem:not(.hp-featured) .buttons a:hover:before, .event_list.eventList__listing .eventItem:not(.hp-featured) .buttons a:active:before, .event_list.eventList__listing .eventItem:not(.hp-featured) .buttons a:visited:before, .search-app .event_list.eventList__listing .eventItem .buttons a:hover:before, .search-app .event_list.eventList__listing .eventItem .buttons a:active:before, .search-app .event_list.eventList__listing .eventItem .buttons a:visited:before, .event_list.event_list_forceListing .eventItem:not(.hp-featured) .buttons a:hover:before, .event_list.event_list_forceListing .eventItem:not(.hp-featured) .buttons a:active:before, .event_list.event_list_forceListing .eventItem:not(.hp-featured) .buttons a:visited:before, .search-app .event_list.event_list_forceListing .eventItem .buttons a:hover:before, .search-app .event_list.event_list_forceListing .eventItem .buttons a:active:before, .search-app .event_list.event_list_forceListing .eventItem .buttons a:visited:before, .event_list.m-eventList__small .eventItem:not(.hp-featured) .buttons a:hover:before, .event_list.m-eventList__small .eventItem:not(.hp-featured) .buttons a:active:before, .event_list.m-eventList__small .eventItem:not(.hp-featured) .buttons a:visited:before, .search-app .event_list.m-eventList__small .eventItem .buttons a:hover:before, .search-app .event_list.m-eventList__small .eventItem .buttons a:active:before, .search-app .event_list.m-eventList__small .eventItem .buttons a:visited:before, #teams .event_list .eventItem:not(.hp-featured) .buttons a:hover:before, #teams .event_list .eventItem:not(.hp-featured) .buttons a:active:before, #teams .event_list .eventItem:not(.hp-featured) .buttons a:visited:before, .search-app #teams .event_list .eventItem .buttons a:hover:before, .search-app #teams .event_list .eventItem .buttons a:active:before, .search-app #teams .event_list .eventItem .buttons a:visited:before, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured) .buttons a:hover:before, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured) .buttons a:active:before, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured) .buttons a:visited:before, .search-app .showtime-search-instant-result .event_list .eventItem .buttons a:hover:before, .search-app .showtime-search-instant-result .event_list .eventItem .buttons a:active:before, .search-app .showtime-search-instant-result .event_list .eventItem .buttons a:visited:before {
    animation: bounceX 1.5s;
  }
  .event_list.event_list_listing .eventItem:not(.hp-featured) .buttons a:before, .search-app .event_list.event_list_listing .eventItem .buttons a:before, .event_list.eventList__listing .eventItem:not(.hp-featured) .buttons a:before, .search-app .event_list.eventList__listing .eventItem .buttons a:before, .event_list.event_list_forceListing .eventItem:not(.hp-featured) .buttons a:before, .search-app .event_list.event_list_forceListing .eventItem .buttons a:before, .event_list.m-eventList__small .eventItem:not(.hp-featured) .buttons a:before, .search-app .event_list.m-eventList__small .eventItem .buttons a:before, #teams .event_list .eventItem:not(.hp-featured) .buttons a:before, .search-app #teams .event_list .eventItem .buttons a:before, .showtime-search-instant-result .event_list .eventItem:not(.hp-featured) .buttons a:before, .search-app .showtime-search-instant-result .event_list .eventItem .buttons a:before {
    content: "";
    display: inline-block;
    position: relative;
    top: initial;
    left: initial;
    width: 0;
    height: 0;
    margin-top: -3px;
    margin-right: 10px;
    vertical-align: middle;
    border-top: 6.9px solid transparent;
    border-bottom: 6.9px solid transparent;
    border-left: 10px solid #FFF;
    transform: translate(0%);
  }
}

.event_list.event_list_grid:not(.event_list_forceListing) .eventList__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.event_list.event_list_grid:not(.event_list_forceListing) .eventItem {
  display: flex;
  flex-direction: column;
  overflow: visible;
  position: relative;
  width: calc(33.33333% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}
.event_list.event_list_grid:not(.event_list_forceListing) .eventItem .info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  z-index: 100;
  min-height: 195px;
  padding: 20px 20px 68px;
}
.event_list.event_list_grid:not(.event_list_forceListing) .eventItem .info:before {
  content: "";
  visibility: visible;
  clear: initial;
  position: absolute;
  z-index: -5;
  top: -35px;
  left: 0;
  width: 100%;
  height: calc(100% + 35px);
  background-image: linear-gradient(175deg, rgba(255, 255, 255, 0.01) 35px, #FFF 36px);
}
.event_list.event_list_grid:not(.event_list_forceListing) .eventItem .info:after {
  content: "";
  visibility: visible;
  visibility: visible;
  clear: initial;
  position: absolute;
  z-index: -5;
  top: -47px;
  left: 0;
  width: calc(100% + 12px);
  height: calc(100% + 35px);
  background-image: linear-gradient(175deg, rgba(255, 255, 255, 0.01) 35px, rgba(255, 255, 255, 0.35) 36px);
  transition: 250ms;
  pointer-events: none;
  will-change: top;
}
.event_list.event_list_grid:not(.event_list_forceListing) .eventItem .info:hover:after {
  top: -23px;
}
.event_list.event_list_grid:not(.event_list_forceListing) .eventItem .info .date {
  order: 10;
  position: absolute;
  right: 5px;
  bottom: 0;
  left: 5px;
  padding: 9px 15px 11px;
  border-top: 2px solid #EBEBEB;
}
.event_list.event_list_grid:not(.event_list_forceListing) .eventItem .info .date.date-override {
  padding-top: 14px;
  min-height: 51px;
}
.event_list.event_list_grid:not(.event_list_forceListing) .eventItem .thumb {
  float: none;
  width: 100%;
}
.event_list.event_list_grid:not(.event_list_forceListing) .eventItem .thumb img {
  overflow: hidden;
  max-width: 100%;
}
.event_list.event_list_grid:not(.event_list_forceListing) .eventItem:nth-child(4n+1) {
  clear: left;
}

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .event_detail .faq, .event_detail .event_showings, .event_detail .description_wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.event_detail {
  zoom: 1;
  position: relative;
  width: 100%;
  margin: auto;
  margin-top: 184px;
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  .event_detail {
    margin-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .event_detail {
    width: 100%;
    max-width: calc(100% - 20px);
    margin-top: 40px;
    padding: 0rem;
  }
}
.event_detail:before, .event_detail:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0;
}
.event_detail:after {
  clear: both;
}
.event_detail .below_branding {
  margin-top: 1.6rem;
}
.event_detail #branding {
  overflow: hidden;
  width: calc(100% + 130px);
  margin-bottom: 1.25rem;
  margin-left: -50px;
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  .event_detail #branding {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}
@media screen and (max-width: 767px) {
  .event_detail #branding {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
@media screen and (min-width: 1025px) {
  .event_detail #branding .rsArrowRight {
    right: 50px;
  }
}
.event_detail #branding + aside {
  margin-top: 0 !important;
}
.event_detail #branding img {
  overflow: hidden;
  width: 100%;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.event_detail .event_heading {
  margin-bottom: 1.85rem;
}
@media screen and (max-width: 1024px) {
  .event_detail .event_heading {
    display: none;
  }
}
.event_detail .event_heading.above_branding {
  display: none;
}
.event_detail .event_heading .tagline {
  margin-bottom: 0;
  font-size: 1.444444rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.5px;
  color: #88898A;
}
.event_detail .spotlight_image ~ .event_heading .title, .event_detail .slideshow ~ .event_heading .title {
  margin-top: 0;
  margin-bottom: 10px;
}
.event_detail .event_showings {
  margin-top: 53px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .event_detail .event_showings {
    margin-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.event_detail .event_showings + h3 {
  margin-bottom: 0.85rem;
  font-size: 2.368593037rem;
}
@media screen and (max-width: 1024px) {
  .event_detail .event_showings + h3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.event_detail .event_showings .m-date__singleDate {
  font-size: 18px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.8px;
  color: #4C4F50;
}
@media screen and (max-width: 767px) {
  .event_detail .event_showings .m-date__singleDate {
    font-size: 15px;
  }
}
.event_detail .event_showings .m-date__singleDate .m-date__singleDate, .event_detail .event_showings .m-date__singleDate .m-date__rangeLast {
  position: relative;
}
.event_detail .event_showings .m-date__singleDate .m-date__day, .event_detail .event_showings .m-date__singleDate .m-date__separator {
  font-size: 24px;
  color: #EF7B45;
}
.event_detail .event_showings .m-date__singleDate .m-date__weekday {
  font-size: 18px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.8px;
  color: #4C4F50;
}
@media screen and (max-width: 767px) {
  .event_detail .event_showings .m-date__singleDate .m-date__weekday {
    display: none;
  }
}
.event_detail .event_showings .m-date__singleDate .m-date__year {
  display: none;
}
.event_detail .event_showings .list {
  position: relative;
  font-size: 15px;
  list-style-type: none;
}
.event_detail .event_showings .listItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 1.2rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #E9E9E9;
}
@media screen and (max-width: 767px) {
  .event_detail .event_showings .listItem {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.event_detail .event_showings .listItem.listItehasNoLink {
  justify-content: flex-start;
}
.event_detail .event_showings .listItem .cell {
  width: 20%;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.event_detail .event_showings .listItem .cell:nth-child(1) {
  width: 40%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .event_detail .event_showings .listItem .cell:nth-child(1) {
    width: calc(100% - 217px);
  }
}
.event_detail .event_showings .listItem .cell:last-child {
  width: 40%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .event_detail .event_showings .listItem .cell:last-child {
    width: 140px;
  }
}
.event_detail .event_showings .listItem .cell:nth-child(2) {
  width: 20%;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #88898A;
}
@media screen and (max-width: 767px) {
  .event_detail .event_showings .listItem .cell:nth-child(2) {
    width: 70px;
    font-size: 13px;
  }
}
.event_detail .event_showings .buttons a, .event_detail .event_showings .buttons span {
  justify-content: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #25282A;
  transition: 450ms;
}
@media screen and (max-width: 767px) {
  .event_detail .event_showings .buttons a, .event_detail .event_showings .buttons span {
    font-size: 12px;
  }
}
.event_detail .event_showings .buttons a:hover, .event_detail .event_showings .buttons span:hover {
  color: #E35205;
}
.event_detail .event_showings .buttons a:hover:before, .event_detail .event_showings .buttons span:hover:before {
  border-left: 10px solid #E35205;
  animation: bounceX 750ms;
}
.event_detail .event_showings .buttons a:before, .event_detail .event_showings .buttons span:before {
  content: "";
  display: inline-block;
  position: relative;
  top: initial;
  left: initial;
  width: 0;
  height: 0;
  margin-top: -5px;
  margin-right: 10px;
  vertical-align: middle;
  border-top: 6.9px solid transparent;
  border-bottom: 6.9px solid transparent;
  border-left: 10px solid #EF7B45;
  transform: translate(0%);
}
.event_detail .event_showings .buttons a svg, .event_detail .event_showings .buttons span svg {
  display: none;
}
.event_detail .event_showings .additional_showings {
  display: none;
}
@media screen and (max-width: 1024px) {
  .event_detail .faq {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.event_detail .description_wrapper {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .event_detail .description_wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .event_detail .buttonWrapper .date {
    display: none !important;
  }
}
.event_detail .buttonWrapper .buttons {
  width: calc(100% + 20px);
  height: 60px;
  margin-bottom: 30px;
  margin-left: -10px;
}
@media screen and (max-width: 1024px) {
  .event_detail .buttonWrapper .buttons {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
.event_detail .buttonWrapper .buttons a, .event_detail .buttonWrapper .buttons span {
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  background-color: #EF7B45;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.08px;
  text-transform: uppercase;
  color: #FFF;
  transition: 450ms;
}
.event_detail .buttonWrapper .buttons a:hover:not(.no_ticket_link), .event_detail .buttonWrapper .buttons span:hover:not(.no_ticket_link) {
  background-color: #E35205;
}
.event_detail .buttonWrapper .buttons a:hover:not(.no_ticket_link):before, .event_detail .buttonWrapper .buttons span:hover:not(.no_ticket_link):before {
  animation: bounceX 750ms;
}
.event_detail .buttonWrapper .buttons a:before, .event_detail .buttonWrapper .buttons span:before {
  content: "";
  display: inline-block;
  position: relative;
  top: initial;
  left: initial;
  width: 0;
  height: 0;
  margin-top: -3px;
  margin-right: 10px;
  vertical-align: middle;
  border-top: 6.9px solid transparent;
  border-bottom: 6.9px solid transparent;
  border-left: 10px solid #FFF;
  transform: translate(0%);
}
.event_detail .eventDetailList {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  font-family: "Libre Franklin", sans-serif;
}
.event_detail .eventDetailList a, .event_detail .eventDetailList a:focus, .event_detail .eventDetailList p {
  font-weight: 400;
  letter-spacing: 0.03px;
}
.event_detail .eventDetailList .item {
  position: relative;
  width: 100%;
  margin-bottom: 17px;
  padding-bottom: 17px;
  padding-left: 0.5rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #88898A;
  border-bottom: 1px solid #D8D8D8;
  list-style-type: none;
}
@media screen and (max-width: 1024px) {
  .event_detail .eventDetailList .item {
    width: 50%;
    padding-left: 0;
  }
  .event_detail .eventDetailList .item.sidebar_event_date, .event_detail .eventDetailList .item.itelong {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .event_detail .eventDetailList .item {
    width: 100%;
  }
  .event_detail .eventDetailList .item:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 1025px) {
  .event_detail .eventDetailList .item:last-child {
    border-bottom: 0;
  }
}
.event_detail .eventDetailList .item:before {
  display: none;
}
.event_detail .eventDetailList .item label {
  margin-bottom: 9px;
}
.event_detail .eventDetailList .item label, .event_detail .eventDetailList .item.sidebar_event_date > span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.8px;
  color: #25282A;
}
.event_detail .eventDetailList .item label .m-date__weekday, .event_detail .eventDetailList .item.sidebar_event_date > span .m-date__weekday {
  display: none;
}
.event_detail .eventDetailList .item a .m-date__singleDate {
  font-size: 16px;
  /* $79.50 - $119.50: */
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.6px;
  color: #25282A;
}
.event_detail .eventDetailList .item a .m-date__singleDate:hover {
  color: #25282A;
}
.event_detail .eventDetailList .item svg {
  display: none;
}
.event_detail .buttonWrapper .title, .event_detail .buttonWrapper .tagline, .event_detail .buttonWrapper .date {
  display: none;
}
@media screen and (max-width: 1024px) {
  .event_detail .buttonWrapper .title, .event_detail .buttonWrapper .tagline, .event_detail .buttonWrapper .date {
    display: block;
    margin-bottom: 0.5rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .event_detail .buttonWrapper .date {
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .event_detail .buttonWrapper .title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .event_detail .buttonWrapper .tagline {
    font-size: 1.25rem;
    font-weight: 300;
    color: #959595;
  }
}
.event_detail .buttonWrapper .buttons {
  position: relative;
  color: white;
}
.event_detail .buttonWrapper .buttons a, .event_detail .buttonWrapper .buttons span {
  width: 100%;
  font-size: 0.9rem;
  white-space: nowrap;
}
.event_detail .buttonWrapper .buttons svg {
  display: none;
}

.read-more, .event_detail .event_showings .show-all-showings {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 800;
  line-height: 15px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #25282A;
  cursor: pointer;
}
.read-more.is-opened:after, .event_detail .event_showings .show-all-showings.is-opened:after {
  transform: rotate(-90deg);
}
.read-more:after, .event_detail .event_showings .show-all-showings:after {
  content: "";
  display: inline-block;
  position: relative;
  top: initial;
  left: initial;
  width: 0;
  height: 0;
  margin-top: -5px;
  margin-left: 10px;
  vertical-align: middle;
  border-top: 6.9px solid transparent;
  border-bottom: 6.9px solid transparent;
  border-left: 10px solid #EF7B45;
  transition: 450ms;
  transform: rotate(90deg);
}

.is-opened + .read-more:after {
  transform: rotate(-90deg);
}

.description_wrapper:before {
  content: "Event Info";
  display: block;
  margin: 0 0 1.11111rem;
  font-family: "Libre Franklin", sans-serif;
  font-size: 43px;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #25282A;
}
@media screen and (max-width: 1024px) {
  .description_wrapper:before {
    font-size: 2rem;
  }
}

.short-description .description_inner:after {
  display: none !important;
}

.event_description {
  position: relative;
}
.event_description:not(.is-opened) .description_inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, hsla(0, 0%, 100%, 0.01) 0%, white 100%);
}
.event_description .description_inner {
  overflow: hidden;
}
.event_description .description_inner p:last-child {
  margin-bottom: 0;
}
.event_description:after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
.event_description.is-opened:after {
  display: none;
}

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

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

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

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

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  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;
  -moz-transition: opacity 0.6s;
  -o-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;
  -moz-transition: opacity 0.6s;
  -o-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%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-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;
  -moz-transition: opacity 0.2s;
  -o-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 {
  zoom: 1;
  clear: both;
  position: relative;
  width: 100%;
  margin: 0 auto 40px;
}
.sitemap:before, .sitemap:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0;
}
.sitemap:after {
  clear: both;
}
.sitemap .column {
  zoom: 1;
  position: relative;
  width: 100%;
  padding: 0;
}
.sitemap .column:before, .sitemap .column:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0;
}
.sitemap .column:after {
  clear: both;
}
@media screen and (min-width: 1025px) {
  .sitemap .column {
    float: left;
    width: 50%;
  }
}
.sitemap .column a:before, .sitemap .column a:after {
  display: none;
}
.sitemap .column > ul > li {
  padding-left: 0;
}
.sitemap .column > ul > li:before, .sitemap .column > ul > li:after {
  display: none;
}
.sitemap .column > ul > li > a {
  font-size: 18px;
  color: #25282A;
}
.sitemap .column > ul > li > a:before, .sitemap .column > ul > li > a:after {
  display: none;
}
.sitemap .column > ul > li > a:hover {
  color: #25282A;
}

/* ----------------------------------------------------------------------------
= Conditional IE Styles. Nest each browser under heading. 
= Classes are generated by Modernizr and appear in HTML tag
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Homepage Alert
----------------------------------------------------------------------------- */
.m-alert-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #EF7B45;
}
@media screen and (max-width: 1024px) {
  .m-alert-wrapper {
    position: relative;
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 767px) {
  .m-alert-wrapper {
    height: 75px;
  }
}
.m-alert-wrapper .m-alert, .m-alert-wrapper .alert-container, .m-alert-wrapper .alert-link {
  height: 60px;
}
.m-alert-wrapper .alert-container {
  clear: both;
  position: relative;
  z-index: 9;
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0;
}
.m-alert-wrapper .close-alert {
  display: block;
  position: absolute;
  z-index: 999;
  top: 50%;
  right: 0;
  text-indent: -999em;
  transform: translateY(-50%);
}
.m-alert-wrapper .close-alert:hover .close-x:before, .m-alert-wrapper .close-alert:hover .close-x:after {
  background-color: #FFF;
}
.m-alert-wrapper .close-alert .close-x {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.m-alert-wrapper .close-alert .close-x:before, .m-alert-wrapper .close-alert .close-x:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #E35205;
  transition: 250ms;
}
.m-alert-wrapper .close-alert .close-x:before {
  transform: translateY(-50%) rotate(45deg);
}
.m-alert-wrapper .close-alert .close-x:after {
  transform: translateY(-50%) rotate(-45deg);
}
.m-alert-wrapper .alert-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .m-alert-wrapper .alert-link {
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 75px;
    padding-top: 5px;
  }
}
.m-alert-wrapper .alert-link h2 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.8px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .m-alert-wrapper .alert-link h2 {
    width: 100%;
  }
}
.m-alert-wrapper .alert-link h2:after {
  content: "  /  ";
}
.m-alert-wrapper .alert-link .alert-desc {
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .m-alert-wrapper .alert-link .alert-desc {
    width: 100%;
  }
}
.m-alert-wrapper .alert-link .alert-desc p {
  overflow: hidden;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  white-space: nowrap;
  letter-spacing: 0.5px;
  text-overflow: ellipsis;
  color: #FFF;
}
.m-alert-wrapper .alert-link .alert-button {
  position: relative;
  margin-left: 35px;
  background: transparent;
  font-size: 14px;
  line-height: 15px;
  white-space: nowrap;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #FFF;
  border: none;
  outline: none;
  transition: 250ms;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .m-alert-wrapper .alert-link .alert-button {
    margin-left: 15px;
  }
}
.m-alert-wrapper .alert-link .alert-button:hover:after {
  animation: bounce 750ms;
}
.m-alert-wrapper .alert-link .alert-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -15px;
  width: 0;
  height: 0;
  border-top: 6.9px solid transparent;
  border-bottom: 6.9px solid transparent;
  border-left: 10px solid #FFF;
  transform: translate(0%, -50%);
  backface-visibility: hidden;
}
.m-alert-wrapper .alert-link .alert-button:hover {
  color: #FFF;
}
.m-alert-wrapper ~ #container {
  margin-top: 60px;
}
.m-alert-wrapper ~ #container .header:not(.is-fixed) {
  top: 60px;
}

/* ----------------------------------------------------------------------------
= Showtime Photo Gallery
----------------------------------------------------------------------------- */
.mfp-wrap {
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  z-index: 99999999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(21, 21, 21, 0.8);
}

.mfp-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.mfp-content .royalSlider {
  width: auto;
  height: auto;
}
.mfp-content .rsOverflow {
  width: 1000px !important;
  max-width: 80vw;
  height: 0 !important;
  padding-bottom: 60%;
}
.mfp-content .rsContainer {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100% !important;
  max-height: 100% !important;
}
.mfp-content .rsSlide {
  text-align: center;
}
.mfp-content img.rsImg {
  max-width: 100%;
  height: auto !important;
}
.mfp-content .rsBullets {
  overflow: hidden;
  position: absolute;
  z-index: 35;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: transparent;
  background-color: transparent;
  line-height: 1;
  text-align: center;
}
.mfp-content .rsBullets .rsBullet span {
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 0;
}
.mfp-content .rsBullets .rsBullet:not(:last-child) {
  margin-right: 10px;
}
.mfp-content .rsBullets .rsBullet.rsNavSelected span {
  background-color: #EF7B45;
}
@media screen and (max-width: 767px) {
  .mfp-content .rsBullets {
    display: none;
  }
}
.mfp-content .rsDefault .rsGCaption {
  background: rgba(21, 21, 21, 0.7098039216);
  text-align: center;
  min-height: 70px;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .mfp-content .rsDefault .rsGCaption {
    position: absolute;
  }
}

.mfp-preloader, .mfp-close {
  display: none;
}

.photo_gallery {
  float: left;
  width: 33.333333%;
  padding: 0 6px 20px;
}
@media screen and (max-width: 767px) {
  .photo_gallery {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .photo_gallery {
    width: 100%;
  }
}
.photo_gallery .photo_gallery_wrap_inner {
  overflow: hidden;
  padding: 0;
  background-color: #FFF;
  border: 1px solid #C5C7C4;
}
.photo_gallery .royalSlider {
  display: none;
  visibility: hidden;
  position: absolute;
  z-index: -99;
  top: 0;
  left: 0;
  width: 1000px;
  height: 600px;
  opacity: 0;
}
.photo_gallery .thumb {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 242px;
  margin: 0 0 0 0;
  padding: 0;
}
.photo_gallery .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  max-width: none;
  height: 100%;
  transform: translate(-50%, -50%);
}
.photo_gallery .view-gallery a {
  display: block;
  width: 100%;
  margin-top: 1.125rem;
  text-align: center;
}
.photo_gallery .gallery_info {
  position: relative;
  padding: 14px 18px 50px;
}
.photo_gallery .gallery_info .button {
  position: absolute;
  right: 18px;
  bottom: 0;
  left: 18px;
  text-align: center;
}
.photo_gallery .gallery_info .view-gallery a {
  display: -webkit-box;
  display: block;
  overflow: hidden;
  height: 48px;
  margin: 0;
  line-height: 24px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.photo_gallery strong {
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 214px;
  margin: 0;
  padding: 5px 10px;
  opacity: 0.85;
  background: #111;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: black;
  border-bottom: 1px solid #222;
}
.photo_gallery a {
  text-decoration: none;
}
.photo_gallery .gallery_info .photo-description {
  margin-top: 22px;
}

.apple_overlay {
  display: none;
  width: 600px;
  height: 570px;
  padding: 15px 15px 10px;
  background: #FFF;
}
.apple_overlay .close {
  position: absolute;
  z-index: 9000;
  right: 16px;
  bottom: 20px;
  width: 66px;
  height: 22px;
  background-image: url(../images/lightbox-btn-close.gif);
  cursor: pointer;
}
.apple_overlay .content {
  background: transparent;
}
.apple_overlay .slideshow {
  width: auto;
  height: 545px;
  background: #FFF;
}
.apple_overlay .slideshow .caption_holder {
  display: block;
}
.apple_overlay .slideshow .controls {
  display: block;
  position: absolute;
  z-index: 600;
  top: 180px;
  left: 0;
  width: 100%;
  height: 53px;
  padding: 0;
  color: #FFF;
}
.apple_overlay .slideshow .controls .nav-controls {
  position: relative;
}
.apple_overlay .slideshow .controls .nav-controls a.prev {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 63px;
  height: 32px;
  background: url(../images/lightbox-btn-prev.gif) no-repeat 0 0;
  text-indent: -4000px;
  border: none;
  cursor: pointer;
}
.apple_overlay .slideshow .controls .nav-controls a.next {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 53px;
  height: 53px;
  background: url(../images/lightbox-btn-next.gif) no-repeat 0 0;
  text-indent: -4000px;
  border: none;
  cursor: pointer;
}
.apple_overlay .slideshow .slide {
  overflow: hidden;
  width: 100%;
  height: 465px;
}
.apple_overlay .slideshow .slide span {
  display: block;
  width: 600px;
  height: 465px;
}
.apple_overlay .slideshow .caption_holder {
  display: none;
  position: absolute;
  z-index: 15;
  bottom: 7px;
  left: -12px;
  width: 640px;
  height: 40px;
  padding: 10px 0 0;
}
.apple_overlay .slideshow .caption_holder span {
  display: block;
  width: auto;
  height: 35px;
}
.apple_overlay .slideshow .caption {
  position: relative;
}
.apple_overlay .slideshow .caption p {
  overflow: hidden;
  width: 600px;
  padding: 10px 0 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
  color: #333;
}
.apple_overlay .slideshow .caption .date {
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 1px #C38C1D;
  font-size: 18px;
  font-weight: normal;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFF;
}
.apple_overlay .slideshow .caption .buttons a {
  display: block;
  width: auto;
  padding: 6px 10px;
  background: url(../images/slideshow_btn_rule.png) no-repeat 0 0;
  font-size: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #811211;
}
.apple_overlay .slideshow .caption .buttons a.more {
  margin: 0 2px 0 0;
}
.apple_overlay .slideshow .caption .buttons a:hover {
  color: #333;
}
.apple_overlay .slideshow .caption a {
  display: none;
}
.apple_overlay .slideshow .caption .thumbs_holder {
  display: block;
  position: absolute;
  top: 473px;
  left: 0;
  width: 600px;
  height: 80px;
}
.apple_overlay .slideshow .caption .thumbs_holder ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.apple_overlay .slideshow .caption .thumbs_holder li {
  width: 65px;
  height: 43px;
  margin-right: 5px;
}
.apple_overlay .slideshow .caption .thumbs_holder li a.thumb {
  display: block;
  width: 65px;
  height: 43px;
  background: transparent;
  border: none;
  border: 2px solid #FFF;
}
.apple_overlay .slideshow .caption .thumbs_holder li a.thumb img {
  display: block;
  width: 65px;
  height: 43px;
  background: transparent;
  border: none;
}
.apple_overlay .slideshow .caption .thumbs_holder li.selected a.thumb {
  border: 2px solid #B0BAC9;
}
.apple_overlay .slideshow .caption .thumbs_holder .caption {
  display: none;
}
.apple_overlay .slideshow .caption .thumbs .caption {
  display: none;
}
.apple_overlay .slideshow .caption .thumbs .caption p {
  overflow: hidden;
  height: 30px;
  font-size: 12px;
  color: #333;
}
.apple_overlay .slideshow .caption .thumbs li:hover .caption {
  display: none;
  opacity: 1;
}
.apple_overlay .slideshow .caption .video {
  display: none;
  position: absolute;
  z-index: 601;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/play.png) no-repeat center 160px;
}
.apple_overlay .slideshow .caption .video #video_player, .apple_overlay .slideshow .caption .video #video_holder {
  display: block;
  width: 100%;
  height: 100%;
  margin: 8% auto 0;
  text-align: center;
}
.apple_overlay .slideshow .caption .imglink {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.apple_overlay .slideshow .caption .imglink #imglink {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/blank.png) 0 0 repeat;
}
.apple_overlay .slideshow .caption img {
  display: block;
  width: 100%;
  height: 100%;
}
.apple_overlay .slideshow #map_overlay {
  background-image: url(../images/map_transparent.png);
}
.apple_overlay .slideshow .contentWrap {
  overflow: hidden;
  height: 375px;
  border: 1px solid #FF9100;
}
.apple_overlay .slideshow .map_overlay.apple_overlay {
  display: none;
  width: 620px;
  height: 370px;
  padding: 35px;
}

[data-options=gallery] .rsArrowIcn:before {
  display: inline-block;
  position: relative;
  top: 10px;
  width: 100%;
  font-family: FontAwesome;
  font-size: 28px;
  font-weight: lighter;
  text-align: center;
  color: #CCC;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[data-options=gallery] .rsArrowRight > .rsArrowIcn:before {
  content: "\f054";
  margin-left: 2px;
}
[data-options=gallery] .rsArrowLeft > .rsArrowIcn:before {
  content: "\f053";
  margin-left: -2px;
}

#venue_widgets_framework .l-m-venue_widget {
  border-radius: 0 0 0 0;
}
#venue_widgets_framework .m-venueframework__header {
  z-index: 1;
  float: none;
  background-color: white;
  border-top-color: #E4E4E4;
  border-right-color: #E4E4E4;
  border-bottom-color: #DBDBDB;
  border-left-color: #E4E4E4;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
#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: #EF7B45;
}
#venue_widgets_framework .m-venueframework__header-shadow {
  background: rgba(229, 229, 229, 0);
}
#venue_widgets_framework .m-venueframework__header-text {
  color: #25282A;
  text-transform: capitalize;
  padding: 0 0 0 0;
}
#venue_widgets_framework .m-venueframework__header-link, #venue_widgets_framework .m-venueframework__header-link:visited {
  background-color: white;
  color: #25282A;
}
#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: #25282A;
  color: white;
}
#venue_widgets_framework .m-venueframework__header-link:before, #venue_widgets_framework .m-venueframework__header-link:visited:before {
  background-color: transparent;
}
#venue_widgets_framework .m-venueframework__widget-body {
  border-left-color: #FFF;
  border-right-color: #FFF;
  border-bottom-color: #FFF;
  border-top-color: #FFF;
  background-color: #FFF;
  border-radius: 0 0 0 0;
}
#venue_widgets_framework .m-venueframework__widget-body__noHeader {
  border-radius: 0 0 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: #88898A;
}
#venue_widgets_framework .m-owlcarousel__controls-icon:hover, #venue_widgets_framework .m-owlcarousel__controls-icon:focus {
  border-color: #EF7B45;
  background-color: transparent;
}
#venue_widgets_framework .m-owlcarousel__controls-icon:hover svg, #venue_widgets_framework .m-owlcarousel__controls-icon:focus svg {
  stroke: #EF7B45;
}
#venue_widgets_framework .owl-page span {
  background: #88898A;
}
#venue_widgets_framework .owl-page.active span {
  background: #EF7B45;
}
#venue_widgets_framework .l-m-venue_widget .owl-wrapper, #venue_widgets_framework .l-m-venue_widget .owl-wrapper-outer, #venue_widgets_framework .l-m-venue_widget .owl-item {
  height: 100%;
}
#venue_widgets_framework .m-venueframework-linklist__item.has_no_link {
  border-bottom-color: #DBDBDB;
}
#venue_widgets_framework .m-venueframework-linklist__link, #venue_widgets_framework .m-venueframework-linklist__link:visited {
  border-bottom-color: #DBDBDB;
}
#venue_widgets_framework .m-venueframework-linklist__link:hover, #venue_widgets_framework .m-venueframework-linklist__link:focus, #venue_widgets_framework .m-venueframework-linklist__link:visited:hover, #venue_widgets_framework .m-venueframework-linklist__link:visited:focus {
  background-color: #FFF;
}
#venue_widgets_framework .m-venueframework-linklist__link:hover .m-venueframework-linklist__item-title, #venue_widgets_framework .m-venueframework-linklist__link:focus .m-venueframework-linklist__item-title, #venue_widgets_framework .m-venueframework-linklist__link:visited:hover .m-venueframework-linklist__item-title, #venue_widgets_framework .m-venueframework-linklist__link:visited:focus .m-venueframework-linklist__item-title {
  color: #EF7B45;
}
#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: #25282A;
}
#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: #EF7B45;
}
#venue_widgets_framework .m-venueframework-linklist__item-title {
  color: #25282A;
}
#venue_widgets_framework .m-venueframework-linklist__item-subtitle {
  color: #969696;
}
#venue_widgets_framework .m-venueframework-linklist__item-icon {
  color: #25282A;
}
#venue_widgets_framework .m-venueframework-linklist__item-icon svg {
  stroke: #25282A;
}
#venue_widgets_framework .has_image .m-venueframework-newswidget__item:nth-child(3) a, #venue_widgets_framework .has_image .m-venueframework-newswidget__item:nth-child(3) a:visited, #venue_widgets_framework .has_image .m-venueframework-newswidget__item:nth-child(3).has_no_link {
  border-bottom-color: #DBDBDB;
}
#venue_widgets_framework .m-venueframework-newswidget__item-date {
  color: #969696;
}
#venue_widgets_framework .m-venueframework-newswidget__item-title {
  color: #25282A;
}
#venue_widgets_framework .m-venueframework-newswidget__item-subtitle {
  color: #25282A;
}
#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: #25282A;
}
#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: #EF7B45;
}
#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: #25282A;
}
#venue_widgets_framework .m-venueframework-socialwidget__description {
  color: #25282A;
}
#venue_widgets_framework .m-venueframework-socialwidget__description a, #venue_widgets_framework .m-venueframework-socialwidget__description a:visited {
  color: #25282A;
}
#venue_widgets_framework .m-venueframework-socialwidget__description a:hover, #venue_widgets_framework .m-venueframework-socialwidget__description a:focus {
  color: #EF7B45;
}
#venue_widgets_framework .m-venueframework-socialwidget__meta {
  color: #969696;
}
#venue_widgets_framework .m-venueframework-socialwidget__meta a, #venue_widgets_framework .m-venueframework-socialwidget__meta a:visited {
  color: #969696;
}
#venue_widgets_framework .m-venueframework-socialwidget__meta a:hover, #venue_widgets_framework .m-venueframework-socialwidget__meta a:focus {
  color: #EF7B45;
}
#venue_widgets_framework .m-venueframework-socialwidget__meta .delimiter {
  color: #969696;
}
#venue_widgets_framework .l-m-venue_widget__youtubewidget .entry {
  background-color: #FFF;
}
#venue_widgets_framework .l-m-venue_widget__youtubewidget .title {
  color: #25282A;
}
#venue_widgets_framework .l-m-venue_widget__youtubewidget .meta {
  color: #969696;
}
#venue_widgets_framework .l-m-venue_widget__youtubewidget .m-venueframework__widget-body {
  border: none;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon {
  border-color: transparent;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon svg {
  stroke: #88898A;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon:hover {
  border-color: #EF7B45;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon:hover svg {
  stroke: #EF7B45;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-row {
  color: #88898A;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar-container:after {
  background: #FFF;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-head {
  color: #25282A;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-body {
  background: #E4E4E4;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div {
  background: #FFF;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div > span.fc-date {
  color: #88898A;
  background: #FFF;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content > span.fc-date {
  color: #25282A;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content > span.fc-date:after {
  background: #25282A;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content {
  background: #FFF;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content:hover {
  background: #FFF;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content:hover .fc-date {
  color: #EF7B45;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content:hover .fc-date:after {
  background: #EF7B45;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today .fc-date {
  background: #EF7B45;
  color: #F7F7F7;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today.fc-content .fc-date {
  background: #EF7B45;
  color: #F7F7F7;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today.fc-content .fc-date:after {
  background: #F7F7F7;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal {
  color: #25282A;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-body, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-dialog, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-content {
  background: #FFF;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in {
  border-radius: 0 0 0 0;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .modal-body {
  border: 1px solid #E4E4E4;
  border-top: none;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .close {
  border: none;
  border: 1px solid #E4E4E4;
  background: #FFF;
  color: #969696;
  border-radius: 0 0 0 0;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .close:hover {
  background: #25282A;
  color: white;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .date {
  color: #EF7B45;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in h3 a {
  color: #25282A;
}
#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: #EF7B45;
}
#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: #EF7B45;
}
#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: #25282A;
}
#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: #25282A;
}
#venue_widgets_framework .l-m-venue_widget__promotionswidget .m-venueframework__widget-body {
  border: none;
}
#venue_widgets_framework .m-venueframework-promotionswidget__item-title h2 {
  color: #F7F7F7;
}
#venue_widgets_framework .m-venueframework-promotionswidget__item-subtitle {
  color: #F7F7F7;
}
#venue_widgets_framework .m-venueframework-promotionswidget__item-subtitle:after {
  background: #F7F7F7;
}
#venue_widgets_framework .l-m-venue_widget__eventslist {
  overflow: hidden;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon {
  border-color: transparent;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon svg {
  stroke: #88898A;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon:hover {
  border-color: #EF7B45;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon:hover svg {
  stroke: #EF7B45;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__date {
  color: #969696;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title, #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title a {
  color: #25282A;
}
#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: #EF7B45;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__tagline {
  color: #25282A;
}
#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: #25282A;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a:hover {
  color: #EF7B45;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a:hover svg path {
  fill: #25282A;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a svg path {
  fill: #EF7B45;
}
