@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans:wght@400;700&display=swap);
/* ----------------------------------------------------------------------------
= Main import - compiles to /css/style.css
= Currently using Bourbon latest from CodeKit
----------------------------------------------------------------------------- */
html {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

*:focus {
  outline: none;
}

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

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

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

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

.clear {
  clear: both;
}

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

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

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

.invisible {
  visibility: hidden;
}

.hide {
  display: none;
}

/***************************
*
*  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;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.header-base, .sitemap .column > ul > li > a, .spotlight .title,
.concierge .title,
.news_list .title,
.contest_list .title,
.job_list .title,
.seating_charts .title,
.offer_list .title, .showtime-search-instant-result-header-title, h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 0px;
  font-family: "Open Sans", sans-serif;
  color: #1e1e1f;
  line-height: 1.36;
}
.header-base a, .sitemap .column > ul > li > a a, .spotlight .title a,
.concierge .title a,
.news_list .title a,
.contest_list .title a,
.job_list .title a,
.seating_charts .title a,
.offer_list .title a, .showtime-search-instant-result-header-title a, h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: #1e1e1f;
}
.header-base a:hover, .sitemap .column > ul > li > a a:hover, .spotlight .title a:hover,
.concierge .title a:hover,
.news_list .title a:hover,
.contest_list .title a:hover,
.job_list .title a:hover,
.seating_charts .title a:hover,
.offer_list .title a:hover, .showtime-search-instant-result-header-title a:hover, h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  color: rgba(0, 0, 0, 0.7);
}

h1,
.h1 {
  font-size: 46px;
}
@media screen and (max-width: 700px) {
  h1,
  .h1 {
    font-size: 35px;
  }
}
h2,
.h2,
.showtime-search-instant-result-header-title {
  font-size: 35px;
}
.textarea h2,
.textarea .h2,
.textarea .showtime-search-instant-result-header-title {
  margin-bottom: 20px;
  margin-top: 60px;
}
h2.long_title,
.h2.long_title,
.long_title.showtime-search-instant-result-header-title {
  font-size: 25px;
}

h3,
.h3,
.sitemap .column > ul > li > a,
.spotlight .title,
.concierge .title,
.news_list .title,
.contest_list .title,
.job_list .title,
.seating_charts .title,
.offer_list .title {
  font-size: 25px;
}
.textarea h3,
.textarea .h3,
.textarea .sitemap .column > ul > li > a,
.sitemap .textarea .column > ul > li > a,
.textarea .spotlight .title,
.spotlight .textarea .title,
.textarea .concierge .title,
.concierge .textarea .title,
.textarea .news_list .title,
.news_list .textarea .title,
.textarea .contest_list .title,
.contest_list .textarea .title,
.textarea .job_list .title,
.job_list .textarea .title,
.textarea .seating_charts .title,
.seating_charts .textarea .title,
.textarea .offer_list .title,
.offer_list .textarea .title {
  margin-bottom: 20px;
  margin-top: 60px;
}

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

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

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

.small_paragraph, .sitemap .column > ul > li > ul > li > ul > li > a, .link ul.list .description p,
.link ul.list .description li, .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: 16px;
  color: #58585b;
  letter-spacing: 0;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.85;
}

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

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

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

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

ol {
  margin-bottom: 20px;
}

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

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

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

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

blockquote {
  padding: 40px;
  position: relative;
  width: 975px;
  max-width: 100%;
  margin: 60px auto 40px;
  overflow: hidden;
  background: #4b7066;
  border: 6px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
@media screen and (max-width: 700px) {
  blockquote {
    margin-top: 40px;
    padding: 100px 30px 10px;
    margin-right: 0;
  }
}
blockquote > * {
  margin-bottom: 0;
  margin-top: 20px;
}
blockquote > *:first-child {
  margin-top: 0;
}
blockquote p {
  color: #fff;
  font-size: 20px;
}
blockquote strong {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  letter-spacing: 1px;
}
blockquote strong em {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  display: inline;
  margin-top: 10px;
  position: relative;
  padding-left: 0;
  line-height: 1.1875;
}
@media screen and (max-width: 500px) {
  blockquote strong em {
    font-size: 14px;
    line-height: 19px;
  }
}
@media screen and (max-width: 700px) {
  blockquote strong {
    padding: 20px 0 10px;
  }
}
@media screen and (max-width: 500px) {
  blockquote strong {
    font-size: 14px;
    line-height: 18px;
  }
}

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

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-align: left;
  color: #1e1e1f;
}

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

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

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

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

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

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

.one_sidebar_right {
  width: 100%;
  padding-top: 65px;
}
@media screen and (max-width: 1200px) {
  .one_sidebar_right {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .one_sidebar_right {
    padding-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .one_sidebar_right {
    padding-top: 0;
  }
}
.one_sidebar_right #column_1 {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  min-height: calc(0px + 20px + var(--sticky-height));
  padding-left: 65px;
}
@media screen and (max-width: 1300px) {
  .one_sidebar_right #column_1 {
    padding-left: 20px;
  }
}
@media screen and (max-width: 870px) {
  .one_sidebar_right #column_1 {
    padding-right: 20px;
  }
}
@media screen and (max-width: 500px) {
  .one_sidebar_right #column_1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.one_sidebar_right .leftColumn {
  float: left;
  width: calc(100% - 445px - 30px);
  max-width: 864px;
}
@media screen and (max-width: 1080px) {
  .one_sidebar_right .leftColumn {
    width: calc(100% - 445px - 30px + 68px);
  }
}
@media screen and (max-width: 870px) {
  .one_sidebar_right .leftColumn {
    width: 100%;
  }
}
.one_sidebar_right .right_side_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 445px;
  height: 100%;
  margin-left: 30px;
}
@media screen and (max-width: 1080px) {
  .one_sidebar_right .right_side_wrapper {
    width: calc(445px - 68px);
  }
}
@media screen and (max-width: 870px) {
  .one_sidebar_right .right_side_wrapper {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    margin-left: initial;
  }
}
.one_sidebar_right .rightBreakout.sticky_item {
  position: static;
  position: sticky;
  top: 110px;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1110px) {
  .one_sidebar_right .rightBreakout.sticky_item {
    top: 80px;
  }
}
@media screen and (max-width: 870px) {
  .one_sidebar_right .rightBreakout.sticky_item {
    position: relative;
    top: initial;
    margin-bottom: initial;
  }
}

.full {
  width: 100%;
  padding-top: 65px;
}
.full .full_column {
  width: 100%;
}
.full .full_column.non-widget-area {
  position: relative;
  margin: auto;
  padding-top: 0;
  padding-bottom: 100px;
}
@media screen and (min-width: 1201px) {
  .full.event_listing_page {
    padding-top: 95px;
  }
}
@media screen and (max-width: 1200px) {
  .full {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .full {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1110px) {
  .full {
    padding-top: 0;
  }
}

.osano-cm-info p {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}

/* ----------------------------------------------------------------------------
= Header basics
----------------------------------------------------------------------------- */
header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  z-index: 25;
}
header form.search {
  visibility: hidden;
}
header.searching form.search {
  visibility: visible;
}
header .header_inner {
  zoom: 1;
  position: relative;
  margin: auto;
  padding: 0px;
}
header .header_inner:before, header .header_inner:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
header .header_inner:after {
  clear: both;
}
@media screen and (min-width: 1111px) {
  header .header_inner_top,
  header .header_inner_bottom {
    width: 100%;
  }
}
header .header_inner_top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 25px;
  height: 150px;
}
header .header_inner_top .venue_logos {
  border-left: 5px solid #f5f5f5;
  padding-left: 75px;
  margin-left: 70px;
  gap: 30px;
}
header .header_inner_top .venue_logos a:hover, header .header_inner_top .venue_logos a:focus {
  zoom: 1;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
@media screen and (max-width: 1110px) {
  header .header_inner_top .venue_logos {
    padding-left: 40px;
    margin-left: 40px;
    gap: 15px;
  }
  header .header_inner_top .venue_logos img {
    max-height: 40px;
  }
}
@media screen and (max-width: 600px) {
  header .header_inner_top .venue_logos {
    padding-left: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 500px) {
  header .header_inner_top .venue_logos {
    display: none;
  }
}
@media screen and (max-width: 1110px) {
  header .header_inner_top {
    justify-content: flex-start;
    height: auto;
    padding: 10px;
    float: left;
  }
}
header .header_inner_bottom {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background-color: #58585b;
  max-width: 1440px;
  margin: auto;
}
header .header_inner_bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100vw;
  height: 100%;
  background: #58585b;
  z-index: -1;
}
@media screen and (max-width: 1110px) {
  header .header_inner_bottom:before {
    display: none;
  }
}
header .header_inner_bottom:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 100%;
  height: 100%;
  width: calc((100vw - 1440px) / 2);
  display: block;
  background-color: #c38d28;
}
header .header_inner_bottom .venue_logos {
  overflow: hidden;
  width: 0;
  justify-content: flex-end;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1110px) {
  header .header_inner_bottom .venue_logos {
    display: none;
  }
}
header .header_inner_bottom .venue_logo img {
  display: block;
  max-width: 36px;
  max-height: 44px;
}
@media screen and (max-width: 1110px) {
  header .header_inner_bottom {
    float: right;
    height: 65px;
  }
}
header .venue_logos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
header .logo {
  float: left;
}
header .logo > a, header .logo > span {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%;
  direction: ltr;
  background: url(../images/logo.png) center no-repeat;
  background-size: contain;
  width: 417px;
  height: 87px;
  opacity: 1;
}
@media screen and (max-width: 1110px) {
  header .logo > a, header .logo > span {
    height: 40px;
    width: 190px;
  }
}
header .logo > a:hover {
  opacity: 0.75;
}
@media screen and (min-width: 1111px) {
  header.is-fixed {
    position: fixed;
  }
  header.is-fixed .header_inner_top {
    display: none;
  }
  header.is-fixed .header_inner_bottom .venue_logos {
    width: 170px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1110px) {
  header {
    position: fixed;
    zoom: 1;
    z-index: 900;
    min-height: 50px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  }
  header:before, header:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: " ";
  }
  header:after {
    clear: both;
  }
}

/* ----------------------------------------------------------------------------
= Header toolbar (if used)
----------------------------------------------------------------------------- */
.toolbar {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  background-color: #c38d28;
}
.toolbar > * {
  padding: 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1110px) {
  .toolbar > * {
    padding: 0 20px;
  }
}
.toolbar .newsletter {
  background-color: #4b7066;
}
.toolbar .newsletter svg {
  fill: white;
}
.toolbar .newsletter:hover, .toolbar .newsletter:focus {
  background-color: #416259;
}
.toolbar .buy_tickets {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-size: 25px;
  color: #1e1e1f;
  letter-spacing: 1.25px;
  padding: 25px 50px;
}
.toolbar .buy_tickets:hover, .toolbar .buy_tickets:focus {
  background-color: #ae7e24;
}
@media screen and (max-width: 1300px) {
  .toolbar .buy_tickets {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 1110px) {
  .toolbar {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .toolbar > *:not(.search-wrapper) {
    display: none;
  }
}

.search-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #a54424;
}
.search-wrapper:first-child {
  margin: auto 0 auto auto;
}
.search-wrapper .search-trigger {
  z-index: 5;
  border: none;
  background: none;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  width: 75px;
  height: 100%;
  overflow: hidden;
  padding: 0;
  align-content: center;
  align-items: center;
  text-indent: -9999em;
  background-color: #a54424;
}
.search-wrapper .search-trigger svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  fill: #fff;
  transform: translate(-50%, -50%);
}
.search-wrapper .search-trigger:hover, .user-is-tabbing .search-wrapper .search-trigger:focus {
  background-color: #903b1f;
}
@media screen and (max-width: 1110px) {
  .search-wrapper .search-trigger.active {
    right: 10px;
  }
}
.search-wrapper .search-trigger.active .text {
  opacity: 0;
}
.search-wrapper .search-trigger.active .icon.open {
  display: none;
}
.search-wrapper .search-trigger.active .icon.close {
  display: block;
}
.search-wrapper .search-trigger .text {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  letter-spacing: 0;
  margin: 0 10px 0 0;
  transition: opacity 0.2s linear;
}
@media screen and (max-width: 1110px) {
  .search-wrapper .search-trigger .text {
    display: none;
  }
}
.search-wrapper .search-trigger .icon {
  display: block;
  max-width: 100%;
  margin: 0 0 0 auto;
}
.search-wrapper .search-trigger .icon.open path {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.search-wrapper .search-trigger .icon.close {
  display: none;
}
.search-wrapper .search-trigger .icon.close path {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.search-wrapper form.search {
  bottom: 0px;
  right: 100%;
  position: absolute;
  z-index: 4;
  overflow: hidden;
  width: 0;
  margin: 0;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
  background-color: #a54424;
  z-index: 10;
}
@media screen and (max-width: 1110px) {
  .search-wrapper form.search {
    z-index: 1;
  }
}
.search-wrapper form.search.active {
  width: 400px;
}
@media screen and (max-width: 700px) {
  .search-wrapper form.search.active {
    width: calc(100vw - 65px);
  }
}
.search-wrapper form.search > div {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  display: flex;
  justify-content: flex-start;
  align-content: flex-end;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 20px;
  justify-content: space-between;
}
.search-wrapper form.search > div label {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  overflow: hidden;
  visibility: visible;
}
.search-wrapper form.search > div label.hidden {
  display: none;
}
.search-wrapper form.search > div input {
  order: 2;
  margin: 0;
  flex: 0 1 auto;
  padding: 0 30px 1px 0;
  width: calc(100% - 45px);
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 21px;
  background: none;
  border-radius: 0;
  border-bottom: 2px solid #ffffff;
  height: 45px;
}
.search-wrapper form.search > div input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
  opacity: 1 !important;
}
.search-wrapper form.search > div input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1 !important;
}
.search-wrapper form.search > div input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1 !important;
}
.search-wrapper form.search > div input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
  opacity: 1 !important;
}
.search-wrapper form.search > div input.hidden {
  display: none;
}
.search-wrapper form.search > div button {
  order: 1;
  text-indent: -9999px;
  width: 25px;
  height: 23px;
  border: none;
  display: block;
  background: none;
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  padding: 0;
  margin: 0 0 8px;
}
.search-wrapper form.search > div button:hover .icon, .user-is-tabbing .search-wrapper form.search > div button:focus .icon {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.search-wrapper form.search > div button:focus {
  outline-offset: -2px;
}
.search-wrapper form.search > div button.hidden {
  display: none;
}
.search-wrapper form.search > div button .icon {
  display: block;
  max-width: 100%;
}
.search-wrapper form.search > div button .icon path {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.search-wrapper form.search > div button svg {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  fill: #fff;
}
@media screen and (max-width: 1110px) {
  .search-wrapper form.search > div {
    padding: 15px 20px;
  }
  .search-wrapper form.search > div input {
    height: 40px;
  }
}
@media screen and (max-width: 1110px) {
  .search-wrapper {
    height: 65px;
  }
}

/* ----------------------------------------------------------------------------
= Navigations
----------------------------------------------------------------------------- */
.nav_wrapper {
  position: relative;
  z-index: 9;
}
@media screen and (min-width: 1111px) {
  .nav_wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
}

.main_nav {
  zoom: 1;
  position: relative;
  z-index: 500;
  width: auto;
  height: auto;
  margin: 0px 0 0;
  padding: 0;
  width: 100%;
}
.main_nav:before, .main_nav:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.main_nav:after {
  clear: both;
}
@media screen and (max-width: 1110px) {
  .main_nav {
    display: none;
  }
}
.main_nav .newsletter-mobile {
  display: none;
}
.main_nav > ul {
  zoom: 1;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.main_nav > ul:before, .main_nav > ul:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.main_nav > ul:after {
  clear: both;
}
.main_nav > ul > li {
  position: relative;
  display: block;
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
  flex-grow: 1;
  text-align: center;
}
.main_nav > ul > li.mobile_nav_venue_logos {
  display: none;
}
.main_nav > ul > li.is-focused .sub {
  display: block !important;
}
.main_nav > ul > li .close-button {
  display: none;
}
.main_nav > ul > li:hover > a, .main_nav > ul > li:focus > a, .main_nav > ul > li.active > a {
  background: #78787d;
}
.main_nav a {
  font-family: "Bebas Neue", sans-serif;
  display: block;
  margin: 0;
  color: white;
  padding: 30px 36px 25px;
  font-size: 25px;
  color: #ffffff;
  letter-spacing: 1px;
}
.main_nav a:hover, .main_nav a:focus, .main_nav a.active {
  background: #78787d;
}
.all_links .main_nav a {
  padding: 30px 20px 25px;
}
@media screen and (max-width: 1440px) {
  .main_nav a {
    padding: 30px 20px 25px;
  }
}
@media screen and (max-width: 1300px) {
  .main_nav a {
    padding: 30px 18px 28px;
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .main_nav a {
    font-size: 22px;
  }
}

.main_nav ul .sub {
  position: absolute;
  display: none;
  z-index: 9000;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 200px;
  margin: 0;
  background: #58585b;
}
.main_nav ul .sub .close-button {
  display: inline-block;
  width: 21px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='21px' height='13px' viewBox='0 0 21 13' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon: arrow%3C/title%3E%3Cg id='01---homepage' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cg id='02_Tacoma-City_R2_hp_hover' transform='translate(-354.000000, -4881.000000)' stroke='%23FFFFFF' stroke-width='3'%3E%3Cg id='footer' transform='translate(0.000000, 4807.000000)'%3E%3Cg id='left' transform='translate(340.000000, 51.000000)'%3E%3Cpolyline id='icon:-arrow' transform='translate(24.500000, 29.000000) scale(-1, 1) translate(-24.500000, -29.000000) ' points='15.5 24.5 24.5 33.5 33.5 24.5'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px auto;
}
.main_nav ul .sub .close-button:hover, .main_nav ul .sub .close-button:focus {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.main_nav .sub > ul {
  float: left;
  height: auto;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  border: none;
  background: none;
}
.main_nav .sub > ul li {
  float: none;
  height: auto;
  margin: 0;
  padding: 0 0px;
  list-style-type: none;
  list-style-image: none;
  border-right: none;
  border-left: none;
  cursor: pointer;
  text-align: center;
}
.main_nav .sub > ul li:first-child {
  display: block;
  border-top: none;
}
.main_nav .sub > ul li a {
  display: block;
  height: auto;
  margin: 0;
  color: #fff;
  cursor: pointer;
  padding: 10px 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.main_nav .sub > ul li a:hover, .main_nav .sub > ul li a:focus, .main_nav .sub > ul li a.active {
  background: none;
  text-decoration: underline;
}
.main_nav .sub > ul li a.gh_redirect:after, .main_nav .sub > ul li a.gh_page_redirect:after {
  content: "\f08e";
  font-family: FontAwesome;
  vertical-align: middle;
  margin-left: 9px;
  display: inline-block;
  color: inherit;
}
.main_nav .sub > ul li.has-third-level {
  width: 100%;
}
.main_nav .sub > ul li.has-third-level a {
  display: inline-block;
  padding-right: 10px;
}
.main_nav .sub > ul li.has-third-level.is-opened .close-button {
  transform: rotate(180deg);
}
.main_nav .sub > ul + ul {
  padding-left: 20px;
}
.main_nav .sub > ul .level_3 {
  padding-left: 10px;
  display: none;
}
.main_nav .sub > ul .level_3 li a {
  font-weight: 400;
  padding: 4px 0;
  font-size: 14px;
}

/* ----------------------------------------------------------------------------
= Mobile Navigation
----------------------------------------------------------------------------- */
#nav-toggle {
  position: absolute;
  display: none;
  z-index: 99999;
  top: 50%;
  transform: translateY(-50%);
  right: 80px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  background: #a54424;
  border-radius: 50%;
  transition: opacity 0.2s linear;
  border: 2px solid #fff;
}
.searching #nav-toggle {
  opacity: 0;
  visibility: hidden;
}
#nav-toggle span {
  position: absolute;
  display: block;
  right: 8px;
  width: 20px;
  height: 2px;
  margin-top: 0;
  background: #fff;
  content: "";
  cursor: pointer;
  transition: all 0.4s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg); /* IE 9 */
  transform: rotate(0deg);
}
#nav-toggle span.top {
  top: 10px;
}
#nav-toggle span.mid, #nav-toggle span.mid2 {
  top: 17px;
}
#nav-toggle span.bottom {
  top: 24px;
}
#nav-toggle.active span.mid {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg); /* IE 9 */
  transform: rotate(45deg);
}
#nav-toggle.active span.mid2 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg); /* IE 9 */
  transform: rotate(-45deg);
}
#nav-toggle.active span.top, #nav-toggle.active span.bottom {
  opacity: 0;
}
@media screen and (max-width: 1110px) {
  #nav-toggle {
    display: block;
  }
}

.nav_wrapper.is-opened {
  position: absolute;
  position: fixed;
  overflow: scroll;
  z-index: 1000;
  top: 65px;
  left: 0;
  width: 100%;
  height: calc(100vh - 65px);
  background-color: rgba(0, 0, 0, 0.5);
}

