/* ----------------------------------------------------------------------------
= 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; }

/* 
 * -- We already set these things per project.
 *
 */
button {
  border: none;
  background: none;
  padding: 0px; }

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

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

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

.clear {
  clear: both; }

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

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

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

.invisible {
  visibility: hidden; }

.hide {
  display: none; }

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

.header-base, h1, h2, h3, h4, h5, h6, .spotlight .date,
.concierge .date,
.news_list .date,
.contest_list .date,
.job_list .date,
.seating_charts .date,
.offer_list .date, .spotlight .title,
.concierge .title,
.news_list .title,
.contest_list .title,
.job_list .title,
.seating_charts .title,
.offer_list .title, .faq .faq_list_item p, .sitemap .column > ul > li > a {
  margin: 0 0 20px;
  font-family: "Roboto Mono", monospace;
  color: #333; }

h1, .h1 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 61px;
  color: #000;
  letter-spacing: 0.4px;
  line-height: 64px; }
  @media screen and (max-width: 870px) {
    h1, .h1 {
      font-size: 2.44140625rem;
      line-height: normal; } }

h2, .h2 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 49px;
  color: #000000;
  letter-spacing: 0.4px;
  line-height: 51px; }
  @media screen and (max-width: 870px) {
    h2, .h2 {
      font-size: 1.953125rem;
      line-height: normal; } }
  h2.long_title, .h2.long_title {
    font-size: 1.5625rem; }

h3, .h3, .sitemap .column > ul > li > a {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 39px;
  color: #000000;
  letter-spacing: 0.4px;
  line-height: 51px; }
  @media screen and (max-width: 870px) {
    h3, .h3, .sitemap .column > ul > li > a {
      font-size: 1.5625rem;
      line-height: normal; } }

h4, .h4, .spotlight .title,
.concierge .title,
.news_list .title,
.contest_list .title,
.job_list .title,
.seating_charts .title,
.offer_list .title, .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 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 31px;
  color: #000000;
  letter-spacing: 0.4px;
  line-height: 33px; }
  @media screen and (max-width: 870px) {
    h4, .h4, .spotlight .title,
    .concierge .title,
    .news_list .title,
    .contest_list .title,
    .job_list .title,
    .seating_charts .title,
    .offer_list .title, .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 {
      font-size: 1.25rem;
      line-height: normal; } }

h5, .h5, .spotlight .date,
.concierge .date,
.news_list .date,
.contest_list .date,
.job_list .date,
.seating_charts .date,
.offer_list .date, .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, .spotlight[data-layout="square"] .entry .title a,
.concierge[data-layout="square"] .entry .title a,
.news_list[data-layout="square"] .entry .title a,
.contest_list[data-layout="square"] .entry .title a,
.job_list[data-layout="square"] .entry .title a,
.seating_charts[data-layout="square"] .entry .title a,
.offer_list[data-layout="square"] .entry .title a {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #000000;
  letter-spacing: 0.4px;
  line-height: 26px; }
  @media screen and (max-width: 870px) {
    h5, .h5, .spotlight .date,
    .concierge .date,
    .news_list .date,
    .contest_list .date,
    .job_list .date,
    .seating_charts .date,
    .offer_list .date, .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, .spotlight[data-layout="square"] .entry .title a,
    .concierge[data-layout="square"] .entry .title a,
    .news_list[data-layout="square"] .entry .title a,
    .contest_list[data-layout="square"] .entry .title a,
    .job_list[data-layout="square"] .entry .title a,
    .seating_charts[data-layout="square"] .entry .title a,
    .offer_list[data-layout="square"] .entry .title a {
      font-size: 1rem;
      line-height: normal; } }

h6, .h6 {
  font-size: 0.8rem; }
  @media screen and (max-width: 870px) {
    h6, .h6 {
      font-size: 0.8rem;
      line-height: normal; } }

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

.p-base, p, .p, address, .address, .cms ul li, .textarea ul li, .spotlight_text ul li, .faq ul li, .link .description ul li, .event_description ul li, ol > li, table tr td, .sitemap .column > ul > li > ul > li > a {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-size: 17px;
  color: #484349;
  letter-spacing: 0;
  line-height: 31px; }

p, .p {
  margin: 0 0 20px; }
  p.lead, .p.lead {
    font-family: "Roboto Mono", monospace;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    line-height: 43px; }
    @media screen and (max-width: 700px) {
      p.lead, .p.lead {
        font-size: 1.5625rem;
        line-height: 39px; } }
  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: 10px 0px 10px 60px; }
    .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: 25px;
      left: 08px;
      width: 25px;
      height: 3px;
      background-color: #0079C1; }
    .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: 10px 0px 10px 60px;
  counter-increment: li-counter;
  position: relative;
  z-index: 1; }
  ol > li:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 11px;
    width: 25px;
    height: 25px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.4px;
    line-height: 17px;
    content: "0" counter(li-counter); }
  ol > li:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F5F5F5;
    z-index: -1; }

a:not(.button) {
  border: none;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear; }
  a:not(.button):hover {
    color: #0079C1; }
  .textarea p a:not(.button), .textarea li a:not(.button),
  .cms p a:not(.button), .cms li a:not(.button),
  .spotlight_content a:not(.button), .m-eventDetailList__item a:not(.button),
  .event_description a:not(.button) {
    display: inline-block; }
    .textarea p a:not(.button):after, .textarea li a:not(.button):after,
    .cms p a:not(.button):after, .cms li a:not(.button):after,
    .spotlight_content a:not(.button):after, .m-eventDetailList__item a:not(.button):after,
    .event_description a:not(.button):after {
      content: " ";
      position: absolute;
      bottom: 1px;
      left: 0px;
      width: 100%;
      height: 2px;
      background: #0079C1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .textarea p a:not(.button):hover:after, .textarea li a:not(.button):hover:after,
    .cms p a:not(.button):hover:after, .cms li a:not(.button):hover:after,
    .spotlight_content a:not(.button):hover:after, .m-eventDetailList__item a:not(.button):hover:after,
    .event_description a:not(.button):hover:after {
      height: 3px; }

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

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

blockquote {
  background-image: linear-gradient(90deg, #000000 0%, #2D2D2D 100%);
  margin: 40px 0px;
  padding: 50px 70px 30px; }
  @media screen and (max-width: 700px) {
    blockquote {
      padding: 40px 40px 20px; } }
  @media screen and (max-width: 500px) {
    blockquote {
      padding: 40px 20px 20px; } }
  blockquote p {
    font-family: "Roboto Mono", monospace;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 36px; }
  blockquote .name {
    position: relative;
    z-index: 1;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0.4px;
    line-height: 21px;
    padding-top: 8px;
    display: inline-block;
    margin-top: 0px; }
    @media screen and (max-width: 700px) {
      blockquote .name {
        margin-top: 30px;
        padding-top: 10px; } }
    blockquote .name em {
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 600;
      font-size: 13px;
      color: #FFFFFF;
      letter-spacing: 0.4px;
      text-align: right;
      line-height: 14px;
      font-style: normal; }
    blockquote .name:after {
      content: " ";
      position: absolute;
      width: 70px;
      left: 0px;
      top: -3px;
      height: 3px;
      background: #0079C1; }

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

html {
  height: 100%;
  outline: 0px !important; }

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

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

.breadcrumbs {
  display: none; }

#layout {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0px;
  outline: 0px !important; }

#content {
  position: relative;
  width: 100%;
  min-height: 410px;
  margin: 0 auto;
  padding: 0;
  clear: both;
  padding-top: 175px; }
  @media screen and (max-width: 1280px) {
    #content {
      padding-top: 155px; } }
  @media screen and (max-width: 1024px) {
    #content {
      padding-top: 70px; } }
  @media screen and (max-width: 500px) {
    #content {
      padding-top: 55px; } }

a.accessible {
  display: none; }

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

.one_sidebar_right {
  width: 100%; }
  .one_sidebar_right #column_1 {
    width: 100%;
    max-width: 1180px;
    margin: 0px auto;
    position: relative;
    padding: 0px 100px 0px 40px;
    float: none;
    min-height: 440px; }
    @media screen and (max-width: 870px) {
      .one_sidebar_right #column_1 {
        padding: 0px 20px;
        min-height: none; } }
  .one_sidebar_right #column_2 {
    position: absolute;
    left: 10px;
    top: 20px;
    background: #222;
    width: 300px; }
  .one_sidebar_right .leftColumn {
    width: calc(100% - 300px);
    margin-left: 300px;
    background: transparent; }
    @media screen and (max-width: 870px) {
      .one_sidebar_right .leftColumn {
        width: 100%;
        margin-left: 0px; } }
  .one_sidebar_right .rightBreakout {
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
    width: 275px;
    padding: 11px 20px 5px 20px; }
    @media screen and (max-width: 870px) {
      .one_sidebar_right .rightBreakout {
        position: relative;
        top: auto;
        left: auto;
        width: calc(100% + 40px);
        margin-left: -20px; } }

.full {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto; }
  .full .full_column {
    width: 100%;
    max-width: 990px;
    background: #fff;
    padding: 10px 20px;
    margin: 0px auto; }
    @media screen and (max-width: 700px) {
      .full .full_column {
        padding: 10px; } }

.page_title {
  width: calc(100% - 20px);
  background-image: linear-gradient(45deg, #000000 0%, #2D2D2D 100%);
  margin: 10px 10px 35px; }
  @media screen and (max-width: 700px) {
    .page_title {
      width: 100%;
      margin: 0px 0px 20px; } }
  .page_title.has_slideshow {
    margin-top: 0px;
    padding-top: 10px;
    background: transparent; }
    @media screen and (max-width: 700px) {
      .page_title.has_slideshow {
        padding-top: 3px; } }
    .page_title.has_slideshow .title-inner-wrapper {
      padding-top: 20px; }
      @media screen and (max-width: 700px) {
        .page_title.has_slideshow .title-inner-wrapper {
          padding-top: 0px; } }
  .page_title .title-inner-wrapper {
    width: 100%;
    max-width: 990px;
    padding: 50px 20px 20px;
    margin: 0px auto; }
    @media screen and (max-width: 700px) {
      .page_title .title-inner-wrapper {
        padding: 15px 10px;
        text-align: center; } }
    .page_title .title-inner-wrapper h1 {
      color: white;
      margin-bottom: 0px; }
      @media screen and (max-width: 700px) {
        .page_title .title-inner-wrapper h1 {
          padding: 15px 0px; } }

.branding, #branding {
  width: calc(100% - 20px);
  background-image: linear-gradient(45deg, #000000 0%, #2D2D2D 100%);
  margin: 10px 10px 30px; }
  @media screen and (max-width: 1080px) {
    .branding, #branding {
      width: 100%;
      margin: 0px 0px 30px;
      border-top: 10px solid white; } }
  @media screen and (max-width: 700px) {
    .branding, #branding {
      border-top: 5px solid white; } }
  @media screen and (max-width: 400px) {
    .branding, #branding {
      border-top: 3px solid white; } }
  .branding > div, .branding > img, #branding > div, #branding > img {
    width: 100%;
    max-width: 990px;
    margin: 0px auto; }
    @media screen and (max-width: 1080px) {
      .branding > div, .branding > img, #branding > div, #branding > img {
        max-width: none; } }
  .branding > img, #branding > img {
    border: 10px solid white;
    border-top: none; }
    @media screen and (max-width: 700px) {
      .branding > img, #branding > img {
        border: 5px solid white;
        border-top: none; } }
    @media screen and (max-width: 400px) {
      .branding > img, #branding > img {
        border: 3px solid white;
        border-top: none; } }
  .branding .rsDefault .rsOverflow, #branding .rsDefault .rsOverflow {
    background: white;
    padding: 0px 10px 0px;
    margin-bottom: 10px; }
    @media screen and (max-width: 700px) {
      .branding .rsDefault .rsOverflow, #branding .rsDefault .rsOverflow {
        padding: 0px 5px 0px; } }
    @media screen and (max-width: 400px) {
      .branding .rsDefault .rsOverflow, #branding .rsDefault .rsOverflow {
        padding: 0px 3px 0px; } }
    .branding .rsDefault .rsOverflow img, #branding .rsDefault .rsOverflow img {
      border-bottom: 10px solid white; }
      @media screen and (max-width: 700px) {
        .branding .rsDefault .rsOverflow img, #branding .rsDefault .rsOverflow img {
          border-bottom: 5px solid white; } }
      @media screen and (max-width: 400px) {
        .branding .rsDefault .rsOverflow img, #branding .rsDefault .rsOverflow img {
          border-bottom: 3px solid white; } }

#venue_widgets_framework {
  margin-top: 100px; }

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

.user-is-tabbing *:focus,
.user-is-tabbing *.is-focused {
  outline: auto;
  outline: -webkit-focus-ring-color auto 5px; }

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

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

/* ----------------------------------------------------------------------------
= Header basics
----------------------------------------------------------------------------- */
header {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0px;
  z-index: 999;
  outline: 0px !important; }

