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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ----------------------------------------------------------------------------
=clearfix mixin and utility classname
------------------------------------------------------------------------------ */
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\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;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.header-base, h1, h2, h3, h4, h5, h6, .full .spotlight .date,
.full .concierge .date,
.full .news_list .date,
.full .contest_list .date,
.full .job_list .date,
.full .seating_charts .date,
.full .offer_list .date,
.full .gallery-listing .date, .full .spotlight .title,
.full .concierge .title,
.full .news_list .title,
.full .contest_list .title,
.full .job_list .title,
.full .seating_charts .title,
.full .offer_list .title,
.full .gallery-listing .title, .sitemap .column > ul > li > a {
  margin: 0 0 20px;
  font-family: "Roboto Slab", serif;
  color: #191718; }

h1, .h1 {
  font-size: 3.9975843648rem; }
  .textarea h1, .cms h1, .textarea .h1, .cms .h1 {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-size: 61px;
    color: #191718;
    letter-spacing: 0;
    line-height: 61px;
    margin-bottom: 20px; }

h2, .h2 {
  font-size: 2.827145944rem; }
  .textarea h2, .textarea .h2 {
    font-size: 39px;
    letter-spacing: 0.3px;
    line-height: 41px;
    margin-top: 20px; }
  h2.long_title, .h2.long_title {
    font-size: 1.999396rem; }

h3, .h3, .full .spotlight .title,
.full .concierge .title,
.full .news_list .title,
.full .contest_list .title,
.full .job_list .title,
.full .seating_charts .title,
.full .offer_list .title,
.full .gallery-listing .title, .sitemap .column > ul > li > a {
  font-size: 1.999396rem; }
  .textarea h3, .textarea .h3, .textarea .full .spotlight .title, .full .spotlight .textarea .title,
  .textarea .full .concierge .title,
  .full .concierge .textarea .title,
  .textarea .full .news_list .title,
  .full .news_list .textarea .title,
  .textarea .full .contest_list .title,
  .full .contest_list .textarea .title,
  .textarea .full .job_list .title,
  .full .job_list .textarea .title,
  .textarea .full .seating_charts .title,
  .full .seating_charts .textarea .title,
  .textarea .full .offer_list .title,
  .full .offer_list .textarea .title,
  .textarea .full .gallery-listing .title,
  .full .gallery-listing .textarea .title, .textarea .sitemap .column > ul > li > a, .sitemap .textarea .column > ul > li > a {
    font-size: 31px;
    letter-spacing: 0.3px;
    line-height: 33px; }

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

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

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

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

.p-base, p, .p, address, .address, .cms ul li,
.textarea ul li,
.spotlight_text ul li,
.faq ul li,
.link .description ul li,
.event_description ul li, ol > li, table tr td, .full .spotlight .spotlight_content > div,
.full .concierge .spotlight_content > div,
.full .news_list .spotlight_content > div,
.full .contest_list .spotlight_content > div,
.full .job_list .spotlight_content > div,
.full .seating_charts .spotlight_content > div,
.full .offer_list .spotlight_content > div,
.full .gallery-listing .spotlight_content > div, .sitemap .column > ul > li > ul > li > a {
  font-size: 1rem;
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.24px;
  line-height: 32px; }

p, .p {
  margin: 0 0 20px; }
  p.lead, .p.lead {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 0.3px;
    line-height: 40px;
    margin-bottom: 30px; }
  p strong, .p strong {
    font-weight: 700; }

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

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

.cms ul,
.textarea ul,
.spotlight_text ul,
.faq ul,
.link .description ul,
.event_description ul {
  margin-bottom: 20px; }
  .cms ul li,
  .textarea ul li,
  .spotlight_text ul li,
  .faq ul li,
  .link .description ul li,
  .event_description ul li {
    padding: 0 0 0px 40px; }
    .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: 11px;
      left: 0;
      width: 6px;
      height: 9px;
      background: url("../images/svg/arrow-nav.svg") no-repeat;
      background-size: contain; }
    .cms ul li ul,
    .textarea ul li ul,
    .spotlight_text ul li ul,
    .faq ul li ul,
    .link .description ul li ul,
    .event_description ul li ul {
      margin-top: 10px; }

ol {
  margin-bottom: 20px; }

ol > li {
  position: relative;
  padding-left: 40px;
  counter-increment: li-counter; }
  ol > li:before {
    position: absolute;
    top: 4px;
    left: 0px;
    width: 25px;
    height: 25px;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-size: 20px;
    color: #191718;
    letter-spacing: 0.3px;
    line-height: 21px;
    content: counter(li-counter) "."; }
  ol > li:after {
    content: '';
    width: 15px;
    height: 2px;
    background: #DE3527;
    position: absolute;
    top: 28px;
    left: 0px; }

a {
  border: none;
  color: #191718;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }

.full a:not(.button), .full a:visited:not(.button) {
  border: none;
  color: #191718;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  position: relative;
  display: inline-block;
  font-weight: 500; }
  .full a:not(.button):after, .full a:visited:not(.button):after {
    content: " ";
    bottom: 6px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #191718;
    position: absolute;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .full a:not(.button):hover, .full a:visited:not(.button):hover {
    color: #191718; }
    .full a:not(.button):hover:after, .full a:visited:not(.button):hover:after {
      width: 0px; }

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

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

blockquote {
  background: #F7F5F2;
  background-image: url("../images/bg.png");
  padding: 40px 50px 20px;
  margin: 60px 0px;
  border: none; }
  @media screen and (max-width: 700px) {
    blockquote {
      padding: 20px 20px;
      margin-left: -10px;
      width: 100%; } }
  blockquote p {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-size: 25px;
    color: #191718;
    letter-spacing: 0;
    line-height: 40px; }
    blockquote p:last-child {
      margin-bottom: 0px; }
  blockquote strong.name {
    position: relative;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #191718;
    letter-spacing: 2px;
    line-height: 17px;
    margin-top: 40px;
    display: block;
    text-align: left; }
    blockquote strong.name em.title {
      display: block;
      font-family: "Roboto", serif;
      font-weight: 400;
      font-size: 16px;
      color: #191718;
      letter-spacing: 0.3px;
      line-height: 26px;
      text-align: left;
      font-style: normal;
      text-transform: none;
      padding-top: 7px; }
      @media screen and (max-width: 700px) {
        blockquote strong.name em.title {
          display: block;
          text-align: left;
          margin-top: 8px; } }
    blockquote strong.name:after {
      content: "";
      position: absolute;
      top: -24px;
      left: 0px;
      width: 60px;
      height: 2px;
      background: #fff; }

img.left {
  float: left;
  margin: 10px 10px 10px 0px; }
  @media screen and (min-width: mobile_portait) {
    img.left {
      flat: none;
      margin-left: 0px; } }

img.right {
  float: right;
  margin: 10px 0px 10px 10px; }
  @media screen and (min-width: mobile_portrait) {
    img.right {
      flat: none;
      margin-right: 0px; } }

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

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Roboto", serif;
  font-size: 16px;
  text-align: left;
  color: #333;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: white; }

#container {
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0; }
  #container:after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 192px;
    background: #F7F5F2;
    background-image: url("../images/bg.png");
    z-index: -1; }

#layout {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

#content {
  position: relative;
  clear: both;
  width: 100%;
  min-height: 410px;
  margin: 0 auto;
  padding: 0; }
  #content .content_item {
    width: 100%;
    max-width: 940px;
    padding: 0px 20px;
    margin-left: auto;
    margin-right: auto; }

.accessible {
  display: none; }

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

.one_sidebar_right {
  width: 100%;
  padding-top: 192px; }
  @media screen and (max-width: 1050px) {
    .one_sidebar_right {
      padding-top: 60px; } }
  .one_sidebar_right #column_1 {
    position: relative;
    max-width: 1140px;
    padding: 0px 20px;
    margin: 0px auto;
    width: calc(100%);
    float: none;
    min-height: calc(20px + 20px + var(--sticky-height));
    margin-top: -220px;
    margin-bottom: 60px; }
    @media screen and (max-width: 1050px) {
      .one_sidebar_right #column_1 {
        margin-top: -140px; } }
    @media screen and (max-width: 870px) {
      .one_sidebar_right #column_1 {
        margin-top: 0px; } }
  .one_sidebar_right #column_2 {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 300px; }
  .one_sidebar_right .leftColumn {
    padding-top: 200px;
    float: right;
    width: calc(100% - 300px - 20px - 40px); }
    @media screen and (max-width: 1050px) {
      .one_sidebar_right .leftColumn {
        padding-top: 110px;
        width: calc(100% - 300px - 20px - 0px); } }
    @media screen and (max-width: 870px) {
      .one_sidebar_right .leftColumn {
        width: 100%;
        padding-top: 0px; } }
  .one_sidebar_right .right_side_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    margin-right: 20px; }
    @media screen and (max-width: 870px) {
      .one_sidebar_right .right_side_wrapper {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        margin-left: initial; } }
  .one_sidebar_right .rightBreakout {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 2px 7px -1px rgba(0, 0, 0, 0.2);
    border-radius: 8px; }
    .one_sidebar_right .rightBreakout.sticky_item {
      position: static;
      position: sticky;
      top: 60px;
      margin-top: 20px;
      margin-bottom: 20px; }
      @media screen and (max-width: 870px) {
        .one_sidebar_right .rightBreakout.sticky_item {
          position: relative;
          top: initial;
          margin-bottom: initial; } }

.full {
  width: 100%;
  padding-top: 192px; }
  @media screen and (max-width: 1050px) {
    .full {
      padding-top: 60px; } }
  .full .full_column {
    width: 100%;
    margin-bottom: 80px; }
    .full .full_column .top-area {
      width: 100%;
      background: #F7F5F2;
      background-image: url("../images/bg.png");
      padding: 30px 0px;
      margin-bottom: 50px; }

#content .branding, #content #branding {
  max-width: 1240px;
  padding: 0px 20px;
  margin: 0px auto;
  width: calc(100%);
  margin-top: 35px;
  margin-bottom: 15px; }
  @media screen and (max-width: 700px) {
    #content .branding, #content #branding {
      padding: 0px 10px;
      margin-bottom: 0px;
      margin-top: 20px; } }

.page_title {
  max-width: 1140px;
  padding: 0px 20px;
  margin: 0px auto;
  width: calc(100%); }
  @media screen and (max-width: 700px) {
    .page_title {
      padding: 0px 10px; } }
  .page_title .title-inner-wrapper {
    width: 100%;
    margin: 18px auto 0px; }
    .page_title .title-inner-wrapper h1 {
      margin-bottom: 0px;
      position: relative;
      padding-bottom: 12px;
      font-family: "Roboto Slab", serif;
      font-weight: 700;
      font-size: 61px;
      color: #191718;
      letter-spacing: 0;
      line-height: 61px; }
      @media screen and (max-width: 870px) {
        .page_title .title-inner-wrapper h1 {
          font-size: 40px;
          line-height: 40px; } }

