@import url(https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&display=swap);
@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;
}

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

*:focus {
  outline: none;
}

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

/*
	Note: The "mobile-nav" breakpoint is only used to set when the regular 
	nav goes away and the mobile nav shows up.
	It can/might be the same as another breakpoint but 
	is just here to help you get started. 
*/
/*
	How To Use:
	@include media($mobile){
	}
*/
:root {
  font-size: 16px;
}
@media screen and (min-width: 700px) {
  :root {
    font-size: calc(16px + (16 - 16) * (100vw - 700px) / (1000 - 700));
  }
}
@media screen and (min-width: 1000px) {
  :root {
    font-size: 16px;
  }
}

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

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

.clear {
  clear: both;
}

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

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

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

.invisible {
  visibility: hidden;
}

.hide {
  display: none;
}

/***************************
*
*  WIDGET STYLING OPTIONS
*
****************************/
/***************************
    QUICK VARS 
*****************************/
/***************************
    QUICK COPY COLORS 
*****************************/
/***************************
    BORDER-RADIUS 
*****************************/
/***************************
    WIDGET HEADER 
*****************************/
/***************************
    OWL CAROUSEL 
*****************************/
/***************************
    NEWS LIST 
*****************************/
/***************************
    EVENTS LIST 
*****************************/
/***************************
    LINK LIST 
*****************************/
/***************************
    TWITTER - FACEBOOK - INSTAGRAM 
*****************************/
/***************************
    YOUTUBE 
*****************************/
/***************************
    CALENDAR 
*****************************/
/***************************
 PROMOTIONS 
*****************************/
* {
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.header-base, .sitemap .column > ul > li > a, .spotlight .title,
.concierge .title,
.news_list .title,
.contest_list .title,
.job_list .title,
.seating_charts .title,
.offer_list .title, .showtime-search-instant-result-header-title, h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 0px;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  color: #343434;
}
.header-base a, .sitemap .column > ul > li > a a, .spotlight .title a,
.concierge .title a,
.news_list .title a,
.contest_list .title a,
.job_list .title a,
.seating_charts .title a,
.offer_list .title a, .showtime-search-instant-result-header-title a, h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: #343434;
}
.header-base a:hover, .sitemap .column > ul > li > a a:hover, .spotlight .title a:hover,
.concierge .title a:hover,
.news_list .title a:hover,
.contest_list .title a:hover,
.job_list .title a:hover,
.seating_charts .title a:hover,
.offer_list .title a:hover, .showtime-search-instant-result-header-title a:hover, h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  color: rgba(0, 0, 0, 0.7);
}

h1,
.h1 {
  font-size: 40px;
}
h2,
.h2,
.showtime-search-instant-result-header-title {
  font-size: 35px;
}
.textarea h2,
.textarea .h2,
.textarea .showtime-search-instant-result-header-title {
  margin-bottom: 20px;
  margin-top: 60px;
}
h2.long_title,
.h2.long_title,
.long_title.showtime-search-instant-result-header-title {
  font-size: 25px;
}

h3,
.h3,
.sitemap .column > ul > li > a {
  font-size: 25px;
}
.textarea h3,
.textarea .h3,
.textarea .sitemap .column > ul > li > a,
.sitemap .textarea .column > ul > li > a {
  margin-bottom: 20px;
  margin-top: 60px;
}

h4,
.h4 {
  font-size: 1.414rem;
}
.textarea h4,
.textarea .h4 {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

.cms ul,
.textarea ul,
.spotlight_text ul,
.faq ul,
.link .description ul,
.event_description ul {
  margin-bottom: 20px;
}
.cms ul li,
.textarea ul li,
.spotlight_text ul li,
.faq ul li,
.link .description ul li,
.event_description ul li {
  padding: 3px 0 3px 40px;
}
.cms ul li:before,
.textarea ul li:before,
.spotlight_text ul li:before,
.faq ul li:before,
.link .description ul li:before,
.event_description ul li:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}
.cms ul li ul,
.textarea ul li ul,
.spotlight_text ul li ul,
.faq ul li ul,
.link .description ul li ul,
.event_description ul li ul {
  margin-top: 10px;
}

ol {
  margin-bottom: 20px;
}

ol > li {
  position: relative;
  padding: 3px 0px 3px 40px;
  counter-increment: li-counter;
}
ol > li:before {
  content: "";
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  top: 3px;
  left: 0;
  width: 22px;
  height: 28px;
  content: counter(li-counter) ".";
}
@media screen and (max-width: 768px) {
  ol > li:before {
    font-size: 16px;
  }
}

a {
  border: none;
  color: #4c4c4c;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
a:hover, a:focus {
  color: #343434;
}
.textarea p a, .textarea li a, .cms p a, .cms li a, .spotlight_content a, .m-eventDetailList__item a, .event_description a {
  text-decoration: underline;
}
.textarea p a:hover, .textarea li a:hover, .cms p a:hover, .cms li a:hover, .spotlight_content a:hover, .m-eventDetailList__item a:hover, .event_description a:hover {
  text-decoration: none;
}

hr {
  display: block;
  height: 3px;
  background-color: rgba(52, 52, 52, 0.15);
  border: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  clear: both;
}

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

blockquote {
  padding: 100px 75px 45px;
  position: relative;
  width: 975px;
  max-width: 100%;
  margin: 60px auto 40px;
  background: #000;
  background: url(../images/bg_footer.jpg);
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 15px 30px -3px rgba(0, 0, 0, 0.07);
}
blockquote:before {
  content: "";
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  height: 53px;
  width: 49px;
  background: url("../images/svg/blockquote-icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  blockquote {
    margin-top: 40px;
    padding: 100px 30px 10px;
    margin-right: 0;
  }
}
blockquote p {
  font-size: 25px;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
  width: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  blockquote p {
    font-size: 14px;
  }
}
blockquote strong {
  text-align: center;
  padding: 26px 20px 0 20px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  line-height: 1;
  position: relative;
  display: inline-block;
  line-height: 1.1875;
  position: relative;
  z-index: 2;
}
blockquote strong em {
  color: #fff;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  display: inline;
  margin-top: 10px;
  position: relative;
  padding-left: 0;
  line-height: 1.1875;
}
@media screen and (max-width: 500px) {
  blockquote strong em {
    font-size: 14px;
    line-height: 19px;
  }
}
@media screen and (max-width: 700px) {
  blockquote strong {
    padding: 20px 0 10px;
  }
}
@media screen and (max-width: 500px) {
  blockquote strong {
    font-size: 14px;
    line-height: 18px;
  }
}

/* ----------------------------------------------------------------------------
= Layout, Body and Containers
----------------------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: left;
  color: #343434;
  background: #f5f5f5;
}
body#events.detail {
  background: #ffffff;
}

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

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

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

.accessible {
  display: block;
  height: 0px;
  width: 0px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

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

.accessibility_links.is-focused {
  position: fixed;
  z-index: 1500;
  width: 100% !important;
  height: auto !important;
  background: #4c4c4c;
  padding: 5px 0;
}
.accessibility_links.is-focused ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.accessibility_links.is-focused li {
  flex-grow: 0;
}
.accessibility_links.is-focused li:first-child {
  flex-grow: 1;
}
.accessibility_links.is-focused a {
  float: left;
  color: white;
  padding: 10px;
  font-weight: 700;
}
.accessibility_links.is-focused a:hover, .accessibility_links.is-focused a:focus {
  text-decoration: underline;
}

.column {
  position: relative;
  float: none;
}

.one_sidebar_right {
  width: 100%;
  padding-top: 50px;
}
.one_sidebar_right #column_1 {
  position: relative;
  width: 100%;
  max-width: 1350px;
  margin: auto;
  min-height: calc(0px + 20px + var(--sticky-height));
}
.one_sidebar_right .leftColumn {
  float: left;
  width: calc(100% - 446px - 40px);
}
@media screen and (max-width: 1200px) {
  .one_sidebar_right .leftColumn {
    width: calc(100% - 400px - 40px);
  }
}
@media screen and (max-width: 870px) {
  .one_sidebar_right .leftColumn {
    width: 100%;
    padding: 10px;
  }
}
.one_sidebar_right .right_side_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 446px;
  height: 100%;
  margin-left: 40px;
}
@media screen and (max-width: 1200px) {
  .one_sidebar_right .right_side_wrapper {
    width: 400px;
  }
}
@media screen and (max-width: 870px) {
  .one_sidebar_right .right_side_wrapper {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.one_sidebar_right .rightBreakout {
  background: #222;
}
.one_sidebar_right .rightBreakout.sticky_item {
  position: static;
  position: sticky;
  top: 110px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 10px 55px;
}
@media screen and (max-width: 1200px) {
  .one_sidebar_right .rightBreakout.sticky_item {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 870px) {
  .one_sidebar_right .rightBreakout.sticky_item {
    position: relative;
    top: initial;
    margin-bottom: initial;
  }
}
@media screen and (max-width: 500px) {
  .one_sidebar_right .rightBreakout.sticky_item {
    padding: 10px 0;
  }
}

.full {
  width: 100%;
}
.full .full_column {
  width: 100%;
}
.full .full_column.non-widget-area {
  position: relative;
  margin: auto;
  padding-top: 45px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1200px) {
  .full .full_column.non-widget-area {
    padding-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .full .full_column.non-widget-area {
    padding-top: 10px;
  }
}

.osano-cm-info p {
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* ----------------------------------------------------------------------------
= Header basics
----------------------------------------------------------------------------- */
header.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-image: linear-gradient(150deg, #000000 4%, #343434 100%);
  box-shadow: 0 0 12px 0 rgba(52, 52, 52, 0.4);
  z-index: 30;
}
header.header form.search {
  visibility: hidden;
}
header.header.searching form.search {
  visibility: visible;
}
@media screen and (max-width: 500px) {
  header.header.searching .logo {
    zoom: 1;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
  }
}
header.header:before {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  content: "";
  top: 60px;
  left: 0;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  display: block;
  visibility: hidden;
  height: 100% !important;
}
@media screen and (max-width: 1110px) {
  header.header.menu-open:before {
    height: 100%;
    z-index: 9;
    opacity: 1;
    visibility: visible;
  }
}
header.header .header_inner {
  zoom: 1;
  position: relative;
  margin: auto;
  max-width: 1440px;
  padding: 25px 20px 0px;
}
header.header .header_inner:before, header.header .header_inner:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
header.header .header_inner:after {
  clear: both;
}
@media screen and (max-width: 1110px) {
  header.header .header_inner {
    padding: 12px 20px 12px;
    padding-top: 0;
    padding-bottom: 0;
    height: 60px;
  }
}
header.header .logo {
  float: left;
}
header.header .logo > a, header.header .logo > span {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%;
  direction: ltr;
  background: url(../images/svg/logo_white_font.svg) left center no-repeat;
  background-size: contain;
  width: 476px;
  max-width: 100%;
  height: 95px;
  opacity: 1;
}
@media screen and (max-width: 1110px) {
  header.header .logo > a, header.header .logo > span {
    width: 140px;
    height: 36px;
  }
}
header.header .logo > a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 1110px) {
  header.header .logo {
    padding-top: 11px;
  }
}
@media screen and (min-width: 1111px) {
  header.header .logo {
    max-width: calc(100% - 800px);
    margin-top: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1260px) and (min-width: 1111px) {
  header.header .logo {
    max-width: calc(100% - 700px);
  }
}
header.header .logo > span {
  color: transparent;
}
@media screen and (max-width: 1110px) {
  header.header.is-fixed {
    height: 60px;
  }
}
@media screen and (min-width: 1111px) {
  header.header.is-fixed .header_inner {
    padding: 10px 20px 0;
  }
  header.header.is-fixed .logo {
    margin-top: 10px;
  }
  header.header.is-fixed .logo > a, header.header.is-fixed .logo > span {
    height: 75px;
  }
}
@media screen and (max-width: 1110px) {
  header.header {
    zoom: 1;
    z-index: 900;
    min-height: 50px;
  }
  header.header:before, header.header:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: " ";
  }
  header.header:after {
    clear: both;
  }
}

/* ----------------------------------------------------------------------------
= Header toolbar (if used)
----------------------------------------------------------------------------- */
.toolbar {
  zoom: 1;
  float: right;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  height: 55px;
  width: calc(100% - 500px);
  padding-right: 20px;
  position: relative;
}
.toolbar:before, .toolbar:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.toolbar:after {
  clear: both;
}
@media screen and (max-width: 1110px) {
  .toolbar {
    padding-right: 0;
    width: calc(100% - 150px);
  }
}
@media screen and (min-width: 1111px) {
  .is-fixed .toolbar {
    overflow: hidden;
    height: 0;
  }
}
.toolbar .toolbar_inner {
  padding-bottom: 25px;
  width: 100%;
  text-align: right;
  margin-top: 15px;
  position: relative;
}
@media screen and (max-width: 1110px) {
  .toolbar .toolbar_inner {
    margin-top: 17px;
  }
}
.searching .toolbar:after {
  opacity: 0;
}

.newsletter {
  position: relative;
  margin-right: 79px;
}
@media screen and (max-width: 1110px) {
  .newsletter {
    display: none;
  }
}
.newsletter:after {
  content: "";
  position: absolute;
  top: 7px;
  right: -31px;
  width: 3px;
  height: 35px;
  display: block;
  background: #ffffff;
  transform: translateY(-50%);
  border-radius: 3px;
}
.newsletter svg {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  fill: white;
  margin-top: 5px;
}
.newsletter:hover {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.searching .newsletter {
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

.search-wrapper {
  float: right;
  margin: auto 0 auto 0;
  position: static;
}
.search-wrapper:first-child {
  margin: auto 0 auto auto;
}
.search-wrapper .search-trigger {
  position: absolute;
  top: 4px;
  right: 0;
  z-index: 5;
  border: none;
  background: none;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  width: 25px;
  height: 25px;
  overflow: hidden;
  padding: 0;
  align-content: center;
  align-items: center;
  text-indent: -9999em;
}
.search-wrapper .search-trigger svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  fill: #fff;
}
@media screen and (max-width: 1110px) {
  .search-wrapper .search-trigger {
    padding: 0;
    right: 0;
    transform: translate(0%, -50%);
    top: 50%;
    position: absolute;
  }
}
.search-wrapper .search-trigger:hover, .user-is-tabbing .search-wrapper .search-trigger:focus {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
@media screen and (max-width: 1110px) {
  .search-wrapper .search-trigger.active {
    right: 10px;
  }
}
.search-wrapper .search-trigger.active .text {
  opacity: 0;
}
.search-wrapper .search-trigger.active .icon.open {
  display: none;
}
.search-wrapper .search-trigger.active .icon.close {
  display: block;
}
.search-wrapper .search-trigger .text {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  letter-spacing: 0;
  margin: 0 10px 0 0;
  transition: opacity 0.2s linear;
}
@media screen and (max-width: 1110px) {
  .search-wrapper .search-trigger .text {
    display: none;
  }
}
.search-wrapper .search-trigger .icon {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  display: block;
  max-width: 100%;
  margin: 0 0 0 auto;
}
.search-wrapper .search-trigger .icon.close {
  display: none;
}
.search-wrapper form.search {
  bottom: 18px;
  right: 0;
  position: absolute;
  z-index: 4;
  overflow: hidden;
  width: 0;
  margin: 0;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
  max-width: calc(100% - 20px);
}
@media screen and (max-width: 1110px) {
  .search-wrapper form.search {
    z-index: 1;
    right: 34px;
    bottom: -8px;
    max-width: calc(100% - 45px);
  }
}
.search-wrapper form.search.active {
  width: 400px;
}
@media screen and (max-width: 1110px) {
  .search-wrapper form.search.active {
    width: calc(100% - 45px);
  }
}
@media screen and (max-width: 500px) {
  .search-wrapper form.search.active {
    width: calc(100vw - 65px);
    max-width: none;
  }
}
.search-wrapper form.search > div {
  display: flex;
  justify-content: flex-start;
  align-content: flex-end;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 2px;
  justify-content: space-between;
}
.search-wrapper form.search > div label {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  overflow: hidden;
  visibility: visible;
}
.search-wrapper form.search > div label.hidden {
  display: none;
}
.search-wrapper form.search > div input {
  order: 2;
  margin: 0;
  flex: 0 1 auto;
  padding: 0 30px 1px 0;
  width: calc(100% - 45px);
  border: none;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 21px;
  background: none;
  border-radius: 0;
  border-bottom: 3px solid #ffffff;
  height: 45px;
}
.search-wrapper form.search > div input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
  opacity: 1 !important;
}
.search-wrapper form.search > div input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1 !important;
}
.search-wrapper form.search > div input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1 !important;
}
.search-wrapper form.search > div input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
  opacity: 1 !important;
}
.search-wrapper form.search > div input.hidden {
  display: none;
}
.search-wrapper form.search > div button {
  order: 1;
  text-indent: -9999px;
  width: 25px;
  height: 23px;
  border: none;
  display: block;
  background: none;
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  padding: 0;
  margin: 0 0 8px;
}
.search-wrapper form.search > div button:hover .icon, .user-is-tabbing .search-wrapper form.search > div button:focus .icon {
  fill: #ffffff;
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.search-wrapper form.search > div button:focus {
  outline-offset: -2px;
}
.search-wrapper form.search > div button.hidden {
  display: none;
}
.search-wrapper form.search > div button .icon {
  display: block;
  max-width: 100%;
  fill: #ffffff;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

> .search-wrapper {
  display: none;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1110px) {
  > .search-wrapper {
    display: block;
  }
}

/* ----------------------------------------------------------------------------
= Navigations
----------------------------------------------------------------------------- */
@media screen and (min-width: 1111px) {
  .nav_wrapper {
    clear: right;
    float: right;
  }
}

.main_nav {
  zoom: 1;
  position: relative;
  z-index: 500;
  width: auto;
  height: auto;
  margin: 0px 0 0;
  padding: 0;
}
.main_nav:before, .main_nav:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.main_nav:after {
  clear: both;
}
@media screen and (max-width: 1110px) {
  .main_nav {
    display: none;
  }
}
.main_nav > ul {
  zoom: 1;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}
.main_nav > ul:before, .main_nav > ul:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.main_nav > ul:after {
  clear: both;
}
.main_nav > ul > li {
  position: relative;
  display: block;
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
}
.main_nav > ul > li.is-focused .sub {
  display: block !important;
}
.main_nav > ul > li .close-button {
  display: none;
}
.main_nav > ul > li:last-child .sub {
  left: auto;
  right: 0px;
}
.main_nav > ul:hover > li > a, .main_nav > ul:focus > li > a {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.main_nav > ul:hover > li:hover > a, .main_nav > ul:hover > li:focus > a, .main_nav > ul:focus > li:hover > a, .main_nav > ul:focus > li:focus > a {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.main_nav a {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  display: block;
  margin: 0;
  color: white;
  padding: 25px 15px 40px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  color: #ffffff;
  letter-spacing: 1.25px;
}
@media screen and (min-width: 1111px) {
  .main_nav a {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1261px) {
  .main_nav a {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 20px;
  }
}
.is-fixed .main_nav a {
  padding-top: 35px;
  padding-bottom: 40px;
}
.main_nav a.active {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.main_nav ul .sub {
  position: absolute;
  display: none;
  z-index: 9000;
  top: 100%;
  left: 0;
  width: auto;
  min-width: 209px;
  margin: 0;
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
  background: #fffffc;
  box-shadow: 0 0 12px 0 rgba(52, 52, 52, 0.4);
}

.main_nav .sub > ul {
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.main_nav .sub > ul li {
  float: none;
  height: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  border-right: none;
  border-left: none;
  cursor: pointer;
  text-align: left;
}
.main_nav .sub > ul li:first-child {
  display: block;
  border-top: none;
}
.main_nav .sub > ul li a {
  display: block;
  height: auto;
  margin: 0;
  cursor: pointer;
  padding: 6px 0;
  font-size: 16px;
  color: #343434;
  letter-spacing: 0;
  font-weight: 500;
}
.main_nav .sub > ul li a:hover, .main_nav .sub > ul li a:focus, .main_nav .sub > ul li a.active {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
  text-decoration: none;
}
.main_nav .sub > ul li a.active {
  text-decoration: underline;
}
.main_nav .sub > ul li a.gh_redirect:after, .main_nav .sub > ul li a.gh_page_redirect:after {
  content: "\f08e";
  font-family: FontAwesome;
  vertical-align: middle;
  margin-left: 9px;
  display: inline-block;
  color: inherit;
}
.main_nav .sub > ul li.has-third-level {
  width: 100%;
}
.main_nav .sub > ul li.has-third-level a {
  display: inline-block;
}
.main_nav .sub > ul li.has-third-level .close-button {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.main_nav .sub > ul li.has-third-level .close-button svg {
  fill: #fff;
  width: 15px;
  height: 15px;
}
.main_nav .sub > ul li.has-third-level .close-button:hover svg, .main_nav .sub > ul li.has-third-level .close-button:focus svg {
  fill: #000;
  background: #4c4c4c;
  border-radius: 50%;
}
.main_nav .sub > ul li.has-third-level .close-button:hover svg .circle, .main_nav .sub > ul li.has-third-level .close-button:focus svg .circle {
  fill: #4c4c4c;
}
.main_nav .sub > ul li.has-third-level.is-opened .close-button svg .plus {
  display: none;
}
.main_nav .sub > ul + ul {
  padding-left: 20px;
}
.main_nav .sub > ul .level_3 {
  display: none;
  padding-left: 10px;
}
.main_nav .sub > ul .level_3 li a {
  font-weight: 400;
  padding: 4px 0;
}

/* ----------------------------------------------------------------------------
= Mobile Navigation
----------------------------------------------------------------------------- */
#nav-toggle {
  position: absolute;
  display: none;
  z-index: 99999;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  border: none;
  background: none;
  border-radius: 50%;
  transition: opacity 0.2s linear;
  border: 2px solid #fff;
}
#nav-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 2px;
  height: 26px;
  display: block;
  transform: translateY(-50%);
  background: white;
}
.searching #nav-toggle {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1110px) {
  #nav-toggle {
    display: block;
    right: 73px;
  }
}
#nav-toggle span {
  position: absolute;
  display: block;
  right: 6px;
  width: 18px;
  height: 2px;
  margin-top: 0;
  background: #fff;
  cursor: pointer;
  transition: all 0.4s ease;
  transform: rotate(0deg);
}
#nav-toggle span.top {
  top: 9px;
}
#nav-toggle span.mid {
  top: 14px;
  width: 18px;
}
#nav-toggle span.mid2 {
  top: 19px;
  width: 18px;
}
#nav-toggle span.mid2 {
  left: auto;
}
#nav-toggle span.bottom {
  top: 16px;
  background: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  text-transform: capitalize;
  top: 5px;
  left: -43px;
  right: auto;
  display: none;
}
#nav-toggle span.bottom.close {
  display: none;
}
#nav-toggle.active span.top {
  top: 14px;
  left: 6px;
  transform: rotate(45deg);
}
#nav-toggle.active span.mid {
  transform: rotate(45deg);
}
#nav-toggle.active span.mid2 {
  left: 6px;
  top: 14px;
  transform: rotate(-45deg);
}
#nav-toggle.active span.mid, #nav-toggle.active span.bottom {
  opacity: 0;
}
#nav-toggle.active span.bottom.open {
  display: none;
}
#nav-toggle.active span.bottom.close {
  display: block;
  opacity: 0;
}