header .header-inner {
  position: relative;
  outline: 0px !important;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  height: 175px;
  background-image: linear-gradient(180deg, #0079C1 0%, #00629C 100%);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  @media screen and (max-width: 1024px) {
    header .header-inner {
      zoom: 1;
      z-index: 900;
      min-height: 50px; }
      header .header-inner:before, header .header-inner:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      header .header-inner:after {
        clear: both; } }
  @media screen and (max-width: 1280px) {
    header .header-inner {
      height: 155px; } }
  @media screen and (max-width: 1024px) {
    header .header-inner {
      height: 70px; } }
  @media screen and (max-width: 500px) {
    header .header-inner {
      height: 55px;
      padding: 0px 10px; } }
  header .header-inner:after {
    content: " ";
    top: 86px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 1px;
    background: white;
    opacity: 0.2;
    z-index: 1000;
    visibility: visible;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear; }
    @media screen and (max-width: 1280px) {
      header .header-inner:after {
        top: 66px; } }
    @media screen and (max-width: 1024px) {
      header .header-inner:after {
        display: none; } }

header.is-fixed .header-inner {
  height: 70px; }
  @media screen and (max-width: 500px) {
    header.is-fixed .header-inner {
      height: 55px; } }
  header.is-fixed .header-inner:after {
    opacity: 0; }
  header.is-fixed .header-inner .header-search {
    height: 0px;
    visibility: hidden; }
    header.is-fixed .header-inner .header-search .header-search-wrapper {
      opacity: 0; }
    @media screen and (max-width: 1024px) {
      header.is-fixed .header-inner .header-search {
        height: 70px;
        visibility: visible; }
        header.is-fixed .header-inner .header-search .header-search-wrapper {
          opacity: 1; } }
    @media screen and (max-width: 500px) {
      header.is-fixed .header-inner .header-search {
        height: 55px; } }
  header.is-fixed .header-inner .header-top {
    height: 0px; }
    header.is-fixed .header-inner .header-top .header-left, header.is-fixed .header-inner .header-top .header-right {
      opacity: 0;
      height: 0px; }
      @media screen and (max-width: 1024px) {
        header.is-fixed .header-inner .header-top .header-left, header.is-fixed .header-inner .header-top .header-right {
          height: auto;
          opacity: 1; } }
  header.is-fixed .header-inner .header-bottom {
    height: 70px; }
    @media screen and (max-width: 500px) {
      header.is-fixed .header-inner .header-bottom {
        height: 55px; } }
  header.is-fixed .header-inner .logo {
    width: 208px;
    height: 29px; }
    @media screen and (max-width: 1280px) {
      header.is-fixed .header-inner .logo {
        top: 22px; } }
    @media screen and (max-width: 500px) {
      header.is-fixed .header-inner .logo {
        top: 14px; } }
    @media screen and (max-width: 400px) {
      header.is-fixed .header-inner .logo {
        width: 45px;
        height: 46px;
        top: 5px; } }
  header.is-fixed .header-inner .main_nav > ul > li {
    padding-bottom: 10px;
    padding-top: 22px; }
    @media screen and (max-width: 1080px) {
      header.is-fixed .header-inner .main_nav > ul > li {
        padding-left: 22px;
        padding-right: 22px; } }
  header.is-fixed .header-inner .main_nav > ul > li > a {
    font-size: 16px; }
  header.is-fixed .header-inner li.page_43 {
    margin-right: -30px; }
  header.is-fixed .header-inner li.page_30 {
    margin-right: 125px; }
  header.is-fixed .header-inner li.page_36 {
    margin-left: 125px; }

.header-top {
  height: 93px;
  max-width: 1220px;
  margin: 0px auto;
  position: relative;
  padding: 0px 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  @media screen and (max-width: 1280px) {
    .header-top {
      height: 73px; } }
  @media screen and (max-width: 500px) {
    .header-top {
      height: 55px; } }
  .header-top .header-left {
    width: 270px;
    top: 18px;
    position: absolute;
    left: 0px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    @media screen and (max-width: 1280px) {
      .header-top .header-left {
        top: 14px; } }
    @media screen and (max-width: 1024px) {
      .header-top .header-left {
        display: none; } }
    .header-top .header-left .header-heading {
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 700;
      font-size: 13px;
      color: #FFFFFF;
      letter-spacing: 0.4px;
      text-align: center;
      line-height: 14px;
      position: relative;
      float: left;
      margin-right: 12px;
      margin-top: 16px; }
      @media screen and (max-width: 1280px) {
        .header-top .header-left .header-heading {
          margin-top: 12px; } }
    .header-top .header-left .header-logos {
      display: flex;
      justify-content: space-around; }
      .header-top .header-left .header-logos:hover .header-logo:not(:hover) {
        opacity: 0.5; }
    .header-top .header-left .header-logo {
      display: inline-block;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .header-top .header-left .header-logo:hover {
        opacity: 1;
        transform: scale(1.2); }
      .header-top .header-left .header-logo img {
        width: 100%; }
      .header-top .header-left .header-logo.logo-toronto {
        width: 40px;
        height: 38px; }
      .header-top .header-left .header-logo.logo-argos {
        width: 37px;
        height: 36px; }
      .header-top .header-left .header-logo.logo-canada {
        width: 38px;
        height: 39px; }
  .header-top .header-right {
    top: 15px;
    position: absolute;
    right: 0px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    @media screen and (max-width: 1280px) {
      .header-top .header-right {
        top: 11px; } }
    @media screen and (max-width: 500px) {
      .header-top .header-right {
        top: 4px; } }
    .header-top .header-right .header-newsletter {
      margin-top: 16px;
      margin-right: 20px;
      display: inline-block;
      position: relative;
      padding-right: 20px; }
      @media screen and (max-width: 1280px) {
        .header-top .header-right .header-newsletter {
          margin-top: 12px; } }
      .header-top .header-right .header-newsletter:after {
        content: " ";
        position: absolute;
        right: 0px;
        top: -6px;
        width: 1px;
        height: 35px;
        background: white;
        opacity: 0.2; }
        @media screen and (max-width: 1024px) {
          .header-top .header-right .header-newsletter:after {
            height: 50px;
            top: -14px; } }
        @media screen and (max-width: 500px) {
          .header-top .header-right .header-newsletter:after {
            height: 40px;
            top: -10px; } }
      .header-top .header-right .header-newsletter a {
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 700;
        font-size: 13px;
        color: #FFFFFF;
        letter-spacing: 0.4px;
        text-align: center;
        line-height: 14px;
        position: relative;
        padding-bottom: 6px; }
        @media screen and (max-width: 1024px) {
          .header-top .header-right .header-newsletter a {
            display: none; } }
        .header-top .header-right .header-newsletter a:after {
          content: " ";
          position: absolute;
          left: 0px;
          bottom: 0px;
          width: 25px;
          height: 3px;
          background: #0090E6;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
        .header-top .header-right .header-newsletter a:hover {
          color: white; }
          .header-top .header-right .header-newsletter a:hover:after {
            width: 100%; }
    .header-top .header-right .header-search-icon {
      position: relative;
      float: right;
      display: inline-block;
      margin-top: 16px; }
      @media screen and (max-width: 1280px) {
        .header-top .header-right .header-search-icon {
          margin-top: 12px; } }
      .header-top .header-right .header-search-icon:hover {
        cursor: pointer; }
        .header-top .header-right .header-search-icon:hover span {
          width: 45px;
          opacity: 1;
          margin-right: 40px; }
          @media screen and (max-width: 500px) {
            .header-top .header-right .header-search-icon:hover span {
              width: 0px;
              opacity: 0;
              margin-right: 18px; } }
          .header-top .header-right .header-search-icon:hover span:after {
            width: 100%; }
      .header-top .header-right .header-search-icon:after {
        content: " ";
        position: absolute;
        right: 0px;
        top: 0px;
        width: 26px;
        height: 26px;
        background: url("../images/svg/search-icon.svg") no-repeat; }
      .header-top .header-right .header-search-icon span {
        width: 0px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 700;
        font-size: 13px;
        color: #FFFFFF;
        letter-spacing: 0.4px;
        text-align: center;
        line-height: 14px;
        position: relative;
        padding-bottom: 6px;
        margin-right: 28px;
        display: block;
        overflow: hidden;
        margin-top: 3px;
        opacity: 0;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        @media screen and (max-width: 500px) {
          .header-top .header-right .header-search-icon span {
            margin-right: 18px; } }
        .header-top .header-right .header-search-icon span:after {
          content: " ";
          position: absolute;
          left: 0px;
          bottom: 0px;
          width: 0px;
          height: 3px;
          background: #0090E6;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
  .header-top .logo {
    width: 265px;
    height: 37px;
    position: absolute;
    left: 50%;
    top: 23px;
    text-indent: -9999px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 800;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    @media screen and (max-width: 1280px) {
      .header-top .logo {
        top: 16px; } }
    @media screen and (max-width: 500px) {
      .header-top .logo {
        width: 208px;
        height: 29px;
        top: 14px; } }
    @media screen and (max-width: 400px) {
      .header-top .logo {
        width: 45px;
        height: 46px;
        top: 5px; } }
    .header-top .logo a, .header-top .logo span {
      background-image: url("../images/svg/logo.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      width: 100%;
      display: block;
      height: 100%;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      @media screen and (max-width: 400px) {
        .header-top .logo a, .header-top .logo span {
          background-image: url("../images/svg/logo_small.svg");
          background-size: auto; } }
    .header-top .logo a:hover {
      transform: scale(1.2); }

.header-bottom {
  height: 82px;
  max-width: 1220px;
  margin: 0px auto;
  padding-top: 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  @media screen and (max-width: 1024px) {
    .header-bottom {
      height: auto;
      padding: 0px; } }

/* ----------------------------------------------------------------------------
= Header toolbar (if used)
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Navigations
----------------------------------------------------------------------------- */
.main_nav {
  zoom: 1;
  position: relative;
  z-index: 500;
  height: auto;
  margin: 0px auto;
  padding: 0;
  left: 50%;
  display: inline-block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .main_nav:before, .main_nav:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .main_nav:after {
    clear: both; }
  @media screen and (max-width: 1024px) {
    .main_nav {
      display: none; } }
  .main_nav > ul {
    zoom: 1;
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left; }
    .main_nav > ul:before, .main_nav > ul:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .main_nav > ul:after {
      clear: both; }
    .main_nav > ul:hover > li:not(:hover) {
      opacity: 0.5; }
    .main_nav > ul > li {
      position: relative;
      display: block;
      float: left;
      height: auto;
      margin: 0;
      padding: 20px 35px;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .main_nav > ul > li:hover, .main_nav > ul > li.active {
        opacity: 1; }
        .main_nav > ul > li:hover > a, .main_nav > ul > li.active > a {
          color: white !important; }
          .main_nav > ul > li:hover > a:after, .main_nav > ul > li.active > a:after {
            width: 100%; }
      .main_nav > ul > li > .sub-close-button {
        display: none; }
  .main_nav > ul > li > a {
    display: block;
    margin: 0;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0.4px;
    line-height: 21px;
    position: relative;
    padding-bottom: 6px; }
    .main_nav > ul > li > a:after {
      content: " ";
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 0px;
      height: 3px;
      background: #0090E6;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }

.main_nav ul .sub,
.main_nav ul .nav_sub {
  position: absolute;
  display: none;
  z-index: 9000;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  min-width: 280px;
  margin: 0;
  padding: 10px 10px;
  background: #FFFFFF;
  box-shadow: 5px 10px 20px -5px rgba(0, 0, 0, 0.4); }

.main_nav ul li.is-focused .sub {
  display: block !important; }

.main_nav ul ul.level_2 {
  float: none;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  border-top: none;
  background: none;
  width: 100%; }
  .main_nav ul ul.level_2 > li {
    float: none;
    height: auto;
    margin: 0;
    padding: 1px 10px 1px 42px;
    list-style-type: none;
    list-style-image: none;
    border-right: none;
    border-left: none;
    cursor: pointer;
    text-align: left;
    border-top: 1px solid #DDDCDD; }
    .main_nav ul ul.level_2 > li:first-child {
      display: block;
      border-top: none; }
    .main_nav ul ul.level_2 > li.has-third-level .sub-close-button {
      display: block; }
    .main_nav ul ul.level_2 > li.is-opened .sub-close-button {
      background: url("../images/svg/nav_arrow_hover.svg") no-repeat;
      transform: rotate(180deg); }
    .main_nav ul ul.level_2 > li > a {
      display: block;
      height: auto;
      margin: 0;
      color: #fff;
      cursor: pointer;
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 500;
      font-size: 16px;
      color: #000000;
      letter-spacing: 0.4px;
      line-height: 42px; }
      .main_nav ul ul.level_2 > li > a:hover, .main_nav ul ul.level_2 > li > a:focus, .main_nav ul ul.level_2 > li > a.active {
        color: #0079C1;
        cursor: pointer;
        text-decoration: none; }
      .main_nav ul ul.level_2 > li > a:hover:before {
        width: 10px; }
      .main_nav ul ul.level_2 > li > a:before {
        content: " ";
        position: absolute;
        left: -52px;
        top: -2px;
        width: 0px;
        height: calc(100% + 4px);
        background-image: linear-gradient(179deg, rgba(0, 121, 193, 0.25) 0%, #00629C 100%);
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      .main_nav ul ul.level_2 > li > a.gh_redirect:after, .main_nav ul ul.level_2 > li > a.gh_page_redirect:after {
        content: '\f08e';
        font-family: FontAwesome;
        vertical-align: middle;
        margin-left: 9px;
        display: inline-block;
        color: inherit; }
    .main_nav ul ul.level_2 > li ul {
      padding: 0;
      display: none;
      margin-left: 20px;
      margin-bottom: 12px; }
      .main_nav ul ul.level_2 > li ul li {
        margin: 3px 0px; }
        .main_nav ul ul.level_2 > li ul li:first-child {
          margin-top: 0px; }
        .main_nav ul ul.level_2 > li ul li a {
          font-family: "Roboto Mono", monospace;
          font-weight: 400;
          font-size: 12px;
          color: #000000;
          letter-spacing: 0;
          line-height: 26px;
          text-transform: uppercase;
          position: relative;
          display: inline-block; }
          .main_nav ul ul.level_2 > li ul li a:after {
            content: " ";
            position: absolute;
            left: -16px;
            top: 10px;
            background: #0079C1;
            border-radius: 50%;
            width: 5px;
            height: 5px;
            transform: scale(0);
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear; }
          .main_nav ul ul.level_2 > li ul li a:hover {
            color: #0079C1; }
            .main_nav ul ul.level_2 > li ul li a:hover:after {
              transform: scale(1); }
          .main_nav ul ul.level_2 > li ul li a.active {
            color: #0079C1; }
            .main_nav ul ul.level_2 > li ul li a.active:after {
              transform: scale(1); }

.sub-close-button {
  width: 12px;
  height: 8px;
  background: url("../images/svg/nav_arrow.svg") no-repeat;
  display: none;
  position: absolute;
  left: 14px;
  top: 18px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

/* ----------------------------------------------------------------------------
= Mobile Navigation
----------------------------------------------------------------------------- */
.mobile_bg {
  display: none;
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #000000 0%, #2D2D2D 100%);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  @media screen and (max-width: 1024px) {
    .mobile_bg {
      display: block;
      opacity: 0;
      visibility: hidden; } }

.toolbar_mobile {
  display: none;
  width: 270px;
  top: 18px;
  position: fixed;
  left: -270px;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  @media screen and (max-width: 500px) {
    .toolbar_mobile {
      width: 170px;
      left: -170px; } }
  @media screen and (max-width: 1024px) {
    .toolbar_mobile {
      display: block; } }
  .toolbar_mobile .header-heading {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #000;
    letter-spacing: 0.4px;
    text-align: center;
    line-height: 14px;
    position: relative;
    float: left;
    margin-right: 12px;
    margin-top: 12px; }
    @media screen and (max-width: 500px) {
      .toolbar_mobile .header-heading {
        display: none; } }
  .toolbar_mobile .header-logos {
    display: flex;
    justify-content: space-around; }
    .toolbar_mobile .header-logos:hover .header-logo:not(:hover) {
      opacity: 0.5; }
  .toolbar_mobile .header-logo {
    display: inline-block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .toolbar_mobile .header-logo:hover {
      opacity: 1;
      transform: scale(1.2); }
    .toolbar_mobile .header-logo img {
      width: 100%; }
    .toolbar_mobile .header-logo.logo-toronto {
      width: 40px;
      height: 38px; }
    .toolbar_mobile .header-logo.logo-argos {
      width: 37px;
      height: 36px; }
    .toolbar_mobile .header-logo.logo-canada {
      width: 38px;
      height: 39px; }

header.menu-open .header-inner {
  z-index: 9998; }

header.menu-open .mobile_bg {
  opacity: 0.85;
  visibility: visible; }

#nav-toggle {
  display: none;
  position: absolute;
  top: 14px;
  z-index: 8500;
  width: 43px;
  height: 42px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  @media screen and (max-width: 1024px) {
    #nav-toggle {
      display: block; } }
  @media screen and (max-width: 500px) {
    #nav-toggle {
      margin-top: -6px; } }
  #nav-toggle:after {
    content: " ";
    position: absolute;
    left: 54px;
    top: -4px;
    width: 1px;
    height: 50px;
    background: white;
    opacity: 0.2; }
    @media screen and (max-width: 500px) {
      #nav-toggle:after {
        height: 40px;
        top: 0px;
        left: 50px; } }
  #nav-toggle span {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    position: absolute;
    display: block;
    left: 0;
    margin-top: 0;
    background-color: white;
    font-size: 14px;
    content: '';
    cursor: pointer;
    transition: all 0.4s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    width: 35px;
    height: 3px; }
    #nav-toggle span.top {
      top: 8px; }
    #nav-toggle span.mid {
      top: 8px;
      width: 25px;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    #nav-toggle span.bottom {
      top: 18px;
      width: 25px;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    #nav-toggle span.open-text, #nav-toggle span.close-text {
      height: auto;
      width: 43px;
      margin-top: 11px; }
    #nav-toggle span.close-text {
      display: none; }
  #nav-toggle span.close-text,
  #nav-toggle span.open-text {
    background: transparent;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    font-size: 10px;
    color: #FFFFFF;
    letter-spacing: 0.4px;
    line-height: 11px; }
  #nav-toggle:hover span {
    color: white; }
    #nav-toggle:hover span.bottom {
      width: 35px; }
    #nav-toggle:hover span.close-text {
      color: #0079C1; }
  #nav-toggle.active {
    margin-top: 0px;
    z-index: 9999;
    height: 49px;
    width: 46px; }
    #nav-toggle.active:after {
      display: none; }
    #nav-toggle.active:hover span.close-text {
      color: #0079C1; }
    #nav-toggle.active:hover span.top, #nav-toggle.active:hover span.bottom {
      background: #0079C1; }
    #nav-toggle.active span.close-text {
      display: block;
      margin-left: -3px;
      margin-top: 16px;
      color: black; }
    #nav-toggle.active span.open-text {
      display: none; }
    #nav-toggle.active span.top {
      top: 5px;
      width: 35px;
      -webkit-transform: translateY(8px) rotate(45deg);
      -ms-transform: translateY(8px) rotate(45deg);
      /* IE 9 */
      transform: translateY(8px) rotate(45deg);
      background: black; }
    #nav-toggle.active span.bottom {
      width: 35px;
      top: 21px;
      -webkit-transform: translateY(-8px) rotate(-45deg);
      -ms-transform: translateY(-8px) rotate(-45deg);
      /* IE 9 */
      transform: translateY(-8px) rotate(-45deg);
      background: black; }
    #nav-toggle.active span.mid {
      opacity: 0; }

@media screen and (max-width: 1024px) {
  .nav_wrapper {
    position: fixed;
    overflow: hidden;
    z-index: 9998;
    top: 0;
    left: -500px;
    width: 100%;
    max-width: 500px;
    background: white;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .nav_wrapper:after {
      content: " ";
      width: 100%;
      max-width: 500px;
      height: 80px;
      background: white;
      position: fixed;
      top: 0px;
      left: -500px;
      z-index: 900;
      opacity: 0;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; } }

.nav_wrapper.is-opened {
  left: 0px;
  opacity: 1; }
  .nav_wrapper.is-opened:after {
    opacity: 1;
    left: 0px; }
  .nav_wrapper.is-opened .toolbar_mobile {
    opacity: 1;
    left: 218px; }
    @media screen and (max-width: 500px) {
      .nav_wrapper.is-opened .toolbar_mobile {
        left: auto;
        right: 12px; } }

.mobile_nav {
  position: absolute;
  display: none;
  z-index: 500;
  top: 69px;
  left: 0;
  width: 100%;
  margin: 0 0 0;
  padding: 0;
  zoom: 1; }
  .mobile_nav:before, .mobile_nav:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .mobile_nav:after {
    clear: both; }
  .mobile_nav > ul {
    position: relative;
    display: block;
    float: left;
    clear: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left; }
    .mobile_nav > ul > li {
      position: relative;
      display: block;
      display: block;
      float: left;
      clear: left;
      width: 100%;
      margin: 0 !important;
      padding: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .mobile_nav > ul > li:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.2); }
      .mobile_nav > ul > li:hover {
        border-bottom-color: black; }
        .mobile_nav > ul > li:hover > .sub-close-button {
          background: url("../images/svg/nav_arrow_hover.svg") no-repeat; }
      .mobile_nav > ul > li.page_1 {
        display: none; }
      .mobile_nav > ul > li.has-sub > .sub-close-button {
        display: block;
        top: 36px;
        left: 32px;
        background-size: cover !important;
        width: 15px;
        height: 10px;
        z-index: 9999; }
      .mobile_nav > ul > li.is-opened a span:after {
        width: 100%; }
      .mobile_nav > ul > li.is-opened > .sub-close-button {
        background: url("../images/svg/nav_arrow_hover.svg") no-repeat;
        transform: rotate(180deg); }
  .mobile_nav > ul > li > a {
    display: block;
    float: left;
    clear: left;
    width: 100%;
    margin: 0;
    padding: 30px 10px 30px 68px;
    color: #000;
    text-align: left;
    text-decoration: none;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0.4px;
    line-height: 21px; }
    .mobile_nav > ul > li > a span {
      position: relative; }
    .mobile_nav > ul > li > a span:after {
      content: " ";
      position: absolute;
      left: 0px;
      bottom: -7px;
      width: 0px;
      height: 3px;
      background: #0079C1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .mobile_nav > ul > li > a:hover span:after, .mobile_nav > ul > li > a.active span:after {
      width: 100%; }

.mobile_nav ul .sub {
  float: left;
  width: 100%;
  display: none;
  padding-left: 100px; }
  .mobile_nav ul .sub .sub_holder {
    width: 100%; }
  .mobile_nav ul .sub li.has-third-level .sub-close-button {
    display: block;
    left: -39px;
    z-index: 9999;
    padding: 15px;
    top: 7px;
    background-position: 8px 10px !important; }
    .mobile_nav ul .sub li.has-third-level .sub-close-button:hover {
      cursor: pointer; }
  .mobile_nav ul .sub li.has-third-level.is-opened .sub-close-button {
    background: url("../images/svg/nav_arrow_hover.svg") no-repeat;
    transform: rotate(180deg); }

.mobile_nav ul ul {
  margin-bottom: 32px; }
  .mobile_nav ul ul a {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.4px;
    line-height: 42px; }
    .mobile_nav ul ul a:hover, .mobile_nav ul ul a.active {
      color: #0079C1; }
    .mobile_nav ul ul a.gh_redirect:after, .mobile_nav ul ul a.gh_page_redirect:after {
      content: '\f08e';
      font-family: FontAwesome;
      vertical-align: middle;
      margin-left: 9px;
      display: inline-block;
      color: inherit; }

.mobile_nav ul ul ul {
  padding-left: 22px;
  display: none;
  margin-bottom: 13px; }
  .mobile_nav ul ul ul a {
    font-family: "Roboto Mono", monospace;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
    line-height: 26px;
    text-transform: uppercase;
    position: relative; }
    .mobile_nav ul ul ul a:after {
      content: " ";
      position: absolute;
      left: -16px;
      top: 6px;
      background: #0079C1;
      border-radius: 50%;
      width: 5px;
      height: 5px;
      transform: scale(0);
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .mobile_nav ul ul ul a:hover {
      color: #0079C1; }
      .mobile_nav ul ul ul a:hover:after {
        transform: scale(1); }
    .mobile_nav ul ul ul a.active {
      color: #0079C1; }
      .mobile_nav ul ul ul a.active:after {
        transform: scale(1); }
    .mobile_nav ul ul ul a.gh_redirect:after, .mobile_nav ul 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: black; }

.footer-top {
  height: 160px;
  background: #F5F5F5;
  width: 100%;
  margin-top: 100px; }
  @media screen and (max-width: 1280px) {
    .footer-top {
      height: 330px;
      padding-top: 188px; } }
  @media screen and (max-width: 600px) {
    .footer-top {
      height: 560px;
      padding-top: 281px;
      margin-top: 50px; } }
  .footer-top .footer-top-inner {
    width: 100%;
    padding: 10px;
    max-width: 1220px;
    margin: 0px auto;
    height: 100%; }
    @media screen and (max-width: 1280px) {
      .footer-top .footer-top-inner {
        width: 680px; } }
    @media screen and (max-width: 1024px) {
      .footer-top .footer-top-inner {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        padding: 10px 50px; } }
    @media screen and (max-width: 870px) {
      .footer-top .footer-top-inner {
        padding: 10px 0px; } }
    @media screen and (max-width: 600px) {
      .footer-top .footer-top-inner {
        flex-direction: column;
        align-items: center; } }
  .footer-top .footer-venue {
    width: 632px;
    height: 221px;
    position: absolute;
    left: 50%;
    top: -30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(45deg, #000000 0%, #2D2D2D 100%);
    border: 10px solid white;
    box-shadow: 5px 10px 20px -5px rgba(0, 0, 0, 0.4);
    z-index: 99; }
    @media screen and (max-width: 1280px) {
      .footer-top .footer-venue {
        width: 890px; } }
    @media screen and (max-width: 1024px) {
      .footer-top .footer-venue {
        width: 100%;
        border-left: 0px;
        border-right: 0px; } }
    @media screen and (max-width: 600px) {
      .footer-top .footer-venue {
        height: 308px; } }
    .footer-top .footer-venue .footer-logo {
      width: 217px;
      height: 30px;
      margin-bottom: 20px; }
      @media screen and (max-width: 600px) {
        .footer-top .footer-venue .footer-logo {
          margin-bottom: 30px; } }
    .footer-top .footer-venue .footer-address {
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #FFFFFF;
      letter-spacing: 0.4px;
      text-align: center;
      line-height: 17px;
      margin-bottom: 15px; }
      @media screen and (max-width: 600px) {
        .footer-top .footer-venue .footer-address {
          margin-bottom: 20px; } }
      .footer-top .footer-venue .footer-address .seperate {
        margin: 0px 10px; }
        @media screen and (max-width: 600px) {
          .footer-top .footer-venue .footer-address .seperate {
            opacity: 0;
            display: block;
            height: 4px; } }
    .footer-top .footer-venue .footer-phone {
      font-family: "Roboto Mono", monospace;
      font-weight: 500;
      font-size: 12px;
      color: #FFFFFF !important;
      letter-spacing: 0;
      text-align: center;
      line-height: 18px;
      margin-bottom: 28px; }
      .footer-top .footer-venue .footer-phone a[href^="tel"] {
        color: #FFFFFF !important;
        text-decoration: none !important; }
      .footer-top .footer-venue .footer-phone .seperate {
        margin: 0px 10px; }
        @media screen and (max-width: 600px) {
          .footer-top .footer-venue .footer-phone .seperate {
            opacity: 0;
            display: block;
            height: 4px; } }
    .footer-top .footer-venue .footer-social {
      margin-bottom: 10px; }
      .footer-top .footer-venue .footer-social a {
        color: white;
        margin: 0px 20px;
        font-size: 25px; }
        .footer-top .footer-venue .footer-social a:hover {
          color: #0090E6; }
        .footer-top .footer-venue .footer-social a.fa-twitter {
          font-size: 22px; }
  .footer-top .footer-heading {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #000000;
    letter-spacing: 0.4px;
    text-align: center;
    line-height: 14px;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 20px; }
    .footer-top .footer-heading:after {
      content: " ";
      position: absolute;
      background: #0079C1;
      width: 40px;
      height: 3px;
      left: calc(50% - 20px);
      bottom: 0px; }
  .footer-top .footer-properties {
    width: 260px;
    float: left;
    height: 100%;
    padding: 25px 0px; }
    .footer-top .footer-properties .footer-logos {
      display: flex;
      justify-content: space-around; }
      .footer-top .footer-properties .footer-logos:hover .footer-logo:not(:hover) {
        opacity: 0.5; }
    .footer-top .footer-properties .footer-logo {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      opacity: 0.8;
      display: inline-block;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .footer-top .footer-properties .footer-logo:hover {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        opacity: 1; }
      .footer-top .footer-properties .footer-logo img {
        width: 100%; }
    .footer-top .footer-properties .logo-scotia {
      width: 110px;
      height: 31px; }
    .footer-top .footer-properties .logo-cola {
      width: 78px;
      height: 38px; }
  .footer-top .footer-proud {
    width: 260px;
    float: right;
    height: 100%;
    padding: 25px 40px; }
    @media screen and (max-width: 600px) {
      .footer-top .footer-proud {
        padding-top: 15px; } }
    .footer-top .footer-proud .footer-logos {
      display: flex;
      justify-content: space-around; }
      .footer-top .footer-proud .footer-logos:hover .footer-logo:not(:hover) {
        opacity: 0.5; }
    .footer-top .footer-proud .footer-logo {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      opacity: 0.8;
      display: inline-block;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .footer-top .footer-proud .footer-logo:hover {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        opacity: 1; }
      .footer-top .footer-proud .footer-logo img {
        width: 100%; }
    .footer-top .footer-proud .logo-toronto {
      width: 40px;
      height: 38px; }
    .footer-top .footer-proud .logo-argos {
      width: 37px;
      height: 36px; }
    .footer-top .footer-proud .logo-canada {
      width: 38px;
      height: 39px; }

.footer-bottom {
  width: 100%;
  height: auto;
  background: url("../images/footer_bg_image.jpg") no-repeat;
  background-size: cover;
  padding: 110px 20px 32px; }
  @media screen and (max-width: 600px) {
    .footer-bottom {
      padding-top: 60px; } }
  .footer-bottom .footer_nav {
    zoom: 1;
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding: 0px 0px 0px 57px; }
    .footer-bottom .footer_nav:before, .footer-bottom .footer_nav:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .footer-bottom .footer_nav:after {
      clear: both; }
    @media screen and (max-width: 1024px) {
      .footer-bottom .footer_nav {
        padding-left: 20px; } }
    .footer-bottom .footer_nav > ul:hover > li:not(:hover) {
      opacity: 0.5; }
    .footer-bottom .footer_nav ul {
      zoom: 1;
      position: relative; }
      .footer-bottom .footer_nav ul:before, .footer-bottom .footer_nav ul:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      .footer-bottom .footer_nav ul:after {
        clear: both; }
      .footer-bottom .footer_nav ul > li {
        width: 25%;
        float: left;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        .footer-bottom .footer_nav ul > li > a {
          font-family: "IBM Plex Sans", sans-serif;
          font-weight: 700;
          font-size: 20px;
          color: #FFFFFF;
          letter-spacing: 0.4px;
          line-height: 21px;
          padding-bottom: 8px;
          position: relative;
          display: inline-block;
          margin-bottom: 15px; }
          .footer-bottom .footer_nav ul > li > a:after {
            content: " ";
            position: absolute;
            background: #0090E6;
            width: 0px;
            height: 5px;
            left: 0px;
            bottom: 0px;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear; }
          .footer-bottom .footer_nav ul > li > a:hover:after, .footer-bottom .footer_nav ul > li > a.active:after {
            width: 100%; }
        .footer-bottom .footer_nav ul > li li {
          width: 100%;
          float: none;
          margin-bottom: 0; }
          .footer-bottom .footer_nav ul > li li a {
            font-family: "IBM Plex Sans", sans-serif;
            font-weight: 500;
            font-size: 13px;
            color: #FFFFFF;
            letter-spacing: 0.4px;
            line-height: 22px;
            display: inline-block;
            padding: 5px 0px;
            position: relative;
            margin-bottom: 0px; }
            .footer-bottom .footer_nav ul > li li a:after {
              content: " ";
              position: absolute;
              background: white;
              width: 0px;
              height: 2px;
              left: 0px;
              bottom: 6px;
              -webkit-transition: all 0.2s linear;
              -moz-transition: all 0.2s linear;
              -o-transition: all 0.2s linear;
              transition: all 0.2s linear; }
            .footer-bottom .footer_nav ul > li li a:hover:after, .footer-bottom .footer_nav ul > li li a.active:after {
              width: 100%; }
        @media screen and (max-width: 870px) {
          .footer-bottom .footer_nav ul > li {
            width: 100%;
            float: none;
            text-align: center;
            margin-bottom: 20px; } }
        @media screen and (max-width: 700px) {
          .footer-bottom .footer_nav ul > li {
            width: 100%;
            text-align: center; } }
      @media screen and (max-width: 870px) {
        .footer-bottom .footer_nav ul ul {
          display: none; } }
    @media screen and (max-width: 870px) {
      .footer-bottom .footer_nav {
        margin: 0 auto;
        width: calc(100% - 20px);
        padding-left: 0px; } }

.global-footer {
  position: relative;
  zoom: 1;
  margin: 0 auto;
  display: block;
  padding: 0;
  width: 100%;
  max-width: 1000px;
  margin-top: 50px; }
  .global-footer:before, .global-footer:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .global-footer:after {
    clear: both; }
  @media screen and (max-width: 870px) {
    .global-footer {
      margin-top: 90px; } }
  @media screen and (max-width: 600px) {
    .global-footer {
      margin-top: 60px; } }
  .global-footer p {
    position: relative;
    display: block;
    margin: auto;
    padding: 15px 0 0;
    font-family: "Roboto Mono", monospace;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 21px; }
    .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;
      font-family: "Roboto Mono", monospace;
      font-weight: 500;
      font-size: 12px;
      color: #FFFFFF;
      letter-spacing: 0;
      text-align: center;
      line-height: 21px;
      text-decoration: none; }
      .global-footer p a:hover, .global-footer p a:focus, .global-footer p a:visited:hover, .global-footer p a:visited:focus {
        text-decoration: underline;
        color: white; }
  .global-footer .delimiter {
    padding: 0 2px;
    color: white; }
    @media screen and (max-width: 600px) {
      .global-footer .delimiter.first_delimiter {
        display: block;
        opacity: 0;
        height: 2px; } }
    @media screen and (max-width: 500px) {
      .global-footer .delimiter.hide_delimiter {
        display: block;
        opacity: 0;
        height: 2px; } }
  .global-footer a#carbonhouse, .global-footer a#carbonhouse:link, .global-footer a#carbonhouse:visited {
    position: relative;
    display: block;
    margin: 23px auto 0px;
    padding-top: 0px;
    color: #ffffff;
    font-family: 'helvetica';
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    text-decoration: none; }
    .global-footer a#carbonhouse span, .global-footer a#carbonhouse:link span, .global-footer a#carbonhouse:visited span {
      font-size: 16px;
      font-weight: bold; }
      .global-footer a#carbonhouse span.carbon, .global-footer a#carbonhouse:link span.carbon, .global-footer a#carbonhouse:visited span.carbon {
        color: #ffffff; }
      .global-footer a#carbonhouse span.house, .global-footer a#carbonhouse:link span.house, .global-footer a#carbonhouse:visited span.house {
        color: #ffffff; }
    .global-footer a#carbonhouse:hover, .global-footer a#carbonhouse:link:hover, .global-footer a#carbonhouse:visited:hover {
      color: #fff;
      text-decoration: underline; }
      .global-footer a#carbonhouse:hover span, .global-footer a#carbonhouse:link:hover span, .global-footer a#carbonhouse:visited:hover span {
        color: #fff; }

/* ----------------------------------------------------------------------------
=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: #000; }
      .subnav ul li a, .subnav ul li a:visited {
        display: block;
        padding: 9px 5px 7px 30px;
        color: white;
        font: bold 18px/120% Arial, Helvetica, sans-serif;
        text-decoration: none;
        text-transform: uppercase; }
        .subnav ul li a:hover, .subnav ul li a.active, .subnav ul li a:active, .subnav ul li a:visited:hover, .subnav ul li a:visited.active, .subnav ul li a:visited:active {
          color: #000; }
        .subnav ul li a.section, .subnav ul li a:visited.section {
          padding-bottom: 7px;
          color: #000;
          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: #000; }
      .subnav ul li.active.onparent a.active {
        color: #000; }
    .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
----------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .header.menu-open .header-search {
    opacity: 0; } }

.header-search {
  position: absolute;
  z-index: 9000;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 5px 10px 20px -5px rgba(0, 0, 0, 0.4);
  height: 90px;
  top: -90px;
  left: 0px;
  padding: 0px 20px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  @media screen and (max-width: 1280px) {
    .header-search {
      height: 70px;
      top: -70px; } }
  @media screen and (max-width: 500px) {
    .header-search {
      height: 55px;
      top: -55px; } }
  .header-search.searching {
    top: 0px; }
  .header-search .header-search-wrapper {
    max-width: 1220px;
    margin: 0px auto;
    width: 100%;
    height: 100%;
    -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;
    padding-top: 25px;
    padding-left: 40px; }
    @media screen and (max-width: 1280px) {
      .header-search .header-search-wrapper {
        padding-top: 14px; } }
    @media screen and (max-width: 500px) {
      .header-search .header-search-wrapper {
        padding-top: 7px; } }
    .header-search .header-search-wrapper:after {
      content: " ";
      position: absolute;
      left: 20px;
      bottom: 20px;
      width: 70px;
      height: 3px;
      background: #0079C1; }
      @media screen and (max-width: 1280px) {
        .header-search .header-search-wrapper:after {
          bottom: 13px; } }
      @media screen and (max-width: 500px) {
        .header-search .header-search-wrapper:after {
          display: none; } }
    .header-search .header-search-wrapper.searchfocus label {
      opacity: 0; }
    .header-search .header-search-wrapper .header-search-close-icon {
      position: relative;
      width: 77px;
      float: right;
      margin-top: 10px; }
      .header-search .header-search-wrapper .header-search-close-icon:after {
        content: " ";
        position: absolute;
        right: 0px;
        top: -2px;
        width: 24px;
        height: 24px;
        background: url("../images/svg/search-close.svg") no-repeat; }
      .header-search .header-search-wrapper .header-search-close-icon:hover {
        cursor: pointer; }
        .header-search .header-search-wrapper .header-search-close-icon:hover span:after {
          width: 100%; }
      .header-search .header-search-wrapper .header-search-close-icon span {
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 600;
        font-size: 13px;
        color: #000000;
        letter-spacing: 0.4px;
        text-align: right;
        line-height: 14px;
        position: relative; }
        @media screen and (max-width: 500px) {
          .header-search .header-search-wrapper .header-search-close-icon span {
            display: none; } }
        .header-search .header-search-wrapper .header-search-close-icon span:after {
          content: " ";
          position: absolute;
          left: 0px;
          bottom: -2px;
          width: 0px;
          height: 3px;
          background: #0079C1;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
    .header-search .header-search-wrapper form {
      width: calc(100% - 150px);
      float: left; }
      @media screen and (max-width: 500px) {
        .header-search .header-search-wrapper form {
          width: calc(100% - 80px); } }
      .header-search .header-search-wrapper form input#search_field {
        font-family: "Roboto Mono", monospace;
        font-weight: 400;
        font-size: 24px;
        color: #000000;
        letter-spacing: 0;
        line-height: 36px;
        width: 100%;
        position: relative;
        border: none;
        -webkit-appearance: none;
        z-index: 100;
        position: relative;
        background: transparent;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        .header-search .header-search-wrapper form input#search_field:focus {
          outline: none;
          -webkit-appearance: none; }
        .header-search .header-search-wrapper form input#search_field:hover {
          background: rgba(255, 255, 255, 0.4); }
        @media screen and (max-width: 1024px) {
          .header-search .header-search-wrapper form input#search_field {
            font-size: 17px; } }
        @media screen and (max-width: 500px) {
          .header-search .header-search-wrapper form input#search_field {
            font-size: 14px; } }
      .header-search .header-search-wrapper form label {
        font-family: "Roboto Mono", monospace;
        font-weight: 400;
        font-size: 24px;
        color: #8A878B;
        letter-spacing: 0;
        line-height: 36px;
        position: absolute;
        top: 26px;
        left: 40px;
        z-index: 90;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        @media screen and (max-width: 1280px) {
          .header-search .header-search-wrapper form label {
            top: 14px; } }
        @media screen and (max-width: 1024px) {
          .header-search .header-search-wrapper form label {
            font-size: 17px;
            color: #000; } }
        @media screen and (max-width: 500px) {
          .header-search .header-search-wrapper form label {
            color: white;
            font-size: 14px;
            top: 9px; } }
        .header-search .header-search-wrapper form label span {
          color: #000; }
      .header-search .header-search-wrapper form button {
        position: absolute;
        left: 0px;
        top: 30px;
        width: 26px;
        height: 26px;
        background: url("../images/svg/search-icon-inner.svg") no-repeat;
        border: none;
        box-shadow: none;
        text-indent: -9999px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        @media screen and (max-width: 1280px) {
          .header-search .header-search-wrapper form button {
            top: 19px; } }
        @media screen and (max-width: 500px) {
          .header-search .header-search-wrapper form button {
            top: 15px; } }
        .header-search .header-search-wrapper form button:hover {
          background: url("../images/svg/search-icon-inner-hover.svg") no-repeat; }

#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 Arial, Helvetica, sans-serif;
    -webkit-appearance: none; }
    #search input::-webkit-input-placeholder, #search input[type='text']::-webkit-input-placeholder {
      color: #fff;
      font: normal 14px/14px Arial, Helvetica, sans-serif; }
    #search input:-moz-placeholder, #search input[type='text']:-moz-placeholder {
      color: #fff;
      font: normal 14px/14px Arial, Helvetica, sans-serif; }
    #search input:-ms-input-placeholder, #search input[type='text']:-ms-input-placeholder {
      color: #fff;
      font: normal 14px/14px Arial, Helvetica, 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%; }

/* ----------------------------------------------------------------------------
= Baseline styles for all buttons in a project. These are global.
----------------------------------------------------------------------------- */
.m-button, #loadMoreEvents,
.additional_showings .buttons .tickets,
.event_showings .list .tickets,
.alert-button,
.print_calendar, .gen-button,
.spotlight-button,
a.button,
.button a,
input.button,
.textarea .button p a,
.textarea p a.button,
.cms .button p a,
.cms p a.button,
#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,
.login-form input[type='submit'] {
  display: inline-block;
  position: relative;
  background-color: white;
  color: #ffffff;
  text-align: center;
  padding: 7px 27px;
  line-height: 1;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #000000;
  letter-spacing: 0.4px;
  text-align: center;
  line-height: 14px;
  border: 1px solid #000000;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .m-button:hover, #loadMoreEvents:hover,
  .additional_showings .buttons .tickets:hover,
  .event_showings .list .tickets:hover,
  .alert-button:hover,
  .print_calendar:hover, .gen-button:hover,
  .spotlight-button:hover,
  a.button:hover,
  .button a:hover,
  input.button:hover,
  .textarea .button p a:hover,
  .textarea p a.button:hover,
  .cms .button p a:hover,
  .cms p a.button:hover,
  #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,
  .login-form input[type='submit']:hover {
    background-color: black;
    color: white; }

#loadMoreEvents,
.additional_showings .buttons .tickets,
.event_showings .list .tickets,
.alert-button,
.print_calendar {
  display: block;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.4px;
  line-height: 17px;
  position: relative;
  border: none;
  text-decoration: none;
  margin: 10px auto 80px;
  padding: 10px 0px; }
  #loadMoreEvents:after,
  .additional_showings .buttons .tickets:after,
  .event_showings .list .tickets:after,
  .alert-button:after,
  .print_calendar:after {
    content: " ";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 35px;
    height: 3px;
    background: #0079C1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  #loadMoreEvents:hover,
  .additional_showings .buttons .tickets:hover,
  .event_showings .list .tickets:hover,
  .alert-button:hover,
  .print_calendar:hover {
    color: #0079C1;
    background: transparent;
    cursor: pointer; }
    #loadMoreEvents:hover:after,
    .additional_showings .buttons .tickets:hover:after,
    .event_showings .list .tickets:hover:after,
    .alert-button:hover:after,
    .print_calendar:hover:after {
      width: 100%; }

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

/***********************************************/
/*      Add Additional Button Styles Below     */
/***********************************************/
/*a.tickets, span.tickets{
    font-family: $ibm;
    font-weight: $ibold;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.4px;
    line-height: 17px;
}
a.tickets{
    position: relative;
    &:after{
        content: " ";
        position: absolute;
        left:0px;
        bottom:0px;
        width: 35px;
        height:2px;
        background: $blue;
        @include animate;
    };
    &:hover{
        color: $blue;
    };
}*/
a.tickets, span.tickets,
#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 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.4px;
  line-height: 17px; }
  @media screen and (max-width: 1100px) {
    a.tickets, span.tickets,
    #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 {
      font-size: 14px;
      line-height: 14px; } }
  a.tickets svg, span.tickets svg,
  #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; }

a.tickets {
  background: #0079C1;
  border: 3px solid #0079C1;
  border-radius: 3px;
  box-shadow: 2px 4px 10px -2px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  padding: 7px 25px;
  color: #FFFFFF;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  a.tickets:after {
    display: none; }
  a.tickets:hover {
    color: #0079C1;
    background: white; }

#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons {
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 160px; }

#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 {
  font-size: 14px; }

/* 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: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

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

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

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

img.rsImg {
  max-width: none; }

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

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

.rsNoDrag {
  cursor: auto; }

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

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

.royalSlider > .rsContent {
  visibility: hidden; }

/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  display: none !important; }
  .rsDefault .rsArrow.rsVer .rsArrow {
    width: 100%;
    height: 44px; }

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

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

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

.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0; }
  .rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -64px -64px; }

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

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

/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: -35px;
  bottom: 50%;
  width: 30px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  line-height: 12px;
  overflow: hidden; }
  @media screen and (max-width: 1080px) {
    .rsDefault .rsBullets {
      left: 0;
      bottom: 0;
      width: 100%; } }
  .rsDefault .rsBullets .rsBullet {
    width: 12px;
    height: 23px;
    display: block;
    *display: inline;
    *zoom: 1;
    padding: 6px 5px 6px;
    margin: 0px 0px; }
    @media screen and (max-width: 1080px) {
      .rsDefault .rsBullets .rsBullet {
        display: inline-block;
        width: 23px; } }
    .rsDefault .rsBullets .rsBullet span {
      display: block;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: 1px solid white;
      background: rgba(255, 255, 255, 0);
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .rsDefault .rsBullets .rsBullet.rsNavSelected span {
      background-color: #FFF; }
    .rsDefault .rsBullets .rsBullet:hover {
      cursor: pointer; }
      .rsDefault .rsBullets .rsBullet:hover span {
        background: rgba(255, 255, 255, 0.5); }

/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 100px;
  padding-top: 10px; }

.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%; }

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%; }

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

/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75); }
  .rsDefault .rsThumbsArrow:hover {
    background: rgba(0, 0, 0, 0.9); }

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0; }
  .rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -144px -32px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0; }
  .rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -144px -48px; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0; }
  .rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -128px -32px; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0; }
  .rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -128px -48px; }

.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("../images/rs-default.png"); }

.rsDefault .rsThumbsArrowDisabled {
  display: none !important; }

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

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

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

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

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

.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url("../images/rs-default.png") no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%; }

.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }
  .rsDefault .rsCloseVideoBtn.rsiOSBtn {
    top: -38px;
    right: -6px; }

.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../images/rs-default.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }
  .rsDefault .rsCloseVideoIcn:hover {
    background-color: rgba(0, 0, 0, 0.9); }

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

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

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

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

/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption,
.spotlight_image .caption {
  position: relative;
  float: none;
  top: 100%;
  left: 0;
  text-align: left;
  color: #FFF;
  width: 100%;
  height: auto;
  display: inline-block;
  min-height: 34px; }
  .rsDefault .rsGCaption .rsABlock,
  .spotlight_image .caption .rsABlock {
    position: absolute;
    width: 100%;
    margin-top: 0px; }
    @media screen and (max-width: 700px) {
      .rsDefault .rsGCaption .rsABlock,
      .spotlight_image .caption .rsABlock {
        padding: 0px 10px; } }
  .rsDefault .rsGCaption p,
  .spotlight_image .caption p {
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0px 10px;
    padding: 0px 0px 10px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    @media screen and (max-width: 700px) {
      .rsDefault .rsGCaption p,
      .spotlight_image .caption p {
        text-align: center; } }

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

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

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

@media screen and (max-width: 1080px) {
  .rsDefault.rsFullWidth {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    flex-direction: column; }
  .rsDefault .rsOverflow {
    order: 1; }
  .rsDefault .rsBullets {
    position: relative;
    order: 3;
    margin-top: 10px; }
  .rsDefault .rsGCaption {
    order: 2;
    padding: 0px 10px; }
    .rsDefault .rsGCaption .rsABlock {
      position: relative; } }

.calendar-new .accessible-overlay {
  margin-left: 8px;
  margin-top: 10px; }
  .calendar-new .accessible-overlay br {
    display: none; }
  .calendar-new .accessible-overlay a {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 19px; }

.print_calendar {
  display: inline-block !important;
  margin-bottom: 30px;
  margin-left: 25px; }

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

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

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

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

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

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

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

.two-column {
  zoom: 1; }
  .two-column:before, .two-column:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .two-column:after {
    clear: both; }
  .two-column > ul {
    zoom: 1; }
    .two-column > ul:before, .two-column > ul:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .two-column > ul:after {
      clear: both; }
    .two-column > ul > li {
      width: 50%;
      float: left;
      padding-left: 0px;
      margin-bottom: 30px; }
      .two-column > ul > li:before {
        display: none; }
      .two-column > ul > li strong {
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 700;
        font-size: 25px;
        color: #000000;
        letter-spacing: 0.4px;
        line-height: 26px;
        padding-bottom: 10px;
        display: inline-block; }
      .two-column > ul > li:nth-child(odd) {
        clear: left; }
      @media screen and (max-width: 700px) {
        .two-column > ul > li {
          width: 100%;
          float: none; } }

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

/* ----------------------------------------------------------------------------
= Spotlight list style
----------------------------------------------------------------------------- */
.spotlight,
.concierge,
.news_list,
.contest_list,
.job_list,
.seating_charts,
.offer_list {
  clear: both; }
  .spotlight .entry,
  .concierge .entry,
  .news_list .entry,
  .contest_list .entry,
  .job_list .entry,
  .seating_charts .entry,
  .offer_list .entry {
    zoom: 1;
    padding-top: 40px;
    margin-bottom: 15px;
    border-bottom: 1px solid black;
    padding-bottom: 30px; }
    .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: '\0020'; }
    .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; }
    .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: 295px;
    margin: 0 50px 0px 0;
    float: left;
    border: 5px solid white;
    width: 295px;
    box-shadow: 2px 4px 10px -2px rgba(0, 0, 0, 0.4); }
    .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 {
      display: block;
      opacity: 1; }
      .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 {
        opacity: 0.8; }
    .spotlight .thumb img,
    .concierge .thumb img,
    .news_list .thumb img,
    .contest_list .thumb img,
    .job_list .thumb img,
    .seating_charts .thumb img,
    .offer_list .thumb img {
      display: block;
      width: 100%; }
    @media screen and (max-width: 700px) {
      .spotlight .thumb,
      .concierge .thumb,
      .news_list .thumb,
      .contest_list .thumb,
      .job_list .thumb,
      .seating_charts .thumb,
      .offer_list .thumb {
        margin: 0 auto 20px;
        float: none; } }
  .spotlight .info,
  .concierge .info,
  .news_list .info,
  .contest_list .info,
  .job_list .info,
  .seating_charts .info,
  .offer_list .info {
    float: left;
    width: 100%;
    display: block; }
    @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;
        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 .thumb + .info,
  .concierge .thumb + .info,
  .news_list .thumb + .info,
  .contest_list .thumb + .info,
  .job_list .thumb + .info,
  .seating_charts .thumb + .info,
  .offer_list .thumb + .info {
    width: calc(100% - (295px + 50px)); }
    @media screen and (max-width: 700px) {
      .spotlight .thumb + .info,
      .concierge .thumb + .info,
      .news_list .thumb + .info,
      .contest_list .thumb + .info,
      .job_list .thumb + .info,
      .seating_charts .thumb + .info,
      .offer_list .thumb + .info {
        width: 100%; } }
  .spotlight .date,
  .concierge .date,
  .news_list .date,
  .contest_list .date,
  .job_list .date,
  .seating_charts .date,
  .offer_list .date {
    font-size: 16px;
    position: relative;
    margin-bottom: 25px; }
    .spotlight .date:after,
    .concierge .date:after,
    .news_list .date:after,
    .contest_list .date:after,
    .job_list .date:after,
    .seating_charts .date:after,
    .offer_list .date:after {
      content: " ";
      position: absolute;
      bottom: -5px;
      left: 0px;
      width: 70px;
      height: 3px;
      background: #0079C1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
  .spotlight .title,
  .concierge .title,
  .news_list .title,
  .contest_list .title,
  .job_list .title,
  .seating_charts .title,
  .offer_list .title {
    font-size: 31px; }
    .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 {
      font-size: 31px;
      color: #000; }
      .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: #0079C1; }
  .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 {
      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; } }
  .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% + 20px);
    margin: 0 auto 40px;
    margin-left: -10px;
    border-top: none;
    display: flex;
    flex-wrap: wrap; }
    .spotlight[data-layout="square"]:before, .spotlight[data-layout="square"]:after,
    .concierge[data-layout="square"]:before,
    .concierge[data-layout="square"]:after,
    .news_list[data-layout="square"]:before,
    .news_list[data-layout="square"]:after,
    .contest_list[data-layout="square"]:before,
    .contest_list[data-layout="square"]:after,
    .job_list[data-layout="square"]:before,
    .job_list[data-layout="square"]:after,
    .seating_charts[data-layout="square"]:before,
    .seating_charts[data-layout="square"]:after,
    .offer_list[data-layout="square"]:before,
    .offer_list[data-layout="square"]:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .spotlight[data-layout="square"]:after,
    .concierge[data-layout="square"]:after,
    .news_list[data-layout="square"]:after,
    .contest_list[data-layout="square"]:after,
    .job_list[data-layout="square"]:after,
    .seating_charts[data-layout="square"]:after,
    .offer_list[data-layout="square"]:after {
      clear: both; }
    @media screen and (min-width: 701px) {
      .spotlight[data-layout="square"],
      .concierge[data-layout="square"],
      .news_list[data-layout="square"],
      .contest_list[data-layout="square"],
      .job_list[data-layout="square"],
      .seating_charts[data-layout="square"],
      .offer_list[data-layout="square"] {
        width: calc(100% + 30px);
        margin-left: -15px; } }
    .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% - 20px);
      float: none;
      margin: 0 10px 50px;
      text-align: left;
      display: flex;
      padding-top: 0px;
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch;
      flex-direction: column; }
      .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: 0px;
        margin-right: 0; }
        .spotlight[data-layout="square"] .entry .thumb:after,
        .concierge[data-layout="square"] .entry .thumb:after,
        .news_list[data-layout="square"] .entry .thumb:after,
        .contest_list[data-layout="square"] .entry .thumb:after,
        .job_list[data-layout="square"] .entry .thumb:after,
        .seating_charts[data-layout="square"] .entry .thumb:after,
        .offer_list[data-layout="square"] .entry .thumb:after {
          display: none; }
      .spotlight[data-layout="square"] .entry .info,
      .concierge[data-layout="square"] .entry .info,
      .news_list[data-layout="square"] .entry .info,
      .contest_list[data-layout="square"] .entry .info,
      .job_list[data-layout="square"] .entry .info,
      .seating_charts[data-layout="square"] .entry .info,
      .offer_list[data-layout="square"] .entry .info {
        width: 100%;
        display: block;
        text-align: center;
        padding: 0;
        flex: 1 1 auto;
        display: flex;
        justify-content: flex-start;
        align-content: stretch;
        align-items: stretch;
        flex-direction: column; }
      .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;
        text-align: left;
        margin-bottom: 10px;
        margin-top: 20px; }
        .spotlight[data-layout="square"] .entry .title a,
        .concierge[data-layout="square"] .entry .title a,
        .news_list[data-layout="square"] .entry .title a,
        .contest_list[data-layout="square"] .entry .title a,
        .job_list[data-layout="square"] .entry .title a,
        .seating_charts[data-layout="square"] .entry .title a,
        .offer_list[data-layout="square"] .entry .title a {
          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 .spotlight_content p,
      .concierge[data-layout="square"] .entry .spotlight_content p,
      .news_list[data-layout="square"] .entry .spotlight_content p,
      .contest_list[data-layout="square"] .entry .spotlight_content p,
      .job_list[data-layout="square"] .entry .spotlight_content p,
      .seating_charts[data-layout="square"] .entry .spotlight_content p,
      .offer_list[data-layout="square"] .entry .spotlight_content p {
        font-size: 14px;
        text-align: left;
        line-height: 27px; }
      @media screen and (min-width: 501px) {
        .spotlight[data-layout="square"] .entry,
        .concierge[data-layout="square"] .entry,
        .news_list[data-layout="square"] .entry,
        .contest_list[data-layout="square"] .entry,
        .job_list[data-layout="square"] .entry,
        .seating_charts[data-layout="square"] .entry,
        .offer_list[data-layout="square"] .entry {
          width: calc((100% / (3 - 1)) - 20px);
          margin: 0 10px 50px;
          float: left; }
          .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 .info a.button,
          .concierge[data-layout="square"] .entry .info a.button,
          .news_list[data-layout="square"] .entry .info a.button,
          .contest_list[data-layout="square"] .entry .info a.button,
          .job_list[data-layout="square"] .entry .info a.button,
          .seating_charts[data-layout="square"] .entry .info a.button,
          .offer_list[data-layout="square"] .entry .info a.button {
            margin: auto 0 0 0;
            max-width: 123px; }
          .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 {
            text-align: left; } }
      @media screen and (min-width: 701px) {
        .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)) - 30px);
          margin: 0 15px 50px; } }
      @media screen 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) - 30px); }
          .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(4n+1),
          .concierge[data-layout="square"] .entry:nth-child(4n+1),
          .news_list[data-layout="square"] .entry:nth-child(4n+1),
          .contest_list[data-layout="square"] .entry:nth-child(4n+1),
          .job_list[data-layout="square"] .entry:nth-child(4n+1),
          .seating_charts[data-layout="square"] .entry:nth-child(4n+1),
          .offer_list[data-layout="square"] .entry:nth-child(4n+1) {
            clear: left; } }

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

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

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

