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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hide, .hidden {
  display: none; }

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

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

.header-base, h1, h2, h3, h4, h5, h6,
.h1, .h2, .m-alert-wrapper > div .alert-container .alert-title, .h3, .spotlight .title,
.concierge .title,
.news_list .title,
.contest_list .title,
.job_list .title,
.seating_charts .title,
.gallery-listing .title,
.offer_list .title, .sitemap .column > ul > li > a, .h4, .h5, .news_detail .news_heading .date, .h6, address, .address, ol > li:before, blockquote p:last-child:not(:first-child) strong, header.header > .wrapper > .inner-wrapper #nav-toggle .text, header.header > .wrapper > .inner-wrapper .right-side .top-row form > div input, .main_nav > ul > li > a .bold, .main_nav > ul > li .sub > ul > li > a, .main_nav > ul > li .sub > ul > li ul li a, .mobile_nav > ul > li > a .bold, .mobile_nav > ul > li .sub > ul > li > a, .mobile_nav > ul > li .sub > ul > li ul li a, footer.footer .top-row > .wrapper .col-3.box-office-info .label, footer.footer .footer_holder .footer_nav > ul > li > a .bold, footer.footer .footer_holder .footer_nav > ul > li ul li a, .m-button .bold, .gen-button .bold, .spotlight-button .bold, a.button .bold, .button a .bold, input.button .bold, .textarea .button p a .bold, .textarea p a.button .bold, .cms .button p a .bold, .cms p a.button .bold, .spot-button .bold, .login-form input[type='submit'] .bold, #loadMoreEvents .bold, #alleventsbutton .bold, .m-tickets .bold, .buttons > a.tickets .bold, .buttons > a.soon .bold, .buttons > span.tickets .bold, .buttons > span.soon .bold, .m-more, .buttons > a.more, .buttons > span.more, .promo .more, .alert-button, .spotlight .date,
.concierge .date,
.news_list .date,
.contest_list .date,
.job_list .date,
.seating_charts .date,
.gallery-listing .date,
.offer_list .date, .link ul.list > li > a, .link ul.list > li > span, .faq .faq_item_wrapper .faq_list_item p,
.login-form input[type='submit'], .event_list_toggles span, .category-dropdown .select, .category-dropdown .choices ul li span, .description_wrapper .read-more, .event_showings .show-all-showings, .eventDetailList .item .label, .showtime-search-instant-result .spotlight h3.title, .showtime-search-instant-result .spotlight .title {
  margin: 0 0 20px;
  font-family: "Poppins", sans-serif;
  color: #393D3F;
  letter-spacing: 0;
  line-height: 1.05;
  font-weight: 700; }

h1, .h1 {
  font-size: 3.05rem;
  font-weight: 800;
  width: 1140px;
  max-width: calc(100vw - 20px);
  padding: 0 0 10px 0;
  border-bottom: 1px solid #393D3F;
  margin: 0 0 40px 0;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media screen and (max-width: 870px) {
    h1, .h1 {
      width: 100%;
      max-width: 100%;
      left: 0;
      -webkit-transform: none;
              transform: none; } }
  @media screen and (max-width: 700px) {
    h1, .h1 {
      text-align: center;
      margin: 0 0 20px 0;
      font-size: 39px; } }
  h1:before, .h1:before {
    display: none; }

h2, .h2, .m-alert-wrapper > div .alert-container .alert-title {
  font-size: 1.953125rem;
  position: relative;
  padding-bottom: 15px; }
  h2:before, .h2:before, .m-alert-wrapper > div .alert-container .alert-title:before {
    content: "";
    display: block;
    width: 80px;
    height: 5px;
    background: #CB333B;
    bottom: 0;
    left: 0;
    position: absolute; }
  h2:not(.title), .h2:not(.title), .m-alert-wrapper > div .alert-container .alert-title:not(.title) {
    margin-top: 60px; }
  h2.long_title, .h2.long_title, .m-alert-wrapper > div .alert-container .long_title.alert-title {
    font-size: 1.5625rem; }

h3, .h3, .spotlight .title,
.concierge .title,
.news_list .title,
.contest_list .title,
.job_list .title,
.seating_charts .title,
.gallery-listing .title,
.offer_list .title, .sitemap .column > ul > li > a {
  font-size: 1.5625rem; }
  h3:before, .h3:before, .spotlight .title:before,
  .concierge .title:before,
  .news_list .title:before,
  .contest_list .title:before,
  .job_list .title:before,
  .seating_charts .title:before,
  .gallery-listing .title:before,
  .offer_list .title:before, .sitemap .column > ul > li > a:before {
    display: none; }
  h3:not(.title), .h3:not(.title), .spotlight .title:not(.title),
  .concierge .title:not(.title),
  .news_list .title:not(.title),
  .contest_list .title:not(.title),
  .job_list .title:not(.title),
  .seating_charts .title:not(.title),
  .gallery-listing .title:not(.title),
  .offer_list .title:not(.title), .sitemap .column > ul > li > a:not(.title) {
    margin-top: 60px; }

h4, .h4 {
  font-size: 1.25rem; }
  h4:before, .h4:before {
    display: none; }
  h4:not(.title), .h4:not(.title) {
    margin-top: 60px; }

h5, .h5, .news_detail .news_heading .date {
  font-size: 1rem; }
  h5:before, .h5:before, .news_detail .news_heading .date:before {
    display: none; }
  h5:not(.title), .h5:not(.title), .news_detail .news_heading .date:not(.title) {
    margin-top: 60px; }

h6, .h6 {
  font-size: 0.8rem; }
  h6:before, .h6:before {
    display: none; }
  h6:not(.title), .h6:not(.title) {
    margin-top: 60px; }

.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: 14px; }

.p-base, p, .p, .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, blockquote p:last-child:not(:first-child) strong em, .main_nav > ul > li > a, .mobile_nav > ul > li > a, footer.footer .top-row > .wrapper .col-2 address .address-1, footer.footer .top-row > .wrapper .col-2 address .address-2, footer.footer .top-row > .wrapper .col-2 address .address-3, footer.footer .top-row > .wrapper .col-2 address .phone, footer.footer .footer_holder .footer_nav > ul > li > a, .m-button, .gen-button,
.spotlight-button,
a.button,
.button a,
input.button,
.textarea .button p a,
.textarea p a.button,
.cms .button p a,
.cms p a.button,
.spot-button,
.login-form input[type='submit'], #loadMoreEvents, #alleventsbutton, .m-tickets, .buttons > a.tickets, .buttons > a.soon, .buttons > span.tickets, .buttons > span.soon, .event_detail.one_sidebar_right .event_heading .tagline, .event_showings .listItem .time, .event_showings .listItem .cell:nth-child(2), .eventDetailList .item > span, .sitemap .column > ul > li > ul > li > a, .m-alert-wrapper > div .alert-desc p {
  font-size: 1rem;
  font-family: "Arvo", serif;
  letter-spacing: 0;
  line-height: 1.6; }

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

address, .address {
  font-weight: 600;
  margin: 0 0 20px;
  font-style: normal;
  line-height: 23px;
  font-size: 16px; }

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 {
    margin: 0 0 20px;
    padding: 0 0 0 50px; }
    .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: 13px;
      left: 0;
      width: 25px;
      height: 5px;
      background-color: #CB333B; }
    .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 {
  margin: 0 0 20px;
  position: relative;
  padding-left: 50px;
  counter-increment: li-counter; }
  ol > li:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0px;
    width: 30px;
    height: 30px;
    content: counter(li-counter);
    text-align: center;
    color: #fff;
    background: #A6192E;
    border-bottom-right-radius: 10px;
    font-size: 16px;
    padding-top: 7px; }

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

hr {
  display: block;
  height: 1px;
  background-color: #393D3F;
  border: 0;
  margin-top: 40px;
  margin-bottom: 46px;
  clear: both; }

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

.breadcrumbs {
  margin: 0 auto;
  width: 1140px;
  max-width: calc(100% - 20px);
  margin: 0 auto 20px auto;
  font-size: 13px;
  line-height: 14px; }
  @media screen and (max-width: 700px) {
    .breadcrumbs {
      max-width: calc(100% - 20px);
      text-align: center; } }
  .breadcrumbs a, .breadcrumbs span {
    font-family: "Poppins", sans-serif;
    color: #393D3F;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 14px; }
  .breadcrumbs .breadcrumb_divider {
    margin: 0 7px; }
  .breadcrumbs a:hover, .breadcrumbs a:focus {
    color: #CB333B; }
  .breadcrumbs span:last-child {
    font-weight: 700; }

blockquote {
  padding: 0 0 0 120px;
  position: relative;
  margin: 60px 0 40px 0; }
  @media screen and (max-width: 700px) {
    blockquote {
      padding: 68px 0 0 0;
      text-align: center; } }
  blockquote:before {
    width: 61px;
    height: 48px;
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    left: 19px;
    background-image: url("../images/svg/quote.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
    @media screen and (max-width: 700px) {
      blockquote:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
  blockquote p {
    font-size: 1.44rem;
    line-height: 1.82; }
    blockquote p:last-child:not(:first-child) {
      margin: 15px 0 0 0;
      padding: 0 0 0 40px;
      line-height: 1;
      font-size: 20px;
      position: relative; }
      @media screen and (max-width: 700px) {
        blockquote p:last-child:not(:first-child) {
          margin: 20px 0 0 0;
          text-align: left; } }
      blockquote p:last-child:not(:first-child):before {
        width: 25px;
        height: 5px;
        position: absolute;
        z-index: 1;
        content: "";
        top: 13px;
        left: 0;
        background: #CB333B; }
      blockquote p:last-child:not(:first-child) strong {
        font-size: 20px;
        margin: 0;
        line-height: 27px; }
        blockquote p:last-child:not(:first-child) strong em {
          font-size: 17px;
          line-height: 27px;
          margin: 0;
          font-style: normal;
          font-weight: 400; }

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

html {
  height: 100%; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #393D3F;
  font-family: "Arvo", serif;
  font-size: 20px;
  text-align: left; }

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

#layout {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 120px 0 0px;
  background-color: #F6F0EA;
  background-image: url("../images/content_bg.png");
  background-position: center;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: fixed; }
  @media screen and (max-width: 1080px) {
    #layout {
      padding: 70px 0 0 0; } }
  @media screen and (max-width: 700px) {
    #layout {
      padding: 60px 0 0 0; } }

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

.accessible {
  display: none; }

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

.one_sidebar_right {
  width: 100%; }
  .one_sidebar_right #column_1 {
    width: 1190px;
    position: relative;
    max-width: calc(100% - 20px);
    margin: 0 auto; }
    @media screen and (max-width: 700px) {
      .one_sidebar_right #column_1 {
        max-width: 100%; } }
  .one_sidebar_right #column_2 {
    position: absolute;
    right: 10px;
    top: 20px;
    background: #222;
    width: 300px; }
  .one_sidebar_right .leftColumn {
    width: calc(100% - 380px);
    float: left; }
    @media screen and (max-width: 870px) {
      .one_sidebar_right .leftColumn {
        width: calc(100% - 300px); } }
    @media screen and (max-width: 700px) {
      .one_sidebar_right .leftColumn {
        width: 100%; } }
  .one_sidebar_right .rightBreakout {
    position: absolute;
    right: 0px;
    top: 0;
    background: #fff;
    width: 280px;
    z-index: 20; }
    @media screen and (max-width: 700px) {
      .one_sidebar_right .rightBreakout {
        position: relative;
        top: auto;
        right: auto;
        width: 100%; } }

.full .full_column:not(.widgets_area) {
  width: 1300px;
  max-width: 100%;
  background: #fff;
  margin: 0 auto;
  padding: 30px 0; }
  @media screen and (max-width: 700px) {
    .full .full_column:not(.widgets_area) {
      padding: 20px 0; } }
  .full .full_column:not(.widgets_area):first-child {
    padding: 66px 0 30px 0; }
    @media screen and (max-width: 870px) {
      .full .full_column:not(.widgets_area):first-child {
        padding: 30px 0; } }
    @media screen and (max-width: 700px) {
      .full .full_column:not(.widgets_area):first-child {
        padding: 20px 0; } }