.nav_wrapper.slide-out nav.mobile_nav {
  visibility: visible;
  overflow: scroll;
}
@media screen and (max-width: 1110px) {
  .nav_wrapper {
    display: none;
    max-width: 100%;
    width: 500px;
    right: -500px;
    height: 100vh;
    padding: 30px 35px 85px 35px;
    left: auto;
    top: 60px;
    margin: 0;
    position: fixed;
    background: #000;
    z-index: 10;
    overflow: hidden !important;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
  }
  .nav_wrapper.active {
    display: block;
  }
  .nav_wrapper.slide-out {
    right: 0;
  }
}

.mobile_nav {
  position: absolute;
  display: none;
  z-index: 500;
  top: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  margin: 0 0 0;
  background: #000;
  background-image: linear-gradient(150deg, #343434 4%, #000000 100%);
  zoom: 1;
  max-height: 100vh;
  min-height: 100vh;
  padding: 30px 35px 70px;
}
.mobile_nav:before, .mobile_nav:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.mobile_nav:after {
  clear: both;
}
@media screen and (max-width: 400px) {
  .mobile_nav {
    padding: 30px 35px 70px;
  }
}
.mobile_nav ul {
  position: relative;
  display: block;
  clear: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  padding: 0 0;
}
.mobile_nav ul li {
  position: relative;
  display: block;
  display: block;
  clear: left;
  width: 100%;
  margin: 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  border-bottom: 2px solid #343434;
}
.mobile_nav ul li > a {
  padding-left: 0;
  font-weight: 700;
  position: relative;
  display: inline-block;
  width: auto;
  font-size: 20px;
  padding: 15px 10px 15px 0px;
  line-height: 24x;
  color: #fff;
  text-transform: capitalize;
}
.mobile_nav ul li > a:hover, .mobile_nav ul li > a.active {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.mobile_nav ul li.is-opened {
  opacity: 1;
}
.mobile_nav ul li.is-opened > a {
  color: #fff;
  opacity: 1;
}
.mobile_nav ul li.page_1 {
  display: none;
}
.mobile_nav ul li.has-sub .close-button {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.mobile_nav ul li.has-sub .close-button svg {
  fill: #fff;
  width: 19px;
  height: 19px;
  display: block;
}
.mobile_nav ul li.has-sub .close-button:hover, .mobile_nav ul li.has-sub .close-button:focus {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.mobile_nav ul li.has-sub li {
  border-bottom: none;
}
.mobile_nav ul li.has-sub.is-opened .close-button.level-1 svg {
  transform: rotate(180deg);
}
.mobile_nav ul li div.sub {
  display: none;
  padding-bottom: 10px;
}
.mobile_nav ul li div.sub > ul > li > a {
  padding: 0;
  text-transform: capitalize;
  font-size: 18px;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  float: none;
  padding: 7px 10px;
}
.mobile_nav ul li div.sub > ul > li > a:hover, .mobile_nav ul li div.sub > ul > li > a:focus {
  color: #fff;
  text-decoration: underline;
}
.mobile_nav ul li div.sub > ul > li > a:before {
  display: none;
}
.mobile_nav ul li div.sub > ul > li {
  display: block;
  width: auto;
}
.mobile_nav ul li div.sub > ul > li.is-opened .close-button.level-2 svg .plus {
  display: none;
}
.mobile_nav ul li.has-third-level.is-opened > a {
  padding-bottom: 10px;
}
.mobile_nav ul li.has-third-level a {
  display: inline;
  width: auto;
}
.mobile_nav ul li.has-third-level .close-button {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.mobile_nav ul li.has-third-level .close-button svg {
  fill: #fff;
  width: 19px;
  height: 19px;
  display: block;
}
.mobile_nav ul li.has-third-level .close-button:hover svg, .mobile_nav ul li.has-third-level .close-button:focus svg {
  fill: #000;
  background: #fff;
  border-radius: 50%;
}
.mobile_nav ul li.has-third-level .close-button:hover svg .circle, .mobile_nav ul li.has-third-level .close-button:focus svg .circle {
  fill: #fff;
}
.mobile_nav ul li.has-third-level ul.level_3 {
  display: none;
  margin-top: 10px;
  margin-bottom: 1px;
  padding-left: 0;
}
.mobile_nav ul li.has-third-level ul.level_3 li:before {
  display: none;
}
.mobile_nav ul li.has-third-level ul.level_3 li a {
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 400;
  padding-right: 0px;
  color: #fff;
  font-size: 15px;
  padding-left: 0;
  float: none;
  text-transform: capitalize;
  display: inline-block;
}
.mobile_nav ul li.has-third-level ul.level_3 li a:before, .mobile_nav ul li.has-third-level ul.level_3 li a:after {
  display: none;
}
.mobile_nav ul li.has-third-level ul.level_3 li a + .arrow-hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s linear;
}
.mobile_nav ul li.has-third-level ul.level_3 li a:hover, .mobile_nav ul li.has-third-level ul.level_3 li a.active {
  color: #fff;
}
.mobile_nav ul li.has-third-level ul.level_3 li a:hover + .arrow-hide {
  opacity: 1;
  visibility: visible;
}
.mobile_nav ul li.has-third-level ul.level_3 li:last-child a {
  padding-bottom: 5px;
  margin-bottom: 2px;
}
.mobile_nav a {
  display: block;
  clear: left;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
}
.mobile_nav a:hover, .mobile_nav a:focus {
  color: #fff;
}
.mobile_nav ul .sub {
  width: 100%;
}
.mobile_nav ul .sub .sub_holder {
  width: 100%;
}

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

/* ----------------------------------------------------------------------------
= Footer basics
----------------------------------------------------------------------------- */
footer {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  background: #fff;
  z-index: 20;
}
footer .footer_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px 20px 100px;
}
@media screen and (max-width: 1024px) {
  footer .footer_top {
    padding: 40px 20px 45px;
  }
}
footer .footer_top .logo {
  display: block;
  margin-bottom: 20px;
}
footer .footer_top .logo > a, footer .footer_top .logo > span {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%;
  direction: ltr;
  background: url(../images/svg/footer_logo.svg) center no-repeat;
  background-size: contain;
  opacity: 1;
  width: 470px;
  height: 98px;
  max-width: 100%;
}
footer .footer_top .logo > a:hover {
  opacity: 0.75;
}
footer .footer_top .footer_address {
  text-align: center;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  color: #231f20;
  letter-spacing: 0;
  text-align: center;
}
footer .footer_top .footer_address p {
  font-size: 16px;
}
footer .footer_top .footer_address p span {
  display: none;
}
@media screen and (max-width: 700px) {
  footer .footer_top .footer_address p span {
    display: block;
  }
}
footer .footer_top .social {
  text-align: center;
  display: block;
}
footer .footer_top .social a {
  font-size: 25px;
  margin: 0 20px;
  display: inline-block;
}
footer .footer_top .social a:hover, footer .footer_top .social a:focus {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
footer .footer_top .footer_faqs {
  width: 500px;
  max-width: 100%;
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  footer .footer_top {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  footer .footer_top .footer_top_left {
    margin: 0 auto;
    max-width: 100%;
  }
  footer .footer_top .footer_top_right {
    width: 100%;
  }
  footer .footer_top .footer_faqs {
    margin-top: 40px;
    padding-left: 0;
    margin: 40px auto 0;
  }
}
footer .footer_bottom {
  background: url(../images/bg_footer.jpg) no-repeat;
  background-size: cover;
  padding: 100px 20px;
}
@media screen and (max-width: 1050px) {
  footer .footer_bottom {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 700px) {
  footer .footer_bottom {
    padding: 40px 20px;
  }
}
footer .footer_nav {
  zoom: 1;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 100px;
  padding: 0;
}
footer .footer_nav:before, footer .footer_nav:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
footer .footer_nav:after {
  clear: both;
}
footer .footer_nav > ul > li:last-child {
  padding-right: 0;
}
footer .footer_nav > ul > li {
  margin-bottom: 25px;
}
@media screen and (max-width: 700px) {
  footer .footer_nav > ul > li {
    margin-bottom: 30px;
  }
}
footer .footer_nav ul {
  zoom: 1;
  position: relative;
  display: flex;
  flex-direction: row;
}
footer .footer_nav ul:before, footer .footer_nav ul:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
footer .footer_nav ul:after {
  clear: both;
}
footer .footer_nav ul li {
  width: 16.6666666667%;
  float: left;
  padding-right: 20px;
  flex-grow: 1;
}
footer .footer_nav ul li a {
  color: #fff;
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  footer .footer_nav ul li a {
    margin-bottom: 0;
  }
}
footer .footer_nav ul li a:hover, footer .footer_nav ul li a:focus, footer .footer_nav ul li a.active {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
footer .footer_nav ul li a.active {
  text-decoration: underline;
}
footer .footer_nav ul li li {
  width: 100%;
  float: none;
  margin-bottom: 0;
}
footer .footer_nav ul li li a {
  display: block;
  padding: 5px 0px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (max-width: 1050px) {
  footer .footer_nav ul li {
    width: 33%;
    padding-right: 0;
    flex-grow: 0;
  }
}
@media screen and (max-width: 700px) {
  footer .footer_nav ul li {
    width: 100%;
    text-align: center;
  }
}
footer .footer_nav ul ul {
  display: block;
}
@media screen and (max-width: 870px) {
  footer .footer_nav ul ul {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  footer .footer_nav {
    margin: 0 auto;
    width: calc(100% - 20px);
  }
  footer .footer_nav ul {
    flex-wrap: wrap;
  }
}

.global-footer {
  position: relative;
  zoom: 1;
  margin: 0 auto;
  display: block;
  padding: 0;
  width: 100%;
  max-width: 1200px;
}
.global-footer:before, .global-footer:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.global-footer:after {
  clear: both;
}
.global-footer p {
  position: relative;
  display: block;
  margin: auto;
  padding: 15px 0 0;
  color: white;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 700px) {
  .global-footer p {
    padding: 0;
    font-size: 14px;
  }
}
.global-footer p a,
.global-footer p a:visited {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  color: white;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.167;
}
@media screen and (max-width: 700px) {
  .global-footer p a,
  .global-footer p a:visited {
    font-size: 14px;
  }
}
.global-footer p a:hover, .global-footer p a:focus, .global-footer p a.active,
.global-footer p a:visited:hover,
.global-footer p a:visited:focus,
.global-footer p a:visited.active {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}
.global-footer .delimiter {
  padding: 0 2px;
  color: white;
}
.global-footer .delimiter.first_delimiter {
  font-size: 0;
}
@media screen and (max-width: 700px) {
  .global-footer .delimiter.first_delimiter {
    display: block;
  }
}
.global-footer a#carbonhouse {
  position: relative;
  display: block;
  float: none;
  margin: 0;
  margin-top: 10px;
  padding-top: 0px;
  color: #fff;
  font-family: "helvetica";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.167;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .global-footer a#carbonhouse {
    font-size: 16px;
  }
}
.global-footer a#carbonhouse span.carbon, .global-footer a#carbonhouse span.house {
  font-weight: 700;
}
.global-footer a#carbonhouse:hover {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}
@media screen and (max-width: 700px) {
  .global-footer a#carbonhouse {
    float: none;
    margin: 40px auto auto;
  }
}
@media screen and (max-width: 700px) {
  .global-footer {
    text-align: center;
  }
}

.footer_sponsors {
  display: flex;
  flex-direction: row;
  max-width: calc(100% - 20px);
  transform: translateY(-50%);
  width: 1270px;
  margin: auto;
  padding: 40px 50px;
  align-items: center;
  background: #fffffc;
  box-shadow: 0 0 12px 0 rgba(52, 52, 52, 0.4);
  border-radius: 80px;
  z-index: 10;
}
.footer_sponsors .partners {
  flex-grow: 0;
  flex-shrink: 0;
  width: 290px;
  text-align: center;
}
@media screen and (max-width: 870px) {
  .footer_sponsors .partners {
    width: 140px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .footer_sponsors .partners {
    width: 90px;
  }
}
.footer_sponsors .partners a,
.footer_sponsors .partners span {
  display: block;
  max-width: 100%;
  margin: auto;
}
.footer_sponsors .partners a img,
.footer_sponsors .partners span img {
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  .footer_sponsors .partners a img,
  .footer_sponsors .partners span img {
    max-width: 70px;
  }
}
.footer_sponsors .partners a {
  opacity: 1;
}
.footer_sponsors .partners a:hover {
  opacity: 0.75;
}
.footer_sponsors .sponsors-wrapper {
  flex-grow: 1;
  width: calc(100% - 290px);
}
@media screen and (max-width: 870px) {
  .footer_sponsors .sponsors-wrapper {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 600px) {
  .footer_sponsors .sponsors-wrapper {
    width: calc(100% - 90px);
  }
}
.footer_sponsors .sponsors-wrapper .sponsors {
  padding: 0 60px;
}
@media screen and (max-width: 600px) {
  .footer_sponsors .sponsors-wrapper .sponsors {
    padding: 0 60px 0 70px;
  }
}
.footer_sponsors .sponsors-wrapper .sponsors .rsPauseBtn {
  top: -10px;
}
.footer_sponsors .sponsors-wrapper .sponsors .owl-stage {
  display: flex;
  align-items: center;
}
.footer_sponsors .sponsors-wrapper .sponsors .owl-item a,
.footer_sponsors .sponsors-wrapper .sponsors .owl-item span {
  display: block;
  max-width: 142px;
  margin: 0 auto;
}
@media screen and (max-width: 870px) {
  .footer_sponsors .sponsors-wrapper .sponsors .owl-item a,
  .footer_sponsors .sponsors-wrapper .sponsors .owl-item span {
    max-width: 100px;
  }
}
.footer_sponsors .sponsors-wrapper .sponsors .owl-item a img,
.footer_sponsors .sponsors-wrapper .sponsors .owl-item span img {
  max-width: 100%;
  display: block;
}
.footer_sponsors .sponsors-wrapper .sponsors .owl-item a {
  opacity: 1;
}
.footer_sponsors .sponsors-wrapper .sponsors .owl-item a:hover {
  opacity: 0.75;
}
.footer_sponsors .sponsors-wrapper .sponsors .owl-prev,
.footer_sponsors .sponsors-wrapper .sponsors .owl-next {
  width: 60px;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.footer_sponsors .sponsors-wrapper .sponsors .owl-prev:hover,
.footer_sponsors .sponsors-wrapper .sponsors .owl-next:hover {
  opacity: 0.7;
}
.footer_sponsors .sponsors-wrapper .sponsors .owl-next svg {
  right: 0;
  transform: translateY(-50%);
  left: auto;
}
@media screen and (max-width: 600px) {
  .footer_sponsors .sponsors-wrapper .sponsors .owl-next svg {
    right: 16px;
  }
}
.footer_sponsors .sponsor img {
  max-height: 86px;
  max-width: 100%;
  width: auto !important;
  margin: auto;
}

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

#pages.search .full .full_column {
  width: 100%;
  max-width: 100%;
}

.search-app {
  position: relative;
  width: 900px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .search-app {
    max-width: calc(100% - 20px);
  }
}
.search-app .buttons {
  display: none;
}
.search-app .info .buttons {
  display: block;
}
.search-app .search-input {
  margin: 0 0 20px 0;
}
.search-app .search-input form {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 20px;
  border: 1px solid rgba(52, 52, 52, 0.15);
  padding: 12px 15px 12px 20px;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  background: white;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.search-app .search-input form.focused, .search-app .search-input form:hover, .search-app .search-input form.active {
  border-color: #343434;
}
.search-app .search-input form label {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  overflow: hidden;
  visibility: visible;
  display: block;
}
.search-app .search-input form input {
  order: 2;
  margin: 0;
  flex: 0 1 auto;
  padding: 0;
  width: calc(100% - 40px);
  border: none;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #343434;
  line-height: 30px;
  display: block;
  background: none;
  border-radius: 0;
  letter-spacing: 0;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.search-app .search-input form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(52, 52, 52, 0.85);
  opacity: 1 !important;
}
.search-app .search-input form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(52, 52, 52, 0.85);
  opacity: 1 !important;
}
.search-app .search-input form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(52, 52, 52, 0.85);
  opacity: 1 !important;
}
.search-app .search-input form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(52, 52, 52, 0.85);
  opacity: 1 !important;
}
@media screen and (max-width: 870px) {
  .search-app .search-input form input {
    width: calc(100% - 30px);
    margin: 0;
    font-size: 20px;
    line-height: 1.11;
  }
}
.search-app .search-input form a.submit {
  order: 3;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  display: block;
  position: relative;
  z-index: 1;
  height: 30px;
  width: 30px;
  text-transform: uppercase;
  text-indent: -999px;
  overflow: hidden;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 870px) {
  .search-app .search-input form a.submit {
    max-width: 100%;
    width: 20px;
    height: 20px;
  }
}
.search-app .search-input form a.submit:hover:after, .search-app .search-input form a.submit:focus:after {
  opacity: 1;
}
.search-app .search-input form a.submit:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  content: "";
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  background-image: url("../images/svg/search-magnify.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.search-app .search-input form a.submit:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  content: "";
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  background-image: url("../images/svg/search_magnify_grey.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
}
.search-app .search-input .search-input-extra {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}
.search-app .search-input .no-results {
  margin: 10px 0 0 0;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: #343434;
}
.search-app .results {
  list-style: none;
  text-align: left;
  height: 100%;
  min-height: calc(100vh - 119px);
}
@media screen and (max-width: 1110px) {
  .search-app .results {
    min-height: calc(100vh - 61px);
  }
}
.showtime-search-instant-result-header {
  margin: 0 0 20px 0;
  font-weight: 700;
}
.showtime-search-instant-result-header.result-header-main {
  border-bottom: 0;
  width: 1000px;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .showtime-search-instant-result-header.result-header-main {
    padding-bottom: 50px;
  }
}
.showtime-search-instant-result-header-title {
  color: #343434;
  text-transform: capitalize;
  display: block;
  margin: 0 0 30px 0;
  padding: 0 0 13px 0;
  position: relative;
  z-index: 1;
}
.showtime-search-instant-result-header-title:before {
  width: 40px;
  height: 3px;
  position: absolute;
  z-index: 1;
  content: "";
  bottom: 0;
  left: 0;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  background: #343434;
}
.showtime-search-instant-result-keyword-container {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: #343434;
}
.showtime-search-instant-result-keyword {
  text-decoration: underline;
  font-weight: 400;
  display: inline-block;
}
.showtime-search-instant-result-filter {
  position: relative;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  width: 110px;
  z-index: 10;
  padding: 0px;
  border-top: 1px solid rgba(52, 52, 52, 0.15);
  border-bottom: 1px solid rgba(52, 52, 52, 0.15);
  flex: 0 0 auto;
  background: #000;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
@media screen and (max-width: 870px) {
  .showtime-search-instant-result-filter {
    clear: both;
  }
}
.showtime-search-instant-result-filter.open {
  border-top-color: #343434;
  border-bottom-color: rgba(255, 255, 255, 0) !important;
}
.showtime-search-instant-result-filter.open .selected-item {
  border-left-color: #343434;
  border-right-color: #343434;
}
.showtime-search-instant-result-filter.open .selected-item:after {
  transform: translateY(-50%) rotate(180deg);
}
.showtime-search-instant-result-filter.open ul {
  display: block;
}
.showtime-search-instant-result-filter .selected-item {
  background: #000;
  border-left: 1px solid rgba(52, 52, 52, 0.15);
  border-right: 1px solid rgba(52, 52, 52, 0.15);
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  line-height: 25px;
  padding: 6px 10px 5px 10px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.showtime-search-instant-result-filter .selected-item:hover, .showtime-search-instant-result-filter .selected-item:focus, .showtime-search-instant-result-filter .selected-item.is-active {
  color: #4c4c4c;
  text-decoration: underline;
}
.showtime-search-instant-result-filter .selected-item:hover:after, .showtime-search-instant-result-filter .selected-item:focus:after, .showtime-search-instant-result-filter .selected-item.is-active:after {
  color: #4c4c4c;
  text-decoration: none;
}
.showtime-search-instant-result-filter .selected-item:after {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  line-height: 1;
  font-size: 20px;
  color: #fff;
  width: 12px;
  height: 20px;
  text-align: right;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.showtime-search-instant-result-filter ul {
  display: none;
  position: absolute;
  top: 100%;
  background: #000;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 4px 5px 10px 5px;
  border-top: none;
  border-right: 1px solid #343434;
  border-left: 1px solid #343434;
  border-bottom: 1px solid #343434;
}
.showtime-search-instant-result-filter ul li {
  background: #000;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  margin: 0 0 3.5px 0;
  line-height: 25px;
  padding: 0 5px;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.showtime-search-instant-result-filter ul li:hover, .showtime-search-instant-result-filter ul li:focus, .showtime-search-instant-result-filter ul li.is-active {
  color: #4c4c4c;
  text-decoration: underline;
}
.showtime-search-instant-result-filter ul li:last-child {
  margin: 0;
}
.showtime-search-instant-result .content_item {
  width: 100%;
  max-width: 100%;
  margin: 0 0 40px;
}
@media screen and (max-width: 870px) {
  .showtime-search-instant-result .content_item {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .showtime-search-instant-result .entry {
    margin: 0 auto 30px !important;
  }
}
.showtime-search-instant-result .entry .title {
  font-weight: 700;
  margin-bottom: 15px;
}
.showtime-search-instant-result .entry .title:hover, .showtime-search-instant-result .entry .title:focus {
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .showtime-search-instant-result .entry .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.showtime-search-instant-result .entry .highlight {
  font-size: 1rem;
  line-height: 1.56;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.showtime-search-instant-result .entry .full_url {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.56;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  margin: 10px 0 0 0;
  display: block;
}
.showtime-search-instant-result .entry .full_url:hover, .showtime-search-instant-result .entry .full_url:focus {
  text-decoration: underline;
}
/* ----------------------------------------------------------------------------
= Baseline styles for all buttons in a project. These are global.
----------------------------------------------------------------------------- */
.m-button {
  position: relative;
  padding: 14px 20px;
  color: white;
  z-index: 2;
  text-decoration: none;
  font-weight: 700;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  display: inline-block;
  font-size: 16px;
  color: #343434;
  letter-spacing: 1px;
  height: 41px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.m-button:before {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-image: linear-gradient(127deg, #5c5c5c 0%, #5c5c5c 100%);
  border-radius: 0px;
}
.m-button:after {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  z-index: -1;
  background: #fff;
  border-radius: 0px;
}
.m-button:hover:before, .m-button:hover:after {
  border-radius: 40px;
}
.m-button:hover:before {
  background-image: linear-gradient(127deg, #343434 0%, #707070 100%);
}

.m-button-big {
  position: relative;
  padding: 14px 20px;
  color: white;
  z-index: 2;
  text-decoration: none;
  font-weight: 700;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  display: inline-block;
  font-size: 16px;
  color: #343434;
  letter-spacing: 1px;
  height: 41px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  padding: 16px 40px;
}
.m-button-big:before {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-image: linear-gradient(127deg, #5c5c5c 0%, #5c5c5c 100%);
  border-radius: 0px;
}
.m-button-big:after {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  z-index: -1;
  background: #fff;
  border-radius: 0px;
}
.m-button-big:hover:before, .m-button-big:hover:after {
  border-radius: 40px;
}
.m-button-big:hover:before {
  background-image: linear-gradient(127deg, #343434 0%, #707070 100%);
}

.m-ticket-button, #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons .tickets, .event_showings .buttons .tickets, #allEvents,
#loadMoreEvents,
.login_form_submit, .eventItem .buttons .tickets {
  position: relative;
  padding: 9px 17px;
  color: white;
  z-index: 2;
  text-decoration: none;
  font-weight: 700;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  display: inline-block;
  font-size: 16px;
  color: #343434;
  letter-spacing: 1px;
  height: 41px;
  text-transform: uppercase;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}
.m-ticket-button:before, #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons .tickets:before, .event_showings .buttons .tickets:before, #allEvents:before,
#loadMoreEvents:before,
.login_form_submit:before, .eventItem .buttons .tickets:before {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-image: linear-gradient(127deg, #343434 0%, #343434 100%);
  border-radius: 0px;
}
.m-ticket-button:after, #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons .tickets:after, .event_showings .buttons .tickets:after, #allEvents:after,
#loadMoreEvents:after,
.login_form_submit:after, .eventItem .buttons .tickets:after {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  z-index: -1;
  background: #fff;
  border-radius: 0px;
}
.m-ticket-button:hover:before, #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons .tickets:hover:before, .event_showings .buttons .tickets:hover:before, #allEvents:hover:before,
#loadMoreEvents:hover:before,
.login_form_submit:hover:before, .eventItem .buttons .tickets:hover:before, .m-ticket-button:hover:after, #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons .tickets:hover:after, .event_showings .buttons .tickets:hover:after, #allEvents:hover:after,
#loadMoreEvents:hover:after,
.login_form_submit:hover:after, .eventItem .buttons .tickets:hover:after {
  border-radius: 40px;
}
.m-ticket-button:hover:before, #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons .tickets:hover:before, .event_showings .buttons .tickets:hover:before, #allEvents:hover:before,
#loadMoreEvents:hover:before,
.login_form_submit:hover:before, .eventItem .buttons .tickets:hover:before {
  background-image: linear-gradient(127deg, #343434 0%, #707070 100%);
}

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

.gen-button,
.spotlight-button,
.spot-button,
a.button,
.button a,
input.button,
.textarea .button p a,
.textarea p a.button,
.cms .button p a,
.cms p a.button,
.login-form input[type=submit] {
  position: relative;
  padding: 14px 20px;
  color: white;
  z-index: 2;
  text-decoration: none;
  font-weight: 700;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  display: inline-block;
  font-size: 16px;
  color: #343434;
  letter-spacing: 1px;
  height: 41px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.gen-button:before,
.spotlight-button:before,
.spot-button:before,
a.button:before,
.button a:before,
input.button:before,
.textarea .button p a:before,
.textarea p a.button:before,
.cms .button p a:before,
.cms p a.button:before,
.login-form input[type=submit]:before {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-image: linear-gradient(127deg, #5c5c5c 0%, #5c5c5c 100%);
  border-radius: 0px;
}
.gen-button:after,
.spotlight-button:after,
.spot-button:after,
a.button:after,
.button a:after,
input.button:after,
.textarea .button p a:after,
.textarea p a.button:after,
.cms .button p a:after,
.cms p a.button:after,
.login-form input[type=submit]:after {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  z-index: -1;
  background: #fff;
  border-radius: 0px;
}
.gen-button:hover:before, .gen-button:hover:after,
.spotlight-button:hover:before,
.spotlight-button:hover:after,
.spot-button:hover:before,
.spot-button:hover:after,
a.button:hover:before,
a.button:hover:after,
.button a:hover:before,
.button a:hover:after,
input.button:hover:before,
input.button:hover:after,
.textarea .button p a:hover:before,
.textarea .button p a:hover:after,
.textarea p a.button:hover:before,
.textarea p a.button:hover:after,
.cms .button p a:hover:before,
.cms .button p a:hover:after,
.cms p a.button:hover:before,
.cms p a.button:hover:after,
.login-form input[type=submit]:hover:before,
.login-form input[type=submit]:hover:after {
  border-radius: 40px;
}
.gen-button:hover:before,
.spotlight-button:hover:before,
.spot-button:hover:before,
a.button:hover:before,
.button a:hover:before,
input.button:hover:before,
.textarea .button p a:hover:before,
.textarea p a.button:hover:before,
.cms .button p a:hover:before,
.cms p a.button:hover:before,
.login-form input[type=submit]:hover:before {
  background-image: linear-gradient(127deg, #343434 0%, #707070 100%);
}

.textarea .button p a,
.textarea p a.button {
  padding: 14px 30px;
}
.textarea .button p a:after,
.textarea p a.button:after {
  background: #f5f5f5;
}

/***********************************************/
/*      Add Additional Button Styles Below     */
/***********************************************/
.eventItem .buttons {
  zoom: 1;
  align-self: flex-end;
}
.eventItem .buttons:before, .eventItem .buttons:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.eventItem .buttons:after {
  clear: both;
}
@media screen and (min-width: 871px) {
  .secondary_events .eventItem .buttons .tickets {
    font-size: 20px;
    height: 55px;
    padding: 14px 30px;
  }
}
.eventItem .buttons .more {
  position: relative;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #343434;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  padding-bottom: 3px;
}
.eventItem .buttons .more:before, .eventItem .buttons .more:after {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: #5c5c5c;
}
.eventItem .buttons .more:after {
  background-image: linear-gradient(127deg, #707070 0%, #ffffff 100%);
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.eventItem .buttons .more:hover:after, .eventItem .buttons .more:focus:after {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (min-width: 871px) {
  .secondary_events .eventItem .buttons .more {
    font-size: 20px;
  }
}

.primary_events .eventItem .buttons .more:after,
.buttonWrapper .more:after {
  background-image: linear-gradient(to right, #707070 0%, #ffffff 100%);
}
.primary_events .eventItem .buttons .tickets,
.buttonWrapper .tickets {
  height: 60px;
  padding: 0;
  position: relative;
  color: white;
  z-index: 2;
  text-decoration: none;
  font-weight: 700;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  display: inline-block;
  background: none;
}
.primary_events .eventItem .buttons .tickets:before, .primary_events .eventItem .buttons .tickets:after,
.buttonWrapper .tickets:before,
.buttonWrapper .tickets:after {
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  top: 0px;
  left: 28px;
  height: 3px;
  width: calc(100% - 56px);
  background-color: #fff;
  background-image: linear-gradient(to right, #ffffff 0%, #707070 100%);
  background-repeat: no-repeat;
  background-position: left center;
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
}
.primary_events .eventItem .buttons .tickets:after,
.buttonWrapper .tickets:after {
  top: auto;
  bottom: 0px;
}
.primary_events .eventItem .buttons .tickets span,
.buttonWrapper .tickets span {
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  position: relative;
  display: block;
  height: 100%;
  padding: 13px 30px;
  margin: 0 28px;
  color: white;
  z-index: 2;
  text-decoration: none;
  font-weight: 700;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  z-index: 1;
}
.primary_events .eventItem .buttons .tickets span:before, .primary_events .eventItem .buttons .tickets span:after,
.buttonWrapper .tickets span:before,
.buttonWrapper .tickets span:after {
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  top: -3px;
  height: 60px;
  width: 28px;
  border: 3px solid #ffffff;
}
.primary_events .eventItem .buttons .tickets span:before,
.buttonWrapper .tickets span:before {
  left: -28px;
  border-right: none;
  border-radius: 0px 0px 0px 0px;
}
.primary_events .eventItem .buttons .tickets span:after,
.buttonWrapper .tickets span:after {
  right: -28px;
  border-left: none;
  border-color: #ffffff;
  border-radius: 0px 0px 0px 0px;
}
.primary_events .eventItem .buttons .tickets:hover:before, .primary_events .eventItem .buttons .tickets:hover:after,
.buttonWrapper .tickets:hover:before,
.buttonWrapper .tickets:hover:after {
  border-radius: 0px;
  transition-delay: 0s;
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.primary_events .eventItem .buttons .tickets:hover span,
.buttonWrapper .tickets:hover span {
  border-radius: 0px;
}
.primary_events .eventItem .buttons .tickets:hover span:before,
.buttonWrapper .tickets:hover span:before {
  border-radius: 28px 0px 0px 28px;
}
.primary_events .eventItem .buttons .tickets:hover span:after,
.buttonWrapper .tickets:hover span:after {
  border-radius: 0px 28px 28px 0px;
  border-color: #707070;
}

.back-to-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
  background: transparent;
  z-index: 50;
  text-align: center;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  opacity: 0;
  visibility: hidden;
}
.back-to-top.is-active {
  opacity: 1;
  visibility: visible;
}
#content .back-to-top.is-active {
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.back-to-top .icon {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #4c4c4c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.back-to-top .icon svg {
  fill: white;
}
.back-to-top span.text {
  display: block;
  margin-top: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
}
.back-to-top .icon {
  text-align: center;
  background: #4c4c4c;
}
.back-to-top:hover span.text {
  color: #000;
}
.back-to-top:hover .icon {
  background: #000;
}
.back-to-top.is-inverse span.text {
  color: #fff;
}

#allEvents,
#loadMoreEvents,
.login_form_submit {
  margin: auto;
  width: 154px;
  display: block;
  text-align: center;
}
#allEvents:after,
#loadMoreEvents:after,
.login_form_submit:after {
  background: #f5f5f5;
}

.read-more,
.show-all-showings {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  color: #343434;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 4px;
  margin-top: 25px;
}
.read-more:before, .read-more:after,
.show-all-showings:before,
.show-all-showings:after {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #000;
}
.read-more:after,
.show-all-showings:after {
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  background-image: linear-gradient(127deg, #707070 0%, #ffffff 100%);
}
.read-more:hover, .read-more:focus,
.show-all-showings:hover,
.show-all-showings:focus {
  text-decoration: none;
  color: #4c4c4c;
}
.read-more:hover:after, .read-more:focus:after,
.show-all-showings:hover:after,
.show-all-showings:focus:after {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.newsletter-mobile {
  display: none;
}
@media screen and (max-width: 1110px) {
  .newsletter-mobile {
    display: block;
    margin-top: 20px;
  }
}
.newsletter-mobile a {
  height: 55px;
  padding: 0;
  position: relative;
  color: white;
  z-index: 2;
  text-decoration: none;
  font-weight: 700;
  font-family: sans-serif;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
}
.newsletter-mobile a:before, .newsletter-mobile a:after {
  transition: all 0.1s linear;
  content: "";
  position: absolute;
  top: 0px;
  left: 28px;
  height: 3px;
  overflow: hidden;
  width: calc(100% - 56px);
  background-color: #707070;
}
.newsletter-mobile a:after {
  top: auto;
  bottom: 0px;
}
.newsletter-mobile a svg {
  vertical-align: top;
  margin-right: 5px;
}
.newsletter-mobile a span {
  position: relative;
  display: block;
  padding: 16px 30px;
  color: white;
  z-index: 2;
  text-decoration: none;
  font-weight: 700;
  line-height: 22px;
}
.newsletter-mobile a span:before, .newsletter-mobile a span:after {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  top: 0px;
  height: 55px;
  width: 28px;
  border: 3px solid #707070;
}
.newsletter-mobile a span:before {
  left: 0px;
  border-right: none;
  border-radius: 28px 0px 0px 28px;
}
.newsletter-mobile a span:after {
  -webkit-transition: border-radius 0.1s linear;
  -moz-transition: border-radius 0.1s linear;
  -o-transition: border-radius 0.1s linear;
  transition: border-radius 0.1s linear;
  right: 0;
  border-left: none;
  border-color: #707070;
  border-radius: 0px 28px 28px 0px;
}
.newsletter-mobile a:hover:before, .newsletter-mobile a:hover:after {
  background-image: linear-gradient(to right, #707070 0%, #ffffff 100%);
}
.newsletter-mobile a:hover span {
  border-radius: 0px;
}
.newsletter-mobile a:hover span:before, .newsletter-mobile a:hover span:after {
  border-radius: 0px;
}
.newsletter-mobile a:hover span:after {
  border-color: #ffffff;
}

#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons .tickets:before, #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons .tickets:after {
  display: block !important;
}

/* 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. Play/close video button
*    6. Pause Autoplay Btn
*    7. Preloader
*    8. Caption
*    9. Full Width Responsive
*    
*    Sprite: 'rs-default.png'
*    Feel free to edit anything
*    If you don't some part - just delete it
* 
******************************/
/* ----------------------------------------------------------------------------
=Settings
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=Includes
----------------------------------------------------------------------------- */
/* Background */
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: #151515;
  color: #fff;
}

.royalSlider > .rsContent {
  visibility: hidden;
}

/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 57px;
  width: 57px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  visibility: visible;
}
@media screen and (max-width: 700px) {
  .rsDefault .rsArrow {
    width: 30px;
    height: 30px;
  }
}
.rsDefault .rsArrow.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}
.rsDefault .rsArrow:hover, .rsDefault .rsArrow:focus {
  display: block;
  opacity: 1;
}
.rsDefault .rsArrow:hover .rsArrowIcn, .rsDefault .rsArrow:focus .rsArrowIcn {
  background-image: url("../images/svg/slideshow_arrow_right_hover.svg");
  opacity: 1;
}
@media screen and (max-width: 700px) {
  .rsDefault .rsArrow.rsHidden {
    opacity: 1;
    visibility: visible;
  }
}
.user-is-tabbing .rsDefault .rsArrow.rsHidden {
  display: block !important;
  opacity: 1 !important;
}

.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 {
  right: 97px;
  bottom: 22px;
}
@media screen and (max-width: 700px) {
  .rsDefault.rsHor .rsArrowLeft {
    right: 60px;
  }
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  transform: translate(-50%, -50%) rotate(180deg);
}
.rsDefault.rsHor .rsArrowRight {
  bottom: 22px;
  right: 23px;
}
@media screen and (max-width: 700px) {
  .rsDefault.rsHor .rsArrowRight {
    right: 20px;
  }
}
.rsDefault .rsArrowIcn {
  width: 95px;
  height: 95px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  background-image: url("../images/svg/slideshow_arrow_right.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.2s linear, opacity 0.2s linear;
}
@media screen and (max-width: 700px) {
  .rsDefault .rsArrowIcn {
    width: 30px;
    height: 30px;
    background-size: 45px 45px;
  }
}

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

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

/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 100px;
  padding-top: 10px;
}
.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}

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

/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}
.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}
.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("../images/rs-default.png");
}
.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}

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

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsDefault .rsThumbsHor {
    height: 64px;
  }
  .rsDefault .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. RoyalSlider Tabs
*
****************/
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}

.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #d9d9dd;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #fff;
  background-image: -webkit-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(to top, #acacac, #bbb);
  background-image: -moz-linear-gradient(to top, #acacac, #bbb);
  background-image: linear-gradient(to bottom, #acacac, #bbb);
}

/***************
*
*  5. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -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);
}
.rsDefault.rsVideoPlaying .rsGCaption,
.rsDefault.rsVideoPlaying .rsBullets {
  display: none;
}

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

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

/***************
*
*  8. Global caption
*
****************/
.rsDefault.hasCaption .rsContent {
  position: relative;
}
.rsDefault.hasCaption .rsContent:after {
  width: 100%;
  height: 250px;
  max-height: 100%;
  position: absolute;
  z-index: 1;
  content: "";
  bottom: 0;
  left: 0;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
}
@media screen and (max-width: 700px) {
  .rsDefault.hasCaption .rsContent:after {
    display: none;
  }
}

.rsDefault.hasCaption .rsGCaption,
.spotlight_image .caption {
  position: absolute;
  float: none;
  bottom: 0;
  left: 45px;
  text-align: left;
  color: #fff;
  width: calc(100% - 205px);
  height: auto;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .rsDefault.hasCaption .rsGCaption,
  .spotlight_image .caption {
    background: #343434;
    float: left;
    position: static;
    width: 100%;
    left: auto;
    min-height: 40px;
  }
}
.rsDefault.hasCaption .rsGCaption .rsABlock,
.spotlight_image .caption .rsABlock {
  position: relative;
}
.rsDefault.hasCaption .rsGCaption p,
.spotlight_image .caption p {
  margin: 0;
  padding: 0 0 30px;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .rsDefault.hasCaption .rsGCaption p,
  .spotlight_image .caption p {
    padding: 10px;
    font-size: 16px;
  }
}

.spotlight_image .caption {
  left: 20px;
  width: calc(100% - 40px);
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .spotlight_image .caption {
    width: 100%;
  }
}
.spotlight_image .caption:after {
  width: calc(100% + 40px);
  height: 250px;
  max-height: 41.6666666667vw;
  position: absolute;
  display: block;
  z-index: -1;
  content: "";
  bottom: 0;
  left: -20px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
}
@media screen and (max-width: 700px) {
  .spotlight_image .caption:after {
    display: none;
  }
}

/***************
*
*  9. Full Width Responsive
*
****************/
.rsDefault.rsFullWidth {
  width: 100%;
  height: auto;
  margin: auto;
}
.rsDefault.rsFullWidth img.rsImg {
  width: 100%;
  display: block;
}
@media screen and (max-width: 700px) {
  .rsDefault.rsFullWidth {
    border-radius: 0px;
  }
}

.m-slideshow-container {
  max-height: 450px;
  max-width: 2000px;
  margin: 0 auto;
}
.m-slideshow-container.slideshow-type-full-width {
  max-width: none;
}
.m-slideshow-container.gallery_slideshow {
  margin-bottom: 100px;
}

.full-slideshow,
.spotlight_image,
.map_wrapper,
iframe.map_holder {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0px auto 0;
  box-shadow: 0 0 12px 0 rgba(52, 52, 52, 0.4);
  border-radius: 10px;
  overflow: hidden;
}
.event_detail .full-slideshow,
.event_detail .spotlight_image,
.event_detail .map_wrapper,
.event_detail iframe.map_holder {
  margin-bottom: 60px;
  margin-top: 0;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .event_detail .full-slideshow,
  .event_detail .spotlight_image,
  .event_detail .map_wrapper,
  .event_detail iframe.map_holder {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .event_detail .full-slideshow,
  .event_detail .spotlight_image,
  .event_detail .map_wrapper,
  .event_detail iframe.map_holder {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .full-slideshow,
  .spotlight_image,
  .map_wrapper,
  iframe.map_holder {
    width: calc(100% - 20px);
  }
}

.ch_calendar-header {
  zoom: 1;
  position: relative;
  padding: 0px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.ch_calendar-header:before, .ch_calendar-header:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.ch_calendar-header:after {
  clear: both;
}
.ch_calendar-header .month_name {
  position: absolute;
  top: 0px;
  left: 5px;
  width: calc(100% - 10px);
  color: #343434;
  text-align: center;
  font: 400 30px/55px "Heebo", Arial, Helvetica, sans-serif;
  letter-spacing: 0.08em;
  margin: 0px auto;
  background: white;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .ch_calendar-header .month_name {
    font-size: 24px;
  }
}
.ch_calendar-header .cal-prev,
.ch_calendar-header .cal-next {
  position: relative;
  font-size: 30px;
  color: #343434;
  vertical-align: middle;
  padding: 0 20px;
  height: 55px;
  z-index: 2;
  cursor: pointer;
  float: left;
}
.ch_calendar-header .cal-prev .fa,
.ch_calendar-header .cal-next .fa {
  line-height: 55px;
}
.ch_calendar-header .cal-prev:hover,
.ch_calendar-header .cal-next:hover {
  color: #4c4c4c;
}
.ch_calendar-header .cal-next {
  float: right;
}
.ch_calendar-header .weekdays {
  position: relative;
  clear: both;
  display: block;
  zoom: 1;
  width: 100%;
  float: left;
}
.ch_calendar-header .weekdays:before, .ch_calendar-header .weekdays:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.ch_calendar-header .weekdays:after {
  clear: both;
}
.ch_calendar-header .weekdays .weekday {
  width: calc(14.28% - 10px);
  padding: 15px 10px;
  color: #343434;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  float: left;
  margin: 10px 5px;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 700px) {
  .ch_calendar-header .weekdays {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .ch_calendar-header {
    margin-bottom: 10px;
  }
}

.ch_calendar {
  zoom: 1;
  position: relative;
  margin: auto;
  padding: 0 0px 40px;
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-end;
}
.ch_calendar:before, .ch_calendar:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.ch_calendar:after {
  clear: both;
}
.ch_calendar-day {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: relative;
  width: 123px;
  width: calc(14.28% - 10px);
  background: #fff;
  min-height: 220px;
  float: left;
  margin: 0 5px 10px;
  padding: 40px 15px 40px;
  text-align: left;
}
.ch_calendar-day[data-weekday="0"] {
  clear: left;
}
.ch_calendar-day .date {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 40px;
  width: 40px;
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  background: #666666;
  color: white;
}
@media screen and (max-width: 700px) {
  .ch_calendar-day .date {
    right: auto;
  }
}
@media screen and (max-width: 700px) {
  .ch_calendar-day {
    width: 100%;
    height: auto;
    min-height: auto;
    margin-bottom: 5px;
    padding: 10px 15px;
  }
  .ch_calendar-day.hasEvent {
    padding: 40px 15px 0px;
  }
  .ch_calendar-day.empty {
    display: none;
  }
}
.ch_calendar-events {
  overflow-y: auto;
  max-height: 100%;
  padding-top: 10px;
}
.ch_calendar-events .event_item {
  padding-top: 15px;
  border-top: 1px solid #eee;
  margin-top: 15px;
}
.ch_calendar-events .event_item:first-child {
  padding-top: 0px;
  border-top: none;
  margin-top: 0px;
}
.ch_calendar-events .event_item h3 {
  margin-bottom: 5px;
  line-height: 1.2;
  overflow: hidden;
  font-size: 20px;
}
.ch_calendar-events .event_item h3 a {
  font-size: 20px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  color: #343434;
}
.ch_calendar-events .event_item h3 a:hover {
  text-decoration: underline;
}
.ch_calendar-events .event_item .time {
  color: #343434;
  font-size: 14px;
  font-weight: 300;
  z-index: 10;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 700px) {
  .ch_calendar-events {
    overflow-y: visible;
    max-height: 100%;
    padding-bottom: 10px;
  }
  .ch_calendar-events .event_item {
    padding-top: 10px;
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding-bottom: 20px;
  }
  .ch_calendar-events .event_item:first-child {
    padding-top: 0px;
    border-top: none;
    margin-top: 0px;
  }
}
.ch_calendar .accessible-overlay {
  position: absolute;
  top: -10px;
  left: 0px;
  display: none;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  text-align: center;
  z-index: 20;
  background: rgba(255, 255, 255, 0.8);
  font-size: 1.414rem;
}
.tabbing .ch_calendar .accessible-overlay {
  display: block;
}

/******************************************/
/*		=Extras (Tooltip, Modal, etc)     */
/******************************************/
.tooltip_content,
.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
----------------------------------------------------------------------------- */
body:not(.user-is-tabbing) a:focus,
body:not(.user-is-tabbing) *[tabindex="0"]:focus,
body:not(.user-is-tabbing) button:focus {
  outline: 0;
}

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

.content_item {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .content_item {
    width: calc(100% - 20px);
  }
}
.content_item.map .slide-wrap {
  padding: 0;
}
.content_item.map .slide-wrap:before, .content_item.map .slide-wrap:after {
  display: none;
}
.content_item#branding {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .content_item#branding {
    padding: 0;
  }
}

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

.page_header {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto 40px;
  border-bottom: 3px solid rgba(52, 52, 52, 0.15);
  padding-bottom: 40px;
}
.event_listing_page .page_header {
  padding-bottom: 0;
  border-bottom: none;
  max-width: 1180px;
  margin-bottom: 0;
}
@media screen and (max-width: 700px) {
  .page_header {
    width: calc(100% - 20px);
  }
}

.breadcrumbs {
  margin-bottom: 30px;
  text-align: left;
  padding-top: 50px;
}
.event_listing_page .breadcrumbs {
  text-align: left;
}
@media screen and (max-width: 1110px) {
  .breadcrumbs {
    padding-top: 30px;
  }
}
.breadcrumbs a,
.breadcrumbs span {
  font-size: 16px;
  color: #343434;
  letter-spacing: 0;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (max-width: 700px) {
  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 16px;
    line-height: 1.1;
  }
}
.breadcrumbs span {
  font-weight: 700;
}
.breadcrumbs a {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 15px;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
  text-decoration: underline;
  color: #4c4c4c;
}
.breadcrumbs .breadcrumb_divider {
  height: 21px;
  width: 2px;
  background: rgba(52, 52, 52, 0.15);
  margin: 0 20px;
  display: inline-block;
}
.breadcrumbs span {
  color: #343434;
}

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

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

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

/* ----------------------------------------------------------------------------
= Spotlight list style
----------------------------------------------------------------------------- */
.spotlight,
.concierge,
.news_list,
.contest_list,
.job_list,
.seating_charts,
.offer_list {
  clear: both;
}
@media screen and (max-width: 700px) {
  .spotlight .button,
  .spotlight .spot-button,
  .concierge .button,
  .concierge .spot-button,
  .news_list .button,
  .news_list .spot-button,
  .contest_list .button,
  .contest_list .spot-button,
  .job_list .button,
  .job_list .spot-button,
  .seating_charts .button,
  .seating_charts .spot-button,
  .offer_list .button,
  .offer_list .spot-button {
    width: 100%;
    text-align: center;
  }
  .spotlight .button a,
  .spotlight .spot-button a,
  .concierge .button a,
  .concierge .spot-button a,
  .news_list .button a,
  .news_list .spot-button a,
  .contest_list .button a,
  .contest_list .spot-button a,
  .job_list .button a,
  .job_list .spot-button a,
  .seating_charts .button a,
  .seating_charts .spot-button a,
  .offer_list .button a,
  .offer_list .spot-button a {
    width: 100%;
    text-align: center;
  }
}
.spotlight .entry,
.concierge .entry,
.news_list .entry,
.contest_list .entry,
.job_list .entry,
.seating_charts .entry,
.offer_list .entry {
  zoom: 1;
  padding-top: 40px;
  margin-bottom: 40px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 15px 30px -3px rgba(0, 0, 0, 0.07);
  padding: 35px 35px 40px;
}
.spotlight .entry:before, .spotlight .entry:after,
.concierge .entry:before,
.concierge .entry:after,
.news_list .entry:before,
.news_list .entry:after,
.contest_list .entry:before,
.contest_list .entry:after,
.job_list .entry:before,
.job_list .entry:after,
.seating_charts .entry:before,
.seating_charts .entry:after,
.offer_list .entry:before,
.offer_list .entry:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.spotlight .entry:after,
.concierge .entry:after,
.news_list .entry:after,
.contest_list .entry:after,
.job_list .entry:after,
.seating_charts .entry:after,
.offer_list .entry:after {
  clear: both;
}
@media screen and (max-width: 870px) {
  .spotlight .entry,
  .concierge .entry,
  .news_list .entry,
  .contest_list .entry,
  .job_list .entry,
  .seating_charts .entry,
  .offer_list .entry {
    padding: 20px;
  }
}
@media screen and (max-width: 700px) {
  .spotlight .entry,
  .concierge .entry,
  .news_list .entry,
  .contest_list .entry,
  .job_list .entry,
  .seating_charts .entry,
  .offer_list .entry {
    padding: 15px;
    margin-bottom: 20px;
  }
}
.spotlight .entry:last-child,
.concierge .entry:last-child,
.news_list .entry:last-child,
.contest_list .entry:last-child,
.job_list .entry:last-child,
.seating_charts .entry:last-child,
.offer_list .entry:last-child {
  margin-bottom: 0;
}
.spotlight .thumb,
.concierge .thumb,
.news_list .thumb,
.contest_list .thumb,
.job_list .thumb,
.seating_charts .thumb,
.offer_list .thumb {
  min-width: 150px;
  width: 300px;
  margin: 0 40px 0px 0;
  float: left;
  border-radius: 5px;
  overflow: hidden;
}
.spotlight .thumb.default,
.concierge .thumb.default,
.news_list .thumb.default,
.contest_list .thumb.default,
.job_list .thumb.default,
.seating_charts .thumb.default,
.offer_list .thumb.default {
  display: none;
}
.spotlight .thumb a,
.concierge .thumb a,
.news_list .thumb a,
.contest_list .thumb a,
.job_list .thumb a,
.seating_charts .thumb a,
.offer_list .thumb a {
  position: relative;
  display: block;
  overflow: hidden;
  filter: grayscale(0);
}
.spotlight .thumb a:hover,
.concierge .thumb a:hover,
.news_list .thumb a:hover,
.contest_list .thumb a:hover,
.job_list .thumb a:hover,
.seating_charts .thumb a:hover,
.offer_list .thumb a:hover {
  filter: grayscale(100%);
}
.spotlight .thumb img,
.concierge .thumb img,
.news_list .thumb img,
.contest_list .thumb img,
.job_list .thumb img,
.seating_charts .thumb img,
.offer_list .thumb img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .spotlight .thumb,
  .concierge .thumb,
  .news_list .thumb,
  .contest_list .thumb,
  .job_list .thumb,
  .seating_charts .thumb,
  .offer_list .thumb {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
}
.spotlight .info,
.concierge .info,
.news_list .info,
.contest_list .info,
.job_list .info,
.seating_charts .info,
.offer_list .info {
  float: left;
  width: 100%;
  display: block;
}
.spotlight .info ul,
.spotlight .info ol,
.spotlight .info li,
.concierge .info ul,
.concierge .info ol,
.concierge .info li,
.news_list .info ul,
.news_list .info ol,
.news_list .info li,
.contest_list .info ul,
.contest_list .info ol,
.contest_list .info li,
.job_list .info ul,
.job_list .info ol,
.job_list .info li,
.seating_charts .info ul,
.seating_charts .info ol,
.seating_charts .info li,
.offer_list .info ul,
.offer_list .info ol,
.offer_list .info li {
  text-align: left;
}
@media screen and (max-width: 700px) {
  .spotlight .info,
  .concierge .info,
  .news_list .info,
  .contest_list .info,
  .job_list .info,
  .seating_charts .info,
  .offer_list .info {
    margin: 0 auto 20px;
    padding: 20px 10px 0;
    float: none;
    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,
  .offer_list .info li {
    text-align: left;
  }
}
.spotlight .info p,
.concierge .info p,
.news_list .info p,
.contest_list .info p,
.job_list .info p,
.seating_charts .info p,
.offer_list .info p {
  font-size: 18px;
  line-height: 1.388;
}
.spotlight .thumb:not(.default) + .info,
.concierge .thumb:not(.default) + .info,
.news_list .thumb:not(.default) + .info,
.contest_list .thumb:not(.default) + .info,
.job_list .thumb:not(.default) + .info,
.seating_charts .thumb:not(.default) + .info,
.offer_list .thumb:not(.default) + .info {
  width: calc(100% - (300px + 40px));
}
@media screen and (max-width: 700px) {
  .spotlight .thumb:not(.default) + .info,
  .concierge .thumb:not(.default) + .info,
  .news_list .thumb:not(.default) + .info,
  .contest_list .thumb:not(.default) + .info,
  .job_list .thumb:not(.default) + .info,
  .seating_charts .thumb:not(.default) + .info,
  .offer_list .thumb:not(.default) + .info {
    width: 100%;
  }
}
.spotlight .date,
.concierge .date,
.news_list .date,
.contest_list .date,
.job_list .date,
.seating_charts .date,
.offer_list .date {
  position: relative;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: block;
  font-weight: 800;
  font-size: 16px;
  color: #343434;
  letter-spacing: 0;
  padding-left: 20px;
}
.spotlight .date:before,
.concierge .date:before,
.news_list .date:before,
.contest_list .date:before,
.job_list .date:before,
.seating_charts .date:before,
.offer_list .date:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  display: block;
  height: 3px;
  width: 10px;
  background: #5c5c5c;
}
.spotlight .title,
.concierge .title,
.news_list .title,
.contest_list .title,
.job_list .title,
.seating_charts .title,
.offer_list .title {
  font-size: 25px;
  margin-bottom: 15px;
  line-height: 1.14;
}
.spotlight .title a,
.concierge .title a,
.news_list .title a,
.contest_list .title a,
.job_list .title a,
.seating_charts .title a,
.offer_list .title a {
  color: #343434;
}
.spotlight .title a:hover,
.concierge .title a:hover,
.news_list .title a:hover,
.contest_list .title a:hover,
.job_list .title a:hover,
.seating_charts .title a:hover,
.offer_list .title a:hover {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: underline;
}
.spotlight .buttons a,
.spotlight .links a,
.concierge .buttons a,
.concierge .links a,
.news_list .buttons a,
.news_list .links a,
.contest_list .buttons a,
.contest_list .links a,
.job_list .buttons a,
.job_list .links a,
.seating_charts .buttons a,
.seating_charts .links a,
.offer_list .buttons a,
.offer_list .links a {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 700px) {
  .spotlight .buttons,
  .spotlight .links,
  .concierge .buttons,
  .concierge .links,
  .news_list .buttons,
  .news_list .links,
  .contest_list .buttons,
  .contest_list .links,
  .job_list .buttons,
  .job_list .links,
  .seating_charts .buttons,
  .seating_charts .links,
  .offer_list .buttons,
  .offer_list .links {
    width: 100%;
    margin: 0 auto 20px;
    float: none;
    text-align: center;
  }
  .spotlight .buttons a,
  .spotlight .links a,
  .concierge .buttons a,
  .concierge .links a,
  .news_list .buttons a,
  .news_list .links a,
  .contest_list .buttons a,
  .contest_list .links a,
  .job_list .buttons a,
  .job_list .links a,
  .seating_charts .buttons a,
  .seating_charts .links a,
  .offer_list .buttons a,
  .offer_list .links a {
    margin: 0 10px;
    width: 100%;
    text-align: center;
  }
}
.spotlight .links a,
.concierge .links a,
.news_list .links a,
.contest_list .links a,
.job_list .links a,
.seating_charts .links a,
.offer_list .links a {
  margin-top: 10px;
}
.spotlight[data-layout=square],
.concierge[data-layout=square],
.news_list[data-layout=square],
.contest_list[data-layout=square],
.job_list[data-layout=square],
.seating_charts[data-layout=square],
.offer_list[data-layout=square] {
  zoom: 1;
  width: calc(100% - 40px);
  margin: 0 auto 40px;
  border-top: none;
}
.spotlight[data-layout=square]:before, .spotlight[data-layout=square]:after,
.concierge[data-layout=square]:before,
.concierge[data-layout=square]:after,
.news_list[data-layout=square]:before,
.news_list[data-layout=square]:after,
.contest_list[data-layout=square]:before,
.contest_list[data-layout=square]:after,
.job_list[data-layout=square]:before,
.job_list[data-layout=square]:after,
.seating_charts[data-layout=square]:before,
.seating_charts[data-layout=square]:after,
.offer_list[data-layout=square]:before,
.offer_list[data-layout=square]:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.spotlight[data-layout=square]:after,
.concierge[data-layout=square]:after,
.news_list[data-layout=square]:after,
.contest_list[data-layout=square]:after,
.job_list[data-layout=square]:after,
.seating_charts[data-layout=square]:after,
.offer_list[data-layout=square]:after {
  clear: both;
}
@media screen and (max-width: 700px) {
  .spotlight[data-layout=square],
  .concierge[data-layout=square],
  .news_list[data-layout=square],
  .contest_list[data-layout=square],
  .job_list[data-layout=square],
  .seating_charts[data-layout=square],
  .offer_list[data-layout=square] {
    width: calc(100% - 20px);
  }
}
@media screen and (min-width: 501px) {
  .spotlight[data-layout=square],
  .concierge[data-layout=square],
  .news_list[data-layout=square],
  .contest_list[data-layout=square],
  .job_list[data-layout=square],
  .seating_charts[data-layout=square],
  .offer_list[data-layout=square] {
    display: flex;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .spotlight[data-layout=square] .entry,
  .concierge[data-layout=square] .entry,
  .news_list[data-layout=square] .entry,
  .contest_list[data-layout=square] .entry,
  .job_list[data-layout=square] .entry,
  .seating_charts[data-layout=square] .entry,
  .offer_list[data-layout=square] .entry {
    float: left;
    padding: 15px;
    border: none;
    border-radius: 5px;
    overflow: hidden;
    width: calc((100% - (2 - 1) * 20px) / 2);
    margin: 0 20px 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .spotlight[data-layout=square] .entry:nth-child(odd),
  .concierge[data-layout=square] .entry:nth-child(odd),
  .news_list[data-layout=square] .entry:nth-child(odd),
  .contest_list[data-layout=square] .entry:nth-child(odd),
  .job_list[data-layout=square] .entry:nth-child(odd),
  .seating_charts[data-layout=square] .entry:nth-child(odd),
  .offer_list[data-layout=square] .entry:nth-child(odd) {
    clear: left;
  }
  .spotlight[data-layout=square] .entry:nth-child(2n),
  .concierge[data-layout=square] .entry:nth-child(2n),
  .news_list[data-layout=square] .entry:nth-child(2n),
  .contest_list[data-layout=square] .entry:nth-child(2n),
  .job_list[data-layout=square] .entry:nth-child(2n),
  .seating_charts[data-layout=square] .entry:nth-child(2n),
  .offer_list[data-layout=square] .entry:nth-child(2n) {
    margin-right: 0;
  }
  .spotlight[data-layout=square] .entry .thumb,
  .concierge[data-layout=square] .entry .thumb,
  .news_list[data-layout=square] .entry .thumb,
  .contest_list[data-layout=square] .entry .thumb,
  .job_list[data-layout=square] .entry .thumb,
  .seating_charts[data-layout=square] .entry .thumb,
  .offer_list[data-layout=square] .entry .thumb {
    display: block;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }
  .spotlight[data-layout=square] .entry .thumb:after,
  .concierge[data-layout=square] .entry .thumb:after,
  .news_list[data-layout=square] .entry .thumb:after,
  .contest_list[data-layout=square] .entry .thumb:after,
  .job_list[data-layout=square] .entry .thumb:after,
  .seating_charts[data-layout=square] .entry .thumb:after,
  .offer_list[data-layout=square] .entry .thumb:after {
    display: none;
  }
  .spotlight[data-layout=square] .entry .info,
  .concierge[data-layout=square] .entry .info,
  .news_list[data-layout=square] .entry .info,
  .contest_list[data-layout=square] .entry .info,
  .job_list[data-layout=square] .entry .info,
  .seating_charts[data-layout=square] .entry .info,
  .offer_list[data-layout=square] .entry .info {
    width: 100%;
    display: block;
    text-align: center;
    padding: 30px 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1;
  }
}
@media screen and (min-width: 501px) and (max-width: 700px) {
  .spotlight[data-layout=square] .entry .info,
  .concierge[data-layout=square] .entry .info,
  .news_list[data-layout=square] .entry .info,
  .contest_list[data-layout=square] .entry .info,
  .job_list[data-layout=square] .entry .info,
  .seating_charts[data-layout=square] .entry .info,
  .offer_list[data-layout=square] .entry .info {
    padding: 20px 20px 0;
  }
}
@media screen and (min-width: 501px) {
  .spotlight[data-layout=square] .entry .info > *,
  .concierge[data-layout=square] .entry .info > *,
  .news_list[data-layout=square] .entry .info > *,
  .contest_list[data-layout=square] .entry .info > *,
  .job_list[data-layout=square] .entry .info > *,
  .seating_charts[data-layout=square] .entry .info > *,
  .offer_list[data-layout=square] .entry .info > * {
    max-width: 100%;
  }
  .spotlight[data-layout=square] .entry.no_content .info .title,
  .concierge[data-layout=square] .entry.no_content .info .title,
  .news_list[data-layout=square] .entry.no_content .info .title,
  .contest_list[data-layout=square] .entry.no_content .info .title,
  .job_list[data-layout=square] .entry.no_content .info .title,
  .seating_charts[data-layout=square] .entry.no_content .info .title,
  .offer_list[data-layout=square] .entry.no_content .info .title {
    flex-grow: 1;
  }
  .spotlight[data-layout=square] .entry .title,
  .concierge[data-layout=square] .entry .title,
  .news_list[data-layout=square] .entry .title,
  .contest_list[data-layout=square] .entry .title,
  .job_list[data-layout=square] .entry .title,
  .seating_charts[data-layout=square] .entry .title,
  .offer_list[data-layout=square] .entry .title {
    font-size: 25px;
  }
  .spotlight[data-layout=square] .entry .title:before,
  .concierge[data-layout=square] .entry .title:before,
  .news_list[data-layout=square] .entry .title:before,
  .contest_list[data-layout=square] .entry .title:before,
  .job_list[data-layout=square] .entry .title:before,
  .seating_charts[data-layout=square] .entry .title:before,
  .offer_list[data-layout=square] .entry .title:before {
    display: none;
  }
  .spotlight[data-layout=square] .entry a.button,
  .concierge[data-layout=square] .entry a.button,
  .news_list[data-layout=square] .entry a.button,
  .contest_list[data-layout=square] .entry a.button,
  .job_list[data-layout=square] .entry a.button,
  .seating_charts[data-layout=square] .entry a.button,
  .offer_list[data-layout=square] .entry a.button {
    margin-top: auto;
  }
}
@media screen and (min-width: 501px) and (min-width: 871px) {
  .spotlight[data-layout=square] .entry,
  .concierge[data-layout=square] .entry,
  .news_list[data-layout=square] .entry,
  .contest_list[data-layout=square] .entry,
  .job_list[data-layout=square] .entry,
  .seating_charts[data-layout=square] .entry,
  .offer_list[data-layout=square] .entry {
    padding: 20px;
    width: calc((100% - (3 - 1) * 20px) / 3);
  }
  .spotlight[data-layout=square] .entry:nth-child(odd),
  .concierge[data-layout=square] .entry:nth-child(odd),
  .news_list[data-layout=square] .entry:nth-child(odd),
  .contest_list[data-layout=square] .entry:nth-child(odd),
  .job_list[data-layout=square] .entry:nth-child(odd),
  .seating_charts[data-layout=square] .entry:nth-child(odd),
  .offer_list[data-layout=square] .entry:nth-child(odd) {
    clear: none;
  }
  .spotlight[data-layout=square] .entry:nth-child(2n),
  .concierge[data-layout=square] .entry:nth-child(2n),
  .news_list[data-layout=square] .entry:nth-child(2n),
  .contest_list[data-layout=square] .entry:nth-child(2n),
  .job_list[data-layout=square] .entry:nth-child(2n),
  .seating_charts[data-layout=square] .entry:nth-child(2n),
  .offer_list[data-layout=square] .entry:nth-child(2n) {
    margin-right: 20px;
  }
  .spotlight[data-layout=square] .entry:nth-child(3n),
  .concierge[data-layout=square] .entry:nth-child(3n),
  .news_list[data-layout=square] .entry:nth-child(3n),
  .contest_list[data-layout=square] .entry:nth-child(3n),
  .job_list[data-layout=square] .entry:nth-child(3n),
  .seating_charts[data-layout=square] .entry:nth-child(3n),
  .offer_list[data-layout=square] .entry:nth-child(3n) {
    margin-right: 0;
  }
  .spotlight[data-layout=square] .entry:nth-child(3n+1),
  .concierge[data-layout=square] .entry:nth-child(3n+1),
  .news_list[data-layout=square] .entry:nth-child(3n+1),
  .contest_list[data-layout=square] .entry:nth-child(3n+1),
  .job_list[data-layout=square] .entry:nth-child(3n+1),
  .seating_charts[data-layout=square] .entry:nth-child(3n+1),
  .offer_list[data-layout=square] .entry:nth-child(3n+1) {
    clear: left;
  }
}
.spotlight[data-layout=logos],
.concierge[data-layout=logos],
.news_list[data-layout=logos],
.contest_list[data-layout=logos],
.job_list[data-layout=logos],
.seating_charts[data-layout=logos],
.offer_list[data-layout=logos] {
  zoom: 1;
  width: 100%;
  margin: 0 auto 40px;
  border-top: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.spotlight[data-layout=logos]:before, .spotlight[data-layout=logos]:after,
.concierge[data-layout=logos]:before,
.concierge[data-layout=logos]:after,
.news_list[data-layout=logos]:before,
.news_list[data-layout=logos]:after,
.contest_list[data-layout=logos]:before,
.contest_list[data-layout=logos]:after,
.job_list[data-layout=logos]:before,
.job_list[data-layout=logos]:after,
.seating_charts[data-layout=logos]:before,
.seating_charts[data-layout=logos]:after,
.offer_list[data-layout=logos]:before,
.offer_list[data-layout=logos]:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.spotlight[data-layout=logos]:after,
.concierge[data-layout=logos]:after,
.news_list[data-layout=logos]:after,
.contest_list[data-layout=logos]:after,
.job_list[data-layout=logos]:after,
.seating_charts[data-layout=logos]:after,
.offer_list[data-layout=logos]:after {
  clear: both;
}
.spotlight[data-layout=logos] .entry,
.concierge[data-layout=logos] .entry,
.news_list[data-layout=logos] .entry,
.contest_list[data-layout=logos] .entry,
.job_list[data-layout=logos] .entry,
.seating_charts[data-layout=logos] .entry,
.offer_list[data-layout=logos] .entry {
  float: left;
  padding: 0;
  border: none;
  width: 100%;
  margin: 0 0 20px 0;
  background: transparent;
  box-shadow: none;
}
.spotlight[data-layout=logos] .entry .thumb,
.concierge[data-layout=logos] .entry .thumb,
.news_list[data-layout=logos] .entry .thumb,
.contest_list[data-layout=logos] .entry .thumb,
.job_list[data-layout=logos] .entry .thumb,
.seating_charts[data-layout=logos] .entry .thumb,
.offer_list[data-layout=logos] .entry .thumb {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  margin-right: 0;
}
.spotlight[data-layout=logos] .entry .thumb:after,
.concierge[data-layout=logos] .entry .thumb:after,
.news_list[data-layout=logos] .entry .thumb:after,
.contest_list[data-layout=logos] .entry .thumb:after,
.job_list[data-layout=logos] .entry .thumb:after,
.seating_charts[data-layout=logos] .entry .thumb:after,
.offer_list[data-layout=logos] .entry .thumb:after {
  display: none;
}
.spotlight[data-layout=logos] .entry .thumb img,
.concierge[data-layout=logos] .entry .thumb img,
.news_list[data-layout=logos] .entry .thumb img,
.contest_list[data-layout=logos] .entry .thumb img,
.job_list[data-layout=logos] .entry .thumb img,
.seating_charts[data-layout=logos] .entry .thumb img,
.offer_list[data-layout=logos] .entry .thumb img {
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 700px) {
  .spotlight[data-layout=logos] .entry .thumb img,
  .concierge[data-layout=logos] .entry .thumb img,
  .news_list[data-layout=logos] .entry .thumb img,
  .contest_list[data-layout=logos] .entry .thumb img,
  .job_list[data-layout=logos] .entry .thumb img,
  .seating_charts[data-layout=logos] .entry .thumb img,
  .offer_list[data-layout=logos] .entry .thumb img {
    float: none;
    margin: auto;
  }
}
.spotlight[data-layout=logos] .entry .thumb:hover a, .spotlight[data-layout=logos] .entry .thumb:focus a,
.concierge[data-layout=logos] .entry .thumb:hover a,
.concierge[data-layout=logos] .entry .thumb:focus a,
.news_list[data-layout=logos] .entry .thumb:hover a,
.news_list[data-layout=logos] .entry .thumb:focus a,
.contest_list[data-layout=logos] .entry .thumb:hover a,
.contest_list[data-layout=logos] .entry .thumb:focus a,
.job_list[data-layout=logos] .entry .thumb:hover a,
.job_list[data-layout=logos] .entry .thumb:focus a,
.seating_charts[data-layout=logos] .entry .thumb:hover a,
.seating_charts[data-layout=logos] .entry .thumb:focus a,
.offer_list[data-layout=logos] .entry .thumb:hover a,
.offer_list[data-layout=logos] .entry .thumb:focus a {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.spotlight[data-layout=logos] .entry .info,
.concierge[data-layout=logos] .entry .info,
.news_list[data-layout=logos] .entry .info,
.contest_list[data-layout=logos] .entry .info,
.job_list[data-layout=logos] .entry .info,
.seating_charts[data-layout=logos] .entry .info,
.offer_list[data-layout=logos] .entry .info {
  width: 100%;
  display: block;
  text-align: center;
  padding: 0;
  display: none;
}
.spotlight[data-layout=logos] .entry .title:before,
.concierge[data-layout=logos] .entry .title:before,
.news_list[data-layout=logos] .entry .title:before,
.contest_list[data-layout=logos] .entry .title:before,
.job_list[data-layout=logos] .entry .title:before,
.seating_charts[data-layout=logos] .entry .title:before,
.offer_list[data-layout=logos] .entry .title:before {
  display: none;
}
.spotlight[data-layout=logos] .entry .button,
.concierge[data-layout=logos] .entry .button,
.news_list[data-layout=logos] .entry .button,
.contest_list[data-layout=logos] .entry .button,
.job_list[data-layout=logos] .entry .button,
.seating_charts[data-layout=logos] .entry .button,
.offer_list[data-layout=logos] .entry .button {
  display: none;
}
@media screen and (min-width: 501px) {
  .spotlight[data-layout=logos] .entry,
  .concierge[data-layout=logos] .entry,
  .news_list[data-layout=logos] .entry,
  .contest_list[data-layout=logos] .entry,
  .job_list[data-layout=logos] .entry,
  .seating_charts[data-layout=logos] .entry,
  .offer_list[data-layout=logos] .entry {
    width: calc((100% - (3 - 1) * 20px) / 3);
    margin: 0 20px 20px 0;
  }
  .spotlight[data-layout=logos] .entry:nth-child(3n),
  .concierge[data-layout=logos] .entry:nth-child(3n),
  .news_list[data-layout=logos] .entry:nth-child(3n),
  .contest_list[data-layout=logos] .entry:nth-child(3n),
  .job_list[data-layout=logos] .entry:nth-child(3n),
  .seating_charts[data-layout=logos] .entry:nth-child(3n),
  .offer_list[data-layout=logos] .entry:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 871px) {
  .spotlight[data-layout=logos] .entry,
  .concierge[data-layout=logos] .entry,
  .news_list[data-layout=logos] .entry,
  .contest_list[data-layout=logos] .entry,
  .job_list[data-layout=logos] .entry,
  .seating_charts[data-layout=logos] .entry,
  .offer_list[data-layout=logos] .entry {
    width: calc((100% - (5 - 1) * 20px) / 5);
  }
  .spotlight[data-layout=logos] .entry:nth-child(3n),
  .concierge[data-layout=logos] .entry:nth-child(3n),
  .news_list[data-layout=logos] .entry:nth-child(3n),
  .contest_list[data-layout=logos] .entry:nth-child(3n),
  .job_list[data-layout=logos] .entry:nth-child(3n),
  .seating_charts[data-layout=logos] .entry:nth-child(3n),
  .offer_list[data-layout=logos] .entry:nth-child(3n) {
    margin-right: 20px;
  }
  .spotlight[data-layout=logos] .entry:nth-child(5n),
  .concierge[data-layout=logos] .entry:nth-child(5n),
  .news_list[data-layout=logos] .entry:nth-child(5n),
  .contest_list[data-layout=logos] .entry:nth-child(5n),
  .job_list[data-layout=logos] .entry:nth-child(5n),
  .seating_charts[data-layout=logos] .entry:nth-child(5n),
  .offer_list[data-layout=logos] .entry:nth-child(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 870px) {
  .news_list .thumb,
  .news_list .teaser {
    display: none;
  }
  .news_list .info,
  .news_list .thumb:not(.default) + .info {
    width: 100%;
    text-align: left;
  }
}

@media screen and (min-width: 701px) {
  .seating_charts .entry {
    display: flex;
    flex-direction: row;
  }
  .seating_charts .entry .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 20px;
  }
}

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

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

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

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

.dontshow-overlay {
  width: 100%;
  padding: 10px 0;
  text-transform: capitalize;
  color: #000;
  background: #4c4c4c;
  font: 700 20px/140% "Heebo", Arial, Helvetica, sans-serif;
  line-height: 25px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.5px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
}
.dontshow-overlay:hover {
  color: #fff;
  background: #000;
}

/* ----------------------------------------------------------------------------
= Homepage items and layout
----------------------------------------------------------------------------- */
body.home {
  background: url(../images/bg_body.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
body.home .full .full_column.non-widget-area {
  padding-top: 50px;
  padding-bottom: 50px;
}

.homepage_promo {
  zoom: 1;
  padding: 50px 20px;
  clear: both;
}
.homepage_promo:before, .homepage_promo:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.homepage_promo:after {
  clear: both;
}
@media screen and (max-width: 870px) {
  .homepage_promo {
    padding: 0 20px;
  }
}

.link {
  position: relative;
}
.link ul.list {
  padding: 0;
}
.link ul.list li > a,
.link ul.list li > span {
  display: block;
  position: relative;
  padding: 5px 0px 5px 50px;
  word-wrap: break-word;
  color: #343434;
  font-weight: 700;
  font-size: 1.414rem;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  /*------------------------------------------------------------
           =Handles all Social Media icons for select social media urls
               -- Twitter | Facebook | Instagram | Pinterest
           ------------------------------------------------------------*/
}
.link ul.list li > a svg,
.link ul.list li > span svg {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  fill: #343434;
}
.link ul.list li > a:hover,
.link ul.list li > span:hover {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: underline;
}
.link ul.list li > a:hover svg,
.link ul.list li > span:hover svg {
  fill: rgba(0, 0, 0, 0.7);
}
.link ul.list li > a .link_icon .internal,
.link ul.list li > span .link_icon .internal {
  display: block;
  stroke: #343434;
}
.link ul.list li > a .link_icon .internal:hover, .link ul.list li > a .link_icon .internal:focus,
.link ul.list li > span .link_icon .internal:hover,
.link ul.list li > span .link_icon .internal:focus {
  stroke: rgba(0, 0, 0, 0.7);
}
.link ul.list li > a .link_icon .external,
.link ul.list li > span .link_icon .external {
  display: none;
}
.link ul.list li > a[target=_blank] .link_icon .internal,
.link ul.list li > span[target=_blank] .link_icon .internal {
  display: none;
}
.link ul.list li > a[target=_blank] .link_icon .external,
.link ul.list li > span[target=_blank] .link_icon .external {
  display: block;
}
.link ul.list li > a[href*=twitter] svg, .link ul.list li > a[href*=facebook] svg, .link ul.list li > a[href*=instagram] svg, .link ul.list li > a[href*=pinterest] svg, .link ul.list li > a[href*=youtube] svg, .link ul.list li > a[href*="youtu.be"] svg, .link ul.list li > a[href*=snapchat] svg,
.link ul.list li > span[href*=twitter] svg,
.link ul.list li > span[href*=facebook] svg,
.link ul.list li > span[href*=instagram] svg,
.link ul.list li > span[href*=pinterest] svg,
.link ul.list li > span[href*=youtube] svg,
.link ul.list li > span[href*="youtu.be"] svg,
.link ul.list li > span[href*=snapchat] svg {
  display: none;
}
.link ul.list li > a[href*=twitter]:before, .link ul.list li > a[href*=facebook]:before, .link ul.list li > a[href*=instagram]:before, .link ul.list li > a[href*=pinterest]:before, .link ul.list li > a[href*=youtube]:before, .link ul.list li > a[href*="youtu.be"]:before, .link ul.list li > a[href*=snapchat]:before,
.link ul.list li > span[href*=twitter]:before,
.link ul.list li > span[href*=facebook]:before,
.link ul.list li > span[href*=instagram]:before,
.link ul.list li > span[href*=pinterest]:before,
.link ul.list li > span[href*=youtube]:before,
.link ul.list li > span[href*="youtu.be"]:before,
.link ul.list li > span[href*=snapchat]:before {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: absolute;
  top: 10px;
  left: 0px;
  display: inline-block;
  background: none;
  padding: 0;
  font-family: FontAwesome;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  color: #343434;
  text-decoration: none;
}
.link ul.list li > a[href*=twitter]:hover:before, .link ul.list li > a[href*=facebook]:hover:before, .link ul.list li > a[href*=instagram]:hover:before, .link ul.list li > a[href*=pinterest]:hover:before, .link ul.list li > a[href*=youtube]:hover:before, .link ul.list li > a[href*="youtu.be"]:hover:before, .link ul.list li > a[href*=snapchat]:hover:before,
.link ul.list li > span[href*=twitter]:hover:before,
.link ul.list li > span[href*=facebook]:hover:before,
.link ul.list li > span[href*=instagram]:hover:before,
.link ul.list li > span[href*=pinterest]:hover:before,
.link ul.list li > span[href*=youtube]:hover:before,
.link ul.list li > span[href*="youtu.be"]:hover:before,
.link ul.list li > span[href*=snapchat]:hover:before {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
.link ul.list li > a[href*=twitter]:before,
.link ul.list li > span[href*=twitter]:before {
  content: "\f099";
}
.link ul.list li > a[href*=facebook]:before,
.link ul.list li > span[href*=facebook]:before {
  content: "\f09a";
}
.link ul.list li > a[href*=instagram]:before,
.link ul.list li > span[href*=instagram]:before {
  content: "\f16d";
}
.link ul.list li > a[href*=pinterest]:before,
.link ul.list li > span[href*=pinterest]:before {
  content: "\f0d2";
}
.link ul.list li > a[href*=youtube]:before, .link ul.list li > a[href*="youtu.be"]:before,
.link ul.list li > span[href*=youtube]:before,
.link ul.list li > span[href*="youtu.be"]:before {
  content: "\f16a";
}
.link ul.list li > a[href*=snapchat]:before,
.link ul.list li > span[href*=snapchat]:before {
  content: "\f2ac";
}
.link ul.list li > span .link_icon {
  display: none;
}
.link ul.list li > span:hover {
  color: #343434;
  text-decoration: none;
}
.link ul.list .description {
  padding-left: 50px;
}
.link ul.list .description p,
.link ul.list .description li {
  margin-top: 0;
}
.link ul.list .description p {
  margin-bottom: 20px;
}

/* ----------------------------------------------------------------------------
= FAQ Accordion
----------------------------------------------------------------------------- */
.faq {
  position: relative;
}
.faq .faq_item_wrapper {
  overflow: hidden;
  background: #343434;
  box-shadow: 0 0 12px 0 rgba(52, 52, 52, 0.4);
  border-radius: 10px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.faq .faq_item_wrapper + .faq_item_wrapper {
  margin-top: 30px;
}
.faq .faq_list_item {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: relative;
  margin: 0;
  padding: 0px;
  cursor: pointer;
}
.faq .faq_list_item p {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  margin: 0;
  padding: 32px 100px 32px 50px;
  text-transform: none;
  font-weight: 700;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
  letter-spacing: 0;
  line-height: 1.3;
}
.faq .faq_list_item p:after {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  top: 36px;
  right: 50px;
  width: 30px;
  height: 18px;
  background: url(../images/icn_faq.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 870px) {
  .faq .faq_list_item p {
    padding: 32px 100px 32px 40px;
  }
  .faq .faq_list_item p:after {
    top: 36px;
    right: 40px;
  }
}
@media screen and (max-width: 700px) {
  .faq .faq_list_item p {
    padding: 20px 80px 20px 30px;
  }
  .faq .faq_list_item p:after {
    top: 26px;
    right: 30px;
    width: 25px;
    height: 13px;
  }
}
.faq .faq_list_item:hover svg,
.faq .faq_list_item:hover p {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.faq .faq_list_item.active p:after, .faq .faq_list_item.open p:after {
  transform: rotate(180deg);
}
.faq .faq_answer {
  display: none;
  padding: 0px 50px 30px;
  margin: 0px;
}
.faq .faq_answer * {
  color: #fff;
}
.faq .faq_answer .cms > * {
  margin-bottom: 0;
  margin-top: 20px;
}
.faq .faq_answer .cms > *:first-child {
  margin-top: 0;
}
.faq .faq_answer p {
  color: #fff;
}
@media screen and (max-width: 700px) {
  .faq .faq_answer p {
    font-size: 14px;
  }
}
.faq .faq_answer a {
  color: #fff;
}
.faq .faq_answer a:hover, .faq .faq_answer a:focus {
  text-decoration: none;
}
.faq .faq_answer ul li,
.faq .faq_answer ol li {
  color: #fff;
}
@media screen and (max-width: 700px) {
  .faq .faq_answer ul li,
  .faq .faq_answer ol li {
    font-size: 14px;
  }
}
.faq .faq_answer ul li:before {
  background: #fff;
}
@media screen and (max-width: 700px) {
  .faq .faq_answer ul li:before {
    top: 14px;
  }
}
@media screen and (max-width: 700px) {
  .faq .faq_answer {
    padding-left: 30px;
  }
}
.footer .faq .faq_item_wrapper {
  background: none;
  border-bottom: 3px solid #000;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.footer .faq .faq_item_wrapper:first-child > .faq_list_item p {
  padding-top: 0;
}
.footer .faq .faq_item_wrapper:first-child > .faq_list_item p:after {
  top: 0;
}
.footer .faq .faq_list_item p {
  padding: 30px 0 15px;
  padding-right: 40px;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #343434;
  letter-spacing: 0;
}
.footer .faq .faq_list_item p:after {
  width: 28px;
  height: 20px;
  content: "";
  right: 0;
  top: 30px;
  background-image: url(../images/icn_footer_faq.png);
  background-size: 28px 20px;
}
.footer .faq .faq_answer {
  padding: 0 0 20px;
}
.footer .faq .faq_answer *,
.footer .faq .faq_answer p {
  color: #343434;
}

/* ----------------------------------------------------------------------------
= Seating Charts Page styles - Listing page
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=Venue Pages
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Map styles
----------------------------------------------------------------------------- */
.plan-your-visit .map_holder {
  margin-bottom: 0;
}
.plan-your-visit #concierge_1,
.plan-your-visit #concierge_2 {
  margin: 0;
}

.gm-style .gm-style-iw-c {
  border-radius: 0 !important;
}

button.gm-ui-hover-effect {
  top: -2px;
  right: -2px;
}

.plan-your-visit #concierge_1,
.plan-your-visit #concierge_2 {
  margin: 0 !important;
  padding: 0 !important;
}

.map_holder {
  box-shadow: 0 0 12px 0 rgba(52, 52, 52, 0.4);
  border-radius: 10px;
  position: relative;
  display: block;
  width: 100%;
  min-height: 300px;
  height: 45.1388888889vw;
  max-height: 600px;
  overflow: hidden;
}
.map_holder .map {
  width: 100%;
  height: 100%;
}
.map_wrapper[data-options=interactive_map] .map_holder {
  margin-bottom: 50px;
}
@media screen and (max-width: 870px) {
  .map_wrapper[data-options=interactive_map] .map_holder {
    margin-bottom: 108px;
  }
}
.map_holder iframe {
  display: block;
  width: 100%;
  height: 45.1388888889vw;
  max-height: 600px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .map_holder iframe {
    min-height: 300px;
  }
}

.map_window .info {
  margin: 0 0 8px;
  padding: 0 0 4px;
}
.map_window .info h4 {
  color: #000;
  font-weight: 700;
}
.map_window .info address {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 12px;
  line-height: 140%;
}
.map_window .desc {
  float: left;
  width: 100%;
}
.map_window .desc img {
  float: left;
  width: 120px;
  height: auto;
  margin: 0 15px 0 0;
}
.map_window .desc p {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  margin-bottom: 5px;
}
.map_window .links li.phone {
  font-weight: 500;
  margin-bottom: 10px;
}
.map_window .links a {
  font-weight: 700;
}
.map_window .directions {
  display: none;
  padding: 4px 0 0;
}
.map_window .directions label {
  display: block;
  margin: 0 0 8px;
  color: #000;
  font-size: 12px;
}
.map_window .directions input[type=text] {
  width: 72%;
  margin: 0 0 8px;
  padding: 4px 5px;
  color: #000;
  font-size: 12px;
}
.map_window .directions form button {
  display: block;
  float: right;
  padding: 6px 5px;
  color: #000;
  border: 0;
  background-color: #4c4c4c;
  border: none;
  font-size: 10px;
  font-weight: 700;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.map_window .directions form button:hover {
  color: #fff;
  background-color: #000;
}

.map_control {
  background: #343434;
  zoom: 1;
  position: relative;
  float: left;
  line-height: 50px;
  z-index: 1;
  text-align: center;
  padding: 0 20px;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.map_control:before, .map_control:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.map_control:after {
  clear: both;
}
@media screen and (max-width: 870px) {
  .map_control {
    display: block;
    padding: 4px 10px;
  }
}
.map_control:before, .map_control:after {
  display: none;
}
.map_control .map_anchor {
  display: none;
}
.map_control label,
.map_control .label {
  display: inline-block;
  padding: 0;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 50px;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 870px) {
  .map_control label,
  .map_control .label {
    display: none;
  }
}
.map_control button,
.map_control .button {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0 15px;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  outline-offset: -4px !important;
  line-height: 50px;
  background: #343434;
  color: #fff;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  opacity: 0.6;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 870px) {
  .map_control button,
  .map_control .button {
    display: block;
    text-align: left;
    line-height: 50px;
    width: 100%;
    border-bottom: 1px solid rgba(52, 52, 52, 0.15);
    margin: 0 auto;
    padding: 0 7px 0 calc(0.5 * (100% - 110px));
  }
}
.map_control button:hover, .user-is-tabbing .map_control button:focus,
.map_control .button:hover,
.user-is-tabbing .map_control .button:focus {
  opacity: 1;
  text-decoration: underline;
}
.map_control button:last-child,
.map_control .button:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.map_control button:before,
.map_control .button:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin: 0 9px 1px 0;
  line-height: 50px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.map_control button.active,
.map_control .button.active {
  opacity: 1;
}
.map_control button.restaurants:before,
.map_control .button.restaurants:before {
  background-image: url(../images/map_icon_dining.png);
}
.map_control button.parking:before,
.map_control .button.parking:before {
  background-image: url(../images/map_icon_parking.png);
}
.map_control button.hotels:before,
.map_control .button.hotels:before {
  background-image: url(../images/map_icon_hotels.png);
}
.map_control button.local-attractions:before,
.map_control .button.local-attractions:before {
  background-image: url(../images/map_icon_local-attractions.png);
}

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

.paging .nav {
  zoom: 1;
  position: relative;
  margin: 15px 0 0 0;
  padding: 0;
  border-top: 3px solid rgba(52, 52, 52, 0.15);
}
.paging .nav:before, .paging .nav:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.paging .nav:after {
  clear: both;
}
.paging .nav.final {
  margin: 0;
}
.paging .nav.empty {
  height: 0;
  margin: 0;
  padding: 0;
  background: none;
}
.paging .nav .record {
  float: left;
  width: auto;
  padding: 0;
  margin: 5px 5px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  color: #343434;
}
.paging .nav .pages {
  zoom: 1;
  float: right;
  width: auto;
  margin: 0 -10px 0 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.paging .nav .pages:before, .paging .nav .pages:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.paging .nav .pages:after {
  clear: both;
}
.paging .nav .pages strong,
.paging .nav .pages a,
.paging .nav .pages a:link,
.paging .nav .pages a:visited {
  position: relative;
  z-index: 1;
  float: left;
  width: auto;
  height: 45px;
  margin: 5px 0 0 20px;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  color: #343434;
  line-height: 45px;
  text-decoration: none;
}
.paging .nav .pages strong.last, .paging .nav .pages strong.first,
.paging .nav .pages a.last,
.paging .nav .pages a.first,
.paging .nav .pages a:link.last,
.paging .nav .pages a:link.first,
.paging .nav .pages a:visited.last,
.paging .nav .pages a:visited.first {
  display: none;
}
.paging .nav .pages strong.prev, .paging .nav .pages strong.next,
.paging .nav .pages a.prev,
.paging .nav .pages a.next,
.paging .nav .pages a:link.prev,
.paging .nav .pages a:link.next,
.paging .nav .pages a:visited.prev,
.paging .nav .pages a:visited.next {
  transition: background 0.2s linear;
  height: 45px;
  width: 18px;
  text-indent: -99999em;
}
.paging .nav .pages strong.prev:hover, .paging .nav .pages strong.prev:focus, .paging .nav .pages strong.next:hover, .paging .nav .pages strong.next:focus,
.paging .nav .pages a.prev:hover,
.paging .nav .pages a.prev:focus,
.paging .nav .pages a.next:hover,
.paging .nav .pages a.next:focus,
.paging .nav .pages a:link.prev:hover,
.paging .nav .pages a:link.prev:focus,
.paging .nav .pages a:link.next:hover,
.paging .nav .pages a:link.next:focus,
.paging .nav .pages a:visited.prev:hover,
.paging .nav .pages a:visited.prev:focus,
.paging .nav .pages a:visited.next:hover,
.paging .nav .pages a:visited.next:focus {
  text-decoration: none;
}
.paging .nav .pages strong.next,
.paging .nav .pages a.next,
.paging .nav .pages a:link.next,
.paging .nav .pages a:visited.next {
  background: url("../images/pagination-right.png");
  background-repeat: no-repeat;
  background-size: 18px 20px;
  background-position: center;
}
.paging .nav .pages strong.next:hover, .paging .nav .pages strong.next:focus,
.paging .nav .pages a.next:hover,
.paging .nav .pages a.next:focus,
.paging .nav .pages a:link.next:hover,
.paging .nav .pages a:link.next:focus,
.paging .nav .pages a:visited.next:hover,
.paging .nav .pages a:visited.next:focus {
  background: url("../images/pagination-right-hover.png");
  background-repeat: no-repeat;
  background-size: 18px 20px;
  background-position: center;
}
.paging .nav .pages strong.prev,
.paging .nav .pages a.prev,
.paging .nav .pages a:link.prev,
.paging .nav .pages a:visited.prev {
  background: url("../images/pagination-left.png");
  background-repeat: no-repeat;
  background-size: 18px 20px;
  background-position: center;
}
.paging .nav .pages strong.prev:hover, .paging .nav .pages strong.prev:focus,
.paging .nav .pages a.prev:hover,
.paging .nav .pages a.prev:focus,
.paging .nav .pages a:link.prev:hover,
.paging .nav .pages a:link.prev:focus,
.paging .nav .pages a:visited.prev:hover,
.paging .nav .pages a:visited.prev:focus {
  background: url("../images/pagination-left-hover.png");
  background-repeat: no-repeat;
  background-size: 18px 20px;
  background-position: center;
}
.paging .nav .pages a:hover, .paging .nav .pages a:focus {
  color: #4c4c4c;
  text-decoration: underline;
}
.paging .nav .pages strong {
  font-weight: 700;
  color: #4c4c4c;
}

/* ----------------------------------------------------------------------------
=Password Protected Page login form
----------------------------------------------------------------------------- */
.login-form {
  position: relative;
}
.login-form form {
  position: relative;
  text-align: center;
}
.login-form input[type=password] {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: relative;
  width: 80%;
  max-width: 300px;
  height: 46px;
  background: white;
  border: 1px solid rgba(52, 52, 52, 0.15);
  padding: 8px 10px;
  font-size: 15px;
  color: #343434;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.login-form input[type=password]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #343434;
  opacity: 1 !important;
}
.login-form input[type=password]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #343434;
  opacity: 1 !important;
}
.login-form input[type=password]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #343434;
  opacity: 1 !important;
}
.login-form input[type=password]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #343434;
  opacity: 1 !important;
}
.login-form input[type=password]:hover, .login-form input[type=password]:focus {
  border: 1px solid #000;
}
.login-form .login_form_submit {
  display: block;
  margin: 25px auto;
}

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_detail .news_thumb {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 50%;
}
@media screen and (max-width: 700px) {
  .news_detail .news_thumb {
    max-width: 100%;
    text-align: center;
    float: none;
  }
}
.news_detail .news_tagline {
  margin-top: 0;
}
.news_detail .page_header .tagline {
  max-width: 1000px;
  margin: 25px auto 0;
  width: 100%;
  padding: 0 0 0;
  position: relative;
  z-index: 2;
  text-align: left;
}
.news_detail .page_header .tagline span.m-date__singleDate {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 1.47;
  font-weight: 700;
  margin: 0 0 25px 0;
}

/* ----------------------------------------------------------------------------
= Event List Header (Dropdown, Toggles, etc)
----------------------------------------------------------------------------- */
.event_list_header {
  width: 1180px;
  max-width: calc(100% - 40px);
  border-bottom: 3px solid rgba(52, 52, 52, 0.15);
  color: #000;
  margin: 0 auto 70px;
  padding: 0 0 60px 0;
}
.event_list_header .overview {
  display: flex;
  justify-content: flex-start;
  align-content: flex-end;
  align-items: flex-end;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 700px) {
  .event_list_header .overview {
    display: block;
  }
}
.event_list_header h1 {
  flex-grow: 2;
  line-height: 1;
  font-weight: 700;
  margin: 0 10px 0 0;
  text-transform: capitalize;
  font-size: 45px;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 1024px) {
  .event_list_header h1 {
    font-size: 49px;
  }
}
@media screen and (max-width: 700px) {
  .event_list_header {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.event_list_toggles {
  display: flex;
  align-self: flex-end;
  margin: 0 0 0px 170px;
}
@media screen and (max-width: 1080px) {
  .event_list_toggles {
    margin-left: 40px;
  }
}
@media screen and (max-width: 870px) {
  .event_list_toggles {
    display: none;
  }
}
.event_list_toggles .toggle {
  margin-left: 20px;
  position: relative;
  z-index: 1;
  outline-offset: 2px;
  padding: 0;
  width: 51px;
  color: #000;
  text-align: center;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.event_list_toggles .toggle:hover, .event_list_toggles .toggle:focus {
  cursor: pointer;
}
.event_list_toggles .toggle:hover span, .event_list_toggles .toggle:focus span {
  color: #4c4c4c;
}
.event_list_toggles .toggle:hover svg *, .event_list_toggles .toggle:focus svg * {
  fill: #4c4c4c;
}
.event_list_toggles .toggle:first-child {
  margin-left: 0;
}
.event_list_toggles .toggle:last-child {
  width: 43px;
}
.event_list_toggles .toggle.calendar {
  display: none;
}
.event_list_toggles .toggle.is-active svg * {
  fill: #4c4c4c;
}
.event_list_toggles .toggle.is-active span {
  color: #4c4c4c;
}
.event_list_toggles .toggle svg {
  display: inline-block;
  order: 2;
}
.event_list_toggles .toggle svg * {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.event_list_toggles .toggle span {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  text-align: center;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  margin: 0;
  padding: 1px 0 1px 0;
  margin-top: 6px;
  order: 1;
}

.category-dropdown {
  padding: 0;
  position: relative;
  z-index: 5;
  margin: 0 0 0px 0;
  width: 270px;
  background-image: linear-gradient(150deg, #343434 4%, #666666 100%);
  border-radius: 25px;
  border-radius: 25px;
}
@media screen and (max-width: 1024px) {
  .category-dropdown {
    margin: 0 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .category-dropdown {
    margin: 20px 0 0 0;
  }
}
.category-dropdown .select {
  width: 100%;
  display: block;
  position: relative;
  height: 50px;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: capitalize;
  margin: 0;
  padding: 0 45px 1px 20px;
  color: white;
  text-align: left;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  background-image: linear-gradient(150deg, #343434 4%, #666666 100%);
  border-radius: 25px;
}
.category-dropdown .select .select_text {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}
.user-is-tabbing .category-dropdown .select:focus {
  outline-color: #343434;
  outline-offset: -4px;
}
.category-dropdown .select svg {
  top: 50%;
  right: 32px;
  position: absolute;
  z-index: 1;
  transform: translate(50%, -50%);
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  fill: white;
}
.category-dropdown .select.is-active {
  box-shadow: none;
  background: none;
}
.category-dropdown .select.is-active .select_text {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.category-dropdown .select.is-active svg {
  transform: translate(50%, -50%) rotate(180deg);
}
.category-dropdown .select:hover .select_text,
.category-dropdown .select:hover svg {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.category-dropdown .choices {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  padding: 53px 10px 15px;
  z-index: -1;
  border-radius: 25px;
  background-image: linear-gradient(150deg, #343434 4%, #666666 100%);
}
.category-dropdown .choices.is-active {
  display: block;
}
.category-dropdown .choices ul {
  margin: 0;
}
.category-dropdown .choices ul li {
  margin: 0px;
}
.category-dropdown .choices ul li span {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  display: block;
  letter-spacing: 0;
  padding: 5px 20px 5px 10px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  text-transform: capitalize;
  cursor: pointer;
}
.category-dropdown .choices ul li span:before {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  content: "";
  background: #ffffff;
  width: 0px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.category-dropdown .choices ul li span:hover, .category-dropdown .choices ul li span:focus, .category-dropdown .choices ul li span.is-active {
  padding-left: 30px;
  padding-right: 0;
}
.category-dropdown .choices ul li span:hover:before, .category-dropdown .choices ul li span:focus:before, .category-dropdown .choices ul li span.is-active:before {
  width: 10px;
}

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
.event_list {
  zoom: 1;
  margin: auto;
}
.event_list:before, .event_list:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.event_list:after {
  clear: both;
}
.event_list .list {
  margin: auto;
  max-width: 1240px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .event_list .list {
    justify-content: center;
  }
}
.event_list .list.has_promotion .eventItem:nth-child(7) {
  display: none !important;
}
.event_list .eventItem {
  position: relative;
  zoom: 1;
  background: #fff;
  background: #fffffc;
  box-shadow: 0 0 12px 0 rgba(52, 52, 52, 0.4);
  border-radius: 20px;
  overflow: hidden;
  width: calc(100% - 40px);
  max-width: 975px;
  margin: 0 auto 50px;
  display: flex;
  flex-direction: row;
}
.event_list .eventItem:before, .event_list .eventItem:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.event_list .eventItem:after {
  clear: both;
}
.event_list .eventItem:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 15px;
  height: 100%;
  background: #343434;
  visibility: visible;
}
.event_list .eventItem:not(.entry):before {
  display: none;
}
@media screen and (max-width: 870px) {
  .event_list .eventItem {
    width: calc(50% - 40px);
    margin: 0px 10px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 700px) {
  .event_list .eventItem {
    width: calc(100% - 40px);
    max-width: 360px;
    margin: 0 auto 20px;
  }
}
.event_list .eventItem .thumb {
  position: relative;
  float: left;
  width: 288px;
  overflow: hidden;
  float: left;
  z-index: 1;
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 870px) {
  .event_list .eventItem .thumb {
    width: 100%;
  }
}
.event_list .eventItem .thumb a {
  position: relative;
  display: block;
  z-index: 1;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  filter: grayscale(0);
}
.event_list .eventItem .thumb a:before {
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 15px;
  height: 100%;
  background: #343434;
  zoom: 1;
  opacity: 0.4;
  -moz-opacity: 0.4;
  filter: alpha(opacity=40);
  visibility: visible;
}
.event_list .eventItem .thumb a:hover {
  filter: grayscale(100%);
}
.event_list .eventItem .thumb a:hover:before {
  width: 100%;
}
.event_list .eventItem .thumb img {
  max-width: 100%;
  display: block;
  z-index: 1;
  width: 100%;
}
.event_list .eventItem .info {
  width: calc(100% - 311px);
  padding: 25px;
  z-index: 5;
}
@media screen and (max-width: 870px) {
  .event_list .eventItem .info {
    width: 100%;
    padding: 20px 25px 25px 40px;
    flex-grow: 1;
  }
}
.event_list .eventItem .info .date {
  position: relative;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: block;
  font-weight: 800;
  font-size: 16px;
  color: #343434;
  letter-spacing: 0;
  padding-left: 20px;
}
.event_list .eventItem .info .date:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  display: block;
  height: 3px;
  width: 10px;
  background: #5c5c5c;
}
@media screen and (max-width: 700px) {
  .event_list .eventItem .info .date {
    font-size: 14px;
  }
}
.event_list .eventItem .info .presented-by {
  font-weight: 400;
  font-size: 16px;
  color: #343434;
  letter-spacing: 0;
  margin-bottom: 10px;
  display: block;
}
.event_list .eventItem .info .title {
  margin-bottom: 10px;
  display: block;
  font-weight: 900;
  font-size: 25px;
  line-height: 1.2;
  color: #343434;
}
.event_list .eventItem .info .title a {
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  letter-spacing: 0;
  line-height: inherit;
}
.event_list .eventItem .info .title a:hover, .event_list .eventItem .info .title a:focus {
  color: #707070;
  text-decoration: none;
}
.event_list .eventItem .info .tagline {
  font-weight: 400;
  font-size: 16px;
  color: #343434;
  letter-spacing: 0;
}
@media screen and (max-width: 700px) {
  .event_list .eventItem .info .tagline {
    font-size: 14px;
  }
}
.event_list .eventItem .buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  flex-shrink: 0;
  padding: 30px;
}
@media screen and (max-width: 870px) {
  .event_list .eventItem .buttons .tickets {
    margin: 0;
  }
}
@media screen and (max-width: 870px) and (min-width: 501px) {
  .event_list .eventItem .buttons .more {
    margin-top: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 870px) {
  .event_list .eventItem .buttons {
    width: 100%;
  }
}
@media screen and (min-width: 871px) {
  .event_list .eventItem .buttons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-self: flex-end;
    align-self: center;
  }
}
@media screen and (max-width: 500px) {
  .event_list .eventItem .buttons {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    justify-self: flex-end;
    align-self: center;
    padding-top: 0;
    padding-left: 40px;
  }
}
.event_list .eventItem:hover, .event_list .eventItem:focus {
  box-shadow: 0 0 24px 0 rgba(52, 52, 52, 0.4);
}
@media screen and (max-width: 700px) {
  .event_list .eventItem {
    width: calc(100% - 40px);
    max-width: 360px;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 871px) {
  .event_list.event_list_grid {
    max-width: 1230px;
  }
}
@media screen and (min-width: 871px) and (max-width: 1024px) {
  .event_list.event_list_grid {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 871px) {
  .event_list.event_list_grid .eventItem {
    float: left;
    width: calc(33.3% - 40px);
    margin: 0px 20px 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .event_list.event_list_grid .eventItem .thumb {
    float: none;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
  }
  .event_list.event_list_grid .eventItem .info {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-grow: 1;
    padding: 20px 25px 25px 40px;
    width: 100%;
  }
  .event_list.event_list_grid .eventItem .date {
    font-size: 20px;
  }
  .event_list.event_list_grid .eventItem .buttons {
    width: 100%;
    position: relative;
    bottom: auto;
    right: auto;
    top: auto;
    margin-top: auto;
    align-self: flex-end;
    padding-left: 40px;
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    transform: translateY(0%);
  }
  .event_list.event_list_grid .eventItem .buttons .tickets {
    margin-right: auto;
    flex-shrink: 0;
  }
  .event_list.event_list_grid .eventItem .buttons .more {
    margin-top: 0;
  }
  .event_list.event_list_grid .eventItem:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 871px) and (max-width: 1024px) {
  .event_list.event_list_grid .eventItem {
    width: calc(50% - 40px);
    margin: 0px 10px 30px;
  }
}
@media screen and (min-width: 871px) and (max-width: 700px) {
  .event_list.event_list_grid .eventItem {
    width: calc(100% - 40px);
    max-width: 360px;
    margin: 0 auto 20px;
  }
}
.event_list.featured_events {
  padding: 50px 0 0;
}
.event_list.secondary_events {
  max-width: 1232px;
  padding: 50px 0;
}
.event_list.secondary_events .list {
  justify-content: center;
}
@media screen and (min-width: 701px) {
  .event_list.secondary_events .eventItem {
    width: calc(50% - 40px);
    margin-bottom: 0;
    border-radius: 30px;
  }
}
@media screen and (min-width: 701px) and (min-width: 871px) {
  .event_list.secondary_events .eventItem {
    margin: 0px 20px 0px;
    width: calc(50% - 40px);
  }
  .event_list.secondary_events .eventItem .info {
    padding: 30px 30px 50px 67px;
  }
  .event_list.secondary_events .eventItem .date {
    font-size: 25px;
  }
  .event_list.secondary_events .eventItem .title {
    font-size: 31px;
  }
  .event_list.secondary_events .eventItem .buttons {
    padding-left: 67px;
    padding-right: 37px;
  }
  .event_list.secondary_events .eventItem:before,
  .event_list.secondary_events .eventItem .thumb a:before {
    width: 27px;
  }
  .event_list.secondary_events .eventItem .thumb a:hover:before {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .event_list.primary_events {
    max-width: 100%;
  }
}
.event_list.primary_events .owl-stage {
  display: flex;
}
.event_list.primary_events .eventItem {
  width: 50vw;
  margin: 0;
  border-radius: 0;
  max-width: 100%;
  flex-direction: column;
  box-shadow: none;
}
.event_list.primary_events .eventItem:before, .event_list.primary_events .eventItem:after {
  visibility: visible;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: auto;
  right: 0;
  width: 2px;
  height: 100%;
  display: none;
  z-index: 2;
}
.event_list.primary_events .eventItem .thumb {
  width: 100%;
  border-radius: 0;
}
.event_list.primary_events .eventItem .thumb a:before {
  display: none;
}
.event_list.primary_events .eventItem .info {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.event_list.primary_events .eventItem .info * {
  color: #fff;
}
@media screen and (max-width: 870px) {
  .event_list.primary_events .eventItem .info {
    padding: 20px;
    background: transparent;
    opacity: 1;
    position: relative;
    top: auto;
    left: auto;
    background: #343434;
  }
}
.event_list.primary_events .eventItem .info .presented-by {
  max-width: 100%;
  font-size: 25px;
}
@media screen and (max-width: 870px) {
  .event_list.primary_events .eventItem .info .presented-by {
    font-size: 16px;
  }
}
.event_list.primary_events .eventItem .info .date {
  font-size: 31px;
  max-width: 100%;
  padding-left: 37px;
}
.event_list.primary_events .eventItem .info .date:before {
  content: "";
  width: 20px;
  height: 3px;
  background: #5c5c5c;
}
@media screen and (max-width: 870px) {
  .event_list.primary_events .eventItem .info .date {
    font-size: 16px;
  }
}
.event_list.primary_events .eventItem .info .tagline {
  max-width: 100%;
  font-size: 25px;
}
@media screen and (max-width: 870px) {
  .event_list.primary_events .eventItem .info .tagline {
    font-size: 16px;
  }
}
.event_list.primary_events .eventItem .info .title {
  font-size: 39px;
  max-width: 100%;
  color: white;
}
.event_list.primary_events .eventItem .info .title a:hover, .event_list.primary_events .eventItem .info .title a:focus {
  color: white;
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
@media screen and (max-width: 1110px) {
  .event_list.primary_events .eventItem .info .title {
    font-size: 29px;
  }
}
@media screen and (max-width: 700px) {
  .event_list.primary_events .eventItem .info .title {
    font-size: 25px;
  }
}
.event_list.primary_events .eventItem .buttons {
  position: relative;
  bottom: auto;
  right: auto;
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-end;
  margin-top: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 1110px) {
  .event_list.primary_events .eventItem .buttons {
    padding-top: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 870px) {
  .event_list.primary_events .eventItem .buttons {
    margin-top: 50px;
  }
}
@media screen and (max-width: 700px) {
  .event_list.primary_events .eventItem .buttons {
    margin-top: 20px;
    padding-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .event_list.primary_events .eventItem .buttons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .event_list.primary_events .eventItem .buttons .tickets {
    margin-right: 0;
  }
}
.event_list.primary_events .eventItem .buttons a,
.event_list.primary_events .eventItem .buttons > span {
  color: #fff;
  font-size: 20px;
}
@media screen and (min-width: 501px) {
  .event_list.primary_events .eventItem .buttons a:first-child,
  .event_list.primary_events .eventItem .buttons > span:first-child {
    margin-right: auto;
  }
}
.event_list.primary_events .eventItem .buttons a:hover, .event_list.primary_events .eventItem .buttons a:focus,
.event_list.primary_events .eventItem .buttons > span:hover,
.event_list.primary_events .eventItem .buttons > span:focus {
  color: white;
}
.event_list.primary_events .eventItem:hover .thumb, .event_list.primary_events .eventItem:focus .thumb, .event_list.primary_events .eventItem.is-focused .thumb {
  filter: grayscale(100%);
}
.event_list.primary_events .eventItem:hover .info, .event_list.primary_events .eventItem:focus .info, .event_list.primary_events .eventItem.is-focused .info {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 700px) {
  .event_list.primary_events .eventItem {
    width: 100vw;
  }
}
@media screen and (max-width: 870px) {
  .event_list.primary_events .eventItem {
    width: 100vw;
    max-width: 100vw;
  }
}
@media screen and (min-width: 871px) {
  .event_list.primary_events .owl-item.active .eventItem .info {
    padding-left: 150px;
  }
}
@media screen and (min-width: 871px) {
  .event_list.primary_events .owl-item.active + .active .eventItem .info {
    padding-left: 60px;
    padding-right: 150px;
  }
}
.event_list.primary_events .owl-item.active + .active .eventItem:before {
  right: auto;
  left: 0px;
}
.event_list.event_list_calendar {
  display: none;
}
.event_list.calendar_event_list {
  display: none;
}
.event_list.calendar_event_list.event_list_calendar {
  display: block;
}

.event_detail {
  display: flex;
  position: relative;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  z-index: 1;
  width: 1350px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding: 40px 0 20px;
  z-index: 1;
}
.event_detail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100vw;
  height: 100%;
  visibility: visible;
  z-index: -1;
  transform: translateX(-50%);
}
.event_detail .event_heading {
  position: static;
  flex: 0 0 auto;
  max-width: 100%;
  text-align: left;
}
.event_detail .event_heading .date {
  display: none;
}
.event_detail .event_heading .promotion-text {
  margin: 0 0 20px;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 870px) {
  .event_detail .event_heading .promotion-text {
    color: #000;
    margin-bottom: 10px;
  }
}
.event_detail .event_heading .title {
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-size: 48px;
  color: #343434;
  letter-spacing: 0;
  margin-bottom: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 1110px) {
  .event_detail .event_heading .title {
    font-size: 39px;
  }
}
@media screen and (max-width: 870px) {
  .event_detail .event_heading .title {
    font-size: 31px;
    color: #000;
  }
}
.event_detail .event_heading .tagline,
.event_detail .event_heading .presented-by {
  font-weight: 400;
  font-size: 16px;
  color: #343434;
  letter-spacing: 0;
  line-height: 25px;
}
.event_detail .event_heading .presented-by {
  margin-bottom: 10px;
}
@media screen and (max-width: 870px) {
  .event_detail .event_heading {
    width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 20px 10px;
    text-align: center;
  }
}
@media screen and (max-width: 870px) {
  .event_detail {
    display: block;
    max-width: 100%;
    padding: 0;
  }
}
.event_detail .faq {
  padding: 75px 0;
  width: 100%;
  margin-bottom: -50px;
}
.event_detail .faq:before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  visibility: visible;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10px;
  background: #f5f5f5;
}
@media screen and (min-width: 871px) {
  .event_detail .faq:before {
    left: -20px;
  }
}
@media screen and (min-width: 1391px) {
  .event_detail .faq:before {
    left: calc(-1 * (100vw - 1350px) / 2);
  }
}
.event_detail h2.detail {
  margin-bottom: 20px;
}

.event_showings {
  margin: 0 0 60px 0;
}
.event_showings .showings_wrapper {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  margin: 0;
  margin-bottom: 26px;
  padding-bottom: 29px;
  border-bottom: 2px solid #eee;
  transition: all 100ms linear;
}
.event_showings .listItem {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 2px solid rgba(52, 52, 52, 0.15);
  padding: 30px 0;
  width: 100%;
}
.event_showings .listItem:hover, .event_showings .listItem:focus {
  border-bottom: 2px solid rgba(52, 52, 52, 0.5);
}
@media screen and (max-width: 1205px) {
  .event_showings .listItem {
    flex-flow: row wrap;
  }
}
.event_showings .listItem .cell {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0;
  color: #000;
  display: flex;
  flex-flow: row wrap;
  text-transform: uppercase;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #343434;
  letter-spacing: 0;
}
@media screen and (min-width: 501px) {
  .event_showings .listItem .cell.showings_date {
    width: 40%;
  }
}
.event_showings .listItem .cell.time {
  font-size: 16px;
  font-weight: 400;
  flex-grow: 1;
}
.event_showings .listItem .cell .m-date__singleDate {
  position: relative;
  padding-left: 20px;
}
.event_showings .listItem .cell .m-date__singleDate:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  display: block;
  height: 3px;
  width: 10px;
  background: #5c5c5c;
}
@media screen and (max-width: 500px) {
  .event_showings .listItem .cell {
    width: 100%;
  }
  .event_showings .listItem .cell.showings_date, .event_showings .listItem .cell.time {
    line-height: 2;
  }
}
.event_showings .listItem .buttons {
  display: flex;
  justify-content: flex-end;
  justify-self: flex-end;
  flex-grow: 1;
}
@media screen and (max-width: 500px) {
  .event_showings .listItem .buttons {
    width: 100%;
    justify-content: flex-start;
    justify-self: flex-start;
    margin-top: 10px;
  }
}
.event_showings .additional_showings {
  display: none;
}
@media screen and (max-width: 700px) {
  .event_showings {
    margin: 0 0 40px 0;
  }
}

.description_wrapper {
  margin: 0 0 60px 0;
}
.description_wrapper .event_description {
  position: relative;
  z-index: 1;
}
.description_wrapper .event_description:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  max-height: calc(100% - 73px);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}
.description_wrapper .event_description.is-opened:after {
  display: none;
}
.description_wrapper .event_description.is-opened + .read-more {
  text-decoration: none;
  color: #4c4c4c;
}
.description_wrapper .event_description.is-opened + .read-more:after {
  background: #4c4c4c;
}
.description_wrapper.short-description .event_description {
  height: auto;
}
.description_wrapper.short-description .event_description:after {
  display: none;
}
@media screen and (max-width: 700px) {
  .description_wrapper {
    margin: 0 0 40px 0;
  }
}

.right_side_wrapper .rightBreakout {
  background-image: linear-gradient(135deg, #000000 0%, #707070 100%);
  box-shadow: 0 0 12px 0 rgba(52, 52, 52, 0.4);
  border-radius: 20px;
}
.right_side_wrapper .rightBreakout .buttonWrapper .date {
  display: none;
}
.right_side_wrapper .rightBreakout .buttonWrapper .buttons {
  padding: 40px 20px 10px;
}
.right_side_wrapper .rightBreakout .buttonWrapper .tickets {
  width: 100%;
  text-transform: uppercase;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 1.5px;
  text-align: center;
}
.right_side_wrapper .rightBreakout .details {
  padding: 10px 30px 30px;
}
@media screen and (max-width: 870px) {
  .right_side_wrapper .rightBreakout .details {
    padding: 30px 20px;
  }
}
.right_side_wrapper .rightBreakout .details .eventDetailList .item {
  margin: 0px;
  padding: 20px 0px;
  border-bottom: 2px solid #fff;
}
.right_side_wrapper .rightBreakout .details .eventDetailList .item:last-child {
  border-bottom: none;
}
.right_side_wrapper .rightBreakout .details .eventDetailList .item .label {
  margin: 0 0 10px 0;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}
.right_side_wrapper .rightBreakout .details .eventDetailList .item > span {
  display: block;
}
.right_side_wrapper .rightBreakout .details .eventDetailList .item > span,
.right_side_wrapper .rightBreakout .details .eventDetailList .item > span p {
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 0;
  color: #fff;
}
.right_side_wrapper .rightBreakout .details .eventDetailList .item > span:last-child,
.right_side_wrapper .rightBreakout .details .eventDetailList .item > span p:last-child {
  margin: 0;
}
.right_side_wrapper .rightBreakout .details .eventDetailList .item > span a,
.right_side_wrapper .rightBreakout .details .eventDetailList .item > span p a {
  display: inline-block;
  position: relative;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 500;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
.right_side_wrapper .rightBreakout .details .eventDetailList .item > span a:after,
.right_side_wrapper .rightBreakout .details .eventDetailList .item > span p a:after {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  background-image: linear-gradient(to right, #ffffff 0%, #707070 100%);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.right_side_wrapper .rightBreakout .details .eventDetailList .item > span a:hover, .right_side_wrapper .rightBreakout .details .eventDetailList .item > span a:focus,
.right_side_wrapper .rightBreakout .details .eventDetailList .item > span p a:hover,
.right_side_wrapper .rightBreakout .details .eventDetailList .item > span p a:focus {
  text-decoration: none;
}
.right_side_wrapper .rightBreakout .details .eventDetailList .item > span a:hover:after, .right_side_wrapper .rightBreakout .details .eventDetailList .item > span a:focus:after,
.right_side_wrapper .rightBreakout .details .eventDetailList .item > span p a:hover:after,
.right_side_wrapper .rightBreakout .details .eventDetailList .item > span p a:focus:after {
  background-size: 0 100%;
}
.right_side_wrapper .rightBreakout .details .eventDetailList .item > svg,
.right_side_wrapper .rightBreakout .details .eventDetailList .item > .add-to-cal {
  display: none;
}
@media screen and (max-width: 870px) and (min-width: 501px) {
  .right_side_wrapper .rightBreakout .details .eventDetailList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .right_side_wrapper .rightBreakout .details .eventDetailList .item {
    width: 50%;
    padding-left: 20px;
  }
  .right_side_wrapper .rightBreakout .details .eventDetailList .item.sidebar_event_date {
    width: 100%;
    padding-left: 0;
  }
  .right_side_wrapper .rightBreakout .details .eventDetailList .item:nth-child(even) {
    border-right: 2px solid #fff;
    padding-left: 0;
  }
  .right_side_wrapper .rightBreakout .details .eventDetailList .item:nth-last-child(2):nth-child(even) {
    border-bottom: none;
  }
}

.owl_carousel,
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel {
  /* No Js */
  /*
   *  Owl Carousel - Animate Plugin
   */
  /*
   *  Owl Carousel - Auto Height Plugin
   */
  /*
   *  Owl Carousel - Lazy Load Plugin
   */
  /*
   *  Owl Carousel - Video Plugin
   */
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-carousel .owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 140px;
  height: 100%;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 6;
}
.owl-prev svg,
.owl-next svg {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #000;
  border-radius: 50%;
  background: transparent;
}
@media screen and (max-width: 870px) {
  .owl-prev,
  .owl-next {
    transform: translateY(-50%);
  }
}
.primary_events .owl-prev,
.primary_events .owl-next {
  height: 70px;
  width: 70px;
}
.primary_events .owl-prev svg,
.primary_events .owl-next svg {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #fff;
}
.primary_events .owl-prev svg path,
.primary_events .owl-next svg path {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.primary_events .owl-prev:hover, .primary_events .owl-prev:focus,
.primary_events .owl-next:hover,
.primary_events .owl-next:focus {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
@media screen and (max-width: 870px) {
  .primary_events .owl-prev,
  .primary_events .owl-next {
    width: 30px;
    height: 30px;
    top: calc(62.1621621622vw - 30px);
  }
  .primary_events .owl-prev svg,
  .primary_events .owl-next svg {
    width: 30px;
    height: 30px;
  }
}

.owl-prev {
  left: 0;
}
.primary_events .owl-prev svg {
  transform: translate(-50%, -50%) rotate(180deg);
}
@media screen and (max-width: 870px) {
  .primary_events .owl-prev {
    left: auto;
    width: 30px;
    height: 30px;
    right: 60px;
  }
  .primary_events .owl-prev svg {
    width: 30px;
    height: 30px;
  }
}

.owl-next {
  right: 0;
}
@media screen and (max-width: 870px) {
  .primary_events .owl-next {
    width: 30px;
    height: 30px;
    right: 20px;
  }
  .primary_events .owl-next svg {
    width: 30px;
    height: 30px;
  }
}

/* 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 {
  position: relative;
  width: 100%;
  margin: 0px auto 40px;
  clear: both;
  zoom: 1;
}
.sitemap:before, .sitemap:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.sitemap:after {
  clear: both;
}
.sitemap .column {
  position: relative;
  width: 100%;
  padding: 0;
  zoom: 1;
}
.sitemap .column:before, .sitemap .column:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.sitemap .column:after {
  clear: both;
}
@media screen and (min-width: 871px) {
  .sitemap .column {
    float: left;
    width: 50%;
  }
}
.sitemap .column ul {
  margin-bottom: 20px;
}
.sitemap .column ul,
.sitemap .column li {
  padding: 0;
  list-style: none;
}
.sitemap .column ul:before, .sitemap .column ul:after,
.sitemap .column li:before,
.sitemap .column li:after {
  display: none;
}
.sitemap .column > ul > li > a {
  font-weight: 700;
  text-decoration: none;
}
.sitemap .column > ul > li > a:hover {
  text-decoration: underline;
}
.sitemap .column > ul > li > ul li {
  margin-bottom: 10px;
}
.sitemap .column > ul > li > ul > li > a {
  margin-left: 10px;
  color: #4c4c4c;
  text-decoration: none;
}
.sitemap .column > ul > li > ul > li > a:hover {
  color: #343434;
  text-decoration: underline;
}
.sitemap .column > ul > li > ul > li > ul > li > a {
  margin-left: 20px;
  color: #4c4c4c;
  text-decoration: none;
  font-weight: 400;
}
.sitemap .column > ul > li > ul > li > ul > li > a:hover {
  color: #343434;
  text-decoration: underline;
}

/* ----------------------------------------------------------------------------
= Conditional IE Styles. Nest each browser under heading. 
= Classes are generated by Modernizr and appear in HTML tag
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Homepage Alert
----------------------------------------------------------------------------- */
.m-alert-wrapper {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 700px) {
  .m-alert-wrapper {
    text-align: center;
  }
}
.m-alert-wrapper * {
  outline-color: #fff;
}
.menu-open .m-alert-wrapper {
  display: none;
}
.m-alert-wrapper > div {
  width: 100%;
  background-image: linear-gradient(134deg, #f5f5f5 0%, #fbfbfb 100%);
  display: none;
}
.m-alert-wrapper .alert-container {
  width: 1220px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 50px 30px 20px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .m-alert-wrapper .alert-container {
    padding: 65px 45px 25px 45px;
    margin: 0;
    max-width: 100%;
  }
}
.m-alert-wrapper .alert-container .alert-title {
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #343434;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #343434;
  margin: 0 0 15px 0;
  position: relative;
  z-index: 1;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  display: inline-block;
}
.m-alert-wrapper .alert-container .alert-title:hover, .m-alert-wrapper .alert-container .alert-title:focus {
  color: #4c4c4c;
}
@media screen and (min-width: 1111px) {
  .m-alert-wrapper .alert-container .alert-title {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 700px) {
  .m-alert-wrapper .alert-container .alert-title {
    position: relative;
  }
  .m-alert-wrapper .alert-container .alert-title:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 270px;
    background: #252525;
    top: -10px;
    height: 2px;
  }
}
.m-alert-wrapper .alert-container .alert-desc {
  margin: 0 0 15px 0;
}
@media screen and (min-width: 1111px) {
  .m-alert-wrapper .alert-container .alert-desc {
    width: calc(100% - 220px);
  }
}
.m-alert-wrapper .alert-container .alert-desc * {
  color: #343434;
}
.m-alert-wrapper .alert-container .alert-desc p {
  font-size: 18px;
  line-height: 1.42;
}
.m-alert-wrapper .alert-container .alert-button {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  display: inline-block;
  position: relative;
  margin: 0 0 0 0;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #343434;
  text-transform: uppercase;
}
.m-alert-wrapper .alert-container .alert-button:after {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #343434;
}
.m-alert-wrapper .alert-container .alert-button:hover, .m-alert-wrapper .alert-container .alert-button:focus {
  text-decoration: none;
  color: #4c4c4c;
}
.m-alert-wrapper .alert-container .alert-button:hover:after, .m-alert-wrapper .alert-container .alert-button:focus:after {
  background-image: linear-gradient(to right, #000000 0%, #707070 100%);
}
.m-alert-wrapper .close-alert {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 30px;
  border: none;
  display: block;
  background: none;
  padding: 0;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  cursor: pointer;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
@media screen and (max-width: 700px) {
  .m-alert-wrapper .close-alert {
    top: 20px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.m-alert-wrapper .close-alert:before {
  width: 30px;
  height: 3px;
  position: absolute;
  z-index: 1;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  background: #343434;
  border-radius: 5px;
}
.m-alert-wrapper .close-alert:after {
  width: 30px;
  height: 3px;
  position: absolute;
  z-index: 1;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  background: #343434;
  border-radius: 5px;
}
.m-alert-wrapper .close-alert:hover, .m-alert-wrapper .close-alert:focus {
  opacity: 0.8;
}

.asm_promo {
  margin: auto;
  width: 100%;
  max-width: 980px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}
.asm_promo + .asm_promo {
  margin-top: 20px;
}
.asm_promo img {
  width: 100%;
  display: block;
}
.asm_promo img.list_image {
  display: none;
}
.asm_promo .p_thumb {
  position: relative;
  width: 44%;
  flex-grow: 0;
  background-size: cover;
  background-position: center;
}
.asm_promo .p_thumb img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
  height: 100%;
  display: block;
  visibility: hidden;
}
@media screen and (max-width: 870px) {
  .asm_promo .p_thumb {
    width: 100%;
  }
}
.asm_promo .p_info {
  position: relative;
  width: 100%;
  flex-grow: 1;
  text-align: center;
  padding: 40px;
}
.asm_promo .p_info p {
  line-height: 1.5;
}
@media screen and (max-width: 870px) {
  .asm_promo .p_info {
    padding: 20px 20px 20px;
  }
}
.asm_promo .p_thumb + .p_info {
  align-self: stretch;
  text-align: left;
}
@media screen and (min-width: 871px) {
  .asm_promo .p_thumb + .p_info {
    width: 56%;
  }
}
.asm_promo .title {
  font-size: 25px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .asm_promo .title {
    font-size: 25px;
  }
}
.asm_promo.has_link .thumb {
  transition: filter 0.2s linear;
}
.asm_promo.has_link .title {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.asm_promo.has_link .title:hover, .asm_promo.has_link .title:focus {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .asm_promo {
    flex-wrap: wrap;
  }
}
.event_list .asm_promo {
  height: 100%;
  flex-direction: column;
}
.event_list .asm_promo .p_thumb,
.event_list .asm_promo .p_info {
  width: 100%;
}
.event_list .asm_promo .p_thumb:after,
.event_list .asm_promo .p_info:after {
  display: none;
}
.event_list .asm_promo .p_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .event_list .asm_promo[data-layout="Image Only"] .grid_image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 101%;
    min-width: 100%;
  }
}
.event_list_grid .asm_promo .p_thumb,
.event_list_grid .asm_promo .p_info {
  width: 100%;
}
.event_list_grid .asm_promo .p_thumb + .p_info {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .event_list_listing .asm_promo {
    height: auto;
    flex-direction: row;
  }
  .event_list_listing .asm_promo .p_thumb {
    width: 40%;
  }
  .event_list_listing .asm_promo .p_thumb + .p_info {
    width: 60%;
    align-items: flex-start;
    text-align: left;
  }
  .event_list_listing .asm_promo img {
    position: relative;
  }
  .event_list_listing .asm_promo img.grid_image {
    display: none;
  }
  .event_list_listing .asm_promo img.list_image {
    display: block;
  }
}

.asm_promo {
  background: #343434;
  box-shadow: 0 0 12px 0 rgba(52, 52, 52, 0.4);
  border-radius: 20px;
}
.asm_promo .p_thumb {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.asm_promo .p_thumb:before {
  content: "";
  transition: width 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 27px;
  height: 100%;
  background: #343434;
  zoom: 1;
  zoom: 1;
  opacity: 0.4;
  -moz-opacity: 0.4;
  filter: alpha(opacity=40);
  visibility: visible;
}
.asm_promo .p_info {
  color: white;
}
.asm_promo .link {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  font-family: "Heebo", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
}
.asm_promo .link:before, .asm_promo .link:after {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 3px;
  background: white;
}
.asm_promo .link:after {
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  background-image: linear-gradient(127deg, #707070 0%, #ffffff 100%);
}
.asm_promo .link:hover, .asm_promo .link:focus {
  color: rgba(255, 255, 255, 0.8);
}
.asm_promo .link:hover:after, .asm_promo .link:focus:after {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.asm_promo .title {
  position: relative;
  color: white;
  font-size: 31px;
  line-height: 1.2;
}
.asm_promo .title a {
  color: inherit;
  font-size: 31px;
  line-height: 1.2;
}
.event_list .asm_promo .title {
  font-size: 25px;
  font-weight: 900;
  padding-left: 30px;
}
.event_list .asm_promo .title:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0px;
  height: 3px;
  width: 20px;
  background: #fff;
}
.event_list .asm_promo .p_info {
  text-align: left;
}
@media screen and (max-width: 700px) {
  .event_list .asm_promo .p_info {
    align-items: flex-start;
  }
}
.event_list .asm_promo .link {
  font-size: 16px;
}
@media screen and (max-width: 870px) {
  .event_list .asm_promo {
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
    background: url(../images/bg_elp_promo.jpg) center no-repeat;
    background-size: cover;
    text-align: left;
    align-items: flex-start;
  }
  .event_list .asm_promo .title {
    font-size: 25px;
  }
  .event_list .asm_promo .p_info {
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 66px;
    text-align: left;
  }
  .event_list .asm_promo .p_info p {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 870px) and (max-width: 700px) {
  .event_list .asm_promo .p_info {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 870px) {
  .event_list .asm_promo .p_thumb + .p_info {
    padding-top: 30px;
    text-align: left;
  }
  .event_list .asm_promo .link {
    margin-top: auto;
  }
}
.event_list_grid .asm_promo {
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
  background: url(../images/bg_elp_promo.jpg) no-repeat;
  background-size: cover;
  text-align: left;
  align-items: flex-start;
}
.event_list_grid .asm_promo .title {
  font-size: 25px;
}
.event_list_grid .asm_promo .p_info {
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 66px;
  text-align: left;
}
.event_list_grid .asm_promo .p_info p {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
}
.event_list_grid .asm_promo .p_thumb + .p_info {
  padding-top: 30px;
  text-align: left;
}
.event_list_grid .asm_promo .link {
  margin-top: auto;
}
.event_list_listing .asm_promo {
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
  background: url(../images/bg_elp_promo_wide.jpg) no-repeat;
  background-size: cover;
}
.event_list_listing .asm_promo .title {
  font-size: 20px;
}
.event_list_listing .asm_promo .p_info {
  text-align: center;
}
@media screen and (min-width: 871px) {
  .event_list_listing .asm_promo[data-layout="Text Only"] .p_info {
    align-items: center;
  }
}
@media screen and (max-width: 870px) {
  .home .asm_promo {
    max-width: 500px;
  }
}

a.asm_promo .title {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
a.asm_promo .title:hover, a.asm_promo .title:focus {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
a.asm_promo .p_thumb:hover, a.asm_promo .p_thumb:focus {
  filter: grayscale(100%);
}
a.asm_promo .p_thumb:hover:before, a.asm_promo .p_thumb:focus:before {
  width: 100%;
}

#venue_widgets_framework .l-m-venue_widget {
  border-radius: 20px 20px 0 0;
}
#venue_widgets_framework .m-venueframework__header {
  z-index: 1;
  float: none;
  background-color: transparent;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #000000;
  border-left-color: #ffffff;
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-width: 0px;
  border-left-width: 0px;
}
#venue_widgets_framework .m-venueframework__header-icon {
  background-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
#venue_widgets_framework .m-venueframework__header-icon svg {
  fill: white;
}
#venue_widgets_framework .m-venueframework__header-shadow {
  background: rgba(0, 0, 0, 0);
}
#venue_widgets_framework .m-venueframework__header-text {
  color: white;
  text-transform: capitalize;
  padding: 0 0 0 0px;
}
#venue_widgets_framework .m-venueframework__header-link, #venue_widgets_framework .m-venueframework__header-link:visited {
  background-color: transparent;
  color: white;
}
#venue_widgets_framework .m-venueframework__header-link:hover, #venue_widgets_framework .m-venueframework__header-link:focus, #venue_widgets_framework .m-venueframework__header-link:active, #venue_widgets_framework .m-venueframework__header-link:visited:hover, #venue_widgets_framework .m-venueframework__header-link:visited:focus, #venue_widgets_framework .m-venueframework__header-link:visited:active {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.8);
}
#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: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  background-color: #fffffc;
  border-radius: 0 0 20px 20px;
}
#venue_widgets_framework .m-venueframework__widget-body__noHeader {
  border-radius: 20px 20px 20px 20px;
  border-top: 1px solid #ffffff;
}
#venue_widgets_framework .m-owlcarousel__controls-icon {
  border-color: transparent;
  background-color: transparent;
}
#venue_widgets_framework .m-owlcarousel__controls-icon svg {
  stroke: #000;
}
#venue_widgets_framework .m-owlcarousel__controls-icon:hover, #venue_widgets_framework .m-owlcarousel__controls-icon:focus {
  border-color: #4c4c4c;
  background-color: transparent;
}
#venue_widgets_framework .m-owlcarousel__controls-icon:hover svg, #venue_widgets_framework .m-owlcarousel__controls-icon:focus svg {
  stroke: #4c4c4c;
}
#venue_widgets_framework .owl-page span {
  background: transparent;
}
#venue_widgets_framework .owl-page.active span {
  background: #4c4c4c;
}
#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: #000000;
}
#venue_widgets_framework .m-venueframework-linklist__link, #venue_widgets_framework .m-venueframework-linklist__link:visited {
  border-bottom-color: #000000;
}
#venue_widgets_framework .m-venueframework-linklist__link:hover, #venue_widgets_framework .m-venueframework-linklist__link:focus, #venue_widgets_framework .m-venueframework-linklist__link:visited:hover, #venue_widgets_framework .m-venueframework-linklist__link:visited:focus {
  background-color: transparent;
}
#venue_widgets_framework .m-venueframework-linklist__link:hover .m-venueframework-linklist__item-title, #venue_widgets_framework .m-venueframework-linklist__link:focus .m-venueframework-linklist__item-title, #venue_widgets_framework .m-venueframework-linklist__link:visited:hover .m-venueframework-linklist__item-title, #venue_widgets_framework .m-venueframework-linklist__link:visited:focus .m-venueframework-linklist__item-title {
  color: #4c4c4c;
}
#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: #000;
}
#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: #4c4c4c;
}
#venue_widgets_framework .m-venueframework-linklist__item-title {
  color: #000;
}
#venue_widgets_framework .m-venueframework-linklist__item-subtitle {
  color: #000;
}
#venue_widgets_framework .m-venueframework-linklist__item-icon {
  color: #000;
}
#venue_widgets_framework .m-venueframework-linklist__item-icon svg {
  stroke: #000;
}
#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: #000000;
}
#venue_widgets_framework .m-venueframework-newswidget__item-date {
  color: #000;
}
#venue_widgets_framework .m-venueframework-newswidget__item-title {
  color: #000;
}
#venue_widgets_framework .m-venueframework-newswidget__item-subtitle {
  color: #000;
}
#venue_widgets_framework .m-venueframework-newswidget__link, #venue_widgets_framework .m-venueframework-newswidget__link:visited {
  border-bottom-color: #000000;
}
#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: #000;
}
#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: #4c4c4c;
}
#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: #000;
}
#venue_widgets_framework .m-venueframework-socialwidget__description {
  color: #000;
}
#venue_widgets_framework .m-venueframework-socialwidget__description a, #venue_widgets_framework .m-venueframework-socialwidget__description a:visited {
  color: #000;
}
#venue_widgets_framework .m-venueframework-socialwidget__description a:hover, #venue_widgets_framework .m-venueframework-socialwidget__description a:focus {
  color: #000;
}
#venue_widgets_framework .m-venueframework-socialwidget__meta {
  color: #000;
}
#venue_widgets_framework .m-venueframework-socialwidget__meta a, #venue_widgets_framework .m-venueframework-socialwidget__meta a:visited {
  color: #000;
}
#venue_widgets_framework .m-venueframework-socialwidget__meta a:hover, #venue_widgets_framework .m-venueframework-socialwidget__meta a:focus {
  color: #4c4c4c;
}
#venue_widgets_framework .m-venueframework-socialwidget__meta .delimiter {
  color: #000;
}
#venue_widgets_framework .l-m-venue_widget__youtubewidget .entry {
  background-color: #fffffc;
}
#venue_widgets_framework .l-m-venue_widget__youtubewidget .title {
  color: #000;
}
#venue_widgets_framework .l-m-venue_widget__youtubewidget .meta {
  color: #000;
}
#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: white;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon:hover {
  border-color: white;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon:hover svg {
  stroke: white;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-row {
  color: #000;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar-container:after {
  background: #fffffc;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-head {
  color: #000;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-body {
  background: #000;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div {
  background: #fffffc;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div > span.fc-date {
  color: #000;
  background: #fffffc;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content > span.fc-date {
  color: #000;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content > span.fc-date:after {
  background: #000;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content {
  background: #fffffc;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content:hover {
  background: #fffffc;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content:hover .fc-date {
  color: #4c4c4c;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content:hover .fc-date:after {
  background: #4c4c4c;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today .fc-date {
  background: #4c4c4c;
  color: #fff;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today.fc-content .fc-date {
  background: #4c4c4c;
  color: #fff;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today.fc-content .fc-date:after {
  background: #fff;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal {
  color: #000;
}
#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: #fffffc;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in {
  border-radius: 20px 20px 20px 20px;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .modal-body {
  border: 1px solid #fff;
  border-top: none;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .close {
  border: none;
  border: 1px solid #fff;
  background: #fffffc;
  color: #000;
  border-radius: 20px 20px 0 0;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .close:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .date {
  color: #000;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in h3 a {
  color: #000;
}
#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: #000;
}
#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: #000;
}
#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: #000;
}
#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: #000;
}
#venue_widgets_framework .l-m-venue_widget__promotionswidget .m-venueframework__widget-body {
  border: none;
}
#venue_widgets_framework .m-venueframework-promotionswidget__item-title h2 {
  color: #fff;
}
#venue_widgets_framework .m-venueframework-promotionswidget__item-subtitle {
  color: #fff;
}
#venue_widgets_framework .m-venueframework-promotionswidget__item-subtitle:after {
  background: #fff;
}
#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: white;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon:hover {
  border-color: white;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon:hover svg {
  stroke: white;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__date {
  color: #000;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title, #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title a {
  color: #000;
}
#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: #4c4c4c;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__tagline {
  color: #000;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__item {
  border-right-color: #000000;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a {
  color: #000;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a:hover {
  color: #4c4c4c;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a:hover svg path {
  fill: #000;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a svg path {
  fill: #4c4c4c;
}

/***************************
*
*  WIDGET STYLING OVERRIDES
*
****************************/
/***
*****************************************************************
*********************************************************************
*************************************************************************
*****************************************************************************
*********************************************************************************
!!!!! STOP !!!!!! 
Before you make any overrides, please make sure you have set the 
widget_font_family config_item in config.php
*********************************************************************************
*****************************************************************************
*************************************************************************
*********************************************************************
*****************************************************************
***/
#venue_widgets_framework.isLoaded {
  margin-top: 20px;
  padding: 90px 0 140px;
  position: relative;
  z-index: 1;
}
#venue_widgets_framework.isLoaded:before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  visibility: visible;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #f5f5f5;
}
.event_listing_page #venue_widgets_framework {
  margin-top: -100px;
}
#venue_widgets_framework .m-venueframework__header {
  background-image: linear-gradient(150deg, #666666 4%, #343434 100%);
  border-radius: 20px 20px 0 0;
}
#venue_widgets_framework .l-m-venue_widget:not(.l-m-venue_widget__scriptswidget[data-layout=wide]) {
  box-shadow: 0 0 12px 0 rgba(52, 52, 52, 0.4);
  border-radius: 20px;
}
#venue_widgets_framework .owl-page span {
  border: 1px solid #000;
}
#venue_widgets_framework .l-m-venue_widget__newswidget .owl-page {
  display: none;
}
#venue_widgets_framework .l-m-venue_widget__spotlight .m-venueframework__widget-body {
  border-radius: 20px;
}
#venue_widgets_framework .font_open-sans .m-venueframework__header-link,
#venue_widgets_framework .font_open-sans .m-venueframework__header-link:visited {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