#overlay_container {
  display: none;
  padding: 100px 0 0; }
  #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 img, #overlay_container a:link img, #overlay_container a:visited img {
      width: 100%;
      height: auto;
      display: block; }

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

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

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

/* ----------------------------------------------------------------------------
= Homepage items and layout
----------------------------------------------------------------------------- */
.home .full {
  max-width: none; }
  .home .full .full_column {
    max-width: none;
    padding: 0px; }

.home .event_list {
  margin-top: 40px; }
  @media screen and (max-width: 1200px) {
    .home .event_list {
      margin-top: 30px; } }
  @media screen and (max-width: 650px) {
    .home .event_list {
      margin-top: 20px; } }
  @media screen and (max-width: 400px) {
    .home .event_list {
      margin-top: 15px; } }

.home .home-slideshow {
  max-height: none;
  position: relative;
  z-index: 5; }
  .home .home-slideshow .rsLink {
    position: absolute; }
  .home .home-slideshow .rsDefault .rsBullets, .home .home-slideshow rsDefault .rsArrow {
    display: none; }
  .home .home-slideshow .royalSlider {
    position: relative; }
    @media screen and (max-width: 950px) {
      .home .home-slideshow .royalSlider {
        display: flex;
        flex-direction: row; } }
    @media screen and (max-width: 650px) {
      .home .home-slideshow .royalSlider {
        flex-direction: column; } }
    .home .home-slideshow .royalSlider:hover .rsGCaption .rsABlock .desc:after {
      -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
      clip-path: polygon(100% 0, 0 100%, 100% 100%); }
    .home .home-slideshow .royalSlider:hover .date .time:after {
      width: calc(100% + 27px); }
      @media screen and (max-width: 1200px) {
        .home .home-slideshow .royalSlider:hover .date .time:after {
          width: calc(100% + 54px); } }
  .home .home-slideshow .rsOverflow {
    max-width: calc(100% - 570px);
    border: 10px solid white;
    box-shadow: 5px 10px 20px -5px rgba(0, 0, 0, 0.4); }
    @media screen and (max-width: 1350px) {
      .home .home-slideshow .rsOverflow {
        max-width: calc(100% - 500px); } }
    @media screen and (max-width: 1200px) {
      .home .home-slideshow .rsOverflow {
        max-width: calc(100% - 460px); } }
    @media screen and (max-width: 1080px) {
      .home .home-slideshow .rsOverflow {
        border: 5px solid white;
        max-width: calc(100% - 450px); } }
    @media screen and (max-width: 950px) {
      .home .home-slideshow .rsOverflow {
        border: 3px solid white;
        border-bottom: 20px solid transparent;
        max-width: calc(100% - 380px);
        max-width: 50%;
        box-shadow: none;
        background: transparent; } }
    @media screen and (max-width: 650px) {
      .home .home-slideshow .rsOverflow {
        max-width: 100%;
        border: 3px solid white; } }
  .home .home-slideshow .rsGCaption {
    position: absolute;
    right: 0px;
    left: auto;
    bottom: 30px;
    top: auto;
    width: 570px;
    height: calc(100% - 30px);
    border: 10px solid white;
    border-left: none;
    border-bottom: none;
    padding: 0px;
    background-image: linear-gradient(45deg, #000000 0%, #2D2D2D 100%); }
    @media screen and (max-width: 1350px) {
      .home .home-slideshow .rsGCaption {
        width: 500px; } }
    @media screen and (max-width: 1200px) {
      .home .home-slideshow .rsGCaption {
        width: 460px; } }
    @media screen and (max-width: 1080px) {
      .home .home-slideshow .rsGCaption {
        border: 5px solid white;
        border-left: none;
        border-bottom: none;
        width: 450px;
        height: calc(100% - 15px);
        bottom: 15px; } }
    @media screen and (max-width: 950px) {
      .home .home-slideshow .rsGCaption {
        border: 3px solid white;
        border-left: none;
        border-bottom: none;
        width: 380px;
        width: 50%;
        min-height: 100%;
        height: auto;
        bottom: auto;
        top: 0px;
        display: flex;
        align-items: center;
        position: relative; } }
    @media screen and (max-width: 650px) {
      .home .home-slideshow .rsGCaption {
        width: 100%;
        min-height: auto;
        top: auto;
        border: none; } }
    .home .home-slideshow .rsGCaption .rsABlock {
      height: 100%;
      padding: 0px; }
      .home .home-slideshow .rsGCaption .rsABlock .desc {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        overflow: hidden;
        padding-right: 20px;
        padding-left: 78px; }
        @media screen and (max-width: 1200px) {
          .home .home-slideshow .rsGCaption .rsABlock .desc {
            padding-left: 45px; } }
        @media screen and (max-width: 950px) {
          .home .home-slideshow .rsGCaption .rsABlock .desc {
            padding: 10px 10px 10px 40px;
            min-height: 100%; } }
        @media screen and (max-width: 700px) {
          .home .home-slideshow .rsGCaption .rsABlock .desc {
            padding: 10px 20px 10px 20px; } }
        .home .home-slideshow .rsGCaption .rsABlock .desc:after {
          content: " ";
          position: absolute;
          bottom: 0px;
          right: 0px;
          width: 328px;
          height: 194px;
          -webkit-clip-path: polygon(100% 100%, 0% 100%, 100% 100%);
          clip-path: polygon(100% 100%, 0% 100%, 100% 100%);
          background-image: linear-gradient(179deg, rgba(0, 144, 230, 0) 0%, rgba(0, 144, 230, 0.85) 100%);
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
          @media screen and (max-width: 1200px) {
            .home .home-slideshow .rsGCaption .rsABlock .desc:after {
              height: 130px; } }
          @media screen and (max-width: 700px) {
            .home .home-slideshow .rsGCaption .rsABlock .desc:after {
              display: none; } }
  .home .home-slideshow h3 {
    margin-top: -18px;
    z-index: 10;
    margin-bottom: 8px; }
  .home .home-slideshow h3 a, .home .home-slideshow h3 {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 49px;
    color: #FFFFFF;
    letter-spacing: 0.4px;
    line-height: 51px; }
    .home .home-slideshow h3 a a:hover, .home .home-slideshow h3 a:hover {
      color: #0090E6; }
    @media screen and (max-width: 1350px) {
      .home .home-slideshow h3 a, .home .home-slideshow h3 {
        font-size: 39px;
        line-height: 47px; } }
    @media screen and (max-width: 1200px) {
      .home .home-slideshow h3 a, .home .home-slideshow h3 {
        font-size: 31px;
        line-height: 35px;
        margin-top: 10px; } }
    @media screen and (max-width: 950px) {
      .home .home-slideshow h3 a, .home .home-slideshow h3 {
        font-size: 25px;
        line-height: 28px; } }
  .home .home-slideshow .primary-promo h3 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px; }
    .home .home-slideshow .primary-promo h3:after {
      content: " ";
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 70px;
      height: 3px;
      background: #0090E6; }
  .home .home-slideshow .caption_body {
    font-family: "Roboto Mono", monospace;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 30px;
    margin-left: 3px;
    z-index: 10; }
    @media screen and (max-width: 1200px) {
      .home .home-slideshow .caption_body {
        font-size: 14px; } }
  .home .home-slideshow .buttons {
    margin: 38px 0px 15px;
    z-index: 10; }
    @media screen and (max-width: 1200px) {
      .home .home-slideshow .buttons {
        margin-top: 20px;
        margin-bottom: 15px; } }
    @media screen and (max-width: 500px) {
      .home .home-slideshow .buttons {
        width: 100%; }
        .home .home-slideshow .buttons a {
          width: 100%;
          text-align: center; } }
    .home .home-slideshow .buttons a, .home .home-slideshow .buttons span {
      display: inline-block;
      color: #0079C1;
      border-color: white;
      background: white; }
      .home .home-slideshow .buttons a:hover, .home .home-slideshow .buttons span:hover {
        background: black;
        color: white; }
      @media screen and (max-width: 1200px) {
        .home .home-slideshow .buttons a, .home .home-slideshow .buttons span {
          font-size: 14px; } }
    .home .home-slideshow .buttons a.more {
      display: none; }
  .home .home-slideshow .date {
    position: relative;
    z-index: 1;
    margin-left: -45px;
    display: block;
    height: 80px; }
    @media screen and (max-width: 1200px) {
      .home .home-slideshow .date {
        margin-left: -14px;
        height: 50px; } }
    @media screen and (max-width: 650px) {
      .home .home-slideshow .date {
        height: 50px;
        margin-left: 0px; } }
    .home .home-slideshow .date .m-date__singleDate {
      width: 80px;
      height: 80px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding-left: 22px; }
      @media screen and (max-width: 1200px) {
        .home .home-slideshow .date .m-date__singleDate {
          display: inline-block;
          width: auto;
          padding-left: 15px;
          margin-top: 11px;
          float: left;
          height: auto; } }
      @media screen and (max-width: 650px) {
        .home .home-slideshow .date .m-date__singleDate {
          height: 36px;
          padding-left: 0px; } }
    .home .home-slideshow .date .m-date__rangeFirst {
      width: 66px;
      height: 80px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding-left: 24px;
      float: left; }
      @media screen and (max-width: 1200px) {
        .home .home-slideshow .date .m-date__rangeFirst {
          height: 50px;
          padding-left: 13px;
          width: 50px; } }
      @media screen and (max-width: 650px) {
        .home .home-slideshow .date .m-date__rangeFirst {
          height: 36px;
          padding-left: 0px;
          display: inline-block;
          width: auto;
          margin-top: 11px; } }
    .home .home-slideshow .date .m-date__rangeLast {
      width: 80px;
      height: 80px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding-left: 11px;
      float: left; }
      @media screen and (max-width: 1200px) {
        .home .home-slideshow .date .m-date__rangeLast {
          height: 50px;
          width: 50px; } }
      @media screen and (max-width: 650px) {
        .home .home-slideshow .date .m-date__rangeLast {
          height: 36px;
          display: inline-block;
          width: auto;
          margin-top: 11px; } }
    .home .home-slideshow .date .m-date__separator {
      float: left;
      display: inline-block;
      margin-top: 20px;
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 700;
      font-size: 20px;
      color: #fff;
      letter-spacing: 0.4px;
      line-height: 21px; }
      @media screen and (max-width: 1200px) {
        .home .home-slideshow .date .m-date__separator {
          margin-top: 15px; } }
      @media screen and (max-width: 650px) {
        .home .home-slideshow .date .m-date__separator {
          display: inline-block;
          width: auto;
          margin-top: 9px;
          margin-left: 11px; } }
    .home .home-slideshow .date .m-date__month {
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 700;
      font-size: 20px;
      color: #fff;
      letter-spacing: 0.4px;
      line-height: 21px;
      display: block; }
      @media screen and (max-width: 1200px) {
        .home .home-slideshow .date .m-date__month {
          display: inline-block;
          margin-right: 5px;
          font-size: 16px; } }
    .home .home-slideshow .date .m-date__day {
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 700;
      font-size: 20px;
      color: #fff;
      letter-spacing: 0.4px;
      line-height: 21px; }
      @media screen and (max-width: 1200px) {
        .home .home-slideshow .date .m-date__day {
          font-size: 16px; } }
    .home .home-slideshow .date .time {
      font-family: "Roboto Mono", monospace;
      font-weight: 500;
      font-style: italic;
      font-size: 17px;
      color: #fff;
      letter-spacing: 0;
      line-height: 26px;
      position: absolute;
      top: 17px;
      left: 95px; }
      @media screen and (max-width: 1200px) {
        .home .home-slideshow .date .time {
          position: relative;
          display: inline-block;
          font-size: 14px;
          top: 9px;
          left: auto;
          margin-left: 8px; } }
      .home .home-slideshow .date .time:after {
        content: " ";
        position: absolute;
        top: 29px;
        left: -28px;
        width: 70px;
        height: 3px;
        background: #0090E6;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        @media screen and (max-width: 1200px) {
          .home .home-slideshow .date .time:after {
            left: -53px; } }
    .home .home-slideshow .date:after {
      content: " ";
      position: absolute;
      z-index: -1;
      top: 0px;
      left: 0px;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: #484349;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      @media screen and (max-width: 1200px) {
        .home .home-slideshow .date:after {
          width: 50px;
          height: 50px; } }
      @media screen and (max-width: 650px) {
        .home .home-slideshow .date:after {
          left: -10px; } }

.featured_events {
  clear: both; }

.eventbutton {
  width: 100%;
  display: block;
  text-align: center; }
  .eventbutton a#loadMoreEvents {
    display: inline-block;
    margin-bottom: 0px; }

.link {
  position: relative; }
  .link ul.list {
    padding: 0; }
    .link ul.list > li {
      padding-bottom: 20px; }
    .link ul.list li > a, .link ul.list li > span {
      display: inline-block;
      position: relative;
      padding: 5px 0px 5px 50px;
      word-wrap: break-word;
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 700;
      font-size: 25px;
      color: #000000;
      letter-spacing: 0.4px;
      line-height: 26px;
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      position: relative;
      margin-bottom: 5px;
      /*------------------------------------------------------------
            =Handles all Social Media icons for select social media urls
                -- Twitter | Facebook | Instagram | Pinterest
            ------------------------------------------------------------*/ }
      .link ul.list li > a:after, .link ul.list li > span:after {
        content: " ";
        position: absolute;
        left: 50px;
        bottom: 0px;
        width: 35px;
        height: 2px;
        background: #0079C1;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      .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: #0079C1; }
      .link ul.list li > a:hover, .link ul.list li > span:hover {
        color: #0079C1; }
        .link ul.list li > a:hover:after, .link ul.list li > span:hover:after {
          width: calc(100% - 50px); }
      .link ul.list li > a .link_icon .internal, .link ul.list li > span .link_icon .internal {
        display: block; }
      .link ul.list li > a .link_icon .external, .link ul.list li > span .link_icon .external {
        display: none; }
      .link ul.list li > a[target="_blank"] .link_icon .internal, .link ul.list li > span[target="_blank"] .link_icon .internal {
        display: none; }
      .link ul.list li > a[target="_blank"] .link_icon .external, .link ul.list li > span[target="_blank"] .link_icon .external {
        display: block; }
      .link ul.list li > a[href*="twitter"] svg, .link ul.list li > a[href*="facebook"] svg, .link ul.list li > a[href*="instagram"] svg, .link ul.list li > a[href*="pinterest"] svg, .link ul.list li > 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 {
        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 > 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 {
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        position: absolute;
        top: 4px;
        left: 0px;
        display: inline-block;
        background: none;
        padding: 0;
        font-family: FontAwesome;
        font-size: 25px;
        font-weight: normal;
        font-style: normal;
        color: #484349;
        text-decoration: inherit; }
      .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 > 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 {
        color: #000; }
      .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 > span .link_icon {
      display: 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 {
        font-size: 14px;
        margin-bottom: 0px; }

/* ----------------------------------------------------------------------------
= FAQ Accordion
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= FAQ Accordion
----------------------------------------------------------------------------- */
.faq {
  position: relative; }
  .faq .faq_item_wrapper {
    border-bottom: 1px solid #DDDCDD;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .faq .faq_item_wrapper.is-opened {
      border-bottom-color: #000; }
    .faq .faq_item_wrapper:hover {
      border-bottom-color: #000; }
  .faq .faq_list_item {
    position: relative;
    overflow: auto;
    margin: 0;
    padding: 0px;
    cursor: pointer;
    padding-left: 40px;
    /*svg{
            @include animated(.2s);
            position: absolute;
            top:50%;
            left:0px;
            transform: translateY(-50%) rotate(0deg);
            fill:none;
            stroke: $primary_color;     
        }*/ }
    .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: 25px 30px 25px 0;
      text-transform: none;
      cursor: pointer;
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 700;
      font-size: 25px;
      color: #000000;
      letter-spacing: 0.4px;
      line-height: 26px;
      position: relative;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .faq .faq_list_item p:after {
        content: " ";
        position: absolute;
        width: 16px;
        height: 12px;
        background: url("../images/svg/faq_arrow.svg") no-repeat;
        top: 35px;
        left: -40px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
    .faq .faq_list_item:hover {
      /*svg{
                fill:none;
                stroke: $blue !important;    
            }*/ }
      .faq .faq_list_item:hover p {
        color: #0079C1; }
      .faq .faq_list_item:hover p:after {
        background: url("../images/svg/faq_arrow_hover.svg") no-repeat; }
    .faq .faq_list_item.active p, .faq .faq_list_item.open p {
      color: #0079C1; }
    .faq .faq_list_item.active p:after, .faq .faq_list_item.open p:after {
      transform: translateY(-50%) rotate(180deg); }
  .faq .faq_answer {
    display: none;
    padding: 0 0 10px 40px;
    margin: 0px; }
    .faq .faq_answer p, .faq .faq_answer ul li, .faq .faq_answer ol li {
      font-size: 0.889rem; }

/* ----------------------------------------------------------------------------
= Seating Charts Page styles - Listing page
----------------------------------------------------------------------------- */
.seating-charts .full {
  max-width: 1260px; }
  .seating-charts .full .full_column {
    max-width: none;
    padding: 10px 20px !important; }

.seating-charts .seating_charts[data-layout="square"] {
  width: 100%;
  margin-left: 0px; }
  .seating-charts .seating_charts[data-layout="square"] .entry {
    width: calc((100% / 2) - 30px) !important;
    clear: none !important;
    max-width: 600px;
    margin: 0px auto; }
    @media screen and (max-width: 750px) {
      .seating-charts .seating_charts[data-layout="square"] .entry {
        width: 100% !important; }
        .seating-charts .seating_charts[data-layout="square"] .entry .info {
          margin-bottom: 30px; } }
  .seating-charts .seating_charts[data-layout="square"] .info {
    height: 100%;
    min-height: 120px;
    display: flex;
    justify-content: space-between; }
    .seating-charts .seating_charts[data-layout="square"] .info .title {
      margin-bottom: 30px; }
    .seating-charts .seating_charts[data-layout="square"] .info .links a.button {
      min-width: 160px; }
  .seating-charts .seating_charts[data-layout="square"] .thumb-outer {
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    top: 0px;
    right: 0px; }
    .seating-charts .seating_charts[data-layout="square"] .thumb-outer .thumb {
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .seating-charts .seating_charts[data-layout="square"] .thumb-outer .thumb img {
      max-width: none;
      width: 100%; }
    .seating-charts .seating_charts[data-layout="square"] .thumb-outer .thumb a {
      opacity: 1 !important; }
    .seating-charts .seating_charts[data-layout="square"] .thumb-outer .thumb-inner {
      max-width: 590px;
      max-height: 330px;
      overflow: hidden;
      z-index: 2;
      position: relative;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .seating-charts .seating_charts[data-layout="square"] .thumb-outer .thumb-inner .thumb a:hover {
        opacity: 1 !important; }
    .seating-charts .seating_charts[data-layout="square"] .thumb-outer:hover {
      top: -10px;
      right: -10px; }
      .seating-charts .seating_charts[data-layout="square"] .thumb-outer:hover:after {
        top: 0px;
        right: 0px; }
    .seating-charts .seating_charts[data-layout="square"] .thumb-outer:after {
      display: block !important;
      content: " ";
      position: absolute;
      top: -10px;
      right: -10px;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      background-image: linear-gradient(180deg, #0079C1 0%, #00629C 100%);
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      z-index: -1;
      opacity: 1; }

/* ----------------------------------------------------------------------------
=Venue Pages
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Map styles
----------------------------------------------------------------------------- */
.map_contain {
  width: 100%; }
  .map_contain iframe {
    width: 100%;
    height: calc(100vw*(610/1600)); }
    @media screen and (max-width: 700px) {
      .map_contain iframe {
        min-height: 300px; } }

.map_holder {
  position: relative;
  display: block;
  width: 100%;
  height: 385px;
  margin-bottom: 25px; }
  .map_holder .map {
    width: 100%;
    height: 100%; }

.map_window .info {
  margin: 0 0 8px;
  padding: 0 0 4px; }
  .map_window .info h4 {
    color: #000;
    font-weight: 400; }
  .map_window .info address {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 12px;
    line-height: 140%; }

.map_window .desc {
  float: left;
  width: 120px; }
  .map_window .desc img {
    float: left;
    width: 120px;
    height: auto;
    margin: 0 15px 0 0; }
  .map_window .desc p {
    margin: 0;
    padding: 0; }

.map_window .directions {
  display: none;
  padding: 4px 0 0; }
  .map_window .directions label {
    display: block;
    margin: 0 0 8px;
    color: #000;
    font-size: 12px; }
  .map_window .directions input[type=text] {
    width: 72%;
    margin: 0 0 8px;
    padding: 4px 5px;
    color: #000;
    font-size: 12px; }
  .map_window .directions form button {
    display: block;
    float: right;
    padding: 6px 5px;
    color: #fff;
    border: 0;
    background-color: #000;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase; }
    .map_window .directions form button:hover {
      background-color: #f2873b; }

.map_control {
  zoom: 1;
  position: relative;
  z-index: 51;
  margin: 0 auto;
  line-height: 40px; }
  .map_control:before, .map_control:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .map_control:after {
    clear: both; }
  .map_control .map_anchor {
    display: none; }
  .map_control label {
    display: block;
    float: left;
    height: 40px;
    padding: 0 15px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase; }
  .map_control button {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    float: left;
    margin: 0 2px 0 0;
    padding: 0 15px;
    color: #fff;
    border: none;
    background: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase; }
    .map_control button.active {
      outline: none;
      background: #000; }
      .map_control button.active:hover {
        color: white;
        outline: none; }
    .map_control button:hover {
      color: #000;
      outline: none; }
    .map_control button:focus {
      outline: none; }

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

.paging {
  zoom: 1;
  position: relative;
  height: 40px;
  margin: 30px 0 15px;
  padding: 0px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.4px;
  line-height: 17px; }
  .paging:before, .paging:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .paging:after {
    clear: both; }
  .paging.final {
    margin: 0; }
  .paging.empty {
    height: 0;
    margin: 0;
    padding: 0;
    background: none; }
  .paging .record {
    float: left;
    width: auto;
    height: 40px;
    padding: 0 0 0 0px; }
  .paging .pages {
    zoom: 1;
    float: right;
    width: auto;
    margin: 0 -30px 0 0;
    text-align: center; }
    .paging .pages:before, .paging .pages:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .paging .pages:after {
      clear: both; }
    .paging .pages strong, .paging .pages a, .paging .pages a:link, .paging .pages a:visited {
      position: relative;
      float: left;
      width: 40px;
      height: 40px;
      margin: 0;
      padding: 0;
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #000000;
      letter-spacing: 0.4px;
      line-height: 17px;
      text-decoration: none; }
      .paging .pages strong:hover, .paging .pages a:hover, .paging .pages a:link:hover, .paging .pages a:visited:hover {
        color: #0079C1; }
      .paging .pages strong.last, .paging .pages strong.first, .paging .pages a.last, .paging .pages a.first, .paging .pages a:link.last, .paging .pages a:link.first, .paging .pages a:visited.last, .paging .pages a:visited.first {
        display: none; }
    .paging .pages strong {
      position: relative;
      z-index: 1; }
      .paging .pages strong:after {
        content: " ";
        position: absolute;
        top: -6px;
        left: 5px;
        background: #F5F5F5;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        z-index: -1; }
      .paging .pages strong:hover {
        color: black; }

/* ----------------------------------------------------------------------------
=Password Protected Page login form
----------------------------------------------------------------------------- */
.login-form {
  position: relative;
  text-align: center; }
  .login-form h1 {
    margin-top: 50px; }
    @media screen and (max-width: 700px) {
      .login-form h1 {
        margin-top: 30px; } }
  .login-form form {
    position: relative; }
  .login-form input[type='password'] {
    position: relative;
    width: 80%;
    max-width: 300px;
    height: 46px;
    background: transparent;
    border: 1px solid #000;
    padding: 8px 10px;
    font-size: 15px;
    color: #ffffff;
    color: #333;
    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: #333; }
    .login-form input[type='password']:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #333; }
    .login-form input[type='password']::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #333; }
    .login-form input[type='password']:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #333; }
  .login-form input[type='submit'] {
    display: block;
    margin: 25px auto; }

/* ----------------------------------------------------------------------------
= Showtime TEAMS module
----------------------------------------------------------------------------- */
#teams.detail .teams_thumb {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px; }

#teams.detail .branding > div, #teams.detail .branding > img, #teams.detail #branding > div, #teams.detail #branding > img {
  max-width: 1020px; }

#teams.detail .title-inner-wrapper {
  padding-top: 5px; }
  @media screen and (max-width: 870px) {
    #teams.detail .title-inner-wrapper {
      padding: 10px 20px; } }

#teams.detail .spotlight_image .caption {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: left; }
  #teams.detail .spotlight_image .caption p {
    text-align: left; }

#teams.detail #branding.nobranding {
  padding-top: 10px; }
  @media screen and (max-width: 870px) {
    #teams.detail #branding.nobranding {
      border: none; } }

#teams.detail #branding.slide .page_title,
#teams.detail #branding.spotlight_image .page_title {
  background: transparent; }

@media screen and (max-width: 870px) {
  #teams.detail h1 {
    line-height: normal;
    margin-bottom: 15px; } }

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
#news.detail .news_thumb {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px; }

#news.detail .branding > div, #news.detail .branding > img, #news.detail #branding > div, #news.detail #branding > img {
  max-width: 1020px; }

#news.detail .title-inner-wrapper {
  padding-top: 5px; }

#news.detail .spotlight_image .caption {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: left; }
  #news.detail .spotlight_image .caption p {
    text-align: left; }

#news.detail #branding .date {
  margin: 10px 0px 15px; }
  #news.detail #branding .date .m-date__singleDate {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0.4px;
    line-height: 21px;
    position: relative;
    z-index: 1; }
    #news.detail #branding .date .m-date__singleDate:before {
      position: absolute;
      content: " ";
      top: -12px;
      left: -18px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: #484349;
      z-index: -1; }
      @media screen and (max-width: 870px) {
        #news.detail #branding .date .m-date__singleDate:before {
          display: none; } }

#news.detail #branding.nobranding {
  padding-top: 10px; }
  @media screen and (max-width: 870px) {
    #news.detail #branding.nobranding {
      border: none; } }

#news.detail #branding.slide .page_title,
#news.detail #branding.spotlight_image .page_title,
#news.detail #branding.nobranding .page_title {
  background: transparent; }

@media screen and (max-width: 870px) {
  #news.detail h1 {
    line-height: normal;
    margin-bottom: 15px; } }

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
#events:not(.detail) .full {
  max-width: none; }
  #events:not(.detail) .full .full_column {
    max-width: none;
    padding-left: 0px;
    padding-right: 0px; }

p.noevents {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }

.event_list_header {
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #DDDCDD;
  margin-bottom: 10px; }
  .event_list_header .overview {
    display: flex;
    position: relative;
    margin: 0 auto;
    max-width: 1220px;
    padding: 40px 20px 20px; }
    @media screen and (max-width: 870px) {
      .event_list_header .overview {
        padding-top: 20px; } }
  .event_list_header h1 {
    flex-grow: 2;
    margin: 0;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 61px;
    color: #000000;
    letter-spacing: 0.4px;
    text-align: left;
    line-height: 64px; }
    @media screen and (max-width: 870px) {
      .event_list_header h1 {
        font-size: 2.44140625rem; } }

.event_list_toggles {
  display: flex;
  align-self: flex-end;
  margin-bottom: -10px; }
  @media screen and (max-width: 1200px) {
    .event_list_toggles {
      display: none; } }
  .event_list_toggles .toggle {
    margin-left: 15px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #757075;
    letter-spacing: 0.4px;
    line-height: 14px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 25px 0px 25px 0px; }
    .event_list_toggles .toggle:after {
      content: " ";
      position: absolute;
      z-index: -1;
      top: -21px;
      top: 3px;
      left: 13px;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      opacity: 0;
      background: #F5F5F5;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .event_list_toggles .toggle:first-child {
      padding-right: 30px;
      margin-right: 20px; }
      .event_list_toggles .toggle:first-child:before {
        position: absolute;
        content: " ";
        right: 0px;
        top: -8px;
        top: 17px;
        height: 35px;
        width: 1px;
        background: #DDDCDD;
        z-index: 2; }
    .event_list_toggles .toggle:hover {
      cursor: pointer; }
      .event_list_toggles .toggle:hover span {
        color: #000; }
      .event_list_toggles .toggle:hover svg g {
        fill: #0079C1; }
    .event_list_toggles .toggle.calendar {
      display: none; }
    .event_list_toggles .toggle.is-active span {
      color: black; }
    .event_list_toggles .toggle.is-active svg g {
      fill: #0079C1; }
    .event_list_toggles .toggle.is-active:after {
      opacity: 1; }
  .event_list_toggles span {
    display: inline-block;
    text-align: center;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #757075;
    letter-spacing: 0.4px;
    line-height: 14px;
    padding-left: 10px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .event_list_toggles svg g {
    fill: #757075;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }

.category-dropdown {
  display: none; }

.event_list {
  zoom: 1;
  margin-top: 90px; }
  .event_list:before, .event_list:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .event_list:after {
    clear: both; }
  @media screen and (max-width: 1280px) {
    .event_list {
      margin-top: 70px; } }
  @media screen and (max-width: 870px) {
    .event_list {
      margin-top: 40px; } }
  .event_list .eventItemWrapper {
    position: relative;
    z-index: 1; }
    .event_list .eventItemWrapper:after {
      content: " ";
      position: absolute;
      bottom: 30px;
      left: 0px;
      width: 100%;
      height: 80px;
      z-index: -1;
      background-image: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%); }
      @media screen and (max-width: 1100px) {
        .event_list .eventItemWrapper:after {
          bottom: 21px; } }
    .event_list .eventItemWrapper:before {
      content: " ";
      position: absolute;
      left: -25px;
      bottom: 30px;
      height: calc(100% + 50px);
      width: 100px;
      background-image: linear-gradient(179deg, rgba(0, 121, 193, 0.25) 0%, #00629C 100%);
      z-index: 1;
      -webkit-transition: all 300ms linear;
      -moz-transition: all 300ms linear;
      -o-transition: all 300ms linear;
      transition: all 300ms linear;
      -webkit-clip-path: polygon(0 0, 25px 0%, 25px 100%, 0% 100%);
      clip-path: polygon(0 0, 25px 0%, 25px 100%, 0% 100%); }
      @media screen and (max-width: 1280px) {
        .event_list .eventItemWrapper:before {
          height: calc(100% + 30px); } }
    .event_list .eventItemWrapper:hover:before {
      left: 0px;
      -webkit-clip-path: polygon(0 0, 25px 0%, 100% 100%, 0% 100%);
      clip-path: polygon(0 0, 25px 0%, 100% 100%, 0% 100%); }
      @media screen and (max-width: 1200px) {
        .event_list .eventItemWrapper:hover:before {
          display: none; } }
    .event_list .eventItemWrapper:hover .date .time:after {
      width: calc(100% + 28px); }
      @media screen and (max-width: 1100px) {
        .event_list .eventItemWrapper:hover .date .time:after {
          width: calc(100% + 53px); } }
    .event_list .eventItemWrapper:hover .info {
      padding-left: 0px;
      padding-right: 55px; }
      @media screen and (max-width: 1200px) {
        .event_list .eventItemWrapper:hover .info {
          padding-right: 10px; } }
      @media screen and (max-width: 650px) {
        .event_list .eventItemWrapper:hover .info {
          padding-right: 0px; } }
    .event_list .eventItemWrapper:hover .date :before {
      width: 100%; }
  .event_list .eventItem {
    max-width: 1240px;
    margin: 0px auto;
    padding: 0px 20px;
    position: relative;
    margin-bottom: 50px; }
    @media screen and (max-width: 1450px) {
      .event_list .eventItem {
        padding: 0px 20px 0px 100px; } }
    @media screen and (max-width: 1280px) {
      .event_list .eventItem {
        padding-left: 120px;
        margin-bottom: 30px; } }
    @media screen and (max-width: 1200px) {
      .event_list .eventItem {
        padding: 0px 40px 0px 80px; } }
    @media screen and (max-width: 1100px) {
      .event_list .eventItem {
        padding: 0px 40px;
        max-width: 940px; } }
    @media screen and (max-width: 650px) {
      .event_list .eventItem {
        padding: 0px 20px;
        display: flex;
        flex-direction: column;
        margin-bottom: 0px; } }
    .event_list .eventItem .thumb {
      width: 590px;
      background: #FFFFFF;
      box-shadow: 5px 10px 20px -5px rgba(0, 0, 0, 0.4);
      position: absolute;
      z-index: 1;
      bottom: 0px;
      right: 0px;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .event_list .eventItem .thumb.hovered img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); }
      .event_list .eventItem .thumb:hover {
        bottom: 10px;
        right: -10px; }
        .event_list .eventItem .thumb:hover img {
          -webkit-filter: grayscale(0);
          filter: grayscale(0); }
        .event_list .eventItem .thumb:hover:after {
          top: 0px;
          right: 0px; }
      @media screen and (max-width: 1280px) {
        .event_list .eventItem .thumb {
          width: 580px;
          right: 20px; }
          .event_list .eventItem .thumb:hover {
            right: 10px; } }
      @media screen and (max-width: 1200px) {
        .event_list .eventItem .thumb {
          right: 40px; }
          .event_list .eventItem .thumb:hover {
            right: 30px; } }
      @media screen and (max-width: 1100px) {
        .event_list .eventItem .thumb {
          width: 404px; } }
      @media screen and (max-width: 870px) {
        .event_list .eventItem .thumb {
          width: 260px;
          bottom: 58px; }
          .event_list .eventItem .thumb:hover {
            bottom: 63px;
            right: 35px; } }
      @media screen and (max-width: 650px) {
        .event_list .eventItem .thumb {
          width: calc(100% - 20px);
          position: relative;
          margin: 0px auto;
          right: auto;
          order: 2;
          margin: 25px 10px 0px; }
          .event_list .eventItem .thumb:hover {
            bottom: 58px;
            right: auto;
            margin: 20px 15px 0px; } }
      .event_list .eventItem .thumb a {
        display: block;
        width: 100%;
        height: 100%;
        border: 10px solid white; }
        @media screen and (max-width: 870px) {
          .event_list .eventItem .thumb a {
            border: 5px solid white; } }
      .event_list .eventItem .thumb img {
        max-width: 100%;
        display: block;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      .event_list .eventItem .thumb:after {
        content: " ";
        position: absolute;
        top: -10px;
        right: -10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        background-image: linear-gradient(180deg, #0079C1 0%, #00629C 100%);
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        z-index: -1;
        opacity: 1; }
        @media screen and (max-width: 1100px) {
          .event_list .eventItem .thumb:after {
            top: -7px;
            right: -7px;
            width: calc(100% - 14px);
            height: calc(100% - 14px); } }
        @media screen and (max-width: 870px) {
          .event_list .eventItem .thumb:after {
            top: -4px;
            right: -4px;
            width: calc(100% - 8px);
            height: calc(100% - 8px); } }
    .event_list .eventItem .info {
      position: relative;
      bottom: 0px;
      min-height: 350px;
      max-width: calc(100% - 610px);
      padding-left: 45px;
      padding-right: 10px;
      padding-bottom: 60px;
      -webkit-transition: all 300ms linear;
      -moz-transition: all 300ms linear;
      -o-transition: all 300ms linear;
      transition: all 300ms linear;
      display: flex;
      align-items: flex-end; }
      @media screen and (max-width: 1450px) {
        .event_list .eventItem .info {
          max-width: calc(100% - 585px); } }
      @media screen and (max-width: 1200px) {
        .event_list .eventItem .info {
          padding-left: 0px; } }
      @media screen and (max-width: 1280px) {
        .event_list .eventItem .info {
          max-width: calc(100% - 585px); } }
      @media screen and (max-width: 1100px) {
        .event_list .eventItem .info {
          max-width: calc(100% - 424px);
          min-height: 255px; } }
      @media screen and (max-width: 870px) {
        .event_list .eventItem .info {
          max-width: calc(100% - 280px);
          min-height: 220px; } }
      @media screen and (max-width: 700px) {
        .event_list .eventItem .info {
          min-height: 200px; } }
      @media screen and (max-width: 650px) {
        .event_list .eventItem .info {
          max-width: 100%;
          order: 1;
          padding-right: 0px;
          min-height: auto; } }
    @media screen and (max-width: 650px) {
      .event_list .eventItem .info-inner {
        width: 100%; } }
    .event_list .eventItem .h3.title, .event_list .eventItem .sitemap .column > ul > li > a.title, .sitemap .event_list .eventItem .column > ul > li > a.title {
      position: relative;
      z-index: 1;
      display: inline-block;
      line-height: 49px;
      margin-top: -20px;
      clear: both; }
      @media screen and (max-width: 1280px) {
        .event_list .eventItem .h3.title, .event_list .eventItem .sitemap .column > ul > li > a.title, .sitemap .event_list .eventItem .column > ul > li > a.title {
          line-height: normal;
          margin-top: -16px; } }
      @media screen and (max-width: 1100px) {
        .event_list .eventItem .h3.title, .event_list .eventItem .sitemap .column > ul > li > a.title, .sitemap .event_list .eventItem .column > ul > li > a.title {
          line-height: 30px;
          display: block; } }
      @media screen and (max-width: 650px) {
        .event_list .eventItem .h3.title, .event_list .eventItem .sitemap .column > ul > li > a.title, .sitemap .event_list .eventItem .column > ul > li > a.title {
          margin-top: -8px; } }
      .event_list .eventItem .h3.title a, .event_list .eventItem .sitemap .column > ul > li > a.title a, .sitemap .event_list .eventItem .column > ul > li > a.title a {
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 700;
        font-size: 39px;
        color: #000000;
        letter-spacing: 0.4px;
        line-height: 43px; }
        @media screen and (max-width: 1280px) {
          .event_list .eventItem .h3.title a, .event_list .eventItem .sitemap .column > ul > li > a.title a, .sitemap .event_list .eventItem .column > ul > li > a.title a {
            font-size: 31px;
            line-height: 28px; } }
        @media screen and (max-width: 1100px) {
          .event_list .eventItem .h3.title a, .event_list .eventItem .sitemap .column > ul > li > a.title a, .sitemap .event_list .eventItem .column > ul > li > a.title a {
            font-size: 25px;
            line-height: 28px; } }
        @media screen and (max-width: 870px) {
          .event_list .eventItem .h3.title a, .event_list .eventItem .sitemap .column > ul > li > a.title a, .sitemap .event_list .eventItem .column > ul > li > a.title a {
            font-size: 25px;
            line-height: 28px; } }
        @media screen and (max-width: 650px) {
          .event_list .eventItem .h3.title a, .event_list .eventItem .sitemap .column > ul > li > a.title a, .sitemap .event_list .eventItem .column > ul > li > a.title a {
            font-size: 20px;
            line-height: 22px; } }
        .event_list .eventItem .h3.title a:hover, .event_list .eventItem .sitemap .column > ul > li > a.title a:hover, .sitemap .event_list .eventItem .column > ul > li > a.title a:hover {
          color: #0079C1; }
    .event_list .eventItem .h4.tagline, .event_list .eventItem .spotlight .tagline.title, .spotlight .event_list .eventItem .tagline.title,
    .event_list .eventItem .concierge .tagline.title, .concierge .event_list .eventItem .tagline.title,
    .event_list .eventItem .news_list .tagline.title, .news_list .event_list .eventItem .tagline.title,
    .event_list .eventItem .contest_list .tagline.title, .contest_list .event_list .eventItem .tagline.title,
    .event_list .eventItem .job_list .tagline.title, .job_list .event_list .eventItem .tagline.title,
    .event_list .eventItem .seating_charts .tagline.title, .seating_charts .event_list .eventItem .tagline.title,
    .event_list .eventItem .offer_list .tagline.title, .offer_list .event_list .eventItem .tagline.title, .event_list .eventItem .spotlight .title a.tagline, .spotlight .title .event_list .eventItem a.tagline,
    .event_list .eventItem .concierge .title a.tagline, .concierge .title .event_list .eventItem a.tagline,
    .event_list .eventItem .news_list .title a.tagline, .news_list .title .event_list .eventItem a.tagline,
    .event_list .eventItem .contest_list .title a.tagline, .contest_list .title .event_list .eventItem a.tagline,
    .event_list .eventItem .job_list .title a.tagline, .job_list .title .event_list .eventItem a.tagline,
    .event_list .eventItem .seating_charts .title a.tagline, .seating_charts .title .event_list .eventItem a.tagline,
    .event_list .eventItem .offer_list .title a.tagline, .offer_list .title .event_list .eventItem a.tagline {
      font-family: "Roboto Mono", monospace;
      font-weight: 400;
      font-size: 17px;
      color: #000000;
      letter-spacing: 0;
      line-height: 26px;
      margin-top: 8px;
      display: block; }
      @media screen and (max-width: 1100px) {
        .event_list .eventItem .h4.tagline, .event_list .eventItem .spotlight .tagline.title, .spotlight .event_list .eventItem .tagline.title,
        .event_list .eventItem .concierge .tagline.title, .concierge .event_list .eventItem .tagline.title,
        .event_list .eventItem .news_list .tagline.title, .news_list .event_list .eventItem .tagline.title,
        .event_list .eventItem .contest_list .tagline.title, .contest_list .event_list .eventItem .tagline.title,
        .event_list .eventItem .job_list .tagline.title, .job_list .event_list .eventItem .tagline.title,
        .event_list .eventItem .seating_charts .tagline.title, .seating_charts .event_list .eventItem .tagline.title,
        .event_list .eventItem .offer_list .tagline.title, .offer_list .event_list .eventItem .tagline.title, .event_list .eventItem .spotlight .title a.tagline, .spotlight .title .event_list .eventItem a.tagline,
        .event_list .eventItem .concierge .title a.tagline, .concierge .title .event_list .eventItem a.tagline,
        .event_list .eventItem .news_list .title a.tagline, .news_list .title .event_list .eventItem a.tagline,
        .event_list .eventItem .contest_list .title a.tagline, .contest_list .title .event_list .eventItem a.tagline,
        .event_list .eventItem .job_list .title a.tagline, .job_list .title .event_list .eventItem a.tagline,
        .event_list .eventItem .seating_charts .title a.tagline, .seating_charts .title .event_list .eventItem a.tagline,
        .event_list .eventItem .offer_list .title a.tagline, .offer_list .title .event_list .eventItem a.tagline {
          font-size: 14px; } }
      @media screen and (max-width: 650px) {
        .event_list .eventItem .h4.tagline, .event_list .eventItem .spotlight .tagline.title, .spotlight .event_list .eventItem .tagline.title,
        .event_list .eventItem .concierge .tagline.title, .concierge .event_list .eventItem .tagline.title,
        .event_list .eventItem .news_list .tagline.title, .news_list .event_list .eventItem .tagline.title,
        .event_list .eventItem .contest_list .tagline.title, .contest_list .event_list .eventItem .tagline.title,
        .event_list .eventItem .job_list .tagline.title, .job_list .event_list .eventItem .tagline.title,
        .event_list .eventItem .seating_charts .tagline.title, .seating_charts .event_list .eventItem .tagline.title,
        .event_list .eventItem .offer_list .tagline.title, .offer_list .event_list .eventItem .tagline.title, .event_list .eventItem .spotlight .title a.tagline, .spotlight .title .event_list .eventItem a.tagline,
        .event_list .eventItem .concierge .title a.tagline, .concierge .title .event_list .eventItem a.tagline,
        .event_list .eventItem .news_list .title a.tagline, .news_list .title .event_list .eventItem a.tagline,
        .event_list .eventItem .contest_list .title a.tagline, .contest_list .title .event_list .eventItem a.tagline,
        .event_list .eventItem .job_list .title a.tagline, .job_list .title .event_list .eventItem a.tagline,
        .event_list .eventItem .seating_charts .title a.tagline, .seating_charts .title .event_list .eventItem a.tagline,
        .event_list .eventItem .offer_list .title a.tagline, .offer_list .title .event_list .eventItem a.tagline {
          margin-top: 0px;
          margin-bottom: 5px; } }
    .event_list .eventItem .meta {
      display: none; }
    .event_list .eventItem .date {
      position: relative;
      z-index: 1;
      margin-left: -45px;
      display: block;
      height: 80px; }
      @media screen and (max-width: 1100px) {
        .event_list .eventItem .date {
          margin-left: -14px;
          height: 70px; } }
      @media screen and (max-width: 650px) {
        .event_list .eventItem .date {
          height: 50px;
          margin-left: 0px; }
          .event_list .eventItem .date:before {
            content: " ";
            position: absolute;
            bottom: 13px;
            left: 0px;
            width: 70px;
            height: 3px;
            background: #0079C1;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear; } }
      .event_list .eventItem .date .m-date__singleDate {
        width: 80px;
        height: 80px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding-left: 24px; }
        @media screen and (max-width: 1100px) {
          .event_list .eventItem .date .m-date__singleDate {
            display: inline-block;
            width: auto;
            padding-left: 15px;
            margin-top: 11px;
            float: left;
            height: auto; } }
        @media screen and (max-width: 650px) {
          .event_list .eventItem .date .m-date__singleDate {
            height: 36px;
            padding-left: 0px; } }
      .event_list .eventItem .date .m-date__rangeFirst {
        width: 66px;
        height: 80px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding-left: 24px;
        float: left; }
        @media screen and (max-width: 1100px) {
          .event_list .eventItem .date .m-date__rangeFirst {
            height: 50px;
            padding-left: 13px;
            width: 50px; } }
        @media screen and (max-width: 650px) {
          .event_list .eventItem .date .m-date__rangeFirst {
            height: 36px;
            padding-left: 0px;
            display: inline-block;
            width: auto;
            margin-top: 11px; } }
      .event_list .eventItem .date .m-date__rangeLast {
        width: 80px;
        height: 80px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding-left: 11px;
        float: left; }
        @media screen and (max-width: 1100px) {
          .event_list .eventItem .date .m-date__rangeLast {
            height: 50px;
            width: 50px; } }
        @media screen and (max-width: 650px) {
          .event_list .eventItem .date .m-date__rangeLast {
            height: 36px;
            display: inline-block;
            width: auto;
            margin-top: 11px; } }
      .event_list .eventItem .date .m-date__separator {
        float: left;
        display: inline-block;
        margin-top: 20px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: #000000;
        letter-spacing: 0.4px;
        line-height: 21px; }
        @media screen and (max-width: 1100px) {
          .event_list .eventItem .date .m-date__separator {
            margin-top: 15px; } }
        @media screen and (max-width: 650px) {
          .event_list .eventItem .date .m-date__separator {
            display: inline-block;
            width: auto;
            margin-top: 9px;
            margin-left: 11px; } }
      .event_list .eventItem .date .m-date__month {
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: #000000;
        letter-spacing: 0.4px;
        line-height: 21px;
        display: block; }
        @media screen and (max-width: 1100px) {
          .event_list .eventItem .date .m-date__month {
            display: inline-block;
            margin-right: 5px;
            font-size: 16px; } }
      .event_list .eventItem .date .m-date__day {
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: #000000;
        letter-spacing: 0.4px;
        line-height: 21px; }
        @media screen and (max-width: 1100px) {
          .event_list .eventItem .date .m-date__day {
            font-size: 16px; } }
      .event_list .eventItem .date .time {
        font-family: "Roboto Mono", monospace;
        font-weight: 500;
        font-style: italic;
        font-size: 17px;
        color: #000000;
        letter-spacing: 0;
        line-height: 26px;
        position: absolute;
        top: 17px;
        left: 95px; }
        @media screen and (max-width: 1100px) {
          .event_list .eventItem .date .time {
            position: relative;
            display: inline-block;
            font-size: 14px;
            top: 9px;
            left: auto;
            margin-left: 8px; } }
        .event_list .eventItem .date .time:after {
          content: " ";
          position: absolute;
          top: 29px;
          left: -28px;
          width: 70px;
          height: 3px;
          background: #0079C1;
          -webkit-transition: all 300ms linear;
          -moz-transition: all 300ms linear;
          -o-transition: all 300ms linear;
          transition: all 300ms linear; }
          @media screen and (max-width: 1100px) {
            .event_list .eventItem .date .time:after {
              left: -53px; } }
          @media screen and (max-width: 650px) {
            .event_list .eventItem .date .time:after {
              display: none; } }
      .event_list .eventItem .date:after {
        content: " ";
        position: absolute;
        z-index: -1;
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: #F5F5F5;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        @media screen and (max-width: 1100px) {
          .event_list .eventItem .date:after {
            width: 50px;
            height: 50px; } }
        @media screen and (max-width: 650px) {
          .event_list .eventItem .date:after {
            display: none; } }
    .event_list .eventItem .buttons {
      position: relative;
      bottom: 0px;
      margin-bottom: 40px;
      margin-top: 45px; }
      @media screen and (max-width: 1100px) {
        .event_list .eventItem .buttons {
          margin-bottom: 15px;
          margin-top: 20px; } }
      @media screen and (max-width: 870px) {
        .event_list .eventItem .buttons {
          margin-top: 10px;
          margin-bottom: 0px; } }
      @media screen and (max-width: 650px) {
        .event_list .eventItem .buttons {
          width: 100%; } }
      .event_list .eventItem .buttons a, .event_list .eventItem .buttons span {
        display: inline-block; }
        @media screen and (max-width: 650px) {
          .event_list .eventItem .buttons a, .event_list .eventItem .buttons span {
            width: 100%;
            text-align: center; } }
  .event_list.event_list_grid .eventList__wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
  .event_list.event_list_grid .eventItemWrapper {
    width: 50%;
    margin: 0px;
    display: flex;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    flex-direction: column;
    margin-bottom: 40px; }
    .event_list.event_list_grid .eventItemWrapper:after {
      bottom: 0px; }
    .event_list.event_list_grid .eventItemWrapper .eventItem {
      width: 630px;
      float: left;
      align-self: flex-start;
      margin: 10px 0px 10px 10px;
      height: 100%;
      padding: 0px 10px !important; }
      @media screen and (max-width: 1450px) {
        .event_list.event_list_grid .eventItemWrapper .eventItem {
          width: 550px; } }
    .event_list.event_list_grid .eventItemWrapper:before {
      display: none; }
    .event_list.event_list_grid .eventItemWrapper:hover .info {
      padding-left: 0px;
      padding-right: 0px; }
    .event_list.event_list_grid .eventItemWrapper .thumb {
      float: none;
      width: 100%;
      position: relative;
      right: auto;
      margin: 0px 10px 25px 0px;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .event_list.event_list_grid .eventItemWrapper .thumb:hover {
        margin-left: 10px; }
      .event_list.event_list_grid .eventItemWrapper .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; }
    .event_list.event_list_grid .eventItemWrapper .info {
      padding-left: 0px;
      padding-right: 0px;
      width: 100%;
      max-width: none;
      float: none;
      display: flex;
      align-items: flex-start;
      min-height: 0;
      height: calc(100% - 350px);
      padding-bottom: 30px; }
      .event_list.event_list_grid .eventItemWrapper .info .info-inner {
        flex: 1 1 auto;
        display: flex;
        justify-content: flex-start;
        align-content: stretch;
        align-items: stretch;
        flex-direction: column;
        height: 100%;
        padding-left: 55px; }
    .event_list.event_list_grid .eventItemWrapper .buttons {
      margin: auto 0 40px 0;
      padding-top: 15px; }
    .event_list.event_list_grid .eventItemWrapper:first-child .eventItem {
      align-self: flex-end;
      margin-right: 20px; }
    .event_list.event_list_grid .eventItemWrapper:nth-child(2n+1) {
      clear: left; }
      .event_list.event_list_grid .eventItemWrapper:nth-child(2n+1) .eventItem {
        align-self: flex-end;
        margin-right: 20px; }

.events.content_item .event_list .eventItemWrapper:before,
.event_list.content_item .eventItemWrapper:before {
  display: none; }

@media screen and (max-width: 870px) {
  .events.content_item .event_list .eventItemWrapper,
  .event_list.content_item .eventItemWrapper {
    width: calc(100% + 20px);
    margin-left: -10px; } }

.events.content_item .event_list .eventItemWrapper .eventItem,
.event_list.content_item .eventItemWrapper .eventItem {
  padding-left: 20px; }
  @media screen and (max-width: 870px) {
    .events.content_item .event_list .eventItemWrapper .eventItem,
    .event_list.content_item .eventItemWrapper .eventItem {
      padding: 0px 20px; } }

.events.content_item .event_list .eventItemWrapper .info,
.event_list.content_item .eventItemWrapper .info {
  padding-left: 0px; }
  @media screen and (max-width: 1100px) {
    .events.content_item .event_list .eventItemWrapper .info,
    .event_list.content_item .eventItemWrapper .info {
      padding-left: 0px; } }
  @media screen and (max-width: 870px) {
    .events.content_item .event_list .eventItemWrapper .info,
    .event_list.content_item .eventItemWrapper .info {
      padding-left: 10px; } }
  @media screen and (max-width: 650px) {
    .events.content_item .event_list .eventItemWrapper .info,
    .event_list.content_item .eventItemWrapper .info {
      padding-left: 0px; } }
  @media screen and (min-width: 871px) {
    .events.content_item .event_list .eventItemWrapper .info,
    .event_list.content_item .eventItemWrapper .info {
      width: calc(100% - 400px);
      max-width: none;
      padding-right: 10px !important;
      min-height: 255px; } }

@media screen and (min-width: 871px) {
  .events.content_item .event_list .eventItemWrapper .thumb,
  .event_list.content_item .eventItemWrapper .thumb {
    right: 10px;
    width: 404px; } }

@media screen and (max-width: 870px) {
  .events.content_item .event_list .eventItemWrapper .thumb,
  .event_list.content_item .eventItemWrapper .thumb {
    right: 20px; } }

@media screen and (max-width: 650px) {
  .events.content_item .event_list .eventItemWrapper .thumb,
  .event_list.content_item .eventItemWrapper .thumb {
    right: 0px; } }

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
.event_detail {
  min-height: 600px;
  zoom: 1;
  position: relative; }
  .event_detail:before, .event_detail:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .event_detail:after {
    clear: both; }
  .event_detail.has_branding .page_title {
    background: transparent; }
  @media screen and (max-width: 870px) {
    .event_detail #branding.nobranding {
      border-top: none !important; } }
  .event_detail .page_title {
    max-width: 1180px !important; }
    .event_detail .page_title .title-inner-wrapper {
      padding: 20px 20px 20px 240px; }
      @media screen and (max-width: 1180px) {
        .event_detail .page_title .title-inner-wrapper {
          max-width: none;
          padding-left: 328px; } }
      @media screen and (max-width: 870px) {
        .event_detail .page_title .title-inner-wrapper {
          padding: 5px 20px 60px 20px; }
          .event_detail .page_title .title-inner-wrapper h1 {
            line-height: 45px;
            text-align: center;
            margin-top: 10px; } }
    .event_detail .page_title .tagline {
      font-family: "Roboto Mono", monospace;
      font-weight: 400;
      font-size: 20px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 30px;
      margin: 10px 0px 0px; }
      @media screen and (max-width: 870px) {
        .event_detail .page_title .tagline {
          margin-top: 6px;
          text-align: center; } }
  @media screen and (max-width: 870px) {
    .event_detail .branding, .event_detail #branding {
      margin-bottom: 0px; } }
  .event_detail .branding > div, .event_detail .branding > img, .event_detail #branding > div, .event_detail #branding > img {
    max-width: 1020px; }
  .event_detail #column_1 {
    margin-top: -90px; }
    @media screen and (max-width: 870px) {
      .event_detail #column_1 {
        margin-top: 0px !important; } }
  .event_detail .leftColumn {
    padding-top: 80px; }
    @media screen and (max-width: 870px) {
      .event_detail .leftColumn {
        padding-top: 0px !important; } }
  .event_detail .event_heading.below_branding {
    display: none; }
  @media screen and (max-width: 870px) {
    .event_detail .event_heading {
      display: none; } }
  .event_detail .buttonWrapper .title, .event_detail .buttonWrapper .tagline, .event_detail .buttonWrapper .date {
    display: none; }
  @media screen and (max-width: 870px) {
    .event_detail .buttonWrapper {
      margin-top: -35px; } }
  .event_detail .buttonWrapper .buttons {
    position: relative;
    width: calc(100% + 20px);
    margin-left: -10px; }
    @media screen and (max-width: 870px) {
      .event_detail .buttonWrapper .buttons {
        width: calc(100% - 0px);
        margin: 0px 0px; } }
    .event_detail .buttonWrapper .buttons svg {
      display: none; }
    .event_detail .buttonWrapper .buttons a.tickets, .event_detail .buttonWrapper .buttons span.tickets {
      display: inline-block;
      padding: 14px 0px;
      text-align: center;
      width: 100%; }
    .event_detail .buttonWrapper .buttons span {
      display: inline-block;
      text-align: center;
      padding: 14px 0px;
      width: 100%; }

.description_wrapper .read-more {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #484349;
  letter-spacing: 0.4px;
  line-height: 14px;
  margin-top: 25px;
  cursor: pointer;
  display: inline-block; }
  .description_wrapper .read-more:hover {
    color: black;
    text-decoration: underline; }

.leftColumn .h3, .leftColumn .sitemap .column > ul > li > a, .sitemap .leftColumn .column > ul > li > a {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 39px;
  color: #000000;
  letter-spacing: 0.4px;
  line-height: 51px;
  margin: 50px 0px 20px; }

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

.event_showings .list {
  position: relative;
  list-style-type: none;
  font-family: "Roboto Mono", monospace;
  font-size: 15px;
  width: calc(100% + 20px);
  margin-left: -20px;
  padding-left: 20px; }
  .event_showings .list a, .event_showings .list a:focus, .event_showings .list a:visited {
    color: #000; }
    .event_showings .list a:hover, .event_showings .list a:focus:hover, .event_showings .list a:visited:hover {
      color: #000; }

.event_showings .cell {
  width: 20%;
  position: relative;
  float: left;
  display: inline-block;
  text-align: center;
  height: 50px;
  line-height: 50px; }
  @media screen and (max-width: 700px) {
    .event_showings .cell {
      float: none;
      display: block; } }
  .event_showings .cell:nth-child(1) {
    width: 70%;
    text-align: left; }
    @media screen and (max-width: 700px) {
      .event_showings .cell:nth-child(1) {
        width: 100%; } }
  .event_showings .cell:last-child {
    width: 30%;
    text-align: right; }
    @media screen and (max-width: 700px) {
      .event_showings .cell:last-child {
        width: 100%;
        text-align: center; } }

.event_showings .listItem {
  position: relative;
  padding: 10px 0px;
  height: 68px; }
  @media screen and (max-width: 700px) {
    .event_showings .listItem {
      border-bottom: 1px solid #DDDCDD;
      height: auto;
      padding: 15px 0px; } }
  .event_showings .listItem:after {
    content: " ";
    position: absolute;
    width: calc(100% - 170px);
    height: 1px;
    top: 35px;
    left: 170px;
    background: #DDDCDD;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 1;
    visibility: visible; }
    @media screen and (max-width: 700px) {
      .event_showings .listItem:after {
        display: none; } }
  .event_showings .listItem:hover:after {
    background: black; }
  .event_showings .listItem-hasNoLink .eventDetailShowings__cell {
    width: 50%; }
  .event_showings .listItem .m-date__singleDate {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.4px;
    line-height: 17px;
    padding: 15px 0px;
    position: relative;
    z-index: 10; }
    .event_showings .listItem .m-date__singleDate:after {
      position: absolute;
      content: " ";
      width: 100%;
      height: 100%;
      background: white;
      top: 0px;
      left: 0px;
      z-index: -1; }
  .event_showings .listItem .m-date__month {
    position: relative;
    z-index: 15; }
    .event_showings .listItem .m-date__month:after {
      content: " ";
      position: absolute;
      left: -14px;
      top: -9px;
      background: #F5F5F5;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      z-index: -1; }
      @media screen and (max-width: 870px) {
        .event_showings .listItem .m-date__month:after {
          left: -9px; } }
  .event_showings .listItem .m-date__weekday {
    font-family: "Roboto Mono", monospace;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 21px;
    font-style: italic;
    margin-left: 18px; }
  .event_showings .listItem .time {
    font-family: "Roboto Mono", monospace;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 21px;
    font-style: italic;
    padding: 15px 25px 15px 2px;
    position: relative;
    z-index: 10; }
    .event_showings .listItem .time:after {
      position: absolute;
      content: " ";
      width: 100%;
      height: 100%;
      background: white;
      top: 0px;
      left: 0px;
      z-index: -1; }

.event_showings .list .buttons,
.event_showings .additional_showings .buttons {
  z-index: 10;
  position: relative; }
  .event_showings .list .buttons a.tickets, .event_showings .list .buttons span.tickets,
  .event_showings .additional_showings .buttons a.tickets,
  .event_showings .additional_showings .buttons span.tickets {
    display: block;
    background: #0079C1;
    color: white;
    border: 3px solid #0079C1; }
    @media screen and (max-width: 700px) {
      .event_showings .list .buttons a.tickets, .event_showings .list .buttons span.tickets,
      .event_showings .additional_showings .buttons a.tickets,
      .event_showings .additional_showings .buttons span.tickets {
        font-size: 13px; }
        .event_showings .list .buttons a.tickets:hover, .event_showings .list .buttons span.tickets:hover,
        .event_showings .additional_showings .buttons a.tickets:hover,
        .event_showings .additional_showings .buttons span.tickets:hover {
          color: #0079C1;
          background: white; } }
    @media screen and (min-width: 701px) {
      .event_showings .list .buttons a.tickets, .event_showings .list .buttons span.tickets,
      .event_showings .additional_showings .buttons a.tickets,
      .event_showings .additional_showings .buttons span.tickets {
        background: white;
        border: none;
        box-shadow: none;
        padding: 15px 0px 15px 15px;
        display: inline-block;
        margin: 0px;
        color: black; }
        .event_showings .list .buttons a.tickets:after, .event_showings .list .buttons span.tickets:after,
        .event_showings .additional_showings .buttons a.tickets:after,
        .event_showings .additional_showings .buttons span.tickets:after {
          display: block !important;
          left: 15px;
          bottom: 6px; }
        .event_showings .list .buttons a.tickets:hover:after, .event_showings .list .buttons span.tickets:hover:after,
        .event_showings .additional_showings .buttons a.tickets:hover:after,
        .event_showings .additional_showings .buttons span.tickets:hover:after {
          width: calc(100% - 15px); } }
  .event_showings .list .buttons span,
  .event_showings .additional_showings .buttons span {
    display: inline-block; }
  .event_showings .list .buttons svg,
  .event_showings .additional_showings .buttons svg {
    display: none; }

.event_showings .additional_showings {
  display: none;
  width: calc(100% + 20px);
  margin-left: -20px;
  padding-left: 20px; }

.event_showings .show-all-showings {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #484349;
  letter-spacing: 0.4px;
  line-height: 14px;
  margin-top: 20px;
  cursor: pointer;
  display: inline-block; }
  .event_showings .show-all-showings:hover {
    color: black;
    text-decoration: underline; }

.eventDetailList {
  position: relative;
  font-family: "Roboto Mono", monospace;
  overflow: hidden; }
  @media screen and (max-width: 870px) {
    .eventDetailList {
      padding: 10px 0px; } }
  .eventDetailList a, .eventDetailList a:focus, .eventDetailList p {
    color: #000000; }
  .eventDetailList a:hover {
    color: #000000; }
  .eventDetailList .item {
    list-style-type: none;
    border-bottom: 1px solid #DDDCDD;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.4px;
    line-height: 17px;
    position: relative;
    padding: 20px 0px; }
    @media screen and (max-width: 870px) {
      .eventDetailList .item {
        text-align: center; } }
    .eventDetailList .item:last-child {
      border-bottom: none; }
    .eventDetailList .item:before {
      display: none; }
    .eventDetailList .item .label {
      text-transform: uppercase;
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 700;
      font-size: 13px;
      color: #000000;
      letter-spacing: 0.4px;
      line-height: 14px;
      display: block;
      margin-bottom: 10px; }
    .eventDetailList .item svg {
      display: none; }
    .eventDetailList .item a {
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #484349;
      letter-spacing: 0.4px;
      line-height: 17px;
      padding: 0px;
      margin: 0px;
      background: transparent;
      border: none;
      box-shadow: none; }
      .eventDetailList .item a:hover {
        color: black;
        text-decoration: underline; }
      .eventDetailList .item a:after, .eventDetailList .item a:before {
        display: none; }

.event_detail .faq {
  margin-top: 40px;
  margin-bottom: 50px; }

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

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

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

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

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

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

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

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

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

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

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

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

.lightbox a img {
  border: none; }

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

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

.lb-container {
  padding: 4px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ----------------------------------------------------------------------------
= 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;
  outline: 0;
  top: 0px;
  left: 0px;
  z-index: 9500;
  background: #fff; }
  .m-alert-wrapper:after {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    z-index: -1;
    visibility: visible;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%); }
  .m-alert-wrapper .alert-inner {
    max-width: 1100px;
    margin: 0px auto;
    width: 100%;
    position: relative; }
  .m-alert-wrapper > div {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    display: none;
    margin: 0px auto; }
    @media screen and (max-width: 870px) {
      .m-alert-wrapper > div {
        padding-left: 20px;
        padding-right: 20px; } }
    .m-alert-wrapper > div .alert-title {
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 700;
      font-size: 25px;
      color: #000000;
      letter-spacing: 0.4px;
      line-height: 26px;
      display: block;
      margin-bottom: 15px;
      max-width: calc(100% - 20px);
      position: relative; }
    .m-alert-wrapper > div p, .m-alert-wrapper > div ul li, .m-alert-wrapper > div ol li {
      font-size: 14px;
      color: #000000;
      letter-spacing: 0;
      line-height: 25px; }
    .m-alert-wrapper > div .alert-desc {
      width: calc(100% - 150px);
      display: block; }
      .m-alert-wrapper > div .alert-desc p:last-child {
        margin-bottom: 0px; }
      @media screen and (max-width: 700px) {
        .m-alert-wrapper > div .alert-desc {
          width: 100%; } }
  .m-alert-wrapper .close-alert {
    width: 75px;
    height: 45px;
    position: absolute;
    top: 10px;
    right: 30px;
    cursor: pointer;
    z-index: 999;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #000000;
    letter-spacing: 0.4px;
    text-align: right;
    line-height: 14px;
    text-align: left;
    padding-top: 10px; }
    .m-alert-wrapper .close-alert:after {
      content: " ";
      position: absolute;
      left: 0px;
      bottom: 17px;
      width: 0px;
      height: 3px;
      background: #0079C1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    @media screen and (max-width: 870px) {
      .m-alert-wrapper .close-alert {
        right: 0px; } }
    @media screen and (max-width: 700px) {
      .m-alert-wrapper .close-alert {
        top: -5px; } }
    .m-alert-wrapper .close-alert .close-x {
      position: relative;
      float: right;
      margin-top: -3px;
      /*&:before, &:after {
				width: 2px;
				height: 28px;
				content: '';
				position: absolute;
				top: 0;
				right: 10px;
				background: #313131;
				@include animate;
			}
			&:before {
				transform: rotate(45deg);
			}
			&:after {
				transform: rotate(-45deg);
			}*/ }
      .m-alert-wrapper .close-alert .close-x:after {
        content: " ";
        position: absolute;
        right: 0px;
        top: -2px;
        width: 24px;
        height: 24px;
        background: url("../images/svg/search-close.svg") no-repeat; }
    .m-alert-wrapper .close-alert:hover:after {
      width: 35px; }
    .m-alert-wrapper .close-alert:hover .close-x {
      color: #0079C1;
      cursor: pointer; }
  .m-alert-wrapper .alert-button {
    border: none;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    background: transparent;
    display: inline-block; }
    .m-alert-wrapper .alert-button:after {
      width: 25px; }
    .m-alert-wrapper .alert-button:hover:after {
      width: 100%; }

body.alertactive #layout header.menu-open #nav-toggle.active {
  position: fixed;
  margin-top: 0px;
  top: 20px;
  z-index: 99999; }

#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: white;
  border-top-color: #e4e4e4;
  border-right-color: #e4e4e4;
  border-bottom-color: #dbdbdb;
  border-left-color: #e4e4e4;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-right-width: 0px;
  border-left-width: 0px; }

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

#venue_widgets_framework .m-venueframework__header-shadow {
  background: rgba(229, 229, 229, 0); }

#venue_widgets_framework .m-venueframework__header-text {
  color: #bb0826;
  text-transform: capitalize;
  padding: 0 0 0 0px; }

#venue_widgets_framework .m-venueframework__header-link, #venue_widgets_framework .m-venueframework__header-link:visited {
  background-color: white;
  color: #423e3f; }
  #venue_widgets_framework .m-venueframework__header-link:hover, #venue_widgets_framework .m-venueframework__header-link:focus, #venue_widgets_framework .m-venueframework__header-link:active, #venue_widgets_framework .m-venueframework__header-link:visited:hover, #venue_widgets_framework .m-venueframework__header-link:visited:focus, #venue_widgets_framework .m-venueframework__header-link:visited:active {
    background-color: #231f20;
    color: white; }
  #venue_widgets_framework .m-venueframework__header-link:before, #venue_widgets_framework .m-venueframework__header-link:visited:before {
    background-color: #e4e4e4; }

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

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

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

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

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

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

#venue_widgets_framework .m-venueframework-linklist__link, #venue_widgets_framework .m-venueframework-linklist__link:visited {
  border-bottom-color: #dbdbdb; }
  #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: #f7f7f7; }
    #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: #bb0826; }
    #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: #423e3f; }
    #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: #bb0826; }

#venue_widgets_framework .m-venueframework-linklist__item-title {
  color: #423e3f; }

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

#venue_widgets_framework .m-venueframework-linklist__item-icon {
  color: #423e3f; }
  #venue_widgets_framework .m-venueframework-linklist__item-icon svg {
    stroke: #423e3f; }

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

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

#venue_widgets_framework .m-venueframework-newswidget__item-title {
  color: #423e3f; }

#venue_widgets_framework .m-venueframework-newswidget__item-subtitle {
  color: #423e3f; }

#venue_widgets_framework .m-venueframework-newswidget__link, #venue_widgets_framework .m-venueframework-newswidget__link:visited {
  border-bottom-color: #dbdbdb; }
  #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: #423e3f; }
    #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: #bb0826; }
    #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: #423e3f; }

#venue_widgets_framework .m-venueframework-socialwidget__description {
  color: #423e3f; }
  #venue_widgets_framework .m-venueframework-socialwidget__description a, #venue_widgets_framework .m-venueframework-socialwidget__description a:visited {
    color: #423e3f; }
  #venue_widgets_framework .m-venueframework-socialwidget__description a:hover, #venue_widgets_framework .m-venueframework-socialwidget__description a:focus {
    color: #bb0826; }

#venue_widgets_framework .m-venueframework-socialwidget__meta {
  color: #969696; }
  #venue_widgets_framework .m-venueframework-socialwidget__meta a, #venue_widgets_framework .m-venueframework-socialwidget__meta a:visited {
    color: #969696; }
  #venue_widgets_framework .m-venueframework-socialwidget__meta a:hover, #venue_widgets_framework .m-venueframework-socialwidget__meta a:focus {
    color: #bb0826; }
  #venue_widgets_framework .m-venueframework-socialwidget__meta .delimiter {
    color: #969696; }

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

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

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

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

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-row {
  color: #423e3f; }

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

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-head {
  color: #423e3f; }

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

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

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

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

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

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

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

#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal {
  color: #423e3f; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-body, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-dialog, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-content {
  background: #fff; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in {
  border-radius: 0px 0px 0 0; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .modal-body {
    border: 1px solid #e4e4e4;
    border-top: none; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .close {
    border: none;
    border: 1px solid #e4e4e4;
    background: #fff;
    color: #969696;
    border-radius: 0px 0px 0 0; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .close:hover {
      background: #231f20;
      color: white; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .date {
    color: #0079C1; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in h3 a {
    color: #423e3f; }
  #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: #0079C1; }
      #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: #0079C1; }

#venue_widgets_framework .l-m-venue_widget__promotionswidget .m-venueframework__widget-body {
  border: none; }

#venue_widgets_framework .m-venueframework-promotionswidget__item-title h2 {
  color: #f7f7f7; }

#venue_widgets_framework .m-venueframework-promotionswidget__item-subtitle {
  color: #f7f7f7; }
  #venue_widgets_framework .m-venueframework-promotionswidget__item-subtitle:after {
    background: #f7f7f7; }

#venue_widgets_framework .l-m-venue_widget__eventslist {
  overflow: hidden; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon {
    border-color: transparent; }
    #venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon svg {
      stroke: #0079C1; }
    #venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon:hover {
      border-color: #0079C1; }
      #venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon:hover svg {
        stroke: #0079C1; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__date {
    color: #969696; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title, #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title a {
    color: #423e3f; }
    #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: #bb0826; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__tagline {
    color: #423e3f; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__item {
    border-right-color: #dbdbdb; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a {
    color: #423e3f; }
    #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a:hover {
      color: #bb0826; }
      #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a:hover svg path {
        fill: #423e3f; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a svg path {
    fill: #bb0826; }

#venue_widgets_framework .l-m-venue_widget {
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%); }

#venue_widgets_framework .m-venueframework__widget-body,
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-body {
  background: transparent;
  border-color: transparent; }

#venue_widgets_framework .m-venueframework__header {
  border: none;
  margin: 0px;
  background: transparent;
  position: relative;
  z-index: 10;
  overflow: visible; }
  #venue_widgets_framework .m-venueframework__header:before {
    content: " ";
    top: 40px;
    left: 15px;
    width: 70px;
    background: #0079C1;
    height: 3px;
    position: absolute;
    z-index: 40;
    visibility: visible; }
  #venue_widgets_framework .m-venueframework__header:after {
    content: " ";
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 30;
    visibility: visible;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(180deg, #0079C1 0%, #00629C 100%); }

#venue_widgets_framework .m-venueframework__header-icon {
  position: relative;
  z-index: 100;
  background: transparent;
  width: calc(50px - 3px);
  height: 40px; }
  #venue_widgets_framework .m-venueframework__header-icon svg {
    fill: #fff; }

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

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

#venue_widgets_framework .m-venueframework__header-text,
#venue_widgets_framework .font_open-sans .m-venueframework__header-text,
#venue_widgets_framework .m-venueframework__header-icon + .m-venueframework__header-text,
#venue_widgets_framework .m-venueframework__header-text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #000000;
  letter-spacing: 0.04px;
  line-height: 20px;
  padding-top: 12px;
  padding-left: 10px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-transform: capitalize; }

#venue_widgets_framework .font_open-sans .m-venueframework__header-link,
#venue_widgets_framework .font_open-sans .m-venueframework__header-link:visited {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 11px;
  color: #000000;
  letter-spacing: 0.5px;
  text-transform: none;
  text-align: right;
  padding-right: 20px; }
  #venue_widgets_framework .font_open-sans .m-venueframework__header-link:hover, #venue_widgets_framework .font_open-sans .m-venueframework__header-link:visited:hover {
    text-decoration: underline;
    background: transparent; }

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

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

#venue_widgets_framework .m-venueframework-linklist__item-subtitle {
  color: #484349;
  font-size: 12px;
  letter-spacing: 0.17px; }

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

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

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

#venue_widgets_framework .m-venueframework-newswidget__link:hover .m-venueframework-linklist__item-subtitle {
  color: #0079C1 !important; }

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

#venue_widgets_framework .m-venueframework-linklist__link:hover .m-venueframework-linklist__item-subtitle {
  color: #0079C1 !important; }

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

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

#venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon:hover {
  border: none; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon:hover svg {
    stroke: #0079C1; }

#venue_widgets_framework .m-owlcarousel__controls-icon {
  border: none; }
  #venue_widgets_framework .m-owlcarousel__controls-icon svg {
    stroke: #000; }

#venue_widgets_framework .m-owlcarousel__controls-icon:hover {
  border: none; }
  #venue_widgets_framework .m-owlcarousel__controls-icon:hover svg {
    stroke: #0079C1; }

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

#venue_widgets_framework .m-venueframework-socialwidget__meta span {
  color: #484349; }

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

#venue_widgets_framework .m-venueframework-socialwidget__meta a,
#venue_widgets_framework .l-m-venue_widget__youtubewidget .meta {
  color: #484349; }

#venue_widgets_framework .m-venueframework-socialwidget__description a, #venue_widgets_framework .m-venueframework-socialwidget__description a:visited {
  position: relative;
  color: #0079C1;
  /*&:after{
            content: " ";
            position: absolute;
            bottom: 1px;
            left: 0px;
            width: 100%;
            height: 1px;
            background: #231F20;
            @include animate;
        };*/ }

#venue_widgets_framework .m-venueframework-socialwidget__description a:hover, #venue_widgets_framework .m-venueframework-socialwidget__description a:focus {
  /*color: $blue;
	        &:after{
                width:0px;
                left:50%;
            };*/
  color: #0079C1;
  text-decoration: underline; }