.breadcrumbs {
  width: 100%;
  padding: 0px 0px 0px;
  margin: 0px auto; }
  .breadcrumbs a, .breadcrumbs span {
    font-family: "Roboto", serif;
    font-weight: 500;
    color: #DE3527;
    font-size: 12px;
    letter-spacing: 1.5px;
    line-height: 16px;
    text-transform: uppercase; }
  .breadcrumbs a {
    color: #191718; }
    .breadcrumbs a:hover {
      color: #DE3527 !important;
      text-decoration: underline; }
    .breadcrumbs a:after {
      display: none; }
  .breadcrumbs .breadcrumb_divider {
    color: #191718;
    padding: 0px 5px; }
  .breadcrumbs span {
    color: #DE3527; }

.back-to-top {
  text-align: right;
  padding-right: 20px;
  padding-bottom: 40px;
  background: transparent;
  position: relative;
  z-index: 50;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  right: 0; }
  .back-to-top.is-active {
    opacity: 1;
    visibility: visible; }
  .back-to-top:hover span.icon:after {
    opacity: 0; }
  .back-to-top:hover span.text:after {
    width: 100%; }
  .back-to-top span.icon {
    position: relative;
    display: block;
    text-align: center;
    height: 40px;
    width: 40px;
    margin: 0px auto;
    margin-bottom: 15px; }
    .back-to-top span.icon svg {
      display: none; }
    .back-to-top span.icon:after {
      position: absolute;
      content: " ";
      width: 40px;
      height: 40px;
      background: url("../images/svg/back-to-top.svg") no-repeat;
      background-size: contain;
      left: 0px;
      top: 0px;
      bottom: auto;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .back-to-top span.icon:before {
      position: absolute;
      content: " ";
      width: 40px;
      height: 40px;
      background: url("../images/svg/back-to-top-hover.svg") no-repeat;
      background-size: contain;
      left: 0px;
      top: 0px;
      bottom: auto;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
  .back-to-top span.text {
    font-family: "Roboto", serif;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.3px;
    line-height: 17px;
    position: relative;
    text-align: center;
    display: inline-block; }
    .back-to-top span.text:after {
      content: " ";
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 0;
      height: 1px;
      background: black;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }

#venue_widgets_framework {
  margin-bottom: 40px; }

/* ----------------------------------------------------------------------------
= Header basics
----------------------------------------------------------------------------- */
@media screen and (max-width: 1050px) {
  .mobilenav_open header.header:before {
    visibility: visible;
    opacity: 0.8; } }

header.header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9990;
  background: #191718;
  min-height: 192px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  header.header:before {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #191718;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9997;
    top: 0;
    left: 0;
    content: "";
    display: block;
    visibility: hidden;
    opacity: 0; }
  @media screen and (max-width: 1050px) {
    header.header {
      z-index: 900;
      min-height: 60px; } }
  header.header > .wrapper {
    position: relative;
    max-width: 1210px;
    padding: 0px 20px;
    margin: 0px auto;
    min-height: 192px; }
    @media screen and (max-width: 1050px) {
      header.header > .wrapper {
        min-height: 60px; } }
  header.header .logo {
    height: 142px;
    width: 224px;
    position: absolute;
    top: 25px;
    left: 20px;
    transition: all 200ms linear;
    transform-origin: bottom left;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear; }
    @media screen and (max-width: 1050px) {
      header.header .logo {
        height: 49px;
        width: 78px;
        top: 5px; } }
    header.header .logo span,
    header.header .logo a {
      text-indent: -9999px;
      display: block;
      height: 100%;
      width: 100%;
      background: url("../images/svg/logo-header.svg") no-repeat;
      background-size: contain;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    header.header .logo:hover a {
      opacity: 0.8; }
  header.header.is-fixed {
    border-bottom: 1px solid white;
    min-height: 60px; }
    header.header.is-fixed > .wrapper {
      min-height: 60px; }
    header.header.is-fixed .logo {
      height: 35px;
      width: 63px;
      top: 12px; }
      header.header.is-fixed .logo span,
      header.header.is-fixed .logo a {
        background: url("../images/svg/logo-header-reduced.svg") no-repeat;
        background-size: contain; }

/* ----------------------------------------------------------------------------
= Header toolbar (if used)
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Navigations
----------------------------------------------------------------------------- */
.searching .main_nav {
  opacity: 0; }

.nav_wrapper {
  width: calc(100%);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
  padding-top: 56px;
  position: relative; }
  header.header.is-fixed .nav_wrapper {
    width: calc(100%);
    padding-top: 2px;
    height: 56px; }
    header.header.is-fixed .nav_wrapper.is-opened {
      height: 100%; }
    header.header.is-fixed .nav_wrapper .main_nav {
      height: 56px; }
    header.header.is-fixed .nav_wrapper .main_nav > ul > li > .sub, header.header.is-fixed .nav_wrapper .main_nav > ul > li > .nav_sub {
      padding-top: 1px; }
    header.header.is-fixed .nav_wrapper .search_toggle {
      top: 5px;
      width: 45px;
      height: 45px; }
      header.header.is-fixed .nav_wrapper .search_toggle svg {
        width: 18px;
        height: 18px;
        right: 1px; }
      header.header.is-fixed .nav_wrapper .search_toggle:after {
        width: 45px;
        height: 45px; }
    header.header.is-fixed .nav_wrapper .search .wrapper {
      height: 56px;
      top: -1px; }
      header.header.is-fixed .nav_wrapper .search .wrapper form {
        align-items: center; }
        header.header.is-fixed .nav_wrapper .search .wrapper form > div {
          margin-bottom: 3px; }
  @media screen and (max-width: 1300px) {
    .nav_wrapper {
      width: calc(100%); } }
  @media screen and (max-width: 1050px) {
    .nav_wrapper {
      right: -100%;
      width: 100%;
      max-width: 600px;
      height: 100%;
      position: fixed;
      transition: right 200ms linear; } }
  .nav_wrapper:after {
    opacity: 0;
    transition: opacity 200ms linear;
    content: ''; }

.main_nav {
  zoom: 1;
  position: relative;
  float: right;
  z-index: 500;
  width: auto;
  margin: 0px 0 0;
  padding: 0;
  height: 75px;
  background: #191718;
  padding-right: 75px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .main_nav:before, .main_nav:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .main_nav:after {
    clear: both; }
  header.header.is-fixed .main_nav {
    height: 65px; }
  @media screen and (max-width: 1050px) {
    .main_nav {
      display: none; } }
  .main_nav > ul {
    height: 100%;
    zoom: 1;
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    display: flex;
    flex-flow: row wrap; }
    .main_nav > ul:before, .main_nav > ul:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .main_nav > ul:after {
      clear: both; }
    .main_nav > ul > li {
      margin: 0px;
      padding: 0px 20px; }
      .main_nav > ul > li > .close-button.level-1 {
        display: none; }
      .main_nav > ul > li > a, .main_nav > ul > li > a:visited {
        font-family: "Roboto Slab", serif;
        font-weight: 700;
        font-size: 16px;
        color: white;
        letter-spacing: 2.4px;
        text-align: center;
        line-height: 16px;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%; }
        .main_nav > ul > li > a:after, .main_nav > ul > li > a:visited:after {
          content: '';
          width: 0px;
          height: 3px;
          background: #CD4A3F;
          position: absolute;
          bottom: 14px;
          left: 20px;
          transition: width 200ms linear; }
        .main_nav > ul > li > a.active, .main_nav > ul > li > a:visited.active {
          color: white; }
          .main_nav > ul > li > a.active:after, .main_nav > ul > li > a:visited.active:after {
            width: calc(100% - 40px); }
    .main_nav > ul:hover > li > a {
      color: rgba(247, 245, 242, 0.7); }
    .main_nav > ul:hover > li:hover > a {
      color: white; }
      .main_nav > ul:hover > li:hover > a:not(.active):after {
        width: calc(100% - 40px); }

.main_nav > ul > li > .sub,
.main_nav > ul > li > .nav_sub {
  position: absolute;
  display: none;
  z-index: 9000;
  top: calc(100%);
  padding-top: 7px;
  width: auto;
  min-width: 280px;
  margin: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.main_nav .sub > ul {
  float: left;
  background: #ffffff;
  height: auto;
  margin: 0;
  width: 100%;
  border: none;
  border-top: none;
  padding: 18px 0px;
  position: relative; }
  .main_nav .sub > ul:after {
    content: " ";
    position: absolute;
    top: -7px;
    left: calc(50% - 7px);
    width: 15px;
    height: 7px;
    background: url("../images/svg/arrow-nav-top.svg") no-repeat;
    background-size: contain; }
  .main_nav .sub > ul > li {
    float: none;
    height: auto;
    margin: 0;
    list-style-type: none;
    list-style-image: none;
    border-right: none;
    border-left: none;
    cursor: pointer;
    text-align: left;
    margin-bottom: 5px; }
    .main_nav .sub > ul > li:first-child {
      display: block;
      border-top: none; }
    .main_nav .sub > ul > li > a, .main_nav .sub > ul > li > a:visited {
      font-family: "Roboto", serif;
      font-weight: 600;
      font-size: 16px;
      color: #191718;
      letter-spacing: 0;
      text-align: center;
      line-height: 38px;
      position: relative;
      width: 100%;
      z-index: 1;
      display: flex;
      text-align: center;
      align-items: center;
      padding: 0px; }
      .main_nav .sub > ul > li > a span, .main_nav .sub > ul > li > a:visited span {
        font-family: "Roboto", serif;
        font-weight: 600;
        font-size: 16px;
        color: #191718;
        letter-spacing: 0;
        text-align: center;
        line-height: 38px;
        position: relative;
        margin: 0px auto;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      .main_nav .sub > ul > li > a span:before, .main_nav .sub > ul > li > a:visited span:before {
        content: '';
        position: absolute;
        left: 0px;
        bottom: 8px;
        height: 1px;
        width: 0px;
        background: #DE3527;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      .main_nav .sub > ul > li > a.gh_redirect:after, .main_nav .sub > ul > li > a.gh_page_redirect:after, .main_nav .sub > ul > li > a:visited.gh_redirect:after, .main_nav .sub > ul > li > a:visited.gh_page_redirect:after {
        content: '\f08e';
        font-family: FontAwesome;
        vertical-align: middle;
        margin-left: 9px;
        display: inline-block;
        color: inherit;
        position: absolute;
        right: 10px; }
    .main_nav .sub > ul > li.has-third-level button.close-button {
      position: absolute;
      top: 2px;
      left: 0px;
      width: 40px;
      height: 30px;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .main_nav .sub > ul > li.has-third-level button.close-button svg {
        fill: #191718;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      .main_nav .sub > ul > li.has-third-level button.close-button .open-icon {
        display: flex;
        justify-content: center;
        align-items: center; }
      .main_nav .sub > ul > li.has-third-level button.close-button .close-icon {
        display: none; }
    .main_nav .sub > ul > li.has-third-level .level_3 {
      display: none; }
    .main_nav .sub > ul > li.has-third-level.is-opened button.close-button {
      transform: rotate(90deg); }
    .main_nav .sub > ul > li > a.active span {
      color: #DE3527; }
      .main_nav .sub > ul > li > a.active span:before {
        width: calc(100%);
        opacity: 1; }
    .main_nav .sub > ul > li > a.active button.close-button svg polygon {
      fill: #DE3527; }
    .main_nav .sub > ul > li:hover.has-third-level button.close-button svg polygon {
      fill: #DE3527; }
    .main_nav .sub > ul > li:hover > a {
      color: #DE3527; }
      .main_nav .sub > ul > li:hover > a span {
        color: #DE3527; }
      .main_nav .sub > ul > li:hover > a span:before {
        width: calc(100%); }
    .main_nav .sub > ul > li ul.level_3 {
      padding: 5px 0px; }
      .main_nav .sub > ul > li ul.level_3 li {
        margin: 5px 0px; }
        .main_nav .sub > ul > li ul.level_3 li a,
        .main_nav .sub > ul > li ul.level_3 li a:visited {
          font-family: "Roboto", serif;
          font-weight: 600;
          font-size: 12px;
          letter-spacing: 0px;
          text-align: center;
          width: 100%;
          display: inline-block; }
          .main_nav .sub > ul > li ul.level_3 li a.gh_redirect:after, .main_nav .sub > ul > li ul.level_3 li a.gh_page_redirect:after,
          .main_nav .sub > ul > li ul.level_3 li a:visited.gh_redirect:after,
          .main_nav .sub > ul > li ul.level_3 li a:visited.gh_page_redirect:after {
            content: '\f08e';
            font-family: FontAwesome;
            vertical-align: middle;
            margin-left: 9px;
            display: inline-block;
            color: inherit; }
          .main_nav .sub > ul > li ul.level_3 li a span,
          .main_nav .sub > ul > li ul.level_3 li a:visited span {
            font-family: "Roboto", serif;
            font-weight: 600;
            font-size: 12px;
            color: #191718;
            letter-spacing: 0;
            text-align: center;
            line-height: 28px;
            position: relative;
            margin: 0px auto;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear; }
          .main_nav .sub > ul > li ul.level_3 li a span:before,
          .main_nav .sub > ul > li ul.level_3 li a:visited span:before {
            content: '';
            position: absolute;
            left: 0px;
            bottom: 0px;
            height: 1px;
            width: 0px;
            background: #DE3527;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear; }
        .main_nav .sub > ul > li ul.level_3 li a.active span {
          color: #DE3527; }
          .main_nav .sub > ul > li ul.level_3 li a.active span:before {
            width: 100%; }
        .main_nav .sub > ul > li ul.level_3 li:hover a span {
          color: #DE3527; }
          .main_nav .sub > ul > li ul.level_3 li:hover a span:before {
            width: 100%; }

/*.search-trigger {
	background: $red;
	width: 135px;
	float: right;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	position: relative;
	header.header.is-fixed & {
		height: 65px;
	}
	@include media($mobile-nav) {
		display: none;
	}
	&:after {
		content: '';
		background-image: linear-gradient(
			180deg,
			$red 0%,
			$secondary_color 100%
		);
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		transition: all 200ms linear;
		z-index: -1;
		opacity: 1;
	}

	cursor: pointer;
	.search_icon.magnify {
		height: 30px;
		width: 30px;
		display: inline-flex;
		background-size: 22px auto;
		background-repeat: no-repeat;
		background-position: center;
		transition: background-image 200ms linear;
		justify-content: center;
		align-items: center;
	}
	.search_icon.close {
		height: 30px;
		width: 30px;
		position: relative;
		display: none;
		&:before,
		&:after {
			position: absolute;
			content: '';
			background: white;
			width: 2px;
			height: 20px;
			top: 50%;
			left: 50%;
			transition: all 200ms linear;
		}
		&:before {
			transform: translate(-50%, -50%) rotate(45deg);
		}

		&:after {
			transform: translate(-50%, -50%) rotate(-45deg);
		}
	}
	.search_text {
		font-family: $roboto;
		font-weight: bold;
		font-size: 13px;
		color: white;
		letter-spacing: 0.3px;
		line-height: 13px;
		display: inline-block;
		margin-left: 5px;
		transition: all 200ms linear;
	}
	&:hover {
		.search_icon.magnify {
			svg g {
				fill: white;
			}
		}
		.search_icon.close {
			&:before,
			&:after {
				background: white;
			}
		}
		.search_text {
			color: white;
		}
		&:after {
			opacity: 0;
		}
	}
	&.is-active {
		.search_icon.magnify {
			display: none;
		}
		.search_icon.close {
			display: inline-block;
		}
	}
}*/
/* ----------------------------------------------------------------------------
= Mobile Navigation
----------------------------------------------------------------------------- */
#nav-toggle {
  position: absolute;
  display: none;
  z-index: 9999;
  top: 0px;
  right: 0px;
  width: 114px;
  height: 60px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  @media screen and (max-width: 1050px) {
    #nav-toggle {
      display: block; } }
  #nav-toggle span {
    position: absolute;
    display: block;
    left: auto;
    width: 22px;
    height: 3px;
    background: #D8D8D8;
    margin-top: 22px;
    content: '';
    cursor: pointer;
    right: 20px;
    transition: all 0.4s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    #nav-toggle span.top {
      top: 0;
      width: 22px; }
    #nav-toggle span.mid, #nav-toggle span.mid2 {
      top: 9px; }
    #nav-toggle span.bottom {
      top: 18px;
      width: 22px; }
    #nav-toggle span.open-text, #nav-toggle span.close-text {
      height: auto;
      width: 43px;
      margin-top: 16px;
      right: auto;
      left: 22px;
      top: 10px;
      background: transparent; }
    #nav-toggle span.close-text {
      display: none; }
  #nav-toggle span.close-text,
  #nav-toggle span.open-text {
    background: transparent;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    color: white;
    letter-spacing: 1px;
    text-align: center;
    line-height: 13px; }
  #nav-toggle:hover span.top, #nav-toggle:hover span.bottom, #nav-toggle:hover span.mid, #nav-toggle:hover span.mid2 {
    width: 22px;
    background: white; }
  #nav-toggle.active {
    border: none; }
    #nav-toggle.active:hover span.mid, #nav-toggle.active:hover span.mid2 {
      background: white; }
  #nav-toggle.active span.mid {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    transform: rotate(45deg);
    background: #D8D8D8;
    width: 22px;
    height: 3px !important; }
  #nav-toggle.active span.mid2 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    transform: rotate(-45deg);
    background: #D8D8D8;
    width: 22px;
    height: 3px !important; }
  #nav-toggle.active span.top, #nav-toggle.active span.bottom {
    opacity: 0; }
  #nav-toggle.active span.close-text {
    display: block;
    color: white; }
  #nav-toggle.active span.open-text {
    display: none; }

@media screen and (max-width: 1050px) {
  .nav_wrapper {
    position: absolute;
    position: fixed;
    transition: right 0.2s ease-in-out, opacity 0.2s ease-in-out;
    top: 0;
    right: -100vw;
    background: transparent;
    opacity: 0;
    width: 100%;
    -webkit-overflow-scrolling: touch; } }
@media screen and (min-width: 701px) {
  .nav_wrapper {
    overflow: visible !important; } }
.nav_wrapper.is-opened {
  display: block;
  opacity: 1;
  top: 0;
  right: 0;
  overflow: scroll;
  z-index: 9998;
  width: 100%;
  height: 100%; }
  .nav_wrapper.is-opened nav.mobile_nav {
    visibility: visible;
    overflow: scroll; }

.mobile_nav {
  position: absolute;
  display: none;
  z-index: 500;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 520px;
  margin: 0 0 0;
  background: white;
  zoom: 1;
  max-height: 100vh;
  min-height: 100vh;
  padding: 160px 26px 10px; }
  .mobile_nav:before, .mobile_nav:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .mobile_nav:after {
    clear: both; }
  .mobile_nav:after {
    content: " ";
    top: 0px;
    right: 0px;
    width: 100%;
    max-width: 520px;
    background: #191718;
    height: 60px;
    position: fixed;
    visibility: visible; }
  .mobile_nav ul {
    position: relative;
    display: block;
    float: left;
    clear: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left; }
    .mobile_nav ul li {
      position: relative;
      display: block;
      display: block;
      float: left;
      clear: left;
      width: 100%;
      margin: 0;
      padding: 0;
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear; }
      .mobile_nav ul li:hover:before, .mobile_nav ul li.activelink:before {
        background: #191718; }
      .mobile_nav ul li:before {
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        right: 0;
        bottom: 0;
        background: #D5D3D3;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
        visibility: visible; }
      .mobile_nav ul li > a {
        font-family: "Roboto Slab", serif;
        font-weight: 700;
        font-size: 18px;
        color: #1A1919;
        letter-spacing: 1.5px;
        text-transform: capitalize;
        line-height: 18px;
        position: relative;
        display: inline-block;
        width: auto;
        padding: 20px 20px 20px 0px; }
        .mobile_nav ul li > a.active {
          color: #DE3527; }
      .mobile_nav ul li.page_1 {
        display: none; }
      .mobile_nav ul li.has-sub .close-button.level-1 {
        cursor: pointer;
        height: 23px;
        width: 28px;
        position: absolute;
        right: 5px;
        top: 18px;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
        transform: rotate(90deg); }
        .mobile_nav ul li.has-sub .close-button.level-1 svg polygon {
          fill: #191718;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
        .mobile_nav ul li.has-sub .close-button.level-1:hover svg polygon {
          fill: #DE3527; }
      .mobile_nav ul li.has-sub li {
        border-bottom: none; }
        .mobile_nav ul li.has-sub li:before {
          display: none; }
      .mobile_nav ul li.has-sub.is-opened .close-button.level-1 {
        transform: rotate(270deg); }
      .mobile_nav ul li div.sub {
        display: none;
        padding-bottom: 20px; }
        .mobile_nav ul li div.sub > ul > li > a {
          display: block;
          padding-left: 30px;
          padding-right: 30px;
          padding-top: 8px;
          padding-bottom: 8px;
          font-family: "Roboto", serif;
          font-weight: 400;
          font-size: 14px;
          color: #191718;
          letter-spacing: 0;
          line-height: 17px; }
          .mobile_nav ul li div.sub > ul > li > a span {
            font-family: "Roboto", serif;
            font-weight: 400;
            font-size: 14px;
            color: #191718;
            letter-spacing: 0;
            line-height: 17px;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear; }
          .mobile_nav ul li div.sub > ul > li > a:hover, .mobile_nav ul li div.sub > ul > li > a.active {
            color: #DE3527; }
            .mobile_nav ul li div.sub > ul > li > a:hover span, .mobile_nav ul li div.sub > ul > li > a.active span {
              color: #DE3527; }
        .mobile_nav ul li div.sub ul li {
          padding-left: 0;
          padding-right: 0;
          margin-bottom: 5px; }
          .mobile_nav ul li div.sub ul li:last-child {
            margin-bottom: 0; }
      .mobile_nav ul li.has-third-level.is-opened button.close-button.level-2 {
        transform: rotate(90deg); }
      .mobile_nav ul li.has-third-level a {
        display: inline-block;
        width: auto; }
      .mobile_nav ul li.has-third-level button.close-button.level-2 {
        width: 18px;
        height: 18px;
        display: block;
        position: absolute;
        left: 6px;
        top: 6px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        transform-origin: center; }
        .mobile_nav ul li.has-third-level button.close-button.level-2 svg polygon {
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
          fill: #191718; }
        .mobile_nav ul li.has-third-level button.close-button.level-2:hover svg polygon {
          fill: #DE3527; }
      .mobile_nav ul li.has-third-level ul.level_3 {
        display: none;
        margin-top: 8px;
        margin-bottom: 8px; }
        .mobile_nav ul li.has-third-level ul.level_3 li a {
          border-bottom: none;
          padding-top: 4px;
          padding-bottom: 4px;
          padding-left: 40px;
          padding-right: 10px;
          font-family: "Roboto", serif;
          font-weight: 400;
          font-size: 12px;
          color: #191718;
          letter-spacing: 0;
          line-height: 15px;
          float: none; }
          .mobile_nav ul li.has-third-level ul.level_3 li a:hover, .mobile_nav ul li.has-third-level ul.level_3 li a.active {
            color: #DE3527; }
        .mobile_nav ul li.has-third-level ul.level_3 li:last-child a {
          padding-bottom: 5px;
          margin-bottom: 2px; }
  .mobile_nav a {
    display: block;
    float: left;
    clear: left;
    width: 100%;
    margin: 0;
    text-decoration: none; }

.mobile_nav ul .sub {
  float: left;
  width: 100%; }
  .mobile_nav ul .sub .sub_holder {
    width: 100%; }

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

.mobile-search {
  z-index: 501;
  background: #191718;
  height: 80px;
  width: calc(100%);
  max-width: 520px;
  position: fixed;
  padding-top: 11px;
  top: 70px;
  right: -100vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; }
  @media screen and (max-width: 500px) {
    .mobile-search {
      max-width: 100%;
      width: 100%; } }
  @media screen and (min-width: 1051px) {
    .mobile-search {
      display: none; } }
  .mobile-search form {
    width: calc(100% - 20px);
    margin: 0 auto;
    position: relative;
    height: 100%; }
    .mobile-search form > div {
      height: 100%;
      width: 100%;
      display: flex;
      position: relative;
      align-items: center;
      align-content: center;
      flex-flow: row nowrap;
      justify-content: flex-end;
      z-index: 1; }
      .mobile-search form > div:after {
        z-index: -1;
        content: " ";
        position: absolute;
        right: 0px;
        top: 6px;
        width: calc(100% - 33px);
        height: 46px;
        background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.35) 100%);
        -webkit-clip-path: polygon(11px 0%, 100% 0%, calc(100% - 11px) 100%, 0% 100%);
        clip-path: polygon(11px 0%, 100% 0%, calc(100% - 11px) 100%, 0% 100%); }
    .mobile-search form label.hidden {
      text-indent: -9999em;
      opacity: 0;
      display: block;
      height: 0;
      width: 0; }
    .mobile-search form button {
      position: absolute;
      left: 0;
      top: 17px;
      background: transparent;
      background-image: url("../images/svg/search-submit.svg");
      background-position: center;
      background-size: auto;
      background-repeat: no-repeat;
      border: none;
      height: 27px;
      width: 27px;
      transition: all 200ms linear;
      cursor: pointer;
      float: right;
      text-indent: -9999px; }
    .mobile-search form input[type='text'] {
      box-shadow: none;
      border: none;
      background: transparent;
      height: 30px;
      width: calc(100% - 60px);
      font-family: "Roboto Slab", serif;
      font-weight: 700;
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 14px;
      -webkit-transition: all 300ms linear;
      -moz-transition: all 300ms linear;
      -o-transition: all 300ms linear;
      transition: all 300ms linear;
      color: #fff;
      padding: 5px 17px 15px 0;
      border-radius: 0 !important; }
      .mobile-search form input[type='text']::-moz-placeholder {
        color: #fff; }
      .mobile-search form input[type='text']:-moz-placeholder {
        color: #fff; }
      .mobile-search form input[type='text']:-ms-input-placeholder {
        color: #fff; }
      .mobile-search form input[type='text']::-webkit-input-placeholder {
        color: #fff; }

/* ----------------------------------------------------------------------------
= Footer basics
----------------------------------------------------------------------------- */
footer {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  background: #F7F5F2;
  background-image: url("../images/bg.png");
  padding-bottom: 30px; }
  @media screen and (max-width: 1050px) {
    footer {
      padding-bottom: 30px; } }
  @media screen and (max-width: 500px) {
    footer {
      padding-bottom: 20px; } }
  footer .footer_top {
    width: 100%; }
    footer .footer_top__inner {
      max-width: 1210px;
      margin: 0 auto;
      padding: 0px 20px; }
    footer .footer_top__left {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 1;
      border-bottom: 1px solid #DCDCDC;
      padding: 50px 0px 40px; }
      @media screen and (max-width: 1050px) {
        footer .footer_top__left {
          padding-top: 10px;
          padding-bottom: 30px; } }
      @media screen and (max-width: 870px) {
        footer .footer_top__left {
          padding-top: 20px; } }
      @media screen and (max-width: 700px) {
        footer .footer_top__left {
          padding-bottom: 0px; } }
      footer .footer_top__left--content {
        margin-top: 40px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center; }
        @media screen and (max-width: 1050px) {
          footer .footer_top__left--content {
            margin-top: 20px; } }
        @media screen and (max-width: 870px) {
          footer .footer_top__left--content {
            flex-wrap: wrap;
            width: 500px;
            margin: 0px auto; } }
        @media screen and (max-width: 700px) {
          footer .footer_top__left--content {
            max-width: 352px;
            width: 100%; } }
        footer .footer_top__left--content .venue {
          margin-top: 20px;
          margin-left: -12px;
          margin-right: 17px; }
          @media screen and (max-width: 870px) {
            footer .footer_top__left--content .venue {
              width: calc(100% - 176px);
              margin-left: 0px;
              margin-right: 0px; } }
          @media screen and (max-width: 700px) {
            footer .footer_top__left--content .venue {
              max-width: 100%;
              width: 200px;
              margin-left: auto;
              margin-right: auto;
              text-align: center; } }
          footer .footer_top__left--content .venue .title {
            font-family: "Roboto Slab", serif;
            font-weight: 700;
            font-size: 14px;
            color: #191718;
            letter-spacing: 0;
            line-height: 28px; }
            @media screen and (max-width: 700px) {
              footer .footer_top__left--content .venue .title {
                text-align: center; } }
          footer .footer_top__left--content .venue address {
            font-family: "Roboto", serif;
            font-weight: 400;
            font-size: 14px;
            color: #191718;
            letter-spacing: 0;
            line-height: 28px; }
          footer .footer_top__left--content .venue .phone-mobile {
            display: none; }
            footer .footer_top__left--content .venue .phone-mobile .title {
              display: block;
              padding-top: 10px; }
            @media screen and (max-width: 1050px) {
              footer .footer_top__left--content .venue .phone-mobile {
                display: block; } }
          footer .footer_top__left--content .venue.venue-desktop {
            margin-left: 0px;
            margin-right: 0px; }
            @media screen and (max-width: 1050px) {
              footer .footer_top__left--content .venue.venue-desktop {
                display: none; } }
        footer .footer_top__left--content .social {
          border-left: 1px solid #DCDCDC;
          padding: 13px 0px 13px 40px; }
          @media screen and (max-width: 870px) {
            footer .footer_top__left--content .social {
              width: 100%;
              padding-left: 0px;
              border-left: none;
              width: 270px;
              margin: 0px auto; } }
          @media screen and (max-width: 700px) {
            footer .footer_top__left--content .social {
              padding-top: 0px; } }
          footer .footer_top__left--content .social a {
            color: #DE3527;
            transition: all 200ms linear;
            font-size: 24px;
            width: 45px;
            height: 45px;
            text-align: center;
            margin: 0px 12px;
            position: relative;
            display: inline-flex;
            justify-content: center;
            z-index: 1; }
            footer .footer_top__left--content .social a:before {
              line-height: 45px; }
            footer .footer_top__left--content .social a:after {
              z-index: -1;
              content: '';
              width: 45px;
              height: 45px;
              border-radius: 100%;
              bottom: 0px;
              left: 0px;
              background: #DE3527;
              position: absolute;
              opacity: 0;
              transform: scale(0.7);
              transform-origin: center;
              -webkit-transition: all 0.2s linear;
              -moz-transition: all 0.2s linear;
              -o-transition: all 0.2s linear;
              transition: all 0.2s linear; }
            footer .footer_top__left--content .social a:hover {
              color: white; }
              footer .footer_top__left--content .social a:hover:after {
                opacity: 1;
                transform: scale(1); }
            footer .footer_top__left--content .social a:first-child {
              margin-left: 0px; }
      @media screen and (max-width: 870px) {
        footer .footer_top__left .footer_logo {
          width: 176px; } }
      @media screen and (max-width: 700px) {
        footer .footer_top__left .footer_logo {
          width: 100%;
          margin: 20px 0px 10px; } }
      footer .footer_top__left .footer_logo .logo a,
      footer .footer_top__left .footer_logo .logo span {
        background: url(../images/svg/logo-footer.svg) no-repeat;
        background-size: contain;
        display: block;
        width: 122px;
        height: 77px;
        text-indent: -9999px;
        opacity: 1; }
        footer .footer_top__left .footer_logo .logo a .logo_static,
        footer .footer_top__left .footer_logo .logo a .logo_hover,
        footer .footer_top__left .footer_logo .logo span .logo_static,
        footer .footer_top__left .footer_logo .logo span .logo_hover {
          display: none; }
        @media screen and (max-width: 700px) {
          footer .footer_top__left .footer_logo .logo a,
          footer .footer_top__left .footer_logo .logo span {
            margin: 0px auto; } }
      footer .footer_top__left .footer_logo .logo a:hover {
        opacity: 0.8; }
  footer .footer_bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px; }
    footer .footer_bottom .sponsors_wrapper {
      width: calc(100%);
      height: 100px;
      position: relative;
      margin: 40px 0px; }
      @media screen and (max-width: 1000px) {
        footer .footer_bottom .sponsors_wrapper {
          width: 100%;
          max-width: none; } }
    footer .footer_bottom .sponsors {
      height: 100px;
      padding: 15px 0px;
      overflow: hidden;
      width: 100%; }
      @media screen and (max-width: 1180px) {
        footer .footer_bottom .sponsors {
          margin: 0 auto;
          width: 100%; } }
      footer .footer_bottom .sponsors .sponsor_item {
        text-align: center; }
      footer .footer_bottom .sponsors:hover a img {
        opacity: 0.5; }
      footer .footer_bottom .sponsors a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80px;
        flex-direction: column; }
        footer .footer_bottom .sponsors a img {
          width: auto;
          margin: 0 auto;
          max-width: 178px;
          max-height: 80px;
          filter: gray;
          -webkit-filter: grayscale(1);
          filter: grayscale(1);
          transition: all 200ms linear; }
        footer .footer_bottom .sponsors a:hover img {
          opacity: 1; }
  footer .footer_nav {
    zoom: 1;
    padding: 0px;
    width: calc(100%);
    margin: auto;
    padding-top: 70px;
    padding-bottom: 60px;
    position: relative;
    border-bottom: 1px solid #DCDCDC; }
    footer .footer_nav:before, footer .footer_nav:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    footer .footer_nav:after {
      clear: both; }
    @media screen and (max-width: 1050px) {
      footer .footer_nav {
        padding-top: 21px; } }
    @media screen and (max-width: 870px) {
      footer .footer_nav {
        padding-top: 10px;
        padding-bottom: 10px; } }
    footer .footer_nav .nav_links {
      width: 295px;
      border-left: 1px solid #DCDCDC;
      padding-left: 65px;
      position: absolute;
      right: 12px;
      top: 70px; }
      @media screen and (max-width: 1080px) {
        footer .footer_nav .nav_links {
          padding-left: 50px;
          right: 0px;
          width: 281px; } }
      @media screen and (max-width: 1050px) {
        footer .footer_nav .nav_links {
          top: 21px; } }
      @media screen and (max-width: 870px) {
        footer .footer_nav .nav_links {
          top: 25px; } }
      @media screen and (max-width: 700px) {
        footer .footer_nav .nav_links {
          position: relative;
          margin: 0px auto;
          top: 0px;
          right: 0px;
          left: 0px;
          border: none;
          padding-left: 20px;
          width: 249px; } }
      footer .footer_nav .nav_links a {
        position: relative;
        display: inline-block;
        font-family: "Roboto Slab", serif;
        font-weight: 700;
        font-size: 14px;
        color: #191718;
        letter-spacing: 0;
        line-height: 34px;
        white-space: nowrap; }
        footer .footer_nav .nav_links a p {
          font-family: "Roboto Slab", serif;
          font-weight: 700;
          font-size: 14px;
          color: #191718;
          letter-spacing: 0;
          line-height: 28px;
          display: inline-block;
          position: relative;
          padding: 0px 5px 0px 0px;
          margin: 0px;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
          footer .footer_nav .nav_links a p:before {
            content: " ";
            position: absolute;
            bottom: 7px;
            left: 0px;
            height: 1px;
            width: 0px;
            background: #DE3527;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear; }
        footer .footer_nav .nav_links a:after {
          content: " ";
          position: absolute;
          top: 12px;
          left: -20px;
          height: 10px;
          width: 7px;
          background: url("../images/svg/footer-arrow.svg") no-repeat;
          background-size: contain;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
        footer .footer_nav .nav_links a:hover p {
          padding: 0px 0px 0px 5px;
          color: #DE3527; }
        footer .footer_nav .nav_links a:hover p:before {
          width: calc(100% - 5px);
          left: 5px; }
        footer .footer_nav .nav_links a:hover:after {
          background: url("../images/svg/footer-arrow-hover.svg") no-repeat;
          background-size: contain; }
    footer .footer_nav > ul {
      zoom: 1;
      position: relative;
      width: calc(100% - 287px); }
      footer .footer_nav > ul:before, footer .footer_nav > ul:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      footer .footer_nav > ul:after {
        clear: both; }
      @media screen and (max-width: 1050px) {
        footer .footer_nav > ul {
          padding-top: 37px;
          width: calc(100% - 258px); } }
      @media screen and (max-width: 870px) {
        footer .footer_nav > ul {
          padding-top: 25px;
          padding-left: 30px;
          padding-bottom: 30px; } }
      @media screen and (max-width: 700px) {
        footer .footer_nav > ul {
          margin: 0px auto;
          padding-left: 0px;
          border-bottom: 1px solid #DCDCDC;
          width: 100%;
          padding-bottom: 20px;
          margin-bottom: 20px; } }
      footer .footer_nav > ul > li {
        width: 25%;
        float: left;
        margin: 0px; }
        @media screen and (max-width: 870px) {
          footer .footer_nav > ul > li {
            width: 100%;
            float: none; } }
        footer .footer_nav > ul > li:first-child > a, footer .footer_nav > ul > li:first-child > a:visited {
          background: #DE3527;
          border-radius: 8px;
          font-family: "Roboto", serif;
          font-weight: 700;
          font-size: 12px;
          color: #FFFFFF !important;
          letter-spacing: 1.5px;
          text-align: center;
          color: white;
          height: 60px;
          text-transform: uppercase;
          width: 135px;
          padding-bottom: 0px;
          line-height: 60px; }
          footer .footer_nav > ul > li:first-child > a:hover, footer .footer_nav > ul > li:first-child > a:visited:hover {
            background: #BE4237;
            color: white; }
          @media screen and (max-width: 1050px) {
            footer .footer_nav > ul > li:first-child > a, footer .footer_nav > ul > li:first-child > a:visited {
              padding-top: 0px; } }
          @media screen and (max-width: 870px) {
            footer .footer_nav > ul > li:first-child > a, footer .footer_nav > ul > li:first-child > a:visited {
              position: absolute;
              padding-left: 0px;
              z-index: 9; } }
          @media screen and (max-width: 700px) {
            footer .footer_nav > ul > li:first-child > a, footer .footer_nav > ul > li:first-child > a:visited {
              position: relative;
              height: 38px;
              line-height: 38px;
              margin-bottom: 15px; } }
        footer .footer_nav > ul > li.page_27 {
          padding-left: 15px; }
          @media screen and (max-width: 870px) {
            footer .footer_nav > ul > li.page_27 {
              padding-left: 0px; } }
        footer .footer_nav > ul > li > a, footer .footer_nav > ul > li > a:visited {
          font-family: "Roboto Slab", serif;
          font-weight: 700;
          font-size: 14px;
          color: #191718;
          letter-spacing: 0;
          line-height: 28px;
          position: relative;
          padding-bottom: 0px;
          display: block; }
          @media screen and (max-width: 1050px) {
            footer .footer_nav > ul > li > a, footer .footer_nav > ul > li > a:visited {
              text-align: center;
              padding-top: 15px; } }
          @media screen and (max-width: 870px) {
            footer .footer_nav > ul > li > a, footer .footer_nav > ul > li > a:visited {
              text-align: left;
              padding-left: 200px;
              padding-top: 0px;
              line-height: 38px; } }
          @media screen and (max-width: 700px) {
            footer .footer_nav > ul > li > a, footer .footer_nav > ul > li > a:visited {
              padding-left: 0px;
              margin: 0px auto;
              text-align: center; } }
          footer .footer_nav > ul > li > a.gh_redirect:after, footer .footer_nav > ul > li > a.gh_page_redirect:after, footer .footer_nav > ul > li > a:visited.gh_redirect:after, footer .footer_nav > ul > li > a:visited.gh_page_redirect:after {
            content: '\f08e';
            font-family: FontAwesome;
            vertical-align: middle;
            margin-left: 9px;
            display: inline-block;
            color: inherit; }
          footer .footer_nav > ul > li > a:hover, footer .footer_nav > ul > li > a.active, footer .footer_nav > ul > li > a:visited:hover, footer .footer_nav > ul > li > a:visited.active {
            color: #DE3527; }
        footer .footer_nav > ul > li li {
          width: 100%;
          float: none;
          margin: 0px; }
          footer .footer_nav > ul > li li a,
          footer .footer_nav > ul > li li a:visited {
            display: inline-block;
            padding: 5px 5px 5px 0px;
            color: #191718;
            font-family: "Roboto", serif;
            font-weight: 400;
            position: relative;
            font-size: 14px; }
            footer .footer_nav > ul > li li a:before,
            footer .footer_nav > ul > li li a:visited:before {
              content: " ";
              position: absolute;
              bottom: 5px;
              left: 0px;
              height: 1px;
              width: 0px;
              background: #DE3527;
              -webkit-transition: all 0.2s linear;
              -moz-transition: all 0.2s linear;
              -o-transition: all 0.2s linear;
              transition: all 0.2s linear; }
            footer .footer_nav > ul > li li a.gh_redirect:after, footer .footer_nav > ul > li li a.gh_page_redirect:after,
            footer .footer_nav > ul > li li a:visited.gh_redirect:after,
            footer .footer_nav > ul > li li a:visited.gh_page_redirect:after {
              content: '\f08e';
              font-family: FontAwesome;
              vertical-align: middle;
              margin-left: 9px;
              display: inline-block;
              color: inherit; }
            footer .footer_nav > ul > li li a:hover, footer .footer_nav > ul > li li a.active,
            footer .footer_nav > ul > li li a:visited:hover,
            footer .footer_nav > ul > li li a:visited.active {
              color: #DE3527;
              padding: 5px 0px 5px 5px; }
              footer .footer_nav > ul > li li a:hover:before, footer .footer_nav > ul > li li a.active:before,
              footer .footer_nav > ul > li li a:visited:hover:before,
              footer .footer_nav > ul > li li a:visited.active:before {
                width: calc(100% - 5px);
                left: 5px; }
      @media screen and (max-width: 1050px) {
        footer .footer_nav > ul ul {
          display: none; } }

.global-footer {
  position: relative;
  zoom: 1;
  margin: 0 auto;
  display: block;
  padding: 0;
  width: 100%;
  max-width: 1200px;
  padding: 0px 20px; }
  .global-footer:before, .global-footer:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .global-footer:after {
    clear: both; }
  .global-footer .footer-links {
    position: relative;
    display: block;
    margin: auto;
    color: white;
    font-family: "Roboto", serif;
    font-weight: 400;
    font-size: 14px;
    color: #191718;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px; }
    @media screen and (max-width: 700px) {
      .global-footer .footer-links {
        font-size: 13px;
        line-height: 21px; } }
    .global-footer .footer-links a,
    .global-footer .footer-links a:visited {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      color: #191718;
      text-decoration: none; }
      .global-footer .footer-links a:hover, .global-footer .footer-links a:focus, .global-footer .footer-links a.active,
      .global-footer .footer-links a:visited:hover,
      .global-footer .footer-links a:visited:focus,
      .global-footer .footer-links a:visited.active {
        text-decoration: underline;
        color: #DE3527; }
  .global-footer .ch_link {
    text-align: center;
    margin: 10px 0px 20px; }
    .global-footer .ch_link a#carbonhouse,
    .global-footer .ch_link a#carbonhouse:link,
    .global-footer .ch_link a#carbonhouse:visited {
      position: relative;
      display: block;
      margin: 0;
      padding-top: 0px;
      color: #191718;
      font-family: 'helvetica';
      font-size: 16px;
      letter-spacing: -0.45px;
      cursor: pointer;
      text-decoration: none; }
      .global-footer .ch_link a#carbonhouse span,
      .global-footer .ch_link a#carbonhouse:link span,
      .global-footer .ch_link a#carbonhouse:visited span {
        font-size: 18px;
        letter-spacing: -0.45px;
        font-weight: bold;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        .global-footer .ch_link a#carbonhouse span.carbon,
        .global-footer .ch_link a#carbonhouse:link span.carbon,
        .global-footer .ch_link a#carbonhouse:visited span.carbon {
          color: #191718; }
        .global-footer .ch_link a#carbonhouse span.house,
        .global-footer .ch_link a#carbonhouse:link span.house,
        .global-footer .ch_link a#carbonhouse:visited span.house {
          color: #191718; }
      .global-footer .ch_link a#carbonhouse:hover,
      .global-footer .ch_link a#carbonhouse:link:hover,
      .global-footer .ch_link a#carbonhouse:visited:hover {
        color: #DE3527;
        text-decoration: none; }
        .global-footer .ch_link a#carbonhouse:hover span,
        .global-footer .ch_link a#carbonhouse:link:hover span,
        .global-footer .ch_link a#carbonhouse:visited:hover span {
          color: #DE3527; }
  .global-footer .delimiter {
    padding: 0 2px;
    color: #191718; }

/* ----------------------------------------------------------------------------
=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: #BE4237; }
      .subnav ul li a, .subnav ul li a:visited {
        display: block;
        padding: 9px 5px 7px 30px;
        color: white;
        font: bold 18px/120% "Roboto", 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: #BE4237; }
        .subnav ul li a.section, .subnav ul li a:visited.section {
          padding-bottom: 7px;
          color: #BE4237;
          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: #BE4237; }
      .subnav ul li.active.onparent a.active {
        color: #BE4237; }
    .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
----------------------------------------------------------------------------- */
.mobilenav_bg header.header .search .wrapper {
  opacity: 1;
  visibility: visible;
  width: 100%;
  max-width: 520px;
  right: 0px; }

.mobilenav_bg header.header.is-fixed .search {
  width: 100%;
  height: 50px;
  top: 59px; }

.mobilenav_bg header.header .search_toggle {
  display: none; }

header .search {
  position: relative;
  z-index: 900; }
  header .search .wrapper {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    z-index: 9000;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    right: 60px;
    top: -10px;
    height: 96px;
    width: 0px;
    background: #191718;
    overflow: hidden; }
    header .search .wrapper.active {
      opacity: 1;
      visibility: visible;
      width: 600px; }
    header .search .wrapper .search-form {
      height: 100%; }
    header .search .wrapper form {
      width: calc(100% - 30px);
      margin: 0 auto;
      position: relative;
      height: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      z-index: 9000; }
      header .search .wrapper form > div {
        height: 55px;
        width: calc(100%);
        display: flex;
        position: relative;
        align-items: center;
        align-content: center;
        flex-flow: row nowrap;
        justify-content: flex-end;
        margin-bottom: 15px;
        z-index: 1; }
        header .search .wrapper form > div:after {
          z-index: -1;
          content: " ";
          position: absolute;
          right: 0px;
          bottom: 7px;
          width: calc(100% - 10px);
          height: 1px;
          background: #8E8E8E; }
      header .search .wrapper form label.hidden {
        text-indent: -9999em;
        opacity: 0;
        display: block;
        height: 0;
        width: 0; }
      header .search .wrapper form button {
        position: absolute;
        left: 12px;
        top: 12px;
        background: transparent;
        background-image: url("../images/svg/search-submit.svg");
        background-position: center;
        background-size: auto;
        background-repeat: no-repeat;
        border: none;
        height: 27px;
        width: 27px;
        transition: all 200ms linear;
        cursor: pointer;
        float: right;
        text-indent: -9999px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        header .search .wrapper form button:hover {
          opacity: 0.7; }
      header .search .wrapper form input[type="text"] {
        box-shadow: none;
        border: none;
        background: transparent;
        height: 30px;
        width: calc(100% - 50px);
        font-family: "Roboto", serif;
        font-weight: 400;
        font-size: 16px;
        color: #fff;
        letter-spacing: 0;
        line-height: 26px;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
        padding: 5px 17px 10px 0;
        border-radius: 0 !important; }
        header .search .wrapper form input[type="text"]::-moz-placeholder {
          color: #F7F5F2; }
        header .search .wrapper form input[type="text"]:-moz-placeholder {
          color: #F7F5F2; }
        header .search .wrapper form input[type="text"]:-ms-input-placeholder {
          color: #F7F5F2; }
        header .search .wrapper form input[type="text"]::-webkit-input-placeholder {
          color: #F7F5F2; }

/*header .searchfocus{
		&.search{
			.wrapper.active{
				form{
					input[type="text"] {
						//color:$blue;
						&::-moz-placeholder {
							//color: $blue;
						}
						&:-moz-placeholder {
							//color: $blue;
						}
						&:-ms-input-placeholder {
							//color: $blue;
						}
						&::-webkit-input-placeholder {
							//color: $blue;
						}
					}
				}
			}
		}
}*/
header .search_toggle {
  cursor: pointer;
  position: absolute;
  right: 0px;
  width: 56px;
  height: 56px;
  top: 8px;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  header .search_toggle:after {
    content: " ";
    width: 56px;
    height: 56px;
    right: 0px;
    top: 0px;
    position: absolute;
    background: #DE3527;
    border-radius: 100%;
    transform: scale(0.9);
    transform-origin: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: -1; }
  header .search_toggle:hover:after {
    background: #BE4237;
    transform: scale(1); }
  header .search_toggle svg {
    width: 20px;
    height: 20px;
    margin: 0 auto 0px;
    position: relative;
    right: 0px;
    top: 2px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  header .search_toggle.close {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    cursor: pointer;
    z-index: 9001; }
    header .search_toggle.close svg {
      width: 18px;
      height: 18px; }
    header .search_toggle.close.active {
      visibility: visible;
      opacity: 1; }

#search {
  position: relative;
  display: block;
  float: right;
  width: 246px;
  height: 30px;
  margin: -5px 0 0;
  padding: 0; }
  #search input, #search input[type='text'] {
    position: relative;
    width: 246px;
    height: 30px;
    margin: 0;
    padding: 8px 10px 6px;
    color: #fff;
    border: 0;
    background: #333;
    font: normal 14px/14px "Roboto", serif;
    -webkit-appearance: none; }
    #search input::-webkit-input-placeholder, #search input[type='text']::-webkit-input-placeholder {
      color: #fff;
      font: normal 14px/14px "Roboto", serif; }
    #search input:-moz-placeholder, #search input[type='text']:-moz-placeholder {
      color: #fff;
      font: normal 14px/14px "Roboto", serif; }
    #search input:-ms-input-placeholder, #search input[type='text']:-ms-input-placeholder {
      color: #fff;
      font: normal 14px/14px "Roboto", 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%; }

.search-app .no-results {
  padding: 0 20px;
  max-width: 990px;
  margin: 20px auto 0;
  overflow: hidden; }
.search-app .results.grouped > div {
  padding: 0 10px;
  max-width: 990px;
  margin: 0 auto;
  overflow: hidden; }
  @media screen and (max-width: 700px) {
    .search-app .results.grouped > div {
      padding: 0px; } }
.search-app .results.grouped .event_list {
  opacity: 1; }
.search-app .results.grouped .showtime-search-instant-result-header {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 31px;
  z-index: 2;
  position: relative;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  display: block;
  background: #F2F2F2;
  padding: 10px 20px; }
@media screen and (max-width: 700px) {
  .search-app .results.grouped {
    margin-bottom: 40px; } }
.search-app .results.grouped .info .title {
  font-size: 25px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  background-image: linear-gradient(to right, #1a1919 0%, #1a1919 100%);
  background-size: 0px 2px;
  background-position: 0px 95%;
  background-repeat: no-repeat;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px; }
  .search-app .results.grouped .info .title:hover {
    background-size: 100% 2px; }
.search-app .results.grouped .info span.more {
  display: inline-block;
  position: relative;
  background-color: #BE4237;
  color: #ffffff;
  text-align: center;
  padding: 14px 32px;
  line-height: 1;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 14px;
  border: 1px solid #191718;
  border-radius: 4px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .search-app .results.grouped .info span.more:after {
    display: none; }
  .search-app .results.grouped .info span.more:hover {
    background-color: #DE3527;
    color: #ffffff; }
.search-app .search-input {
  width: 100%;
  margin: auto;
  padding: 0 20px;
  max-width: 1020px;
  margin-bottom: 40px; }
  .search-app .search-input label {
    display: none; }
  .search-app .search-input input[type='text'] {
    position: relative;
    width: calc(100% - 120px);
    height: 50px;
    background: transparent;
    border: 2px solid #191718;
    padding: 8px 10px;
    font-size: 20px;
    appearance: none;
    margin-right: 16px;
    color: #191718;
    border-radius: 0 !important;
    font-family: "Roboto Slab", serif;
    font-size: 25px;
    font-weight: 700; }
    .search-app .search-input input[type='text']::-moz-placeholder {
      color: #191718; }
    .search-app .search-input input[type='text']:-moz-placeholder {
      color: #191718; }
    .search-app .search-input input[type='text']:-ms-input-placeholder {
      color: #191718; }
    .search-app .search-input input[type='text']::-webkit-input-placeholder {
      color: #191718; }
  .search-app .search-input a.submit {
    z-index: 1;
    max-width: 100px;
    display: inline-block;
    position: relative;
    background-color: #BE4237;
    color: #ffffff;
    text-align: center;
    padding: 16px 20px;
    line-height: 1;
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 14px;
    border: 1px solid #191718;
    border-radius: 4px;
    top: -4px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .search-app .search-input a.submit:after {
      display: none; }
    .search-app .search-input a.submit:hover {
      background-color: #DE3527;
      color: #ffffff; }
  .search-app .search-input .search-input-extra {
    margin-top: 10px;
    margin-right: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #212121; }
    @media screen and (max-width: 600px) {
      .search-app .search-input .search-input-extra {
        margin-right: 0; } }
    .search-app .search-input .search-input-extra .keyword {
      display: inline-block;
      position: relative;
      font-weight: 700;
      z-index: 1;
      font-family: "Roboto Slab", serif; }
.search-app .entry .cms p a {
  word-break: break-all; }

.showtime-search-instant-result .spotlight .entry > a:after {
  display: none; }
.showtime-search-instant-result .spotlight .entry {
  padding-bottom: 20px; }
  .showtime-search-instant-result .spotlight .entry .info > a:after {
    display: none; }
  .showtime-search-instant-result .spotlight .entry .date {
    margin-bottom: 25px;
    display: inline-block; }
    .showtime-search-instant-result .spotlight .entry .date span {
      font-family: "Roboto Slab", serif;
      font-weight: 400;
      font-size: 18px;
      color: #1A1919;
      letter-spacing: 1.5px;
      line-height: 20px;
      text-transform: uppercase; }
    .showtime-search-instant-result .spotlight .entry .date .m-date__day {
      font-weight: 700; }
  .showtime-search-instant-result .spotlight .entry .full_url {
    margin-bottom: 0; }
    .showtime-search-instant-result .spotlight .entry .full_url a {
      border: none;
      color: #BE4237;
      text-decoration: none;
      cursor: pointer;
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear;
      position: relative;
      display: inline-block;
      font-weight: 500; }
      .showtime-search-instant-result .spotlight .entry .full_url a:after {
        content: " ";
        bottom: 4px;
        left: 0px;
        width: 100%;
        height: 1px;
        background: #191718;
        position: absolute;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      .showtime-search-instant-result .spotlight .entry .full_url a:hover {
        color: #191718; }
        .showtime-search-instant-result .spotlight .entry .full_url a:hover:after {
          width: 0px; }

.showtime-search-instant-result-filter {
  overflow: hidden;
  position: relative;
  height: 40px;
  width: 120px;
  right: 11px;
  top: 20px;
  z-index: 50;
  padding: 0;
  background: white;
  display: block;
  margin: auto;
  background-color: transparent;
  color: #191718;
  border: 1px solid #191718;
  clear: both;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: .06em;
  line-height: 34px;
  cursor: pointer;
  text-align: left;
  float: right;
  font-family: "Roboto Slab", serif;
  box-shadow: none;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }
  @media screen and (max-width: 600px) {
    .showtime-search-instant-result-filter {
      right: auto;
      width: 100%;
      margin: 10px 0 20px;
      float: none; } }
  .showtime-search-instant-result-filter .selected-item {
    padding: 7px 10px 0;
    width: 100%;
    height: 40px;
    display: block;
    font-weight: 700;
    position: absolute;
    line-height: 25px;
    text-transform: uppercase; }
  .showtime-search-instant-result-filter:hover {
    border-color: #fff;
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.15); }
  .showtime-search-instant-result-filter:after {
    position: absolute;
    content: '';
    background-image: url("../images/svg/search-caret.svg");
    width: 14px;
    height: 10px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: right;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear; }
  .showtime-search-instant-result-filter ul {
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    z-index: 50;
    padding: 0 10px;
    background: #fff;
    padding-bottom: 10px; }
  .showtime-search-instant-result-filter ul > li {
    background: #fff !important;
    width: 100%;
    cursor: pointer;
    color: #191718;
    padding: 0 6px;
    position: relative;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    font-weight: 400;
    z-index: 1;
    font-size: 14px;
    color: #191718; }
    .showtime-search-instant-result-filter ul > li:after {
      content: '';
      height: 1px;
      background: #D5D3D3;
      width: 100%;
      position: absolute;
      right: 0;
      bottom: 0;
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear; }
    .showtime-search-instant-result-filter ul > li:first-child {
      border-top: 1px solid #fff; }
    .showtime-search-instant-result-filter ul > li:hover {
      padding-left: 10px; }
      .showtime-search-instant-result-filter ul > li:hover:after {
        width: calc(100% - 10px);
        background: #191718; }
  .showtime-search-instant-result-filter ul > li.is-selected {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 15px; }
    .showtime-search-instant-result-filter ul > li.is-selected:before {
      opacity: 1; }
  .showtime-search-instant-result-filter.is-selecting-result-type {
    height: 40px;
    overflow: visible;
    border-color: #fff; }
    .showtime-search-instant-result-filter.is-selecting-result-type:after {
      transform: rotate(180deg) translate(0, 8px); }
    .showtime-search-instant-result-filter.is-selecting-result-type ul {
      box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.15); }
    .showtime-search-instant-result-filter.is-selecting-result-type ul > li:first-child {
      border-color: #D5D5D5; }

/* ----------------------------------------------------------------------------
= 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,
.buttonWrapper .buttons a,
.login-form input[type='submit'],
.eventItem .buttons a.tickets,
.home-slideshow a.tickets,
.home-slideshow a.more,
.map_window .directions button, .full .concierge a.more {
  display: inline-block;
  position: relative;
  background-color: #DE3527;
  color: white;
  text-align: center;
  padding: 19px 16px;
  line-height: 1;
  font-family: "Roboto", serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 1.8px;
  text-align: center;
  border-radius: 8px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  min-width: 158px; }
  .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,
  .buttonWrapper .buttons a:hover,
  .login-form input[type='submit']:hover,
  .eventItem .buttons a.tickets:hover,
  .home-slideshow a.tickets:hover,
  .home-slideshow a.more:hover,
  .map_window .directions button:hover, .full .concierge a.more:hover {
    background-color: #BE4237;
    color: #ffffff; }

#loadMoreEvents, .home .full a.allevents {
  font-family: "Roboto", serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  color: #DE3527;
  letter-spacing: 1.5px;
  text-align: center;
  border: 3px solid #DE3527;
  border-radius: 8px;
  padding: 20px 34px;
  margin-top: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  #loadMoreEvents:hover, .home .full a.allevents:hover {
    color: #191718; }
  @media screen and (max-width: 600px) {
    #loadMoreEvents, .home .full a.allevents {
      margin-top: 20px; } }

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

.home .full a.allevents {
  width: 210px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  white-space: nowrap; }
  .home .full a.allevents:after {
    display: none; }

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

.royalSlider > * {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: 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;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

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

img.rsImg {
  max-width: none; }

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

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

.rsNoDrag {
  cursor: auto; }

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

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

.royalSlider > .rsContent {
  visibility: hidden; }

/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  display: none !important; }
  .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 {
  top: 0;
  left: 0; }
  .rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: -64px -32px; }
.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0; }
  .rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -64px -64px; }

.rsDefault .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url("../images/rs-default.png");
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px; }
  .rsDefault .rsArrowIcn:hover {
    background-color: rgba(0, 0, 0, 0.9); }

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

/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 5px;
  padding-left: 20px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: left;
  line-height: 42px;
  overflow: hidden; }
  @media screen and (max-width: 700px) {
    .rsDefault .rsBullets {
      bottom: auto;
      top: calc((100vw * (630/1200)) - 50px);
      text-align: center;
      padding-left: 0px; } }
  .rsDefault .rsBullets .rsBullet {
    width: 25px;
    height: 12px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 6px 5px 6px; }
    .rsDefault .rsBullets .rsBullet span {
      display: block;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: 1px solid #D6D7D7;
      background: transparent;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .rsDefault .rsBullets .rsBullet.rsNavSelected span {
      background-color: #FFF;
      border: 1px solid #fff;
      width: 14px;
      height: 14px;
      margin-top: -1px; }
      .rsDefault .rsBullets .rsBullet.rsNavSelected span:hover {
        background: white; }
    .rsDefault .rsBullets .rsBullet:hover span {
      background: #D6D7D7;
      cursor: pointer; }

#events.detail .rsDefault .rsBullets {
  text-align: center;
  padding-left: 0px; }
  @media screen and (max-width: 700px) {
    #events.detail .rsDefault .rsBullets {
      top: calc((100vw * (600/600)) - 50px); } }

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

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

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

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

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

  .rsDefault .rsThumbsHor {
    height: 64px; }

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

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

/***************
*
*  5. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer; }
  .rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(0, 0, 0, 0.9); }
.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url("../images/rs-default.png") no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }
.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%; }
.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }
  .rsDefault .rsCloseVideoBtn.rsiOSBtn {
    top: -38px;
    right: -6px; }
.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../images/rs-default.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }
  .rsDefault .rsCloseVideoIcn:hover {
    background-color: rgba(0, 0, 0, 0.9); }

/***************
*
*  6. Pause Autoplay Btn
*
****************/
.rsDefault .rsPauseBtn {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  z-index: 30; }
  @media screen and (max-width: 870px) {
    .rsDefault .rsPauseBtn {
      zoom: 1;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100); } }
  .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, .user-is-tabbing .rsDefault .rsPauseBtn {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100); }
.rsDefault.rsVideoPlaying .rsPauseBtn {
  display: none; }

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

/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 10px;
  right: 10px;
  text-align: left;
  color: #FFF;
  width: 100%;
  height: auto; }
  @media screen and (max-width: 700px) {
    .rsDefault .rsGCaption {
      position: relative;
      bottom: 0px;
      right: 0px; } }
  .rsDefault .rsGCaption .rsABlock {
    position: relative;
    text-align: right; }
  .rsDefault .rsGCaption p {
    background: rgba(0, 0, 0, 0.7);
    margin: 0;
    padding: 10px 15px;
    font-family: "Roboto", serif;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.3px;
    text-align: right;
    line-height: 14px;
    display: inline-block; }
    @media screen and (max-width: 700px) {
      .rsDefault .rsGCaption p {
        width: 100%;
        text-align: center;
        background: #191718; } }

@media screen and (min-width: 701px) {
  #events.detail .rsDefault .rsGCaption {
    bottom: 0px;
    right: 0px; }
    #events.detail .rsDefault .rsGCaption p {
      display: block;
      text-align: center;
      background: transparent;
      padding-bottom: 50px; }
      #events.detail .rsDefault .rsGCaption p:after {
        z-index: -1;
        height: 100%;
        min-height: 188px;
        width: 100%;
        content: "";
        position: absolute;
        bottom: 0px;
        right: 0px;
        background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 23%, transparent 100%);
        padding-bottom: 50px; } }
      @media screen and (min-width: 701px) and (max-width: 1050px) {
        #events.detail .rsDefault .rsGCaption p:after {
          min-height: 120px; } }

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

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

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

.home-slideshow {
  background: #F7F5F2;
  background-image: url("../images/bg.png");
  max-height: 800px;
  overflow: hidden;
  padding: 15px 0px;
  margin-bottom: 50px; }
  @media screen and (max-width: 740px) {
    .home-slideshow {
      padding: 10px 0px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 630px) {
    .home-slideshow {
      max-height: none;
      padding: 5px 0px 20px; } }
  .home-slideshow .rsDefault {
    max-width: 1230px;
    padding: 0px 20px;
    margin: 0px auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center; }
    @media screen and (max-width: 740px) {
      .home-slideshow .rsDefault {
        padding: 0px 10px 0px 20px; } }
    @media screen and (max-width: 630px) {
      .home-slideshow .rsDefault {
        display: block;
        padding: 0px 10px; } }
    .home-slideshow .rsDefault .rsBullets, .home-slideshow .rsDefault .rsArrow {
      display: none; }
    .home-slideshow .rsDefault .rsLink {
      position: relative;
      display: block; }
      .home-slideshow .rsDefault .rsLink:after {
        display: none; }
    @media screen and (min-width: 631px) {
      .home-slideshow .rsDefault .rsOverflow {
        height: 600px !important;
        width: 600px !important;
        min-width: 600px !important; } }
  @media screen and (min-width: 631px) and (max-width: 1080px) {
    .home-slideshow .rsDefault .rsOverflow {
      height: 500px !important;
      width: 500px !important;
      min-width: 500px !important; } }
  @media screen and (min-width: 631px) and (max-width: 970px) {
    .home-slideshow .rsDefault .rsOverflow {
      height: 450px !important;
      width: 450px !important;
      min-width: 450px !important; } }
  @media screen and (min-width: 631px) and (max-width: 820px) {
    .home-slideshow .rsDefault .rsOverflow {
      height: 400px !important;
      width: 400px !important;
      min-width: 400px !important; } }
  @media screen and (min-width: 631px) and (max-width: 740px) {
    .home-slideshow .rsDefault .rsOverflow {
      height: 350px !important;
      width: 350px !important;
      min-width: 350px !important; } }
  @media screen and (min-width: 631px) and (max-width: 680px) {
    .home-slideshow .rsDefault .rsOverflow {
      height: 300px !important;
      width: 300px !important;
      min-width: 300px !important; } }

    @media screen and (max-width: 630px) {
      .home-slideshow .rsDefault .rsOverflow {
        margin-bottom: 15px;
        float: none;
        height: calc((100vw * (600/600)) - 20px) !important;
        width: 100% !important;
        min-width: 100% !important; } }
    .home-slideshow .rsDefault .rsOverflow .rsContent a {
      display: block;
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%; }
      .home-slideshow .rsDefault .rsOverflow .rsContent a:hover {
        background: rgba(0, 0, 0, 0.3); }
  .home-slideshow .rsDefault .rsGCaption {
    position: relative;
    right: 0px;
    bottom: 0px;
    padding-right: 25px; }
    @media screen and (max-width: 630px) {
      .home-slideshow .rsDefault .rsGCaption {
        padding: 0px 10px;
        display: inline-block; } }
    .home-slideshow .rsDefault .rsGCaption .rsABlock {
      text-align: left; }
    .home-slideshow .rsDefault .rsGCaption .date {
      font-family: "Roboto Slab", serif;
      font-weight: 600;
      font-size: 20px;
      color: #191718;
      letter-spacing: 0;
      line-height: 20px;
      margin-bottom: 30px; }
      .home-slideshow .rsDefault .rsGCaption .date .m-date__weekday span {
        padding: 0px 5px; }
      @media screen and (max-width: 770px) {
        .home-slideshow .rsDefault .rsGCaption .date {
          font-size: 12px;
          margin-bottom: 20px; } }
      @media screen and (max-width: 740px) {
        .home-slideshow .rsDefault .rsGCaption .date {
          margin-bottom: 15px; } }
    .home-slideshow .rsDefault .rsGCaption .presented {
      font-family: "Roboto", serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 12px;
      color: #191718;
      letter-spacing: 1.5px;
      line-height: 16px;
      margin-bottom: 15px; }
      @media screen and (max-width: 740px) {
        .home-slideshow .rsDefault .rsGCaption .presented {
          margin-bottom: 10px; } }
    .home-slideshow .rsDefault .rsGCaption h3 {
      margin-bottom: 20px;
      font-family: "Roboto Slab", serif;
      font-weight: 700;
      font-size: 61px;
      color: #191718;
      letter-spacing: 0; }
      @media screen and (max-width: 1080px) {
        .home-slideshow .rsDefault .rsGCaption h3 {
          font-size: 50px;
          line-height: 50px; } }
      @media screen and (max-width: 970px) {
        .home-slideshow .rsDefault .rsGCaption h3 {
          font-size: 40px;
          line-height: 40px; } }
      @media screen and (max-width: 770px) {
        .home-slideshow .rsDefault .rsGCaption h3 {
          font-size: 30px;
          line-height: 30px; } }
      @media screen and (max-width: 740px) {
        .home-slideshow .rsDefault .rsGCaption h3 {
          margin-bottom: 15px;
          font-size: 25px; } }
    .home-slideshow .rsDefault .rsGCaption h3 a {
      font-family: "Roboto Slab", serif;
      font-weight: 700;
      font-size: 61px;
      color: #191718;
      letter-spacing: 0;
      line-height: 61px; }
      @media screen and (max-width: 1080px) {
        .home-slideshow .rsDefault .rsGCaption h3 a {
          font-size: 50px;
          line-height: 50px; } }
      @media screen and (max-width: 970px) {
        .home-slideshow .rsDefault .rsGCaption h3 a {
          font-size: 40px;
          line-height: 40px; } }
      @media screen and (max-width: 770px) {
        .home-slideshow .rsDefault .rsGCaption h3 a {
          font-size: 30px;
          line-height: 40px; } }
      @media screen and (max-width: 740px) {
        .home-slideshow .rsDefault .rsGCaption h3 a {
          font-size: 25px;
          line-height: 30px; } }
      .home-slideshow .rsDefault .rsGCaption h3 a:after {
        display: none; }
      .home-slideshow .rsDefault .rsGCaption h3 a:hover {
        color: #DE3527; }
    .home-slideshow .rsDefault .rsGCaption .caption_body {
      font-family: "Roboto", serif;
      font-weight: 400;
      font-size: 16px;
      color: #191718;
      letter-spacing: 0;
      line-height: 26px; }
      @media screen and (max-width: 770px) {
        .home-slideshow .rsDefault .rsGCaption .caption_body {
          font-size: 14px; } }
    .home-slideshow .rsDefault .rsGCaption .buttons {
      margin-top: 30px; }
      @media screen and (max-width: 740px) {
        .home-slideshow .rsDefault .rsGCaption .buttons {
          margin-top: 20px; } }
      .home-slideshow .rsDefault .rsGCaption .buttons a.tickets {
        margin-right: 10px; }
        .home-slideshow .rsDefault .rsGCaption .buttons a.tickets:after {
          display: none; }
      .home-slideshow .rsDefault .rsGCaption .buttons a.more {
        background: transparent;
        color: #DE3527;
        border: 3px solid #DE3527;
        border-radius: 8px;
        padding: 16px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        @media screen and (max-width: 870px) {
          .home-slideshow .rsDefault .rsGCaption .buttons a.more {
            display: none; } }
        .home-slideshow .rsDefault .rsGCaption .buttons a.more:hover {
          color: #191718;
          background: transparent; }
        .home-slideshow .rsDefault .rsGCaption .buttons a.more:after {
          display: none; }
      .home-slideshow .rsDefault .rsGCaption .buttons.nonevent a {
        display: inline-block !important; }

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

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

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

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

/* ----------------------------------------------------------------------------
=Showtime Page Content
----------------------------------------------------------------------------- */
.content_item {
  margin-bottom: 40px; }

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

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

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

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

/* ----------------------------------------------------------------------------
= Spotlight list style
----------------------------------------------------------------------------- */
.full .spotlight,
.full .concierge,
.full .news_list,
.full .contest_list,
.full .job_list,
.full .seating_charts,
.full .offer_list,
.full .gallery-listing {
  clear: both; }
  .full .spotlight .entry,
  .full .concierge .entry,
  .full .news_list .entry,
  .full .contest_list .entry,
  .full .job_list .entry,
  .full .seating_charts .entry,
  .full .offer_list .entry,
  .full .gallery-listing .entry {
    zoom: 1;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #D6D7D7; }
    .full .spotlight .entry:before, .full .spotlight .entry:after,
    .full .concierge .entry:before,
    .full .concierge .entry:after,
    .full .news_list .entry:before,
    .full .news_list .entry:after,
    .full .contest_list .entry:before,
    .full .contest_list .entry:after,
    .full .job_list .entry:before,
    .full .job_list .entry:after,
    .full .seating_charts .entry:before,
    .full .seating_charts .entry:after,
    .full .offer_list .entry:before,
    .full .offer_list .entry:after,
    .full .gallery-listing .entry:before,
    .full .gallery-listing .entry:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .full .spotlight .entry:after,
    .full .concierge .entry:after,
    .full .news_list .entry:after,
    .full .contest_list .entry:after,
    .full .job_list .entry:after,
    .full .seating_charts .entry:after,
    .full .offer_list .entry:after,
    .full .gallery-listing .entry:after {
      clear: both; }
    @media screen and (max-width: 700px) {
      .full .spotlight .entry,
      .full .concierge .entry,
      .full .news_list .entry,
      .full .contest_list .entry,
      .full .job_list .entry,
      .full .seating_charts .entry,
      .full .offer_list .entry,
      .full .gallery-listing .entry {
        margin-bottom: 20px;
        padding-bottom: 20px;
        padding-top: 20px; } }
  .full .spotlight .thumb,
  .full .concierge .thumb,
  .full .news_list .thumb,
  .full .contest_list .thumb,
  .full .job_list .thumb,
  .full .seating_charts .thumb,
  .full .offer_list .thumb,
  .full .gallery-listing .thumb {
    min-width: 150px;
    width: 270px;
    margin: 0 40px 0px 0;
    float: left;
    position: relative; }
    .full .spotlight .thumb.has-link:hover a:after,
    .full .concierge .thumb.has-link:hover a:after,
    .full .news_list .thumb.has-link:hover a:after,
    .full .contest_list .thumb.has-link:hover a:after,
    .full .job_list .thumb.has-link:hover a:after,
    .full .seating_charts .thumb.has-link:hover a:after,
    .full .offer_list .thumb.has-link:hover a:after,
    .full .gallery-listing .thumb.has-link:hover a:after {
      opacity: 1;
      width: 100%; }
    .full .spotlight .thumb.has-link:hover img,
    .full .concierge .thumb.has-link:hover img,
    .full .news_list .thumb.has-link:hover img,
    .full .contest_list .thumb.has-link:hover img,
    .full .job_list .thumb.has-link:hover img,
    .full .seating_charts .thumb.has-link:hover img,
    .full .offer_list .thumb.has-link:hover img,
    .full .gallery-listing .thumb.has-link:hover img {
      transform: scale(1.05); }
    .full .spotlight .thumb.default,
    .full .concierge .thumb.default,
    .full .news_list .thumb.default,
    .full .contest_list .thumb.default,
    .full .job_list .thumb.default,
    .full .seating_charts .thumb.default,
    .full .offer_list .thumb.default,
    .full .gallery-listing .thumb.default {
      display: none; }
    .full .spotlight .thumb a,
    .full .concierge .thumb a,
    .full .news_list .thumb a,
    .full .contest_list .thumb a,
    .full .job_list .thumb a,
    .full .seating_charts .thumb a,
    .full .offer_list .thumb a,
    .full .gallery-listing .thumb a {
      display: block;
      opacity: 1;
      position: relative;
      overflow: hidden; }
      .full .spotlight .thumb a:after,
      .full .concierge .thumb a:after,
      .full .news_list .thumb a:after,
      .full .contest_list .thumb a:after,
      .full .job_list .thumb a:after,
      .full .seating_charts .thumb a:after,
      .full .offer_list .thumb a:after,
      .full .gallery-listing .thumb a:after {
        content: '';
        position: absolute;
        background: rgba(0, 0, 0, 0.3);
        height: calc(100%);
        width: 100%;
        left: 0px;
        top: 0px;
        opacity: 0;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
    .full .spotlight .thumb img,
    .full .concierge .thumb img,
    .full .news_list .thumb img,
    .full .contest_list .thumb img,
    .full .job_list .thumb img,
    .full .seating_charts .thumb img,
    .full .offer_list .thumb img,
    .full .gallery-listing .thumb img {
      display: block;
      width: 100%;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    @media screen and (max-width: 700px) {
      .full .spotlight .thumb,
      .full .concierge .thumb,
      .full .news_list .thumb,
      .full .contest_list .thumb,
      .full .job_list .thumb,
      .full .seating_charts .thumb,
      .full .offer_list .thumb,
      .full .gallery-listing .thumb {
        margin: 0 10px 20px;
        float: none; } }
  .full .spotlight .info,
  .full .concierge .info,
  .full .news_list .info,
  .full .contest_list .info,
  .full .job_list .info,
  .full .seating_charts .info,
  .full .offer_list .info,
  .full .gallery-listing .info {
    float: left;
    width: 100%;
    display: block; }
    @media screen and (max-width: 700px) {
      .full .spotlight .info,
      .full .concierge .info,
      .full .news_list .info,
      .full .contest_list .info,
      .full .job_list .info,
      .full .seating_charts .info,
      .full .offer_list .info,
      .full .gallery-listing .info {
        margin: 0 0px 20px;
        padding: 0px 10px;
        float: none;
        text-align: left; }
        .full .spotlight .info li,
        .full .concierge .info li,
        .full .news_list .info li,
        .full .contest_list .info li,
        .full .job_list .info li,
        .full .seating_charts .info li,
        .full .offer_list .info li,
        .full .gallery-listing .info li {
          text-align: left; } }
  .full .spotlight .thumb:not(.default) + .info,
  .full .concierge .thumb:not(.default) + .info,
  .full .news_list .thumb:not(.default) + .info,
  .full .contest_list .thumb:not(.default) + .info,
  .full .job_list .thumb:not(.default) + .info,
  .full .seating_charts .thumb:not(.default) + .info,
  .full .offer_list .thumb:not(.default) + .info,
  .full .gallery-listing .thumb:not(.default) + .info {
    width: calc(100% - (270px + 40px)); }
    @media screen and (max-width: 700px) {
      .full .spotlight .thumb:not(.default) + .info,
      .full .concierge .thumb:not(.default) + .info,
      .full .news_list .thumb:not(.default) + .info,
      .full .contest_list .thumb:not(.default) + .info,
      .full .job_list .thumb:not(.default) + .info,
      .full .seating_charts .thumb:not(.default) + .info,
      .full .offer_list .thumb:not(.default) + .info,
      .full .gallery-listing .thumb:not(.default) + .info {
        width: 100%; } }
  .full .spotlight .title,
  .full .concierge .title,
  .full .news_list .title,
  .full .contest_list .title,
  .full .job_list .title,
  .full .seating_charts .title,
  .full .offer_list .title,
  .full .gallery-listing .title {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-size: 31px;
    color: #191718;
    letter-spacing: 0.3px;
    line-height: 33px; }
    .full .spotlight .title .hoverline,
    .full .concierge .title .hoverline,
    .full .news_list .title .hoverline,
    .full .contest_list .title .hoverline,
    .full .job_list .title .hoverline,
    .full .seating_charts .title .hoverline,
    .full .offer_list .title .hoverline,
    .full .gallery-listing .title .hoverline {
      background-image: linear-gradient(to right, black 0%, black 100%);
      background-size: 0px 2px;
      background-position: 0px 95%;
      background-repeat: no-repeat;
      transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
      padding: 0.1% 0px; }
    .full .spotlight .title:hover .hoverline,
    .full .concierge .title:hover .hoverline,
    .full .news_list .title:hover .hoverline,
    .full .contest_list .title:hover .hoverline,
    .full .job_list .title:hover .hoverline,
    .full .seating_charts .title:hover .hoverline,
    .full .offer_list .title:hover .hoverline,
    .full .gallery-listing .title:hover .hoverline {
      background-image: linear-gradient(to right, #de3527 0%, #de3527 100%);
      background-size: 100% 2px;
      background-position: 0px 95%;
      background-repeat: no-repeat; }
    .full .spotlight .title a,
    .full .concierge .title a,
    .full .news_list .title a,
    .full .contest_list .title a,
    .full .job_list .title a,
    .full .seating_charts .title a,
    .full .offer_list .title a,
    .full .gallery-listing .title a {
      display: inline;
      font-family: "Roboto Slab", serif;
      font-weight: 700;
      font-size: 31px;
      color: #191718;
      letter-spacing: 0.3px;
      line-height: 33px; }
      .full .spotlight .title a:hover,
      .full .concierge .title a:hover,
      .full .news_list .title a:hover,
      .full .contest_list .title a:hover,
      .full .job_list .title a:hover,
      .full .seating_charts .title a:hover,
      .full .offer_list .title a:hover,
      .full .gallery-listing .title a:hover {
        color: #DE3527; }
      .full .spotlight .title a:after,
      .full .concierge .title a:after,
      .full .news_list .title a:after,
      .full .contest_list .title a:after,
      .full .job_list .title a:after,
      .full .seating_charts .title a:after,
      .full .offer_list .title a:after,
      .full .gallery-listing .title a:after {
        display: none; }
  .full .spotlight .spotlight_content > div,
  .full .concierge .spotlight_content > div,
  .full .news_list .spotlight_content > div,
  .full .contest_list .spotlight_content > div,
  .full .job_list .spotlight_content > div,
  .full .seating_charts .spotlight_content > div,
  .full .offer_list .spotlight_content > div,
  .full .gallery-listing .spotlight_content > div {
    margin: 0 0 20px; }
  .full .spotlight .buttons a, .full .spotlight .links a,
  .full .concierge .buttons a,
  .full .concierge .links a,
  .full .news_list .buttons a,
  .full .news_list .links a,
  .full .contest_list .buttons a,
  .full .contest_list .links a,
  .full .job_list .buttons a,
  .full .job_list .links a,
  .full .seating_charts .buttons a,
  .full .seating_charts .links a,
  .full .offer_list .buttons a,
  .full .offer_list .links a,
  .full .gallery-listing .buttons a,
  .full .gallery-listing .links a {
    margin: 0 20px 0 0; }
  @media screen and (max-width: 700px) {
    .full .spotlight .buttons, .full .spotlight .links,
    .full .concierge .buttons,
    .full .concierge .links,
    .full .news_list .buttons,
    .full .news_list .links,
    .full .contest_list .buttons,
    .full .contest_list .links,
    .full .job_list .buttons,
    .full .job_list .links,
    .full .seating_charts .buttons,
    .full .seating_charts .links,
    .full .offer_list .buttons,
    .full .offer_list .links,
    .full .gallery-listing .buttons,
    .full .gallery-listing .links {
      margin: 0 10px 20px;
      float: none;
      text-align: left; }
      .full .spotlight .buttons a, .full .spotlight .links a,
      .full .concierge .buttons a,
      .full .concierge .links a,
      .full .news_list .buttons a,
      .full .news_list .links a,
      .full .contest_list .buttons a,
      .full .contest_list .links a,
      .full .job_list .buttons a,
      .full .job_list .links a,
      .full .seating_charts .buttons a,
      .full .seating_charts .links a,
      .full .offer_list .buttons a,
      .full .offer_list .links a,
      .full .gallery-listing .buttons a,
      .full .gallery-listing .links a {
        margin: 0 10px; } }
  .full .spotlight .links a,
  .full .concierge .links a,
  .full .news_list .links a,
  .full .contest_list .links a,
  .full .job_list .links a,
  .full .seating_charts .links a,
  .full .offer_list .links a,
  .full .gallery-listing .links a {
    margin-top: 10px; }
  .full .spotlight[data-layout="square"],
  .full .concierge[data-layout="square"],
  .full .news_list[data-layout="square"],
  .full .contest_list[data-layout="square"],
  .full .job_list[data-layout="square"],
  .full .seating_charts[data-layout="square"],
  .full .offer_list[data-layout="square"],
  .full .gallery-listing[data-layout="square"] {
    zoom: 1;
    width: 100%;
    margin: 0 auto 20px;
    border-top: none; }
    .full .spotlight[data-layout="square"]:before, .full .spotlight[data-layout="square"]:after,
    .full .concierge[data-layout="square"]:before,
    .full .concierge[data-layout="square"]:after,
    .full .news_list[data-layout="square"]:before,
    .full .news_list[data-layout="square"]:after,
    .full .contest_list[data-layout="square"]:before,
    .full .contest_list[data-layout="square"]:after,
    .full .job_list[data-layout="square"]:before,
    .full .job_list[data-layout="square"]:after,
    .full .seating_charts[data-layout="square"]:before,
    .full .seating_charts[data-layout="square"]:after,
    .full .offer_list[data-layout="square"]:before,
    .full .offer_list[data-layout="square"]:after,
    .full .gallery-listing[data-layout="square"]:before,
    .full .gallery-listing[data-layout="square"]:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .full .spotlight[data-layout="square"]:after,
    .full .concierge[data-layout="square"]:after,
    .full .news_list[data-layout="square"]:after,
    .full .contest_list[data-layout="square"]:after,
    .full .job_list[data-layout="square"]:after,
    .full .seating_charts[data-layout="square"]:after,
    .full .offer_list[data-layout="square"]:after,
    .full .gallery-listing[data-layout="square"]:after {
      clear: both; }
    .full .spotlight[data-layout="square"] h3, .full .spotlight[data-layout="square"] .spotlight_content,
    .full .concierge[data-layout="square"] h3,
    .full .concierge[data-layout="square"] .spotlight_content,
    .full .news_list[data-layout="square"] h3,
    .full .news_list[data-layout="square"] .spotlight_content,
    .full .contest_list[data-layout="square"] h3,
    .full .contest_list[data-layout="square"] .spotlight_content,
    .full .job_list[data-layout="square"] h3,
    .full .job_list[data-layout="square"] .spotlight_content,
    .full .seating_charts[data-layout="square"] h3,
    .full .seating_charts[data-layout="square"] .spotlight_content,
    .full .offer_list[data-layout="square"] h3,
    .full .offer_list[data-layout="square"] .spotlight_content,
    .full .gallery-listing[data-layout="square"] h3,
    .full .gallery-listing[data-layout="square"] .spotlight_content {
      width: 100%;
      text-align: left; }
    @media screen and (min-width: 501px) {
      .full .spotlight[data-layout="square"],
      .full .concierge[data-layout="square"],
      .full .news_list[data-layout="square"],
      .full .contest_list[data-layout="square"],
      .full .job_list[data-layout="square"],
      .full .seating_charts[data-layout="square"],
      .full .offer_list[data-layout="square"],
      .full .gallery-listing[data-layout="square"] {
        display: flex;
        justify-content: flex-start;
        align-content: stretch;
        align-items: stretch;
        flex-wrap: wrap; }
        .full .spotlight[data-layout="square"] .entry,
        .full .concierge[data-layout="square"] .entry,
        .full .news_list[data-layout="square"] .entry,
        .full .contest_list[data-layout="square"] .entry,
        .full .job_list[data-layout="square"] .entry,
        .full .seating_charts[data-layout="square"] .entry,
        .full .offer_list[data-layout="square"] .entry,
        .full .gallery-listing[data-layout="square"] .entry {
          float: left;
          padding: 0;
          border: none;
          width: calc((100% - 1 * 30px) / 2);
          margin: 0 30px 80px 0;
          padding-bottom: 40px;
          border-bottom: 1px solid #D6D7D7;
          padding-right: 10px;
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start; }
          .full .spotlight[data-layout="square"] .entry:nth-child(odd),
          .full .concierge[data-layout="square"] .entry:nth-child(odd),
          .full .news_list[data-layout="square"] .entry:nth-child(odd),
          .full .contest_list[data-layout="square"] .entry:nth-child(odd),
          .full .job_list[data-layout="square"] .entry:nth-child(odd),
          .full .seating_charts[data-layout="square"] .entry:nth-child(odd),
          .full .offer_list[data-layout="square"] .entry:nth-child(odd),
          .full .gallery-listing[data-layout="square"] .entry:nth-child(odd) {
            clear: left; }
          .full .spotlight[data-layout="square"] .entry:nth-child(2n),
          .full .concierge[data-layout="square"] .entry:nth-child(2n),
          .full .news_list[data-layout="square"] .entry:nth-child(2n),
          .full .contest_list[data-layout="square"] .entry:nth-child(2n),
          .full .job_list[data-layout="square"] .entry:nth-child(2n),
          .full .seating_charts[data-layout="square"] .entry:nth-child(2n),
          .full .offer_list[data-layout="square"] .entry:nth-child(2n),
          .full .gallery-listing[data-layout="square"] .entry:nth-child(2n) {
            margin-right: 0; }
          .full .spotlight[data-layout="square"] .entry .thumb,
          .full .concierge[data-layout="square"] .entry .thumb,
          .full .news_list[data-layout="square"] .entry .thumb,
          .full .contest_list[data-layout="square"] .entry .thumb,
          .full .job_list[data-layout="square"] .entry .thumb,
          .full .seating_charts[data-layout="square"] .entry .thumb,
          .full .offer_list[data-layout="square"] .entry .thumb,
          .full .gallery-listing[data-layout="square"] .entry .thumb {
            display: block;
            width: calc(100% - 10px);
            margin-bottom: 20px;
            margin-right: 0; }
          .full .spotlight[data-layout="square"] .entry .info,
          .full .concierge[data-layout="square"] .entry .info,
          .full .news_list[data-layout="square"] .entry .info,
          .full .contest_list[data-layout="square"] .entry .info,
          .full .job_list[data-layout="square"] .entry .info,
          .full .seating_charts[data-layout="square"] .entry .info,
          .full .offer_list[data-layout="square"] .entry .info,
          .full .gallery-listing[data-layout="square"] .entry .info {
            width: 100%;
            display: block;
            text-align: left;
            padding: 0;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            flex-grow: 1; } }
      @media screen and (min-width: 501px) and (max-width: 700px) {
        .full .spotlight[data-layout="square"] .entry .info,
        .full .concierge[data-layout="square"] .entry .info,
        .full .news_list[data-layout="square"] .entry .info,
        .full .contest_list[data-layout="square"] .entry .info,
        .full .job_list[data-layout="square"] .entry .info,
        .full .seating_charts[data-layout="square"] .entry .info,
        .full .offer_list[data-layout="square"] .entry .info,
        .full .gallery-listing[data-layout="square"] .entry .info {
          padding-left: 10px; } }
    @media screen and (min-width: 501px) {
            .full .spotlight[data-layout="square"] .entry .info > *,
            .full .concierge[data-layout="square"] .entry .info > *,
            .full .news_list[data-layout="square"] .entry .info > *,
            .full .contest_list[data-layout="square"] .entry .info > *,
            .full .job_list[data-layout="square"] .entry .info > *,
            .full .seating_charts[data-layout="square"] .entry .info > *,
            .full .offer_list[data-layout="square"] .entry .info > *,
            .full .gallery-listing[data-layout="square"] .entry .info > * {
              max-width: 100%; }
          .full .spotlight[data-layout="square"] .entry.no_content .info .title,
          .full .concierge[data-layout="square"] .entry.no_content .info .title,
          .full .news_list[data-layout="square"] .entry.no_content .info .title,
          .full .contest_list[data-layout="square"] .entry.no_content .info .title,
          .full .job_list[data-layout="square"] .entry.no_content .info .title,
          .full .seating_charts[data-layout="square"] .entry.no_content .info .title,
          .full .offer_list[data-layout="square"] .entry.no_content .info .title,
          .full .gallery-listing[data-layout="square"] .entry.no_content .info .title {
            flex-grow: 1; }
          .full .spotlight[data-layout="square"] .entry .title,
          .full .concierge[data-layout="square"] .entry .title,
          .full .news_list[data-layout="square"] .entry .title,
          .full .contest_list[data-layout="square"] .entry .title,
          .full .job_list[data-layout="square"] .entry .title,
          .full .seating_charts[data-layout="square"] .entry .title,
          .full .offer_list[data-layout="square"] .entry .title,
          .full .gallery-listing[data-layout="square"] .entry .title {
            text-align: left; }
            .full .spotlight[data-layout="square"] .entry .title:before,
            .full .concierge[data-layout="square"] .entry .title:before,
            .full .news_list[data-layout="square"] .entry .title:before,
            .full .contest_list[data-layout="square"] .entry .title:before,
            .full .job_list[data-layout="square"] .entry .title:before,
            .full .seating_charts[data-layout="square"] .entry .title:before,
            .full .offer_list[data-layout="square"] .entry .title:before,
            .full .gallery-listing[data-layout="square"] .entry .title:before {
              display: none; }
          .full .spotlight[data-layout="square"] .entry a.button,
          .full .concierge[data-layout="square"] .entry a.button,
          .full .news_list[data-layout="square"] .entry a.button,
          .full .contest_list[data-layout="square"] .entry a.button,
          .full .job_list[data-layout="square"] .entry a.button,
          .full .seating_charts[data-layout="square"] .entry a.button,
          .full .offer_list[data-layout="square"] .entry a.button,
          .full .gallery-listing[data-layout="square"] .entry a.button {
            margin-top: auto;
            align-self: start; } }
    @media screen and (min-width: 501px) and (min-width: 871px) {
      .full .spotlight[data-layout="square"] .entry,
      .full .concierge[data-layout="square"] .entry,
      .full .news_list[data-layout="square"] .entry,
      .full .contest_list[data-layout="square"] .entry,
      .full .job_list[data-layout="square"] .entry,
      .full .seating_charts[data-layout="square"] .entry,
      .full .offer_list[data-layout="square"] .entry,
      .full .gallery-listing[data-layout="square"] .entry {
        width: calc((100% - 2 * 30px) / 3); }
        .full .spotlight[data-layout="square"] .entry:nth-child(odd),
        .full .concierge[data-layout="square"] .entry:nth-child(odd),
        .full .news_list[data-layout="square"] .entry:nth-child(odd),
        .full .contest_list[data-layout="square"] .entry:nth-child(odd),
        .full .job_list[data-layout="square"] .entry:nth-child(odd),
        .full .seating_charts[data-layout="square"] .entry:nth-child(odd),
        .full .offer_list[data-layout="square"] .entry:nth-child(odd),
        .full .gallery-listing[data-layout="square"] .entry:nth-child(odd) {
          clear: none; }
        .full .spotlight[data-layout="square"] .entry:nth-child(2n),
        .full .concierge[data-layout="square"] .entry:nth-child(2n),
        .full .news_list[data-layout="square"] .entry:nth-child(2n),
        .full .contest_list[data-layout="square"] .entry:nth-child(2n),
        .full .job_list[data-layout="square"] .entry:nth-child(2n),
        .full .seating_charts[data-layout="square"] .entry:nth-child(2n),
        .full .offer_list[data-layout="square"] .entry:nth-child(2n),
        .full .gallery-listing[data-layout="square"] .entry:nth-child(2n) {
          margin-right: 30px; }
        .full .spotlight[data-layout="square"] .entry:nth-child(3n),
        .full .concierge[data-layout="square"] .entry:nth-child(3n),
        .full .news_list[data-layout="square"] .entry:nth-child(3n),
        .full .contest_list[data-layout="square"] .entry:nth-child(3n),
        .full .job_list[data-layout="square"] .entry:nth-child(3n),
        .full .seating_charts[data-layout="square"] .entry:nth-child(3n),
        .full .offer_list[data-layout="square"] .entry:nth-child(3n),
        .full .gallery-listing[data-layout="square"] .entry:nth-child(3n) {
          margin-right: 0; }
        .full .spotlight[data-layout="square"] .entry:nth-child(3n + 1),
        .full .concierge[data-layout="square"] .entry:nth-child(3n + 1),
        .full .news_list[data-layout="square"] .entry:nth-child(3n + 1),
        .full .contest_list[data-layout="square"] .entry:nth-child(3n + 1),
        .full .job_list[data-layout="square"] .entry:nth-child(3n + 1),
        .full .seating_charts[data-layout="square"] .entry:nth-child(3n + 1),
        .full .offer_list[data-layout="square"] .entry:nth-child(3n + 1),
        .full .gallery-listing[data-layout="square"] .entry:nth-child(3n + 1) {
          clear: left; } }

  .full .spotlight[data-layout="logos"],
  .full .concierge[data-layout="logos"],
  .full .news_list[data-layout="logos"],
  .full .contest_list[data-layout="logos"],
  .full .job_list[data-layout="logos"],
  .full .seating_charts[data-layout="logos"],
  .full .offer_list[data-layout="logos"],
  .full .gallery-listing[data-layout="logos"] {
    zoom: 1;
    width: 100%;
    margin: 0 auto 40px;
    border-top: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: hidden; }
    .full .spotlight[data-layout="logos"]:before, .full .spotlight[data-layout="logos"]:after,
    .full .concierge[data-layout="logos"]:before,
    .full .concierge[data-layout="logos"]:after,
    .full .news_list[data-layout="logos"]:before,
    .full .news_list[data-layout="logos"]:after,
    .full .contest_list[data-layout="logos"]:before,
    .full .contest_list[data-layout="logos"]:after,
    .full .job_list[data-layout="logos"]:before,
    .full .job_list[data-layout="logos"]:after,
    .full .seating_charts[data-layout="logos"]:before,
    .full .seating_charts[data-layout="logos"]:after,
    .full .offer_list[data-layout="logos"]:before,
    .full .offer_list[data-layout="logos"]:after,
    .full .gallery-listing[data-layout="logos"]:before,
    .full .gallery-listing[data-layout="logos"]:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .full .spotlight[data-layout="logos"]:after,
    .full .concierge[data-layout="logos"]:after,
    .full .news_list[data-layout="logos"]:after,
    .full .contest_list[data-layout="logos"]:after,
    .full .job_list[data-layout="logos"]:after,
    .full .seating_charts[data-layout="logos"]:after,
    .full .offer_list[data-layout="logos"]:after,
    .full .gallery-listing[data-layout="logos"]:after {
      clear: both; }
    .full .spotlight[data-layout="logos"] .entry,
    .full .concierge[data-layout="logos"] .entry,
    .full .news_list[data-layout="logos"] .entry,
    .full .contest_list[data-layout="logos"] .entry,
    .full .job_list[data-layout="logos"] .entry,
    .full .seating_charts[data-layout="logos"] .entry,
    .full .offer_list[data-layout="logos"] .entry,
    .full .gallery-listing[data-layout="logos"] .entry {
      float: left;
      padding: 0;
      border: none;
      width: calc((100% - 3 * 30px) / 3);
      margin: 0 30px 20px 0; }
      .full .spotlight[data-layout="logos"] .entry:nth-child(3n),
      .full .concierge[data-layout="logos"] .entry:nth-child(3n),
      .full .news_list[data-layout="logos"] .entry:nth-child(3n),
      .full .contest_list[data-layout="logos"] .entry:nth-child(3n),
      .full .job_list[data-layout="logos"] .entry:nth-child(3n),
      .full .seating_charts[data-layout="logos"] .entry:nth-child(3n),
      .full .offer_list[data-layout="logos"] .entry:nth-child(3n),
      .full .gallery-listing[data-layout="logos"] .entry:nth-child(3n) {
        margin-right: 0; }
      .full .spotlight[data-layout="logos"] .entry .thumb,
      .full .concierge[data-layout="logos"] .entry .thumb,
      .full .news_list[data-layout="logos"] .entry .thumb,
      .full .contest_list[data-layout="logos"] .entry .thumb,
      .full .job_list[data-layout="logos"] .entry .thumb,
      .full .seating_charts[data-layout="logos"] .entry .thumb,
      .full .offer_list[data-layout="logos"] .entry .thumb,
      .full .gallery-listing[data-layout="logos"] .entry .thumb {
        display: block;
        width: calc(100%);
        margin-bottom: 20px;
        margin-right: 0; }
        .full .spotlight[data-layout="logos"] .entry .thumb a:after, .full .spotlight[data-layout="logos"] .entry .thumb a:before,
        .full .concierge[data-layout="logos"] .entry .thumb a:after,
        .full .concierge[data-layout="logos"] .entry .thumb a:before,
        .full .news_list[data-layout="logos"] .entry .thumb a:after,
        .full .news_list[data-layout="logos"] .entry .thumb a:before,
        .full .contest_list[data-layout="logos"] .entry .thumb a:after,
        .full .contest_list[data-layout="logos"] .entry .thumb a:before,
        .full .job_list[data-layout="logos"] .entry .thumb a:after,
        .full .job_list[data-layout="logos"] .entry .thumb a:before,
        .full .seating_charts[data-layout="logos"] .entry .thumb a:after,
        .full .seating_charts[data-layout="logos"] .entry .thumb a:before,
        .full .offer_list[data-layout="logos"] .entry .thumb a:after,
        .full .offer_list[data-layout="logos"] .entry .thumb a:before,
        .full .gallery-listing[data-layout="logos"] .entry .thumb a:after,
        .full .gallery-listing[data-layout="logos"] .entry .thumb a:before {
          display: none !important; }
      .full .spotlight[data-layout="logos"] .entry .info,
      .full .concierge[data-layout="logos"] .entry .info,
      .full .news_list[data-layout="logos"] .entry .info,
      .full .contest_list[data-layout="logos"] .entry .info,
      .full .job_list[data-layout="logos"] .entry .info,
      .full .seating_charts[data-layout="logos"] .entry .info,
      .full .offer_list[data-layout="logos"] .entry .info,
      .full .gallery-listing[data-layout="logos"] .entry .info {
        width: 100%;
        display: block;
        text-align: center;
        padding: 0; }
      .full .spotlight[data-layout="logos"] .entry .title:before,
      .full .concierge[data-layout="logos"] .entry .title:before,
      .full .news_list[data-layout="logos"] .entry .title:before,
      .full .contest_list[data-layout="logos"] .entry .title:before,
      .full .job_list[data-layout="logos"] .entry .title:before,
      .full .seating_charts[data-layout="logos"] .entry .title:before,
      .full .offer_list[data-layout="logos"] .entry .title:before,
      .full .gallery-listing[data-layout="logos"] .entry .title:before {
        display: none; }
      .full .spotlight[data-layout="logos"] .entry .button,
      .full .concierge[data-layout="logos"] .entry .button,
      .full .news_list[data-layout="logos"] .entry .button,
      .full .contest_list[data-layout="logos"] .entry .button,
      .full .job_list[data-layout="logos"] .entry .button,
      .full .seating_charts[data-layout="logos"] .entry .button,
      .full .offer_list[data-layout="logos"] .entry .button,
      .full .gallery-listing[data-layout="logos"] .entry .button {
        display: none; }
      @media screen and (min-width: 871px) {
        .full .spotlight[data-layout="logos"] .entry,
        .full .concierge[data-layout="logos"] .entry,
        .full .news_list[data-layout="logos"] .entry,
        .full .contest_list[data-layout="logos"] .entry,
        .full .job_list[data-layout="logos"] .entry,
        .full .seating_charts[data-layout="logos"] .entry,
        .full .offer_list[data-layout="logos"] .entry,
        .full .gallery-listing[data-layout="logos"] .entry {
          width: calc((100% - 4 * 30px) / 5); }
          .full .spotlight[data-layout="logos"] .entry:nth-child(3n),
          .full .concierge[data-layout="logos"] .entry:nth-child(3n),
          .full .news_list[data-layout="logos"] .entry:nth-child(3n),
          .full .contest_list[data-layout="logos"] .entry:nth-child(3n),
          .full .job_list[data-layout="logos"] .entry:nth-child(3n),
          .full .seating_charts[data-layout="logos"] .entry:nth-child(3n),
          .full .offer_list[data-layout="logos"] .entry:nth-child(3n),
          .full .gallery-listing[data-layout="logos"] .entry:nth-child(3n) {
            margin-right: 30px; }
          .full .spotlight[data-layout="logos"] .entry:nth-child(5n),
          .full .concierge[data-layout="logos"] .entry:nth-child(5n),
          .full .news_list[data-layout="logos"] .entry:nth-child(5n),
          .full .contest_list[data-layout="logos"] .entry:nth-child(5n),
          .full .job_list[data-layout="logos"] .entry:nth-child(5n),
          .full .seating_charts[data-layout="logos"] .entry:nth-child(5n),
          .full .offer_list[data-layout="logos"] .entry:nth-child(5n),
          .full .gallery-listing[data-layout="logos"] .entry:nth-child(5n) {
            margin-right: 0; } }

.full .contest .thumb:hover a:after {
  opacity: 1;
  width: 100%; }

.full .concierge .thumb:hover a:after {
  opacity: 1;
  width: 100%; }
.full .concierge a.more:after {
  display: none; }

.news_list .thumb a:hover:after {
  opacity: 1;
  width: 100%; }
.news_list .entry {
  border-bottom: 1px solid #D6D7D7;
  padding-bottom: 40px;
  padding-top: 0; }
.news_list .info .date {
  margin-bottom: 10px;
  position: relative;
  top: 5px;
  z-index: 2;
  margin-bottom: 25px; }
  .news_list .info .date span {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-size: 14px;
    color: #191718;
    letter-spacing: 0;
    line-height: 16px; }
@media screen and (max-width: 870px) {
  .news_list .thumb, .news_list .teaser {
    display: none; }
  .news_list .info, .news_list .thumb:not(.default) + .info {
    width: 100%;
    text-align: left; } }

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

.gallery-listing[data-layout="square"] .entry .thumb {
  margin-bottom: 10px !important; }
.gallery-listing[data-layout="square"] .entry .info {
  align-items: flex-start !important; }
  .gallery-listing[data-layout="square"] .entry .info .date {
    margin-bottom: 10px;
    position: relative;
    top: 5px;
    z-index: 2;
    margin-bottom: 25px; }
    .gallery-listing[data-layout="square"] .entry .info .date span {
      font-family: "Roboto Slab", serif;
      font-weight: 400;
      font-size: 18px;
      color: #191718;
      letter-spacing: 1.5px;
      line-height: 20px;
      text-transform: uppercase; }
    .gallery-listing[data-layout="square"] .entry .info .date .m-date__day {
      font-weight: 700; }

#pages.north-charleston-pops .spotlight .entry {
  border-bottom: none !important;
  padding-bottom: 0px !important; }

.concierge .info .body {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.24px;
  line-height: 32px;
  margin-bottom: 20px; }
  .concierge .info .body p:last-child {
    margin-bottom: 0px; }

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

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

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

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

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

/* ----------------------------------------------------------------------------
= Homepage items and layout
----------------------------------------------------------------------------- */
.home {
  background-image: url("../images/bg.png"); }
  .home .full .full_column .secondary_events_section {
    max-width: 1230px;
    padding: 20px 20px 0px;
    margin: 0px auto; }
    @media screen and (max-width: 700px) {
      .home .full .full_column .secondary_events_section {
        padding: 20px 0px 20px; } }
    .home .full .full_column .secondary_events_section .eventItem {
      margin-bottom: 50px;
      border-radius: 8px;
      background: #F7F5F2;
      background-image: url("../images/bg.png");
      overflow: hidden; }
      @media screen and (max-width: 600px) {
        .home .full .full_column .secondary_events_section .eventItem {
          width: 100%;
          margin: 5px 0 0;
          min-height: 0;
          background: #F7F5F2;
          background-image: url("../images/bg.png");
          padding: 10px;
          border-radius: 0px; } }
      @media screen and (max-width: 700px) {
        .home .full .full_column .secondary_events_section .eventItem {
          border-radius: 0px;
          margin-bottom: 10px; } }
      @media screen and (max-width: 600px) {
        .home .full .full_column .secondary_events_section .eventItem .buttons {
          padding: 0 10px 0px 10px; } }
      .home .full .full_column .secondary_events_section .eventItem .buttons a.tickets {
        min-width: 138px;
        padding: 13px 23px; }
        @media screen and (max-width: 600px) {
          .home .full .full_column .secondary_events_section .eventItem .buttons a.tickets {
            padding: 19px 33px;
            font-size: 12px; } }
      .home .full .full_column .secondary_events_section .eventItem .buttons a.more {
        background: transparent;
        color: #DE3527;
        border: 3px solid #DE3527;
        border-radius: 8px;
        padding: 16px;
        min-width: 138px;
        padding: 5px 16px;
        text-align: center;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        @media screen and (max-width: 870px) {
          .home .full .full_column .secondary_events_section .eventItem .buttons a.more {
            display: none; } }
        .home .full .full_column .secondary_events_section .eventItem .buttons a.more:hover {
          color: #191718;
          background: transparent; }
        .home .full .full_column .secondary_events_section .eventItem .buttons a.more:after {
          display: none; }
      @media screen and (max-width: 600px) {
        .home .full .full_column .secondary_events_section .eventItem .info {
          padding: 20px 10px 70px 10px; } }
      @media screen and (max-width: 600px) {
        .home .full .full_column .secondary_events_section .eventItem .thumb {
          width: 100%;
          height: auto;
          z-index: 6; }
          .home .full .full_column .secondary_events_section .eventItem .thumb img {
            border-radius: 0px 8px 8px 0px; }
          .home .full .full_column .secondary_events_section .eventItem .thumb a:after {
            border-radius: 0px 8px 8px 0px; } }
      @media screen and (min-width: 1081px) {
        .home .full .full_column .secondary_events_section .eventItem .info {
          padding-top: 0px;
          padding-bottom: 0px;
          align-self: center; }
        .home .full .full_column .secondary_events_section .eventItem .date span {
          font-size: 16px;
          line-height: 16px; }
        .home .full .full_column .secondary_events_section .eventItem .presented {
          font-size: 12px;
          letter-spacing: 1.5px;
          line-height: 16px; }
        .home .full .full_column .secondary_events_section .eventItem h3 a {
          font-size: 39px;
          line-height: 39px; }
        .home .full .full_column .secondary_events_section .eventItem .tagline {
          font-size: 16px;
          line-height: 26px;
          margin-top: 23px; }
        .home .full .full_column .secondary_events_section .eventItem .thumb {
          width: 370px; }
        .home .full .full_column .secondary_events_section .eventItem .buttons {
          position: relative;
          padding-left: 0px;
          margin-top: 40px;
          margin-bottom: 0px;
          display: inline-block;
          bottom: 0px; } }
  .home .full .full_column .bannerItem {
    background: #000000;
    border-radius: 8px !important;
    justify-content: center;
    padding: 20px 30px;
    flex-direction: column; }
    @media screen and (max-width: 600px) {
      .home .full .full_column .bannerItem {
        width: calc(100%);
        margin: 10px 0px 10px;
        min-height: 0; } }
    .home .full .full_column .bannerItem.bannerItemLast {
      background: #DE3527; }
    .home .full .full_column .bannerItem .tagline {
      font-family: "Roboto", serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 12px;
      color: #F7F5F2;
      letter-spacing: 1.5px;
      text-align: center;
      line-height: 22px; }
    .home .full .full_column .bannerItem .title {
      font-family: "Roboto Slab", serif;
      font-weight: 700;
      font-size: 31px;
      color: #F7F5F2;
      letter-spacing: 0;
      text-align: center;
      line-height: 31px;
      margin: 3px 0px 30px; }
      .home .full .full_column .bannerItem .title a {
        font-family: "Roboto Slab", serif;
        font-weight: 700;
        font-size: 31px;
        color: #F7F5F2;
        letter-spacing: 0;
        text-align: center;
        line-height: 31px;
        display: inline !important; }
        .home .full .full_column .bannerItem .title a:after {
          display: none; }
      .home .full .full_column .bannerItem .title .hoverline {
        background-image: linear-gradient(to right, white 0%, white 100%);
        background-size: 0px 2px;
        background-position: 0px 95%;
        background-repeat: no-repeat;
        transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
        padding: 0.1% 0px; }
      .home .full .full_column .bannerItem .title:hover .hoverline {
        background-size: 100% 2px; }
    .home .full .full_column .bannerItem .text {
      margin-bottom: 20px; }
      .home .full .full_column .bannerItem .text p {
        font-family: "Roboto", serif;
        font-weight: 400;
        font-size: 16px;
        color: #F7F5F2;
        letter-spacing: 0;
        text-align: center;
        line-height: 26px; }
    .home .full .full_column .bannerItem .buttons {
      justify-content: center !important;
      padding: 0px 10px;
      position: relative;
      bottom: 0px; }
      @media screen and (min-width: 971px) {
        .home .full .full_column .bannerItem .buttons {
          bottom: 30px;
          position: absolute; } }
      .home .full .full_column .bannerItem .buttons .more {
        background: transparent;
        border-radius: 8px;
        border: 3px solid white;
        color: white;
        text-align: center;
        width: 138px;
        padding: 4px 10px;
        display: inline-block; }
        .home .full .full_column .bannerItem .buttons .more:hover {
          color: #DE3527;
          background: white; }
        .home .full .full_column .bannerItem .buttons .more:after {
          display: none; }

.link {
  position: relative; }
  .link ul.list {
    padding: 0; }
    .link ul.list li {
      display: block;
      width: 100%; }
    .link ul.list li > a:after {
      display: none; }
    .link ul.list li > a:hover {
      color: #DE3527 !important; }
      .link ul.list li > a:hover svg {
        fill: #DE3527; }
    .link ul.list li > a, .link ul.list li > span {
      display: inline-block;
      position: relative;
      padding: 15px 0px 15px 50px;
      word-wrap: break-word;
      font-family: "Roboto Slab", serif;
      font-weight: 700;
      font-size: 20px;
      color: #191718;
      letter-spacing: 0.3px;
      line-height: 21px;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      /*------------------------------------------------------------
      =Handles all Social Media icons for select social media urls
          -- Twitter | Facebook | Instagram | Pinterest
      ------------------------------------------------------------*/ }
      .link ul.list li > a svg, .link ul.list li > span svg {
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0px;
        fill: #DE3527; }
      .link ul.list li > a .link_icon .internal, .link ul.list li > span .link_icon .internal {
        display: block; }
      .link ul.list li > a .link_icon .external, .link ul.list li > span .link_icon .external {
        display: none; }
      .link ul.list li > a[target="_blank"] .link_icon .internal, .link ul.list li > span[target="_blank"] .link_icon .internal {
        display: none; }
      .link ul.list li > a[target="_blank"] .link_icon .external, .link ul.list li > span[target="_blank"] .link_icon .external {
        display: block; }
      .link ul.list li > a[href*="twitter"] svg, .link ul.list li > a[href*="facebook"] svg, .link ul.list li > a[href*="instagram"] svg, .link ul.list li > a[href*="pinterest"] svg, .link ul.list li > a[href*="youtube"] svg, .link ul.list li > a[href*="youtu.be"] svg, .link ul.list li > a[href*="snapchat"] svg, .link ul.list li > span[href*="twitter"] svg, .link ul.list li > span[href*="facebook"] svg, .link ul.list li > span[href*="instagram"] svg, .link ul.list li > span[href*="pinterest"] svg, .link ul.list li > span[href*="youtube"] svg, .link ul.list li > span[href*="youtu.be"] svg, .link ul.list li > span[href*="snapchat"] svg {
        display: none; }
      .link ul.list li > a[href*="twitter"]:before, .link ul.list li > a[href*="facebook"]:before, .link ul.list li > a[href*="instagram"]:before, .link ul.list li > a[href*="pinterest"]:before, .link ul.list li > a[href*="youtube"]:before, .link ul.list li > a[href*="youtu.be"]:before, .link ul.list li > a[href*="snapchat"]:before, .link ul.list li > span[href*="twitter"]:before, .link ul.list li > span[href*="facebook"]:before, .link ul.list li > span[href*="instagram"]:before, .link ul.list li > span[href*="pinterest"]:before, .link ul.list li > span[href*="youtube"]:before, .link ul.list li > span[href*="youtu.be"]:before, .link ul.list li > span[href*="snapchat"]:before {
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        position: absolute;
        left: 0px;
        display: inline-block;
        background: none;
        padding: 0;
        font-family: FontAwesome;
        font-size: 25px;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit; }
      .link ul.list li > a[href*="twitter"]:before, .link ul.list li > span[href*="twitter"]:before {
        content: "\f099"; }
      .link ul.list li > a[href*="facebook"]:before, .link ul.list li > span[href*="facebook"]:before {
        content: "\f09a"; }
      .link ul.list li > a[href*="instagram"]:before, .link ul.list li > span[href*="instagram"]:before {
        content: "\f16d"; }
      .link ul.list li > a[href*="pinterest"]:before, .link ul.list li > span[href*="pinterest"]:before {
        content: "\f0d2"; }
      .link ul.list li > a[href*="youtube"]:before, .link ul.list li > a[href*="youtu.be"]:before, .link ul.list li > span[href*="youtube"]:before, .link ul.list li > span[href*="youtu.be"]:before {
        content: "\f16a"; }
      .link ul.list li > a[href*="snapchat"]:before, .link ul.list li > span[href*="snapchat"]:before {
        content: "\f2ac"; }
    .link ul.list li > span .link_icon {
      display: none; }
    .link ul.list .description {
      padding-left: 50px; }
      .link ul.list .description p, .link ul.list .description li {
        font-family: "Roboto", serif;
        font-weight: 400;
        font-size: 14px;
        color: #191718;
        letter-spacing: 0.3px;
        line-height: 22px;
        margin-top: 0; }
      .link ul.list .description li {
        padding: 4px 0 4px 40px; }
      .link ul.list .description ul li:before {
        top: 13px; }
      .link ul.list .description ol li:before {
        top: 3px;
        font-size: 16px; }
      .link ul.list .description p {
        margin-bottom: 20px; }

/* ----------------------------------------------------------------------------
= FAQ Accordion
----------------------------------------------------------------------------- */
.faq {
  position: relative;
  padding: 0px;
  margin-bottom: 40px !important; }
  .faq .faq_item_wrapper {
    border: 1px solid rgba(222, 53, 39, 0);
    margin-bottom: 10px;
    background: rgba(240, 233, 225, 0.7);
    border-radius: 4px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .faq .faq_item_wrapper.is-opened {
      border-color: #DE3527;
      border: 1px solid rgba(222, 53, 39, 0.7); }
    .faq .faq_item_wrapper:hover {
      border: 1px solid rgba(222, 53, 39, 0.7); }
  .faq .faq_question {
    position: relative;
    overflow: auto;
    margin: 0;
    padding: 0px;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
    .faq .faq_question > a {
      padding: 22px 10px 22px 73px;
      width: 100%;
      text-decoration: none !important;
      display: block; }
      .faq .faq_question > a:after {
        display: none; }
    .faq .faq_question:before, .faq .faq_question:after {
      content: " ";
      position: absolute;
      top: calc(50% - 12px);
      left: 20px;
      z-index: 61;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      pointer-events: none;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }
    .faq .faq_question:after {
      width: 8px;
      height: 11px;
      top: calc(50% - 5px);
      left: 29px;
      background: url("../images/svg/faq_arrow.svg") no-repeat;
      background-size: contain;
      transform-origin: center; }
    .faq .faq_question:before {
      width: 25px;
      height: 25px;
      background: #DE3527;
      border-radius: 50%; }
    .faq .faq_question .hoverline {
      background-image: linear-gradient(to right, #231f20 0%, #231f20 100%);
      background-size: 0px 1px;
      background-position: 0px 95%;
      background-repeat: no-repeat;
      transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
      padding: 0.1% 0px; }
    .faq .faq_question:hover .hoverline {
      background-size: 100% 1px; }
    .faq .faq_question .faqtitle {
      margin: 0;
      padding: 0px;
      font-family: "Roboto Slab", serif;
      font-weight: 700;
      font-size: 20px;
      color: #191718;
      letter-spacing: 0;
      line-height: 20px;
      z-index: 60;
      position: relative;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      display: inline; }
    .faq .faq_question.active:after, .faq .faq_question.open:after {
      transform: rotate(90deg); }
  .faq .faq_answer {
    display: none;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0px 15px 15px 73px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
    @media screen and (max-width: 700px) {
      .faq .faq_answer {
        padding-left: 20px; } }
    .faq .faq_answer p {
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      font-size: 16px;
      color: #191718;
      letter-spacing: 0;
      line-height: 26px; }
    .faq .faq_answer ul li, .faq .faq_answer ol li {
      font-size: 16px;
      padding: 0px 0px 0px 30px; }
    .faq .faq_answer ul li:before {
      top: 10px; }
    .faq .faq_answer ol li:before {
      top: 5px;
      font-size: 17px; }

/* ----------------------------------------------------------------------------
= Seating Charts Page styles - Listing page
----------------------------------------------------------------------------- */
@media screen and (max-width: 700px) {
  .seating_charts .entry .thumb {
    margin: 0px auto 20px auto; } }
@media screen and (max-width: 700px) {
  .seating_charts .entry .info {
    text-align: center; } }
@media screen and (max-width: 700px) {
  .seating_charts .entry .links {
    text-align: center; } }

/* ----------------------------------------------------------------------------
=Venue Pages
----------------------------------------------------------------------------- */
a.venue-website {
  margin-top: 10px; }

/* ----------------------------------------------------------------------------
= Map styles
----------------------------------------------------------------------------- */
.map_holder {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  zoom: 1;
  z-index: 1; }
  .map_holder:before, .map_holder:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .map_holder:after {
    clear: both; }
  .map_holder .map {
    overflow: hidden;
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 700px) {
      .map_holder .map {
        height: 300px; } }

.map_window .info {
  margin: 0 0 10px; }
  .map_window .info h4 {
    color: #191718;
    font-weight: 800;
    font-size: 1rem;
    margin: 0 0 5px 0; }
  .map_window .info address {
    margin: 0;
    padding: 0;
    color: #191718;
    font-size: 12px;
    line-height: 1; }
.map_window .desc {
  width: 100%; }
  .map_window .desc img {
    display: none;
    float: left;
    width: 120px;
    height: auto;
    margin: 0 15px 0 0; }
  .map_window .desc p {
    margin: 0 0 5px 0;
    font-size: 12px;
    padding: 0; }
.map_window .directions {
  display: none;
  max-width: 100%; }
  .map_window .directions form {
    max-width: 100%; }
  .map_window .directions label {
    display: block;
    margin: 0 0 8px;
    color: #191718;
    font-size: 12px; }
  .map_window .directions input[type=text] {
    border: 1px solid #D6D7D7;
    width: 100%;
    max-width: 100%;
    margin: 0 0 8px;
    padding: 4px 5px;
    color: #191718;
    font-size: 12px;
    max-width: 100%; }
  .map_window .directions button {
    margin: 0 0 3px 3px;
    padding: 10px; }
.map_window .links {
  display: none; }

.map_control {
  background: white;
  zoom: 1;
  position: relative;
  float: left;
  width: calc(100%);
  margin: 0px;
  line-height: 55px;
  z-index: 1;
  text-align: center;
  padding: 0 30px 0 20px;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap; }
  .map_control:before, .map_control:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .map_control:after {
    clear: both; }
  @media screen and (max-width: 700px) {
    .map_control {
      width: 100%;
      margin: 0;
      display: block;
      padding: 10px 10px 0 10px; } }
  .map_control:before, .map_control:after {
    display: none; }
  .map_control .map_anchor {
    display: none; }
  .map_control label, .map_control .label {
    display: inline-block;
    padding: 0;
    font-family: "Roboto Slab", serif;
    font-size: 14px;
    font-weight: 800;
    color: #191718;
    line-height: 55px;
    margin: 0;
    text-transform: uppercase; }
    @media screen and (max-width: 700px) {
      .map_control label, .map_control .label {
        display: none; } }
  .map_control button, .map_control .button {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    display: inline-block;
    margin: 0 0 0 27px;
    padding: 0 0 0 46px;
    font-family: "Roboto Slab", serif;
    font-size: 14px;
    font-weight: 800;
    outline-offset: -4px !important;
    line-height: 55px;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 0px 8px;
    background-size: contain; }
    @media screen and (max-width: 700px) {
      .map_control button, .map_control .button {
        display: block;
        text-align: left;
        border-bottom: 1px solid black;
        line-height: 53px;
        background-position: calc(1/2*(100% - 122px) + 19px) 7px;
        width: 100%;
        margin: 0 auto;
        padding: 0 10px 0 calc(1/2*(100% - 122px) + 46px); } }
    .map_control button:hover, .user-is-tabbing .map_control button:focus, .map_control .button:hover, .user-is-tabbing .map_control .button:focus {
      color: #DE3527; }
      .map_control button:hover:before, .user-is-tabbing .map_control button:focus:before, .map_control .button:hover:before, .user-is-tabbing .map_control .button:focus:before {
        opacity: 1; }
    .map_control button:last-child, .map_control .button:last-child {
      margin-bottom: 0;
      border-bottom: none; }
    .map_control button:before, .map_control .button:before {
      content: '';
      width: 35px;
      height: 35px;
      margin: 0;
      top: 10px;
      left: 0;
      position: absolute;
      line-height: 55px;
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      opacity: 1;
      z-index: 1;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      @media screen and (max-width: 700px) {
        .map_control button:before, .map_control .button:before {
          top: 7px;
          left: calc(1/2*(100% - 122px)); } }
    .map_control button:after, .map_control .button:after {
      content: '';
      display: inline-block;
      width: 35px;
      height: 35px;
      margin: 0;
      top: 10px;
      left: 0;
      position: absolute;
      line-height: 55px;
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      z-index: 2;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      opacity: 0; }
      @media screen and (max-width: 700px) {
        .map_control button:after, .map_control .button:after {
          top: 7px;
          left: calc(1/2*(100% - 122px)); } }
    .map_control button.active, .map_control .button.active {
      text-decoration: underline; }
      .map_control button.active:before, .map_control .button.active:before {
        opacity: 0; }
      .map_control button.active:after, .map_control .button.active:after {
        opacity: 1; }
    .map_control button.lodging:before, .map_control .button.lodging:before {
      background-image: url("../images/svg/hotels_icon.svg"); }
    .map_control button.lodging:after, .map_control .button.lodging:after {
      background-image: url("../images/svg/hotels_icon.svg"); }
    .map_control button.restaurants:before, .map_control .button.restaurants:before {
      background-image: url("../images/svg/restaurants_icon.svg"); }
    .map_control button.restaurants:after, .map_control .button.restaurants:after {
      background-image: url("../images/svg/restaurants_icon.svg"); }
    .map_control button.things-to-do:before, .map_control .button.things-to-do:before {
      background-image: url("../images/svg/things_icon.svg"); }
    .map_control button.things-to-do:after, .map_control .button.things-to-do:after {
      background-image: url("../images/svg/things_icon.svg"); }

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

.paging {
  zoom: 1;
  position: relative;
  height: 40px;
  margin: -25px 0 15px;
  padding: 0;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.3px;
  line-height: 17px; }
  .paging:before, .paging:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .paging:after {
    clear: both; }
  @media screen and (max-width: 700px) {
    .paging {
      margin-top: -8px; } }
  .paging.final {
    margin: 0; }
  .paging.empty {
    height: 0;
    margin: 0;
    padding: 0;
    background: none; }
  .paging .record {
    float: left;
    width: auto;
    height: 40px;
    padding: 13px 0 0 0;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.3px;
    line-height: 17px; }
  .paging .pages {
    zoom: 1;
    float: right;
    width: auto;
    margin: 0 -18px 0 0;
    text-align: center;
    padding-top: 13px; }
    .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 {
      line-height: 40px;
      position: relative;
      float: left;
      width: 38px;
      height: 38px;
      margin: 0;
      padding: 0;
      font-family: "Roboto Slab", serif;
      font-weight: 700;
      font-size: 14px;
      color: #1A1919;
      letter-spacing: 1.5px;
      line-height: 14px;
      z-index: 1; }
      .paging .pages strong:after,
      .paging .pages a:after,
      .paging .pages a:link:after,
      .paging .pages a:visited:after {
        display: none; }
      .paging .pages strong:hover,
      .paging .pages a:hover,
      .paging .pages a:link:hover,
      .paging .pages a:visited:hover {
        color: #DE3527; }
      .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 {
        position: relative;
        text-indent: -9999px; }
        .paging .pages strong.prev:after, .paging .pages strong.next:after,
        .paging .pages a.prev:after,
        .paging .pages a.next:after,
        .paging .pages a:link.prev:after,
        .paging .pages a:link.next:after,
        .paging .pages a:visited.prev:after,
        .paging .pages a:visited.next:after {
          position: absolute;
          content: " ";
          width: 7px;
          height: 10px;
          background: url("../images/svg/footer-arrow.svg") no-repeat;
          background-size: contain;
          left: 13px;
          top: 2px;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
          display: block; }
        .paging .pages strong.prev:hover:after, .paging .pages strong.next:hover:after,
        .paging .pages a.prev:hover:after,
        .paging .pages a.next:hover:after,
        .paging .pages a:link.prev:hover:after,
        .paging .pages a:link.next:hover:after,
        .paging .pages a:visited.prev:hover:after,
        .paging .pages a:visited.next:hover:after {
          background: url("../images/svg/footer-arrow-hover.svg") no-repeat;
          background-size: contain; }
      .paging .pages strong.prev:after,
      .paging .pages a.prev:after,
      .paging .pages a:link.prev:after,
      .paging .pages a:visited.prev:after {
        transform: rotate(180deg);
        left: 19px;
        top: 3px; }
    .paging .pages strong {
      position: relative; }
      .paging .pages strong:after {
        content: " ";
        position: absolute;
        z-index: -1;
        width: 12px;
        bottom: 20px;
        left: 13px;
        height: 2px;
        background: #DE3527;
        display: block; }
      .paging .pages strong:hover {
        color: #191718; }

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

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
@media screen and (max-width: 700px) {
  #news.index .news_list {
    padding: 0px 10px;
    overflow: hidden; } }

/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_detail .news_thumb {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }
.news_detail #branding.spotlight_image .caption {
  display: none; }

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
body#events {
  background-image: url("../images/bg.png"); }

.event_list_header {
  width: 100%;
  background: #F7F5F2;
  background-image: url("../images/bg.png");
  padding: 15px 0px 45px;
  margin-bottom: 20px; }
  @media screen and (max-width: 870px) {
    .event_list_header {
      margin-bottom: 10px;
      padding-bottom: 10px; } }
  .event_list_header .header_inner {
    max-width: 1160px;
    padding: 0px 20px;
    margin: 0px auto;
    width: calc(100%); }
  .event_list_header .overview {
    display: flex;
    position: relative;
    margin: 0 auto; }
    @media screen and (max-width: 870px) {
      .event_list_header .overview {
        flex-direction: column; } }
  .event_list_header h1 {
    flex-grow: 2;
    margin: 0;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-size: 61px;
    color: #191718;
    letter-spacing: 0;
    line-height: 61px;
    margin-top: 10px; }
    @media screen and (max-width: 870px) {
      .event_list_header h1 {
        font-size: 40px;
        line-height: 40px; } }

.event_list_toggles {
  display: flex;
  align-self: center;
  margin-top: 25px; }
  @media screen and (max-width: 970px) {
    .event_list_toggles {
      display: none; } }
  .event_list_toggles .toggle {
    margin-left: 40px;
    color: #000; }
    .event_list_toggles .toggle:hover {
      cursor: pointer; }
      .event_list_toggles .toggle:hover span:after {
        width: 100%; }
      .event_list_toggles .toggle:hover svg {
        fill: #DE3527;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
    .event_list_toggles .toggle.calendar {
      display: none; }
    .event_list_toggles .toggle.is-active svg {
      fill: #DE3527; }
    .event_list_toggles .toggle.is-active span:after {
      width: 100%; }
  .event_list_toggles span {
    display: block;
    text-align: center;
    font-family: "Roboto", serif;
    font-weight: 700;
    font-size: 13px;
    color: #000;
    letter-spacing: 2px;
    line-height: 13px;
    text-transform: uppercase;
    position: relative;
    padding-top: 5px; }
    .event_list_toggles span:after {
      content: " ";
      position: absolute;
      bottom: -10px;
      left: 0px;
      width: 0px;
      height: 3px;
      background: #DE3527;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
  .event_list_toggles svg {
    fill: #000;
    margin-left: -6px; }

.category-dropdown {
  margin-top: 10px;
  position: relative;
  margin-right: 10px;
  align-self: center;
  background-image: linear-gradient(-44deg, #000000 0%, #313131 100%); }
  @media screen and (max-width: 1050px) {
    .category-dropdown {
      margin-top: 15px;
      margin-right: 0px; } }
  @media screen and (max-width: 870px) {
    .category-dropdown {
      margin-top: 30px;
      align-self: flex-start; } }
  .category-dropdown .select {
    display: block;
    position: relative;
    width: 210px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #666A69;
    border-radius: 2px;
    margin: 0;
    padding: 0 0 0 15px;
    color: #fff;
    cursor: pointer;
    outline: none;
    z-index: 8;
    font-family: "Roboto", serif;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.4px;
    line-height: 16px;
    background: transparent;
    text-align: left;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .category-dropdown .select svg {
      float: right;
      position: absolute;
      top: 14px;
      right: 15px;
      width: 7px;
      height: 10px;
      fill: none;
      transform: rotate(90deg);
      transform-origin: center;
      fill-rule: evenodd;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .category-dropdown .select:hover {
      border: 1px solid #FFFFFF; }
    .category-dropdown .select.is-active {
      border: 1px solid #FFFFFF;
      border-bottom: none !important; }
      .category-dropdown .select.is-active svg {
        transform: rotate(-90deg); }
  .category-dropdown .choices {
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    padding: 45px 0px 10px 0px;
    font-family: "Roboto", serif;
    font-weight: 400;
    font-size: 16px;
    color: #E0E0E0;
    letter-spacing: 0.3px;
    line-height: 34px;
    z-index: 7;
    box-shadow: 0 2px 7px -1px rgba(0, 0, 0, 0.2);
    border: 1px solid white;
    border-top: none;
    background-image: linear-gradient(-44deg, #000000 0%, #313131 100%); }
    .category-dropdown .choices.is-active {
      display: block; }
    .category-dropdown .choices li {
      margin: 0px; }
    .category-dropdown .choices li .event_filter_item {
      display: block;
      padding: 0px 6px 0px 25px;
      color: #E0E0E0;
      text-decoration: none;
      cursor: pointer;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .category-dropdown .choices li:hover .event_filter_item,
    .category-dropdown .choices .event_filter_item.is-active {
      background: #000000;
      color: #E0E0E0; }
    .category-dropdown .choices li:before {
      display: none; }

.event_list {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  padding: 0; }
  .event_list .list {
    zoom: 1;
    max-width: 100%; }
    .event_list .list:before, .event_list .list:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .event_list .list:after {
      clear: both; }
    @media screen and (min-width: 871px) {
      .event_list .list {
        width: 100%;
        margin: 0 auto; } }
    @media screen and (max-width: 600px) {
      .event_list .list {
        padding-left: 0; } }
  .event_list .eventItem {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    margin-bottom: 40px;
    min-height: 184px;
    text-align: left;
    z-index: 2;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    transition-property: top, opacity;
    opacity: 0;
    top: 25px;
    background: #F7F5F2;
    border-radius: 8px 0px 0px 8px; }
    @media screen and (max-width: 870px) {
      .event_list .eventItem {
        margin-bottom: 25px; } }
    .event_list .eventItem.animate {
      opacity: 1;
      top: 0; }
    .event_list .eventItem .thumb {
      position: relative;
      z-index: 2;
      flex-grow: 0;
      flex-shrink: 0;
      width: 277px;
      align-self: center; }
      .event_list .eventItem .thumb .date {
        display: none; }
      .event_list .eventItem .thumb a {
        display: block;
        position: relative; }
        .event_list .eventItem .thumb a:after {
          content: '';
          position: absolute;
          height: 100%;
          width: 100%;
          top: 0;
          left: 0;
          opacity: 0;
          visibility: hidden;
          background: rgba(0, 0, 0, 0.3);
          -webkit-transition: all 200ms linear;
          -moz-transition: all 200ms linear;
          -o-transition: all 200ms linear;
          transition: all 200ms linear; }
        .event_list .eventItem .thumb a:hover:after {
          opacity: 1;
          visibility: visible; }
      @media screen and (max-width: 870px) {
        .event_list .eventItem .thumb {
          width: 200px; } }
      .event_list .eventItem .thumb img {
        width: 100%;
        display: block;
        height: auto;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear; }
      .event_list .eventItem .thumb a {
        display: block; }
    .event_list .eventItem .info {
      position: relative;
      flex-grow: 1;
      flex-shrink: 1;
      padding: 45px 20px 82px 70px;
      z-index: 2; }
      @media screen and (max-width: 870px) {
        .event_list .eventItem .info {
          padding: 30px 20px 60px 30px; } }
      .event_list .eventItem .info .meta {
        display: none; }
      .event_list .eventItem .info .date {
        margin-bottom: 10px;
        z-index: 2;
        font-family: "Roboto Slab", serif;
        font-weight: 600;
        font-size: 14px;
        color: #191718;
        letter-spacing: 0;
        line-height: 16px; }
        .event_list .eventItem .info .date span {
          font-family: "Roboto Slab", serif;
          font-weight: 600;
          font-size: 14px;
          color: #191718;
          letter-spacing: 0;
          line-height: 16px; }
        .event_list .eventItem .info .date .m-date__weekday span {
          padding: 0px 5px; }
      .event_list .eventItem .info .presented {
        font-family: "Roboto", serif;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 12px;
        color: #191718;
        letter-spacing: 1.5px;
        line-height: 16px;
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 5px;
        position: relative;
        z-index: 2; }
      .event_list .eventItem .info .title {
        margin-top: 6px;
        margin-bottom: 13px;
        position: relative;
        z-index: 2;
        font-size: 25px; }
        .event_list .eventItem .info .title a {
          font-family: "Roboto Slab", serif;
          font-weight: 700;
          font-size: 25px;
          color: #000000;
          letter-spacing: 0;
          line-height: 25px;
          -webkit-transition: all 100ms linear;
          -moz-transition: all 100ms linear;
          -o-transition: all 100ms linear;
          transition: all 100ms linear; }
          .event_list .eventItem .info .title a:after {
            display: none; }
          .event_list .eventItem .info .title a:hover {
            color: #DE3527; }
          @media screen and (max-width: 600px) {
            .event_list .eventItem .info .title a {
              font-size: 25px;
              line-height: 30px; } }
      .event_list .eventItem .info .tagline {
        font-family: "Roboto", serif;
        font-weight: 400;
        font-size: 14px;
        color: #191718;
        letter-spacing: 0;
        line-height: 22px;
        position: relative;
        z-index: 2; }
    .event_list .eventItem .buttons {
      position: absolute;
      padding: 0 10px 0px 70px;
      width: 100%;
      bottom: 30px;
      left: 0;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      min-height: 53px;
      z-index: 5; }
      @media screen and (max-width: 870px) {
        .event_list .eventItem .buttons {
          padding: 0 10px 0px 30px;
          bottom: 15px; } }
      @media screen and (max-width: 600px) {
        .event_list .eventItem .buttons {
          padding: 0 10px 0px 20px; } }
      .event_list .eventItem .buttons .more,
      .event_list .eventItem .buttons .More {
        order: 2;
        font-family: "Roboto", serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 12px;
        color: #DE3527;
        letter-spacing: 1.25px;
        line-height: 22px;
        position: relative;
        white-space: nowrap; }
        .event_list .eventItem .buttons .more:after,
        .event_list .eventItem .buttons .More:after {
          content: " ";
          position: absolute;
          bottom: -3px;
          left: 0px;
          width: 100%;
          height: 3px;
          background: #DE3527; }
        .event_list .eventItem .buttons .more:hover,
        .event_list .eventItem .buttons .More:hover {
          color: #191718; }
        @media screen and (max-width: 600px) {
          .event_list .eventItem .buttons .more,
          .event_list .eventItem .buttons .More {
            display: none; } }
      .event_list .eventItem .buttons .tickets {
        order: 1;
        margin-right: 15px;
        padding: 11px 23px;
        font-size: 12px;
        min-width: 100px;
        white-space: nowrap; }
        .event_list .eventItem .buttons .tickets svg {
          display: none; }
        .event_list .eventItem .buttons .tickets:after {
          display: none; }
      .event_list .eventItem .buttons span {
        font-family: "Roboto", serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 12px;
        color: #DE3527;
        letter-spacing: 1.25px;
        line-height: 22px;
        white-space: nowrap; }
      .event_list .eventItem .buttons span.tickets {
        position: relative;
        text-align: center;
        display: inline-block;
        padding-right: 10px;
        padding: 11px 20px 11px 0px; }
        .event_list .eventItem .buttons span.tickets svg {
          display: none; }
        @media screen and (max-width: 600px) {
          .event_list .eventItem .buttons span.tickets {
            padding: 19px 0px; } }
    @media screen and (max-width: 600px) {
      .event_list .eventItem {
        float: left;
        width: calc(1 / 4 * (100% - 90px));
        margin: 30px 30px 10px 0;
        flex-direction: column;
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 0px 0px 8px 8px;
        min-height: 0; } }
  @media screen and (max-width: 600px) and (max-width: 600px) {
    .event_list .eventItem {
      width: calc(100% - 20px);
      margin: 5px 10px;
      min-height: 0;
      background: #F7F5F2;
      border-radius: 0px 0px 8px 8px; } }
    @media screen and (max-width: 600px) {
        .event_list .eventItem .thumb {
          flex-shrink: 1;
          width: calc(100%);
          align-self: flex-start;
          margin-top: 0; }
          .event_list .eventItem .thumb img {
            width: 100%;
            height: auto;
            display: block; } }
    @media screen and (max-width: 600px) and (max-width: 600px) {
      .event_list .eventItem .thumb {
        width: 100%;
        height: auto;
        z-index: 6; } }
    @media screen and (max-width: 600px) {
        .event_list .eventItem .date {
          position: relative;
          left: auto;
          top: auto;
          padding-left: 0px;
          margin-bottom: 20px; } }
    @media screen and (max-width: 600px) and (max-width: 600px) {
      .event_list .eventItem .date {
        position: relative;
        display: block;
        padding-left: 0px;
        margin-bottom: 30px; } }
    @media screen and (max-width: 600px) {
        .event_list .eventItem .info {
          flex-shrink: 0;
          padding: 20px 20px 70px; } }
    @media screen and (max-width: 600px) and (max-width: 600px) {
      .event_list .eventItem .info {
        padding: 20px 20px 70px 20px; } }
    @media screen and (max-width: 600px) {
          .event_list .eventItem .info .presented {
            margin-bottom: 0px; }
          .event_list .eventItem .info h3 {
            margin-top: 0px; }
        .event_list .eventItem .buttons {
          padding: 0 20px 20px;
          min-height: 72px;
          justify-content: space-between;
          bottom: 0px; } }
    @media screen and (max-width: 600px) and (max-width: 600px) {
      .event_list .eventItem .buttons {
        height: auto;
        justify-content: space-between;
        width: 100%;
        padding: 0 10px 0px 20px;
        bottom: 5px; } }
    @media screen and (max-width: 600px) {
          .event_list .eventItem .buttons span.tickets {
            padding-right: 0; } }
      @media screen and (max-width: 600px) and (max-width: 600px) {
        .event_list .eventItem .buttons span.tickets {
          align-self: flex-end; } }
    @media screen and (max-width: 600px) {
          .event_list .eventItem .buttons a.tickets {
            padding: 12px 25px; } }
  .home .event_list.event_list_grid {
    max-width: 935px;
    width: 100%;
    padding: 0px 20px;
    margin: 0px auto; }
    @media screen and (min-width: 971px) {
      .home .event_list.event_list_grid .eventList__wrapper {
        display: flex;
        flex-wrap: wrap; } }
    @media screen and (min-width: 1201px) {
      .home .event_list.event_list_grid {
        max-width: 1234px; } }
    @media screen and (min-width: 971px) {
      .home .event_list.event_list_grid .eventItem {
        float: left;
        width: calc(1 / 4 * (100% - 90px));
        margin: 30px 30px 10px 0;
        flex-direction: column;
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 0px 0px 8px 8px;
        width: calc(1 / 3 * (100% - 60px));
        margin-bottom: 30px; } }
  @media screen and (min-width: 971px) and (max-width: 600px) {
    .home .event_list.event_list_grid .eventItem {
      width: calc(100% - 20px);
      margin: 5px 10px;
      min-height: 0;
      background: #F7F5F2;
      border-radius: 0px 0px 8px 8px; } }
    @media screen and (min-width: 971px) {
        .home .event_list.event_list_grid .eventItem .thumb {
          flex-shrink: 1;
          width: calc(100%);
          align-self: flex-start;
          margin-top: 0; }
          .home .event_list.event_list_grid .eventItem .thumb img {
            width: 100%;
            height: auto;
            display: block; } }
    @media screen and (min-width: 971px) and (max-width: 600px) {
      .home .event_list.event_list_grid .eventItem .thumb {
        width: 100%;
        height: auto;
        z-index: 6; } }
    @media screen and (min-width: 971px) {
        .home .event_list.event_list_grid .eventItem .date {
          position: relative;
          left: auto;
          top: auto;
          padding-left: 0px;
          margin-bottom: 20px; } }
    @media screen and (min-width: 971px) and (max-width: 600px) {
      .home .event_list.event_list_grid .eventItem .date {
        position: relative;
        display: block;
        padding-left: 0px;
        margin-bottom: 30px; } }
    @media screen and (min-width: 971px) {
        .home .event_list.event_list_grid .eventItem .info {
          flex-shrink: 0;
          padding: 20px 20px 70px; } }
    @media screen and (min-width: 971px) and (max-width: 600px) {
      .home .event_list.event_list_grid .eventItem .info {
        padding: 20px 20px 70px 20px; } }
    @media screen and (min-width: 971px) {
          .home .event_list.event_list_grid .eventItem .info .presented {
            margin-bottom: 0px; }
          .home .event_list.event_list_grid .eventItem .info h3 {
            margin-top: 0px; }
        .home .event_list.event_list_grid .eventItem .buttons {
          padding: 0 20px 20px;
          min-height: 72px;
          justify-content: space-between;
          bottom: 0px; } }
    @media screen and (min-width: 971px) and (max-width: 600px) {
      .home .event_list.event_list_grid .eventItem .buttons {
        height: auto;
        justify-content: space-between;
        width: 100%;
        padding: 0 10px 0px 20px;
        bottom: 5px; } }
    @media screen and (min-width: 971px) {
          .home .event_list.event_list_grid .eventItem .buttons span.tickets {
            padding-right: 0; } }
      @media screen and (min-width: 971px) and (max-width: 600px) {
        .home .event_list.event_list_grid .eventItem .buttons span.tickets {
          align-self: flex-end; } }
    @media screen and (min-width: 971px) {
          .home .event_list.event_list_grid .eventItem .buttons a.tickets {
            padding: 12px 25px; }
        .home .event_list.event_list_grid .eventItem:nth-child(3n) {
          margin-right: 0; } }
    @media screen and (min-width: 1201px) {
      .home .event_list.event_list_grid .eventItem {
        width: calc(1 / 4 * (100% - 90px)); }
        .home .event_list.event_list_grid .eventItem:nth-child(3n) {
          margin-right: 30px; }
        .home .event_list.event_list_grid .eventItem:nth-child(4n) {
          margin-right: 0; } }
  .event_listing_page .event_list {
    padding: 30px 20px 100px;
    text-align: center;
    width: 100%;
    max-width: 1140px;
    margin: 0px auto; }
    @media screen and (max-width: 870px) {
      .event_listing_page .event_list {
        padding-top: 20px; } }
    @media screen and (max-width: 600px) {
      .event_listing_page .event_list {
        padding: 0px 0px 50px 0px; } }
  @media screen and (min-width: 971px) {
    .event_listing_page .event_list.event_list_grid {
      max-width: 895px;
      padding: 0px 10px 100px; }
      .event_listing_page .event_list.event_list_grid .eventList__wrapper {
        display: flex;
        flex-wrap: wrap; }
      .event_listing_page .event_list.event_list_grid .eventItem {
        float: left;
        width: calc(1 / 4 * (100% - 90px));
        margin: 30px 30px 10px 0;
        flex-direction: column;
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 0px 0px 8px 8px; } }
    @media screen and (min-width: 971px) and (max-width: 600px) {
      .event_listing_page .event_list.event_list_grid .eventItem {
        width: calc(100% - 20px);
        margin: 5px 10px;
        min-height: 0;
        background: #F7F5F2;
        border-radius: 0px 0px 8px 8px; } }
  @media screen and (min-width: 971px) {
        .event_listing_page .event_list.event_list_grid .eventItem .thumb {
          flex-shrink: 1;
          width: calc(100%);
          align-self: flex-start;
          margin-top: 0; }
          .event_listing_page .event_list.event_list_grid .eventItem .thumb img {
            width: 100%;
            height: auto;
            display: block; } }
      @media screen and (min-width: 971px) and (max-width: 600px) {
        .event_listing_page .event_list.event_list_grid .eventItem .thumb {
          width: 100%;
          height: auto;
          z-index: 6; } }
  @media screen and (min-width: 971px) {
        .event_listing_page .event_list.event_list_grid .eventItem .date {
          position: relative;
          left: auto;
          top: auto;
          padding-left: 0px;
          margin-bottom: 20px; } }
      @media screen and (min-width: 971px) and (max-width: 600px) {
        .event_listing_page .event_list.event_list_grid .eventItem .date {
          position: relative;
          display: block;
          padding-left: 0px;
          margin-bottom: 30px; } }
  @media screen and (min-width: 971px) {
        .event_listing_page .event_list.event_list_grid .eventItem .info {
          flex-shrink: 0;
          padding: 20px 20px 70px; } }
      @media screen and (min-width: 971px) and (max-width: 600px) {
        .event_listing_page .event_list.event_list_grid .eventItem .info {
          padding: 20px 20px 70px 20px; } }
  @media screen and (min-width: 971px) {
          .event_listing_page .event_list.event_list_grid .eventItem .info .presented {
            margin-bottom: 0px; }
          .event_listing_page .event_list.event_list_grid .eventItem .info h3 {
            margin-top: 0px; }
        .event_listing_page .event_list.event_list_grid .eventItem .buttons {
          padding: 0 20px 20px;
          min-height: 72px;
          justify-content: space-between;
          bottom: 0px; } }
      @media screen and (min-width: 971px) and (max-width: 600px) {
        .event_listing_page .event_list.event_list_grid .eventItem .buttons {
          height: auto;
          justify-content: space-between;
          width: 100%;
          padding: 0 10px 0px 20px;
          bottom: 5px; } }
  @media screen and (min-width: 971px) {
          .event_listing_page .event_list.event_list_grid .eventItem .buttons span.tickets {
            padding-right: 0; } }
        @media screen and (min-width: 971px) and (max-width: 600px) {
          .event_listing_page .event_list.event_list_grid .eventItem .buttons span.tickets {
            align-self: flex-end; } }
  @media screen and (min-width: 971px) {
          .event_listing_page .event_list.event_list_grid .eventItem .buttons a.tickets {
            padding: 12px 25px; }
      .event_listing_page .event_list.event_list_grid .list {
        padding-top: 0;
        display: flex;
        flex-flow: row wrap; } }
  @media screen and (min-width: 1051px) {
    .event_listing_page .event_list.event_list_grid {
      max-width: 895px; } }
  @media screen and (min-width: 1201px) {
    .event_listing_page .event_list.event_list_grid {
      max-width: 1194px; } }
  .event_listing_page .event_list.event_list_grid .list {
    width: 100%; }
  @media screen and (min-width: 971px) {
    .event_listing_page .event_list.event_list_grid .eventItem {
      width: calc(1 / 3 * (100% - 60px)); }
      .event_listing_page .event_list.event_list_grid .eventItem:nth-child(3n) {
        margin-right: 0; } }
  @media screen and (min-width: 1201px) {
    .event_listing_page .event_list.event_list_grid .eventItem {
      width: calc(1 / 4 * (100% - 90px)); }
      .event_listing_page .event_list.event_list_grid .eventItem:nth-child(3n) {
        margin-right: 30px; }
      .event_listing_page .event_list.event_list_grid .eventItem:nth-child(4n) {
        margin-right: 0; } }

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
#content .event_detail {
  min-height: 600px;
  zoom: 1;
  position: relative;
  background-image: url("../images/bg.png"); }
  #content .event_detail:before, #content .event_detail:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  #content .event_detail:after {
    clear: both; }
  #content .event_detail .faq.content_item {
    padding: 0px;
    margin-top: 20px; }
  #content .event_detail .title_section {
    width: 100%;
    background: #F7F5F2;
    background-image: url("../images/bg.png");
    padding: 10px 0px 15px;
    margin-bottom: 50px; }
    @media screen and (max-width: 870px) {
      #content .event_detail .title_section {
        margin-bottom: 0px; } }
    @media screen and (max-width: 700px) {
      #content .event_detail .title_section {
        padding-top: 0px; } }
  #content .event_detail .event_heading {
    max-width: 1140px;
    padding: 0px 20px;
    margin: 0px auto;
    width: calc(100%);
    display: flex; }
    @media screen and (max-width: 700px) {
      #content .event_detail .event_heading {
        flex-direction: column-reverse; } }
    #content .event_detail .event_heading .event_heading_inner {
      width: 500px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding-bottom: 180px; }
      @media screen and (max-width: 1050px) {
        #content .event_detail .event_heading .event_heading_inner {
          padding-bottom: 125px; } }
      @media screen and (max-width: 870px) {
        #content .event_detail .event_heading .event_heading_inner {
          padding-bottom: 0px;
          justify-content: center;
          width: 350px;
          padding-right: 10px; } }
      @media screen and (max-width: 700px) {
        #content .event_detail .event_heading .event_heading_inner {
          width: 100%;
          padding: 15px 0px 10px; } }
    #content .event_detail .event_heading #branding {
      width: calc(100% - 500px);
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 870px) {
        #content .event_detail .event_heading #branding {
          width: calc(100% - 350px); } }
      @media screen and (max-width: 700px) {
        #content .event_detail .event_heading #branding {
          width: calc(100% + 40px);
          margin-left: -20px; } }
    #content .event_detail .event_heading .presented {
      font-family: "Roboto", serif;
      font-weight: 600;
      font-size: 12px;
      color: #191718;
      letter-spacing: 1.5px;
      line-height: 16px;
      text-transform: uppercase;
      margin-bottom: 20px;
      padding-top: 20px; }
    #content .event_detail .event_heading .title {
      font-family: "Roboto Slab", serif;
      font-weight: 700;
      font-size: 61px;
      color: #191718;
      letter-spacing: 0;
      line-height: 61px; }
      @media screen and (max-width: 870px) {
        #content .event_detail .event_heading .title {
          font-size: 45px;
          line-height: 50px; } }
    #content .event_detail .event_heading .tagline {
      font-family: "Roboto", serif;
      font-weight: 400;
      font-size: 16px;
      color: #191718;
      letter-spacing: 0;
      line-height: 26px;
      margin-top: 30px; }
    #content .event_detail .event_heading.below_branding {
      display: none; }
    #content .event_detail .event_heading.inside_sidebar {
      display: none; }
  #content .event_detail .buttonWrapper .title, #content .event_detail .buttonWrapper .tagline, #content .event_detail .buttonWrapper .date {
    display: none; }
  #content .event_detail .buttonWrapper .buttons {
    position: relative;
    text-align: center;
    padding: 15px 15px 0px 15px; }
    #content .event_detail .buttonWrapper .buttons a, #content .event_detail .buttonWrapper .buttons span {
      white-space: nowrap;
      width: 100%;
      text-align: center;
      font-size: 14px;
      text-transform: uppercase; }
    #content .event_detail .buttonWrapper .buttons svg {
      display: none; }

.details_heading {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 39px;
  color: #191718;
  letter-spacing: 0;
  line-height: 39px;
  margin-top: 40px;
  margin-bottom: 20px; }
  @media screen and (max-width: 870px) {
    .details_heading {
      margin-top: 60px; } }

.description_wrapper {
  margin-bottom: 30px; }
  @media screen and (max-width: 870px) {
    .description_wrapper {
      margin-bottom: 20px; } }
  .description_wrapper .read-more {
    font-family: "Roboto", serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    color: #DE3527;
    letter-spacing: 1.25px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    padding-top: 15px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .description_wrapper .read-more:after {
      content: " ";
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 3px;
      background: #DE3527;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .description_wrapper .read-more:hover {
      color: #191718; }
  .description_wrapper.short-description .event_description:after {
    display: none; }

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

.event_showings {
  margin-bottom: 40px; }
  @media screen and (max-width: 870px) {
    .event_showings {
      margin-top: 40px;
      margin-bottom: 20px; } }
  .event_showings .list {
    position: relative;
    list-style-type: none;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-size: 20px;
    color: #191718;
    letter-spacing: 0;
    line-height: 20px; }
    .event_showings .list a, .event_showings .list a:focus, .event_showings .list a:visited {
      font-family: "Roboto Slab", serif;
      font-weight: 700;
      font-size: 20px;
      color: #191718;
      letter-spacing: 0;
      line-height: 20px; }
      .event_showings .list a:hover, .event_showings .list a:focus:hover, .event_showings .list a:visited:hover {
        color: #DE3527; }
  .event_showings .cell {
    width: 20%;
    position: relative;
    float: left;
    display: inline-block;
    text-align: left; }
    @media screen and (max-width: 700px) {
      .event_showings .cell {
        width: 40%; } }
    .event_showings .cell.showings_date {
      padding-left: 35px; }
      @media screen and (max-width: 1050px) {
        .event_showings .cell.showings_date {
          margin-top: -13px; } }
    .event_showings .cell.time {
      text-align: center;
      font-family: "Roboto", serif;
      font-weight: 400;
      font-size: 16px;
      color: #000000;
      letter-spacing: 0;
      line-height: 26px; }
      @media screen and (max-width: 700px) {
        .event_showings .cell.time {
          text-align: right; } }
    .event_showings .cell:nth-child(1) {
      width: 45%; }
      @media screen and (max-width: 700px) {
        .event_showings .cell:nth-child(1) {
          width: 60%; } }
    .event_showings .cell:last-child {
      width: 35%;
      text-align: right; }
      @media screen and (max-width: 700px) {
        .event_showings .cell:last-child {
          width: 100%;
          text-align: center;
          padding-top: 12px; } }
    .event_showings .cell a.ical {
      position: absolute;
      left: 0px;
      top: 0px; }
      @media screen and (max-width: 1050px) {
        .event_showings .cell a.ical {
          top: 5px; } }
      .event_showings .cell a.ical svg {
        fill: #DE3527;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      .event_showings .cell a.ical:hover svg {
        fill: #191718; }
      .event_showings .cell a.ical:hover:after {
        opacity: 1; }
      .event_showings .cell a.ical:after {
        content: " ";
        position: absolute;
        width: 103px;
        height: 31px;
        top: -32px;
        left: -43px;
        opacity: 0;
        background: url("../images/tool-cal.png") no-repeat;
        background-size: contain;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        @media screen and (max-width: 700px) {
          .event_showings .cell a.ical:after {
            display: none; } }
  .event_showings .listItem {
    position: relative;
    padding-top: 5px;
    padding-bottom: 16px;
    min-height: 50px; }
    .event_showings .listItem:last-child {
      margin-bottom: 0px; }
    @media screen and (max-width: 700px) {
      .event_showings .listItem {
        min-height: 123px;
        padding-top: 11px;
        padding-bottom: 24px; } }
    .event_showings .listItem:after {
      content: " ";
      width: 100%;
      position: absolute;
      bottom: 0px;
      left: 0px;
      height: 1px;
      background: #D6D7D7;
      visibility: visible;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .event_showings .listItem:hover:after {
      background: #DE3527;
      height: 2px; }
    .event_showings .listItem span {
      font-family: "Roboto Slab", serif;
      font-weight: 700;
      font-size: 20px;
      color: #191718;
      letter-spacing: 0;
      line-height: 20px; }
      @media screen and (max-width: 1050px) {
        .event_showings .listItem span {
          font-size: 17px;
          line-height: 25px; } }
    .event_showings .listItem .buttons span {
      font-size: 14px; }
    @media screen and (max-width: 1050px) {
      .event_showings .listItem .m-date__weekday {
        display: block; } }
    .event_showings .listItem .m-date__weekday span {
      padding: 0px 8px; }
      @media screen and (max-width: 1050px) {
        .event_showings .listItem .m-date__weekday span {
          display: none; } }
    .event_showings .listItem-hasNoLink .eventDetailShowings__cell {
      width: 50%; }
  .event_showings .buttons {
    font-family: "Roboto", serif;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.3px;
    text-align: center;
    line-height: 16px;
    text-transform: uppercase; }
    .event_showings .buttons a {
      font-family: "Roboto", serif;
      font-weight: 700;
      font-size: 16px;
      color: #000000;
      letter-spacing: 0.3px;
      text-align: center;
      line-height: 16px;
      text-transform: uppercase;
      position: relative;
      padding-right: 20px; }
      @media screen and (max-width: 700px) {
        .event_showings .buttons a {
          width: 100%;
          background: #DE3527;
          padding: 16px 16px;
          color: white;
          display: block;
          border-radius: 8px;
          font-size: 14px;
          line-height: 1;
          letter-spacing: 1.8px; } }
      .event_showings .buttons a:hover {
        color: #DE3527; }
        @media screen and (max-width: 700px) {
          .event_showings .buttons a:hover {
            background: #BE4237;
            color: white; } }
      .event_showings .buttons a:after {
        content: " ";
        position: absolute;
        top: 4px;
        right: 0px;
        height: 10px;
        width: 7px;
        background: url("../images/svg/footer-arrow-hover.svg") no-repeat;
        background-size: contain;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        @media screen and (max-width: 700px) {
          .event_showings .buttons a:after {
            display: none; } }
    .event_showings .buttons svg {
      display: none; }
  .event_showings .additional_showings {
    display: none; }
  .event_showings .show-all-showings {
    margin-top: 20px;
    cursor: pointer;
    font-family: "Roboto", serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    color: #DE3527;
    letter-spacing: 1.25px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .event_showings .show-all-showings:after {
      content: " ";
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 3px;
      background: #DE3527;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .event_showings .show-all-showings:hover {
      color: #191718; }

.eventDetailList {
  position: relative;
  font-family: "Roboto Slab", serif;
  overflow: hidden;
  padding: 15px 20px 0px 20px; }
  .eventDetailList p, .eventDetailList span {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-size: 16px;
    color: #191718;
    letter-spacing: 0;
    line-height: 26px; }
  .eventDetailList .item {
    list-style-type: none;
    border-bottom: 1px solid #D6D7D7;
    color: white;
    font-size: 16px;
    position: relative;
    padding-left: 0px;
    padding-bottom: 18px;
    margin: 20px 0px; }
    @media screen and (max-width: 870px) {
      .eventDetailList .item {
        margin: 0px;
        padding-top: 20px; } }
    .eventDetailList .item.sidebar_event_date span {
      font-family: "Roboto Slab", serif;
      font-weight: 700;
      font-size: 16px;
      color: #191718;
      letter-spacing: 0;
      line-height: 16px; }
    .eventDetailList .item a {
      font-family: "Roboto", serif;
      font-weight: 700;
      font-size: 16px;
      color: #191718;
      letter-spacing: 0;
      line-height: 26px;
      position: relative; }
      .eventDetailList .item a:after {
        content: " ";
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 1px;
        background: #191718;
        position: absolute;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      .eventDetailList .item a:hover {
        color: #DE3527; }
        .eventDetailList .item a:hover:after {
          background: #DE3527; }
    .eventDetailList .item:last-child {
      border-bottom: none; }
    .eventDetailList .item:before {
      display: none; }
    .eventDetailList .item .label {
      text-transform: uppercase;
      font-family: "Roboto", serif;
      font-weight: 600;
      font-size: 16px;
      color: #191718;
      letter-spacing: 2px;
      line-height: 16px;
      display: block;
      margin-bottom: 10px; }
    .eventDetailList .item svg {
      display: none; }
  @media screen and (max-width: 870px) and (min-width: 501px) {
    .eventDetailList {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      .eventDetailList .item {
        width: 50%;
        padding-left: 20px; }
        .eventDetailList .item.sidebar_event_date {
          width: 100%;
          padding-left: 0; }
        .eventDetailList .item:nth-child(even) {
          border-right: 1px solid #CED3DC;
          padding-left: 0; }
        .eventDetailList .item:nth-last-child(2):nth-child(even) {
          border-bottom: none; } }

.event_next_prev {
  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;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

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

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

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: 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;
  box-sizing: content-box; }

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

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

.lightbox a img {
  border: none; }

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

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

.lb-container {
  padding: 4px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ----------------------------------------------------------------------------
= Conditional IE Styles. Nest each browser under heading. 
= Classes are generated by Modernizr and appear in HTML tag
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Homepage Alert
----------------------------------------------------------------------------- */
.m-alert-wrapper {
  position: relative;
  z-index: 999; }
  .m-alert-wrapper > div {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    background: #DE3527;
    display: none; }
    .m-alert-wrapper > div * {
      color: #fff; }
    .m-alert-wrapper > div .alert-title {
      font-family: "Roboto Slab", serif;
      font-weight: 700;
      font-size: 20px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 21px;
      margin-bottom: 15px; }
    .m-alert-wrapper > div .alert-desc p {
      font-family: "Roboto", serif;
      font-weight: 400;
      font-size: 16px;
      color: #FFFFFF;
      letter-spacing: 0.3px;
      line-height: 25.6px; }
  .m-alert-wrapper .alert-container {
    width: calc(100%);
    padding: 20px 40px;
    max-width: 980px;
    margin: 0px auto; }
    @media screen and (max-width: 1050px) {
      .m-alert-wrapper .alert-container {
        padding: 20px 110px 20px 20px; } }
    @media screen and (max-width: 700px) {
      .m-alert-wrapper .alert-container {
        padding: 80px 20px 20px; } }
  .m-alert-wrapper .alert-link span {
    font-family: Roboto-Bold;
    font-size: 10px;
    color: #FFFFFF;
    letter-spacing: 1.25px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .m-alert-wrapper .alert-link span:after {
      content: " ";
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 2px;
      background: white;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
  .m-alert-wrapper .alert-link span:hover {
    color: black; }
  .m-alert-wrapper .close-alert {
    width: 110px;
    height: 45px;
    position: absolute;
    top: 10px;
    right: 15px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "Roboto", serif;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.28px;
    line-height: 13px;
    padding-top: 20px; }
    .m-alert-wrapper .close-alert .close-x {
      position: relative;
      float: right;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: black;
      margin-top: -20px;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .m-alert-wrapper .close-alert .close-x:before, .m-alert-wrapper .close-alert .close-x:after {
        width: 2px;
        height: 28px;
        content: '';
        position: absolute;
        top: 11px;
        right: 24px;
        background: #fff;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      .m-alert-wrapper .close-alert .close-x:before {
        transform: rotate(45deg); }
      .m-alert-wrapper .close-alert .close-x:after {
        transform: rotate(-45deg); }
    .m-alert-wrapper .close-alert:hover .close-x {
      background: white; }
      .m-alert-wrapper .close-alert:hover .close-x:before, .m-alert-wrapper .close-alert:hover .close-x:after {
        background: black; }
    .m-alert-wrapper .close-alert.close {
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 250ms linear;
      -moz-transition: all 250ms linear;
      -o-transition: all 250ms linear;
      transition: all 250ms linear;
      cursor: pointer;
      z-index: 9001; }
      .m-alert-wrapper .close-alert.close svg {
        width: 18px;
        height: 18px; }
      .m-alert-wrapper .close-alert.close.active {
        visibility: visible;
        opacity: 1; }

* {
  outline: none; }
  *:focus {
    outline: none; }

.accessibility_links.is-focused {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100% !important;
  height: auto !important;
  background: #DE3527;
  padding: 5px 0; }
  .accessibility_links.is-focused ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start; }
    @media screen and (max-width: 500px) {
      .accessibility_links.is-focused ul {
        display: block; } }
  .accessibility_links.is-focused li {
    flex-grow: 0; }
    .accessibility_links.is-focused li:first-child {
      flex-grow: 1; }
    @media screen and (max-width: 500px) {
      .accessibility_links.is-focused li {
        width: 100%; } }
  .accessibility_links.is-focused a {
    display: block;
    color: white;
    padding: 10px;
    font-weight: 700; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .accessible-overlay {
  margin-top: -7px;
  text-align: center; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .accessible-overlay a {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 22px; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .accessible-overlay a:hover {
      text-decoration: underline; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .accessible-overlay br {
    display: none; }

/* ----------------------------------------------------------------------------
= Showtime Visitor Guide and Concierge ++ Also shares spotlight styles
----------------------------------------------------------------------------- */
.concierge .info {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.24px;
  line-height: 32px; }

.concierge_filter {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 30px !important;
  padding-top: 50px !important; }
  .concierge_filter:after {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    background: #D6D7D7; }
  @media screen and (max-width: 700px) {
    .concierge_filter {
      display: block; } }
  .concierge_filter h3 {
    margin-bottom: 0px; }
  .concierge_filter .category-dropdown.concierge-dropdown {
    margin-top: 0px;
    margin-left: 30px; }
    @media screen and (max-width: 700px) {
      .concierge_filter .category-dropdown.concierge-dropdown {
        display: inline-block;
        margin-top: 20px;
        margin-left: 0px; } }
    .concierge_filter .category-dropdown.concierge-dropdown button, .concierge_filter .category-dropdown.concierge-dropdown .choices {
      width: 250px; }

#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: #191718;
  border-top-color: #F7F5F2;
  border-right-color: #F7F5F2;
  border-bottom-color: #191718;
  border-left-color: #F7F5F2;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-right-width: 0px;
  border-left-width: 0px; }
#venue_widgets_framework .m-venueframework__header-icon {
  background-color: white;
  border-left-color: white;
  border-top-color: white;
  border-bottom-color: transparent; }
  #venue_widgets_framework .m-venueframework__header-icon svg {
    fill: #bb0826; }
#venue_widgets_framework .m-venueframework__header-shadow {
  background: rgba(255, 255, 255, 0); }
#venue_widgets_framework .m-venueframework__header-text {
  color: #bb0826;
  text-transform: capitalize;
  padding: 0 0 0 0px; }
#venue_widgets_framework .m-venueframework__header-link, #venue_widgets_framework .m-venueframework__header-link:visited {
  background-color: white;
  color: #423e3f; }
  #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: #231f20;
    color: white; }
  #venue_widgets_framework .m-venueframework__header-link:before, #venue_widgets_framework .m-venueframework__header-link:visited:before {
    background-color: #F7F5F2; }
#venue_widgets_framework .m-venueframework__widget-body {
  border-left-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-top-color: #fff;
  background-color: #F7F5F2;
  border-radius: 0 0 0 0; }
#venue_widgets_framework .m-venueframework__widget-body__noHeader {
  border-radius: 0px 0px 0 0;
  border-top: 1px solid #fff; }
#venue_widgets_framework .m-owlcarousel__controls-icon {
  border-color: transparent;
  background-color: transparent; }
  #venue_widgets_framework .m-owlcarousel__controls-icon svg {
    stroke: #191718; }
  #venue_widgets_framework .m-owlcarousel__controls-icon:hover, #venue_widgets_framework .m-owlcarousel__controls-icon:focus {
    border-color: #CD4A3F;
    background-color: transparent; }
    #venue_widgets_framework .m-owlcarousel__controls-icon:hover svg, #venue_widgets_framework .m-owlcarousel__controls-icon:focus svg {
      stroke: #CD4A3F; }
#venue_widgets_framework .owl-page span {
  background: transparent; }
#venue_widgets_framework .owl-page.active span {
  background: #191718; }
#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: white; }
#venue_widgets_framework .m-venueframework-linklist__link, #venue_widgets_framework .m-venueframework-linklist__link:visited {
  border-bottom-color: white; }
  #venue_widgets_framework .m-venueframework-linklist__link:hover, #venue_widgets_framework .m-venueframework-linklist__link:focus, #venue_widgets_framework .m-venueframework-linklist__link:visited:hover, #venue_widgets_framework .m-venueframework-linklist__link:visited:focus {
    background-color: transparent; }
    #venue_widgets_framework .m-venueframework-linklist__link:hover .m-venueframework-linklist__item-title, #venue_widgets_framework .m-venueframework-linklist__link:focus .m-venueframework-linklist__item-title, #venue_widgets_framework .m-venueframework-linklist__link:visited:hover .m-venueframework-linklist__item-title, #venue_widgets_framework .m-venueframework-linklist__link:visited:focus .m-venueframework-linklist__item-title {
      color: #191718; }
    #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: #191718; }
    #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: #191718; }
#venue_widgets_framework .m-venueframework-linklist__item-title {
  color: #191718; }
#venue_widgets_framework .m-venueframework-linklist__item-subtitle {
  color: #191718; }
#venue_widgets_framework .m-venueframework-linklist__item-icon {
  color: #191718; }
  #venue_widgets_framework .m-venueframework-linklist__item-icon svg {
    stroke: #191718; }
#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: transparent; }
#venue_widgets_framework .m-venueframework-newswidget__item-date {
  color: #191718; }
#venue_widgets_framework .m-venueframework-newswidget__item-title {
  color: #191718; }
#venue_widgets_framework .m-venueframework-newswidget__item-subtitle {
  color: #191718; }
#venue_widgets_framework .m-venueframework-newswidget__link, #venue_widgets_framework .m-venueframework-newswidget__link:visited {
  border-bottom-color: transparent; }
  #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: #191718; }
    #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: #191718; }
    #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: #191718; }
#venue_widgets_framework .m-venueframework-socialwidget__description {
  color: #191718; }
  #venue_widgets_framework .m-venueframework-socialwidget__description a, #venue_widgets_framework .m-venueframework-socialwidget__description a:visited {
    color: #191718; }
  #venue_widgets_framework .m-venueframework-socialwidget__description a:hover, #venue_widgets_framework .m-venueframework-socialwidget__description a:focus {
    color: #191718; }
#venue_widgets_framework .m-venueframework-socialwidget__meta {
  color: #191718; }
  #venue_widgets_framework .m-venueframework-socialwidget__meta a, #venue_widgets_framework .m-venueframework-socialwidget__meta a:visited {
    color: #191718; }
  #venue_widgets_framework .m-venueframework-socialwidget__meta a:hover, #venue_widgets_framework .m-venueframework-socialwidget__meta a:focus {
    color: #bb0826; }
  #venue_widgets_framework .m-venueframework-socialwidget__meta .delimiter {
    color: #191718; }
#venue_widgets_framework .l-m-venue_widget__youtubewidget .entry {
  background-color: #F7F5F2; }
#venue_widgets_framework .l-m-venue_widget__youtubewidget .title {
  color: #fff; }
#venue_widgets_framework .l-m-venue_widget__youtubewidget .meta {
  color: #191718; }
#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: #191718; }
  #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: #99342C; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-row {
  color: #191718; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar-container:after {
  background: #F7F5F2; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-head {
  color: #191718; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-body {
  background: #fff; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div {
  background: #F7F5F2; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div > span.fc-date {
  color: #191718;
  background: #F7F5F2; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content > span.fc-date {
  color: #191718; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content > span.fc-date:after {
    background: #191718; }
#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: white; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content:hover .fc-date {
      color: #191718; }
      #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content:hover .fc-date:after {
        background: #191718; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today .fc-date {
  background: #fff;
  color: #191718; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today.fc-content .fc-date {
  background: #fff;
  color: #191718; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today.fc-content .fc-date:after {
    background: #191718; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal {
  color: #191718; }
#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: #F7F5F2; }
#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 #F7F5F2;
    border-top: none; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .close {
    border: none;
    border: 1px solid #F7F5F2;
    background: #F7F5F2;
    color: #191718;
    border-radius: 0px 0px 0 0; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .close:hover {
      background: #231f20;
      color: white; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .date {
    color: #191718; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in h3 a {
    color: #191718; }
  #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: #191718; }
    #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: #191718; }
    #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: #99342C; }
      #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: #99342C; }
#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: #191718; }
    #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: #99342C; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__date {
    color: #191718; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title, #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title a {
    color: #191718; }
    #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: #191718; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__tagline {
    color: #191718; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__item {
    border-right-color: transparent; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a {
    color: #191718; }
    #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a:hover {
      color: #191718; }
      #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a:hover svg path {
        fill: #191718; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a svg path {
    fill: #191718; }

#venue_widgets_framework a:after {
  display: none !important; }

#venue_widgets_framework .l-m-venue_widget {
  background: #F7F5F2; }

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

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-body {
  position: relative; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-body:after {
    content: "";
    width: 3px;
    height: 100%;
    right: 0px;
    top: 0px;
    position: absolute;
    background: #F7F5F2; }

#venue_widgets_framework .m-venueframework__header {
  border: none;
  margin: 0px;
  background: #191718;
  position: relative;
  z-index: 10;
  overflow: visible;
  border-radius: 6px 6px 0px 0px; }

#venue_widgets_framework .m-venueframework__header-icon {
  position: relative;
  z-index: 100;
  background: transparent;
  width: calc(55px - 1px); }
  #venue_widgets_framework .m-venueframework__header-icon svg {
    fill: #CD4A3F; }

#venue_widgets_framework .font_open-sans .m-venueframework__header-link, #venue_widgets_framework .font_open-sans .m-venueframework__header-link:visited {
  background: transparent; }

#venue_widgets_framework .m-venueframework__header-text,
#venue_widgets_framework .font_open-sans .m-venueframework__header-text,
#venue_widgets_framework .m-venueframework__header-icon + .m-venueframework__header-text,
#venue_widgets_framework .m-venueframework__header-text,
#venue_widgets_framework .font_open-sans.l-m-venue_widget__youtubewidget .title {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 0.06px;
  line-height: 17px;
  padding-top: 10px;
  padding-left: 5px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  #venue_widgets_framework .m-venueframework__header-text:after,
  #venue_widgets_framework .font_open-sans .m-venueframework__header-text:after,
  #venue_widgets_framework .m-venueframework__header-icon + .m-venueframework__header-text:after,
  #venue_widgets_framework .m-venueframework__header-text:after,
  #venue_widgets_framework .font_open-sans.l-m-venue_widget__youtubewidget .title:after {
    display: none; }

#venue_widgets_framework .font_open-sans.l-m-venue_widget__youtubewidget .title {
  padding-top: 3px;
  padding-left: 0px;
  color: #191718; }

#venue_widgets_framework .font_open-sans .m-venueframework__header-link, #venue_widgets_framework .font_open-sans .m-venueframework__header-link:visited {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 11px;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: none;
  text-align: right;
  padding-right: 10px;
  font-weight: 600; }
  #venue_widgets_framework .font_open-sans .m-venueframework__header-link:hover, #venue_widgets_framework .font_open-sans .m-venueframework__header-link:visited:hover {
    opacity: 0.8;
    background: transparent; }

#venue_widgets_framework .font_open-sans .m-venueframework-linklist__item-title,
#venue_widgets_framework .font_open-sans .m-venueframework-newswidget__item-title {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 17px;
  color: #191718;
  letter-spacing: 0.06px;
  line-height: 17px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

#venue_widgets_framework .font_open-sans .m-venueframework-newswidget__item-title {
  margin-top: 5px; }

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

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

#venue_widgets_framework .owl-page span {
  border: none;
  background: #E2D8C8; }

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

#venue_widgets_framework .m-venueframework-socialwidget__meta a:hover,
#venue_widgets_framework .m-venueframework-socialwidget__meta a:focus {
  color: #191718;
  text-decoration: underline; }

#venue_widgets_framework .m-venueframework-socialwidget__description a,
#venue_widgets_framework .m-venueframework-socialwidget__description a:visited {
  color: #191718; }

#venue_widgets_framework .m-venueframework-socialwidget__description a:hover, #venue_widgets_framework .m-venueframework-socialwidget__description a:focus {
  color: #191718 !important; }

#venue_widgets_framework .m-venueframework-socialwidget__meta {
  font-weight: 600 !important; }
  #venue_widgets_framework .m-venueframework-socialwidget__meta span, #venue_widgets_framework .m-venueframework-socialwidget__meta a {
    font-weight: 600 !important; }

#venue_widgets_framework .l-m-venue_widget__youtubewidget .entry,
#venue_widgets_framework .font_open-sans .m-venueframework__header-link, #venue_widgets_framework .font_open-sans .m-venueframework__header-link:visited {
  background: transparent; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .close:hover {
  background: transparent;
  color: #191718; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in h3 {
  margin-top: 10px;
  margin-bottom: 15px; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in h3 a:hover {
  color: #191718; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .m-venueframework-calendarwidget .modal {
  position: absolute;
  z-index: 300 !important; }

#venue_widgets_framework .l-m-venue_widget.l-m-venue_widget__calendarwidget.font_open-sans .m-venueframework__widget-body {
  z-index: 200;
  background: #F7F5F2;
  position: relative; }

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

#venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls {
  z-index: 200; }

#venue_widgets_framework .m-venueframework-linklist__item.has_body .m-venueframework-linklist__item-title {
  margin-bottom: 5px; }

#venue_widgets_framework .m-venueframework-linklist__item-icon {
  right: 0px; }

#venue_widgets_framework .m-venueframework-linklist__loop {
  padding: 0px 20px; }

#venue_widgets_framework .m-venueframework-linklist__link, #venue_widgets_framework .m-venueframework-linklist__link:visited {
  padding-left: 0px;
  padding-right: 0px; }

#venue_widgets_framework {
  background: transparent; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-head > div {
  font-family: "Roboto Slab", serif;
  font-weight: 900;
  font-size: 15px; }

#venue_widgets_framework .font_open-sans .m-venueframework-promotionswidget__item-title h2 {
  font-weight: 900;
  color: white; }

#venue_widgets_framework .font_open-sans .m-venueframework-promotionswidget__item-subtitle {
  color: white; }
  #venue_widgets_framework .font_open-sans .m-venueframework-promotionswidget__item-subtitle:after {
    background: white; }

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

#venue_widgets_framework .m-venueframework__header {
  box-shadow: none; }

#venue_widgets_framework .m-venueframework__header-link:before, #venue_widgets_framework .m-venueframework__header-link:visited:before {
  display: none; }

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

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

#venue_widgets_framework .m-venueframework-socialwidget__description {
  font-weight: 500; }

#venue_widgets_framework .m-venueframework-newswidget__item {
  padding: 0px 0px 0px 0px;
  width: calc(100% + 2px);
  margin-left: -1px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  #venue_widgets_framework .m-venueframework-newswidget__item a {
    border-bottom: 1px solid white; }
  #venue_widgets_framework .m-venueframework-newswidget__item a:hover .m-venueframework-newswidget__item-title {
    color: #DE3527 !important; }
  #venue_widgets_framework .m-venueframework-newswidget__item .m-venueframework-newswidget__link {
    padding: 22px 0px 22px 20px;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    /*&:after{
    	content: " ";
    	position: absolute;
    	height: 100%;
    	width: 0px;
    	top:0px;
    	left:0px;
    	background: #CD4A3F;
    	@include animate;
    };
    &:hover{
    	padding-left:30px;
    	&:after{
    		width:8px;
    	};
    };*/ }

#venue_widgets_framework .m-venueframework-newswidget__loop {
  padding-left: 0px;
  padding-right: 0px; }
  #venue_widgets_framework .m-venueframework-newswidget__loop li {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }

#venue_widgets_framework .m-venueframework-socialwidget__meta a:hover, #venue_widgets_framework .m-venueframework-socialwidget__meta a:focus {
  color: #191718; }

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

#venue_widgets_framework .l-m-venue_widget__youtubewidget .meta {
  font-weight: 600 !important; }
  #venue_widgets_framework .l-m-venue_widget__youtubewidget .meta span {
    font-weight: 600 !important; }

#venue_widgets_framework .m-venueframework-linklist__loop {
  padding: 0px; }

#venue_widgets_framework .m-venueframework-linklist__item {
  padding: 0px 20px 0px 0px;
  width: calc(100% + 2px);
  margin-left: -1px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  #venue_widgets_framework .m-venueframework-linklist__item .m-venueframework-linklist__link {
    padding: 22px 20px;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    #venue_widgets_framework .m-venueframework-linklist__item .m-venueframework-linklist__link:after {
      content: " ";
      position: absolute;
      height: 100%;
      width: 0px;
      top: 0px;
      left: 0px;
      background: #191718;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    #venue_widgets_framework .m-venueframework-linklist__item .m-venueframework-linklist__link:hover {
      padding-left: 30px; }
      #venue_widgets_framework .m-venueframework-linklist__item .m-venueframework-linklist__link:hover:after {
        width: 5px; }

#venue_widgets_framework .m-venueframework-linklist__item-subtitle,
#venue_widgets_framework .m-venueframework-newswidget__item-date {
  font-weight: 600; }

#venue_widgets_framework .font_open-sans .m-venueframework-newswidget__item-title {
  line-height: 21px; }

#venue_widgets_framework .l-m-venue_widget__newswidget[data-layout="wide"] .m-venueframework-newswidget__link:hover,
#venue_widgets_framework .l-m-venue_widget__newswidget[data-layout="wide"] .m-venueframework-newswidget__item:hover {
  background: transparent; }

#venue_widgets_framework .font_open-sans .m-venueframework__header-link, #venue_widgets_framework .font_open-sans .m-venueframework__header-link:visited {
  position: absolute;
  right: 10px; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon:hover svg {
  stroke: #CD4A3F; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon svg {
  stroke: #fff; }

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

#venue_widgets_framework .l-m-venue_widget__promotionswidget h2:after {
  display: none; }

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

.m-venueframework-newswidget__loop .owl-page {
  display: none !important; }

#venue_widgets_framework .font_open-sans .m-venueframework-promotionswidget__item-title h2 {
  font-family: "Roboto Slab", serif;
  text-transform: none; }

#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__info {
  height: 60px;
  overflow: hidden; }

#venue_widgets_framework .font_open-sans .m-venueframework-eventslist__info .m-eventItem__title a:hover {
  color: #191718; }

#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a:hover span {
  color: #191718; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content > span.fc-date:after {
  bottom: 8px; }

#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventswidget__loop:after {
  background: #F7F5F2; }

/* SAMPLE START FILES */
