/* ----------------------------------------------------------------------------
= Main import - compiles to /css/style.css
= Currently using Bourbon latest from CodeKit
----------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Red+Hat+Display:400,500,700,900|Ibarra+Real+Nova:400,400i,600,600i,700|Kulim+Park:300,400,700&display=swap");
html {
  box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clear {
  clear: both; }

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

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

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

.invisible {
  visibility: hidden; }

.hide {
  display: none; }

* {
  letter-spacing: 0.3px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.header-base, h1, h2, h3, .search-app .showtime-search-instant-result-header, 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, .sitemap .column > ul > li > a {
  margin: 0 0 20px;
  font-family: "Red Hat Display", sans-serif;
  color: #062742;
  font-weight: 700; }

h1, .h1 {
  font-size: 2.44140625rem; }
  .textarea h1, .cms h1, .textarea .h1, .cms .h1 {
    font-size: 61px; }
    @media screen and (max-width: 700px) {
      .textarea h1, .cms h1, .textarea .h1, .cms .h1 {
        font-size: 31px;
        line-height: 33px; } }

h2, .h2 {
  font-size: 1.953125rem; }
  .textarea h2, .textarea .h2 {
    margin-top: 60px;
    font-size: 39px; }
    @media screen and (max-width: 700px) {
      .textarea h2, .textarea .h2 {
        margin-top: 20px;
        font-size: 31px;
        line-height: 33px; } }
  h2.long_title, .h2.long_title {
    font-size: 1.5625rem; }

h3, .search-app .showtime-search-instant-result-header, .h3, .spotlight .title,
.concierge .title,
.news_list .title,
.contest_list .title,
.job_list .title,
.seating_charts .title,
.offer_list .title, .sitemap .column > ul > li > a {
  font-size: 1.5625rem; }
  .textarea h3, .textarea .search-app .showtime-search-instant-result-header, .search-app .textarea .showtime-search-instant-result-header, .textarea .h3, .textarea .spotlight .title, .spotlight .textarea .title,
  .textarea .concierge .title,
  .concierge .textarea .title,
  .textarea .news_list .title,
  .news_list .textarea .title,
  .textarea .contest_list .title,
  .contest_list .textarea .title,
  .textarea .job_list .title,
  .job_list .textarea .title,
  .textarea .seating_charts .title,
  .seating_charts .textarea .title,
  .textarea .offer_list .title,
  .offer_list .textarea .title, .textarea .sitemap .column > ul > li > a, .sitemap .textarea .column > ul > li > a {
    margin-top: 60px; }
    @media screen and (max-width: 700px) {
      .textarea h3, .textarea .search-app .showtime-search-instant-result-header, .search-app .textarea .showtime-search-instant-result-header, .textarea .h3, .textarea .spotlight .title, .spotlight .textarea .title,
      .textarea .concierge .title,
      .concierge .textarea .title,
      .textarea .news_list .title,
      .news_list .textarea .title,
      .textarea .contest_list .title,
      .contest_list .textarea .title,
      .textarea .job_list .title,
      .job_list .textarea .title,
      .textarea .seating_charts .title,
      .seating_charts .textarea .title,
      .textarea .offer_list .title,
      .offer_list .textarea .title, .textarea .sitemap .column > ul > li > a, .sitemap .textarea .column > ul > li > a {
        margin-top: 20px;
        font-size: 31px; } }

h4, .h4 {
  font-size: 1.25rem; }
  .textarea h4, .textarea .h4 {
    margin-top: 60px; }
    @media screen and (max-width: 700px) {
      .textarea h4, .textarea .h4 {
        margin-top: 20px;
        font-size: 25px; } }

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

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

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

.p-base, p, .p, .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, .spotlight .spotlight_content > div,
.concierge .spotlight_content > div,
.news_list .spotlight_content > div,
.contest_list .spotlight_content > div,
.job_list .spotlight_content > div,
.seating_charts .spotlight_content > div,
.offer_list .spotlight_content > div, .sitemap .column > ul > li > ul > li > a {
  font-size: 1rem;
  font-family: "Red Hat Display", sans-serif;
  font-family: "Ibarra Real Nova", serif;
  font-weight: 400;
  font-size: 22px;
  color: #062742;
  letter-spacing: 0.3px;
  line-height: 35px; }
  @media screen and (max-width: 700px) {
    .p-base, p, .p, .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, .spotlight .spotlight_content > div,
    .concierge .spotlight_content > div,
    .news_list .spotlight_content > div,
    .contest_list .spotlight_content > div,
    .job_list .spotlight_content > div,
    .seating_charts .spotlight_content > div,
    .offer_list .spotlight_content > div, .sitemap .column > ul > li > ul > li > a {
      font-size: 20px;
      line-height: 32px; } }

p, .p {
  margin: 0 0 20px; }
  p.lead, .p.lead {
    font-family: "Ibarra Real Nova", serif;
    font-weight: 600;
    font-size: 28px;
    color: #062742;
    letter-spacing: 0.3px;
    text-align: center;
    line-height: 45px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #062742; }
    @media screen and (max-width: 700px) {
      p.lead, .p.lead {
        font-size: 20px;
        line-height: 32px; } }
  p strong, .p strong {
    font-weight: 700; }

address, .address {
  margin: 0 0 20px;
  line-height: 1.6;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  font-family: "Red Hat Display", sans-serif;
  color: #062742; }

ul, ol {
  margin: 0;
  margin-left: 2px;
  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 0 10px 40px; }
    .cms ul li:before, .textarea ul li:before, .spotlight_text ul li:before, .faq ul li:before, .link .description ul li:before, .event_description ul li:before {
      content: '';
      position: absolute;
      top: 24px;
      left: 0;
      width: 7px;
      height: 7px;
      transform: rotate(-45deg);
      background: #0D579A; }
    .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 0 10px 40px;
  counter-increment: li-counter; }
  ol > li:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0px;
    width: 25px;
    height: 25px;
    font-family: "Ibarra Real Nova", serif;
    font-weight: 600;
    font-size: 29px;
    color: #0D579A;
    letter-spacing: 0.3px;
    line-height: 29px;
    content: counter(li-counter) "."; }

a {
  color: #062742; }

a:not(.button), a:visited:not(.button) {
  border: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }
  a:not(.button):hover, a:not(.button):focus, a:visited:not(.button):hover, a:visited:not(.button):focus {
    color: #0D579A; }
  .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), .textarea p a:visited:not(.button), .textarea li a:visited:not(.button), .cms p a:visited:not(.button), .cms li a:visited:not(.button), .spotlight_content a:visited:not(.button), .m-eventDetailList__item a:visited:not(.button), .event_description a:visited:not(.button) {
    color: #062742;
    text-decoration: underline;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear; }
    .textarea p a:not(.button):hover, .textarea li a:not(.button):hover, .cms p a:not(.button):hover, .cms li a:not(.button):hover, .spotlight_content a:not(.button):hover, .m-eventDetailList__item a:not(.button):hover, .event_description a:not(.button):hover, .textarea p a:visited:not(.button):hover, .textarea li a:visited:not(.button):hover, .cms p a:visited:not(.button):hover, .cms li a:visited:not(.button):hover, .spotlight_content a:visited:not(.button):hover, .m-eventDetailList__item a:visited:not(.button):hover, .event_description a:visited:not(.button):hover {
      color: #0D579A; }

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

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

blockquote {
  padding: 40px 60px;
  margin: 60px 0px;
  box-shadow: 2px 4px 15px -4px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 700px) {
    blockquote {
      width: calc(100% + 20px);
      margin-left: -10px;
      padding: 20px 40px;
      margin-bottom: 10px; } }
  blockquote:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 100%;
    background-image: linear-gradient(180deg, #062742 0%, #0D579A 100%); }
    @media screen and (max-width: 700px) {
      blockquote:before {
        width: 20px; } }
  blockquote:after {
    content: " ";
    position: absolute;
    top: -104px;
    right: -424px;
    width: 966px;
    height: 544px;
    background: url("../images/svg/bg_quote.svg") no-repeat;
    background-position: top left;
    z-index: -1; }
    @media screen and (max-width: 700px) {
      blockquote:after {
        background-size: 400px 400px;
        right: -700px;
        top: auto;
        bottom: -200px; } }
  blockquote p {
    font-family: "Ibarra Real Nova", serif;
    font-weight: 600;
    font-size: 25px;
    color: #062742;
    letter-spacing: 0.3px;
    line-height: 40px; }
    blockquote p:last-child {
      margin-bottom: 0px; }
    @media screen and (max-width: 700px) {
      blockquote p {
        font-size: 20px;
        line-height: 32px; } }
  blockquote strong.name {
    position: relative;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #0D579A;
    letter-spacing: 0.3px;
    line-height: 17px;
    margin-top: 35px;
    display: block;
    text-align: left;
    padding-left: 30px; }
    @media screen and (max-width: 700px) {
      blockquote strong.name {
        font-size: 16px;
        line-height: 17px; } }
    blockquote strong.name em {
      font-style: normal; }
    blockquote strong.name:after {
      content: "";
      position: absolute;
      top: 7px;
      left: -40px;
      width: 60px;
      height: 3px;
      background: #F6AE2D; }
      @media screen and (max-width: 700px) {
        blockquote strong.name:after {
          width: 30px;
          left: -30px; } }

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

html {
  height: 100%; }

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

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

#layout {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0; }

#content {
  position: relative;
  width: 100%;
  min-height: 410px;
  margin: 0 auto;
  padding: 98px 0px 50px;
  clear: both; }
  @media screen and (max-width: 1200px) {
    #content {
      padding: 55px 0px 30px; } }
  @media screen and (max-width: 500px) {
    #content {
      padding-top: 55px; } }

.accessible {
  display: none; }

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

.one_sidebar_right {
  width: 100%; }
  .one_sidebar_right #column_1 {
    padding-bottom: 60px;
    float: none;
    z-index: 10;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    min-height: calc(20px + 20px + var(--sticky-height)); }
    @media screen and (max-width: 700px) {
      .one_sidebar_right #column_1 {
        padding-bottom: 30px; } }
  .one_sidebar_right #column_2 {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 300px;
    background: #222; }
  .one_sidebar_right .leftColumn {
    float: right;
    width: calc(100% - 280px - 100px); }
    @media screen and (max-width: 1200px) {
      .one_sidebar_right .leftColumn {
        width: calc(100% - 280px - 50px);
        padding-right: 20px; } }
    @media screen and (max-width: 870px) {
      .one_sidebar_right .leftColumn {
        width: 100%;
        padding: 0px 10px; } }
  .one_sidebar_right .right_side_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    margin-right: 100px; }
    @media screen and (max-width: 870px) {
      .one_sidebar_right .right_side_wrapper {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        margin-left: initial;
        padding: 0px 10px; } }
  .one_sidebar_right .rightBreakout {
    box-shadow: 2px 4px 15px -4px rgba(0, 0, 0, 0.4);
    background: url("../images/edp_bg.png") no-repeat;
    background-position: bottom right;
    background-color: #fff; }
    .one_sidebar_right .rightBreakout.sticky_item {
      position: static;
      position: sticky;
      top: 80px;
      margin-top: 50px;
      margin-bottom: 40px; }
      @media screen and (max-width: 870px) {
        .one_sidebar_right .rightBreakout.sticky_item {
          position: relative;
          top: initial;
          margin-bottom: initial;
          margin-top: 10px; } }

.full {
  width: 100%;
  max-width: 940px;
  padding: 0px 20px;
  margin: 0px auto; }
  @media screen and (max-width: 1200px) {
    .full {
      padding: 0px 20px; } }
  @media screen and (max-width: 700px) {
    .full {
      padding: 0px 10px; } }
  .full .full_column {
    width: 100%; }
    .full .full_column .content_item .spotlight_content,
    .full .full_column .link.content_item .description {
      overflow: hidden;
      word-break: break-word; }

.branding, #branding {
  padding-left: 15px;
  position: relative;
  overflow: hidden;
  padding-bottom: 158px; }
  .branding:before, #branding:before {
    z-index: -1;
    content: " ";
    position: absolute;
    left: 0px;
    top: 60px;
    width: calc(100%);
    height: 100%;
    background-image: linear-gradient(202deg, #0D579A 0%, #062742 94%); }
    @media screen and (max-width: 870px) {
      .branding:before, #branding:before {
        top: 10px; } }
  .branding:after, #branding:after {
    z-index: -1;
    content: " ";
    position: absolute;
    bottom: -400px;
    left: -278px;
    width: 1029px;
    height: 579px;
    background: url("../images/svg/bg_footer_top.svg") no-repeat;
    background-size: 1029px 579px;
    background-position: top left; }
    @media screen and (max-width: 870px) {
      .branding:after, #branding:after {
        background-size: 500px 300px;
        left: -150px; } }
  .branding > div, #branding > div {
    box-shadow: 3px 5px 15px -3px rgba(0, 0, 0, 0.4); }
  @media screen and (max-width: 1200px) {
    .branding, #branding {
      padding-left: 20px; } }
  @media screen and (max-width: 870px) {
    .branding, #branding {
      padding-left: 10px; } }

.page_title {
  width: calc(100%);
  margin: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 40px; }
  .page_title:before {
    z-index: -1;
    content: " ";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(202deg, #0D579A 0%, #062742 94%); }
  .page_title:after {
    z-index: -1;
    content: " ";
    position: absolute;
    bottom: -400px;
    left: -278px;
    width: 1029px;
    height: 579px;
    background: url("../images/svg/bg_footer_top.svg") no-repeat;
    background-size: 1029px 579px;
    background-position: top left; }
    @media screen and (max-width: 870px) {
      .page_title:after {
        background-size: 500px 300px;
        left: -150px;
        top: 0px; } }
  .page_title .title-inner-wrapper {
    width: 100%;
    max-width: 1180px;
    padding: 17px 0px 22px;
    margin: 0px auto; }
    @media screen and (max-width: 1200px) {
      .page_title .title-inner-wrapper {
        padding: 12px 0px 20px; } }
    @media screen and (max-width: 870px) {
      .page_title .title-inner-wrapper {
        padding-top: 10px; } }
    @media screen and (max-width: 700px) {
      .page_title .title-inner-wrapper {
        padding: 15px 0px; } }
    .page_title .title-inner-wrapper h1 {
      margin-bottom: 0px;
      position: relative;
      padding-bottom: 12px;
      font-family: "Red Hat Display", sans-serif;
      font-weight: 700;
      font-size: 61px;
      color: #FFFFFF;
      letter-spacing: 0.3px;
      text-align: center;
      line-height: 61px; }
      @media screen and (max-width: 700px) {
        .page_title .title-inner-wrapper h1 {
          padding: 0px 0px 15px;
          text-align: center;
          font-size: 31px;
          line-height: 33px; } }

#layout.has-branding .page_title {
  top: -158px;
  margin-bottom: -118px; }
  #layout.has-branding .page_title:after {
    display: none; }
  #layout.has-branding .page_title:before {
    display: none; }

.breadcrumbs {
  width: 100%;
  max-width: 1180px;
  padding: 25px 0px 0px;
  margin: 0px auto;
  text-align: center; }
  @media screen and (max-width: 1200px) {
    .breadcrumbs {
      padding: 15px 0px 0px; } }
  @media screen and (max-width: 700px) {
    .breadcrumbs {
      padding: 10px 0px 0px;
      text-align: center; } }
  .breadcrumbs a, .breadcrumbs span {
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: white;
    letter-spacing: 0.3px;
    text-align: center;
    line-height: 13px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .breadcrumbs a, .breadcrumbs a:visited {
    color: rgba(255, 255, 255, 0.8); }
    .breadcrumbs a:hover, .breadcrumbs a:visited:hover {
      color: white;
      text-decoration: underline; }
  .breadcrumbs .breadcrumb_divider {
    color: rgba(255, 255, 255, 0.8);
    padding: 0px 5px; }

.back-to-top {
  z-index: 20;
  position: fixed;
  bottom: 20px;
  right: -80px;
  padding: 10px;
  padding-top: 55px;
  width: auto;
  text-align: center;
  padding-bottom: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .back-to-top.is-active {
    right: 20px; }
  .back-to-top .text {
    font-family: "Red Hat Display", sans-serif;
    font-weight: 900;
    font-size: 16px;
    color: #062742;
    letter-spacing: 0.3px;
    text-align: center;
    line-height: 17px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .back-to-top span.icon {
    content: '';
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    position: absolute;
    top: calc(50% - 37px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
    display: block; }
    .back-to-top span.icon svg {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .back-to-top span.icon:after {
      content: "";
      position: absolute;
      top: -8px;
      left: -9px;
      z-index: -2;
      width: 60px;
      height: 60px;
      background-image: linear-gradient(45deg, #FFFFFF 0%, #F3F2F2 100%);
      transform: rotate(45deg);
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      visibility: visible; }
    .back-to-top span.icon:before {
      content: "";
      width: 60px;
      height: 60px;
      background: #FFCF7C;
      transform: rotate(45deg);
      position: absolute;
      top: -8px;
      left: -9px;
      z-index: -1;
      opacity: 0;
      visibility: visible;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
  .back-to-top.is-over-footer, .back-to-top.is-over-home_events {
    color: #ffffff;
    padding: 10px;
    padding-top: 55px; }
    .back-to-top.is-over-footer span.icon, .back-to-top.is-over-home_events span.icon {
      background: #191919; }
      .back-to-top.is-over-footer span.icon svg, .back-to-top.is-over-home_events span.icon svg {
        fill: #fff; }
    .back-to-top.is-over-footer:hover, .back-to-top.is-over-home_events:hover {
      background: #191919; }
      .back-to-top.is-over-footer:hover span.icon, .back-to-top.is-over-home_events:hover span.icon {
        background: #191919;
        border-color: #FFFFFF; }
        .back-to-top.is-over-footer:hover span.icon svg, .back-to-top.is-over-home_events:hover span.icon svg {
          fill: #fff; }
  .back-to-top:hover span.icon:before {
    opacity: 1; }
  .back-to-top:hover span.text {
    color: #0D579A; }

.full_column.widgets_area {
  max-width: 100%; }

.osano-cm-description p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit; }

/* ----------------------------------------------------------------------------
= Header basics
----------------------------------------------------------------------------- */
header.header {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0; }
  @media screen and (max-width: 1200px) {
    header.header {
      zoom: 1;
      z-index: 900;
      min-height: 50px; }
      header.header:before, header.header:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      header.header:after {
        clear: both; } }
  header.header:before {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    background-image: linear-gradient(180deg, rgba(6, 39, 66, 0.9) 0%, rgba(6, 39, 66, 0) 100%);
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    content: '';
    display: block;
    visibility: hidden;
    opacity: 0; }
  .mobilenav_open header.header:before {
    visibility: visible;
    opacity: 1; }
  .mobilenav_open header.header .mobile-search {
    right: 10px;
    opacity: 1;
    visibility: visible; }
  header.header.is-fixed {
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.35); }
    header.header.is-fixed .header-inner {
      height: 55px;
      align-items: center;
      align-content: center; }
      @media screen and (min-width: 1201px) {
        header.header.is-fixed .header-inner {
          height: 70px; } }
      header.header.is-fixed .header-inner .logo {
        width: 308px;
        height: 49px;
        top: 11px; }
        header.header.is-fixed .header-inner .logo a,
        header.header.is-fixed .header-inner .logo span {
          background-size: 308px 49px; }
        @media screen and (max-width: 1390px) {
          header.header.is-fixed .header-inner .logo {
            width: 274px; }
            header.header.is-fixed .header-inner .logo a,
            header.header.is-fixed .header-inner .logo span {
              background-size: 274px 49px; } }
        @media screen and (max-width: 1200px) {
          header.header.is-fixed .header-inner .logo {
            width: 220px;
            height: 35px;
            top: 10px; }
            header.header.is-fixed .header-inner .logo a,
            header.header.is-fixed .header-inner .logo span {
              background-size: 220px 35px; } }
      header.header.is-fixed .header-inner .right-links svg {
        display: none !important; }
      header.header.is-fixed .header-inner .right-links .search_toggle.close {
        margin-top: 0;
        top: 1px;
        transform: none; }
        header.header.is-fixed .header-inner .right-links .search_toggle.close svg {
          display: block !important;
          width: 25px;
          height: 25px; }
      header.header.is-fixed .header-inner .right-links .utility-link.search .wrapper form > div {
        height: 58px;
        margin-bottom: 0; }
      header.header.is-fixed .header-inner .nav_wrapper {
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear; }
        header.header.is-fixed .header-inner .nav_wrapper .main_nav > ul {
          margin: 0;
          height: 67px;
          margin-top: 17px; }
          header.header.is-fixed .header-inner .nav_wrapper .main_nav > ul .nav_sub,
          header.header.is-fixed .header-inner .nav_wrapper .main_nav > ul .sub {
            top: calc(100% - 17px); }
      header.header.is-fixed .header-inner .search-wrapper.search {
        top: 31px; }
        header.header.is-fixed .header-inner .search-wrapper.search .wrapper.active {
          top: 70px;
          min-height: calc(100vh - 70px);
          padding-bottom: 70px; }
  header.header .header-inner {
    background: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 55px;
    position: relative;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear; }
    @media screen and (min-width: 501px) {
      header.header .header-inner {
        height: 55px; } }
    @media screen and (min-width: 1201px) {
      header.header .header-inner {
        height: 98px; } }
    header.header .header-inner:before {
      content: ' ';
      position: absolute;
      right: 0;
      top: 0;
      width: 1029px;
      height: 100%;
      background: url("../images/svg/bg_header.svg") no-repeat;
      background-size: 1029px 581px;
      background-position: 0px -160px; }
      @media screen and (max-width: 1200px) {
        header.header .header-inner:before {
          display: none; } }
    .searching header.header .header-inner .search_toggle.open {
      display: none; }
    header.header .header-inner .logo {
      position: absolute;
      top: 22px;
      left: 20px;
      height: 53px;
      width: 334px;
      z-index: 9000;
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear; }
      @media screen and (max-width: 1390px) {
        header.header .header-inner .logo {
          width: 274px; } }
      @media screen and (max-width: 1200px) {
        header.header .header-inner .logo {
          height: 35px;
          width: 220px;
          top: 10px;
          left: 10px; } }
      header.header .header-inner .logo a,
      header.header .header-inner .logo span {
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        display: block;
        background: url("../images/svg/logo.svg") center no-repeat;
        background-size: contain;
        background-position: left;
        font-size: 0;
        z-index: 2;
        opacity: 1; }
        @media screen and (max-width: 1390px) {
          header.header .header-inner .logo a,
          header.header .header-inner .logo span {
            width: 274px; } }
        @media screen and (max-width: 1200px) {
          header.header .header-inner .logo a,
          header.header .header-inner .logo span {
            width: 220px; } }
        header.header .header-inner .logo a.anniversary, header.header .header-inner .logo a.anniversary:hover,
        header.header .header-inner .logo span.anniversary,
        header.header .header-inner .logo span.anniversary:hover {
          background: url("../images/anniversary_header_logo_30.png") center no-repeat;
          background-size: contain; }
      header.header .header-inner .logo a:hover {
        background: url("../images/svg/logo-hover.svg") center no-repeat;
        background-size: contain;
        background-position: left; }
    .searching header.header .header-inner:before {
      opacity: 0; }
    header.header .header-inner .search-wrapper {
      display: flex;
      margin-left: 15px;
      padding: 0 17px;
      position: absolute;
      left: 100%;
      top: 17px;
      z-index: 9000; }
      header.header .header-inner .search-wrapper:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        left: 0;
        background: #062742; }
      header.header .header-inner .search-wrapper:last-child {
        padding-right: 0; }
      header.header .header-inner .search-wrapper svg {
        display: block;
        cursor: pointer; }
        header.header .header-inner .search-wrapper svg > g > g {
          -webkit-transition: all 200ms linear;
          -moz-transition: all 200ms linear;
          -o-transition: all 200ms linear;
          transition: all 200ms linear; }
      header.header .header-inner .search-wrapper.search svg {
        width: 27px;
        height: 27px;
        margin: 0 auto 20px; }
      header.header .header-inner .search-wrapper.search .wrapper {
        transition: opacity 250ms linear;
        z-index: 9000;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        right: -10px;
        top: -11px;
        height: calc(100% + 20px);
        width: 0;
        overflow: hidden;
        background: #ffffff;
        box-shadow: 2px 4px 10px -3px rgba(0, 0, 0, 0.35);
        border: 1px solid white; }
        header.header .header-inner .search-wrapper.search .wrapper.active {
          opacity: 1;
          visibility: visible;
          width: 100vw;
          min-height: calc(100vh - 98px);
          top: 0px;
          position: fixed;
          left: 0;
          right: auto;
          overflow-y: auto;
          z-index: 9999;
          padding-bottom: 98px;
          background-image: linear-gradient(202deg, #0d579a 0%, #062742 94%);
          border: 0px; }
          @media screen and (min-width: 1201px) {
            header.header .header-inner .search-wrapper.search .wrapper.active {
              top: 98px; } }
        header.header .header-inner .search-wrapper.search .wrapper .search-form {
          height: 100%; }
        header.header .header-inner .search-wrapper.search .wrapper form {
          width: calc(100% - 45px);
          margin: 0 auto;
          position: relative;
          height: 100%;
          display: flex;
          justify-content: flex-start;
          align-items: flex-end;
          z-index: 9000; }
          header.header .header-inner .search-wrapper.search .wrapper form > div {
            height: 30px;
            width: calc(100% - 60px);
            display: flex;
            position: relative;
            align-items: center;
            align-content: center;
            flex-flow: row nowrap;
            justify-content: flex-end;
            margin-bottom: 10px; }
          header.header .header-inner .search-wrapper.search .wrapper form label.hidden {
            text-indent: -9999em;
            opacity: 0;
            display: block;
            height: 0;
            width: 0; }
          header.header .header-inner .search-wrapper.search .wrapper form button {
            position: absolute;
            left: 0;
            top: -1px;
            background: transparent;
            background-image: url("../images/svg/search-magnify.svg");
            background-position: center;
            background-size: auto;
            background-repeat: no-repeat;
            border: none;
            height: 27px;
            width: 27px;
            transition: all 200ms linear;
            cursor: pointer;
            float: right;
            text-indent: -9999px; }
          header.header .header-inner .search-wrapper.search .wrapper form input[type='text'] {
            box-shadow: none;
            border: none;
            border-bottom: 1px solid #fff;
            background: transparent;
            height: 30px;
            width: calc(100% - 47px);
            -webkit-transition: all 300ms linear;
            -moz-transition: all 300ms linear;
            -o-transition: all 300ms linear;
            transition: all 300ms linear;
            font-family: "Red Hat Display", sans-serif;
            font-weight: 500;
            font-size: 16px;
            color: #062742;
            letter-spacing: 0.3px;
            line-height: 17px;
            padding: 5px 17px 10px 0;
            border-radius: 0 !important; }
            header.header .header-inner .search-wrapper.search .wrapper form input[type='text']::-moz-placeholder {
              color: #062742; }
            header.header .header-inner .search-wrapper.search .wrapper form input[type='text']:-moz-placeholder {
              color: #062742; }
            header.header .header-inner .search-wrapper.search .wrapper form input[type='text']:-ms-input-placeholder {
              color: #062742; }
            header.header .header-inner .search-wrapper.search .wrapper form input[type='text']::-webkit-input-placeholder {
              color: #062742; }
      header.header .header-inner .search-wrapper.search .spotlight {
        position: relative;
        margin-bottom: 30px;
        background: white;
        width: 100%;
        padding: 20px; }
        header.header .header-inner .search-wrapper.search .spotlight .entry:last-child {
          border: none; }
      header.header .header-inner .search-wrapper.search .search-input {
        margin-bottom: 60px; }
        header.header .header-inner .search-wrapper.search .search-input * {
          color: white; }
        header.header .header-inner .search-wrapper.search .search-input form {
          width: 100%;
          position: relative;
          z-index: 9000;
          height: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          padding-top: 80px;
          color: #fff;
          margin: auto; }
          @media screen and (max-width: 1200px) {
            header.header .header-inner .search-wrapper.search .search-input form {
              padding-top: 40px; } }
          header.header .header-inner .search-wrapper.search .search-input form label {
            opacity: 0;
            text-indent: -9999em;
            font-size: 25px;
            letter-spacing: 0.2px;
            text-align: center;
            line-height: 25px;
            margin-bottom: 60px;
            font-weight: 600;
            display: block;
            width: 0;
            height: 0;
            overflow: hidden; }
          header.header .header-inner .search-wrapper.search .search-input form .submit {
            background-image: url(../images/svg/search-magnify-white.svg); }
          header.header .header-inner .search-wrapper.search .search-input form .input-group {
            position: relative;
            width: 100%;
            display: flex;
            align-items: baseline; }
          header.header .header-inner .search-wrapper.search .search-input form button {
            margin-left: -11px;
            background: transparent;
            background-image: url("../images/svg/search-magnify.svg");
            background-position: center;
            background-size: auto;
            background-repeat: no-repeat;
            border: none;
            cursor: pointer;
            width: 30px;
            height: 30px;
            transition: all 200ms linear;
            text-indent: -9999px;
            opacity: 0.8;
            transition: opacity 0.2s linear; }
            header.header .header-inner .search-wrapper.search .search-input form button:hover {
              opacity: 1; }
          header.header .header-inner .search-wrapper.search .search-input form input[type='text'] {
            box-shadow: none;
            border: none;
            background: transparent;
            height: 55px;
            width: 100%;
            font-size: 20px;
            line-height: normal;
            -webkit-transition: all 300ms linear;
            -moz-transition: all 300ms linear;
            -o-transition: all 300ms linear;
            transition: all 300ms linear;
            color: #fff;
            padding: 5px 15px 5px 0;
            border-radius: 0 !important;
            font-weight: 400;
            border: 1px solid #fff;
            text-indent: 10px; }
            header.header .header-inner .search-wrapper.search .search-input form input[type='text']::-moz-placeholder {
              color: #fff; }
            header.header .header-inner .search-wrapper.search .search-input form input[type='text']:-moz-placeholder {
              color: #fff; }
            header.header .header-inner .search-wrapper.search .search-input form input[type='text']:-ms-input-placeholder {
              color: #fff; }
            header.header .header-inner .search-wrapper.search .search-input form input[type='text']::-webkit-input-placeholder {
              color: #fff; }
      header.header .header-inner .search-wrapper.search .no-results {
        display: none; }
      header.header .header-inner .search-wrapper.search .showtime-search-instant-result-filter {
        background: #fff; }
        header.header .header-inner .search-wrapper.search .showtime-search-instant-result-filter * {
          color: #000; }
      header.header .header-inner .search-wrapper.search .showtime-search-instant-result-header {
        color: #fff; }
      header.header .header-inner .search-wrapper.searchfocus.search .wrapper.active {
        box-shadow: 2px 4px 10px -3px rgba(0, 0, 0, 0);
        border: 1px solid #0D579A; }
        header.header .header-inner .search-wrapper.searchfocus.search .wrapper.active button {
          background-image: url("../images/svg/search-magnify-blue.svg");
          background-position: center;
          background-size: auto;
          background-repeat: no-repeat; }
        header.header .header-inner .search-wrapper.searchfocus.search .wrapper.active form input[type='text'] {
          color: #0D579A; }
          header.header .header-inner .search-wrapper.searchfocus.search .wrapper.active form input[type='text']::-moz-placeholder {
            color: #0D579A; }
          header.header .header-inner .search-wrapper.searchfocus.search .wrapper.active form input[type='text']:-moz-placeholder {
            color: #0D579A; }
          header.header .header-inner .search-wrapper.searchfocus.search .wrapper.active form input[type='text']:-ms-input-placeholder {
            color: #0D579A; }
          header.header .header-inner .search-wrapper.searchfocus.search .wrapper.active form input[type='text']::-webkit-input-placeholder {
            color: #0D579A; }
    header.header .header-inner .search_toggle {
      cursor: pointer;
      height: 35px;
      position: relative; }
      header.header .header-inner .search_toggle span {
        font-family: "Red Hat Display", sans-serif;
        font-weight: 900;
        font-size: 13px;
        color: #0d579a;
        letter-spacing: 0.3px;
        text-align: center;
        line-height: 35px;
        float: left;
        margin-top: 0px;
        width: 0px;
        overflow: hidden;
        margin-right: 36px;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
        height: 35px; }
      header.header .header-inner .search_toggle svg {
        float: right;
        margin-left: 12px;
        fill: #062742;
        position: absolute;
        right: 0px;
        top: 4px; }
      header.header .header-inner .search_toggle:hover span {
        color: #0d579a;
        width: 46px; }
        @media screen and (max-width: 1390px) {
          header.header .header-inner .search_toggle:hover span {
            width: 0px; } }
      header.header .header-inner .search_toggle:hover svg {
        fill: #0d579a; }
      header.header .header-inner .search_toggle.close {
        visibility: hidden;
        opacity: 0; }
        header.header .header-inner .search_toggle.close svg {
          width: 20px;
          height: 20px;
          margin-bottom: 5px;
          fill: #062742;
          top: 50%;
          /* left: 50%; */
          transform: translateY(-50%);
          right: 14px; }
        header.header .header-inner .search_toggle.close:hover {
          width: 87px; }
          header.header .header-inner .search_toggle.close:hover span {
            width: 40px; }
          header.header .header-inner .search_toggle.close:hover svg {
            fill: #0d579a; }
        header.header .header-inner .search_toggle.close.active {
          visibility: visible;
          opacity: 1; }
    header.header .header-inner .right-links {
      height: calc(100% - 20px);
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      position: absolute;
      display: flex;
      flex-flow: row nowrap;
      z-index: 9999; }
      @media screen and (max-width: 1200px) {
        header.header .header-inner .right-links {
          display: none; } }
      header.header .header-inner .right-links .right-link {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        text-align: center;
        padding: 0 12px;
        position: relative;
        z-index: 9000; }
        @media screen and (max-width: 1390px) {
          header.header .header-inner .right-links .right-link {
            padding: 0 5px; } }
        header.header .header-inner .right-links .right-link.sting a {
          background: url("../images/header_logo_hover.png") no-repeat;
          background-size: 72px 56px;
          width: 72px;
          height: 56px;
          text-indent: -9999px;
          margin-top: 8px; }
          header.header .header-inner .right-links .right-link.sting a:hover {
            background: url("../images/header_logo.png") no-repeat;
            background-size: 72px 56px; }
        header.header .header-inner .right-links .right-link.newsletter {
          padding-right: 0; }
          header.header .header-inner .right-links .right-link.newsletter a {
            padding-top: 11px;
            background: #062742;
            box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.35);
            width: 103px;
            height: 45px;
            font-family: "Red Hat Display", sans-serif;
            font-weight: 900;
            text-transform: uppercase;
            font-size: 10px;
            color: #ffffff;
            letter-spacing: 1.3px;
            text-align: center;
            line-height: 11px;
            -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: 1390px) {
              header.header .header-inner .right-links .right-link.newsletter a {
                width: 75px; } }
            header.header .header-inner .right-links .right-link.newsletter a:hover {
              background: #0d579a;
              box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0); }
        header.header .header-inner .right-links .right-link a,
        header.header .header-inner .right-links .right-link span {
          cursor: pointer;
          -webkit-transition: all 200ms linear;
          -moz-transition: all 200ms linear;
          -o-transition: all 200ms linear;
          transition: all 200ms linear;
          line-height: 1; }
    header.header .header-inner .right-links-mobile {
      display: none;
      -webkit-transition: all 250ms linear;
      -moz-transition: all 250ms linear;
      -o-transition: all 250ms linear;
      transition: all 250ms linear; }
      @media screen and (max-width: 1200px) {
        header.header .header-inner .right-links-mobile {
          display: flex;
          opacity: 0;
          visibility: hidden;
          right: -100vw; } }
      .mobilenav_open header.header .header-inner .right-links-mobile {
        opacity: 1;
        visibility: visible;
        right: 0px;
        width: 100%;
        max-width: 500px; }
      header.header .header-inner .right-links-mobile .right-link.sting a {
        width: 46px;
        height: 35px;
        background-size: 46px 35px; }
        header.header .header-inner .right-links-mobile .right-link.sting a:hover {
          width: 46px;
          height: 35px;
          background-size: 46px 35px; }
      header.header .header-inner .right-links-mobile .right-link.newsletter {
        margin-left: 5px;
        margin-top: 5px; }
        header.header .header-inner .right-links-mobile .right-link.newsletter a {
          width: 135px;
          height: 35px; }

/* ----------------------------------------------------------------------------
= Header toolbar (if used)
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Navigations
----------------------------------------------------------------------------- */
.nav_wrapper {
  z-index: 99999; }
  @media screen and (max-width: 1390px) {
    .nav_wrapper {
      margin-left: 42px; } }

.main_nav {
  zoom: 1;
  position: relative;
  float: left;
  z-index: 500;
  width: 100%;
  height: auto;
  margin: 0px 0 0;
  padding: 0; }
  .main_nav:before, .main_nav:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .main_nav:after {
    clear: both; }
  @media screen and (max-width: 1200px) {
    .main_nav {
      display: none; } }
  .main_nav > ul {
    zoom: 1;
    -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;
    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 li {
      position: relative;
      display: block;
      float: left;
      height: auto;
      margin: 0;
      padding: 0; }
    .main_nav > ul .close-button.level-1 {
      display: none; }
      @media screen and (max-width: 1200px) {
        .main_nav > ul .close-button.level-1 {
          display: block; } }
  .main_nav > ul > li > a {
    display: block;
    margin: 0;
    font-family: "Ibarra Real Nova", serif;
    font-weight: 700;
    font-size: 18px;
    color: #062742;
    letter-spacing: 0.3px;
    text-align: center;
    line-height: 23px;
    text-align: center;
    position: relative;
    padding: 10px 20px 30px; }
    @media screen and (max-width: 1390px) {
      .main_nav > ul > li > a {
        padding: 10px 15px 30px; } }
    .main_nav > ul > li > a span {
      font-family: "Red Hat Display", sans-serif;
      font-weight: 900;
      text-transform: uppercase;
      font-size: 18px;
      color: #062742;
      letter-spacing: 1.3px;
      text-align: center;
      line-height: 19px;
      display: block;
      text-align: center;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .main_nav > ul > li > a:after {
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      content: '';
      position: absolute;
      left: 0px;
      right: 0px;
      top: 0px;
      width: 0px;
      height: 3px;
      margin: 0px auto;
      background: #FFCF7C; }
    .main_nav > ul > li > a:hover, .main_nav > ul > li > a.active {
      color: #0d579a; }
      .main_nav > ul > li > a:hover span, .main_nav > ul > li > a.active span {
        color: #0d579a; }
      .main_nav > ul > li > a:hover:after, .main_nav > ul > li > a.active:after {
        width: 30px; }

.main_nav ul .sub,
.main_nav ul .nav_sub {
  position: absolute;
  display: none;
  z-index: 9000;
  top: calc(100% - 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  min-width: 250px;
  margin: 0;
  background: #ffffff;
  box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.35); }

.main_nav ul ul {
  float: left;
  height: auto;
  margin: 0;
  padding: 10px 10px 10px 0px;
  border: none;
  border-top: none;
  background: none;
  min-width: 250px;
  position: relative; }
  .main_nav ul ul li {
    float: none;
    height: auto;
    margin: 0;
    padding: 1px 0 1px 33px;
    list-style-type: none;
    list-style-image: none;
    border-right: none;
    border-left: none;
    cursor: pointer;
    text-align: left;
    position: relative;
    display: inline-block;
    width: 100%; }
    .main_nav ul ul li:first-child {
      display: block;
      border-top: none; }
    .main_nav ul ul li.has-third-level .close-button.level-2 {
      display: block; }
    .main_nav ul ul li:hover .close-button.level-2 {
      background: url("../images/svg/icon_nav_arrow_hover.svg") no-repeat;
      background-size: 11px 6px;
      background-position: center center; }
    .main_nav ul ul li.is-opened > a {
      color: #062742; }
    .main_nav ul ul li.is-opened .close-button.level-2 {
      transform: rotate(0deg); }
    .main_nav ul ul li a {
      display: inline-block;
      width: 100%;
      height: auto;
      margin: 0;
      font-family: "Red Hat Display", sans-serif;
      font-weight: 900;
      font-size: 13px;
      color: #062742;
      letter-spacing: 0.3px;
      line-height: 27px;
      cursor: pointer;
      padding: 8px 0px;
      text-align: left;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .main_nav ul ul li a:after {
        position: absolute;
        content: ' ';
        width: 0px;
        height: 31px;
        left: 0px;
        right: auto;
        top: 7px;
        background: #FFCF7C;
        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; }
      .main_nav ul ul li a:hover, .main_nav ul ul li a:focus, .main_nav ul ul li a.active {
        color: #0d579a;
        cursor: pointer;
        text-decoration: none; }
        .main_nav ul ul li a:hover:after, .main_nav ul ul li a:focus:after, .main_nav ul ul li a.active:after {
          width: 60px; }
      .main_nav ul ul li a.gh_redirect:before, .main_nav ul ul li a.gh_page_redirect:before {
        content: '\f08e';
        font-family: FontAwesome;
        vertical-align: middle;
        margin-left: 9px;
        display: inline-block;
        color: inherit;
        float: right; }
    .main_nav ul ul li ul {
      display: none;
      padding: 0px 0px 6px 20px;
      min-width: 0; }
      .main_nav ul ul li ul:after {
        display: none; }
    .main_nav ul ul li ul li {
      padding-left: 0px; }
      .main_nav ul ul li ul li:after {
        display: none; }
    .main_nav ul ul li ul li a {
      font-family: "Red Hat Display", sans-serif;
      font-weight: 500;
      font-size: 13px;
      color: #062742;
      letter-spacing: 0.3px;
      line-height: 25px;
      position: relative;
      text-transform: none;
      padding: 5px 0px; }
      .main_nav ul ul li ul li a:after {
        content: ' ';
        position: absolute;
        width: 5px;
        height: 5px;
        top: 15px;
        left: -19px;
        background: #0d579a;
        opacity: 0;
        transform: rotate(45deg);
        -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 li ul li a:hover {
        color: #0d579a;
        cursor: pointer; }
        .main_nav ul ul li ul li a:hover:after {
          opacity: 1;
          width: 5px; }

.close-button.level-2 {
  width: 20px;
  height: 20px;
  background: url("../images/svg/icon_nav_arrow.svg") no-repeat;
  background-size: 11px 6px;
  background-position: center center;
  display: none;
  position: absolute;
  left: 6px;
  top: 13px;
  transform: rotate(-90deg);
  -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
----------------------------------------------------------------------------- */
#nav-toggle {
  position: absolute;
  display: none;
  z-index: 99999;
  margin-top: -1px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 33px;
  height: 28px;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  border: none;
  background: transparent; }
  #nav-toggle .menu-bg {
    position: absolute;
    top: -6px;
    right: -8px;
    left: auto;
    z-index: -1;
    width: 40px;
    height: 40px;
    background-image: linear-gradient(45deg, #ffffff 0%, #f3f2f2 100%);
    transform: rotate(45deg);
    -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:after {
    content: '';
    width: 40px;
    height: 40px;
    background: #ffcf7c;
    transform: rotate(45deg);
    position: absolute;
    right: -8px;
    top: -6px;
    z-index: -1;
    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: 1200px) {
    #nav-toggle {
      display: block; } }
  #nav-toggle span {
    position: absolute;
    display: block;
    left: 9px;
    width: 25px;
    height: 2px;
    margin-top: 0;
    cursor: pointer;
    transition: all 0.4s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg); }
    #nav-toggle span.top {
      top: 6px;
      background: #062742; }
    #nav-toggle span.mid {
      top: 14px;
      background: #062742; }
    #nav-toggle span.menu-text {
      font-family: "Red Hat Display", sans-serif;
      font-weight: 700;
      font-size: 10px;
      color: #062742;
      letter-spacing: 0.3px;
      line-height: 11px;
      top: 24px;
      left: 8px;
      -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.menu-text.close-text {
        display: none; }
  #nav-toggle:hover:after {
    opacity: 1; }
  #nav-toggle:hover span.top, #nav-toggle:hover span.mid {
    background: #0d579a; }
  #nav-toggle:hover span.menu-text {
    color: #0d579a; }
  #nav-toggle.active span {
    color: white !important; }
    #nav-toggle.active span.close-text {
      display: block;
      left: 7px; }
    #nav-toggle.active span.open-text {
      display: none; }
  #nav-toggle.active:hover span.close-text {
    text-decoration: underline; }
  #nav-toggle.active:after,
  #nav-toggle.active .menu-bg {
    opacity: 0;
    display: none; }
  #nav-toggle.active span.top {
    top: 7px;
    right: -2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    transform: rotate(45deg);
    background: #fff !important; }
  #nav-toggle.active span.mid {
    top: 7px;
    right: -2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    transform: rotate(-45deg);
    background: #fff !important; }
  .no-touch #nav-toggle.active:hover span {
    background: #0d579a; }
    .no-touch #nav-toggle.active:hover span.top, .no-touch #nav-toggle.active:hover span.mid {
      background: #0d579a; }

button.search_toggle_mobile {
  opacity: 0;
  pointer-events: none;
  height: 30px;
  width: 30px; }
  button.search_toggle_mobile:after, button.search_toggle_mobile:before {
    content: '';
    width: 26px;
    height: 2px;
    background: white;
    position: absolute;
    left: 50%;
    transform-origin: center left;
    transform: translateX(-50%); }
  button.search_toggle_mobile:after {
    transform: rotate(45deg) translateX(-50%); }
  button.search_toggle_mobile:before {
    transform: rotate(-45deg) translateX(-50%); }
  button.search_toggle_mobile span.text {
    font-weight: 700;
    font-size: 10px;
    color: white;
    letter-spacing: 0.3px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%); }
  button.search_toggle_mobile:hover span.text {
    text-decoration: underline; }

.mobile-search {
  z-index: 501;
  background: white;
  height: 40px;
  width: calc(100% - 20px);
  max-width: 480px;
  position: fixed;
  top: 67px;
  right: -100vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  border: 1px solid white;
  user-select: none;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }
  @media screen and (min-width: 1201px) {
    .mobile-search {
      display: none; } }
  .mobile-search button.search_button_mobile {
    padding-left: 47px;
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 500;
    font-size: 16px;
    color: #062742; }
    .mobile-search button.search_button_mobile:after {
      content: '';
      position: absolute;
      left: 7.5px;
      top: 6px;
      background: transparent;
      background-image: url("../images/svg/search-magnify.svg");
      background-position: center;
      background-size: auto;
      background-repeat: no-repeat;
      border: none;
      height: 27px;
      width: 27px;
      transition: all 200ms linear;
      cursor: pointer;
      float: right; }

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

.mobile_nav {
  position: absolute;
  display: none;
  z-index: 500;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 500px;
  margin: 0 0 0;
  background-image: linear-gradient(190deg, #0d579a 0%, #062742 95%);
  zoom: 1;
  max-height: 100vh;
  min-height: 100vh;
  padding: 120px 10px 10px;
  overflow: hidden; }
  .mobile_nav:before, .mobile_nav:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .mobile_nav:after {
    clear: both; }
  .mobile_nav > ul {
    height: calc(100vh - 120px);
    overflow: scroll; }
    .mobile_nav > ul > li {
      opacity: 0.7;
      padding: 10px 0px !important;
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear; }
      .mobile_nav > ul > li:hover {
        opacity: 1; }
      .mobile_nav > ul > li.is-openend {
        opacity: 1; }
      .mobile_nav > ul > li.activelink {
        opacity: 1; }
      .mobile_nav > ul > li > a {
        color: white !important;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear; }
        .mobile_nav > ul > li > a:before {
          content: '';
          position: absolute;
          left: 80px;
          bottom: 5px;
          width: 30px;
          -webkit-transition: all 200ms linear;
          -moz-transition: all 200ms linear;
          -o-transition: all 200ms linear;
          transition: all 200ms linear;
          background: #F6AE2D;
          height: 3px; }
        .mobile_nav > ul > li > a:hover span {
          color: white !important; }
  .mobile_nav ul {
    position: relative;
    display: block;
    float: left;
    clear: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left; }
    .mobile_nav ul li {
      position: relative;
      display: block;
      display: block;
      float: left;
      clear: left;
      width: 100%;
      margin: 0;
      padding: 0;
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear; }
      .mobile_nav ul li > a {
        display: block;
        margin: 0;
        font-family: "Ibarra Real Nova", serif;
        font-weight: 700;
        font-size: 22px;
        color: #fff !important;
        letter-spacing: 0.3px;
        text-align: left;
        line-height: 23px;
        position: relative;
        padding: 22px 20px 21px 80px; }
        .mobile_nav ul li > a span {
          font-family: "Red Hat Display", sans-serif;
          font-weight: 900;
          text-transform: uppercase;
          font-size: 25px;
          color: #fff;
          letter-spacing: 1.3px;
          text-align: left;
          line-height: 19px;
          display: block;
          margin-top: 3px;
          -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.page_1 {
        display: none; }
      .mobile_nav ul li.has-sub .close-button.level-1 {
        cursor: pointer;
        height: 50px;
        width: 50px;
        position: absolute;
        left: 5px;
        top: 29px; }
        .mobile_nav ul li.has-sub .close-button.level-1:after {
          content: '';
          position: absolute;
          top: 0px;
          left: 0px;
          z-index: 1;
          width: 50px;
          height: 50px;
          background-image: url("../images/svg/mobilenav_arrow.svg");
          background-repeat: no-repeat;
          background-size: 16px 16px;
          background-position: center center;
          -webkit-transition: all 200ms linear;
          -moz-transition: all 200ms linear;
          -o-transition: all 200ms linear;
          transition: all 200ms linear; }
        .mobile_nav ul li.has-sub .close-button.level-1:before {
          content: '';
          position: absolute;
          top: 0px;
          left: 0px;
          z-index: -1;
          width: 50px;
          height: 50px;
          transform: rotate(-45deg) !important;
          background-image: linear-gradient(269deg, #0d579a 17%, rgba(13, 87, 154, 0) 100%);
          transform: rotate(45deg);
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
      .mobile_nav ul li.has-sub li {
        border-bottom: none; }
        .mobile_nav ul li.has-sub li:before {
          display: none; }
      .mobile_nav ul li.has-sub.is-opened {
        opacity: 1; }
        .mobile_nav ul li.has-sub.is-opened .close-button.level-1:after {
          transform: rotate(90deg); }
      .mobile_nav ul li div.sub {
        display: none;
        /*ul {
        	li {
        		padding-left: 0;
        		padding-right: 0;
        		margin-bottom: 5px;
        		&:last-child {
        			margin-bottom: 0;
        		}
        		a {
        			border-bottom: none;
        			font-weight: 500;
        			padding-top: 6px;
        			padding-bottom: 6px;
        			font-weight: 600;
        			font-family: $primary_font;
        			font-size: 14px;
        			float: none;
        		}
        	}
        }*/ }
        .mobile_nav ul li div.sub > ul {
          margin-top: 10px; }
        .mobile_nav ul li div.sub > ul > li > a {
          display: block;
          padding: 12px 30px 12px 85px;
          font-family: "Red Hat Display", sans-serif;
          font-weight: 700;
          font-size: 16px;
          color: #ffffff !important;
          letter-spacing: 0.3px;
          position: relative; }
          .mobile_nav ul li div.sub > ul > li > a:before {
            content: ' ';
            width: 0px;
            height: 30px;
            position: absolute;
            left: 48px;
            top: 8px;
            background: #0d579a;
            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; }
          .mobile_nav ul li div.sub > ul > li > a:hover:before, .mobile_nav ul li div.sub > ul > li > a.active:before {
            width: 60px; }
      .mobile_nav ul li.has-third-level.is-opened button.close-button.level-2 {
        transform: rotate(90deg); }
      .mobile_nav ul li.has-third-level a {
        display: inline-block;
        width: auto; }
      .mobile_nav ul li.has-third-level button.close-button.level-2 {
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        display: inline-block;
        cursor: pointer;
        background-image: url("../images/svg/mobilenav_arrow.svg");
        background-repeat: no-repeat;
        background-size: 10px 10px;
        background-position: center center;
        position: absolute;
        left: 53px;
        top: 9px;
        height: 30px;
        width: 30px;
        z-index: 2;
        transform: rotate(0deg); }
      .mobile_nav ul li.has-third-level ul.level_3 {
        display: none;
        margin-top: 0px;
        margin-bottom: 8px; }
        .mobile_nav ul li.has-third-level ul.level_3 li a {
          padding: 0px 0 0 108px;
          font-family: "Red Hat Display", sans-serif;
          font-weight: 500;
          font-size: 13px;
          color: #ffffff !important;
          letter-spacing: 0.3px;
          line-height: 34px;
          display: inline-block;
          position: relative; }
          .mobile_nav ul li.has-third-level ul.level_3 li a:after {
            content: ' ';
            position: absolute;
            width: 5px;
            height: 5px;
            top: 14px;
            left: 89px;
            background: #fff;
            opacity: 0;
            transform: rotate(45deg);
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear; }
          .mobile_nav ul li.has-third-level ul.level_3 li a:before {
            content: ' ';
            position: absolute;
            left: 108px;
            bottom: 9px;
            width: 0;
            height: 1px;
            background: white;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear; }
          .mobile_nav ul li.has-third-level ul.level_3 li a:hover, .mobile_nav ul li.has-third-level ul.level_3 li a.active {
            color: white; }
            .mobile_nav ul li.has-third-level ul.level_3 li a:hover:after, .mobile_nav ul li.has-third-level ul.level_3 li a.active:after {
              opacity: 1; }
            .mobile_nav ul li.has-third-level ul.level_3 li a:hover:before, .mobile_nav ul li.has-third-level ul.level_3 li a.active:before {
              width: calc(100% - 108px); }
        .mobile_nav ul li.has-third-level ul.level_3 li:last-child a {
          padding-bottom: 5px;
          margin-bottom: 2px; }
  .mobile_nav a {
    display: block;
    float: left;
    clear: left;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    color: #fff;
    text-decoration: none; }

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

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

.newsletter-btn {
  margin-top: 20px;
  display: none;
  clear: left;
  float: left;
  width: 100%; }
  @media screen and (max-width: 500px) {
    .newsletter-btn {
      display: block; } }
  .newsletter-btn > a {
    width: 100%;
    background-color: #0D579A !important;
    font-size: 15px;
    padding: 11px 20px !important; }
    .newsletter-btn > a:hover {
      background-color: #F6AE2D !important; }

body.searching button.search_toggle_mobile {
  z-index: 10000;
  opacity: 1;
  pointer-events: all;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 5px;
  right: 16px; }
  @media screen and (min-width: 1201px) {
    body.searching button.search_toggle_mobile {
      display: none; } }
body.searching #nav-toggle {
  z-index: 0; }
body.searching header.header .header-inner .right-links-mobile {
  z-index: 0; }
body.searching .mobile-search {
  z-index: 0; }

/* ----------------------------------------------------------------------------
= Footer basics
----------------------------------------------------------------------------- */
footer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 60px 0 0;
  background-color: white; }
  footer .footer_holder {
    position: relative;
    z-index: 1; }
  footer .nav-sponsors {
    position: relative;
    width: 100%;
    margin: auto;
    padding: 53px 20px 0px 20px; }
    footer .nav-sponsors:before {
      content: ' ';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: calc(100% - 95px);
      background: url("../images/bg_footer_top.jpg") no-repeat;
      background-size: cover;
      background-position: center center;
      z-index: 5; }
      @media screen and (max-width: 1200px) {
        footer .nav-sponsors:before {
          height: calc(100% - 50px); } }
    footer .nav-sponsors:after {
      content: ' ';
      position: absolute;
      top: 104px;
      left: -221px;
      width: 1029px;
      height: 579px;
      background: url("../images/svg/bg_footer.svg") no-repeat;
      background-size: 1029px 579px;
      background-position: top left;
      z-index: 2; }
      @media screen and (max-width: 1200px) {
        footer .nav-sponsors:after {
          left: -391px;
          top: 50px; } }
    @media screen and (min-width: 1201px) {
      footer .nav-sponsors.no-sponsors {
        padding: 80px 20px 0px 20px; } }
    footer .nav-sponsors.no-sponsors .sponsors {
      display: none; }
    footer .nav-sponsors .footer-nav-patterns {
      width: 100%;
      height: calc(100% - 95px);
      position: absolute;
      z-index: 5;
      top: 0px;
      left: 0px;
      overflow: hidden; }
      @media screen and (max-width: 1200px) {
        footer .nav-sponsors .footer-nav-patterns {
          height: calc(100% - 50px); } }
      footer .nav-sponsors .footer-nav-patterns:before {
        content: ' ';
        position: absolute;
        top: 104px;
        left: -278px;
        width: 1029px;
        height: 579px;
        background: url("../images/svg/bg_footer_top.svg") no-repeat;
        background-size: 1029px 579px;
        background-position: top left;
        z-index: 10; }
        @media screen and (max-width: 1200px) {
          footer .nav-sponsors .footer-nav-patterns:before {
            left: -450px;
            top: 50px; } }
    @media screen and (max-width: 1200px) {
      footer .nav-sponsors {
        padding: 20px 20px 0px 20px; } }
    @media screen and (max-width: 700px) {
      footer .nav-sponsors {
        padding: 20px 20px 0px 20px; } }
    footer .nav-sponsors .sponsors {
      padding: 21px 90px 24px;
      background: #fff;
      position: relative;
      z-index: 20;
      width: 100%;
      max-width: 1230px;
      margin: 0 auto 56px; }
      @media screen and (max-width: 1200px) {
        footer .nav-sponsors .sponsors {
          margin: 0 auto 23px; } }
      @media screen and (max-width: 700px) {
        footer .nav-sponsors .sponsors {
          padding: 21px 70px 24px; } }
      footer .nav-sponsors .sponsors > .wrapper:hover .rsPauseBtn, .user-is-tabbing footer .nav-sponsors .sponsors > .wrapper .rsPauseBtn {
        opacity: 1;
        background: #000; }
      footer .nav-sponsors .sponsors > .wrapper .rsPauseBtn {
        right: 0;
        top: -10px; }
        .user-is-tabbing footer .nav-sponsors .sponsors > .wrapper .rsPauseBtn:focus {
          outline-offset: 2px;
          outline-color: #0D579A; }
      footer .nav-sponsors .sponsors > .wrapper .owl_carousel {
        display: none;
        margin: 0 auto;
        width: 100%;
        max-width: 100%; }
        @media screen and (max-width: 700px) {
          footer .nav-sponsors .sponsors > .wrapper .owl_carousel {
            margin: 0 auto;
            max-width: 100%; } }
      @media screen and (min-width: 701px) {
        footer .nav-sponsors .sponsors > .wrapper .owl-wrapper-outer:before {
          width: 1px;
          height: 100%;
          position: absolute;
          z-index: 2;
          content: '';
          top: 0;
          left: 0;
          -webkit-transition: all 100ms linear;
          -moz-transition: all 100ms linear;
          -o-transition: all 100ms linear;
          transition: all 100ms linear;
          background: white; }
        footer .nav-sponsors .sponsors > .wrapper .owl-wrapper-outer:after {
          width: 1px;
          height: 100%;
          position: absolute;
          z-index: 2;
          content: '';
          top: 0;
          right: 0;
          -webkit-transition: all 100ms linear;
          -moz-transition: all 100ms linear;
          -o-transition: all 100ms linear;
          transition: all 100ms linear;
          background: white; } }
      footer .nav-sponsors .sponsors > .wrapper .owl-carousel.owl_carousel .owl-item {
        height: 102px;
        display: inline-block;
        position: relative;
        z-index: 1;
        padding: 0; }
        @media screen and (min-width: 701px) {
          footer .nav-sponsors .sponsors > .wrapper .owl-carousel.owl_carousel .owl-item {
            border-left: 1px solid #d8d8d8; } }
        @media screen and (max-width: 500px) {
          footer .nav-sponsors .sponsors > .wrapper .owl-carousel.owl_carousel .owl-item {
            height: 68px; } }
        footer .nav-sponsors .sponsors > .wrapper .owl-carousel.owl_carousel .owl-item:first-child {
          margin-left: 0;
          border-left: none; }
        footer .nav-sponsors .sponsors > .wrapper .owl-carousel.owl_carousel .owl-item:last-child {
          margin-right: 0; }
        footer .nav-sponsors .sponsors > .wrapper .owl-carousel.owl_carousel .owl-item img {
          width: auto;
          max-width: calc(100% - 10px);
          max-height: 100%;
          display: block;
          top: 50%;
          left: 50%;
          position: absolute;
          z-index: 1;
          transform: translate(-50%, -50%);
          -webkit-transition: all 100ms linear;
          -moz-transition: all 100ms linear;
          -o-transition: all 100ms linear;
          transition: all 100ms linear; }
      footer .nav-sponsors .sponsors > .wrapper .owl-carousel.owl_carousel a {
        display: block;
        height: 100%; }
        footer .nav-sponsors .sponsors > .wrapper .owl-carousel.owl_carousel a:hover, footer .nav-sponsors .sponsors > .wrapper .owl-carousel.owl_carousel a:focus {
          outline: none; }
          footer .nav-sponsors .sponsors > .wrapper .owl-carousel.owl_carousel a:hover img, footer .nav-sponsors .sponsors > .wrapper .owl-carousel.owl_carousel a:focus img {
            opacity: 0.8; }
        .user-is-tabbing footer .nav-sponsors .sponsors > .wrapper .owl-carousel.owl_carousel a:focus img {
          outline: 2px dashed #0D579A;
          outline-offset: -2px; }
      footer .nav-sponsors .sponsors > .wrapper .owl-carousel.owl_carousel .owl-controls .owl-prev,
      footer .nav-sponsors .sponsors > .wrapper .owl-carousel.owl_carousel .owl-controls .owl-next {
        width: 48px;
        height: 47px;
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        top: 50%;
        position: absolute;
        z-index: 1;
        transform: translate(0, -50%);
        background: #062742;
        box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.35); }
        @media screen and (max-width: 700px) {
          footer .nav-sponsors .sponsors > .wrapper .owl-carousel.owl_carousel .owl-controls .owl-prev,
          footer .nav-sponsors .sponsors > .wrapper .owl-carousel.owl_carousel .owl-controls .owl-next {
            width: 38px;
            height: 37px; } }
        footer .nav-sponsors .sponsors > .wrapper .owl-carousel.owl_carousel .owl-controls .owl-prev:hover, footer .nav-sponsors .sponsors > .wrapper .owl-carousel.owl_carousel .owl-controls .owl-prev:focus,
        footer .nav-sponsors .sponsors > .wrapper .owl-carousel.owl_carousel .owl-controls .owl-next:hover,
        footer .nav-sponsors .sponsors > .wrapper .owl-carousel.owl_carousel .owl-controls .owl-next:focus {
          background: #0D579A;
          box-shadow: none; }
        footer .nav-sponsors .sponsors > .wrapper .owl-carousel.owl_carousel .owl-controls .owl-prev svg,
        footer .nav-sponsors .sponsors > .wrapper .owl-carousel.owl_carousel .owl-controls .owl-next svg {
          top: 50%;
          left: 50%;
          position: absolute;
          z-index: 1;
          transform: translate(-50%, -50%); }
      footer .nav-sponsors .sponsors > .wrapper .owl-carousel.owl_carousel .owl-controls .owl-prev {
        left: -78px; }
        @media screen and (max-width: 700px) {
          footer .nav-sponsors .sponsors > .wrapper .owl-carousel.owl_carousel .owl-controls .owl-prev {
            left: -58px; } }
        footer .nav-sponsors .sponsors > .wrapper .owl-carousel.owl_carousel .owl-controls .owl-prev svg {
          transform: translate(-50%, -50%) rotate(180deg); }
      footer .nav-sponsors .sponsors > .wrapper .owl-carousel.owl_carousel .owl-controls .owl-next {
        right: -78px; }
        @media screen and (max-width: 700px) {
          footer .nav-sponsors .sponsors > .wrapper .owl-carousel.owl_carousel .owl-controls .owl-next {
            left: auto;
            right: -58px; } }
    footer .nav-sponsors .footer_nav {
      			/*ul {
                  position: relative;
                  li {
                      @include media($mobile) {
                          width: 100%;
                          text-align: center;
                          margin-bottom: 30px;
                          &:last-child{
                          	margin-bottom:0px;
                          };
                      }
                      a {
                          display: block;
                          position: relative;
                          color: #FFF;
                          cursor: pointer;
                          &:hover, &.active {
                              color: #FFF !important;
                              cursor: default;
                          }
                      }
                      li {
                          float: none;
                          width: 100%;
                          margin-bottom: 0;
                          a {
                              display: block;
                              padding: 5px 0;
                          }
                      }
                  }
              }*/ }
      footer .nav-sponsors .footer_nav > ul {
        width: 100%;
        max-width: 1230px;
        display: flex;
        justify-content: space-between;
        padding: 55px 75px;
        margin: 0px auto;
        background-image: linear-gradient(180deg, rgba(13, 87, 154, 0.6) 0%, #0d579a 80%);
        box-shadow: 2px 4px 15px -1px rgba(0, 0, 0, 0.4);
        border-bottom: 6px solid #f6ae2d;
        position: relative;
        z-index: 20; }
        @media screen and (max-width: 1200px) {
          footer .nav-sponsors .footer_nav > ul {
            flex-wrap: wrap;
            justify-content: center;
            max-width: 568px;
            align-items: center;
            padding: 35px 55px; } }
        @media screen and (max-width: 1200px) {
          footer .nav-sponsors .footer_nav > ul {
            padding-left: 55px; } }
        @media screen and (max-width: 700px) {
          footer .nav-sponsors .footer_nav > ul {
            height: auto; } }
        @media screen and (max-width: 1200px) {
          footer .nav-sponsors .footer_nav > ul > li {
            width: 100%;
            text-align: center;
            margin: 10px auto; } }
        footer .nav-sponsors .footer_nav > ul > li:hover > a:after {
          opacity: 1; }
      footer .nav-sponsors .footer_nav > ul > li > a, footer .nav-sponsors .footer_nav > ul > li > a:visited {
        margin-bottom: 10px;
        font-family: "Ibarra Real Nova", serif;
        font-weight: 700;
        font-size: 18px;
        color: #ffffff;
        letter-spacing: 0.3px;
        line-height: 18px;
        text-align: left;
        line-height: 16px;
        color: #fff;
        position: relative;
        text-align: left;
        display: block;
        position: relative; }
        @media screen and (max-width: 1200px) {
          footer .nav-sponsors .footer_nav > ul > li > a, footer .nav-sponsors .footer_nav > ul > li > a:visited {
            text-align: center; } }
        footer .nav-sponsors .footer_nav > ul > li > a span, footer .nav-sponsors .footer_nav > ul > li > a:visited span {
          display: block;
          font-family: "Red Hat Display", sans-serif;
          font-weight: 700;
          font-size: 18px;
          color: #ffffff;
          letter-spacing: 1.3px;
          text-align: left;
          line-height: 19px;
          text-transform: uppercase;
          margin-top: 4px; }
          @media screen and (max-width: 1200px) {
            footer .nav-sponsors .footer_nav > ul > li > a span, footer .nav-sponsors .footer_nav > ul > li > a:visited span {
              text-align: center; } }
        footer .nav-sponsors .footer_nav > ul > li > a:after, footer .nav-sponsors .footer_nav > ul > li > a:visited:after {
          opacity: 0.5;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
          content: '';
          position: absolute;
          left: 0px;
          bottom: -7px;
          width: 30px;
          height: 3px;
          margin: 0px auto;
          background: #F6AE2D; }
          @media screen and (max-width: 1200px) {
            footer .nav-sponsors .footer_nav > ul > li > a:after, footer .nav-sponsors .footer_nav > ul > li > a:visited:after {
              right: 0px; } }
        footer .nav-sponsors .footer_nav > ul > li > a.active:after, footer .nav-sponsors .footer_nav > ul > li > a:visited.active:after {
          opacity: 1; }
      footer .nav-sponsors .footer_nav a,
      footer .nav-sponsors .footer_nav a:visited {
        cursor: pointer !important; }
        footer .nav-sponsors .footer_nav a:hover,
        footer .nav-sponsors .footer_nav a:visited:hover {
          cursor: pointer !important;
          color: white; }
      footer .nav-sponsors .footer_nav .nav_sub {
        text-align: left;
        margin-top: 15px; }
        @media screen and (max-width: 1200px) {
          footer .nav-sponsors .footer_nav .nav_sub {
            display: none; } }
        footer .nav-sponsors .footer_nav .nav_sub a {
          font-family: "Red Hat Display", sans-serif;
          font-weight: 400;
          font-size: 13px;
          color: #ffffff;
          letter-spacing: 0.3px;
          line-height: 34px;
          position: relative;
          text-align: left;
          display: inline-block; }
          footer .nav-sponsors .footer_nav .nav_sub a:after {
            content: ' ';
            position: absolute;
            left: 0px;
            bottom: 9px;
            width: 0;
            height: 1px;
            background: white;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear; }
          footer .nav-sponsors .footer_nav .nav_sub a:hover:after, footer .nav-sponsors .footer_nav .nav_sub a.active:after {
            width: 100%; }
  footer .footer-mid {
    position: relative;
    z-index: 20; }
    @media screen and (max-width: 700px) {
      footer .footer-mid {
        margin-top: -40px; } }
  footer .columns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1230px;
    margin: auto;
    padding: 5px 20px 35px;
    position: relative; }
    @media screen and (max-width: 1200px) {
      footer .columns {
        padding-top: 35px; } }
    @media screen and (max-width: 1080px) {
      footer .columns {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 20px; } }
    @media screen and (max-width: 700px) {
      footer .columns {
        padding-top: 75px; } }
    footer .columns .m-social-links {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 30px;
      font-size: 19px; }
      @media screen and (max-width: 1080px) {
        footer .columns .m-social-links {
          padding-left: 20px; } }
      footer .columns .m-social-links a {
        display: block;
        position: relative;
        z-index: 50;
        margin: 0px 12px;
        color: #062742;
        width: 40px;
        height: 40px; }
        footer .columns .m-social-links a span {
          content: '';
          position: absolute;
          top: -11px;
          left: -11px;
          z-index: -1;
          width: 40px;
          height: 40px;
          background-image: linear-gradient(45deg, #ffffff 0%, #f3f2f2 100%);
          transform: rotate(45deg);
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
        footer .columns .m-social-links a.fa-facebook {
          margin-top: 1px;
          padding-left: 4px; }
        footer .columns .m-social-links a:hover {
          color: #0d579a;
          cursor: pointer !important; }
          footer .columns .m-social-links a:hover:after {
            opacity: 1; }
        footer .columns .m-social-links a:before {
          position: absolute;
          left: -11px;
          width: 40px;
          text-align: center; }
        footer .columns .m-social-links a:after {
          content: '';
          width: 40px;
          height: 40px;
          background: #FFCF7C;
          transform: rotate(45deg);
          position: absolute;
          top: -11px;
          left: -11px;
          z-index: -1;
          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; }
    footer .columns .column {
      z-index: 1;
      width: 33.3333%; }
      @media screen and (max-width: 1080px) {
        footer .columns .column {
          float: none;
          width: 100%; } }
      footer .columns .column:first-child {
        margin-top: 60px; }
        @media screen and (max-width: 1080px) {
          footer .columns .column:first-child {
            margin-bottom: 10px;
            margin-top: 15px; } }
      footer .columns .column:last-child {
        margin-top: 30px; }
        @media screen and (max-width: 1080px) {
          footer .columns .column:last-child {
            margin-top: 10px; } }
      footer .columns .column:not(:first-child):not(:last-child) {
        margin-top: 20px; }
        @media screen and (max-width: 1080px) {
          footer .columns .column:not(:first-child):not(:last-child) {
            margin: 30px 0px 20px; } }
      footer .columns .column .title {
        margin-bottom: 15px;
        font-family: "Red Hat Display", sans-serif;
        font-weight: 900;
        font-size: 16px;
        color: #062742;
        letter-spacing: 1.3px;
        line-height: 17px; }
        @media screen and (max-width: 1200px) {
          footer .columns .column .title {
            text-align: center; } }
      footer .columns .column .info {
        font-family: "Ibarra Real Nova", serif;
        font-weight: 600;
        font-size: 14px;
        color: #062742;
        letter-spacing: 0.3px;
        line-height: 22px;
        display: block; }
        @media screen and (max-width: 1200px) {
          footer .columns .column .info {
            text-align: center; }
            footer .columns .column .info span {
              display: block;
              width: 0px;
              height: 0px;
              overflow: hidden; } }
      footer .columns .column .footer-logo {
        position: relative;
        width: 270px;
        height: 96px;
        margin: 0px auto; }
        footer .columns .column .footer-logo a,
        footer .columns .column .footer-logo span {
          display: block;
          position: absolute;
          left: 30px;
          width: 100%;
          height: 96px;
          margin: -2px 0 0 -22px;
          background: url(../images/svg/footer-logo.svg);
          background-repeat: no-repeat;
          background-size: contain;
          text-indent: -9999em; }
      footer .columns .column .footer-sponsors {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        align-items: center;
        width: 200px;
        height: 130px;
        float: right; }
        @media screen and (max-width: 1200px) {
          footer .columns .column .footer-sponsors {
            float: none;
            margin: 0px auto; } }
      footer .columns .column .footer-sponsor {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        display: inline-block;
        opacity: 0.5;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        footer .columns .column .footer-sponsor span {
          text-indent: -9999em;
          display: inline-block; }
        footer .columns .column .footer-sponsor.footer-sponsor-1 {
          background: url(../images/footer-logo-legends.png);
          background-repeat: no-repeat;
          background-size: contain;
          width: 93px;
          height: 27px;
          margin-right: 10px; }
          footer .columns .column .footer-sponsor.footer-sponsor-1:hover {
            opacity: 1; }
        footer .columns .column .footer-sponsor.footer-sponsor-2 {
          background: url(../images/footer-logo-pps.png);
          background-repeat: no-repeat;
          background-size: contain;
          width: 83px;
          height: 50px; }
          footer .columns .column .footer-sponsor.footer-sponsor-2:hover {
            opacity: 1; }
        footer .columns .column .footer-sponsor.footer-sponsor-3 {
          background: url(../images/footer-logo-north.png);
          background-repeat: no-repeat;
          background-size: contain;
          width: 73px;
          height: 35px; }
          footer .columns .column .footer-sponsor.footer-sponsor-3:hover {
            opacity: 1; }
        footer .columns .column .footer-sponsor.footer-sponsor-4 {
          background: url(../images/footer-logo-sting.png);
          background-repeat: no-repeat;
          background-size: contain;
          width: 64px;
          height: 48px;
          margin-right: 10px; }
          footer .columns .column .footer-sponsor.footer-sponsor-4:hover {
            opacity: 1; }

.global-footer {
  position: relative;
  z-index: 20;
  display: block;
  position: relative;
  width: calc(100% - 20px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  text-align: center; }
  @media screen and (max-width: 1080px) {
    .global-footer {
      text-align: center; } }
  .global-footer p {
    display: block;
    position: relative;
    margin: auto;
    padding: 20px 2px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #062742;
    letter-spacing: 0.3px;
    text-align: center;
    line-height: 14px;
    text-align: center; }
    .global-footer p .copy + .delimiter {
      display: none; }
    .global-footer p a,
    .global-footer p a:visited {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      text-decoration: none;
      font-weight: 700; }
      .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: #0d579a; }
  .global-footer .delimiter {
    padding: 0 2px;
    color: #062742; }
  @media screen and (max-width: 1200px) {
    .global-footer .first-del {
      display: block !important;
      width: 0px;
      height: 0px;
      margin-bottom: 11px;
      overflow: hidden; } }
  .global-footer a#carbonhouse,
  .global-footer a#carbonhouse:link,
  .global-footer a#carbonhouse:visited {
    display: block;
    position: relative;
    margin: 0;
    padding-top: 0;
    font-family: 'helvetica';
    font-size: 16px;
    text-decoration: none;
    color: #062742;
    cursor: pointer;
    margin-top: 18px;
    margin-bottom: 15px;
    font-weight: 500; }
    @media screen and (max-width: 1200px) {
      .global-footer a#carbonhouse,
      .global-footer a#carbonhouse:link,
      .global-footer a#carbonhouse:visited {
        margin-top: 30px; } }
    .global-footer a#carbonhouse span,
    .global-footer a#carbonhouse:link span,
    .global-footer a#carbonhouse:visited span {
      font-size: 16px; }
      .global-footer a#carbonhouse span.carbon,
      .global-footer a#carbonhouse:link span.carbon,
      .global-footer a#carbonhouse:visited span.carbon {
        color: #062742;
        font-weight: bold; }
      .global-footer a#carbonhouse span.house,
      .global-footer a#carbonhouse:link span.house,
      .global-footer a#carbonhouse:visited span.house {
        color: #062742;
        font-weight: bold; }
    .global-footer a#carbonhouse:hover,
    .global-footer a#carbonhouse:link:hover,
    .global-footer a#carbonhouse:visited:hover {
      text-decoration: none;
      color: #0d579a !important; }
      .global-footer a#carbonhouse:hover span,
      .global-footer a#carbonhouse:link:hover span,
      .global-footer a#carbonhouse:visited:hover span {
        color: #0d579a !important; }

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

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

.search-app {
  max-width: 1280px;
  padding: 0px 20px;
  margin: 0 auto;
  font-family: "Red Hat Display", sans-serif;
  padding-bottom: 40px; }
  .search-app form {
    position: relative; }
  .search-app form label {
    opacity: 0;
    text-indent: -9999em;
    font-size: 25px;
    letter-spacing: 0.2px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 60px;
    font-weight: 600;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden; }
  .search-app .submit {
    position: absolute;
    right: 10px;
    bottom: 12px;
    background: #0000;
    background-image: url(../images/svg/search-magnify.svg);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    transition: all 200ms linear;
    text-indent: -9999px;
    opacity: 0.8;
    transition: opacity 0.2s linear; }
    .search-app .submit:hover {
      opacity: 1; }
  .search-app .search-input-extra {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 99;
    height: 38px; }
  .search-app .showtime-search-instant-result-filter {
    background: #fff;
    border: 1px solid #0d579a;
    padding: 8px 10px;
    font-size: 15px;
    color: #fff;
    color: #000;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    appearance: none;
    width: 110px;
    position: absolute;
    right: 0;
    top: 0%; }
    .search-app .showtime-search-instant-result-filter.open > ul {
      display: block; }
    .search-app .showtime-search-instant-result-filter.open .selected-item:after {
      background: url(../images/svg/faq_arrow_hover.svg);
      background-size: 8px;
      background-repeat: no-repeat;
      background-position: center center;
      transform: translateY(-50%) rotate(90deg); }
    .search-app .showtime-search-instant-result-filter > ul {
      display: none; }
    .search-app .showtime-search-instant-result-filter .selected-item {
      position: relative;
      user-select: none; }
      .search-app .showtime-search-instant-result-filter .selected-item:after {
        content: '';
        transition: all 200ms linear;
        width: 12px;
        height: 16px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background: url(../images/svg/faq_arrow_hover.svg);
        background-size: 8px;
        background-repeat: no-repeat;
        background-position: center center; }
    .search-app .showtime-search-instant-result-filter .selected-item,
    .search-app .showtime-search-instant-result-filter li {
      user-select: none;
      cursor: pointer;
      position: relative;
      padding: 5px 0px;
      font-size: 15px;
      letter-spacing: 2px;
      text-transform: uppercase;
      display: block; }
  .search-app .showtime-search-instant-result-header {
    text-transform: uppercase; }
  .searchresults .search-app {
    margin-top: 10px; }
    .searchresults .search-app label {
      opacity: 0;
      text-indent: -9999em;
      display: block;
      width: 0;
      height: 0;
      overflow: hidden; }
    .searchresults .search-app .results {
      margin-top: 40px; }
    .searchresults .search-app .search-input input {
      width: 100%;
      text-align: left;
      position: relative;
      width: 100%;
      height: 55px;
      padding: 8px 10px;
      font-size: 15px;
      color: #000;
      letter-spacing: 2px;
      text-transform: uppercase;
      appearance: none;
      margin-top: 20px;
      background: #ffffff;
      border: 1px solid #0d579a;
      transition: all 200ms linear; }

/* ----------------------------------------------------------------------------
= Baseline styles for all buttons in a project. These are global.
----------------------------------------------------------------------------- */
.m-button, .newsletter-btn > a, .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,
.login-form input[type='submit'] {
  display: inline-block;
  position: relative;
  background-color: #062742;
  color: #ffffff;
  text-align: center;
  padding: 10px 20px;
  line-height: 1; }
  .m-button:hover, .newsletter-btn > a: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,
  .login-form input[type='submit']:hover {
    background-color: #0D579A;
    color: #ffffff; }

#loadMoreEvents[disabled="disabled"] {
  opacity: 0; }

#loadMoreEvents {
  color: #062742;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 900;
  font-size: 16px;
  display: inline-block;
  position: relative;
  margin: 50px 0 90px;
  text-transform: capitalize;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  letter-spacing: 0.3px;
  zoom: 1; }
  #loadMoreEvents:before, #loadMoreEvents:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  #loadMoreEvents:after {
    clear: both; }
  #loadMoreEvents:after {
    content: "";
    position: absolute;
    top: -20px;
    left: -29px;
    z-index: -2;
    width: 60px;
    height: 60px;
    background-image: linear-gradient(45deg, #FFFFFF 0%, #F3F2F2 100%);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: visible; }
  #loadMoreEvents:before {
    content: "";
    width: 60px;
    height: 60px;
    background: #FFCF7C;
    transform: rotate(45deg);
    position: absolute;
    top: -20px;
    left: -29px;
    z-index: -1;
    opacity: 0;
    visibility: visible;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  #loadMoreEvents:hover {
    color: #0D579A; }
    #loadMoreEvents:hover:before {
      opacity: 1; }

.alleventswrapper {
  text-align: center;
  width: 100%;
  margin: 10px 0px 10px; }

.alleventswrapper a {
  color: #062742;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 900;
  font-size: 16px;
  display: inline-block;
  position: relative;
  margin: 50px 0 90px;
  text-transform: capitalize;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  letter-spacing: 0.3px;
  zoom: 1; }
  .alleventswrapper a:before, .alleventswrapper a:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .alleventswrapper a:after {
    clear: both; }
  .alleventswrapper a:after {
    content: "";
    position: absolute;
    top: -20px;
    left: -29px;
    z-index: -2;
    width: 60px;
    height: 60px;
    background-image: linear-gradient(45deg, #FFFFFF 0%, #F3F2F2 100%);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: visible; }
  .alleventswrapper a:before {
    content: "";
    width: 60px;
    height: 60px;
    background: #FFCF7C;
    transform: rotate(45deg);
    position: absolute;
    top: -20px;
    left: -29px;
    z-index: -1;
    opacity: 0;
    visibility: visible;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .alleventswrapper a:hover {
    color: #0D579A; }
    .alleventswrapper a:hover:before {
      opacity: 1; }

.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,
.login-form input[type='submit'] {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  background: #062742;
  box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.35);
  font-family: "Red Hat Display", sans-serif;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 1.3px;
  line-height: 13px;
  padding: 18px 35px; }
  .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,
  .login-form input[type='submit']:hover {
    background: #0D579A;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0); }

/***********************************************/
/*      Add Additional Button Styles Below     */
/***********************************************/
.eventItem a.tickets {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  background: #F6AE2D;
  padding: 16px 35px;
  font-size: 16px;
  color: #062742;
  box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.35);
  font-weight: 900;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 700px) {
    .eventItem a.tickets {
      width: 100%;
      flex: 0 100%; } }
  .eventItem a.tickets:hover {
    box-shadow: none;
    background: #FFCF7C;
    color: #0D579A; }
  .eventItem a.tickets span {
    position: relative;
    transition: left 0.2s linear;
    left: 0; }
  .eventItem a.tickets svg {
    margin-left: 10px;
    opacity: 0;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear; }
  .eventItem a.tickets:hover svg {
    right: 25px;
    opacity: 1; }
  .eventItem a.tickets:hover span {
    left: -5px; }
.eventItem a.more, .eventItem a.More {
  position: relative;
  font-family: "Red Hat Display", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  color: #062742;
  font-weight: 900;
  letter-spacing: 1.3px; }
  .eventItem a.more:after, .eventItem a.More:after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -5px;
    background: #062742;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear; }
  .eventItem a.more:hover, .eventItem a.More:hover {
    color: #0D579A; }
    .eventItem a.more:hover:after, .eventItem a.More:hover:after {
      width: 30px;
      background: #0D579A; }

.rightBreakout .buttons a.tickets {
  width: calc(100% - 10px);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  background: #F6AE2D;
  padding: 19px 35px;
  font-size: 16px;
  color: #062742;
  box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.35);
  font-weight: 900;
  position: relative;
  text-align: center;
  display: inline-block; }
  .rightBreakout .buttons a.tickets:hover {
    box-shadow: none;
    background: #FFCF7C;
    color: #0D579A; }
  .rightBreakout .buttons a.tickets span {
    position: relative;
    transition: left 0.2s linear;
    left: 0; }
  .rightBreakout .buttons a.tickets svg {
    margin-left: 10px;
    opacity: 0;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear; }
  .rightBreakout .buttons a.tickets:hover svg {
    right: 25px;
    opacity: 1; }
  .rightBreakout .buttons a.tickets:hover span {
    left: -5px; }
.rightBreakout .buttons a.more, .rightBreakout .buttons a.More {
  position: relative;
  font-family: "Red Hat Display", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  color: #062742;
  font-weight: 900;
  letter-spacing: 1.3px; }
  .rightBreakout .buttons a.more:after, .rightBreakout .buttons a.More:after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -5px;
    background: #062742;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear; }
  .rightBreakout .buttons a.more:hover, .rightBreakout .buttons a.More:hover {
    color: #0D579A; }
    .rightBreakout .buttons a.more:hover:after, .rightBreakout .buttons a.More:hover:after {
      width: 30px;
      background: #0D579A; }

.event_showings .buttons.cell a.tickets {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  background: #F6AE2D;
  padding: 12px 35px;
  font-size: 13px;
  color: #062742;
  box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.35);
  font-weight: 900;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 700px) {
    .event_showings .buttons.cell a.tickets {
      width: 100%;
      flex: 0 100%;
      display: inline-block; } }
  .event_showings .buttons.cell a.tickets:hover {
    box-shadow: none;
    background: #FFCF7C;
    color: #0D579A; }
  .event_showings .buttons.cell a.tickets span {
    position: relative;
    transition: left 0.2s linear;
    left: 0; }
  .event_showings .buttons.cell a.tickets svg {
    margin-left: 10px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear; }
  .event_showings .buttons.cell a.tickets:hover svg {
    right: 7px;
    opacity: 1; }
  .event_showings .buttons.cell a.tickets:hover span {
    left: -5px; }

.home-slideshow .buttons a.tickets {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  background: #F6AE2D;
  padding: 16px 25px;
  font-size: 16px;
  color: #062742;
  box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.35);
  font-weight: 900;
  position: relative;
  text-align: center;
  min-width: 165px; }
  @media screen and (max-width: 700px) {
    .home-slideshow .buttons a.tickets {
      width: 100%;
      flex: 0 100%;
      display: block; } }
  .home-slideshow .buttons a.tickets:hover {
    box-shadow: none;
    background: #FFCF7C;
    color: #0D579A; }
  .home-slideshow .buttons a.tickets span {
    position: relative;
    transition: left 0.2s linear;
    left: 0; }
  .home-slideshow .buttons a.tickets svg {
    margin-left: 10px;
    opacity: 0;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear; }
  .home-slideshow .buttons a.tickets:hover svg {
    right: 25px;
    opacity: 1; }
  .home-slideshow .buttons a.tickets:hover span {
    left: -5px; }
.home-slideshow .buttons span.tickets {
  font-family: "Red Hat Display", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  color: white;
  font-weight: 900;
  letter-spacing: 1.3px; }
.home-slideshow .buttons a.more, .home-slideshow .buttons a.More {
  position: relative;
  font-family: "Red Hat Display", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  color: white;
  font-weight: 900;
  letter-spacing: 1.3px; }
  @media screen and (max-width: 700px) {
    .home-slideshow .buttons a.more, .home-slideshow .buttons a.More {
      display: none; } }
  .home-slideshow .buttons a.more:after, .home-slideshow .buttons a.More:after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -5px;
    background: white;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear; }
  .home-slideshow .buttons a.more:hover, .home-slideshow .buttons a.More:hover {
    color: white; }
    .home-slideshow .buttons a.more:hover:after, .home-slideshow .buttons a.More:hover:after {
      width: 30px;
      background: white; }

.buttons span.tickets.no_ticket_link {
  color: #062742 !important; }
  .buttons span.tickets.no_ticket_link svg {
    display: none; }

/* 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: 48px;
  width: 48px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 99; }
  .rsDefault .rsArrow.rsVer .rsArrow {
    width: 100%;
    height: 44px; }
  .rsDefault .rsArrow.rsHidden.moreslides {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important; }

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

.rsDefault.rsHor .rsArrowLeft {
  bottom: 20px;
  left: 20px;
  background: #062742;
  box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.35);
  -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) {
    .rsDefault.rsHor .rsArrowLeft {
      background: transparent !important;
      bottom: 5px;
      left: 5px; } }
  .rsDefault.rsHor .rsArrowLeft:hover {
    background: #0d579a;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.35); }
  .rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
    width: 13px;
    height: 16px;
    background: url("../images/svg/faq_arrow.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    transform: rotate(180deg); }
.rsDefault.rsHor .rsArrowRight {
  left: 73px;
  bottom: 20px;
  background: #062742;
  box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.35);
  -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) {
    .rsDefault.rsHor .rsArrowRight {
      background: transparent !important;
      left: auto;
      right: 5px;
      bottom: 5px; } }
  .rsDefault.rsHor .rsArrowRight:hover {
    background: #0d579a;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.35); }
  .rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    width: 13px;
    height: 16px;
    background: url("../images/svg/faq_arrow.svg") no-repeat;
    background-size: contain;
    background-position: center center; }
    @media screen and (max-width: 870px) {
      .rsDefault.rsHor .rsArrowRight .rsArrowIcn {
        left: 45px; } }

.rsDefault .rsArrowIcn {
  width: 48px;
  height: 48px;
  bottom: 16px;
  left: 33px;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer; }
  @media screen and (max-width: 870px) {
    .rsDefault .rsArrowIcn {
      bottom: 5px;
      left: 22px; } }

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

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

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

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

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

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

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

  .rsDefault .rsThumbsHor {
    height: 64px; }

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

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

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

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

.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 {
  position: absolute;
  float: none;
  bottom: 0;
  left: 0;
  text-align: left;
  color: #fff;
  width: 100%;
  height: auto; }
  .rsDefault .rsGCaption .rsABlock {
    position: relative;
    width: 100%;
    height: 246px;
    background-image: linear-gradient(0deg, rgba(6, 39, 66, 0.8) 0%, rgba(6, 39, 66, 0) 99%); }
  .rsDefault .rsGCaption p {
    text-align: right;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 0.3px;
    line-height: 14px;
    margin: 0;
    padding: 5px 10px;
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: 15px; }
    @media screen and (max-width: 870px) {
      .rsDefault .rsGCaption p {
        width: 100%;
        right: 0px;
        text-align: center;
        font-size: 10px;
        bottom: 6px;
        padding: 5px 30px; } }

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

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

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

.home-branding {
  padding-bottom: 0px;
  margin-bottom: 50px; }
  .home-branding > div {
    box-shadow: none; }
  .home-branding .rsOverflow {
    box-shadow: 3px 5px 15px -3px rgba(0, 0, 0, 0.4); }
  .home-branding:before {
    top: 40px; }
  .home-branding:after {
    background: url("../images/svg/home-branding-bg.svg") no-repeat;
    background-size: 1029px 579px;
    background-position: top left;
    opacity: 0.6;
    -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-branding:after {
        background-size: 600px 400px;
        left: -150px;
        bottom: -300px; } }
    @media screen and (max-width: 870px) {
      .home-branding:after {
        background-size: 500px 300px;
        left: -150px; } }
    @media screen and (max-width: 700px) {
      .home-branding:after {
        bottom: -450px; } }
  .home-branding:hover:after {
    opacity: 1; }
  .home-branding .bg-home-branding {
    content: ' ';
    z-index: -1;
    position: absolute;
    left: -15px;
    top: 40px;
    width: calc(((100% - 1200px) / 2) + 88px);
    height: calc((100vw * (525 / 1425)) + 10px);
    background: rgba(13, 87, 154, 0.8); }
    @media screen and (max-width: 1200px) {
      .home-branding .bg-home-branding {
        width: 112px;
        height: calc((100vw * (525 / 1425)) + 6px); } }
    @media screen and (max-width: 700px) {
      .home-branding .bg-home-branding {
        height: calc((100vw * (472 / 760)) - 1px);
        width: 80px;
        left: 0px; } }
  .home-branding .home-slideshow {
    max-height: none; }
    .home-branding .home-slideshow .rsDefault .rsGCaption {
      position: relative;
      display: inline-block;
      float: none;
      bottom: 0;
      left: -20px;
      text-align: left;
      color: #fff;
      width: calc(100% + 20px);
      height: auto;
      padding-top: 22px;
      padding-bottom: 30px; }
      @media screen and (max-width: 1200px) {
        .home-branding .home-slideshow .rsDefault .rsGCaption {
          padding-bottom: 16px; } }
      @media screen and (max-width: 700px) {
        .home-branding .home-slideshow .rsDefault .rsGCaption {
          padding-top: 9px; } }
      .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock {
        position: relative;
        width: 100%;
        height: auto;
        background: transparent; }
        .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock > h3, .home-branding .home-slideshow .rsDefault .rsGCaption .search-app .rsABlock > .showtime-search-instant-result-header, .search-app .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock > .showtime-search-instant-result-header {
          padding: 0px 200px 0px 20px;
          display: inline-block;
          margin-bottom: 0px;
          font-family: "Red Hat Display", sans-serif;
          font-weight: 700;
          font-size: 61px;
          color: #ffffff;
          letter-spacing: 0.3px;
          line-height: 64px;
          display: inline; }
          @media screen and (max-width: 1200px) {
            .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock > h3, .home-branding .home-slideshow .rsDefault .rsGCaption .search-app .rsABlock > .showtime-search-instant-result-header, .search-app .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock > .showtime-search-instant-result-header {
              font-size: 39px;
              padding-right: 170px; } }
          @media screen and (max-width: 700px) {
            .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock > h3, .home-branding .home-slideshow .rsDefault .rsGCaption .search-app .rsABlock > .showtime-search-instant-result-header, .search-app .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock > .showtime-search-instant-result-header {
              font-size: 31px;
              padding-right: 20px; } }
        .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc {
          position: relative;
          margin: 0px auto;
          width: 100%;
          max-width: 1220px;
          padding: 0px 200px 0px 140px; }
          @media screen and (max-width: 1270px) {
            .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc {
              padding-left: 170px; } }
          @media screen and (max-width: 1200px) {
            .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc {
              padding-left: 40px;
              padding-right: 200px; } }
          @media screen and (max-width: 870px) {
            .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc {
              padding-left: 30px; } }
          @media screen and (max-width: 700px) {
            .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc {
              padding-left: 20px;
              padding-right: 10px; } }
          .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h4.date {
            position: absolute;
            left: -20px;
            top: -13px;
            width: 120px;
            text-align: right; }
            @media screen and (max-width: 1280px) {
              .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h4.date {
                left: -11px; } }
            @media screen and (max-width: 1270px) {
              .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h4.date {
                left: 13px; } }
            @media screen and (max-width: 1200px) {
              .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h4.date {
                position: relative;
                left: 27px;
                top: -29px;
                margin-bottom: -8px;
                width: 100%;
                text-align: left; } }
            @media screen and (max-width: 870px) {
              .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h4.date {
                left: 47px; } }
            @media screen and (max-width: 700px) {
              .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h4.date {
                top: -24px;
                left: 47px; } }
            @media screen and (max-width: 1200px) {
              .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h4.date.moremonths .m-date__rangeLast .m-date__month span:after {
                display: none; } }
            .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h4.date .m-date__month {
              display: block;
              margin-bottom: 13px; }
              @media screen and (max-width: 1200px) {
                .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h4.date .m-date__month {
                  display: inline-block; } }
              @media screen and (max-width: 1200px) {
                .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h4.date .m-date__month {
                  padding-right: 10px; } }
              .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h4.date .m-date__month span {
                font-family: "Red Hat Display", sans-serif;
                font-weight: 700;
                font-size: 16px;
                color: #ffffff;
                letter-spacing: 0.3px;
                line-height: 17px;
                position: relative; }
                @media screen and (max-width: 700px) {
                  .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h4.date .m-date__month span {
                    font-size: 13px; } }
                .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h4.date .m-date__month span:after {
                  position: absolute;
                  content: ' ';
                  bottom: -8px;
                  left: 0px;
                  width: 100%;
                  height: 3px;
                  background: #F6AE2D; }
                  @media screen and (max-width: 1200px) {
                    .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h4.date .m-date__month span:after {
                      bottom: 10px;
                      width: 30px;
                      left: -45px; } }
                  @media screen and (max-width: 700px) {
                    .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h4.date .m-date__month span:after {
                      bottom: 7px; } }
            .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h4.date .m-date__day,
            .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h4.date .m-date__separator {
              font-family: "Ibarra Real Nova", serif;
              font-weight: 600;
              font-size: 41px;
              color: #ffffff;
              letter-spacing: 0.3px;
              text-align: right;
              line-height: 41px;
              margin-top: 8px; }
            @media screen and (max-width: 1200px) {
              .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h4.date .m-date__separator {
                display: inline-block;
                position: relative;
                top: 8px;
                padding: 0px 7px; } }
            @media screen and (max-width: 700px) {
              .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h4.date .m-date__separator {
                font-size: 25px;
                top: 3px;
                padding-top: 5px; } }
            @media screen and (max-width: 1200px) {
              .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h4.date .m-date__day {
                position: relative;
                top: 3px;
                font-size: 29px; } }
            @media screen and (max-width: 700px) {
              .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h4.date .m-date__day {
                font-size: 25px;
                top: 4px; } }
            .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h4.date .m-date__singleDate {
              height: 58px;
              display: inline-block; }
              @media screen and (max-width: 1200px) {
                .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h4.date .m-date__singleDate {
                  padding-top: 9px; } }
              @media screen and (max-width: 700px) {
                .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h4.date .m-date__singleDate {
                  height: 58px;
                  display: inline-block;
                  padding-top: 14px; } }
          .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h3, .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc .search-app .showtime-search-instant-result-header, .search-app .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc .showtime-search-instant-result-header {
            display: inline-block;
            margin-bottom: 10px; }
            @media screen and (max-width: 1200px) {
              .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h3, .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc .search-app .showtime-search-instant-result-header, .search-app .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc .showtime-search-instant-result-header {
                margin-bottom: 0px;
                margin-top: 6px; } }
            @media screen and (max-width: 700px) {
              .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h3, .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc .search-app .showtime-search-instant-result-header, .search-app .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc .showtime-search-instant-result-header {
                margin-top: 4px;
                margin-bottom: -13px; } }
            .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h3 .hoverline, .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc .search-app .showtime-search-instant-result-header .hoverline, .search-app .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc .showtime-search-instant-result-header .hoverline {
              background-image: linear-gradient(to right, white 0%, white 100%);
              background-size: 0px 3px;
              background-position: 0px 95%;
              background-repeat: no-repeat;
              transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
              padding: 0.1% 0px; }
            .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h3:hover .hoverline, .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc .search-app .showtime-search-instant-result-header:hover .hoverline, .search-app .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc .showtime-search-instant-result-header:hover .hoverline {
              background-size: 100% 3px; }
            .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h3 a, .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc .search-app .showtime-search-instant-result-header a, .search-app .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc .showtime-search-instant-result-header a {
              font-family: "Red Hat Display", sans-serif;
              font-weight: 700;
              font-size: 61px;
              color: #ffffff;
              letter-spacing: 0.3px;
              line-height: 64px;
              display: inline; }
              @media screen and (max-width: 1200px) {
                .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h3 a, .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc .search-app .showtime-search-instant-result-header a, .search-app .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc .showtime-search-instant-result-header a {
                  font-size: 39px;
                  font-size: 45px; } }
              @media screen and (max-width: 700px) {
                .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc h3 a, .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc .search-app .showtime-search-instant-result-header a, .search-app .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc .showtime-search-instant-result-header a {
                  font-size: 31px;
                  line-height: 38px; } }
          .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc .caption_body {
            font-family: "Ibarra Real Nova", serif;
            font-weight: 400;
            font-size: 24px;
            color: #ffffff;
            letter-spacing: 0.3px;
            line-height: 38px; }
            @media screen and (max-width: 1200px) {
              .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc .caption_body {
                font-size: 18px; } }
          .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc .venue {
            font-family: "Red Hat Display", sans-serif;
            font-weight: 400;
            font-size: 16px;
            color: #ffffff;
            letter-spacing: 0.3px;
            line-height: 17px;
            margin-bottom: 18px; }
            @media screen and (max-width: 1200px) {
              .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .desc .venue {
                font-size: 13px;
                margin-bottom: 2px; } }
        .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .buttons {
          position: absolute;
          right: 20px;
          top: 0px;
          height: 100%;
          width: 170px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .buttons a.more {
            margin-top: 30px; }
          @media screen and (max-width: 700px) {
            .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .buttons {
              position: relative;
              width: 100%;
              display: block;
              text-align: center;
              min-height: 28px;
              margin-top: 15px;
              right: 0px; } }
          .home-branding .home-slideshow .rsDefault .rsGCaption .rsABlock .buttons.noneventslide a.more {
            display: inline-block !important;
            margin-top: 0px; }

#pages.event-calendar .full {
  max-width: 1200px; }

.calendar-new {
  position: relative;
  margin: auto;
  max-width: 1200px;
  padding: 0 20px 100px; }
  .calendar-new .tl-header {
    background-image: linear-gradient(202deg, #0D579A 0%, #062742 94%);
    padding: 20px 0 15px;
    max-width: 1200px;
    margin: 0 auto 10px; }
  .calendar-new .month_name {
    color: white;
    text-align: center;
    font: 700 32px/100% "Red Hat Display", 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;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .calendar-new .cal-prev .fa, .calendar-new .cal-next .fa {
      line-height: 30px; }
    .calendar-new .cal-prev:hover, .calendar-new .cal-next:hover {
      color: #F6AE2D; }
  .calendar-new .cal-next {
    right: 0; }
  .calendar-new .cal-prev {
    left: 0; }
  .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: "Ibarra Real Nova", serif;
      font-size: 16px;
      font-weight: 600;
      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, .calendar-new .tl-date .tl-date-inner .event_item .desc .search-app .showtime-search-instant-result-header, .search-app .calendar-new .tl-date .tl-date-inner .event_item .desc .showtime-search-instant-result-header {
          font-size: 16px; }
        .calendar-new .tl-date .tl-date-inner .event_item .desc a {
          font-size: 16px;
          line-height: 1.3em; }
        .calendar-new .tl-date .tl-date-inner .event_item:first-child {
          padding-top: 0px;
          border-top: none;
          margin-top: 0px; }
    @media screen and (max-width: 700px) {
      .calendar-new .tl-date {
        width: 100%;
        height: auto;
        min-height: auto;
        margin-bottom: 5px; }
        .calendar-new .tl-date .tl-date-inner {
          overflow-y: visible;
          max-height: 100%;
          padding-bottom: 10px; }
          .calendar-new .tl-date .tl-date-inner .event_item {
            padding-top: 10px;
            border-top: 1px solid #eee;
            margin-top: 10px;
            padding-bottom: 20px; }
            .calendar-new .tl-date .tl-date-inner .event_item:first-child {
              padding-top: 0px;
              border-top: none;
              margin-top: 0px; }
        .calendar-new .tl-date.empty, .calendar-new .tl-date .month {
          display: none; } }
    .calendar-new .tl-date .cal_events {
      height: 130px;
      overflow-y: auto; }
      .ie10 .calendar-new .tl-date .cal_events, .ie9 .calendar-new .tl-date .cal_events {
        overflow: hidden; }
    .calendar-new .tl-date .day {
      display: none; }
    .calendar-new .tl-date .date {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 38px;
      width: 38px;
      font-weight: 600;
      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: #062742;
      height: 42px;
      color: white;
      font-family: "Ibarra Real Nova", serif;
      font-size: 14px;
      line-height: 42px;
      padding: 0 15px;
      letter-spacing: 0.08em;
      display: none; }
    .calendar-new .tl-date h3, .calendar-new .tl-date .search-app .showtime-search-instant-result-header, .search-app .calendar-new .tl-date .showtime-search-instant-result-header {
      margin-bottom: 5px;
      line-height: 1.1;
      overflow: hidden; }
      .calendar-new .tl-date h3 a, .calendar-new .tl-date .search-app .showtime-search-instant-result-header a, .search-app .calendar-new .tl-date .showtime-search-instant-result-header a {
        font-size: 22px;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        color: #062742; }
        .calendar-new .tl-date h3 a:hover, .calendar-new .tl-date .search-app .showtime-search-instant-result-header a:hover, .search-app .calendar-new .tl-date .showtime-search-instant-result-header a:hover {
          color: #0D579A; }
    .calendar-new .tl-date h4 {
      font-weight: 300;
      font-size: 14px;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      color: #062742; }
    .calendar-new .tl-date .time {
      color: #062742;
      font-size: 12px;
      font-weight: 300;
      z-index: 10;
      letter-spacing: 0.04em; }
    .calendar-new .tl-date.hasEvent .date {
      color: #062742;
      background: #F6AE2D; }
    @media screen and (max-width: 700px) {
      .calendar-new .tl-date.hasEvent .date .weekday {
        display: inline; } }
  .calendar-new .additional_events .tl-date[data-weekday="0"] {
    clear: left; }
  .calendar-new .tooltip_content,
  .calendar-new .modal_content {
    display: none; }

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

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

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

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

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

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

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

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

/* ----------------------------------------------------------------------------
= Spotlight list style
----------------------------------------------------------------------------- */
.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: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #062742; }
    .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: 280px;
    margin: 0 40px 0px 0;
    float: left;
    position: relative;
    z-index: 2; }
    .spotlight .thumb:before,
    .concierge .thumb:before,
    .news_list .thumb:before,
    .contest_list .thumb:before,
    .job_list .thumb:before,
    .seating_charts .thumb:before,
    .offer_list .thumb:before {
      content: '';
      position: absolute;
      background-image: linear-gradient(180deg, #062742 0%, #0D579A 100%);
      height: calc(100% + 20px);
      width: 50%;
      left: -10px;
      top: -10px;
      -webkit-transition: all 300ms linear;
      -moz-transition: all 300ms linear;
      -o-transition: all 300ms linear;
      transition: all 300ms linear;
      opacity: 1;
      z-index: -1; }
    .spotlight .thumb:after,
    .concierge .thumb:after,
    .news_list .thumb:after,
    .contest_list .thumb:after,
    .job_list .thumb:after,
    .seating_charts .thumb:after,
    .offer_list .thumb:after {
      content: '';
      position: absolute;
      background: #0D579A;
      height: calc(100% + 20px);
      width: 50%;
      left: -10px;
      top: -10px;
      -webkit-transition: all 300ms linear;
      -moz-transition: all 300ms linear;
      -o-transition: all 300ms linear;
      transition: all 300ms linear;
      z-index: -2; }
    .spotlight .thumb.has-link:hover:before,
    .concierge .thumb.has-link:hover:before,
    .news_list .thumb.has-link:hover:before,
    .contest_list .thumb.has-link:hover:before,
    .job_list .thumb.has-link:hover:before,
    .seating_charts .thumb.has-link:hover:before,
    .offer_list .thumb.has-link:hover:before {
      opacity: 0;
      width: calc(100% + 20px); }
    .spotlight .thumb.has-link:hover:after,
    .concierge .thumb.has-link:hover:after,
    .news_list .thumb.has-link:hover:after,
    .contest_list .thumb.has-link:hover:after,
    .job_list .thumb.has-link:hover:after,
    .seating_charts .thumb.has-link:hover:after,
    .offer_list .thumb.has-link:hover:after {
      width: calc(100% + 20px); }
    .spotlight .thumb.default,
    .concierge .thumb.default,
    .news_list .thumb.default,
    .contest_list .thumb.default,
    .job_list .thumb.default,
    .seating_charts .thumb.default,
    .offer_list .thumb.default {
      display: none; }
    .spotlight .thumb a,
    .concierge .thumb a,
    .news_list .thumb a,
    .contest_list .thumb a,
    .job_list .thumb a,
    .seating_charts .thumb a,
    .offer_list .thumb a {
      display: block;
      opacity: 1;
      box-shadow: 3px 5px 15px -3px rgba(0, 0, 0, 0.4); }
    .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 10px 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 0px 20px;
        padding: 0px 10px;
        float: none;
        text-align: left; }
        .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:not(.default) + .info,
  .concierge .thumb:not(.default) + .info,
  .news_list .thumb:not(.default) + .info,
  .contest_list .thumb:not(.default) + .info,
  .job_list .thumb:not(.default) + .info,
  .seating_charts .thumb:not(.default) + .info,
  .offer_list .thumb:not(.default) + .info {
    width: calc(100% - (280px + 40px)); }
    @media screen and (max-width: 700px) {
      .spotlight .thumb:not(.default) + .info,
      .concierge .thumb:not(.default) + .info,
      .news_list .thumb:not(.default) + .info,
      .contest_list .thumb:not(.default) + .info,
      .job_list .thumb:not(.default) + .info,
      .seating_charts .thumb:not(.default) + .info,
      .offer_list .thumb:not(.default) + .info {
        width: 100%; } }
  .spotlight .title .hoverline,
  .concierge .title .hoverline,
  .news_list .title .hoverline,
  .contest_list .title .hoverline,
  .job_list .title .hoverline,
  .seating_charts .title .hoverline,
  .offer_list .title .hoverline {
    background-image: linear-gradient(to right, #0d579a 0%, #0d579a 100%);
    background-size: 0px 2px;
    background-position: 0px 95%;
    background-repeat: no-repeat;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    padding: 0.1% 0px; }
  .spotlight .title:hover .hoverline,
  .concierge .title:hover .hoverline,
  .news_list .title:hover .hoverline,
  .contest_list .title:hover .hoverline,
  .job_list .title:hover .hoverline,
  .seating_charts .title:hover .hoverline,
  .offer_list .title:hover .hoverline {
    background-size: 100% 2px; }
  .spotlight .title a,
  .concierge .title a,
  .news_list .title a,
  .contest_list .title a,
  .job_list .title a,
  .seating_charts .title a,
  .offer_list .title a {
    color: #062742;
    display: inline; }
    .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: #0D579A; }
  .spotlight .spotlight_content > div,
  .concierge .spotlight_content > div,
  .news_list .spotlight_content > div,
  .contest_list .spotlight_content > div,
  .job_list .spotlight_content > div,
  .seating_charts .spotlight_content > div,
  .offer_list .spotlight_content > div {
    margin: 0 0 20px; }
  .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 10px 20px;
      float: none;
      text-align: left; }
      .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: 100%;
    margin: 0 auto 40px;
    border-top: none; }
    .spotlight[data-layout="square"]:before, .spotlight[data-layout="square"]:after,
    .concierge[data-layout="square"]:before,
    .concierge[data-layout="square"]:after,
    .news_list[data-layout="square"]:before,
    .news_list[data-layout="square"]:after,
    .contest_list[data-layout="square"]:before,
    .contest_list[data-layout="square"]:after,
    .job_list[data-layout="square"]:before,
    .job_list[data-layout="square"]:after,
    .seating_charts[data-layout="square"]:before,
    .seating_charts[data-layout="square"]:after,
    .offer_list[data-layout="square"]:before,
    .offer_list[data-layout="square"]:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\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; }
    .spotlight[data-layout="square"] h3, .spotlight[data-layout="square"] .search-app .showtime-search-instant-result-header, .search-app .spotlight[data-layout="square"] .showtime-search-instant-result-header, .spotlight[data-layout="square"] .spotlight_content,
    .concierge[data-layout="square"] h3,
    .concierge[data-layout="square"] .search-app .showtime-search-instant-result-header,
    .search-app .concierge[data-layout="square"] .showtime-search-instant-result-header,
    .concierge[data-layout="square"] .spotlight_content,
    .news_list[data-layout="square"] h3,
    .news_list[data-layout="square"] .search-app .showtime-search-instant-result-header,
    .search-app .news_list[data-layout="square"] .showtime-search-instant-result-header,
    .news_list[data-layout="square"] .spotlight_content,
    .contest_list[data-layout="square"] h3,
    .contest_list[data-layout="square"] .search-app .showtime-search-instant-result-header,
    .search-app .contest_list[data-layout="square"] .showtime-search-instant-result-header,
    .contest_list[data-layout="square"] .spotlight_content,
    .job_list[data-layout="square"] h3,
    .job_list[data-layout="square"] .search-app .showtime-search-instant-result-header,
    .search-app .job_list[data-layout="square"] .showtime-search-instant-result-header,
    .job_list[data-layout="square"] .spotlight_content,
    .seating_charts[data-layout="square"] h3,
    .seating_charts[data-layout="square"] .search-app .showtime-search-instant-result-header,
    .search-app .seating_charts[data-layout="square"] .showtime-search-instant-result-header,
    .seating_charts[data-layout="square"] .spotlight_content,
    .offer_list[data-layout="square"] h3,
    .offer_list[data-layout="square"] .search-app .showtime-search-instant-result-header,
    .search-app .offer_list[data-layout="square"] .showtime-search-instant-result-header,
    .offer_list[data-layout="square"] .spotlight_content {
      width: 100%;
      text-align: left; }
    @media screen and (min-width: 501px) {
      .spotlight[data-layout="square"],
      .concierge[data-layout="square"],
      .news_list[data-layout="square"],
      .contest_list[data-layout="square"],
      .job_list[data-layout="square"],
      .seating_charts[data-layout="square"],
      .offer_list[data-layout="square"] {
        display: flex;
        justify-content: flex-start;
        align-content: stretch;
        align-items: stretch;
        flex-wrap: wrap; }
        .spotlight[data-layout="square"] .entry,
        .concierge[data-layout="square"] .entry,
        .news_list[data-layout="square"] .entry,
        .contest_list[data-layout="square"] .entry,
        .job_list[data-layout="square"] .entry,
        .seating_charts[data-layout="square"] .entry,
        .offer_list[data-layout="square"] .entry {
          float: left;
          padding: 0;
          border: none;
          width: calc((100% - 1 * 30px) / 2);
          margin: 0 30px 80px 0;
          padding-bottom: 40px;
          border-bottom: 1px solid #062742;
          padding-right: 10px;
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start; }
          .spotlight[data-layout="square"] .entry:nth-child(odd),
          .concierge[data-layout="square"] .entry:nth-child(odd),
          .news_list[data-layout="square"] .entry:nth-child(odd),
          .contest_list[data-layout="square"] .entry:nth-child(odd),
          .job_list[data-layout="square"] .entry:nth-child(odd),
          .seating_charts[data-layout="square"] .entry:nth-child(odd),
          .offer_list[data-layout="square"] .entry:nth-child(odd) {
            clear: left; }
          .spotlight[data-layout="square"] .entry:nth-child(2n),
          .concierge[data-layout="square"] .entry:nth-child(2n),
          .news_list[data-layout="square"] .entry:nth-child(2n),
          .contest_list[data-layout="square"] .entry:nth-child(2n),
          .job_list[data-layout="square"] .entry:nth-child(2n),
          .seating_charts[data-layout="square"] .entry:nth-child(2n),
          .offer_list[data-layout="square"] .entry:nth-child(2n) {
            margin-right: 0; }
          .spotlight[data-layout="square"] .entry .thumb,
          .concierge[data-layout="square"] .entry .thumb,
          .news_list[data-layout="square"] .entry .thumb,
          .contest_list[data-layout="square"] .entry .thumb,
          .job_list[data-layout="square"] .entry .thumb,
          .seating_charts[data-layout="square"] .entry .thumb,
          .offer_list[data-layout="square"] .entry .thumb {
            display: block;
            width: calc(100% - 10px);
            margin-bottom: 20px;
            margin-right: 0; }
          .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: left;
            padding: 0;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            flex-grow: 1; }
            .spotlight[data-layout="square"] .entry .info > *,
            .concierge[data-layout="square"] .entry .info > *,
            .news_list[data-layout="square"] .entry .info > *,
            .contest_list[data-layout="square"] .entry .info > *,
            .job_list[data-layout="square"] .entry .info > *,
            .seating_charts[data-layout="square"] .entry .info > *,
            .offer_list[data-layout="square"] .entry .info > * {
              max-width: 100%; }
          .spotlight[data-layout="square"] .entry.no_content .info .title,
          .concierge[data-layout="square"] .entry.no_content .info .title,
          .news_list[data-layout="square"] .entry.no_content .info .title,
          .contest_list[data-layout="square"] .entry.no_content .info .title,
          .job_list[data-layout="square"] .entry.no_content .info .title,
          .seating_charts[data-layout="square"] .entry.no_content .info .title,
          .offer_list[data-layout="square"] .entry.no_content .info .title {
            flex-grow: 1; }
          .spotlight[data-layout="square"] .entry .title,
          .concierge[data-layout="square"] .entry .title,
          .news_list[data-layout="square"] .entry .title,
          .contest_list[data-layout="square"] .entry .title,
          .job_list[data-layout="square"] .entry .title,
          .seating_charts[data-layout="square"] .entry .title,
          .offer_list[data-layout="square"] .entry .title {
            text-align: left; }
            .spotlight[data-layout="square"] .entry .title:before,
            .concierge[data-layout="square"] .entry .title:before,
            .news_list[data-layout="square"] .entry .title:before,
            .contest_list[data-layout="square"] .entry .title:before,
            .job_list[data-layout="square"] .entry .title:before,
            .seating_charts[data-layout="square"] .entry .title:before,
            .offer_list[data-layout="square"] .entry .title:before {
              display: none; }
          .spotlight[data-layout="square"] .entry a.button,
          .concierge[data-layout="square"] .entry a.button,
          .news_list[data-layout="square"] .entry a.button,
          .contest_list[data-layout="square"] .entry a.button,
          .job_list[data-layout="square"] .entry a.button,
          .seating_charts[data-layout="square"] .entry a.button,
          .offer_list[data-layout="square"] .entry a.button {
            margin-top: auto;
            align-self: start; } }
    @media screen and (min-width: 501px) and (min-width: 871px) {
      .spotlight[data-layout="square"] .entry,
      .concierge[data-layout="square"] .entry,
      .news_list[data-layout="square"] .entry,
      .contest_list[data-layout="square"] .entry,
      .job_list[data-layout="square"] .entry,
      .seating_charts[data-layout="square"] .entry,
      .offer_list[data-layout="square"] .entry {
        width: calc((100% - 2 * 30px) / 3); }
        .spotlight[data-layout="square"] .entry:nth-child(odd),
        .concierge[data-layout="square"] .entry:nth-child(odd),
        .news_list[data-layout="square"] .entry:nth-child(odd),
        .contest_list[data-layout="square"] .entry:nth-child(odd),
        .job_list[data-layout="square"] .entry:nth-child(odd),
        .seating_charts[data-layout="square"] .entry:nth-child(odd),
        .offer_list[data-layout="square"] .entry:nth-child(odd) {
          clear: none; }
        .spotlight[data-layout="square"] .entry:nth-child(2n),
        .concierge[data-layout="square"] .entry:nth-child(2n),
        .news_list[data-layout="square"] .entry:nth-child(2n),
        .contest_list[data-layout="square"] .entry:nth-child(2n),
        .job_list[data-layout="square"] .entry:nth-child(2n),
        .seating_charts[data-layout="square"] .entry:nth-child(2n),
        .offer_list[data-layout="square"] .entry:nth-child(2n) {
          margin-right: 30px; }
        .spotlight[data-layout="square"] .entry:nth-child(3n),
        .concierge[data-layout="square"] .entry:nth-child(3n),
        .news_list[data-layout="square"] .entry:nth-child(3n),
        .contest_list[data-layout="square"] .entry:nth-child(3n),
        .job_list[data-layout="square"] .entry:nth-child(3n),
        .seating_charts[data-layout="square"] .entry:nth-child(3n),
        .offer_list[data-layout="square"] .entry:nth-child(3n) {
          margin-right: 0; }
        .spotlight[data-layout="square"] .entry:nth-child(3n + 1),
        .concierge[data-layout="square"] .entry:nth-child(3n + 1),
        .news_list[data-layout="square"] .entry:nth-child(3n + 1),
        .contest_list[data-layout="square"] .entry:nth-child(3n + 1),
        .job_list[data-layout="square"] .entry:nth-child(3n + 1),
        .seating_charts[data-layout="square"] .entry:nth-child(3n + 1),
        .offer_list[data-layout="square"] .entry:nth-child(3n + 1) {
          clear: left; } }

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

.concierge .entry {
  border-bottom: 1px solid #062742;
  padding-bottom: 40px;
  padding-top: 0; }
.concierge .thumb.has-link:hover:before {
  opacity: 0;
  width: calc(100% + 20px); }
.concierge .thumb.has-link:hover:after {
  width: calc(100% + 20px); }
.concierge .button a:hover, .concierge .button a:focus {
  color: #fff; }

.news_list .entry {
  border-bottom: 1px solid #062742;
  padding-bottom: 40px;
  padding-top: 0; }
.news_list .info .date {
  margin-bottom: 10px;
  position: relative;
  top: 5px;
  z-index: 2;
  padding-left: 40px; }
  .news_list .info .date:before {
    content: '';
    position: absolute;
    background: #F6AE2D;
    height: 3px;
    width: 30px;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  .news_list .info .date .m-date__month,
  .news_list .info .date .m-date__day,
  .news_list .info .date .m-date__separator {
    font-family: "Ibarra Real Nova", serif;
    font-weight: 700;
    color: #0D579A;
    font-size: 20px; }
  .news_list .info .date .m-date__year {
    font-family: "Red Hat Display", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #062742;
    display: none; }
@media screen and (max-width: 870px) {
  .news_list .thumb, .news_list .teaser {
    display: none; }
  .news_list .info, .news_list .thumb:not(.default) + .info {
    width: 100%;
    text-align: left; } }

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

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

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

#overlay_container {
  display: none;
  padding: 100px 0 0; }
  @media screen and (min-width: 701px) {
    #overlay_container {
      max-height: calc(100vh - 20px);
      overflow-x: hidden;
      overflow-y: auto; } }
  #overlay_container .close-overlay {
    position: absolute;
    display: block;
    z-index: 50;
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
    background: url(../images/button_close.png) no-repeat center center;
    cursor: pointer; }
    @media screen and (max-width: 700px) {
      #overlay_container .close-overlay {
        right: 0; } }
  #overlay_container a,
  #overlay_container a:link,
  #overlay_container a:visited {
    position: relative;
    display: block;
    z-index: 10;
    max-width: 1000px;
    height: auto; }
    #overlay_container a 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% "Red Hat Display", sans-serif;
  line-height: 25px;
  cursor: pointer;
  text-align: center; }
  .dontshow-overlay:hover {
    color: #fff;
    background: #0D579A; }

/* ----------------------------------------------------------------------------
= Homepage items and layout
----------------------------------------------------------------------------- */
.home .full {
  max-width: 100%; }
  .home .full .full_column .secondary-events {
    margin-bottom: 50px; }

.link {
  position: relative; }
  .link ul.list {
    padding: 0; }
    @media screen and (max-width: 870px) {
      .link ul.list {
        padding-left: 10px; } }
    .link ul.list li > a, .link ul.list li > span {
      display: block;
      position: relative;
      padding: 30px 0px 15px 50px;
      word-wrap: break-word;
      font-family: "Red Hat Display", sans-serif;
      font-weight: 900;
      font-size: 20px;
      color: #062742;
      letter-spacing: 0.3px;
      line-height: 20px;
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      position: relative;
      /*------------------------------------------------------------
      =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: "";
        width: 40px;
        height: 40px;
        background: #FFCF7C;
        transform: rotate(45deg);
        position: absolute;
        top: 21px;
        left: -11px;
        z-index: -1;
        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; }
      .link ul.list li > a:before, .link ul.list li > span:before {
        content: "";
        position: absolute;
        top: 21px;
        left: -11px;
        z-index: -1;
        width: 40px;
        height: 40px;
        background-image: linear-gradient(45deg, #FFFFFF 0%, #F3F2F2 100%);
        transform: rotate(45deg);
        -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: 42px;
        transform: translateY(-50%);
        left: 0px;
        fill: #062742; }
      .link ul.list li > a .link_icon .internal, .link ul.list li > span .link_icon .internal {
        display: block; }
      .link ul.list li > a .link_icon .external, .link ul.list li > span .link_icon .external {
        display: none; }
      .link ul.list li > a[target="_blank"] .link_icon .internal, .link ul.list li > span[target="_blank"] .link_icon .internal {
        display: none; }
      .link ul.list li > a[target="_blank"] .link_icon .external, .link ul.list li > span[target="_blank"] .link_icon .external {
        display: block; }
      .link ul.list li > a[href*="twitter"] svg, .link ul.list li > a[href*="facebook"] svg, .link ul.list li > a[href*="instagram"] svg, .link ul.list li > a[href*="pinterest"] svg, .link ul.list li > a[href*="youtube"] svg, .link ul.list li > a[href*="youtu.be"] svg, .link ul.list li > a[href*="snapchat"] svg, .link ul.list li > span[href*="twitter"] svg, .link ul.list li > span[href*="facebook"] svg, .link ul.list li > span[href*="instagram"] svg, .link ul.list li > span[href*="pinterest"] svg, .link ul.list li > span[href*="youtube"] svg, .link ul.list li > span[href*="youtu.be"] svg, .link ul.list li > span[href*="snapchat"] svg {
        display: none; }
      .link ul.list li > a[href*="twitter"] span:before, .link ul.list li > a[href*="facebook"] span:before, .link ul.list li > a[href*="instagram"] span:before, .link ul.list li > a[href*="pinterest"] span:before, .link ul.list li > a[href*="youtube"] span:before, .link ul.list li > a[href*="youtu.be"] span:before, .link ul.list li > a[href*="snapchat"] span:before, .link ul.list li > span[href*="twitter"] span:before, .link ul.list li > span[href*="facebook"] span:before, .link ul.list li > span[href*="instagram"] span:before, .link ul.list li > span[href*="pinterest"] span:before, .link ul.list li > span[href*="youtube"] span:before, .link ul.list li > span[href*="youtu.be"] span:before, .link ul.list li > span[href*="snapchat"] span:before {
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        position: absolute;
        top: 32px;
        left: 0px;
        display: inline-block;
        background: none;
        padding: 0;
        font-family: FontAwesome;
        font-size: 25px;
        font-weight: normal;
        font-style: normal;
        color: #062742;
        text-decoration: inherit; }
      .link ul.list li > a[href*="twitter"]:hover span:before, .link ul.list li > a[href*="facebook"]:hover span:before, .link ul.list li > a[href*="instagram"]:hover span:before, .link ul.list li > a[href*="pinterest"]:hover span:before, .link ul.list li > a[href*="youtube"]:hover span:before, .link ul.list li > a[href*="youtu.be"]:hover span:before, .link ul.list li > a[href*="snapchat"]:hover span:before, .link ul.list li > span[href*="twitter"]:hover span:before, .link ul.list li > span[href*="facebook"]:hover span:before, .link ul.list li > span[href*="instagram"]:hover span:before, .link ul.list li > span[href*="pinterest"]:hover span:before, .link ul.list li > span[href*="youtube"]:hover span:before, .link ul.list li > span[href*="youtu.be"]:hover span:before, .link ul.list li > span[href*="snapchat"]:hover span:before {
        color: #062742; }
      .link ul.list li > a[href*="twitter"] span:before, .link ul.list li > span[href*="twitter"] span:before {
        content: "\f099"; }
      .link ul.list li > a[href*="facebook"] span:before, .link ul.list li > span[href*="facebook"] span:before {
        content: "\f09a"; }
      .link ul.list li > a[href*="instagram"] span:before, .link ul.list li > span[href*="instagram"] span:before {
        content: "\f16d"; }
      .link ul.list li > a[href*="pinterest"] span:before, .link ul.list li > span[href*="pinterest"] span:before {
        content: "\f0d2"; }
      .link ul.list li > a[href*="youtube"] span:before, .link ul.list li > a[href*="youtu.be"] span:before, .link ul.list li > span[href*="youtube"] span:before, .link ul.list li > span[href*="youtu.be"] span:before {
        content: "\f16a"; }
      .link ul.list li > a[href*="snapchat"] span:before, .link ul.list li > span[href*="snapchat"] span:before {
        content: "\f2ac"; }
    .link ul.list li > a:hover {
      color: #0D579A; }
      .link ul.list li > a:hover svg {
        fill: #0D579A; }
      .link ul.list li > a:hover:after {
        opacity: 1; }
    .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, .link ul.list .description div, .link ul.list .description a {
        font-family: "Ibarra Real Nova", serif;
        font-weight: 400;
        font-size: 18px;
        color: #062742;
        letter-spacing: 0.3px;
        line-height: 26px; }
      .link ul.list .description ul li:before {
        top: 20px; }
      .link ul.list .description ol li:before {
        top: 5px; }
      .link ul.list .description a {
        color: #062742;
        text-decoration: underline;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear; }
        .link ul.list .description a:hover {
          color: #0D579A; }
      .link ul.list .description p {
        margin-bottom: 20px; }

/* ----------------------------------------------------------------------------
= FAQ Accordion
----------------------------------------------------------------------------- */
.faq {
  position: relative;
  padding: 0px; }
  .faq .faq_item_wrapper {
    border: 1px solid white;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .faq .faq_item_wrapper.is-opened {
      border-color: #062742; }
  .faq .faq_question {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0px;
    cursor: pointer;
    background-image: linear-gradient(206deg, #062742 5%, #0D579A 100%);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
    .faq .faq_question > a {
      text-decoration: none !important; }
    .faq .faq_question:before, .faq .faq_question:after {
      content: " ";
      position: absolute;
      top: 30px;
      top: calc(50% - 8px);
      left: 18px;
      z-index: 61;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      pointer-events: none;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }
    .faq .faq_question:before {
      width: 13px;
      height: 16px;
      background: url("../images/svg/faq_arrow.svg") no-repeat;
      background-size: contain;
      background-position: center center;
      z-index: 99; }
    .faq .faq_question:after {
      content: " ";
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      background: #062742;
      z-index: 10;
      -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_question p {
      margin: 0;
      padding: 17px 10px 17px 48px;
      font-family: "Red Hat Display", sans-serif;
      font-weight: 700;
      font-size: 25px;
      color: #FFFFFF;
      letter-spacing: 0.3px;
      line-height: 26px;
      z-index: 60;
      position: relative;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }
      .faq .faq_question p:after {
        content: " ";
        position: absolute;
        width: 100px;
        height: 100px;
        top: 50%;
        left: -43px;
        transform: translateY(-50%) rotate(45deg);
        background: #0D579A;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        opacity: 0;
        z-index: -1; }
      .faq .faq_question p:before {
        z-index: -1;
        content: " ";
        position: absolute;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        width: 100px;
        height: 100px;
        top: 50%;
        left: -43px;
        transform: translateY(-50%) rotate(45deg);
        background-image: linear-gradient(-430deg, #062742 0%, #0D579A 100%); }
    .faq .faq_question:hover:after {
      opacity: 0; }
    .faq .faq_question:hover p:after {
      opacity: 1;
      left: -30px; }
    .faq .faq_question:hover p:before {
      left: -30px;
      opacity: 0; }
    .faq .faq_question.active p, .faq .faq_question.open p {
      color: #062742; }
      .faq .faq_question.active p:after, .faq .faq_question.open p:after {
        opacity: 0 !important; }
      .faq .faq_question.active p:before, .faq .faq_question.open p:before {
        opacity: 0; }
    .faq .faq_question.active:before, .faq .faq_question.open:before {
      transform: rotate(90deg);
      background: url("../images/svg/faq_arrow_hover.svg") no-repeat;
      background-size: contain;
      background-position: center center; }
    .faq .faq_question.active:after, .faq .faq_question.open:after {
      background: white;
      opacity: 1 !important; }
    .faq .faq_question.active:hover p, .faq .faq_question.open:hover p {
      color: #0D579A;
      background: transparent; }
  .faq .faq_answer {
    display: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px 15px 15px 48px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
    .faq .faq_answer p {
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      font-size: 22px; }
    .faq .faq_answer ul li, .faq .faq_answer ol li {
      font-size: 22px; }
    .faq .faq_answer img {
      max-width: 100%; }

/* ----------------------------------------------------------------------------
= Seating Charts Page styles - Listing page
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=Venue Pages
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Map styles
----------------------------------------------------------------------------- */
.map_contain iframe {
  width: 100%;
  height: calc(100vw*(525/1425)); }

.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: #062742;
    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: "Red Hat Display", sans-serif;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase; }
    .map_control button.active {
      outline: none;
      background: #062742; }
      .map_control button.active:hover {
        color: white;
        outline: none; }
    .map_control button:hover {
      color: #062742;
      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: 5px 0 15px;
  padding: 0;
  color: #666;
  font: 400 14px/40px "Red Hat Display", sans-serif;
  letter-spacing: 0.06em; }
  .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: 13px 0 0 0;
    font-weight: 500;
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    color: #062742; }
  .paging .pages {
    zoom: 1;
    float: right;
    width: auto;
    margin: 0 -36px 0 0;
    text-align: center;
    padding-top: 13px; }
    .paging .pages:before, .paging .pages:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .paging .pages:after {
      clear: both; }
    .paging .pages strong,
    .paging .pages a,
    .paging .pages a:link,
    .paging .pages a:visited {
      line-height: 40px;
      position: relative;
      float: left;
      width: 38px;
      height: 38px;
      margin: 0;
      padding: 0;
      color: #062742;
      font-weight: 500;
      font-family: "Red Hat Display", sans-serif;
      font-size: 16px;
      text-decoration: none; }
      .paging .pages strong:hover,
      .paging .pages a:hover,
      .paging .pages a:link:hover,
      .paging .pages a:visited:hover {
        color: #0D579A;
        text-decoration: underline; }
      .paging .pages strong.last, .paging .pages strong.first,
      .paging .pages a.last,
      .paging .pages a.first,
      .paging .pages a:link.last,
      .paging .pages a:link.first,
      .paging .pages a:visited.last,
      .paging .pages a:visited.first {
        display: none; }
      .paging .pages strong.prev:after, .paging .pages strong.next:after,
      .paging .pages a.prev:after,
      .paging .pages a.next:after,
      .paging .pages a:link.prev:after,
      .paging .pages a:link.next:after,
      .paging .pages a:visited.prev:after,
      .paging .pages a:visited.next:after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background: #0D579A;
        height: 1px;
        width: 8px;
        opacity: 0;
        bottom: 10px; }
      .paging .pages strong.prev:hover:after, .paging .pages strong.next:hover:after,
      .paging .pages a.prev:hover:after,
      .paging .pages a.next:hover:after,
      .paging .pages a:link.prev:hover:after,
      .paging .pages a:link.next:hover:after,
      .paging .pages a:visited.prev:hover:after,
      .paging .pages a:visited.next:hover:after {
        opacity: 1; }
      .paging .pages strong.prev,
      .paging .pages a.prev,
      .paging .pages a:link.prev,
      .paging .pages a:visited.prev {
        font-size: 0; }
        .paging .pages strong.prev:before,
        .paging .pages a.prev:before,
        .paging .pages a:link.prev:before,
        .paging .pages a:visited.prev:before {
          content: '';
          display: block;
          width: 9px;
          height: 17px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-image: url("../images/caret_left.png");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }
        .paging .pages strong.prev:hover:before, .paging .pages strong.prev:focus:before,
        .paging .pages a.prev:hover:before,
        .paging .pages a.prev:focus:before,
        .paging .pages a:link.prev:hover:before,
        .paging .pages a:link.prev:focus:before,
        .paging .pages a:visited.prev:hover:before,
        .paging .pages a:visited.prev:focus:before {
          background-image: url("../images/caret_left_hover.png"); }
      .paging .pages strong.next,
      .paging .pages a.next,
      .paging .pages a:link.next,
      .paging .pages a:visited.next {
        font-size: 0;
        position: relative; }
        .paging .pages strong.next:before,
        .paging .pages a.next:before,
        .paging .pages a:link.next:before,
        .paging .pages a:visited.next:before {
          content: '';
          display: block;
          width: 9px;
          height: 17px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-image: url("../images/caret_right.png");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }
        .paging .pages strong.next:hover:before, .paging .pages strong.next:focus:before,
        .paging .pages a.next:hover:before,
        .paging .pages a.next:focus:before,
        .paging .pages a:link.next:hover:before,
        .paging .pages a:link.next:focus:before,
        .paging .pages a:visited.next:hover:before,
        .paging .pages a:visited.next:focus:before {
          background-image: url("../images/caret_right_hover.png"); }
    .paging .pages strong {
      font-weight: 900;
      color: #062742; }
      .paging .pages strong:hover {
        text-decoration: none;
        color: #062742; }

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

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
.news_listing_page .news_list .entry + .paging {
  margin-top: -48px; }

/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_detail {
  max-width: 100%;
  width: 100%; }
  .news_detail .news_thumb {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    max-width: 50%; }

#news.detail #branding {
  margin-bottom: 0px; }

@media screen and (max-width: 700px) {
  #news.detail .page_title {
    padding: 0 20px; } }
#news.detail .page_title .date {
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 10px; }
  #news.detail .page_title .date .m-date__singleDate {
    position: relative; }
    #news.detail .page_title .date .m-date__singleDate:before {
      content: '';
      position: absolute;
      background: #F6AE2D;
      height: 3px;
      width: 39px;
      left: -48px;
      top: 50%;
      transform: translateY(-50%); }
  #news.detail .page_title .date .m-date__month,
  #news.detail .page_title .date .m-date__day,
  #news.detail .page_title .date .m-date__separator {
    font-family: "Ibarra Real Nova", serif;
    font-weight: 700;
    color: #fff;
    font-size: 20px; }
  #news.detail .page_title .date .m-date__month {
    font-size: 16px;
    font-weight: 700;
    font-family: "Red Hat Display", sans-serif; }
  #news.detail .page_title .date .m-date__year {
    font-family: "Red Hat Display", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #062742;
    display: none; }
  #news.detail .page_title .date .m-date__day {
    margin-left: 6px;
    font-size: 29px;
    position: relative;
    top: 4px; }

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
.event_listing_page.full {
  max-width: 1280px; }

#events .page_title {
  padding-bottom: 0; }
  #events .page_title:after {
    bottom: auto;
    top: 45px; }
  @media screen and (max-width: 870px) {
    #events .page_title .breadcrumbs {
      text-align: center; } }

.event_list_header {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 40px 20px 0;
  background: transparent;
  height: 250px;
  color: #062742; }
  @media screen and (max-width: 700px) {
    .event_list_header {
      padding-top: 30px; } }
  @media screen and (max-width: 340px) {
    .event_list_header {
      padding-top: 10px; } }
  .event_list_header .overview {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    margin: 0 auto; }
  .event_list_header .breadcrumbs {
    padding-top: 0;
    margin-bottom: 10px;
    text-align: left; }
  .event_list_header h1,
  .event_list_header .h1 {
    width: calc(100% - 200px);
    margin: 0;
    color: #fff;
    font-size: 61px; }
    @media screen and (max-width: 1200px) {
      .event_list_header h1,
      .event_list_header .h1 {
        width: 70%; } }
    @media screen and (max-width: 870px) {
      .event_list_header h1,
      .event_list_header .h1 {
        width: 100%;
        text-align: center; } }
    @media screen and (max-width: 700px) {
      .event_list_header h1,
      .event_list_header .h1 {
        font-size: 31px; } }

.event_list_toggles {
  display: flex;
  align-self: center;
  align-items: center;
  align-content: center;
  width: 90px;
  justify-content: flex-end;
  margin-left: auto; }
  @media screen and (max-width: 870px) {
    .event_list_toggles {
      margin: 0; } }
  @media screen and (max-width: 870px) {
    .event_list_toggles {
      display: none; } }
  .event_list_toggles .toggle {
    margin-left: 30px;
    color: #666666;
    display: flex;
    flex-flow: row nowrap;
    align-items: center; }
    .event_list_toggles .toggle:hover {
      cursor: pointer; }
      .event_list_toggles .toggle:hover span:after {
        width: 100%; }
    .event_list_toggles .toggle.calendar {
      display: none; }
    .event_list_toggles .toggle.is-active span:after {
      width: 100%; }
  .event_list_toggles span {
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 900;
    font-family: "Red Hat Display", sans-serif;
    color: #fff;
    order: 1;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    margin-right: 10px;
    position: relative; }
    .event_list_toggles span:after {
      content: '';
      position: absolute;
      bottom: -3px;
      width: 0;
      height: 3px;
      background: #F6AE2D;
      left: 0;
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear; }
  .event_list_toggles svg {
    order: 2; }

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

.event_list {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  padding: 0; }
  .event_list .list {
    zoom: 1;
    max-width: 100%;
    padding-left: 10px; }
    .event_list .list:before, .event_list .list:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .event_list .list:after {
      clear: both; }
    @media screen and (min-width: 871px) {
      .event_list .list {
        width: 100%;
        width: 990px;
        margin: 0 auto; } }
    @media screen and (max-width: 700px) {
      .event_list .list {
        padding-left: 0; } }
  .event_list .eventItem {
    display: flex;
    position: relative;
    margin-bottom: 40px;
    min-height: 184px;
    text-align: left;
    z-index: 2;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    transition-property: top, opacity;
    opacity: 0;
    top: 25px;
    padding-bottom: 10px; }
    .event_list .eventItem.animate {
      opacity: 1;
      top: 0; }
    .event_list .eventItem:before {
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear;
      content: '';
      visibility: visible;
      position: absolute;
      bottom: 0;
      right: 0;
      background: #fff;
      width: calc(100% - 10px);
      height: calc(100% + 10px);
      box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.2); }
      @media screen and (max-width: 700px) {
        .event_list .eventItem:before {
          bottom: 0;
          width: 100%;
          height: 100%;
          box-shadow: none; } }
    .event_list .eventItem:hover:before {
      box-shadow: 1px 2px 10px -4px rgba(0, 0, 0, 0.3); }
    .event_list .eventItem .thumb {
      position: relative;
      z-index: 2;
      flex-grow: 0;
      flex-shrink: 0;
      width: 280px;
      align-self: flex-end;
      margin-top: 55px; }
      .event_list .eventItem .thumb .date {
        display: none; }
      .event_list .eventItem .thumb a {
        display: block;
        box-shadow: 3px 5px 15px -3px rgba(0, 0, 0, 0.4);
        position: relative; }
        .event_list .eventItem .thumb a:after {
          content: '';
          position: absolute;
          height: 100%;
          width: 100%;
          top: 0;
          left: 0;
          opacity: 0;
          visibility: hidden;
          background-image: radial-gradient(50% 150%, rgba(6, 39, 66, 0) 50%, rgba(6, 39, 66, 0.6) 100%);
          -webkit-transition: all 200ms linear;
          -moz-transition: all 200ms linear;
          -o-transition: all 200ms linear;
          transition: all 200ms linear; }
        .event_list .eventItem .thumb a:hover:after {
          opacity: 1;
          visibility: visible; }
      .event_list .eventItem .thumb:before {
        content: '';
        position: absolute;
        background-image: linear-gradient(180deg, #062742 0%, #0d579a 100%);
        height: calc(100% + 20px);
        width: 50%;
        left: -10px;
        top: -10px;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
        opacity: 1;
        z-index: -1; }
      .event_list .eventItem .thumb:after {
        content: '';
        position: absolute;
        background: #0d579a;
        height: calc(100% + 20px);
        width: 50%;
        left: -10px;
        top: -10px;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
        z-index: -2; }
      @media screen and (max-width: 870px) {
        .event_list .eventItem .thumb {
          width: 200px; } }
      .event_list .eventItem .thumb img {
        width: 100%;
        display: block;
        height: auto;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear; }
      .event_list .eventItem .thumb a {
        display: block;
        background: #062742; }
      .event_list .eventItem .thumb:hover:before {
        opacity: 0;
        width: calc(100% + 20px); }
      .event_list .eventItem .thumb:hover:after {
        width: calc(100% + 20px); }
    .event_list .eventItem .date {
      margin-bottom: 18px;
      position: absolute;
      left: -241px;
      top: 5px;
      z-index: 2; }
      .event_list .eventItem .date:before {
        content: '';
        position: absolute;
        background: #F6AE2D;
        height: 3px;
        width: 30px;
        left: -39px;
        top: 50%;
        transform: translateY(-50%); }
      @media screen and (max-width: 870px) {
        .event_list .eventItem .date {
          left: -163px; } }
      .event_list .eventItem .date .m-date__month,
      .event_list .eventItem .date .m-date__day,
      .event_list .eventItem .date .m-date__separator {
        font-family: "Ibarra Real Nova", serif;
        font-weight: 700;
        color: #0D579A;
        font-size: 20px; }
      .event_list .eventItem .date .m-date__year {
        font-family: "Red Hat Display", sans-serif;
        font-size: 20px;
        font-weight: 300;
        color: #062742;
        display: none; }
    .event_list .eventItem .info {
      position: relative;
      flex-grow: 1;
      flex-shrink: 1;
      padding: 30px 20px 60px 30px;
      z-index: 2; }
      @media screen and (max-width: 870px) {
        .event_list .eventItem .info {
          padding: 30px 20px 60px 30px; } }
      .event_list .eventItem .info .item-background {
        position: absolute;
        bottom: -10px;
        right: 0;
        overflow: hidden;
        width: 100%;
        height: 100%;
        z-index: 1; }
        .event_list .eventItem .info .item-background:after {
          content: '';
          position: absolute;
          right: 0;
          bottom: 0;
          height: 180px;
          width: 390px;
          background: url("../images/svg/event-item-bkgd.svg");
          background-repeat: no-repeat; }
      .event_list .eventItem .info .meta {
        display: none; }
      .event_list .eventItem .info .location {
        font-family: "Red Hat Display", sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #062742;
        letter-spacing: 0.3px;
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
        position: relative;
        z-index: 2;
        font-weight: 500; }
        @media screen and (max-width: 870px) {
          .event_list .eventItem .info .location {
            font-size: 13px;
            margin-bottom: 0px; } }
      .event_list .eventItem .info .title {
        font-size: 31px;
        margin-top: 20px;
        margin-bottom: 8px;
        margin-top: 0;
        font-family: "Red Hat Display", sans-serif;
        line-height: 1.065;
        position: relative;
        z-index: 2; }
        @media screen and (max-width: 870px) {
          .event_list .eventItem .info .title {
            font-size: 25px;
            margin-top: 10px; } }
        .event_list .eventItem .info .title a {
          background-image: linear-gradient(#0D579A, #0D579A);
          background-position: -1px 100%;
          background-repeat: no-repeat;
          background-size: 0% 3px;
          padding: 0 1px;
          margin: 0 0 0 -1px;
          -webkit-transition: all 300ms linear;
          -moz-transition: all 300ms linear;
          -o-transition: all 300ms linear;
          transition: all 300ms linear;
          line-height: 1.2;
          color: #062742; }
          .event_list .eventItem .info .title a:hover {
            color: #0D579A;
            background-size: 100% 3px; }
      .event_list .eventItem .info .tagline {
        font-size: 20px;
        margin: 0;
        letter-spacing: 0.3px;
        font-family: "Ibarra Real Nova", serif;
        font-weight: 400;
        position: relative;
        z-index: 2; }
        @media screen and (max-width: 870px) {
          .event_list .eventItem .info .tagline {
            font-size: 16px; } }
    .event_list .eventItem .buttons {
      position: absolute;
      padding: 0 10px 0px 30px;
      width: 100%;
      bottom: 0;
      right: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      min-height: 53px;
      z-index: 5; }
      .event_list .eventItem .buttons .more,
      .event_list .eventItem .buttons .More {
        order: 1; }
        @media screen and (max-width: 700px) {
          .event_list .eventItem .buttons .more,
          .event_list .eventItem .buttons .More {
            display: none; } }
      .event_list .eventItem .buttons .tickets,
      .event_list .eventItem .buttons .ticket_button_wrapper {
        order: 2; }
      .event_list .eventItem .buttons span.tickets {
        font-size: 16px;
        color: #062742;
        font-weight: 900;
        position: relative;
        text-align: center;
        display: inline-block;
        padding-right: 10px; }
        .event_list .eventItem .buttons span.tickets svg {
          display: none; }
    @media screen and (max-width: 700px) {
      .event_list .eventItem {
        float: left;
        width: calc(1 / 2 * (100% - 30px));
        margin: 30px 30px 10px 0;
        flex-direction: column;
        min-height: 563px;
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
        min-height: 0;
        border-bottom: 1px solid #062742; }
        .event_list .eventItem:before {
          width: 100%;
          height: calc(100% - 30px); }
        .event_list .eventItem:hover:before {
          box-shadow: 1px 2px 10px -4px rgba(0, 0, 0, 0.3); } }
  @media screen and (max-width: 700px) and (max-width: 1150px) {
    .event_list .eventItem:nth-child(2n) {
      margin-right: 0; } }
  @media screen and (max-width: 700px) and (max-width: 700px) {
    .event_list .eventItem {
      width: 100%;
      margin: 30px 0 0;
      min-height: 0; }
      .event_list .eventItem:hover:before {
        box-shadow: none; } }
    @media screen and (max-width: 700px) {
        .event_list .eventItem .thumb {
          flex-shrink: 1;
          width: calc(100% - 10px);
          align-self: flex-start;
          margin-top: 0; }
          .event_list .eventItem .thumb:before {
            width: 25%; }
          .event_list .eventItem .thumb:after {
            width: 25%; }
          .event_list .eventItem .thumb img {
            width: 100%;
            height: auto;
            display: block; }
          .event_list .eventItem .thumb:hover:before {
            opacity: 0;
            width: calc(100% + 20px); }
          .event_list .eventItem .thumb:hover:after {
            width: calc(100% + 20px); } }
    @media screen and (max-width: 700px) and (max-width: 700px) {
      .event_list .eventItem .thumb {
        width: 100%;
        height: auto;
        z-index: 6;
        padding-left: 10px;
        padding-right: 15px; }
        .event_list .eventItem .thumb:before, .event_list .eventItem .thumb:after {
          left: 0; }
        .event_list .eventItem .thumb:hover:before, .event_list .eventItem .thumb:hover:after {
          width: calc(100% - 5px); } }
    @media screen and (max-width: 700px) {
        .event_list .eventItem .date {
          position: relative;
          left: auto;
          top: auto;
          padding-left: 10px;
          margin-bottom: 20px; }
          .event_list .eventItem .date:before {
            left: -29px; } }
    @media screen and (max-width: 700px) and (max-width: 700px) {
      .event_list .eventItem .date {
        position: relative;
        display: block;
        padding-left: 43px; }
        .event_list .eventItem .date:before {
          left: 0; } }
    @media screen and (max-width: 700px) {
        .event_list .eventItem .info {
          flex-shrink: 0;
          padding: 20px 20px 88px; } }
    @media screen and (max-width: 700px) and (max-width: 700px) {
      .event_list .eventItem .info {
        padding: 20px 0 90px 0; } }
    @media screen and (max-width: 700px) {
          .event_list .eventItem .info .location {
            margin-top: 0; } }
      @media screen and (max-width: 700px) and (max-width: 700px) {
        .event_list .eventItem .info .location {
          margin-bottom: 0; } }
    @media screen and (max-width: 700px) {
          .event_list .eventItem .info .item-background {
            bottom: 0; } }
      @media screen and (max-width: 700px) and (max-width: 700px) {
        .event_list .eventItem .info .item-background {
          display: none; } }
    @media screen and (max-width: 700px) {
        .event_list .eventItem .buttons {
          padding: 0 20px 20px;
          min-height: 72px; } }
    @media screen and (max-width: 700px) and (max-width: 700px) {
      .event_list .eventItem .buttons {
        height: auto;
        justify-content: space-between;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        bottom: 0;
        padding: 0 0 20px; } }
    @media screen and (max-width: 700px) {
          .event_list .eventItem .buttons span.tickets {
            padding-right: 0; } }
      @media screen and (max-width: 700px) and (max-width: 700px) {
        .event_list .eventItem .buttons span.tickets {
          align-self: flex-end; } }

  @media screen and (min-width: 1201px) {
    .home .event_list.event_list_grid .list {
      flex-flow: row wrap;
      display: flex; } }
  @media screen and (min-width: 1201px) {
    .home .event_list.event_list_grid .eventItem {
      float: left;
      width: calc(1 / 2 * (100% - 30px));
      margin: 30px 30px 10px 0;
      flex-direction: column;
      min-height: 563px;
      position: relative;
      padding-top: 0;
      padding-bottom: 0; }
      .home .event_list.event_list_grid .eventItem:before {
        width: 100%;
        height: calc(100% - 30px); }
      .home .event_list.event_list_grid .eventItem:hover:before {
        box-shadow: 1px 2px 10px -4px rgba(0, 0, 0, 0.3); } }
  @media screen and (min-width: 1201px) and (max-width: 1150px) {
    .home .event_list.event_list_grid .eventItem:nth-child(2n) {
      margin-right: 0; } }
  @media screen and (min-width: 1201px) and (max-width: 700px) {
    .home .event_list.event_list_grid .eventItem {
      width: 100%;
      margin: 30px 0 0;
      min-height: 0; }
      .home .event_list.event_list_grid .eventItem:hover:before {
        box-shadow: none; } }
  @media screen and (min-width: 1201px) {
      .home .event_list.event_list_grid .eventItem .thumb {
        flex-shrink: 1;
        width: calc(100% - 10px);
        align-self: flex-start;
        margin-top: 0; }
        .home .event_list.event_list_grid .eventItem .thumb:before {
          width: 25%; }
        .home .event_list.event_list_grid .eventItem .thumb:after {
          width: 25%; }
        .home .event_list.event_list_grid .eventItem .thumb img {
          width: 100%;
          height: auto;
          display: block; }
        .home .event_list.event_list_grid .eventItem .thumb:hover:before {
          opacity: 0;
          width: calc(100% + 20px); }
        .home .event_list.event_list_grid .eventItem .thumb:hover:after {
          width: calc(100% + 20px); } }
    @media screen and (min-width: 1201px) and (max-width: 700px) {
      .home .event_list.event_list_grid .eventItem .thumb {
        width: 100%;
        height: auto;
        z-index: 6;
        padding-left: 10px;
        padding-right: 15px; }
        .home .event_list.event_list_grid .eventItem .thumb:before, .home .event_list.event_list_grid .eventItem .thumb:after {
          left: 0; }
        .home .event_list.event_list_grid .eventItem .thumb:hover:before, .home .event_list.event_list_grid .eventItem .thumb:hover:after {
          width: calc(100% - 5px); } }
  @media screen and (min-width: 1201px) {
      .home .event_list.event_list_grid .eventItem .date {
        position: relative;
        left: auto;
        top: auto;
        padding-left: 10px;
        margin-bottom: 20px; }
        .home .event_list.event_list_grid .eventItem .date:before {
          left: -29px; } }
    @media screen and (min-width: 1201px) and (max-width: 700px) {
      .home .event_list.event_list_grid .eventItem .date {
        position: relative;
        display: block;
        padding-left: 43px; }
        .home .event_list.event_list_grid .eventItem .date:before {
          left: 0; } }
  @media screen and (min-width: 1201px) {
      .home .event_list.event_list_grid .eventItem .info {
        flex-shrink: 0;
        padding: 20px 20px 88px; } }
    @media screen and (min-width: 1201px) and (max-width: 700px) {
      .home .event_list.event_list_grid .eventItem .info {
        padding: 20px 0 90px 0; } }
  @media screen and (min-width: 1201px) {
        .home .event_list.event_list_grid .eventItem .info .location {
          margin-top: 0; } }
      @media screen and (min-width: 1201px) and (max-width: 700px) {
        .home .event_list.event_list_grid .eventItem .info .location {
          margin-bottom: 0; } }
  @media screen and (min-width: 1201px) {
        .home .event_list.event_list_grid .eventItem .info .item-background {
          bottom: 0; } }
      @media screen and (min-width: 1201px) and (max-width: 700px) {
        .home .event_list.event_list_grid .eventItem .info .item-background {
          display: none; } }
  @media screen and (min-width: 1201px) {
      .home .event_list.event_list_grid .eventItem .buttons {
        padding: 0 20px 20px;
        min-height: 72px; } }
    @media screen and (min-width: 1201px) and (max-width: 700px) {
      .home .event_list.event_list_grid .eventItem .buttons {
        height: auto;
        justify-content: space-between;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        bottom: 0;
        padding: 0 0 20px; } }
  @media screen and (min-width: 1201px) {
        .home .event_list.event_list_grid .eventItem .buttons span.tickets {
          padding-right: 0; } }
      @media screen and (min-width: 1201px) and (max-width: 700px) {
        .home .event_list.event_list_grid .eventItem .buttons span.tickets {
          align-self: flex-end; } }

  @media screen and (min-width: 1401px) {
    .home .event_list.event_list_grid .eventItem {
      width: calc(1 / 3 * (100% - 60px)); }
      .home .event_list.event_list_grid .eventItem:nth-child(3n) {
        margin-right: 0; } }
  @media screen and (max-width: 1400px) {
    .home .event_list.event_list_grid .eventItem:nth-child(2n) {
      margin-right: 0; } }
  .home .event_list.event_list_grid .eventItem .thumb .date {
    display: none; }
  .home .event_list .list {
    zoom: 1;
    max-width: 100%;
    padding-left: 10px; }
    .home .event_list .list:before, .home .event_list .list:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .home .event_list .list:after {
      clear: both; }
    @media screen and (min-width: 871px) {
      .home .event_list .list {
        width: 100%;
        width: 750px;
        margin: 0 auto; } }
    @media screen and (min-width: 1401px) {
      .home .event_list .list {
        width: 1300px; } }
    @media screen and (max-width: 700px) {
      .home .event_list .list {
        padding-left: 0; } }
  .home .event_list.secondary_list .list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
  .home .event_list.secondary_list .eventItem {
    float: left;
    width: calc(1 / 2 * (100% - 30px));
    margin: 30px 30px 10px 0;
    flex-direction: column;
    min-height: 563px;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    width: calc(1 / 2 * (100% - 60px));
    margin: 30px 60px 10px 0;
    min-height: 470px; }
    .home .event_list.secondary_list .eventItem:before {
      width: 100%;
      height: calc(100% - 30px); }
    .home .event_list.secondary_list .eventItem:hover:before {
      box-shadow: 1px 2px 10px -4px rgba(0, 0, 0, 0.3); }
    @media screen and (max-width: 1150px) {
      .home .event_list.secondary_list .eventItem:nth-child(2n) {
        margin-right: 0; } }
    @media screen and (max-width: 700px) {
      .home .event_list.secondary_list .eventItem {
        width: 100%;
        margin: 30px 0 0;
        min-height: 0; }
        .home .event_list.secondary_list .eventItem:hover:before {
          box-shadow: none; } }
    .home .event_list.secondary_list .eventItem .thumb {
      flex-shrink: 1;
      width: calc(100% - 10px);
      align-self: flex-start;
      margin-top: 0; }
      .home .event_list.secondary_list .eventItem .thumb:before {
        width: 25%; }
      .home .event_list.secondary_list .eventItem .thumb:after {
        width: 25%; }
      .home .event_list.secondary_list .eventItem .thumb img {
        width: 100%;
        height: auto;
        display: block; }
      .home .event_list.secondary_list .eventItem .thumb:hover:before {
        opacity: 0;
        width: calc(100% + 20px); }
      .home .event_list.secondary_list .eventItem .thumb:hover:after {
        width: calc(100% + 20px); }
      @media screen and (max-width: 700px) {
        .home .event_list.secondary_list .eventItem .thumb {
          width: 100%;
          height: auto;
          z-index: 6;
          padding-left: 10px;
          padding-right: 15px; }
          .home .event_list.secondary_list .eventItem .thumb:before, .home .event_list.secondary_list .eventItem .thumb:after {
            left: 0; }
          .home .event_list.secondary_list .eventItem .thumb:hover:before, .home .event_list.secondary_list .eventItem .thumb:hover:after {
            width: calc(100% - 5px); } }
    .home .event_list.secondary_list .eventItem .date {
      position: relative;
      left: auto;
      top: auto;
      padding-left: 10px;
      margin-bottom: 20px; }
      .home .event_list.secondary_list .eventItem .date:before {
        left: -29px; }
      @media screen and (max-width: 700px) {
        .home .event_list.secondary_list .eventItem .date {
          position: relative;
          display: block;
          padding-left: 43px; }
          .home .event_list.secondary_list .eventItem .date:before {
            left: 0; } }
    .home .event_list.secondary_list .eventItem .info {
      flex-shrink: 0;
      padding: 20px 20px 88px; }
      @media screen and (max-width: 700px) {
        .home .event_list.secondary_list .eventItem .info {
          padding: 20px 0 90px 0; } }
      .home .event_list.secondary_list .eventItem .info .location {
        margin-top: 0; }
        @media screen and (max-width: 700px) {
          .home .event_list.secondary_list .eventItem .info .location {
            margin-bottom: 0; } }
      .home .event_list.secondary_list .eventItem .info .item-background {
        bottom: 0; }
        @media screen and (max-width: 700px) {
          .home .event_list.secondary_list .eventItem .info .item-background {
            display: none; } }
    .home .event_list.secondary_list .eventItem .buttons {
      padding: 0 20px 20px;
      min-height: 72px; }
      @media screen and (max-width: 700px) {
        .home .event_list.secondary_list .eventItem .buttons {
          height: auto;
          justify-content: space-between;
          width: 100%;
          left: 50%;
          transform: translateX(-50%);
          right: auto;
          bottom: 0;
          padding: 0 0 20px; } }
      .home .event_list.secondary_list .eventItem .buttons span.tickets {
        padding-right: 0; }
        @media screen and (max-width: 700px) {
          .home .event_list.secondary_list .eventItem .buttons span.tickets {
            align-self: flex-end; } }
    @media screen and (max-width: 870px) {
      .home .event_list.secondary_list .eventItem {
        width: calc(1 / 2 * (100% - 40px));
        margin: 30px 40px 10px 0; } }
    @media screen and (max-width: 700px) {
      .home .event_list.secondary_list .eventItem {
        width: 100%;
        margin: 30px 0 0;
        min-height: 0; }
        .home .event_list.secondary_list .eventItem:hover:before {
          box-shadow: none; } }
    @media screen and (min-width: 1401px) {
      .home .event_list.secondary_list .eventItem {
        min-height: 704px; } }
    .home .event_list.secondary_list .eventItem:nth-child(2n) {
      margin-right: 0; }
    .home .event_list.secondary_list .eventItem .info {
      padding-top: 10px;
      z-index: 7; }
    .home .event_list.secondary_list .eventItem > .info > .date {
      margin-bottom: 30px; }
      @media screen and (max-width: 700px) {
        .home .event_list.secondary_list .eventItem > .info > .date {
          margin-top: -7px;
          margin-bottom: 20px; } }
      .home .event_list.secondary_list .eventItem > .info > .date .m-date__month {
        font-family: "Red Hat Display", sans-serif;
        font-size: 13px;
        margin-right: 2px; }
      .home .event_list.secondary_list .eventItem > .info > .date .m-date__day,
      .home .event_list.secondary_list .eventItem > .info > .date .m-date__separator {
        font-size: 25px;
        position: relative;
        top: 3px;
        margin: 0 3px; }
      .home .event_list.secondary_list .eventItem > .info > .date .m-date__separator {
        display: inline-block; }
      .home .event_list.secondary_list .eventItem > .info > .date:before {
        left: -49px;
        top: 60%;
        width: 39px; }
        @media screen and (max-width: 700px) {
          .home .event_list.secondary_list .eventItem > .info > .date:before {
            width: 30px;
            left: 7px; } }
      .home .event_list.secondary_list .eventItem > .info > .date span {
        color: #fff !important; }
    .home .event_list.secondary_list .eventItem .thumb:before, .home .event_list.secondary_list .eventItem .thumb:after {
      display: none; }
    .home .event_list.secondary_list .eventItem .thumb .date {
      position: absolute;
      top: 0;
      left: -10px;
      height: 100%;
      display: block;
      z-index: -1;
      width: auto;
      transition: width 0.2s linear;
      padding-left: 40px;
      margin-bottom: 0; }
      @media screen and (max-width: 700px) {
        .home .event_list.secondary_list .eventItem .thumb .date {
          left: 0; } }
      .home .event_list.secondary_list .eventItem .thumb .date span {
        visibility: hidden; }
      .home .event_list.secondary_list .eventItem .thumb .date:before {
        content: '';
        position: absolute;
        background-image: linear-gradient(180deg, #062742 0%, #0d579a 100%);
        height: calc(100% + 65px);
        width: 100%;
        left: 0;
        top: -10px;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
        opacity: 1;
        z-index: -1;
        transform: none; }
        @media screen and (max-width: 700px) {
          .home .event_list.secondary_list .eventItem .thumb .date:before {
            height: calc(100% + 51px); } }
      .home .event_list.secondary_list .eventItem .thumb .date:after {
        content: '';
        position: absolute;
        background: #0d579a;
        height: calc(100% + 65px);
        width: 100%;
        left: 0;
        top: -10px;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
        z-index: -2; }
        @media screen and (max-width: 700px) {
          .home .event_list.secondary_list .eventItem .thumb .date:after {
            height: calc(100% + 51px); } }
    .home .event_list.secondary_list .eventItem .thumb:hover .date {
      width: calc(100% + 20px) !important; }
      @media screen and (max-width: 700px) {
        .home .event_list.secondary_list .eventItem .thumb:hover .date {
          width: calc(100% - 5px) !important; } }
      .home .event_list.secondary_list .eventItem .thumb:hover .date:before {
        opacity: 0; }
  .event_listing_page .event_list {
    margin-top: -130px;
    padding-top: 40px;
    text-align: center; }
    @media screen and (max-width: 870px) {
      .event_listing_page .event_list {
        margin-top: -150px; } }
    @media screen and (max-width: 700px) {
      .event_listing_page .event_list {
        margin-top: -180px;
        padding-top: 0; } }
  .event_list.event_list_grid {
    padding: 0; }
    @media screen and (min-width: 871px) {
      .event_listing_page .event_list.event_list_grid .eventItem {
        float: left;
        width: calc(1 / 2 * (100% - 30px));
        margin: 30px 30px 10px 0;
        flex-direction: column;
        min-height: 563px;
        position: relative;
        padding-top: 0;
        padding-bottom: 0; }
        .event_listing_page .event_list.event_list_grid .eventItem:before {
          width: 100%;
          height: calc(100% - 30px); }
        .event_listing_page .event_list.event_list_grid .eventItem:hover:before {
          box-shadow: 1px 2px 10px -4px rgba(0, 0, 0, 0.3); } }
  @media screen and (min-width: 871px) and (max-width: 1150px) {
    .event_listing_page .event_list.event_list_grid .eventItem:nth-child(2n) {
      margin-right: 0; } }
  @media screen and (min-width: 871px) and (max-width: 700px) {
    .event_listing_page .event_list.event_list_grid .eventItem {
      width: 100%;
      margin: 30px 0 0;
      min-height: 0; }
      .event_listing_page .event_list.event_list_grid .eventItem:hover:before {
        box-shadow: none; } }
    @media screen and (min-width: 871px) {
        .event_listing_page .event_list.event_list_grid .eventItem .thumb {
          flex-shrink: 1;
          width: calc(100% - 10px);
          align-self: flex-start;
          margin-top: 0; }
          .event_listing_page .event_list.event_list_grid .eventItem .thumb:before {
            width: 25%; }
          .event_listing_page .event_list.event_list_grid .eventItem .thumb:after {
            width: 25%; }
          .event_listing_page .event_list.event_list_grid .eventItem .thumb img {
            width: 100%;
            height: auto;
            display: block; }
          .event_listing_page .event_list.event_list_grid .eventItem .thumb:hover:before {
            opacity: 0;
            width: calc(100% + 20px); }
          .event_listing_page .event_list.event_list_grid .eventItem .thumb:hover:after {
            width: calc(100% + 20px); } }
    @media screen and (min-width: 871px) and (max-width: 700px) {
      .event_listing_page .event_list.event_list_grid .eventItem .thumb {
        width: 100%;
        height: auto;
        z-index: 6;
        padding-left: 10px;
        padding-right: 15px; }
        .event_listing_page .event_list.event_list_grid .eventItem .thumb:before, .event_listing_page .event_list.event_list_grid .eventItem .thumb:after {
          left: 0; }
        .event_listing_page .event_list.event_list_grid .eventItem .thumb:hover:before, .event_listing_page .event_list.event_list_grid .eventItem .thumb:hover:after {
          width: calc(100% - 5px); } }
    @media screen and (min-width: 871px) {
        .event_listing_page .event_list.event_list_grid .eventItem .date {
          position: relative;
          left: auto;
          top: auto;
          padding-left: 10px;
          margin-bottom: 20px; }
          .event_listing_page .event_list.event_list_grid .eventItem .date:before {
            left: -29px; } }
    @media screen and (min-width: 871px) and (max-width: 700px) {
      .event_listing_page .event_list.event_list_grid .eventItem .date {
        position: relative;
        display: block;
        padding-left: 43px; }
        .event_listing_page .event_list.event_list_grid .eventItem .date:before {
          left: 0; } }
    @media screen and (min-width: 871px) {
        .event_listing_page .event_list.event_list_grid .eventItem .info {
          flex-shrink: 0;
          padding: 20px 20px 88px; } }
    @media screen and (min-width: 871px) and (max-width: 700px) {
      .event_listing_page .event_list.event_list_grid .eventItem .info {
        padding: 20px 0 90px 0; } }
    @media screen and (min-width: 871px) {
          .event_listing_page .event_list.event_list_grid .eventItem .info .location {
            margin-top: 0; } }
      @media screen and (min-width: 871px) and (max-width: 700px) {
        .event_listing_page .event_list.event_list_grid .eventItem .info .location {
          margin-bottom: 0; } }
    @media screen and (min-width: 871px) {
          .event_listing_page .event_list.event_list_grid .eventItem .info .item-background {
            bottom: 0; } }
      @media screen and (min-width: 871px) and (max-width: 700px) {
        .event_listing_page .event_list.event_list_grid .eventItem .info .item-background {
          display: none; } }
    @media screen and (min-width: 871px) {
        .event_listing_page .event_list.event_list_grid .eventItem .buttons {
          padding: 0 20px 20px;
          min-height: 72px; } }
    @media screen and (min-width: 871px) and (max-width: 700px) {
      .event_listing_page .event_list.event_list_grid .eventItem .buttons {
        height: auto;
        justify-content: space-between;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        bottom: 0;
        padding: 0 0 20px; } }
    @media screen and (min-width: 871px) {
          .event_listing_page .event_list.event_list_grid .eventItem .buttons span.tickets {
            padding-right: 0; } }
      @media screen and (min-width: 871px) and (max-width: 700px) {
        .event_listing_page .event_list.event_list_grid .eventItem .buttons span.tickets {
          align-self: flex-end; } }
    @media screen and (min-width: 871px) {
      .event_listing_page .event_list.event_list_grid .list {
        padding-top: 0;
        display: flex;
        flex-flow: row wrap; } }
    .event_listing_page .event_list.event_list_grid .list {
      width: 100%;
      max-width: 800px; }
      @media screen and (min-width: 1151px) {
        .event_listing_page .event_list.event_list_grid .list {
          max-width: 100%; } }
    @media screen and (min-width: 1151px) {
      .event_listing_page .event_list.event_list_grid .eventItem {
        width: calc(1 / 3 * (100% - 60px)); }
        .event_listing_page .event_list.event_list_grid .eventItem:nth-child(3n) {
          margin-right: 0; } }

.search .event_list .eventItem {
  opacity: 1; }

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
#layout.has-branding .bg-edp,
#layout.has-branding .bg-edp-mobile {
  display: none; }

#events.detail #layout.has-branding .branding:after,
#events.detail #layout.has-branding #branding:after {
  bottom: -100px; }
  @media screen and (max-width: 870px) {
    #events.detail #layout.has-branding .branding:after,
    #events.detail #layout.has-branding #branding:after {
      top: 200px;
      bottom: auto; } }
  @media screen and (max-width: 700px) {
    #events.detail #layout.has-branding .branding:after,
    #events.detail #layout.has-branding #branding:after {
      top: 100px;
      bottom: auto; } }
#events.detail #layout.has-branding .edp-bg-light {
  content: " ";
  z-index: -1;
  position: absolute;
  left: -15px;
  top: 60px;
  width: calc(((100% - 1200px) / 2) + 245px);
  height: 100%;
  background: rgba(13, 87, 154, 0.8); }
  @media screen and (max-width: 1200px) {
    #events.detail #layout.has-branding .edp-bg-light {
      width: 245px; } }
  @media screen and (max-width: 870px) {
    #events.detail #layout.has-branding .edp-bg-light {
      display: none; } }

.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 .bg-edp {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(202deg, #0D579A 0%, #062742 94%);
    z-index: 1; }
    @media screen and (max-width: 870px) {
      .event_detail .bg-edp {
        display: none; } }
    .event_detail .bg-edp:before {
      z-index: -1;
      content: " ";
      position: absolute;
      left: 0px;
      top: 0px;
      width: calc(((100% - 1200px) / 2) + 245px);
      height: 100%;
      background: rgba(13, 87, 154, 0.8); }
      @media screen and (max-width: 1200px) {
        .event_detail .bg-edp:before {
          width: 245px; } }
    .event_detail .bg-edp:after {
      z-index: -1;
      content: " ";
      position: absolute;
      top: -80px;
      left: -150px;
      width: 1029px;
      height: 579px;
      background: url("../images/svg/bg_edp.svg") no-repeat;
      background-size: 1029px 579px;
      background-position: top left; }
      @media screen and (max-width: 870px) {
        .event_detail .bg-edp:after {
          background-size: 500px 300px;
          left: -150px;
          top: 0px; } }
  .event_detail .bg-edp-mobile {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 300px;
    background-image: linear-gradient(202deg, #0D579A 0%, #062742 94%);
    z-index: 1;
    display: none; }
    @media screen and (max-width: 870px) {
      .event_detail .bg-edp-mobile {
        display: block; } }
    .event_detail .bg-edp-mobile:after {
      z-index: -1;
      content: " ";
      position: absolute;
      top: -30px;
      left: -150px;
      width: 1029px;
      height: 579px;
      background: url("../images/svg/bg_edp.svg") no-repeat;
      background-size: 500px 300px;
      background-position: top left; }
  .event_detail .title_section {
    position: relative;
    z-index: 9; }
  .event_detail .event_heading {
    position: relative;
    overflow: hidden; }
    .event_detail .event_heading.below_branding {
      display: none; }
      .event_detail .event_heading.below_branding h1, .event_detail .event_heading.below_branding h2 {
        max-width: 1200px;
        margin: 0px auto;
        padding-left: 380px; }
    .event_detail .event_heading.inside_sidebar {
      display: none; }
    .event_detail .event_heading .title {
      font-family: "Red Hat Display", sans-serif;
      font-weight: 700;
      font-size: 61px;
      color: #FFFFFF;
      letter-spacing: 0.3px;
      line-height: 61px;
      padding-top: 30px;
      margin-bottom: 0px; }
      .event_detail .event_heading .title.no_tagline {
        margin-bottom: 20px; }
      @media screen and (max-width: 870px) {
        .event_detail .event_heading .title {
          text-align: center;
          padding-left: 10px;
          padding-right: 10px; } }
      @media screen and (max-width: 700px) {
        .event_detail .event_heading .title {
          font-size: 31px;
          line-height: 33px;
          text-align: center; } }
    .event_detail .event_heading .tagline {
      font-family: "Ibarra Real Nova", serif;
      font-weight: 400;
      font-size: 24px;
      color: #FFFFFF;
      letter-spacing: 0.3px;
      line-height: 38px;
      margin-bottom: 10px;
      margin-top: 5px; }
      @media screen and (max-width: 870px) {
        .event_detail .event_heading .tagline {
          text-align: center;
          padding-left: 10px;
          padding-right: 10px; } }
      @media screen and (max-width: 700px) {
        .event_detail .event_heading .tagline {
          text-align: center;
          padding-left: 10px;
          padding-right: 10px; } }
  .event_detail .buttonWrapper {
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 3px; }
    .event_detail .buttonWrapper .title, .event_detail .buttonWrapper .tagline, .event_detail .buttonWrapper .date {
      display: none; }
  .event_detail .buttons {
    position: relative;
    color: white; }
    .event_detail .buttons a, .event_detail .buttons span {
      white-space: nowrap; }
    .event_detail .buttons svg {
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      fill: #fff; }

.details_heading {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  font-size: 39px;
  color: #062742;
  letter-spacing: 0.3px;
  line-height: 41px;
  margin-bottom: 25px; }

.description_wrapper {
  margin-bottom: 60px; }
  .description_wrapper .read-more {
    font-family: "Red Hat Display", sans-serif;
    font-weight: 900;
    font-size: 13px;
    color: #062742;
    letter-spacing: 1.3px;
    line-height: 13px;
    position: relative;
    text-transform: uppercase;
    margin-top: 30px; }
    .description_wrapper .read-more:after {
      position: absolute;
      content: " ";
      bottom: -5px;
      left: 0px;
      width: 100%;
      height: 1px;
      background: #062742;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .description_wrapper .read-more:hover {
      color: #0D579A; }
      .description_wrapper .read-more:hover:after {
        background: #0D579A;
        width: 30px; }
  .description_wrapper.short-description .event_description:after {
    display: none; }

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

.event_showings {
  margin-bottom: 60px;
  margin-top: 20px; }
  .event_showings .list {
    position: relative;
    list-style-type: none;
    font-family: "Ibarra Real Nova", serif;
    font-size: 15px; }
    .event_showings .list a, .event_showings .list a:focus, .event_showings .list a:visited {
      color: #062742; }
      .event_showings .list a:hover, .event_showings .list a:focus:hover, .event_showings .list a:visited:hover {
        color: #0D579A; }
  .event_showings .listItem {
    position: relative;
    height: 75px;
    padding: 22px 0px; }
    @media screen and (max-width: 1200px) {
      .event_showings .listItem {
        height: 83px; } }
    @media screen and (max-width: 700px) {
      .event_showings .listItem {
        height: 155px; } }
    .event_showings .listItem:before {
      content: " ";
      position: absolute;
      bottom: 0px;
      right: 0px;
      width: 100%;
      height: 1px;
      background: #062742;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      visibility: visible; }
    .event_showings .listItem:after {
      content: " ";
      position: absolute;
      bottom: 35px;
      left: 0px;
      width: 0px;
      height: 3px;
      background: #F6AE2D;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      visibility: visible; }
      @media screen and (max-width: 1200px) {
        .event_showings .listItem:after {
          bottom: 44px; } }
      @media screen and (max-width: 700px) {
        .event_showings .listItem:after {
          display: none; } }
    .event_showings .listItem:hover:before {
      width: calc(100% - 20px); }
    .event_showings .listItem:hover:after {
      width: 30px; }
    .event_showings .listItem:hover .cell:nth-child(1) {
      padding-left: 40px; }
      @media screen and (max-width: 700px) {
        .event_showings .listItem:hover .cell:nth-child(1) {
          padding-left: 0px; } }
    @media screen and (max-width: 700px) {
      .event_showings .listItem.listItehasNoLink {
        height: 109px; } }
    .event_showings .listItem.listItehasNoLink .cell {
      width: 50%; }
      @media screen and (max-width: 1200px) {
        .event_showings .listItem.listItehasNoLink .cell {
          width: 100%; } }
  .event_showings .cell {
    width: 120px;
    position: relative;
    float: left;
    display: inline-block;
    text-align: right;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #062742;
    letter-spacing: 0.3px;
    line-height: 17px; }
    .event_showings .cell .m-date__month, .event_showings .cell .m-date__day {
      font-family: "Ibarra Real Nova", serif;
      font-weight: 700;
      font-size: 20px;
      color: #0D579A;
      letter-spacing: 0.3px;
      line-height: 32px; }
    .event_showings .cell .m-date__weekday {
      margin-left: 7px; }
    .event_showings .cell.calcell {
      padding-top: 10px; }
      @media screen and (max-width: 1200px) {
        .event_showings .cell.calcell {
          display: none; } }
    .event_showings .cell .ical-mobile {
      display: none; }
      @media screen and (max-width: 1200px) {
        .event_showings .cell .ical-mobile {
          display: block;
          padding: 9px 0px 7px; } }
    .event_showings .cell a.ical {
      font-family: "Red Hat Display", sans-serif;
      font-weight: 900;
      font-size: 13px;
      color: #062742;
      letter-spacing: 0.3px;
      line-height: 13px;
      text-decoration: none; }
      .event_showings .cell a.ical:hover {
        text-decoration: underline;
        color: #0D579A; }
    .event_showings .cell:nth-child(1) {
      width: calc(100% - 120px - 200px);
      text-align: left;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      @media screen and (max-width: 1200px) {
        .event_showings .cell:nth-child(1) {
          width: calc(100% - 200px); } }
      @media screen and (max-width: 700px) {
        .event_showings .cell:nth-child(1) {
          width: 100%; } }
    .event_showings .cell:last-child {
      width: 200px;
      text-align: right; }
      @media screen and (max-width: 700px) {
        .event_showings .cell:last-child {
          width: 100%;
          text-align: left; } }
  .event_showings .buttons {
    padding-top: 8px; }
    @media screen and (max-width: 700px) {
      .event_showings .buttons {
        padding-top: 12px; } }
  .event_showings .additional_showings {
    display: none; }
  .event_showings .show-all-showings {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-top: 20px;
    cursor: pointer;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 900;
    font-size: 13px;
    color: #062742;
    letter-spacing: 1.3px;
    line-height: 13px;
    position: relative;
    text-transform: uppercase; }
    .event_showings .show-all-showings:after {
      position: absolute;
      content: " ";
      bottom: -5px;
      left: 0px;
      width: 131px;
      height: 1px;
      background: #062742;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .event_showings .show-all-showings:hover {
      color: #0D579A; }
      .event_showings .show-all-showings:hover:after {
        background: #0D579A;
        width: 30px; }

.eventDetailList {
  position: relative;
  font-family: "Ibarra Real Nova", serif;
  overflow: hidden;
  margin-left: 0px;
  padding: 0px 20px 3px 20px; }
  .eventDetailList a, .eventDetailList a:focus, .eventDetailList p {
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #062742;
    letter-spacing: 0.3px;
    line-height: 17px; }
  .eventDetailList a {
    font-weight: 700;
    text-decoration: underline; }
  .eventDetailList a:hover {
    color: #0D579A; }
  .eventDetailList .item {
    list-style-type: none;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #062742;
    letter-spacing: 0.3px;
    line-height: 17px;
    position: relative;
    padding: 18px 0px;
    border-bottom: 1px solid #062742; }
    .eventDetailList .item a {
      font-weight: 700;
      text-decoration: underline; }
    .eventDetailList .item a:hover {
      color: #0D579A; }
    .eventDetailList .item:last-child {
      border-bottom: none; }
    .eventDetailList .item:before {
      display: none; }
    .eventDetailList .item .label {
      font-family: "Red Hat Display", sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #062742;
      letter-spacing: 0.3px;
      line-height: 17px;
      display: block;
      margin-bottom: 10px; }
    .eventDetailList .item svg {
      display: none; }

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

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

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

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

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

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

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

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

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: 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;
    text-decoration: none !important; }
  .sitemap .column > ul > li > ul > li > ul > li > a {
    padding-left: 20px; }

/* ----------------------------------------------------------------------------
= Conditional IE Styles. Nest each browser under heading. 
= Classes are generated by Modernizr and appear in HTML tag
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Homepage Alert
----------------------------------------------------------------------------- */
.dontshow-overlay {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  font-weight: 600; }
  .dontshow-overlay:hover {
    background: #0D579A; }

.m-alert-wrapper {
  position: relative;
  z-index: 500; }
  .m-alert-wrapper > div {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    background: #F3F2F2;
    padding: 20px 20px 25px;
    display: none; }
    .m-alert-wrapper > div * {
      color: #062742; }
    .m-alert-wrapper > div .alert-title {
      font-family: "Red Hat Display", sans-serif;
      font-size: 20px;
      font-weight: 700;
      color: #062742;
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear; }
      .m-alert-wrapper > div .alert-title:hover {
        color: #0D579A; }
    .m-alert-wrapper > div .alert-desc {
      font-size: 16px;
      margin-top: 5px; }
      .m-alert-wrapper > div .alert-desc p {
        font-size: 18px;
        line-height: 1.6; }
        .m-alert-wrapper > div .alert-desc p:last-child {
          margin-bottom: 0; }
    .m-alert-wrapper > div .btn.alert-button,
    .m-alert-wrapper > div .skip_link {
      position: relative;
      font-family: "Red Hat Display", sans-serif;
      text-transform: uppercase;
      font-size: 13px;
      color: #062742;
      font-weight: 900;
      letter-spacing: 1.3px;
      margin-top: 15px;
      display: inline-block; }
      .m-alert-wrapper > div .btn.alert-button:after,
      .m-alert-wrapper > div .skip_link:after {
        content: '';
        height: 1px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -5px;
        background: #062742;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear; }
      .m-alert-wrapper > div .btn.alert-button:hover,
      .m-alert-wrapper > div .skip_link:hover {
        color: #0D579A; }
        .m-alert-wrapper > div .btn.alert-button:hover:after,
        .m-alert-wrapper > div .skip_link:hover:after {
          width: 30px;
          background: #0D579A; }
    .m-alert-wrapper > div .skip_link {
      opacity: 0;
      margin-left: 25px; }
      .m-alert-wrapper > div .skip_link:hover, .m-alert-wrapper > div .skip_link:focus {
        opacity: 1; }
  .m-alert-wrapper .alert-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    padding-right: 30px; }
  .m-alert-wrapper .close-alert {
    width: 34px;
    height: 50px;
    position: absolute;
    top: -9px;
    right: 0px;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: 700;
    font-size: 11px;
    color: #062742 !important;
    padding-top: 31px;
    padding-left: 2px;
    z-index: 20;
    font-family: "Red Hat Display", sans-serif;
    overflow: hidden; }
    .m-alert-wrapper .close-alert:hover {
      color: #0D579A; }
    .m-alert-wrapper .close-alert .close-x {
      position: absolute;
      top: 7px;
      right: 7px;
      width: 20px;
      height: 20px;
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear; }
      .m-alert-wrapper .close-alert .close-x:before, .m-alert-wrapper .close-alert .close-x:after {
        width: 2px;
        height: 25px;
        content: '';
        position: absolute;
        top: 0px;
        left: 9px;
        background: #062742;
        border-radius: 3px; }
      .m-alert-wrapper .close-alert .close-x:before {
        transform: rotate(45deg); }
      .m-alert-wrapper .close-alert .close-x:after {
        transform: rotate(-45deg); }
    .m-alert-wrapper .close-alert:hover {
      color: #0D579A !important; }
      .m-alert-wrapper .close-alert:hover > .close-x {
        color: #0D579A; }
        .m-alert-wrapper .close-alert:hover > .close-x:before, .m-alert-wrapper .close-alert:hover > .close-x:after {
          background: #0D579A; }

* {
  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: #0D579A;
  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 !important;
    padding: 10px;
    font-weight: 700; }

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

#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: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-bottom-width: 0px;
  border-top-width: 0;
  border-right-width: 0px;
  border-left-width: 0px; }
#venue_widgets_framework .m-venueframework__header-icon {
  background-color: transparent;
  border-left-color: white;
  border-top-color: white;
  border-bottom-color: transparent; }
  #venue_widgets_framework .m-venueframework__header-icon svg {
    fill: #fff; }
#venue_widgets_framework .m-venueframework__header-shadow {
  background: rgba(229, 229, 229, 0); }
#venue_widgets_framework .m-venueframework__header-text {
  color: #fff;
  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: transparent;
  color: #fff; }
  #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: transparent;
    color: white; }
  #venue_widgets_framework .m-venueframework__header-link:before, #venue_widgets_framework .m-venueframework__header-link:visited:before {
    background-color: transparent; }
#venue_widgets_framework .m-venueframework__widget-body {
  border-left-color: #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: #062742; }
  #venue_widgets_framework .m-owlcarousel__controls-icon:hover, #venue_widgets_framework .m-owlcarousel__controls-icon:focus {
    border-color: #0D579A;
    background-color: transparent; }
    #venue_widgets_framework .m-owlcarousel__controls-icon:hover svg, #venue_widgets_framework .m-owlcarousel__controls-icon:focus svg {
      stroke: #0D579A; }
#venue_widgets_framework .owl-page span {
  background: #FFCF7C; }
#venue_widgets_framework .owl-page.active span {
  background: #0D579A; }
#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: transparent; }
#venue_widgets_framework .m-venueframework-linklist__link, #venue_widgets_framework .m-venueframework-linklist__link:visited {
  border-bottom-color: transparent; }
  #venue_widgets_framework .m-venueframework-linklist__link:hover, #venue_widgets_framework .m-venueframework-linklist__link:focus, #venue_widgets_framework .m-venueframework-linklist__link:visited:hover, #venue_widgets_framework .m-venueframework-linklist__link:visited:focus {
    background-color: transparent; }
    #venue_widgets_framework .m-venueframework-linklist__link:hover .m-venueframework-linklist__item-title, #venue_widgets_framework .m-venueframework-linklist__link:focus .m-venueframework-linklist__item-title, #venue_widgets_framework .m-venueframework-linklist__link:visited:hover .m-venueframework-linklist__item-title, #venue_widgets_framework .m-venueframework-linklist__link:visited:focus .m-venueframework-linklist__item-title {
      color: #0D579A; }
    #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: #0D579A; }
    #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: #0D579A; }
#venue_widgets_framework .m-venueframework-linklist__item-title {
  color: #062742; }
#venue_widgets_framework .m-venueframework-linklist__item-subtitle {
  color: #062742; }
#venue_widgets_framework .m-venueframework-linklist__item-icon {
  color: #062742; }
  #venue_widgets_framework .m-venueframework-linklist__item-icon svg {
    stroke: #062742; }
#venue_widgets_framework .has_image .m-venueframework-newswidget__item:nth-child(3) a, #venue_widgets_framework .has_image .m-venueframework-newswidget__item:nth-child(3) a:visited, #venue_widgets_framework .has_image .m-venueframework-newswidget__item:nth-child(3).has_no_link {
  border-bottom-color: transparent; }
#venue_widgets_framework .m-venueframework-newswidget__item-date {
  color: #062742; }
#venue_widgets_framework .m-venueframework-newswidget__item-title {
  color: #062742; }
#venue_widgets_framework .m-venueframework-newswidget__item-subtitle {
  color: #062742; }
#venue_widgets_framework .m-venueframework-newswidget__link, #venue_widgets_framework .m-venueframework-newswidget__link:visited {
  border-bottom-color: transparent; }
  #venue_widgets_framework .m-venueframework-newswidget__link:hover, #venue_widgets_framework .m-venueframework-newswidget__link:focus, #venue_widgets_framework .m-venueframework-newswidget__link:visited:hover, #venue_widgets_framework .m-venueframework-newswidget__link:visited:focus {
    background-color: transparent; }
    #venue_widgets_framework .m-venueframework-newswidget__link:hover .m-venueframework-newswidget__item-date, #venue_widgets_framework .m-venueframework-newswidget__link:focus .m-venueframework-newswidget__item-date, #venue_widgets_framework .m-venueframework-newswidget__link:visited:hover .m-venueframework-newswidget__item-date, #venue_widgets_framework .m-venueframework-newswidget__link:visited:focus .m-venueframework-newswidget__item-date {
      color: #062742; }
    #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: #0D579A; }
    #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: #0D579A; }
#venue_widgets_framework .m-venueframework-socialwidget__description {
  color: #062742; }
  #venue_widgets_framework .m-venueframework-socialwidget__description a, #venue_widgets_framework .m-venueframework-socialwidget__description a:visited {
    color: #062742; }
  #venue_widgets_framework .m-venueframework-socialwidget__description a:hover, #venue_widgets_framework .m-venueframework-socialwidget__description a:focus {
    color: #062742; }
#venue_widgets_framework .m-venueframework-socialwidget__meta {
  color: #062742; }
  #venue_widgets_framework .m-venueframework-socialwidget__meta a, #venue_widgets_framework .m-venueframework-socialwidget__meta a:visited {
    color: #062742; }
  #venue_widgets_framework .m-venueframework-socialwidget__meta a:hover, #venue_widgets_framework .m-venueframework-socialwidget__meta a:focus {
    color: #062742; }
  #venue_widgets_framework .m-venueframework-socialwidget__meta .delimiter {
    color: #062742; }
#venue_widgets_framework .l-m-venue_widget__youtubewidget .entry {
  background-color: #fff; }
#venue_widgets_framework .l-m-venue_widget__youtubewidget .title {
  color: #062742; }
#venue_widgets_framework .l-m-venue_widget__youtubewidget .meta {
  color: #062742; }
#venue_widgets_framework .l-m-venue_widget__youtubewidget .m-venueframework__widget-body {
  border: none; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon {
  border-color: transparent; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon svg {
    stroke: #fff; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon:hover {
    border-color: #fff; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon:hover svg {
      stroke: #fff; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-row {
  color: #062742; }
#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: #062742; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-body {
  background: transparent; }
#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: #062742;
  background: #fff; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content > span.fc-date {
  color: #062742; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content > span.fc-date:after {
    background: #062742; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content {
  background: #fff; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content:hover {
    background: #fff; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content:hover .fc-date {
      color: #0D579A; }
      #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content:hover .fc-date:after {
        background: #0D579A; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today .fc-date {
  background: #062742;
  color: #fff; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today.fc-content .fc-date {
  background: #062742;
  color: #fff; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today.fc-content .fc-date:after {
    background: #fff; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal {
  color: #062742; }
#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 transparent;
    border-top: none; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .close {
    border: none;
    border: 1px solid transparent;
    background: #062742;
    color: #fff;
    border-radius: 0px 0px 0 0; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .close:hover {
      background: transparent;
      color: white; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .date {
    color: #062742; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in h3 a, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .search-app .showtime-search-instant-result-header a, .search-app #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .showtime-search-instant-result-header a {
    color: #062742; }
  #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: #062742; }
    #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: #062742; }
    #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: #0D579A; }
      #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: #0D579A; }
#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: #fff; }
    #venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon:hover {
      border-color: #fff; }
      #venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon:hover svg {
        stroke: #fff; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__date {
    color: #062742; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title, #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title a {
    color: #062742; }
    #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: #0D579A; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__tagline {
    color: #062742; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__item {
    border-right-color: transparent; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a {
    color: #062742; }
    #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a:hover {
      color: #0D579A; }
      #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a:hover svg path {
        fill: #062742; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a svg path {
    fill: #0D579A; }

#venue_widgets_framework .m-venueframework__header {
  background-image: linear-gradient(-45deg, #0D579A 0%, #062742 100%); }

#venue_widgets_framework .m-venueframework__header-icon {
  background-image: linear-gradient(180deg, rgba(13, 87, 154, 0.6) 0%, #0D579A 80%); }

#venue_widgets_framework .l-m-venue_widget {
  box-shadow: 2px 4px 15px -4px rgba(0, 0, 0, 0.4); }

#venue_widgets_framework .font_raleway-bold_open-sans .m-venueframework__header-text {
  padding-left: 10px; }

#venue_widgets_framework .font_open-sans .m-venueframework__header-link, #venue_widgets_framework .font_open-sans .m-venueframework__header-link:visited {
  text-transform: capitalize; }

#venue_widgets_framework .m-venueframework__widget-body:before {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  height: 5px;
  width: 49px;
  background: #0D579A; }

#venue_widgets_framework .l-m-venue_widget__youtubewidget .m-venueframework__widget-body:before,
#venue_widgets_framework .l-m-venue_widget__scriptswidget .m-venueframework__widget-body:before {
  display: none; }

#venue_widgets_framework .font_raleway-bold_open-sans .m-venueframework__header-link, #venue_widgets_framework .font_raleway-bold_open-sans .m-venueframework__header-link:visited {
  font-family: 'Open Sans', sans-serif;
  margin-right: 20px;
  font-weight: 600;
  width: auto;
  text-transform: capitalize; }
  #venue_widgets_framework .font_raleway-bold_open-sans .m-venueframework__header-link:hover, #venue_widgets_framework .font_raleway-bold_open-sans .m-venueframework__header-link:visited:hover {
    text-decoration: underline; }

#venue_widgets_framework .owl-page span {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }
  #venue_widgets_framework .owl-page span:hover {
    background: #0D579A; }

#venue_widgets_framework .m-venueframework-socialwidget__meta a,
#venue_widgets_framework .m-venueframework-socialwidget__meta span,
#venue_widgets_framework .l-m-venue_widget__youtubewidget .meta {
  font-weight: 600; }

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

#venue_widgets_framework .m-venueframework-socialwidget__meta a:hover {
  color: #0D579A;
  text-decoration: underline; }

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

#venue_widgets_framework .l-m-venue_widget__calendarwidget
.fc-calendar
.fc-head {
  margin-bottom: 20px; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget
  .fc-calendar
  .fc-head > div {
    font-weight: 700;
    color: #062742;
    font-size: 16px;
    font-family: 'Raleway'; }

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

#venue_widgets_framework .font_raleway-bold_open-sans .m-venueframework-promotionswidget__item-title h2 {
  font-weight: 600; }

#venue_widgets_framework .m-venueframework-linklist__link:before, #venue_widgets_framework .m-venueframework-linklist__link:visited:before {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  width: 0;
  opacity: 0;
  background: #FFCF7C;
  height: 100%;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }
#venue_widgets_framework .m-venueframework-linklist__link:hover:before, #venue_widgets_framework .m-venueframework-linklist__link:visited:hover:before {
  opacity: 1;
  width: 35px; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-content button.close {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-content button.close:hover {
    background: #0D579A !important;
    color: #fff !important; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-content .modal-body h3, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-content .modal-body .search-app .showtime-search-instant-result-header, .search-app #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-content .modal-body .showtime-search-instant-result-header {
  margin: 5px 0; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-content .modal-body h3 a:hover, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-content .modal-body .search-app .showtime-search-instant-result-header a:hover, .search-app #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-content .modal-body .showtime-search-instant-result-header a:hover {
    color: #0D579A; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-content .modal-body svg {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }

#venue_widgets_framework .m-venueframework__header-icon {
  height: 40px;
  border-bottom-width: 0; }

#venue_widgets_framework .font_raleway-bold_open-sans .m-venueframework-promotionswidget__item-title h2 {
  font-weight: 700;
  text-transform: none; }

#venue_widgets_framework .font_raleway-bold_open-sans .m-venueframework-promotionswidget__item-subtitle {
  font-weight: 700; }

#venue_widgets_framework .m-venueframework__widget-body {
  overflow: hidden; }

#venue_widgets_framework .m-venueframework__widget-body {
  overflow: visible; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .m-venueframework-calendarwidget .modal.fade.in .close {
  top: 10px;
  padding-right: 10px;
  z-index: 99;
  background: transparent !important; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .m-venueframework-calendarwidget .modal.fade.in .close span {
    color: #062742;
    -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 .m-venueframework-calendarwidget .modal.fade.in .close span:hover {
      color: #0D579A; }

#venue_widgets_framework .m-venueframework__widget-body {
  border-left: 0px; }

/* SAMPLE START FILES */