/*
#venue_widgets_framework .font_open-sans.l-m-venue_widget__youtubewidget .title{
	font-family: $rob;
	font-weight: $rbold;
	font-size: 16px;
	color: #231F20;
	letter-spacing: 0;
}*/
#venue_widgets_framework .l-m-venue_widget__youtubewidget .entry,
#venue_widgets_framework .font_open-sans .m-venueframework__header-link, #venue_widgets_framework .font_open-sans .m-venueframework__header-link:visited {
  background: transparent; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in {
  border: 1px solid black; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .m-venueframework-calendarwidget .modal.fade.in .close {
  border: none;
  border-bottom: 1px solid black; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .m-venueframework-calendarwidget .modal.fade.in .close span {
    color: black; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .m-venueframework-calendarwidget .modal.fade.in .close:hover span {
    color: #0079C1; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .m-venueframework-calendarwidget .modal.fade.in .modal-body {
  margin-top: 0px; }

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

#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal h3 a,
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal h3 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  color: #000 !important;
  letter-spacing: 0 !important;
  line-height: 16px !important; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal h4 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #000;
  letter-spacing: 0;
  line-height: 16px; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in h3 a:hover {
  color: #0079C1 !important; }

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

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div {
  border-left: 1px solid transparent;
  background: transparent; }

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

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div:first-child {
  border: none; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row {
  border-bottom: 1px solid transparent; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row:last-child {
  border-bottom: none; }

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

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

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

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100%);
  border: 2px solid transparent;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content:hover:after {
  border: 2px solid #0079C1; }

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

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

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

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

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

#venue_widgets_framework {
  background: transparent; }

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

#venue_widgets_framework .font_open-sans .m-venueframework-promotionswidget__item-title h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: white; }

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

#venue_widgets_framework .m-venueframework-linklist__item.has_body .m-venueframework-linklist__link {
  padding-top: 17px; }

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

#venue_widgets_framework .m-venueframework-linklist__item,
#venue_widgets_framework .l-m-venue_widget__newswidget[data-layout="square"] .m-venueframework-newswidget__item {
  padding: 0px 20px;
  border: 2px solid transparent;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  #venue_widgets_framework .m-venueframework-linklist__item a,
  #venue_widgets_framework .l-m-venue_widget__newswidget[data-layout="square"] .m-venueframework-newswidget__item a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  #venue_widgets_framework .m-venueframework-linklist__item:hover,
  #venue_widgets_framework .l-m-venue_widget__newswidget[data-layout="square"] .m-venueframework-newswidget__item:hover {
    border-color: #0079C1; }
    #venue_widgets_framework .m-venueframework-linklist__item:hover a,
    #venue_widgets_framework .l-m-venue_widget__newswidget[data-layout="square"] .m-venueframework-newswidget__item:hover a {
      border-bottom-color: transparent; }

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

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

#venue_widgets_framework .m-venueframework__widget-body {
  height: calc(100% - 50px); }

#venue_widgets_framework .l-m-venue_widget__link,
#venue_widgets_framework .l-m-venue_widget__calendarwidget {
  height: 360px; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .m-venueframework-calendarwidget .modal.fade.in {
  height: calc(100% + 50px + 1px + 0px);
  top: -10px; }
