/* ----------------------------------------------------------------------------
= Main import - compiles to /css/style.css
= Currently using Bourbon latest from CodeKit
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= 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.
 */
@import url("https://use.typekit.net/csa4jqr.css");
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

*:focus {
  outline: none;
}

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

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

@font-face {
  font-family: "Prospectus Pros";
  src: url("../fonts/prospectusprol-blackitalic-webfont.woff") format("woff");
  src: url("../fonts/prospectusprol-blackitalic-webfont.woff") format("woff"), url("../fonts/prospectusprol-blackitalic-webfont.ttf") format("truetype"), url("../fonts/prospectusprol-blackitalic-webfont.svg#webfont") format("svg");
  font-weight: 900;
}
@font-face {
  font-family: "Prospectus Pros";
  src: url("../fonts/prospectuspros-bold-webfont.woff") format("woff");
  src: url("../fonts/prospectuspros-bold-webfont.woff") format("woff"), url("../fonts/prospectuspros-bold-webfont.ttf") format("truetype"), url("../fonts/prospectuspros-bold-webfont.svg#webfont") format("svg");
  font-weight: 700;
}
@font-face {
  font-family: "Prospectus Pros";
  src: url("../fonts/prospectuspros-regular-webfont.woff") format("woff");
  src: url("../fonts/prospectuspros-regular-webfont.woff") format("woff"), url("../fonts/prospectuspros-regular-webfont.ttf") format("truetype"), url("../fonts/prospectuspros-regular-webfont.svg#webfont") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "Prospectus Pros";
  src: url("../fonts/prospectuspros-light-webfont.woff") format("woff");
  src: url("../fonts/prospectuspros-light-webfont.woff") format("woff"), url("../fonts/prospectuspros-light-webfont.ttf") format("truetype"), url("../fonts/prospectuspros-light-webfont.svg#webfont") format("svg");
  font-weight: 300;
}
@font-face {
  font-family: "Prospectus Pros";
  src: url("../fonts/prospectusprol-blackitalic-webfont.woff") format("woff");
  src: url("../fonts/prospectusprol-blackitalic-webfont.woff") format("woff"), url("../fonts/prospectusprol-blackitalic-webfont.ttf") format("truetype"), url("../fonts/prospectusprol-blackitalic-webfont.svg#webfont") format("svg");
  font-style: italic;
  font-weight: 900;
}
@font-face {
  font-family: "Prospectus Pros";
  src: url("../fonts/prospectuspros-bolditalic-webfont.woff") format("woff");
  src: url("../fonts/prospectuspros-bolditalic-webfont.woff") format("woff"), url("../fonts/prospectuspros-bolditalic-webfont.ttf") format("truetype"), url("../fonts/prospectuspros-bolditalic-webfont.svg#webfont") format("svg");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Prospectus Pros";
  src: url("../fonts/prospectuspros-italic-webfont.woff") format("woff");
  src: url("../fonts/prospectuspros-italic-webfont.woff") format("woff"), url("../fonts/prospectuspros-italic-webfont.ttf") format("truetype"), url("../fonts/prospectuspros-italic-webfont.svg#webfont") format("svg");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Prospectus Pros";
  src: url("../fonts/prospectuspros-lightitalic-webfont.woff") format("woff");
  src: url("../fonts/prospectuspros-lightitalic-webfont.woff") format("woff"), url("../fonts/prospectuspros-lightitalic-webfont.ttf") format("truetype"), url("../fonts/prospectuspros-lightitalic-webfont.svg#webfont") format("svg");
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "Futura Now";
  src: url("../fonts/futuranowtext-rg-webfont.woff") format("woff");
  src: url("../fonts/futuranowtext-rg-webfont.woff") format("woff"), url("../fonts/futuranowtext-rg-webfont.ttf") format("truetype"), url("../fonts/futuranowtext-rg-webfont.svg#webfont") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "Futura Now";
  src: url("../fonts/futuranowtext-xblk-webfont.woff") format("woff");
  src: url("../fonts/futuranowtext-xblk-webfont.woff") format("woff"), url("../fonts/futuranowtext-xblk-webfont.ttf") format("truetype"), url("../fonts/futuranowtext-xblk-webfont.svg#webfont") format("svg");
  font-weight: 700;
}
/* ----------------------------------------------------------------------------
= SETUP FILE includes fonts, colors, media query values, custom mixins, utility classes
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=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;
  }
}

@media screen and (min-width: 871px) {
  .show_tablet {
    display: none;
  }
}

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

@media screen and (min-width: 1081px) {
  .show_desktop {
    display: none;
  }
}

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

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

.invisible {
  visibility: hidden;
}

.hide {
  display: none;
}

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

.header-base, .gallery-listing .title,
.spotlight .title,
.concierge .title,
.news_list .title,
.seating_charts .title, h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  color: #393974;
  font-style: italic;
  font-weight: 900;
}

h1,
.h1 {
  font-size: 2.44140625rem;
}
h2,
.h2 {
  font-size: 1.953125rem;
}
.textarea h2,
.textarea .h2 {
  margin-top: 60px;
}
h2.long_title,
.h2.long_title {
  font-size: 1.5625rem;
}
.textarea .content > h2:first-child,
.textarea .content > .h2:first-child {
  margin-top: 0;
}

h3,
.h3,
.gallery-listing .title,
.spotlight .title,
.concierge .title,
.news_list .title,
.seating_charts .title {
  font-size: 1.5625rem;
}
.textarea h3,
.textarea .h3,
.textarea .gallery-listing .title,
.gallery-listing .textarea .title,
.textarea .spotlight .title,
.spotlight .textarea .title,
.textarea .concierge .title,
.concierge .textarea .title,
.textarea .news_list .title,
.news_list .textarea .title,
.textarea .seating_charts .title,
.seating_charts .textarea .title {
  margin-top: 60px;
}

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

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

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

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

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

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

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

.cms ul,
.textarea ul,
.spotlight_text ul,
.faq ul,
.link .description ul,
.event_description ul {
  margin-bottom: 20px;
}
.cms ul li,
.textarea ul li,
.spotlight_text ul li,
.faq ul li,
.link .description ul li,
.event_description ul li {
  padding: 0 0 15px 40px;
  text-align: left;
}
.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: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #b78456;
  border-radius: 50%;
}
.cms ul li ul,
.textarea ul li ul,
.spotlight_text ul li ul,
.faq ul li ul,
.link .description ul li ul,
.event_description ul li ul {
  margin-top: 10px;
}

ol {
  margin-bottom: 20px;
}

ol > li {
  position: relative;
  padding-left: 40px;
  padding-bottom: 15px;
  counter-increment: li-counter;
  text-align: left;
}
ol > li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 25px;
  content: counter(li-counter) ".";
}

ol[style*=lower-roman] > li:before {
  content: counter(li-counter, lower-roman);
}

ol[style*=upper-roman] > li:before {
  content: counter(li-counter, upper-roman);
}

ol[style*=lower-alpha] > li:before {
  content: counter(li-counter, lower-alpha);
}

ol[style*=upper-alpha] > li:before {
  content: counter(li-counter, upper-alpha);
}

a {
  position: relative;
  border: none;
  color: #393873;
  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: #393873;
}
.textarea p a, .textarea li a, .cms p a, .cms li a, .spotlight_content a, .m-eventDetailList__item a, .event_description a, .performer_modal a, .spotlight-modal a, .production_team_modal a {
  z-index: 1;
}
.textarea p a:before, .textarea li a:before, .cms p a:before, .cms li a:before, .spotlight_content a:before, .m-eventDetailList__item a:before, .event_description a:before, .performer_modal a:before, .spotlight-modal a:before, .production_team_modal a:before {
  transition: background 0.4s linear 0.2s, height 0.4s;
  content: "";
  position: absolute;
  bottom: 0px;
  left: -2px;
  height: 2px;
  width: calc(100% + 4px);
  background-color: #5959b2;
  z-index: -1;
}
.textarea p a:hover:before, .textarea p a:focus:before, .textarea li a:hover:before, .textarea li a:focus:before, .cms p a:hover:before, .cms p a:focus:before, .cms li a:hover:before, .cms li a:focus:before, .spotlight_content a:hover:before, .spotlight_content a:focus:before, .m-eventDetailList__item a:hover:before, .m-eventDetailList__item a:focus:before, .event_description a:hover:before, .event_description a:focus:before, .performer_modal a:hover:before, .performer_modal a:focus:before, .spotlight-modal a:hover:before, .spotlight-modal a:focus:before, .production_team_modal a:hover:before, .production_team_modal a:focus:before {
  transition: background 0.4s linear 0s, height 0.4s;
  height: 100%;
  background-color: rgba(183, 132, 86, 0.5);
}

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

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

blockquote {
  background: url(../images/bg_pattern_purple.png);
  background-attachment: fixed;
  padding: 40px;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
blockquote > * {
  margin-bottom: 0;
  margin-top: 20px;
}
blockquote > *:first-child {
  margin-top: 0;
}
blockquote * {
  color: white;
}
blockquote .name {
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic;
  display: block;
  font-size: 24px;
}
blockquote .name .title {
  font-weight: 400;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 18px;
  display: block;
}
@media screen and (max-width: 700px) {
  blockquote {
    padding: 20px;
  }
}

.center *,
.centered * {
  text-align: center;
}

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

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: left;
  color: #333;
}

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

#layout {
  -webkit-transition: padding-top 0.4s linear;
  -moz-transition: padding-top 0.4s linear;
  -o-transition: padding-top 0.4s linear;
  transition: padding-top 0.4s linear;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 148px 0 0;
}
@media screen and (max-width: 1210px) {
  #layout {
    padding-top: 70px;
  }
}

#content {
  position: relative;
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

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

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

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

.full {
  width: 100%;
  background: url(../images/bg_pattern.png);
  background-attachment: fixed;
}
.full .full_column {
  width: 100%;
}
.full .full_column.non-widget-area {
  margin: auto;
  padding-bottom: 100px;
}
.full .full_column.searchresults {
  background: #393873;
}
.full.event_listing_page {
  background: url(../images/bg_pattern.png);
  background-attachment: fixed;
}

/* ----------------------------------------------------------------------------
= Header basics
----------------------------------------------------------------------------- */
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #393873;
  z-index: 50;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}
header .header_inner {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-height: 100px;
}
@media screen and (max-width: 1210px) {
  header .header_inner {
    min-height: 70px;
  }
}
header .logo {
  margin-right: auto;
  margin-left: 56px;
  margin-top: 16px;
  margin-bottom: 18px;
}
header .logo > a,
header .logo > span {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%;
  direction: ltr;
  width: 248px;
  height: 64px;
  display: block;
  background: url(../images/svg/logo.svg) no-repeat;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1210px) {
  header .logo > a,
  header .logo > span {
    width: 248px;
    height: 50px;
    background-size: auto 50px;
  }
}
@media screen and (max-width: 500px) {
  header .logo > a,
  header .logo > span {
    width: 95px;
  }
}
header .logo > a:hover, header .logo > a:focus {
  zoom: 1;
  opacity: 0.8;
}
@media screen and (max-width: 1210px) {
  header .logo {
    margin: 10px auto 10px 20px;
  }
}
header .toolbar {
  width: 100%;
  height: 50px;
  background: #5959AE;
}
@media screen and (max-width: 1210px) {
  header .toolbar {
    display: none;
  }
}
header .toolbar_links {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  align-self: center;
  gap: 20px;
}
@media screen and (min-width: 1211px) {
  header .toolbar_links {
    height: 50px;
  }
}
header .toolbar_links {
  padding-right: 20px;
}
header .toolbar_links a {
  color: white;
  line-height: 34px;
  text-transform: uppercase;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}
header .toolbar_links a .icon {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #d9af7e;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}
header .toolbar_links a .icon img {
  width: 100%;
  vertical-align: top;
}
header .toolbar_links a:hover .icon, header .toolbar_links a:focus .icon {
  background: #d4d4f7;
}
@media screen and (max-width: 1080px) {
  header .toolbar_links {
    display: none;
  }
}
.mobile-menu-open header, .search-is-visible header, body#pages.search header {
  background-color: #ffffff;
}
.mobile-menu-open header .logo > a,
.mobile-menu-open header .logo > span, .search-is-visible header .logo > a,
.search-is-visible header .logo > span, body#pages.search header .logo > a,
body#pages.search header .logo > span {
  background-image: url(../images/svg/logo_footer.svg);
}
.mobile-menu-open header #nav-toggle .text,
.mobile-menu-open header .main_nav > ul > li > a,
.mobile-menu-open header .search_toggle, .search-is-visible header #nav-toggle .text,
.search-is-visible header .main_nav > ul > li > a,
.search-is-visible header .search_toggle, body#pages.search header #nav-toggle .text,
body#pages.search header .main_nav > ul > li > a,
body#pages.search header .search_toggle {
  color: #393873;
}
.mobile-menu-open header .main_nav > ul > li:hover > a:after, .search-is-visible header .main_nav > ul > li:hover > a:after, body#pages.search header .main_nav > ul > li:hover > a:after {
  background: #393873;
}
@media screen and (max-width: 1210px) {
  header {
    zoom: 1;
  }
  header:before, header:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: " ";
  }
  header:after {
    clear: both;
  }
  header {
    z-index: 900;
    min-height: 50px;
  }
}

/* ----------------------------------------------------------------------------
= Header toolbar (if used)
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Navigations
----------------------------------------------------------------------------- */
@media screen and (min-width: 1211px) {
  #nav-toggle {
    display: none;
  }
  .search_toggle {
    order: 1;
  }
}
@media screen and (min-width: 1211px) {
  .nav_wrapper {
    display: flex;
    flex-direction: row;
    order: 0;
  }
}

.contact_info {
  background-color: #f1eadd;
  padding: 50px;
  width: 367px;
  flex-shrink: 0;
}
.contact_info strong {
  color: var(--Blue, #393873);
  font-size: 18px;
  line-height: 26px; /* 144.444% */
  text-transform: uppercase;
  display: inline-block;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .contact_info {
    padding: 20px;
    width: 320px;
  }
}
@media screen and (max-width: 1210px) {
  .contact_info {
    display: none;
  }
}

.main_nav {
  zoom: 1;
}
.main_nav:before, .main_nav:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.main_nav:after {
  clear: both;
}
.main_nav {
  position: relative;
  z-index: 500;
  height: 100px;
  margin: 0px 0 0;
  padding: 0;
}
@media screen and (max-width: 1210px) {
  .main_nav {
    display: none;
  }
}
.main_nav > ul {
  zoom: 1;
}
.main_nav > ul:before, .main_nav > ul:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.main_nav > ul:after {
  clear: both;
}
.main_nav > ul {
  float: right;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  gap: 40px;
}
.main_nav > ul > li {
  position: relative;
  margin: 0;
  padding: 0;
  padding-right: 10px;
}
.main_nav > ul > li.page_73 {
  width: auto;
  flex-shrink: 0;
  padding-right: 0;
}
.main_nav > ul > li.is-focused .sub {
  display: block !important;
}
.main_nav > ul > li > a {
  position: relative;
}
.main_nav > ul > li > a:hover:after, .main_nav > ul > li > a:focus:after, .main_nav > ul > li > a.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: #fff;
}
.main_nav > ul > li:hover > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: #fff;
}
.main_nav > ul > li .close-button {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%;
  direction: ltr;
  -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: 0px;
  left: -30px;
  z-index: 4;
  display: none;
  height: 30px;
  width: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Ccircle cx='15' cy='15' r='15' fill='%23393873'/%3E%3Cpath d='M9.0298 15.0001L16.9408 22.8359L18.3582 21.432L11.8316 15.0001L18.3252 8.56821L16.9078 7.1643L9.0298 15.0001Z' fill='%23F6F6FD'/%3E%3C/svg%3E");
  transform: rotate(-90deg);
  background-size: 20px 20px;
  background-position: center center;
}
.main_nav > ul > li .close-button:hover, .user-is-tabbing .main_nav > ul > li .close-button:focus {
  zoom: 1;
  opacity: 0.8;
}
.main_nav > ul > li .close-button.level-2 {
  top: -2px;
  display: block;
}
.main_nav > ul > li .close-button.is-active {
  z-index: 15;
}
.main_nav > ul > li .close-button.is-active.parent_link {
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  .main_nav > ul {
    padding: 20px 0;
  }
}
.main_nav a {
  display: block;
  margin: 0;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 23px;
  font-style: italic;
  font-weight: 900;
  line-height: 100px;
}
.main_nav .sub_title_section,
.main_nav .show_mobile_nav {
  display: none;
}

.main_nav ul .sub,
.main_nav ul .nav_sub {
  display: none;
  z-index: 9000;
  top: 100%;
  left: 0;
  width: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.main_nav ul .sub .contact_info,
.main_nav ul .nav_sub .contact_info {
  position: absolute;
  left: -367px;
  top: 0;
  height: auto;
  min-height: 100%;
}

.main_nav ul .nav_sub {
  background: #fff;
  min-height: 360px;
}

.main_nav ul ul {
  height: auto;
  margin: 0;
  padding: 25px 65px;
  border: none;
  border-top: none;
  background: #fff;
  z-index: 9;
}
.main_nav ul ul li {
  clear: both;
  height: auto;
  margin: 0 0 10px;
  padding: 0px 0;
  list-style-type: none;
  list-style-image: none;
  border-right: none;
  border-left: none;
  cursor: pointer;
  text-align: left;
}
.main_nav ul ul li:first-child {
  display: block;
  border-top: none;
}
.main_nav ul ul li a {
  display: block;
  height: auto;
  margin: 0;
  cursor: pointer;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  color: #393873;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  min-width: 170px;
}
.main_nav ul ul li a:hover, .main_nav ul ul li a:focus, .main_nav ul ul li a.active {
  text-decoration: underline;
}
.main_nav ul ul li a.gh_redirect:after, .main_nav ul ul li a.gh_page_redirect:after {
  content: "";
  font-family: FontAwesome;
  vertical-align: middle;
  margin-left: 9px;
  display: inline-block;
  color: inherit;
  mask-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' width='28' height='28' xmlns='http://www.w3.org/2000/svg'%3E%3Cg class='external' fill-rule='evenodd'%3E%3Cg class='01A-UOP-styleguide-v1' fill-rule='nonzero'%3E%3Cg class='link_list'%3E%3Cg class='static'%3E%3Cg class='icons'%3E%3Cg class='external_link'%3E%3Cpath class='Shape' d='M16.2 0v2h7.7L8.6 17.3l1.4 1.4L25.3 3.4v7.7h2V0z'/%3E%3Cpath class='Shape' d='M24 25.3H0v-22h11v2H2v18h20v-7h2z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #393873;
  width: 18px;
  height: 18px;
}
.main_nav ul ul li.is-opened > .close-button {
  transform: rotate(90deg);
}
.main_nav ul ul li.is-opened > .level_3 {
  display: block;
}
.main_nav ul ul.level_3 {
  display: none;
  padding: 0;
  margin-top: 10px;
}
.main_nav ul ul.level_3 a {
  color: #5959b2;
  font-size: 16px;
}

/* ----------------------------------------------------------------------------
= Mobile Navigation
----------------------------------------------------------------------------- */
#nav-toggle {
  z-index: 1500;
  top: 15px;
  right: 15px;
  cursor: pointer;
  display: none;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-left: 1px solid rgba(212, 212, 247, 0.2);
}
@media screen and (min-width: 1211px) {
  #nav-toggle {
    display: none;
  }
}
#nav-toggle .icon {
  position: relative;
  width: 40px;
  height: 40px;
}
#nav-toggle .text {
  color: #ffffff;
  text-align: center;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
#nav-toggle span:not(.text):not(.icon) {
  position: absolute;
  display: block;
  left: 9px;
  width: 22px;
  height: 1px;
  margin-top: 0;
  background: #d9af7e;
  content: "";
  cursor: pointer;
  transition: all 0.4s ease;
  transform: rotate(0deg);
}
#nav-toggle span:not(.text):not(.icon).top {
  top: 15px;
}
#nav-toggle span:not(.text):not(.icon).mid, #nav-toggle span:not(.text):not(.icon).mid2 {
  top: 20px;
}
#nav-toggle span:not(.text):not(.icon).bottom {
  top: 25px;
}
#nav-toggle:hover {
  zoom: 1;
  opacity: 0.8;
}
#nav-toggle.active span.mid {
  transform: rotate(45deg);
}
#nav-toggle.active span.mid2 {
  transform: rotate(-45deg);
}
#nav-toggle.active span.top, #nav-toggle.active span.bottom {
  opacity: 0;
}

@media screen and (max-width: 1210px) {
  .nav_wrapper {
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    background-color: rgba(57, 56, 115, 0.5);
    display: none;
  }
  .nav_wrapper:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    width: 100vw;
    height: 100%;
    background-color: rgba(57, 56, 115, 0.5);
    z-index: -1;
    backdrop-filter: blur(4px) brightness(0.5);
  }
  .nav_wrapper.is-opened {
    position: absolute;
    position: fixed;
    overflow: scroll;
    display: block;
    z-index: 1000;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
  }
}

