@import url(https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&display=swap);
@charset "UTF-8";
/* ----------------------------------------------------------------------------
= Prinrt import - compiles to /css/print.css
= Currently using Bourbon latest from CodeKit
----------------------------------------------------------------------------- */
html {
  box-sizing: border-box;
}

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

:root {
  font-size: 16px;
}
@media screen and (min-width: 700px) {
  :root {
    font-size: calc(16px + (16 - 16) * (100vw - 700px) / (1000 - 700));
  }
}
@media screen and (min-width: 1000px) {
  :root {
    font-size: 16px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

*:focus {
  outline: none;
}

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

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

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

.clear {
  clear: both;
}

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

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

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

.invisible {
  visibility: hidden;
}

.hide {
  display: none;
}

* {
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

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

h1,
.h1 {
  font-size: 40px;
}
h2,
.h2 {
  font-size: 35px;
}
.textarea h2,
.textarea .h2 {
  margin-bottom: 20px;
  margin-top: 60px;
}
h2.long_title,
.h2.long_title {
  font-size: 25px;
}

h3,
.h3 {
  font-size: 25px;
}
.textarea h3,
.textarea .h3 {
  margin-bottom: 20px;
  margin-top: 60px;
}

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

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

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

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

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

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

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

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

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

ol {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ----------------------------------------------------------------------------
= print styles
----------------------------------------------------------------------------- */
@media print {
  * {
    color: #444 !important;
    background: transparent !important;
    text-shadow: none !important;
  }
  header,
  footer,
  #branding,
  #cal_holder,
  #fb_window,
  #fb-root,
  .paging,
  .buttons,
  .one_sidebar_right #column_2,
  .ticket,
  .faq,
  .banner,
  .addthis_toolbox,
  .print,
  .full- .seating,
  .no_print,
  .full-slideshow,
  .breadcrumbs {
    display: none;
    height: 0 !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after {
    content: " (" attr(href) ")";
  }
  abbr:after {
    content: " (" attr(title) ")";
  }
  .ir a:after {
    content: "";
  } /* Don't show links for images */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    padding: 20px;
  }
  blockquote p {
    font-weight: 400;
    font-size: 20px;
  }
  thead {
    display: table-header-group;
  } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr,
  img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  .news_tools {
    display: none;
  }
  .print_logo {
    display: block;
    width: 150px;
    height: 44px;
    padding-bottom: 10px;
  }
  .print_map {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #layout {
    padding-top: 10px;
    border-top: 1px solid #000;
  }
  .event_list a:after {
    content: "";
  }
  body#events.detail #column_1 .main_column {
    width: 600px;
  }
  body#events.detail #column_2 {
    display: block;
  }
  .column {
    width: 100% !important;
  }
}
