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

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

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

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

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

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

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

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

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

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

/* 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;
  outline: -webkit-focus-ring-color auto 5px; }

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

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

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

.clear {
  clear: both; }

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

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

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

.invisible {
  visibility: hidden; }

.hide {
  display: none; }

* {
  letter-spacing: 0.01em;
  letter-spacing: inherit; }

.header-base, h1, .h1, h2, .h2, h3, .h3, .spotlight .title,
.concierge .title,
.news_list .title,
.contest_list .title,
.job_list .title,
.seating_charts .title,
.offer_list .title,
.gallery-listing .title, .sitemap .column > ul > li > a, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 20px;
  font-family: "Heebo", sans-serif;
  color: #191919;
  line-height: 1;
  font-weight: 700; }

h1, .h1 {
  font-size: 3.0517578125rem;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 700; }
  h1.long_title, .h1.long_title {
    font-size: 2.44140625rem; }
  @media screen and (max-width: 700px) {
    h1, .h1 {
      font-size: 1.953125rem; } }

.textarea h1 {
  display: none; }

h2, .h2 {
  font-size: 1.953125rem; }
  h2.long_title, .h2.long_title {
    font-size: 1.5625rem; }
  h2.edp_body_header, .h2.edp_body_header {
    padding-bottom: 5px;
    display: inline-block;
    text-decoration: none;
    background-image: linear-gradient(#191919, #191919);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
    background-size: 60px 2px; }
    h2.edp_body_header:hover, h2.edp_body_header:focus, .h2.edp_body_header:hover, .h2.edp_body_header:focus {
      background-size: 100% 2px; }
    h2.edp_body_header:hover, h2.edp_body_header:focus, .h2.edp_body_header:hover, .h2.edp_body_header:focus {
      background-size: 60px 2px; }

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

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

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

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

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

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

p, .p {
  margin: 0 0 20px; }
  p.lead, .p.lead {
    font-size: 1.424rem;
    text-align: center;
    font-weight: 700;
    margin: auto;
    max-width: 820px;
    margin-bottom: 60px; }
    @media screen and (max-width: 700px) {
      p.lead, .p.lead {
        margin-bottom: 40px; } }
  p strong, .p strong {
    font-weight: 700; }

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

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

.cms ul, .textarea ul, .spotlight_text ul, .faq ul, .link .description ul, .event_description ul {
  margin-bottom: 20px; }
  .cms ul li, .textarea ul li, .spotlight_text ul li, .faq ul li, .link .description ul li, .event_description ul li {
    padding: 0 0 0px 40px;
    margin-bottom: 25px; }
    .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: 12px;
      left: 0;
      width: 10px;
      height: 4px;
      background-color: #191919; }
    .cms ul li ul, .textarea ul li ul, .spotlight_text ul li ul, .faq ul li ul, .link .description ul li ul, .event_description ul li ul {
      margin-top: 10px; }

ol {
  margin-bottom: 20px; }

ol > li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 25px;
  counter-increment: li-counter; }
  ol > li:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 25px;
    font-weight: 700;
    white-space: nowrap;
    content: counter(li-counter) " -"; }

a {
  border: none;
  color: #191919;
  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: #191919; }
  .textarea p a, .textarea li a,
  .cms p a, .cms li a,
  .spotlight_content a, .m-eventDetailList__item a,
  .event_description a {
    position: relative;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    z-index: 2; }
    .textarea p a:before, .textarea li a:before,
    .cms p a:before, .cms li a:before,
    .spotlight_content a:before, .m-eventDetailList__item a:before,
    .event_description a:before {
      content: '';
      position: absolute;
      bottom: 0px;
      left: -4px;
      height: 2px;
      width: calc(100% + 8px);
      display: block;
      background: #191919;
      z-index: -1; }
    .textarea p a:after, .textarea li a:after,
    .cms p a:after, .cms li a:after,
    .spotlight_content a:after, .m-eventDetailList__item a:after,
    .event_description a:after {
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      content: '';
      z-index: -1;
      position: absolute;
      bottom: 0;
      left: -4px;
      width: calc(100% + 8px);
      display: block;
      height: 0;
      background: #fff;
      box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3); }
    .textarea p a:hover:after, .textarea li a:hover:after,
    .cms p a:hover:after, .cms li a:hover:after,
    .spotlight_content a:hover:after, .m-eventDetailList__item a:hover:after,
    .event_description a:hover:after {
      height: 100%; }
    .textarea p a.button:before, .textarea p a.button:after, .textarea li a.button:before, .textarea li a.button:after,
    .cms p a.button:before,
    .cms p a.button:after, .cms li a.button:before, .cms li a.button:after,
    .spotlight_content a.button:before,
    .spotlight_content a.button:after, .m-eventDetailList__item a.button:before, .m-eventDetailList__item a.button:after,
    .event_description a.button:before,
    .event_description a.button:after {
      display: none; }

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

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

blockquote {
  background: url(../images/bg_blockquote.jpg) #191919 no-repeat;
  background-size: cover;
  padding: 40px 60px 20px;
  margin: 0; }
  blockquote p {
    color: #ffffff;
    font-family: "Heebo", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 20px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
    blockquote p:first-child {
      margin-top: 0px; }
    blockquote p strong {
      font-family: "Heebo", sans-serif;
      font-weight: 700;
      font-size: 18px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 20px;
      text-align: right;
      display: block;
      border-top: 2px solid #4C4C4C;
      padding-top: 20px; }
      blockquote p strong em {
        font-weight: 300;
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 27px;
        font-style: normal; }
        @media screen and (max-width: 700px) {
          blockquote p strong em {
            display: block; } }
      @media screen and (max-width: 700px) {
        blockquote p strong {
          font-size: 16px; } }
  @media screen and (max-width: 700px) {
    blockquote {
      padding: 20px; } }

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

html {
  height: 100%; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Heebo", sans-serif;
  text-align: left;
  background: url(../images/bg_body.jpg) top center #F0F0F0; }

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

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

#content {
  position: relative;
  width: 100%;
  min-height: 410px;
  margin: 0 auto;
  padding: 0;
  clear: both;
  z-index: 5; }
  @media screen and (max-width: 1023px) {
    .mobile-nav-open #content {
      filter: blur(2px); } }

.is-hidden {
  height: 0;
  width: 0;
  overflow: hidden;
  display: block; }

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

.accessibility_links.is-focused {
  position: fixed;
  z-index: 1500;
  width: 100% !important;
  height: auto !important;
  background: #191919;
  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: 400; }

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

.one_sidebar_right {
  width: 100%; }
  .one_sidebar_right #column_1 {
    width: 100%;
    max-width: 1180px;
    max-width: 1260px;
    margin: auto;
    position: relative;
    float: none; }
  .one_sidebar_right .leftColumn {
    width: 940px;
    max-width: calc(100vw - 320px);
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 80px; }
    @media screen and (max-width: 1080px) {
      .one_sidebar_right .leftColumn {
        width: 100%;
        max-width: 100%;
        padding-right: 40px; } }
    @media screen and (max-width: 870px) {
      .one_sidebar_right .leftColumn {
        width: 100%; } }
    @media screen and (max-width: 700px) {
      .one_sidebar_right .leftColumn {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0; } }
  .one_sidebar_right .right_side_wrapper {
    background: #000;
    z-index: 10; }
    @media screen and (max-width: 870px) {
      .one_sidebar_right .right_side_wrapper {
        width: 100%; } }
  .one_sidebar_right .rightBreakout {
    position: relative;
    width: 320px;
    padding: 75px 40px; }
    @media screen and (max-width: 870px) {
      .one_sidebar_right .rightBreakout {
        width: 100%;
        padding: 40px; } }
    @media screen and (max-width: 700px) {
      .one_sidebar_right .rightBreakout {
        padding: 20px; } }
  .one_sidebar_right.no_branding .event_heading {
    padding: 40px; }
  @media screen and (min-width: 871px) {
    .one_sidebar_right.no_branding .right_side_wrapper {
      position: absolute;
      top: 0px;
      right: 0px; }
      .one_sidebar_right.no_branding .right_side_wrapper:before {
        content: '';
        background: #000;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        width: calc(((100vw - 1180px) / 2) - 40px + 320px);
        height: 100%; } }
  @media screen and (min-width: 871px) {
    .one_sidebar_right.no_branding .event_heading, .one_sidebar_right.no_branding .event_showings {
      padding-right: 320px; } }

.full {
  width: 100%;
  z-index: 5; }
  .full .full_column {
    width: 100%; }
    .full .full_column.non-widget-area {
      padding-bottom: 40px; }

.back-to-top {
  z-index: 20;
  position: fixed;
  bottom: 20px;
  right: -80px;
  padding: 10px;
  padding-top: 55px;
  width: auto;
  text-align: center;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  letter-spacing: 0.5px;
  text-align: center;
  border-radius: 20px 20px 0px 0px;
  line-height: 14px;
  text-transform: uppercase;
  padding-bottom: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .back-to-top.is-active {
    right: 20px; }
  .back-to-top .text {
    display: inline-block;
    text-decoration: none;
    background-image: linear-gradient(#191919, #191919);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s; }
    .back-to-top .text:hover, .back-to-top .text:focus {
      background-size: 100% 1px; }
  .back-to-top span.icon {
    content: '';
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    position: absolute;
    top: calc(50% - 24px);
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #BABABA;
    border-radius: 25px;
    width: 42px;
    height: 42px;
    display: block; }
    .back-to-top span.icon svg {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      fill: #191919; }
  .back-to-top.is-over-footer, .back-to-top.is-over-home_events {
    color: #ffffff;
    padding: 10px;
    padding-top: 55px; }
    .back-to-top.is-over-footer span.icon, .back-to-top.is-over-home_events span.icon {
      background: #191919; }
      .back-to-top.is-over-footer span.icon svg, .back-to-top.is-over-home_events span.icon svg {
        fill: #fff; }
    .back-to-top.is-over-footer:hover, .back-to-top.is-over-home_events:hover {
      background: #191919; }
      .back-to-top.is-over-footer:hover span.icon, .back-to-top.is-over-home_events:hover span.icon {
        background: #191919;
        border-color: #FFFFFF; }
        .back-to-top.is-over-footer:hover span.icon svg, .back-to-top.is-over-home_events:hover span.icon svg {
          fill: #fff; }
  .back-to-top:hover span.icon {
    width: 48px;
    height: 48px;
    border-color: #191919;
    background: #fff; }

/* ----------------------------------------------------------------------------
= Header basics
----------------------------------------------------------------------------- */
.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  z-index: 20;
  background: #191919;
  border-bottom: 2px solid #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15); }
  .header .header-inner {
    position: relative; }
  .header .logo {
    float: left;
    margin-left: 30px;
    margin-top: 17px; }
    @media screen and (max-width: 1200px) {
      .header .logo {
        height: 40px;
        width: 202px;
        margin-left: 20px;
        margin-bottom: 15px; }
        .header .logo svg {
          height: 40px;
          width: 202px; }
        .mobile-nav-open .header .logo {
          filter: blur(2px); } }
    @media screen and (max-width: 700px) {
      .header .logo {
        width: 182px;
        height: 36px;
        margin-left: 10px;
        margin-top: 17px; }
        .header .logo svg {
          width: 182px;
          height: 36px; } }
    .header .logo a:hover {
      zoom: 1;
      opacity: 0.7;
      -moz-opacity: 0.7;
      filter: alpha(opacity=70); }
  @media screen and (max-width: 1023px) {
    .header {
      zoom: 1;
      z-index: 900;
      min-height: 50px; }
      .header:before, .header:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      .header:after {
        clear: both; } }

/* ----------------------------------------------------------------------------
= Header toolbar (if used)
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Navigations
----------------------------------------------------------------------------- */
.main_nav {
  zoom: 1;
  position: static;
  float: right;
  z-index: 500;
  height: auto;
  margin: 0px 0 0;
  padding: 0; }
  .main_nav:before, .main_nav:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .main_nav:after {
    clear: both; }
  @media screen and (max-width: 1023px) {
    .main_nav {
      display: none; } }
  .main_nav .close-button {
    display: none; }
  .main_nav ul {
    zoom: 1;
    position: static;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left; }
    .main_nav ul:before, .main_nav ul:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .main_nav ul:after {
      clear: both; }
    .main_nav ul li {
      position: static;
      display: block;
      float: left;
      height: auto;
      margin: 0;
      padding: 0; }
      .main_nav ul li:hover a:after, .main_nav ul li.is-focused a:after {
        zoom: 1;
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100); }
      .main_nav ul li.is-focused .sub {
        display: block !important; }
    .main_nav ul:hover > li > a {
      zoom: 1;
      opacity: 0.7;
      -moz-opacity: 0.7;
      filter: alpha(opacity=70); }
    .main_nav ul:hover > li:hover a {
      zoom: 1;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100); }
  .main_nav > ul > li > a {
    position: relative;
    display: block;
    margin: 0;
    color: #191919;
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 20px;
    padding: 30px 15px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
    .main_nav > ul > li > a:before {
      -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: 19px;
      left: 15px;
      width: 0px;
      height: 3px;
      background: #ffffff; }
    .main_nav > ul > li > a:hover:before, .main_nav > ul > li > a.active:before, .main_nav > ul > li > a:focus:before {
      width: 34px; }
    .main_nav > ul > li > a:hover:after, .main_nav > ul > li > a.active:after, .main_nav > ul > li > a:focus:after {
      zoom: 1;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100); }
    @media screen and (max-width: 1180px) {
      .main_nav > ul > li > a {
        padding: 30px 12px;
        font-size: 15px; } }
  .main_nav > ul > li:first-child > a,
  .main_nav > ul > li:nth-child(2) > a {
    font-weight: 500;
    font-size: 18px;
    padding: 30px 20px; }
    .main_nav > ul > li:first-child > a:before,
    .main_nav > ul > li:nth-child(2) > a:before {
      left: 20px; }
    .main_nav > ul > li:first-child > a:after,
    .main_nav > ul > li:nth-child(2) > a:after {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      content: '';
      display: block;
      position: absolute;
      bottom: 15px;
      left: 50%;
      transform: translateX(-50%);
      width: 13px;
      height: 7px;
      background: url(../images/arrow_down.png) bottom center no-repeat; }
    .main_nav > ul > li:first-child > a:hover:after,
    .main_nav > ul > li:nth-child(2) > a:hover:after {
      bottom: 12px; }
    @media screen and (max-width: 1180px) {
      .main_nav > ul > li:first-child > a,
      .main_nav > ul > li:nth-child(2) > a {
        font-size: 17px;
        padding: 30px 15px; } }

.main_nav ul .sub {
  position: absolute;
  display: none;
  z-index: 9000;
  top: 100%;
  left: 0;
  width: 100vw;
  margin: 0;
  background: white; }
  .main_nav ul .sub .sub_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; }
  .main_nav ul .sub .sub_left {
    width: 100%;
    min-width: 340px;
    background: url(../images/bg_body.jpg) top center #F0F0F0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: nowrap;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 20px 0; }
    .main_nav ul .sub .sub_left a {
      transform: translateX(10px); }
      .main_nav ul .sub .sub_left a:before {
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        content: '';
        background: rgba(25, 25, 25, 0.4);
        position: absolute;
        top: 10px;
        left: -10px;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 1; }
      .main_nav ul .sub .sub_left a img {
        position: relative;
        z-index: 2;
        display: block; }
      .main_nav ul .sub .sub_left a:hover:before {
        background: #191919; }
    .main_nav ul .sub .sub_left + ul {
      padding-left: 50px;
      width: 50%;
      width: auto;
      flex-grow: 1;
      flex-shrink: 1; }
  .main_nav ul .sub .close-button.level-2 {
    -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;
    left: 0px;
    top: 0;
    display: block;
    z-index: 2;
    height: 44px;
    width: 30px; }
    .main_nav ul .sub .close-button.level-2:before, .main_nav ul .sub .close-button.level-2:after {
      position: absolute;
      top: 50%;
      left: 50%;
      content: '';
      width: 2px;
      height: 12px;
      background: #4C4C4C;
      transform: translate(-50%, -50%); }
    .main_nav ul .sub .close-button.level-2:after {
      transform: translate(-50%, -50%) rotate(90deg); }

.main_nav ul ul {
  height: auto;
  margin: 0;
  padding: 20px 0;
  border: none;
  border-top: none;
  background: none;
  display: block; }
  .main_nav ul ul li {
    position: relative;
    float: none;
    height: auto;
    margin: 0;
    padding: 0px 0;
    list-style-type: none;
    list-style-image: none;
    border-right: none;
    border-left: none;
    cursor: pointer;
    text-align: left;
    padding-left: 0px;
    width: 100%;
    width: 268px;
    border-bottom: 1px solid #D9D9D9; }
    .main_nav ul ul li:first-child {
      display: block;
      border-top: none; }
    .main_nav ul ul li a {
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      position: relative;
      display: block;
      height: auto;
      margin: 0;
      color: #fff;
      cursor: pointer;
      font-family: "Heebo", sans-serif;
      font-weight: 500;
      font-size: 16px;
      color: #191919;
      letter-spacing: 0;
      line-height: 1.2;
      z-index: 1;
      padding: 12px 20px 12px 32px; }
      .main_nav ul ul li a:before {
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        z-index: -1;
        zoom: 1;
        opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
        background-image: linear-gradient(270deg, #4C4C4C 0%, #191919 100%); }
      .main_nav ul ul li a:hover, .main_nav ul ul li a:focus, .main_nav ul ul li a.active {
        color: #FFF;
        cursor: pointer;
        text-decoration: none;
        padding-left: 39px; }
        .main_nav ul ul li a:hover:before, .main_nav ul ul li a:focus:before, .main_nav ul ul li a.active:before {
          zoom: 1;
          opacity: 1;
          -moz-opacity: 1;
          filter: alpha(opacity=100); }
      .main_nav ul ul li a.gh_redirect:after, .main_nav ul ul li a.gh_page_redirect:after {
        content: '\f08e';
        font-family: FontAwesome;
        vertical-align: middle;
        margin-left: 9px;
        display: inline-block;
        color: inherit; }
    .main_nav ul ul li:hover, .main_nav ul ul li:focus, .main_nav ul ul li.is-opened, .main_nav ul ul li.is-active {
      border-bottom-color: #1a1a1a; }
      .main_nav ul ul li:hover .close-button.level-2:before, .main_nav ul ul li:hover .close-button.level-2:after, .main_nav ul ul li:focus .close-button.level-2:before, .main_nav ul ul li:focus .close-button.level-2:after, .main_nav ul ul li.is-opened .close-button.level-2:before, .main_nav ul ul li.is-opened .close-button.level-2:after, .main_nav ul ul li.is-active .close-button.level-2:before, .main_nav ul ul li.is-active .close-button.level-2:after {
        background: #fff; }
      .main_nav ul ul li:hover a, .main_nav ul ul li:focus a, .main_nav ul ul li.is-opened a, .main_nav ul ul li.is-active a {
        color: #FFF;
        cursor: pointer;
        text-decoration: none;
        padding-left: 39px;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased; }
        .main_nav ul ul li:hover a:before, .main_nav ul ul li:focus a:before, .main_nav ul ul li.is-opened a:before, .main_nav ul ul li.is-active a:before {
          zoom: 1;
          opacity: 1;
          -moz-opacity: 1;
          filter: alpha(opacity=100); }
    .main_nav ul ul li.is-opened .close-button.level-2:before {
      zoom: 1;
      opacity: 0;
      -moz-opacity: 0;
      filter: alpha(opacity=0); }
  .main_nav ul ul ul.level_3 {
    display: none;
    padding: 10px 0;
    padding-left: 40px; }
    .main_nav ul ul ul.level_3 li {
      border-bottom: none; }
    .main_nav ul ul ul.level_3 li a {
      font-family: "Heebo", sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #4C4C4C;
      letter-spacing: 0;
      line-height: 1.2;
      padding: 10px 0px;
      padding-left: 0; }
      .main_nav ul ul ul.level_3 li a:before {
        display: none; }
      .main_nav ul ul ul.level_3 li a:hover, .main_nav ul ul ul.level_3 li a.active, .main_nav ul ul ul.level_3 li a:focus {
        color: #191919;
        padding-left: 10px; }

/* ----------------------------------------------------------------------------
= Mobile Navigation
----------------------------------------------------------------------------- */
#nav-toggle {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: absolute;
  display: none;
  z-index: 1500;
  top: 10px;
  right: 20px;
  width: 50px;
  height: 50px;
  border: 3px solid #4C4C4C;
  border-radius: 50%;
  cursor: pointer; }
  @media screen and (max-width: 1023px) {
    #nav-toggle {
      display: block; } }
  @media screen and (max-width: 700px) {
    #nav-toggle {
      right: 10px; } }
  #nav-toggle span:not(.text) {
    position: absolute;
    display: block;
    left: 12px;
    margin-top: 0;
    background: #fff;
    content: '';
    border-radius: 2px;
    height: 2px;
    width: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg); }
    #nav-toggle span:not(.text).top {
      top: 14px; }
    #nav-toggle span:not(.text).mid, #nav-toggle span:not(.text).mid2 {
      top: 21px; }
    #nav-toggle span:not(.text).bottom {
      top: 28px; }
  #nav-toggle .text {
    position: absolute;
    top: 50%;
    right: calc(100% + 8px);
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0.5px;
    line-height: 14px;
    text-transform: uppercase; }
  #nav-toggle:hover span:not(.text).top {
    top: 16px; }
  #nav-toggle:hover span:not(.text).mid, #nav-toggle:hover span:not(.text).mid2 {
    top: 21px; }
  #nav-toggle:hover span:not(.text).bottom {
    top: 26px; }
  #nav-toggle:hover, #nav-toggle:focus {
    border-color: #FFFFFF; }
  #nav-toggle.active {
    border: 3px solid #BABABA; }
    #nav-toggle.active .text {
      color: #191919; }
    #nav-toggle.active span:not(.text) {
      background: #1a1a1a; }
      #nav-toggle.active span:not(.text).mid {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        /* IE 9 */
        transform: rotate(45deg); }
      #nav-toggle.active span:not(.text).mid2 {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        /* IE 9 */
        transform: rotate(-45deg); }
      #nav-toggle.active span:not(.text).top, #nav-toggle.active span:not(.text).bottom {
        opacity: 0; }