.mobile_nav {
  position: absolute;
  display: none;
  z-index: 500;
  top: 0px;
  right: 0;
  max-width: 500px;
  width: 100%;
  margin: 0 0 0;
  background-color: #58585b;
  zoom: 1;
  max-height: calc(100vh - 65px);
  min-height: calc(100vh - 65px);
  padding: 30px 35px 70px;
  overflow-y: auto;
}
.mobile_nav:before, .mobile_nav:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.mobile_nav:after {
  clear: both;
}
.mobile_nav > ul > li {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.mobile_nav > ul > li.is-opened > a {
  padding-bottom: 10px;
}
.mobile_nav > ul > li.mobile_nav_venue_logos {
  zoom: 1;
  text-align: center;
  border-bottom: none;
  display: none;
}
.mobile_nav > ul > li.mobile_nav_venue_logos:before, .mobile_nav > ul > li.mobile_nav_venue_logos:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.mobile_nav > ul > li.mobile_nav_venue_logos:after {
  clear: both;
}
.mobile_nav > ul > li.mobile_nav_venue_logos a {
  padding: 0;
  display: inline-block;
  clear: none;
  padding: 0;
  margin: 20px 15px;
}
.mobile_nav > ul > li.mobile_nav_venue_logos a img {
  max-width: 40px;
}
@media screen and (max-width: 500px) {
  .mobile_nav > ul > li.mobile_nav_venue_logos {
    display: block;
  }
}
.mobile_nav > ul > li.toolbar_links {
  background-color: #c38d28;
  color: #1e1e1f;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-size: 25px;
  color: #1e1e1f;
  letter-spacing: 1.25px;
  padding: 0px 36px 0px 36px;
  width: calc(100% + 72px);
  margin-left: -36px;
  margin-top: -2px;
  border: none;
}
.mobile_nav > ul > li.toolbar_links:hover, .mobile_nav > ul > li.toolbar_links:focus {
  background-color: #ae7e24;
}
.mobile_nav > ul > li.toolbar_links.newsletter {
  background-color: #4b7066;
}
.mobile_nav > ul > li.toolbar_links.newsletter a:after {
  content: "Newsletter";
  padding-left: 10px;
  color: white;
}
.mobile_nav > ul > li.toolbar_links.newsletter svg {
  fill: white;
  float: left;
  display: inline-block;
  vertical-align: middle;
}
.mobile_nav > ul > li.toolbar_links.newsletter:hover, .mobile_nav > ul > li.toolbar_links.newsletter:focus {
  background-color: #416259;
}
.mobile_nav .close-button {
  position: absolute;
  top: 25px;
  left: 0px;
  width: 21px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='21px' height='13px' viewBox='0 0 21 13' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon: arrow%3C/title%3E%3Cg id='01---homepage' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cg id='02_Tacoma-City_R2_hp_hover' transform='translate(-354.000000, -4881.000000)' stroke='%23FFFFFF' stroke-width='3'%3E%3Cg id='footer' transform='translate(0.000000, 4807.000000)'%3E%3Cg id='left' transform='translate(340.000000, 51.000000)'%3E%3Cpolyline id='icon:-arrow' transform='translate(24.500000, 29.000000) scale(-1, 1) translate(-24.500000, -29.000000) ' points='15.5 24.5 24.5 33.5 33.5 24.5'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.mobile_nav .close-button:hover, .mobile_nav .close-button:focus {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.mobile_nav ul {
  position: relative;
  display: block;
  clear: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  padding: 0 0;
}
.mobile_nav ul li {
  position: relative;
  display: block;
  display: block;
  clear: left;
  width: 100%;
  margin: 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.mobile_nav ul li > a {
  padding-left: 0;
  position: relative;
  display: inline-block;
  width: auto;
  font-family: "Bebas Neue", sans-serif;
  display: block;
  margin: 0;
  color: white;
  padding: 20px 36px 15px;
  font-size: 25px;
  color: #ffffff;
  letter-spacing: 1px;
}
.mobile_nav ul li > a:hover, .mobile_nav ul li > a:focus, .mobile_nav ul li > a.active {
  text-decoration: underline;
}
.mobile_nav ul li.is-opened {
  opacity: 1;
}
.mobile_nav ul li.is-opened > a {
  opacity: 1;
}
.mobile_nav ul li.page_1 {
  display: none;
}
.mobile_nav ul li.has-sub li {
  border-bottom: none;
}
.mobile_nav ul li.has-sub.is-opened .close-button.level-1 {
  transform: rotate(180deg);
}
.mobile_nav ul li div.sub {
  display: none;
  padding-bottom: 10px;
}
.mobile_nav ul li div.sub > ul > li > a {
  padding: 8px 0;
  text-transform: capitalize;
  font-size: 18px;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
  line-height: 24px;
  font-weight: 400;
  float: none;
}
.mobile_nav ul li div.sub > ul > li > a:before {
  display: none;
}
.mobile_nav ul li div.sub > ul > li {
  display: block;
  width: auto;
}
.mobile_nav ul li div.sub > ul > li.is-opened .close-button.level-2 {
  transform: rotate(180deg);
}
.mobile_nav ul li div.sub ul li {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.mobile_nav ul li div.sub ul li:last-child {
  margin-bottom: 0;
}
.mobile_nav ul li div.sub ul li a {
  font-size: 18px;
}
.mobile_nav ul li.has-third-level.is-opened > a {
  padding-bottom: 10px;
}
.mobile_nav ul li.has-third-level a {
  display: inline;
  width: auto;
}
.mobile_nav ul li.has-third-level .close-button {
  left: -30px;
  top: 8px;
  background-size: 16px auto;
}
.mobile_nav ul li.has-third-level ul.level_3 {
  display: none;
  margin-top: 10px;
  margin-bottom: 1px;
  padding-left: 0;
}
.mobile_nav ul li.has-third-level ul.level_3 li:before {
  display: none;
}
.mobile_nav ul li.has-third-level ul.level_3 li a {
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 400;
  padding-right: 0px;
  font-size: 15px;
  padding-left: 0;
  float: none;
  text-transform: capitalize;
  display: inline-block;
}
.mobile_nav ul li.has-third-level ul.level_3 li a:before, .mobile_nav ul li.has-third-level ul.level_3 li a:after {
  display: none;
}
.mobile_nav ul li.has-third-level ul.level_3 li a:hover, .mobile_nav ul li.has-third-level ul.level_3 li a.active {
  text-decoration: underline;
}
.mobile_nav ul li.has-third-level ul.level_3 li:last-child a {
  padding-bottom: 5px;
  margin-bottom: 2px;
}
.mobile_nav a {
  display: block;
  clear: left;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
}
.mobile_nav a:hover, .mobile_nav a:focus {
  text-decoration: underline;
}

.mobile_nav ul .sub {
  width: 100%;
  padding-left: 36px;
}
.mobile_nav ul .sub .sub_holder {
  width: 100%;
}

.mobile_nav ul ul a {
  display: block;
  height: auto;
  margin: 0;
  cursor: pointer;
  padding: 10px 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.mobile_nav ul ul a:hover, .mobile_nav ul ul a:focus, .mobile_nav ul ul a.active {
  background: none;
  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: #f5f5f5;
}
footer .footer_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 80px 20px 100px;
}
@media screen and (max-width: 1024px) {
  footer .footer_top {
    padding: 40px 20px 45px;
  }
}
footer .footer_top .logo {
  display: block;
  margin-bottom: 40px;
}
footer .footer_top .logo > a, footer .footer_top .logo > span {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%;
  direction: ltr;
  background: url(../images/ftr_logo.png) center no-repeat;
  background-size: contain;
  opacity: 1;
  width: 100%;
  width: 345px;
  height: 200px;
}
footer .footer_top .logo > a:hover {
  opacity: 0.75;
}
footer .footer_top .footer_address {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  color: #231f20;
  letter-spacing: 0;
  text-align: center;
}
footer .footer_top .footer_address p {
  font-size: 22px;
}
footer .footer_top .social {
  text-align: center;
  display: block;
}
footer .footer_top .social a {
  position: relative;
  font-size: 20px;
  margin: 0 6px;
  display: inline-block;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  color: #231f20;
  text-align: center;
  line-height: 58px;
  font-size: 25px;
  z-index: 2;
}
footer .footer_top .social a:after {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: -1;
}
footer .footer_top .social a:hover:after, footer .footer_top .social a:focus:after {
  height: 56px;
  width: 56px;
}
footer .footer_top .footer_faqs {
  width: 500px;
  max-width: 100%;
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  footer .footer_top {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  footer .footer_top .footer_top_left {
    margin: 0 auto;
  }
  footer .footer_top .footer_top_right {
    width: 100%;
  }
  footer .footer_top .footer_faqs {
    margin-top: 40px;
    padding-left: 0;
    margin: 40px auto 0;
  }
}
footer .footer_middle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
footer .footer_middle > div {
  width: 50%;
  flex-grow: 1;
  text-align: center;
  background-color: #fcf7ee;
  padding: 45px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
}
footer .footer_middle > div p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  margin: 0;
  line-height: 1.33;
}
footer .footer_middle > div + div {
  background-color: #fbf2ee;
}
@media screen and (max-width: 700px) {
  footer .footer_middle > div {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  footer .footer_middle {
    flex-wrap: wrap;
  }
}
footer .footer_bottom {
  background: #ffffff;
}
footer .footer_nav {
  zoom: 1;
  max-width: 1240px;
  width: 100%;
  padding: 0;
  margin: auto;
  padding: 100px 20px;
}
footer .footer_nav:before, footer .footer_nav:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
footer .footer_nav:after {
  clear: both;
}
footer .footer_nav > ul > li:last-child {
  padding-right: 0;
}
footer .footer_nav > ul > li {
  margin-bottom: 25px;
}
footer .footer_nav > ul > li + li {
  padding-left: 20px;
}
@media screen and (max-width: 870px) {
  footer .footer_nav > ul > li + li {
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  footer .footer_nav > ul > li {
    margin-bottom: 30px;
  }
}
footer .footer_nav ul {
  zoom: 1;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
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 li {
  width: auto;
  float: left;
  padding-right: 0px;
}
footer .footer_nav ul li a {
  display: block;
  position: relative;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 25px;
  color: #000000;
  letter-spacing: 1px;
}
@media screen and (max-width: 700px) {
  footer .footer_nav ul li a {
    margin-bottom: 0;
  }
}
footer .footer_nav ul li a:hover, footer .footer_nav ul li a:focus, footer .footer_nav ul li a.active {
  color: #000000;
  text-decoration: underline;
}
footer .footer_nav ul li li {
  width: 100%;
  float: none;
  margin-bottom: 0;
}
footer .footer_nav ul li li a {
  display: block;
  padding: 8px 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0;
}
footer .footer_nav ul li li a:hover, footer .footer_nav ul li li a:focus, footer .footer_nav ul li li a.active {
  color: #000000;
  text-decoration: underline;
}
@media screen and (max-width: 1050px) {
  footer .footer_nav ul li {
    width: 33%;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  footer .footer_nav ul li {
    width: 100%;
    text-align: center;
  }
}
footer .footer_nav ul ul {
  display: block;
}
@media screen and (max-width: 870px) {
  footer .footer_nav ul ul {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  footer .footer_nav {
    margin: 0 auto;
    padding: 60px 20px;
  }
  footer .footer_nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  footer .footer_nav > ul > li {
    margin-bottom: 0;
    margin-top: 20px;
  }
  footer .footer_nav > ul > li:first-child {
    margin-top: 0;
  }
}

.global-footer {
  position: relative;
  zoom: 1;
  margin: 0 auto;
  display: block;
  padding: 0 20px;
  width: 100%;
  background: #f3f7f6;
}
.global-footer:before, .global-footer:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.global-footer:after {
  clear: both;
}
.global-footer p {
  position: relative;
  display: block;
  max-width: 1200px;
  margin: auto;
  padding: 25px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 700px) {
  .global-footer p {
    padding: 0;
    font-size: 14px;
  }
}
.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;
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 700px) {
  .global-footer p a,
  .global-footer p a:visited {
    font-size: 14px;
  }
}
.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;
  color: #000000;
}
.global-footer .delimiter.first_delimiter {
  font-size: 0;
}
@media screen and (max-width: 870px) {
  .global-footer .delimiter.first_delimiter {
    display: block;
    margin-bottom: 20px;
  }
}
.global-footer a#carbonhouse {
  position: relative;
  display: block;
  float: right;
  margin: 0;
  padding-top: 0px;
  color: #000000;
  font-family: "helvetica";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.167;
  cursor: pointer;
  text-decoration: none;
  display: block;
  float: none;
  margin: 20px auto auto;
  font-size: 16px;
}
.global-footer a#carbonhouse span.carbon, .global-footer a#carbonhouse span.house {
  font-weight: 700;
}
.global-footer a#carbonhouse:hover {
  color: #777777;
  text-decoration: none;
}
@media screen and (max-width: 1110px) {
  .global-footer {
    text-align: center;
    padding: 20px;
  }
}

.footer_sponsors {
  position: relative;
  display: flex;
  flex-direction: row;
  max-width: calc(100% - 20px);
  width: 1180px;
  margin: auto;
  padding-bottom: 46px;
  padding-top: 46px;
  align-items: center;
  border-top: 3px solid #f5f5f5;
}
.footer_sponsors:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100vw;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.footer_sponsors .partners {
  z-index: 2;
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  text-align: center;
}
@media screen and (max-width: 870px) {
  .footer_sponsors .partners {
    width: 140px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 400px) {
  .footer_sponsors .partners {
    width: 90px;
  }
}
.footer_sponsors .partners a,
.footer_sponsors .partners span {
  display: block;
  max-width: 100%;
}
.footer_sponsors .partners a img,
.footer_sponsors .partners span img {
  max-width: 100%;
}
@media screen and (max-width: 400px) {
  .footer_sponsors .partners a img,
  .footer_sponsors .partners span img {
    max-width: 70px;
  }
}
.footer_sponsors .partners a {
  opacity: 1;
}
.footer_sponsors .partners a:hover {
  opacity: 0.75;
}
.footer_sponsors .sponsors-wrapper {
  z-index: 2;
  flex-grow: 1;
  width: calc(100% - 200px);
}
@media screen and (max-width: 870px) {
  .footer_sponsors .sponsors-wrapper {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 400px) {
  .footer_sponsors .sponsors-wrapper {
    width: calc(100% - 90px);
  }
}
.footer_sponsors .sponsors-wrapper .sponsors {
  padding: 0 60px;
}
@media screen and (max-width: 600px) {
  .footer_sponsors .sponsors-wrapper .sponsors {
    padding: 0 60px 0 70px;
  }
}
.footer_sponsors .sponsors-wrapper .sponsors .rsPauseBtn {
  top: -10px;
}
.footer_sponsors .sponsors-wrapper .sponsors .owl-stage {
  display: flex;
  align-items: center;
}
.footer_sponsors .sponsors-wrapper .sponsors .owl-item a,
.footer_sponsors .sponsors-wrapper .sponsors .owl-item span {
  display: block;
  max-width: 142px;
  margin: 0 auto;
}
@media screen and (max-width: 870px) {
  .footer_sponsors .sponsors-wrapper .sponsors .owl-item a,
  .footer_sponsors .sponsors-wrapper .sponsors .owl-item span {
    max-width: 100px;
  }
}
.footer_sponsors .sponsors-wrapper .sponsors .owl-item a img,
.footer_sponsors .sponsors-wrapper .sponsors .owl-item span img {
  max-width: 100%;
  display: block;
}
.footer_sponsors .sponsors-wrapper .sponsors .owl-item a {
  opacity: 1;
}
.footer_sponsors .sponsors-wrapper .sponsors .owl-item a:hover {
  opacity: 0.75;
}
.footer_sponsors .sponsors-wrapper .sponsors .owl-prev,
.footer_sponsors .sponsors-wrapper .sponsors .owl-next {
  width: 60px;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.footer_sponsors .sponsors-wrapper .sponsors .owl-prev:hover,
.footer_sponsors .sponsors-wrapper .sponsors .owl-next:hover {
  opacity: 0.7;
}
.footer_sponsors .sponsors-wrapper .sponsors .owl-next svg {
  right: 0;
  transform: translateY(-50%);
  left: auto;
}
@media screen and (max-width: 600px) {
  .footer_sponsors .sponsors-wrapper .sponsors .owl-next svg {
    right: 16px;
  }
}
.footer_sponsors .sponsor img {
  max-height: 86px;
  max-width: 100%;
  width: auto !important;
  margin: auto;
}

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

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

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

#pages.search .full .full_column {
  width: 100%;
  max-width: 100%;
}

.search-app {
  position: relative;
  width: 900px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .search-app {
    max-width: calc(100% - 20px);
  }
}
.search-app .buttons {
  display: none;
}
.search-app .info .buttons {
  display: block;
}
.search-app .search-input {
  margin: 0 0 20px 0;
}
.search-app .search-input form {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 20px;
  border: 1px solid #f5e7cc;
  padding: 12px 15px 12px 20px;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.search-app .search-input form.focused, .search-app .search-input form:hover, .search-app .search-input form.active {
  border-color: #1e1e1f;
}
.search-app .search-input form label {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  overflow: hidden;
  visibility: visible;
  display: block;
}
.search-app .search-input form input {
  order: 2;
  margin: 0;
  flex: 0 1 auto;
  padding: 0;
  width: calc(100% - 40px);
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #1e1e1f;
  line-height: 30px;
  display: block;
  background: none;
  border-radius: 0;
  letter-spacing: 0;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.search-app .search-input form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(30, 30, 31, 0.85);
  opacity: 1 !important;
}
.search-app .search-input form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(30, 30, 31, 0.85);
  opacity: 1 !important;
}
.search-app .search-input form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(30, 30, 31, 0.85);
  opacity: 1 !important;
}
.search-app .search-input form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(30, 30, 31, 0.85);
  opacity: 1 !important;
}
@media screen and (max-width: 870px) {
  .search-app .search-input form input {
    width: calc(100% - 30px);
    margin: 0;
    font-size: 20px;
    line-height: 1.11;
  }
}
.search-app .search-input form a.submit {
  order: 3;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  display: block;
  position: relative;
  z-index: 1;
  height: 30px;
  width: 30px;
  text-transform: uppercase;
  text-indent: -999px;
  overflow: hidden;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 870px) {
  .search-app .search-input form a.submit {
    max-width: 100%;
    width: 20px;
    height: 20px;
  }
}
.search-app .search-input form a.submit:hover:after, .search-app .search-input form a.submit:focus:after {
  opacity: 1;
}
.search-app .search-input form a.submit:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  content: "";
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  background-image: url("../images/svg/search-magnify.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.search-app .search-input form a.submit:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  content: "";
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  background-image: url("../images/svg/search_magnify_grey.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
}
.search-app .search-input .search-input-extra {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}
.search-app .search-input .no-results {
  margin: 10px 0 0 0;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: #1e1e1f;
}
.search-app .results {
  list-style: none;
  text-align: left;
  height: 100%;
  min-height: calc(100vh - 119px);
}
@media screen and (max-width: 1110px) {
  .search-app .results {
    min-height: calc(100vh - 61px);
  }
}
.showtime-search-instant-result-header {
  margin: 0 0 20px 0;
  font-weight: 700;
}
.showtime-search-instant-result-header.result-header-main {
  border-bottom: 0;
  width: 1000px;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .showtime-search-instant-result-header.result-header-main {
    padding-bottom: 50px;
  }
}
.showtime-search-instant-result-header-title {
  color: #1e1e1f;
  text-transform: capitalize;
  display: block;
  margin: 0 0 30px 0;
  padding: 0 0 13px 0;
  position: relative;
  z-index: 1;
}
.showtime-search-instant-result-header-title:before {
  width: 40px;
  height: 3px;
  position: absolute;
  z-index: 1;
  content: "";
  bottom: 0;
  left: 0;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  background: #1e1e1f;
}
.showtime-search-instant-result-keyword-container {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: #1e1e1f;
}
.showtime-search-instant-result-keyword {
  text-decoration: underline;
  font-weight: 400;
  display: inline-block;
}
.showtime-search-instant-result-filter {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  width: 110px;
  z-index: 10;
  padding: 0px;
  border-top: 1px solid #f5e7cc;
  border-bottom: 1px solid #f5e7cc;
  flex: 0 0 auto;
  background: #000;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
@media screen and (max-width: 870px) {
  .showtime-search-instant-result-filter {
    clear: both;
  }
}
.showtime-search-instant-result-filter.open {
  border-top-color: #1e1e1f;
  border-bottom-color: rgba(255, 255, 255, 0) !important;
}
.showtime-search-instant-result-filter.open .selected-item {
  border-left-color: #1e1e1f;
  border-right-color: #1e1e1f;
}
.showtime-search-instant-result-filter.open .selected-item:after {
  transform: translateY(-50%) rotate(180deg);
}
.showtime-search-instant-result-filter.open ul {
  display: block;
}
.showtime-search-instant-result-filter .selected-item {
  background: #000;
  border-left: 1px solid #f5e7cc;
  border-right: 1px solid #f5e7cc;
  font-family: "Open Sans", sans-serif;
  line-height: 25px;
  padding: 6px 10px 5px 10px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.showtime-search-instant-result-filter .selected-item:hover, .showtime-search-instant-result-filter .selected-item:focus, .showtime-search-instant-result-filter .selected-item.is-active {
  color: #777777;
  text-decoration: underline;
}
.showtime-search-instant-result-filter .selected-item:hover:after, .showtime-search-instant-result-filter .selected-item:focus:after, .showtime-search-instant-result-filter .selected-item.is-active:after {
  color: #777777;
  text-decoration: none;
}
.showtime-search-instant-result-filter .selected-item:after {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  line-height: 1;
  font-size: 20px;
  color: #fff;
  width: 12px;
  height: 20px;
  text-align: right;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.showtime-search-instant-result-filter ul {
  display: none;
  position: absolute;
  top: 100%;
  background: #000;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 4px 5px 10px 5px;
  border-top: none;
  border-right: 1px solid #1e1e1f;
  border-left: 1px solid #1e1e1f;
  border-bottom: 1px solid #1e1e1f;
}
.showtime-search-instant-result-filter ul li {
  background: #000;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 3.5px 0;
  line-height: 25px;
  padding: 0 5px;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.showtime-search-instant-result-filter ul li:hover, .showtime-search-instant-result-filter ul li:focus, .showtime-search-instant-result-filter ul li.is-active {
  color: #777777;
  text-decoration: underline;
}
.showtime-search-instant-result-filter ul li:last-child {
  margin: 0;
}
.showtime-search-instant-result .content_item {
  width: 100%;
  max-width: 100%;
  margin: 0 0 40px;
}
@media screen and (max-width: 870px) {
  .showtime-search-instant-result .content_item {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .showtime-search-instant-result .entry {
    margin: 0 auto 30px !important;
  }
}
.showtime-search-instant-result .entry .title {
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .showtime-search-instant-result .entry .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.showtime-search-instant-result .entry .highlight {
  font-size: 1rem;
  line-height: 1.56;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.showtime-search-instant-result .entry .full_url {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.56;
  font-family: "Open Sans", sans-serif;
  margin: 10px 0 0 0;
  display: block;
}
.showtime-search-instant-result .entry .full_url:hover, .showtime-search-instant-result .entry .full_url:focus {
  text-decoration: underline;
}
/* ----------------------------------------------------------------------------
= Baseline styles for all buttons in a project. These are global.
----------------------------------------------------------------------------- */
.m-button {
  display: inline-block;
  position: relative;
  text-align: center;
  background: #f5f5f5;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #58585b;
  letter-spacing: 1px;
  padding: 10px 17px;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.m-button svg {
  display: none;
}
.m-button:hover {
  background-color: #e0e0e0;
  color: #58585b;
}

.m-button-big, #allEvents,
#loadMoreEvents {
  display: inline-block;
  position: relative;
  text-align: center;
  background: #f5f5f5;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #58585b;
  letter-spacing: 1px;
  padding: 10px 17px;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  font-size: 18px;
  padding: 16px 40px;
  background: #58585b;
  color: #fff;
}
.m-button-big svg, #allEvents svg,
#loadMoreEvents svg {
  display: none;
}
.m-button-big:hover, #allEvents:hover,
#loadMoreEvents:hover {
  background-color: #e0e0e0;
  color: #58585b;
}
.m-button-big:hover, #allEvents:hover,
#loadMoreEvents:hover, .m-button-big:focus, #allEvents:focus,
#loadMoreEvents:focus {
  background: #464649;
  color: #fff;
}

.m-ticket-button {
  display: inline-block;
  position: relative;
  background-color: #4c4c4c;
  color: #ffffff;
  text-align: center;
  padding: 10px 20px;
  line-height: 1;
}
.m-ticket-button:hover {
  background-color: #1e1e1f;
  color: #fff;
}

#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] {
  display: inline-block;
  position: relative;
  text-align: center;
  background: #f5f5f5;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #58585b;
  letter-spacing: 1px;
  padding: 10px 17px;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.gen-button svg,
.spotlight-button svg,
.spot-button svg,
a.button svg,
.button a svg,
input.button svg,
.textarea .button p a svg,
.textarea p a.button svg,
.cms .button p a svg,
.cms p a.button svg,
.login-form input[type=submit] svg {
  display: none;
}
.gen-button:hover,
.spotlight-button:hover,
.spot-button:hover,
a.button:hover,
.button a:hover,
input.button:hover,
.textarea .button p a:hover,
.textarea p a.button:hover,
.cms .button p a:hover,
.cms p a.button:hover,
.login-form input[type=submit]:hover {
  background-color: #e0e0e0;
  color: #58585b;
}

/***********************************************/
/*      Add Additional Button Styles Below     */
/***********************************************/
.eventItem .buttons {
  zoom: 1;
}
.eventItem .buttons:before, .eventItem .buttons:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.eventItem .buttons:after {
  clear: both;
}
.eventItem .buttons .tickets {
  display: inline-block;
  position: relative;
  text-align: center;
  background: #f5f5f5;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #58585b;
  letter-spacing: 1px;
  padding: 10px 17px;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  background: #a54424;
  color: #fff;
  white-space: nowrap;
  padding: 10px;
}
.eventItem .buttons .tickets svg {
  display: none;
}
.eventItem .buttons .tickets:hover {
  background-color: #e0e0e0;
  color: #58585b;
}
.eventItem .buttons .tickets.no_ticket_link {
  display: none;
}
.eventItem .buttons .tickets:hover, .eventItem .buttons .tickets:focus {
  background: #86371d;
  color: #fff;
}
.eventItem .buttons .more {
  display: inline-block;
  position: relative;
  text-align: center;
  background: #f5f5f5;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #58585b;
  letter-spacing: 1px;
  padding: 10px 17px;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  white-space: nowrap;
  padding: 10px;
}
.eventItem .buttons .more svg {
  display: none;
}
.eventItem .buttons .more:hover {
  background-color: #e0e0e0;
  color: #58585b;
}
@media screen and (min-width: 1200px) {
  .eventItem .buttons .more {
    padding: 10px 17px;
  }
}
.event_list_grid .eventItem .buttons .tickets {
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  .event_list_grid .eventItem .buttons .tickets {
    padding: 10px 17px;
  }
}
@media screen and (max-width: 870px) {
  .eventItem .buttons .tickets {
    margin-left: auto;
  }
}
@media screen and (max-width: 870px) and (min-width: 1200px) {
  .eventItem .buttons .tickets {
    padding: 10px 17px;
  }
}
@media screen and (max-width: 400px) {
  .eventItem .buttons .tickets,
  .eventItem .buttons .more {
    margin: 10px 0 0;
    width: 100%;
  }
}

@media screen and (min-width: 871px) {
  .primary_events .eventItem .buttons .more,
  .primary_events .eventItem .buttons .tickets,
  .secondary_events .eventItem .buttons .more,
  .secondary_events .eventItem .buttons .tickets {
    padding: 16px 25px;
  }
}

.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
}

#allEvents,
#loadMoreEvents {
  margin: -20px auto 30px;
  width: 188px;
  padding-left: 0px;
  padding-right: 0;
  display: block;
}
@media screen and (max-width: 700px) {
  #allEvents,
  #loadMoreEvents {
    margin-top: 20px;
  }
}

.footer_faqs .faq_answer .cms a.button {
  background: #a54424;
  color: #fff;
  margin-left: auto;
  white-space: nowrap;
}
.footer_faqs .faq_answer .cms a.button:hover, .footer_faqs .faq_answer .cms a.button:focus {
  background: #86371d;
  color: #fff;
}

.buttonWrapper .buttons .tickets {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #4b7066;
  letter-spacing: 1px;
  background: #f5f5f5;
  border: 3px solid #f5f5f5;
  padding: 13px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.buttonWrapper .buttons .tickets:hover, .buttonWrapper .buttons .tickets:focus {
  color: #ffffff;
  background: none;
  border: 3px solid rgba(255, 255, 255, 0.1);
}
.buttonWrapper .buttons .tickets.no_ticket_link {
  display: none;
}

.event_showings .buttons .tickets {
  display: inline-block;
  position: relative;
  text-align: center;
  background: #f5f5f5;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #58585b;
  letter-spacing: 1px;
  padding: 10px 17px;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  background: #a54424;
  color: #fff;
  margin-left: auto;
  white-space: nowrap;
  padding: 16px 26px;
  min-width: 163px;
  text-align: center;
}
.event_showings .buttons .tickets svg {
  display: none;
}
.event_showings .buttons .tickets:hover {
  background-color: #e0e0e0;
  color: #58585b;
}
.event_showings .buttons .tickets.no_ticket_link {
  display: none;
}
.event_showings .buttons .tickets:hover, .event_showings .buttons .tickets:focus {
  background: #86371d;
  color: #fff;
}

.read-more,
.show-all-showings {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  border-bottom: 2px solid #4b7066;
  padding-bottom: 6px;
  display: inline-block;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.5px;
  line-height: 1.5;
  text-transform: uppercase;
  margin-top: 30px;
}
.read-more:hover, .read-more:focus,
.show-all-showings:hover,
.show-all-showings:focus {
  border-color: #a54424;
}

.eventDetailList .item a {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  border-bottom: 2px solid #fff;
  padding-bottom: 6px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 1.5;
  text-transform: uppercase;
}
.eventDetailList .item a:hover, .eventDetailList .item a:focus {
  border-color: #5d7e75;
}

#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a.tickets,
#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons span.tickets {
  display: inline-block;
  position: relative;
  text-align: center;
  background: #f5f5f5;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #58585b;
  letter-spacing: 1px;
  padding: 10px 17px;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  background: #a54424;
  color: #fff;
  white-space: nowrap;
  padding: 10px;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a.tickets svg,
#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons span.tickets svg {
  display: none;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a.tickets:hover,
#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons span.tickets:hover {
  background-color: #e0e0e0;
  color: #58585b;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a.tickets.no_ticket_link,
#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons span.tickets.no_ticket_link {
  display: none;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a.tickets:hover, #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a.tickets:focus,
#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons span.tickets:hover,
#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons span.tickets:focus {
  background: #86371d;
  color: #fff;
}

#venue_widgets_framework .font_open-sans .m-venueframework__header-link,
#venue_widgets_framework .font_open-sans .m-venueframework__header-link:visited {
  font-size: 12px;
  text-transform: uppercase;
}
#venue_widgets_framework .font_open-sans .m-venueframework__header-link:hover, #venue_widgets_framework .font_open-sans .m-venueframework__header-link:focus,
#venue_widgets_framework .font_open-sans .m-venueframework__header-link:visited:hover,
#venue_widgets_framework .font_open-sans .m-venueframework__header-link:visited:focus {
  text-decoration: underline;
}

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

.royalSlider > * {
  float: left;
}

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

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

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

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

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

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

img.rsImg {
  max-width: none;
}

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

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

.rsNoDrag {
  cursor: auto;
}

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

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

.royalSlider > .rsContent {
  visibility: hidden;
}

/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  height: 100%;
  width: 88px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  visibility: visible;
  background: rgba(88, 88, 91, 0.4);
}
@media screen and (max-width: 700px) {
  .rsDefault .rsArrow {
    width: 50px;
  }
}
.rsDefault .rsArrow.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}
.rsDefault .rsArrow:hover, .rsDefault .rsArrow:focus {
  background: rgba(88, 88, 91, 0.6);
  display: block;
  opacity: 1;
}
.rsDefault .rsArrow:hover .rsArrowIcn, .rsDefault .rsArrow:focus .rsArrowIcn {
  opacity: 1;
}
.user-is-tabbing .rsDefault .rsArrow.rsHidden {
  display: block !important;
  opacity: 1 !important;
}

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

.rsDefault.rsHor .rsArrowLeft {
  left: 0px;
  bottom: 0px;
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  transform: translate(-50%, -50%) rotate(180deg);
}
.rsDefault.rsHor .rsArrowRight {
  bottom: 0px;
  right: 0px;
}
.rsDefault .rsArrowIcn {
  width: 57px;
  height: 57px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='34px' height='59px' viewBox='0 0 34 59' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon: arrow%3C/title%3E%3Cg id='02---EDP' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='05_Tacoma-City_EDP_static' transform='translate(-867.000000, -541.000000)' stroke='%23F5F5F5' stroke-width='6'%3E%3Cg id='image' transform='translate(65.000000, 300.000000)'%3E%3Cg id='right' transform='translate(820.000000, 270.000000) scale(-1, 1) translate(-820.000000, -270.000000) translate(776.000000, 0.000000)'%3E%3Cpolyline id='icon:-arrow' transform='translate(46.000000, 270.500000) scale(-1, 1) rotate(-90.000000) translate(-46.000000, -270.500000) ' points='19 257 46 284 73 257'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.2s linear, opacity 0.2s linear;
}
@media screen and (max-width: 700px) {
  .rsDefault .rsArrowIcn {
    width: 20px;
    height: 50px;
    background-size: 20px auto;
  }
}

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

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

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

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

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

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

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsDefault .rsThumbsHor {
    height: 64px;
  }
  .rsDefault .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. RoyalSlider Tabs
*
****************/
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}

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

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

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

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

/***************
*
*  8. Global caption
*
****************/
.rsDefault.hasCaption .rsContent[data-caption=yes] {
  position: relative;
}
.rsDefault.hasCaption .rsContent[data-caption=yes]:before {
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  z-index: 1;
  content: "";
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0.4;
  background: #58585b;
}
@media screen and (max-width: 700px) {
  .rsDefault.hasCaption .rsContent[data-caption=yes]:before {
    display: none;
  }
}
.rsDefault.hasCaption .rsContent[data-caption=yes] .rsVideoContainer {
  position: relative;
  z-index: 2;
}
.rsDefault.hasCaption .rsContent[data-caption=yes] .rsVideoContainer:before {
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  z-index: 2;
  content: "";
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
  background: #58585b;
}
@media screen and (max-width: 700px) {
  .rsDefault.hasCaption .rsContent[data-caption=yes] .rsVideoContainer:before {
    display: none;
  }
}
.rsDefault.hasCaption .rsContent[data-caption=yes] .rsVideoContainer img {
  position: relative;
  z-index: 1;
}
.rsDefault.hasCaption .rsContent[data-caption=yes] .rsVideoContainer .rsBtnCenterer {
  z-index: 3;
}
.rsDefault.hasCaption:hover .rsContent[data-caption=yes]:before,
.rsDefault.hasCaption:hover .rsContent[data-caption=yes] .rsVideoContainer:before, .rsDefault.hasCaption:focus .rsContent[data-caption=yes]:before,
.rsDefault.hasCaption:focus .rsContent[data-caption=yes] .rsVideoContainer:before {
  opacity: 0.4;
}
.rsDefault.hasCaption:hover .rsGCaption,
.rsDefault.hasCaption:hover .caption, .rsDefault.hasCaption:focus .rsGCaption,
.rsDefault.hasCaption:focus .caption {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.hasCaption.rsDefault .rsGCaption,
.spotlight_image .caption {
  -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;
  float: none;
  bottom: 0;
  left: 0px;
  text-align: left;
  color: #fff;
  width: 100%;
  padding: 0 85px;
  height: auto;
  text-align: left;
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
@media screen and (max-width: 700px) {
  .hasCaption.rsDefault .rsGCaption,
  .spotlight_image .caption {
    float: left;
    position: static;
    width: 100%;
    left: auto;
    min-height: 37px;
    padding: 0;
    background: #58585b;
  }
}
.hasCaption.rsDefault .rsGCaption .rsABlock,
.spotlight_image .caption .rsABlock {
  position: relative;
}
.hasCaption.rsDefault .rsGCaption p,
.spotlight_image .caption p {
  margin: 0;
  padding: 0 0 30px;
  line-height: 1.25;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #f5f5f5;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .hasCaption.rsDefault .rsGCaption p,
  .spotlight_image .caption p {
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background: #58585b;
  }
}
@media screen and (max-width: 700px) {
  .hasCaption.rsDefault .rsGCaption,
  .spotlight_image .caption {
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
}

.spotlight_image .caption {
  left: 20px;
  width: calc(100% - 40px);
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .spotlight_image .caption {
    width: 100%;
  }
}
.spotlight_image .caption:after {
  width: calc(100% + 40px);
  height: 250px;
  max-height: 41.6666666667vw;
  position: absolute;
  display: block;
  z-index: -1;
  content: "";
  bottom: 0;
  left: -20px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
}
@media screen and (max-width: 700px) {
  .spotlight_image .caption:after {
    display: none;
  }
}

/***************
*
*  9. Full Width Responsive
*
****************/
.rsDefault.rsFullWidth,
.spotlight_image,
.map_holder {
  width: calc(100vw - 80px);
  max-width: 1200px;
  height: auto;
  margin: 0 auto 50px;
}
.rsDefault.rsFullWidth img.rsImg,
.spotlight_image img.rsImg,
.map_holder img.rsImg {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1200px) {
  .rsDefault.rsFullWidth,
  .spotlight_image,
  .map_holder {
    width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 1080px) {
  .rsDefault.rsFullWidth,
  .spotlight_image,
  .map_holder {
    width: calc(100vw - 40px);
  }
}
@media screen and (max-width: 1110px) {
  .rsDefault.rsFullWidth,
  .spotlight_image,
  .map_holder {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .rsDefault.rsFullWidth,
  .spotlight_image,
  .map_holder {
    margin-bottom: 0;
  }
}

.event_detail .rsDefault.rsFullWidth,
.event_detail .spotlight_image {
  width: 100%;
}

.ch_calendar-header {
  zoom: 1;
  position: relative;
  padding: 0px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.ch_calendar-header:before, .ch_calendar-header:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.ch_calendar-header:after {
  clear: both;
}
.ch_calendar-header .month_name {
  position: absolute;
  top: 0px;
  left: 5px;
  width: calc(100% - 10px);
  color: #1e1e1f;
  text-align: center;
  font: 400 30px/55px "Open Sans", sans-serif;
  letter-spacing: 0.08em;
  margin: 0px auto;
  background: white;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .ch_calendar-header .month_name {
    font-size: 24px;
  }
}
.ch_calendar-header .cal-prev,
.ch_calendar-header .cal-next {
  position: relative;
  font-size: 30px;
  color: #1e1e1f;
  vertical-align: middle;
  padding: 0 20px;
  height: 55px;
  z-index: 2;
  cursor: pointer;
  float: left;
}
.ch_calendar-header .cal-prev .fa,
.ch_calendar-header .cal-next .fa {
  line-height: 55px;
}
.ch_calendar-header .cal-prev:hover,
.ch_calendar-header .cal-next:hover {
  color: #4c4c4c;
}
.ch_calendar-header .cal-next {
  float: right;
}
.ch_calendar-header .weekdays {
  position: relative;
  clear: both;
  display: block;
  zoom: 1;
  width: 100%;
  float: left;
}
.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 .weekday {
  width: calc(14.28% - 10px);
  padding: 15px 10px;
  color: #1e1e1f;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  float: left;
  margin: 10px 5px;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 700px) {
  .ch_calendar-header .weekdays {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .ch_calendar-header {
    margin-bottom: 10px;
  }
}

.ch_calendar {
  zoom: 1;
  position: relative;
  margin: auto;
  padding: 0 0px 40px;
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-end;
}
.ch_calendar:before, .ch_calendar:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.ch_calendar:after {
  clear: both;
}
.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% - 10px);
  background: #fff;
  min-height: 220px;
  float: left;
  margin: 0 5px 10px;
  padding: 40px 15px 40px;
  text-align: left;
}
.ch_calendar-day[data-weekday="0"] {
  clear: left;
}
.ch_calendar-day .date {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 40px;
  width: 40px;
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  background: #666666;
  color: white;
}
@media screen and (max-width: 700px) {
  .ch_calendar-day .date {
    right: auto;
  }
}
@media screen and (max-width: 700px) {
  .ch_calendar-day {
    width: 100%;
    height: auto;
    min-height: auto;
    margin-bottom: 5px;
    padding: 10px 15px;
  }
  .ch_calendar-day.hasEvent {
    padding: 40px 15px 0px;
  }
  .ch_calendar-day.empty {
    display: none;
  }
}
.ch_calendar-events {
  overflow-y: auto;
  max-height: 100%;
  padding-top: 10px;
}
.ch_calendar-events .event_item {
  padding-top: 15px;
  border-top: 1px solid #eee;
  margin-top: 15px;
}
.ch_calendar-events .event_item:first-child {
  padding-top: 0px;
  border-top: none;
  margin-top: 0px;
}
.ch_calendar-events .event_item h3 {
  margin-bottom: 5px;
  line-height: 1.2;
  overflow: hidden;
  font-size: 20px;
}
.ch_calendar-events .event_item h3 a {
  font-size: 20px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  color: #1e1e1f;
}
.ch_calendar-events .event_item h3 a:hover {
  text-decoration: underline;
}
.ch_calendar-events .event_item .time {
  color: #1e1e1f;
  font-size: 14px;
  font-weight: 300;
  z-index: 10;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 700px) {
  .ch_calendar-events {
    overflow-y: visible;
    max-height: 100%;
    padding-bottom: 10px;
  }
  .ch_calendar-events .event_item {
    padding-top: 10px;
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding-bottom: 20px;
  }
  .ch_calendar-events .event_item:first-child {
    padding-top: 0px;
    border-top: none;
    margin-top: 0px;
  }
}
.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.414rem;
}
.tabbing .ch_calendar .accessible-overlay {
  display: block;
}

/******************************************/
/*		=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 {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .content_item {
    width: calc(100% - 20px);
  }
}
.content_item.map .slide-wrap {
  padding: 0;
}
.content_item.map .slide-wrap:before, .content_item.map .slide-wrap:after {
  display: none;
}
@media screen and (max-width: 870px) {
  .content_item.events {
    width: calc(100% - 20px);
  }
}
.content_item#branding {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .content_item#branding {
    padding: 0;
  }
}

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

.page_header {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto 40px;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 40px;
}
.event_listing_page .page_header {
  padding-bottom: 0;
  border-bottom: none;
  max-width: 1195px;
  margin-bottom: 0px;
}
.page_header .tagline {
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  margin-top: 10px;
  letter-spacing: 1px;
}
@media screen and (max-width: 700px) {
  .page_header {
    width: calc(100% - 20px);
  }
}

.breadcrumbs {
  margin-bottom: 30px;
  text-align: center;
  padding-top: 0px;
}
.event_listing_page .breadcrumbs {
  text-align: left;
}
@media screen and (max-width: 1110px) {
  .breadcrumbs {
    padding-top: 30px;
  }
}
.breadcrumbs a,
.breadcrumbs span {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #58585b;
  letter-spacing: 0;
  line-height: 15px;
  vertical-align: middle;
}
@media screen and (max-width: 700px) {
  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 16px;
    line-height: 1.1;
  }
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
  text-decoration: underline;
  color: #4c4c4c;
}
.breadcrumbs .breadcrumb_divider {
  height: 21px;
  width: 3px;
  background: #f9f2e5;
  margin: 0 20px;
  display: inline-block;
}
.breadcrumbs span {
  color: #58585b;
  font-weight: 700;
}

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

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

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

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

/* ----------------------------------------------------------------------------
= Spotlight list style
----------------------------------------------------------------------------- */
.spotlight .entry,
.concierge .entry,
.news_list .entry,
.contest_list .entry,
.job_list .entry,
.seating_charts .entry,
.offer_list .entry {
  zoom: 1;
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
  background: #ffffff;
  border: 4px solid #f5e7cc;
}
.spotlight .entry:before, .spotlight .entry:after,
.concierge .entry:before,
.concierge .entry:after,
.news_list .entry:before,
.news_list .entry:after,
.contest_list .entry:before,
.contest_list .entry:after,
.job_list .entry:before,
.job_list .entry:after,
.seating_charts .entry:before,
.seating_charts .entry:after,
.offer_list .entry:before,
.offer_list .entry:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.spotlight .entry:after,
.concierge .entry:after,
.news_list .entry:after,
.contest_list .entry:after,
.job_list .entry:after,
.seating_charts .entry:after,
.offer_list .entry:after {
  clear: both;
}
@media screen and (max-width: 700px) {
  .spotlight .entry,
  .concierge .entry,
  .news_list .entry,
  .contest_list .entry,
  .job_list .entry,
  .seating_charts .entry,
  .offer_list .entry {
    padding: 0;
    flex-direction: column;
    max-width: 388px;
    margin: 0 auto 20px;
  }
}
.spotlight .entry:last-child,
.concierge .entry:last-child,
.news_list .entry:last-child,
.contest_list .entry:last-child,
.job_list .entry:last-child,
.seating_charts .entry:last-child,
.offer_list .entry:last-child {
  margin-bottom: 0;
}
.spotlight .thumb,
.concierge .thumb,
.news_list .thumb,
.contest_list .thumb,
.job_list .thumb,
.seating_charts .thumb,
.offer_list .thumb {
  min-width: 150px;
  width: 390px;
  margin: 0;
  float: left;
  overflow: hidden;
}
.spotlight .thumb.default,
.concierge .thumb.default,
.news_list .thumb.default,
.contest_list .thumb.default,
.job_list .thumb.default,
.seating_charts .thumb.default,
.offer_list .thumb.default {
  display: none;
}
.spotlight .thumb a,
.concierge .thumb a,
.news_list .thumb a,
.contest_list .thumb a,
.job_list .thumb a,
.seating_charts .thumb a,
.offer_list .thumb a {
  position: relative;
  display: block;
  overflow: hidden;
}
.spotlight .thumb a:hover,
.concierge .thumb a:hover,
.news_list .thumb a:hover,
.contest_list .thumb a:hover,
.job_list .thumb a:hover,
.seating_charts .thumb a:hover,
.offer_list .thumb a:hover {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.spotlight .thumb img,
.concierge .thumb img,
.news_list .thumb img,
.contest_list .thumb img,
.job_list .thumb img,
.seating_charts .thumb img,
.offer_list .thumb img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .spotlight .thumb,
  .concierge .thumb,
  .news_list .thumb,
  .contest_list .thumb,
  .job_list .thumb,
  .seating_charts .thumb,
  .offer_list .thumb {
    width: 300px;
  }
}
@media screen and (max-width: 700px) {
  .spotlight .thumb,
  .concierge .thumb,
  .news_list .thumb,
  .contest_list .thumb,
  .job_list .thumb,
  .seating_charts .thumb,
  .offer_list .thumb {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
}
.spotlight .info,
.concierge .info,
.news_list .info,
.contest_list .info,
.job_list .info,
.seating_charts .info,
.offer_list .info {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  text-align: left;
  padding: 30px;
}
@media screen and (max-width: 700px) {
  .spotlight .info,
  .concierge .info,
  .news_list .info,
  .contest_list .info,
  .job_list .info,
  .seating_charts .info,
  .offer_list .info {
    margin: 0 auto 20px;
    padding: 20px 20px 0;
    float: none;
    text-align: center;
  }
  .spotlight .info li,
  .concierge .info li,
  .news_list .info li,
  .contest_list .info li,
  .job_list .info li,
  .seating_charts .info li,
  .offer_list .info li {
    text-align: left;
  }
}
.spotlight .info p,
.concierge .info p,
.news_list .info p,
.contest_list .info p,
.job_list .info p,
.seating_charts .info p,
.offer_list .info p {
  font-size: 18px;
  line-height: 1.388;
}
.spotlight .thumb:not(.default) + .info,
.concierge .thumb:not(.default) + .info,
.news_list .thumb:not(.default) + .info,
.contest_list .thumb:not(.default) + .info,
.job_list .thumb:not(.default) + .info,
.seating_charts .thumb:not(.default) + .info,
.offer_list .thumb:not(.default) + .info {
  width: calc(100% - (390px + 0px));
}
@media screen and (max-width: 1080px) {
  .spotlight .thumb:not(.default) + .info,
  .concierge .thumb:not(.default) + .info,
  .news_list .thumb:not(.default) + .info,
  .contest_list .thumb:not(.default) + .info,
  .job_list .thumb:not(.default) + .info,
  .seating_charts .thumb:not(.default) + .info,
  .offer_list .thumb:not(.default) + .info {
    width: calc(100% - (300px + 0px));
  }
}
@media screen and (max-width: 700px) {
  .spotlight .thumb:not(.default) + .info,
  .concierge .thumb:not(.default) + .info,
  .news_list .thumb:not(.default) + .info,
  .contest_list .thumb:not(.default) + .info,
  .job_list .thumb:not(.default) + .info,
  .seating_charts .thumb:not(.default) + .info,
  .offer_list .thumb:not(.default) + .info {
    width: 100%;
  }
}
.spotlight .date,
.concierge .date,
.news_list .date,
.contest_list .date,
.job_list .date,
.seating_charts .date,
.offer_list .date {
  transform: translateX(-56px);
  background: #4b7066;
  border: 3px solid #ffffff;
  border-radius: 30px;
  font-family: "Bebas Neue", sans-serif;
  padding: 12px 24px 8px;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0.8px;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: -20px;
}
@media screen and (max-width: 870px) {
  .spotlight .date,
  .concierge .date,
  .news_list .date,
  .contest_list .date,
  .job_list .date,
  .seating_charts .date,
  .offer_list .date {
    transform: translateX(-20px);
  }
}
@media screen and (max-width: 870px) {
  .spotlight .date,
  .concierge .date,
  .news_list .date,
  .contest_list .date,
  .job_list .date,
  .seating_charts .date,
  .offer_list .date {
    margin-top: -10px;
    transform: translateX(-10px);
  }
}
.spotlight .title,
.concierge .title,
.news_list .title,
.contest_list .title,
.job_list .title,
.seating_charts .title,
.offer_list .title {
  margin-bottom: 15px;
}
.spotlight .title a,
.concierge .title a,
.news_list .title a,
.contest_list .title a,
.job_list .title a,
.seating_charts .title a,
.offer_list .title a {
  color: #1e1e1f;
}
.spotlight .title a:hover,
.concierge .title a:hover,
.news_list .title a:hover,
.contest_list .title a:hover,
.job_list .title a:hover,
.seating_charts .title a:hover,
.offer_list .title a:hover {
  color: #a54424;
  text-decoration: underline;
}
.spotlight .buttons a,
.spotlight .links a,
.concierge .buttons a,
.concierge .links a,
.news_list .buttons a,
.news_list .links a,
.contest_list .buttons a,
.contest_list .links a,
.job_list .buttons a,
.job_list .links a,
.seating_charts .buttons a,
.seating_charts .links a,
.offer_list .buttons a,
.offer_list .links a {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 700px) {
  .spotlight .buttons,
  .spotlight .links,
  .concierge .buttons,
  .concierge .links,
  .news_list .buttons,
  .news_list .links,
  .contest_list .buttons,
  .contest_list .links,
  .job_list .buttons,
  .job_list .links,
  .seating_charts .buttons,
  .seating_charts .links,
  .offer_list .buttons,
  .offer_list .links {
    width: 100%;
    margin: 0 auto 20px;
    float: none;
    text-align: center;
  }
  .spotlight .buttons a,
  .spotlight .links a,
  .concierge .buttons a,
  .concierge .links a,
  .news_list .buttons a,
  .news_list .links a,
  .contest_list .buttons a,
  .contest_list .links a,
  .job_list .buttons a,
  .job_list .links a,
  .seating_charts .buttons a,
  .seating_charts .links a,
  .offer_list .buttons a,
  .offer_list .links a {
    margin: 0 10px;
    width: 100%;
    text-align: center;
  }
}
.spotlight .links a,
.concierge .links a,
.news_list .links a,
.contest_list .links a,
.job_list .links a,
.seating_charts .links a,
.offer_list .links a {
  margin-top: 10px;
}
.spotlight[data-layout=square],
.concierge[data-layout=square],
.news_list[data-layout=square],
.contest_list[data-layout=square],
.job_list[data-layout=square],
.seating_charts[data-layout=square],
.offer_list[data-layout=square] {
  zoom: 1;
  width: calc(100% - 40px);
  margin: 0 auto 40px;
  border-top: none;
}
.spotlight[data-layout=square]:before, .spotlight[data-layout=square]:after,
.concierge[data-layout=square]:before,
.concierge[data-layout=square]:after,
.news_list[data-layout=square]:before,
.news_list[data-layout=square]:after,
.contest_list[data-layout=square]:before,
.contest_list[data-layout=square]:after,
.job_list[data-layout=square]:before,
.job_list[data-layout=square]:after,
.seating_charts[data-layout=square]:before,
.seating_charts[data-layout=square]:after,
.offer_list[data-layout=square]:before,
.offer_list[data-layout=square]:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.spotlight[data-layout=square]:after,
.concierge[data-layout=square]:after,
.news_list[data-layout=square]:after,
.contest_list[data-layout=square]:after,
.job_list[data-layout=square]:after,
.seating_charts[data-layout=square]:after,
.offer_list[data-layout=square]:after {
  clear: both;
}
@media screen and (max-width: 700px) {
  .spotlight[data-layout=square],
  .concierge[data-layout=square],
  .news_list[data-layout=square],
  .contest_list[data-layout=square],
  .job_list[data-layout=square],
  .seating_charts[data-layout=square],
  .offer_list[data-layout=square] {
    width: calc(100% - 20px);
  }
}
@media screen and (min-width: 501px) {
  .spotlight[data-layout=square],
  .concierge[data-layout=square],
  .news_list[data-layout=square],
  .contest_list[data-layout=square],
  .job_list[data-layout=square],
  .seating_charts[data-layout=square],
  .offer_list[data-layout=square] {
    display: flex;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .spotlight[data-layout=square] .entry,
  .concierge[data-layout=square] .entry,
  .news_list[data-layout=square] .entry,
  .contest_list[data-layout=square] .entry,
  .job_list[data-layout=square] .entry,
  .seating_charts[data-layout=square] .entry,
  .offer_list[data-layout=square] .entry {
    float: left;
    padding: 0;
    overflow: hidden;
    width: calc((100% - (2 - 1) * 20px) / 2);
    margin: 0 20px 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .spotlight[data-layout=square] .entry:nth-child(odd),
  .concierge[data-layout=square] .entry:nth-child(odd),
  .news_list[data-layout=square] .entry:nth-child(odd),
  .contest_list[data-layout=square] .entry:nth-child(odd),
  .job_list[data-layout=square] .entry:nth-child(odd),
  .seating_charts[data-layout=square] .entry:nth-child(odd),
  .offer_list[data-layout=square] .entry:nth-child(odd) {
    clear: left;
  }
  .spotlight[data-layout=square] .entry:nth-child(2n),
  .concierge[data-layout=square] .entry:nth-child(2n),
  .news_list[data-layout=square] .entry:nth-child(2n),
  .contest_list[data-layout=square] .entry:nth-child(2n),
  .job_list[data-layout=square] .entry:nth-child(2n),
  .seating_charts[data-layout=square] .entry:nth-child(2n),
  .offer_list[data-layout=square] .entry:nth-child(2n) {
    margin-right: 0;
  }
  .spotlight[data-layout=square] .entry .thumb,
  .concierge[data-layout=square] .entry .thumb,
  .news_list[data-layout=square] .entry .thumb,
  .contest_list[data-layout=square] .entry .thumb,
  .job_list[data-layout=square] .entry .thumb,
  .seating_charts[data-layout=square] .entry .thumb,
  .offer_list[data-layout=square] .entry .thumb {
    display: block;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }
  .spotlight[data-layout=square] .entry .thumb:after,
  .concierge[data-layout=square] .entry .thumb:after,
  .news_list[data-layout=square] .entry .thumb:after,
  .contest_list[data-layout=square] .entry .thumb:after,
  .job_list[data-layout=square] .entry .thumb:after,
  .seating_charts[data-layout=square] .entry .thumb:after,
  .offer_list[data-layout=square] .entry .thumb:after {
    display: none;
  }
  .spotlight[data-layout=square] .entry .info,
  .concierge[data-layout=square] .entry .info,
  .news_list[data-layout=square] .entry .info,
  .contest_list[data-layout=square] .entry .info,
  .job_list[data-layout=square] .entry .info,
  .seating_charts[data-layout=square] .entry .info,
  .offer_list[data-layout=square] .entry .info {
    width: 100%;
    display: block;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-grow: 1;
  }
  .spotlight[data-layout=square] .entry .info > *,
  .concierge[data-layout=square] .entry .info > *,
  .news_list[data-layout=square] .entry .info > *,
  .contest_list[data-layout=square] .entry .info > *,
  .job_list[data-layout=square] .entry .info > *,
  .seating_charts[data-layout=square] .entry .info > *,
  .offer_list[data-layout=square] .entry .info > * {
    max-width: 100%;
  }
  .spotlight[data-layout=square] .entry.no_content .info .title,
  .concierge[data-layout=square] .entry.no_content .info .title,
  .news_list[data-layout=square] .entry.no_content .info .title,
  .contest_list[data-layout=square] .entry.no_content .info .title,
  .job_list[data-layout=square] .entry.no_content .info .title,
  .seating_charts[data-layout=square] .entry.no_content .info .title,
  .offer_list[data-layout=square] .entry.no_content .info .title {
    flex-grow: 1;
  }
  .spotlight[data-layout=square] .entry .title,
  .concierge[data-layout=square] .entry .title,
  .news_list[data-layout=square] .entry .title,
  .contest_list[data-layout=square] .entry .title,
  .job_list[data-layout=square] .entry .title,
  .seating_charts[data-layout=square] .entry .title,
  .offer_list[data-layout=square] .entry .title {
    font-size: 25px;
  }
  .spotlight[data-layout=square] .entry .title:before,
  .concierge[data-layout=square] .entry .title:before,
  .news_list[data-layout=square] .entry .title:before,
  .contest_list[data-layout=square] .entry .title:before,
  .job_list[data-layout=square] .entry .title:before,
  .seating_charts[data-layout=square] .entry .title:before,
  .offer_list[data-layout=square] .entry .title:before {
    display: none;
  }
  .spotlight[data-layout=square] .entry a.button,
  .concierge[data-layout=square] .entry a.button,
  .news_list[data-layout=square] .entry a.button,
  .contest_list[data-layout=square] .entry a.button,
  .job_list[data-layout=square] .entry a.button,
  .seating_charts[data-layout=square] .entry a.button,
  .offer_list[data-layout=square] .entry a.button {
    margin-top: auto;
  }
}
@media screen and (min-width: 501px) and (min-width: 871px) {
  .spotlight[data-layout=square] .entry,
  .concierge[data-layout=square] .entry,
  .news_list[data-layout=square] .entry,
  .contest_list[data-layout=square] .entry,
  .job_list[data-layout=square] .entry,
  .seating_charts[data-layout=square] .entry,
  .offer_list[data-layout=square] .entry {
    width: calc((100% - (3 - 1) * 20px) / 3);
  }
  .spotlight[data-layout=square] .entry:nth-child(odd),
  .concierge[data-layout=square] .entry:nth-child(odd),
  .news_list[data-layout=square] .entry:nth-child(odd),
  .contest_list[data-layout=square] .entry:nth-child(odd),
  .job_list[data-layout=square] .entry:nth-child(odd),
  .seating_charts[data-layout=square] .entry:nth-child(odd),
  .offer_list[data-layout=square] .entry:nth-child(odd) {
    clear: none;
  }
  .spotlight[data-layout=square] .entry:nth-child(2n),
  .concierge[data-layout=square] .entry:nth-child(2n),
  .news_list[data-layout=square] .entry:nth-child(2n),
  .contest_list[data-layout=square] .entry:nth-child(2n),
  .job_list[data-layout=square] .entry:nth-child(2n),
  .seating_charts[data-layout=square] .entry:nth-child(2n),
  .offer_list[data-layout=square] .entry:nth-child(2n) {
    margin-right: 20px;
  }
  .spotlight[data-layout=square] .entry:nth-child(3n),
  .concierge[data-layout=square] .entry:nth-child(3n),
  .news_list[data-layout=square] .entry:nth-child(3n),
  .contest_list[data-layout=square] .entry:nth-child(3n),
  .job_list[data-layout=square] .entry:nth-child(3n),
  .seating_charts[data-layout=square] .entry:nth-child(3n),
  .offer_list[data-layout=square] .entry:nth-child(3n) {
    margin-right: 0;
  }
  .spotlight[data-layout=square] .entry:nth-child(3n+1),
  .concierge[data-layout=square] .entry:nth-child(3n+1),
  .news_list[data-layout=square] .entry:nth-child(3n+1),
  .contest_list[data-layout=square] .entry:nth-child(3n+1),
  .job_list[data-layout=square] .entry:nth-child(3n+1),
  .seating_charts[data-layout=square] .entry:nth-child(3n+1),
  .offer_list[data-layout=square] .entry:nth-child(3n+1) {
    clear: left;
  }
}
.spotlight[data-layout=blocks],
.concierge[data-layout=blocks],
.news_list[data-layout=blocks],
.contest_list[data-layout=blocks],
.job_list[data-layout=blocks],
.seating_charts[data-layout=blocks],
.offer_list[data-layout=blocks] {
  zoom: 1;
  width: 100%;
  margin: 0 auto 40px;
  border-top: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% - 40px);
}
.spotlight[data-layout=blocks]:before, .spotlight[data-layout=blocks]:after,
.concierge[data-layout=blocks]:before,
.concierge[data-layout=blocks]:after,
.news_list[data-layout=blocks]:before,
.news_list[data-layout=blocks]:after,
.contest_list[data-layout=blocks]:before,
.contest_list[data-layout=blocks]:after,
.job_list[data-layout=blocks]:before,
.job_list[data-layout=blocks]:after,
.seating_charts[data-layout=blocks]:before,
.seating_charts[data-layout=blocks]:after,
.offer_list[data-layout=blocks]:before,
.offer_list[data-layout=blocks]:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.spotlight[data-layout=blocks]:after,
.concierge[data-layout=blocks]:after,
.news_list[data-layout=blocks]:after,
.contest_list[data-layout=blocks]:after,
.job_list[data-layout=blocks]:after,
.seating_charts[data-layout=blocks]:after,
.offer_list[data-layout=blocks]:after {
  clear: both;
}
@media screen and (max-width: 700px) {
  .spotlight[data-layout=blocks],
  .concierge[data-layout=blocks],
  .news_list[data-layout=blocks],
  .contest_list[data-layout=blocks],
  .job_list[data-layout=blocks],
  .seating_charts[data-layout=blocks],
  .offer_list[data-layout=blocks] {
    width: calc(100% - 20px);
  }
}
.spotlight[data-layout=blocks] .entry,
.concierge[data-layout=blocks] .entry,
.news_list[data-layout=blocks] .entry,
.contest_list[data-layout=blocks] .entry,
.job_list[data-layout=blocks] .entry,
.seating_charts[data-layout=blocks] .entry,
.offer_list[data-layout=blocks] .entry {
  position: relative;
  width: 33%;
  width: calc(33.33% - 20px);
  height: calc((33.33vw - 20px) * 0.5925925926);
  max-height: 265px;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0px 10px 20px;
}
.spotlight[data-layout=blocks] .entry .thumb,
.concierge[data-layout=blocks] .entry .thumb,
.news_list[data-layout=blocks] .entry .thumb,
.contest_list[data-layout=blocks] .entry .thumb,
.job_list[data-layout=blocks] .entry .thumb,
.seating_charts[data-layout=blocks] .entry .thumb,
.offer_list[data-layout=blocks] .entry .thumb {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.spotlight[data-layout=blocks] .entry .thumb img,
.concierge[data-layout=blocks] .entry .thumb img,
.news_list[data-layout=blocks] .entry .thumb img,
.contest_list[data-layout=blocks] .entry .thumb img,
.job_list[data-layout=blocks] .entry .thumb img,
.seating_charts[data-layout=blocks] .entry .thumb img,
.offer_list[data-layout=blocks] .entry .thumb img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.spotlight[data-layout=blocks] .entry .thumb:after,
.concierge[data-layout=blocks] .entry .thumb:after,
.news_list[data-layout=blocks] .entry .thumb:after,
.contest_list[data-layout=blocks] .entry .thumb:after,
.job_list[data-layout=blocks] .entry .thumb:after,
.seating_charts[data-layout=blocks] .entry .thumb:after,
.offer_list[data-layout=blocks] .entry .thumb:after {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%);
}
.spotlight[data-layout=blocks] .entry .title,
.concierge[data-layout=blocks] .entry .title,
.news_list[data-layout=blocks] .entry .title,
.contest_list[data-layout=blocks] .entry .title,
.job_list[data-layout=blocks] .entry .title,
.seating_charts[data-layout=blocks] .entry .title,
.offer_list[data-layout=blocks] .entry .title {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  text-align: center;
  color: #1e1e1f;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-bottom: 30px;
}
.spotlight[data-layout=blocks] .entry .title a,
.concierge[data-layout=blocks] .entry .title a,
.news_list[data-layout=blocks] .entry .title a,
.contest_list[data-layout=blocks] .entry .title a,
.job_list[data-layout=blocks] .entry .title a,
.seating_charts[data-layout=blocks] .entry .title a,
.offer_list[data-layout=blocks] .entry .title a {
  display: block;
  position: relative;
  transform: translateY(30px);
  color: #1e1e1f;
}
.spotlight[data-layout=blocks] .entry .title a:hover,
.concierge[data-layout=blocks] .entry .title a:hover,
.news_list[data-layout=blocks] .entry .title a:hover,
.contest_list[data-layout=blocks] .entry .title a:hover,
.job_list[data-layout=blocks] .entry .title a:hover,
.seating_charts[data-layout=blocks] .entry .title a:hover,
.offer_list[data-layout=blocks] .entry .title a:hover {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.7);
}
.spotlight[data-layout=blocks] .entry .info,
.concierge[data-layout=blocks] .entry .info,
.news_list[data-layout=blocks] .entry .info,
.contest_list[data-layout=blocks] .entry .info,
.job_list[data-layout=blocks] .entry .info,
.seating_charts[data-layout=blocks] .entry .info,
.offer_list[data-layout=blocks] .entry .info {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.spotlight[data-layout=blocks] .entry .info:before,
.concierge[data-layout=blocks] .entry .info:before,
.news_list[data-layout=blocks] .entry .info:before,
.contest_list[data-layout=blocks] .entry .info:before,
.job_list[data-layout=blocks] .entry .info:before,
.seating_charts[data-layout=blocks] .entry .info:before,
.offer_list[data-layout=blocks] .entry .info:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1;
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.spotlight[data-layout=blocks] .entry .info .spotlight_content,
.concierge[data-layout=blocks] .entry .info .spotlight_content,
.news_list[data-layout=blocks] .entry .info .spotlight_content,
.contest_list[data-layout=blocks] .entry .info .spotlight_content,
.job_list[data-layout=blocks] .entry .info .spotlight_content,
.seating_charts[data-layout=blocks] .entry .info .spotlight_content,
.offer_list[data-layout=blocks] .entry .info .spotlight_content {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  z-index: 2;
  text-align: center;
  transform: translateY(30px);
  display: none; /* Styled just in case */
}
.spotlight[data-layout=blocks] .entry .info p,
.concierge[data-layout=blocks] .entry .info p,
.news_list[data-layout=blocks] .entry .info p,
.contest_list[data-layout=blocks] .entry .info p,
.job_list[data-layout=blocks] .entry .info p,
.seating_charts[data-layout=blocks] .entry .info p,
.offer_list[data-layout=blocks] .entry .info p {
  font-size: 16px;
  color: #fff;
}
.spotlight[data-layout=blocks] .entry .spot-button,
.concierge[data-layout=blocks] .entry .spot-button,
.news_list[data-layout=blocks] .entry .spot-button,
.contest_list[data-layout=blocks] .entry .spot-button,
.job_list[data-layout=blocks] .entry .spot-button,
.seating_charts[data-layout=blocks] .entry .spot-button,
.offer_list[data-layout=blocks] .entry .spot-button {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  transform: translateY(30px);
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
}
.spotlight[data-layout=blocks] .entry:hover .title a,
.spotlight[data-layout=blocks] .entry:hover .spotlight_content, .spotlight[data-layout=blocks] .entry:focus .title a,
.spotlight[data-layout=blocks] .entry:focus .spotlight_content, .spotlight[data-layout=blocks] .entry.is-focused .title a,
.spotlight[data-layout=blocks] .entry.is-focused .spotlight_content,
.concierge[data-layout=blocks] .entry:hover .title a,
.concierge[data-layout=blocks] .entry:hover .spotlight_content,
.concierge[data-layout=blocks] .entry:focus .title a,
.concierge[data-layout=blocks] .entry:focus .spotlight_content,
.concierge[data-layout=blocks] .entry.is-focused .title a,
.concierge[data-layout=blocks] .entry.is-focused .spotlight_content,
.news_list[data-layout=blocks] .entry:hover .title a,
.news_list[data-layout=blocks] .entry:hover .spotlight_content,
.news_list[data-layout=blocks] .entry:focus .title a,
.news_list[data-layout=blocks] .entry:focus .spotlight_content,
.news_list[data-layout=blocks] .entry.is-focused .title a,
.news_list[data-layout=blocks] .entry.is-focused .spotlight_content,
.contest_list[data-layout=blocks] .entry:hover .title a,
.contest_list[data-layout=blocks] .entry:hover .spotlight_content,
.contest_list[data-layout=blocks] .entry:focus .title a,
.contest_list[data-layout=blocks] .entry:focus .spotlight_content,
.contest_list[data-layout=blocks] .entry.is-focused .title a,
.contest_list[data-layout=blocks] .entry.is-focused .spotlight_content,
.job_list[data-layout=blocks] .entry:hover .title a,
.job_list[data-layout=blocks] .entry:hover .spotlight_content,
.job_list[data-layout=blocks] .entry:focus .title a,
.job_list[data-layout=blocks] .entry:focus .spotlight_content,
.job_list[data-layout=blocks] .entry.is-focused .title a,
.job_list[data-layout=blocks] .entry.is-focused .spotlight_content,
.seating_charts[data-layout=blocks] .entry:hover .title a,
.seating_charts[data-layout=blocks] .entry:hover .spotlight_content,
.seating_charts[data-layout=blocks] .entry:focus .title a,
.seating_charts[data-layout=blocks] .entry:focus .spotlight_content,
.seating_charts[data-layout=blocks] .entry.is-focused .title a,
.seating_charts[data-layout=blocks] .entry.is-focused .spotlight_content,
.offer_list[data-layout=blocks] .entry:hover .title a,
.offer_list[data-layout=blocks] .entry:hover .spotlight_content,
.offer_list[data-layout=blocks] .entry:focus .title a,
.offer_list[data-layout=blocks] .entry:focus .spotlight_content,
.offer_list[data-layout=blocks] .entry.is-focused .title a,
.offer_list[data-layout=blocks] .entry.is-focused .spotlight_content {
  transform: translateY(0px);
}
.spotlight[data-layout=blocks] .entry:hover .spot-button, .spotlight[data-layout=blocks] .entry:focus .spot-button, .spotlight[data-layout=blocks] .entry.is-focused .spot-button,
.concierge[data-layout=blocks] .entry:hover .spot-button,
.concierge[data-layout=blocks] .entry:focus .spot-button,
.concierge[data-layout=blocks] .entry.is-focused .spot-button,
.news_list[data-layout=blocks] .entry:hover .spot-button,
.news_list[data-layout=blocks] .entry:focus .spot-button,
.news_list[data-layout=blocks] .entry.is-focused .spot-button,
.contest_list[data-layout=blocks] .entry:hover .spot-button,
.contest_list[data-layout=blocks] .entry:focus .spot-button,
.contest_list[data-layout=blocks] .entry.is-focused .spot-button,
.job_list[data-layout=blocks] .entry:hover .spot-button,
.job_list[data-layout=blocks] .entry:focus .spot-button,
.job_list[data-layout=blocks] .entry.is-focused .spot-button,
.seating_charts[data-layout=blocks] .entry:hover .spot-button,
.seating_charts[data-layout=blocks] .entry:focus .spot-button,
.seating_charts[data-layout=blocks] .entry.is-focused .spot-button,
.offer_list[data-layout=blocks] .entry:hover .spot-button,
.offer_list[data-layout=blocks] .entry:focus .spot-button,
.offer_list[data-layout=blocks] .entry.is-focused .spot-button {
  transform: translateY(0px);
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.spotlight[data-layout=blocks] .entry:hover .thumb img, .spotlight[data-layout=blocks] .entry:focus .thumb img, .spotlight[data-layout=blocks] .entry.is-focused .thumb img,
.concierge[data-layout=blocks] .entry:hover .thumb img,
.concierge[data-layout=blocks] .entry:focus .thumb img,
.concierge[data-layout=blocks] .entry.is-focused .thumb img,
.news_list[data-layout=blocks] .entry:hover .thumb img,
.news_list[data-layout=blocks] .entry:focus .thumb img,
.news_list[data-layout=blocks] .entry.is-focused .thumb img,
.contest_list[data-layout=blocks] .entry:hover .thumb img,
.contest_list[data-layout=blocks] .entry:focus .thumb img,
.contest_list[data-layout=blocks] .entry.is-focused .thumb img,
.job_list[data-layout=blocks] .entry:hover .thumb img,
.job_list[data-layout=blocks] .entry:focus .thumb img,
.job_list[data-layout=blocks] .entry.is-focused .thumb img,
.seating_charts[data-layout=blocks] .entry:hover .thumb img,
.seating_charts[data-layout=blocks] .entry:focus .thumb img,
.seating_charts[data-layout=blocks] .entry.is-focused .thumb img,
.offer_list[data-layout=blocks] .entry:hover .thumb img,
.offer_list[data-layout=blocks] .entry:focus .thumb img,
.offer_list[data-layout=blocks] .entry.is-focused .thumb img {
  filter: grayscale(100%);
}
.spotlight[data-layout=blocks] .entry:hover .thumb:after, .spotlight[data-layout=blocks] .entry:focus .thumb:after, .spotlight[data-layout=blocks] .entry.is-focused .thumb:after,
.concierge[data-layout=blocks] .entry:hover .thumb:after,
.concierge[data-layout=blocks] .entry:focus .thumb:after,
.concierge[data-layout=blocks] .entry.is-focused .thumb:after,
.news_list[data-layout=blocks] .entry:hover .thumb:after,
.news_list[data-layout=blocks] .entry:focus .thumb:after,
.news_list[data-layout=blocks] .entry.is-focused .thumb:after,
.contest_list[data-layout=blocks] .entry:hover .thumb:after,
.contest_list[data-layout=blocks] .entry:focus .thumb:after,
.contest_list[data-layout=blocks] .entry.is-focused .thumb:after,
.job_list[data-layout=blocks] .entry:hover .thumb:after,
.job_list[data-layout=blocks] .entry:focus .thumb:after,
.job_list[data-layout=blocks] .entry.is-focused .thumb:after,
.seating_charts[data-layout=blocks] .entry:hover .thumb:after,
.seating_charts[data-layout=blocks] .entry:focus .thumb:after,
.seating_charts[data-layout=blocks] .entry.is-focused .thumb:after,
.offer_list[data-layout=blocks] .entry:hover .thumb:after,
.offer_list[data-layout=blocks] .entry:focus .thumb:after,
.offer_list[data-layout=blocks] .entry.is-focused .thumb:after {
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.spotlight[data-layout=blocks] .entry:hover .info:before, .spotlight[data-layout=blocks] .entry:focus .info:before, .spotlight[data-layout=blocks] .entry.is-focused .info:before,
.concierge[data-layout=blocks] .entry:hover .info:before,
.concierge[data-layout=blocks] .entry:focus .info:before,
.concierge[data-layout=blocks] .entry.is-focused .info:before,
.news_list[data-layout=blocks] .entry:hover .info:before,
.news_list[data-layout=blocks] .entry:focus .info:before,
.news_list[data-layout=blocks] .entry.is-focused .info:before,
.contest_list[data-layout=blocks] .entry:hover .info:before,
.contest_list[data-layout=blocks] .entry:focus .info:before,
.contest_list[data-layout=blocks] .entry.is-focused .info:before,
.job_list[data-layout=blocks] .entry:hover .info:before,
.job_list[data-layout=blocks] .entry:focus .info:before,
.job_list[data-layout=blocks] .entry.is-focused .info:before,
.seating_charts[data-layout=blocks] .entry:hover .info:before,
.seating_charts[data-layout=blocks] .entry:focus .info:before,
.seating_charts[data-layout=blocks] .entry.is-focused .info:before,
.offer_list[data-layout=blocks] .entry:hover .info:before,
.offer_list[data-layout=blocks] .entry:focus .info:before,
.offer_list[data-layout=blocks] .entry.is-focused .info:before {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 870px) {
  .spotlight[data-layout=blocks] .entry,
  .concierge[data-layout=blocks] .entry,
  .news_list[data-layout=blocks] .entry,
  .contest_list[data-layout=blocks] .entry,
  .job_list[data-layout=blocks] .entry,
  .seating_charts[data-layout=blocks] .entry,
  .offer_list[data-layout=blocks] .entry {
    width: calc(50% - 20px);
    height: calc((50vw - 20px) * 0.5925925926);
  }
}
@media screen and (max-width: 500px) {
  .spotlight[data-layout=blocks] .entry,
  .concierge[data-layout=blocks] .entry,
  .news_list[data-layout=blocks] .entry,
  .contest_list[data-layout=blocks] .entry,
  .job_list[data-layout=blocks] .entry,
  .seating_charts[data-layout=blocks] .entry,
  .offer_list[data-layout=blocks] .entry {
    width: 100%;
    margin-bottom: 10px;
    height: calc((100vw - 20px) * 0.5925925926);
  }
}
.spotlight[data-layout=logos],
.concierge[data-layout=logos],
.news_list[data-layout=logos],
.contest_list[data-layout=logos],
.job_list[data-layout=logos],
.seating_charts[data-layout=logos],
.offer_list[data-layout=logos] {
  zoom: 1;
  width: 100%;
  margin: 0 auto 40px;
  border-top: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.spotlight[data-layout=logos]:before, .spotlight[data-layout=logos]:after,
.concierge[data-layout=logos]:before,
.concierge[data-layout=logos]:after,
.news_list[data-layout=logos]:before,
.news_list[data-layout=logos]:after,
.contest_list[data-layout=logos]:before,
.contest_list[data-layout=logos]:after,
.job_list[data-layout=logos]:before,
.job_list[data-layout=logos]:after,
.seating_charts[data-layout=logos]:before,
.seating_charts[data-layout=logos]:after,
.offer_list[data-layout=logos]:before,
.offer_list[data-layout=logos]:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.spotlight[data-layout=logos]:after,
.concierge[data-layout=logos]:after,
.news_list[data-layout=logos]:after,
.contest_list[data-layout=logos]:after,
.job_list[data-layout=logos]:after,
.seating_charts[data-layout=logos]:after,
.offer_list[data-layout=logos]:after {
  clear: both;
}
.spotlight[data-layout=logos] .entry,
.concierge[data-layout=logos] .entry,
.news_list[data-layout=logos] .entry,
.contest_list[data-layout=logos] .entry,
.job_list[data-layout=logos] .entry,
.seating_charts[data-layout=logos] .entry,
.offer_list[data-layout=logos] .entry {
  float: left;
  padding: 0;
  border: none;
  width: 100%;
  margin: 0 0 20px 0;
  background: transparent;
  box-shadow: none;
}
.spotlight[data-layout=logos] .entry .thumb,
.concierge[data-layout=logos] .entry .thumb,
.news_list[data-layout=logos] .entry .thumb,
.contest_list[data-layout=logos] .entry .thumb,
.job_list[data-layout=logos] .entry .thumb,
.seating_charts[data-layout=logos] .entry .thumb,
.offer_list[data-layout=logos] .entry .thumb {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  margin-right: 0;
}
.spotlight[data-layout=logos] .entry .thumb:after,
.concierge[data-layout=logos] .entry .thumb:after,
.news_list[data-layout=logos] .entry .thumb:after,
.contest_list[data-layout=logos] .entry .thumb:after,
.job_list[data-layout=logos] .entry .thumb:after,
.seating_charts[data-layout=logos] .entry .thumb:after,
.offer_list[data-layout=logos] .entry .thumb:after {
  display: none;
}
.spotlight[data-layout=logos] .entry .thumb img,
.concierge[data-layout=logos] .entry .thumb img,
.news_list[data-layout=logos] .entry .thumb img,
.contest_list[data-layout=logos] .entry .thumb img,
.job_list[data-layout=logos] .entry .thumb img,
.seating_charts[data-layout=logos] .entry .thumb img,
.offer_list[data-layout=logos] .entry .thumb img {
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 700px) {
  .spotlight[data-layout=logos] .entry .thumb img,
  .concierge[data-layout=logos] .entry .thumb img,
  .news_list[data-layout=logos] .entry .thumb img,
  .contest_list[data-layout=logos] .entry .thumb img,
  .job_list[data-layout=logos] .entry .thumb img,
  .seating_charts[data-layout=logos] .entry .thumb img,
  .offer_list[data-layout=logos] .entry .thumb img {
    float: none;
    margin: auto;
  }
}
.spotlight[data-layout=logos] .entry .thumb:hover a, .spotlight[data-layout=logos] .entry .thumb:focus a,
.concierge[data-layout=logos] .entry .thumb:hover a,
.concierge[data-layout=logos] .entry .thumb:focus a,
.news_list[data-layout=logos] .entry .thumb:hover a,
.news_list[data-layout=logos] .entry .thumb:focus a,
.contest_list[data-layout=logos] .entry .thumb:hover a,
.contest_list[data-layout=logos] .entry .thumb:focus a,
.job_list[data-layout=logos] .entry .thumb:hover a,
.job_list[data-layout=logos] .entry .thumb:focus a,
.seating_charts[data-layout=logos] .entry .thumb:hover a,
.seating_charts[data-layout=logos] .entry .thumb:focus a,
.offer_list[data-layout=logos] .entry .thumb:hover a,
.offer_list[data-layout=logos] .entry .thumb:focus a {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.spotlight[data-layout=logos] .entry .info,
.concierge[data-layout=logos] .entry .info,
.news_list[data-layout=logos] .entry .info,
.contest_list[data-layout=logos] .entry .info,
.job_list[data-layout=logos] .entry .info,
.seating_charts[data-layout=logos] .entry .info,
.offer_list[data-layout=logos] .entry .info {
  width: 100%;
  display: block;
  text-align: center;
  padding: 0;
  display: none;
}
.spotlight[data-layout=logos] .entry .title:before,
.concierge[data-layout=logos] .entry .title:before,
.news_list[data-layout=logos] .entry .title:before,
.contest_list[data-layout=logos] .entry .title:before,
.job_list[data-layout=logos] .entry .title:before,
.seating_charts[data-layout=logos] .entry .title:before,
.offer_list[data-layout=logos] .entry .title:before {
  display: none;
}
.spotlight[data-layout=logos] .entry .button,
.concierge[data-layout=logos] .entry .button,
.news_list[data-layout=logos] .entry .button,
.contest_list[data-layout=logos] .entry .button,
.job_list[data-layout=logos] .entry .button,
.seating_charts[data-layout=logos] .entry .button,
.offer_list[data-layout=logos] .entry .button {
  display: none;
}
@media screen and (min-width: 501px) {
  .spotlight[data-layout=logos] .entry,
  .concierge[data-layout=logos] .entry,
  .news_list[data-layout=logos] .entry,
  .contest_list[data-layout=logos] .entry,
  .job_list[data-layout=logos] .entry,
  .seating_charts[data-layout=logos] .entry,
  .offer_list[data-layout=logos] .entry {
    width: calc((100% - (3 - 1) * 20px) / 3);
    margin: 0 20px 20px 0;
  }
  .spotlight[data-layout=logos] .entry:nth-child(3n),
  .concierge[data-layout=logos] .entry:nth-child(3n),
  .news_list[data-layout=logos] .entry:nth-child(3n),
  .contest_list[data-layout=logos] .entry:nth-child(3n),
  .job_list[data-layout=logos] .entry:nth-child(3n),
  .seating_charts[data-layout=logos] .entry:nth-child(3n),
  .offer_list[data-layout=logos] .entry:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 871px) {
  .spotlight[data-layout=logos] .entry,
  .concierge[data-layout=logos] .entry,
  .news_list[data-layout=logos] .entry,
  .contest_list[data-layout=logos] .entry,
  .job_list[data-layout=logos] .entry,
  .seating_charts[data-layout=logos] .entry,
  .offer_list[data-layout=logos] .entry {
    width: calc((100% - (5 - 1) * 20px) / 5);
  }
  .spotlight[data-layout=logos] .entry:nth-child(3n),
  .concierge[data-layout=logos] .entry:nth-child(3n),
  .news_list[data-layout=logos] .entry:nth-child(3n),
  .contest_list[data-layout=logos] .entry:nth-child(3n),
  .job_list[data-layout=logos] .entry:nth-child(3n),
  .seating_charts[data-layout=logos] .entry:nth-child(3n),
  .offer_list[data-layout=logos] .entry:nth-child(3n) {
    margin-right: 20px;
  }
  .spotlight[data-layout=logos] .entry:nth-child(5n),
  .concierge[data-layout=logos] .entry:nth-child(5n),
  .news_list[data-layout=logos] .entry:nth-child(5n),
  .contest_list[data-layout=logos] .entry:nth-child(5n),
  .job_list[data-layout=logos] .entry:nth-child(5n),
  .seating_charts[data-layout=logos] .entry:nth-child(5n),
  .offer_list[data-layout=logos] .entry:nth-child(5n) {
    margin-right: 0;
  }
}

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

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

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

#overlay_container {
  display: none;
  padding: 100px 0 0;
}
@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;
  text-transform: capitalize;
  color: #000;
  background: #777777;
  font: 700 20px/140% "Open Sans", sans-serif;
  line-height: 25px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.5px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
}
.dontshow-overlay:hover {
  color: #fff;
  background: #000;
}

/* ----------------------------------------------------------------------------
= Homepage items and layout
----------------------------------------------------------------------------- */
.home .full {
  padding-top: 0;
}
.home .full .full_column.non-widget-area {
  padding-top: 50px;
  padding-bottom: 50px;
}

.homepage_promo {
  zoom: 1;
  padding: 50px 20px;
  clear: both;
}
.homepage_promo:before, .homepage_promo:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.homepage_promo:after {
  clear: both;
}
@media screen and (max-width: 870px) {
  .homepage_promo {
    padding: 0;
  }
}

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

/* ----------------------------------------------------------------------------
= FAQ Accordion
----------------------------------------------------------------------------- */
.faq {
  position: relative;
}
.faq .faq_item_wrapper {
  overflow: hidden;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  background: #c38d28;
  border: 6px solid rgba(255, 255, 255, 0.2);
}
.faq .faq_item_wrapper:hover {
  background: #d59d34;
}
.faq .faq_item_wrapper + .faq_item_wrapper {
  margin-top: 25px;
}
.faq .faq_list_item {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: relative;
  margin: 0;
  padding: 0px;
  cursor: pointer;
}
.faq .faq_list_item p {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  margin: 0;
  padding: 24px 100px 24px 46px;
  text-transform: none;
  font-family: "Bebas Neue", sans-serif;
  font-size: 25px;
  color: #1e1e1f;
  line-height: 1.2;
  letter-spacing: 1px;
}
.faq .faq_list_item p:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='34px' height='20px' viewBox='0 0 34 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon: arrow%3C/title%3E%3Cg id='02---EDP' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='06_Tacoma-City_EDP_hover' transform='translate(-847.000000, -2108.000000)' stroke='%231E1E1F' stroke-width='3.33333333'%3E%3Cg id='FAQ' transform='translate(65.000000, 2072.000000)'%3E%3Cpolyline id='icon:-arrow' points='784 38 799 53 814 38'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 34px 20px;
  background-repeat: no-repeat;
  width: 34px;
  height: 20px;
  display: block;
}
@media screen and (max-width: 700px) {
  .faq .faq_list_item p {
    padding: 20px 80px 20px 20px;
  }
}
.faq .faq_list_item svg {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: absolute;
  top: 30px;
  right: 30px;
  border-radius: 50%;
}
.faq .faq_list_item svg .circle {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.user-is-tabbing .faq .faq_list_item a:focus p {
  background: #d59d34;
}
.faq .faq_list_item.active p:before, .faq .faq_list_item.open p:before {
  transform: translateY(-50%) rotate(180deg);
}
.faq .faq_answer {
  display: none;
  padding: 0px 46px 30px;
  margin: 0px;
}
.faq .faq_answer .cms > * {
  margin-bottom: 0;
  margin-top: 20px;
  color: #1e1e1f;
}
.faq .faq_answer .cms > *:first-child {
  margin-top: 0;
}
.faq .faq_answer .cms li,
.faq .faq_answer .cms a {
  color: #1e1e1f;
}
.footer .faq .faq_item_wrapper {
  background: #f3f7f6;
  border: 3px solid #4b7066;
}
.footer .faq .faq_item_wrapper:nth-child(1), .footer .faq .faq_item_wrapper:nth-child(4) {
  background: #f3f7f6;
  border: 3px solid #4b7066;
}
.footer .faq .faq_item_wrapper:nth-child(1):hover, .footer .faq .faq_item_wrapper:nth-child(1):focus, .footer .faq .faq_item_wrapper:nth-child(4):hover, .footer .faq .faq_item_wrapper:nth-child(4):focus {
  background: #e4edeb;
}
.footer .faq .faq_item_wrapper:nth-child(2), .footer .faq .faq_item_wrapper:nth-child(5) {
  background: #fbf2ee;
  border: 3px solid #a54424;
}
.footer .faq .faq_item_wrapper:nth-child(2):hover, .footer .faq .faq_item_wrapper:nth-child(2):focus, .footer .faq .faq_item_wrapper:nth-child(5):hover, .footer .faq .faq_item_wrapper:nth-child(5):focus {
  background: #f6e2d9;
}
.footer .faq .faq_item_wrapper:nth-child(3), .footer .faq .faq_item_wrapper:nth-child(6) {
  background: #fcf7ee;
  border: 3px solid #c38d28;
}
.footer .faq .faq_item_wrapper:nth-child(3):hover, .footer .faq .faq_item_wrapper:nth-child(3):focus, .footer .faq .faq_item_wrapper:nth-child(6):hover, .footer .faq .faq_item_wrapper:nth-child(6):focus {
  background: #f8edd8;
}
.footer .faq .faq_list_item p {
  padding: 20px 18px 15px;
  padding-right: 50px;
  font-size: 22px;
}
.footer .faq .faq_list_item p:before {
  right: 20px;
  width: 20px;
  height: 14px;
  background-size: 20px auto;
}
.footer .faq .faq_answer {
  padding: 0px 18px 20px;
}

/* ----------------------------------------------------------------------------
= Seating Charts Page styles - Listing page
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=Venue Pages
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Map styles
----------------------------------------------------------------------------- */
.plan-your-visit .map_holder {
  margin-bottom: 0;
}
.plan-your-visit #concierge_1,
.plan-your-visit #concierge_2 {
  margin: 0;
}

.gm-style .gm-style-iw-c {
  border-radius: 0 !important;
}

button.gm-ui-hover-effect {
  top: -2px;
  right: -2px;
}

.plan-your-visit #concierge_1,
.plan-your-visit #concierge_2 {
  margin: 0 !important;
  padding: 0 !important;
}

.map_holder {
  position: relative;
  display: block;
  width: 100%;
  min-height: 300px;
  margin-bottom: 25px;
  height: 45.1388888889vw;
  max-height: 600px;
}
.map_holder .map {
  width: 100%;
  height: 100%;
}
.map_wrapper[data-options=interactive_map] .map_holder {
  margin-bottom: 50px;
}
@media screen and (max-width: 870px) {
  .map_wrapper[data-options=interactive_map] .map_holder {
    margin-bottom: 108px;
  }
}
.map_holder iframe {
  display: block;
  width: 100%;
  height: 45.1388888889vw;
  max-height: 600px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .map_holder iframe {
    min-height: 300px;
  }
}

.map_window .info {
  margin: 0 0 8px;
  padding: 0 0 4px;
}
.map_window .info h4 {
  color: #000;
  font-weight: 700;
}
.map_window .info address {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 12px;
  line-height: 140%;
}
.map_window .desc {
  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;
  line-height: 1.1;
  margin-bottom: 5px;
}
.map_window .links li.phone {
  font-weight: 500;
  margin-bottom: 10px;
}
.map_window .links a {
  font-weight: 700;
}
.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: 5px 12px;
  color: #ffffff;
  border: 0;
  background-color: #4c4c4c;
  border: none;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.02em;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.map_window .directions form button:hover {
  color: #fff;
  background-color: #1e1e1f;
}

.map_control {
  background: #1e1e1f;
  zoom: 1;
  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%;
}
.map_control:before, .map_control:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.map_control:after {
  clear: both;
}
@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: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  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: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  outline-offset: -4px !important;
  line-height: 50px;
  background: #1e1e1f;
  color: #fff;
  -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 #f5e7cc;
    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/map_icon_dining.png);
}
.map_control button.parking:before,
.map_control .button.parking:before {
  background-image: url(../images/map_icon_parking.png);
}
.map_control button.hotels:before,
.map_control .button.hotels:before {
  background-image: url(../images/map_icon_hotels.png);
}
.map_control button.local-attractions:before,
.map_control .button.local-attractions:before {
  background-image: url(../images/map_icon_local-attractions.png);
}

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

.paging .nav {
  zoom: 1;
  position: relative;
  margin: 15px 0 0 0;
  padding: 0;
  border-top: 4px solid #000;
}
.paging .nav:before, .paging .nav:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.paging .nav:after {
  clear: both;
}
.paging .nav.final {
  margin: 0;
}
.paging .nav.empty {
  height: 0;
  margin: 0;
  padding: 0;
  background: none;
}
.paging .nav .record {
  float: left;
  width: auto;
  padding: 0;
  margin: 5px 5px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
  color: #1e1e1f;
}
.paging .nav .pages {
  zoom: 1;
  float: right;
  width: auto;
  margin: 0 -29px 0 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.paging .nav .pages:before, .paging .nav .pages:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.paging .nav .pages:after {
  clear: both;
}
.paging .nav .pages strong,
.paging .nav .pages a,
.paging .nav .pages a:link,
.paging .nav .pages a:visited {
  position: relative;
  z-index: 1;
  float: left;
  width: auto;
  height: 45px;
  margin: 5px 0 0 12px;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  color: #1e1e1f;
  line-height: 45px;
  text-decoration: none;
}
.paging .nav .pages strong.last, .paging .nav .pages strong.first,
.paging .nav .pages a.last,
.paging .nav .pages a.first,
.paging .nav .pages a:link.last,
.paging .nav .pages a:link.first,
.paging .nav .pages a:visited.last,
.paging .nav .pages a:visited.first {
  display: none;
}
.paging .nav .pages strong.prev, .paging .nav .pages strong.next,
.paging .nav .pages a.prev,
.paging .nav .pages a.next,
.paging .nav .pages a:link.prev,
.paging .nav .pages a:link.next,
.paging .nav .pages a:visited.prev,
.paging .nav .pages a:visited.next {
  transition: background 0.2s linear;
  height: 45px;
  width: 18px;
  text-indent: -99999em;
}
.paging .nav .pages strong.prev:hover, .paging .nav .pages strong.prev:focus, .paging .nav .pages strong.next:hover, .paging .nav .pages strong.next:focus,
.paging .nav .pages a.prev:hover,
.paging .nav .pages a.prev:focus,
.paging .nav .pages a.next:hover,
.paging .nav .pages a.next:focus,
.paging .nav .pages a:link.prev:hover,
.paging .nav .pages a:link.prev:focus,
.paging .nav .pages a:link.next:hover,
.paging .nav .pages a:link.next:focus,
.paging .nav .pages a:visited.prev:hover,
.paging .nav .pages a:visited.prev:focus,
.paging .nav .pages a:visited.next:hover,
.paging .nav .pages a:visited.next:focus {
  text-decoration: none;
}
.paging .nav .pages strong.next,
.paging .nav .pages a.next,
.paging .nav .pages a:link.next,
.paging .nav .pages a:visited.next {
  background: url("../images/pagination-right.png");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center;
}
.paging .nav .pages strong.next:hover, .paging .nav .pages strong.next:focus,
.paging .nav .pages a.next:hover,
.paging .nav .pages a.next:focus,
.paging .nav .pages a:link.next:hover,
.paging .nav .pages a:link.next:focus,
.paging .nav .pages a:visited.next:hover,
.paging .nav .pages a:visited.next:focus {
  background: url("../images/pagination-right-hover.png");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center;
}
.paging .nav .pages strong.prev,
.paging .nav .pages a.prev,
.paging .nav .pages a:link.prev,
.paging .nav .pages a:visited.prev {
  background: url("../images/pagination-left.png");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center;
}
.paging .nav .pages strong.prev:hover, .paging .nav .pages strong.prev:focus,
.paging .nav .pages a.prev:hover,
.paging .nav .pages a.prev:focus,
.paging .nav .pages a:link.prev:hover,
.paging .nav .pages a:link.prev:focus,
.paging .nav .pages a:visited.prev:hover,
.paging .nav .pages a:visited.prev:focus {
  background: url("../images/pagination-left-hover.png");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center;
}
.paging .nav .pages a:hover, .paging .nav .pages a:focus {
  color: #4c4c4c;
  text-decoration: underline;
}
.paging .nav .pages strong {
  font-weight: 700;
  color: #4c4c4c;
}

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

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

/* ----------------------------------------------------------------------------
= Event List Header (Dropdown, Toggles, etc)
----------------------------------------------------------------------------- */
.event_list_header {
  width: 1195px;
  max-width: calc(100% - 40px);
  border-bottom: 5px solid #f5f5f5;
  color: #000;
  margin: 0 auto 50px;
  padding: 0 0 50px 0;
}
.event_list_header .overview {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 700px) {
  .event_list_header .overview {
    display: block;
  }
}
.event_list_header h1 {
  flex-grow: 2;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 30px 0px 0;
  text-transform: capitalize;
  font-size: 45px;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 700px) {
  .event_list_header h1 {
    font-size: 35px;
  }
}

.event_list_toggles {
  display: flex;
  align-self: flex-end;
  margin: 0 0 0px 90px;
}
@media screen and (max-width: 1024px) {
  .event_list_toggles {
    display: none;
  }
}
.event_list_toggles .toggle {
  margin-left: 46px;
  position: relative;
  z-index: 1;
  outline-offset: 2px;
  padding: 0;
  color: #58585b;
  text-align: center;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.event_list_toggles .toggle svg {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  display: inline-block;
  order: 2;
  fill: #58585b;
}
.event_list_toggles .toggle span {
  font-size: 20px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 25px;
  color: #58585b;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  text-align: center;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  margin: 0;
  padding: 1px 0 1px 0;
  margin-top: 6px;
  order: 1;
}
.event_list_toggles .toggle:hover, .event_list_toggles .toggle:focus {
  cursor: pointer;
}
.event_list_toggles .toggle:hover span, .event_list_toggles .toggle:focus span {
  color: #a54424;
}
.event_list_toggles .toggle:hover svg *, .event_list_toggles .toggle:focus svg * {
  fill: #a54424;
}
.event_list_toggles .toggle:first-child {
  margin-left: 0;
}
.event_list_toggles .toggle:last-child {
  width: 43px;
}
.event_list_toggles .toggle.calendar {
  display: none;
}
.event_list_toggles .toggle.is-active svg * {
  fill: #a54424;
}
.event_list_toggles .toggle.is-active span {
  color: #a54424;
}

.category-dropdown {
  padding: 0;
  position: relative;
  z-index: 5;
  margin: 0 0 0px 0;
  width: 275px;
}
@media screen and (max-width: 1024px) {
  .category-dropdown {
    margin: 0 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .category-dropdown {
    margin: 20px 0 0 0;
  }
}
.category-dropdown .select {
  width: 100%;
  display: block;
  position: relative;
  height: 50px;
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: capitalize;
  margin: 0;
  padding: 0 45px 1px 23px;
  color: #fff;
  text-align: left;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  background: #4b7066;
  border: 3px solid rgba(255, 255, 255, 0.2);
}
.category-dropdown .select:hover {
  text-decoration: underline;
}
.category-dropdown .select .select_text {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 15px;
  color: #fff;
  text-transform: capitalize;
}
.category-dropdown .select svg {
  top: 50%;
  right: 32px;
  position: absolute;
  z-index: 1;
  transform: translate(50%, -50%);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.category-dropdown .select.is-active {
  border-bottom: none;
}
.category-dropdown .select.is-active svg {
  transform: translate(50%, -50%) rotate(180deg);
}
.category-dropdown .choices {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: #4b7066;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top: none;
  padding: 53px 10px 20px;
  z-index: -1;
}
.category-dropdown .choices.is-active {
  display: block;
}
.category-dropdown .choices ul {
  margin: 0;
}
.category-dropdown .choices ul li {
  margin: 0 0 4px;
}
.category-dropdown .choices ul li span {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  display: block;
  letter-spacing: 0;
  padding: 5px 14px 5px 16px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  text-transform: capitalize;
  cursor: pointer;
}
.category-dropdown .choices ul li span:hover, .category-dropdown .choices ul li span:focus, .category-dropdown .choices ul li span.is-active {
  text-decoration: underline;
}

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
.event_list {
  zoom: 1;
  margin: auto;
}
.event_list:before, .event_list:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.event_list:after {
  clear: both;
}
.event_list .list {
  margin: auto;
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .event_list .list {
    justify-content: center;
  }
}
.event_list .list.has_promotion .eventItem:nth-child(7) {
  display: none !important;
}
.event_list .eventItem {
  -webkit-transition: box-shadow 0.2s linear;
  -moz-transition: box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  position: relative;
  zoom: 1;
  background: #fff;
  overflow: hidden;
  width: calc(100% - 40px);
  max-width: 1196px;
  margin: 0 auto 50px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background: #ffffff;
}
.event_list .eventItem:before, .event_list .eventItem:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.event_list .eventItem:after {
  clear: both;
}
.event_list .eventItem.entry {
  border: 4px solid #f5e7cc;
}
.event_list .eventItem .thumb {
  position: relative;
  float: left;
  width: 389px;
  overflow: hidden;
  float: left;
  z-index: 1;
  flex-shrink: 0;
}
.event_list .eventItem .thumb a {
  display: block;
  z-index: 1;
}
.event_list .eventItem .thumb img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  max-width: 100%;
  display: block;
  z-index: 1;
  width: 100%;
}
.event_list .eventItem .thumb:hover a:not(.venue_logo) img, .event_list .eventItem .thumb:focus a:not(.venue_logo) img {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
@media screen and (max-width: 1080px) {
  .event_list .eventItem .thumb {
    width: 300px;
  }
}
.event_list .eventItem .venue_logo {
  position: absolute;
  top: 10px;
  left: 15px;
  overflow: visible;
}
.event_list .eventItem .venue_logo:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  zoom: 1;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
.event_list .eventItem .venue_logo img {
  position: relative;
  display: block;
  width: 38px;
  max-height: 46px;
  height: auto;
  z-index: 2;
}
.event_list .eventItem .info {
  position: relative;
  width: calc(100% - 389px);
  padding: 75px 30px 30px;
  padding-right: 230px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1080px) {
  .event_list .eventItem .info {
    width: calc(100% - 300px);
  }
}
.event_list .eventItem .date {
  position: absolute;
  top: 12px;
  left: -26px;
  background: #4b7066;
  border: 3px solid #ffffff;
  border-radius: 30px;
  font-family: "Bebas Neue", sans-serif;
  padding: 12px 24px 8px;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0.8px;
  display: inline-block;
}
.event_list .eventItem .presented-by {
  font-weight: 400;
  font-size: 14px;
  color: #58585b;
  letter-spacing: 0;
}
.event_list .eventItem .title a {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #1e1e1f;
  letter-spacing: 0;
  line-height: inherit;
  line-height: 1.36;
}
.event_list .eventItem .title a:hover, .event_list .eventItem .title a:focus {
  color: #a54424;
}
.event_list .eventItem .location {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #58585b;
  letter-spacing: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 5px;
}
.event_list .eventItem .location:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: "";
  height: 3px;
  background-color: #f5e7cc;
  width: 100%;
  width: 308px;
  zoom: 1;
  opacity: 0.28;
  -moz-opacity: 0.28;
  filter: alpha(opacity=28);
}
.event_list .eventItem .tagline {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #58585b;
  letter-spacing: 0;
}
.event_list .eventItem .buttons {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  padding: 20px 36px;
  width: 208px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: stretch;
  gap: 25px;
}
.event_list .eventItem.entry:hover, .event_list .eventItem.entry:focus, .event_list .eventItem.entry.is-focused {
  box-shadow: 0 0 15px 0 rgba(195, 141, 40, 0.2);
}
@media screen and (max-width: 870px) {
  .event_list .eventItem {
    float: left;
    width: calc(33.3% - 50px);
    margin: 0px 25px 50px;
    display: flex;
    min-height: 545px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .event_list .eventItem .thumb {
    float: none;
    width: 100%;
  }
  .event_list .eventItem .info {
    flex-grow: 1;
    width: 100%;
    padding: 40px 25px 25px;
  }
}
@media screen and (max-width: 870px) and (max-width: 500px) {
  .event_list .eventItem .info {
    padding: 40px 20px 25px;
  }
}
@media screen and (max-width: 870px) {
  .event_list .eventItem .location {
    display: block;
    width: 100%;
  }
  .event_list .eventItem .location:before {
    width: 100%;
  }
  .event_list .eventItem .venue_logo {
    left: auto;
    right: 15px;
  }
  .event_list .eventItem .date {
    top: 0px;
    left: 5px;
    transform: translateY(-50%);
  }
  .event_list .eventItem .buttons {
    position: relative;
    top: auto;
    right: auto;
    flex-direction: row-reverse;
    height: auto;
    padding: 0;
    padding-top: 40px;
    margin-top: auto;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    gap: 0px;
  }
}
@media screen and (max-width: 870px) and (max-width: 400px) {
  .event_list .eventItem .buttons {
    flex-direction: column;
  }
}
@media screen and (max-width: 870px) {
  .event_list .eventItem:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (max-width: 870px) and (max-width: 1080px) {
  .event_list .eventItem {
    margin: 0px 10px 30px;
    width: calc(33.3% - 20px);
  }
}
@media screen and (max-width: 870px) and (max-width: 1024px) {
  .event_list .eventItem {
    width: calc(50% - 20px);
    margin: 0px 10px 30px;
  }
}
@media screen and (max-width: 870px) and (max-width: 700px) {
  .event_list .eventItem {
    width: calc(100% - 40px);
    max-width: 360px;
    min-height: 0px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 870px) and (max-width: 500px) {
  .event_list .eventItem {
    width: calc(100% - 20px);
  }
}
.event_list.event_list_grid {
  max-width: 1245px;
}
@media screen and (max-width: 1024px) {
  .event_list.event_list_grid {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
  }
}
.event_list.event_list_grid .eventItem {
  float: left;
  width: calc(33.3% - 50px);
  margin: 0px 25px 50px;
  display: flex;
  min-height: 545px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.event_list.event_list_grid .eventItem .thumb {
  float: none;
  width: 100%;
}
.event_list.event_list_grid .eventItem .info {
  flex-grow: 1;
  width: 100%;
  padding: 40px 25px 25px;
}
@media screen and (max-width: 500px) {
  .event_list.event_list_grid .eventItem .info {
    padding: 40px 20px 25px;
  }
}
.event_list.event_list_grid .eventItem .location {
  display: block;
  width: 100%;
}
.event_list.event_list_grid .eventItem .location:before {
  width: 100%;
}
.event_list.event_list_grid .eventItem .venue_logo {
  left: auto;
  right: 15px;
}
.event_list.event_list_grid .eventItem .date {
  top: 0px;
  left: 5px;
  transform: translateY(-50%);
}
.event_list.event_list_grid .eventItem .buttons {
  position: relative;
  top: auto;
  right: auto;
  flex-direction: row-reverse;
  height: auto;
  padding: 0;
  padding-top: 40px;
  margin-top: auto;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: 0px;
}
@media screen and (max-width: 400px) {
  .event_list.event_list_grid .eventItem .buttons {
    flex-direction: column;
  }
}
.event_list.event_list_grid .eventItem:nth-child(3n+1) {
  clear: left;
}
@media screen and (max-width: 1080px) {
  .event_list.event_list_grid .eventItem {
    margin: 0px 10px 30px;
    width: calc(33.3% - 20px);
  }
}
@media screen and (max-width: 1024px) {
  .event_list.event_list_grid .eventItem {
    width: calc(50% - 20px);
    margin: 0px 10px 30px;
  }
}
@media screen and (max-width: 700px) {
  .event_list.event_list_grid .eventItem {
    width: calc(100% - 40px);
    max-width: 360px;
    min-height: 0px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 500px) {
  .event_list.event_list_grid .eventItem {
    width: calc(100% - 20px);
  }
}
.event_list.event_list_listing .eventItem .buttons .tickets.soon {
  padding: 10px 6px;
  font-size: 15px;
}
.event_list.featured_events {
  padding: 50px 0 0;
}
.event_list.secondary_events {
  max-width: 1230px;
  padding: 50px 0;
}
.event_list.secondary_events .list {
  justify-content: center;
}
@media screen and (min-width: 701px) {
  .event_list.secondary_events .eventItem {
    width: calc(50% - 40px);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 701px) and (min-width: 871px) {
  .event_list.secondary_events .eventItem {
    margin: 0px 20px 0px;
    width: calc(50% - 40px);
  }
  .event_list.secondary_events .eventItem .info {
    padding: 47px 40px 25px;
  }
  .event_list.secondary_events .eventItem .venue_logo {
    position: absolute;
    top: 20px;
    right: 25px;
  }
  .event_list.secondary_events .eventItem .venue_logo img {
    display: block;
    width: 55px;
    max-height: none;
    height: auto;
  }
  .event_list.secondary_events .eventItem .presented-by {
    font-size: 16px;
  }
  .event_list.secondary_events .eventItem .tagline {
    font-size: 20px;
  }
  .event_list.secondary_events .eventItem .title,
  .event_list.secondary_events .eventItem .title a {
    font-size: 31px;
  }
  .event_list.secondary_events .eventItem .location {
    font-size: 16px;
  }
  .event_list.secondary_events .eventItem .date {
    font-size: 25px;
    padding: 14px 45px 10px;
  }
  .event_list.secondary_events .eventItem .buttons {
    justify-content: flex-start;
  }
  .event_list.secondary_events .eventItem .buttons .tickets {
    margin-left: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .event_list.primary_events {
    max-width: 100%;
  }
}
.event_list.primary_events .owl-stage {
  display: flex;
}
.event_list.primary_events .eventItem {
  width: 50vw;
  margin: 0;
  border-radius: 0;
  max-width: 100%;
  border: none;
  display: block;
}
.event_list.primary_events .eventItem:before, .event_list.primary_events .eventItem:after {
  visibility: visible;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  width: 88px;
  height: 100%;
  display: none;
  z-index: 2;
  opacity: 0.7;
  background: #58585b;
}
.event_list.primary_events .eventItem .thumb {
  width: 100%;
  border-radius: 0;
}
.event_list.primary_events .eventItem .thumb .venue_logo {
  display: none;
}
@media screen and (max-width: 870px) {
  .event_list.primary_events .eventItem .thumb .venue_logo {
    display: block;
  }
}
.event_list.primary_events .eventItem .info {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 104px 60px 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background: rgba(88, 88, 91, 0.3);
  opacity: 0;
}
@media screen and (min-width: 871px) {
  .event_list.primary_events .eventItem .info .title a,
  .event_list.primary_events .eventItem .info .presented-by,
  .event_list.primary_events .eventItem .info .tagline,
  .event_list.primary_events .eventItem .info .location {
    color: #fff;
  }
}
.event_list.primary_events .eventItem .info .title,
.event_list.primary_events .eventItem .info .title a {
  font-size: 31px;
}
.event_list.primary_events .eventItem .info .presented-by {
  font-size: 16px;
  margin-bottom: 10px;
  max-width: 100%;
}
.event_list.primary_events .eventItem .info .location {
  font-size: 16px;
  display: block;
  width: 100%;
  margin-top: 10px;
}
.event_list.primary_events .eventItem .info .location:before {
  content: "";
  width: 100%;
}
.event_list.primary_events .eventItem .info .venue_logo {
  position: absolute;
  top: 25px;
  right: 100px;
  left: auto;
}
.event_list.primary_events .eventItem .info .venue_logo img {
  width: 55px;
  max-height: none;
}
.event_list.primary_events .eventItem .info .date {
  position: absolute;
  top: 23px;
  left: 0px;
  font-size: 18px;
  max-width: 100%;
  border-radius: 0 30px 30px 0;
  font-size: 25px;
  border-width: 2px;
  border-left: none;
  padding: 12px 60px 8px;
}
@media screen and (max-width: 870px) {
  .event_list.primary_events .eventItem .info .date {
    position: relative;
  }
}
.event_list.primary_events .eventItem .info .tagline {
  font-size: 20px;
  max-width: 100%;
}
.event_list.primary_events .eventItem .info .title {
  font-size: 35px;
  max-width: 100%;
}
@media screen and (max-width: 1110px) {
  .event_list.primary_events .eventItem .info .title {
    font-size: 29px;
  }
}
@media screen and (max-width: 700px) {
  .event_list.primary_events .eventItem .info .title {
    font-size: 25px;
  }
}
.event_list.primary_events .eventItem .info .buttons {
  position: relative;
  bottom: auto;
  right: auto;
  align-self: flex-end;
  margin-top: auto;
  width: 100%;
  height: auto;
  flex-direction: row-reverse;
  justify-content: flex-start;
  padding: 0;
}
.event_list.primary_events .eventItem .info .buttons .tickets {
  margin-left: 25px;
}
@media screen and (max-width: 870px) {
  .event_list.primary_events .eventItem .info .buttons {
    margin-top: 40px;
  }
}
@media screen and (max-width: 870px) {
  .event_list.primary_events .eventItem .info {
    padding: 20px;
    text-align: left;
    align-items: flex-start;
    background: transparent;
    opacity: 1;
    position: relative;
    top: auto;
    left: auto;
  }
  .event_list.primary_events .eventItem .info .date {
    top: auto;
    left: auto;
    transform: translateX(-20px);
    padding: 12px 20px 8px;
    margin-bottom: 20px;
  }
  .event_list.primary_events .eventItem .info .venue_logo {
    display: none;
  }
  .event_list.primary_events .eventItem .info .presented-by {
    font-size: 14px;
  }
  .event_list.primary_events .eventItem .info .location {
    font-size: 14px;
  }
  .event_list.primary_events .eventItem .info .tagline {
    font-size: 16px;
  }
  .event_list.primary_events .eventItem .info .title,
  .event_list.primary_events .eventItem .info .title a {
    line-height: 1;
  }
}
.event_list.primary_events .eventItem:hover, .event_list.primary_events .eventItem:focus, .event_list.primary_events .eventItem.is-focused {
  box-shadow: none;
}
.event_list.primary_events .eventItem:hover .thumb, .event_list.primary_events .eventItem:focus .thumb, .event_list.primary_events .eventItem.is-focused .thumb {
  filter: grayscale(100%);
}
.event_list.primary_events .eventItem:hover .info, .event_list.primary_events .eventItem:focus .info, .event_list.primary_events .eventItem.is-focused .info {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 700px) {
  .event_list.primary_events .eventItem {
    width: 100vw;
  }
}
@media screen and (max-width: 870px) {
  .event_list.primary_events .eventItem {
    width: 100vw;
    max-width: 100vw;
  }
}
@media screen and (min-width: 871px) {
  .event_list.primary_events .owl-item.active .eventItem .info {
    padding-left: 150px;
  }
}
.event_list.primary_events .owl-item.active .eventItem:before {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  display: block;
  left: 0px;
  right: auto;
}
@media screen and (max-width: 870px) {
  .event_list.primary_events .owl-item.active .eventItem:before {
    display: none;
  }
}
.event_list.primary_events .owl-item.active .eventItem:hover:before, .event_list.primary_events .owl-item.active .eventItem.is-focused:before {
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
@media screen and (min-width: 871px) {
  .event_list.primary_events .owl-item.active + .active .eventItem .info {
    padding-left: 60px;
    padding-right: 150px;
  }
}
.event_list.primary_events .owl-item.active + .active .eventItem:before {
  right: 0px;
  left: auto;
}
.events.content_item .event_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  .events.content_item .event_list {
    max-width: none;
  }
}
@media screen and (min-width: 871px) {
  .events.content_item .event_list .eventItem {
    width: 100%;
  }
}
.event_list.event_list_calendar {
  display: none;
}
.event_list.calendar_event_list {
  display: none;
}
.event_list.calendar_event_list.event_list_calendar {
  display: block;
}

.event_detail .event_heading {
  position: static;
  flex: 0 0 auto;
  max-width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
.event_detail .event_heading .date {
  display: none;
}
.event_detail .event_heading .presented-by {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #58585b;
  letter-spacing: 0;
  line-height: 15px;
  margin-bottom: 15px;
}
.event_detail .event_heading .title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #1e1e1f;
  letter-spacing: 0;
  line-height: 1.1;
}
.event_detail .event_heading .tagline {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #58585b;
  letter-spacing: 0;
  line-height: 25px;
  margin-top: 15px;
}
@media screen and (max-width: 870px) {
  .event_detail .event_heading .tagline {
    margin: 0;
    font-size: 16px;
    color: #000;
  }
}
@media screen and (max-width: 870px) {
  .event_detail .event_heading {
    width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 20px 10px;
    text-align: center;
  }
}
.event_detail.has_branding .venue_logo {
  position: absolute;
  top: 17px;
  right: 17px;
  z-index: 10;
}
.event_detail.has_branding .venue_logo img {
  max-width: 55px;
}
.event_detail #branding {
  position: relative;
}
.event_detail #branding .full-slideshow {
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 700px) {
  .event_detail #branding {
    margin-left: -10px;
    width: calc(100% + 20px);
  }
}
.event_detail .faq {
  padding: 0;
  width: 100%;
}

.event_showings {
  margin: 0 0 60px 0;
}
.event_showings .showings_wrapper {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  margin: 0;
  margin-bottom: 26px;
  padding-bottom: 29px;
  border-bottom: 2px solid #eee;
  transition: all 100ms linear;
}
.event_showings .listItem {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border-bottom: 3px solid #f5e7cc;
  padding: 28px 0;
}
@media screen and (max-width: 1205px) {
  .event_showings .listItem {
    flex-flow: row wrap;
  }
}
.event_showings .listItem:hover, .event_showings .listItem:focus {
  border-color: #ebcf99;
}
.event_showings .listItem .cell {
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  color: #58585b;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.event_showings .listItem .cell.showings_date {
  width: 40%;
}
.event_showings .listItem .buttons {
  margin-left: auto;
}
.event_showings .listItem > .ical {
  display: none;
  margin: 0;
}
@media screen and (max-width: 700px) {
  .event_showings .listItem > .ical {
    display: block;
    text-align: center;
  }
}
.event_showings .listItem .ical {
  display: none;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.11;
  letter-spacing: 0;
  color: #1e1e1f;
}
.event_showings .listItem .ical:hover, .event_showings .listItem .ical:focus {
  text-decoration: underline;
}
@media screen and (max-width: 500px) {
  .event_showings .listItem {
    flex-wrap: wrap;
  }
  .event_showings .listItem .cell {
    width: 100%;
    text-align: left;
    padding: 5px 0;
  }
  .event_showings .listItem .cell.showings_date {
    width: 100%;
  }
}
.event_showings .additional_showings {
  display: none;
}
@media screen and (max-width: 700px) {
  .event_showings {
    margin: 0 0 40px 0;
  }
}

.description_wrapper {
  margin: 0 0 60px 0;
}
.description_wrapper .event_description {
  position: relative;
  z-index: 1;
}
.description_wrapper .event_description:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  max-height: calc(100% - 73px);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
}
.description_wrapper .event_description.is-opened:after {
  display: none;
}
.description_wrapper .event_description.is-opened + .read-more {
  text-decoration: none;
  color: #4c4c4c;
}
.description_wrapper .event_description.is-opened + .read-more:after {
  background: #4c4c4c;
}
.description_wrapper.short-description .event_description {
  height: auto;
}
.description_wrapper.short-description .event_description:after {
  display: none;
}
@media screen and (max-width: 700px) {
  .description_wrapper {
    margin: 0 0 40px 0;
  }
}

.right_side_wrapper .rightBreakout .buttonWrapper {
  margin-bottom: 20px;
}
.right_side_wrapper .rightBreakout .buttonWrapper .date {
  display: none;
}
.right_side_wrapper .rightBreakout .buttonWrapper .tickets {
  margin-bottom: 45px;
}
.right_side_wrapper .rightBreakout .details {
  position: relative;
  background: #4b7066;
  border: 6px solid rgba(255, 255, 255, 0.2);
  border-right: none;
  padding: 30px 100px 30px 60px;
}
.right_side_wrapper .rightBreakout .details:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 100%;
  background: #4b7066;
  height: calc(100% + 12px);
  width: calc((100vw - 1440px) / 2);
  border: 6px solid rgba(255, 255, 255, 0.2);
  border-right: none;
  border-left: none;
}
@media screen and (max-width: 1080px) {
  .right_side_wrapper .rightBreakout .details {
    padding: 36px;
  }
}
@media screen and (max-width: 870px) {
  .right_side_wrapper .rightBreakout .details {
    padding: 30px 20px;
    border: 6px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 500px) {
  .right_side_wrapper .rightBreakout .details {
    width: calc(100% + 20px);
    margin-left: -10px;
    border-left: none;
    border-right: none;
  }
}
.right_side_wrapper .rightBreakout .details .eventDetailList .item {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 16px;
}
.right_side_wrapper .rightBreakout .details .eventDetailList .item .label {
  margin: 0 0 10px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}
.right_side_wrapper .rightBreakout .details .eventDetailList .item > svg,
.right_side_wrapper .rightBreakout .details .eventDetailList .item > .add-to-cal {
  display: none;
}
.right_side_wrapper .rightBreakout .details .eventDetailList .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
@media screen and (max-width: 870px) and (min-width: 501px) {
  .right_side_wrapper .rightBreakout .details .eventDetailList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .right_side_wrapper .rightBreakout .details .eventDetailList .item {
    width: 50%;
    padding-left: 20px;
    padding-top: 20px;
    margin-bottom: 0;
  }
  .right_side_wrapper .rightBreakout .details .eventDetailList .item.sidebar_event_date {
    width: 100%;
    padding-left: 0;
  }
  .right_side_wrapper .rightBreakout .details .eventDetailList .item:nth-child(even) {
    border-right: 3px solid rgba(255, 255, 255, 0.1);
    padding-left: 0;
  }
  .right_side_wrapper .rightBreakout .details .eventDetailList .item:nth-last-child(2):nth-child(even) {
    border-bottom: none;
  }
}

.event_sponsors {
  max-width: 300px;
  margin: 30px auto 0;
}

.event_sponsors img {
  max-height: 100px;
  max-width: 100%;
  width: auto;
}
.event_sponsors.owl-carousel .owl-item {
  text-align: center;
}
.event_sponsors.owl-carousel .owl-item img {
  width: auto;
  margin: auto;
}

.owl_carousel,
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel {
  /* No Js */
  /*
   *  Owl Carousel - Animate Plugin
   */
  /*
   *  Owl Carousel - Auto Height Plugin
   */
  /*
   *  Owl Carousel - Lazy Load Plugin
   */
  /*
   *  Owl Carousel - Video Plugin
   */
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-carousel .owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.owl-prev,
.owl-next {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%;
  direction: ltr;
  position: absolute;
  top: 50%;
  display: block;
  width: 88px;
  height: 100%;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 6;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14px' height='22px' viewBox='0 0 14 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon: arrow%3C/title%3E%3Cg id='01---homepage' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cg id='02_Tacoma-City_R2_hp_hover' transform='translate(-357.000000, -4876.000000)' stroke='%231F1F1F' stroke-width='3'%3E%3Cg id='footer' transform='translate(0.000000, 4807.000000)'%3E%3Cg id='left' transform='translate(340.000000, 51.000000)'%3E%3Cpolyline id='icon:-arrow' transform='translate(24.500000, 29.000000) scale(-1, 1) rotate(-90.000000) translate(-24.500000, -29.000000) ' points='15.5 24.5 24.5 33.5 33.5 24.5'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 870px) {
  .owl-prev,
  .owl-next {
    transform: translateY(-50%);
  }
}
.primary_events .owl-prev,
.primary_events .owl-next {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='34px' height='59px' viewBox='0 0 34 59' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon: arrow copy%3C/title%3E%3Cg id='01---homepage' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='02_Tacoma-City_R2_hp_hover' transform='translate(-1382.000000, -429.000000)' stroke='%23FFFFFF' stroke-width='6'%3E%3Cg id='primary-events' transform='translate(0.000000, 235.000000)'%3E%3Cg id='right' transform='translate(1352.000000, 0.000000)'%3E%3Cpolyline id='icon:-arrow-copy' transform='translate(46.000000, 223.500000) rotate(-90.000000) translate(-46.000000, -223.500000) ' points='19 210 46 237 73 210'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 88px;
}
.primary_events .owl-prev:hover, .primary_events .owl-prev:focus,
.primary_events .owl-next:hover,
.primary_events .owl-next:focus {
  background-color: rgba(88, 88, 91, 0.6);
}
@media screen and (max-width: 870px) {
  .primary_events .owl-prev:hover, .primary_events .owl-prev:focus,
  .primary_events .owl-next:hover,
  .primary_events .owl-next:focus {
    background-color: transparent;
  }
}
@media screen and (max-width: 870px) {
  .primary_events .owl-prev,
  .primary_events .owl-next {
    width: 30px;
    height: 30px;
    top: calc(62.1621621622vw - 30px);
    background-size: contain;
  }
  .primary_events .owl-prev:hover, .primary_events .owl-prev:focus,
  .primary_events .owl-next:hover,
  .primary_events .owl-next:focus {
    zoom: 1;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
  }
}

.owl-prev {
  left: 0;
}
.primary_events .owl-prev {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='34px' height='59px' viewBox='0 0 34 59' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon: arrow%3C/title%3E%3Cg id='01---homepage' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='02_Tacoma-City_R2_hp_hover' transform='translate(-28.000000, -430.000000)' stroke='%23F5F5F5' stroke-width='6'%3E%3Cg id='left' transform='translate(0.000000, 235.000000)'%3E%3Cpolyline id='icon:-arrow' transform='translate(46.000000, 224.500000) scale(-1, 1) rotate(-90.000000) translate(-46.000000, -224.500000) ' points='19 211 46 238 73 211'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@media screen and (max-width: 870px) {
  .primary_events .owl-prev {
    left: auto;
    width: 30px;
    height: 30px;
    right: 60px;
  }
}

.owl-next {
  right: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14px' height='22px' viewBox='0 0 14 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eicon: arrow%3C/title%3E%3Cg id='01---homepage' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cg id='02_Tacoma-City_R2_hp_hover' transform='translate(-1287.000000, -4876.000000)' stroke='%231F1F1F' stroke-width='3'%3E%3Cg id='footer' transform='translate(0.000000, 4807.000000)'%3E%3Cg id='arrows' transform='translate(340.000000, 51.000000)'%3E%3Cg id='right' transform='translate(953.500000, 29.000000) scale(-1, 1) translate(-953.500000, -29.000000) translate(929.000000, 0.000000)'%3E%3Cpolyline id='icon:-arrow' transform='translate(24.500000, 29.000000) scale(-1, 1) rotate(-90.000000) translate(-24.500000, -29.000000) ' points='15.5 24.5 24.5 33.5 33.5 24.5'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@media screen and (max-width: 870px) {
  .primary_events .owl-next {
    width: 30px;
    height: 30px;
    right: 20px;
  }
  .primary_events .owl-next svg {
    width: 30px;
    height: 30px;
  }
}

/* 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 > ul > li > a {
  font-weight: 700;
  text-decoration: none;
}
.sitemap .column > ul > li > a:hover {
  text-decoration: underline;
}
.sitemap .column > ul > li > ul li {
  margin-bottom: 10px;
}
.sitemap .column > ul > li > ul > li > a {
  margin-left: 10px;
  color: #4c4c4c;
  text-decoration: none;
}
.sitemap .column > ul > li > ul > li > a:hover {
  color: #1e1e1f;
  text-decoration: underline;
}
.sitemap .column > ul > li > ul > li > ul > li > a {
  margin-left: 20px;
  color: #4c4c4c;
  text-decoration: none;
  font-weight: 400;
}
.sitemap .column > ul > li > ul > li > ul > li > a:hover {
  color: #1e1e1f;
  text-decoration: underline;
}

/* ----------------------------------------------------------------------------
= Conditional IE Styles. Nest each browser under heading. 
= Classes are generated by Modernizr and appear in HTML tag
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Homepage Alert
----------------------------------------------------------------------------- */
.m-alert-wrapper {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 700px) {
  .m-alert-wrapper {
    text-align: center;
  }
}
.m-alert-wrapper * {
  outline-color: #fff;
}
.menu-open .m-alert-wrapper {
  display: none;
}
.m-alert-wrapper > div {
  width: 100%;
  background: #4b7066;
  display: none;
}
.m-alert-wrapper .alert-container {
  width: 1220px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 50px 30px 20px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .m-alert-wrapper .alert-container {
    padding: 65px 45px 25px 45px;
    margin: 0;
    max-width: 100%;
  }
}
.m-alert-wrapper .alert-container .alert-title {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  margin: 0 0 15px 0;
  position: relative;
  z-index: 1;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  display: inline-block;
}
.m-alert-wrapper .alert-container .alert-title:hover, .m-alert-wrapper .alert-container .alert-title:focus {
  text-decoration: underline;
}
@media screen and (min-width: 1111px) {
  .m-alert-wrapper .alert-container .alert-title {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 700px) {
  .m-alert-wrapper .alert-container .alert-title {
    position: relative;
  }
  .m-alert-wrapper .alert-container .alert-title:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 270px;
    background: #252525;
    top: -10px;
    height: 2px;
  }
}
.m-alert-wrapper .alert-container .alert-desc {
  margin: 0 0 15px 0;
}
@media screen and (min-width: 1111px) {
  .m-alert-wrapper .alert-container .alert-desc {
    width: calc(100% - 220px);
  }
}
.m-alert-wrapper .alert-container .alert-desc * {
  color: #fff;
}
.m-alert-wrapper .alert-container .alert-desc p {
  font-size: 18px;
  line-height: 1.42;
}
.m-alert-wrapper .alert-container .alert-button {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  display: inline-block;
  position: relative;
  margin: 0 0 0 0;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}
.m-alert-wrapper .alert-container .alert-button:after {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.m-alert-wrapper .alert-container .alert-button:hover, .m-alert-wrapper .alert-container .alert-button:focus {
  text-decoration: none;
}
.m-alert-wrapper .alert-container .alert-button:hover:after, .m-alert-wrapper .alert-container .alert-button:focus:after {
  background: rgba(255, 255, 255, 0.2);
}
.m-alert-wrapper .close-alert {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 30px;
  border: none;
  display: block;
  background: none;
  padding: 0;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  cursor: pointer;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  border: 2px solid #fff;
  border-radius: 50%;
}
@media screen and (max-width: 700px) {
  .m-alert-wrapper .close-alert {
    top: 20px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.m-alert-wrapper .close-alert:hover, .m-alert-wrapper .close-alert:focus {
  zoom: 1;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
.m-alert-wrapper .close-alert:before {
  width: 11px;
  height: 2px;
  position: absolute;
  z-index: 1;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  background: #fff;
  border-radius: 5px;
}
.m-alert-wrapper .close-alert:after {
  width: 11px;
  height: 2px;
  position: absolute;
  z-index: 1;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  background: #fff;
  border-radius: 5px;
}

.asm_promo {
  margin: auto;
  width: 100%;
  max-width: 980px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}
.asm_promo + .asm_promo {
  margin-top: 20px;
}
.asm_promo img {
  width: 100%;
  display: block;
}
.asm_promo img.list_image {
  display: none;
}
.asm_promo .p_thumb {
  position: relative;
  width: 40%;
  flex-grow: 0;
  background-size: cover;
  background-position: center;
}
.asm_promo .p_thumb img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
  height: 100%;
  display: block;
  visibility: hidden;
}
@media screen and (max-width: 870px) {
  .asm_promo .p_thumb {
    width: 100%;
  }
}
.asm_promo .p_info {
  position: relative;
  width: 100%;
  flex-grow: 1;
  text-align: center;
  padding: 40px;
}
.asm_promo .p_info p {
  line-height: 1.5;
}
@media screen and (max-width: 870px) {
  .asm_promo .p_info {
    padding: 20px 20px 20px;
  }
}
.asm_promo .p_thumb + .p_info {
  align-self: stretch;
  text-align: center;
}
@media screen and (min-width: 871px) {
  .asm_promo .p_thumb + .p_info {
    width: 60%;
  }
}
.asm_promo .title {
  font-size: 25px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .asm_promo .title {
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .asm_promo {
    flex-wrap: wrap;
  }
}
.event_list .asm_promo {
  height: 100%;
  flex-direction: column;
}
.event_list .asm_promo .p_thumb,
.event_list .asm_promo .p_info {
  width: 100%;
}
.event_list .asm_promo .p_thumb:after,
.event_list .asm_promo .p_info:after {
  display: none;
}
.event_list .asm_promo .p_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .event_list .asm_promo[data-layout="Image Only"] .grid_image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 101%;
    min-width: 100%;
  }
}
.event_list_grid .asm_promo .p_thumb,
.event_list_grid .asm_promo .p_info {
  width: 100%;
}
.event_list_grid .asm_promo .p_thumb + .p_info {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .event_list_listing .asm_promo {
    height: auto;
    flex-direction: row;
  }
  .event_list_listing .asm_promo .p_thumb {
    width: 40%;
  }
  .event_list_listing .asm_promo .p_thumb + .p_info {
    width: 60%;
    align-items: flex-start;
    text-align: left;
  }
  .event_list_listing .asm_promo img {
    position: relative;
  }
  .event_list_listing .asm_promo img.grid_image {
    display: none;
  }
  .event_list_listing .asm_promo img.list_image {
    display: block;
  }
}

.asm_promo {
  max-width: 975px;
  border: 4px solid rgba(255, 255, 255, 0.28);
  background: #4b7066;
  justify-content: center;
}
.asm_promo .p_info {
  color: white;
  text-align: center;
}
.asm_promo .p_info .title {
  color: white;
  font-size: 31px;
}
@media screen and (max-width: 700px) {
  .asm_promo .p_info .title {
    font-size: 25px;
  }
}
.asm_promo .p_info p {
  color: white;
}
.asm_promo .p_info .link {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  line-height: 16px;
  border-bottom: 2px solid #fff;
  padding-bottom: 6px;
  display: inline-block;
}
.asm_promo .p_info .link:hover, .asm_promo .p_info .link:focus {
  border-color: rgba(255, 255, 255, 0.2);
}
.homepage_promo .asm_promo[data-layout="Text Only"] {
  background: none;
  border: none;
  max-width: 880px;
  width: calc(100% - 140px);
  background-repeat: no-repeat;
  background-size: initial;
  background-position: center;
  padding: 25px 40px;
  position: relative;
  border: 6px solid #eadad4;
  overflow: visible;
  background: #a54424;
}
.homepage_promo .asm_promo[data-layout="Text Only"]:before, .homepage_promo .asm_promo[data-layout="Text Only"]:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 100%;
  width: 46px;
  height: 100%;
  display: block;
  z-index: 2;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='982px' height='277px' viewBox='0 0 982 277' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EFill 1%3C/title%3E%3Cg id='01---homepage' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='01_Tacoma-City_R2_hp_static' transform='translate(-230.000000, -1992.000000)' fill='%23A54424' stroke='%23EADAD4' stroke-width='6'%3E%3Cg id='container' transform='translate(233.000000, 1995.000000)'%3E%3Cpath d='M931.2,217.88 L927.42,220.36 L927.42,270.14 L804.08,270.14 C804.35,270.1 804.62,270.05 804.89,270 L48.28,270 L48.28,220.22 L44.5,217.75 C16.63,199.49 0,168.56 0,135.01 C0,101.45 16.63,70.52 44.5,52.26 L48.28,49.79 L48.28,0 L917.42,0 L917.42,0.14 L927.42,0.14 L927.42,49.92 L931.2,52.4 C959.06,70.66 975.69,101.59 975.69,135.15 C975.69,168.7 959.06,199.63 931.2,217.88 Z' id='Fill-1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 870px) {
  .homepage_promo .asm_promo[data-layout="Text Only"]:before, .homepage_promo .asm_promo[data-layout="Text Only"]:after {
    display: none;
  }
}
.homepage_promo .asm_promo[data-layout="Text Only"]:after {
  right: auto;
  left: 100%;
  background-position: right;
}
.homepage_promo .asm_promo[data-layout="Text Only"] .p_info {
  border: 4px solid rgba(255, 255, 255, 0.28);
}
@media screen and (max-width: 870px) {
  .homepage_promo .asm_promo[data-layout="Text Only"] {
    padding: 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 500px) {
  .homepage_promo .asm_promo[data-layout="Text Only"] {
    width: calc(100% - 20px);
  }
}
.asm_promo[data-layout="Image Only"] {
  border: none;
}
.event_list .asm_promo {
  background: #f5e7cc;
  border: 4px solid #f7eedb;
}
.event_list .asm_promo[data-layout="Image Only"] {
  border: none;
}
.event_list .asm_promo .p_info {
  position: relative;
  color: #3c3c3e;
  z-index: 2;
  overflow: hidden;
}
.event_list .asm_promo .p_info:before, .event_list .asm_promo .p_info:after {
  transform: translateY(-70%) translateX(-50%);
  position: absolute;
  top: 0px;
  left: 50%;
  content: "";
  opacity: 0.3;
  border: 4px solid #ffffff;
  height: 387px;
  width: 387px;
  border-radius: 50%;
  z-index: 1;
  display: block;
}
.event_list .asm_promo .p_info:after {
  transform: translateY(70%) translateX(-50%);
  top: auto;
  bottom: 0px;
}
.event_list .asm_promo .p_info .title {
  color: #3c3c3e;
  z-index: 2;
}
.event_list .asm_promo .p_info p {
  color: #3c3c3e;
  z-index: 2;
}
.event_list .asm_promo .p_info .link {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #3c3c3e;
  letter-spacing: 1px;
  text-align: center;
  line-height: 16px;
  border-bottom: 2px solid #3c3c3e;
  padding-bottom: 6px;
  z-index: 2;
}
.event_list .asm_promo .p_info .link:hover, .event_list .asm_promo .p_info .link:focus {
  border-color: rgba(60, 60, 62, 0.2);
}
.event_list_listing .asm_promo .p_info:before, .event_list_listing .asm_promo .p_info:after {
  transform: translate(-50%, 0);
  height: 1194px;
  width: 1194px;
}
.event_list_listing .asm_promo .p_info:before {
  top: 70%;
}
.event_list_listing .asm_promo .p_info:after {
  top: auto;
  bottom: 70%;
}
.homepage_promo .asm_promo {
  width: calc(100% - 40px);
}
@media screen and (max-width: 500px) {
  .homepage_promo .asm_promo {
    width: calc(100% - 20px);
  }
}

a.asm_promo .p_thumb:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
a.asm_promo .p_thumb:hover:before, a.asm_promo .p_thumb:focus:before {
  content: "";
  zoom: 1;
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
}
a.asm_promo .title:hover, a.asm_promo .title:focus {
  text-decoration: underline;
}

#venue_widgets_framework .l-m-venue_widget {
  border-radius: 0px 0px 0 0;
}
#venue_widgets_framework .m-venueframework__header {
  z-index: 1;
  float: none;
  background-color: #4b7066;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: rgba(195, 141, 40, 0.3);
  border-left-color: #ffffff;
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-width: 0px;
  border-left-width: 0px;
}
#venue_widgets_framework .m-venueframework__header-icon {
  background-color: #4b7066;
  border-left-color: #4b7066;
  border-top-color: #4b7066;
  border-bottom-color: #4b7066;
}
#venue_widgets_framework .m-venueframework__header-icon svg {
  fill: white;
}
#venue_widgets_framework .m-venueframework__header-shadow {
  background: rgba(0, 0, 0, 0);
}
#venue_widgets_framework .m-venueframework__header-text {
  color: white;
  text-transform: uppercase;
  padding: 0 0 0 0px;
}
#venue_widgets_framework .m-venueframework__header-link, #venue_widgets_framework .m-venueframework__header-link:visited {
  background-color: #4b7066;
  color: white;
}
#venue_widgets_framework .m-venueframework__header-link:hover, #venue_widgets_framework .m-venueframework__header-link:focus, #venue_widgets_framework .m-venueframework__header-link:active, #venue_widgets_framework .m-venueframework__header-link:visited:hover, #venue_widgets_framework .m-venueframework__header-link:visited:focus, #venue_widgets_framework .m-venueframework__header-link:visited:active {
  background-color: #4b7066;
  color: white;
}
#venue_widgets_framework .m-venueframework__header-link:before, #venue_widgets_framework .m-venueframework__header-link:visited:before {
  background-color: transparent;
}
#venue_widgets_framework .m-venueframework__widget-body {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  background-color: #ffffff;
  border-radius: 0 0 0 0;
}
#venue_widgets_framework .m-venueframework__widget-body__noHeader {
  border-radius: 0px 0px 0 0;
  border-top: 1px solid #ffffff;
}
#venue_widgets_framework .m-owlcarousel__controls-icon {
  border-color: transparent;
  background-color: transparent;
}
#venue_widgets_framework .m-owlcarousel__controls-icon svg {
  stroke: #fff;
}
#venue_widgets_framework .m-owlcarousel__controls-icon:hover, #venue_widgets_framework .m-owlcarousel__controls-icon:focus {
  border-color: #a54424;
  background-color: transparent;
}
#venue_widgets_framework .m-owlcarousel__controls-icon:hover svg, #venue_widgets_framework .m-owlcarousel__controls-icon:focus svg {
  stroke: #a54424;
}
#venue_widgets_framework .owl-page span {
  background: transparent;
}
#venue_widgets_framework .owl-page.active span {
  background: #c38d28;
}
#venue_widgets_framework .l-m-venue_widget .owl-wrapper, #venue_widgets_framework .l-m-venue_widget .owl-wrapper-outer, #venue_widgets_framework .l-m-venue_widget .owl-item {
  height: 100%;
}
#venue_widgets_framework .m-venueframework-linklist__item.has_no_link {
  border-bottom-color: rgba(195, 141, 40, 0.3);
}
#venue_widgets_framework .m-venueframework-linklist__link, #venue_widgets_framework .m-venueframework-linklist__link:visited {
  border-bottom-color: rgba(195, 141, 40, 0.3);
}
#venue_widgets_framework .m-venueframework-linklist__link:hover, #venue_widgets_framework .m-venueframework-linklist__link:focus, #venue_widgets_framework .m-venueframework-linklist__link:visited:hover, #venue_widgets_framework .m-venueframework-linklist__link:visited:focus {
  background-color: transparent;
}
#venue_widgets_framework .m-venueframework-linklist__link:hover .m-venueframework-linklist__item-title, #venue_widgets_framework .m-venueframework-linklist__link:focus .m-venueframework-linklist__item-title, #venue_widgets_framework .m-venueframework-linklist__link:visited:hover .m-venueframework-linklist__item-title, #venue_widgets_framework .m-venueframework-linklist__link:visited:focus .m-venueframework-linklist__item-title {
  color: #a54424;
}
#venue_widgets_framework .m-venueframework-linklist__link:hover .m-venueframework-linklist__item-subtitle, #venue_widgets_framework .m-venueframework-linklist__link:focus .m-venueframework-linklist__item-subtitle, #venue_widgets_framework .m-venueframework-linklist__link:visited:hover .m-venueframework-linklist__item-subtitle, #venue_widgets_framework .m-venueframework-linklist__link:visited:focus .m-venueframework-linklist__item-subtitle {
  color: #000000;
}
#venue_widgets_framework .m-venueframework-linklist__link:hover .m-venueframework-linklist__item-icon svg, #venue_widgets_framework .m-venueframework-linklist__link:focus .m-venueframework-linklist__item-icon svg, #venue_widgets_framework .m-venueframework-linklist__link:visited:hover .m-venueframework-linklist__item-icon svg, #venue_widgets_framework .m-venueframework-linklist__link:visited:focus .m-venueframework-linklist__item-icon svg {
  stroke: #a54424;
}
#venue_widgets_framework .m-venueframework-linklist__item-title {
  color: #000000;
}
#venue_widgets_framework .m-venueframework-linklist__item-subtitle {
  color: #000000;
}
#venue_widgets_framework .m-venueframework-linklist__item-icon {
  color: #000000;
}
#venue_widgets_framework .m-venueframework-linklist__item-icon svg {
  stroke: #000000;
}
#venue_widgets_framework .has_image .m-venueframework-newswidget__item:nth-child(3) a, #venue_widgets_framework .has_image .m-venueframework-newswidget__item:nth-child(3) a:visited, #venue_widgets_framework .has_image .m-venueframework-newswidget__item:nth-child(3).has_no_link {
  border-bottom-color: rgba(195, 141, 40, 0.3);
}
#venue_widgets_framework .m-venueframework-newswidget__item-date {
  color: #000000;
}
#venue_widgets_framework .m-venueframework-newswidget__item-title {
  color: #000000;
}
#venue_widgets_framework .m-venueframework-newswidget__item-subtitle {
  color: #000000;
}
#venue_widgets_framework .m-venueframework-newswidget__link, #venue_widgets_framework .m-venueframework-newswidget__link:visited {
  border-bottom-color: rgba(195, 141, 40, 0.3);
}
#venue_widgets_framework .m-venueframework-newswidget__link:hover, #venue_widgets_framework .m-venueframework-newswidget__link:focus, #venue_widgets_framework .m-venueframework-newswidget__link:visited:hover, #venue_widgets_framework .m-venueframework-newswidget__link:visited:focus {
  background-color: transparent;
}
#venue_widgets_framework .m-venueframework-newswidget__link:hover .m-venueframework-newswidget__item-date, #venue_widgets_framework .m-venueframework-newswidget__link:focus .m-venueframework-newswidget__item-date, #venue_widgets_framework .m-venueframework-newswidget__link:visited:hover .m-venueframework-newswidget__item-date, #venue_widgets_framework .m-venueframework-newswidget__link:visited:focus .m-venueframework-newswidget__item-date {
  color: #000000;
}
#venue_widgets_framework .m-venueframework-newswidget__link:hover .m-venueframework-newswidget__item-title, #venue_widgets_framework .m-venueframework-newswidget__link:focus .m-venueframework-newswidget__item-title, #venue_widgets_framework .m-venueframework-newswidget__link:visited:hover .m-venueframework-newswidget__item-title, #venue_widgets_framework .m-venueframework-newswidget__link:visited:focus .m-venueframework-newswidget__item-title {
  color: #a54424;
}
#venue_widgets_framework .m-venueframework-newswidget__link:hover .m-venueframework-newswidget__item-subtitle, #venue_widgets_framework .m-venueframework-newswidget__link:focus .m-venueframework-newswidget__item-subtitle, #venue_widgets_framework .m-venueframework-newswidget__link:visited:hover .m-venueframework-newswidget__item-subtitle, #venue_widgets_framework .m-venueframework-newswidget__link:visited:focus .m-venueframework-newswidget__item-subtitle {
  color: #000000;
}
#venue_widgets_framework .m-venueframework-socialwidget__description {
  color: #000000;
}
#venue_widgets_framework .m-venueframework-socialwidget__description a, #venue_widgets_framework .m-venueframework-socialwidget__description a:visited {
  color: #000000;
}
#venue_widgets_framework .m-venueframework-socialwidget__description a:hover, #venue_widgets_framework .m-venueframework-socialwidget__description a:focus {
  color: #000000;
}
#venue_widgets_framework .m-venueframework-socialwidget__meta {
  color: #000000;
}
#venue_widgets_framework .m-venueframework-socialwidget__meta a, #venue_widgets_framework .m-venueframework-socialwidget__meta a:visited {
  color: #000000;
}
#venue_widgets_framework .m-venueframework-socialwidget__meta a:hover, #venue_widgets_framework .m-venueframework-socialwidget__meta a:focus {
  color: #a54424;
}
#venue_widgets_framework .m-venueframework-socialwidget__meta .delimiter {
  color: #000000;
}
#venue_widgets_framework .l-m-venue_widget__youtubewidget .entry {
  background-color: #ffffff;
}
#venue_widgets_framework .l-m-venue_widget__youtubewidget .title {
  color: #000000;
}
#venue_widgets_framework .l-m-venue_widget__youtubewidget .meta {
  color: #000000;
}
#venue_widgets_framework .l-m-venue_widget__youtubewidget .m-venueframework__widget-body {
  border: none;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon {
  border-color: transparent;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon svg {
  stroke: #fff;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon:hover {
  border-color: #fff;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon:hover svg {
  stroke: #fff;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-row {
  color: #000000;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar-container:after {
  background: #ffffff;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-head {
  color: #000000;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-body {
  background: #eeeeee;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div {
  background: #ffffff;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div > span.fc-date {
  color: #000000;
  background: #ffffff;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content > span.fc-date {
  color: #000000;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content > span.fc-date:after {
  background: #000000;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content {
  background: #ffffff;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content:hover {
  background: #ffffff;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content:hover .fc-date {
  color: #a54424;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content:hover .fc-date:after {
  background: #a54424;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today .fc-date {
  background: white;
  color: #000;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today.fc-content .fc-date {
  background: #000000;
  color: #000;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today.fc-content .fc-date:after {
  background: #000;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal {
  color: #000000;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-body, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-dialog, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-content {
  background: #ffffff;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in {
  border-radius: 0px 0px 0 0;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .modal-body {
  border: 1px solid #000;
  border-top: none;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .close {
  border: none;
  border: 1px solid #000;
  background: #ffffff;
  color: #000000;
  border-radius: 0px 0px 0 0;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .close:hover {
  background: #4b7066;
  color: white;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .date {
  color: #000000;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in h3 a {
  color: #000000;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .info .calendar_buttons a, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .info .calendar_buttons a.tickets {
  color: #000000;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .info .calendar_buttons a svg, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .info .calendar_buttons a.tickets svg {
  fill: #000000;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .info .calendar_buttons a:hover, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .info .calendar_buttons a.tickets:hover {
  color: #a54424;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .info .calendar_buttons a:hover svg, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .info .calendar_buttons a.tickets:hover svg {
  fill: #a54424;
}
#venue_widgets_framework .l-m-venue_widget__promotionswidget .m-venueframework__widget-body {
  border: none;
}
#venue_widgets_framework .m-venueframework-promotionswidget__item-title h2 {
  color: #fff;
}
#venue_widgets_framework .m-venueframework-promotionswidget__item-subtitle {
  color: #fff;
}
#venue_widgets_framework .m-venueframework-promotionswidget__item-subtitle:after {
  background: #fff;
}
#venue_widgets_framework .l-m-venue_widget__eventslist {
  overflow: hidden;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon {
  border-color: transparent;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon svg {
  stroke: #fff;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon:hover {
  border-color: #fff;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon:hover svg {
  stroke: #fff;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__date {
  color: #000000;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title, #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title a {
  color: #000000;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title:hover, #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title a:hover {
  color: #a54424;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__tagline {
  color: #000000;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__item {
  border-right-color: rgba(195, 141, 40, 0.3);
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a {
  color: #000000;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a:hover {
  color: #a54424;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a:hover svg path {
  fill: #000000;
}
#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a svg path {
  fill: #a54424;
}

/***************************
*
*  WIDGET STYLING OVERRIDES
*
****************************/
#venue_widgets_framework.isLoaded.isLoaded {
  margin-top: 20px;
  padding: 90px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  #venue_widgets_framework.isLoaded.isLoaded {
    padding: 30px 0;
  }
}
#venue_widgets_framework.isLoaded.isLoaded:before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  visibility: visible;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #f5f5f5;
}

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today {
  border: 2px solid #c38d28;
}
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today .fc-date {
  padding-top: 8px;
}

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

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

#venue_widgets_framework .owl-page:not(.active) span {
  border: 1px solid #58585b;
}

#venue_widgets_framework .m-venueframework-linklist__link,
#venue_widgets_framework .m-venueframework-linklist__link:visited {
  width: calc(100% - 40px);
  padding: 15px 0;
  margin-left: 20px;
  border-bottom-width: 2px;
}

#venue_widgets_framework .font_open-sans .m-venueframework__header-link,
#venue_widgets_framework .font_open-sans .m-venueframework__header-link:visited {
  font-weight: 600;
}

#venue_widgets_framework .m-venueframework-linklist__item {
  height: 76px;
}

#venue_widgets_framework .font_open-sans .m-venueframework__header-text {
  font-size: 18px;
}

#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal .entry h3 a:hover {
  color: #a54424;
}