.mobile_nav {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: 0.1s;
  position: absolute;
  display: none;
  z-index: 500;
  top: 0px;
  right: 0;
  width: 100%;
  max-width: 500px;
  height: calc(100% - 0px);
  margin: 0 0 0;
  padding: 0;
  zoom: 1;
}
.mobile_nav:before, .mobile_nav:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.mobile_nav:after {
  clear: both;
}
.mobile_nav {
  background-color: #ffffff;
  background-color: #f1eadd;
  transform: translateX(100%);
  overflow-y: auto;
}
.mobile_nav:has(li.is-opened) {
  overflow: hidden;
}
.mobile_nav.is-loaded {
  transform: translateX(0%);
}
.mobile_nav .nav_showcase {
  display: none;
}
.mobile_nav .nav_links {
  position: static;
}
.mobile_nav ul {
  background-color: #fff;
  position: static;
  display: block;
  clear: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  overflow: hidden;
}
.mobile_nav ul li {
  position: relative;
  display: block;
  display: block;
  clear: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.mobile_nav ul li.page_1 {
  display: none;
}
.mobile_nav ul li.is-opened {
  position: static;
  top: 0px;
  left: 0px;
}
.mobile_nav ul li.is-opened > .nav_sub,
.mobile_nav ul li.is-opened > .level_3,
.mobile_nav ul li.is-opened > .level_4,
.mobile_nav ul li.is-opened > .level_5 {
  transform: translateX(0%);
}
.mobile_nav ul li.is-opened > .close-button {
  right: calc(100% - 50px);
  transform: rotate(0deg);
  top: 14px;
}
.mobile_nav a {
  position: relative;
  display: block;
  margin: 0;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  color: #393873;
  color: #b78456;
  font-size: 23px;
  font-style: italic;
  font-weight: 900;
  line-height: 120%; /* 27.6px */
  padding: 15px;
  padding-left: 20px;
}
.mobile_nav a:hover, .mobile_nav a.active {
  color: #b78456;
  text-decoration: underline;
}
.mobile_nav a:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.mobile_nav .hover a {
  color: #b78456;
  text-decoration: underline;
}
.mobile_nav .close-button {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%;
  direction: ltr;
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  -o-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out;
  position: absolute;
  top: 14px;
  right: 20px;
  z-index: 4;
  display: block;
  height: 30px;
  width: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Ccircle cx='15' cy='15' r='15' fill='%23393873'/%3E%3Cpath d='M9.0298 15.0001L16.9408 22.8359L18.3582 21.432L11.8316 15.0001L18.3252 8.56821L16.9078 7.1643L9.0298 15.0001Z' fill='%23F6F6FD'/%3E%3C/svg%3E");
  transform: rotate(180deg);
  background-size: 30px 30px;
}
.mobile_nav .close-button:hover, .user-is-tabbing .mobile_nav .close-button:focus {
  zoom: 1;
  opacity: 0.8;
}
.mobile_nav .close-button.level-2 {
  top: 7px;
}
.mobile_nav .close-button.is-active {
  z-index: 15;
}
.mobile_nav .close-button.is-active.parent_link {
  z-index: 5;
}
.mobile_nav .toolbar_links {
  padding: 15px 20px;
  align-items: flex-start;
  align-self: center;
  gap: 20px;
}
.mobile_nav .toolbar_links a {
  text-align: left;
  padding: 10px 0px;
  color: #393873;
}
.mobile_nav .toolbar_links a:before {
  content: "";
  display: none;
}
@media screen and (min-width: 501px) {
  .mobile_nav .toolbar_links {
    display: flex;
    justify-content: space-between;
  }
  .mobile_nav .toolbar_links a {
    text-align: center;
    padding: 0;
  }
}
.mobile_nav li.contact_info {
  padding: 20px;
  flex-direction: column;
}

.mobile_nav ul .nav_sub,
.mobile_nav ul .level_3,
.mobile_nav ul .level_4,
.mobile_nav ul .level_5 {
  width: 100%;
  display: block !important;
  position: fixed;
  top: 0px;
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
  background-color: #ffffff;
  z-index: 10;
  height: calc(100vh - 70px);
  padding-top: 50px;
}
.mobile_nav ul .nav_sub .sub_holder,
.mobile_nav ul .level_3 .sub_holder,
.mobile_nav ul .level_4 .sub_holder,
.mobile_nav ul .level_5 .sub_holder {
  width: 100%;
}
.mobile_nav ul .nav_sub .sub_title_section,
.mobile_nav ul .level_3 .sub_title_section,
.mobile_nav ul .level_4 .sub_title_section,
.mobile_nav ul .level_5 .sub_title_section {
  position: relative;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  padding: 10px 50px;
  color: #000000;
  display: inline-block;
  transform-origin: left center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #ffffff;
  margin: 0;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  color: #393873;
  color: #b78456;
  font-size: 23px;
  font-style: italic;
  font-weight: 900;
  line-height: 120%; /* 27.6px */
  padding: 15px;
  padding-left: 20px;
}

.mobile_nav ul ul {
  overflow-y: auto;
}
.mobile_nav ul ul a {
  display: block;
  height: auto;
  margin: 0;
  cursor: pointer;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  color: #393873;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  padding: 10px 20px;
}
.mobile_nav ul ul a:hover, .mobile_nav ul ul a:focus, .mobile_nav ul ul a.active {
  cursor: pointer;
  text-decoration: underline;
}
.mobile_nav ul ul a.gh_redirect:after, .mobile_nav ul ul a.gh_page_redirect:after {
  content: "\f08e";
  font-family: FontAwesome;
  vertical-align: middle;
  margin-left: 9px;
  display: inline-block;
  color: inherit;
}

/* ----------------------------------------------------------------------------
= Footer basics
----------------------------------------------------------------------------- */
footer {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  background: #f6f6fd;
  padding-top: 38px;
}
footer .sponsors {
  width: calc(100% - 76px - 76px);
  margin: auto;
  position: relative;
  z-index: 2;
}
footer .sponsors:before {
  content: "";
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100vw;
  height: calc(50% + 38px);
  background: #393873;
  z-index: -1;
  visibility: visible;
}
footer .sponsors .sponsors_inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 70px;
  max-width: 1180px;
  margin: auto;
  background-color: #ffffff;
}
footer .sponsors .sponsors_inner a:hover, footer .sponsors .sponsors_inner a:focus {
  zoom: 1;
  opacity: 0.7;
}
footer .sponsors .sponsors_inner img {
  max-width: 100%;
}
@media screen and (max-width: 1080px) {
  footer .sponsors .sponsors_inner {
    padding: 40px;
  }
}
@media screen and (max-width: 870px) {
  footer .sponsors {
    padding: 0 40px;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  footer .sponsors {
    padding: 0 20px;
  }
  footer .sponsors .sponsors_inner {
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
  }
  footer .sponsors .sponsors_inner a {
    text-align: center;
    width: calc(50% - 20px);
    flex-shrink: 1;
  }
  footer .sponsors .sponsors_inner img {
    max-height: 60px;
  }
}
footer .footer_nav {
  zoom: 1;
}
footer .footer_nav:before, footer .footer_nav:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
footer .footer_nav:after {
  clear: both;
}
footer .footer_nav {
  position: relative;
  max-width: 1220px;
  width: 100%;
  margin: auto;
  padding: 80px 20px 82px;
  z-index: 1;
}
footer .footer_nav:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100vw;
  height: 100%;
  background: #f6f6fd;
  z-index: -1;
  visibility: visible;
}
footer .footer_nav > ul {
  zoom: 1;
}
footer .footer_nav > ul:before, footer .footer_nav > ul:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
footer .footer_nav > ul:after {
  clear: both;
}
footer .footer_nav > ul {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer .footer_nav > ul > li {
  width: 20%;
  float: left;
}
@media screen and (min-width: 871px) {
  footer .footer_nav > ul > li {
    padding-right: 20px;
    flex-grow: 1;
  }
}
@media screen and (min-width: 871px) {
  footer .footer_nav > ul > li:last-child {
    width: auto;
    padding-right: 0;
  }
}
footer .footer_nav > ul > li > a {
  color: #393873;
  display: block;
  position: relative;
  cursor: pointer;
  color: #393873;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-size: 29px;
  font-style: italic;
  font-weight: 900;
  line-height: 120%; /* 34.8px */
}
footer .footer_nav > ul > li > a:hover, footer .footer_nav > ul > li > a:focus, footer .footer_nav > ul > li > a.active {
  text-decoration: underline;
}
@media screen and (max-width: 870px) {
  footer .footer_nav > ul > li > a {
    padding: 10px 0;
  }
}
@media screen and (max-width: 700px) {
  footer .footer_nav > ul > li > a {
    font-size: 24px;
  }
}
footer .footer_nav > ul > li li {
  width: 100%;
  float: none;
  margin-bottom: 0;
}
footer .footer_nav > ul > li li a {
  display: block;
  padding: 5px 0px;
  color: #393873;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
footer .footer_nav > ul > li li a:hover, footer .footer_nav > ul > li li a:focus, footer .footer_nav > ul > li li a.active {
  text-decoration: underline;
}
@media screen and (max-width: 870px) {
  footer .footer_nav > ul > li {
    width: 33%;
  }
}
@media screen and (max-width: 700px) {
  footer .footer_nav > ul > li {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 870px) {
  footer .footer_nav > ul ul {
    display: none;
  }
}
@media screen and (max-width: 870px) {
  footer .footer_nav > ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 700px) {
  footer .footer_nav > ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 870px) {
  footer .footer_nav {
    margin: 0 auto;
    width: calc(100% - 20px);
    padding: 40px 20px;
  }
}
@media screen and (max-width: 700px) {
  footer .footer_nav {
    padding: 40px 20px;
  }
}
footer .footer_bottom {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin: auto;
  max-width: 1440px;
  background-color: #fff;
  z-index: 2;
}
footer .footer_bottom:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100vw;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  visibility: visible;
}
@media screen and (max-width: 870px) {
  footer .footer_bottom {
    flex-direction: column;
  }
}
footer .footer_bottom_left {
  background-color: #fff;
  flex-grow: 1;
  padding: 60px;
}
@media screen and (max-width: 500px) {
  footer .footer_bottom_left {
    padding: 30px;
  }
}
footer .footer_bottom_right {
  position: relative;
  background-color: #f1eadd;
  padding: 94px 67px;
  max-width: 50%;
}
footer .footer_bottom_right:before {
  content: "";
  background-color: #f1eadd;
  position: absolute;
  top: 0;
  left: calc(100% - 10px);
  display: block;
  width: calc((100vw - 1440px) / 2 + 10px);
  height: 100%;
}
footer .footer_bottom_right h4 {
  color: #393873;
}
@media screen and (max-width: 870px) {
  footer .footer_bottom_right {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  footer .footer_bottom_right {
    padding: 30px;
  }
}
footer .logo {
  margin-bottom: 50px;
}
footer .logo > a,
footer .logo > span {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%;
  direction: ltr;
  width: 172px;
  height: 91px;
  display: block;
  background: url(../images/svg/logo_footer.svg) no-repeat;
  background-size: contain;
}
footer .footer_address h4 {
  color: #393873;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 130% */
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 5px;
}
footer .footer_address p {
  color: #5959b2;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  margin-bottom: 0px;
}
footer .hours_social {
  position: relative;
  border-top: 1px solid #b78456;
  padding-top: 30px;
  margin-top: 30px;
}
footer .hours_social h4 {
  color: #393873;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 130% */
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 5px;
}
footer .hours_social p {
  color: #5959b2;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  margin-bottom: 10px;
}
footer .hours_social .social {
  position: absolute;
  top: 30px;
  right: 0px;
  color: #393873;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .hours_social .social a {
  margin-left: 10px;
  color: #393873;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
footer .hours_social .social a.fa-facebook-f:before, footer .hours_social .social a.fa-instagram:before {
  height: 30px;
  width: 30px;
  display: block;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
}
footer .hours_social .social a.fa-facebook-f:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'%3E%3Cpath d='M24.3333 13C24.3333 7.01999 19.48 2.16666 13.5 2.16666C7.51996 2.16666 2.66663 7.01999 2.66663 13C2.66663 18.2433 6.39329 22.6092 11.3333 23.6167V16.25H9.16663V13H11.3333V10.2917C11.3333 8.20082 13.0341 6.49999 15.125 6.49999H17.8333V9.74999H15.6666C15.0708 9.74999 14.5833 10.2375 14.5833 10.8333V13H17.8333V16.25H14.5833V23.7792C20.0541 23.2375 24.3333 18.6225 24.3333 13Z' fill='%23393873'/%3E%3C/svg%3E");
}
footer .hours_social .social a.fa-instagram:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='22' viewBox='0 0 24 22' fill='none'%3E%3Cpath d='M15.5048 10.9999C15.5048 11.663 15.2992 12.3111 14.9141 12.8624C14.529 13.4137 13.9816 13.8434 13.3412 14.0971C12.7008 14.3509 11.9961 14.4173 11.3162 14.2879C10.6364 14.1585 10.0119 13.8393 9.52175 13.3704C9.0316 12.9016 8.6978 12.3042 8.56257 11.6539C8.42734 11.0037 8.49674 10.3296 8.76201 9.71703C9.02728 9.10446 9.47649 8.58089 10.0528 8.21253C10.6292 7.84417 11.3068 7.64755 12 7.64755C12.9292 7.64857 13.82 8.00209 14.4771 8.63056C15.1341 9.25904 15.5037 10.1111 15.5048 10.9999ZM22.9524 6.39041V15.6095C22.9505 17.1649 22.3038 18.656 21.1539 19.7559C20.0041 20.8557 18.4451 21.4744 16.819 21.4761H7.18094C5.55485 21.4744 3.99588 20.8557 2.84605 19.7559C1.69623 18.656 1.04945 17.1649 1.04761 15.6095V6.39041C1.04945 4.83501 1.69623 3.34383 2.84605 2.244C3.99588 1.14416 5.55485 0.525504 7.18094 0.523743H16.819C18.4451 0.525504 20.0041 1.14416 21.1539 2.244C22.3038 3.34383 22.9505 4.83501 22.9524 6.39041ZM17.2571 10.9999C17.2571 10.0054 16.9488 9.03315 16.3711 8.20621C15.7935 7.37926 14.9724 6.73474 14.0118 6.35414C13.0512 5.97354 11.9942 5.87396 10.9744 6.06798C9.95459 6.26201 9.01785 6.74094 8.28263 7.4442C7.5474 8.14745 7.04671 9.04346 6.84386 10.0189C6.64101 10.9944 6.74512 12.0054 7.14302 12.9243C7.54092 13.8431 8.21474 14.6285 9.07928 15.181C9.94381 15.7336 10.9602 16.0285 12 16.0285C13.3938 16.027 14.73 15.4967 15.7156 14.554C16.7012 13.6113 17.2556 12.3331 17.2571 10.9999ZM19.0095 5.55231C19.0095 5.30367 18.9324 5.06062 18.788 4.85388C18.6436 4.64715 18.4383 4.48602 18.1982 4.39087C17.958 4.29571 17.6938 4.27082 17.4388 4.31933C17.1839 4.36783 16.9497 4.48756 16.7659 4.66338C16.5821 4.83919 16.4569 5.06319 16.4062 5.30706C16.3555 5.55092 16.3815 5.80369 16.481 6.0334C16.5805 6.26311 16.7489 6.45945 16.9651 6.59759C17.1812 6.73573 17.4353 6.80946 17.6952 6.80946C18.0438 6.80946 18.3781 6.67701 18.6246 6.44125C18.871 6.20549 19.0095 5.88573 19.0095 5.55231Z' fill='%23393873'/%3E%3C/svg%3E");
}
footer .hours_social .social a:hover, footer .hours_social .social a:focus {
  zoom: 1;
  opacity: 0.8;
}

.global-footer {
  position: relative;
  zoom: 1;
}
.global-footer:before, .global-footer:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.global-footer:after {
  clear: both;
}
.global-footer {
  margin: 0 auto;
  display: block;
  padding: 0;
  width: 100%;
  background-color: #393873;
  padding: 36px 20px;
}
.global-footer p {
  width: 100%;
  max-width: 1200px;
  position: relative;
  display: block;
  margin: auto;
  padding: 0px 0 0;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  color: #d9af7e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.global-footer p a,
.global-footer p a:visited {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  text-decoration: none;
  color: #d9af7e;
}
.global-footer p a:hover, .global-footer p a:focus, .global-footer p a.active,
.global-footer p a:visited:hover,
.global-footer p a:visited:focus,
.global-footer p a:visited.active {
  text-decoration: underline;
}
.global-footer .delimiter {
  padding: 0 2px;
}
@media screen and (max-width: 1080px) {
  .global-footer .delimiter.first_delimiter {
    display: block;
    font-size: 0;
  }
}
.global-footer a#carbonhouse {
  position: relative;
  display: block;
  float: right;
  margin: 0;
  padding-top: 0px;
  color: #d9af7e;
  font-family: "helvetica";
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.global-footer a#carbonhouse span {
  font-size: 16px;
}
.global-footer a#carbonhouse:hover, .global-footer a#carbonhouse:focus {
  color: #d9af7e;
  text-decoration: underline;
}
@media screen and (max-width: 870px) {
  .global-footer a#carbonhouse {
    float: none;
    display: block;
    margin: 20px auto 0;
    text-align: center;
  }
}
@media screen and (max-width: 870px) {
  .global-footer {
    text-align: center;
  }
  .global-footer p {
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------
=Sidebar Subnav
----------------------------------------------------------------------------- */
.subnav {
  position: relative;
  display: none;
  width: 320px;
  margin: 0 0 20px;
  padding: 0;
}
.subnav ul {
  width: 300px;
  margin: 0 auto;
  padding: 15px 0;
  list-style: none;
  list-style-image: none;
}
.subnav ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid black;
}
.subnav ul li:first-child {
  background: none;
}
.subnav ul li:first-child a,
.subnav ul li:first-child a:visited {
  line-height: 18px;
}
.subnav ul li.active ul {
  display: block;
  width: auto;
  margin: 0;
  padding: 2px 0 2px 12px;
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  background: none;
}
.subnav ul li.active a:active {
  color: #393873;
}
.subnav ul li a,
.subnav ul li a:visited {
  display: block;
  padding: 9px 5px 7px 30px;
  color: white;
  font: bold 18px/120% "Prospectus Pros", Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
.subnav ul li a:hover, .subnav ul li a.active, .subnav ul li a:active,
.subnav ul li a:visited:hover,
.subnav ul li a:visited.active,
.subnav ul li a:visited:active {
  color: #393873;
}
.subnav ul li a.section,
.subnav ul li a:visited.section {
  padding-bottom: 7px;
  color: #393873;
  font-size: 22px;
}
.subnav ul li a.section:hover, .subnav ul li a.section.active:hover, .subnav ul li a.section:active,
.subnav ul li a:visited.section:hover,
.subnav ul li a:visited.section.active:hover,
.subnav ul li a:visited.section:active {
  color: #393873;
}
.subnav ul li.active.onparent a.active {
  color: #393873;
}
.subnav ul ul {
  display: none;
}
.subnav ul ul li {
  border-bottom: none;
}
.subnav ul ul li:first-child a {
  line-height: 24px;
}

/* ----------------------------------------------------------------------------
= Baseline styles for all buttons in a project. These are global.
----------------------------------------------------------------------------- */
#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] {
  padding: 13px 20px;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%; /* 18px */
  flex-grow: 1;
  min-width: 131px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.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 {
  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] {
  border: 2px solid #9697cf;
  background-color: #5959b2;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.gen-button:hover, .gen-button:focus,
.spotlight-button:hover,
.spotlight-button:focus,
.spot-button:hover,
.spot-button:focus,
a.button:hover,
a.button:focus,
.button a:hover,
.button a:focus,
input.button:hover,
input.button:focus,
.textarea .button p a:hover,
.textarea .button p a:focus,
.textarea p a.button:hover,
.textarea p a.button:focus,
.cms .button p a:hover,
.cms .button p a:focus,
.cms p a.button:hover,
.cms p a.button:focus,
.login-form input[type=submit]:hover,
.login-form input[type=submit]:focus {
  background-color: #393873;
  color: #ffffff;
  text-decoration: none;
}
.gen-button.alt,
.spotlight-button.alt,
.spot-button.alt,
a.button.alt,
.button a.alt,
input.button.alt,
.textarea .button p a.alt,
.textarea p a.button.alt,
.cms .button p a.alt,
.cms p a.button.alt,
.login-form input[type=submit].alt {
  border: 2px solid #9697cf;
  background-color: transparent;
  color: var(--Blue, #393873);
}
.gen-button.alt:hover, .gen-button.alt:focus,
.spotlight-button.alt:hover,
.spotlight-button.alt:focus,
.spot-button.alt:hover,
.spot-button.alt:focus,
a.button.alt:hover,
a.button.alt:focus,
.button a.alt:hover,
.button a.alt:focus,
input.button.alt:hover,
input.button.alt:focus,
.textarea .button p a.alt:hover,
.textarea .button p a.alt:focus,
.textarea p a.button.alt:hover,
.textarea p a.button.alt:focus,
.cms .button p a.alt:hover,
.cms .button p a.alt:focus,
.cms p a.button.alt:hover,
.cms p a.button.alt:focus,
.login-form input[type=submit].alt:hover,
.login-form input[type=submit].alt:focus {
  border-color: #5959b2;
  text-decoration: none;
}

/***********************************************/
/*      Add Additional Button Styles Below     */
/***********************************************/
/** ELP **/
.eventItem .buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 10px;
  margin-top: auto;
}
.eventItem .buttons .tickets {
  padding: 13px 20px;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%; /* 18px */
  flex-grow: 1;
  min-width: 131px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.eventItem .buttons .tickets:before {
  display: none;
}
.eventItem .buttons .tickets {
  border: 2px solid #9697cf;
  background-color: #5959b2;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.eventItem .buttons .tickets:hover, .eventItem .buttons .tickets:focus {
  background-color: #393873;
  color: #ffffff;
  text-decoration: none;
}
.eventItem .buttons .tickets.alt {
  border: 2px solid #9697cf;
  background-color: transparent;
  color: var(--Blue, #393873);
}
.eventItem .buttons .tickets.alt:hover, .eventItem .buttons .tickets.alt:focus {
  border-color: #5959b2;
  text-decoration: none;
}
.eventItem .buttons .tickets {
  padding-left: 10px;
  padding-right: 10px;
}
.eventItem .buttons .tickets.no_ticket_link {
  display: none;
}
.eventItem .buttons .more {
  padding: 13px 20px;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%; /* 18px */
  flex-grow: 1;
  min-width: 131px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.eventItem .buttons .more:before {
  display: none;
}
.eventItem .buttons .more.alt {
  border: 2px solid #9697cf;
  background-color: transparent;
  color: var(--Blue, #393873);
}
.eventItem .buttons .more.alt:hover, .eventItem .buttons .more.alt:focus {
  border-color: #5959b2;
  text-decoration: none;
}
.eventItem .buttons .more {
  border: 2px solid #9697cf;
  background-color: transparent;
  color: var(--Blue, #393873);
}
.eventItem .buttons .more:hover, .eventItem .buttons .more:focus {
  border-color: #5959b2;
  text-decoration: none;
}

.splide__caption .buttons,
.event_item_large .buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 20px;
}
.splide__caption .buttons .tickets,
.event_item_large .buttons .tickets {
  padding: 13px 20px;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%; /* 18px */
  flex-grow: 1;
  min-width: 131px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.splide__caption .buttons .tickets:before,
.event_item_large .buttons .tickets:before {
  display: none;
}
.splide__caption .buttons .tickets,
.event_item_large .buttons .tickets {
  border: 2px solid #9697cf;
  background-color: #5959b2;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.splide__caption .buttons .tickets:hover, .splide__caption .buttons .tickets:focus,
.event_item_large .buttons .tickets:hover,
.event_item_large .buttons .tickets:focus {
  background-color: #393873;
  color: #ffffff;
  text-decoration: none;
}
.splide__caption .buttons .tickets.alt,
.event_item_large .buttons .tickets.alt {
  border: 2px solid #9697cf;
  background-color: transparent;
  color: var(--Blue, #393873);
}
.splide__caption .buttons .tickets.alt:hover, .splide__caption .buttons .tickets.alt:focus,
.event_item_large .buttons .tickets.alt:hover,
.event_item_large .buttons .tickets.alt:focus {
  border-color: #5959b2;
  text-decoration: none;
}
.splide__caption .buttons .tickets,
.event_item_large .buttons .tickets {
  padding-left: 10px;
  padding-right: 10px;
}
.splide__caption .buttons .tickets.no_ticket_link,
.event_item_large .buttons .tickets.no_ticket_link {
  display: none;
}
.splide__caption .buttons .more,
.event_item_large .buttons .more {
  padding: 13px 20px;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%; /* 18px */
  flex-grow: 1;
  min-width: 131px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.splide__caption .buttons .more:before,
.event_item_large .buttons .more:before {
  display: none;
}
.splide__caption .buttons .more.alt,
.event_item_large .buttons .more.alt {
  border: 2px solid #9697cf;
  background-color: transparent;
  color: var(--Blue, #393873);
}
.splide__caption .buttons .more.alt:hover, .splide__caption .buttons .more.alt:focus,
.event_item_large .buttons .more.alt:hover,
.event_item_large .buttons .more.alt:focus {
  border-color: #5959b2;
  text-decoration: none;
}
.splide__caption .buttons .more,
.event_item_large .buttons .more {
  border: 2px solid #9697cf;
  background-color: transparent;
  color: var(--Blue, #393873);
}
.splide__caption .buttons .more:hover, .splide__caption .buttons .more:focus,
.event_item_large .buttons .more:hover,
.event_item_large .buttons .more:focus {
  border-color: #5959b2;
  text-decoration: none;
}
.splide__caption .buttons .more,
.event_item_large .buttons .more {
  color: #5959b2;
}
.splide__caption .buttons .more:hover, .splide__caption .buttons .more:focus,
.event_item_large .buttons .more:hover,
.event_item_large .buttons .more:focus {
  color: #393873;
}
.splide__caption .buttons .more,
.splide__caption .buttons .tickets,
.event_item_large .buttons .more,
.event_item_large .buttons .tickets {
  font-size: 18px;
  padding: 12px 10px;
  flex-grow: 0;
  min-width: 157px;
  text-align: center;
}

@media screen and (min-width: 701px) {
  .splide__caption .buttons .more {
    color: white;
  }
  .splide__caption .buttons .more:hover, .splide__caption .buttons .more:focus {
    color: white;
  }
}

.event_heading .buttons {
  margin-top: 40px;
}
.event_heading .buttons .tickets {
  padding: 13px 20px;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%; /* 18px */
  flex-grow: 1;
  min-width: 131px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.event_heading .buttons .tickets:before {
  display: none;
}
.event_heading .buttons .tickets.alt {
  border: 2px solid #9697cf;
  background-color: transparent;
  color: var(--Blue, #393873);
}
.event_heading .buttons .tickets.alt:hover, .event_heading .buttons .tickets.alt:focus {
  border-color: #5959b2;
  text-decoration: none;
}
.event_heading .buttons .tickets {
  border: 2px solid #9697cf;
  background-color: transparent;
  color: var(--Blue, #393873);
}
.event_heading .buttons .tickets:hover, .event_heading .buttons .tickets:focus {
  border-color: #5959b2;
  text-decoration: none;
}
.event_heading .buttons .tickets {
  color: white;
  border-color: rgba(255, 255, 255, 0.5);
}
.event_heading .buttons .tickets:hover, .event_heading .buttons .tickets:focus {
  border-color: white;
}
.event_heading .buttons .more {
  display: none;
}

/** EDP **/
.buttonWrapper .tickets {
  display: none;
}

.event_showings .buttons .tickets {
  padding: 13px 20px;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%; /* 18px */
  flex-grow: 1;
  min-width: 131px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.event_showings .buttons .tickets:before {
  display: none;
}
.event_showings .buttons .tickets {
  border: 2px solid #9697cf;
  background-color: #5959b2;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.event_showings .buttons .tickets:hover, .event_showings .buttons .tickets:focus {
  background-color: #393873;
  color: #ffffff;
  text-decoration: none;
}
.event_showings .buttons .tickets.alt {
  border: 2px solid #9697cf;
  background-color: transparent;
  color: var(--Blue, #393873);
}
.event_showings .buttons .tickets.alt:hover, .event_showings .buttons .tickets.alt:focus {
  border-color: #5959b2;
  text-decoration: none;
}
.event_showings .buttons .tickets {
  padding-left: 10px;
  padding-right: 10px;
  min-width: 157px;
  font-size: 18px;
}

.read-more,
.show-all-showings {
  color: var(--Blue, #393873);
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-size: 23px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%; /* 23px */
  border-bottom: 1px solid #393873;
  padding-bottom: 5px;
  margin-top: 20px;
  display: inline-block;
}

/** Other **/
.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 40px;
  zoom: 1;
  opacity: 0;
  padding: 13px 20px;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%; /* 18px */
  flex-grow: 1;
  min-width: 131px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.back-to-top:before {
  display: none;
}
.back-to-top {
  border: 2px solid #9697cf;
  background-color: #5959b2;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.back-to-top:hover, .back-to-top:focus {
  background-color: #393873;
  color: #ffffff;
  text-decoration: none;
}
.back-to-top.alt {
  border: 2px solid #9697cf;
  background-color: transparent;
  color: var(--Blue, #393873);
}
.back-to-top.alt:hover, .back-to-top.alt:focus {
  border-color: #5959b2;
  text-decoration: none;
}
.back-to-top {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  padding: 10px;
  min-width: 0px;
  z-index: 50;
}
.back-to-top.is-active {
  zoom: 1;
  opacity: 1;
}

#loadMoreEvents,
#allEvents,
#loadMoreSecondary,
.print_calendar {
  color: #896341;
  text-align: center;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%; /* 20px */
  border-bottom: 1px solid #b78456;
  padding: 0 2px 5px;
  margin: auto;
}

#loadMoreSecondary {
  margin: 50px auto;
}

.print_calendar {
  display: inline-block;
}

.homepage_showcase .link {
  padding: 13px 20px;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%; /* 18px */
  flex-grow: 1;
  min-width: 131px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.homepage_showcase .link:before {
  display: none;
}
.homepage_showcase .link.alt {
  border: 2px solid #9697cf;
  background-color: transparent;
  color: var(--Blue, #393873);
}
.homepage_showcase .link.alt:hover, .homepage_showcase .link.alt:focus {
  border-color: #5959b2;
  text-decoration: none;
}
.homepage_showcase .link {
  border: 2px solid #9697cf;
  background-color: transparent;
  color: var(--Blue, #393873);
}
.homepage_showcase .link:hover, .homepage_showcase .link:focus {
  border-color: #5959b2;
  text-decoration: none;
}
.homepage_showcase .link {
  padding-left: 40px;
  padding-right: 40px;
}
.homepage_showcase.top .link:hover, .homepage_showcase.top .link:focus {
  border-color: #fff;
}

.alert-button {
  padding: 13px 20px;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%; /* 18px */
  flex-grow: 1;
  min-width: 131px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.alert-button:before {
  display: none;
}
.alert-button.alt {
  border: 2px solid #9697cf;
  background-color: transparent;
  color: var(--Blue, #393873);
}
.alert-button.alt:hover, .alert-button.alt:focus {
  border-color: #5959b2;
  text-decoration: none;
}
.alert-button {
  border: 2px solid #9697cf;
  background-color: transparent;
  color: var(--Blue, #393873);
}
.alert-button:hover, .alert-button:focus {
  border-color: #5959b2;
  text-decoration: none;
}

#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons .tickets {
  padding: 13px 20px;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%; /* 18px */
  flex-grow: 1;
  min-width: 131px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons .tickets:before {
  display: none;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons .tickets {
  border: 2px solid #9697cf;
  background-color: #5959b2;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons .tickets:hover, #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons .tickets:focus {
  background-color: #393873;
  color: #ffffff;
  text-decoration: none;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons .tickets.alt {
  border: 2px solid #9697cf;
  background-color: transparent;
  color: var(--Blue, #393873);
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons .tickets.alt:hover, #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons .tickets.alt:focus {
  border-color: #5959b2;
  text-decoration: none;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons .tickets {
  padding-left: 10px;
  padding-right: 10px;
  padding: 10px;
  font-size: 16px;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons .tickets.no_ticket_link {
  display: none;
}

/* ----------------------------------------------------------------------------
= Search including search form, and results page
----------------------------------------------------------------------------- */
.search_toggle {
  padding: 10px 20px;
  border-left: 1px solid rgba(212, 212, 247, 0.2);
  color: #ffffff;
  text-align: center;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  margin-left: 20px;
  text-align: center;
  width: 86px;
  text-decoration: underline;
  text-decoration-color: #b78456;
  text-underline-offset: 5px;
}
.search_toggle[href*=search] {
  display: flex;
  align-items: center;
}
.search_toggle {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.search_toggle:hover, .search_toggle:focus {
  color: #d4d4f7;
}

body#pages.search {
  background-color: #393873;
}

.searchresults {
  padding: 60px 20px 0;
}
@media screen and (max-width: 700px) {
  .searchresults {
    padding-top: 20px;
  }
}
.searchresults .search-app,
.searchresults .results.grouped {
  height: auto;
}

.search_wrapper {
  position: fixed;
  top: 150px;
  left: 0px;
  background-color: #393873;
  width: 100vw;
  height: calc(100vh - 100px);
  padding: 60px 20px 0;
  display: none;
}
@media screen and (max-width: 1210px) {
  .search_wrapper {
    top: 70px;
    height: calc(100vh - 70px);
  }
}

.search-app {
  position: relative;
  max-width: 1110px;
  padding: 0 0px;
  margin: auto;
  color: #ffffff;
  font-size: 20px;
  overflow-y: auto;
  height: calc(100vh - 160px);
}
@media screen and (max-width: 1210px) {
  .search-app {
    height: calc(100vh - 90px);
  }
}
.search-app .search-input {
  position: relative;
  margin-bottom: 10px;
}
.search-app .search-input form {
  position: relative;
  margin-bottom: 10px;
}
.search-app label {
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
}
.search-app input {
  width: 100%;
  margin: 0 auto;
  outline: none;
  padding: 30px 30px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 38.4px */
  border: none;
}
.search-app input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ffffff;
  opacity: 1 !important;
}
.search-app input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
  opacity: 1 !important;
}
.search-app input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
  opacity: 1 !important;
}
.search-app input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ffffff;
  opacity: 1 !important;
}
.search-app input {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
@media screen and (max-width: 700px) {
  .search-app input {
    width: 100%;
    padding: 15px 10px;
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .search-app input {
    font-size: 20px;
    line-height: 24px;
  }
}
.search-app a.submit {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%;
  direction: ltr;
  position: absolute;
  top: 27px;
  right: 30px;
  width: 41px;
  padding: 0px;
  height: 41px;
  line-height: 41px;
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='41' viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.2354 0C13.5683 0 8.90137 1.78026 5.34066 5.34079C-1.78022 12.4617 -1.78022 24.0095 5.34066 31.1305C8.90115 34.691 13.5681 36.4713 18.2354 36.4713C22.5055 36.4713 26.7732 34.983 30.1952 32.0039L38.8221 40.626C39.0705 40.8745 39.3984 41 39.7237 41C40.0516 41 40.3769 40.8745 40.6254 40.626C41.1249 40.1291 41.1249 39.3196 40.6254 38.8227L31.9985 30.2006C38.2406 23.036 37.9488 12.1597 31.1301 5.341C27.5696 1.78048 22.9026 0.000218464 18.2353 0.000218464L18.2354 0ZM18.2354 4.50317V4.50573C17.5694 4.50317 16.9111 4.55184 16.2528 4.64918H16.2451C15.9915 4.69016 15.7482 4.81055 15.5535 5.00523C15.054 5.50217 15.054 6.3116 15.5535 6.80855C15.802 7.05959 16.1299 7.18254 16.4552 7.18254C16.5423 7.18254 16.6268 7.17742 16.7113 7.15949H16.7139C17.2185 7.09032 17.7282 7.05446 18.238 7.05446C21.0992 7.05446 23.9578 8.14569 26.1431 10.3281C28.077 12.2621 29.1528 14.7262 29.3731 17.2523V17.2574C29.3962 17.5494 29.5191 17.8389 29.7445 18.0618V18.0643C29.993 18.3128 30.3209 18.4383 30.6462 18.4383C30.9715 18.4383 31.2994 18.3128 31.5478 18.0643C31.8399 17.7723 31.9602 17.3727 31.909 16.9936V16.991C31.6298 13.9018 30.3106 10.892 27.9463 8.52525C25.2644 5.84589 21.75 4.50362 18.2352 4.50362V4.50618L18.2354 4.50317ZM18.2354 2.5487C22.2493 2.5487 26.2656 4.08048 29.3268 7.14411C35.4537 13.2688 35.4537 23.2024 29.3268 29.3272C26.2658 32.3907 22.2491 33.9226 18.2354 33.9226C14.2217 33.9226 10.208 32.3908 7.14397 29.3272C1.01709 23.2024 1.01709 13.2688 7.14397 7.14411C10.2075 4.08054 14.2217 2.5487 18.2354 2.5487Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 700px) {
  .search-app a.submit {
    top: 8px;
    right: 10px;
    background-size: 30px auto;
  }
}
@media screen and (max-width: 500px) {
  .search-app a.submit {
    top: 6px;
  }
}

.dropdown {
  float: right;
  max-width: 375px;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
}
.dropdown .selected-item {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: relative;
  width: 232px;
  line-height: 51px;
  height: 53px;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 15px 20px;
  padding-right: 65px;
  display: block;
  color: #fff;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  border: 1px solid #d4d4f7;
  background-color: #393873;
}
.dropdown .selected-item:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 20px;
  height: 30px;
  width: 30px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M12.6667 4L7.00008 9.66667L1.33341 4' stroke='white' stroke-width='2.09524'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
}
.dropdown .selected-item:hover, .dropdown .selected-item:focus {
  border: 1px solid #ffffff;
}
@media screen and (max-width: 700px) {
  .dropdown .selected-item {
    width: 190px;
  }
}
.dropdown ul {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  border: 1px solid #ffffff;
  border-top: none;
  background-color: #393873;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  z-index: 7;
  border-radius: 0px;
  padding-bottom: 10px;
}
.dropdown ul li {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  cursor: pointer;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: left;
  line-height: 20px;
  font-weight: 400;
}
.dropdown ul li:hover,
.dropdown ul li.active {
  text-decoration: underline;
}
.dropdown ul li:before {
  display: none;
}
.dropdown.open .selected-item {
  border-color: #ffffff;
}
.dropdown.open .selected-item:before {
  transform: rotate(180deg);
}
.dropdown.open ul {
  display: block;
}
@media screen and (max-width: 500px) {
  .dropdown {
    float: none;
    margin: 20px 0 0;
    clear: both;
  }
  .dropdown .selected-item {
    width: 190px;
  }
}

ul.showtime-search-instant-results {
  list-style: none;
  text-align: left;
}
ul.showtime-search-instant-results li {
  list-style: none;
}
ul.showtime-search-instant-results li:before {
  display: none;
}

.showtime-search-instant-result-header {
  font-size: 1.5rem;
  border-bottom: 1px solid #d9af7e;
  margin: 15px 0 30px;
  text-transform: capitalize;
  color: #d9af7e;
  font-size: 52px;
  font-style: italic;
  font-weight: 900;
  line-height: 120%;
}
.showtime-search-instant-result-keyword {
  color: white;
}

.pages_result {
  width: 100%;
}

.results.grouped {
  height: calc(100vh - 320px);
  width: 100%;
  overflow-y: auto;
}
@media screen and (max-width: 1210px) {
  .results.grouped {
    height: calc(100vh - 90px - 120px);
  }
}
.results.grouped:has(.events_result) .showtime-search-instant-result-header {
  width: 100%;
}
@media screen and (max-width: 870px) {
  .results.grouped:has(.events_result) > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .results.grouped:has(.events_result) > div .events_result {
    width: 50%;
  }
  .results.grouped:has(.events_result) > div .events_result .eventItem {
    width: 100%;
  }
}

.showtime-search-instant-result .content_item {
  width: 100%;
}
.showtime-search-instant-result .content_item .title,
.showtime-search-instant-result .content_item .title a {
  color: #ffffff;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
@media screen and (max-width: 870px) {
  .showtime-search-instant-result .content_item .title {
    margin-bottom: 20px;
  }
}
.showtime-search-instant-result .content_item .info {
  position: relative;
  min-height: 46px;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

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

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide__slide--has-video {
  cursor: pointer;
}

.splide__slide--has-video:hover .splide__video__play {
  opacity: 1;
}

.splide__slide__container--has-video {
  cursor: pointer;
  position: relative;
}

.splide__slide__container--has-video:hover .splide__video__play {
  opacity: 1;
}

.splide__video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.splide__video__wrapper {
  background: #000;
  height: inherit;
  width: inherit;
}

.splide__video__wrapper div,
.splide__video__wrapper iframe,
.splide__video__wrapper video {
  height: 100%;
  width: 100%;
}

.splide__video__play {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  left: 50%;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.1s linear;
  width: 40px;
}

.splide__video__play:after {
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 9px 0 9px 17px;
  content: "";
  display: inline-block;
  margin-left: 4px;
}

.video_toggle {
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%;
  direction: ltr;
  position: absolute;
  top: 0px;
  right: 0px;
  left: auto;
  text-align: center;
  height: 60px;
  width: 60px;
  transform: translate(0%, 0%);
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Ctitle/%3E%3Cg id='cross'%3E%3Cline class='cls-1' x1='7' x2='25' y1='7' y2='25'/%3E%3Cline class='cls-1' x1='7' x2='25' y1='25' y2='7'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
}
.video-showing .video_toggle {
  display: block;
}

.splide__slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 701px) {
  .home .splide__slide:has(.splide__caption):after {
    z-index: 3;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(21, 21, 41, 0) 0%, #151529 100%);
  }
}
.splide__slide .splide__slide__container {
  height: 100%;
}
.splide__slide:hover .splide__caption,
.splide__slide:hover .caption, .splide__slide:focus .splide__caption,
.splide__slide:focus .caption {
  zoom: 1;
  opacity: 1;
}

.splide__caption,
.caption {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: block;
  color: white;
  z-index: 5;
  padding: 10px 20px;
  zoom: 1;
  opacity: 0;
}
.splide__caption:before,
.caption:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 25vw;
  z-index: -1;
  background: linear-gradient(180deg, rgba(21, 21, 41, 0) 0%, #151529 100%);
}
.splide__caption *,
.caption * {
  color: #fff;
}
.home .splide__caption,
.home .caption {
  padding-bottom: 107px;
  padding-left: 72px;
  zoom: 1;
  opacity: 1;
}
.home .splide__caption:before,
.home .caption:before {
  content: "";
  display: none;
}
.home .splide__caption .date,
.home .caption .date {
  order: 2;
  color: #ffffff;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  text-transform: uppercase;
  border-bottom: 2px solid #d9af7e;
  margin-bottom: 18px;
  display: inline-block;
}
.home .splide__caption .title,
.home .caption .title {
  font-size: 52px;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.home .splide__caption .title a,
.home .caption .title a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  font-size: 52px;
  line-height: 1;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.home .splide__caption .title a:hover, .home .splide__caption .title a:focus,
.home .caption .title a:hover,
.home .caption .title a:focus {
  color: white;
  text-decoration-color: #ffffff;
}
.home .splide__caption .presented-by,
.home .splide__caption .tagline,
.home .caption .presented-by,
.home .caption .tagline {
  color: white;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 18px */
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
@media screen and (max-width: 700px) {
  .home .splide__caption,
  .home .caption {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    display: block;
    padding: 20px;
  }
  .home .splide__caption .date,
  .home .caption .date {
    color: #6f5034;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .home .splide__caption .presented-by,
  .home .caption .presented-by {
    color: #1c1c36;
  }
  .home .splide__caption .title,
  .home .splide__caption .title a,
  .home .caption .title,
  .home .caption .title a {
    color: #393873;
    font-size: 30px;
  }
  .home .splide__caption .title:hover, .home .splide__caption .title:focus,
  .home .splide__caption .title a:hover,
  .home .splide__caption .title a:focus,
  .home .caption .title:hover,
  .home .caption .title:focus,
  .home .caption .title a:hover,
  .home .caption .title a:focus {
    color: #393873;
  }
  .home .splide__caption .tagline,
  .home .caption .tagline {
    color: #1c1c36;
  }
}

.splide__pagination {
  position: absolute;
  bottom: 25px;
  left: 50px;
  right: auto;
}
@media screen and (max-width: 700px) {
  .splide__pagination {
    display: none;
  }
}

.splide__pagination__page {
  width: 100px;
  height: 40px;
  border-radius: 0%;
  position: relative;
  background: none;
  zoom: 1;
  opacity: 1;
}
.splide__pagination__page:before {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #ffffff;
  zoom: 1;
  opacity: 0.3;
}
.splide__pagination__page:hover, .splide__pagination__page:focus, .splide__pagination__page.is-active {
  background: none;
  transform: scale(1);
  z-index: 1;
}
.splide__pagination__page:hover:before, .splide__pagination__page:focus:before, .splide__pagination__page.is-active:before {
  zoom: 1;
  opacity: 1;
  height: 2px;
}

.splide__arrow:not(.tb_ht_arrow) {
  height: 42px;
  width: 42px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Ccircle cx='23.8977' cy='23.8977' r='23.8977' fill='white'/%3E%3Cpath d='M14.3862 23.8977L26.9898 36.3816L29.2479 34.1449L18.8499 23.8977L29.1954 13.6505L26.9373 11.4138L14.3862 23.8977Z' fill='%23393873'/%3E%3C/svg%3E");
  background-size: contain;
}
.splide__arrow:not(.tb_ht_arrow) svg {
  display: none;
}
.splide__arrow:not(.tb_ht_arrow).splide__arrow--next {
  transform: translateY(-50%) rotate(180deg);
}
.event_sponsors .splide__arrow:not(.tb_ht_arrow) {
  height: 22px;
  width: 22px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Ccircle cx='15' cy='15' r='15' fill='%23393873'/%3E%3Cpath d='M9.0298 15.0001L16.9408 22.8359L18.3582 21.432L11.8316 15.0001L18.3252 8.56821L16.9078 7.1643L9.0298 15.0001Z' fill='%23F6F6FD'/%3E%3C/svg%3E");
  background-size: contain;
}
.event_sponsors .splide__arrow:not(.tb_ht_arrow) svg {
  display: none;
}
.event_sponsors .splide__arrow:not(.tb_ht_arrow).splide__arrow--prev {
  left: -40px;
}
.event_sponsors .splide__arrow:not(.tb_ht_arrow).splide__arrow--next {
  transform: rotate(180deg) translateY(50%);
  right: -40px;
}
.splide__arrow:not(.tb_ht_arrow)[disabled] {
  display: none;
}

.video_toggle {
  z-index: 10;
}

.splide__video__play {
  position: absolute;
  top: 40px;
  left: 40px;
}

.gallery_thumbs:not(.is-overflow) .splide__list {
  justify-content: center;
}

.splide:not(.is-overflow) .splide__list {
  justify-content: center;
}

.full:has(.has_slideshow) .splide__slide__container:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 45.8333333333vw;
  z-index: 1;
  background: linear-gradient(180deg, rgba(21, 21, 41, 0) 0%, #151529 100%);
}
.full:has(.has_slideshow) .content_item .splide__slide__container:before {
  display: none;
}

#pages.calendar .page_header {
  border-bottom: none;
}
#pages.calendar .page_header:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100vw;
  height: 100%;
  background: #393873;
  z-index: -1;
  visibility: visible;
}
#pages.calendar .page_header:after {
  content: "";
  display: none;
}
#pages.calendar .page_header h1,
#pages.calendar .page_header .breadcrumbs * {
  color: white;
  border-bottom: none;
}

.event_list.calendar_event_list.event_list_calendar {
  max-width: 100%;
  width: 100%;
}

.ch_calendar-header {
  zoom: 1;
}
.ch_calendar-header:before, .ch_calendar-header:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.ch_calendar-header:after {
  clear: both;
}
.ch_calendar-header {
  position: relative;
  padding: 20px 20px 20px;
  max-width: 1480px;
  margin: 0 auto;
  width: 100%;
  position: sticky;
  top: 100px;
  z-index: 10;
  margin-bottom: 0px;
  background: url(../images/bg_pattern.png);
  background-attachment: fixed;
}
@media screen and (max-width: 870px) {
  .ch_calendar-header {
    min-height: 60px;
  }
}
.ch_calendar-header:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 42px);
  height: 2px;
  background-color: #393873;
  display: block;
  visibility: visible;
}
@media screen and (max-width: 1210px) {
  .ch_calendar-header {
    top: 70px;
  }
}
.ch_calendar-header .month_name {
  position: absolute;
  top: 20px;
  left: 0px;
  width: calc(100% - 0px);
  color: #333;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  letter-spacing: 0.04em;
  margin: 0px auto;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .ch_calendar-header .month_name {
    font-size: 24px;
    font-size: 24px;
    position: relative;
    width: auto;
    display: inline-block;
    top: 0;
  }
}
.ch_calendar-header .cal-prev,
.ch_calendar-header .cal-next {
  position: relative;
  font-size: 30px;
  color: #393873;
  vertical-align: top;
  padding: 0 0px;
  z-index: 2;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-size: 18px;
  color: rgba(1, 1, 1, 0.7);
  line-height: 36px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  float: left;
  padding-left: 50px;
}
.ch_calendar-header .cal-prev .fa,
.ch_calendar-header .cal-next .fa {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Ccircle cx='15' cy='15' r='15' fill='%23393873'/%3E%3Cpath d='M9.0298 15.0001L16.9408 22.8359L18.3582 21.432L11.8316 15.0001L18.3252 8.56821L16.9078 7.1643L9.0298 15.0001Z' fill='%23F6F6FD'/%3E%3C/svg%3E");
  height: 36px;
  width: 36px;
  background-size: 36px 36px;
}
.ch_calendar-header .cal-prev .fa:before,
.ch_calendar-header .cal-next .fa:before {
  content: "";
  display: none;
}
.ch_calendar-header .cal-prev:hover,
.ch_calendar-header .cal-next:hover {
  color: #393873;
}
.ch_calendar-header .cal-prev:hover .fa,
.ch_calendar-header .cal-next:hover .fa {
  zoom: 1;
  opacity: 0.8;
}
.ch_calendar-header .cal-next {
  float: right;
  padding-left: 0;
  padding-right: 50px;
}
.ch_calendar-header .cal-next .fa {
  position: absolute;
  top: 0px;
  right: 0px;
  left: auto;
  transform: scaleX(-1);
}
.ch_calendar-header .cal-next:hover .fa {
  transform: scaleX(-1);
}
.ch_calendar-header .weekdays {
  position: relative;
  clear: both;
  display: block;
  zoom: 1;
}
.ch_calendar-header .weekdays:before, .ch_calendar-header .weekdays:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.ch_calendar-header .weekdays:after {
  clear: both;
}
.ch_calendar-header .weekdays {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
}
.ch_calendar-header .weekdays .weekday {
  width: calc(14.28% - 0px);
  padding: 15px 10px 0px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
  margin: 0px 0px;
  text-align: center;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.542px */
  letter-spacing: 0.357px;
  text-transform: uppercase;
}
@media screen and (max-width: 700px) {
  .ch_calendar-header .weekdays {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .ch_calendar-header {
    padding-bottom: 10px;
    margin-bottom: 0px;
  }
}

.ch_calendar {
  zoom: 1;
}
.ch_calendar:before, .ch_calendar:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.ch_calendar:after {
  clear: both;
}
.ch_calendar {
  position: relative;
  margin: 0 auto 40px;
  padding: 0 0px 0px;
  max-width: 1440px;
  width: calc(100vw - 40px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-end;
  border-left: 2px solid #393873;
}
.ch_calendar-day {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: relative;
  width: 123px;
  width: calc(14.28% - 0px);
  background: #ffffff;
  min-height: 220px;
  float: left;
  margin: 0 0px 0px;
  padding: 36px 0px 0px;
  border-bottom: 2px solid #393873;
  border-right: 2px solid #393873;
  flex-grow: 1;
  background: #fff;
  text-align: left;
}
.ch_calendar-day:first-child, .ch_calendar-day[data-weekday="0"] {
  clear: left;
}
.ch_calendar-day .date {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 36px;
  width: 36px;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  padding-left: 0px;
  text-align: center;
  color: #6f5034;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px solid #d9af7e;
  padding-bottom: 5px;
  display: inline-block;
}
@media screen and (max-width: 700px) {
  .ch_calendar-day .date {
    right: auto;
  }
}
.ch_calendar-day:not(.empty) + .empty {
  border-top: none;
}
.ch_calendar-day:not(.empty) + .empty + .empty {
  border-top: none;
}
@media screen and (max-width: 700px) {
  .ch_calendar-day {
    width: 100%;
    height: auto;
    min-height: 36px;
    margin-bottom: px;
    padding: 10px 15px;
  }
  .ch_calendar-day.hasEvent {
    padding: 36px 0px 0px;
  }
  .ch_calendar-day.empty {
    display: none;
  }
}
.ch_calendar-events {
  overflow-y: auto;
  max-height: 100%;
  padding-top: 0px;
}
.ch_calendar-events .event_item {
  padding-top: 0px;
  margin-top: 0px;
  color: #fff;
  padding: 10px;
}
.ch_calendar-events .event_item:first-child {
  padding-top: 0px;
  border-top: none;
  margin-top: 0px;
}
.ch_calendar-events .event_item:first-child h3 {
  border-top: none;
}
.ch_calendar-events .event_item img {
  width: 100%;
  display: block;
}
.ch_calendar-events .event_item .ch_calendar-thumb {
  display: none;
}
.ch_calendar-events .event_item .ch_calendar-thumb a {
  filter: grayscale(0);
}
.ch_calendar-events .event_item .ch_calendar-thumb a:hover {
  filter: grayscale(100%) contrast(1.5);
}
@media screen and (max-width: 700px) {
  .ch_calendar-events .event_item .ch_calendar-thumb a {
    display: none;
  }
}
.ch_calendar-events .event_item h3 {
  margin-bottom: 0px;
  line-height: 1.2;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 0;
}
.ch_calendar-events .event_item h3 a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  font-size: 18px;
  line-height: 1;
  color: #393873;
  font-style: normal;
  font-weight: 700;
  font-style: italic;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.24px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.ch_calendar-events .event_item h3 a:hover {
  color: #393873;
  text-decoration: underline;
}
.ch_calendar-events .event_item .time {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  z-index: 10;
  letter-spacing: 0.04em;
  padding: 0 0px 10px;
}
.ch_calendar.tabbing .accessible-overlay {
  display: block;
}
.ch_calendar .accessible-overlay {
  position: absolute;
  top: -10px;
  left: 0px;
  display: none;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  text-align: center;
  z-index: 20;
  background: rgba(255, 255, 255, 0.8);
  font-size: 1.25rem;
}

/******************************************/
/*		=Extras (Tooltip, Modal, etc)     */
/******************************************/
.tooltip_content,
.modal_content {
  display: none;
}

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

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

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

/* ----------------------------------------------------------------------------
=Showtime Page Content
----------------------------------------------------------------------------- */
.content_item {
  margin: auto;
  width: 1180px;
  max-width: calc(100vw - 40px);
  margin-bottom: 40px;
}
.main_column > .content_item.slide {
  max-width: none;
  width: 100%;
}
.news_detail .content_item.slide {
  margin-bottom: 0;
}
.full_column .content_item.textarea, .full_column .content_item.spotlight, .full_column .content_item.link, .full_column .content_item.faq {
  position: relative;
  z-index: 1;
}
.full_column .content_item.textarea > *, .full_column .content_item.spotlight > *, .full_column .content_item.link > *, .full_column .content_item.faq > * {
  position: relative;
  z-index: 1;
}
.full_column .content_item.textarea, .full_column .content_item.spotlight, .full_column .content_item.link, .full_column .content_item.faq {
  margin-top: 20px;
}
.full_column .content_item.textarea:before, .full_column .content_item.spotlight:before, .full_column .content_item.link:before, .full_column .content_item.faq:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  background-color: #ffffff;
  visibility: visible;
}
.page_header + .content_item.textarea, .page_header + .content_item.spotlight, .page_header + .content_item.link, .page_header + .content_item.faq {
  padding-top: 40px;
}
@media screen and (max-width: 700px) {
  .page_header + .content_item.textarea, .page_header + .content_item.spotlight, .page_header + .content_item.link, .page_header + .content_item.faq {
    padding-top: 20px;
  }
}

.spotlight_image {
  position: relative;
}
.spotlight_image img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.spotlight_image:hover .splide__caption,
.spotlight_image:hover .caption, .spotlight_image:focus .splide__caption,
.spotlight_image:focus .caption {
  zoom: 1;
  opacity: 1;
}

.page_header {
  position: relative;
  margin: auto;
  width: 1180px;
  max-width: calc(100vw - 40px);
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
  z-index: 1;
}
.page_header:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100vw;
  height: 100%;
  background: #f1eadd;
  z-index: -1;
  visibility: visible;
}
.page_header .breadcrumbs {
  margin-bottom: 0px;
}
.page_header h1 {
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 900;
  color: #6f5034;
}
.event_listing_page .page_header {
  padding: 0;
  width: 100%;
  max-width: none;
  border: none;
  margin-bottom: 25px;
}
.page_header:has(.tagline) h1 {
  margin-bottom: 0;
}
.page_header:has(.tagline) .tagline {
  color: #6f5034;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
}
.has_slideshow .page_header {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: absolute;
  top: 22.9166666667vw;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: auto;
  margin: 0;
  padding: 20px;
}
.has_slideshow .page_header h1 {
  width: auto;
  color: white;
  margin: 0;
  padding: 0;
  font-size: 70px;
  line-height: 1.1;
}
@media screen and (max-width: 870px) {
  .has_slideshow .page_header h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 700px) {
  .has_slideshow .page_header h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 400px) {
  .has_slideshow .page_header h1 {
    font-size: 30px;
  }
}
.has_slideshow .page_header:before {
  display: none;
}
@media screen and (max-width: 700px) {
  .has_slideshow .page_header {
    width: 100%;
  }
}
.full:has(.is-playing) .has_slideshow .page_header {
  zoom: 1;
  opacity: 0;
}

.breadcrumbs {
  margin-bottom: 25px;
}
.breadcrumbs .breadcrumb_divider {
  color: #7979f2;
  margin: 0 15px;
}
.breadcrumbs a,
.breadcrumbs span:not(.breadcrumb_divider) {
  color: var(--Blue, #393873);
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.24px;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
  text-decoration: underline;
}
.breadcrumbs span:not(.breadcrumb_divider) {
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .breadcrumbs a,
  .breadcrumbs .breadcrumb_divider,
  .breadcrumbs span {
    display: none;
  }
  .breadcrumbs a:last-of-type {
    display: inline-block;
    position: relative;
    padding-left: 20px;
  }
  .breadcrumbs a:last-of-type:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -5px;
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='25' viewBox='0 0 42 25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 25 0 3.799 3.763 0 21 17.491 38.237.088 42 3.887 21 25Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    height: 12px;
    width: 15px;
    transform: rotate(90deg);
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
  }
}

.content,
.cms {
  position: relative;
  margin: 0;
  padding: 0;
  /* ----------------------------------------------------------------------------
     =Image Templates
     ----------------------------------------------------------------------------- */
}
.content img,
.cms img {
  max-width: 100%;
}
.content img[align=left], .content img.left,
.cms img[align=left],
.cms img.left {
  float: left;
  margin: 0 20px 20px 0;
}
@media screen and (max-width: 700px) {
  .content img[align=left], .content img.left,
  .cms img[align=left],
  .cms img.left {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
}
.content img[align=right], .content img.right,
.cms img[align=right],
.cms img.right {
  float: right;
  margin: 0 0 20px 20px;
}
@media screen and (max-width: 700px) {
  .content img[align=right], .content img.right,
  .cms img[align=right],
  .cms img.right {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
}
.content img[align=center], .content img.center,
.cms img[align=center],
.cms img.center {
  float: none;
  margin: 0 auto 20px;
  display: block;
}
.content .image.right,
.cms .image.right {
  float: right;
  margin: 0 0 20px 20px;
}
@media screen and (max-width: 700px) {
  .content .image.right,
  .cms .image.right {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
}
.content .image.left,
.cms .image.left {
  float: left;
  margin: 0 20px 20px 0;
}
@media screen and (max-width: 700px) {
  .content .image.left,
  .cms .image.left {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
}
.content .image.center,
.cms .image.center {
  float: none;
  margin: 0 auto 20px;
  display: block;
}
.content figcaption,
.cms 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;
}
.side-by-side:before, .side-by-side:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.side-by-side:after {
  clear: both;
}
.side-by-side {
  width: 50%;
  float: left;
}
.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
----------------------------------------------------------------------------- */
/* Uncomment any Additional Selectors Needed */
.gallery-listing,
.spotlight,
.concierge,
.news_list,
.seating_charts {
  clear: both;
}
.gallery-listing .spotlight-modals,
.spotlight .spotlight-modals,
.concierge .spotlight-modals,
.news_list .spotlight-modals,
.seating_charts .spotlight-modals {
  width: 100%;
}
.gallery-listing .entry,
.spotlight .entry,
.concierge .entry,
.news_list .entry,
.seating_charts .entry {
  position: relative;
  zoom: 1;
}
.gallery-listing .entry:before, .gallery-listing .entry:after,
.spotlight .entry:before,
.spotlight .entry:after,
.concierge .entry:before,
.concierge .entry:after,
.news_list .entry:before,
.news_list .entry:after,
.seating_charts .entry:before,
.seating_charts .entry:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.gallery-listing .entry:after,
.spotlight .entry:after,
.concierge .entry:after,
.news_list .entry:after,
.seating_charts .entry:after {
  clear: both;
}
.gallery-listing .entry,
.spotlight .entry,
.concierge .entry,
.news_list .entry,
.seating_charts .entry {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 2px solid rgba(183, 132, 86, 0.6);
}
.gallery-listing .entry:first-child,
.spotlight .entry:first-child,
.concierge .entry:first-child,
.news_list .entry:first-child,
.seating_charts .entry:first-child {
  padding-top: 0;
}
@media screen and (max-width: 500px) {
  .gallery-listing .entry,
  .spotlight .entry,
  .concierge .entry,
  .news_list .entry,
  .seating_charts .entry {
    flex-direction: column;
    max-width: 300px;
    margin: auto;
  }
}
.gallery-listing .thumb,
.spotlight .thumb,
.concierge .thumb,
.news_list .thumb,
.seating_charts .thumb {
  min-width: 150px;
  width: 272px;
  margin: 0 0px 0px 0;
  align-self: flex-start;
}
.gallery-listing .thumb.default,
.spotlight .thumb.default,
.concierge .thumb.default,
.news_list .thumb.default,
.seating_charts .thumb.default {
  display: none;
}
.gallery-listing .thumb.is-modal,
.gallery-listing .thumb a,
.spotlight .thumb.is-modal,
.spotlight .thumb a,
.concierge .thumb.is-modal,
.concierge .thumb a,
.news_list .thumb.is-modal,
.news_list .thumb a,
.seating_charts .thumb.is-modal,
.seating_charts .thumb a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  display: block;
  opacity: 1;
}
.gallery-listing .thumb.is-modal:hover,
.gallery-listing .thumb a:hover,
.spotlight .thumb.is-modal:hover,
.spotlight .thumb a:hover,
.concierge .thumb.is-modal:hover,
.concierge .thumb a:hover,
.news_list .thumb.is-modal:hover,
.news_list .thumb a:hover,
.seating_charts .thumb.is-modal:hover,
.seating_charts .thumb a:hover {
  opacity: 0.8;
  cursor: pointer;
}
.gallery-listing .thumb img,
.spotlight .thumb img,
.concierge .thumb img,
.news_list .thumb img,
.seating_charts .thumb img {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  display: block;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .gallery-listing .thumb,
  .spotlight .thumb,
  .concierge .thumb,
  .news_list .thumb,
  .seating_charts .thumb {
    width: 100%;
  }
}
.gallery-listing .info,
.spotlight .info,
.concierge .info,
.news_list .info,
.seating_charts .info {
  width: 100%;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  padding-left: 40px;
}
.gallery-listing .info .button,
.spotlight .info .button,
.concierge .info .button,
.news_list .info .button,
.seating_charts .info .button {
  order: 4;
  flex-grow: 0;
  margin-top: auto;
}
@media screen and (max-width: 500px) {
  .gallery-listing .info,
  .spotlight .info,
  .concierge .info,
  .news_list .info,
  .seating_charts .info {
    padding-top: 20px;
    padding-left: 0;
    gap: 15px;
  }
  .gallery-listing .info > *,
  .spotlight .info > *,
  .concierge .info > *,
  .news_list .info > *,
  .seating_charts .info > * {
    margin-bottom: 0;
  }
}
.gallery-listing .spotlight_content > *,
.spotlight .spotlight_content > *,
.concierge .spotlight_content > *,
.news_list .spotlight_content > *,
.seating_charts .spotlight_content > * {
  margin-bottom: 0;
  margin-top: 20px;
}
.gallery-listing .spotlight_content > *:first-child,
.spotlight .spotlight_content > *:first-child,
.concierge .spotlight_content > *:first-child,
.news_list .spotlight_content > *:first-child,
.seating_charts .spotlight_content > *:first-child {
  margin-top: 0;
}
.gallery-listing .spotlight_content a,
.spotlight .spotlight_content a,
.concierge .spotlight_content a,
.news_list .spotlight_content a,
.seating_charts .spotlight_content a {
  display: inline-block;
}
.gallery-listing .thumb:not(.default) + .info,
.spotlight .thumb:not(.default) + .info,
.concierge .thumb:not(.default) + .info,
.news_list .thumb:not(.default) + .info,
.seating_charts .thumb:not(.default) + .info {
  width: calc(100% - (272px + 0px));
}
@media screen and (max-width: 500px) {
  .gallery-listing .thumb:not(.default) + .info,
  .spotlight .thumb:not(.default) + .info,
  .concierge .thumb:not(.default) + .info,
  .news_list .thumb:not(.default) + .info,
  .seating_charts .thumb:not(.default) + .info {
    width: 100%;
    padding-left: 0;
  }
}
.gallery-listing .date,
.spotlight .date,
.concierge .date,
.news_list .date,
.seating_charts .date {
  order: 2;
  color: #6f5034;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  border-bottom: 2px solid #d9af7e;
  margin-bottom: 18px;
  padding-bottom: 8px;
  display: inline-block;
}
.gallery-listing .title,
.spotlight .title,
.concierge .title,
.news_list .title,
.seating_charts .title {
  line-height: 1.1;
  margin-bottom: 0;
}
.gallery-listing .title.is-modal,
.gallery-listing .title a,
.spotlight .title.is-modal,
.spotlight .title a,
.concierge .title.is-modal,
.concierge .title a,
.news_list .title.is-modal,
.news_list .title a,
.seating_charts .title.is-modal,
.seating_charts .title a {
  color: #393873;
  cursor: pointer;
}
.gallery-listing .title.is-modal:hover,
.gallery-listing .title a:hover,
.spotlight .title.is-modal:hover,
.spotlight .title a:hover,
.concierge .title.is-modal:hover,
.concierge .title a:hover,
.news_list .title.is-modal:hover,
.news_list .title a:hover,
.seating_charts .title.is-modal:hover,
.seating_charts .title a:hover {
  text-decoration: underline;
}
.gallery-listing .title.is-modal:hover span,
.gallery-listing .title a:hover span,
.spotlight .title.is-modal:hover span,
.spotlight .title a:hover span,
.concierge .title.is-modal:hover span,
.concierge .title a:hover span,
.news_list .title.is-modal:hover span,
.news_list .title a:hover span,
.seating_charts .title.is-modal:hover span,
.seating_charts .title a:hover span {
  text-decoration: none;
}
.gallery-listing .title:hover span, .gallery-listing .title:focus span,
.spotlight .title:hover span,
.spotlight .title:focus span,
.concierge .title:hover span,
.concierge .title:focus span,
.news_list .title:hover span,
.news_list .title:focus span,
.seating_charts .title:hover span,
.seating_charts .title:focus span {
  text-decoration: none;
}
.gallery-listing .title span,
.spotlight .title span,
.concierge .title span,
.news_list .title span,
.seating_charts .title span {
  display: block;
  color: #6f5034;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 15px;
}
.gallery-listing .buttons a,
.gallery-listing .links a,
.spotlight .buttons a,
.spotlight .links a,
.concierge .buttons a,
.concierge .links a,
.news_list .buttons a,
.news_list .links a,
.seating_charts .buttons a,
.seating_charts .links a {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 700px) {
  .gallery-listing .buttons,
  .gallery-listing .links,
  .spotlight .buttons,
  .spotlight .links,
  .concierge .buttons,
  .concierge .links,
  .news_list .buttons,
  .news_list .links,
  .seating_charts .buttons,
  .seating_charts .links {
    margin: 0 auto 20px;
    float: none;
    text-align: center;
  }
  .gallery-listing .buttons a,
  .gallery-listing .links a,
  .spotlight .buttons a,
  .spotlight .links a,
  .concierge .buttons a,
  .concierge .links a,
  .news_list .buttons a,
  .news_list .links a,
  .seating_charts .buttons a,
  .seating_charts .links a {
    margin: 0 10px;
  }
}
.gallery-listing .button,
.spotlight .button,
.concierge .button,
.news_list .button,
.seating_charts .button {
  flex-grow: 0;
}
.gallery-listing .links a,
.spotlight .links a,
.concierge .links a,
.news_list .links a,
.seating_charts .links a {
  margin-top: 10px;
}
@media screen and (min-width: 501px) {
  .gallery-listing:not([data-layout=square]):not([data-layout=logos]):not([data-layout=three-across]):not([data-layout=two-across]) .thumb,
  .spotlight:not([data-layout=square]):not([data-layout=logos]):not([data-layout=three-across]):not([data-layout=two-across]) .thumb,
  .concierge:not([data-layout=square]):not([data-layout=logos]):not([data-layout=three-across]):not([data-layout=two-across]) .thumb,
  .news_list:not([data-layout=square]):not([data-layout=logos]):not([data-layout=three-across]):not([data-layout=two-across]) .thumb,
  .seating_charts:not([data-layout=square]):not([data-layout=logos]):not([data-layout=three-across]):not([data-layout=two-across]) .thumb {
    max-width: 40%;
    flex-shrink: 0;
  }
  .gallery-listing:not([data-layout=square]):not([data-layout=logos]):not([data-layout=three-across]):not([data-layout=two-across]) .info,
  .spotlight:not([data-layout=square]):not([data-layout=logos]):not([data-layout=three-across]):not([data-layout=two-across]) .info,
  .concierge:not([data-layout=square]):not([data-layout=logos]):not([data-layout=three-across]):not([data-layout=two-across]) .info,
  .news_list:not([data-layout=square]):not([data-layout=logos]):not([data-layout=three-across]):not([data-layout=two-across]) .info,
  .seating_charts:not([data-layout=square]):not([data-layout=logos]):not([data-layout=three-across]):not([data-layout=two-across]) .info {
    flex-grow: 1;
  }
}
@media screen and (min-width: 871px) {
  .gallery-listing:not([data-layout=square]):not([data-layout=logos]):not([data-layout=three-across]):not([data-layout=two-across]) .info,
  .spotlight:not([data-layout=square]):not([data-layout=logos]):not([data-layout=three-across]):not([data-layout=two-across]) .info,
  .concierge:not([data-layout=square]):not([data-layout=logos]):not([data-layout=three-across]):not([data-layout=two-across]) .info,
  .news_list:not([data-layout=square]):not([data-layout=logos]):not([data-layout=three-across]):not([data-layout=two-across]) .info,
  .seating_charts:not([data-layout=square]):not([data-layout=logos]):not([data-layout=three-across]):not([data-layout=two-across]) .info {
    padding-right: 250px;
  }
  .gallery-listing:not([data-layout=square]):not([data-layout=logos]):not([data-layout=three-across]):not([data-layout=two-across]) .info > .spot-button,
  .gallery-listing:not([data-layout=square]):not([data-layout=logos]):not([data-layout=three-across]):not([data-layout=two-across]) .info > .button,
  .spotlight:not([data-layout=square]):not([data-layout=logos]):not([data-layout=three-across]):not([data-layout=two-across]) .info > .spot-button,
  .spotlight:not([data-layout=square]):not([data-layout=logos]):not([data-layout=three-across]):not([data-layout=two-across]) .info > .button,
  .concierge:not([data-layout=square]):not([data-layout=logos]):not([data-layout=three-across]):not([data-layout=two-across]) .info > .spot-button,
  .concierge:not([data-layout=square]):not([data-layout=logos]):not([data-layout=three-across]):not([data-layout=two-across]) .info > .button,
  .news_list:not([data-layout=square]):not([data-layout=logos]):not([data-layout=three-across]):not([data-layout=two-across]) .info > .spot-button,
  .news_list:not([data-layout=square]):not([data-layout=logos]):not([data-layout=three-across]):not([data-layout=two-across]) .info > .button,
  .seating_charts:not([data-layout=square]):not([data-layout=logos]):not([data-layout=three-across]):not([data-layout=two-across]) .info > .spot-button,
  .seating_charts:not([data-layout=square]):not([data-layout=logos]):not([data-layout=three-across]):not([data-layout=two-across]) .info > .button {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    order: 4;
    max-width: 220px;
  }
}
@media screen and (min-width: 501px) {
  .gallery-listing[data-layout=square]:not(:has(.spotlight-modals)),
  .spotlight[data-layout=square]:not(:has(.spotlight-modals)),
  .concierge[data-layout=square]:not(:has(.spotlight-modals)),
  .news_list[data-layout=square]:not(:has(.spotlight-modals)),
  .seating_charts[data-layout=square]:not(:has(.spotlight-modals)) {
    display: flex;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .gallery-listing[data-layout=square] .spotlight-modals,
  .spotlight[data-layout=square] .spotlight-modals,
  .concierge[data-layout=square] .spotlight-modals,
  .news_list[data-layout=square] .spotlight-modals,
  .seating_charts[data-layout=square] .spotlight-modals {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .gallery-listing[data-layout=square] .entry,
  .spotlight[data-layout=square] .entry,
  .concierge[data-layout=square] .entry,
  .news_list[data-layout=square] .entry,
  .seating_charts[data-layout=square] .entry {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 40px;
    width: calc((100% - (2 - 1) * 30px) / 2);
    margin: 0 30px 40px 0;
  }
  .gallery-listing[data-layout=square] .entry:nth-child(odd),
  .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),
  .seating_charts[data-layout=square] .entry:nth-child(odd) {
    clear: left;
  }
  .gallery-listing[data-layout=square] .entry:nth-child(2n),
  .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),
  .seating_charts[data-layout=square] .entry:nth-child(2n) {
    margin-right: 0;
  }
  .gallery-listing[data-layout=square] .entry .thumb,
  .spotlight[data-layout=square] .entry .thumb,
  .concierge[data-layout=square] .entry .thumb,
  .news_list[data-layout=square] .entry .thumb,
  .seating_charts[data-layout=square] .entry .thumb {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .gallery-listing[data-layout=square] .entry .thumb:after,
  .spotlight[data-layout=square] .entry .thumb:after,
  .concierge[data-layout=square] .entry .thumb:after,
  .news_list[data-layout=square] .entry .thumb:after,
  .seating_charts[data-layout=square] .entry .thumb:after {
    display: none;
  }
  .gallery-listing[data-layout=square] .entry .info,
  .spotlight[data-layout=square] .entry .info,
  .concierge[data-layout=square] .entry .info,
  .news_list[data-layout=square] .entry .info,
  .seating_charts[data-layout=square] .entry .info {
    width: 100%;
    display: block;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-grow: 1;
    gap: 15px;
  }
  .gallery-listing[data-layout=square] .entry .info > *,
  .spotlight[data-layout=square] .entry .info > *,
  .concierge[data-layout=square] .entry .info > *,
  .news_list[data-layout=square] .entry .info > *,
  .seating_charts[data-layout=square] .entry .info > * {
    max-width: 100%;
  }
  .gallery-listing[data-layout=square] .entry.no_content .info .title,
  .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,
  .seating_charts[data-layout=square] .entry.no_content .info .title {
    flex-grow: 1;
  }
  .gallery-listing[data-layout=square] .entry a.button,
  .spotlight[data-layout=square] .entry a.button,
  .concierge[data-layout=square] .entry a.button,
  .news_list[data-layout=square] .entry a.button,
  .seating_charts[data-layout=square] .entry a.button {
    margin-top: auto;
    flex-grow: 0;
  }
}
@media screen and (min-width: 501px) and (min-width: 871px) {
  .gallery-listing[data-layout=square] .entry,
  .spotlight[data-layout=square] .entry,
  .concierge[data-layout=square] .entry,
  .news_list[data-layout=square] .entry,
  .seating_charts[data-layout=square] .entry {
    width: calc((100% - (3 - 1) * 30px) / 3);
  }
  .gallery-listing[data-layout=square] .entry:nth-child(odd),
  .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),
  .seating_charts[data-layout=square] .entry:nth-child(odd) {
    clear: none;
  }
  .gallery-listing[data-layout=square] .entry:nth-child(2n),
  .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),
  .seating_charts[data-layout=square] .entry:nth-child(2n) {
    margin-right: 30px;
  }
  .gallery-listing[data-layout=square] .entry:nth-child(3n),
  .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),
  .seating_charts[data-layout=square] .entry:nth-child(3n) {
    margin-right: 0;
  }
  .gallery-listing[data-layout=square] .entry:nth-child(3n+1),
  .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),
  .seating_charts[data-layout=square] .entry:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 501px) and (min-width: 1081px) {
  .gallery-listing[data-layout=square] .entry,
  .spotlight[data-layout=square] .entry,
  .concierge[data-layout=square] .entry,
  .news_list[data-layout=square] .entry,
  .seating_charts[data-layout=square] .entry {
    width: calc((100% - (4 - 1) * 30px) / 4);
    margin-right: 30px;
  }
  .gallery-listing[data-layout=square] .entry:nth-child(odd),
  .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),
  .seating_charts[data-layout=square] .entry:nth-child(odd) {
    clear: none;
  }
  .gallery-listing[data-layout=square] .entry:nth-child(3n),
  .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),
  .seating_charts[data-layout=square] .entry:nth-child(3n) {
    margin-right: 30px;
  }
  .gallery-listing[data-layout=square] .entry:nth-child(4n),
  .spotlight[data-layout=square] .entry:nth-child(4n),
  .concierge[data-layout=square] .entry:nth-child(4n),
  .news_list[data-layout=square] .entry:nth-child(4n),
  .seating_charts[data-layout=square] .entry:nth-child(4n) {
    margin-right: 0;
  }
  .gallery-listing[data-layout=square] .entry:nth-child(4n+1),
  .spotlight[data-layout=square] .entry:nth-child(4n+1),
  .concierge[data-layout=square] .entry:nth-child(4n+1),
  .news_list[data-layout=square] .entry:nth-child(4n+1),
  .seating_charts[data-layout=square] .entry:nth-child(4n+1) {
    clear: left;
  }
}
.gallery-listing[data-layout=three-across],
.spotlight[data-layout=three-across],
.concierge[data-layout=three-across],
.news_list[data-layout=three-across],
.seating_charts[data-layout=three-across] {
  zoom: 1;
}
.gallery-listing[data-layout=three-across]:before, .gallery-listing[data-layout=three-across]:after,
.spotlight[data-layout=three-across]:before,
.spotlight[data-layout=three-across]:after,
.concierge[data-layout=three-across]:before,
.concierge[data-layout=three-across]:after,
.news_list[data-layout=three-across]:before,
.news_list[data-layout=three-across]:after,
.seating_charts[data-layout=three-across]:before,
.seating_charts[data-layout=three-across]:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.gallery-listing[data-layout=three-across]:after,
.spotlight[data-layout=three-across]:after,
.concierge[data-layout=three-across]:after,
.news_list[data-layout=three-across]:after,
.seating_charts[data-layout=three-across]:after {
  clear: both;
}
@media screen and (min-width: 501px) {
  .gallery-listing[data-layout=three-across]:not(:has(.spotlight-modals)),
  .spotlight[data-layout=three-across]:not(:has(.spotlight-modals)),
  .concierge[data-layout=three-across]:not(:has(.spotlight-modals)),
  .news_list[data-layout=three-across]:not(:has(.spotlight-modals)),
  .seating_charts[data-layout=three-across]:not(:has(.spotlight-modals)) {
    display: flex;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .gallery-listing[data-layout=three-across] .spotlight-modals,
  .spotlight[data-layout=three-across] .spotlight-modals,
  .concierge[data-layout=three-across] .spotlight-modals,
  .news_list[data-layout=three-across] .spotlight-modals,
  .seating_charts[data-layout=three-across] .spotlight-modals {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .gallery-listing[data-layout=three-across] .entry,
  .spotlight[data-layout=three-across] .entry,
  .concierge[data-layout=three-across] .entry,
  .news_list[data-layout=three-across] .entry,
  .seating_charts[data-layout=three-across] .entry {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 40px;
    width: calc((100% - (2 - 1) * 30px) / 2);
    margin: 0 30px 40px 0;
  }
  .gallery-listing[data-layout=three-across] .entry:nth-child(odd),
  .spotlight[data-layout=three-across] .entry:nth-child(odd),
  .concierge[data-layout=three-across] .entry:nth-child(odd),
  .news_list[data-layout=three-across] .entry:nth-child(odd),
  .seating_charts[data-layout=three-across] .entry:nth-child(odd) {
    clear: left;
  }
  .gallery-listing[data-layout=three-across] .entry:nth-child(2n),
  .spotlight[data-layout=three-across] .entry:nth-child(2n),
  .concierge[data-layout=three-across] .entry:nth-child(2n),
  .news_list[data-layout=three-across] .entry:nth-child(2n),
  .seating_charts[data-layout=three-across] .entry:nth-child(2n) {
    margin-right: 0;
  }
  .gallery-listing[data-layout=three-across] .entry .thumb,
  .spotlight[data-layout=three-across] .entry .thumb,
  .concierge[data-layout=three-across] .entry .thumb,
  .news_list[data-layout=three-across] .entry .thumb,
  .seating_charts[data-layout=three-across] .entry .thumb {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .gallery-listing[data-layout=three-across] .entry .thumb:after,
  .spotlight[data-layout=three-across] .entry .thumb:after,
  .concierge[data-layout=three-across] .entry .thumb:after,
  .news_list[data-layout=three-across] .entry .thumb:after,
  .seating_charts[data-layout=three-across] .entry .thumb:after {
    display: none;
  }
  .gallery-listing[data-layout=three-across] .entry .info,
  .spotlight[data-layout=three-across] .entry .info,
  .concierge[data-layout=three-across] .entry .info,
  .news_list[data-layout=three-across] .entry .info,
  .seating_charts[data-layout=three-across] .entry .info {
    width: 100%;
    display: block;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-grow: 1;
    gap: 15px;
  }
  .gallery-listing[data-layout=three-across] .entry .info > *,
  .spotlight[data-layout=three-across] .entry .info > *,
  .concierge[data-layout=three-across] .entry .info > *,
  .news_list[data-layout=three-across] .entry .info > *,
  .seating_charts[data-layout=three-across] .entry .info > * {
    max-width: 100%;
  }
  .gallery-listing[data-layout=three-across] .entry.no_content .info .title,
  .spotlight[data-layout=three-across] .entry.no_content .info .title,
  .concierge[data-layout=three-across] .entry.no_content .info .title,
  .news_list[data-layout=three-across] .entry.no_content .info .title,
  .seating_charts[data-layout=three-across] .entry.no_content .info .title {
    flex-grow: 1;
  }
  .gallery-listing[data-layout=three-across] .entry a.button,
  .spotlight[data-layout=three-across] .entry a.button,
  .concierge[data-layout=three-across] .entry a.button,
  .news_list[data-layout=three-across] .entry a.button,
  .seating_charts[data-layout=three-across] .entry a.button {
    margin-top: auto;
    flex-grow: 0;
  }
}
@media screen and (min-width: 501px) and (min-width: 871px) {
  .gallery-listing[data-layout=three-across] .entry,
  .spotlight[data-layout=three-across] .entry,
  .concierge[data-layout=three-across] .entry,
  .news_list[data-layout=three-across] .entry,
  .seating_charts[data-layout=three-across] .entry {
    width: calc((100% - (3 - 1) * 30px) / 3);
  }
  .gallery-listing[data-layout=three-across] .entry:nth-child(odd),
  .spotlight[data-layout=three-across] .entry:nth-child(odd),
  .concierge[data-layout=three-across] .entry:nth-child(odd),
  .news_list[data-layout=three-across] .entry:nth-child(odd),
  .seating_charts[data-layout=three-across] .entry:nth-child(odd) {
    clear: none;
  }
  .gallery-listing[data-layout=three-across] .entry:nth-child(2n),
  .spotlight[data-layout=three-across] .entry:nth-child(2n),
  .concierge[data-layout=three-across] .entry:nth-child(2n),
  .news_list[data-layout=three-across] .entry:nth-child(2n),
  .seating_charts[data-layout=three-across] .entry:nth-child(2n) {
    margin-right: 30px;
  }
  .gallery-listing[data-layout=three-across] .entry:nth-child(3n),
  .spotlight[data-layout=three-across] .entry:nth-child(3n),
  .concierge[data-layout=three-across] .entry:nth-child(3n),
  .news_list[data-layout=three-across] .entry:nth-child(3n),
  .seating_charts[data-layout=three-across] .entry:nth-child(3n) {
    margin-right: 0;
  }
  .gallery-listing[data-layout=three-across] .entry:nth-child(3n+1),
  .spotlight[data-layout=three-across] .entry:nth-child(3n+1),
  .concierge[data-layout=three-across] .entry:nth-child(3n+1),
  .news_list[data-layout=three-across] .entry:nth-child(3n+1),
  .seating_charts[data-layout=three-across] .entry:nth-child(3n+1) {
    clear: left;
  }
}
.gallery-listing[data-layout=two-across],
.spotlight[data-layout=two-across],
.concierge[data-layout=two-across],
.news_list[data-layout=two-across],
.seating_charts[data-layout=two-across] {
  zoom: 1;
}
.gallery-listing[data-layout=two-across]:before, .gallery-listing[data-layout=two-across]:after,
.spotlight[data-layout=two-across]:before,
.spotlight[data-layout=two-across]:after,
.concierge[data-layout=two-across]:before,
.concierge[data-layout=two-across]:after,
.news_list[data-layout=two-across]:before,
.news_list[data-layout=two-across]:after,
.seating_charts[data-layout=two-across]:before,
.seating_charts[data-layout=two-across]:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.gallery-listing[data-layout=two-across]:after,
.spotlight[data-layout=two-across]:after,
.concierge[data-layout=two-across]:after,
.news_list[data-layout=two-across]:after,
.seating_charts[data-layout=two-across]:after {
  clear: both;
}
@media screen and (min-width: 501px) {
  .gallery-listing[data-layout=two-across]:not(:has(.spotlight-modals)),
  .spotlight[data-layout=two-across]:not(:has(.spotlight-modals)),
  .concierge[data-layout=two-across]:not(:has(.spotlight-modals)),
  .news_list[data-layout=two-across]:not(:has(.spotlight-modals)),
  .seating_charts[data-layout=two-across]:not(:has(.spotlight-modals)) {
    display: flex;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .gallery-listing[data-layout=two-across] .spotlight-modals,
  .spotlight[data-layout=two-across] .spotlight-modals,
  .concierge[data-layout=two-across] .spotlight-modals,
  .news_list[data-layout=two-across] .spotlight-modals,
  .seating_charts[data-layout=two-across] .spotlight-modals {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .gallery-listing[data-layout=two-across] .entry,
  .spotlight[data-layout=two-across] .entry,
  .concierge[data-layout=two-across] .entry,
  .news_list[data-layout=two-across] .entry,
  .seating_charts[data-layout=two-across] .entry {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 40px;
    width: calc((100% - (2 - 1) * 30px) / 2);
    margin: 0 30px 40px 0;
  }
  .gallery-listing[data-layout=two-across] .entry:nth-child(odd),
  .spotlight[data-layout=two-across] .entry:nth-child(odd),
  .concierge[data-layout=two-across] .entry:nth-child(odd),
  .news_list[data-layout=two-across] .entry:nth-child(odd),
  .seating_charts[data-layout=two-across] .entry:nth-child(odd) {
    clear: left;
  }
  .gallery-listing[data-layout=two-across] .entry:nth-child(2n),
  .spotlight[data-layout=two-across] .entry:nth-child(2n),
  .concierge[data-layout=two-across] .entry:nth-child(2n),
  .news_list[data-layout=two-across] .entry:nth-child(2n),
  .seating_charts[data-layout=two-across] .entry:nth-child(2n) {
    margin-right: 0;
  }
  .gallery-listing[data-layout=two-across] .entry .thumb,
  .spotlight[data-layout=two-across] .entry .thumb,
  .concierge[data-layout=two-across] .entry .thumb,
  .news_list[data-layout=two-across] .entry .thumb,
  .seating_charts[data-layout=two-across] .entry .thumb {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .gallery-listing[data-layout=two-across] .entry .thumb:after,
  .spotlight[data-layout=two-across] .entry .thumb:after,
  .concierge[data-layout=two-across] .entry .thumb:after,
  .news_list[data-layout=two-across] .entry .thumb:after,
  .seating_charts[data-layout=two-across] .entry .thumb:after {
    display: none;
  }
  .gallery-listing[data-layout=two-across] .entry .info,
  .spotlight[data-layout=two-across] .entry .info,
  .concierge[data-layout=two-across] .entry .info,
  .news_list[data-layout=two-across] .entry .info,
  .seating_charts[data-layout=two-across] .entry .info {
    width: 100%;
    display: block;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-grow: 1;
    gap: 15px;
  }
  .gallery-listing[data-layout=two-across] .entry .info > *,
  .spotlight[data-layout=two-across] .entry .info > *,
  .concierge[data-layout=two-across] .entry .info > *,
  .news_list[data-layout=two-across] .entry .info > *,
  .seating_charts[data-layout=two-across] .entry .info > * {
    max-width: 100%;
  }
  .gallery-listing[data-layout=two-across] .entry.no_content .info .title,
  .spotlight[data-layout=two-across] .entry.no_content .info .title,
  .concierge[data-layout=two-across] .entry.no_content .info .title,
  .news_list[data-layout=two-across] .entry.no_content .info .title,
  .seating_charts[data-layout=two-across] .entry.no_content .info .title {
    flex-grow: 1;
  }
  .gallery-listing[data-layout=two-across] .entry a.button,
  .spotlight[data-layout=two-across] .entry a.button,
  .concierge[data-layout=two-across] .entry a.button,
  .news_list[data-layout=two-across] .entry a.button,
  .seating_charts[data-layout=two-across] .entry a.button {
    margin-top: auto;
    flex-grow: 0;
  }
}
.gallery-listing[data-layout=logos],
.spotlight[data-layout=logos],
.concierge[data-layout=logos],
.news_list[data-layout=logos],
.seating_charts[data-layout=logos] {
  zoom: 1;
}
.gallery-listing[data-layout=logos]:before, .gallery-listing[data-layout=logos]:after,
.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,
.seating_charts[data-layout=logos]:before,
.seating_charts[data-layout=logos]:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.gallery-listing[data-layout=logos]:after,
.spotlight[data-layout=logos]:after,
.concierge[data-layout=logos]:after,
.news_list[data-layout=logos]:after,
.seating_charts[data-layout=logos]:after {
  clear: both;
}
.gallery-listing[data-layout=logos],
.spotlight[data-layout=logos],
.concierge[data-layout=logos],
.news_list[data-layout=logos],
.seating_charts[data-layout=logos] {
  margin: 0 auto 40px;
  border-top: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.gallery-listing[data-layout=logos] .entry,
.spotlight[data-layout=logos] .entry,
.concierge[data-layout=logos] .entry,
.news_list[data-layout=logos] .entry,
.seating_charts[data-layout=logos] .entry {
  float: left;
  padding: 0;
  border: none;
  width: 100%;
  margin: 0 0 20px 0;
}
.gallery-listing[data-layout=logos] .entry .thumb,
.spotlight[data-layout=logos] .entry .thumb,
.concierge[data-layout=logos] .entry .thumb,
.news_list[data-layout=logos] .entry .thumb,
.seating_charts[data-layout=logos] .entry .thumb {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  margin-right: 0;
}
.gallery-listing[data-layout=logos] .entry .thumb:after,
.spotlight[data-layout=logos] .entry .thumb:after,
.concierge[data-layout=logos] .entry .thumb:after,
.news_list[data-layout=logos] .entry .thumb:after,
.seating_charts[data-layout=logos] .entry .thumb:after {
  display: none;
}
.gallery-listing[data-layout=logos] .entry .thumb img,
.spotlight[data-layout=logos] .entry .thumb img,
.concierge[data-layout=logos] .entry .thumb img,
.news_list[data-layout=logos] .entry .thumb img,
.seating_charts[data-layout=logos] .entry .thumb img {
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 700px) {
  .gallery-listing[data-layout=logos] .entry .thumb img,
  .spotlight[data-layout=logos] .entry .thumb img,
  .concierge[data-layout=logos] .entry .thumb img,
  .news_list[data-layout=logos] .entry .thumb img,
  .seating_charts[data-layout=logos] .entry .thumb img {
    float: none;
    margin: auto;
  }
}
.gallery-listing[data-layout=logos] .entry .thumb:hover a, .gallery-listing[data-layout=logos] .entry .thumb:focus a,
.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,
.seating_charts[data-layout=logos] .entry .thumb:hover a,
.seating_charts[data-layout=logos] .entry .thumb:focus a {
  zoom: 1;
  opacity: 0.8;
}
.gallery-listing[data-layout=logos] .entry .info,
.spotlight[data-layout=logos] .entry .info,
.concierge[data-layout=logos] .entry .info,
.news_list[data-layout=logos] .entry .info,
.seating_charts[data-layout=logos] .entry .info {
  width: 100%;
  display: block;
  text-align: center;
  padding: 0;
  display: none;
}
.gallery-listing[data-layout=logos] .entry .title:before,
.spotlight[data-layout=logos] .entry .title:before,
.concierge[data-layout=logos] .entry .title:before,
.news_list[data-layout=logos] .entry .title:before,
.seating_charts[data-layout=logos] .entry .title:before {
  display: none;
}
.gallery-listing[data-layout=logos] .entry .button,
.spotlight[data-layout=logos] .entry .button,
.concierge[data-layout=logos] .entry .button,
.news_list[data-layout=logos] .entry .button,
.seating_charts[data-layout=logos] .entry .button {
  display: none;
}
@media screen and (min-width: 501px) {
  .gallery-listing[data-layout=logos] .entry,
  .spotlight[data-layout=logos] .entry,
  .concierge[data-layout=logos] .entry,
  .news_list[data-layout=logos] .entry,
  .seating_charts[data-layout=logos] .entry {
    width: calc((100% - (3 - 1) * 30px) / 3);
    margin: 0 30px 20px 0;
  }
  .gallery-listing[data-layout=logos] .entry:nth-child(3n),
  .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),
  .seating_charts[data-layout=logos] .entry:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 871px) {
  .gallery-listing[data-layout=logos] .entry,
  .spotlight[data-layout=logos] .entry,
  .concierge[data-layout=logos] .entry,
  .news_list[data-layout=logos] .entry,
  .seating_charts[data-layout=logos] .entry {
    width: calc((100% - (5 - 1) * 30px) / 5);
  }
  .gallery-listing[data-layout=logos] .entry:nth-child(3n),
  .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),
  .seating_charts[data-layout=logos] .entry:nth-child(3n) {
    margin-right: 30px;
  }
  .gallery-listing[data-layout=logos] .entry:nth-child(5n),
  .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),
  .seating_charts[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;
    padding: 0;
  }
  .news_list .date {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .news_list .entry {
    max-width: none;
    padding: 20px 0;
  }
}

@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;
  }
}

.digital_playbill_list .spotlight .title {
  display: block;
  text-align: center;
  width: 100%;
}
.digital_playbill_list .spotlight:has(> :last-child:nth-child(1)), .digital_playbill_list .spotlight:has(> :last-child:nth-child(2)), .digital_playbill_list .spotlight:has(> :last-child:nth-child(3)) {
  justify-content: center;
}

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

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

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

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

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

/* ----------------------------------------------------------------------------
= Homepage items and layout
----------------------------------------------------------------------------- */
.home .full .full_column.non-widget-area {
  padding-bottom: 0;
}
.home .homepage_content {
  background: #393873;
  padding: 40px 20px 20px;
}
.home .homepage_content .taggbox {
  max-width: 1180px;
  margin: auto;
}

.homepage_showcase {
  padding: 40px 20px;
  width: 100%;
  display: block;
  text-align: center;
}
.homepage_showcase .info {
  margin: auto;
  max-width: 842px;
  text-align: center;
}
.homepage_showcase .info p {
  font-size: 18px;
}
.homepage_showcase .info .title,
.homepage_showcase .info .title a {
  color: #6f5034;
  font-size: 36px;
  text-align: center;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%; /* 36px */
}
.homepage_showcase .info .title a {
  text-decoration: underline;
  text-decoration-color: transparent;
}
.homepage_showcase .info .title a:hover, .homepage_showcase .info .title a:focus {
  text-decoration-color: #6f5034;
}
.homepage_showcase .info a:not(.link):hover, .homepage_showcase .info a:not(.link):focus {
  text-decoration: underline;
}
.homepage_showcase .info p {
  color: #896341;
}
.homepage_showcase.top {
  background: url(../images/bg_pattern_purple.png);
  background-attachment: fixed;
  padding: 40px 20px;
  width: 100%;
  display: block;
  text-align: center;
}
.homepage_showcase.top .info {
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.homepage_showcase.top .info * {
  color: white;
}
.homepage_showcase.top .info .title,
.homepage_showcase.top .info .title a {
  color: white;
}
.homepage_showcase.top .info .title a:hover, .homepage_showcase.top .info .title a:focus {
  text-decoration-color: #ffffff;
}
.homepage_showcase:not(.top) .link {
  border-color: #6f5034;
  color: #6f5034;
}
.homepage_showcase:not(.top) .link:hover, .homepage_showcase:not(.top) .link:focus {
  border-color: #b78456;
}

.featured_events_section.event_list.event_list_grid {
  z-index: 1;
  padding-bottom: 147px;
}
.featured_events_section.event_list.event_list_grid:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100vw;
  height: 563px;
  background: #f1eadd;
  z-index: -1;
  visibility: visible;
}
@media screen and (max-width: 1080px) {
  .featured_events_section.event_list.event_list_grid {
    padding-bottom: 60px;
  }
}

.link {
  position: relative;
}
.link ul.list {
  padding: 0;
}
.link ul.list > li {
  margin-bottom: 20px;
  width: 100%;
}
.link ul.list li > a,
.link ul.list li > span {
  display: inline-block;
  position: relative;
  padding: 5px 0px 5px 50px;
  word-wrap: break-word;
  color: #393873;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.link ul.list li > a:after,
.link ul.list li > span: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;
  bottom: 5px;
  left: 50px;
  height: 2px;
  width: 0;
  display: block;
  background-color: #b78456;
}
.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: #393873;
}
.link ul.list li > a .link_icon .internal,
.link ul.list li > span .link_icon .internal {
  display: block;
  stroke: #393873;
}
.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,
.link ul.list li > span {
  /*------------------------------------------------------------
           =Handles all Social Media icons for select social media urls
               -- Twitter | Facebook | Instagram | Pinterest
           ------------------------------------------------------------*/
}
.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 > a[href*=tiktok] 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,
.link ul.list li > span[href*=tiktok] 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 > a[href*=tiktok]: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,
.link ul.list li > span[href*=tiktok]:before {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: absolute;
  top: 4px;
  left: 0px;
  display: inline-block;
  background: none;
  padding: 0;
  font-family: FontAwesome;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  color: #393873;
  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 > a[href*=tiktok]: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,
.link ul.list li > span[href*=tiktok]:hover:before {
  color: #393873;
}
.link ul.list li > a[href*=twitter]:before,
.link ul.list li > span[href*=twitter]:before {
  content: "\e61b";
}
.link ul.list li > a[href*=tiktok]:before,
.link ul.list li > span[href*=tiktok]:before {
  content: "\e07b";
}
.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 > a:hover {
  color: #393873;
  text-decoration: none;
}
.link ul.list li > a:hover svg {
  fill: #393873;
}
.link ul.list li > a:hover .link_icon .internal {
  stroke: #393873;
}
.link ul.list li > a:hover:before {
  text-decoration: none;
}
.link ul.list li > a:hover:after {
  width: calc(100% - 50px);
}
.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 {
  border-bottom: 2px solid #393873;
}
.faq .faq_item_wrapper:hover, .faq .faq_item_wrapper:focus-within {
  border-color: #b78456;
}
.faq .faq_list_item {
  margin: 0;
  padding: 0px;
  cursor: pointer;
}
.faq .faq_list_item p {
  position: relative;
  margin: 0;
  padding: 20px 50px 20px 0;
  text-transform: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.faq .faq_list_item p:before {
  content: "";
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Ccircle cx='15' cy='15' r='15' fill='%23393873'/%3E%3Cpath d='M9.0298 15.0001L16.9408 22.8359L18.3582 21.432L11.8316 15.0001L18.3252 8.56821L16.9078 7.1643L9.0298 15.0001Z' fill='%23F6F6FD'/%3E%3C/svg%3E");
  height: 30px;
  width: 30px;
  position: absolute;
  top: 20px;
  right: 0px;
  transform: rotate(-90deg);
}
.faq .faq_list_item:hover p:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Ccircle cx='15' cy='15' r='15' fill='%235959B5'/%3E%3Cpath d='M9.0298 15.0001L16.9408 22.8359L18.3582 21.432L11.8316 15.0001L18.3252 8.56821L16.9078 7.1643L9.0298 15.0001Z' fill='%23F6F6FD'/%3E%3C/svg%3E");
}
.faq .faq_list_item.active p:before, .faq .faq_list_item.open p:before {
  transform: rotate(90deg);
}
.faq .faq_answer {
  display: none;
  padding: 0px;
  margin: 0px;
  padding-bottom: 20px;
}
.faq .faq_answer .cms > * {
  margin-bottom: 0;
  margin-top: 20px;
}
.faq .faq_answer .cms > *:first-child {
  margin-top: 0;
}
.event_detail .faq {
  margin-bottom: 0;
  padding-top: 70px;
  max-width: 100%;
}
.event_detail .faq + .faq {
  padding-top: 0;
}
.event_detail .faq + .faq .faq_item_wrapper:first-child {
  border-top: none;
}
.event_detail .faq .faq_item_wrapper {
  border-bottom: 2px solid #d9af7e;
}
.event_detail .faq .faq_item_wrapper:first-child {
  border-top: 2px solid #d9af7e;
}
.event_detail .faq .faq_item_wrapper:hover, .event_detail .faq .faq_item_wrapper:focus {
  border-color: white;
}
.event_detail .faq .faq_list_item p {
  position: relative;
  color: white;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  padding: 20px 0;
  padding-left: 60px;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
}
.event_detail .faq .faq_list_item p:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Ccircle cx='23.8977' cy='23.8977' r='23.8977' fill='white'/%3E%3Cpath d='M14.3862 23.8977L26.9898 36.3816L29.2479 34.1449L18.8499 23.8977L29.1954 13.6505L26.9373 11.4138L14.3862 23.8977Z' fill='%23393873'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 35px;
  left: 0px;
}
@media screen and (max-width: 870px) {
  .event_detail .faq .faq_list_item p {
    font-size: 40px;
  }
}
@media screen and (max-width: 700px) {
  .event_detail .faq .faq_list_item p {
    font-size: 30px;
  }
  .event_detail .faq .faq_list_item p:before {
    top: 20px;
  }
}
.event_detail .faq .faq_answer {
  color: white;
  padding-left: 60px;
}
.event_detail .faq .faq_answer a {
  color: white;
}
@media screen and (max-width: 500px) {
  .event_detail .faq .faq_answer:has(.entry) {
    padding-left: 0;
  }
}
.faq.footer_faqs {
  max-width: 404px;
  width: 100%;
}
.faq.footer_faqs .faq_item_wrapper {
  border: none;
  border-bottom: 1px solid #b78456;
}
.faq.footer_faqs .faq_list_item p {
  color: #393873;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
  padding-right: 40px;
}
.faq.footer_faqs .faq_list_item:hover,
.faq.footer_faqs .faq_list_item a:focus {
  text-decoration: underline;
}
@media screen and (max-width: 870px) {
  .faq.footer_faqs {
    max-width: none;
  }
}

.event_archive_faq,
.event_archive_faq .dl {
  display: none;
}
.event_archive_faq:has(.faq_list_item),
.event_archive_faq .dl:has(.faq_list_item) {
  display: block;
}

/* ----------------------------------------------------------------------------
=Venue Pages
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Map styles
----------------------------------------------------------------------------- */
.map_holder {
  position: relative;
  display: block;
  width: 100%;
  height: 385px;
  margin-bottom: 0px;
}
.map_holder .map {
  width: 100%;
  height: 100%;
}
.map_wrapper[data-options=interactive_map] .map_holder {
  margin-bottom: 50px;
}

.map_window .info {
  margin: 0 0 8px;
  padding: 0 0 4px;
}
.map_window .info h4 {
  color: #000;
  font-weight: 400;
}
.map_window .info address {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 12px;
  line-height: 140%;
}
.map_window .desc {
  display: none;
  float: left;
  width: 100%;
}
.map_window .desc img {
  float: left;
  width: 120px;
  height: auto;
  margin: 0 15px 0 0;
}
.map_window .desc p {
  margin: 0;
  padding: 0;
}
.map_window .links {
  display: none;
}
.map_window .directions {
  display: none;
  padding: 4px 0 0;
}
.map_window .directions label {
  display: block;
  margin: 0 0 8px;
  color: #000;
  font-size: 12px;
}
.map_window .directions input[type=text] {
  width: 72%;
  margin: 0 0 8px;
  padding: 4px 5px;
  color: #000;
  font-size: 12px;
}
.map_window .directions form button {
  display: block;
  float: right;
  padding: 6px 5px;
  color: #fff;
  border: 0;
  background-color: #393873;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.map_window .directions form button:hover {
  background-color: #393873;
}

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

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

.paging {
  zoom: 1;
}
.paging:before, .paging:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.paging:after {
  clear: both;
}
.paging {
  position: relative;
  height: 40px;
  margin: 5px 0 15px;
  padding: 0 20px;
  color: #333;
  font: 400 14px/40px "Prospectus Pros", Arial, Helvetica, sans-serif;
  letter-spacing: 0.06em;
}
.paging.final {
  margin: 0;
}
.paging.empty {
  height: 0;
  margin: 0;
  padding: 0;
  background: none;
}
.paging .record {
  float: left;
  width: auto;
  height: 40px;
  padding: 0 0 0 10px;
}
.paging .pages {
  zoom: 1;
}
.paging .pages:before, .paging .pages:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.paging .pages:after {
  clear: both;
}
.paging .pages {
  float: right;
  width: auto;
  margin: 0 -17px 0 0;
  text-align: center;
}
.paging .pages strong,
.paging .pages a,
.paging .pages a:link,
.paging .pages a:visited {
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  color: #393873;
  font: 600 14px/40px "Prospectus Pros", Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.paging .pages strong:hover,
.paging .pages a:hover,
.paging .pages a:link:hover,
.paging .pages a:visited:hover {
  color: #393873;
}
.paging .pages strong.last, .paging .pages strong.first,
.paging .pages a.last,
.paging .pages a.first,
.paging .pages a:link.last,
.paging .pages a:link.first,
.paging .pages a:visited.last,
.paging .pages a:visited.first {
  display: none;
}
.paging .pages strong {
  font-weight: 700;
  color: #333;
}

/* ----------------------------------------------------------------------------
=Password Protected Page login form
----------------------------------------------------------------------------- */
.login-form {
  position: relative;
}
.login-form form {
  text-align: center;
  position: relative;
}
.login-form #msg {
  text-align: center;
}
.login-form input[type=password] {
  position: relative;
  width: 80%;
  max-width: 300px;
  height: 46px;
  background: transparent;
  border: 1px solid #b78456;
  padding: 8px 10px;
  font-size: 15px;
  color: #ffffff;
  color: #393974;
  letter-spacing: 2px;
  background-color: #ffffff;
  text-transform: uppercase;
  -webkit-appearance: none;
  appearance: none;
}
.login-form input[type=password]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #393974;
  opacity: 1 !important;
}
.login-form input[type=password]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #393974;
  opacity: 1 !important;
}
.login-form input[type=password]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #393974;
  opacity: 1 !important;
}
.login-form input[type=password]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #393974;
  opacity: 1 !important;
}
.login-form input[type=submit] {
  display: block;
  margin: 25px auto;
}

/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_detail .news_thumb {
  max-width: 50%;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.news_detail .news_thumb img {
  max-width: 100%;
}
@media screen and (max-width: 700px) {
  .news_detail .news_thumb {
    max-width: 100%;
    margin: auto;
    margin-bottom: 20px;
    float: none;
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------
= Event List Header (Dropdown, Toggles, etc)
----------------------------------------------------------------------------- */
.event_list_header {
  position: relative;
  width: 100%;
  color: #393974;
  z-index: 6;
  padding: 0 20px;
  padding-top: 100px;
  max-width: 1220px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .event_list_header {
    padding-top: 60px;
  }
}
@media screen and (max-width: 870px) {
  .event_list_header {
    padding-top: 40px;
  }
}
.event_list_header:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100vw;
  height: 100%;
  background: #f1eadd;
  z-index: -1;
  visibility: visible;
}
.event_list_header .overview {
  display: flex;
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  padding-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .event_list_header .overview {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
    padding-bottom: 20px;
  }
}
.event_list_header h1 {
  flex-grow: 2;
  margin: 0;
  color: #6f5034;
  font-size: 50px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%; /* 50px */
}
@media screen and (max-width: 500px) {
  .event_list_header h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 400px) {
  .event_list_header h1 {
    font-size: 30px;
  }
}

.event_list_toggles {
  display: flex;
  align-self: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  margin-left: 20px;
}
.event_list_toggles .toggle {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  color: #5959b2;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.27px;
  gap: 10px;
}
.event_list_toggles .toggle span {
  display: block;
  text-align: center;
  color: #5959b2;
}
.event_list_toggles .toggle svg {
  fill: #5959b2;
}
.event_list_toggles .toggle:hover, .event_list_toggles .toggle.is-active {
  color: #393873;
}
.event_list_toggles .toggle:hover span, .event_list_toggles .toggle.is-active span {
  color: #393873;
}
.event_list_toggles .toggle:hover svg, .event_list_toggles .toggle.is-active svg {
  fill: #393873;
}
.event_list_toggles .toggle.calendar {
  display: none;
}
@media screen and (max-width: 870px) {
  .event_list_toggles .toggle[data-event-toggle=listing] {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .event_list_toggles {
    align-self: flex-start;
    margin-left: 0;
  }
}

.category-dropdown {
  position: relative;
  margin-right: 37px;
  align-self: center;
  z-index: 6;
  display: none;
}
.category-dropdown .select {
  display: block;
  position: relative;
  width: 290px;
  height: 38px;
  line-height: 38px;
  background: white;
  border: 2px solid #e4e4e4;
  margin: 0;
  padding: 0 0 0 20px;
  color: #222222;
  cursor: pointer;
  outline: none;
  z-index: 8;
  text-align: left;
}
.category-dropdown .select .select_text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 50px);
  display: block;
}
.category-dropdown .select svg {
  float: right;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 12px;
  transform: translateY(-50%);
  fill: none;
  fill-rule: evenodd;
  stroke: #cccccc;
  stroke-width: 2px;
}
.category-dropdown .select.is-active {
  border-color: #cccccc;
}
.category-dropdown .select.is-active svg {
  transform: rotate(180deg) translateY(-47%);
  transform-origin: 50% 0;
}
.category-dropdown .choices {
  display: none;
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 35px 10px 10px 10px;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  z-index: 7;
}
.category-dropdown .choices.is-active {
  display: block;
}
.category-dropdown .choices li .event_filter_item {
  display: block;
  padding: 5px 10px;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.category-dropdown .choices li:hover .event_filter_item,
.category-dropdown .choices .event_filter_item.is-active {
  background: #000000;
  color: #cccccc;
}
.category-dropdown .choices li:before {
  display: none;
}

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
.event_list {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
.event_list .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: left;
  padding: 0 20px;
  width: 100%;
}
.event_list .eventItem {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: auto;
  margin-bottom: 40px;
  max-width: 980px;
  text-align: left;
}
.event_list .eventItem .thumb {
  width: 204px;
  flex-grow: 0;
  flex-shrink: 0;
}
.event_list .eventItem .thumb a {
  position: relative;
  display: block;
}
.event_list .eventItem .thumb a:has(.related-media) .related-media {
  display: none;
}
@media screen and (max-width: 600px) {
  .event_list .eventItem .thumb a:has(.related-media) img:not(.related-media) {
    display: none;
  }
  .event_list .eventItem .thumb a:has(.related-media) .related-media {
    display: block;
  }
}
.event_list .eventItem .thumb a img {
  display: block;
  max-width: 100%;
}
.event_list .eventItem .thumb a:before {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #393873;
  mix-blend-mode: soft-light;
  zoom: 1;
  opacity: 0;
}
.event_list .eventItem .thumb a:hover:before, .event_list .eventItem .thumb a:focus:before {
  zoom: 1;
  opacity: 1;
}
.event_list .eventItem .info {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-grow: 1;
}
.event_list .eventItem .info .title {
  margin: 0;
  margin-bottom: 10px;
  order: 1;
  color: #393873;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.event_list .eventItem .info .title a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  color: #393873;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 31.2px */
  text-decoration: underline;
  text-decoration-color: transparent;
}
.event_list .eventItem .info .title a:hover, .event_list .eventItem .info .title a:focus {
  text-decoration-color: #393873;
}
.event_list .eventItem .info .date {
  order: 2;
  color: #6f5034;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  border-bottom: 2px solid #d9af7e;
  margin-bottom: 18px;
  padding-bottom: 8px;
}
.event_list .eventItem .info .presented-by,
.event_list .eventItem .info .tagline {
  order: 4;
  color: #5959b2;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 116%; /* 18.56px */
}
.event_list .eventItem .info .presented-by {
  order: 1;
}
.event_list .eventItem .info .buttons {
  order: 5;
}
.event_list .eventItem > .buttons {
  display: none;
}
.event_list .event_item_large {
  position: relative;
  position: sticky;
  top: 100px;
  left: 0px;
  max-height: calc(100vh - 100px);
  height: 77.0930232558vw;
  width: 100vw;
  max-width: 2000px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #ffffff;
}
.event_list .event_item_large:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  visibility: visible;
  z-index: -1;
}
@media screen and (min-width: 501px) {
  .event_list .event_item_large:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.event_list .event_item_large.hidden {
  display: none;
}
.event_list .event_item_large .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  width: 40%;
  flex-grow: 1;
  flex-shrink: 1;
}
.event_list .event_item_large .info .title {
  margin: 0;
  margin-bottom: 5px;
  order: 1;
  color: #393873;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.event_list .event_item_large .info .title a {
  color: #393873;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 31.2px */
  text-decoration: underline;
  text-decoration-color: transparent;
}
.event_list .event_item_large .info .title a:hover, .event_list .event_item_large .info .title a:focus {
  text-decoration-color: #393873;
}
.event_list .event_item_large .info .date {
  order: 2;
  color: #6f5034;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  text-transform: uppercase;
  border-bottom: 2px solid #d9af7e;
  margin-bottom: 18px;
}
.event_list .event_item_large .info .presented-by {
  order: 1;
  color: #5959b2;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 116%; /* 18.56px */
  margin-bottom: 10px;
}
.event_list .event_item_large .info .tagline {
  order: 4;
  color: #1c1c36;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-top: 0px;
}
.event_list .event_item_large .info .buttons {
  order: 5;
  margin-top: 20px;
}
.event_list .event_item_large .thumb {
  flex-grow: 0;
  flex-shrink: 0;
  max-height: calc(100vh - 100px);
  height: 100%;
  max-width: 60%;
}
.event_list .event_item_large .thumb:has(.related-media) .related-media {
  display: none;
}
.event_list .event_item_large .thumb img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
}
.event_list .event_item_large:nth-child(1), .event_list .event_item_large:nth-child(6) {
  background-color: #ffffff;
}
.event_list .event_item_large:nth-child(1):before, .event_list .event_item_large:nth-child(6):before {
  background-color: #ffffff;
}
.event_list .event_item_large:nth-child(2), .event_list .event_item_large:nth-child(7) {
  background-color: #f1eadd;
}
.event_list .event_item_large:nth-child(2):before, .event_list .event_item_large:nth-child(7):before {
  background-color: #f1eadd;
}
.event_list .event_item_large:nth-child(3), .event_list .event_item_large:nth-child(8) {
  background-color: #393873;
  color: #fff;
}
.event_list .event_item_large:nth-child(3):before, .event_list .event_item_large:nth-child(8):before {
  background-color: #393873;
}
.event_list .event_item_large:nth-child(3) .info .date, .event_list .event_item_large:nth-child(8) .info .date {
  color: #d9af7e;
}
.event_list .event_item_large:nth-child(3) .info .presented-by, .event_list .event_item_large:nth-child(8) .info .presented-by {
  color: #d4d4f7;
}
.event_list .event_item_large:nth-child(3) .info .title a,
.event_list .event_item_large:nth-child(3) .info .tagline,
.event_list .event_item_large:nth-child(3) .info .tickets,
.event_list .event_item_large:nth-child(3) .info .more, .event_list .event_item_large:nth-child(8) .info .title a,
.event_list .event_item_large:nth-child(8) .info .tagline,
.event_list .event_item_large:nth-child(8) .info .tickets,
.event_list .event_item_large:nth-child(8) .info .more {
  color: white;
}
.event_list .event_item_large:nth-child(3) .info .title a:hover, .event_list .event_item_large:nth-child(3) .info .title a:focus,
.event_list .event_item_large:nth-child(3) .info .tagline:hover,
.event_list .event_item_large:nth-child(3) .info .tagline:focus,
.event_list .event_item_large:nth-child(3) .info .tickets:hover,
.event_list .event_item_large:nth-child(3) .info .tickets:focus,
.event_list .event_item_large:nth-child(3) .info .more:hover,
.event_list .event_item_large:nth-child(3) .info .more:focus, .event_list .event_item_large:nth-child(8) .info .title a:hover, .event_list .event_item_large:nth-child(8) .info .title a:focus,
.event_list .event_item_large:nth-child(8) .info .tagline:hover,
.event_list .event_item_large:nth-child(8) .info .tagline:focus,
.event_list .event_item_large:nth-child(8) .info .tickets:hover,
.event_list .event_item_large:nth-child(8) .info .tickets:focus,
.event_list .event_item_large:nth-child(8) .info .more:hover,
.event_list .event_item_large:nth-child(8) .info .more:focus {
  text-decoration-color: white;
}
.event_list .event_item_large:nth-child(4), .event_list .event_item_large:nth-child(9) {
  background-color: #f6f6fd;
}
.event_list .event_item_large:nth-child(4):before, .event_list .event_item_large:nth-child(9):before {
  background-color: #f6f6fd;
}
@media screen and (max-width: 1210px) {
  .event_list .event_item_large {
    top: 70px;
    max-height: calc(100vh - 70px);
  }
}
@media screen and (max-width: 870px) {
  .event_list .event_item_large {
    height: 77.0930232558vw;
    max-height: none;
    position: relative;
    top: auto;
  }
  .event_list .event_item_large .thumb {
    width: 60%;
  }
  .event_list .event_item_large .thumb img {
    width: 100%;
  }
  .event_list .event_item_large .info {
    padding: 20px;
  }
  .event_list .event_item_large .info .date {
    font-size: 20px;
  }
  .event_list .event_item_large .info .presented-by {
    font-size: 18px;
  }
  .event_list .event_item_large .info .title,
  .event_list .event_item_large .info .title a {
    font-size: 30px;
  }
  .event_list .event_item_large .info .tagline {
    font-size: 16px;
  }
  .event_list .event_item_large .info .buttons {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
  }
  .event_list .event_item_large .info .buttons a {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .event_list .event_item_large {
    flex-direction: column;
    height: auto;
    position: relative;
  }
  .event_list .event_item_large .thumb {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
  }
  .event_list .event_item_large .thumb img {
    width: 100%;
    height: auto;
    max-width: 100%;
    min-height: 0px;
  }
  .event_list .event_item_large .info {
    width: 100%;
  }
}
@media screen and (max-width: 870px) {
  .event_list .list {
    padding: 0px;
  }
  .event_list .eventItem {
    width: 100%;
    flex-direction: column;
  }
  .event_list .eventItem .thumb {
    width: 100%;
  }
  .event_list .eventItem .info {
    width: 100%;
    padding: 20px 0 0;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .event_list .eventItem .info .tagline,
  .event_list .eventItem .info .presented-by {
    display: none;
  }
}
@media screen and (max-width: 870px) and (min-width: 601px) {
  .event_list .eventItem {
    width: calc(50% - 30px);
    margin: 0 15px 50px;
    flex-grow: 0;
  }
}
@media screen and (max-width: 870px) and (min-width: 1201px) {
  .event_list .eventItem {
    width: calc(25% - 30px);
    flex-grow: 0;
  }
}
@media screen and (max-width: 870px) and (max-width: 600px) {
  .event_list .eventItem {
    max-width: 400px;
  }
}
@media screen and (max-width: 870px) and (max-width: 1200px) {
  .event_list {
    max-width: 800px;
    padding: 0 20px;
  }
}
.event_list.event_list_grid .list {
  padding: 0px;
}
.event_list.event_list_grid .eventItem {
  width: 100%;
  flex-direction: column;
}
.event_list.event_list_grid .eventItem .thumb {
  width: 100%;
}
.event_list.event_list_grid .eventItem .info {
  width: 100%;
  padding: 20px 0 0;
  justify-content: flex-start;
  align-items: flex-start;
}
.event_list.event_list_grid .eventItem .info .tagline,
.event_list.event_list_grid .eventItem .info .presented-by {
  display: none;
}
@media screen and (min-width: 601px) {
  .event_list.event_list_grid .eventItem {
    width: calc(50% - 30px);
    margin: 0 15px 50px;
    flex-grow: 0;
  }
}
@media screen and (min-width: 1201px) {
  .event_list.event_list_grid .eventItem {
    width: calc(25% - 30px);
    flex-grow: 0;
  }
}
@media screen and (max-width: 600px) {
  .event_list.event_list_grid .eventItem {
    max-width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .event_list.event_list_grid {
    max-width: 800px;
    padding: 0 20px;
  }
}
.event_list.secondary_events_section {
  max-width: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.event_list.secondary_events_section #allEvents {
  margin-top: 75px;
  margin-bottom: 130px;
}
.event_list.featured_events_section .list {
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .event_list.featured_events_section .list .eventItem .thumb a img {
    height: auto;
    aspect-ratio: 1280/720;
    object-fit: cover;
    object-position: center;
  }
}
.events_result .event_list .eventItem .info .date {
  color: #d9af7e;
}
.events_result .event_list .eventItem .info .presented-by {
  color: #fff;
}
.events_result .event_list .eventItem .info .title a {
  color: #fff;
}
.events_result .event_list .eventItem .info .tagline {
  color: #fff;
}
.events_result .event_list .eventItem .info .buttons {
  margin-top: 20px;
}
.events_result .event_list .eventItem .info .buttons a {
  color: #fff;
}
.event_list.event_list_calendar {
  display: none;
}
.event_list.calendar_event_list {
  display: none;
}
@media screen and (max-width: 870px) {
  .event_list.calendar_event_list {
    padding: 0;
  }
}
.event_list.calendar_event_list.event_list_calendar {
  display: block;
}

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
.event_detail {
  width: 100%;
  min-height: 600px;
  zoom: 1;
}
.event_detail:before, .event_detail:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.event_detail:after {
  clear: both;
}
.event_detail {
  position: relative;
}
.event_detail #column_1 {
  position: relative;
  width: 100%;
  max-width: none;
}
.event_detail .leftColumn {
  margin: auto;
  width: 100%;
  background: #393873;
  padding: 0 30px 0px;
}
@media screen and (max-width: 500px) {
  .event_detail .leftColumn {
    padding: 0 20px 0;
  }
}
.event_detail .buttonWrapper .title,
.event_detail .buttonWrapper .tagline,
.event_detail .buttonWrapper .date {
  display: none;
}
.event_detail .details_heading {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 20px;
  display: block;
  color: #393873;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 27.6px */
}
.event_detail h3.details_heading {
  margin-top: 40px;
}
.event_detail .right_side_wrapper {
  width: 100%;
}

.title_section {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.title_section .event_info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0px;
  width: 40%;
  flex-grow: 1;
  flex-shrink: 1;
}
.title_section .event_info > * {
  padding-left: 130px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (min-width: 1601px) {
  .title_section .event_info > * {
    padding-left: calc((100vw - 1180px) / 2);
  }
}
@media screen and (max-width: 500px) {
  .title_section .event_info > * {
    padding: 20px;
  }
}
@media screen and (max-width: 700px) {
  .title_section {
    flex-direction: column;
  }
  .title_section .event_info,
  .title_section #branding {
    width: 100%;
    max-width: 100%;
  }
  .title_section #branding {
    order: 2;
  }
  .title_section .event_info {
    order: 1;
  }
  .title_section .show_desktop {
    order: 3;
    padding: 40px;
  }
}
.title_section #branding {
  width: 60%;
  flex-grow: 0;
  flex-shrink: 0;
  max-height: calc(100vh - 100px);
  max-width: calc((100vh - 100px) * 0.778280543);
}
.title_section #branding img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 700px) {
  .title_section #branding img {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .title_section #branding {
    width: 50%;
  }
}
@media screen and (min-height: 1105px) {
  .title_section #branding {
    max-width: 860px;
  }
}
@media screen and (min-height: 1105px) and (max-width: 700px) {
  .title_section #branding {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 700px) {
  .title_section #branding {
    width: 100%;
    max-width: none;
  }
}
.title_section .edp_body_wide {
  padding: 0 40px;
}
@media screen and (max-width: 500px) {
  .title_section .edp_body_wide {
    padding: 0 20px;
  }
}
.title_section.sticky {
  transition: transform 0.7s ease-in-out;
  position: fixed;
  top: 100px;
  left: 0px;
  width: 100%;
  background-color: #fff;
  transform: translateY(-100%);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  z-index: 40;
  background-color: #4167b0;
}
.title_section.sticky .event_heading {
  margin-right: auto;
  margin: auto;
  max-width: 1180px;
  max-width: 100%;
  position: relative;
  padding: 35px 200px 35px 40px;
}
.title_section.sticky .event_heading .buttons {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  margin-top: 0;
}
@media screen and (min-width: 871px) {
  .title_section.sticky.is-visible {
    transform: translateY(0%);
  }
}
@media screen and (max-width: 1210px) {
  .title_section.sticky {
    top: 70px;
  }
}
@media screen and (max-width: 870px) {
  .title_section.sticky {
    display: none;
  }
}
.title_section:not(:has(#branding)) .event_heading {
  padding: 0px;
}
.title_section:not(:has(#branding)) .event_heading_inner {
  position: relative;
  max-width: 1260px;
  margin: auto;
  padding: 40px;
  padding-right: 200px;
}
@media screen and (max-width: 500px) {
  .title_section:not(:has(#branding)) .event_heading_inner {
    padding: 20px;
  }
}
.title_section:not(:has(#branding)) .event_info {
  width: 100%;
}
.title_section:not(:has(#branding)) .event_info > *:not(.event_heading) {
  padding-left: 40px;
  width: 100%;
  max-width: 1260px;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .title_section:not(:has(#branding)) .event_info > *:not(.event_heading) {
    padding-left: 20px;
  }
}
@media screen and (min-width: 501px) {
  .title_section:not(:has(#branding)) .buttons {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    margin: 0;
  }
}

.event_heading {
  width: 100%;
  background-color: #5959b2;
  padding: 23px 0;
  margin-bottom: 40px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.event_heading .presented-by {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  margin-bottom: 0;
}
.event_heading .title {
  color: white;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-style: normal;
}
.event_heading .tagline {
  font-style: normal;
  color: white;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  margin-bottom: 0;
}
.event_heading.dark_text .presented-by,
.event_heading.dark_text .title,
.event_heading.dark_text .tagline {
  color: #000000;
}
.event_heading.dark_text .tickets {
  color: #000000;
  border-color: rgba(0, 0, 0, 0.5);
}
.event_heading.dark_text .tickets:hover, .event_heading.dark_text .tickets:focus {
  color: #000000;
  border-color: #000000;
}
@media screen and (max-width: 500px) {
  .event_heading {
    margin-bottom: 0;
  }
}

.event_showings {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: auto;
  z-index: 1;
  padding: 85px 0 150px;
}
@media screen and (max-width: 500px) {
  .event_showings {
    padding-top: 0;
  }
}
.event_showings:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100vw;
  height: 100%;
  z-index: -1;
  visibility: visible;
  background-color: white;
}
.event_showings .list {
  position: relative;
  list-style-type: none;
}
.event_showings .showings_wrapper,
.event_showings .list > .listItem,
.event_showings .additional_showings > .listItem {
  position: relative;
  padding: 35px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 2px solid #d9af7e;
  width: 100%;
}
.event_showings .showings_wrapper-hasNoLink .eventDetailShowings__cell,
.event_showings .list > .listItem-hasNoLink .eventDetailShowings__cell,
.event_showings .additional_showings > .listItem-hasNoLink .eventDetailShowings__cell {
  width: 50%;
}
@media screen and (max-width: 870px) {
  .event_showings .showings_wrapper,
  .event_showings .list > .listItem,
  .event_showings .additional_showings > .listItem {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media screen and (max-width: 700px) {
  .event_showings .showings_wrapper,
  .event_showings .list > .listItem,
  .event_showings .additional_showings > .listItem {
    padding: 20px 0;
  }
}
@media screen and (max-width: 500px) {
  .event_showings .showings_wrapper,
  .event_showings .list > .listItem,
  .event_showings .additional_showings > .listItem {
    flex-direction: column;
    gap: 10px;
  }
}
.event_showings .showings_wrapper:first-child,
.event_showings .list > .listItem:first-child {
  padding-top: 0;
}
.event_showings .cell {
  width: 20%;
  position: relative;
  display: inline-block;
  text-align: left;
  color: #393873;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 123%; /* 24.6px */
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.event_showings .cell.showings_date {
  width: 40%;
  text-align: left;
}
.event_showings .cell.showings_date .m-date__singleDate {
  color: #6f5034;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 31.2px */
  text-transform: uppercase;
}
.event_showings .cell.showings_date .start_time {
  display: block;
  color: #393873;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 123%;
  text-transform: none;
}
@media screen and (max-width: 870px) {
  .event_showings .cell.showings_date {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .event_showings .cell.showings_date {
    width: 100%;
  }
}
.event_showings .cell.buttons {
  text-align: right;
  margin-left: auto;
}
@media screen and (max-width: 700px) {
  .event_showings .cell.buttons {
    width: 100%;
    text-align: left;
  }
}
.event_showings .cell i {
  display: none;
}
@media screen and (max-width: 870px) {
  .event_showings .cell {
    flex-grow: 1;
  }
}
@media screen and (max-width: 700px) {
  .event_showings .cell.prices i {
    display: inline-block;
    font-style: normal;
  }
  .event_showings .cell.prices br {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .event_showings .cell {
    width: 100%;
  }
}
.event_showings .additional_showings {
  display: none;
}
.description_wrapper.short-description .event_description {
  height: auto;
  mask: none;
}

.event_description {
  position: relative;
  height: 250px;
  overflow: hidden;
  mask: linear-gradient(to bottom, black 0%, black 75%, rgba(0, 0, 0, 0) 100%);
  mask-position: bottom left;
  mask-size: 100% 200%;
}
.event_description.is-opened {
  mask-position: top left;
}

.eventDetailList {
  position: relative;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0px;
  padding: 0;
}
.eventDetailList .item {
  width: 33%;
  padding: 0px 20px 50px 0;
  list-style: none;
  list-style-type: none;
  font-size: 16px;
  position: relative;
  color: var(--Blue, #393873);
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 123%; /* 22.14px */
}
.eventDetailList .item:last-child {
  border-bottom: none;
}
.eventDetailList .item:before {
  display: none;
}
.eventDetailList .item .label {
  font-weight: 700;
  margin-bottom: 5px;
  color: #5e5e5e;
  display: block;
  color: var(--Blue, #393873);
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 27.6px */
}
.eventDetailList .item svg {
  display: none;
}
.eventDetailList .item a {
  position: relative;
  color: var(--Medium-Blue, #5959b2);
  text-align: center;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
}
.eventDetailList .item a:before {
  transition: background 0.4s linear 0.2s, height 0.4s;
  content: "";
  position: absolute;
  bottom: 0px;
  left: -2px;
  height: 1px;
  width: calc(100% + 4px);
  background-color: #b78456;
  z-index: -1;
}
.eventDetailList .item a:hover:before, .eventDetailList .item a:focus:before {
  transition: background 0.4s linear 0s, height 0.4s;
  height: 100%;
  background-color: rgba(183, 132, 86, 0.5);
}
@media screen and (max-width: 500px) {
  .eventDetailList .item {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 501px) {
  .eventDetailList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .eventDetailList .item {
    width: 50%;
    padding-left: 20px;
  }
  .eventDetailList .item.sidebar_event_date {
    padding-left: 0;
  }
  .eventDetailList .item:nth-child(odd) {
    padding-left: 0;
  }
  .eventDetailList .item:nth-last-child(2):nth-child(even) {
    border-bottom: none;
  }
}

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

.performer_modal,
.spotlight-modal,
.production_team_modal {
  background-color: #f6f6fd;
  padding: 30px 100px;
  width: 540px;
  min-height: 500px;
  max-height: calc(100vh - 100px);
  margin: auto;
  color: white;
  text-align: center;
  overflow-y: auto;
  border-radius: 12px;
}
.performer_modal .thumb,
.spotlight-modal .thumb,
.production_team_modal .thumb {
  margin: auto;
  width: 244px;
  height: 244px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
  max-width: none;
}
.performer_modal .thumb img,
.spotlight-modal .thumb img,
.production_team_modal .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.performer_modal .name,
.spotlight-modal .name,
.production_team_modal .name {
  color: #393873;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  margin: 0;
  text-transform: uppercase;
}
.performer_modal .title,
.spotlight-modal .title,
.production_team_modal .title {
  color: #5959b2;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
  line-height: 120%; /* 21.6px */
  margin: 0;
}
.performer_modal .title span,
.spotlight-modal .title span,
.production_team_modal .title span {
  display: block;
  color: #6f5034;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.performer_modal .tagline,
.spotlight-modal .tagline,
.production_team_modal .tagline {
  color: #5959b2;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  margin: 0;
}
.performer_modal .bio,
.spotlight-modal .bio,
.production_team_modal .bio {
  margin-top: 10px;
}
.performer_modal .bio p,
.spotlight-modal .bio p,
.production_team_modal .bio p {
  color: #393873;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 120%; /* 19.2px */
}
.performer_modal .bio a,
.spotlight-modal .bio a,
.production_team_modal .bio a {
  color: #5959b2;
}
.performer_modal .bio u:has(a),
.performer_modal .bio a:has(u),
.spotlight-modal .bio u:has(a),
.spotlight-modal .bio a:has(u),
.production_team_modal .bio u:has(a),
.production_team_modal .bio a:has(u) {
  text-decoration: none;
}
.performer_modal .prev-btn,
.performer_modal .next-btn,
.spotlight-modal .prev-btn,
.spotlight-modal .next-btn,
.production_team_modal .prev-btn,
.production_team_modal .next-btn {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%;
  direction: ltr;
  position: absolute;
  top: 25%;
  width: 90px;
  height: 110px;
  margin: 0;
  margin-top: -55px;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Ccircle cx='15' cy='15' r='15' fill='%23393873'/%3E%3Cpath d='M9.0298 15.0001L16.9408 22.8359L18.3582 21.432L11.8316 15.0001L18.3252 8.56821L16.9078 7.1643L9.0298 15.0001Z' fill='%23F6F6FD'/%3E%3C/svg%3E");
}
.performer_modal .prev-btn,
.spotlight-modal .prev-btn,
.production_team_modal .prev-btn {
  left: 0px;
}
.performer_modal .next-btn,
.spotlight-modal .next-btn,
.production_team_modal .next-btn {
  right: 0px;
  transform: rotate(180deg);
}
@media screen and (max-width: 700px) {
  .performer_modal,
  .spotlight-modal,
  .production_team_modal {
    max-width: calc(100% - 40px);
    padding: 30px 40px 20px;
    position: relative;
  }
}
@media screen and (max-width: 500px) {
  .performer_modal,
  .spotlight-modal,
  .production_team_modal {
    padding: 30px 40px 20px;
    max-width: calc(100% - 0px);
  }
  .performer_modal .thumb,
  .spotlight-modal .thumb,
  .production_team_modal .thumb {
    width: 100px;
    height: 100px;
  }
}

.spotlight-modal {
  padding: 30px 50px;
}
.spotlight-modal .title {
  font-size: 22px;
}
.spotlight-modal .title span {
  font-size: 18px;
  display: block;
  margin-top: 10px;
}

.lightbox_gallery {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
  max-width: 1180px;
  margin: 40px auto 0;
}
.lightbox_gallery .gallery_image {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.lightbox_gallery .gallery_image.mfp-iframe:before {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  content: "";
  height: 100px;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg fill='none' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z' fill='currentColor' fill-rule='evenodd'/%3E%3Cpath d='M16 12L10 16.3301V7.66987L16 12Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: 100% auto;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  max-width: 50%;
  zoom: 1;
  opacity: 0.5;
  z-index: 10;
}
.lightbox_gallery .gallery_image.mfp-iframe:hover:before, .lightbox_gallery .gallery_image.mfp-iframe:focus:before {
  zoom: 1;
  opacity: 1;
}
.lightbox_gallery .gallery_image img {
  position: relative;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.lightbox_gallery .gallery_image:hover img, .lightbox_gallery .gallery_image:focus img {
  transform: scale(1.05);
}
.lightbox_gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.event_sponsors_wrapper {
  background: #1c1c36;
  padding: 55px 20px;
  max-width: 1180px;
  margin: 80px auto 0;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.event_sponsors_wrapper h3 {
  color: #fff;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 30px */
  margin-bottom: 50px;
}
.event_sponsors_wrapper .splide {
  width: calc(100% - 80px);
  max-width: 836px;
  margin: auto;
}
.event_sponsors_wrapper img {
  max-width: 100%;
  width: auto;
  object-fit: initial;
}
.event_sponsors_wrapper .splide:not(.is-overflow) .splide__slide:last-child {
  margin: 0 !important;
}

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

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

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

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

.lightbox a img {
  border: none;
}

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

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

.lb-container {
  padding: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ----------------------------------------------------------------------------
=Sitemap
----------------------------------------------------------------------------- */
.sitemap {
  position: relative;
  width: 100%;
  margin: 0px auto 40px;
  clear: both;
  zoom: 1;
}
.sitemap:before, .sitemap:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.sitemap:after {
  clear: both;
}
.sitemap .column {
  position: relative;
  width: 100%;
  padding: 0;
  zoom: 1;
}
.sitemap .column:before, .sitemap .column:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.sitemap .column:after {
  clear: both;
}
@media screen and (min-width: 871px) {
  .sitemap .column {
    float: left;
    width: 50%;
  }
}
.sitemap .column ul {
  margin-bottom: 20px;
}
.sitemap .column ul,
.sitemap .column li {
  padding: 0;
  list-style: none;
}
.sitemap .column ul:before, .sitemap .column ul:after,
.sitemap .column li:before,
.sitemap .column li:after {
  display: none;
}
.sitemap .column li a {
  text-decoration: none;
  background: none;
  color: #333;
}
.sitemap .column li a:before {
  content: "";
  display: none;
}
.sitemap .column li a:hover, .sitemap .column li a:focus {
  text-decoration: underline;
  color: #393873;
}
.sitemap .column > ul > li {
  margin-bottom: 60px;
}
.sitemap .column > ul > li > a {
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 1.5625rem;
  margin: 0;
  color: #b78456;
  text-decoration: none;
}
.sitemap .column > ul > li > ul li {
  margin-bottom: 10px;
}
.sitemap .column > ul > li > ul > li > a {
  font-size: 20px;
  margin-left: 0px;
  color: #393873;
  text-decoration: none;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 600;
}
.sitemap .column > ul > li > ul > li > ul > li > a {
  margin-left: 20px;
  text-decoration: none;
  color: #5959b2;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

/* ----------------------------------------------------------------------------
= Homepage Alert
----------------------------------------------------------------------------- */
.m-alert-wrapper {
  position: relative;
  z-index: 999;
}
.m-alert-wrapper > div {
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  background: #000;
  background: url(../images/bg_pattern.png);
  height: 0;
  overflow: hidden;
  color: #6f5034;
}
.m-alert-wrapper > div .alert-desc * {
  color: #6f5034;
}
.m-alert-wrapper .alert-container {
  max-width: 1220px;
  margin: auto;
  padding: 20px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.m-alert-wrapper .alert-container .alert-title {
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 24px;
  color: #6f5034;
  margin-bottom: 0px;
  max-width: calc(100% - 100px);
}
.m-alert-wrapper .alert-link {
  display: block;
}
.m-alert-wrapper .alert-link .alert-title:hover, .m-alert-wrapper .alert-link .alert-title:focus {
  text-decoration: underline;
}
@media screen and (min-width: 1081px) {
  .m-alert-wrapper .alert-link {
    padding-right: 200px;
  }
  .m-alert-wrapper .alert-link .alert-button {
    position: absolute;
    top: 50%;
    right: 0px;
  }
}
.m-alert-wrapper .close-alert {
  width: 110px;
  height: 45px;
  position: absolute;
  top: 10px;
  right: 15px;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 30px;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.m-alert-wrapper .close-alert .close-x {
  position: relative;
  float: right;
}
.m-alert-wrapper .close-alert .close-x:before, .m-alert-wrapper .close-alert .close-x:after {
  width: 2px;
  height: 28px;
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  background: #6f5034;
}
.m-alert-wrapper .close-alert .close-x:before {
  transform: rotate(45deg);
}
.m-alert-wrapper .close-alert .close-x:after {
  transform: rotate(-45deg);
}
.m-alert-wrapper .close-alert:hover {
  opacity: 0.7;
}
.digital_playbill .m-alert-wrapper {
  z-index: 1;
  margin-bottom: 20px;
}
.digital_playbill .m-alert-wrapper > div {
  background: none;
  height: auto;
  overflow: visible;
  background: url(../images/bg_pattern_purple.png);
  background-attachment: fixed;
}
.digital_playbill .m-alert-wrapper > div .alert-container .alert-title,
.digital_playbill .m-alert-wrapper > div .alert-desc * {
  color: white;
}
.digital_playbill .m-alert-wrapper > div .alert-container .alert-title {
  text-align: center;
  max-width: 100%;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 30px;
}
.digital_playbill .m-alert-wrapper > div .alert-desc {
  text-align: center;
}
.digital_playbill .m-alert-wrapper .close-alert {
  display: none;
}

.content_item.card[data-cardset-type=tiles],
.content_item.card {
  max-width: 100%;
  width: 100%;
}

.cards[data-options-layout=tiles] {
  zoom: 1;
}
.cards[data-options-layout=tiles]:before, .cards[data-options-layout=tiles]:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.cards[data-options-layout=tiles]:after {
  clear: both;
}
.cards[data-options-layout=tiles] {
  margin: auto;
}
.cards[data-options-layout=tiles] .row {
  zoom: 1;
}
.cards[data-options-layout=tiles] .row:before, .cards[data-options-layout=tiles] .row:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.cards[data-options-layout=tiles] .row:after {
  clear: both;
}
.cards[data-options-layout=tiles] .row {
  width: 100%;
  margin: auto;
  clear: both;
  display: block;
}
@media screen and (min-width: 871px) {
  .cards[data-options-layout=tiles] .row {
    max-width: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 871px) {
  .cards[data-options-layout=tiles] .row > .group:first-child:last-child {
    width: 50%;
  }
}
@media screen and (min-width: 871px) {
  .cards[data-options-layout=tiles] .row.has_tall .group:not(.wide) {
    width: 25%;
  }
}
.cards[data-options-layout=tiles] .group {
  zoom: 1;
}
.cards[data-options-layout=tiles] .group:before, .cards[data-options-layout=tiles] .group:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.cards[data-options-layout=tiles] .group:after {
  clear: both;
}
@media screen and (min-width: 871px) {
  .cards[data-options-layout=tiles] .group {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 50%;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .cards[data-options-layout=tiles] .group .single_card[data-size*="1x"] {
    width: calc(100% - 30px);
  }
  .cards[data-options-layout=tiles] .group .single_card[data-size*="2x"] {
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 701px) and (max-width: 870px) {
  .cards[data-options-layout=tiles] .group {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
}
.cards[data-options-layout=tiles] .row:not(.has_tall) .group {
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 701px) {
  .cards[data-options-layout=tiles] .row:not(.has_tall) .group {
    flex-direction: row;
    width: 50%;
    flex-wrap: nowrap;
  }
  .cards[data-options-layout=tiles] .row:not(.has_tall) .group .single_card[data-size*="1x"] {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 871px) {
  .cards[data-options-layout=tiles] .row:not(.has_tall) .group {
    flex-direction: row;
    width: 50%;
  }
}
@media screen and (min-width: 701px) and (max-width: 870px) {
  .cards[data-options-layout=tiles] .row:not(.has_tall) .group {
    width: 100%;
    flex-direction: row;
  }
}
@media screen and (min-width: 871px) {
  .cards[data-options-layout=tiles] .row.template_row {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 294px 294px;
    width: 100%;
  }
  .cards[data-options-layout=tiles] .row.template_row .single_card {
    float: none;
    width: calc(100% - 30px);
    margin: 0 15px 30px;
    height: calc(100% - 30px);
  }
  .cards[data-options-layout=tiles] .row.template_row .single_card[data-size*="2x"] {
    width: calc(200% - 30px);
  }
  .cards[data-options-layout=tiles] .row.template_row .single_card[data-size*=x2] {
    height: calc(200% - 30px);
  }
  .cards[data-options-layout=tiles] .row.template_row .group.wide {
    width: 200%;
  }
  .cards[data-options-layout=tiles] .row.template_row .group.wide .single_card[data-size*="2x"] {
    width: calc(100% - 30px);
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="2x2-2x1-2x1-"] .single_card:nth-child(1),
  .cards[data-options-layout=tiles] .row.template_row[data-template="2x2-2x1-2x1-"] .group:nth-child(1) {
    grid-column-start: 1;
    grid-row-start: 1;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="2x2-2x1-2x1-"] .single_card:nth-child(2),
  .cards[data-options-layout=tiles] .row.template_row[data-template="2x2-2x1-2x1-"] .group:nth-child(2) {
    grid-column-start: 3;
    grid-row-start: 1;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x2-2x1-2x1-"] .single_card:nth-child(1),
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x2-2x1-2x1-"] .group:nth-child(1) {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x2-2x1-2x1-"] .single_card:nth-child(2),
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x2-2x1-2x1-"] .group:nth-child(2) {
    grid-column-start: 2;
    grid-row-start: 1;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x2-2x1-2x1-"] .single_card:nth-child(3),
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x2-2x1-2x1-"] .group:nth-child(3) {
    grid-column-start: 3;
    grid-row-start: 1;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x2-2x1-2x1-"] .single_card:nth-child(4),
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x2-2x1-2x1-"] .group:nth-child(4) {
    grid-column-start: 3;
    grid-row-start: 2;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x1-1x1-2x1-2x1-"] .single_card:nth-child(1),
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x1-1x1-2x1-2x1-"] .group:nth-child(1) {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x1-1x1-2x1-2x1-"] .single_card:nth-child(2),
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x1-1x1-2x1-2x1-"] .group:nth-child(2) {
    grid-column-start: 2;
    grid-row-start: 1;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x1-1x1-2x1-2x1-"] .single_card:nth-child(3),
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x1-1x1-2x1-2x1-"] .group:nth-child(3) {
    grid-row-start: 1;
    grid-column-start: 3;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x1-1x1-2x1-2x1-"] .single_card:nth-child(4),
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x1-1x1-2x1-2x1-"] .group:nth-child(4) {
    grid-row-start: 2;
    grid-column-start: 3;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x1-1x1-2x1-2x1-"] .group {
    width: 100%;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-2x1-2x1-1x1-1x1-"] .single_card:nth-child(1),
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-2x1-2x1-1x1-1x1-"] .group:nth-child(1) {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-2x1-2x1-1x1-1x1-"] .single_card:nth-child(2),
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-2x1-2x1-1x1-1x1-"] .group:nth-child(2) {
    grid-row-start: 1;
    grid-column-start: 2;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-2x1-2x1-1x1-1x1-"] .single_card:nth-child(3),
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-2x1-2x1-1x1-1x1-"] .group:nth-child(3) {
    grid-row-start: 2;
    grid-column-start: 2;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-2x1-2x1-1x1-1x1-"] .single_card:nth-child(4),
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-2x1-2x1-1x1-1x1-"] .group:nth-child(4) {
    grid-row-start: 1;
    grid-column-start: 4;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-2x1-2x1-1x1-1x1-"] .group {
    width: 100%;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x2-2x1-1x1-1x1-"] > .single_card:nth-child(1),
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x2-2x1-1x1-1x1-"] > .group:nth-child(1) {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x2-2x1-1x1-1x1-"] > .single_card:nth-child(2),
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x2-2x1-1x1-1x1-"] > .group:nth-child(2) {
    grid-column-start: 2;
    grid-row-start: 1;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x2-2x1-1x1-1x1-"] > .single_card:nth-child(3),
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x2-2x1-1x1-1x1-"] > .group:nth-child(3) {
    grid-column-start: 3;
    grid-row-start: 1;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x2-2x1-1x1-1x1-"] > .single_card:nth-child(4),
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x2-2x1-1x1-1x1-"] > .group:nth-child(4) {
    grid-column-start: 3;
    grid-row-start: 2;
    grid-column-end: 5;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x2-2x1-1x1-1x1-"] .group {
    width: auto;
    flex-direction: row;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x2-2x1-1x1-1x1-"] .group .single_card {
    width: calc(50% - 30px);
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x1-1x1-2x1-1x1-1x1-"] .single_card:nth-child(1),
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x1-1x1-2x1-1x1-1x1-"] .group:nth-child(1) {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x1-1x1-2x1-1x1-1x1-"] .single_card:nth-child(2),
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x1-1x1-2x1-1x1-1x1-"] .group:nth-child(2) {
    grid-column-start: 2;
    grid-row-start: 1;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x1-1x1-2x1-1x1-1x1-"] .single_card:nth-child(3),
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x1-1x1-2x1-1x1-1x1-"] .group:nth-child(3) {
    grid-row-start: 1;
    grid-column-start: 3;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x1-1x1-2x1-1x1-1x1-"] .single_card:nth-child(4),
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x1-1x1-2x1-1x1-1x1-"] .group:nth-child(4) {
    grid-row-start: 2;
    grid-column-start: 3;
    flex-direction: row;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-1x1-1x1-2x1-1x1-1x1-"] .group {
    width: 100%;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="2x2-2x1-1x1-1x1-"] .single_card:nth-child(1),
  .cards[data-options-layout=tiles] .row.template_row[data-template="2x2-2x1-1x1-1x1-"] .group:nth-child(1) {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="2x2-2x1-1x1-1x1-"] .single_card:nth-child(2),
  .cards[data-options-layout=tiles] .row.template_row[data-template="2x2-2x1-1x1-1x1-"] .group:nth-child(2) {
    grid-row-start: 1;
    grid-column-start: 3;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="2x2-2x1-1x1-1x1-"] .single_card:nth-child(3),
  .cards[data-options-layout=tiles] .row.template_row[data-template="2x2-2x1-1x1-1x1-"] .group:nth-child(3) {
    grid-row-start: 2;
    grid-column-start: 3;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="2x2-2x1-1x1-1x1-"] .group {
    width: 100%;
    flex-direction: row;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-2x1-2x1-1x2-"] .single_card:nth-child(1),
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-2x1-2x1-1x2-"] .group:nth-child(1) {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-2x1-2x1-1x2-"] .single_card:nth-child(2),
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-2x1-2x1-1x2-"] .group:nth-child(2) {
    grid-row-start: 1;
    grid-column-start: 2;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-2x1-2x1-1x2-"] .single_card:nth-child(3),
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-2x1-2x1-1x2-"] .group:nth-child(3) {
    grid-row-start: 2;
    grid-column-start: 2;
  }
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-2x1-2x1-1x2-"] .single_card:nth-child(4),
  .cards[data-options-layout=tiles] .row.template_row[data-template="1x2-2x1-2x1-1x2-"] .group:nth-child(4) {
    grid-row-start: 1;
    grid-column-start: 4;
  }
}
.cards[data-options-layout=tiles] .single_card {
  zoom: 1;
}
.cards[data-options-layout=tiles] .single_card:before, .cards[data-options-layout=tiles] .single_card:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.cards[data-options-layout=tiles] .single_card:after {
  clear: both;
}
.cards[data-options-layout=tiles] .single_card {
  width: calc(100% - 30px);
  height: auto;
  position: relative;
  overflow: hidden;
  margin: 0px calc(30px / 2) 30px;
  background-color: #000;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  flex-grow: 0;
  justify-content: center;
  text-decoration: none;
}
@media screen and (min-width: 701px) and (max-width: 870px) {
  .cards[data-options-layout=tiles] .single_card[data-size*="2x"] {
    width: calc(100% - 30px);
  }
  .cards[data-options-layout=tiles] .single_card[data-size*="3x"] {
    width: calc(100% - 30px);
  }
  .cards[data-options-layout=tiles] .single_card[data-size*="4x"] {
    width: calc(100% - 30px);
  }
  .cards[data-options-layout=tiles] .single_card[data-size="1x2"] {
    width: calc(100% - 30px);
  }
  .cards[data-options-layout=tiles] .single_card[data-size="1x1"] {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 871px) {
  .cards[data-options-layout=tiles] .single_card[data-size*=x1] {
    height: 271px;
  }
  .cards[data-options-layout=tiles] .single_card[data-size*=x2] {
    height: 588px;
  }
  .cards[data-options-layout=tiles] .single_card[data-size*="1x"] {
    width: 271px;
    width: calc(25% - 30px);
  }
  .cards[data-options-layout=tiles] .single_card[data-size*="2x"] {
    width: 588px;
    width: calc(50% - 30px);
  }
  .cards[data-options-layout=tiles] .single_card[data-size*="3x"] {
    width: 895px;
    width: calc(75% - 30px);
  }
  .cards[data-options-layout=tiles] .single_card[data-size="4x2"] {
    width: 100%;
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 1201px) {
  .cards[data-options-layout=tiles] .single_card[data-size*=x1] {
    height: 271px;
  }
}
.cards[data-options-layout=tiles] .single_card .info {
  position: static;
  width: 100%;
  height: auto;
  max-height: 100%;
  padding: 30px;
  z-index: 5;
  overflow: auto;
  display: flex;
  flex-grow: 0;
  flex-direction: column;
  color: white;
}
.cards[data-options-layout=tiles] .single_card .info .info_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  position: static;
}
.cards[data-options-layout=tiles] .single_card .info .info_inner .card_body {
  flex-grow: 1;
}
.cards[data-options-layout=tiles] .single_card .info .info_inner > * {
  color: inherit;
}
.cards[data-options-layout=tiles] .single_card .thumb {
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.cards[data-options-layout=tiles] .single_card .thumb .image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cards[data-options-layout=tiles] .single_card .thumb .image img {
  display: none;
}
.cards[data-options-layout=tiles] .single_card .card_body > * {
  font-size: inherit;
  color: inherit;
  margin: 0;
  margin-top: 15px;
}
.cards[data-options-layout=tiles] .single_card .card_body > *:first-child {
  margin: 0;
}
.cards[data-options-layout=tiles] .single_card.image_only {
  background: #000;
}
.cards[data-options-layout=tiles] .single_card.image_only .thumb {
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 701px) and (max-width: 870px) {
  .cards[data-options-layout=tiles] .single_card.image_only .thumb {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-grow: 1;
  }
}
@media screen and (min-width: 601px) {
  .cards[data-options-layout=tiles] .single_card.image_only .thumb {
    position: absolute;
    top: 0px;
    left: 0px;
  }
}
.cards[data-options-layout=tiles] .single_card.image_only .image {
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  flex-grow: 1;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.cards[data-options-layout=tiles] .single_card.image_only .image img {
  display: block;
  width: 100%;
}
.cards[data-options-layout=tiles] .single_card.image_only:hover .thumb {
  zoom: 1;
  opacity: 0.7;
}
@media screen and (min-width: 871px) {
  .cards[data-options-layout=tiles] .single_card.image_only .image img {
    visibility: hidden;
  }
}
.cards[data-options-layout=tiles] .single_card.has_image {
  justify-content: flex-end;
}
.cards[data-options-layout=tiles] a.single_card:hover .has_image:not(.image_only):before {
  zoom: 1;
  opacity: 0.7;
}
.cards[data-options-layout=tiles] a.single_card:hover.has_image .thumb {
  transform: scale(1.05);
}
.cards[data-options-layout=tiles].is-loaded {
  zoom: 1;
  opacity: 1;
}
@media screen and (min-width: 601px) {
  .cards[data-options-layout=tiles] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1201px) {
  .cards[data-options-layout=tiles] {
    max-width: 1204px;
  }
}

.cards .single_card[data-color=brown]:not(.has_image) {
  background: #896341;
}
.cards .single_card[data-color=brown]:not(.has_image) *:not(.card_button) {
  color: #ffffff;
}

.cards .single_card[data-color=gold]:not(.has_image) {
  background: #d9af7e;
}
.cards .single_card[data-color=gold]:not(.has_image) *:not(.card_button) {
  color: #000000;
}

.cards .single_card[data-color=purple]:not(.has_image) {
  background: #5959b2;
}
.cards .single_card[data-color=purple]:not(.has_image) *:not(.card_button) {
  color: #ffffff;
}

.cards .single_card[data-color=dark-purple]:not(.has_image) {
  background: #343368;
}
.cards .single_card[data-color=dark-purple]:not(.has_image) *:not(.card_button) {
  color: #ffffff;
}

.cards[data-options-layout=tiles] .single_card {
  border-radius: 0;
}
.cards[data-options-layout=tiles] .single_card .info .info_inner {
  gap: 10px;
}
.cards[data-options-layout=tiles] .single_card .title {
  font-weight: 700;
  font-size: 25px;
}
.cards[data-options-layout=tiles] .single_card .card_body {
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-size: 20px;
}
.cards[data-options-layout=tiles] .single_card .card_body > * {
  line-height: 1.5;
}
.cards[data-options-layout=tiles] .single_card .card_button {
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}
.cards[data-options-layout=tiles] .single_card .card_button:before {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background-color: #fff;
  content: "";
  position: absolute;
  bottom: -3px;
  height: 1px;
  left: 0;
  display: block;
  z-index: 1;
  visibility: visible;
  width: 100%;
}
.cards[data-options-layout=tiles] .single_card .card_button:hover:before {
  left: -8px;
  width: calc(100% + 8px);
}
.cards[data-options-layout=tiles] .single_card .thumb + .info {
  overflow: visible;
  flex-grow: 0;
}
.cards[data-options-layout=tiles] .single_card .thumb + .info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(21, 21, 41, 0) 0%, rgba(21, 21, 41, 0.8) 100%);
}
.cards[data-options-layout=tiles] .single_card .thumb + .info * {
  z-index: 2;
}
.cards[data-options-layout=tiles] .single_card.has_image {
  background: #000;
}
.cards[data-options-layout=tiles] .single_card.has_link .title:hover, .cards[data-options-layout=tiles] .single_card.has_link .title:focus {
  text-decoration: underline;
}
.cards[data-options-layout=tiles] .single_card[data-size*="1"] .info {
  padding: 61px 22px 30px 29px;
}
.cards[data-options-layout=tiles] .single_card[data-size*="1"] .info .info_inner {
  gap: 15px;
}
.cards[data-options-layout=tiles] .single_card[data-size*="1"] .info .tagline {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 0.889rem;
  line-height: 100%;
}
.cards[data-options-layout=tiles] .single_card[data-size*="1"] .info .title {
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-size: 1.278rem;
  font-style: italic;
  font-weight: 900;
  line-height: 100%;
}
.cards[data-options-layout=tiles] .single_card[data-size*="1"] .info .card_body {
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-size: 0.889rem;
  font-weight: 500;
  line-height: 107%;
}
.cards[data-options-layout=tiles] .single_card[data-size*="1"] .info .card_button {
  font-size: 0.889rem;
}
.cards[data-options-layout=tiles] .single_card[data-size*="1"][data-size="2x1"] .title, .cards[data-options-layout=tiles] .single_card[data-size*="1"][data-size="3x1"] .title, .cards[data-options-layout=tiles] .single_card[data-size*="1"][data-size="4x1"] .title {
  font-size: 1.278rem;
}
@media screen and (min-width: 1081px) {
  .cards[data-options-layout=tiles] .single_card[data-size*="1"][data-size="2x1"] .title, .cards[data-options-layout=tiles] .single_card[data-size*="1"][data-size="3x1"] .title, .cards[data-options-layout=tiles] .single_card[data-size*="1"][data-size="4x1"] .title {
    font-size: 1.611rem;
  }
}
.cards[data-options-layout=tiles] .single_card:not(.has_image):before {
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 202px;
  height: 202px;
  z-index: 1;
  visibility: visible;
}
.cards[data-options-layout=tiles] .single_card:not(.has_image):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 272px 0 0 180px;
  z-index: 1;
  visibility: visible;
}
.cards[data-options-layout=tiles] .single_card:not(.has_image)[data-color*=brown]:before {
  background-color: #966d44;
}
.cards[data-options-layout=tiles] .single_card:not(.has_image)[data-color*=brown]:after {
  border-color: transparent transparent transparent rgba(129, 93, 61, 0.6);
}
.cards[data-options-layout=tiles] .single_card:not(.has_image)[data-color*=gold]:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.cards[data-options-layout=tiles] .single_card:not(.has_image)[data-color*=gold]:after {
  border-color: transparent transparent transparent rgba(54, 54, 54, 0.1);
}
.cards[data-options-layout=tiles] .single_card:not(.has_image)[data-color*=gold] .card_button::before {
  background-color: #000;
}
.cards[data-options-layout=tiles] .single_card:not(.has_image)[data-color*=purple]:before {
  background-color: #6c6cbf;
}
.cards[data-options-layout=tiles] .single_card:not(.has_image)[data-color*=purple]:after {
  border-color: transparent transparent transparent rgba(83, 82, 165, 0.4);
}
.cards[data-options-layout=tiles] .single_card:not(.has_image)[data-color*=dark-purple]:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.cards[data-options-layout=tiles] .single_card:not(.has_image)[data-color*=dark-purple]:after {
  border-color: transparent transparent transparent rgba(54, 54, 54, 0.3);
}
.cards[data-options-layout=tiles] .single_card[data-size="1x1"] .info {
  height: 100%;
}
@media screen and (min-width: 871px) {
  .cards[data-options-layout=tiles] .single_card[data-size*=x2]:not([data-size="1x2"]):before {
    width: 402px;
    height: 402px;
  }
  .cards[data-options-layout=tiles] .single_card[data-size*=x2]:not([data-size="1x2"]):after {
    border-width: 590px 0 0 380px;
  }
  .cards[data-options-layout=tiles] .single_card[data-size="1x2"]:before {
    top: auto;
    bottom: 70px;
  }
  .cards[data-options-layout=tiles] .single_card[data-size="1x2"]:after {
    top: auto;
    bottom: 0px;
  }
}
.cards[data-options-layout=tiles] .single_card[data-size*="2"].has_image {
  justify-content: flex-end;
}
@media screen and (min-width: 1081px) {
  .cards[data-options-layout=tiles] .single_card[data-size*="2"][data-size="2x2"] .info, .cards[data-options-layout=tiles] .single_card[data-size*="2"][data-size="3x2"] .info, .cards[data-options-layout=tiles] .single_card[data-size*="2"][data-size="4x2"] .info {
    padding: 60px;
  }
}
.cards[data-options-layout=tiles] .single_card[data-size*="2"][data-size="2x2"] .info .info_inner, .cards[data-options-layout=tiles] .single_card[data-size*="2"][data-size="3x2"] .info .info_inner, .cards[data-options-layout=tiles] .single_card[data-size*="2"][data-size="4x2"] .info .info_inner {
  gap: 0;
}
.cards[data-options-layout=tiles] .single_card[data-size*="2"][data-size="2x2"] .info .tagline, .cards[data-options-layout=tiles] .single_card[data-size*="2"][data-size="3x2"] .info .tagline, .cards[data-options-layout=tiles] .single_card[data-size*="2"][data-size="4x2"] .info .tagline {
  padding-bottom: 10px;
}
.cards[data-options-layout=tiles] .single_card[data-size*="2"][data-size="2x2"] .info .title, .cards[data-options-layout=tiles] .single_card[data-size*="2"][data-size="3x2"] .info .title, .cards[data-options-layout=tiles] .single_card[data-size*="2"][data-size="4x2"] .info .title {
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-size: 1.278rem;
  font-style: italic;
  font-weight: 900;
  line-height: 100%;
  padding-bottom: 20px;
}
@media screen and (min-width: 1081px) {
  .cards[data-options-layout=tiles] .single_card[data-size*="2"][data-size="2x2"] .info .title, .cards[data-options-layout=tiles] .single_card[data-size*="2"][data-size="3x2"] .info .title, .cards[data-options-layout=tiles] .single_card[data-size*="2"][data-size="4x2"] .info .title {
    font-size: 2.556rem;
  }
}
.cards[data-options-layout=tiles] .single_card[data-size*="2"][data-size="2x2"] .info .card_body, .cards[data-options-layout=tiles] .single_card[data-size*="2"][data-size="3x2"] .info .card_body, .cards[data-options-layout=tiles] .single_card[data-size*="2"][data-size="4x2"] .info .card_body {
  font-size: 0.889rem;
  line-height: 107%;
}
.cards[data-options-layout=tiles] .single_card[data-size*="2"][data-size="2x2"] .info .card_button, .cards[data-options-layout=tiles] .single_card[data-size*="2"][data-size="3x2"] .info .card_button, .cards[data-options-layout=tiles] .single_card[data-size*="2"][data-size="4x2"] .info .card_button {
  font-size: 1rem;
  font-weight: 1.111rem;
  padding-top: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0 0 18px 10px;
  opacity: 0.65;
  color: white;
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-style: normal;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
}
.mfp-close.ajax-close {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%;
  direction: ltr;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  right: calc(50vw - 270px - 8px);
  top: 6px;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  background: rgba(89, 89, 178, 0.2);
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.8'%3E%3Cline x1='9.19234' y1='8.80754' x2='26.87' y2='26.4852' stroke='%23393873' stroke-width='2'/%3E%3Cline x1='8.48528' y1='26.4853' x2='26.1629' y2='8.80761' stroke='%23393873' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
}
.mfp-close.ajax-close:hover, .mfp-close.ajax-close:focus {
  background-color: #5959b2;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.8'%3E%3Cline x1='9.19234' y1='8.80754' x2='26.87' y2='26.4852' stroke='%23ffffff' stroke-width='2'/%3E%3Cline x1='8.48528' y1='26.4853' x2='26.1629' y2='8.80761' stroke='%23ffffff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 700px) {
  .mfp-close.ajax-close {
    right: 6px;
    border-radius: 8px;
  }
}

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

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

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

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

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

.mfp-arrow {
  position: absolute;
  top: 50%;
  width: 90px;
  height: 110px;
  margin: 0;
  margin-top: -55px;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: center center;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  zoom: 1;
  opacity: 0.6;
}
.mfp-arrow.ajax-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Ccircle cx='15' cy='15' r='15' fill='%23393873'/%3E%3Cpath d='M9.0298 15.0001L16.9408 22.8359L18.3582 21.432L11.8316 15.0001L18.3252 8.56821L16.9078 7.1643L9.0298 15.0001Z' fill='%23F6F6FD'/%3E%3C/svg%3E");
}
.mfp-arrow.gallery-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Ccircle cx='23.8977' cy='23.8977' r='23.8977' fill='white'/%3E%3Cpath d='M14.3862 23.8977L26.9898 36.3816L29.2479 34.1449L18.8499 23.8977L29.1954 13.6505L26.9373 11.4138L14.3862 23.8977Z' fill='%23393873'/%3E%3C/svg%3E");
}

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

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

.mfp-arrow-left {
  left: 0;
}
@media screen and (min-width: 501px) {
  .mfp-arrow-left.ajax-arrow {
    left: calc(50vw - 270px);
  }
}

.mfp-arrow-right {
  right: 0;
  transform: rotate(180deg);
}
@media screen and (min-width: 501px) {
  .mfp-arrow-right.ajax-arrow {
    right: calc(50vw - 270px);
  }
}

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

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

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

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

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

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

/* The shadow behind the image */
.mfp-figure:after {
  position: absolute;
  display: block;
  z-index: -1;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  width: auto;
  height: auto;
  content: "";
}

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

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

.mfp-title {
  padding-right: 36px;
  color: #f3f3f3;
  line-height: 18px;
  text-align: left;
  word-wrap: break-word;
  text-align: center;
  padding-right: 0;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 18px;
}

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

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

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

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

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

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

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

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

.mfp-container .mfp-content .gallery_modal {
  max-width: 90%;
  margin: auto;
}

.cast_members,
.production_team_members {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px;
  padding-bottom: 50px;
}
.cast_members .entry,
.production_team_members .entry {
  width: 167px;
  width: calc(20% - 40px);
  color: white;
  text-align: center;
  cursor: pointer;
}
.cast_members .entry .thumb,
.production_team_members .entry .thumb {
  width: 167px;
  height: 167px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  margin: auto;
  margin-bottom: 20px;
  overflow: hidden;
}
.cast_members .entry .thumb a,
.production_team_members .entry .thumb a {
  display: block;
}
.cast_members .entry .thumb a img,
.production_team_members .entry .thumb a img {
  display: block;
}
.cast_members .entry .thumb img,
.production_team_members .entry .thumb img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cast_members .entry .thumb:hover img, .cast_members .entry .thumb:focus img,
.production_team_members .entry .thumb:hover img,
.production_team_members .entry .thumb:focus img {
  transform: scale(1.1);
}
@media screen and (max-width: 1080px) {
  .cast_members .entry .thumb,
  .production_team_members .entry .thumb {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 700px) {
  .cast_members .entry .thumb,
  .production_team_members .entry .thumb {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
  }
}
.cast_members .entry .info .name,
.production_team_members .entry .info .name {
  color: #ffffff;
  text-align: center;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  margin: 0;
  text-transform: uppercase;
}
.digital_playbill .cast_members .entry .info .name,
.digital_playbill .production_team_members .entry .info .name {
  color: #5959b2;
}
.cast_members .entry .info .title,
.production_team_members .entry .info .title {
  font-family: "Prospectus Pros", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 140%;
  margin: 0;
  color: #d9af7e;
  text-align: center;
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
  line-height: 120%; /* 21.6px */
}
.digital_playbill .cast_members .entry .info .title,
.digital_playbill .production_team_members .entry .info .title {
  color: #393873;
}
.cast_members .entry .info .tagline,
.production_team_members .entry .info .tagline {
  color: #d4d4f7;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  margin: 0;
}
.digital_playbill .cast_members .entry .info .tagline,
.digital_playbill .production_team_members .entry .info .tagline {
  color: #393873;
}
@media screen and (max-width: 1080px) {
  .cast_members .entry,
  .production_team_members .entry {
    width: 150px;
    width: calc(33% - 40px);
  }
}
@media screen and (max-width: 700px) {
  .cast_members .entry,
  .production_team_members .entry {
    width: 100px;
    width: calc(33% - 20px);
  }
}
@media screen and (max-width: 500px) {
  .cast_members .entry,
  .production_team_members .entry {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 1080px) {
  .cast_members,
  .production_team_members {
    gap: 30px;
  }
}
.digital_playbill .cast_members,
.digital_playbill .production_team_members {
  gap: 30px;
}
.digital_playbill .cast_members .entry,
.digital_playbill .production_team_members .entry {
  width: calc(50% - 20px);
}
@media screen and (max-width: 1080px) {
  .digital_playbill .cast_members .entry,
  .digital_playbill .production_team_members .entry {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 700px) {
  .digital_playbill .cast_members .entry,
  .digital_playbill .production_team_members .entry {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 500px) {
  .digital_playbill .cast_members .entry,
  .digital_playbill .production_team_members .entry {
    width: calc(50% - 20px);
  }
}

:root {
  --playbill-color: #fff;
}

.digital_playbill_list {
  padding: 60px 0 0;
}

.digital_playbill.full .full_column {
  max-width: 800px;
  margin: auto;
}
.digital_playbill.full .full_column .content_item {
  width: 100%;
}
.digital_playbill .event_heading {
  padding: 20px;
  margin-bottom: 0;
}
.digital_playbill img.main_image {
  max-width: 800px;
  width: 100%;
  display: block;
  margin: auto;
}
@media screen and (min-width: 1081px) {
  .digital_playbill img.main_image {
    max-height: calc(100vh - 235px);
    object-fit: contain;
  }
}
.digital_playbill h3,
.digital_playbill h4 {
  margin-bottom: 0;
}
.digital_playbill u {
  text-decoration: none;
  text-transform: uppercase;
  color: #5959b2;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.digital_playbill address,
.digital_playbill .playbill-heading {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #5959b2;
  letter-spacing: 2px;
  font-style: normal;
  margin-bottom: 0;
}
.digital_playbill .s-text * {
  font-size: 0.889rem;
}
.digital_playbill .l-text * {
  font-size: 1.266rem;
}
.digital_playbill .xl-text * {
  font-size: 1.532rem;
}
.digital_playbill .colorbar {
  background-color: var(--playbill-background-color);
  padding: 5px 10px;
  text-align: center;
}
.digital_playbill .colorbar * {
  color: var(--playbill-color);
  margin: 0;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.digital_playbill .faq .faq_answer .cms > * {
  margin-top: 0;
  margin-bottom: 20px;
}
.digital_playbill .faq .faq_answer .cms > *:last-child {
  margin-bottom: 0;
}
.digital_playbill .faq .faq_answer .cms h1,
.digital_playbill .faq .faq_answer .cms h2,
.digital_playbill .faq .faq_answer .cms h3,
.digital_playbill .faq .faq_answer .cms h4,
.digital_playbill .faq .faq_answer .cms address {
  margin-bottom: 0;
}
.digital_playbill .cms ul li {
  padding-bottom: 5px;
}
.digital_playbill .cms ul li:before {
  top: 10px;
}
@media screen and (max-width: 700px) {
  .digital_playbill .lightbox_gallery {
    max-width: calc(100% - 40px);
  }
}
.digital_playbill .imgblock {
  text-align: center;
  width: 100%;
  margin: 20px auto 0;
}
.digital_playbill .imgblock a {
  display: block;
  max-width: 100%;
  text-align: center;
}
.digital_playbill .imgblock img {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: auto;
}

.playbill_sponsors {
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 1220px;
  margin: auto;
}
.playbill_sponsors .playbill-heading {
  text-align: center;
  display: block;
  width: 100%;
}
.playbill_sponsors .level-1 {
  width: calc(30% - 15px);
}
.playbill_sponsors .level-1 img {
  max-width: 100%;
}
.playbill_sponsors .level-2 {
  width: calc(25% - 15px);
}
.playbill_sponsors .level-2 img {
  max-width: 100%;
}
.playbill_sponsors a:hover, .playbill_sponsors a:focus {
  zoom: 1;
  opacity: 0.8;
}
.playbill_sponsors .divider {
  height: 1px;
  width: 100%;
}

/***************************
*
*  WIDGET STYLING OVERRIDES
*
****************************/
#venue_widgets_framework .m-venueframework__header-shadow {
  height: 44px;
  transform: rotate(-10deg);
}

#venue_widgets_framework .font_open-sans .m-venueframework__header-text {
  font-size: 20px;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

#venue_widgets_framework .font_open-sans .m-venueframework__header-link,
#venue_widgets_framework .font_open-sans .m-venueframework__header-link:visited {
  font-size: 14px;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-style: normal;
  letter-spacing: 1px;
}

#venue_widgets_framework .m-venueframework-newswidget__item-title:hover, #venue_widgets_framework .m-venueframework-newswidget__item-title:focus,
#venue_widgets_framework .m-venueframework-linklist__item-title:hover,
#venue_widgets_framework .m-venueframework-linklist__item-title:focus,
#venue_widgets_framework .font_open-sans .m-venueframework-eventslist__info .m-eventItem__title a:hover,
#venue_widgets_framework .font_open-sans .m-venueframework-eventslist__info .m-eventItem__title a:focus {
  text-decoration: underline;
}

#venue_widgets_framework .m-venueframework__header-icon {
  height: 40px;
}

#venue_widgets_framework .m-venueframework__header-shadow {
  width: 10px;
}

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-head > div {
  font-weight: 700;
  font-size: 18px;
}