.nav_wrapper.is-opened {
  position: absolute;
  position: fixed;
  overflow: scroll;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4); }

.mobile_nav {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  display: none;
  z-index: 500;
  top: 70px;
  right: 0;
  width: 100%;
  width: 100%;
  max-width: 500px;
  margin: 0 0 0;
  padding: 20px;
  background: #191919;
  overflow-y: auto;
  height: calc(100vh - 70px);
  transform: translateX(100%);
  zoom: 1;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  .mobile_nav.is_visible {
    transform: translateX(0%); }
  .mobile_nav:before, .mobile_nav:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .mobile_nav:after {
    clear: both; }
  .mobile_nav .sub_left {
    display: none; }
  .mobile_nav > ul {
    position: relative;
    display: block;
    float: left;
    clear: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left; }
    .mobile_nav > ul > li {
      position: relative;
      display: block;
      display: block;
      float: left;
      clear: left;
      width: 100%;
      margin: 0;
      padding: 0; }
      .mobile_nav > ul > li: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;
        right: 0;
        height: 1px;
        background: #4C4C4C;
        width: 100%; }
      .mobile_nav > ul > li.page_1 {
        display: none; }
      .mobile_nav > ul > li:hover:after, .mobile_nav > ul > li.is-focused:after, .mobile_nav > ul > li.is-active:after {
        width: calc(100% - 10px);
        background: #FFF; }
      .mobile_nav > ul > li:hover > a, .mobile_nav > ul > li.is-focused > a, .mobile_nav > ul > li.is-active > a {
        padding-left: 10px; }
      .mobile_nav > ul > li.is-opened .close-button.level-1 {
        transform: rotate(180deg); }
      .mobile_nav > ul > li.is-opened > a {
        padding-left: 10px; }
  .mobile_nav ul > li > a {
    display: block;
    clear: left;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    color: #191919;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 20px; }
    .mobile_nav ul > li > a:hover, .mobile_nav ul > li > a.active {
      color: #FFF;
      padding-left: 10px; }
  .mobile_nav .close-button.level-1 {
    position: absolute;
    top: 18px;
    right: 10px; }
  .mobile_nav .hover a {
    color: #191919; }
  .mobile_nav .is_search_toggle_container {
    display: none; }
  .no-touch .mobile_nav ul:hover li {
    zoom: 1;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70); }
    .no-touch .mobile_nav ul:hover li:hover {
      zoom: 1;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100); }

.mobile_nav ul .sub {
  float: left;
  width: 100%;
  display: none; }
  .mobile_nav ul .sub .sub_holder {
    width: 100%; }
  .mobile_nav ul .sub .close-button.level-2 {
    -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;
    left: 0px;
    top: 0;
    display: block;
    z-index: 2;
    height: 44px;
    width: 30px; }
    .mobile_nav ul .sub .close-button.level-2:before, .mobile_nav ul .sub .close-button.level-2:after {
      position: absolute;
      top: 50%;
      left: 50%;
      content: '';
      width: 2px;
      height: 12px;
      background: #FFFFFF;
      transform: translate(-50%, -50%); }
    .mobile_nav ul .sub .close-button.level-2:after {
      transform: translate(-50%, -50%) rotate(90deg); }

.mobile_nav ul ul {
  padding-bottom: 20px; }
  .mobile_nav ul ul li {
    position: relative;
    float: none;
    height: auto;
    margin: 0;
    margin-left: 10px;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    border-right: none;
    border-left: none;
    cursor: pointer;
    text-align: left;
    padding-left: 0px;
    width: calc(100% - 10px);
    border-top: 1px solid #4C4C4C; }
    .mobile_nav ul ul li:first-child {
      display: block;
      border-top: none; }
    .mobile_nav ul ul li a {
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      position: relative;
      display: block;
      height: auto;
      margin: 0;
      color: #fff;
      cursor: pointer;
      font-family: "Heebo", sans-serif;
      font-weight: 500;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 44px;
      z-index: 1;
      padding: 0 20px 0 30px; }
      .mobile_nav ul ul li a:before {
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        z-index: -1;
        zoom: 1;
        opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
        background-image: linear-gradient(270deg, #191919 0%, #4C4C4C 100%); }
      .mobile_nav ul ul li a:hover, .mobile_nav ul ul li a:focus, .mobile_nav ul ul li a.active {
        color: #FFF;
        cursor: pointer;
        text-decoration: none;
        padding-left: 39px; }
        .mobile_nav ul ul li a:hover:before, .mobile_nav ul ul li a:focus:before, .mobile_nav ul ul li a.active:before {
          zoom: 1;
          opacity: 1;
          -moz-opacity: 1;
          filter: alpha(opacity=100); }
      .mobile_nav ul ul li a.gh_redirect:after, .mobile_nav ul ul li a.gh_page_redirect:after {
        content: '\f08e';
        font-family: FontAwesome;
        vertical-align: middle;
        margin-left: 9px;
        display: inline-block;
        color: inherit; }
    .mobile_nav ul ul li:hover, .mobile_nav ul ul li:focus, .mobile_nav ul ul li.is-opened, .mobile_nav ul ul li.is-active {
      border-color: transparent; }
      .mobile_nav ul ul li:hover .close-button.level-2:before, .mobile_nav ul ul li:hover .close-button.level-2:after, .mobile_nav ul ul li:focus .close-button.level-2:before, .mobile_nav ul ul li:focus .close-button.level-2:after, .mobile_nav ul ul li.is-opened .close-button.level-2:before, .mobile_nav ul ul li.is-opened .close-button.level-2:after, .mobile_nav ul ul li.is-active .close-button.level-2:before, .mobile_nav ul ul li.is-active .close-button.level-2:after {
        background: #fff; }
      .mobile_nav ul ul li:hover a, .mobile_nav ul ul li:focus a, .mobile_nav ul ul li.is-opened a, .mobile_nav ul ul li.is-active a {
        color: #FFF;
        cursor: pointer;
        text-decoration: none;
        padding-left: 39px;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased; }
        .mobile_nav ul ul li:hover a:before, .mobile_nav ul ul li:focus a:before, .mobile_nav ul ul li.is-opened a:before, .mobile_nav ul ul li.is-active a:before {
          zoom: 1;
          opacity: 1;
          -moz-opacity: 1;
          filter: alpha(opacity=100); }
    .mobile_nav ul ul li.is-opened .close-button.level-2:before {
      zoom: 1;
      opacity: 0;
      -moz-opacity: 0;
      filter: alpha(opacity=0); }
  .mobile_nav ul ul ul.level_3 {
    display: none;
    padding: 10px 0;
    padding-left: 40px; }
    .mobile_nav ul ul ul.level_3 li a {
      font-family: "Heebo", sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 27px;
      padding-left: 0; }
      .mobile_nav ul ul ul.level_3 li a:before {
        display: none; }
      .mobile_nav ul ul ul.level_3 li a:hover, .mobile_nav ul ul ul.level_3 li a:focus {
        color: #FFF;
        padding-left: 10px; }

/* ----------------------------------------------------------------------------
= Footer basics
----------------------------------------------------------------------------- */
footer {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  background: #1a1a1a; }
  footer .footer_nav {
    zoom: 1;
    max-width: 1200px;
    width: 1180px;
    max-width: calc(100% - 40px);
    margin: auto;
    padding: 50px 0; }
    footer .footer_nav:before, footer .footer_nav:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    footer .footer_nav:after {
      clear: both; }
    footer .footer_nav ul {
      zoom: 1;
      position: relative; }
      footer .footer_nav ul:before, footer .footer_nav ul:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      footer .footer_nav ul:after {
        clear: both; }
      footer .footer_nav ul li {
        width: calc(100% / 6);
        float: left; }
        @media screen and (min-width: 871px) {
          footer .footer_nav ul li {
            padding-right: 20px; } }
        footer .footer_nav ul li a {
          -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
          color: #FFFFFF;
          display: block;
          position: relative;
          cursor: pointer;
          font-family: "Heebo", sans-serif;
          font-weight: 500;
          font-size: 18px;
          color: #FFFFFF;
          letter-spacing: 0.5px;
          line-height: 1.2;
          padding-bottom: 10px; }
          footer .footer_nav ul li a:before {
            -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: -15px;
            left: 0px;
            width: 0px;
            height: 3px;
            background: #ffffff; }
          footer .footer_nav ul li a:hover, footer .footer_nav ul li a:focus, footer .footer_nav ul li a.active {
            color: #FFFFFF;
            cursor: default; }
            footer .footer_nav ul li a:hover:before, footer .footer_nav ul li a:focus:before, footer .footer_nav ul li a.active:before {
              width: 34px; }
          @media screen and (max-width: 870px) {
            footer .footer_nav ul li a {
              padding: 25px 0; }
              footer .footer_nav ul li a:before {
                top: 5px; } }
          @media screen and (max-width: 700px) {
            footer .footer_nav ul li a {
              padding: 12px 0; }
              footer .footer_nav ul li a:before {
                top: 0px;
                left: 50%;
                transform: translateX(-50%); } }
        footer .footer_nav ul li:hover > a:before, footer .footer_nav ul li:focus > a:before {
          width: 34px; }
        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-family: "Heebo", sans-serif;
            font-weight: 400;
            font-size: 14px;
            line-height: 1.3;
            color: #AEAEAE;
            letter-spacing: 0;
            padding: 10px 0;
            padding-right: 10px; }
            footer .footer_nav ul li li a:hover, footer .footer_nav ul li li a:focus, footer .footer_nav ul li li a.active {
              padding-left: 10px;
              padding-right: 0; }
            footer .footer_nav ul li li a:before {
              display: none; }
        @media screen and (max-width: 870px) {
          footer .footer_nav ul li {
            width: 33%; } }
        @media screen and (max-width: 700px) {
          footer .footer_nav ul li {
            width: 100%;
            text-align: center; } }
      @media screen and (max-width: 870px) {
        footer .footer_nav ul ul {
          display: none; } }
    @media screen and (max-width: 870px) {
      footer .footer_nav {
        margin: 0 auto;
        padding: 25px 0;
        width: calc(100% - 20px); } }
  footer .footer_bottom {
    zoom: 1;
    border-top: 3px solid #4C4C4C;
    width: 1180px;
    max-width: calc(100% - 40px);
    margin: auto;
    padding: 40px 0 45px; }
    footer .footer_bottom:before, footer .footer_bottom:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    footer .footer_bottom:after {
      clear: both; }
    footer .footer_bottom .footer_bottom_left {
      float: left; }
      footer .footer_bottom .footer_bottom_left strong {
        position: relative;
        font-family: "Heebo", sans-serif;
        font-weight: 500;
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0.5px;
        line-height: 20px;
        padding-bottom: 10px;
        margin-bottom: 15px;
        display: block;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased; }
        footer .footer_bottom .footer_bottom_left strong:before {
          content: '';
          position: absolute;
          bottom: 0px;
          left: 0px;
          height: 2px;
          width: 60px;
          background: #fff; }
      footer .footer_bottom .footer_bottom_left .address {
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-family: "Heebo", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #AEAEAE;
        letter-spacing: 0;
        line-height: 21px; }
      @media screen and (max-width: 700px) {
        footer .footer_bottom .footer_bottom_left {
          text-align: center;
          width: 100%;
          float: none; }
          footer .footer_bottom .footer_bottom_left strong:before {
            left: 50%;
            transform: translateX(-50%); } }
    footer .footer_bottom .footer_bottom_right {
      float: right; }
      footer .footer_bottom .footer_bottom_right .button {
        float: right;
        margin-bottom: 0px; }
        @media screen and (max-width: 700px) {
          footer .footer_bottom .footer_bottom_right .button {
            float: none;
            margin: 20px auto 0; } }
      footer .footer_bottom .footer_bottom_right .proud_home_of {
        zoom: 1;
        display: block;
        float: right;
        margin-top: 20px;
        clear: right;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center; }
        footer .footer_bottom .footer_bottom_right .proud_home_of:before, footer .footer_bottom .footer_bottom_right .proud_home_of:after {
          display: block;
          visibility: hidden;
          height: 0;
          content: '\0020'; }
        footer .footer_bottom .footer_bottom_right .proud_home_of:after {
          clear: both; }
        @media screen and (max-width: 700px) {
          footer .footer_bottom .footer_bottom_right .proud_home_of {
            justify-content: center;
            width: 100%; } }
      footer .footer_bottom .footer_bottom_right .proud-text {
        clear: both;
        text-align: right;
        font-family: "Heebo", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #AEAEAE;
        letter-spacing: 0;
        line-height: 21px;
        float: left; }
      footer .footer_bottom .footer_bottom_right a.ftr_logo {
        filter: grayscale(100);
        margin-left: 20px;
        float: left;
        border-bottom: 3px solid transparent; }
        footer .footer_bottom .footer_bottom_right a.ftr_logo img {
          -webkit-transition: all 100ms linear;
          -moz-transition: all 100ms linear;
          -o-transition: all 100ms linear;
          transition: all 100ms linear; }
        footer .footer_bottom .footer_bottom_right a.ftr_logo:hover, footer .footer_bottom .footer_bottom_right a.ftr_logo:focus {
          filter: grayscale(0);
          border-bottom: 3px solid #fff; }
          footer .footer_bottom .footer_bottom_right a.ftr_logo:hover img, footer .footer_bottom .footer_bottom_right a.ftr_logo:focus img {
            transform: translateY(-5px); }
      @media screen and (max-width: 700px) {
        footer .footer_bottom .footer_bottom_right {
          text-align: center;
          width: 100%;
          float: none;
          margin: auto; } }
    footer .footer_bottom .social a {
      color: white;
      border: 3px solid #4C4C4C;
      border-radius: 50%;
      height: 42px;
      width: 42px;
      margin-right: 14px;
      line-height: 36px;
      display: inline-block;
      font-size: 18px;
      text-align: center; }
      footer .footer_bottom .social a:hover, footer .footer_bottom .social a:focus {
        transform: scale(1.14);
        border-color: white; }
      @media screen and (max-width: 700px) {
        footer .footer_bottom .social a {
          margin-right: 7px;
          margin-left: 7px; } }
    @media screen and (max-width: 700px) {
      footer .footer_bottom .social {
        margin-bottom: 20px; } }

.global-footer {
  position: relative;
  zoom: 1;
  margin: 0 auto;
  display: block;
  padding: 0;
  width: 100%;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  .global-footer:before, .global-footer:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .global-footer:after {
    clear: both; }
  .global-footer a {
    zoom: 1; }
    .global-footer a:before, .global-footer a:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .global-footer a:after {
      clear: both; }
  .global-footer p {
    position: relative;
    display: block;
    margin: auto;
    padding: 20px 0;
    color: #191919;
    max-width: 1180px;
    font-size: 14px;
    font-weight: 400;
    line-height: 2; }
    .global-footer p svg {
      vertical-align: middle;
      margin-right: 30px; }
      @media screen and (max-width: 1080px) {
        .global-footer p svg {
          margin: 0px auto 20px; } }
    .global-footer p a:not(.asm), .global-footer p a:visited:not(.asm) {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      color: #191919;
      text-decoration: none;
      line-height: 1;
      display: inline-block;
      text-decoration: none;
      background-image: linear-gradient(#191919, #191919);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 0% 1px;
      transition: background-size .3s; }
      .global-footer p a:not(.asm):hover, .global-footer p a:not(.asm):focus, .global-footer p a:visited:not(.asm):hover, .global-footer p a:visited:not(.asm):focus {
        background-size: 100% 1px; }
      .global-footer p a:not(.asm):hover, .global-footer p a:not(.asm):focus, .global-footer p a:visited:not(.asm):hover, .global-footer p a:visited:not(.asm):focus {
        color: #191919; }
    .global-footer p a.asm, .global-footer p a:visited.asm {
      float: left; }
      .global-footer p a.asm .hovered, .global-footer p a:visited.asm .hovered {
        display: none; }
      .global-footer p a.asm .static, .global-footer p a:visited.asm .static {
        display: block; }
      .global-footer p a.asm:hover .hovered, .global-footer p a.asm:focus .hovered, .global-footer p a:visited.asm:hover .hovered, .global-footer p a:visited.asm:focus .hovered {
        display: block; }
      .global-footer p a.asm:hover .static, .global-footer p a.asm:focus .static, .global-footer p a:visited.asm:hover .static, .global-footer p a:visited.asm:focus .static {
        display: none; }
      @media screen and (max-width: 1080px) {
        .global-footer p a.asm, .global-footer p a:visited.asm {
          float: none; } }
    @media screen and (max-width: 1080px) {
      .global-footer p {
        text-align: center; }
        .global-footer p strong {
          display: block; } }
  .global-footer .delimiter {
    padding: 0 2px;
    color: #191919; }
    @media screen and (max-width: 1080px) {
      .global-footer .delimiter.first_delimiter {
        display: none; } }
  .global-footer a#carbonhouse, .global-footer a#carbonhouse:link, .global-footer a#carbonhouse:visited {
    position: relative;
    display: block;
    float: right;
    margin: 0;
    padding-top: 0px;
    color: #191919;
    font-family: 'helvetica';
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    margin-top: 5px; }
    .global-footer a#carbonhouse span, .global-footer a#carbonhouse:link span, .global-footer a#carbonhouse:visited span {
      font-weight: bold;
      font-size: 16px; }
      .global-footer a#carbonhouse span.carbon, .global-footer a#carbonhouse:link span.carbon, .global-footer a#carbonhouse:visited span.carbon {
        color: #191919; }
      .global-footer a#carbonhouse span.house, .global-footer a#carbonhouse:link span.house, .global-footer a#carbonhouse:visited span.house {
        color: #191919; }
    .global-footer a#carbonhouse:hover, .global-footer a#carbonhouse:focus, .global-footer a#carbonhouse:link:hover, .global-footer a#carbonhouse:link:focus, .global-footer a#carbonhouse:visited:hover, .global-footer a#carbonhouse:visited:focus {
      color: #191919;
      text-decoration: none; }
      .global-footer a#carbonhouse:hover span, .global-footer a#carbonhouse:focus span, .global-footer a#carbonhouse:link:hover span, .global-footer a#carbonhouse:link:focus span, .global-footer a#carbonhouse:visited:hover span, .global-footer a#carbonhouse:visited:focus span {
        color: #191919; }
    @media screen and (max-width: 1080px) {
      .global-footer a#carbonhouse, .global-footer a#carbonhouse:link, .global-footer a#carbonhouse:visited {
        float: none;
        margin: 10px auto 0; } }

/* ----------------------------------------------------------------------------
=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: #191919; }
      .subnav ul li a, .subnav ul li a:visited {
        display: block;
        padding: 9px 5px 7px 30px;
        color: white;
        font: bold 18px/120% "Heebo", 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: #191919; }
        .subnav ul li a.section, .subnav ul li a:visited.section {
          padding-bottom: 7px;
          color: #191919;
          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: #191919; }
      .subnav ul li.active.onparent a.active {
        color: #191919; }
    .subnav ul ul {
      display: none; }
      .subnav ul ul li {
        border-bottom: none; }
        .subnav ul ul li:first-child a {
          line-height: 24px; }

.non-intro {
  min-height: calc(100vh + 300px + 20px); }
  .non-intro .non-intro-inner {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    padding-top: 80px; }
    @media screen and (min-width: 871px) {
      .non-intro .non-intro-inner {
        position: fixed; } }
    @media screen and (max-width: 870px) {
      .non-intro .non-intro-inner {
        padding-top: 0; } }
  .non-intro.unlock .non-intro-inner {
    position: relative;
    padding-top: 380px; }

@media screen and (min-width: 871px) {
  .user-is-tabbing .non-intro .non-intro-inner {
    padding-top: 0px;
    position: relative; } }

.intro {
  position: relative;
  top: 0px;
  left: 0px;
  height: calc(100vh - 80px);
  min-height: 750px;
  width: 100vw;
  display: block;
  z-index: 10;
  background-color: white;
  background-size: cover;
  background-position: top center;
  overflow: hidden; }
  .intro:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(179deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.85) 74%); }
  .mobile-nav-open .intro {
    filter: blur(2px); }
  @media screen and (max-width: 870px) {
    .touch .intro {
      height: calc(100vh - 25px); } }
  @media screen and (max-width: 870px) {
    .touch .intro {
      height: calc(100vh - 100px); } }
  @media screen and (max-width: 700px) {
    .touch .intro {
      height: auto; } }
  .intro .intro_inner {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }
  .intro .left_side {
    position: relative;
    height: 100%;
    margin: auto;
    padding-right: 380px;
    padding-left: 40px;
    padding-bottom: 95px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center; }
    .intro .left_side_inner {
      max-width: 700px; }
    .intro .left_side .scrolldown {
      display: none; }
    .intro .left_side .title {
      position: relative;
      font-family: "Heebo", sans-serif;
      font-weight: 700;
      font-size: 2.44140625rem;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 1.1; }
      .intro .left_side .title a {
        font-family: inherit;
        font-weight: inherit;
        font-size: inherit;
        color: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-decoration: underline;
        text-decoration-color: transparent;
        padding-bottom: 5px;
        display: inline-block;
        text-decoration: none;
        background-image: linear-gradient(#FFF, #FFF);
        background-position: 0% 100%;
        background-repeat: no-repeat;
        background-size: 60px 2px;
        transition: background-size .3s; }
        .intro .left_side .title a:hover, .intro .left_side .title a:focus {
          background-size: 100% 2px; }
        .intro .left_side .title a:hover {
          text-decoration-color: #FFFFFF; }
      @media screen and (max-width: 1200px) {
        .intro .left_side .title {
          font-size: 1.953125rem; } }
      @media screen and (max-width: 870px) {
        .intro .left_side .title {
          font-size: 1.5625rem; } }
      @media screen and (max-width: 870px) {
        .intro .left_side .title {
          font-size: 1.5625rem; } }
    .intro .left_side .body {
      font-family: "Heebo", sans-serif;
      font-weight: 300;
      font-size: 1.1rem;
      color: #FFFFFF;
      letter-spacing: 0.2px;
      line-height: 1.5;
      margin-top: 20px; }
      .intro .left_side .body p {
        font-family: "Heebo", sans-serif;
        font-weight: 300;
        font-size: inherit;
        color: #FFFFFF;
        letter-spacing: 0.2px;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased; }
    .intro .left_side .date {
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      font-weight: 400;
      font-size: 20px;
      letter-spacing: 1px;
      color: white; }
      .intro .left_side .date .m-date__day {
        font-weight: 700; }
      .intro .left_side .date .m-date__year {
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 16px;
        margin-left: 10px; }
    .intro .left_side .button {
      margin-top: 40px; }
      .intro .left_side .button a {
        border-color: white;
        margin-right: 20px; }
        .intro .left_side .button a:hover {
          border-color: white; }
        .intro .left_side .button a.more {
          display: none; }
    @media screen and (max-width: 1200px) {
      .intro .left_side {
        padding-left: 20px; } }
    @media screen and (max-width: 870px) {
      .intro .left_side {
        padding-right: 350px; } }
  .intro .intro_panel_event_list {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 360px;
    background: rgba(25, 25, 25, 0.9);
    z-index: 4;
    padding: 60px 0 30px; }
    .intro .intro_panel_event_list .thumb {
      display: none; }
    @media screen and (max-width: 870px) {
      .intro .intro_panel_event_list {
        width: 320px; } }
  .intro .scrolldown {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    text-transform: uppercase;
    font-family: "Heebo", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.2px;
    text-align: center;
    line-height: 15px;
    z-index: 2;
    padding: 20px 40px;
    padding-bottom: 55px; }
    .intro .scrolldown span.icon {
      content: '';
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      position: absolute;
      bottom: -20px;
      left: 50%;
      transform: translate(-50%, -50%) rotate(180deg);
      border: 3px solid #BABABA;
      border-radius: 25px;
      width: 42px;
      height: 42px;
      display: block; }
      .intro .scrolldown span.icon svg {
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        fill: #ffffff; }
    .intro .scrolldown:hover span.icon {
      width: 48px;
      height: 48px;
      bottom: -30px;
      border-color: #FFFFFF; }
  @media screen and (min-width: 701px) {
    .intro .left_side {
      background: none !important; } }
  @media screen and (max-width: 700px) {
    .intro {
      height: auto;
      min-height: 0px;
      background: none !important; }
      .intro .intro_inner {
        position: relative;
        top: auto;
        left: auto; }
      .intro .left_side {
        padding: 20px;
        padding-bottom: 100px;
        height: auto;
        padding-top: 200px;
        min-height: 0px;
        z-index: 5; }
        .intro .left_side:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%;
          z-index: -1;
          background-image: linear-gradient(179deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.85) 74%); } }
    @media screen and (max-width: 700px) and (max-width: 500px) {
      .intro .left_side .buttons {
        float: none;
        width: 100%;
        clear: both; }
        .intro .left_side .buttons a {
          width: 100%;
          margin: 0; } }
  @media screen and (max-width: 700px) {
        .intro .left_side .scrolldown {
          bottom: 10px;
          display: block;
          padding-bottom: 46px; }
          .intro .left_side .scrolldown .icon {
            transform: translate(-50%, -50%) rotate(180deg) scale(0.8); }
      .intro .intro_panel_event_list {
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        height: auto;
        padding: 40px 0 40px; }
      .intro .scrolldown {
        display: none; } }

/* ----------------------------------------------------------------------------
= Search including search form, and results page
----------------------------------------------------------------------------- */
.search_toggle {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  margin: 15px;
  float: right;
  border: 3px solid #4C4C4C;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  padding: 12px;
  z-index: 10; }
  .search_toggle .opened {
    display: none; }
    .search_toggle .opened:before, .search_toggle .opened:after {
      content: '';
      position: absolute;
      display: block;
      left: 50%;
      top: 50%;
      margin-top: 0;
      background: #1a1a1a;
      content: '';
      border-radius: 2px;
      height: 3px;
      width: 20px;
      cursor: pointer;
      transition: all 0.2s ease;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      /* IE 9 */
      transform: translate(-50%, -50%) rotate(45deg); }
    .search_toggle .opened:after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      /* IE 9 */
      transform: translate(-50%, -50%) rotate(-45deg); }
  .search_toggle .closed {
    display: block; }
    .search_toggle .closed svg {
      fill: white; }
  .search_toggle:hover, .search_toggle:focus {
    border: 3px solid #FFFFFF; }
    .search_toggle:hover .opened:before, .search_toggle:hover .opened:after, .search_toggle:focus .opened:before, .search_toggle:focus .opened:after {
      width: 16px; }
  .search_form .search_toggle {
    position: absolute;
    right: 0px;
    top: 0px;
    border-color: #BABABA; }
    .search_form .search_toggle .opened {
      display: block; }
      .search_form .search_toggle .opened svg {
        fill: #1a1a1a; }
    .search_form .search_toggle .closed {
      display: none; }
    .search_form .search_toggle:hover, .search_form .search_toggle:focus {
      border-color: #4c4c4c; }
  @media screen and (max-width: 1023px) {
    .search_toggle {
      display: none; } }

.search_form {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #ffffff;
  width: calc(100% - 400px);
  width: 0;
  max-width: 865px;
  overflow: hidden;
  height: 80px;
  padding: 15px 0px 15px;
  z-index: 8; }
  @media screen and (min-width: 1024px) {
    .search_form {
      -webkit-transition: width 0.5s ease-in-out;
      -moz-transition: width 0.5s ease-in-out;
      -o-transition: width 0.5s ease-in-out;
      transition: width 0.5s ease-in-out; } }
  .search_form #cse-search-box {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    width: calc(100% - 120px); }
  .search_form #search_field {
    -webkit-appearance: none;
    border: none;
    border-bottom: 1px solid #BABABA;
    width: 100%;
    font-family: "Heebo", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #191919;
    letter-spacing: 0.5px;
    line-height: 20px;
    padding: 13px;
    background: url(../images/bg_search_icon.png) left center no-repeat;
    padding: 13px 13px 13px 40px; }
    .search_form #search_field::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #191919; }
    .search_form #search_field:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #191919; }
    .search_form #search_field::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #191919; }
    .search_form #search_field:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #191919; }
    .search_form #search_field:hover, .search_form #search_field:focus {
      border-color: #191919; }
    @media screen and (max-width: 1023px) {
      .search_form #search_field {
        padding-left: 30px;
        border-bottom: 1px solid #D9D9D9;
        background: #FFF; } }
  .search_form button[type="submit"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #191919;
    letter-spacing: 0.5px;
    line-height: 14px;
    text-transform: uppercase;
    padding-right: 20px;
    display: inline-block;
    text-decoration: none;
    background-image: linear-gradient(#191919, #191919);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s; }
    .search_form button[type="submit"]:hover, .search_form button[type="submit"]:focus {
      background-size: 100% 1px; }
    .search_form button[type="submit"]:after {
      -webkit-transition: all 0.1s ease;
      -moz-transition: all 0.1s ease;
      -o-transition: all 0.1s ease;
      transition: all 0.1s ease;
      content: '';
      position: absolute;
      top: 50%;
      right: 0px;
      transform: translateY(-50%) rotate(90deg);
      width: 14px;
      height: 7px;
      display: block;
      background: url(../images/icn_backtotop.png) no-repeat;
      background-size: contain; }
    .search_form button[type="submit"]:hover, .search_form button[type="submit"]:focus {
      background-size: 75% 1px; }
      .search_form button[type="submit"]:hover:after, .search_form button[type="submit"]:focus:after {
        right: -3px; }
    .search_form button[type="submit"] svg {
      display: none; }
    @media screen and (max-width: 1023px) {
      .search_form button[type="submit"] {
        right: auto;
        left: 15px;
        top: 46%;
        font-size: 0;
        height: 20px;
        width: 20px; }
        .search_form button[type="submit"]:after {
          display: none; }
        .search_form button[type="submit"] svg {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          display: block;
          fill: #191919; } }
  @media screen and (max-width: 1023px) {
    .search_form {
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      display: none;
      max-width: 100%;
      width: 500px;
      transform: translateX(100%); } }
  .mobile_nav.is_visible + .search_form {
    transform: translateX(0%); }
  .search_form.is-visible {
    transition-delay: .2s;
    width: calc(100% - 400px); }

/* ----------------------------------------------------------------------------
= Baseline styles for all buttons in a project. These are global.
----------------------------------------------------------------------------- */
.m-button, .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'],
.login-form button[type='submit'],
.open-gallery-button {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  display: inline-block;
  position: relative;
  background-color: #FFFFFF;
  color: #191919;
  text-align: center;
  padding: 12px 35px 10px;
  line-height: 1;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  letter-spacing: 0.5px;
  text-align: center;
  border: 3px solid #999999;
  border-radius: 20px;
  height: 40px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  .m-button b, .gen-button b, .spotlight-button b, .spot-button b, a.button b, .button a b, input.button b, .textarea .button p a b, .textarea p a.button b, .cms .button p a b, .cms p a.button b, .login-form input[type='submit'] b, .login-form button[type='submit'] b, .open-gallery-button b {
    font-weight: 500; }
  .m-button:hover, .gen-button:hover,
  .spotlight-button:hover,
  .spot-button:hover,
  a.button:hover,
  .button a:hover,
  input.button:hover,
  .textarea .button p a:hover,
  .textarea p a.button:hover,
  .cms .button p a:hover,
  .cms p a.button:hover,
  .login-form input[type='submit']:hover,
  .login-form button[type='submit']:hover,
  .open-gallery-button:hover, .m-button:focus, .gen-button:focus,
  .spotlight-button:focus,
  .spot-button:focus,
  a.button:focus,
  .button a:focus,
  input.button:focus,
  .textarea .button p a:focus,
  .textarea p a.button:focus,
  .cms .button p a:focus,
  .cms p a.button:focus,
  .login-form input[type='submit']:focus,
  .login-form button[type='submit']:focus,
  .open-gallery-button:focus {
    border-color: #191919;
    background-color: #191919;
    color: #ffffff; }
  .m-button:after, .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,
  .login-form button[type='submit']:after,
  .open-gallery-button:after {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transition-delay: .1s;
    content: '';
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 0px;
    background: #FFFFFF;
    display: block;
    visibility: visible; }

.m-button-dark, .eventItem .buttons a, .event_showings a.tickets {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  display: inline-block;
  position: relative;
  background-color: #191919;
  color: #191919;
  text-align: center;
  padding: 12px 0px 10px;
  line-height: 1;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  text-align: center;
  border: 3px solid #191919;
  border-radius: 20px;
  height: 40px;
  width: 151px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  .m-button-dark b, .eventItem .buttons a b, .event_showings a.tickets b {
    font-weight: 500; }
  .m-button-dark:hover, .eventItem .buttons a:hover, .event_showings a.tickets:hover, .m-button-dark:focus, .eventItem .buttons a:focus, .event_showings a.tickets:focus {
    background-color: #FFFFFF;
    color: #191919; }
  .m-button-dark span, .eventItem .buttons a span, .event_showings a.tickets span {
    position: relative;
    display: inline-block; }
  .m-button-dark span:after, .eventItem .buttons a span:after, .event_showings a.tickets span:after {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transition-delay: .1s;
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 0px;
    background: #191919;
    display: block; }

.m-button-big, .home-slideshow .rsDefault .rsGCaption .buttons a, .buttonWrapper a.tickets {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  display: inline-block;
  position: relative;
  background-color: #FFFFFF;
  color: #191919;
  text-align: center;
  padding: 12px 35px 10px;
  line-height: 1;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #191919;
  letter-spacing: 0.5px;
  text-align: center;
  border: 3px solid #FFFFFF;
  border-radius: 20px;
  height: 44px;
  width: 100%;
  border-radius: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  .m-button-big b, .home-slideshow .rsDefault .rsGCaption .buttons a b, .buttonWrapper a.tickets b {
    font-weight: 500; }
  .m-button-big:hover, .home-slideshow .rsDefault .rsGCaption .buttons a:hover, .buttonWrapper a.tickets:hover, .m-button-big:focus, .home-slideshow .rsDefault .rsGCaption .buttons a:focus, .buttonWrapper a.tickets:focus {
    background-color: #000;
    color: #ffffff; }
    .m-button-big:hover span:after, .home-slideshow .rsDefault .rsGCaption .buttons a:hover span:after, .buttonWrapper a.tickets:hover span:after, .m-button-big:focus span:after, .home-slideshow .rsDefault .rsGCaption .buttons a:focus span:after, .buttonWrapper a.tickets:focus span:after {
      width: 100%; }
  .m-button-big span, .home-slideshow .rsDefault .rsGCaption .buttons a span, .buttonWrapper a.tickets span {
    position: relative;
    display: inline-block; }
  .m-button-big span:after, .home-slideshow .rsDefault .rsGCaption .buttons a span:after, .buttonWrapper a.tickets span:after {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transition-delay: .1s;
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 0px;
    background: #ffffff;
    display: block;
    visibility: visible; }

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

.gen-button:hover:after, .gen-button:focus:after,
.spotlight-button:hover:after,
.spotlight-button:focus:after,
.spot-button:hover:after,
.spot-button:focus:after,
a.button:hover:after,
a.button:focus:after,
.button a:hover:after,
.button a:focus:after,
input.button:hover:after,
input.button:focus:after,
.textarea .button p a:hover:after,
.textarea .button p a:focus:after,
.textarea p a.button:hover:after,
.textarea p a.button:focus:after,
.cms .button p a:hover:after,
.cms .button p a:focus:after,
.cms p a.button:hover:after,
.cms p a.button:focus:after,
.login-form input[type='submit']:hover:after,
.login-form input[type='submit']:focus:after,
.login-form button[type='submit']:hover:after,
.login-form button[type='submit']:focus:after,
.open-gallery-button:hover:after,
.open-gallery-button:focus:after {
  width: calc(100% - 70px); }

/***********************************************/
/*      Add Additional Button Styles Below     */
/***********************************************/
.spotlight[data-layout="square"] .entry .spot-button,
.photo_gallery .open-gallery-button {
  width: 100%; }
  .spotlight[data-layout="square"] .entry .spot-button:after,
  .photo_gallery .open-gallery-button:after {
    display: none; }
  .spotlight[data-layout="square"] .entry .spot-button span,
  .photo_gallery .open-gallery-button span {
    position: relative; }
    .spotlight[data-layout="square"] .entry .spot-button span:after,
    .photo_gallery .open-gallery-button span:after {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      transition-delay: .1s;
      content: '';
      position: absolute;
      bottom: 0px;
      left: 50%;
      transform: translateX(-50%);
      height: 1px;
      width: 0px;
      background: #FFFFFF;
      display: block; }
  .spotlight[data-layout="square"] .entry .spot-button:hover span:after, .spotlight[data-layout="square"] .entry .spot-button:focus span:after,
  .photo_gallery .open-gallery-button:hover span:after,
  .photo_gallery .open-gallery-button:focus span:after {
    width: 100%; }
  @media screen and (max-width: 500px) {
    .spotlight[data-layout="square"] .entry .spot-button,
    .photo_gallery .open-gallery-button {
      margin: auto;
      width: 240px; } }

@media screen and (max-width: 500px) {
  .spotlight .entry .spot-button {
    width: 240px; } }

.eventItem .buttons a {
  float: right; }
  .eventItem .buttons a:hover span:after, .eventItem .buttons a:focus span:after {
    width: 100%; }
  .eventItem .buttons a + .more {
    display: none; }
  @media screen and (max-width: 500px) {
    .eventItem .buttons a {
      width: 100%; } }

.eventItem span.tickets {
  display: none; }

.home-slideshow .rsDefault .rsGCaption .buttons span.tickets {
  display: none; }
  .home-slideshow .rsDefault .rsGCaption .buttons span.tickets + .more {
    display: block; }

.home-slideshow .rsDefault .rsGCaption .buttons a {
  margin-bottom: 20px;
  width: auto; }

.home-slideshow .rsDefault .rsGCaption .buttons .more {
  display: none; }

#loadMoreEvents {
  position: relative;
  margin: 20px auto 40px;
  display: inline-block;
  text-align: center;
  padding-top: 50px;
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 14px;
  text-transform: uppercase; }
  #loadMoreEvents:after {
    content: '';
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 0px;
    background: #191919;
    display: block; }
  #loadMoreEvents svg {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    overflow: visible; }
    #loadMoreEvents svg .bg_circle {
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      transform: scale(1);
      transform-origin: center;
      stroke: #999999; }
  #loadMoreEvents:hover:after, #loadMoreEvents:focus:after {
    width: 100%; }
  #loadMoreEvents:hover svg .bg_circle, #loadMoreEvents:focus svg .bg_circle {
    transform: scale(1.16);
    transform-origin: center;
    stroke: #191919; }

.buttonWrapper span.tickets {
  display: none; }

.buttonWrapper a.tickets {
  margin-bottom: 20px;
  width: 240px; }

.event_showings a.tickets {
  height: 34px;
  width: 125px;
  font-size: 13px;
  padding: 8px 0; }
  .event_showings a.tickets:hover span:after, .event_showings a.tickets:focus span:after {
    width: 100%; }
  @media screen and (max-width: 700px) {
    .event_showings a.tickets {
      width: auto;
      padding: 8px 20px; }
      .event_showings a.tickets b {
        display: none; } }

.read-more, .event_showings .show-all-showings {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  letter-spacing: 0.5px;
  line-height: 16px;
  padding-left: 29px;
  text-transform: uppercase;
  margin-top: 20px; }
  .read-more span, .event_showings .show-all-showings span {
    display: inline-block;
    text-decoration: none;
    background-image: linear-gradient(#191919, #191919);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s; }
    .read-more span:hover, .event_showings .show-all-showings span:hover, .read-more span:focus, .event_showings .show-all-showings span:focus {
      background-size: 100% 1px; }
  .read-more:before, .event_showings .show-all-showings:before, .read-more:after, .event_showings .show-all-showings:after {
    content: '';
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    top: 6px;
    left: 0px;
    content: '';
    width: 14px;
    height: 2px;
    background: #191919; }
  .read-more:after, .event_showings .show-all-showings:after {
    transform: rotate(90deg); }
  .read-more.is-opened:after, .event_showings .is-opened.show-all-showings:after, .is-opened + .read-more:after, .event_showings .is-opened + .show-all-showings:after {
    zoom: 1;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0); }

.footer .footer_bottom_right .button {
  background: none;
  color: white;
  border: 3px solid #4C4C4C;
  height: 46px;
  border-radius: 25px;
  padding: 15px 35px; }
  .footer .footer_bottom_right .button:after {
    bottom: 10px; }
  .footer .footer_bottom_right .button:hover, .footer .footer_bottom_right .button:focus {
    border-color: white; }

.intro_panel_event_list .eventItem .buttons a {
  background: #fff;
  color: #191919; }
  .intro_panel_event_list .eventItem .buttons a span {
    color: #191919; }
    .intro_panel_event_list .eventItem .buttons a span:after {
      background: #fff; }
  .intro_panel_event_list .eventItem .buttons a:hover, .intro_panel_event_list .eventItem .buttons a:focus {
    background: #191919;
    color: #fff;
    border-color: #fff; }
    .intro_panel_event_list .eventItem .buttons a:hover span, .intro_panel_event_list .eventItem .buttons a:focus span {
      color: #fff; }

.all-events {
  z-index: 2;
  position: relative;
  color: white;
  font-weight: 500;
  font-size: 16px;
  color: #191919;
  letter-spacing: 0.5px;
  line-height: 16px;
  text-transform: uppercase;
  padding-right: 24px;
  float: left; }
  .all-events:after {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    content: '';
    position: absolute;
    top: 2px;
    right: 0px;
    background: url(../images/icn_backtotop.png) center no-repeat;
    background-size: 100% 100%;
    transform: rotate(90deg);
    height: 8px;
    width: 15px;
    display: inline-block; }
  .all-events span {
    display: inline-block;
    text-decoration: none;
    background-image: linear-gradient(#191919, #191919);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s; }
    .all-events span:hover, .all-events span:focus {
      background-size: 100% 1px; }
  .all-events:hover:after, .all-events:focus:after {
    right: -3px; }
  @media screen and (max-width: 870px) {
    .all-events {
      margin: auto;
      display: inline-block;
      float: none; } }

/* 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: .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: 100%;
  width: 40px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  height: 42px; }
  .user-is-tabbing .rsDefault .rsArrow.rsHidden {
    display: block !important;
    opacity: 1 !important; }

.rsDefault.rsHor .rsArrowLeft {
  bottom: 0;
  left: auto;
  right: 40px; }

.rsDefault.rsHor .rsArrowRight {
  right: 0;
  bottom: 0; }
  .rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    transform: rotate(180deg); }

.rsDefault .rsArrowIcn {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  position: absolute;
  cursor: pointer;
  background: url(../images/slideshow_arrow.png) rgba(0, 0, 0, 0.7) center no-repeat;
  border-radius: 0px; }
  .rsDefault .rsArrowIcn:hover {
    background-color: #000;
    background-position: 10px center; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -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: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url("../images/rs-default.png") no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

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

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

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

/***************
*
*  6. Pause Autoplay Btn
*
****************/
.rsDefault .rsPauseBtn {
  -webkit-transition: all 100ms linear;
  -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; }
  .rsDefault .rsPauseBtn:before {
    content: '';
    border-left: 4px solid white;
    border-right: 4px solid white;
    width: 12px;
    height: 15px;
    display: block;
    cursor: pointer; }
  .rsDefault .rsPauseBtn.is-paused:before {
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-left: 12px solid white;
    border-right: none;
    width: 0px;
    height: 0px;
    width: 12px;
    height: 15px; }
  .rsDefault .rsPauseBtn:hover {
    background: black; }

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

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

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

/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 0;
  left: 0;
  text-align: left;
  color: #FFF;
  width: auto;
  height: auto; }
  .rsDefault .rsGCaption .rsABlock {
    position: relative; }
  .rsDefault .rsGCaption p {
    background: rgba(0, 0, 0, 0.7);
    margin: 0;
    padding: 15px 20px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }

/***************
*
*  9. Full Width Responsive
*
****************/
.rsDefault.rsFullWidth {
  width: 100%;
  height: auto;
  max-height: calc(100vw * (560/1440)); }
  .rsDefault.rsFullWidth img.rsImg {
    width: 100%;
    display: block; }

.full-slideshow {
  max-height: calc(100vw * (560/1440));
  overflow: hidden; }

.m-slideshow-container.gallery_slideshow {
  margin-bottom: 100px; }

.home-slideshow {
  float: left;
  max-width: 820px;
  width: calc(100% - 400px);
  max-height: none; }
  @media screen and (max-width: 1080px) {
    .home-slideshow {
      width: 100%;
      float: none;
      margin: 0 auto 40px; } }
  .home-slideshow .rsDefault.rsFullWidth {
    max-height: none; }
  .home-slideshow .rsImg {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .home-slideshow .rsLink:after {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    transition-delay: .1s;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50%;
    zoom: 1;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }
  .home-slideshow .rsLink:hover:after {
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100); }
  .home-slideshow .rsLink:hover + div .rsImg {
    transform: scale(1.05); }
  .home-slideshow.is-focused .rsLink:after {
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100); }
  .home-slideshow.is-focused .rsLink + div .rsImg {
    transform: scale(1.05); }
  .home-slideshow .rsDefault .rsGCaption {
    zoom: 1;
    position: relative;
    bottom: auto;
    left: auto;
    display: block;
    clear: both;
    padding-top: 20px; }
    .home-slideshow .rsDefault .rsGCaption:before, .home-slideshow .rsDefault .rsGCaption:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .home-slideshow .rsDefault .rsGCaption:after {
      clear: both; }
    .home-slideshow .rsDefault .rsGCaption .desc {
      clear: both;
      width: calc(100% - 180px);
      float: left;
      padding-left: 10px;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }
      @media screen and (max-width: 700px) {
        .home-slideshow .rsDefault .rsGCaption .desc {
          width: 100%;
          float: none; } }
    .home-slideshow .rsDefault .rsGCaption h3, .home-slideshow .rsDefault .rsGCaption h3 a, .home-slideshow .rsDefault .rsGCaption .tagline, .home-slideshow .rsDefault .rsGCaption .date {
      color: white; }
    .home-slideshow .rsDefault .rsGCaption h3 {
      position: relative;
      font-weight: 700;
      font-size: 49px;
      color: #FFF;
      letter-spacing: 0;
      line-height: 1.2;
      margin-bottom: 6px; }
      .home-slideshow .rsDefault .rsGCaption h3 a {
        position: relative;
        font-weight: 700;
        font-size: inherit;
        color: inherit;
        letter-spacing: 0;
        line-height: inherit;
        display: inline-block;
        text-decoration: none;
        background-image: linear-gradient(#FFFFFF, #FFFFFF);
        background-position: 0% 90%;
        background-repeat: no-repeat;
        background-size: 0% 2px;
        transition: background-size .3s;
        display: inline; }
        .home-slideshow .rsDefault .rsGCaption h3 a:hover, .home-slideshow .rsDefault .rsGCaption h3 a:focus {
          background-size: 100% 2px; }
        .home-slideshow .rsDefault .rsGCaption h3 a:hover {
          color: #FFFFFF; }
      @media screen and (max-width: 700px) {
        .home-slideshow .rsDefault .rsGCaption h3 {
          font-size: 31px; } }
    .home-slideshow .rsDefault .rsGCaption .date {
      position: relative;
      margin: 0;
      padding-top: 10px;
      margin-top: 15px;
      margin-left: 0px;
      text-transform: uppercase; }
      .home-slideshow .rsDefault .rsGCaption .date:before {
        -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;
        height: 2px;
        width: 60px;
        bottom: auto;
        top: 0px;
        background: #fff;
        zoom: 1;
        opacity: 0.5;
        -moz-opacity: 0.5;
        filter: alpha(opacity=50); }
      .home-slideshow .rsDefault .rsGCaption .date span {
        font-size: 20px;
        font-weight: 400; }
        .home-slideshow .rsDefault .rsGCaption .date span.m-date__day, .home-slideshow .rsDefault .rsGCaption .date span.m-date__separator {
          font-weight: 700; }
        .home-slideshow .rsDefault .rsGCaption .date span.m-date__year {
          font-size: 16px;
          margin-left: 10px; }
    .home-slideshow .rsDefault .rsGCaption .caption_body {
      font-weight: 400;
      font-size: 22px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 30px; }
    .home-slideshow .rsDefault .rsGCaption .buttons {
      float: right; }
      @media screen and (max-width: 700px) {
        .home-slideshow .rsDefault .rsGCaption .buttons {
          float: none;
          width: 100%;
          clear: both;
          margin-top: 30px; }
          .home-slideshow .rsDefault .rsGCaption .buttons a {
            width: 240px; } }
      @media screen and (max-width: 500px) {
        .home-slideshow .rsDefault .rsGCaption .buttons a {
          width: 100%;
          margin: 0; } }

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

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

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

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

/* ----------------------------------------------------------------------------
=Showtime Page Content
----------------------------------------------------------------------------- */
.content_item {
  zoom: 1;
  margin: auto;
  margin-bottom: 60px;
  max-width: 1020px;
  padding: 0 20px; }
  .content_item:before, .content_item:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .content_item:after {
    clear: both; }
  @media screen and (max-width: 700px) {
    .content_item {
      margin-bottom: 40px; } }

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

.page_header {
  background: white;
  padding: 20px 20px 30px;
  margin-bottom: 60px;
  overflow: hidden; }
  @media screen and (max-width: 700px) {
    .page_header {
      margin-bottom: 20px;
      padding-bottom: 20px; } }
  .page_header > * {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 40px);
    max-width: 1180px; }
  .page_header h1 {
    margin-bottom: 0; }
  .page_header .date {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: #191919;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase;
    padding-bottom: 5px;
    letter-spacing: 1px;
    margin-top: 15px; }
    .page_header .date span {
      letter-spacing: 1px; }
    .page_header .date:before {
      -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;
      height: 2px;
      width: 60px;
      background: #1a1a1a; }
    .page_header .date .m-date__day {
      font-weight: 700; }
    .page_header .date .m-date__year {
      font-weight: 400;
      font-size: 14px;
      color: #191919;
      letter-spacing: 1px;
      line-height: 16px;
      margin-left: 10px; }
  .event_listing_page .page_header {
    margin-bottom: 0; }

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

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

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

.breadcrumbs {
  font-family: "Heebo", sans-serif;
  font-size: 12px;
  color: #191919;
  letter-spacing: 0;
  line-height: 14px;
  margin-bottom: 30px;
  display: block;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  .breadcrumbs a, .breadcrumbs span {
    font-family: "Heebo", sans-serif;
    font-size: 12px;
    color: #191919;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 400; }
  .breadcrumbs a {
    position: relative; }
    .breadcrumbs a:after {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      content: '';
      position: absolute;
      left: 0px;
      bottom: 0px;
      height: 1px;
      width: 0;
      background: #191919;
      display: block; }
  .breadcrumbs a:hover:after {
    width: 100%; }
  .breadcrumbs .breadcrumb_divider {
    margin: 0 7px;
    font-family: "Heebo", sans-serif;
    font-size: 12px;
    color: #191919;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 400; }
  .breadcrumbs span {
    font-weight: 700; }
  @media screen and (max-width: 700px) {
    .breadcrumbs {
      margin-bottom: 15px; } }

/* ----------------------------------------------------------------------------
= Spotlight list style
----------------------------------------------------------------------------- */
.spotlight,
.concierge,
.news_list,
.contest_list,
.job_list,
.seating_charts,
.offer_list,
.gallery-listing {
  clear: both; }
  .spotlight .entry,
  .concierge .entry,
  .news_list .entry,
  .contest_list .entry,
  .job_list .entry,
  .seating_charts .entry,
  .offer_list .entry,
  .gallery-listing .entry {
    zoom: 1;
    padding-top: 40px;
    padding-bottom: 45px;
    margin-bottom: 0px;
    border-bottom: 2px solid #999999; }
    .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,
    .gallery-listing .entry:before,
    .gallery-listing .entry:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .spotlight .entry:after,
    .concierge .entry:after,
    .news_list .entry:after,
    .contest_list .entry:after,
    .job_list .entry:after,
    .seating_charts .entry:after,
    .offer_list .entry:after,
    .gallery-listing .entry:after {
      clear: both; }
    .spotlight .entry:last-child,
    .concierge .entry:last-child,
    .news_list .entry:last-child,
    .contest_list .entry:last-child,
    .job_list .entry:last-child,
    .seating_charts .entry:last-child,
    .offer_list .entry:last-child,
    .gallery-listing .entry:last-child {
      margin-bottom: 0; }
    @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,
      .gallery-listing .entry {
        padding-top: 30px;
        padding-bottom: 30px; } }
  .spotlight .thumb,
  .concierge .thumb,
  .news_list .thumb,
  .contest_list .thumb,
  .job_list .thumb,
  .seating_charts .thumb,
  .offer_list .thumb,
  .gallery-listing .thumb {
    position: relative;
    min-width: 150px;
    max-width: 280px;
    width: 280px;
    margin: 0 40px 0px 0;
    float: left;
    /*&:before {
			content: '';
			height: 180px;
			max-height: 95%;
			width: 180px;
			display: block;
			position: absolute;
			top: -6px;
			left: -6px;
			/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#999999+1,999999+100&1+0,0+53 * /
			background: -moz-linear-gradient(-45deg, rgba(153, 153, 153, 1) 0%, rgba(153, 153, 153, 0.98) 1%, rgba(153, 153, 153, 0) 53%, rgba(153, 153, 153, 0) 100%); /* FF3.6-15 * /
			background: -webkit-linear-gradient(-45deg, rgba(153, 153, 153, 1) 0%, rgba(153, 153, 153, 0.98) 1%, rgba(153, 153, 153, 0) 53%, rgba(153, 153, 153, 0) 100%); /* Chrome10-25,Safari5.1-6 * /
			background: linear-gradient(135deg, rgba(153, 153, 153, 1) 0%, rgba(153, 153, 153, 0.98) 1%, rgba(153, 153, 153, 0) 53%, rgba(153, 153, 153, 0) 100%); / * W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ * /
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#00999999',GradientType=1 ); / * IE6-9 fallback on horizontal gradient * /
			z-index: -1;
		}*/ }
    .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,
    .gallery-listing .thumb a {
      display: block;
      opacity: 1;
      overflow: hidden;
      /*&:before {
				@include animated(0.2s);
				content: '';
				height: 180px;
				max-height: 95%;
				width: 180px;
				display: block;
				position: absolute;
				top: -6px;
				left: -6px;
				background: #999999;
				z-index: -1;
				@include opacity(0);
			}
			&:after {
				@include animated(0.15s);
				transition-delay: .1s;
				content: '';
				position: absolute;
				bottom: 0;
				left: 0;
				display: block;
				width: 100%;
				height: 50%;
				@include opacity(0);
				background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* FF3.6-15 * /
				background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 * /
				background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ * /
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); / * IE6-9 * /
			}*/ }
      .spotlight .thumb a:hover img,
      .concierge .thumb a:hover img,
      .news_list .thumb a:hover img,
      .contest_list .thumb a:hover img,
      .job_list .thumb a:hover img,
      .seating_charts .thumb a:hover img,
      .offer_list .thumb a:hover img,
      .gallery-listing .thumb a:hover img {
        transform: scale(1.05); }
    .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,
    .gallery-listing .thumb img {
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      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,
      .gallery-listing .thumb {
        margin: 0 auto 20px;
        float: none; } }
  .spotlight .info,
  .concierge .info,
  .news_list .info,
  .contest_list .info,
  .job_list .info,
  .seating_charts .info,
  .offer_list .info,
  .gallery-listing .info {
    float: left;
    width: 100%;
    display: block; }
    @media screen and (max-width: 700px) {
      .spotlight .info,
      .concierge .info,
      .news_list .info,
      .contest_list .info,
      .job_list .info,
      .seating_charts .info,
      .offer_list .info,
      .gallery-listing .info {
        margin: 0 auto 0px;
        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,
        .gallery-listing .info li {
          text-align: left; } }
  .spotlight .thumb + .info,
  .concierge .thumb + .info,
  .news_list .thumb + .info,
  .contest_list .thumb + .info,
  .job_list .thumb + .info,
  .seating_charts .thumb + .info,
  .offer_list .thumb + .info,
  .gallery-listing .thumb + .info {
    width: calc(100% - (280px + 40px)); }
    @media screen and (max-width: 700px) {
      .spotlight .thumb + .info,
      .concierge .thumb + .info,
      .news_list .thumb + .info,
      .contest_list .thumb + .info,
      .job_list .thumb + .info,
      .seating_charts .thumb + .info,
      .offer_list .thumb + .info,
      .gallery-listing .thumb + .info {
        width: 100%; } }
  .spotlight .date,
  .concierge .date,
  .news_list .date,
  .contest_list .date,
  .job_list .date,
  .seating_charts .date,
  .offer_list .date,
  .gallery-listing .date {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: #191919;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 5px;
    letter-spacing: 1px; }
    .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,
    .gallery-listing .date:before {
      -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;
      height: 2px;
      width: 60px;
      background: #1a1a1a; }
    .spotlight .date .m-date__day,
    .concierge .date .m-date__day,
    .news_list .date .m-date__day,
    .contest_list .date .m-date__day,
    .job_list .date .m-date__day,
    .seating_charts .date .m-date__day,
    .offer_list .date .m-date__day,
    .gallery-listing .date .m-date__day {
      font-weight: 700; }
    .spotlight .date .m-date__year,
    .concierge .date .m-date__year,
    .news_list .date .m-date__year,
    .contest_list .date .m-date__year,
    .job_list .date .m-date__year,
    .seating_charts .date .m-date__year,
    .offer_list .date .m-date__year,
    .gallery-listing .date .m-date__year {
      font-weight: 400;
      font-size: 14px;
      color: #191919;
      letter-spacing: 1px;
      line-height: 16px;
      margin-left: 10px; }
  .spotlight .title,
  .concierge .title,
  .news_list .title,
  .contest_list .title,
  .job_list .title,
  .seating_charts .title,
  .offer_list .title,
  .gallery-listing .title {
    line-height: 1.2;
    margin-bottom: 15px; }
    .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,
    .gallery-listing .title a {
      position: relative;
      color: #191919;
      display: inline;
      overflow: hidden;
      line-height: inherit;
      display: inline-block;
      text-decoration: none;
      background-image: linear-gradient(#191919, #191919);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 0% 2px;
      transition: background-size .3s;
      -webkit-transition: all 0.4s linear;
      -moz-transition: all 0.4s linear;
      -o-transition: all 0.4s linear;
      transition: all 0.4s linear;
      display: inline;
      background-position: 0% 90%; }
      .spotlight .title a:hover, .spotlight .title a:focus,
      .concierge .title a:hover,
      .concierge .title a:focus,
      .news_list .title a:hover,
      .news_list .title a:focus,
      .contest_list .title a:hover,
      .contest_list .title a:focus,
      .job_list .title a:hover,
      .job_list .title a:focus,
      .seating_charts .title a:hover,
      .seating_charts .title a:focus,
      .offer_list .title a:hover,
      .offer_list .title a:focus,
      .gallery-listing .title a:hover,
      .gallery-listing .title a:focus {
        background-size: 100% 2px; }
      .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,
      .gallery-listing .title a:hover {
        color: #191919; }
  .spotlight .spotlight_content ol, .spotlight .spotlight_content ul,
  .concierge .spotlight_content ol,
  .concierge .spotlight_content ul,
  .news_list .spotlight_content ol,
  .news_list .spotlight_content ul,
  .contest_list .spotlight_content ol,
  .contest_list .spotlight_content ul,
  .job_list .spotlight_content ol,
  .job_list .spotlight_content ul,
  .seating_charts .spotlight_content ol,
  .seating_charts .spotlight_content ul,
  .offer_list .spotlight_content ol,
  .offer_list .spotlight_content ul,
  .gallery-listing .spotlight_content ol,
  .gallery-listing .spotlight_content ul {
    margin-left: 10px; }
  .spotlight .buttons a, .spotlight .links a,
  .concierge .buttons a,
  .concierge .links a,
  .news_list .buttons a,
  .news_list .links a,
  .contest_list .buttons a,
  .contest_list .links a,
  .job_list .buttons a,
  .job_list .links a,
  .seating_charts .buttons a,
  .seating_charts .links a,
  .offer_list .buttons a,
  .offer_list .links a,
  .gallery-listing .buttons a,
  .gallery-listing .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,
    .gallery-listing .buttons,
    .gallery-listing .links {
      margin: 0 auto 20px;
      float: none;
      text-align: center; }
      .spotlight .buttons a, .spotlight .links a,
      .concierge .buttons a,
      .concierge .links a,
      .news_list .buttons a,
      .news_list .links a,
      .contest_list .buttons a,
      .contest_list .links a,
      .job_list .buttons a,
      .job_list .links a,
      .seating_charts .buttons a,
      .seating_charts .links a,
      .offer_list .buttons a,
      .offer_list .links a,
      .gallery-listing .buttons a,
      .gallery-listing .links a {
        margin: 0 10px; } }
  .spotlight .links a,
  .concierge .links a,
  .news_list .links a,
  .contest_list .links a,
  .job_list .links a,
  .seating_charts .links a,
  .offer_list .links a,
  .gallery-listing .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"],
  .gallery-listing[data-layout="square"] {
    zoom: 1;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 0px;
    border-top: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .spotlight[data-layout="square"]:before, .spotlight[data-layout="square"]:after,
    .concierge[data-layout="square"]:before,
    .concierge[data-layout="square"]:after,
    .news_list[data-layout="square"]:before,
    .news_list[data-layout="square"]:after,
    .contest_list[data-layout="square"]:before,
    .contest_list[data-layout="square"]:after,
    .job_list[data-layout="square"]:before,
    .job_list[data-layout="square"]:after,
    .seating_charts[data-layout="square"]:before,
    .seating_charts[data-layout="square"]:after,
    .offer_list[data-layout="square"]:before,
    .offer_list[data-layout="square"]:after,
    .gallery-listing[data-layout="square"]:before,
    .gallery-listing[data-layout="square"]:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .spotlight[data-layout="square"]:after,
    .concierge[data-layout="square"]:after,
    .news_list[data-layout="square"]:after,
    .contest_list[data-layout="square"]:after,
    .job_list[data-layout="square"]:after,
    .seating_charts[data-layout="square"]:after,
    .offer_list[data-layout="square"]:after,
    .gallery-listing[data-layout="square"]:after {
      clear: both; }
    .spotlight[data-layout="square"] .entry,
    .concierge[data-layout="square"] .entry,
    .news_list[data-layout="square"] .entry,
    .contest_list[data-layout="square"] .entry,
    .job_list[data-layout="square"] .entry,
    .seating_charts[data-layout="square"] .entry,
    .offer_list[data-layout="square"] .entry,
    .gallery-listing[data-layout="square"] .entry {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      width: 100%;
      float: left;
      padding: 0;
      border: none;
      margin: 0 0 20px;
      border-bottom: 2px solid #999999;
      padding-bottom: 20px;
      margin-bottom: 30px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center; }
      .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,
      .gallery-listing[data-layout="square"] .entry .thumb {
        display: block;
        width: 100%;
        margin: auto;
        margin-bottom: 20px; }
      .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,
      .gallery-listing[data-layout="square"] .entry .info {
        width: 100%;
        display: block;
        padding: 0;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        flex-grow: 1; }
      .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,
      .gallery-listing[data-layout="square"] .entry.no_content .info .title {
        flex-grow: 1; }
      .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,
      .gallery-listing[data-layout="square"] .entry .title:before {
        display: none; }
      .spotlight[data-layout="square"] .entry:hover,
      .concierge[data-layout="square"] .entry:hover,
      .news_list[data-layout="square"] .entry:hover,
      .contest_list[data-layout="square"] .entry:hover,
      .job_list[data-layout="square"] .entry:hover,
      .seating_charts[data-layout="square"] .entry:hover,
      .offer_list[data-layout="square"] .entry:hover,
      .gallery-listing[data-layout="square"] .entry:hover {
        border-bottom: 2px solid #1a1a1a; }
      .spotlight[data-layout="square"] .entry .spotlight_content,
      .concierge[data-layout="square"] .entry .spotlight_content,
      .news_list[data-layout="square"] .entry .spotlight_content,
      .contest_list[data-layout="square"] .entry .spotlight_content,
      .job_list[data-layout="square"] .entry .spotlight_content,
      .seating_charts[data-layout="square"] .entry .spotlight_content,
      .offer_list[data-layout="square"] .entry .spotlight_content,
      .gallery-listing[data-layout="square"] .entry .spotlight_content {
        flex-grow: 1;
        max-width: 100%; }
        .spotlight[data-layout="square"] .entry .spotlight_content p,
        .concierge[data-layout="square"] .entry .spotlight_content p,
        .news_list[data-layout="square"] .entry .spotlight_content p,
        .contest_list[data-layout="square"] .entry .spotlight_content p,
        .job_list[data-layout="square"] .entry .spotlight_content p,
        .seating_charts[data-layout="square"] .entry .spotlight_content p,
        .offer_list[data-layout="square"] .entry .spotlight_content p,
        .gallery-listing[data-layout="square"] .entry .spotlight_content p {
          max-width: 100%; }
      @media screen and (min-width: 501px) {
        .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,
        .gallery-listing[data-layout="square"] .entry {
          width: calc((100% / (3 - 1)) - 60px);
          padding-bottom: 40px;
          margin: 0 30px 60px; }
          .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),
          .gallery-listing[data-layout="square"] .entry:nth-child(odd) {
            clear: left; } }
      @media screen and (min-width: 871px) {
        .spotlight[data-layout="square"] .entry,
        .concierge[data-layout="square"] .entry,
        .news_list[data-layout="square"] .entry,
        .contest_list[data-layout="square"] .entry,
        .job_list[data-layout="square"] .entry,
        .seating_charts[data-layout="square"] .entry,
        .offer_list[data-layout="square"] .entry,
        .gallery-listing[data-layout="square"] .entry {
          width: calc(33.3% - 60px); }
          .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),
          .gallery-listing[data-layout="square"] .entry:nth-child(odd) {
            clear: none; }
          .spotlight[data-layout="square"] .entry:nth-child(4n+1),
          .concierge[data-layout="square"] .entry:nth-child(4n+1),
          .news_list[data-layout="square"] .entry:nth-child(4n+1),
          .contest_list[data-layout="square"] .entry:nth-child(4n+1),
          .job_list[data-layout="square"] .entry:nth-child(4n+1),
          .seating_charts[data-layout="square"] .entry:nth-child(4n+1),
          .offer_list[data-layout="square"] .entry:nth-child(4n+1),
          .gallery-listing[data-layout="square"] .entry:nth-child(4n+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"],
  .gallery-listing[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;
    align-items: center; }
    .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,
    .gallery-listing[data-layout="logos"]:before,
    .gallery-listing[data-layout="logos"]:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .spotlight[data-layout="logos"]:after,
    .concierge[data-layout="logos"]:after,
    .news_list[data-layout="logos"]:after,
    .contest_list[data-layout="logos"]:after,
    .job_list[data-layout="logos"]:after,
    .seating_charts[data-layout="logos"]:after,
    .offer_list[data-layout="logos"]:after,
    .gallery-listing[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,
    .gallery-listing[data-layout="logos"] .entry {
      width: calc(50% - 20px);
      float: left;
      padding: 0;
      border: none;
      margin: 0 10px 20px; }
      .spotlight[data-layout="logos"] .entry .thumb,
      .concierge[data-layout="logos"] .entry .thumb,
      .news_list[data-layout="logos"] .entry .thumb,
      .contest_list[data-layout="logos"] .entry .thumb,
      .job_list[data-layout="logos"] .entry .thumb,
      .seating_charts[data-layout="logos"] .entry .thumb,
      .offer_list[data-layout="logos"] .entry .thumb,
      .gallery-listing[data-layout="logos"] .entry .thumb {
        display: block;
        width: 100%;
        min-width: 0px;
        margin-bottom: 20px;
        margin-right: 0; }
        .spotlight[data-layout="logos"] .entry .thumb:before, .spotlight[data-layout="logos"] .entry .thumb:after,
        .concierge[data-layout="logos"] .entry .thumb:before,
        .concierge[data-layout="logos"] .entry .thumb:after,
        .news_list[data-layout="logos"] .entry .thumb:before,
        .news_list[data-layout="logos"] .entry .thumb:after,
        .contest_list[data-layout="logos"] .entry .thumb:before,
        .contest_list[data-layout="logos"] .entry .thumb:after,
        .job_list[data-layout="logos"] .entry .thumb:before,
        .job_list[data-layout="logos"] .entry .thumb:after,
        .seating_charts[data-layout="logos"] .entry .thumb:before,
        .seating_charts[data-layout="logos"] .entry .thumb:after,
        .offer_list[data-layout="logos"] .entry .thumb:before,
        .offer_list[data-layout="logos"] .entry .thumb:after,
        .gallery-listing[data-layout="logos"] .entry .thumb:before,
        .gallery-listing[data-layout="logos"] .entry .thumb:after {
          display: none; }
        .spotlight[data-layout="logos"] .entry .thumb a:before, .spotlight[data-layout="logos"] .entry .thumb a:after,
        .concierge[data-layout="logos"] .entry .thumb a:before,
        .concierge[data-layout="logos"] .entry .thumb a:after,
        .news_list[data-layout="logos"] .entry .thumb a:before,
        .news_list[data-layout="logos"] .entry .thumb a:after,
        .contest_list[data-layout="logos"] .entry .thumb a:before,
        .contest_list[data-layout="logos"] .entry .thumb a:after,
        .job_list[data-layout="logos"] .entry .thumb a:before,
        .job_list[data-layout="logos"] .entry .thumb a:after,
        .seating_charts[data-layout="logos"] .entry .thumb a:before,
        .seating_charts[data-layout="logos"] .entry .thumb a:after,
        .offer_list[data-layout="logos"] .entry .thumb a:before,
        .offer_list[data-layout="logos"] .entry .thumb a:after,
        .gallery-listing[data-layout="logos"] .entry .thumb a:before,
        .gallery-listing[data-layout="logos"] .entry .thumb a:after {
          display: none; }
        .spotlight[data-layout="logos"] .entry .thumb a:hover,
        .concierge[data-layout="logos"] .entry .thumb a:hover,
        .news_list[data-layout="logos"] .entry .thumb a:hover,
        .contest_list[data-layout="logos"] .entry .thumb a:hover,
        .job_list[data-layout="logos"] .entry .thumb a:hover,
        .seating_charts[data-layout="logos"] .entry .thumb a:hover,
        .offer_list[data-layout="logos"] .entry .thumb a:hover,
        .gallery-listing[data-layout="logos"] .entry .thumb a:hover {
          zoom: 1;
          opacity: 0.8;
          -moz-opacity: 0.8;
          filter: alpha(opacity=80); }
        .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,
        .gallery-listing[data-layout="logos"] .entry .thumb img {
          max-width: 100%; }
      .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,
      .gallery-listing[data-layout="logos"] .entry .info {
        width: 100%;
        display: block;
        padding: 0; }
      .spotlight[data-layout="logos"] .entry .title:before,
      .concierge[data-layout="logos"] .entry .title:before,
      .news_list[data-layout="logos"] .entry .title:before,
      .contest_list[data-layout="logos"] .entry .title:before,
      .job_list[data-layout="logos"] .entry .title:before,
      .seating_charts[data-layout="logos"] .entry .title:before,
      .offer_list[data-layout="logos"] .entry .title:before,
      .gallery-listing[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,
      .gallery-listing[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,
        .gallery-listing[data-layout="logos"] .entry {
          width: calc((100% / (5 - 2)) - 20px);
          margin: 0 10px 20px; }
          .spotlight[data-layout="logos"] .entry:nth-child(odd),
          .concierge[data-layout="logos"] .entry:nth-child(odd),
          .news_list[data-layout="logos"] .entry:nth-child(odd),
          .contest_list[data-layout="logos"] .entry:nth-child(odd),
          .job_list[data-layout="logos"] .entry:nth-child(odd),
          .seating_charts[data-layout="logos"] .entry:nth-child(odd),
          .offer_list[data-layout="logos"] .entry:nth-child(odd),
          .gallery-listing[data-layout="logos"] .entry:nth-child(odd) {
            clear: left; } }
      @media screen and (min-width: 871px) {
        .spotlight[data-layout="logos"] .entry,
        .concierge[data-layout="logos"] .entry,
        .news_list[data-layout="logos"] .entry,
        .contest_list[data-layout="logos"] .entry,
        .job_list[data-layout="logos"] .entry,
        .seating_charts[data-layout="logos"] .entry,
        .offer_list[data-layout="logos"] .entry,
        .gallery-listing[data-layout="logos"] .entry {
          width: calc((100% / 5) - 20px); }
          .spotlight[data-layout="logos"] .entry:nth-child(odd),
          .concierge[data-layout="logos"] .entry:nth-child(odd),
          .news_list[data-layout="logos"] .entry:nth-child(odd),
          .contest_list[data-layout="logos"] .entry:nth-child(odd),
          .job_list[data-layout="logos"] .entry:nth-child(odd),
          .seating_charts[data-layout="logos"] .entry:nth-child(odd),
          .offer_list[data-layout="logos"] .entry:nth-child(odd),
          .gallery-listing[data-layout="logos"] .entry:nth-child(odd) {
            clear: none; }
          .spotlight[data-layout="logos"] .entry:nth-child(4n+1),
          .concierge[data-layout="logos"] .entry:nth-child(4n+1),
          .news_list[data-layout="logos"] .entry:nth-child(4n+1),
          .contest_list[data-layout="logos"] .entry:nth-child(4n+1),
          .job_list[data-layout="logos"] .entry:nth-child(4n+1),
          .seating_charts[data-layout="logos"] .entry:nth-child(4n+1),
          .offer_list[data-layout="logos"] .entry:nth-child(4n+1),
          .gallery-listing[data-layout="logos"] .entry:nth-child(4n+1) {
            clear: left; } }

@media screen and (max-width: 700px) {
  .gallery-listing .entry .info {
    text-align: center; }
    .gallery-listing .entry .info .title {
      display: inline-block;
      margin: 0 auto 15px; } }

.news_list .title a {
  background-size: 0% 2px; }

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

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

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

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

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

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

.dontshow-overlay {
  width: 100%;
  padding: 10px 0;
  background: white;
  cursor: pointer;
  text-align: center;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #191919;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 13px;
  transition: all 200ms linear;
  text-transform: uppercase; }
  .dontshow-overlay:hover {
    color: #fff;
    background: #191919; }

/* ----------------------------------------------------------------------------
= Homepage items and layout
----------------------------------------------------------------------------- */
.home .full {
  padding-bottom: 60px; }

.home .full_column.non-widget-area {
  max-width: 1220px;
  margin: auto;
  padding: 80px 20px; }
  .home .full_column.non-widget-area h2 {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-transform: uppercase;
    font-weight: 400; }
    .home .full_column.non-widget-area h2 strong {
      font-weight: 500; }
    @media screen and (max-width: 700px) {
      .home .full_column.non-widget-area h2 {
        font-size: 39px; } }
  @media screen and (max-width: 700px) {
    .home .full_column.non-widget-area {
      padding: 40px 20px; } }
  .home .full_column.non-widget-area.no_promos {
    max-width: 860px; }
    .home .full_column.non-widget-area.no_promos .toggles_filter_wrapper,
    .home .full_column.non-widget-area.no_promos .featured_events_section.event_list {
      max-width: 100%; }

.home .homepage_top {
  background: #5D6974; }

.home .homepage_top_inner {
  max-width: 1280px;
  padding: 60px 20px;
  margin: auto; }
  @media screen and (max-width: 870px) {
    .home .homepage_top_inner {
      padding: 20px; } }
  @media screen and (max-width: 700px) {
    .home .homepage_top_inner {
      padding: 10px 10px 40px; } }

.home .secondary_events_section.event_list_grid {
  float: right;
  width: 360px; }
  @media screen and (max-width: 1080px) {
    .home .secondary_events_section.event_list_grid {
      width: 100%;
      max-width: 760px;
      margin: auto;
      float: none; } }
  @media screen and (max-width: 500px) {
    .home .secondary_events_section.event_list_grid {
      padding: 0; } }

.home .toggles_filter_wrapper {
  zoom: 1;
  width: 860px;
  max-width: calc(100% - 320px); }
  .home .toggles_filter_wrapper:before, .home .toggles_filter_wrapper:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .home .toggles_filter_wrapper:after {
    clear: both; }
  .home .toggles_filter_wrapper .category-dropdown {
    float: right;
    width: 279px; }
  .home .toggles_filter_wrapper .event_list_toggles {
    float: left; }
  @media screen and (max-width: 870px) {
    .home .toggles_filter_wrapper {
      width: 100%; }
      .home .toggles_filter_wrapper .category-dropdown {
        float: none; } }

.home .featured_events_section.event_list {
  float: left;
  width: 880px;
  max-width: calc(100% - 320px);
  margin-top: 40px;
  padding: 0; }
  @media screen and (max-width: 870px) {
    .home .featured_events_section.event_list {
      float: none;
      width: 100%;
      max-width: 100%; } }

.home .homepage_promos {
  zoom: 1;
  float: right;
  margin-top: 40px; }
  .home .homepage_promos:before, .home .homepage_promos:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .home .homepage_promos:after {
    clear: both; }
  .home .homepage_promos .promo {
    position: relative;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    clear: both;
    float: left;
    background: #191919;
    color: white;
    width: 280px;
    height: 440px;
    background: url(../images/bg_promo.jpg) no-repeat;
    background-size: cover;
    margin-bottom: 60px;
    padding: 60px 25px; }
    .home .homepage_promos .promo:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      z-index: 0;
      zoom: 1;
      opacity: 0.75;
      -moz-opacity: 0.75;
      filter: alpha(opacity=75);
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); }
  .home .homepage_promos .title {
    position: relative;
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    z-index: 2;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 10px; }
    .home .homepage_promos .title strong {
      font-weight: 700; }
    .home .homepage_promos .title:before {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      content: '';
      width: 100%;
      height: 2px;
      background: #999999;
      position: absolute;
      bottom: 0px;
      right: calc(100% - 60px); }
  .home .homepage_promos .body {
    position: relative;
    z-index: 2; }
    .home .homepage_promos .body * {
      font-size: 18px;
      color: #D9D9D9;
      letter-spacing: 0;
      line-height: 24px; }
  .home .homepage_promos .link {
    z-index: 2;
    position: absolute;
    bottom: 25px;
    right: 25px;
    color: white;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 14px;
    text-transform: uppercase;
    padding-right: 24px; }
    .home .homepage_promos .link:after {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      content: '';
      position: absolute;
      top: -2px;
      right: 0px;
      background: url(../images/slideshow_arrow.png) center no-repeat;
      background-size: 8px 15px;
      transform: rotate(180deg);
      height: 15px;
      width: 8px;
      display: inline-block;
      margin-bottom: -2px;
      margin-left: 15px; }
    .home .homepage_promos .link span {
      display: inline-block;
      text-decoration: none;
      background-image: linear-gradient(#FFFFFF, #FFFFFF);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 0% 1px;
      transition: background-size .3s; }
      .home .homepage_promos .link span:hover, .home .homepage_promos .link span:focus {
        background-size: 100% 1px; }
    .home .homepage_promos .link:hover:after {
      right: -3px; }
  .home .homepage_promos a.promo:hover .title:before, .home .homepage_promos a.promo:focus .title:before {
    content: '';
    right: -30px;
    background: #FFFFFF; }
  .home .homepage_promos a.promo:hover:before, .home .homepage_promos a.promo:focus:before {
    content: '';
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100); }
  @media screen and (max-width: 870px) {
    .home .homepage_promos {
      float: none;
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: flex-start; }
      .home .homepage_promos .promo {
        margin: 0 20px; } }
  @media screen and (max-width: 700px) {
    .home .homepage_promos {
      display: block; }
      .home .homepage_promos .promo {
        width: 280px;
        display: block;
        margin: 0 auto 40px;
        float: none; } }

.home .m-venueframework-socialwidget__list {
  display: none; }

.home .in_feed {
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 100px 0 -60px; }
  .home .in_feed .instagram_feed_wrapper {
    overflow: hidden;
    max-height: 500px;
    padding-top: 62px;
    padding-bottom: 40px;
    padding-left: 100px;
    padding-right: 100px; }
    @media screen and (max-width: 1080px) {
      .home .in_feed .instagram_feed_wrapper {
        padding-left: 0;
        padding-right: 0; } }
  .home .in_feed .insta_username {
    font-size: 16px;
    color: #191919;
    letter-spacing: 0;
    line-height: 2;
    display: inline-block;
    text-decoration: none;
    background-image: linear-gradient(#191919, #191919);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 40px 2px;
    transition: background-size .3s; }
    .home .in_feed .insta_username:hover {
      background-size: 100% 2px; }
  .home .in_feed .connect_header {
    font-family: "Heebo", sans-serif;
    font-weight: 500;
    font-size: 61px;
    color: #191919;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    bottom: 100%;
    transform: translate(-50%, 50%);
    left: 50%;
    width: 100%;
    max-width: 1400px;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start; }
    .home .in_feed .connect_header .small-text {
      font-size: 16px;
      text-transform: initial;
      margin-left: 15px; }
    .home .in_feed .connect_header .insta_icon {
      font-size: 20px;
      margin-left: 15px;
      margin-right: 10px; }
    @media screen and (max-width: 1080px) {
      .home .in_feed .connect_header {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 500px) {
      .home .in_feed .connect_header {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 39px;
        display: block; }
        .home .in_feed .connect_header .small-text {
          display: block;
          width: 100%; } }
  .home .in_feed .m-venueframework-socialwidget__thumb {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .home .in_feed .m-venueframework-socialwidget__item {
    height: 290px;
    width: 290px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.2) 100%);
    box-shadow: 4px 3px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .home .in_feed .m-venueframework-socialwidget__item:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: #fff;
      zoom: 1;
      opacity: 0;
      -moz-opacity: 0;
      filter: alpha(opacity=0);
      z-index: -1; }
    .home .in_feed .m-venueframework-socialwidget__item:hover:before, .home .in_feed .m-venueframework-socialwidget__item:focus:before {
      zoom: 1;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100); }
    @media screen and (max-width: 500px) {
      .home .in_feed .m-venueframework-socialwidget__item {
        height: 250px;
        width: 250px; } }
  .home .in_feed .m-venueframework-socialwidget__imageLink:before {
    content: ' ';
    display: block;
    width: 100%;
    padding-top: 0%; }
  .home .in_feed .m-venueframework-socialwidget__imageLink {
    position: relative; }
    .home .in_feed .m-venueframework-socialwidget__imageLink:before {
      -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: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.65);
      z-index: 5;
      zoom: 1;
      opacity: 0;
      -moz-opacity: 0;
      filter: alpha(opacity=0); }
    .home .in_feed .m-venueframework-socialwidget__imageLink:after {
      -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: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      content: 'go to post';
      background: url(../images/icn_gotopost.png) top center no-repeat;
      padding-top: 35px;
      text-align: center;
      font-size: 16px;
      color: #FFFFFF;
      letter-spacing: 0;
      text-align: center;
      line-height: 14px;
      z-index: 6;
      zoom: 1;
      opacity: 0;
      -moz-opacity: 0;
      filter: alpha(opacity=0); }
    .home .in_feed .m-venueframework-socialwidget__imageLink:hover:before, .home .in_feed .m-venueframework-socialwidget__imageLink:hover:after, .home .in_feed .m-venueframework-socialwidget__imageLink:focus:before, .home .in_feed .m-venueframework-socialwidget__imageLink:focus:after {
      zoom: 1;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100); }
  .home .in_feed .m-venueframework-socialwidget__list.owl-carousel {
    width: calc(310px * 4);
    margin: auto; }
    @media screen and (max-width: 1360px) {
      .home .in_feed .m-venueframework-socialwidget__list.owl-carousel {
        width: calc(310px * 3); } }
    @media screen and (max-width: 1080px) {
      .home .in_feed .m-venueframework-socialwidget__list.owl-carousel {
        width: calc(310px * 2); } }
    @media screen and (max-width: 760px) {
      .home .in_feed .m-venueframework-socialwidget__list.owl-carousel {
        width: calc(310px * 1); } }
    @media screen and (max-width: 500px) {
      .home .in_feed .m-venueframework-socialwidget__list.owl-carousel {
        width: calc(250px * 1); } }
  .home .in_feed .owl-buttons {
    position: absolute;
    top: calc(50% - 20px);
    left: 0px;
    width: 100%; }
    .home .in_feed .owl-buttons .owl-prev,
    .home .in_feed .owl-buttons .owl-next {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      height: 50px;
      width: 50px;
      border: 3px solid white;
      background: transparent;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      transform: translateY(-50%); }
      .home .in_feed .owl-buttons .owl-prev i,
      .home .in_feed .owl-buttons .owl-next i {
        display: flex;
        align-items: center;
        justify-content: center; }
      .home .in_feed .owl-buttons .owl-prev:hover,
      .home .in_feed .owl-buttons .owl-next:hover {
        background: #ffffff; }
      @media screen and (max-width: 500px) {
        .home .in_feed .owl-buttons .owl-prev,
        .home .in_feed .owl-buttons .owl-next {
          border: none; }
          .home .in_feed .owl-buttons .owl-prev:hover,
          .home .in_feed .owl-buttons .owl-next:hover {
            background: none; }
            .home .in_feed .owl-buttons .owl-prev:hover i,
            .home .in_feed .owl-buttons .owl-next:hover i {
              transform: scale(1.3); } }
    .home .in_feed .owl-buttons .owl-prev {
      position: absolute;
      right: calc(100% + 20px); }
      @media screen and (max-width: 1080px) {
        .home .in_feed .owl-buttons .owl-prev {
          right: auto;
          left: -65px; } }
      @media screen and (max-width: 500px) {
        .home .in_feed .owl-buttons .owl-prev {
          left: -45px; } }
    .home .in_feed .owl-buttons .owl-next {
      position: absolute;
      left: calc(100% + 20px); }
      @media screen and (max-width: 1080px) {
        .home .in_feed .owl-buttons .owl-next {
          right: -65px;
          left: auto; } }
      @media screen and (max-width: 500px) {
        .home .in_feed .owl-buttons .owl-next {
          right: -45px; } }

.link {
  position: relative; }
  .link ul.list {
    padding: 0; }
    .link ul.list > li {
      margin-bottom: 20px; }
    .link ul.list li > a, .link ul.list li > span {
      display: inline-block;
      position: relative;
      padding: 5px 0px 5px 63px;
      word-wrap: break-word;
      color: #191919;
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      font-family: "Heebo", sans-serif;
      font-weight: 700;
      font-size: 20px;
      color: #191919;
      letter-spacing: 0;
      line-height: 20px;
      /*------------------------------------------------------------
            =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: #191919; }
      .link ul.list li > a:before, .link ul.list li > span:before {
        -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;
        left: 16px;
        top: 50%;
        transform: translate(-50%, -50%);
        background: #FFFFFF;
        box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3);
        height: 0px;
        width: 0px;
        border-radius: 50%; }
      .link ul.list li > a:after, .link ul.list li > span: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: 63px;
        height: 2px;
        width: 0px;
        display: block;
        background: #191919;
        z-index: -1; }
      .link ul.list li > a .link_icon .internal, .link ul.list li > span .link_icon .internal {
        display: block; }
      .link ul.list li > a .link_icon .external, .link ul.list li > span .link_icon .external {
        display: none; }
      .link ul.list li > a[target="_blank"] .link_icon .internal, .link ul.list li > span[target="_blank"] .link_icon .internal {
        display: none; }
      .link ul.list li > a[target="_blank"] .link_icon .external, .link ul.list li > span[target="_blank"] .link_icon .external {
        display: block; }
      .link ul.list li > a[href*="twitter"] svg, .link ul.list li > a[href*="facebook"] svg, .link ul.list li > a[href*="instagram"] svg, .link ul.list li > a[href*="pinterest"] svg, .link ul.list li > a[href*="youtube"] svg, .link ul.list li > a[href*="youtu.be"] svg, .link ul.list li > 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"] .link_icon, .link ul.list li > a[href*="facebook"] .link_icon, .link ul.list li > a[href*="instagram"] .link_icon, .link ul.list li > a[href*="pinterest"] .link_icon, .link ul.list li > a[href*="youtube"] .link_icon, .link ul.list li > a[href*="youtu.be"] .link_icon, .link ul.list li > a[href*="snapchat"] .link_icon, .link ul.list li > span[href*="twitter"] .link_icon, .link ul.list li > span[href*="facebook"] .link_icon, .link ul.list li > span[href*="instagram"] .link_icon, .link ul.list li > span[href*="pinterest"] .link_icon, .link ul.list li > span[href*="youtube"] .link_icon, .link ul.list li > span[href*="youtu.be"] .link_icon, .link ul.list li > span[href*="snapchat"] .link_icon {
        position: absolute;
        left: -8px;
        top: -10px;
        height: 50px;
        width: 50px; }
      .link ul.list li > a[href*="twitter"] .link_icon:after, .link ul.list li > a[href*="facebook"] .link_icon:after, .link ul.list li > a[href*="instagram"] .link_icon:after, .link ul.list li > a[href*="pinterest"] .link_icon:after, .link ul.list li > a[href*="youtube"] .link_icon:after, .link ul.list li > a[href*="youtu.be"] .link_icon:after, .link ul.list li > a[href*="snapchat"] .link_icon:after, .link ul.list li > span[href*="twitter"] .link_icon:after, .link ul.list li > span[href*="facebook"] .link_icon:after, .link ul.list li > span[href*="instagram"] .link_icon:after, .link ul.list li > span[href*="pinterest"] .link_icon:after, .link ul.list li > span[href*="youtube"] .link_icon:after, .link ul.list li > span[href*="youtu.be"] .link_icon:after, .link ul.list li > span[href*="snapchat"] .link_icon:after {
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: inline-block;
        background: none;
        padding: 0;
        font-family: FontAwesome;
        font-size: 25px;
        line-height: 1;
        font-weight: normal;
        font-style: normal;
        color: #191919;
        width: auto;
        text-align: center;
        text-decoration: inherit; }
      .link ul.list li > a[href*="twitter"]:hover .link_icon:after, .link ul.list li > a[href*="facebook"]:hover .link_icon:after, .link ul.list li > a[href*="instagram"]:hover .link_icon:after, .link ul.list li > a[href*="pinterest"]:hover .link_icon:after, .link ul.list li > a[href*="youtube"]:hover .link_icon:after, .link ul.list li > a[href*="youtu.be"]:hover .link_icon:after, .link ul.list li > a[href*="snapchat"]:hover .link_icon:after, .link ul.list li > span[href*="twitter"]:hover .link_icon:after, .link ul.list li > span[href*="facebook"]:hover .link_icon:after, .link ul.list li > span[href*="instagram"]:hover .link_icon:after, .link ul.list li > span[href*="pinterest"]:hover .link_icon:after, .link ul.list li > span[href*="youtube"]:hover .link_icon:after, .link ul.list li > span[href*="youtu.be"]:hover .link_icon:after, .link ul.list li > span[href*="snapchat"]:hover .link_icon:after {
        color: #191919; }
      .link ul.list li > a[href*="twitter"] .link_icon:after, .link ul.list li > span[href*="twitter"] .link_icon:after {
        content: "\f099"; }
      .link ul.list li > a[href*="facebook"] .link_icon:after, .link ul.list li > span[href*="facebook"] .link_icon:after {
        content: "\f09a"; }
      .link ul.list li > a[href*="instagram"] .link_icon:after, .link ul.list li > span[href*="instagram"] .link_icon:after {
        content: "\f16d"; }
      .link ul.list li > a[href*="pinterest"] .link_icon:after, .link ul.list li > span[href*="pinterest"] .link_icon:after {
        content: "\f0d2"; }
      .link ul.list li > a[href*="youtube"] .link_icon:after, .link ul.list li > a[href*="youtu.be"] .link_icon:after, .link ul.list li > span[href*="youtube"] .link_icon:after, .link ul.list li > span[href*="youtu.be"] .link_icon:after {
        content: "\f16a"; }
      .link ul.list li > a[href*="snapchat"] .link_icon:after, .link ul.list li > span[href*="snapchat"] .link_icon:after {
        content: "\f2ac"; }
    .link ul.list li > a:hover {
      color: #191919; }
      .link ul.list li > a:hover svg {
        fill: #191919; }
      .link ul.list li > a:hover:before {
        height: 50px;
        width: 50px; }
      .link ul.list li > a:hover:after {
        width: calc(100% - 63px); }
    .link ul.list li > span .link_icon {
      display: none; }
    .link ul.list .description {
      padding-left: 40px; }
      .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 {
    border: 1px solid #191919;
    margin-bottom: 10px; }
  .faq .faq_list_item {
    margin: 0;
    padding: 0px;
    cursor: pointer; }
    .faq .faq_list_item p {
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      position: relative;
      margin: 0;
      padding: 20px;
      text-transform: none;
      font-family: "Heebo", sans-serif;
      font-weight: 700;
      font-size: 20px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 20px;
      background: #191919;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }
      .faq .faq_list_item p:before, .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;
        position: absolute;
        top: 30px;
        right: 20px;
        content: '';
        width: 18px;
        height: 2px;
        background: #ffffff; }
      .faq .faq_list_item p:after {
        transform: rotate(90deg); }
    .faq .faq_list_item:hover p, .user-is-tabbing .faq .faq_list_item a:focus p {
      background: #4C4C4C; }
    .faq .faq_list_item.active p, .faq .faq_list_item.open p {
      color: #191919;
      background: #FFFFFF; }
      .faq .faq_list_item.active p:before, .faq .faq_list_item.open p:before {
        background: #191919; }
      .faq .faq_list_item.active p:after, .faq .faq_list_item.open p:after {
        height: 0; }
      .faq .faq_list_item.active p span, .faq .faq_list_item.open p span {
        display: inline-block;
        text-decoration: none;
        background-image: linear-gradient(#191919, #191919);
        background-position: 0% 100%;
        background-repeat: no-repeat;
        background-size: 0% 2px;
        transition: background-size .3s; }
        .faq .faq_list_item.active p span:hover, .faq .faq_list_item.active p span:focus, .faq .faq_list_item.open p span:hover, .faq .faq_list_item.open p span:focus {
          background-size: 100% 2px; }
      .faq .faq_list_item.active p:hover span, .faq .faq_list_item.open p:hover span {
        background-size: 100% 2px; }
  .faq .faq_answer {
    display: none;
    padding: 0 20px 20px;
    margin: 0px;
    background: #fff; }
    .faq .faq_answer .cms > * {
      margin-bottom: 0;
      margin-top: 20px; }
      .faq .faq_answer .cms > *:first-child {
        margin-top: 0; }
    .faq .faq_answer p, .faq .faq_answer li {
      font-size: 1rem; }

/* ----------------------------------------------------------------------------
= Seating Charts Page styles - Listing page
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=Venue Pages
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Map styles
----------------------------------------------------------------------------- */
.map_holder {
  position: relative;
  display: block;
  width: 100%;
  height: 385px;
  height: calc(100vw * (560 / 1440));
  min-height: 300px; }
  .map_holder .map {
    width: 100%;
    height: 100%; }

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

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

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

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

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

.paging {
  zoom: 1;
  position: relative;
  height: 40px;
  margin: 5px 0 15px;
  padding: 16px 0px;
  color: #666;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #191919;
  letter-spacing: 0;
  line-height: 16px;
  letter-spacing: 0.06em; }
  .paging:before, .paging:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .paging:after {
    clear: both; }
  .paging.final {
    margin: 0; }
  .paging.empty {
    height: 0;
    margin: 0;
    padding: 0;
    background: none; }
  .paging .record {
    float: left;
    width: auto;
    height: 40px;
    padding: 0 0 0 10px;
    padding-top: 15px; }
  .paging .pages {
    zoom: 1;
    float: right;
    width: auto;
    margin: 0 -17px 0 0;
    text-align: center; }
    .paging .pages:before, .paging .pages:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .paging .pages:after {
      clear: both; }
    .paging .pages strong, .paging .pages a, .paging .pages a:link, .paging .pages a:visited {
      position: relative;
      float: left;
      width: 42px;
      height: 42px;
      margin: 0;
      padding: 0;
      color: #333;
      font: 600 16px/40px "Heebo", sans-serif;
      text-decoration: none;
      border: 3px solid transparent; }
      .paging .pages strong:after, .paging .pages a:after, .paging .pages a:link:after, .paging .pages a:visited:after {
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        content: '';
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
        border-bottom: 2px solid #212121;
        height: 0px;
        width: 0; }
      .paging .pages strong:hover, .paging .pages a:hover, .paging .pages a:link:hover, .paging .pages a:visited:hover {
        color: #191919; }
        .paging .pages strong:hover:after, .paging .pages a:hover:after, .paging .pages a:link:hover:after, .paging .pages a:visited:hover:after {
          content: '';
          width: 20px; }
      .paging .pages strong.last, .paging .pages strong.first, .paging .pages a.last, .paging .pages a.first, .paging .pages a:link.last, .paging .pages a:link.first, .paging .pages a:visited.last, .paging .pages a:visited.first {
        display: none; }
      .paging .pages strong.prev, .paging .pages a.prev, .paging .pages a:link.prev, .paging .pages a:visited.prev {
        font-size: 0;
        background: url(../images/icn_pagination.png) center no-repeat;
        transform: rotate(-90deg) scale(0.85); }
        .paging .pages strong.prev:hover, .paging .pages a.prev:hover, .paging .pages a:link.prev:hover, .paging .pages a:visited.prev:hover {
          transform: rotate(-90deg) scale(1); }
          .paging .pages strong.prev:hover:after, .paging .pages a.prev:hover:after, .paging .pages a:link.prev:hover:after, .paging .pages a:visited.prev:hover:after {
            display: none; }
      .paging .pages strong.next, .paging .pages a.next, .paging .pages a:link.next, .paging .pages a:visited.next {
        font-size: 0;
        background: url(../images/icn_pagination.png) center no-repeat;
        transform: rotate(90deg) scale(0.85); }
        .paging .pages strong.next:hover, .paging .pages a.next:hover, .paging .pages a:link.next:hover, .paging .pages a:visited.next:hover {
          transform: rotate(90deg) scale(1); }
          .paging .pages strong.next:hover:after, .paging .pages a.next:hover:after, .paging .pages a:link.next:hover:after, .paging .pages a:visited.next:hover:after {
            display: none; }
    .paging .pages strong {
      font-weight: 700;
      color: #191919;
      border: 3px solid #999999;
      background: #fff;
      border-radius: 50%; }
      .paging .pages strong:after {
        display: none; }

/* ----------------------------------------------------------------------------
=Password Protected Page login form
----------------------------------------------------------------------------- */
.login-form {
  position: relative;
  text-align: center;
  margin-bottom: 60px; }
  .login-form form {
    position: relative; }
  .login-form .textarea h1, .login-form .textarea h2 {
    font-size: 1.5625rem; }
  .login-form input[type='password'] {
    position: relative;
    width: 80%;
    max-width: 300px;
    height: 46px;
    background: white;
    border: 1px solid #999999;
    padding: 8px 10px;
    font-size: 15px;
    color: #191919;
    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: #191919; }
    .login-form input[type='password']:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #191919; }
    .login-form input[type='password']::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #191919; }
    .login-form input[type='password']:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #191919; }
  .login-form input[type='submit'] {
    display: block;
    margin: 25px auto; }
    .login-form input[type='submit']:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: red; }
    .login-form input[type='submit']:hover:after {
      content: '';
      width: 100%; }

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
.news_listing_page .l-fullwidthHeader,
.news_listing_page .page_header + .textarea {
  display: none; }

/* ----------------------------------------------------------------------------
= 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 {
      float: none;
      margin: 0 auto 20px;
      text-align: center; } }

.news_detail .news_info .date {
  display: none; }

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
.event_list {
  zoom: 1;
  max-width: 1020px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
  text-align: center; }
  .event_list:before, .event_list:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .event_list:after {
    clear: both; }
  .event_list .eventItem {
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 8px;
    text-align: left; }
    .event_list .eventItem .thumb {
      position: relative;
      float: left;
      width: 260px;
      z-index: 4; }
      .event_list .eventItem .thumb > a {
        position: relative;
        display: block;
        overflow: hidden; }
        .event_list .eventItem .thumb > a:after {
          -webkit-transition: all 0.15s linear;
          -moz-transition: all 0.15s linear;
          -o-transition: all 0.15s linear;
          transition: all 0.15s linear;
          transition-delay: .1s;
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 50%;
          zoom: 1;
          opacity: 0;
          -moz-opacity: 0;
          filter: alpha(opacity=0);
          background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
          /* IE6-9 */ }
        .event_list .eventItem .thumb > a:hover:after {
          height: 100%;
          zoom: 1;
          opacity: 0.8;
          -moz-opacity: 0.8;
          filter: alpha(opacity=80); }
        .event_list .eventItem .thumb > a:hover img {
          transform: scale(1.05); }
      .event_list .eventItem .thumb img {
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        max-width: 100%;
        display: block; }
      .event_list .eventItem .thumb .buttons {
        display: none; }
    .event_list .eventItem .date {
      position: relative;
      font-weight: 400;
      font-size: 16px;
      color: #191919;
      letter-spacing: 1px;
      line-height: 16px;
      text-transform: uppercase;
      margin-bottom: 20px;
      padding-bottom: 5px;
      letter-spacing: 1px; }
      .event_list .eventItem .date:before {
        -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;
        height: 2px;
        width: 60px;
        background: #1a1a1a; }
      .event_list .eventItem .date span {
        letter-spacing: 1px; }
      .event_list .eventItem .date .m-date__day {
        font-weight: 700; }
      .event_list .eventItem .date .m-date__year {
        font-weight: 400;
        font-size: 14px;
        color: #191919;
        letter-spacing: 1px;
        line-height: 16px;
        margin-left: 10px; }
    .event_list .eventItem .title + .date, .event_list .eventItem .tagline + .date {
      display: none; }
    .event_list .eventItem .title {
      position: relative;
      font-weight: 700;
      font-size: 31px;
      color: #191919;
      letter-spacing: 0;
      line-height: 1.2;
      padding-left: 10px;
      margin-bottom: 6px; }
      .event_list .eventItem .title a {
        position: relative;
        font-weight: 700;
        font-size: inherit;
        color: inherit;
        letter-spacing: 0;
        line-height: inherit;
        display: inline-block;
        text-decoration: none;
        background-image: linear-gradient(#191919, #191919);
        background-position: 0% 90%;
        background-repeat: no-repeat;
        background-size: 0% 2px;
        transition: background-size .3s;
        display: inline; }
        .event_list .eventItem .title a:hover, .event_list .eventItem .title a:focus {
          background-size: 100% 2px; }
        .event_list .eventItem .title a:hover {
          color: inherit; }
    .event_list .eventItem .tagline {
      font-weight: 300;
      font-size: 18px;
      color: #191919;
      letter-spacing: 0;
      line-height: 27px;
      padding-left: 10px; }
    .event_list .eventItem .info {
      padding-left: 20px;
      padding-bottom: 60px;
      float: left;
      width: calc(100% - 260px); }
    .event_list .eventItem .buttons {
      position: absolute;
      bottom: 0px;
      right: 0px;
      width: 100%;
      z-index: 3; }
      .event_list .eventItem .buttons:before {
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        content: '';
        position: absolute;
        bottom: 0px;
        right: 171px;
        width: calc(100% - 171px - 80px);
        height: 2px;
        background: #999999; }
        @media screen and (max-width: 500px) {
          .event_list .eventItem .buttons:before {
            display: none; } }
    .event_list .eventItem:hover .buttons:before, .event_list .eventItem.is-focused .buttons:before {
      background: #191919;
      width: calc(100% - 191px);
      right: 191px; }
    @media screen and (max-width: 870px) {
      .event_list .eventItem .thumb {
        width: 230px; } }
    @media screen and (max-width: 700px) {
      .event_list .eventItem .thumb {
        width: 150px; } }
    @media screen and (max-width: 500px) {
      .event_list .eventItem {
        border-bottom: 2px solid #999999;
        padding-bottom: 20px;
        margin-bottom: 20px; }
        .event_list .eventItem .thumb {
          width: 100px;
          height: auto;
          max-height: 66px; }
        .event_list .eventItem .date {
          position: absolute;
          top: 10px;
          left: 120px;
          width: calc(100% - 120px); }
        .event_list .eventItem .info {
          position: static;
          width: 100%;
          padding: 10px 0 20px; }
        .event_list .eventItem .title {
          font-size: 20px; }
        .event_list .eventItem .buttons {
          position: relative;
          bottom: auto;
          right: auto; } }
  @media screen and (min-width: 871px) {
    .event_list.event_list_grid {
      padding: 0;
      max-width: 1230px; }
      .event_list.event_list_grid .list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; }
      .event_list.event_list_grid .eventItem {
        float: left;
        width: calc(33.33% - 50px);
        margin: 0px 25px 40px;
        padding-bottom: 60px; }
        .event_list.event_list_grid .eventItem .thumb {
          float: none;
          width: 100%; }
          .event_list.event_list_grid .eventItem .thumb img {
            width: 100%; }
        .event_list.event_list_grid .eventItem .info {
          width: 100%;
          padding: 0;
          padding-top: 15px; }
        .event_list.event_list_grid .eventItem .buttons:before {
          right: 166px;
          width: calc(100% - 166px); }
        .event_list.event_list_grid .eventItem:hover .buttons:before {
          right: 186px;
          width: calc(100% - 186px); }
        .event_list.event_list_grid .eventItem:nth-child(4n+1) {
          clear: left; } }

.secondary_events_section.event_list_grid .eventItem {
  float: left;
  width: calc(33.33% - 50px);
  margin: 0px 25px 40px;
  padding-bottom: 60px; }
  .secondary_events_section.event_list_grid .eventItem .thumb {
    float: none;
    width: 100%; }
    .secondary_events_section.event_list_grid .eventItem .thumb img {
      width: 100%; }
  .secondary_events_section.event_list_grid .eventItem .info {
    width: 100%;
    padding: 0;
    padding-top: 15px; }
  .secondary_events_section.event_list_grid .eventItem .buttons:before {
    right: 166px;
    width: calc(100% - 166px); }
  .secondary_events_section.event_list_grid .eventItem:hover .buttons:before {
    right: 186px;
    width: calc(100% - 186px); }
  .secondary_events_section.event_list_grid .eventItem:nth-child(4n+1) {
    clear: left; }

.secondary_events_section.event_list_grid .eventItem {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  width: 360px;
  margin: 0px 0px 0px;
  padding-bottom: 0; }
  .secondary_events_section.event_list_grid .eventItem:first-child {
    margin-bottom: 40px; }
    @media screen and (max-width: 1080px) {
      .secondary_events_section.event_list_grid .eventItem:first-child {
        margin-bottom: 0;
        margin-right: 40px; } }
    @media screen and (max-width: 500px) {
      .secondary_events_section.event_list_grid .eventItem:first-child {
        margin-right: 0;
        margin-bottom: 40px; } }
  .secondary_events_section.event_list_grid .eventItem .date, .secondary_events_section.event_list_grid .eventItem .date *, .secondary_events_section.event_list_grid .eventItem .title, .secondary_events_section.event_list_grid .eventItem .title a, .secondary_events_section.event_list_grid .eventItem .tagline {
    color: #ffffff; }
  .secondary_events_section.event_list_grid .eventItem .buttons a {
    background: #FFF;
    border-color: #FFF;
    color: #191919; }
    .secondary_events_section.event_list_grid .eventItem .buttons a span {
      color: #191919; }
      .secondary_events_section.event_list_grid .eventItem .buttons a span:after {
        background: #FFFFFF; }
    .secondary_events_section.event_list_grid .eventItem .buttons a:hover {
      border-color: #FFF;
      color: #FFF;
      background: #191919; }
      .secondary_events_section.event_list_grid .eventItem .buttons a:hover span {
        color: #FFF; }
  .secondary_events_section.event_list_grid .eventItem .thumb .buttons {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    bottom: auto;
    right: auto;
    display: block;
    zoom: 1;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0); }
    .secondary_events_section.event_list_grid .eventItem .thumb .buttons .more {
      display: none; }
    .secondary_events_section.event_list_grid .eventItem .thumb .buttons span.tickets {
      display: none; }
      .secondary_events_section.event_list_grid .eventItem .thumb .buttons span.tickets + .more {
        display: block; }
    @media screen and (max-width: 870px) {
      .secondary_events_section.event_list_grid .eventItem .thumb .buttons {
        display: none; } }
  .secondary_events_section.event_list_grid .eventItem .info {
    padding-top: 5px; }
  .secondary_events_section.event_list_grid .eventItem .info + .buttons {
    display: none; }
    @media screen and (max-width: 870px) {
      .secondary_events_section.event_list_grid .eventItem .info + .buttons {
        position: relative;
        clear: both;
        padding-top: 20px;
        display: block; }
        .secondary_events_section.event_list_grid .eventItem .info + .buttons:before {
          display: none; }
        .secondary_events_section.event_list_grid .eventItem .info + .buttons a {
          float: none; } }
  .secondary_events_section.event_list_grid .eventItem .date {
    display: none;
    margin: 0;
    padding-top: 10px;
    margin-top: 10px;
    margin-left: 10px; }
    .secondary_events_section.event_list_grid .eventItem .date:before {
      bottom: auto;
      top: 0px;
      background: #fff;
      zoom: 1;
      opacity: 0.5;
      -moz-opacity: 0.5;
      filter: alpha(opacity=50); }
  .secondary_events_section.event_list_grid .eventItem .title a {
    font-size: 25px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    background-image: linear-gradient(#fff, #fff); }
  .secondary_events_section.event_list_grid .eventItem .tagline {
    font-size: 18px;
    margin: 0; }
  .secondary_events_section.event_list_grid .eventItem .title + .date, .secondary_events_section.event_list_grid .eventItem .tagline + .date {
    display: block; }
  .secondary_events_section.event_list_grid .eventItem:hover .thumb .buttons, .secondary_events_section.event_list_grid .eventItem.is-focused .thumb .buttons {
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100); }
  .secondary_events_section.event_list_grid .eventItem:hover .thumb a:after, .secondary_events_section.event_list_grid .eventItem.is-focused .thumb a:after {
    height: 100%;
    zoom: 1;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80); }
  .secondary_events_section.event_list_grid .eventItem:hover .thumb a img, .secondary_events_section.event_list_grid .eventItem.is-focused .thumb a img {
    transform: scale(1.05); }
  @media screen and (max-width: 870px) {
    .secondary_events_section.event_list_grid .eventItem {
      width: calc(50% - 20px); } }
  @media screen and (max-width: 500px) {
    .secondary_events_section.event_list_grid .eventItem {
      width: 100%;
      clear: both;
      margin: 0;
      border: none; }
      .secondary_events_section.event_list_grid .eventItem .thumb {
        max-height: none; }
      .secondary_events_section.event_list_grid .eventItem .date {
        position: relative;
        top: auto;
        left: auto;
        width: auto; } }

@media screen and (min-width: 871px) {
  .featured_events_section.event_list_grid .eventItem {
    width: calc(50% - 25px);
    margin-left: 0;
    margin-right: 0; }
    .featured_events_section.event_list_grid .eventItem:nth-child(odd) {
      margin-right: 50px; } }

.intro_panel_event_list .event_list .eventItem {
  margin-bottom: 30px; }
  .intro_panel_event_list .event_list .eventItem .info {
    width: 100%;
    padding-left: 0; }
  .intro_panel_event_list .event_list .eventItem .title {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 25px; }
    .intro_panel_event_list .event_list .eventItem .title a {
      background-image: linear-gradient(#ffffff, #ffffff); }
  .intro_panel_event_list .event_list .eventItem .tagline {
    font-size: 18px;
    font-weight: 400; }
  .intro_panel_event_list .event_list .eventItem .title, .intro_panel_event_list .event_list .eventItem .tagline, .intro_panel_event_list .event_list .eventItem .date span {
    color: #ffffff; }
  @media screen and (max-width: 500px) {
    .intro_panel_event_list .event_list .eventItem .date {
      position: relative;
      top: auto;
      left: auto; } }
  .intro_panel_event_list .event_list .eventItem .date:before {
    background: #fff;
    zoom: 1;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50); }
  .intro_panel_event_list .event_list .eventItem .buttons:before {
    height: 1px;
    width: calc(100% - 171px); }
  .intro_panel_event_list .event_list .eventItem:hover .buttons:before {
    right: 171px;
    background: #FFF; }
  @media screen and (max-width: 700px) {
    .intro_panel_event_list .event_list .eventItem {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 15px; }
      .intro_panel_event_list .event_list .eventItem .info {
        padding-bottom: 10px; } }

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
.event_listing_page .breadcrumbs {
  position: relative;
  top: auto;
  left: auto;
  transform: translateX(0%);
  width: 100%;
  max-width: 1180px;
  margin: auto;
  margin-bottom: 0; }

.event_list_header {
  width: 100%;
  background: #ffffff;
  color: #191919;
  padding: 20px;
  padding-top: 0px;
  margin-bottom: 60px;
  padding-bottom: 30px; }
  .event_list_header .overview {
    display: flex;
    position: relative;
    margin: 0 auto;
    max-width: 1180px; }
    @media screen and (max-width: 500px) {
      .event_list_header .overview {
        flex-wrap: wrap; } }
  .event_list_header h1 {
    flex-grow: 2;
    margin: 0;
    font-weight: 300;
    text-transform: uppercase;
    padding-right: 20px; }
    .event_list_header h1 strong {
      font-weight: 500; }
    @media screen and (max-width: 500px) {
      .event_list_header h1 {
        width: 100%;
        margin-bottom: 20px; } }

.event_list_toggles {
  display: flex;
  align-self: center;
  margin-left: 25px; }
  .home .event_list_toggles {
    margin-left: 0; }
  .event_list_toggles .toggle {
    position: relative;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    margin-left: 0px;
    color: #666666;
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #191919;
    letter-spacing: 0;
    padding: 0 0px;
    text-align: center;
    line-height: 28px;
    height: 30px;
    width: 86px;
    white-space: nowrap;
    border: 2px solid transparent; }
    .home .event_list_toggles .toggle {
      font-size: 16px; }
    .event_list_toggles .toggle span {
      position: relative;
      display: inline-block; }
    .event_list_toggles .toggle span:after {
      content: '';
      -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: 50%;
      transform: translateX(-50%);
      height: 1px;
      width: 0px;
      background: #191919;
      display: block; }
    .event_list_toggles .toggle:hover {
      cursor: pointer;
      font-weight: 500; }
      .event_list_toggles .toggle:hover span:after {
        width: 100%; }
    .event_list_toggles .toggle.calendar {
      display: none; }
    .event_list_toggles .toggle.is-active {
      border: 2px solid #212121;
      font-weight: 500;
      background: #fff; }
      .event_list_toggles .toggle.is-active span:after {
        display: none; }
    .event_list_toggles .toggle[data-event-toggle="grid"] {
      order: 2; }
  .event_list_toggles svg {
    display: none; }
  @media screen and (max-width: 870px) {
    .event_list_toggles {
      display: none; } }

.category-dropdown {
  position: relative;
  margin-right: 0px;
  align-self: center; }
  .category-dropdown .select {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    display: block;
    position: relative;
    width: 279px;
    height: 46px;
    line-height: 38px;
    background: #E5E5E5;
    border: 1px solid #E5E5E5;
    margin: 0;
    padding: 0 0 0 20px;
    color: #222222;
    cursor: pointer;
    outline: none;
    z-index: 8;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    color: #191919;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-transform: uppercase; }
    .category-dropdown .select svg {
      float: right;
      position: absolute;
      top: 50%;
      right: 15px;
      width: 15px;
      height: 12px;
      transform: translateY(-50%);
      fill: none;
      fill-rule: evenodd;
      stroke: #CCCCCC;
      stroke-width: 2px; }
    .category-dropdown .select.is-active {
      border: 1px solid #191919;
      border-bottom: none;
      background: #FFFFFF; }
      .category-dropdown .select.is-active svg {
        transform: rotate(180deg) translateY(-47%);
        transform-origin: 50% 0; }
      .category-dropdown .select.is-active:hover, .category-dropdown .select.is-active:focus {
        border-bottom: none; }
    .category-dropdown .select:hover, .user-is-tabing .category-dropdown .select:focus {
      border: 1px solid #191919;
      background: #FFF; }
  .category-dropdown .choices {
    display: none;
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    background: #FFF;
    padding: 30px 20px 20px;
    font-family: "Heebo", sans-serif;
    z-index: 7;
    border: 1px solid #191919;
    border-top: none; }
    .category-dropdown .choices.is-active {
      display: block; }
    .category-dropdown .choices li .event_filter_item {
      position: relative;
      -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;
      padding: 10px;
      color: #ffffff;
      text-decoration: none;
      cursor: pointer;
      font-weight: 400;
      font-size: 14px;
      color: #191919;
      letter-spacing: 0;
      letter-spacing: 0.5px;
      border-top: 1px solid #BABABA; }
      .category-dropdown .choices li .event_filter_item:before {
        -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: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        z-index: -1;
        zoom: 1;
        opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
        background-image: linear-gradient(270deg, #4C4C4C 0%, #191919 100%); }
    .category-dropdown .choices li:hover .event_filter_item,
    .category-dropdown .choices .event_filter_item.is-active {
      color: #FFFFFF;
      padding-left: 20px; }
      .category-dropdown .choices li:hover .event_filter_item:before,
      .category-dropdown .choices .event_filter_item.is-active:before {
        zoom: 1;
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100); }
    .category-dropdown .choices li:before {
      display: none; }

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
.event_detail {
  min-height: 600px;
  zoom: 1;
  position: relative; }
  .event_detail:before, .event_detail:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .event_detail:after {
    clear: both; }
  .event_detail .title_section {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background: #000000; }
    .event_detail .title_section .title_section_left {
      width: calc(((100vw - 1180px) / 2) + 900px);
      max-width: calc(100vw - 320px);
      float: left;
      background: url(../images/bg_darker_gray.jpg) #D1D1D1 no-repeat;
      background-size: cover;
      overflow: hidden; }
      @media screen and (max-width: 870px) {
        .event_detail .title_section .title_section_left {
          width: 100%;
          max-width: 100%; } }
    .event_detail .title_section .title_section_left_inner {
      max-width: 820px;
      max-width: 940px;
      width: 100%;
      float: right;
      padding: 40px 80px 40px 40px; }
      @media screen and (max-width: 1440px) {
        .event_detail .title_section .title_section_left_inner {
          padding: 40px; } }
      @media screen and (max-width: 870px) {
        .event_detail .title_section .title_section_left_inner {
          width: 100%;
          max-width: 100%;
          padding-right: 40px; } }
      @media screen and (max-width: 700px) {
        .event_detail .title_section .title_section_left_inner {
          padding: 10px 10px 25px; } }
      @media screen and (max-width: 1440px) {
        .event_detail .title_section .title_section_left_inner {
          float: none;
          margin: auto; } }
    @media screen and (max-width: 870px) {
      .event_detail .title_section {
        flex-wrap: wrap; } }
  .event_detail #branding {
    margin-bottom: 20px; }
    @media screen and (max-width: 700px) {
      .event_detail #branding {
        margin-bottom: 10px; } }
  .event_detail .event_heading {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    padding: 0 10px; }
    .event_detail .event_heading .title {
      font-weight: 700;
      font-size: 61px;
      color: #191919;
      letter-spacing: 0;
      line-height: 1;
      margin-bottom: 0; }
      @media screen and (max-width: 700px) {
        .event_detail .event_heading .title {
          font-size: 31px; } }
    .event_detail .event_heading .tagline {
      font-weight: 400;
      font-size: 22px;
      color: #191919;
      letter-spacing: 0;
      line-height: 22px;
      margin-bottom: 0;
      margin-top: 10px; }
      @media screen and (max-width: 700px) {
        .event_detail .event_heading .tagline {
          font-size: 20px; } }
  .event_detail .buttonWrapper .buttons {
    text-align: center; }
  .event_detail .buttonWrapper .date {
    display: none; }
  .event_detail .faq.content_item {
    padding: 0; }
  .event_detail #column_1 .event_heading {
    position: relative;
    z-index: 2; }
    .event_detail #column_1 .event_heading:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100vw;
      height: 100%;
      left: 50%;
      transform: translateX(-50%);
      background: url(../images/bg_darker_gray.jpg) #D1D1D1 no-repeat;
      z-index: -1; }

.edp_body_header {
  text-transform: uppercase;
  font-weight: 400; }
  .edp_body_header strong {
    font-weight: 700; }

.description_wrapper {
  margin-bottom: 50px; }
  .description_wrapper.short-description .event_description {
    height: auto; }
    .description_wrapper.short-description .event_description:after {
      display: none; }

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

.addthis_inline_share_toolbox {
  margin-bottom: 20px; }

.event_showings {
  zoom: 1;
  position: relative;
  background: #FFF;
  padding: 0;
  margin-bottom: 0px;
  clear: both; }
  .event_showings:before, .event_showings:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .event_showings:after {
    clear: both; }
  .event_showings:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    visibility: visible; }
  @media screen and (max-width: 700px) {
    .event_showings {
      padding: 0;
      margin-bottom: 40px; } }
  .event_showings .event_showings_inner {
    margin: 0;
    width: 940px;
    max-width: calc(100vw - 320px);
    padding: 30px 80px 30px 40px; }
    @media screen and (max-width: 1080px) {
      .event_showings .event_showings_inner {
        width: 100%;
        max-width: 100%;
        padding-right: 40px; } }
    @media screen and (max-width: 700px) {
      .event_showings .event_showings_inner {
        padding: 20px; } }
  .event_showings .list {
    position: relative;
    list-style-type: none;
    font-family: "Heebo", sans-serif;
    font-size: 15px; }
  .event_showings .cell {
    width: 40%;
    position: relative;
    float: left;
    display: inline-block;
    text-align: center; }
    .event_showings .cell:nth-child(1) {
      text-align: left; }
      @media screen and (max-width: 1080px) {
        .event_showings .cell:nth-child(1) {
          width: 100%; } }
      @media screen and (max-width: 870px) {
        .event_showings .cell:nth-child(1) {
          width: 40%; } }
      @media screen and (max-width: 700px) {
        .event_showings .cell:nth-child(1) {
          width: 100%; } }
    @media screen and (max-width: 1080px) {
      .event_showings .cell.time {
        text-align: left; } }
    @media screen and (max-width: 870px) {
      .event_showings .cell.time {
        text-align: center; } }
    @media screen and (max-width: 700px) {
      .event_showings .cell.time {
        text-align: left; } }
    .event_showings .cell.buttons {
      position: absolute;
      right: 0px;
      bottom: -1px;
      background: #fff;
      padding: 6px;
      padding-right: 0;
      padding-left: 20px;
      width: auto; }
    @media screen and (max-width: 700px) {
      .event_showings .cell {
        width: 100%; } }
  .event_showings .m-date__singleDate {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: #191919;
    letter-spacing: 1px;
    line-height: 34px;
    letter-spacing: 1px; }
    .event_showings .m-date__singleDate .m-date__month {
      text-transform: uppercase; }
    .event_showings .m-date__singleDate .m-date__day {
      font-weight: 700; }
    .event_showings .m-date__singleDate .m-date__weekday {
      font-weight: 400;
      font-size: 14px;
      color: #191919;
      letter-spacing: 1px;
      line-height: 16px;
      margin-left: 10px; }
  .event_showings .time {
    font-weight: 400;
    font-size: 14px;
    color: #191919;
    letter-spacing: 1px;
    line-height: 34px; }
    @media screen and (max-width: 700px) {
      .event_showings .time {
        width: 100%;
        clear: left;
        text-align: left; } }
  .event_showings .listItem {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 0;
    margin-bottom: 10px; }
    .event_showings .listItem:before {
      -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: -2px;
      left: 0px;
      height: 5px;
      width: 0px;
      background: #FFF;
      visibility: visible;
      display: block; }
    .event_showings .listItem-hasNoLink .eventDetailShowings__cell {
      width: 50%; }
    .event_showings .listItem:hover {
      border-color: #1a1a1a; }
      .event_showings .listItem:hover:before {
        width: 20px; }
  .event_showings .ical {
    position: relative;
    float: left;
    margin-right: 15px;
    margin-top: 5px; }
    .event_showings .ical svg {
      zoom: 1;
      opacity: 0.9;
      -moz-opacity: 0.9;
      filter: alpha(opacity=90);
      display: block; }
    .event_showings .ical .tooltip {
      zoom: 1;
      opacity: 0;
      -moz-opacity: 0;
      filter: alpha(opacity=0);
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -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: -33px;
      left: 50%;
      transform: translateX(-50%);
      content: '';
      font-weight: 500;
      font-size: 11px;
      color: #FFFFFF;
      letter-spacing: 0;
      text-align: center;
      line-height: 11px;
      background: #191919;
      border-radius: 12px;
      padding: 6px 14px;
      white-space: nowrap;
      zoom: 1;
      opacity: 0;
      -moz-opacity: 0;
      filter: alpha(opacity=0); }
      .event_showings .ical .tooltip:before {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 50%;
        height: 6px;
        width: 6px;
        transform: translateX(-50%) rotate(-315deg);
        background: #191919; }
    .event_showings .ical:hover svg {
      zoom: 1;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100); }
    .event_showings .ical:hover .tooltip {
      zoom: 1;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100); }
  .event_showings .additional_showings {
    display: none; }

.eventDetailList {
  position: relative;
  font-family: "Heebo", sans-serif;
  overflow: hidden; }
  .eventDetailList .item {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    list-style-type: none;
    border-bottom: 1px solid #4C4C4C;
    color: white;
    font-size: 16px;
    position: relative;
    padding: 15px 0px;
    font-weight: 400;
    font-size: 16px;
    color: #D9D9D9;
    letter-spacing: 0;
    line-height: 24px; }
    .eventDetailList .item:last-child {
      border-bottom: none; }
    .eventDetailList .item:before {
      display: none; }
    .eventDetailList .item .label {
      font-weight: 500;
      color: #FFFFFF;
      letter-spacing: 0.5px; }
    .eventDetailList .item a {
      color: #D9D9D9;
      padding-left: 30px;
      position: relative; }
      .eventDetailList .item a:before {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        content: '';
        display: block;
        position: absolute;
        top: 9px;
        left: 0;
        transform: rotate(-90deg);
        width: 13px;
        height: 7px;
        background: url(../images/arrow_down.png) center no-repeat; }
      .eventDetailList .item a span {
        display: inline-block;
        text-decoration: none;
        background-image: linear-gradient(#fff, #fff);
        background-position: 0% 100%;
        background-repeat: no-repeat;
        background-size: 0% 1px;
        transition: background-size .3s; }
        .eventDetailList .item a span:hover, .eventDetailList .item a span:focus {
          background-size: 100% 1px; }
      .eventDetailList .item a:hover {
        color: white; }
        .eventDetailList .item a:hover:before {
          left: 5px; }
        .eventDetailList .item a:hover span {
          background-size: 100% 1px; }
    .eventDetailList .item svg {
      display: none; }
  @media screen and (max-width: 870px) and (min-width: 501px) {
    .eventDetailList {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      .eventDetailList .item {
        width: 50%;
        padding-left: 20px; }
        .eventDetailList .item.sidebar_event_date {
          width: 100%;
          padding-left: 0; }
        .eventDetailList .item:nth-child(even) {
          padding-left: 0; }
        .eventDetailList .item:nth-child(odd) {
          border-left: 1px solid #4C4C4C; }
        .eventDetailList .item:first-child {
          border-left: none; }
        .eventDetailList .item:nth-last-child(2):nth-child(even) {
          border-bottom: none; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lightbox a img {
  border: none; }

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

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

.lb-container {
  padding: 4px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ----------------------------------------------------------------------------
=Sitemap
----------------------------------------------------------------------------- */
#sitemap .textarea h1, #sitemap .textarea h2 {
  display: none; }

.sitemap {
  position: relative;
  width: 100%;
  margin: 0px auto 40px;
  clear: both;
  zoom: 1; }
  .sitemap:before, .sitemap:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .sitemap:after {
    clear: both; }
  .sitemap .column {
    position: relative;
    width: 100%;
    padding: 0;
    zoom: 1; }
    .sitemap .column:before, .sitemap .column:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .sitemap .column:after {
      clear: both; }
    @media screen and (min-width: 871px) {
      .sitemap .column {
        float: left;
        width: 50%; } }
    .sitemap .column ul {
      margin-bottom: 20px; }
    .sitemap .column ul, .sitemap .column li {
      padding: 0;
      list-style: none; }
      .sitemap .column ul:before, .sitemap .column ul:after, .sitemap .column li:before, .sitemap .column li:after {
        display: none; }
  .sitemap .column > ul > li > a:after {
    display: none; }
  .sitemap .column > ul > li > a:before {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    content: '';
    width: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%); }
  .sitemap .column > ul > li > a:hover:before {
    content: '';
    width: 100%; }
  .sitemap .column > ul > li > ul > li > a {
    margin-left: 10px; }
  .sitemap .column > ul > li > ul > li > ul > li > a {
    margin-left: 20px; }

/* ----------------------------------------------------------------------------
= 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: 999; }
  .m-alert-wrapper.mobile_nav_open {
    display: none; }
  .m-alert-wrapper > div {
    display: none; }
    .m-alert-wrapper > div * {
      color: #333; }
  .m-alert-wrapper .m-alert {
    background: url(../images/bg_body.png) top center #f0f0f0;
    padding: 20px 80px 20px 30px;
    position: relative;
    top: auto;
    left: auto;
    width: 100%; }
    @media screen and (max-width: 1080px) {
      .m-alert-wrapper .m-alert {
        padding-left: 20px; } }
    @media screen and (max-width: 700px) {
      .m-alert-wrapper .m-alert {
        padding-left: 20px; } }
  .m-alert-wrapper .alert-container .alert-title {
    font-family: "Heebo", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #191919;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 10px; }
    .m-alert-wrapper .alert-container .alert-title:hover {
      text-decoration: underline; }
  .m-alert-wrapper .alert-container .alert-desc {
    font-family: "Heebo", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #191919;
    letter-spacing: 0;
    line-height: 27px; }
    .m-alert-wrapper .alert-container .alert-desc p {
      font-family: "Heebo", sans-serif;
      font-weight: 300;
      font-size: 18px;
      color: #191919;
      letter-spacing: 0;
      line-height: 27px; }
  .m-alert-wrapper .alert-container .alert-button {
    border: 3px solid #191919;
    background: white;
    font-family: "Heebo", sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #191919;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 13px;
    border-radius: 20px;
    text-transform: uppercase;
    padding: 4px 23px;
    transition: all 200ms linear; }
    .m-alert-wrapper .alert-container .alert-button:hover {
      background: #191919;
      color: white;
      text-decoration: underline; }
  .m-alert-wrapper .close-alert {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 15px;
    right: 15px;
    text-transform: uppercase;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 1;
    border: 3px solid #bababa;
    background: white;
    border-radius: 100%;
    transition: all 200ms linear; }
    .m-alert-wrapper .close-alert:before {
      content: '';
      position: absolute;
      left: 0px;
      top: 0px;
      background-image: url(../images/alert_close_icon.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 18px;
      height: 100%;
      width: 100%;
      font-family: 'Arial', sans-serif;
      text-indent: 0px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 200ms linear; }
    .m-alert-wrapper .close-alert:hover {
      border-color: #191919; }
      .m-alert-wrapper .close-alert:hover:before {
        background-size: 14px; }
    .m-alert-wrapper .close-alert .close-x {
      display: none; }

/* ----------------------------------------------------------------------------
= Magnific Popup CSS
----------------------------------------------------------------------------- */
.mfp-bg {
  position: fixed;
  overflow: hidden;
  z-index: 1042;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #0b0b0b;
  filter: alpha(opacity=80); }

.mfp-wrap {
  position: fixed;
  z-index: 1043;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  text-align: center; }
  .mfp-container:before {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  z-index: 1045;
  margin: 0 auto;
  padding: 6px;
  text-align: left;
  vertical-align: middle;
  width: 100%; }
  .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: auto;
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  position: absolute;
  z-index: 1044;
  top: 50%;
  right: 8px;
  left: 8px;
  width: auto;
  margin-top: -0.8em;
  color: #ccc;
  text-align: center; }

.mfp-preloader a {
  color: #ccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  display: block;
  overflow: visible;
  z-index: 1046;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0 0 18px 10px;
  opacity: 0.65;
  color: white;
  font-family: "Heebo", sans-serif;
  font-size: 28px;
  font-style: normal;
  line-height: 44px;
  text-align: center;
  text-decoration: none; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #fff; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: -6px;
  width: 100%;
  padding-right: 6px;
  color: white;
  text-align: right; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 50%;
  width: 90px;
  height: 110px;
  margin: 0;
  margin-top: -55px;
  padding: 0;
  opacity: 0.65;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  content: ''; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  top: 8px;
  border-top-width: 13px;
  border-bottom-width: 13px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  margin-left: 31px;
  border-right: 17px solid white; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  margin-left: 39px;
  border-left: 17px solid white; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  width: 100%;
  max-width: 900px;
  line-height: 0; }

.mfp-iframe-scaler {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
img.mfp-img {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 40px;
  line-height: 0; }

/* The shadow behind the image */
.mfp-figure:after {
  position: absolute;
  display: block;
  z-index: -1;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  width: auto;
  height: auto;
  background: #444;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  content: ''; }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -36px;
  cursor: auto; }

.mfp-title {
  padding-right: 36px;
  color: #f3f3f3;
  line-height: 18px;
  text-align: left;
  word-wrap: break-word; }

.mfp-figure small {
  display: block;
  color: #bdbdbd;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
	   * Remove all paddings around the image on small screen
	   */
  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-bottom-bar {
    position: fixed;
    top: auto;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.6); }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px; }
  .mfp-img-mobile .mfp-close {
    position: fixed;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    background: rgba(0, 0, 0, 0.6);
    line-height: 35px;
    text-align: center; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-right: 6px;
    padding-left: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  left: 50%;
  width: 600px;
  margin-top: 5px;
  margin-left: -300px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.mfp-container .full-slideshow {
  width: 90%; }

.mfp-container .royalSlider {
  width: 100%;
  height: auto; }

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

/* ----------------------------------------------------------------------------
= Showtime Photo Gallery
----------------------------------------------------------------------------- */
.photo_gallery {
  position: relative;
  float: left;
  margin: 0 16px 20px;
  padding: 0;
  border: 1px solid #c5c7c4; }
  .photo_gallery .thumb a {
    overflow: hidden;
    max-height: 200px; }
  .photo_gallery .royalSlider[data-options="gallery_hybrid"] {
    display: none; }

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

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

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

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

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

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

#venue_widgets_framework .m-venueframework__header-link, #venue_widgets_framework .m-venueframework__header-link:visited {
  background-color: white;
  color: #191919; }
  #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: white;
    color: #999999; }
  #venue_widgets_framework .m-venueframework__header-link:before, #venue_widgets_framework .m-venueframework__header-link:visited:before {
    background-color: #999999; }

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

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

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

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

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

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

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

#venue_widgets_framework .m-venueframework-linklist__link, #venue_widgets_framework .m-venueframework-linklist__link:visited {
  border-bottom-color: #dbdbdb; }
  #venue_widgets_framework .m-venueframework-linklist__link:hover, #venue_widgets_framework .m-venueframework-linklist__link:focus, #venue_widgets_framework .m-venueframework-linklist__link:visited:hover, #venue_widgets_framework .m-venueframework-linklist__link:visited:focus {
    background-color: 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: #191919; }
    #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: #191919; }
    #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: #191919; }

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

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

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

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

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

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

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

#venue_widgets_framework .m-venueframework-newswidget__link, #venue_widgets_framework .m-venueframework-newswidget__link:visited {
  border-bottom-color: #dbdbdb; }
  #venue_widgets_framework .m-venueframework-newswidget__link:hover, #venue_widgets_framework .m-venueframework-newswidget__link:focus, #venue_widgets_framework .m-venueframework-newswidget__link:visited:hover, #venue_widgets_framework .m-venueframework-newswidget__link:visited:focus {
    background-color: transparent; }
    #venue_widgets_framework .m-venueframework-newswidget__link:hover .m-venueframework-newswidget__item-date, #venue_widgets_framework .m-venueframework-newswidget__link:focus .m-venueframework-newswidget__item-date, #venue_widgets_framework .m-venueframework-newswidget__link:visited:hover .m-venueframework-newswidget__item-date, #venue_widgets_framework .m-venueframework-newswidget__link:visited:focus .m-venueframework-newswidget__item-date {
      color: #191919; }
    #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: #191919; }
    #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: #191919; }

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

#venue_widgets_framework .m-venueframework-socialwidget__meta {
  color: #4c4c4c; }
  #venue_widgets_framework .m-venueframework-socialwidget__meta a, #venue_widgets_framework .m-venueframework-socialwidget__meta a:visited {
    color: #4c4c4c; }
  #venue_widgets_framework .m-venueframework-socialwidget__meta a:hover, #venue_widgets_framework .m-venueframework-socialwidget__meta a:focus {
    color: #191919; }
  #venue_widgets_framework .m-venueframework-socialwidget__meta .delimiter {
    color: #4c4c4c; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in {
  border-radius: 0px 0px 0 0; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .modal-body {
    border: 1px solid #999999;
    border-top: none; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .close {
    border: none;
    border: 1px solid #999999;
    background: #fff;
    color: #4c4c4c;
    border-radius: 0px 0px 0 0; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .close:hover {
      background: white;
      color: #999999; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .date {
    color: #191919; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in h3 a {
    color: #191919; }
  #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: #191919; }
    #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: #191919; }
    #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: #999999; }
      #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: #999999; }

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

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

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

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

#venue_widgets_framework .m-venueframework-socialwidget__description a {
  text-decoration: underline; }

#venue_widgets_framework .m-owlcarousel__controls-icon {
  display: flex;
  justify-content: center;
  align-items: center; }
  #venue_widgets_framework .m-owlcarousel__controls-icon svg {
    left: auto;
    right: auto;
    top: auto;
    transform: none; }

#venue_widgets_framework .m-owlcarousel__loop .owl-prev svg,
#venue_widgets_framework .m-owlcarousel__loop-sponsorswide .owl-prev svg,
#venue_widgets_framework .m-owlcarousel__loop-calendar .owl-prev svg,
#venue_widgets_framework .m-owlcarousel__loop-events .owl-prev svg,
#venue_widgets_framework .m-owlcarousel__loop-instagram .owl-prev svg {
  transform: scaleX(-1) translateX(-100%) !important; }

#venue_widgets_framework .m-venueframework__header-text {
  text-indent: 12px; }

#venue_widgets_framework .m-venueframework__header-link {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 12px;
  color: #191919;
  letter-spacing: 0.5px; }
  #venue_widgets_framework .m-venueframework__header-link:before {
    content: none; }

#venue_widgets_framework .m-venueframework__widget-body {
  position: relative;
  padding-top: 5px; }
  #venue_widgets_framework .m-venueframework__widget-body:after {
    content: '';
    height: 1px;
    width: calc(100% - 20px);
    position: absolute;
    right: 0px;
    top: 4px;
    background-color: #999999;
    z-index: 10;
    visibility: visible; }

#venue_widgets_framework .l-m-venue_widget__spotlight .m-venueframework__widget-body:after,
#venue_widgets_framework .l-m-venue_widget__promotionswidget .m-venueframework__widget-body:after,
#venue_widgets_framework .l-m-venue_widget__scriptswidget .m-venueframework__widget-body:after,
#venue_widgets_framework .l-m-venue_widget__youtubewidget .m-venueframework__widget-body:after {
  content: none; }

#venue_widgets_framework .l-m-venue_widget__youtubewidget .youtubeVideoList {
  width: 100%;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999; }

#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventswidget__loop:after {
  height: calc(100% - 6px); }

#venue_widgets_framework .m-venueframework-linklist__link {
  margin: 0px 20px !important;
  width: calc(100% - 40px);
  padding-left: 0px; }

#venue_widgets_framework .m-venueframework-linklist__item-icon {
  right: 0px;
  transition: right 200ms linear; }
  #venue_widgets_framework .m-venueframework-linklist__item-icon svg {
    height: 12px; }

#venue_widgets_framework .m-venueframework-linklist__item {
  height: 76px; }
  @media screen and (max-width: 1200px) {
    #venue_widgets_framework .m-venueframework-linklist__item {
      height: 70px; } }
  @media screen and (max-width: 750px) {
    #venue_widgets_framework .m-venueframework-linklist__item {
      height: 57px; } }
  #venue_widgets_framework .m-venueframework-linklist__item:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 4px;
    height: 100%;
    background: #191919;
    opacity: 0;
    transition: opacity 200ms linear; }
  #venue_widgets_framework .m-venueframework-linklist__item:hover:after {
    opacity: 1; }
  #venue_widgets_framework .m-venueframework-linklist__item:hover .m-venueframework-linklist__item-icon {
    right: -10px; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in {
  z-index: 11 !important; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar-container:after {
  content: none; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-head {
  display: flex;
  flex-flow: row wrap; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-head > div {
    flex: 1 0 calc(100% / 7);
    display: flex;
    justify-content: center;
    align-content: center;
    flex-flow: row wrap;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.6px;
    line-height: 16px; }

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

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row {
  display: flex;
  flex-flow: row wrap;
  border-bottom: 1px solid #d9d9d9;
  margin: 0px; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row:last-child {
    border-bottom: 0px; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div {
    flex: 1 0 calc(100% / 7);
    border-right: 1px solid #d9d9d9;
    margin: 0px; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div:last-child {
      border-right: 0px; }

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

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today .fc-date {
  border: 2px solid #999999;
  display: flex;
  justify-content: center;
  align-items: center; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon {
  left: auto;
  top: auto;
  position: relative;
  height: 26px;
  width: 26px;
  display: inline-block; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon svg {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon.cal-prev svg {
    transform: rotate(180deg) translate(-50%, -50%); }

#venue_widgets_framework .m-venueframework__header-link, #venue_widgets_framework .m-venueframework__header-link:visited {
  text-decoration: underline !important;
  text-decoration-color: transparent !important; }
  #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 {
    color: #191919;
    text-decoration-color: #191919 !important; }

#venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon:hover svg {
  stroke: #191919; }

#venue_widgets_framework .m-owlcarousel__controls-icon:hover {
  border-color: #191919 !important; }