.user-is-tabbing .accessibility_links.is-focused {
  width: 100% !important;
  height: auto !important;
  max-height: 100vh;
  overflow: auto;
  background: #A6192E;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }
  .user-is-tabbing .accessibility_links.is-focused ul {
    padding: 10px;
    zoom: 1; }
    .user-is-tabbing .accessibility_links.is-focused ul:before, .user-is-tabbing .accessibility_links.is-focused ul:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .user-is-tabbing .accessibility_links.is-focused ul:after {
      clear: both; }
    @media screen and (min-width: 701px) {
      .user-is-tabbing .accessibility_links.is-focused ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media screen and (min-width: 701px) {
      .user-is-tabbing .accessibility_links.is-focused ul li {
        margin: 0 10px; }
        .user-is-tabbing .accessibility_links.is-focused ul li:first-child {
          margin-right: auto; } }
    .user-is-tabbing .accessibility_links.is-focused ul li a {
      font-size: 18px;
      color: #fff;
      font-weight: 700; }

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

/* ----------------------------------------------------------------------------
= Header basics
----------------------------------------------------------------------------- */
header.header {
  background: #fff;
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }
  .testing header.header {
    position: absolute !important; }
  @media screen and (max-width: 1080px) {
    header.header:after {
      visibility: hidden;
      position: fixed;
      z-index: -1;
      top: 0;
      left: -100%;
      width: 100%;
      width: 100vw;
      height: 100%;
      height: 100vh;
      content: "";
      background: rgba(42, 38, 27, 0.7);
      margin: 0 0 0;
      padding: 0;
      opacity: 0;
      -webkit-transition: 200ms opacity linear;
      transition: 200ms opacity linear; } }
  @media screen and (max-width: 700px) {
    header.header:after {
      display: none; } }
  @media screen and (min-width: 1081px) {
    header.header.is-fixed > .wrapper {
      border-top-width: 0;
      border-bottom-width: 5px; }
      header.header.is-fixed > .wrapper > .inner-wrapper > .logo.mobile {
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: 200ms;
                transition-delay: 200ms; }
      header.header.is-fixed > .wrapper > .inner-wrapper > .logo.desktop {
        top: -156px;
        visibility: hidden; }
      header.header.is-fixed > .wrapper > .inner-wrapper .right-side {
        margin-top: 0;
        max-width: calc(100% - 250px); }
        header.header.is-fixed > .wrapper > .inner-wrapper .right-side .top-row {
          visibility: hidden;
          height: 0;
          overflow: hidden;
          margin: 0;
          opacity: 0; } }
  header.header.menu-open:after {
    left: 0;
    visibility: visible;
    opacity: 1; }
  header.header.menu-open > .m-alert-wrapper {
    display: none; }
  header.header.menu-open > .wrapper > .inner-wrapper .right-side {
    left: 0;
    visibility: visible;
    -webkit-transition: all 400ms cubic-bezier(0.35, 0.75, 0.35, 0.75);
    transition: all 400ms cubic-bezier(0.35, 0.75, 0.35, 0.75); }
  header.header > .wrapper {
    border-top: 10px solid rgba(220, 204, 163, 0.7);
    -webkit-box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.25);
    border-bottom: 0px solid #DCCCA3;
    background: #fff;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
    @media screen and (max-width: 1080px) {
      header.header > .wrapper {
        border-top: none;
        border-bottom-width: 5px; } }
    header.header > .wrapper > .inner-wrapper {
      width: 1180px;
      max-width: calc(100% - 40px);
      margin: 0 auto;
      position: relative; }
      @media screen and (max-width: 1080px) {
        header.header > .wrapper > .inner-wrapper {
          padding: 14px 0; } }
      @media screen and (max-width: 700px) {
        header.header > .wrapper > .inner-wrapper {
          padding: 14px 0 13px 0;
          max-width: calc(100% - 30px); } }
      header.header > .wrapper > .inner-wrapper > .logo.mobile {
        top: 14px;
        left: 10px;
        position: absolute;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear; }
        @media screen and (max-width: 1080px) {
          header.header > .wrapper > .inner-wrapper > .logo.mobile {
            position: static;
            visibility: visible;
            opacity: 1; } }
        header.header > .wrapper > .inner-wrapper > .logo.mobile a, header.header > .wrapper > .inner-wrapper > .logo.mobile span {
          display: block;
          background-image: url("../images/logo-mobile.png");
          width: 195px;
          height: 37px;
          background-position: center;
          background-size: 100%;
          background-repeat: no-repeat;
          overflow: hidden;
          text-indent: -1000px;
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear; }
          @media screen and (max-width: 700px) {
            header.header > .wrapper > .inner-wrapper > .logo.mobile a, header.header > .wrapper > .inner-wrapper > .logo.mobile span {
              width: 145px;
              height: 28px; } }
          header.header > .wrapper > .inner-wrapper > .logo.mobile a:hover, header.header > .wrapper > .inner-wrapper > .logo.mobile a:focus, header.header > .wrapper > .inner-wrapper > .logo.mobile span:hover, header.header > .wrapper > .inner-wrapper > .logo.mobile span:focus {
            -webkit-filter: saturate(1.35);
                    filter: saturate(1.35); }
      header.header > .wrapper > .inner-wrapper > .logo.desktop {
        top: 5px;
        left: 0;
        position: absolute;
        z-index: 1;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear; }
        @media screen and (max-width: 1080px) {
          header.header > .wrapper > .inner-wrapper > .logo.desktop {
            display: none; } }
        header.header > .wrapper > .inner-wrapper > .logo.desktop a, header.header > .wrapper > .inner-wrapper > .logo.desktop span {
          display: block;
          width: 156px;
          height: 156px;
          border: 5px solid #fff;
          border-radius: 50%;
          background: url("../images/logo.png");
          background-position: center;
          background-size: 100%;
          background-repeat: no-repeat;
          overflow: hidden;
          text-indent: -1000px;
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear; }
          header.header > .wrapper > .inner-wrapper > .logo.desktop a:hover, header.header > .wrapper > .inner-wrapper > .logo.desktop a:focus, header.header > .wrapper > .inner-wrapper > .logo.desktop span:hover, header.header > .wrapper > .inner-wrapper > .logo.desktop span:focus {
            -webkit-box-shadow: 0 8px 15px -2px rgba(0, 0, 0, 0.25);
                    box-shadow: 0 8px 15px -2px rgba(0, 0, 0, 0.25); }
      header.header > .wrapper > .inner-wrapper #nav-toggle {
        display: none; }
        @media screen and (max-width: 1080px) {
          header.header > .wrapper > .inner-wrapper #nav-toggle {
            display: block;
            position: absolute;
            width: 45px;
            height: 40px;
            top: 15px;
            right: 0px;
            z-index: 100; } }
        @media screen and (max-width: 700px) {
          header.header > .wrapper > .inner-wrapper #nav-toggle {
            top: 10px;
            right: 0px; } }
        header.header > .wrapper > .inner-wrapper #nav-toggle:hover .top, header.header > .wrapper > .inner-wrapper #nav-toggle:hover .mid, header.header > .wrapper > .inner-wrapper #nav-toggle:hover .bottom, .user-is-tabbing header.header > .wrapper > .inner-wrapper #nav-toggle:focus .top, .user-is-tabbing header.header > .wrapper > .inner-wrapper #nav-toggle:focus .mid, .user-is-tabbing header.header > .wrapper > .inner-wrapper #nav-toggle:focus .bottom {
          background: #CB333B; }
        header.header > .wrapper > .inner-wrapper #nav-toggle:hover .bottom, .user-is-tabbing header.header > .wrapper > .inner-wrapper #nav-toggle:focus .bottom {
          width: 35px;
          left: calc(50% + 5px); }
        header.header > .wrapper > .inner-wrapper #nav-toggle:hover .text, .user-is-tabbing header.header > .wrapper > .inner-wrapper #nav-toggle:focus .text {
          color: #CB333B;
          right: 0;
          text-align: right; }
        header.header > .wrapper > .inner-wrapper #nav-toggle.active .top, .user-is-tabbing header.header > .wrapper > .inner-wrapper #nav-toggle.active:focus .top {
          -webkit-transform: translate(-50%, -50%) rotate(45deg);
                  transform: translate(-50%, -50%) rotate(45deg);
          left: 50%;
          top: 9px;
          width: 42px; }
        header.header > .wrapper > .inner-wrapper #nav-toggle.active .bottom, .user-is-tabbing header.header > .wrapper > .inner-wrapper #nav-toggle.active:focus .bottom {
          -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                  transform: translate(-50%, -50%) rotate(-45deg);
          left: 50%;
          top: 9px;
          width: 42px; }
        header.header > .wrapper > .inner-wrapper #nav-toggle.active .mid, .user-is-tabbing header.header > .wrapper > .inner-wrapper #nav-toggle.active:focus .mid {
          opacity: 0; }
        header.header > .wrapper > .inner-wrapper #nav-toggle.active .text, .user-is-tabbing header.header > .wrapper > .inner-wrapper #nav-toggle.active:focus .text {
          right: 7px; }
          header.header > .wrapper > .inner-wrapper #nav-toggle.active .text.open, .user-is-tabbing header.header > .wrapper > .inner-wrapper #nav-toggle.active:focus .text.open {
            display: none; }
          header.header > .wrapper > .inner-wrapper #nav-toggle.active .text.close, .user-is-tabbing header.header > .wrapper > .inner-wrapper #nav-toggle.active:focus .text.close {
            display: block; }
        header.header > .wrapper > .inner-wrapper #nav-toggle .top {
          top: 0;
          left: 50%;
          position: absolute;
          width: 100%;
          height: 3px;
          background: #393D3F;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear; }
        header.header > .wrapper > .inner-wrapper #nav-toggle .mid {
          top: 8px;
          left: 50%;
          position: absolute;
          width: 100%;
          height: 3px;
          background: #393D3F;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear; }
        header.header > .wrapper > .inner-wrapper #nav-toggle .bottom {
          top: 16px;
          left: 50%;
          position: absolute;
          width: 100%;
          height: 3px;
          background: #393D3F;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear; }
        header.header > .wrapper > .inner-wrapper #nav-toggle .text {
          font-size: 10px;
          line-height: 11px;
          margin: 0;
          text-transform: uppercase;
          text-align: center;
          bottom: 0;
          right: 8px;
          display: block;
          position: absolute;
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear; }
          header.header > .wrapper > .inner-wrapper #nav-toggle .text.close {
            display: none; }
      header.header > .wrapper > .inner-wrapper .right-side {
        width: 835px;
        max-width: calc(100% - 170px);
        margin: -10px 0 0 auto;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear; }
        @media screen and (max-width: 1080px) {
          header.header > .wrapper > .inner-wrapper .right-side {
            visibility: hidden;
            position: fixed;
            z-index: 5;
            top: 0;
            left: -100%;
            width: 650px;
            max-width: calc(100% - 70px);
            margin: 0 0 0;
            padding: 0;
            -webkit-transition: all 400ms cubic-bezier(0.75, 0.35, 0.75, 0.35);
            transition: all 400ms cubic-bezier(0.75, 0.35, 0.75, 0.35);
            background: #fff;
            -webkit-box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.25);
                    box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.25);
            height: 100vh; } }
        @media screen and (max-width: 700px) {
          header.header > .wrapper > .inner-wrapper .right-side {
            top: 60px;
            width: 100%;
            max-width: 100%;
            height: calc(100vh - 60px); } }
        header.header > .wrapper > .inner-wrapper .right-side > .logo {
          display: none; }
          @media screen and (max-width: 1080px) {
            header.header > .wrapper > .inner-wrapper .right-side > .logo.desktop {
              display: block;
              width: 100%;
              padding: 14px 0; }
              header.header > .wrapper > .inner-wrapper .right-side > .logo.desktop a, header.header > .wrapper > .inner-wrapper .right-side > .logo.desktop span {
                display: block;
                width: 195px;
                height: 37px;
                background-image: url("../images/logo-mobile.png");
                background-position: center;
                background-size: 100%;
                background-repeat: no-repeat;
                overflow: hidden;
                text-indent: -1000px;
                position: relative;
                left: 50%;
                -webkit-transform: translateX(-50%);
                        transform: translateX(-50%);
                -webkit-transition: all 200ms linear;
                transition: all 200ms linear; }
                header.header > .wrapper > .inner-wrapper .right-side > .logo.desktop a:hover, header.header > .wrapper > .inner-wrapper .right-side > .logo.desktop a:focus, header.header > .wrapper > .inner-wrapper .right-side > .logo.desktop span:hover, header.header > .wrapper > .inner-wrapper .right-side > .logo.desktop span:focus {
                  -webkit-filter: saturate(1.35);
                          filter: saturate(1.35); } }
          @media screen and (max-width: 700px) {
            header.header > .wrapper > .inner-wrapper .right-side > .logo.desktop {
              display: none; } }
        header.header > .wrapper > .inner-wrapper .right-side .top-row {
          margin: 0 0 9px 0;
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
          height: 43px; }
          @media screen and (max-width: 1080px) {
            header.header > .wrapper > .inner-wrapper .right-side .top-row {
              height: auto;
              margin: 0;
              padding: 0 17px;
              position: relative; } }
          @media screen and (max-width: 700px) {
            header.header > .wrapper > .inner-wrapper .right-side .top-row {
              padding: 0; } }
          @media screen and (max-width: 1080px) {
            header.header > .wrapper > .inner-wrapper .right-side .top-row:after {
              visibility: visible;
              width: 100%;
              height: 5px;
              position: absolute;
              z-index: -1;
              content: "";
              top: 0;
              left: 0;
              background: rgba(220, 204, 163, 0.7); } }
          @media screen and (max-width: 700px) {
            header.header > .wrapper > .inner-wrapper .right-side .top-row:after {
              display: none; } }
          header.header > .wrapper > .inner-wrapper .right-side .top-row form {
            margin: 0 0 0 auto;
            width: 320px;
            border-bottom-right-radius: 10px;
            border-left: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-right: 3px solid transparent;
            overflow: hidden;
            -webkit-transition: all 200ms linear;
            transition: all 200ms linear; }
            @media screen and (max-width: 1080px) {
              header.header > .wrapper > .inner-wrapper .right-side .top-row form {
                width: 100%;
                float: none; } }
            @media screen and (max-width: 700px) {
              header.header > .wrapper > .inner-wrapper .right-side .top-row form {
                border-bottom-right-radius: 0px;
                border-left: none;
                border-right: none; } }
            header.header > .wrapper > .inner-wrapper .right-side .top-row form:hover {
              border-color: #DCCCA3; }
            header.header > .wrapper > .inner-wrapper .right-side .top-row form > div {
              background: #A6192E;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: start;
                  -ms-flex-pack: start;
                      justify-content: flex-start;
              -ms-flex-line-pack: center;
                  align-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              height: 40px; }
              @media screen and (max-width: 1080px) {
                header.header > .wrapper > .inner-wrapper .right-side .top-row form > div {
                  height: 50px; } }
              header.header > .wrapper > .inner-wrapper .right-side .top-row form > div label {
                overflow: hidden;
                height: 0;
                width: 0;
                padding: 0;
                margin: 0;
                display: block; }
              header.header > .wrapper > .inner-wrapper .right-side .top-row form > div input {
                width: calc(100% - 45px);
                background: transparent;
                color: #fff;
                margin: 0;
                font-size: 13px;
                line-height: 30px;
                border: none;
                padding: 0 5px 0 15px; }
                header.header > .wrapper > .inner-wrapper .right-side .top-row form > div input::-webkit-input-placeholder {
                  /* WebKit browsers */
                  color: #fff;
                  opacity: 1 !important; }
                header.header > .wrapper > .inner-wrapper .right-side .top-row form > div input:-moz-placeholder {
                  /* Mozilla Firefox 4 to 18 */
                  color: #fff;
                  opacity: 1 !important; }
                header.header > .wrapper > .inner-wrapper .right-side .top-row form > div input::-moz-placeholder {
                  /* Mozilla Firefox 19+ */
                  color: #fff;
                  opacity: 1 !important; }
                header.header > .wrapper > .inner-wrapper .right-side .top-row form > div input:-ms-input-placeholder {
                  /* Internet Explorer 10+ */
                  color: #fff;
                  opacity: 1 !important; }
                @media screen and (max-width: 1080px) {
                  header.header > .wrapper > .inner-wrapper .right-side .top-row form > div input {
                    font-size: 16px; } }
              header.header > .wrapper > .inner-wrapper .right-side .top-row form > div button {
                -webkit-box-flex: 0;
                    -ms-flex: 0 0 auto;
                        flex: 0 0 auto;
                text-indent: -1000px;
                overflow: hidden;
                width: 45px;
                height: 40px;
                border: none;
                background-color: transparent;
                background-image: url("../images/svg/magnifying_glass.svg");
                background-position: center;
                background-repeat: no-repeat;
                background-size: auto;
                -webkit-transition: all 200ms linear;
                transition: all 200ms linear; }
                @media screen and (max-width: 1080px) {
                  header.header > .wrapper > .inner-wrapper .right-side .top-row form > div button {
                    width: 50px;
                    height: 50px; } }
                header.header > .wrapper > .inner-wrapper .right-side .top-row form > div button:hover, header.header > .wrapper > .inner-wrapper .right-side .top-row form > div button:focus {
                  background-color: #D6353D; }
        @media screen and (max-width: 1080px) {
          header.header > .wrapper > .inner-wrapper .right-side .nav_wrapper {
            padding: 0 20px;
            max-height: calc(100% - 118px);
            overflow-y: auto !important; } }
        @media screen and (max-width: 700px) {
          header.header > .wrapper > .inner-wrapper .right-side .nav_wrapper {
            padding: 0 20px 0 10px;
            max-height: calc(100% - 53px); } }

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

.main_nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .main_nav > ul:hover > li:hover > a {
    opacity: 1; }
  .main_nav > ul:hover > li > a {
    opacity: 0.5; }
  .main_nav > ul > li {
    padding: 27px 0 22px 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
    @media screen and (min-width: 1081px) {
      .is-fixed .main_nav > ul > li {
        padding: 23px 0; } }
    .main_nav > ul > li:last-child .sub {
      right: -15px;
      left: auto; }
      .main_nav > ul > li:last-child .sub:before {
        height: 100%; }
    .main_nav > ul > li.is-focused .sub {
      display: block !important; }
    .main_nav > ul > li > .close-button {
      display: none; }
    .main_nav > ul > li > a {
      display: block;
      color: #393D3F;
      margin: 0;
      font-size: 17px;
      line-height: 18px;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }
      .main_nav > ul > li > a:hover, .main_nav > ul > li > a:focus {
        color: #A6192E;
        opacity: 1; }
        .main_nav > ul > li > a:hover:after, .main_nav > ul > li > a:focus:after {
          width: 50px; }
        .main_nav > ul > li > a:hover .bold, .main_nav > ul > li > a:focus .bold {
          color: #CB333B; }
      .main_nav > ul > li > a.active {
        color: #A6192E;
        opacity: 1; }
        .main_nav > ul > li > a.active .bold {
          color: #CB333B; }
      .main_nav > ul > li > a:after {
        width: 0;
        height: 5px;
        position: absolute;
        z-index: 1;
        content: "";
        bottom: 10px;
        left: 0;
        background: #CB333B;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear; }
      .main_nav > ul > li > a .bold {
        font-size: 20px;
        line-height: 18px;
        text-transform: uppercase;
        font-weight: 800; }
    .main_nav > ul > li .sub {
      display: none;
      position: absolute;
      width: 260px;
      top: 100%;
      left: -20px;
      border-bottom-right-radius: 10px;
      background: #fff;
      -webkit-box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.25);
              box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.25); }
      .main_nav > ul > li .sub:before {
        width: 10px;
        height: calc(100% + 50px);
        position: absolute;
        z-index: 1;
        content: "";
        bottom: 0;
        left: -10px;
        background: rgba(220, 204, 163, 0.8); }
      .main_nav > ul > li .sub > ul {
        padding: 5px 30px 20px 30px; }
        .main_nav > ul > li .sub > ul > li {
          position: relative; }
          .main_nav > ul > li .sub > ul > li.is-opened .close-button {
            -webkit-transform: translate(-50%, -50%) rotate(90deg);
                    transform: translate(-50%, -50%) rotate(90deg); }
          .main_nav > ul > li .sub > ul > li .close-button {
            width: 10px;
            height: 14px;
            left: -16px;
            top: 18px;
            position: absolute;
            -webkit-transform: translate(-50%, -50%) rotate(0deg);
                    transform: translate(-50%, -50%) rotate(0deg);
            -webkit-transition: all 200ms linear;
            transition: all 200ms linear; }
            .main_nav > ul > li .sub > ul > li .close-button:hover svg *, .main_nav > ul > li .sub > ul > li .close-button:focus svg * {
              stroke: #CB333B; }
            .main_nav > ul > li .sub > ul > li .close-button svg {
              width: 10px;
              display: block; }
              .main_nav > ul > li .sub > ul > li .close-button svg * {
                -webkit-transition: all 200ms linear;
                transition: all 200ms linear; }
          .main_nav > ul > li .sub > ul > li > a {
            font-weight: 500;
            font-size: 16px;
            line-height: 28px;
            display: block;
            padding: 7px 0;
            margin: 0;
            color: #393D3F; }
            .main_nav > ul > li .sub > ul > li > a:hover, .main_nav > ul > li .sub > ul > li > a:focus, .main_nav > ul > li .sub > ul > li > a.active {
              color: #CB333B; }
          .main_nav > ul > li .sub > ul > li a.gh_redirect:after, .main_nav > ul > li .sub > ul > li a.gh_page_redirect:after {
            content: '\f08e';
            font-family: FontAwesome;
            vertical-align: middle;
            margin-left: 9px;
            display: inline;
            color: inherit; }
          .main_nav > ul > li .sub > ul > li ul {
            padding: 5px 0 0 10px;
            display: none; }
            .main_nav > ul > li .sub > ul > li ul li a {
              font-weight: 500;
              font-size: 13px;
              line-height: 16px;
              padding: 7px 0;
              display: block;
              margin: 0;
              color: #393D3F; }
              .main_nav > ul > li .sub > ul > li ul li a:hover, .main_nav > ul > li .sub > ul > li ul li a:focus, .main_nav > ul > li .sub > ul > li ul li a.active {
                color: #CB333B; }

/* ----------------------------------------------------------------------------
= Mobile Navigation
----------------------------------------------------------------------------- */
.mobile_nav > ul {
  padding: 37px 0 0 0; }
  @media screen and (max-width: 700px) {
    .mobile_nav > ul {
      padding: 27px 0 0 0; } }
  .mobile_nav > ul > li {
    padding: 7px 0 7px 50px;
    margin: 0 0 28px 0;
    position: relative; }
    .mobile_nav > ul > li:hover:before, .mobile_nav > ul > li:focus:before {
      width: calc(100% - 40px);
      left: 40px; }
    .mobile_nav > ul > li:before {
      content: "";
      display: block;
      width: calc(100% - 50px);
      height: 1px;
      background: #393D3F;
      left: 50px;
      bottom: 0;
      position: absolute;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }
    .mobile_nav > ul > li.is-opened > .close-button {
      -webkit-transform: translate(-50%, 0) rotate(90deg);
              transform: translate(-50%, 0) rotate(90deg); }
      .mobile_nav > ul > li.is-opened > .close-button:after {
        width: 35px;
        height: 35px; }
    .mobile_nav > ul > li.is-opened > a {
      color: #CB333B; }
      .mobile_nav > ul > li.is-opened > a:before {
        width: 50px; }
      .mobile_nav > ul > li.is-opened > a .bold {
        color: #CB333B; }
    .mobile_nav > ul > li > .close-button {
      width: 35px;
      height: 35px;
      position: absolute;
      top: 0;
      left: 18px;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      z-index: 1;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }
      .mobile_nav > ul > li > .close-button:hover svg *, .mobile_nav > ul > li > .close-button:focus svg * {
        stroke: #CB333B; }
      .mobile_nav > ul > li > .close-button:hover:after, .mobile_nav > ul > li > .close-button:focus:after {
        width: 35px;
        height: 35px; }
      .mobile_nav > ul > li > .close-button:after {
        content: "";
        display: block;
        top: 18px;
        left: 18px;
        border-radius: 50%;
        width: 0;
        height: 0;
        position: absolute;
        background: #F6F0EA;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        z-index: -1; }
      .mobile_nav > ul > li > .close-button svg {
        position: absolute;
        top: 18px;
        left: 18px;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear; }
        .mobile_nav > ul > li > .close-button svg * {
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear; }
    .mobile_nav > ul > li > a {
      display: block;
      color: #393D3F;
      margin: 0;
      font-size: 20px;
      line-height: 26px;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
      position: relative; }
      .mobile_nav > ul > li > a:hover, .mobile_nav > ul > li > a:focus, .mobile_nav > ul > li > a.active {
        color: #A6192E; }
        .mobile_nav > ul > li > a:hover .bold, .mobile_nav > ul > li > a:focus .bold, .mobile_nav > ul > li > a.active .bold {
          color: #CB333B; }
      .mobile_nav > ul > li > a:before {
        width: 0;
        height: 5px;
        position: absolute;
        z-index: 1;
        content: "";
        bottom: -12px;
        left: 0;
        background: #CB333B;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear; }
      .mobile_nav > ul > li > a .bold {
        font-size: 25px;
        line-height: 26px;
        font-weight: 800; }
    .mobile_nav > ul > li .sub {
      padding: 25px 20px 13px 20px;
      display: none; }
      .mobile_nav > ul > li .sub > ul > li.is-opened .close-button {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
                transform: translate(-50%, -50%) rotate(90deg); }
      .mobile_nav > ul > li .sub > ul > li .close-button {
        width: 10px;
        height: 14px;
        left: -16px;
        top: 18px;
        position: absolute;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg);
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear; }
        .mobile_nav > ul > li .sub > ul > li .close-button:hover svg *, .mobile_nav > ul > li .sub > ul > li .close-button:focus svg * {
          stroke: #CB333B; }
        .mobile_nav > ul > li .sub > ul > li .close-button svg {
          width: 10px;
          display: block; }
          .mobile_nav > ul > li .sub > ul > li .close-button svg * {
            -webkit-transition: all 200ms linear;
            transition: all 200ms linear; }
      .mobile_nav > ul > li .sub > ul > li > a {
        font-weight: 500;
        font-size: 16px;
        line-height: 28px;
        padding: 7px 0;
        display: block;
        margin: 0;
        color: #393D3F; }
        .mobile_nav > ul > li .sub > ul > li > a:hover, .mobile_nav > ul > li .sub > ul > li > a:focus, .mobile_nav > ul > li .sub > ul > li > a.active {
          color: #CB333B; }
      .mobile_nav > ul > li .sub > ul > li a.gh_redirect:after, .mobile_nav > ul > li .sub > ul > li a.gh_page_redirect:after {
        content: '\f08e';
        font-family: FontAwesome;
        vertical-align: middle;
        margin-left: 9px;
        display: inline;
        color: inherit; }
      .mobile_nav > ul > li .sub > ul > li ul {
        padding: 5px 0 0 10px;
        display: none; }
        .mobile_nav > ul > li .sub > ul > li ul li a {
          font-weight: 500;
          font-size: 13px;
          line-height: 16px;
          padding: 7px 0;
          display: block;
          margin: 0;
          color: #393D3F; }
          .mobile_nav > ul > li .sub > ul > li ul li a:hover, .mobile_nav > ul > li .sub > ul > li ul li a:focus, .mobile_nav > ul > li .sub > ul > li ul li a.active {
            color: #CB333B; }

/* ----------------------------------------------------------------------------
= Footer basics
----------------------------------------------------------------------------- */
footer.footer {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  background: #fff; }
  footer.footer .top-row {
    background-image: url("../images/footer_top_bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 116px 0; }
    @media screen and (max-width: 870px) {
      footer.footer .top-row {
        padding: 60px 0 86px 0; } }
    @media screen and (max-width: 700px) {
      footer.footer .top-row {
        padding: 40px 0; } }
    footer.footer .top-row > .wrapper {
      width: 980px;
      max-width: calc(100% - 154px);
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media screen and (max-width: 1080px) {
        footer.footer .top-row > .wrapper {
          padding-left: 11px; } }
      @media screen and (max-width: 870px) {
        footer.footer .top-row > .wrapper {
          max-width: calc(100% - 122px); } }
      @media screen and (max-width: 700px) {
        footer.footer .top-row > .wrapper {
          max-width: calc(100% - 104px);
          display: block; } }
      footer.footer .top-row > .wrapper .logo {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
        @media screen and (max-width: 700px) {
          footer.footer .top-row > .wrapper .logo {
            margin: 0 0 20px 0; } }
        footer.footer .top-row > .wrapper .logo.mobile {
          display: none; }
        footer.footer .top-row > .wrapper .logo a, footer.footer .top-row > .wrapper .logo span {
          display: block;
          width: 160px;
          height: 160px;
          background: url("../images/logo.png");
          background-position: center;
          background-size: 100%;
          background-repeat: no-repeat;
          overflow: hidden;
          text-indent: -1000px;
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear; }
          @media screen and (max-width: 870px) {
            footer.footer .top-row > .wrapper .logo a, footer.footer .top-row > .wrapper .logo span {
              width: 125px;
              height: 125px; } }
          @media screen and (max-width: 700px) {
            footer.footer .top-row > .wrapper .logo a, footer.footer .top-row > .wrapper .logo span {
              margin: 0 auto; } }
          footer.footer .top-row > .wrapper .logo a:hover, footer.footer .top-row > .wrapper .logo a:focus, footer.footer .top-row > .wrapper .logo span:hover, footer.footer .top-row > .wrapper .logo span:focus {
            -webkit-filter: saturate(1.35);
                    filter: saturate(1.35); }
      footer.footer .top-row > .wrapper .col-2 {
        margin: 0 15px 0 30px;
        color: #fff;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
        @media screen and (max-width: 870px) {
          footer.footer .top-row > .wrapper .col-2 {
            margin: 0 50px; } }
        @media screen and (max-width: 700px) {
          footer.footer .top-row > .wrapper .col-2 {
            margin: 0 0 50px 0;
            text-align: center; } }
        footer.footer .top-row > .wrapper .col-2 address .address-1, footer.footer .top-row > .wrapper .col-2 address .address-2, footer.footer .top-row > .wrapper .col-2 address .address-3, footer.footer .top-row > .wrapper .col-2 address .phone {
          color: #fff;
          font-size: 16px;
          line-height: 26px;
          font-weight: 400;
          margin: 0; }
        footer.footer .top-row > .wrapper .col-2 address .phone {
          margin-top: 15px; }
          footer.footer .top-row > .wrapper .col-2 address .phone a {
            color: #fff;
            text-decoration: underline; }
            footer.footer .top-row > .wrapper .col-2 address .phone a:hover, footer.footer .top-row > .wrapper .col-2 address .phone a:focus {
              text-decoration: none; }
        footer.footer .top-row > .wrapper .col-2 .social {
          margin: 20px 0 0 0; }
          footer.footer .top-row > .wrapper .col-2 .social a {
            font-size: 20px;
            color: #fff;
            padding: 8px 0;
            text-align: center;
            width: 39px;
            height: 39px;
            position: relative;
            margin: 0 6px 0 0;
            border: 2px solid #fff;
            border-radius: 50%;
            z-index: 1; }
            footer.footer .top-row > .wrapper .col-2 .social a:hover, footer.footer .top-row > .wrapper .col-2 .social a:focus {
              border-color: transparent; }
              footer.footer .top-row > .wrapper .col-2 .social a:hover:after, footer.footer .top-row > .wrapper .col-2 .social a:focus:after {
                width: 100%;
                height: 100%; }
            footer.footer .top-row > .wrapper .col-2 .social a:after {
              width: 0;
              height: 0;
              top: 50%;
              left: 50%;
              position: absolute;
              background: #D6353D;
              border-radius: 50%;
              content: "";
              z-index: -1;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
              -webkit-transition: all 200ms linear;
              transition: all 200ms linear; }
      @media screen and (max-width: 700px) {
        footer.footer .top-row > .wrapper .col-3.box-office-info {
          text-align: center; } }
      footer.footer .top-row > .wrapper .col-3.box-office-info .label {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 10px 0;
        text-transform: uppercase;
        color: #fff; }
      footer.footer .top-row > .wrapper .col-3.box-office-info .info p {
        color: #fff;
        font-size: 14px;
        line-height: 22px;
        margin: 0; }
      footer.footer .top-row > .wrapper .col-3.box-office-info .info a {
        color: #fff;
        text-decoration: underline; }
        footer.footer .top-row > .wrapper .col-3.box-office-info .info a:hover, footer.footer .top-row > .wrapper .col-3.box-office-info .info a:focus {
          text-decoration: none; }
  footer.footer .footer_holder {
    width: 1260px;
    max-width: calc(100% - 120px);
    margin: 0 auto;
    z-index: 1;
    padding: 2px 0 89px 0;
    position: relative; }
    @media screen and (max-width: 1080px) {
      footer.footer .footer_holder {
        padding: 0px 0 68px 0;
        margin: -6px auto 0 auto; } }
    @media screen and (max-width: 870px) {
      footer.footer .footer_holder {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 45px 0 72px 0;
        border-top: 10px solid rgba(220, 204, 163, 0.7);
        background: #fff; } }
    @media screen and (max-width: 700px) {
      footer.footer .footer_holder {
        padding: 60px 0; } }
    footer.footer .footer_holder:after {
      width: calc(100% + 10px);
      height: 100%;
      position: absolute;
      content: "";
      bottom: 0;
      left: -10px;
      background: rgba(220, 204, 163, 0.7);
      z-index: -2;
      visibility: visible; }
      @media screen and (max-width: 1080px) {
        footer.footer .footer_holder:after {
          height: calc(100% - 6px); } }
      @media screen and (max-width: 870px) {
        footer.footer .footer_holder:after {
          display: none; } }
    footer.footer .footer_holder:before {
      width: 100%;
      height: calc(100% + 68px - 10px);
      background: #A6192E;
      position: absolute;
      z-index: -1;
      content: "";
      top: -68px;
      visibility: visible;
      left: 0; }
      @media screen and (max-width: 1080px) {
        footer.footer .footer_holder:before {
          height: calc(100% + 59px - 10px);
          top: -59px; } }
      @media screen and (max-width: 870px) {
        footer.footer .footer_holder:before {
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; } }
    footer.footer .footer_holder .footer_nav {
      zoom: 1;
      max-width: calc(100% - 40px);
      width: 1052px;
      margin: auto; }
      footer.footer .footer_holder .footer_nav:before, footer.footer .footer_holder .footer_nav:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      footer.footer .footer_holder .footer_nav:after {
        clear: both; }
      @media screen and (max-width: 1080px) {
        footer.footer .footer_holder .footer_nav {
          max-width: calc(100% - 20px); } }
      footer.footer .footer_holder .footer_nav > ul {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        @media screen and (max-width: 1080px) {
          footer.footer .footer_holder .footer_nav > ul {
            display: block; } }
        @media screen and (max-width: 1080px) {
          footer.footer .footer_holder .footer_nav > ul > li {
            margin: 0 0 45px 0;
            text-align: center; } }
        footer.footer .footer_holder .footer_nav > ul > li:last-child {
          margin: 0; }
        footer.footer .footer_holder .footer_nav > ul > li > a {
          display: block;
          color: #fff;
          margin: 0;
          font-size: 17px;
          line-height: 18px;
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
          position: relative; }
          @media screen and (max-width: 1080px) {
            footer.footer .footer_holder .footer_nav > ul > li > a {
              display: inline-block; } }
          footer.footer .footer_holder .footer_nav > ul > li > a:hover:after, footer.footer .footer_holder .footer_nav > ul > li > a:focus:after, footer.footer .footer_holder .footer_nav > ul > li > a.active:after {
            width: 50px; }
          footer.footer .footer_holder .footer_nav > ul > li > a:after {
            width: 0;
            height: 5px;
            position: absolute;
            z-index: 1;
            content: "";
            bottom: -12px;
            left: 0;
            background: #D6353D;
            -webkit-transition: all 200ms linear;
            transition: all 200ms linear; }
          footer.footer .footer_holder .footer_nav > ul > li > a .bold {
            font-size: 20px;
            line-height: 18px;
            text-transform: uppercase;
            color: #fff; }
        footer.footer .footer_holder .footer_nav > ul > li ul {
          margin: 30px 0 0 0; }
          @media screen and (max-width: 1080px) {
            footer.footer .footer_holder .footer_nav > ul > li ul {
              display: none; } }
          footer.footer .footer_holder .footer_nav > ul > li ul li {
            width: 100%;
            float: none;
            margin-bottom: 0; }
            footer.footer .footer_holder .footer_nav > ul > li ul li a {
              font-weight: 500;
              font-size: 13px;
              line-height: 16px;
              padding: 7px 0;
              display: block;
              margin: 0;
              color: #F6F0EA;
              text-decoration: none; }
              footer.footer .footer_holder .footer_nav > ul > li ul li a:hover, footer.footer .footer_holder .footer_nav > ul > li ul li a:focus, footer.footer .footer_holder .footer_nav > ul > li ul li a.active {
                color: #fff;
                text-decoration: underline; }
            footer.footer .footer_holder .footer_nav > ul > li ul li a.gh_redirect:after, footer.footer .footer_holder .footer_nav > ul > li ul li a.gh_page_redirect:after {
              content: '\f08e';
              font-family: FontAwesome;
              vertical-align: middle;
              margin-left: 9px;
              display: inline;
              color: inherit; }

.global-footer {
  position: relative;
  zoom: 1;
  margin: 0 auto;
  display: block;
  padding: 30px 0;
  width: 1180px;
  max-width: calc(100% - 20px); }
  .global-footer:before, .global-footer:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .global-footer:after {
    clear: both; }
  @media screen and (max-width: 870px) {
    .global-footer {
      padding: 20px 0 30px 0; } }
  @media screen and (max-width: 700px) {
    .global-footer {
      padding: 20px 0; } }
  .global-footer p {
    position: relative;
    display: block;
    margin: auto;
    color: #393D3F;
    font-size: 12px;
    line-height: 19px; }
    @media screen and (max-width: 1080px) {
      .global-footer p {
        text-align: center; } }
    .global-footer p a, .global-footer p a:visited {
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
      color: #393D3F;
      text-decoration: none;
      font-weight: 700; }
      .global-footer p a:hover, .global-footer p a:focus, .global-footer p a.active, .global-footer p a:visited:hover, .global-footer p a:visited:focus, .global-footer p a:visited.active {
        color: #CB333B;
        text-decoration: none; }
  .global-footer .delimiter {
    padding: 0 2px;
    color: #393D3F; }
  .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: #393D3F;
    font-family: 'helvetica';
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none; }
    @media screen and (max-width: 1080px) {
      .global-footer a#carbonhouse, .global-footer a#carbonhouse:link, .global-footer a#carbonhouse:visited {
        float: none;
        margin: 20px 0 0 0; } }
    .global-footer a#carbonhouse span, .global-footer a#carbonhouse:link span, .global-footer a#carbonhouse:visited span {
      font-size: 16px;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }
      .global-footer a#carbonhouse span.carbon, .global-footer a#carbonhouse:link span.carbon, .global-footer a#carbonhouse:visited span.carbon {
        color: #393D3F; }
      .global-footer a#carbonhouse span.house, .global-footer a#carbonhouse:link span.house, .global-footer a#carbonhouse:visited span.house {
        color: #393D3F; }
    .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: #CB333B;
      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: #CB333B; }

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

/* ----------------------------------------------------------------------------
= Search including search form, and results page
----------------------------------------------------------------------------- */
#search {
  position: relative;
  display: block;
  float: right;
  width: 246px;
  height: 30px;
  margin: -5px 0 0;
  padding: 0; }
  #search input, #search input[type='text'] {
    position: relative;
    width: 246px;
    height: 30px;
    margin: 0;
    padding: 8px 10px 6px;
    color: #fff;
    border: 0;
    background: #333;
    font: normal 14px/14px "Arvo", serif;
    -webkit-appearance: none; }
    #search input::-webkit-input-placeholder, #search input[type='text']::-webkit-input-placeholder {
      color: #fff;
      font: normal 14px/14px "Arvo", serif; }
    #search input:-moz-placeholder, #search input[type='text']:-moz-placeholder {
      color: #fff;
      font: normal 14px/14px "Arvo", serif; }
    #search input:-ms-input-placeholder, #search input[type='text']:-ms-input-placeholder {
      color: #fff;
      font: normal 14px/14px "Arvo", serif; }
    #search input:focus, #search input[type='text']:focus {
      outline: none;
      -webkit-appearance: none; }
  #search button {
    position: absolute;
    top: 3px;
    right: 8px;
    width: 29px;
    height: 29px;
    margin: 0;
    padding: 0;
    border: none;
    background: url(../images/toolbar-icons.png) no-repeat -242px 0;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    white-space: nowrap;
    text-indent: 100%;
    direction: ltr; }
    #search button:hover, #search button:focus {
      background-position: -242px -34px; }

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

/* ----------------------------------------------------------------------------
= Baseline styles for all buttons in a project. These are global.
----------------------------------------------------------------------------- */
.m-button, .gen-button,
.spotlight-button,
a.button,
.button a,
input.button,
.textarea .button p a,
.textarea p a.button,
.cms .button p a,
.cms p a.button,
.spot-button,
.login-form input[type='submit'], #loadMoreEvents, #alleventsbutton {
  display: inline-block;
  position: relative;
  background-color: #A6192E;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 11px 30px 13px 30px;
  line-height: 1;
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }
  .m-button:hover, .gen-button:hover,
  .spotlight-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,
  .spot-button:hover,
  .login-form input:hover[type='submit'], #loadMoreEvents:hover, #alleventsbutton:hover, .m-button:focus, .gen-button:focus,
  .spotlight-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,
  .spot-button:focus,
  .login-form input:focus[type='submit'], #loadMoreEvents:focus, #alleventsbutton:focus {
    background-color: #D6353D;
    color: #ffffff;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px; }
  .m-button .bold, .gen-button .bold, .spotlight-button .bold, a.button .bold, .button a .bold, input.button .bold, .textarea .button p a .bold, .textarea p a.button .bold, .cms .button p a .bold, .cms p a.button .bold, .spot-button .bold, .login-form input[type='submit'] .bold, #loadMoreEvents .bold, #alleventsbutton .bold {
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }

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

/***********************************************/
/*      Add Additional Button Styles Below     */
/***********************************************/
#loadMoreEvents, #alleventsbutton {
  color: #393D3F;
  background: #fff;
  max-width: calc(100% - 20px); }
  @media screen and (max-width: 700px) {
    #loadMoreEvents, #alleventsbutton {
      width: 100%;
      margin-top: 10px; } }
  #loadMoreEvents:hover, #loadMoreEvents:focus, #alleventsbutton:hover, #alleventsbutton:focus {
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #fff;
    background: #A6192E; }
    #loadMoreEvents:hover .bold, #loadMoreEvents:focus .bold, #alleventsbutton:hover .bold, #alleventsbutton:focus .bold {
      color: #fff; }
  #loadMoreEvents .bold, #alleventsbutton .bold {
    color: #393D3F; }

.m-tickets, .buttons > a.tickets, .buttons > a.soon, .buttons > span.tickets, .buttons > span.soon {
  background: #CF3339;
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 10px 24px 11px 19px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  text-align: center; }
  @media screen and (max-width: 700px) {
    .m-tickets, .buttons > a.tickets, .buttons > a.soon, .buttons > span.tickets, .buttons > span.soon {
      min-width: 220px; } }
  .user-is-tabbing .m-tickets:focus, .user-is-tabbing .buttons > a.tickets:focus, .user-is-tabbing .buttons > a.soon:focus, .user-is-tabbing .buttons > span.tickets:focus, .user-is-tabbing .buttons > span.soon:focus {
    outline-color: #2A261B !important; }
  .m-tickets:before, .buttons > a.tickets:before, .buttons > a.soon:before, .buttons > span.tickets:before, .buttons > span.soon:before {
    content: "";
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: -webkit-gradient(linear, left top, left bottom, from(#CB333B), to(#A6192E));
    background: linear-gradient(to bottom, #CB333B, #A6192E);
    display: block;
    position: absolute;
    top: 22.5px;
    left: 25px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
    @media screen and (max-width: 700px) {
      .m-tickets:before, .buttons > a.tickets:before, .buttons > a.soon:before, .buttons > span.tickets:before, .buttons > span.soon:before {
        width: 134px;
        height: 110px; } }
  .m-tickets .bold, .buttons > a.tickets .bold, .buttons > a.soon .bold, .buttons > span.tickets .bold, .buttons > span.soon .bold {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    margin: 0 5px 0 0; }
  .m-tickets svg, .buttons > a.tickets svg, .buttons > a.soon svg, .buttons > span.tickets svg, .buttons > span.soon svg {
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px 0 0; }

.m-more, .buttons > a.more, .buttons > span.more, .promo .more, .alert-button {
  font-size: 13px;
  color: #A6192E;
  text-transform: uppercase;
  zoom: 1;
  position: relative;
  z-index: 1; }
  .m-more:before, .buttons > a.more:before, .buttons > span.more:before, .promo .more:before, .alert-button:before, .m-more:after, .buttons > a.more:after, .buttons > span.more:after, .promo .more:after, .alert-button:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .m-more:after, .buttons > a.more:after, .buttons > span.more:after, .promo .more:after, .alert-button:after {
    clear: both; }
  .m-more:hover, .buttons > a.more:hover, .buttons > span.more:hover, .promo .more:hover, .alert-button:hover, .m-more:focus, .buttons > a.more:focus, .buttons > span.more:focus, .promo .more:focus, .alert-button:focus {
    color: #CB333B; }
    .m-more:hover:before, .buttons > a.more:hover:before, .buttons > span.more:hover:before, .promo .more:hover:before, .alert-button:hover:before, .m-more:focus:before, .buttons > a.more:focus:before, .buttons > span.more:focus:before, .promo .more:focus:before, .alert-button:focus:before {
      width: 34px;
      height: 34px; }
    .m-more:hover svg, .buttons > a.more:hover svg, .buttons > span.more:hover svg, .promo .more:hover svg, .alert-button:hover svg, .m-more:focus svg, .buttons > a.more:focus svg, .buttons > span.more:focus svg, .promo .more:focus svg, .alert-button:focus svg {
      margin: 0 0 0 13px; }
      .m-more:hover svg *, .buttons > a.more:hover svg *, .buttons > span.more:hover svg *, .promo .more:hover svg *, .alert-button:hover svg *, .m-more:focus svg *, .buttons > a.more:focus svg *, .buttons > span.more:focus svg *, .promo .more:focus svg *, .alert-button:focus svg * {
        fill: #CB333B; }
  .m-more:before, .buttons > a.more:before, .buttons > span.more:before, .promo .more:before, .alert-button:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 6px;
    background: #F6F0EA;
    width: 0;
    height: 0;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    visibility: visible;
    border-radius: 50%;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
  .m-more svg, .buttons > a.more svg, .buttons > span.more svg, .promo .more svg, .alert-button svg {
    float: right;
    margin: 0 0 0 11px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
    .m-more svg *, .buttons > a.more svg *, .buttons > span.more svg *, .promo .more svg *, .alert-button svg * {
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .buttons > a, .buttons > span {
    display: block; }
    .buttons > a.tickets, .buttons > a.soon, .buttons > span.tickets, .buttons > span.soon {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      .buttons > a.tickets.no_ticket_link, .buttons > a.soon.no_ticket_link, .buttons > span.tickets.no_ticket_link, .buttons > span.soon.no_ticket_link {
        display: none; }
      @media screen and (min-width: 701px) {
        .secondary_events_section .buttons > a.tickets, .secondary_events_section .buttons > a.soon, .secondary_events_section .buttons > span.tickets, .secondary_events_section .buttons > span.soon {
          font-size: 17px;
          padding: 11.5px 20px 11.5px 20px; }
          .secondary_events_section .buttons > a.tickets:before, .secondary_events_section .buttons > a.soon:before, .secondary_events_section .buttons > span.tickets:before, .secondary_events_section .buttons > span.soon:before {
            width: 160px;
            height: 130px; }
          .secondary_events_section .buttons > a.tickets .bold, .secondary_events_section .buttons > a.soon .bold, .secondary_events_section .buttons > span.tickets .bold, .secondary_events_section .buttons > span.soon .bold {
            font-size: 20px; } }
      .home-slideshow .buttons > a.tickets, .home-slideshow .buttons > a.soon, .home-slideshow .buttons > span.tickets, .home-slideshow .buttons > span.soon {
        font-size: 17px;
        padding: 11.5px 30px 11.5px 20px; }
        @media screen and (max-width: 700px) {
          .home-slideshow .buttons > a.tickets, .home-slideshow .buttons > a.soon, .home-slideshow .buttons > span.tickets, .home-slideshow .buttons > span.soon {
            padding: 11.5px 20px 11.5px 20px; } }
        @media screen and (max-width: 700px) {
          .home-slideshow .buttons > a.tickets, .home-slideshow .buttons > a.soon, .home-slideshow .buttons > span.tickets, .home-slideshow .buttons > span.soon {
            width: 280px;
            max-width: 100%; } }
        @media screen and (max-width: 700px) {
          .home-slideshow .buttons > a.tickets:before, .home-slideshow .buttons > a.soon:before, .home-slideshow .buttons > span.tickets:before, .home-slideshow .buttons > span.soon:before {
            width: 175px;
            height: 135px; } }
        .home-slideshow .buttons > a.tickets .bold, .home-slideshow .buttons > a.soon .bold, .home-slideshow .buttons > span.tickets .bold, .home-slideshow .buttons > span.soon .bold {
          font-size: 20px; }
      .buttonWrapper .buttons > a.tickets, .buttonWrapper .buttons > a.soon, .buttonWrapper .buttons > span.tickets, .buttonWrapper .buttons > span.soon {
        font-size: 17px;
        padding: 11.5px 20px 11.5px 20px; }
        .buttonWrapper .buttons > a.tickets:before, .buttonWrapper .buttons > a.soon:before, .buttonWrapper .buttons > span.tickets:before, .buttonWrapper .buttons > span.soon:before {
          width: 160px;
          height: 130px; }
        .buttonWrapper .buttons > a.tickets .bold, .buttonWrapper .buttons > a.soon .bold, .buttonWrapper .buttons > span.tickets .bold, .buttonWrapper .buttons > span.soon .bold {
          font-size: 20px; }
      @media screen and (min-width: 871px) {
        .event_showings .buttons > a.tickets, .event_showings .buttons > a.soon, .event_showings .buttons > span.tickets, .event_showings .buttons > span.soon {
          background: transparent;
          color: #393D3F;
          margin: 0 0 0 auto;
          padding: 0 0 9px 16px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          border-bottom-right-radius: 0;
          position: relative;
          z-index: 1;
          overflow: visible; }
          .event_showings .buttons > a.tickets:hover, .event_showings .buttons > a.tickets:focus, .event_showings .buttons > a.soon:hover, .event_showings .buttons > a.soon:focus, .event_showings .buttons > span.tickets:hover, .event_showings .buttons > span.tickets:focus, .event_showings .buttons > span.soon:hover, .event_showings .buttons > span.soon:focus {
            color: #CB333B;
            background: transparent;
            border-top-left-radius: 0; }
            .event_showings .buttons > a.tickets:hover:before, .event_showings .buttons > a.tickets:focus:before, .event_showings .buttons > a.soon:hover:before, .event_showings .buttons > a.soon:focus:before, .event_showings .buttons > span.tickets:hover:before, .event_showings .buttons > span.tickets:focus:before, .event_showings .buttons > span.soon:hover:before, .event_showings .buttons > span.soon:focus:before {
              background: #F6F0EA;
              width: 40px;
              height: 40px;
              opacity: 1; }
            .event_showings .buttons > a.tickets:hover:after, .event_showings .buttons > a.tickets:focus:after, .event_showings .buttons > a.soon:hover:after, .event_showings .buttons > a.soon:focus:after, .event_showings .buttons > span.tickets:hover:after, .event_showings .buttons > span.tickets:focus:after, .event_showings .buttons > span.soon:hover:after, .event_showings .buttons > span.soon:focus:after {
              width: 0; }
            .event_showings .buttons > a.tickets:hover .bold, .event_showings .buttons > a.tickets:focus .bold, .event_showings .buttons > a.soon:hover .bold, .event_showings .buttons > a.soon:focus .bold, .event_showings .buttons > span.tickets:hover .bold, .event_showings .buttons > span.tickets:focus .bold, .event_showings .buttons > span.soon:hover .bold, .event_showings .buttons > span.soon:focus .bold {
              color: #CB333B; }
          .event_showings .buttons > a.tickets:before, .event_showings .buttons > a.soon:before, .event_showings .buttons > span.tickets:before, .event_showings .buttons > span.soon:before {
            width: 0;
            height: 0;
            position: absolute;
            border-radius: 50%;
            bottom: 21px;
            left: 28px;
            -webkit-transform: translate(-50%, 50%);
                    transform: translate(-50%, 50%);
            background: #F6F0EA;
            content: "";
            top: auto; }
          .event_showings .buttons > a.tickets:after, .event_showings .buttons > a.soon:after, .event_showings .buttons > span.tickets:after, .event_showings .buttons > span.soon:after {
            -webkit-transition: all 200ms linear;
            transition: all 200ms linear;
            content: "";
            display: block;
            height: 1px;
            width: 100%;
            bottom: 0;
            left: 0;
            background: #393D3F;
            z-index: 1;
            position: absolute; }
          .event_showings .buttons > a.tickets .bold, .event_showings .buttons > a.soon .bold, .event_showings .buttons > span.tickets .bold, .event_showings .buttons > span.soon .bold {
            color: #393D3F; }
          .event_showings .buttons > a.tickets svg *, .event_showings .buttons > a.soon svg *, .event_showings .buttons > span.tickets svg *, .event_showings .buttons > span.soon svg * {
            fill: #CB333B; } }
      @media screen and (max-width: 870px) {
        .event_showings .buttons > a.tickets, .event_showings .buttons > a.soon, .event_showings .buttons > span.tickets, .event_showings .buttons > span.soon {
          width: 100%;
          max-width: 100%;
          margin: 0 auto; }
          .event_showings .buttons > a.tickets:before, .event_showings .buttons > a.soon:before, .event_showings .buttons > span.tickets:before, .event_showings .buttons > span.soon:before {
            width: 69%;
            height: 150px; } }
    .buttons > a.more, .buttons > span.more {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      .home-slideshow .buttons > a.more, .home-slideshow .buttons > span.more {
        margin: 0 10px 0 40px; }
        .home-slideshow .buttons > a.more:hover, .home-slideshow .buttons > a.more:focus, .home-slideshow .buttons > span.more:hover, .home-slideshow .buttons > span.more:focus {
          margin: 0 8px 0 40px; }
  .buttons > a.tickets:hover, .buttons > a.tickets:focus {
    background: #D6353D;
    border-top-left-radius: 10px; }
    .buttons > a.tickets:hover::before, .buttons > a.tickets:focus::before {
      opacity: 0; }

.promo .more {
  color: #fff; }
  .promo .more:hover, .promo .more:focus {
    color: #fff; }
    .promo .more:hover svg *, .promo .more:focus svg * {
      fill: #fff; }
  .promo .more:before {
    background: #D6353D; }
  .promo .more svg * {
    fill: #fff; }

.alert-button {
  display: inline-block;
  color: #fff; }
  .alert-button:hover, .alert-button:focus {
    color: #fff; }
    .alert-button:hover:after, .alert-button:focus:after {
      margin: 0 0 0 13px; }
  .alert-button:before {
    background: #D6353D; }
  .alert-button:after {
    float: right;
    margin: 0 0 0 11px;
    width: 19px;
    height: 12px;
    content: "";
    display: block;
    background-image: url("../images/svg/arrow_right_white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    visibility: visible;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }

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

.royalSlider > * {
  float: left; }

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

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

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

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

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

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

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

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

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

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none; }

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

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

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

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

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

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

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

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

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

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

img.rsImg {
  max-width: none; }

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

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

.rsNoDrag {
  cursor: auto; }

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

/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Play/close video button
*    6. Pause Autoplay Btn
*    7. Preloader
*    8. Caption
*    9. Full Width Responsive
*    
*    Sprite: 'rs-default.png'
*    Feel free to edit anything
*    If you don't some part - just delete it
* 
******************************/
/* ----------------------------------------------------------------------------
=Settings
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=Includes
----------------------------------------------------------------------------- */
/* Background */
.rsDefault .rsContent {
  max-height: calc(100vh - 275px); }
  @media screen and (max-width: 1080px) {
    .rsDefault .rsContent {
      max-height: calc(100vh - 220px); } }

.rsDefault .rsVideoContainer {
  max-height: calc(100vh - 275px); }
  @media screen and (max-width: 1080px) {
    .rsDefault .rsVideoContainer {
      max-height: calc(100vh - 220px); } }

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

.rsDefault .rsLink {
  outline-color: #fff !important;
  outline-offset: -10px !important; }
  .rsDefault .rsLink .hidden {
    visibility: visible;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0; }

.royalSlider > .rsContent {
  visibility: hidden; }

/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 36px;
  width: 36px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  outline-color: #fff !important; }
  @media screen and (max-width: 700px) {
    .rsDefault .rsArrow {
      height: 25px;
      width: 25px; } }
  .rsDefault .rsArrow:hover .rsArrowIcn, .rsDefault .rsArrow:focus .rsArrowIcn {
    opacity: 1; }
  .rsDefault .rsArrow.rsVer .rsArrow {
    width: 100%;
    height: 44px; }
  .user-is-tabbing .rsDefault .rsArrow.rsHidden {
    display: block !important;
    opacity: 1 !important; }

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

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

.rsDefault.rsHor .rsArrowLeft {
  bottom: 47px;
  left: calc(1/2*(100% - 1140px)); }
  @media screen and (max-width: 1196px) {
    .rsDefault.rsHor .rsArrowLeft {
      left: 28px; } }
  @media screen and (max-width: 700px) {
    .rsDefault.rsHor .rsArrowLeft {
      top: calc(100vw*145/321/2);
      bottom: auto;
      left: 22px;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
  @media screen and (min-width: 701px) {
    .gallery_slideshow .rsDefault.rsHor .rsArrowLeft {
      left: 28px; } }
  @media screen and (min-width: 701px) {
    .event_detail .rsDefault.rsHor .rsArrowLeft {
      left: 28px; } }
  @media screen and (min-width: 1247px) {
    .event_detail .rsDefault.rsHor .rsArrowLeft {
      bottom: 47px;
      left: calc(1/2*(100% - 1190px)); } }
  .rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.rsDefault.rsHor .rsArrowRight {
  bottom: 47px;
  left: calc(1/2*(100% - 1140px) + 54px); }
  @media screen and (max-width: 1196px) {
    .rsDefault.rsHor .rsArrowRight {
      left: 82px; } }
  @media screen and (max-width: 700px) {
    .rsDefault.rsHor .rsArrowRight {
      top: calc(100vw*145/321/2);
      bottom: auto;
      left: auto;
      right: 22px;
      -webkit-transform: translate(50%, -50%);
              transform: translate(50%, -50%); } }
  @media screen and (min-width: 701px) {
    .gallery_slideshow .rsDefault.rsHor .rsArrowRight {
      left: 82px; } }
  @media screen and (min-width: 701px) {
    .event_detail .rsDefault.rsHor .rsArrowRight {
      left: 82px; } }
  @media screen and (min-width: 1247px) {
    .event_detail .rsDefault.rsHor .rsArrowRight {
      bottom: 47px;
      left: calc(1/2*(100% - 1190px) + 54px); } }

.rsDefault .rsArrowIcn {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  cursor: pointer;
  background: url("../images/svg/right_arrow_slideshow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  opacity: 0.6; }

.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;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .rsDefault .rsThumb.rsNavSelected {
    background: #000; }
    .rsDefault .rsThumb.rsNavSelected img {
      opacity: 1; }
  .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, .rsDefault .rsThumbsArrow:focus {
    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 .rsThumbsVer {
    width: 59px; } }

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

.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f4f4f4));
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1; }
  .rsDefault .rsTab:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .rsDefault .rsTab:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #cfcfcf; }
  .rsDefault .rsTab:active {
    border: 1px solid #D9D9DD;
    background-color: #f4f4f4;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset; }
  .rsDefault .rsTab.rsNavSelected {
    color: #FFF;
    border: 1px solid #999;
    text-shadow: 1px 1px #838383;
    -webkit-box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
            box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
    background: #ACACAC;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ACACAC), to(#BBB));
    background-image: linear-gradient(to bottom, #ACACAC, #BBB); }

/***************
*
*  5. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer; }
  .rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(0, 0, 0, 0.9); }

.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  border-radius: 4px;
  -webkit-transition: .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, .rsDefault .rsCloseVideoIcn:focus {
    background-color: rgba(0, 0, 0, 0.9); }

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

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

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

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

/***************
*
*  8. Global caption
*
****************/
.rsGCaption {
  position: absolute;
  float: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }
  @media screen and (max-width: 700px) {
    .rsGCaption {
      position: static;
      float: left;
      background: rgba(220, 204, 163, 0.7); }
      .gallery_slideshow .rsGCaption {
        background: #dccca3; } }
  @media screen and (min-width: 701px) {
    .rsVideoPlaying .rsGCaption {
      visibility: hidden; } }
  @media screen and (max-width: 700px) {
    .hasCaption .rsGCaption {
      min-height: 25px; } }
  .hasCaption .rsGCaption:before {
    content: "";
    display: block;
    height: 200px;
    max-height: 23vh;
    min-height: 120px;
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(42, 38, 27, 0.6)), to(rgba(42, 38, 27, 0)));
    background: linear-gradient(to top, rgba(42, 38, 27, 0.6), rgba(42, 38, 27, 0)); }
    @media screen and (max-width: 1080px) {
      .hasCaption .rsGCaption:before {
        height: 120px; } }
    @media screen and (max-width: 700px) {
      .hasCaption .rsGCaption:before {
        display: none; } }
  .rsGCaption .rsABlock {
    position: relative; }
  .rsGCaption p {
    padding: 30px 0;
    color: #fff;
    width: 684px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    line-height: 19px;
    display: block; }
    @media screen and (max-width: 1196px) {
      .rsGCaption p {
        padding: 30px 130px; } }
    @media screen and (max-width: 700px) {
      .rsGCaption p {
        padding: 3px;
        color: #393D3F; } }

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

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

.slideshow-sidecaptions {
  width: 100%;
  max-width: 68em;
  margin: 0 auto; }
  .slideshow-sidecaptions .rsDefault {
    width: 100%; }
    .slideshow-sidecaptions .rsDefault .rsThumbsVer {
      width: 35%; }
    .slideshow-sidecaptions .rsDefault .rsThumb {
      width: 100%;
      height: auto; }
      .slideshow-sidecaptions .rsDefault .rsThumb * {
        color: rgba(255, 255, 255, 0.4); }
      .slideshow-sidecaptions .rsDefault .rsThumb .buttons {
        opacity: 0;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear; }
        .slideshow-sidecaptions .rsDefault .rsThumb .buttons a {
          text-indent: -9999px; }
      .slideshow-sidecaptions .rsDefault .rsThumb.rsNavSelected {
        background: none; }
        .slideshow-sidecaptions .rsDefault .rsThumb.rsNavSelected * {
          color: #fff; }
        .slideshow-sidecaptions .rsDefault .rsThumb.rsNavSelected .buttons {
          opacity: 1; }
          .slideshow-sidecaptions .rsDefault .rsThumb.rsNavSelected .buttons a {
            text-indent: 0; }
    .slideshow-sidecaptions .rsDefault .rsTmb {
      height: 100%;
      margin: 0 20px;
      padding: 15px 4px;
      position: relative;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      float: left;
      width: calc(100% - 40px); }

.calendar-new {
  position: relative;
  margin: auto;
  max-width: 1300px;
  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: #A6192E;
    text-align: center;
    font: 500 32px/100% "Poppins", 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: #A6192E; }
  .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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-line-pack: end;
          align-content: flex-end; }
      .calendar-new .tl-wrap-inner .tl-calendar:before, .calendar-new .tl-wrap-inner .tl-calendar:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      .calendar-new .tl-wrap-inner .tl-calendar:after {
        clear: both; }
  .calendar-new .weekdays {
    position: relative;
    clear: both;
    display: block;
    zoom: 1;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 30px; }
    .calendar-new .weekdays:before, .calendar-new .weekdays:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .calendar-new .weekdays:after {
      clear: both; }
    .calendar-new .weekdays .weekday {
      width: 14.28%;
      padding-top: 15px;
      text-align: left;
      color: white;
      font-family: "Poppins", 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 200ms linear;
    transition: all 200ms 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: #A6192E;
      height: 42px;
      color: white;
      font-family: "Poppins", 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: #393D3F; }
        .calendar-new .tl-date h3 a:hover {
          color: #A6192E; }
    .calendar-new .tl-date h4 {
      font-weight: 300;
      font-size: 14px;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      color: #393D3F; }
    .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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 400px;
  height: 300px;
  overflow-y: auto;
  background: #fff; }

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

/* ----------------------------------------------------------------------------
=Showtime Page Content
----------------------------------------------------------------------------- */
.content_item {
  margin: 0 auto 60px auto;
  width: 900px;
  max-width: calc(100% - 20px); }
  @media screen and (max-width: 700px) {
    .content_item {
      margin: 0 auto 40px auto; } }
  .content_item#branding {
    width: 100%;
    margin: 0;
    max-width: 100%; }

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

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

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

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

/* ----------------------------------------------------------------------------
= Spotlight list style
----------------------------------------------------------------------------- */
.spotlight,
.concierge,
.news_list,
.contest_list,
.job_list,
.seating_charts,
.gallery-listing,
.offer_list {
  clear: both; }
  .spotlight .entry,
  .concierge .entry,
  .news_list .entry,
  .contest_list .entry,
  .job_list .entry,
  .seating_charts .entry,
  .gallery-listing .entry,
  .offer_list .entry {
    zoom: 1;
    padding-bottom: 40px;
    margin-bottom: 60px;
    border-bottom: 1px solid #393D3F; }
    .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,
    .gallery-listing .entry:before,
    .gallery-listing .entry:after,
    .offer_list .entry:before,
    .offer_list .entry:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .spotlight .entry:after,
    .concierge .entry:after,
    .news_list .entry:after,
    .contest_list .entry:after,
    .job_list .entry:after,
    .seating_charts .entry:after,
    .gallery-listing .entry:after,
    .offer_list .entry:after {
      clear: both; }
    @media screen and (max-width: 700px) {
      .spotlight .entry,
      .concierge .entry,
      .news_list .entry,
      .contest_list .entry,
      .job_list .entry,
      .seating_charts .entry,
      .gallery-listing .entry,
      .offer_list .entry {
        margin-bottom: 40px;
        padding-bottom: 20px; } }
    .spotlight .entry:last-child,
    .concierge .entry:last-child,
    .news_list .entry:last-child,
    .contest_list .entry:last-child,
    .job_list .entry:last-child,
    .seating_charts .entry:last-child,
    .gallery-listing .entry:last-child,
    .offer_list .entry:last-child {
      margin-bottom: 0; }
  .spotlight .thumb,
  .concierge .thumb,
  .news_list .thumb,
  .contest_list .thumb,
  .job_list .thumb,
  .seating_charts .thumb,
  .gallery-listing .thumb,
  .offer_list .thumb {
    width: 285px;
    margin: 0 30px 0px 0;
    float: left;
    max-width: 100%; }
    @media screen and (max-width: 700px) {
      .spotlight .thumb,
      .concierge .thumb,
      .news_list .thumb,
      .contest_list .thumb,
      .job_list .thumb,
      .seating_charts .thumb,
      .gallery-listing .thumb,
      .offer_list .thumb {
        margin: 0 auto 20px auto;
        float: none; } }
    .spotlight .thumb.default,
    .concierge .thumb.default,
    .news_list .thumb.default,
    .contest_list .thumb.default,
    .job_list .thumb.default,
    .seating_charts .thumb.default,
    .gallery-listing .thumb.default,
    .offer_list .thumb.default {
      display: none; }
    .spotlight .thumb a,
    .concierge .thumb a,
    .news_list .thumb a,
    .contest_list .thumb a,
    .job_list .thumb a,
    .seating_charts .thumb a,
    .gallery-listing .thumb a,
    .offer_list .thumb a {
      display: block;
      border-left: 10px solid rgba(220, 204, 163, 0.7);
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
      position: relative;
      overflow: hidden; }
      .spotlight .thumb a:hover, .spotlight .thumb a:focus,
      .concierge .thumb a:hover,
      .concierge .thumb a:focus,
      .news_list .thumb a:hover,
      .news_list .thumb a:focus,
      .contest_list .thumb a:hover,
      .contest_list .thumb a:focus,
      .job_list .thumb a:hover,
      .job_list .thumb a:focus,
      .seating_charts .thumb a:hover,
      .seating_charts .thumb a:focus,
      .gallery-listing .thumb a:hover,
      .gallery-listing .thumb a:focus,
      .offer_list .thumb a:hover,
      .offer_list .thumb a:focus {
        border-left-color: #dccca3; }
        .spotlight .thumb a:hover:after, .spotlight .thumb a:focus:after,
        .concierge .thumb a:hover:after,
        .concierge .thumb a:focus:after,
        .news_list .thumb a:hover:after,
        .news_list .thumb a:focus:after,
        .contest_list .thumb a:hover:after,
        .contest_list .thumb a:focus:after,
        .job_list .thumb a:hover:after,
        .job_list .thumb a:focus:after,
        .seating_charts .thumb a:hover:after,
        .seating_charts .thumb a:focus:after,
        .gallery-listing .thumb a:hover:after,
        .gallery-listing .thumb a:focus:after,
        .offer_list .thumb a:hover:after,
        .offer_list .thumb a:focus:after {
          opacity: 1; }
        .spotlight .thumb a:hover img, .spotlight .thumb a:focus img,
        .concierge .thumb a:hover img,
        .concierge .thumb a:focus img,
        .news_list .thumb a:hover img,
        .news_list .thumb a:focus img,
        .contest_list .thumb a:hover img,
        .contest_list .thumb a:focus img,
        .job_list .thumb a:hover img,
        .job_list .thumb a:focus img,
        .seating_charts .thumb a:hover img,
        .seating_charts .thumb a:focus img,
        .gallery-listing .thumb a:hover img,
        .gallery-listing .thumb a:focus img,
        .offer_list .thumb a:hover img,
        .offer_list .thumb a:focus img {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05); }
      .spotlight .thumb a:after,
      .concierge .thumb a:after,
      .news_list .thumb a:after,
      .contest_list .thumb a:after,
      .job_list .thumb a:after,
      .seating_charts .thumb a:after,
      .gallery-listing .thumb a:after,
      .offer_list .thumb a:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        opacity: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 38, 27, 0)), to(rgba(42, 38, 27, 0.6)));
        background: linear-gradient(to bottom, rgba(42, 38, 27, 0), rgba(42, 38, 27, 0.6)); }
    .spotlight .thumb > img,
    .concierge .thumb > img,
    .news_list .thumb > img,
    .contest_list .thumb > img,
    .job_list .thumb > img,
    .seating_charts .thumb > img,
    .gallery-listing .thumb > img,
    .offer_list .thumb > img {
      border-left: 10px solid rgba(220, 204, 163, 0.7); }
    .spotlight .thumb img,
    .concierge .thumb img,
    .news_list .thumb img,
    .contest_list .thumb img,
    .job_list .thumb img,
    .seating_charts .thumb img,
    .gallery-listing .thumb img,
    .offer_list .thumb img {
      display: block;
      width: 100%;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }
  .spotlight .info,
  .concierge .info,
  .news_list .info,
  .contest_list .info,
  .job_list .info,
  .seating_charts .info,
  .gallery-listing .info,
  .offer_list .info {
    float: left;
    width: 100%;
    display: block; }
    @media screen and (max-width: 700px) {
      .spotlight .info,
      .concierge .info,
      .news_list .info,
      .contest_list .info,
      .job_list .info,
      .seating_charts .info,
      .gallery-listing .info,
      .offer_list .info {
        margin: 0 auto;
        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,
        .gallery-listing .info li,
        .offer_list .info li {
          text-align: left; } }
  .spotlight .thumb:not(.default) + .info,
  .concierge .thumb:not(.default) + .info,
  .news_list .thumb:not(.default) + .info,
  .contest_list .thumb:not(.default) + .info,
  .job_list .thumb:not(.default) + .info,
  .seating_charts .thumb:not(.default) + .info,
  .gallery-listing .thumb:not(.default) + .info,
  .offer_list .thumb:not(.default) + .info {
    width: calc(100% - (285px + 30px)); }
    @media screen and (max-width: 700px) {
      .spotlight .thumb:not(.default) + .info,
      .concierge .thumb:not(.default) + .info,
      .news_list .thumb:not(.default) + .info,
      .contest_list .thumb:not(.default) + .info,
      .job_list .thumb:not(.default) + .info,
      .seating_charts .thumb:not(.default) + .info,
      .gallery-listing .thumb:not(.default) + .info,
      .offer_list .thumb:not(.default) + .info {
        width: 100%; } }
  .spotlight .date,
  .concierge .date,
  .news_list .date,
  .contest_list .date,
  .job_list .date,
  .seating_charts .date,
  .gallery-listing .date,
  .offer_list .date {
    font-size: 16px;
    padding: 0 0 12px 0;
    position: relative;
    margin: 0 0 20px 0; }
    .spotlight .date:after,
    .concierge .date:after,
    .news_list .date:after,
    .contest_list .date:after,
    .job_list .date:after,
    .seating_charts .date:after,
    .gallery-listing .date:after,
    .offer_list .date:after {
      width: 50px;
      height: 5px;
      position: absolute;
      z-index: 1;
      content: "";
      bottom: 0;
      left: 0;
      background: #CB333B; }
  .spotlight .title,
  .concierge .title,
  .news_list .title,
  .contest_list .title,
  .job_list .title,
  .seating_charts .title,
  .gallery-listing .title,
  .offer_list .title {
    margin: 0 0 20px 0; }
    .spotlight .title a,
    .concierge .title a,
    .news_list .title a,
    .contest_list .title a,
    .job_list .title a,
    .seating_charts .title a,
    .gallery-listing .title a,
    .offer_list .title a {
      color: #393D3F; }
      .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,
      .gallery-listing .title a:hover,
      .offer_list .title a:hover {
        color: #CB333B; }
  .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,
  .gallery-listing .buttons a,
  .gallery-listing .links a,
  .offer_list .buttons a,
  .offer_list .links a {
    margin: 0 20px 0 0; }
  @media screen and (max-width: 700px) {
    .spotlight .buttons, .spotlight .links,
    .concierge .buttons,
    .concierge .links,
    .news_list .buttons,
    .news_list .links,
    .contest_list .buttons,
    .contest_list .links,
    .job_list .buttons,
    .job_list .links,
    .seating_charts .buttons,
    .seating_charts .links,
    .gallery-listing .buttons,
    .gallery-listing .links,
    .offer_list .buttons,
    .offer_list .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,
      .gallery-listing .buttons a,
      .gallery-listing .links a,
      .offer_list .buttons a,
      .offer_list .links a {
        margin: 0 10px; } }
  .spotlight .links a,
  .concierge .links a,
  .news_list .links a,
  .contest_list .links a,
  .job_list .links a,
  .seating_charts .links a,
  .gallery-listing .links a,
  .offer_list .links a {
    margin-top: 10px; }
  @media screen and (min-width: 701px) {
    .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"],
    .gallery-listing[data-layout="square"],
    .offer_list[data-layout="square"] {
      zoom: 1;
      margin: 0 auto 60px;
      border-top: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .spotlight[data-layout="square"]:before, .spotlight[data-layout="square"]:after,
      .concierge[data-layout="square"]:before,
      .concierge[data-layout="square"]:after,
      .news_list[data-layout="square"]:before,
      .news_list[data-layout="square"]:after,
      .contest_list[data-layout="square"]:before,
      .contest_list[data-layout="square"]:after,
      .job_list[data-layout="square"]:before,
      .job_list[data-layout="square"]:after,
      .seating_charts[data-layout="square"]:before,
      .seating_charts[data-layout="square"]:after,
      .gallery-listing[data-layout="square"]:before,
      .gallery-listing[data-layout="square"]:after,
      .offer_list[data-layout="square"]:before,
      .offer_list[data-layout="square"]:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      .spotlight[data-layout="square"]:after,
      .concierge[data-layout="square"]:after,
      .news_list[data-layout="square"]:after,
      .contest_list[data-layout="square"]:after,
      .job_list[data-layout="square"]:after,
      .seating_charts[data-layout="square"]:after,
      .gallery-listing[data-layout="square"]:after,
      .offer_list[data-layout="square"]:after {
        clear: both; }
      .spotlight[data-layout="square"] .entry,
      .concierge[data-layout="square"] .entry,
      .news_list[data-layout="square"] .entry,
      .contest_list[data-layout="square"] .entry,
      .job_list[data-layout="square"] .entry,
      .seating_charts[data-layout="square"] .entry,
      .gallery-listing[data-layout="square"] .entry,
      .offer_list[data-layout="square"] .entry {
        width: 100%;
        padding: 0;
        border: none;
        margin: 0 0 40px;
        border-left: 10px solid rgba(220, 204, 163, 0.7);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: stretch;
            -ms-flex-pack: stretch;
                justify-content: stretch;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear; } }
    @media screen and (min-width: 701px) 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,
      .gallery-listing[data-layout="square"] .entry,
      .offer_list[data-layout="square"] .entry {
        width: calc(1/2*(100% - 24px));
        margin: 0 24px 40px 0; }
        .spotlight[data-layout="square"] .entry:nth-child(even),
        .concierge[data-layout="square"] .entry:nth-child(even),
        .news_list[data-layout="square"] .entry:nth-child(even),
        .contest_list[data-layout="square"] .entry:nth-child(even),
        .job_list[data-layout="square"] .entry:nth-child(even),
        .seating_charts[data-layout="square"] .entry:nth-child(even),
        .gallery-listing[data-layout="square"] .entry:nth-child(even),
        .offer_list[data-layout="square"] .entry:nth-child(even) {
          margin-right: 0; } }
    @media screen and (min-width: 701px) 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,
      .gallery-listing[data-layout="square"] .entry,
      .offer_list[data-layout="square"] .entry {
        width: calc(1/3*(100% - 48px));
        margin: 0 24px 40px 0; }
        .spotlight[data-layout="square"] .entry:nth-child(even),
        .concierge[data-layout="square"] .entry:nth-child(even),
        .news_list[data-layout="square"] .entry:nth-child(even),
        .contest_list[data-layout="square"] .entry:nth-child(even),
        .job_list[data-layout="square"] .entry:nth-child(even),
        .seating_charts[data-layout="square"] .entry:nth-child(even),
        .gallery-listing[data-layout="square"] .entry:nth-child(even),
        .offer_list[data-layout="square"] .entry:nth-child(even) {
          margin-right: 24px; }
        .spotlight[data-layout="square"] .entry:nth-child(3n),
        .concierge[data-layout="square"] .entry:nth-child(3n),
        .news_list[data-layout="square"] .entry:nth-child(3n),
        .contest_list[data-layout="square"] .entry:nth-child(3n),
        .job_list[data-layout="square"] .entry:nth-child(3n),
        .seating_charts[data-layout="square"] .entry:nth-child(3n),
        .gallery-listing[data-layout="square"] .entry:nth-child(3n),
        .offer_list[data-layout="square"] .entry:nth-child(3n) {
          margin-right: 0; } }
  @media screen and (min-width: 701px) {
        .spotlight[data-layout="square"] .entry:hover, .spotlight[data-layout="square"] .entry:focus,
        .concierge[data-layout="square"] .entry:hover,
        .concierge[data-layout="square"] .entry:focus,
        .news_list[data-layout="square"] .entry:hover,
        .news_list[data-layout="square"] .entry:focus,
        .contest_list[data-layout="square"] .entry:hover,
        .contest_list[data-layout="square"] .entry:focus,
        .job_list[data-layout="square"] .entry:hover,
        .job_list[data-layout="square"] .entry:focus,
        .seating_charts[data-layout="square"] .entry:hover,
        .seating_charts[data-layout="square"] .entry:focus,
        .gallery-listing[data-layout="square"] .entry:hover,
        .gallery-listing[data-layout="square"] .entry:focus,
        .offer_list[data-layout="square"] .entry:hover,
        .offer_list[data-layout="square"] .entry:focus {
          border-left-color: #dccca3; }
        .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,
        .gallery-listing[data-layout="square"] .entry .thumb,
        .offer_list[data-layout="square"] .entry .thumb {
          display: block;
          width: 100%;
          margin-right: 0; }
          .spotlight[data-layout="square"] .entry .thumb:after,
          .concierge[data-layout="square"] .entry .thumb:after,
          .news_list[data-layout="square"] .entry .thumb:after,
          .contest_list[data-layout="square"] .entry .thumb:after,
          .job_list[data-layout="square"] .entry .thumb:after,
          .seating_charts[data-layout="square"] .entry .thumb:after,
          .gallery-listing[data-layout="square"] .entry .thumb:after,
          .offer_list[data-layout="square"] .entry .thumb:after {
            display: none; }
          .spotlight[data-layout="square"] .entry .thumb a,
          .concierge[data-layout="square"] .entry .thumb a,
          .news_list[data-layout="square"] .entry .thumb a,
          .contest_list[data-layout="square"] .entry .thumb a,
          .job_list[data-layout="square"] .entry .thumb a,
          .seating_charts[data-layout="square"] .entry .thumb a,
          .gallery-listing[data-layout="square"] .entry .thumb a,
          .offer_list[data-layout="square"] .entry .thumb a {
            border-left: none; }
            .spotlight[data-layout="square"] .entry .thumb a:hover, .spotlight[data-layout="square"] .entry .thumb a:focus,
            .concierge[data-layout="square"] .entry .thumb a:hover,
            .concierge[data-layout="square"] .entry .thumb a:focus,
            .news_list[data-layout="square"] .entry .thumb a:hover,
            .news_list[data-layout="square"] .entry .thumb a:focus,
            .contest_list[data-layout="square"] .entry .thumb a:hover,
            .contest_list[data-layout="square"] .entry .thumb a:focus,
            .job_list[data-layout="square"] .entry .thumb a:hover,
            .job_list[data-layout="square"] .entry .thumb a:focus,
            .seating_charts[data-layout="square"] .entry .thumb a:hover,
            .seating_charts[data-layout="square"] .entry .thumb a:focus,
            .gallery-listing[data-layout="square"] .entry .thumb a:hover,
            .gallery-listing[data-layout="square"] .entry .thumb a:focus,
            .offer_list[data-layout="square"] .entry .thumb a:hover,
            .offer_list[data-layout="square"] .entry .thumb a:focus {
              border-left: none; }
          .spotlight[data-layout="square"] .entry .thumb > img,
          .concierge[data-layout="square"] .entry .thumb > img,
          .news_list[data-layout="square"] .entry .thumb > img,
          .contest_list[data-layout="square"] .entry .thumb > img,
          .job_list[data-layout="square"] .entry .thumb > img,
          .seating_charts[data-layout="square"] .entry .thumb > img,
          .gallery-listing[data-layout="square"] .entry .thumb > img,
          .offer_list[data-layout="square"] .entry .thumb > img {
            border-left: none; }
        .spotlight[data-layout="square"] .entry .info,
        .concierge[data-layout="square"] .entry .info,
        .news_list[data-layout="square"] .entry .info,
        .contest_list[data-layout="square"] .entry .info,
        .job_list[data-layout="square"] .entry .info,
        .seating_charts[data-layout="square"] .entry .info,
        .gallery-listing[data-layout="square"] .entry .info,
        .offer_list[data-layout="square"] .entry .info {
          width: 100%;
          display: block;
          padding: 0;
          -webkit-box-flex: 1;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: stretch;
              -ms-flex-pack: stretch;
                  justify-content: stretch;
          -ms-flex-line-pack: start;
              align-content: flex-start;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding-left: 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 > *,
          .gallery-listing[data-layout="square"] .entry .info > *,
          .offer_list[data-layout="square"] .entry .info > * {
            max-width: 100%; }
          .spotlight[data-layout="square"] .entry .info .title,
          .concierge[data-layout="square"] .entry .info .title,
          .news_list[data-layout="square"] .entry .info .title,
          .contest_list[data-layout="square"] .entry .info .title,
          .job_list[data-layout="square"] .entry .info .title,
          .seating_charts[data-layout="square"] .entry .info .title,
          .gallery-listing[data-layout="square"] .entry .info .title,
          .offer_list[data-layout="square"] .entry .info .title {
            margin: 20px 0; } }
        @media screen and (min-width: 701px) and (max-width: 700px) {
          .spotlight[data-layout="square"] .entry .info .title,
          .concierge[data-layout="square"] .entry .info .title,
          .news_list[data-layout="square"] .entry .info .title,
          .contest_list[data-layout="square"] .entry .info .title,
          .job_list[data-layout="square"] .entry .info .title,
          .seating_charts[data-layout="square"] .entry .info .title,
          .gallery-listing[data-layout="square"] .entry .info .title,
          .offer_list[data-layout="square"] .entry .info .title {
            margin: 0 0 20px 0; } }
  @media screen and (min-width: 701px) {
            .spotlight[data-layout="square"] .entry .info .title:before,
            .concierge[data-layout="square"] .entry .info .title:before,
            .news_list[data-layout="square"] .entry .info .title:before,
            .contest_list[data-layout="square"] .entry .info .title:before,
            .job_list[data-layout="square"] .entry .info .title:before,
            .seating_charts[data-layout="square"] .entry .info .title:before,
            .gallery-listing[data-layout="square"] .entry .info .title:before,
            .offer_list[data-layout="square"] .entry .info .title:before {
              display: none; }
          .spotlight[data-layout="square"] .entry .info .button,
          .concierge[data-layout="square"] .entry .info .button,
          .news_list[data-layout="square"] .entry .info .button,
          .contest_list[data-layout="square"] .entry .info .button,
          .job_list[data-layout="square"] .entry .info .button,
          .seating_charts[data-layout="square"] .entry .info .button,
          .gallery-listing[data-layout="square"] .entry .info .button,
          .offer_list[data-layout="square"] .entry .info .button {
            margin-top: auto;
            margin-bottom: 0; } }
  .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"],
  .gallery-listing[data-layout="logos"],
  .offer_list[data-layout="logos"] {
    zoom: 1;
    margin: 0 auto 60px;
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .spotlight[data-layout="logos"]:before, .spotlight[data-layout="logos"]:after,
    .concierge[data-layout="logos"]:before,
    .concierge[data-layout="logos"]:after,
    .news_list[data-layout="logos"]:before,
    .news_list[data-layout="logos"]:after,
    .contest_list[data-layout="logos"]:before,
    .contest_list[data-layout="logos"]:after,
    .job_list[data-layout="logos"]:before,
    .job_list[data-layout="logos"]:after,
    .seating_charts[data-layout="logos"]:before,
    .seating_charts[data-layout="logos"]:after,
    .gallery-listing[data-layout="logos"]:before,
    .gallery-listing[data-layout="logos"]:after,
    .offer_list[data-layout="logos"]:before,
    .offer_list[data-layout="logos"]:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .spotlight[data-layout="logos"]:after,
    .concierge[data-layout="logos"]:after,
    .news_list[data-layout="logos"]:after,
    .contest_list[data-layout="logos"]:after,
    .job_list[data-layout="logos"]:after,
    .seating_charts[data-layout="logos"]:after,
    .gallery-listing[data-layout="logos"]:after,
    .offer_list[data-layout="logos"]:after {
      clear: both; }
    @media screen and (max-width: 700px) {
      .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"],
      .gallery-listing[data-layout="logos"],
      .offer_list[data-layout="logos"] {
        margin-bottom: 40px; } }
    .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,
    .gallery-listing[data-layout="logos"] .entry,
    .offer_list[data-layout="logos"] .entry {
      width: 100%;
      padding: 0;
      border: none;
      margin: 0 0 40px 0; }
      @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,
        .gallery-listing[data-layout="logos"] .entry,
        .offer_list[data-layout="logos"] .entry {
          width: calc(1/2*(100% - 24px));
          margin: 0 24px 40px 0; }
          .spotlight[data-layout="logos"] .entry:nth-child(even),
          .concierge[data-layout="logos"] .entry:nth-child(even),
          .news_list[data-layout="logos"] .entry:nth-child(even),
          .contest_list[data-layout="logos"] .entry:nth-child(even),
          .job_list[data-layout="logos"] .entry:nth-child(even),
          .seating_charts[data-layout="logos"] .entry:nth-child(even),
          .gallery-listing[data-layout="logos"] .entry:nth-child(even),
          .offer_list[data-layout="logos"] .entry:nth-child(even) {
            margin-right: 0; } }
      @media screen and (min-width: 871px) {
        .spotlight[data-layout="logos"] .entry,
        .concierge[data-layout="logos"] .entry,
        .news_list[data-layout="logos"] .entry,
        .contest_list[data-layout="logos"] .entry,
        .job_list[data-layout="logos"] .entry,
        .seating_charts[data-layout="logos"] .entry,
        .gallery-listing[data-layout="logos"] .entry,
        .offer_list[data-layout="logos"] .entry {
          width: calc(1/4*(100% - 72px));
          margin: 0 24px 40px 0; }
          .spotlight[data-layout="logos"] .entry:nth-child(even),
          .concierge[data-layout="logos"] .entry:nth-child(even),
          .news_list[data-layout="logos"] .entry:nth-child(even),
          .contest_list[data-layout="logos"] .entry:nth-child(even),
          .job_list[data-layout="logos"] .entry:nth-child(even),
          .seating_charts[data-layout="logos"] .entry:nth-child(even),
          .gallery-listing[data-layout="logos"] .entry:nth-child(even),
          .offer_list[data-layout="logos"] .entry:nth-child(even) {
            margin-right: 24px; }
          .spotlight[data-layout="logos"] .entry:nth-child(4n),
          .concierge[data-layout="logos"] .entry:nth-child(4n),
          .news_list[data-layout="logos"] .entry:nth-child(4n),
          .contest_list[data-layout="logos"] .entry:nth-child(4n),
          .job_list[data-layout="logos"] .entry:nth-child(4n),
          .seating_charts[data-layout="logos"] .entry:nth-child(4n),
          .gallery-listing[data-layout="logos"] .entry:nth-child(4n),
          .offer_list[data-layout="logos"] .entry:nth-child(4n) {
            margin-right: 0; } }
      .spotlight[data-layout="logos"] .entry .thumb,
      .concierge[data-layout="logos"] .entry .thumb,
      .news_list[data-layout="logos"] .entry .thumb,
      .contest_list[data-layout="logos"] .entry .thumb,
      .job_list[data-layout="logos"] .entry .thumb,
      .seating_charts[data-layout="logos"] .entry .thumb,
      .gallery-listing[data-layout="logos"] .entry .thumb,
      .offer_list[data-layout="logos"] .entry .thumb {
        width: 100%;
        display: block;
        margin: 0 auto;
        -webkit-mask: none;
                mask: none; }
        @media screen and (max-width: 700px) {
          .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,
          .gallery-listing[data-layout="logos"] .entry .thumb,
          .offer_list[data-layout="logos"] .entry .thumb {
            width: 285px; } }
        .spotlight[data-layout="logos"] .entry .thumb:after,
        .concierge[data-layout="logos"] .entry .thumb:after,
        .news_list[data-layout="logos"] .entry .thumb:after,
        .contest_list[data-layout="logos"] .entry .thumb:after,
        .job_list[data-layout="logos"] .entry .thumb:after,
        .seating_charts[data-layout="logos"] .entry .thumb:after,
        .gallery-listing[data-layout="logos"] .entry .thumb:after,
        .offer_list[data-layout="logos"] .entry .thumb:after {
          display: none; }
        .spotlight[data-layout="logos"] .entry .thumb a,
        .concierge[data-layout="logos"] .entry .thumb a,
        .news_list[data-layout="logos"] .entry .thumb a,
        .contest_list[data-layout="logos"] .entry .thumb a,
        .job_list[data-layout="logos"] .entry .thumb a,
        .seating_charts[data-layout="logos"] .entry .thumb a,
        .gallery-listing[data-layout="logos"] .entry .thumb a,
        .offer_list[data-layout="logos"] .entry .thumb a {
          border-left: none;
          outline-color: #2A261B !important; }
        .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,
        .gallery-listing[data-layout="logos"] .entry .thumb > img,
        .offer_list[data-layout="logos"] .entry .thumb > img {
          border-left: none; }
      .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,
      .gallery-listing[data-layout="logos"] .entry .info,
      .offer_list[data-layout="logos"] .entry .info {
        width: 100%;
        display: none;
        text-align: center;
        padding: 0; }

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

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

.gallery-listing[data-layout="square"] .entry {
  margin: 0 0 40px; }
  @media screen and (min-width: 501px) {
    .gallery-listing[data-layout="square"] .entry {
      margin: 0 24px 40px 0; }
      .gallery-listing[data-layout="square"] .entry:nth-child(even) {
        margin-right: 24px; }
      .gallery-listing[data-layout="square"] .entry:nth-child(4n) {
        margin-right: 0; } }
  @media screen and (min-width: 871px) {
    .gallery-listing[data-layout="square"] .entry {
      margin: 0 24px 40px 0; }
      .gallery-listing[data-layout="square"] .entry:nth-child(even) {
        margin-right: 24px; }
      .gallery-listing[data-layout="square"] .entry:nth-child(4n) {
        margin-right: 24px; }
      .gallery-listing[data-layout="square"] .entry:nth-child(6n) {
        margin-right: 0; } }
  .gallery-listing[data-layout="square"] .entry:hover .info .date .m-date__month:after {
    width: 50px;
    left: 0px; }
  .gallery-listing[data-layout="square"] .entry .info .date {
    margin: 10px 0 0 0;
    padding: 0;
    display: inline-block; }
    .gallery-listing[data-layout="square"] .entry .info .date:after {
      display: none; }
      @media screen and (max-width: 700px) {
        .gallery-listing[data-layout="square"] .entry .info .date:after {
          display: block; } }
    .gallery-listing[data-layout="square"] .entry .info .date .m-date__month, .gallery-listing[data-layout="square"] .entry .info .date .m-date__day, .gallery-listing[data-layout="square"] .entry .info .date .m-date__year, .gallery-listing[data-layout="square"] .entry .info .date .m-date__separator {
      font-family: "Poppins", sans-serif;
      color: #393D3F;
      letter-spacing: 0;
      line-height: 1.05;
      font-weight: 700;
      font-size: 16px;
      display: inline-block;
      margin-right: 2px;
      position: relative; }
    .gallery-listing[data-layout="square"] .entry .info .date .m-date__month {
      position: relative;
      padding: 0 0 10px 0;
      margin-right: 1px;
      display: inline-block; }
      .gallery-listing[data-layout="square"] .entry .info .date .m-date__month:after {
        width: 80px;
        height: 5px;
        position: absolute;
        z-index: 1;
        content: "";
        bottom: 0;
        left: -30px;
        background: #CB333B;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear; }
        @media screen and (max-width: 700px) {
          .gallery-listing[data-layout="square"] .entry .info .date .m-date__month:after {
            display: none; } }
    .gallery-listing[data-layout="square"] .entry .info .date .m-date__weekday {
      position: relative;
      font-family: "Arvo", serif;
      letter-spacing: 0;
      line-height: 25px;
      font-size: 14px;
      font-weight: 400;
      padding: 0 0 0 26px;
      vertical-align: middle;
      display: none; }
      .gallery-listing[data-layout="square"] .entry .info .date .m-date__weekday:before {
        height: 25px;
        width: 1px;
        background: #393D3F;
        content: "";
        position: absolute;
        top: 50%;
        left: 14px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
  .gallery-listing[data-layout="square"] .entry .info .title {
    margin: 20px 0; }
  .gallery-listing[data-layout="square"] .entry .info .buttons {
    margin: 0;
    display: block; }
    @media screen and (max-width: 700px) {
      .gallery-listing[data-layout="square"] .entry .info .buttons {
        text-align: center; } }
    .gallery-listing[data-layout="square"] .entry .info .buttons .spot-button {
      display: inline-block;
      cursor: pointer; }

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

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

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

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

.dontshow-overlay {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  background: #000;
  font: 400 20px/140% "Arvo", serif;
  line-height: 25px;
  cursor: pointer;
  text-align: center; }
  .dontshow-overlay:hover, body.user-is-tabbing .dontshow-overlay:focus {
    color: #fff;
    outline-color: white;
    outline-offset: -5px;
    background: #A6192E; }

/* ----------------------------------------------------------------------------
= Homepage items and layout
----------------------------------------------------------------------------- */
.home #content {
  background-image: url("../images/left_radial_home.png");
  background-position: top left;
  background-size: 200px auto;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.home .full {
  background-image: url("../images/right_radial_home.png");
  background-position: bottom right;
  background-size: 200px auto;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  @media screen and (max-width: 700px) {
    .home .full {
      background-image: none; } }
  .home .full .full_column.non-widget-area {
    background: none;
    width: 100%;
    max-width: 100%;
    padding: 0; }
    .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault {
      margin: 0 0 60px 0; }
      .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsOverflow {
        overflow: visible; }
        .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsOverflow:after {
          content: "";
          display: block;
          height: 150px;
          bottom: -150px;
          width: 100%;
          left: 0;
          position: absolute;
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(137, 122, 83, 0.6)), to(rgba(246, 240, 234, 0)));
          background: linear-gradient(to bottom, rgba(137, 122, 83, 0.6), rgba(246, 240, 234, 0)); }
          @media screen and (max-width: 870px) {
            .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsOverflow:after {
              display: none; } }
      .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsContent {
        max-height: calc(100vh - 310px); }
      .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsLink:hover:after, .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsLink:focus:after {
        opacity: 1; }
      .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsLink:hover + div img, .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsLink:focus + div img {
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }
      .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsLink:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        opacity: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 38, 27, 0)), to(rgba(42, 38, 27, 0.6)));
        background: linear-gradient(to bottom, rgba(42, 38, 27, 0), rgba(42, 38, 27, 0.6)); }
      .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsLink + div img {
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear; }
      .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption {
        margin: -20px calc((100% - 1180px)*1/2) 0;
        max-width: calc(100% - 40px);
        width: 1180px;
        background: #fff;
        position: relative;
        float: left;
        border-left: 10px solid rgba(220, 204, 163, 0.7);
        border-bottom: 10px solid rgba(220, 204, 163, 0.7);
        border-bottom-right-radius: 10px;
        text-align: left;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear; }
        @media screen and (max-width: 1220px) {
          .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption {
            margin: -20px 0 0 20px; } }
        @media screen and (max-width: 870px) {
          .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption {
            margin: 0 0 0 20px; } }
        @media screen and (max-width: 700px) {
          .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption {
            margin: 0;
            max-width: 100%;
            width: 100%;
            border-left: none; } }
        .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption:hover, .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption:focus {
          -webkit-box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.25);
                  box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.25); }
        .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -ms-flex-line-pack: start;
              align-content: flex-start;
          padding: 0 0 20px 30px; }
          @media screen and (max-width: 700px) {
            .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo {
              display: block !important;
              padding: 0 20px; } }
          @media screen and (max-width: 700px) {
            .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo.non-event-slide-item .buttons > a.more, .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo.non-event-slide-item .buttons > span.more {
              display: block; } }
          .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo h3 {
            font-size: 49px;
            margin: 20px 0 0 0; }
            @media screen and (max-width: 1080px) {
              .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo h3 {
                font-size: 39px; } }
            @media screen and (max-width: 700px) {
              .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo h3 {
                margin: 10px 0 0 0; } }
            .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo h3 a {
              color: #2A261B; }
              .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo h3 a:hover, .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo h3 a:focus {
                color: #CB333B; }
          .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .desc .date {
            margin: -10px auto 0 -40px;
            background: #A6192E;
            padding: 6px 15px 6px 40px;
            border-bottom-right-radius: 10px;
            display: inline-block; }
            @media screen and (max-width: 700px) {
              .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .desc .date {
                margin: 0 0 0 -20px;
                padding: 6px 15px 6px 20px;
                -webkit-transform: translateY(-10px);
                        transform: translateY(-10px); } }
            .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .desc .date .m-date__month, .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .desc .date .m-date__day, .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .desc .date .m-date__year, .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .desc .date .m-date__separator {
              -webkit-transform: translateY(1px);
                      transform: translateY(1px); }
            .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .desc .date .m-date__month, .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .desc .date .m-date__day, .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .desc .date .m-date__year, .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .desc .date .m-date__separator, .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .desc .date .m-date__weekday {
              color: #fff; }
            .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .desc .date .m-date__month, .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .desc .date .m-date__day, .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .desc .date .m-date__year, .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .desc .date .m-date__separator {
              font-family: "Poppins", sans-serif;
              color: #fff;
              letter-spacing: 0;
              line-height: 1.05;
              font-weight: 700;
              font-size: 16px;
              position: relative;
              display: inline-block;
              margin-right: 2px; }
              @media screen and (max-width: 700px) {
                .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .desc .date .m-date__month, .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .desc .date .m-date__day, .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .desc .date .m-date__year, .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .desc .date .m-date__separator {
                  font-size: 14px; } }
            .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .desc .date .m-date__month {
              position: relative;
              padding: 0 0 10px 0;
              margin-right: 1px;
              display: inline-block;
              padding: 0; }
            .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .desc .date .m-date__weekday {
              position: relative;
              display: inline-block;
              font-family: "Arvo", serif;
              letter-spacing: 0;
              line-height: 25px;
              font-size: 14px;
              font-weight: 400;
              padding: 0 0 0 26px;
              vertical-align: middle;
              line-height: 20px; }
              @media screen and (max-width: 700px) {
                .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .desc .date .m-date__weekday {
                  font-size: 12px;
                  line-height: 20px; } }
              .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .desc .date .m-date__weekday:before {
                width: 1px;
                content: "";
                position: absolute;
                top: 50%;
                left: 14px;
                -webkit-transform: translateY(-50%);
                        transform: translateY(-50%);
                background: #fff;
                height: 20px; }
                @media screen and (max-width: 700px) {
                  .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .desc .date .m-date__weekday:before {
                    height: 20px; } }
          .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .desc .caption_body {
            font-size: 20px;
            margin: 15px 0 0 0; }
            @media screen and (max-width: 870px) {
              .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .desc .caption_body {
                font-size: 17px; } }
            @media screen and (max-width: 700px) {
              .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .desc .caption_body {
                font-size: 14px; } }
          .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .buttons {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
            -ms-flex-item-align: end;
                align-self: flex-end;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -ms-flex-line-pack: center;
                align-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin: 0 0 -30px 0;
            min-height: 50px;
            min-width: 198px; }
            @media screen and (max-width: 700px) {
              .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .buttons {
                margin: 20px 0 -20px 0; } }
            .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .buttons > a.tickets, .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .buttons > span.tickets {
              margin: 30px 0 0 0; }
              @media screen and (max-width: 700px) {
                .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .buttons > a.tickets, .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .buttons > span.tickets {
                  margin: 0; } }
              @media screen and (max-width: 700px) {
                .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .buttons > a.tickets + .more, .home .full .full_column.non-widget-area .full-slideshow.home-slideshow .rsDefault .rsGCaption .rsInfo .buttons > span.tickets + .more {
                  display: none; } }
    @media screen and (max-width: 1080px) {
      .home .full .full_column.non-widget-area .secondary_events_section {
        margin: 0 0 60px 0; } }
    @media screen and (max-width: 700px) {
      .home .full .full_column.non-widget-area .secondary_events_section {
        margin: 0 0 30px 0; } }
    .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper {
      width: 1300px; }
      @media screen and (max-width: 1080px) {
        .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper {
          width: 630px;
          display: block; } }
      .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper .eventItem {
        width: calc(1/2*(100% - 40px));
        margin: 0 40px 60px 0;
        min-height: 0; }
        @media screen and (max-width: 1080px) {
          .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper .eventItem {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            width: 100%;
            margin: 0 0 40px 0; } }
        @media screen and (max-width: 700px) {
          .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper .eventItem {
            margin: 0 0 20px 0; } }
        .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper .eventItem:nth-child(2) {
          margin: 0 0 60px 0; }
          @media screen and (max-width: 1080px) {
            .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper .eventItem:nth-child(2) {
              margin: 0 0 40px 0; } }
          @media screen and (max-width: 700px) {
            .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper .eventItem:nth-child(2) {
              margin: 0 0 20px 0; } }
        .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper .eventItem .thumb {
          z-index: 1;
          position: relative;
          width: 100%;
          height: auto; }
        .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper .eventItem .info {
          z-index: 2;
          position: relative;
          padding: 0 0 0 20px; }
          @media screen and (max-width: 1080px) {
            .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper .eventItem .info {
              min-height: 180px; } }
          @media screen and (max-width: 700px) {
            .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper .eventItem .info {
              padding: 0 10px; } }
          .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper .eventItem .info .date {
            margin: -10px auto 20px -30px;
            background: #A6192E;
            padding: 5px 15px 5px 20px;
            border-bottom-right-radius: 10px;
            display: inline-block; }
            @media screen and (max-width: 700px) {
              .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper .eventItem .info .date {
                min-height: 0;
                margin: -10px auto 15px -10px;
                padding: 5px 15px 5px 10px; } }
            .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper .eventItem .info .date .m-date__month, .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper .eventItem .info .date .m-date__day, .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper .eventItem .info .date .m-date__year, .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper .eventItem .info .date .m-date__separator, .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper .eventItem .info .date .m-date__weekday {
              color: #fff; }
            .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper .eventItem .info .date .m-date__month {
              padding: 0; }
              .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper .eventItem .info .date .m-date__month:after {
                display: none; }
            .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper .eventItem .info .date .m-date__weekday {
              line-height: 20px; }
              .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper .eventItem .info .date .m-date__weekday:before {
                background: #fff;
                height: 20px; }
          .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper .eventItem .info .title {
            font-size: 31px; }
          .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper .eventItem .info .tagline {
            margin-top: 5px;
            font-size: 17px; }
            @media screen and (max-width: 700px) {
              .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper .eventItem .info .tagline {
                font-size: 14px; } }
          .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper .eventItem .info .buttons {
            min-height: 75px;
            padding-top: 30px; }
            @media screen and (max-width: 700px) {
              .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper .eventItem .info .buttons {
                padding-top: 20px; } }
            .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper .eventItem .info .buttons > a.more, .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper .eventItem .info .buttons > span.more {
              display: block; }
              @media screen and (max-width: 700px) {
                .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper .eventItem .info .buttons > a.more, .home .full .full_column.non-widget-area .secondary_events_section .eventList__wrapper .eventItem .info .buttons > span.more {
                  display: none; } }
    .home .full .full_column.non-widget-area .featured_events_section .eventList__wrapper .eventItem.promo {
      max-width: 100%;
      background: transparent;
      border-bottom-right-radius: 20px;
      overflow: hidden; }
      @media screen and (max-width: 870px) {
        .home .full .full_column.non-widget-area .featured_events_section .eventList__wrapper .eventItem.promo {
          width: 370px;
          margin: 0 auto 60px auto; } }
      @media screen and (max-width: 700px) {
        .home .full .full_column.non-widget-area .featured_events_section .eventList__wrapper .eventItem.promo {
          margin: 0 auto 30px auto; } }
      .home .full .full_column.non-widget-area .featured_events_section .eventList__wrapper .eventItem.promo a {
        height: 100%;
        padding: 80px 50px 40px 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: relative;
        border-left: 10px solid #DCCCA3; }
        @media screen and (max-width: 700px) {
          .home .full .full_column.non-widget-area .featured_events_section .eventList__wrapper .eventItem.promo a {
            padding: 80px 20px 30px 20px; } }
        .home .full .full_column.non-widget-area .featured_events_section .eventList__wrapper .eventItem.promo a:hover, .home .full .full_column.non-widget-area .featured_events_section .eventList__wrapper .eventItem.promo a:focus {
          -webkit-box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.25);
                  box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.25); }
          .home .full .full_column.non-widget-area .featured_events_section .eventList__wrapper .eventItem.promo a:hover .bg, .home .full .full_column.non-widget-area .featured_events_section .eventList__wrapper .eventItem.promo a:focus .bg {
            -webkit-transform: translate(-50%, -50%) scale(1.05);
                    transform: translate(-50%, -50%) scale(1.05); }
        .home .full .full_column.non-widget-area .featured_events_section .eventList__wrapper .eventItem.promo a:hover h2.promo:before, .home .full .full_column.non-widget-area .featured_events_section .eventList__wrapper .eventItem.promo a:focus h2.promo:before {
          width: 80px;
          left: 0; }
          @media screen and (max-width: 700px) {
            .home .full .full_column.non-widget-area .featured_events_section .eventList__wrapper .eventItem.promo a:hover h2.promo:before, .home .full .full_column.non-widget-area .featured_events_section .eventList__wrapper .eventItem.promo a:focus h2.promo:before {
              width: 90px; } }
        .home .full .full_column.non-widget-area .featured_events_section .eventList__wrapper .eventItem.promo a > * {
          max-width: 100%; }
        .home .full .full_column.non-widget-area .featured_events_section .eventList__wrapper .eventItem.promo a .bg {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 100%;
          height: 100%;
          z-index: -1;
          border-bottom-right-radius: 20px;
          overflow: hidden;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear; }
          .home .full .full_column.non-widget-area .featured_events_section .eventList__wrapper .eventItem.promo a .bg:before {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            background: -webkit-gradient(linear, left bottom, right top, color-stop(10%, #2A261B), color-stop(90%, rgba(42, 38, 27, 0.6)));
            background: linear-gradient(to top right, #2A261B 10%, rgba(42, 38, 27, 0.6) 90%); }
        .home .full .full_column.non-widget-area .featured_events_section .eventList__wrapper .eventItem.promo a h2.promo {
          color: #fff;
          margin: 0 0 20px 0;
          padding: 0 0 12px 0; }
          .home .full .full_column.non-widget-area .featured_events_section .eventList__wrapper .eventItem.promo a h2.promo:before {
            width: 120px;
            left: -40px;
            -webkit-transition: all 200ms linear;
            transition: all 200ms linear; }
            @media screen and (max-width: 700px) {
              .home .full .full_column.non-widget-area .featured_events_section .eventList__wrapper .eventItem.promo a h2.promo:before {
                left: -30px; } }
        .home .full .full_column.non-widget-area .featured_events_section .eventList__wrapper .eventItem.promo a .body {
          margin: 0 0 20px 0; }
          .home .full .full_column.non-widget-area .featured_events_section .eventList__wrapper .eventItem.promo a .body p {
            color: #fff;
            font-size: 17px;
            line-height: 27px; }
        .home .full .full_column.non-widget-area .featured_events_section .eventList__wrapper .eventItem.promo a .more {
          margin: auto auto 0 0;
          padding: 0 0 0 5px; }
    .home .full .full_column.non-widget-area .events-button-row {
      text-align: center;
      margin: 0 0 67px 0; }
      @media screen and (max-width: 1080px) {
        .home .full .full_column.non-widget-area .events-button-row {
          margin: 0 0 60px 0; } }
      @media screen and (max-width: 870px) {
        .home .full .full_column.non-widget-area .events-button-row {
          margin: 30px 0 40px 0; } }

.link {
  position: relative; }
  .link ul.list {
    padding: 0; }
    .link ul.list > li {
      margin: 0 0 40px 0; }
      .link ul.list > li > a, .link ul.list > li > span {
        display: block;
        position: relative;
        padding: 3px 0px 3px 52px;
        margin: 0 0 15px 0;
        word-wrap: break-word;
        color: #393D3F;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        text-transform: capitalize;
        font-size: 20px;
        z-index: 1;
        /*------------------------------------------------------------
                =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 200ms linear;
          transition: all 200ms linear;
          position: absolute;
          left: 14px;
          top: 13px;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          fill: #A6192E; }
        .link ul.list > li > a:after, .link ul.list > li > span:after {
          width: 0;
          height: 0;
          left: 14px;
          top: 13px;
          border-radius: 50%;
          content: "";
          position: absolute;
          background: #F6F0EA;
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
          z-index: -1;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
        .link ul.list > li > a .link_icon .internal, .link ul.list > li > span .link_icon .internal {
          display: block; }
        .link ul.list > li > a .link_icon .external, .link ul.list > li > span .link_icon .external {
          display: none; }
        .link ul.list > li > a[target="_blank"] .link_icon .internal, .link ul.list > li > span[target="_blank"] .link_icon .internal {
          display: none; }
        .link ul.list > li > a[target="_blank"] .link_icon .external, .link ul.list > li > span[target="_blank"] .link_icon .external {
          display: block; }
        .link ul.list > li > a[href*="twitter"] svg, .link ul.list > li > a[href*="facebook"] svg, .link ul.list > li > a[href*="instagram"] svg, .link ul.list > li > a[href*="pinterest"] svg, .link ul.list > li > a[href*="youtube"] svg, .link ul.list > li > a[href*="youtu.be"] svg, .link ul.list > li > span[href*="twitter"] svg, .link ul.list > li > span[href*="facebook"] svg, .link ul.list > li > span[href*="instagram"] svg, .link ul.list > li > span[href*="pinterest"] svg, .link ul.list > li > span[href*="youtube"] svg, .link ul.list > li > span[href*="youtu.be"] svg {
          display: none; }
        .link ul.list > li > a[href*="twitter"]:before, .link ul.list > li > a[href*="facebook"]:before, .link ul.list > li > a[href*="instagram"]:before, .link ul.list > li > a[href*="pinterest"]:before, .link ul.list > li > a[href*="youtube"]:before, .link ul.list > li > a[href*="youtu.be"]:before, .link ul.list > li > span[href*="twitter"]:before, .link ul.list > li > span[href*="facebook"]:before, .link ul.list > li > span[href*="instagram"]:before, .link ul.list > li > span[href*="pinterest"]:before, .link ul.list > li > span[href*="youtube"]:before, .link ul.list > li > span[href*="youtu.be"]:before {
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
          position: absolute;
          left: 14px;
          top: 13px;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          display: inline-block;
          background: none;
          padding: 0;
          font-family: FontAwesome;
          font-size: 25px;
          font-weight: normal;
          font-style: normal;
          text-decoration: inherit;
          color: #A6192E; }
        .link ul.list > li > a[href*="twitter"]:hover:before, .link ul.list > li > a[href*="facebook"]:hover:before, .link ul.list > li > a[href*="instagram"]:hover:before, .link ul.list > li > a[href*="pinterest"]:hover:before, .link ul.list > li > a[href*="youtube"]:hover:before, .link ul.list > li > a[href*="youtu.be"]:hover:before, .link ul.list > li > span[href*="twitter"]:hover:before, .link ul.list > li > span[href*="facebook"]:hover:before, .link ul.list > li > span[href*="instagram"]:hover:before, .link ul.list > li > span[href*="pinterest"]:hover:before, .link ul.list > li > span[href*="youtube"]:hover:before, .link ul.list > li > span[href*="youtu.be"]:hover:before {
          color: #CB333B; }
        .link ul.list > li > a[href*="twitter"]:before, .link ul.list > li > span[href*="twitter"]:before {
          content: "\f099"; }
        .link ul.list > li > a[href*="facebook"]:before, .link ul.list > li > span[href*="facebook"]:before {
          content: "\f09a"; }
        .link ul.list > li > a[href*="instagram"]:before, .link ul.list > li > span[href*="instagram"]:before {
          content: "\f16d"; }
        .link ul.list > li > a[href*="pinterest"]:before, .link ul.list > li > span[href*="pinterest"]:before {
          content: "\f0d2"; }
        .link ul.list > li > a[href*="youtube"]:before, .link ul.list > li > a[href*="youtu.be"]:before, .link ul.list > li > span[href*="youtube"]:before, .link ul.list > li > span[href*="youtu.be"]:before {
          content: "\f16a"; }
      .link ul.list > li > a:hover, .link ul.list > li > a:focus {
        color: #CB333B; }
        .link ul.list > li > a:hover:after, .link ul.list > li > a:focus:after {
          width: 50px;
          height: 50px; }
        .link ul.list > li > a:hover svg, .link ul.list > li > a:focus svg {
          fill: #CB333B; }
      .link ul.list > li > span .link_icon {
        display: none; }
    .link ul.list .description {
      padding-left: 52px; }
      .link ul.list .description p, .link ul.list .description li {
        margin-top: 0; }
      .link ul.list .description ul li:before {
        top: 9px; }
      .link ul.list .description ol li:before {
        top: -5px; }

/* ----------------------------------------------------------------------------
= FAQ Accordion
----------------------------------------------------------------------------- */
.faq {
  position: relative; }
  .faq .faq_item_wrapper {
    margin: 0 0 25px 0;
    padding: 0 0 1px 0;
    position: relative; }
    .faq .faq_item_wrapper:hover:before {
      width: calc(100% - 40px);
      left: 40px; }
    .faq .faq_item_wrapper:before {
      content: "";
      display: block;
      width: calc(100% - 50px);
      height: 1px;
      background: #393D3F;
      left: 50px;
      bottom: 0;
      position: absolute;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }
    .faq .faq_item_wrapper .faq_list_item {
      padding: 7px 0 0 0;
      position: relative; }
      .faq .faq_item_wrapper .faq_list_item.active p, .faq .faq_item_wrapper .faq_list_item.open p {
        color: #A6192E; }
      .faq .faq_item_wrapper .faq_list_item.active svg, .faq .faq_item_wrapper .faq_list_item.open svg {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
                transform: translate(-50%, -50%) rotate(90deg); }
      .faq .faq_item_wrapper .faq_list_item p {
        font-weight: 600;
        margin: 0;
        font-size: 25px;
        padding: 0 0 10px 50px; }
        .faq .faq_item_wrapper .faq_list_item p:before {
          content: "";
          display: block;
          top: 18px;
          left: 18px;
          border-radius: 50%;
          width: 35px;
          height: 35px;
          border: 2px solid #393D3F;
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear; }
        .faq .faq_item_wrapper .faq_list_item p:after {
          content: "";
          display: block;
          top: 18px;
          left: 18px;
          border-radius: 50%;
          width: 0;
          height: 0;
          position: absolute;
          background: #F6F0EA;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear; }
      .faq .faq_item_wrapper .faq_list_item a:hover p, .user-is-tabbing .faq .faq_item_wrapper .faq_list_item a:focus p {
        color: #CB333B; }
        .faq .faq_item_wrapper .faq_list_item a:hover p:before, .user-is-tabbing .faq .faq_item_wrapper .faq_list_item a:focus p:before {
          opacity: 0; }
        .faq .faq_item_wrapper .faq_list_item a:hover p:after, .user-is-tabbing .faq .faq_item_wrapper .faq_list_item a:focus p:after {
          width: 35px;
          height: 35px; }
      .faq .faq_item_wrapper .faq_list_item a:hover svg *, .user-is-tabbing .faq .faq_item_wrapper .faq_list_item a:focus svg * {
        stroke: #CB333B; }
      .faq .faq_item_wrapper .faq_list_item svg {
        position: absolute;
        top: 18px;
        left: 18px;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear; }
        .faq .faq_item_wrapper .faq_list_item svg * {
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear; }
    .faq .faq_item_wrapper .faq_answer {
      display: none;
      padding: 10px 0 20px 50px;
      margin: 0px; }
      .faq .faq_item_wrapper .faq_answer p, .faq .faq_item_wrapper .faq_answer li {
        font-size: 17px; }
      .faq .faq_item_wrapper .faq_answer .cms > *:last-child {
        margin-bottom: 0; }
      .faq .faq_item_wrapper .faq_answer ul li:before {
        top: 10px; }
      .faq .faq_item_wrapper .faq_answer ol li:before {
        top: -3px; }

/* ----------------------------------------------------------------------------
= Seating Charts Page styles - Listing page
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=Venue Pages
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Map styles
----------------------------------------------------------------------------- */
.map_holder {
  position: relative;
  display: block;
  width: 100%;
  height: 650px;
  margin-bottom: 0;
  overflow: hidden;
  max-height: calc(100vh - 275px); }
  @media screen and (max-width: 1080px) {
    .map_holder {
      max-height: calc(100vh - 220px); } }
  @media screen and (max-width: 700px) {
    .map_holder {
      height: 350px; } }
  .map_holder .map {
    display: block;
    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: #A6192E;
    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 200ms linear;
    transition: all 200ms linear;
    float: left;
    margin: 0 2px 0 0;
    padding: 0 15px;
    color: #fff;
    border: none;
    background: none;
    font-family: "Arvo", serif;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase; }
    .map_control button.active {
      outline: none;
      background: #A6192E; }
      .map_control button.active:hover {
        color: white;
        outline: none; }
    .map_control button:hover {
      color: #A6192E;
      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: -47px 0 0 0;
  padding: 0;
  color: #393D3F;
  font: 500 13px/40px "Poppins", sans-serif;
  letter-spacing: 0.06em; }
  .paging:before, .paging:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .paging:after {
    clear: both; }
  @media screen and (max-width: 700px) {
    .paging {
      margin: -27px 0 0 0; } }
  .paging.final {
    margin: 0; }
  .paging.empty {
    height: 0;
    margin: 0;
    padding: 0;
    background: none; }
  .paging .record {
    float: left;
    width: auto;
    height: 40px;
    padding: 0; }
  .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: 40px;
      height: 40px;
      margin: 0;
      padding: 0;
      color: #393D3F;
      font: 500 13px/40px "Poppins", sans-serif;
      text-decoration: none; }
      .paging .pages strong:hover, .paging .pages strong:focus, .paging .pages a:hover, .paging .pages a:focus, .paging .pages a:link:hover, .paging .pages a:link:focus, .paging .pages a:visited:hover, .paging .pages a:visited:focus {
        color: #CB333B; }
      .paging .pages strong.last, .paging .pages strong.first, .paging .pages a.last, .paging .pages a.first, .paging .pages a:link.last, .paging .pages a:link.first, .paging .pages a:visited.last, .paging .pages a:visited.first {
        display: none; }
      .paging .pages strong.prev, .paging .pages strong.next, .paging .pages a.prev, .paging .pages a.next, .paging .pages a:link.prev, .paging .pages a:link.next, .paging .pages a:visited.prev, .paging .pages a:visited.next {
        font-weight: 900; }
    .paging .pages strong {
      font-weight: 700;
      color: #393D3F; }
      .paging .pages strong:hover, .paging .pages strong:focus {
        color: #393D3F; }

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

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_detail .news_heading .date {
  font-size: 16px;
  padding: 0 0 12px 0;
  margin: 0 0 20px 0;
  position: relative; }
  .news_detail .news_heading .date:after {
    width: 50px;
    height: 5px;
    position: absolute;
    z-index: 1;
    content: "";
    bottom: 0;
    left: 0;
    background: #CB333B; }

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

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
#events:not(.detail) .full_column {
  background: none; }
  #events:not(.detail) .full_column .breadcrumbs {
    margin-bottom: 10px;
    width: 1180px; }

.event_list_header {
  width: 1180px;
  max-width: calc(100% - 20px);
  border-bottom: 1px solid #393D3F;
  color: #393D3F;
  margin: 0 auto 40px auto; }
  .event_list_header .overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 auto; }
    @media screen and (max-width: 700px) {
      .event_list_header .overview {
        display: block; } }
  .event_list_header h1 {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    margin: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: auto;
    max-width: 100%;
    border-bottom: none; }

.event_list_toggles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 870px) {
    .event_list_toggles {
      display: none; } }
  .event_list_toggles .toggle {
    margin-left: 30px;
    color: #393D3F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    position: relative;
    z-index: 1; }
    .event_list_toggles .toggle:before {
      bottom: -1px;
      left: 0;
      height: 5px;
      background: #CB333B;
      content: "";
      position: absolute;
      width: 0;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }
    .event_list_toggles .toggle:hover, .event_list_toggles .toggle:focus {
      cursor: pointer; }
      .event_list_toggles .toggle:hover svg *, .event_list_toggles .toggle:focus svg * {
        fill: #393D3F; }
    .event_list_toggles .toggle.calendar {
      display: none; }
    .event_list_toggles .toggle.is-active:before {
      width: 100%; }
    .event_list_toggles .toggle.is-active svg * {
      fill: #393D3F; }
  .event_list_toggles span {
    display: block;
    text-align: left;
    text-transform: uppercase;
    margin: 0 10px 0 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 13px; }
  .event_list_toggles svg {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .event_list_toggles svg * {
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
      fill: transparent; }

.category-dropdown {
  position: relative;
  margin-right: 30px;
  margin-bottom: 15px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  z-index: 20;
  width: 300px; }
  @media screen and (max-width: 700px) {
    .category-dropdown {
      margin-right: auto;
      margin-left: auto; } }
  .category-dropdown .select {
    font-size: 16px;
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 41px;
    background: white;
    margin: 0;
    padding: 0 40px 0 15px;
    color: #393D3F;
    cursor: pointer;
    outline: none;
    z-index: 5;
    text-align: left;
    border-left: 10px solid rgba(220, 204, 163, 0.7);
    border-bottom-right-radius: 10px;
    -webkit-transition: 200ms box-shadow linear;
    -webkit-transition: 200ms -webkit-box-shadow linear;
    transition: 200ms -webkit-box-shadow linear;
    transition: 200ms box-shadow linear;
    transition: 200ms box-shadow linear, 200ms -webkit-box-shadow linear; }
    .category-dropdown .select:after {
      width: 0;
      height: 5px;
      left: -10px;
      bottom: 0;
      position: absolute;
      content: "";
      display: block;
      background: #CB333B;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }
    .category-dropdown .select svg {
      float: right;
      position: absolute;
      top: 50%;
      right: 15px;
      width: 15px;
      height: 12px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      fill: none;
      fill-rule: evenodd;
      stroke: #393D3F;
      stroke-width: 2px;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }
    .category-dropdown .select:hover, .category-dropdown .select:focus {
      -webkit-box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.25);
              box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.25); }
    .category-dropdown .select.is-active {
      -webkit-transition: none;
      transition: none;
      background: none;
      border-left-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .category-dropdown .select.is-active:after {
        width: 80px; }
      .category-dropdown .select.is-active svg {
        -webkit-transform: rotate(180deg) translateY(-47%);
                transform: rotate(180deg) translateY(-47%);
        -webkit-transform-origin: 50% 0;
                transform-origin: 50% 0; }
  .category-dropdown .choices {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background: white;
    padding: 15px 25px 20px 25px;
    font-family: "Poppins", sans-serif;
    z-index: 3; }
    .category-dropdown .choices:before {
      width: 100%;
      height: calc(100% + 40px);
      -webkit-box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.25);
              box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.25);
      border-bottom-right-radius: 10px;
      border-left: 10px solid rgba(220, 204, 163, 0.8);
      bottom: 0;
      left: 0;
      position: absolute;
      background: #fff;
      content: "";
      display: block; }
    .category-dropdown .choices.is-active {
      display: block; }
    .category-dropdown .choices ul li span {
      cursor: pointer;
      font-weight: 500;
      font-size: 13px;
      line-height: 16px;
      padding: 7px 0;
      display: block;
      margin: 0;
      color: #393D3F; }
      .category-dropdown .choices ul li span:hover, .category-dropdown .choices ul li span:focus, .category-dropdown .choices ul li span.active {
        color: #CB333B; }

.event_list {
  /******
    *
    *    The following files are also available for you to use:
    *    _events_list_grid.scss
    *    _events_list_listing.scss
    *
    *****/ }

@media screen and (min-width: 871px) {
  .eventList.event_list.event_list_grid .eventList__wrapper {
    width: 1180px;
    margin: 0 auto;
    max-width: calc(100% - 80px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  @media screen and (min-width: 871px) and (max-width: 1240px) {
    .eventList.event_list.event_list_grid .eventList__wrapper {
      max-width: calc(100% - 40px);
      width: 776px; } }

@media screen and (min-width: 871px) {
    .eventList.event_list.event_list_grid .eventList__wrapper .eventItem {
      text-align: left;
      margin: 0 35px 40px 0;
      width: calc(1/3*(100% - 70px));
      min-height: 540px;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative;
      z-index: 1;
      border-bottom-right-radius: 10px;
      background: #fff;
      -webkit-transition: 200ms box-shadow linear;
      -webkit-transition: 200ms -webkit-box-shadow linear;
      transition: 200ms -webkit-box-shadow linear;
      transition: 200ms box-shadow linear;
      transition: 200ms box-shadow linear, 200ms -webkit-box-shadow linear;
      -webkit-box-shadow: 0 5px 15px -2px transparent;
              box-shadow: 0 5px 15px -2px transparent; } }
    @media screen and (min-width: 871px) and (max-width: 1240px) {
      .eventList.event_list.event_list_grid .eventList__wrapper .eventItem {
        width: calc(1/2*(100% - 35px)); } }

@media screen and (min-width: 871px) {
      .eventList.event_list.event_list_grid .eventList__wrapper .eventItem:hover {
        -webkit-box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.25);
                box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.25); }
        .eventList.event_list.event_list_grid .eventList__wrapper .eventItem:hover .info {
          border-left-color: #dccca3;
          border-bottom-color: #dccca3; }
          .eventList.event_list.event_list_grid .eventList__wrapper .eventItem:hover .info .date .m-date__month:after {
            width: 50px;
            left: 0px; }
      .eventList.event_list.event_list_grid .eventList__wrapper .eventItem:nth-child(3n) {
        margin-right: 0; } }
      @media screen and (min-width: 871px) and (max-width: 1240px) {
        .eventList.event_list.event_list_grid .eventList__wrapper .eventItem:nth-child(3n) {
          margin-right: 35px; } }
    @media screen and (min-width: 871px) and (max-width: 1240px) {
      .eventList.event_list.event_list_grid .eventList__wrapper .eventItem:nth-child(2n) {
        margin-right: 0; } }

@media screen and (min-width: 871px) {
      .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .thumb {
        width: 100%; }
        .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .thumb a {
          display: block;
          width: 100%;
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
          position: relative;
          overflow: hidden; }
          .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .thumb a:hover:after, .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .thumb a:focus:after {
            opacity: 1; }
          .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .thumb a:hover img, .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .thumb a:focus img {
            -webkit-transform: scale(1.05);
                    transform: scale(1.05); }
          .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .thumb a:after {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transition: all 200ms linear;
            transition: all 200ms linear;
            opacity: 0;
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 38, 27, 0)), to(rgba(42, 38, 27, 0.6)));
            background: linear-gradient(to bottom, rgba(42, 38, 27, 0), rgba(42, 38, 27, 0.6)); }
          .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .thumb a img {
            display: block;
            -webkit-transition: all 200ms linear;
            transition: all 200ms linear;
            width: 100%; }
      .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        padding: 10px 0 0 20px;
        border-left: 10px solid rgba(220, 204, 163, 0.7);
        border-bottom: 10px solid rgba(220, 204, 163, 0.7);
        border-bottom-right-radius: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: 100%;
        width: 100%;
        -webkit-transition: border-bottom-color 200ms linear, border-left-color 200ms linear;
        transition: border-bottom-color 200ms linear, border-left-color 200ms linear; }
        .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info > *:not(.buttons) {
          padding-right: 20px; }
        .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .date {
          margin: 0 0 20px 0; }
          .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .date .m-date__rangeLast .m-date__month:after {
            display: none; }
          .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .date .m-date__month, .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .date .m-date__day, .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .date .m-date__year, .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .date .m-date__separator {
            font-family: "Poppins", sans-serif;
            color: #393D3F;
            letter-spacing: 0;
            line-height: 1.05;
            font-weight: 700;
            font-size: 16px;
            display: inline-block;
            margin-right: 2px;
            position: relative; }
          .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .date .m-date__month {
            position: relative;
            padding: 0 0 10px 0;
            margin-right: 1px;
            display: inline-block; }
            .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .date .m-date__month:after {
              width: 80px;
              height: 5px;
              position: absolute;
              z-index: 1;
              content: "";
              bottom: 0;
              left: -30px;
              background: #CB333B;
              -webkit-transition: all 200ms linear;
              transition: all 200ms linear; }
          .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .date .m-date__weekday {
            position: relative;
            display: inline-block;
            font-family: "Arvo", serif;
            letter-spacing: 0;
            line-height: 25px;
            font-size: 14px;
            font-weight: 400;
            padding: 0 0 0 26px;
            vertical-align: middle; }
            .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .date .m-date__weekday:before {
              height: 25px;
              width: 1px;
              background: #393D3F;
              content: "";
              position: absolute;
              top: 50%;
              left: 14px;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%); }
        .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .title {
          font-size: 25px;
          margin: 0; }
          .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .title a {
            color: #2A261B; }
            .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .title a:hover, .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .title a:focus {
              color: #CB333B; }
        .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .tagline {
          font-family: "Arvo", serif;
          letter-spacing: 0;
          line-height: 1.6;
          font-size: 14px;
          font-weight: 400;
          margin: 10px 0 0 0; }
        .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .meta {
          display: none; }
        .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .buttons {
          padding: 20px 0 0 0;
          margin: auto 0 -10px 0;
          min-height: 65px; }
          .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .buttons > a.more, .eventList.event_list.event_list_grid .eventList__wrapper .eventItem .info .buttons > span.more {
            margin: 0 0 15px 0; } }

.event_list {
  text-align: center; }
  .event_list .eventList__wrapper {
    text-align: left;
    width: 1060px;
    margin: 0 auto;
    max-width: calc(100% - 80px); }
    @media screen and (max-width: 870px) {
      .event_list .eventList__wrapper {
        max-width: calc(100% - 40px); } }
    @media screen and (max-width: 700px) {
      .event_list .eventList__wrapper {
        max-width: calc(100% - 20px); } }
    .content_item .event_list .eventList__wrapper {
      max-width: 100%;
      width: 100%; }
  .event_list .eventItem {
    min-height: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: relative;
    z-index: 1;
    margin: 0 0 40px 0;
    border-bottom-right-radius: 10px;
    -webkit-transition: 200ms box-shadow linear;
    -webkit-transition: 200ms -webkit-box-shadow linear;
    transition: 200ms -webkit-box-shadow linear;
    transition: 200ms box-shadow linear;
    transition: 200ms box-shadow linear, 200ms -webkit-box-shadow linear;
    background: #fff;
    -webkit-box-shadow: 0 5px 15px -2px transparent;
            box-shadow: 0 5px 15px -2px transparent; }
    @media screen and (max-width: 870px) {
      .event_list .eventItem {
        margin: 0 0 20px 0;
        min-height: 0; } }
    @media screen and (max-width: 700px) {
      .event_list .eventItem {
        margin: 0 0 30px 0;
        border-bottom-left-radius: 0px; } }
    .event_list .eventItem:hover {
      -webkit-box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.25);
              box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.25); }
      .event_list .eventItem:hover .info {
        border-left-color: #dccca3;
        border-bottom-color: #dccca3; }
        .event_list .eventItem:hover .info .date .m-date__month:after {
          width: 50px;
          left: 0px; }
    .event_list .eventItem:before, .event_list .eventItem:after {
      display: none; }
    .event_list .eventItem .thumb {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 370px; }
      @media screen and (max-width: 870px) {
        .event_list .eventItem .thumb {
          top: 0;
          left: 0;
          width: 200px;
          position: absolute; } }
      @media screen and (max-width: 700px) {
        .event_list .eventItem .thumb {
          width: 70px;
          height: 53px; } }
      .event_list .eventItem .thumb a {
        display: block;
        width: 100%;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        position: relative;
        overflow: hidden; }
        .event_list .eventItem .thumb a:hover:after, .event_list .eventItem .thumb a:focus:after {
          opacity: 1; }
        .event_list .eventItem .thumb a:hover img, .event_list .eventItem .thumb a:focus img {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05); }
        .event_list .eventItem .thumb a:after {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
          opacity: 0;
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 38, 27, 0)), to(rgba(42, 38, 27, 0.6)));
          background: linear-gradient(to bottom, rgba(42, 38, 27, 0), rgba(42, 38, 27, 0.6)); }
        .event_list .eventItem .thumb a img {
          display: block;
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
          width: 100%; }
    .event_list .eventItem .info {
      text-align: left;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      padding: 20px 0 0 20px;
      border-left: 10px solid rgba(220, 204, 163, 0.7);
      border-bottom: 10px solid rgba(220, 204, 163, 0.7);
      border-bottom-right-radius: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: calc(100% - 370px);
      width: calc(100% - 370px);
      -webkit-transition: border-bottom-color 200ms linear, border-left-color 200ms linear;
      transition: border-bottom-color 200ms linear, border-left-color 200ms linear; }
      @media screen and (max-width: 870px) {
        .event_list .eventItem .info {
          padding: 10px 0 0 210px;
          max-width: 100%;
          width: 100%;
          min-height: 183px; } }
      @media screen and (max-width: 700px) {
        .event_list .eventItem .info {
          padding: 10px 20px 0 20px;
          border-left: none;
          border-bottom-left-radius: 0px;
          border-bottom-right-radius: 0px; } }
      .event_list .eventItem .info > *:not(.buttons) {
        padding-right: 20px; }
      .event_list .eventItem .info > * {
        max-width: 100%; }
      .event_list .eventItem .info .date {
        margin: 0 0 30px 0; }
        @media screen and (max-width: 870px) {
          .event_list .eventItem .info .date {
            margin: 0 0 20px 0; } }
        @media screen and (max-width: 700px) {
          .event_list .eventItem .info .date {
            margin: 0 0 15px 0;
            padding: 0 0 0 70px;
            min-height: 43px; } }
        .event_list .eventItem .info .date .m-date__rangeLast .m-date__month:after {
          display: none; }
        .event_list .eventItem .info .date .m-date__month, .event_list .eventItem .info .date .m-date__day, .event_list .eventItem .info .date .m-date__year, .event_list .eventItem .info .date .m-date__separator {
          font-family: "Poppins", sans-serif;
          color: #393D3F;
          letter-spacing: 0;
          line-height: 1.05;
          font-weight: 700;
          font-size: 16px;
          position: relative;
          display: inline-block;
          margin-right: 2px; }
          @media screen and (max-width: 700px) {
            .event_list .eventItem .info .date .m-date__month, .event_list .eventItem .info .date .m-date__day, .event_list .eventItem .info .date .m-date__year, .event_list .eventItem .info .date .m-date__separator {
              font-size: 14px; } }
        .event_list .eventItem .info .date .m-date__month {
          position: relative;
          padding: 0 0 10px 0;
          margin-right: 1px;
          display: inline-block; }
          .event_list .eventItem .info .date .m-date__month:after {
            width: 80px;
            height: 5px;
            position: absolute;
            z-index: 1;
            content: "";
            bottom: 0;
            left: -30px;
            background: #CB333B;
            -webkit-transition: all 200ms linear;
            transition: all 200ms linear; }
            @media screen and (max-width: 870px) {
              .event_list .eventItem .info .date .m-date__month:after {
                left: 0;
                width: 50px; } }
        .event_list .eventItem .info .date .m-date__weekday {
          position: relative;
          display: inline-block;
          font-family: "Arvo", serif;
          letter-spacing: 0;
          line-height: 25px;
          font-size: 14px;
          font-weight: 400;
          padding: 0 0 0 26px;
          vertical-align: middle; }
          @media screen and (max-width: 700px) {
            .event_list .eventItem .info .date .m-date__weekday {
              font-size: 12px;
              line-height: 20px; } }
          .event_list .eventItem .info .date .m-date__weekday:before {
            height: 25px;
            width: 1px;
            background: #393D3F;
            content: "";
            position: absolute;
            top: 50%;
            left: 14px;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
            @media screen and (max-width: 700px) {
              .event_list .eventItem .info .date .m-date__weekday:before {
                height: 20px; } }
      .event_list .eventItem .info .title {
        font-size: 25px;
        margin: 0; }
        .event_list .eventItem .info .title a {
          color: #2A261B; }
          .event_list .eventItem .info .title a:hover, .event_list .eventItem .info .title a:focus {
            color: #CB333B; }
      .event_list .eventItem .info .tagline {
        font-family: "Arvo", serif;
        letter-spacing: 0;
        line-height: 1.6;
        font-size: 14px;
        font-weight: 400;
        margin: 10px 0 0 0; }
      .event_list .eventItem .info .meta {
        display: none; }
      .event_list .eventItem .info .buttons {
        width: 100%;
        padding: 20px 0 0 0;
        margin: auto 0 -10px 0;
        min-height: 65px; }
        @media screen and (max-width: 700px) {
          .event_list .eventItem .info .buttons {
            margin: auto 0 -20px 0; } }
        .event_list .eventItem .info .buttons > a.tickets, .event_list .eventItem .info .buttons > span.tickets {
          margin: 0 0 0 auto; }
          @media screen and (max-width: 700px) {
            .event_list .eventItem .info .buttons > a.tickets, .event_list .eventItem .info .buttons > span.tickets {
              margin: 0 auto; } }
        .event_list .eventItem .info .buttons > a.more, .event_list .eventItem .info .buttons > span.more {
          margin: 0 0 15px 0; }
          @media screen and (max-width: 870px) {
            .event_list .eventItem .info .buttons > a.more, .event_list .eventItem .info .buttons > span.more {
              display: none; } }

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
.event_detail.one_sidebar_right {
  min-height: 600px;
  zoom: 1;
  position: relative;
  z-index: 1;
  padding-top: 66px; }
  .event_detail.one_sidebar_right:before, .event_detail.one_sidebar_right:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .event_detail.one_sidebar_right:after {
    clear: both; }
  @media screen and (max-width: 700px) {
    .event_detail.one_sidebar_right {
      padding-top: 20px; } }
  .event_detail.one_sidebar_right:before {
    content: "";
    display: block;
    width: calc(1075px + 1/2*(100vw - 1440px));
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    max-width: 100%;
    background: #fff;
    z-index: -1;
    visibility: visible; }
    @media screen and (max-width: 1440px) {
      .event_detail.one_sidebar_right:before {
        width: 1075px; } }
  .event_detail.one_sidebar_right.has_branding {
    padding-top: 0; }
    @media screen and (max-width: 700px) {
      .event_detail.one_sidebar_right.has_branding {
        padding-top: 0; } }
    .event_detail.one_sidebar_right.has_branding .event_heading {
      padding: 30px 0 0 0; }
      @media screen and (max-width: 700px) {
        .event_detail.one_sidebar_right.has_branding .event_heading {
          padding: 10px; } }
    .event_detail.one_sidebar_right.has_branding .rightBreakout {
      top: 0; }
  .event_detail.one_sidebar_right .rightBreakout {
    top: 17px; }
    @media screen and (max-width: 700px) {
      .event_detail.one_sidebar_right .rightBreakout {
        top: auto; } }
  .event_detail.one_sidebar_right .event_heading {
    margin: 0 0 60px 0;
    padding: 0; }
    @media screen and (max-width: 700px) {
      .event_detail.one_sidebar_right .event_heading {
        padding: 0 10px 10px 10px;
        text-align: center;
        margin: 0; } }
    .event_detail.one_sidebar_right .event_heading.below_branding, .event_detail.one_sidebar_right .event_heading.inside_sidebar {
      display: none; }
    .event_detail.one_sidebar_right .event_heading .title {
      width: auto;
      left: 0;
      position: static;
      padding: 0;
      border: none;
      max-width: 100%;
      margin: 0 0 15px 0;
      -webkit-transform: none;
              transform: none; }
      @media screen and (max-width: 700px) {
        .event_detail.one_sidebar_right .event_heading .title {
          margin: 0 0 10px 0; } }
    .event_detail.one_sidebar_right .event_heading .tagline {
      font-weight: 400;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 700px) {
        .event_detail.one_sidebar_right .event_heading .tagline {
          font-size: 14px; } }
      .event_detail.one_sidebar_right .event_heading .tagline:before {
        display: none; }
  .event_detail.one_sidebar_right .buttonWrapper .buttons > a.tickets, .event_detail.one_sidebar_right .buttonWrapper .buttons > span.tickets {
    margin: -17px 0 0 0;
    width: calc(100% - 15px); }
    @media screen and (max-width: 700px) {
      .event_detail.one_sidebar_right .buttonWrapper .buttons > a.tickets, .event_detail.one_sidebar_right .buttonWrapper .buttons > span.tickets {
        width: 280px;
        margin: 0 auto -20px auto;
        max-width: calc(100% - 40px); } }
  .event_detail.one_sidebar_right .buttonWrapper .title, .event_detail.one_sidebar_right .buttonWrapper .tagline {
    display: none; }
    @media screen and (max-width: 700px) {
      .event_detail.one_sidebar_right .buttonWrapper .title, .event_detail.one_sidebar_right .buttonWrapper .tagline {
        display: block; } }
  .event_detail.one_sidebar_right .buttonWrapper .date {
    display: none; }
  .event_detail.one_sidebar_right .buttons {
    position: relative;
    color: white; }
    .event_detail.one_sidebar_right .buttons a, .event_detail.one_sidebar_right .buttons span {
      white-space: nowrap; }
    .event_detail.one_sidebar_right .buttons svg {
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      fill: #fff; }
  .event_detail.one_sidebar_right .content_item {
    width: 100%;
    max-width: 100%; }
    @media screen and (max-width: 700px) {
      .event_detail.one_sidebar_right .content_item {
        margin: 0 auto;
        max-width: calc(100% - 20px); } }
  .event_detail.one_sidebar_right #branding.spotlight_image, .event_detail.one_sidebar_right #branding .rsContent, .event_detail.one_sidebar_right #branding .rsVideoContainer {
    overflow: hidden;
    max-height: calc(100vh - 275px); }
    @media screen and (max-width: 1080px) {
      .event_detail.one_sidebar_right #branding.spotlight_image, .event_detail.one_sidebar_right #branding .rsContent, .event_detail.one_sidebar_right #branding .rsVideoContainer {
        max-height: calc(100vh - 240px); } }
    @media screen and (max-width: 700px) {
      .event_detail.one_sidebar_right #branding.spotlight_image, .event_detail.one_sidebar_right #branding .rsContent, .event_detail.one_sidebar_right #branding .rsVideoContainer {
        max-height: calc(100vh - 280px); } }

@media screen and (max-width: 700px) {
  h2.details {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 20px); } }

.description_wrapper {
  margin: 0 0 60px 0; }
  @media screen and (max-width: 700px) {
    .description_wrapper {
      margin: 0 auto 30px auto;
      max-width: calc(100% - 20px); } }
  .description_wrapper.short-description .event_description:after {
    display: none; }
  .description_wrapper .event_description {
    position: relative; }
    .description_wrapper .event_description:after {
      content: '';
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 50px;
      display: block;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
    .description_wrapper .event_description.is-opened:after {
      display: none; }
    .description_wrapper .event_description.is-opened + .read-more:before, .description_wrapper .event_description.is-opened + .read-more:after {
      -webkit-transform: translate(-50%, -50%) rotate(180deg);
              transform: translate(-50%, -50%) rotate(180deg); }
  .description_wrapper .read-more {
    margin: 10px 0 0 0;
    font-size: 13px;
    letter-spacing: 0;
    color: #A6192E;
    text-transform: uppercase;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    position: relative;
    padding: 0 0 0 20px; }
    @media screen and (max-width: 700px) {
      .description_wrapper .read-more {
        margin: 30px 0 0 0; } }
    .description_wrapper .read-more:hover, .description_wrapper .read-more:focus {
      cursor: pointer;
      color: #CB333B; }
      .description_wrapper .read-more:hover:before, .description_wrapper .read-more:focus:before {
        opacity: 0; }
      .description_wrapper .read-more:hover::after, .description_wrapper .read-more:focus::after {
        opacity: 1; }
    .description_wrapper .read-more:before {
      content: "";
      display: block;
      width: 13px;
      height: 10px;
      background: url("../images/svg/arrow_down.svg");
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      position: absolute;
      top: 50%;
      left: 5px;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }
    .description_wrapper .read-more:after {
      content: "";
      display: block;
      width: 13px;
      height: 10px;
      background: url("../images/svg/arrow_down_highlight.svg");
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      position: absolute;
      top: 50%;
      left: 5px;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      opacity: 0;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }

.event_showings {
  margin: 0 0 60px 0; }
  @media screen and (max-width: 700px) {
    .event_showings {
      width: 500px;
      margin: 0 auto 30px auto;
      max-width: calc(100% - 20px); } }
  .event_showings .listItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 0 30px 0; }
    @media screen and (max-width: 870px) {
      .event_showings .listItem {
        display: block;
        padding-bottom: 10px;
        border-bottom: 1px solid #393D3F;
        margin: 0 0 20px 0; } }
    .event_showings .listItem:hover .showings_date .m-date__month:after, .event_showings .listItem:focus .showings_date .m-date__month:after {
      width: 65px; }
    .event_showings .listItem.listItehasNoLink {
      border-bottom: 1px solid #393D3F; }
      .event_showings .listItem.listItehasNoLink .showings_date,
      .event_showings .listItem.listItehasNoLink .time,
      .event_showings .listItem.listItehasNoLink .cell:nth-child(2) {
        border-bottom: none; }
    .event_showings .listItem .showings_date {
      border-bottom: 1px solid #393D3F;
      width: 40%; }
      @media screen and (max-width: 870px) {
        .event_showings .listItem .showings_date {
          width: 100%;
          border-bottom: none;
          margin: 0 0 12px 0;
          display: block; } }
      .event_showings .listItem .showings_date .m-date__month, .event_showings .listItem .showings_date .m-date__day, .event_showings .listItem .showings_date .m-date__year, .event_showings .listItem .showings_date .m-date__separator {
        font-family: "Poppins", sans-serif;
        color: #393D3F;
        letter-spacing: 0;
        line-height: 1.05;
        font-weight: 700;
        font-size: 16px;
        position: relative;
        display: inline-block;
        margin-right: 2px; }
        @media screen and (max-width: 700px) {
          .event_showings .listItem .showings_date .m-date__month, .event_showings .listItem .showings_date .m-date__day, .event_showings .listItem .showings_date .m-date__year, .event_showings .listItem .showings_date .m-date__separator {
            font-size: 14px; } }
      .event_showings .listItem .showings_date .m-date__month {
        position: relative;
        padding: 0 0 12px 0;
        display: inline-block;
        margin-right: 1px; }
        @media screen and (max-width: 870px) {
          .event_showings .listItem .showings_date .m-date__month {
            padding: 0 0 10px 0; } }
        .event_showings .listItem .showings_date .m-date__month:after {
          width: 50px;
          height: 5px;
          position: absolute;
          z-index: 1;
          content: "";
          bottom: -1px;
          left: 0;
          background: #CB333B;
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear; }
          @media screen and (max-width: 870px) {
            .event_showings .listItem .showings_date .m-date__month:after {
              left: 0;
              width: 50px; } }
      .event_showings .listItem .showings_date .m-date__weekday {
        position: relative;
        display: inline-block;
        font-family: "Arvo", serif;
        letter-spacing: 0;
        line-height: 25px;
        font-size: 14px;
        font-weight: 400;
        padding: 0 0 2px 26px;
        vertical-align: middle; }
        @media screen and (max-width: 700px) {
          .event_showings .listItem .showings_date .m-date__weekday {
            font-size: 12px;
            line-height: 20px; } }
        .event_showings .listItem .showings_date .m-date__weekday:before {
          height: 25px;
          width: 1px;
          background: #393D3F;
          content: "";
          position: absolute;
          top: 50%;
          left: 14px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
          @media screen and (max-width: 700px) {
            .event_showings .listItem .showings_date .m-date__weekday:before {
              height: 20px; } }
    .event_showings .listItem .cell:nth-child(2) {
      text-transform: uppercase; }
      .event_showings .listItem .cell:nth-child(2).time {
        text-transform: lowercase; }
    .event_showings .listItem .time, .event_showings .listItem .cell:nth-child(2) {
      border-bottom: 1px solid #393D3F;
      width: 20%;
      text-align: center;
      padding: 0 0 12px 0;
      font-size: 14px; }
      @media screen and (max-width: 870px) {
        .event_showings .listItem .time, .event_showings .listItem .cell:nth-child(2) {
          width: 100%;
          border-bottom: none;
          margin: 0 0 10px 0;
          padding: 0;
          text-align: left;
          display: block; } }
    .event_showings .listItem .buttons {
      width: 40%;
      position: relative;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end; }
      @media screen and (max-width: 870px) {
        .event_showings .listItem .buttons {
          width: 100%;
          display: block; } }
      .event_showings .listItem .buttons:before {
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        bottom: 0;
        left: 0;
        background: #393D3F;
        z-index: 1; }
        @media screen and (max-width: 870px) {
          .event_showings .listItem .buttons:before {
            display: none; } }
  .event_showings .additional_showings {
    display: none; }
  .event_showings .show-all-showings {
    font-size: 13px;
    letter-spacing: 0;
    color: #A6192E;
    text-transform: uppercase;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    position: relative;
    padding: 0 0 0 20px;
    margin: 30px 0 0 0;
    display: block; }
    .event_showings .show-all-showings:hover, .event_showings .show-all-showings:focus {
      cursor: pointer;
      color: #CB333B; }
      .event_showings .show-all-showings:hover:before, .event_showings .show-all-showings:focus:before {
        opacity: 0; }
      .event_showings .show-all-showings:hover::after, .event_showings .show-all-showings:focus::after {
        opacity: 1; }
    .event_showings .show-all-showings:before {
      content: "";
      display: block;
      width: 13px;
      height: 10px;
      background: url("../images/svg/arrow_down.svg");
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      position: absolute;
      top: 50%;
      left: 5px;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }
    .event_showings .show-all-showings:after {
      content: "";
      display: block;
      width: 13px;
      height: 10px;
      background: url("../images/svg/arrow_down_highlight.svg");
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      position: absolute;
      top: 50%;
      left: 5px;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      opacity: 0;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }
    .event_showings .show-all-showings.is-opened:before, .event_showings .show-all-showings.is-opened:after {
      -webkit-transform: translate(-50%, -50%) rotate(180deg);
              transform: translate(-50%, -50%) rotate(180deg); }

.eventDetailList {
  position: relative;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
  padding: 25px 15px 20px 15px;
  border-left: 10px solid rgba(220, 204, 163, 0.7);
  border-bottom: 10px solid rgba(220, 204, 163, 0.7); }
  @media screen and (max-width: 700px) {
    .eventDetailList {
      border-top: 10px solid rgba(220, 204, 163, 0.7);
      border-left: none;
      padding: 30px 20px 20px 20px;
      margin: 0 0 30px 0; } }
  .eventDetailList .item {
    padding: 0 5px 15px 5px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #393D3F; }
    .eventDetailList .item:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
    .eventDetailList .item:before {
      display: none; }
    .eventDetailList .item .label {
      font-size: 16px;
      color: #393D3F;
      margin: 0 0 4px 0; }
    .eventDetailList .item > span {
      font-size: 17px;
      color: #393D3F; }
      .eventDetailList .item > span a {
        color: #393D3F;
        text-decoration: underline; }
        .eventDetailList .item > span a:hover, .eventDetailList .item > span a:focus {
          text-decoration: none;
          color: #CB333B; }
    .eventDetailList .item svg {
      display: none; }

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

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

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

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

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

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

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

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

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

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

.lightbox a img {
  border: none; }

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

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

.lb-container {
  padding: 4px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ----------------------------------------------------------------------------
=Sitemap
----------------------------------------------------------------------------- */
.sitemap {
  position: relative;
  width: 100%;
  margin: 0px auto 40px;
  clear: both;
  zoom: 1; }
  .sitemap:before, .sitemap:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .sitemap:after {
    clear: both; }
  .sitemap .column {
    position: relative;
    width: 100%;
    padding: 0;
    zoom: 1; }
    .sitemap .column:before, .sitemap .column:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .sitemap .column:after {
      clear: both; }
    @media screen and (min-width: 871px) {
      .sitemap .column {
        float: left;
        width: 50%; } }
    .sitemap .column ul {
      margin-bottom: 20px; }
    .sitemap .column ul, .sitemap .column li {
      padding: 0;
      list-style: none; }
      .sitemap .column ul:before, .sitemap .column ul:after, .sitemap .column li:before, .sitemap .column li:after {
        display: none; }
  .sitemap .column > ul > li > ul > li > a {
    padding-left: 10px; }
  .sitemap .column > ul > li > ul > li > ul > li > a {
    padding-left: 20px; }

/* ----------------------------------------------------------------------------
= Conditional IE Styles. Nest each browser under heading. 
= Classes are generated by Modernizr and appear in HTML tag
----------------------------------------------------------------------------- */
.ie11.vendor-edge header.header > .wrapper > .inner-wrapper .right-side .top-row form > div input, .ie11.vendor-ie header.header > .wrapper > .inner-wrapper .right-side .top-row form > div input {
  line-height: 22px; }
  @media screen and (max-width: 1080px) {
    .ie11.vendor-edge header.header > .wrapper > .inner-wrapper .right-side .top-row form > div input, .ie11.vendor-ie header.header > .wrapper > .inner-wrapper .right-side .top-row form > div input {
      line-height: 27px; } }

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

/* ----------------------------------------------------------------------------
= Homepage Alert
----------------------------------------------------------------------------- */
.m-alert-wrapper {
  position: relative;
  z-index: 5;
  background: #fff; }
  .m-alert-wrapper.hide {
    display: none; }
  .m-alert-wrapper > div {
    width: 100%;
    background: #2A261B;
    background-image: url("../images/alert_bg.jpg");
    background-position: center;
    background-repeat: repeat;
    background-size: auto;
    display: none; }
    .m-alert-wrapper > div * {
      color: #fff; }
    @media screen and (max-width: 1000px) {
      .m-alert-wrapper > div .alert-desc p {
        margin: 0 0 10px 0; } }
    .m-alert-wrapper > div .alert-desc ol, .m-alert-wrapper > div .alert-desc ul {
      display: none; }
    .m-alert-wrapper > div .alert-container {
      width: 900px;
      max-width: calc(100% - 400px);
      margin: 0 auto;
      padding: 30px 0;
      position: relative; }
      @media screen and (max-width: 1000px) {
        .m-alert-wrapper > div .alert-container {
          padding: 30px 0;
          max-width: calc(100% - 70px);
          margin: 0 0 0 20px; } }
      .m-alert-wrapper > div .alert-container .alert-title {
        font-size: 25px;
        margin: 0 0 10px 0;
        margin-top: 0 !important;
        padding: 0 0 12px 0;
        color: #fff;
        text-transform: initial;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear; }
        .m-alert-wrapper > div .alert-container .alert-title:hover, .m-alert-wrapper > div .alert-container .alert-title:focus {
          color: #CB333B; }
        .m-alert-wrapper > div .alert-container .alert-title:after {
          display: none; }
    .m-alert-wrapper > div .alert-button {
      margin: 10px 0 0 0; }
      @media screen and (max-width: 1000px) {
        .m-alert-wrapper > div .alert-button {
          margin: 0; } }
    .m-alert-wrapper > div .close-alert {
      width: 79px;
      height: 23px;
      position: absolute;
      right: -139px;
      top: 30px;
      opacity: 1;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
      cursor: pointer;
      font-family: "Poppins", sans-serif;
      font-size: 13px;
      font-weight: 900;
      letter-spacing: 0;
      color: #fff;
      border: none;
      background: none;
      padding: 0;
      line-height: 22px;
      text-transform: uppercase;
      text-align: left;
      overflow: hidden; }
      @media screen and (max-width: 1000px) {
        .m-alert-wrapper > div .close-alert {
          width: 23px;
          text-indent: -9999px;
          right: -30px;
          top: 32px; } }
      .m-alert-wrapper > div .close-alert:hover .close-x:before, .m-alert-wrapper > div .close-alert:hover .close-x:after, .m-alert-wrapper > div .close-alert:focus .close-x:before, .m-alert-wrapper > div .close-alert:focus .close-x:after, .m-alert-wrapper > div .close-alert:active .close-x:before, .m-alert-wrapper > div .close-alert:active .close-x:after {
        background: #CB333B; }
      .m-alert-wrapper > div .close-alert .close-x {
        position: absolute;
        top: 45%;
        right: 0;
        width: 23px;
        height: 23px;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
        .m-alert-wrapper > div .close-alert .close-x:before, .m-alert-wrapper > div .close-alert .close-x:after {
          width: 2px;
          height: 28px;
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          background: #fff;
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear; }
        .m-alert-wrapper > div .close-alert .close-x:before {
          -webkit-transform: translate(-50%, -50%) rotate(45deg);
                  transform: translate(-50%, -50%) rotate(45deg); }
        .m-alert-wrapper > div .close-alert .close-x:after {
          -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                  transform: translate(-50%, -50%) rotate(-45deg); }

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

.search-app, .search-app-mobile {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto; }
  .search-app .search-input, .search-app-mobile .search-input {
    width: 1020px;
    margin: 0 auto 60px auto;
    max-width: calc(100% - 20px); }
    @media screen and (max-width: 1080px) {
      .search-app .search-input, .search-app-mobile .search-input {
        margin: 0 auto 30px auto; } }
    .search-app .search-input form, .search-app-mobile .search-input form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 0 3px 0; }
      .search-app .search-input form label, .search-app-mobile .search-input form label {
        width: 0;
        height: 0;
        overflow: hidden; }
      .search-app .search-input form input, .search-app-mobile .search-input form input {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        display: block;
        background: none;
        font-family: "Poppins", sans-serif;
        color: #2A261B;
        font-size: 20px;
        line-height: 56px;
        font-weight: 700;
        text-transform: capitalize;
        border: 1px solid #2A261B;
        width: 100%;
        position: relative;
        padding: 0 20px;
        margin: 0 20px 0 0;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear; }
        .search-app .search-input form input::-webkit-input-placeholder, .search-app-mobile .search-input form input::-webkit-input-placeholder {
          /* WebKit browsers */
          color: #2A261B;
          opacity: 1 !important; }
        .search-app .search-input form input:-moz-placeholder, .search-app-mobile .search-input form input:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #2A261B;
          opacity: 1 !important; }
        .search-app .search-input form input::-moz-placeholder, .search-app-mobile .search-input form input::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #2A261B;
          opacity: 1 !important; }
        .search-app .search-input form input:-ms-input-placeholder, .search-app-mobile .search-input form input:-ms-input-placeholder {
          /* Internet Explorer 10+ */
          color: #2A261B;
          opacity: 1 !important; }
        @media screen and (max-width: 1080px) {
          .search-app .search-input form input, .search-app-mobile .search-input form input {
            line-height: 30px;
            height: 45px;
            font-size: 20px; } }
        @media screen and (max-width: 700px) {
          .search-app .search-input form input, .search-app-mobile .search-input form input {
            height: 40px;
            font-size: 17px;
            line-height: 26px;
            padding: 0 10px; } }
        .search-app .search-input form input:hover, .search-app .search-input form input:focus, .search-app-mobile .search-input form input:hover, .search-app-mobile .search-input form input:focus {
          border-color: #2A261B; }
      .search-app .search-input form a.submit, .search-app .search-input form button[type=submit], .search-app-mobile .search-input form a.submit, .search-app-mobile .search-input form button[type=submit] {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 157px;
        position: relative;
        padding: 19px 20px;
        font-size: 14px;
        line-height: 1.05;
        font-weight: 700;
        text-transform: capitalize;
        font-family: "Poppins", sans-serif;
        background-color: #A6192E;
        border-bottom-right-radius: 10px;
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        -webkit-box-shadow: none;
                box-shadow: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        overflow: hidden;
        margin: 0;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        z-index: 1; }
        @media screen and (max-width: 1080px) {
          .search-app .search-input form a.submit, .search-app .search-input form button[type=submit], .search-app-mobile .search-input form a.submit, .search-app-mobile .search-input form button[type=submit] {
            padding: 5px 0;
            height: 45px;
            width: 45px;
            text-indent: -1000px;
            display: block; } }
        @media screen and (max-width: 700px) {
          .search-app .search-input form a.submit, .search-app .search-input form button[type=submit], .search-app-mobile .search-input form a.submit, .search-app-mobile .search-input form button[type=submit] {
            height: 40px;
            width: 40px; } }
        .search-app .search-input form a.submit:hover, .search-app .search-input form a.submit:focus, .search-app .search-input form a.submit:active, .search-app .search-input form button[type=submit]:hover, .search-app .search-input form button[type=submit]:focus, .search-app .search-input form button[type=submit]:active, .search-app-mobile .search-input form a.submit:hover, .search-app-mobile .search-input form a.submit:focus, .search-app-mobile .search-input form a.submit:active, .search-app-mobile .search-input form button[type=submit]:hover, .search-app-mobile .search-input form button[type=submit]:focus, .search-app-mobile .search-input form button[type=submit]:active {
          background-color: #D6353D;
          color: #ffffff;
          border-top-left-radius: 10px; }
        .search-app .search-input form a.submit:before, .search-app .search-input form button[type=submit]:before, .search-app-mobile .search-input form a.submit:before, .search-app-mobile .search-input form button[type=submit]:before {
          content: "";
          display: block;
          background: url("../images/svg/magnifying_glass.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          width: 20px;
          height: 20px;
          margin: 0 10px 0 0;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto; }
          @media screen and (max-width: 1080px) {
            .search-app .search-input form a.submit:before, .search-app .search-input form button[type=submit]:before, .search-app-mobile .search-input form a.submit:before, .search-app-mobile .search-input form button[type=submit]:before {
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
              margin: 0; } }
          @media screen and (max-width: 700px) {
            .search-app .search-input form a.submit:before, .search-app .search-input form button[type=submit]:before, .search-app-mobile .search-input form a.submit:before, .search-app-mobile .search-input form button[type=submit]:before {
              width: 20px;
              height: 20px; } }
    .search-app .search-input .search-input-extra, .search-app-mobile .search-input .search-input-extra {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
  .search-app .results, .search-app-mobile .results {
    list-style: none;
    text-align: left;
    background: #fff; }

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

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

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

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

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

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

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

.showtime-search-instant-result .spotlight {
  margin-left: auto;
  margin-right: auto; }
  .showtime-search-instant-result .spotlight h3.title, .showtime-search-instant-result .spotlight .title {
    position: relative;
    clear: both;
    color: #393D3F;
    text-transform: uppercase;
    overflow: hidden;
    margin-top: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0;
    margin: 0 0 20px 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    text-align: left; }
    .showtime-search-instant-result .spotlight h3.title:before, .showtime-search-instant-result .spotlight h3.title:after, .showtime-search-instant-result .spotlight .title:before, .showtime-search-instant-result .spotlight .title:after {
      display: none; }
    .showtime-search-instant-result .spotlight h3.title:hover, .showtime-search-instant-result .spotlight h3.title:focus, .showtime-search-instant-result .spotlight h3.title:active, .showtime-search-instant-result .spotlight .title:hover, .showtime-search-instant-result .spotlight .title:focus, .showtime-search-instant-result .spotlight .title:active {
      color: #CB333B; }
  .showtime-search-instant-result .spotlight .info {
    text-align: left; }
  .showtime-search-instant-result .spotlight .date {
    display: inline-block; }
  .showtime-search-instant-result .spotlight .more.button {
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }

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

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

.showtime-search-instant-result .highlight {
  font-size: 1rem;
  line-height: 1.6;
  font-family: "Arvo", serif;
  font-weight: 400;
  color: #393D3F; }

.showtime-search-instant-result .full_url {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Arvo", serif;
  margin: 20px 0 0 0;
  color: #393D3F;
  display: block;
  word-break: break-all; }
  .showtime-search-instant-result .full_url:hover, .showtime-search-instant-result .full_url:focus {
    color: #CB333B; }

.showtime-search-instant-result.news, .showtime-search-instant-result.events, .showtime-search-instant-result.venues, .showtime-search-instant-result.pages {
  zoom: 1;
  width: 900px;
  margin: 0 auto;
  padding: 0px;
  position: relative; }
  .showtime-search-instant-result.news:before, .showtime-search-instant-result.news:after, .showtime-search-instant-result.events:before, .showtime-search-instant-result.events:after, .showtime-search-instant-result.venues:before, .showtime-search-instant-result.venues:after, .showtime-search-instant-result.pages:before, .showtime-search-instant-result.pages:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .showtime-search-instant-result.news:after, .showtime-search-instant-result.events:after, .showtime-search-instant-result.venues:after, .showtime-search-instant-result.pages:after {
    clear: both; }

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

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

.showtime-search-instant-result .eventItem {
  width: 1000px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 870px) {
    .showtime-search-instant-result .eventItem {
      max-width: calc(100% - 60px); } }
  @media screen and (max-width: 700px) {
    .showtime-search-instant-result .eventItem {
      max-width: calc(100% - 30px); } }
  .showtime-search-instant-result .eventItem .buttons > span.tickets-wrapper {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-left: 30px; }

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

/* ----------------------------------------------------------------------------
= 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;
  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: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-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;
  -ms-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: #fff;
  text-align: center; }

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

.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: "Arvo", 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: transparent; }

.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;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          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;
  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;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          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;
    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 {
    display: block;
    width: 234px;
    height: 144px;
    margin: 0 0 0 0;
    padding: 0; }
    .photo_gallery .thumb img {
      display: block;
      width: 234px;
      height: 144px;
      margin: 0;
      padding: 0;
      border: none; }
  .photo_gallery strong {
    position: absolute;
    display: block;
    overflow: hidden;
    bottom: 0;
    left: 0;
    width: 214px;
    margin: 0;
    padding: 5px 10px;
    opacity: 0.85;
    color: black;
    border-bottom: 1px solid #222;
    background: #111;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none; }
  .photo_gallery a {
    text-decoration: 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: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #dbdbdb;
  border-left-color: transparent;
  border-bottom-width: 0px;
  border-top-width: 0;
  border-right-width: 0px;
  border-left-width: 0px; }

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

#venue_widgets_framework .m-venueframework__header-shadow {
  background: transparent; }

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

#venue_widgets_framework .m-venueframework__header-link, #venue_widgets_framework .m-venueframework__header-link:visited {
  background-color: transparent;
  color: #393D3F; }
  #venue_widgets_framework .m-venueframework__header-link:hover, #venue_widgets_framework .m-venueframework__header-link:focus, #venue_widgets_framework .m-venueframework__header-link:active, #venue_widgets_framework .m-venueframework__header-link:visited:hover, #venue_widgets_framework .m-venueframework__header-link:visited:focus, #venue_widgets_framework .m-venueframework__header-link:visited:active {
    background-color: transparent;
    color: #CB333B; }
  #venue_widgets_framework .m-venueframework__header-link:before, #venue_widgets_framework .m-venueframework__header-link:visited:before {
    background-color: #393D3F; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#venue_widgets_framework .m-venueframework-newswidget__link, #venue_widgets_framework .m-venueframework-newswidget__link:visited {
  border-bottom-color: #393D3F; }
  #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: #393D3F; }
    #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: #CB333B; }
    #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: #393D3F; }

#venue_widgets_framework .m-venueframework-socialwidget__description {
  color: #393D3F; }
  #venue_widgets_framework .m-venueframework-socialwidget__description a, #venue_widgets_framework .m-venueframework-socialwidget__description a:visited {
    color: #A6192E; }
  #venue_widgets_framework .m-venueframework-socialwidget__description a:hover, #venue_widgets_framework .m-venueframework-socialwidget__description a:focus {
    color: #CB333B; }

#venue_widgets_framework .m-venueframework-socialwidget__meta {
  color: #393D3F; }
  #venue_widgets_framework .m-venueframework-socialwidget__meta a, #venue_widgets_framework .m-venueframework-socialwidget__meta a:visited {
    color: #393D3F; }
  #venue_widgets_framework .m-venueframework-socialwidget__meta a:hover, #venue_widgets_framework .m-venueframework-socialwidget__meta a:focus {
    color: #CB333B; }
  #venue_widgets_framework .m-venueframework-socialwidget__meta .delimiter {
    color: #393D3F; }

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

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

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

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

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

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

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

#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 > div {
  background: transparent; }

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

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

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

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

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

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

#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 #393D3F;
    border-top: none; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .close {
    border: none;
    border: 1px solid #393D3F;
    background: transparent;
    color: #393D3F;
    border-radius: 0px 0px 0 0; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .close:hover {
      background: transparent;
      color: #CB333B; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .date {
    color: #393D3F; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in h3 a {
    color: #393D3F; }
  #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: #393D3F; }
    #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: #393D3F; }
    #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: #CB333B; }
      #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: #CB333B; }

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

#venue_widgets_framework {
  position: relative;
  display: none;
  margin-top: 40px; }
  .home #venue_widgets_framework {
    margin-top: 0; }
  #venue_widgets_framework.isLoaded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 56px; }
    @media screen and (max-width: 1080px) {
      #venue_widgets_framework.isLoaded {
        padding-bottom: 40px; } }
    @media screen and (max-width: 700px) {
      #venue_widgets_framework.isLoaded {
        padding-bottom: 10px; } }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .accessible-overlay {
    width: 0;
    height: 0;
    overflow: hidden; }
  #venue_widgets_framework.tabbing .l-m-venue_widget__calendarwidget .accessible-overlay {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    opacity: 0;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #venue_widgets_framework.tabbing .l-m-venue_widget__calendarwidget .accessible-overlay a {
      font-size: 20px;
      font-weight: 700;
      text-align: center; }
  #venue_widgets_framework .l-m-venue_widget {
    position: relative;
    background: #fff;
    border-bottom-right-radius: 20px; }
    #venue_widgets_framework .l-m-venue_widget:before {
      z-index: 1;
      background: rgba(220, 204, 163, 0.7);
      left: 0;
      top: 0;
      width: 10px;
      height: 100%;
      position: absolute;
      display: block;
      content: ""; }
    #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__newswidget .owl-pagination {
      visibility: hidden; }
    #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__eventslist .m-venueframework-eventslist__item .m-venueframework-eventslist__buttons a.tickets .bold {
      font-weight: 700; }
    #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__eventslist .m-eventItem__tagline {
      display: none; }
    @media screen and (max-width: 1240px) {
      #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__eventslist .m-eventItem__title a {
        line-height: 16px;
        max-height: 32px; } }
    #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__spotlight .m-venueframework__widget-body:before {
      display: none !important; }
    #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__youtubewidget .entry {
      background: #fff; }
    #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__youtubewidget .title {
      text-transform: uppercase;
      font-weight: 900; }
    #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__youtubewidget .meta {
      font-weight: 600; }
      #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__youtubewidget .meta span, #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__youtubewidget .meta a {
        font-weight: 600; }
    #venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__youtubewidget .youtubeVideoList {
      width: 100%; }
    #venue_widgets_framework .l-m-venue_widget header.m-venueframework__header .m-venueframework__header-link {
      font-family: "Open Sans", sans-serif;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.05em;
      text-transform: capitalize;
      border-bottom-right-radius: 0px;
      width: 80px; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body:not(.m-venueframework__widget-body__noHeader):before {
      content: "";
      display: block;
      background: #CB333B;
      height: 5px;
      width: 80px;
      top: -2px;
      left: -1px;
      position: absolute; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .info h3 a:hover, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .info h3 a:focus, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .info h3 a:active {
      color: #CB333B; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .info .calendar_buttons span.no_ticket_link {
      display: none; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .modal .owl-controls .m-owlcarousel__controls-icon {
      margin-top: 0; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .owl-carousel .m-owlcarousel__controls-icon:hover, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .owl-carousel .m-owlcarousel__controls-icon:focus, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .owl-carousel .m-owlcarousel__controls-icon:active, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .cal-controls .m-owlcarousel__controls-icon:hover, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .cal-controls .m-owlcarousel__controls-icon:focus, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .cal-controls .m-owlcarousel__controls-icon:active {
      border-color: transparent; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .owl-carousel .m-owlcarousel__controls-icon svg, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .cal-controls .m-owlcarousel__controls-icon svg {
      display: block;
      position: absolute; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .owl-carousel .owl-page span, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .cal-controls .owl-page span {
      border-color: #393D3F;
      background: #393D3F; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .owl-carousel .owl-page.active span, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .owl-carousel .owl-page:hover span, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .owl-carousel .owl-page:focus span, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .owl-carousel .owl-page:active span, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .cal-controls .owl-page.active span, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .cal-controls .owl-page:hover span, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .cal-controls .owl-page:focus span, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .cal-controls .owl-page:active span {
      border-color: #CB333B;
      background: #CB333B; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-head > div {
      font-family: "Raleway", sans-serif;
      font-size: 16px;
      color: #393D3F;
      line-height: 17px;
      font-weight: 900; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-content {
      cursor: pointer; }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-content:hover .fc-date:after, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-content:active .fc-date:after, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-content:focus .fc-date:after {
        background: transparent; }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-content .fc-date {
        font-weight: 700; }
        #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-content .fc-date:after {
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-today.fc-content:hover .fc-date:after, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-today.fc-content:active .fc-date:after, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body #cal-inner #calendar .fc-body .fc-today.fc-content:focus .fc-date:after {
      background: transparent; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop .m-venueframework-linklist__link .m-venueframework-linklist__item-title {
      font-weight: 900; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-linklist__loop .m-venueframework-linklist__link .m-venueframework-linklist__item-subtitle {
      font-weight: 600; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-socialwidget__feed .m-venueframework-socialwidget__meta {
      font-weight: 600; }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-socialwidget__feed .m-venueframework-socialwidget__meta span, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-socialwidget__feed .m-venueframework-socialwidget__meta a {
        font-weight: 600; }
    #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-socialwidget__feed .m-venueframework-socialwidget__description a {
      text-decoration: underline; }
      #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-socialwidget__feed .m-venueframework-socialwidget__description a:hover, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-socialwidget__feed .m-venueframework-socialwidget__description a:focus, #venue_widgets_framework .l-m-venue_widget .m-venueframework__widget-body .m-venueframework-socialwidget__feed .m-venueframework-socialwidget__description a:active {
        text-decoration: none; }
