/* ----------------------------------------------------------------------------
= Main import - compiles to /css/style.css
= Currently using Bourbon latest from CodeKit
----------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700|Fjalla+One:400,500,600,700|Oswald");
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;
  border: none;
  background: none;
  padding: 0px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 
 * -- We already set these things per project.
 *
 */
.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 + (16 - 14) * ( (100vw - 700px) / (1000 - 700) )); } }
  @media screen and (min-width: 1000px) {
    :root {
      font-size: 16px; } }

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

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

.clear {
  clear: both; }

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

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

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

.invisible {
  visibility: hidden; }

.hide {
  display: none; }

* {
  letter-spacing: 0.00em; }

.header-base, h1, h2, h3, h4, h5, h6, .spotlight .date,
.concierge .date,
.news_list .date,
.contests .date,
.contest_list .date,
.job_list .date,
.seating_charts .date,
.offer_list .date, .spotlight .title, .spotlight h3,
.concierge .title,
.concierge h3,
.news_list .title,
.news_list h3,
.contests .title,
.contests h3,
.contest_list .title,
.contest_list h3,
.job_list .title,
.job_list h3,
.seating_charts .title,
.seating_charts h3,
.offer_list .title,
.offer_list h3, .description_wrapper .read-more, .event_showings .show-all-showings, .sitemap .column > ul > li > a, #contests.detail .date {
  margin: 0 0 20px;
  font-family: "Fjalla One", sans-serif;
  color: #0B2A4A;
  letter-spacing: 0.2px;
  line-height: 1.05; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  margin-top: 3.125rem;
  font-weight: 400; }

h1, .h1 {
  font-size: 3.1573345183rem;
  margin-bottom: 10px; }

h2, .h2 {
  font-size: 2.368593037rem; }
  h2.long_title, .h2.long_title {
    font-size: 1.776889rem; }

h3, .h3, .spotlight .title, .spotlight h3,
.concierge .title,
.concierge h3,
.news_list .title,
.news_list h3,
.contests .title,
.contests h3,
.contest_list .title,
.contest_list h3,
.job_list .title,
.job_list h3,
.seating_charts .title,
.seating_charts h3,
.offer_list .title,
.offer_list h3, .sitemap .column > ul > li > a, #contests.detail .date {
  font-size: 1.776889rem; }

h4, .h4 {
  font-size: 1.333rem; }

h5, .h5, .spotlight .date,
.concierge .date,
.news_list .date,
.contests .date,
.contest_list .date,
.job_list .date,
.seating_charts .date,
.offer_list .date, .description_wrapper .read-more, .event_showings .show-all-showings {
  font-size: 1rem; }

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

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

.p-base, p, .p, address, .address, .cms ul li, .textarea ul li, .spotlight_text ul li, .faq ul li, .link .description ul li, .event_description ul li, ol > li, table tr td, .sitemap .column > ul > li > ul > li > a {
  font-size: 1.4375rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  line-height: 1.5; }

p, .p {
  margin: 0 0 20px;
  margin-bottom: 28px;
  color: #2B2A29; }
  p.lead, .p.lead {
    font-size: 2.0625rem;
    color: #0B2A4A;
    margin-top: 50px; }
  p strong, .p strong {
    font-weight: 700; }

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

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

.cms ul, .textarea ul, .spotlight_text ul, .faq ul, .link .description ul, .event_description ul {
  margin-bottom: 20px; }
  .cms ul li, .textarea ul li, .spotlight_text ul li, .faq ul li, .link .description ul li, .event_description ul li {
    padding: 0 0 0px 40px;
    line-height: 32px;
    margin-bottom: 1rem;
    line-height: 2rem; }
    .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: 9px;
      left: 0px;
      width: 7px;
      height: 7px;
      background-color: #0B2A4A; }
    .cms ul li ul, .textarea ul li ul, .spotlight_text ul li ul, .faq ul li ul, .link .description ul li ul, .event_description ul li ul {
      margin-top: 10px; }

ol {
  margin-bottom: 20px; }

ol > li {
  position: relative;
  padding-left: 40px;
  counter-increment: li-counter;
  line-height: 32px;
  margin-bottom: 1rem;
  line-height: 2rem; }
  ol > li:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    content: counter(li-counter) ".";
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: #0B2A4A;
    letter-spacing: 0.2px; }

a {
  border: none;
  color: #0B2A4A;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  text-decoration: none; }
  .textarea p a, .textarea li a, .cms p a, .cms li a, .spotlight_content a, .m-eventDetailList__item a, .event_description a {
    text-decoration: underline;
    z-index: 1;
    font-weight: 400; }
    .textarea p a:before, .textarea li a:before, .cms p a:before, .cms li a:before, .spotlight_content a:before, .m-eventDetailList__item a:before, .event_description a:before {
      content: "";
      position: absolute;
      background-color: #4BC6EF;
      top: -5px;
      left: 0px;
      width: 0px;
      height: calc(100% + 6px);
      z-index: -1;
      transition: width 200ms linear; }
    .textarea p a:hover, .textarea p a:focus, .textarea li a:hover, .textarea li a:focus, .cms p a:hover, .cms p a:focus, .cms li a:hover, .cms li a:focus, .spotlight_content a:hover, .spotlight_content a:focus, .m-eventDetailList__item a:hover, .m-eventDetailList__item a:focus, .event_description a:hover, .event_description a:focus {
      color: #0B2A4A;
      text-decoration: none; }
      .textarea p a:hover:before, .textarea p a:focus:before, .textarea li a:hover:before, .textarea li a:focus:before, .cms p a:hover:before, .cms p a:focus:before, .cms li a:hover:before, .cms li a:focus:before, .spotlight_content a:hover:before, .spotlight_content a:focus:before, .m-eventDetailList__item a:hover:before, .m-eventDetailList__item a:focus:before, .event_description a:hover:before, .event_description a:focus:before {
        width: 100%;
        height: calc(100% + 6px); }

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

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

blockquote {
  background: #0B2A4A;
  width: 100%;
  margin: 0px;
  padding: 50px 80px;
  position: relative;
  margin-top: 40px; }
  @media screen and (max-width: 500px) {
    blockquote {
      padding: 30px; } }
  blockquote:before {
    content: "";
    border: 3px solid #E9E6E1;
    position: absolute;
    left: 20px;
    top: 20px;
    height: calc(100% - 40px);
    width: calc(100% - 40px); }
    @media screen and (max-width: 500px) {
      blockquote:before {
        border: 1px solid #E9E6E1;
        left: 10px;
        top: 10px;
        height: calc(100% - 20px);
        width: calc(100% - 20px); } }
  blockquote p {
    font-family: "Josefin Sans", sans-serif;
    font-size: 2.0625rem;
    color: #E9E6E1;
    letter-spacing: 0.2px;
    line-height: 2.875rem; }
    @media screen and (max-width: 500px) {
      blockquote p {
        text-align: center; } }
    blockquote p:last-child strong {
      font-family: "Fjalla One", sans-serif;
      font-weight: 400;
      font-size: 1.3125rem;
      color: #FFFFFF;
      letter-spacing: 0.2px;
      line-height: 1.375rem;
      text-transform: uppercase;
      position: absolute;
      bottom: 15px;
      right: 50px;
      padding: 0px 30px;
      background: #0B2A4A; }
      @media screen and (max-width: 500px) {
        blockquote p:last-child strong {
          bottom: 0px;
          right: auto;
          left: 50%;
          transform: translateX(-50%);
          width: calc(100% - 42px);
          padding: 10px 30px;
          text-align: center; } }
      blockquote p:last-child strong em {
        font-style: normal;
        font-family: "Josefin Sans", sans-serif;
        font-weight: 400;
        font-size: 1rem;
        color: #E9E6E1;
        letter-spacing: 0.2px;
        line-height: 1.375rem;
        text-transform: initial;
        position: relative;
        padding-left: 20px;
        display: inline-block; }
        blockquote p:last-child strong em:before {
          content: "";
          position: absolute;
          background-color: #E9E6E1;
          width: 1px;
          height: 36px;
          transform: rotate(20deg);
          left: 10px;
          top: -12px; }

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

html {
  height: 100%; }

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

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

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

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

.accessible {
  display: none; }

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

.one_sidebar_right {
  width: 100%; }
  .one_sidebar_right #column_1 {
    width: 100%;
    position: relative; }
  .one_sidebar_right #column_2 {
    position: absolute;
    right: 10px;
    top: 20px;
    background: #222;
    width: 300px; }
  .one_sidebar_right .leftColumn {
    width: calc(100% - 300px);
    background: #fff;
    float: left; }
    @media screen and (max-width: 870px) {
      .one_sidebar_right .leftColumn {
        width: 100%; } }
  .one_sidebar_right .rightBreakout {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #E9E6E1;
    width: 275px; }
    @media screen and (max-width: 870px) {
      .one_sidebar_right .rightBreakout {
        position: relative;
        top: auto;
        right: auto;
        width: 100%; } }

.full {
  width: 100%; }
  .full .full_column {
    width: 100%;
    background: #fff;
    margin-bottom: 7.5rem; }
    .full .full_column .full-slideshow {
      margin-bottom: 20px;
      position: relative; }

.no-slideshow .breadcrumbs {
  margin-top: 50px; }

.breadcrumbs {
  padding: 0px 20px;
  text-align: left; }
  .breadcrumbs span:last-child {
    font-weight: bold;
    color: #0B2A4A; }
  .breadcrumbs a:hover {
    text-decoration: underline; }
  .breadcrumbs .breadcrumb_divider {
    margin: 0px 10px; }

.page_title {
  padding: 0px 20px;
  positon: relative;
  margin-bottom: 3.125rem; }
  .page_title:after {
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    height: 1px;
    background: #0B2A4A; }

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

/* ----------------------------------------------------------------------------
= Header basics
----------------------------------------------------------------------------- */
header {
  position: fixed;
  top: 0px;
  background: white;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  z-index: 999; }
  header .mobile-logo {
    display: none;
    width: 240px;
    position: absolute;
    left: 50%;
    top: 22px;
    transform: translateX(-50%);
    height: 20px; }
    @media screen and (max-width: 500px) {
      header .mobile-logo {
        left: auto;
        transform: none;
        right: 20px;
        width: 198px;
        height: 17px; } }
    header .mobile-logo .logo {
      height: 20px;
      margin: 0 auto;
      transition: all 200ms linear; }
      @media screen and (max-width: 500px) {
        header .mobile-logo .logo {
          height: 17px; } }
      header .mobile-logo .logo a, header .mobile-logo .logo span {
        display: block;
        text-indent: -9999px;
        background-image: url("../images/logos/logo_mobile.svg");
        background-repeat: no-repeat;
        background-size: 240px 20px;
        background-position: center;
        height: 20px;
        transition: all 200ms linear; }
        @media screen and (max-width: 500px) {
          header .mobile-logo .logo a, header .mobile-logo .logo span {
            height: 17px;
            background-size: 198px 17px; } }
      header .mobile-logo .logo a {
        opacity: 1; }
        header .mobile-logo .logo a:hover, header .mobile-logo .logo a:focus {
          opacity: 0.7; }
    @media screen and (max-width: 1024px) {
      header .mobile-logo {
        display: block; } }
  header .logo-placeholder {
    float: left;
    width: 250px;
    height: 113px;
    margin-top: -40px;
    background: white;
    transition: all 200ms linear; }
    header .logo-placeholder .logo {
      height: 78px;
      margin: 0 auto;
      margin-top: 17px;
      transition: all 200ms linear; }
      header .logo-placeholder .logo a, header .logo-placeholder .logo span {
        display: block;
        text-indent: -9999px;
        background-image: url("../images/logos/logo.svg");
        background-repeat: no-repeat;
        background-size: 197px 78px;
        background-position: center;
        height: 78px;
        transition: all 200ms linear; }
      header .logo-placeholder .logo a {
        opacity: 1; }
        header .logo-placeholder .logo a:hover, header .logo-placeholder .logo a:focus {
          opacity: 0.7; }
  header.is-fixed {
    border-bottom: 1px solid #0B2A4A; }
    header.is-fixed.is-hidden {
      background: rgba(255, 255, 255, 0.95); }
      header.is-fixed.is-hidden .logo-placeholder {
        margin-top: 0px;
        height: 90px;
        background: transparent; }
        header.is-fixed.is-hidden .logo-placeholder .logo {
          height: 90px;
          margin-top: 0px; }
          header.is-fixed.is-hidden .logo-placeholder .logo a, header.is-fixed.is-hidden .logo-placeholder .logo span {
            background-size: 177px 70px;
            height: 90px; }
  @media screen and (max-width: 1024px) {
    header {
      zoom: 1;
      z-index: 900;
      min-height: 65px; }
      header:before, header:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      header:after {
        clear: both; } }
  header .ndfh {
    float: right;
    margin-right: 10px;
    padding-bottom: 24px;
    position: relative;
    padding-left: 30px;
    padding-top: 29px;
    min-width: 147px;
    cursor: pointer; }
    @media screen and (max-width: 1024px) {
      header .ndfh {
        position: absolute;
        top: 25px;
        left: 0px;
        padding: 0px;
        padding-left: 20px;
        width: 100%;
        text-align: left; } }
    header .ndfh:after {
      content: "";
      background: #0B2A4A;
      position: absolute;
      left: 0px;
      top: 32px;
      width: 1px;
      transform: skew(-12deg);
      height: 35px; }
      @media screen and (max-width: 1024px) {
        header .ndfh:after {
          content: none; } }
    header .ndfh a {
      float: left; }
      header .ndfh a img {
        opacity: 1; }
      @media screen and (max-width: 1024px) {
        header .ndfh a {
          float: none;
          clear: none;
          width: auto;
          display: inline-block; } }
    header .ndfh .text {
      font-family: "Fjalla One", sans-serif;
      font-size: 12px;
      color: #0B2A4A;
      letter-spacing: 0.2px;
      text-align: right;
      line-height: 13px;
      float: left;
      text-transform: uppercase;
      margin-right: 10px; }
      @media screen and (max-width: 1024px) {
        header .ndfh .text {
          text-align: left;
          color: white;
          line-height: 31px; } }
      header .ndfh .text .first-word {
        display: block;
        width: 100%; }
        @media screen and (max-width: 1024px) {
          header .ndfh .text .first-word {
            display: inline-block;
            width: auto; } }
    header .ndfh img {
      max-width: 66px; }
      @media screen and (max-width: 1024px) {
        header .ndfh img {
          max-width: 77px; } }
    header .ndfh:hover a img, header .ndfh:focus a img {
      opacity: 0.6; }

/* ----------------------------------------------------------------------------
= Header toolbar (if used)
----------------------------------------------------------------------------- */
.toolbar {
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #0B2A4A;
  margin-top: 0px;
  transition: margin-top 200ms linear; }
  @media screen and (max-width: 1024px) {
    .toolbar {
      height: 65px;
      border: 0px;
      float: right;
      width: auto; } }
  @media screen and (max-width: 500px) {
    .toolbar {
      display: none; } }
  .toolbar .toolbar-inner {
    max-width: 1150px;
    padding: 0px 20px;
    width: 100%;
    margin: 0 auto; }
    .toolbar .toolbar-inner a {
      font-family: "Josefin Sans", sans-serif;
      font-weight: 600;
      font-size: 16px;
      color: #0B2A4A;
      letter-spacing: 0.2px;
      line-height: 40px;
      text-decoration: none; }
      .toolbar .toolbar-inner a:hover, .toolbar .toolbar-inner a:focus {
        text-decoration: underline; }
      .toolbar .toolbar-inner a + a {
        margin-left: 37px; }
      @media screen and (max-width: 1024px) {
        .toolbar .toolbar-inner a {
          display: none; } }
    .toolbar .toolbar-inner .searchTrigger {
      float: right;
      height: 40px;
      font-family: "Josefin Sans", sans-serif;
      font-weight: 600;
      font-size: 16px;
      color: #0B2A4A;
      letter-spacing: 0.2px;
      text-align: right;
      line-height: 40px;
      position: relative;
      padding-right: 28px;
      cursor: pointer;
      text-decoration: none; }
      @media screen and (max-width: 1024px) {
        .toolbar .toolbar-inner .searchTrigger {
          margin-top: 12px; } }
      .toolbar .toolbar-inner .searchTrigger:after {
        content: "";
        height: 20px;
        width: 20px;
        background-image: url("../images/icons/search.svg");
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        right: 0px;
        top: 10px; }
      .toolbar .toolbar-inner .searchTrigger.is-visible:after {
        background-image: url("../images/icons/search_close.svg"); }
      .toolbar .toolbar-inner .searchTrigger:hover, .toolbar .toolbar-inner .searchTrigger:focus {
        text-decoration: underline; }
  header.is-fixed.is-hidden .toolbar {
    margin-top: -40px; }
    @media screen and (max-width: 1024px) {
      header.is-fixed.is-hidden .toolbar {
        margin-top: 0px; } }

/* ----------------------------------------------------------------------------
= Navigations
----------------------------------------------------------------------------- */
.main_nav {
  zoom: 1;
  position: relative;
  z-index: 500;
  width: 100%;
  max-width: 1220px;
  height: auto;
  margin: 0 auto;
  padding: 0px 10px; }
  .main_nav:before, .main_nav:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .main_nav:after {
    clear: both; }
  @media screen and (max-width: 1024px) {
    .main_nav {
      display: none; } }
  .main_nav .mobile_search {
    display: none; }
  .main_nav > ul {
    zoom: 1;
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    display: flex; }
    .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;
      width: calc(((100% - 250px) / 6));
      text-align: center;
      justify-content: center;
      display: flex;
      align-items: center; }
      .main_nav > ul > li > a, .main_nav > ul > li > a:link, .main_nav > ul > li > a:visited {
        font-family: "Fjalla One", sans-serif;
        font-size: 21px;
        color: #0B2A4A;
        letter-spacing: 0.2px;
        text-align: center;
        line-height: 24px;
        text-transform: uppercase; }
        .main_nav > ul > li > a span.first-word, .main_nav > ul > li > a:link span.first-word, .main_nav > ul > li > a:visited span.first-word {
          width: 100%;
          display: block; }
        .main_nav > ul > li > a[rel="external"]:after, .main_nav > ul > li > a:link[rel="external"]:after, .main_nav > ul > li > a:visited[rel="external"]:after {
          margin-left: 5px;
          content: "\f08e";
          font-family: "FontAwesome"; }
        .main_nav > ul > li > a.active, .main_nav > ul > li > a:link.active, .main_nav > ul > li > a:visited.active {
          color: #0B2A4A;
          text-decoration: underline; }
    .main_nav > ul:hover > li > a, .main_nav > ul:hover > li > a:link, .main_nav > ul:hover > li > a:visited, .main_nav > ul:focus > li > a, .main_nav > ul:focus > li > a:link, .main_nav > ul:focus > li > a:visited {
      color: #9CA9B6; }
    .main_nav > ul:hover > li.hover > a, .main_nav > ul:hover > li.hover > a:link, .main_nav > ul:hover > li.hover > a:visited, .main_nav > ul:focus > li.hover > a, .main_nav > ul:focus > li.hover > a:link, .main_nav > ul:focus > li.hover > a:visited {
      color: #0B2A4A;
      text-decoration: underline; }

body.user-is-tabbing .main_nav > ul > li:has(.sub) .close-button {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #0B2A4A;
  display: block;
  position: absolute;
  bottom: 5px; }
  body.user-is-tabbing .main_nav > ul > li:has(.sub) .close-button::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
    position: relative;
    top: -10px;
    left: -5px; }

.main_nav ul .sub,
.main_nav ul .nav_sub {
  position: absolute;
  display: none;
  z-index: 9000;
  top: 100%;
  left: 0;
  width: 220px;
  margin: 0;
  background: #0B2A4A;
  padding-left: 30px;
  padding-right: 5px;
  padding-top: 20px;
  padding-bottom: 20px; }
  .main_nav ul .sub > ul,
  .main_nav ul .nav_sub > ul {
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    border-top: none;
    background: none; }
    .main_nav ul .sub > ul > li,
    .main_nav ul .nav_sub > ul > li {
      padding-bottom: 15px; }
      .main_nav ul .sub > ul > li:last-child,
      .main_nav ul .nav_sub > ul > li:last-child {
        padding-bottom: 0px; }
      .main_nav ul .sub > ul > li a, .main_nav ul .sub > ul > li a:link, .main_nav ul .sub > ul > li a:visited,
      .main_nav ul .nav_sub > ul > li a,
      .main_nav ul .nav_sub > ul > li a:link,
      .main_nav ul .nav_sub > ul > li a:visited {
        display: block;
        height: auto;
        margin: 0;
        cursor: pointer;
        text-align: left;
        font-family: "Josefin Sans", sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #E9E6E1;
        letter-spacing: 0.2px;
        line-height: 22px; }
        .main_nav ul .sub > ul > li a[rel="external"]:after, .main_nav ul .sub > ul > li a:link[rel="external"]:after, .main_nav ul .sub > ul > li a:visited[rel="external"]:after,
        .main_nav ul .nav_sub > ul > li a[rel="external"]:after,
        .main_nav ul .nav_sub > ul > li a:link[rel="external"]:after,
        .main_nav ul .nav_sub > ul > li a:visited[rel="external"]:after {
          margin-left: 5px;
          content: "\f08e";
          font-family: "FontAwesome"; }
        .main_nav ul .sub > ul > li a:hover, .main_nav ul .sub > ul > li a:focus, .main_nav ul .sub > ul > li a.active, .main_nav ul .sub > ul > li a:link:hover, .main_nav ul .sub > ul > li a:link:focus, .main_nav ul .sub > ul > li a:link.active, .main_nav ul .sub > ul > li a:visited:hover, .main_nav ul .sub > ul > li a:visited:focus, .main_nav ul .sub > ul > li a:visited.active,
        .main_nav ul .nav_sub > ul > li a:hover,
        .main_nav ul .nav_sub > ul > li a:focus,
        .main_nav ul .nav_sub > ul > li a.active,
        .main_nav ul .nav_sub > ul > li a:link:hover,
        .main_nav ul .nav_sub > ul > li a:link:focus,
        .main_nav ul .nav_sub > ul > li a:link.active,
        .main_nav ul .nav_sub > ul > li a:visited:hover,
        .main_nav ul .nav_sub > ul > li a:visited:focus,
        .main_nav ul .nav_sub > ul > li a:visited.active {
          color: #40A8CB;
          cursor: pointer;
          text-decoration: none; }
      .main_nav ul .sub > ul > li .sub_trigger,
      .main_nav ul .nav_sub > ul > li .sub_trigger {
        height: 20px;
        width: 20px;
        display: block;
        position: absolute;
        left: -25px;
        top: 0px; }
        .main_nav ul .sub > ul > li .sub_trigger:before, .main_nav ul .sub > ul > li .sub_trigger:after,
        .main_nav ul .nav_sub > ul > li .sub_trigger:before,
        .main_nav ul .nav_sub > ul > li .sub_trigger:after {
          position: absolute;
          content: "";
          background: #40A8CB; }
        .main_nav ul .sub > ul > li .sub_trigger:before,
        .main_nav ul .nav_sub > ul > li .sub_trigger:before {
          height: 2px;
          width: 10px;
          top: calc(50% - 1px);
          left: calc(50% - 5px); }
        .main_nav ul .sub > ul > li .sub_trigger:after,
        .main_nav ul .nav_sub > ul > li .sub_trigger:after {
          height: 10px;
          width: 2px;
          left: calc(50% - 1px);
          top: calc(50% - 5px);
          transition: transform 200ms linear; }
      .main_nav ul .sub > ul > li.open .sub_trigger:after,
      .main_nav ul .nav_sub > ul > li.open .sub_trigger:after {
        transform: rotate(90deg); }
  .main_nav ul .sub ul.level_3,
  .main_nav ul .nav_sub ul.level_3 {
    display: none;
    margin-top: 10px;
    padding-left: 10px; }
    .main_nav ul .sub ul.level_3 > li,
    .main_nav ul .nav_sub ul.level_3 > li {
      margin-bottom: 5px; }
      .main_nav ul .sub ul.level_3 > li > a, .main_nav ul .sub ul.level_3 > li > a:link, .main_nav ul .sub ul.level_3 > li > a:visited,
      .main_nav ul .nav_sub ul.level_3 > li > a,
      .main_nav ul .nav_sub ul.level_3 > li > a:link,
      .main_nav ul .nav_sub ul.level_3 > li > a:visited {
        font-family: "Fjalla One", sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: #E9E6E1;
        letter-spacing: 0.2px;
        line-height: 28px;
        text-transform: uppercase; }
        .main_nav ul .sub ul.level_3 > li > a[rel="external"]:after, .main_nav ul .sub ul.level_3 > li > a:link[rel="external"]:after, .main_nav ul .sub ul.level_3 > li > a:visited[rel="external"]:after,
        .main_nav ul .nav_sub ul.level_3 > li > a[rel="external"]:after,
        .main_nav ul .nav_sub ul.level_3 > li > a:link[rel="external"]:after,
        .main_nav ul .nav_sub ul.level_3 > li > a:visited[rel="external"]:after {
          margin-left: 5px;
          content: "\f08e";
          font-family: "FontAwesome"; }
        .main_nav ul .sub ul.level_3 > li > a:hover, .main_nav ul .sub ul.level_3 > li > a:focus, .main_nav ul .sub ul.level_3 > li > a.active, .main_nav ul .sub ul.level_3 > li > a:link:hover, .main_nav ul .sub ul.level_3 > li > a:link:focus, .main_nav ul .sub ul.level_3 > li > a:link.active, .main_nav ul .sub ul.level_3 > li > a:visited:hover, .main_nav ul .sub ul.level_3 > li > a:visited:focus, .main_nav ul .sub ul.level_3 > li > a:visited.active,
        .main_nav ul .nav_sub ul.level_3 > li > a:hover,
        .main_nav ul .nav_sub ul.level_3 > li > a:focus,
        .main_nav ul .nav_sub ul.level_3 > li > a.active,
        .main_nav ul .nav_sub ul.level_3 > li > a:link:hover,
        .main_nav ul .nav_sub ul.level_3 > li > a:link:focus,
        .main_nav ul .nav_sub ul.level_3 > li > a:link.active,
        .main_nav ul .nav_sub ul.level_3 > li > a:visited:hover,
        .main_nav ul .nav_sub ul.level_3 > li > a:visited:focus,
        .main_nav ul .nav_sub ul.level_3 > li > a:visited.active {
          color: #40A8CB;
          cursor: pointer;
          text-decoration: none; }

/* ----------------------------------------------------------------------------
= Mobile Navigation
----------------------------------------------------------------------------- */
#nav-toggle {
  position: absolute;
  width: 40px;
  height: 10px;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%) rotate(0);
  transition: all 200ms linear; }
  #nav-toggle span.top, #nav-toggle span.bottom {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 2px;
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  #nav-toggle span.bar {
    display: block;
    width: 40px;
    height: 2px;
    background: #0B2A4A;
    position: absolute;
    left: 0px;
    transition: transform 200ms linear, background 200ms linear; }
  #nav-toggle span.top {
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transform: rotate(0); }
    #nav-toggle span.top .bar {
      top: 0px;
      transition: transform 0.2s 0.2s;
      transform: translateY(-3px); }
  #nav-toggle span.bottom {
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transform: rotate(0); }
    #nav-toggle span.bottom .bar {
      bottom: 0px;
      transition: transform 0.2s 0.2s;
      transform: translateY(4px); }

.nav-toggle-wrapper {
  top: 12px;
  left: 10px;
  width: 50px;
  height: 40px;
  position: absolute;
  display: none;
  z-index: 1501;
  cursor: pointer;
  outline-offset: 10px; }
  @media screen and (max-width: 500px) {
    .nav-toggle-wrapper {
      right: auto;
      left: 20px; } }
  @media screen and (max-width: 1024px) {
    .nav-toggle-wrapper {
      display: block; } }
  .nav-toggle-wrapper .text {
    /* Menu: */
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #0B2A4A;
    letter-spacing: 0;
    text-align: center;
    line-height: 10px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%); }
  .nav-toggle-wrapper.active #nav-toggle {
    transform: translateX(-50%) rotate(90deg);
    left: calc(50% - 3px);
    top: 3px; }
    .nav-toggle-wrapper.active #nav-toggle span.bar {
      background: #0B2A4A; }
    .nav-toggle-wrapper.active #nav-toggle span.top {
      transform: rotate(45deg);
      transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99); }
      .nav-toggle-wrapper.active #nav-toggle span.top .bar {
        transform: translateY(0);
        top: 0px;
        left: 0px; }
    .nav-toggle-wrapper.active #nav-toggle span.bottom {
      transform: rotate(-45deg);
      transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99); }
      .nav-toggle-wrapper.active #nav-toggle span.bottom .bar {
        transform: translateY(0);
        top: 0px;
        left: 1px; }
    .nav-toggle-wrapper.active #nav-toggle + .text {
      color: #212121; }
  .nav-toggle-wrapper:hover, .nav-toggle-wrapper:focus span.text {
    text-decoration: underline; }

@media screen and (max-width: 1024px) {
  .nav_wrapper {
    position: fixed;
    top: 65px;
    left: 0; } }
.nav_wrapper.is-opened {
  position: absolute;
  position: fixed;
  overflow: scroll;
  z-index: 1000;
  top: 65px;
  left: 0;
  width: 100%;
  height: calc(100% - 65px);
  background: rgba(11, 42, 74, 0.85); }

.mobile_nav {
  position: absolute;
  display: none;
  z-index: 500;
  top: 0px;
  left: 0;
  width: 100%;
  margin: 0 0 0;
  padding: 0;
  min-height: 100vh;
  padding-left: 10px;
  padding-right: 10px;
  zoom: 1;
  background: #0B2A4A;
  max-width: 500px; }
  .mobile_nav:before, .mobile_nav:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .mobile_nav:after {
    clear: both; }
  .mobile_nav > ul {
    position: relative;
    display: block;
    float: left;
    clear: left;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 75px;
    padding-bottom: 30px;
    text-align: left; }
    .mobile_nav > ul .logo-placeholder {
      display: none; }
    .mobile_nav > ul > li {
      position: relative;
      display: block;
      display: block;
      float: left;
      clear: left;
      width: 100%;
      margin: 0;
      padding: 0;
      border-bottom: 1px solid white; }
      .mobile_nav > ul > li .close-button {
        position: absolute;
        top: 16px;
        left: 22px;
        height: 26px;
        width: 17px; }
        .mobile_nav > ul > li .close-button:after {
          content: "\f107";
          font-family: "FontAwesome";
          position: absolute;
          color: white;
          text-align: center;
          font-size: 26px;
          top: 0;
          left: 0;
          transition: all 200ms linear; }
      .mobile_nav > ul > li.is-opened .close-button:after {
        transform: rotate(180deg);
        color: #40A8CB; }
      .mobile_nav > ul > li.is-opened > a {
        color: #40A8CB !important; }
      .mobile_nav > ul > li.page_1 {
        display: none; }
      .mobile_nav > ul > li > a, .mobile_nav > ul > li > a:link, .mobile_nav > ul > li > a:visited {
        display: block;
        float: left;
        clear: left;
        width: 100%;
        margin: 0;
        padding: 20px 0;
        text-align: left;
        text-decoration: none;
        font-family: "Fjalla One", sans-serif;
        font-size: 21px;
        color: #FFFFFF;
        letter-spacing: 0.2px;
        line-height: 22px;
        text-transform: uppercase;
        padding-left: 54px; }
        .mobile_nav > ul > li > a:hover, .mobile_nav > ul > li > a.active, .mobile_nav > ul > li > a:link:hover, .mobile_nav > ul > li > a:link.active, .mobile_nav > ul > li > a:visited:hover, .mobile_nav > ul > li > a:visited.active {
          color: #40A8CB; }
      .mobile_nav > ul > li:first-child {
        border-top: 1px solid white; }
  .mobile_nav .hover ul li a {
    color: white; }
  .mobile_nav .mobile_search {
    display: none;
    height: auto; }
    @media screen and (max-width: 500px) {
      .mobile_nav .mobile_search {
        display: block; } }

.mobile_nav ul .sub {
  float: left;
  width: 100%;
  padding-left: 74px;
  padding-top: 10px;
  display: none; }
  @media screen and (max-width: 700px) {
    .mobile_nav ul .sub {
      padding-top: 10px; } }
  .mobile_nav ul .sub .sub_trigger {
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    left: -25px;
    top: 0px; }
    .mobile_nav ul .sub .sub_trigger:before, .mobile_nav ul .sub .sub_trigger:after {
      position: absolute;
      content: "";
      background: #40A8CB; }
    .mobile_nav ul .sub .sub_trigger:before {
      height: 2px;
      width: 10px;
      top: calc(50% - 1px);
      left: calc(50% - 5px); }
    .mobile_nav ul .sub .sub_trigger:after {
      height: 10px;
      width: 2px;
      left: calc(50% - 1px);
      top: calc(50% - 5px);
      transition: transform 200ms linear; }
  .mobile_nav ul .sub > ul > li {
    margin-bottom: 22px; }
    .mobile_nav ul .sub > ul > li > a, .mobile_nav ul .sub > ul > li > a:link, .mobile_nav ul .sub > ul > li > a:visited {
      font-family: "Josefin Sans", sans-serif;
      font-size: 16px;
      color: #E9E6E1;
      letter-spacing: 0.2px;
      line-height: 22px; }
      .mobile_nav ul .sub > ul > li > a:hover, .mobile_nav ul .sub > ul > li > a.active, .mobile_nav ul .sub > ul > li > a:link:hover, .mobile_nav ul .sub > ul > li > a:link.active, .mobile_nav ul .sub > ul > li > a:visited:hover, .mobile_nav ul .sub > ul > li > a:visited.active {
        color: #40A8CB; }

.mobile_nav .level_3 {
  padding-top: 5px;
  padding-left: 10px;
  display: none; }
  .mobile_nav .level_3 > li {
    margin-bottom: 0px; }
    .mobile_nav .level_3 > li > a, .mobile_nav .level_3 > li > a:link, .mobile_nav .level_3 > li > a:visited {
      font-family: "Fjalla One", sans-serif;
      font-size: 12px;
      color: #E9E6E1;
      letter-spacing: 0.2px;
      line-height: 28px;
      text-transform: uppercase; }
      .mobile_nav .level_3 > li > a:hover, .mobile_nav .level_3 > li > a.active, .mobile_nav .level_3 > li > a:link:hover, .mobile_nav .level_3 > li > a:link.active, .mobile_nav .level_3 > li > a:visited:hover, .mobile_nav .level_3 > li > a:visited.active {
        color: #40A8CB; }

/* ----------------------------------------------------------------------------
= Footer basics
----------------------------------------------------------------------------- */
footer {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  background: #F7F5F4; }
  footer .footer_top {
    background: white;
    border-bottom: 1px solid #0B2A4A; }
  footer .footer_info {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    zoom: 1; }
    footer .footer_info:before, footer .footer_info:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    footer .footer_info:after {
      clear: both; }
    footer .footer_info_left {
      width: 533px;
      float: left;
      border-right: 1px solid #0B2A4A;
      padding-left: 20px; }
      @media screen and (max-width: 1024px) {
        footer .footer_info_left {
          border-right: 0px;
          margin: 0 auto;
          float: none;
          max-width: 533px;
          width: 100%;
          padding: 0px 20px;
          zoom: 1; }
          footer .footer_info_left:before, footer .footer_info_left:after {
            display: block;
            visibility: hidden;
            height: 0;
            content: '\0020'; }
          footer .footer_info_left:after {
            clear: both; } }
      @media screen and (max-width: 500px) {
        footer .footer_info_left {
          padding: 0px;
          width: 100%; } }
      footer .footer_info_left .logo_social {
        width: 150px;
        float: left;
        margin-top: 19px; }
        @media screen and (max-width: 500px) {
          footer .footer_info_left .logo_social {
            margin-left: auto;
            margin-right: auto;
            float: none; } }
        footer .footer_info_left .logo_social .footer_logo {
          height: 57px; }
          footer .footer_info_left .logo_social .footer_logo a, footer .footer_info_left .logo_social .footer_logo span {
            display: block;
            text-indent: -9999px;
            background-image: url("../images/logos/logo.svg");
            background-repeat: no-repeat;
            background-size: 150px 57px;
            background-position: center;
            height: 57px;
            transition: all 200ms linear;
            opacity: 1; }
          footer .footer_info_left .logo_social .footer_logo a:hover {
            opacity: 0.75; }
        footer .footer_info_left .logo_social .social {
          max-width: 80px;
          margin: 0 auto;
          margin-top: 2.5rem;
          display: flex;
          flex-flow: row wrap;
          justify-content: center; }
          footer .footer_info_left .logo_social .social a {
            font-size: 23px;
            flex: 1 0 auto;
            text-align: center;
            transition: opacity 200ms linear; }
          footer .footer_info_left .logo_social .social:hover a, footer .footer_info_left .logo_social .social:focus a {
            opacity: 0.4; }
            footer .footer_info_left .logo_social .social:hover a:hover, footer .footer_info_left .logo_social .social:hover a:focus, footer .footer_info_left .logo_social .social:focus a:hover, footer .footer_info_left .logo_social .social:focus a:focus {
              opacity: 1; }
      footer .footer_info_left .address {
        width: 240px;
        float: right;
        margin-right: 30px;
        margin-top: 19px; }
        @media screen and (max-width: 500px) {
          footer .footer_info_left .address {
            margin-left: auto;
            margin-right: auto;
            float: none;
            margin-bottom: 40px;
            zoom: 1; }
            footer .footer_info_left .address:before, footer .footer_info_left .address:after {
              display: block;
              visibility: hidden;
              height: 0;
              content: '\0020'; }
            footer .footer_info_left .address:after {
              clear: both; } }
        footer .footer_info_left .address address {
          font-weight: 300;
          font-family: "Josefin Sans", sans-serif;
          font-size: 19px;
          color: #0B2A4A;
          letter-spacing: 0.2px;
          line-height: 27px; }
          footer .footer_info_left .address address .venue_name {
            display: none; }
          footer .footer_info_left .address address .venue_phone, footer .footer_info_left .address address .address_second_line {
            clear: both;
            float: left; }
          footer .footer_info_left .address address .box-office-phone {
            clear: both;
            float: left;
            font-weight: 600;
            margin-top: 18px; }
          @media screen and (max-width: 500px) {
            footer .footer_info_left .address address .venue_address, footer .footer_info_left .address address .venue_phone, footer .footer_info_left .address address .address_second_line, footer .footer_info_left .address address .box-office-phone {
              text-align: center;
              display: block;
              width: 100%; } }
    footer .footer_info_right {
      width: calc(100% - 533px);
      float: left;
      padding-right: 20px; }
      @media screen and (max-width: 1024px) {
        footer .footer_info_right {
          width: 100%;
          border-top: 1px solid #0B2A4A;
          padding: 0px 20px; } }
      footer .footer_info_right .sponsor-images {
        margin-left: 40px;
        margin-top: 28px;
        max-width: 600px; }
        footer .footer_info_right .sponsor-images .sponsors {
          display: flex;
          flex-flow: row wrap;
          justify-content: center;
          align-items: center; }
          @media screen and (max-width: 500px) {
            footer .footer_info_right .sponsor-images .sponsors {
              flex-flow: column wrap; } }
          footer .footer_info_right .sponsor-images .sponsors .sponsor_item {
            flex: 1 0 auto; }
            @media screen and (max-width: 500px) {
              footer .footer_info_right .sponsor-images .sponsors .sponsor_item {
                padding: 10px 0px;
                margin-bottom: 50px; }
                footer .footer_info_right .sponsor-images .sponsors .sponsor_item:last-child {
                  margin-bottom: 0px; } }
            footer .footer_info_right .sponsor-images .sponsors .sponsor_item a img {
              display: block;
              max-width: 100%;
              height: auto;
              max-height: 100%;
              margin: 0 auto;
              opacity: 1;
              transition: opacity 200ms linear; }
        footer .footer_info_right .sponsor-images:hover .sponsors .sponsor_item a img, footer .footer_info_right .sponsor-images:focus .sponsors .sponsor_item a img {
          opacity: 0.4; }
        footer .footer_info_right .sponsor-images:hover .sponsors .sponsor_item a:hover img, footer .footer_info_right .sponsor-images:hover .sponsors .sponsor_item a:focus img, footer .footer_info_right .sponsor-images:focus .sponsors .sponsor_item a:hover img, footer .footer_info_right .sponsor-images:focus .sponsors .sponsor_item a:focus img {
          opacity: 1; }
        @media screen and (max-width: 1024px) {
          footer .footer_info_right .sponsor-images {
            margin-left: 40px;
            margin-top: 28px;
            max-width: 621px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 30px;
            zoom: 1; }
            footer .footer_info_right .sponsor-images:before, footer .footer_info_right .sponsor-images:after {
              display: block;
              visibility: hidden;
              height: 0;
              content: '\0020'; }
            footer .footer_info_right .sponsor-images:after {
              clear: both; } }
        @media screen and (max-width: 500px) {
          footer .footer_info_right .sponsor-images {
            margin-top: 20px;
            margin-bottom: 20px; } }
  footer .footer_nav {
    zoom: 1;
    max-width: 1240px;
    padding: 0px 20px;
    width: 100%;
    margin: auto;
    padding-top: 80px; }
    footer .footer_nav:before, footer .footer_nav:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    footer .footer_nav:after {
      clear: both; }
    footer .footer_nav ul {
      zoom: 1;
      position: relative; }
      footer .footer_nav ul:before, footer .footer_nav ul:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      footer .footer_nav ul:after {
        clear: both; }
      footer .footer_nav ul li {
        width: 20%;
        float: left; }
        footer .footer_nav ul li a {
          font-family: "Fjalla One", sans-serif;
          font-weight: 400;
          font-size: 21px;
          color: #0B2A4A;
          letter-spacing: 0.2px;
          line-height: 22px;
          display: block;
          position: relative;
          cursor: pointer;
          margin-bottom: 22px;
          text-transform: uppercase;
          padding: 0px 10px; }
          footer .footer_nav ul li a[rel="external"]:after {
            margin-left: 5px;
            content: "\f08e";
            font-family: "FontAwesome"; }
          footer .footer_nav ul li a:hover, footer .footer_nav ul li a.active, footer .footer_nav ul li a:focus {
            text-decoration: underline; }
        footer .footer_nav ul li li {
          width: 100%;
          float: none;
          margin-bottom: 0; }
          footer .footer_nav ul li li a {
            font-family: "Josefin Sans", sans-serif;
            font-weight: 500;
            font-size: 16px;
            color: #0B2A4A;
            letter-spacing: 0.2px;
            line-height: 22px;
            margin-bottom: 22px;
            text-transform: initial; }
            @media screen and (max-width: 870px) {
              footer .footer_nav ul li li a {
                margin-bottom: 26px; } }
            footer .footer_nav ul li li a[rel="external"]:after {
              margin-left: 5px;
              content: "\f08e";
              font-family: "FontAwesome"; }
        @media screen and (max-width: 870px) {
          footer .footer_nav ul li {
            width: 100%;
            text-align: center;
            margin-bottom: 70px; } }
      @media screen and (max-width: 870px) {
        footer .footer_nav ul ul {
          display: none; } }
    @media screen and (max-width: 870px) {
      footer .footer_nav {
        margin: 0 auto;
        width: calc(100% - 20px);
        padding-top: 58px; } }

.global-footer {
  position: relative;
  zoom: 1;
  margin: 0 auto;
  display: block;
  padding: 0;
  width: 100%;
  max-width: 1240px;
  text-align: center;
  padding: 0px 20px;
  padding-bottom: 32px; }
  .global-footer:before, .global-footer:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .global-footer:after {
    clear: both; }
  .global-footer p {
    position: relative;
    display: block;
    margin: auto;
    padding: 15px 0 0;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #0B2A4A;
    letter-spacing: 0.2px;
    text-align: center;
    line-height: 22px; }
    .global-footer p a, .global-footer p a:visited {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      color: #0B2A4A;
      text-decoration: none; }
      .global-footer p a:hover, .global-footer p a:focus, .global-footer p a:visited:hover, .global-footer p a:visited:focus {
        text-decoration: underline; }
      @media screen and (max-width: 500px) {
        .global-footer p a:first-child:before, .global-footer p a:visited:first-child:before {
          content: "";
          width: 100%;
          height: 20px;
          clear: left;
          display: block;
          position: relative; } }
  .global-footer .delimiter {
    padding: 0 2px;
    color: #0B2A4A; }
  .global-footer a#carbonhouse, .global-footer a#carbonhouse:link, .global-footer a#carbonhouse:visited {
    position: relative;
    display: block;
    margin: 0;
    margin-top: 15px;
    padding-top: 0px;
    color: #0B2A4A;
    font-family: 'helvetica';
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none; }
    .global-footer a#carbonhouse span, .global-footer a#carbonhouse:link span, .global-footer a#carbonhouse:visited span {
      font-size: 16px; }
      .global-footer a#carbonhouse span.carbon, .global-footer a#carbonhouse:link span.carbon, .global-footer a#carbonhouse:visited span.carbon {
        color: #0B2A4A;
        font-weight: 700; }
      .global-footer a#carbonhouse span.house, .global-footer a#carbonhouse:link span.house, .global-footer a#carbonhouse:visited span.house {
        color: #0B2A4A;
        font-weight: 700; }
    .global-footer a#carbonhouse:hover, .global-footer a#carbonhouse:focus, .global-footer a#carbonhouse:link:hover, .global-footer a#carbonhouse:link:focus, .global-footer a#carbonhouse:visited:hover, .global-footer a#carbonhouse:visited:focus {
      color: #0B2A4A;
      text-decoration: none; }
      .global-footer a#carbonhouse:hover span, .global-footer a#carbonhouse:focus span, .global-footer a#carbonhouse:link:hover span, .global-footer a#carbonhouse:link:focus span, .global-footer a#carbonhouse:visited:hover span, .global-footer a#carbonhouse:visited:focus span {
        color: #0B2A4A; }

/* ----------------------------------------------------------------------------
=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: #0B2A4A; }
      .subnav ul li a, .subnav ul li a:visited {
        display: block;
        padding: 9px 5px 7px 30px;
        color: white;
        font: bold 18px/120% "Josefin Sans", sans-serif;
        text-decoration: none;
        text-transform: uppercase; }
        .subnav ul li a:hover, .subnav ul li a.active, .subnav ul li a:active, .subnav ul li a:visited:hover, .subnav ul li a:visited.active, .subnav ul li a:visited:active {
          color: #0B2A4A; }
        .subnav ul li a.section, .subnav ul li a:visited.section {
          padding-bottom: 7px;
          color: #0B2A4A;
          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: #0B2A4A; }
      .subnav ul li.active.onparent a.active {
        color: #0B2A4A; }
    .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_wrapper, .mobile_search, .search-app {
  position: relative;
  height: 150px;
  margin: 0px;
  padding: 0;
  display: none;
  background: #0B2A4A;
  float: left;
  width: 100%;
  z-index: 9999; }
  .search_wrapper form, .mobile_search form, .search-app form {
    max-width: 940px;
    padding: 0px 20px;
    margin: 0 auto;
    margin-top: 55px; }
    .search_wrapper form label, .mobile_search form label, .search-app form label {
      width: 0;
      height: 0;
      overflow: hidden;
      display: block; }
  .search_wrapper input, .search_wrapper input[type='text'], .mobile_search input, .mobile_search input[type='text'], .search-app input, .search-app input[type='text'] {
    position: relative;
    height: 39px;
    margin: 0;
    padding: 8px 10px 6px;
    border: 0;
    -webkit-appearance: none;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    font-size: 28px;
    color: #E9E6E1;
    letter-spacing: 0.2px;
    line-height: 39px;
    background: transparent;
    border-bottom: 1px solid white;
    width: calc(100% - 130px); }
    .search_wrapper input::-webkit-input-placeholder, .search_wrapper input[type='text']::-webkit-input-placeholder, .mobile_search input::-webkit-input-placeholder, .mobile_search input[type='text']::-webkit-input-placeholder, .search-app input::-webkit-input-placeholder, .search-app input[type='text']::-webkit-input-placeholder {
      font-family: "Josefin Sans", sans-serif;
      font-weight: 300;
      font-size: 28px;
      color: #E9E6E1;
      letter-spacing: 0.2px;
      line-height: 39px; }
    .search_wrapper input:-moz-placeholder, .search_wrapper input[type='text']:-moz-placeholder, .mobile_search input:-moz-placeholder, .mobile_search input[type='text']:-moz-placeholder, .search-app input:-moz-placeholder, .search-app input[type='text']:-moz-placeholder {
      font-family: "Josefin Sans", sans-serif;
      font-weight: 300;
      font-size: 28px;
      color: #E9E6E1;
      letter-spacing: 0.2px;
      line-height: 39px; }
    .search_wrapper input:-ms-input-placeholder, .search_wrapper input[type='text']:-ms-input-placeholder, .mobile_search input:-ms-input-placeholder, .mobile_search input[type='text']:-ms-input-placeholder, .search-app input:-ms-input-placeholder, .search-app input[type='text']:-ms-input-placeholder {
      font-family: "Josefin Sans", sans-serif;
      font-weight: 300;
      font-size: 28px;
      color: #E9E6E1;
      letter-spacing: 0.2px;
      line-height: 39px; }
    .search_wrapper input:focus, .search_wrapper input[type='text']:focus, .mobile_search input:focus, .mobile_search input[type='text']:focus, .search-app input:focus, .search-app input[type='text']:focus {
      outline: none;
      -webkit-appearance: none; }
  .search_wrapper button, .search_wrapper a.submit, .mobile_search button, .mobile_search a.submit, .search-app button, .search-app a.submit {
    width: 111px;
    height: 33px;
    background: white;
    border: 1px solid white;
    outline: none;
    -webkit-appearance: none;
    font-family: "Josefin Sans", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #0B2A4A;
    letter-spacing: 0.2px;
    line-height: 32px;
    text-align: left;
    padding: 0px 15px;
    margin-left: 10px;
    background-image: url("../images/icons/search.svg");
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
    transition: all 200ms linear; }
    .search_wrapper button:hover, .search_wrapper button:focus, .search_wrapper a.submit:hover, .search_wrapper a.submit:focus, .mobile_search button:hover, .mobile_search button:focus, .mobile_search a.submit:hover, .mobile_search a.submit:focus, .search-app button:hover, .search-app button:focus, .search-app a.submit:hover, .search-app a.submit:focus {
      background-image: url("../images/icons/search-hover.svg");
      color: white;
      background-color: transparent; }

.mobile_nav form {
  margin-top: 20px;
  padding: 0px; }
  .mobile_nav form input[type="text"] {
    width: calc(100% - 56px);
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    font-size: 19px;
    color: #E9E6E1;
    letter-spacing: 0.2px;
    line-height: 27px; }
    .mobile_nav form input[type="text"]::-webkit-input-placeholder {
      font-family: "Josefin Sans", sans-serif;
      font-weight: 300;
      font-size: 19px;
      color: #E9E6E1;
      letter-spacing: 0.2px;
      line-height: 27px; }
    .mobile_nav form input[type="text"]:-moz-placeholder {
      font-family: "Josefin Sans", sans-serif;
      font-weight: 300;
      font-size: 19px;
      color: #E9E6E1;
      letter-spacing: 0.2px;
      line-height: 27px; }
    .mobile_nav form input[type="text"]:-ms-input-placeholder {
      font-family: "Josefin Sans", sans-serif;
      font-weight: 300;
      font-size: 19px;
      color: #E9E6E1;
      letter-spacing: 0.2px;
      line-height: 27px; }
  .mobile_nav form button {
    width: 40px;
    height: 30px;
    text-indent: -9999px;
    background-position: center; }

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

.es-wrapper {
  padding: 40px 00px;
  margin-bottom: 30px;
  background: #DFDFDF; }
  .es-wrapper h1 {
    padding-left: 10px; }

.search-app {
  position: relative;
  text-align: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  padding: 0 10px;
  /*input[type="text"] {
      font-family: $primary_font;
      font-weight: 400;
      font-size: 1rem;
      width: 100%;
      height: 40px;
      padding: 7px 50px 7px 10px;
      border: 2px solid $primary_color;
      color: #000;
      -webkit-appearance: none;
      text-transform: capitalize;
      //background: url(../images/magnifying-glass_large.png) right center #fff no-repeat;
      &:focus {
          outline: none;
          border: 2px solid $primary_color;
      }
  }*/
  /*a.submit {
      position: absolute;
      top: 47px;
      right: 26px;
      text-indent: -9999px;
      height: 26px;
      width: 26px;
      padding: 0px;
      background: url(../images/svg/search_icon.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 26px auto;
      right: 46px;
  }*/ }
  .search-app .search-input-extra {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: left;
    margin: 30px auto 15px;
    max-width: 1000px; }
  @media screen and (max-width: 870px) {
    .search-app {
      margin-top: 20px;
      padding: 0 20px; } }

ul.showtime-search-instant-results {
  list-style: none;
  text-align: left;
  margin-bottom: 30px;
  padding-left: 0px; }
  ul.showtime-search-instant-results li {
    list-style: none; }

.showtime-search-instant-result .content_item {
  padding: 0;
  max-width: 1000px; }
.showtime-search-instant-result .entry {
  padding: 20px 0 !important;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; }
  @media screen and (max-width: 700px) {
    .showtime-search-instant-result .entry {
      text-align: left; } }
  @media screen and (max-width: 700px) {
    .showtime-search-instant-result .entry .info {
      text-align: left; } }
  .showtime-search-instant-result .entry .title {
    position: relative;
    clear: both;
    padding: 0px;
    overflow: hidden;
    width: 100%;
    float: left;
    padding-left: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 0px;
    font-size: 1.5rem;
    line-height: 1.5;
    transition: color 200ms linear;
    margin-bottom: 0; }
    .showtime-search-instant-result .entry .title:hover, .showtime-search-instant-result .entry .title:focus {
      color: #40A8CB; }
  .showtime-search-instant-result .entry .highlight {
    margin: 0px;
    display: block;
    clear: both;
    float: left;
    font-size: 19px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    line-height: 29px; }
  .showtime-search-instant-result .entry .full_url {
    font-size: 17px;
    clear: both;
    float: left;
    color: rgba(11, 42, 74, 0.6);
    margin-top: 3px; }
    .showtime-search-instant-result .entry .full_url:hover, .showtime-search-instant-result .entry .full_url:focus {
      text-decoration: underline; }
.showtime-search-instant-result-header {
  font-size: 22px;
  color: #000;
  margin: 15px 0;
  font-family: "Josefin Sans", sans-serif;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 6px;
  padding-top: 25px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  text-indent: 20px;
  margin-bottom: 40px; }
  .showtime-search-instant-result-header:after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 4px;
    background: #E5E9E7;
    width: 100%;
    left: 0px; }
  .showtime-search-instant-result-header:before {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 50%;
    background: #E5E9E7;
    width: 4px;
    left: 0px;
    display: block; }
  .showtime-search-instant-result-header.result-header-main {
    border-bottom: 0;
    max-width: 1000px;
    position: relative;
    padding-bottom: 0px;
    text-indent: 0px;
    margin-bottom: 25px; }
    .showtime-search-instant-result-header.result-header-main:after, .showtime-search-instant-result-header.result-header-main:before {
      content: none; }
.showtime-search-instant-result-keyword-container {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 20px;
  color: #1a1919;
  padding-left: 0px; }
.showtime-search-instant-result-keyword {
  text-decoration: underline;
  font-weight: 400;
  display: inline-block;
  text-indent: 0px; }
.showtime-search-instant-result-filter {
  display: none !important; }
.showtime-search-instant-result.news, .showtime-search-instant-result.events, .showtime-search-instant-result.venues, .showtime-search-instant-result.pages, .showtime-search-instant-result.teams {
  zoom: 1;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  position: relative; }
  .showtime-search-instant-result.news:before, .showtime-search-instant-result.news:after, .showtime-search-instant-result.events:before, .showtime-search-instant-result.events:after, .showtime-search-instant-result.venues:before, .showtime-search-instant-result.venues:after, .showtime-search-instant-result.pages:before, .showtime-search-instant-result.pages:after, .showtime-search-instant-result.teams:before, .showtime-search-instant-result.teams:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .showtime-search-instant-result.news:after, .showtime-search-instant-result.events:after, .showtime-search-instant-result.venues:after, .showtime-search-instant-result.pages:after, .showtime-search-instant-result.teams:after {
    clear: both; }
  .showtime-search-instant-result.news .elastic-search-entry, .showtime-search-instant-result.events .elastic-search-entry, .showtime-search-instant-result.venues .elastic-search-entry, .showtime-search-instant-result.pages .elastic-search-entry, .showtime-search-instant-result.teams .elastic-search-entry {
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .showtime-search-instant-result.news .elastic-search-entry p, .showtime-search-instant-result.events .elastic-search-entry p, .showtime-search-instant-result.venues .elastic-search-entry p, .showtime-search-instant-result.pages .elastic-search-entry p, .showtime-search-instant-result.teams .elastic-search-entry p {
      color: #0B2A4A;
      font-size: 0.8rem; }
    .showtime-search-instant-result.news .elastic-search-entry a.entry-link, .showtime-search-instant-result.events .elastic-search-entry a.entry-link, .showtime-search-instant-result.venues .elastic-search-entry a.entry-link, .showtime-search-instant-result.pages .elastic-search-entry a.entry-link, .showtime-search-instant-result.teams .elastic-search-entry a.entry-link {
      zoom: 1;
      display: block; }
      .showtime-search-instant-result.news .elastic-search-entry a.entry-link:before, .showtime-search-instant-result.news .elastic-search-entry a.entry-link:after, .showtime-search-instant-result.events .elastic-search-entry a.entry-link:before, .showtime-search-instant-result.events .elastic-search-entry a.entry-link:after, .showtime-search-instant-result.venues .elastic-search-entry a.entry-link:before, .showtime-search-instant-result.venues .elastic-search-entry a.entry-link:after, .showtime-search-instant-result.pages .elastic-search-entry a.entry-link:before, .showtime-search-instant-result.pages .elastic-search-entry a.entry-link:after, .showtime-search-instant-result.teams .elastic-search-entry a.entry-link:before, .showtime-search-instant-result.teams .elastic-search-entry a.entry-link:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      .showtime-search-instant-result.news .elastic-search-entry a.entry-link:after, .showtime-search-instant-result.events .elastic-search-entry a.entry-link:after, .showtime-search-instant-result.venues .elastic-search-entry a.entry-link:after, .showtime-search-instant-result.pages .elastic-search-entry a.entry-link:after, .showtime-search-instant-result.teams .elastic-search-entry a.entry-link:after {
        clear: both; }
    .showtime-search-instant-result.news .elastic-search-entry .fullurl, .showtime-search-instant-result.events .elastic-search-entry .fullurl, .showtime-search-instant-result.venues .elastic-search-entry .fullurl, .showtime-search-instant-result.pages .elastic-search-entry .fullurl, .showtime-search-instant-result.teams .elastic-search-entry .fullurl {
      font-size: 17px;
      clear: both;
      float: left;
      color: rgba(11, 42, 74, 0.6);
      margin-top: 3px; }
      .showtime-search-instant-result.news .elastic-search-entry .fullurl:hover, .showtime-search-instant-result.news .elastic-search-entry .fullurl:focus, .showtime-search-instant-result.events .elastic-search-entry .fullurl:hover, .showtime-search-instant-result.events .elastic-search-entry .fullurl:focus, .showtime-search-instant-result.venues .elastic-search-entry .fullurl:hover, .showtime-search-instant-result.venues .elastic-search-entry .fullurl:focus, .showtime-search-instant-result.pages .elastic-search-entry .fullurl:hover, .showtime-search-instant-result.pages .elastic-search-entry .fullurl:focus, .showtime-search-instant-result.teams .elastic-search-entry .fullurl:hover, .showtime-search-instant-result.teams .elastic-search-entry .fullurl:focus {
        text-decoration: underline; }
    .showtime-search-instant-result.news .elastic-search-entry .date, .showtime-search-instant-result.events .elastic-search-entry .date, .showtime-search-instant-result.venues .elastic-search-entry .date, .showtime-search-instant-result.pages .elastic-search-entry .date, .showtime-search-instant-result.teams .elastic-search-entry .date {
      position: relative;
      float: left;
      padding: 0px;
      margin: 5px auto 10px;
      font-family: "Josefin Sans", sans-serif;
      font-size: 17px;
      color: #666;
      letter-spacing: 0.03em;
      font-weight: 500;
      text-transform: uppercase;
      width: 100%; }
    .showtime-search-instant-result.news .elastic-search-entry .title, .showtime-search-instant-result.events .elastic-search-entry .title, .showtime-search-instant-result.venues .elastic-search-entry .title, .showtime-search-instant-result.pages .elastic-search-entry .title, .showtime-search-instant-result.teams .elastic-search-entry .title {
      position: relative;
      clear: both;
      padding: 0px;
      overflow: hidden;
      width: 100%;
      float: left;
      padding-left: 0px;
      white-space: nowrap;
      text-overflow: ellipsis;
      margin-top: 0px;
      font-size: 1.5rem;
      line-height: 1.5;
      transition: color 200ms linear;
      margin-bottom: 0; }
      .showtime-search-instant-result.news .elastic-search-entry .title:hover, .showtime-search-instant-result.news .elastic-search-entry .title:focus, .showtime-search-instant-result.events .elastic-search-entry .title:hover, .showtime-search-instant-result.events .elastic-search-entry .title:focus, .showtime-search-instant-result.venues .elastic-search-entry .title:hover, .showtime-search-instant-result.venues .elastic-search-entry .title:focus, .showtime-search-instant-result.pages .elastic-search-entry .title:hover, .showtime-search-instant-result.pages .elastic-search-entry .title:focus, .showtime-search-instant-result.teams .elastic-search-entry .title:hover, .showtime-search-instant-result.teams .elastic-search-entry .title:focus {
        color: #0B2A4A; }
    .showtime-search-instant-result.news .elastic-search-entry .highlight, .showtime-search-instant-result.events .elastic-search-entry .highlight, .showtime-search-instant-result.venues .elastic-search-entry .highlight, .showtime-search-instant-result.pages .elastic-search-entry .highlight, .showtime-search-instant-result.teams .elastic-search-entry .highlight {
      margin: 0px;
      display: block;
      clear: both;
      float: left;
      font-size: 19px;
      font-family: "Josefin Sans", sans-serif;
      font-weight: 300;
      line-height: 29px; }

.search-app {
  display: block;
  background: transparent;
  position: relative;
  width: 100%;
  padding: 0px 10px;
  max-width: 1040px;
  margin: 0px auto;
  float: none;
  z-index: 1; }
  .search-app form {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    max-width: none; }
  .search-app a.submit {
    border-color: #0B2A4A;
    position: absolute;
    right: 12px;
    top: 3px; }
    .search-app a.submit:hover, .search-app a.submit:focus {
      background-color: #0B2A4A; }
  .search-app input, .search-app input[type='text'] {
    border-color: #0B2A4A;
    color: #0B2A4A; }

.showtime-search-instant-result.news .elastic-search-entry .title:hover, .showtime-search-instant-result.events .elastic-search-entry .title:hover, .showtime-search-instant-result.venues .elastic-search-entry .title:hover, .showtime-search-instant-result.pages .elastic-search-entry .title:hover, .showtime-search-instant-result.teams .elastic-search-entry .title:hover {
  color: #40A8CB; }

.searchresults .search-app {
  height: auto; }

/* ----------------------------------------------------------------------------
= Baseline styles for all buttons in a project. These are global.
----------------------------------------------------------------------------- */
.m-button, .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: #0B2A4A;
  color: #ffffff;
  padding: 10px 20px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.2px;
  text-align: center;
  line-height: 16px;
  border: 3px solid transparent;
  text-decoration: none; }
  .m-button:before, .gen-button:before,
  .spotlight-button:before,
  a.button:before,
  .button a:before,
  input.button:before,
  .textarea .button p a:before,
  .textarea p a.button:before,
  .cms .button p a:before,
  .cms p a.button:before,
  .login-form input[type='submit']:before {
    content: none; }
  .m-button: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, .m-button:focus, .gen-button:focus,
  .spotlight-button:focus,
  a.button:focus,
  .button a:focus,
  input.button:focus,
  .textarea .button p a:focus,
  .textarea p a.button:focus,
  .cms .button p a:focus,
  .cms p a.button:focus,
  .login-form input[type='submit']:focus {
    background-color: transparent;
    color: #0B2A4A;
    border: 3px solid #0B2A4A; }

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

/***********************************************/
/*      Add Additional Button Styles Below     */
/***********************************************/
.buttons a.tickets, .buttons a.tickets.soon,
.btn.alert-button {
  background: white;
  border: 3px solid white;
  color: #0B2A4A;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.2px;
  text-align: right;
  line-height: 22px;
  padding: 10px 50px 7px 17px;
  position: relative;
  max-width: 172px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  transition: all 200ms; }
  .buttons a.tickets svg, .buttons a.tickets.soon svg,
  .btn.alert-button svg {
    display: none; }
  .buttons a.tickets:after, .buttons a.tickets.soon:after,
  .btn.alert-button:after {
    content: " ";
    position: absolute;
    right: 23px;
    top: 12px;
    width: 16px;
    height: 16px;
    background: url("../images/svg/btn-arrow.svg");
    transition: all 200ms; }
  .buttons a.tickets:hover, .buttons a.tickets:focus, .buttons a.tickets.soon:hover, .buttons a.tickets.soon:focus,
  .btn.alert-button:hover,
  .btn.alert-button:focus {
    background: transparent;
    color: white; }
    .buttons a.tickets:hover:after, .buttons a.tickets:focus:after, .buttons a.tickets.soon:hover:after, .buttons a.tickets.soon:focus:after,
    .btn.alert-button:hover:after,
    .btn.alert-button:focus:after {
      background: url("../images/svg/btn-arrow-hover.svg");
      right: 18px; }

.buttons a.tickets.soon {
  padding: 10px 43px 7px 0px; }
  .buttons a.tickets.soon:after {
    right: 16px; }
  .buttons a.tickets.soon:hover:after, .buttons a.tickets.soon:focus:after {
    right: 11px; }

.buttons a.tickets.tba {
  padding: 10px 46px 7px 17px; }

.buttons a.more {
  color: white;
  font-weight: 600;
  font-size: 19px;
  letter-spacing: 0.2px;
  text-align: right;
  line-height: 22px;
  padding: 10px 32px 7px 50px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  transition: all 200ms; }
  .buttons a.more:after {
    content: " ";
    position: absolute;
    left: 30px;
    top: 13px;
    width: 10px;
    height: 10px;
    background: url("../images/svg/btn-plus.svg");
    transition: all 200ms; }
  .buttons a.more:hover, .buttons a.more:focus {
    color: #40A8CB; }

.buttons span.tickets.soon {
  color: white;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.2px;
  text-align: center;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  .buttons span.tickets.soon svg {
    display: none; }

#loadMoreEvents {
  font-weight: 700;
  font-size: 19px;
  color: #0B2A4A;
  letter-spacing: 0.2px;
  text-align: center;
  line-height: 27px;
  position: relative;
  border: none;
  background: transparent;
  margin: 0px auto;
  padding-right: 35px;
  display: block; }
  #loadMoreEvents:after {
    content: " ";
    position: absolute;
    right: 5px;
    top: 5px;
    width: 16px;
    height: 16px;
    background: url("../images/svg/btn-arrow.svg");
    transition: all 200ms; }
  #loadMoreEvents:hover, #loadMoreEvents:focus {
    text-decoration: underline;
    cursor: pointer; }
    #loadMoreEvents:hover:after, #loadMoreEvents:focus:after {
      background: url("../images/svg/btn-arrow-hover2.svg");
      right: 0px; }

.btn.alert-button {
  background: #0B2A4A;
  border-width: 0px;
  color: white;
  padding-bottom: 0px;
  margin-top: 5px; }
  .btn.alert-button:hover, .btn.alert-button:focus {
    color: white; }

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

.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. Fullscreen button
*    6. Play/close video button
*    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: #0B2A4A;
  color: #FFF; }

.royalSlider > .rsContent {
  visibility: hidden; }

/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21; }
  @media screen and (max-width: 500px) {
    .rsDefault .rsArrow {
      height: calc(100vw * (550/1200)); } }
  .rsDefault .rsArrow.rsVer .rsArrow {
    width: 100%;
    height: 44px; }

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

.rsDefault.rsHor .rsArrowLeft {
  top: 0;
  left: -22px; }
  @media screen and (max-width: 1200px) {
    .rsDefault.rsHor .rsArrowLeft {
      left: 19px; } }
  @media screen and (max-width: 500px) {
    .rsDefault.rsHor .rsArrowLeft {
      left: 9px; } }
  .rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
    background-image: url("../images/svg/slide_arrow_left.svg");
    background-repeat: no-repeat;
    background-position: center; }
    @media screen and (max-width: 500px) {
      .rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
        background-image: url("../images/svg/slideshow_arrow_left-mobile.svg");
        opacity: 0.8; }
        .rsDefault.rsHor .rsArrowLeft .rsArrowIcn:hover, .rsDefault.rsHor .rsArrowLeft .rsArrowIcn:focus {
          opacity: 1; } }
.rsDefault.rsHor .rsArrowRight {
  right: -22px;
  top: 0; }
  @media screen and (max-width: 1200px) {
    .rsDefault.rsHor .rsArrowRight {
      right: 19px; } }
  @media screen and (max-width: 500px) {
    .rsDefault.rsHor .rsArrowRight {
      right: 9px; } }
  .rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    background-image: url("../images/svg/slide_arrow_right.svg");
    background-repeat: no-repeat;
    background-position: center; }
    @media screen and (max-width: 500px) {
      .rsDefault.rsHor .rsArrowRight .rsArrowIcn {
        background-image: url("../images/svg/slideshow_arrow_right-mobile.svg");
        opacity: 0.8; }
        .rsDefault.rsHor .rsArrowRight .rsArrowIcn:hover, .rsDefault.rsHor .rsArrowRight .rsArrowIcn:focus {
          opacity: 1; } }

.rsDefault .rsArrowIcn {
  width: 40px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -20px;
  position: absolute;
  cursor: pointer;
  background: rgba(233, 230, 225, 0.8);
  transition: background 200ms linear; }
  @media screen and (max-width: 500px) {
    .rsDefault .rsArrowIcn {
      background: transparent; } }
  .rsDefault .rsArrowIcn:hover, .rsDefault .rsArrowIcn:focus {
    background: #e9e6e1; }
    @media screen and (max-width: 500px) {
      .rsDefault .rsArrowIcn:hover, .rsDefault .rsArrowIcn:focus {
        background: transparent; } }

/***************
*
*  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:focus-within .rsPauseBtn {
  background-color: rgba(11, 42, 74, 0.9);
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=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, .rsDefault .rsThumbsArrow:focus {
    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); }

/***************
*
*  6. 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, .rsDefault .rsPlayBtn:focus .rsPlayBtnIcon {
    background-color: rgba(11, 42, 74, 0.9); }
.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url("../images/rs-default.png") no-repeat 0 -32px;
  background-color: #0B2A4A;
  background-color: rgba(11, 42, 74, 0.75);
  *background-color: #0B2A4A; }
.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(11, 42, 74, 0.75);
  *background-color: #000; }
  .rsDefault .rsCloseVideoIcn:hover, .rsDefault .rsCloseVideoIcn:focus {
    background-color: rgba(11, 42, 74, 0.9); }

/***************
*
*  6. Pause Autoplay Btn
*
****************/
.rsDefault {
  min-height: 550px;
  background: #0B2A4A; }
  @media screen and (max-width: 1200px) {
    .rsDefault {
      min-height: calc(100vw * (550/1200)); } }
  .rsDefault .rsPauseBtn {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    zoom: 1;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    background-color: rgba(11, 42, 74, 0.75);
    border-radius: 4px;
    position: absolute;
    top: 10px;
    right: 25px;
    padding: 10px;
    z-index: 30; }
    .rsDefault .rsPauseBtn.is-paused:before {
      content: "\f04b";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin-right: 5px; }
    .rsDefault .rsPauseBtn:before {
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      content: "\f04c";
      display: block;
      position: absolute;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      color: #fff; }
    .rsDefault .rsPauseBtn:hover, .rsDefault .rsPauseBtn:focus {
      background-color: rgba(11, 42, 74, 0.9); }
  .rsDefault:hover .rsPauseBtn {
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100); }

/***************
*
*  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: 23px;
  right: 23px;
  text-align: left;
  background-color: rgba(233, 230, 225, 0.8);
  width: auto;
  height: auto; }
  @media screen and (max-width: 700px) {
    .rsDefault .rsGCaption {
      bottom: 21px;
      right: 21px; } }
  @media screen and (max-width: 500px) {
    .rsDefault .rsGCaption {
      position: relative;
      clear: both;
      float: left;
      bottom: auto;
      left: auto;
      width: 100%;
      right: auto;
      background-color: #e9e6e1; } }
  .rsDefault .rsGCaption .rsABlock {
    position: relative; }
  .rsDefault .rsGCaption p {
    margin: 0;
    padding: 5px 10px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #0B2A4A;
    letter-spacing: 0.2px;
    text-align: right;
    line-height: 22px; }

/***************
*
*  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: 550px;
  max-width: 1200px;
  margin: 0 auto; }
  .m-slideshow-container .slideshow_overlay {
    pointer-events: none; }
    .m-slideshow-container .slideshow_overlay:before {
      content: "";
      pointer-events: none;
      position: absolute;
      border: 3px solid rgba(233, 230, 225, 0.8);
      top: 20px;
      left: 20px;
      width: calc(100% - 40px);
      z-index: 1;
      height: calc(100% - 40px); }
      @media screen and (max-width: 700px) {
        .m-slideshow-container .slideshow_overlay:before {
          border: 1px solid rgba(233, 230, 225, 0.8); } }
      @media screen and (max-width: 500px) {
        .m-slideshow-container .slideshow_overlay:before {
          top: 10px;
          left: 10px;
          width: calc(100% - 20px);
          height: calc(100% - 20px); } }
  .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-slideshow {
  max-height: none; }
  .home-slideshow .rsOverflow {
    max-height: 550px; }
  .home-slideshow .rsDefault .rsGCaption .rsABlock {
    display: block !important;
    opacity: 1 !important; }
  .home-slideshow .slideshow_overlay:before {
    border-top: none;
    top: -20px;
    height: 100%; }
    @media screen and (max-width: 700px) {
      .home-slideshow .slideshow_overlay:before {
        border: 1px solid rgba(233, 230, 225, 0.8);
        border-top: none; } }
  .home-slideshow .rsDefault .rsArrow {
    height: calc(550px); }
    @media screen and (max-width: 1200px) {
      .home-slideshow .rsDefault .rsArrow {
        height: calc(100vw * (550/1200)); } }
    @media screen and (max-width: 870px) {
      .home-slideshow .rsDefault .rsArrow {
        height: calc(100vw * (550/1200)); } }
  .home-slideshow .rsOverflow:before {
    content: "";
    pointer-events: none;
    position: absolute;
    border: 3px solid rgba(233, 230, 225, 0.8);
    border-bottom: none;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    z-index: 1;
    height: calc(100% - 40px); }
    @media screen and (max-width: 700px) {
      .home-slideshow .rsOverflow:before {
        border: 1px solid rgba(233, 230, 225, 0.8);
        border-bottom: none; } }
    @media screen and (max-width: 500px) {
      .home-slideshow .rsOverflow:before {
        top: 10px;
        left: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px); } }
  .home-slideshow .rsDefault .rsGCaption {
    position: relative;
    background: #0B2A4A;
    bottom: 0px;
    left: 0px;
    display: inline-block;
    width: 100%; }
    .home-slideshow .rsDefault .rsGCaption .desc {
      position: relative;
      display: inline-block;
      width: 100%;
      height: auto;
      padding: 20px 20px 40px 20px; }
  .home-slideshow .rsOverflow img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .home-slideshow .rsOverflow:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  @media screen and (max-width: 500px) {
    .home-slideshow .desc {
      padding-top: 30px; } }
  .home-slideshow h3, .home-slideshow .title {
    margin-top: 25px;
    margin-bottom: 10px;
    width: calc(100% - 220px); }
    @media screen and (max-width: 700px) {
      .home-slideshow h3, .home-slideshow .title {
        width: 100%; } }
  .home-slideshow h3 a, .home-slideshow .title a {
    font-size: 51px;
    color: #FFFFFF;
    letter-spacing: 0.2px;
    line-height: 54px;
    padding-left: 20px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
    .home-slideshow h3 a:hover, .home-slideshow .title a:hover {
      color: #40A8CB; }
    @media screen and (max-width: 700px) {
      .home-slideshow h3 a, .home-slideshow .title a {
        font-size: 30px;
        line-height: 34px; } }
    @media screen and (max-width: 500px) {
      .home-slideshow h3 a, .home-slideshow .title a {
        padding-left: 10px; } }
  .home-slideshow h4, .home-slideshow .date {
    text-transform: capitalize; }
    @media screen and (max-width: 500px) {
      .home-slideshow h4, .home-slideshow .date {
        padding-left: 10px; } }
  .home-slideshow .caption_body {
    font-weight: 300;
    font-size: 23px;
    color: #E9E6E1;
    letter-spacing: 0.2px;
    line-height: 32px;
    padding-left: 20px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
    @media screen and (max-width: 700px) {
      .home-slideshow .caption_body {
        font-size: 20px;
        line-height: 24px; } }
    @media screen and (max-width: 500px) {
      .home-slideshow .caption_body {
        padding-left: 10px; } }
  .home-slideshow .date {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position: absolute;
    left: 40px;
    top: 12px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 22px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin-top: -24px;
    margin-left: -20px;
    margin-bottom: 25px;
    background: #E9E6E1;
    color: #0B2A4A;
    padding: 6px 20px; }
    @media screen and (max-width: 500px) {
      .home-slideshow .date {
        font-size: 13px; } }
    .home-slideshow .date .m-date__year {
      display: none; }
    .home-slideshow .date .m-date__month {
      text-transform: capitalize; }
    .home-slideshow .date .meta {
      display: inline-block;
      float: right; }
      .home-slideshow .date .meta h5.location {
        font-family: "Josefin Sans", sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: #0B2A4A;
        letter-spacing: 0.2px;
        line-height: 22px;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        text-transform: none;
        padding: 0px;
        margin: 0px; }
        @media screen and (max-width: 500px) {
          .home-slideshow .date .meta h5.location {
            font-size: 13px; } }
      .home-slideshow .date .meta .time {
        display: none; }
    @media screen and (max-width: 500px) {
      .home-slideshow .date {
        left: 30px;
        margin-top: -12px; } }
  .home-slideshow .buttons {
    padding: 0px 20px 0px;
    margin-bottom: 21px;
    position: absolute;
    bottom: 0px;
    right: 30px;
    height: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .home-slideshow .buttons a {
      margin: 2px 0px;
      max-width: none; }
      .home-slideshow .buttons a.tickets {
        padding: 10px 54px 7px 27px;
        margin-bottom: 12px; }
        .home-slideshow .buttons a.tickets:after {
          right: 27px; }
        .home-slideshow .buttons a.tickets:hover:after, .home-slideshow .buttons a.tickets:focus:after {
          right: 22px; }
    @media screen and (max-width: 700px) {
      .home-slideshow .buttons {
        bottom: -1px;
        left: 0px;
        width: 100%;
        position: relative;
        flex-direction: row;
        margin-bottom: 0px;
        margin-top: 10px; }
        .home-slideshow .buttons a {
          width: calc(50% - 2px) !important;
          min-width: calc(50% - 2px) !important;
          margin-bottom: 0px !important; }
          .home-slideshow .buttons a.more {
            padding-left: 57px !important;
            padding-bottom: 0px !important; }
            .home-slideshow .buttons a.more:after {
              left: calc(50% - 48px) !important; }
          .home-slideshow .buttons a.tickets {
            padding-right: 44px; }
            .home-slideshow .buttons a.tickets:after {
              right: calc(50% - 60px); }
            .home-slideshow .buttons a.tickets:hover:after, .home-slideshow .buttons a.tickets:focus:after {
              right: calc(50% - 65px); }
          .home-slideshow .buttons a.tickets.soon {
            padding-right: 35px; }
            .home-slideshow .buttons a.tickets.soon:after {
              right: calc(50% - 65px); }
            .home-slideshow .buttons a.tickets.soon:hover:after, .home-slideshow .buttons a.tickets.soon:focus:after {
              right: calc(50% - 70px); } }
    @media screen and (max-width: 500px) {
      .home-slideshow .buttons {
        padding: 0px;
        flex-direction: column; }
        .home-slideshow .buttons a {
          width: calc(100%) !important;
          min-width: calc(100%) !important;
          margin-bottom: 10px !important; }
          .home-slideshow .buttons a.tickets:after {
            right: calc(50% - 60px); }
          .home-slideshow .buttons a.tickets:hover:after, .home-slideshow .buttons a.tickets:focus:after {
            right: calc(50% - 65px); }
          .home-slideshow .buttons a.tickets.soon {
            padding-right: 25px; }
            .home-slideshow .buttons a.tickets.soon:after {
              right: calc(50% - 69px); }
            .home-slideshow .buttons a.tickets.soon:hover:after, .home-slideshow .buttons a.tickets.soon:focus:after {
              right: calc(50% - 74px); }
          .home-slideshow .buttons a.more {
            margin-bottom: 0px !important;
            padding-left: 42px !important; }
            .home-slideshow .buttons a.more:after {
              left: calc(50% - 58px) !important; } }
    .home-slideshow .buttons a {
      min-width: 0px;
      margin-right: 1.5px;
      margin-left: 4px;
      display: flex;
      justify-content: center; }
      .home-slideshow .buttons a.soon {
        padding: 10px 27px 7px 0px;
        width: 175px; }
        .home-slideshow .buttons a.soon:after {
          right: 20px; }
        .home-slideshow .buttons a.soon:hover:after, .home-slideshow .buttons a.soon:focus:after {
          right: 15px; }
        @media screen and (max-width: 1015px) {
          .home-slideshow .buttons a.soon {
            padding-top: 11px; } }
      .home-slideshow .buttons a.more {
        margin-bottom: -16px;
        padding-left: 35px;
        padding-right: 16px;
        padding-bottom: 9px; }
        .home-slideshow .buttons a.more:after {
          left: 11px; }
    .home-slideshow .buttons span.tickets {
      margin-bottom: 0;
      width: 50%;
      margin-right: 2px;
      margin-left: 4px;
      text-align: left; }
      .home-slideshow .buttons span.tickets.soon {
        text-align: right;
        margin-top: 21px; }

.calendar-new {
  position: relative;
  margin: auto;
  max-width: 1200px;
  padding: 0 20px 100px;
  margin-top: 50px; }
  .calendar-new .tl-header {
    background: #0B2A4A;
    padding: 20px 0 15px;
    max-width: 1200px;
    margin: 0 auto 10px; }
  .calendar-new .month_name {
    color: white;
    text-align: center;
    font: 500 32px/100% "Fjalla One", sans-serif;
    text-transform: uppercase;
    margin: 0px auto;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
    @media screen and (max-width: 700px) {
      .calendar-new .month_name {
        margin: 30px 0px; } }
  .calendar-new .cal-prev, .calendar-new .cal-next {
    font-size: 30px;
    color: white;
    vertical-align: middle;
    padding: 0 20px; }
    .calendar-new .cal-prev .fa, .calendar-new .cal-next .fa {
      line-height: 30px; }
    .calendar-new .cal-prev:hover, .calendar-new .cal-prev:focus, .calendar-new .cal-next:hover, .calendar-new .cal-next:focus {
      color: #40A8CB;
      cursor: pointer; }
  .calendar-new .cal-next {
    float: right; }
  .calendar-new .cal-prev {
    float: left; }
  .calendar-new .tl-wrap, .calendar-new .additional_events {
    display: none; }
  .calendar-new .tl-wrap-inner {
    zoom: 1;
    max-width: 100%;
    margin: auto;
    padding: 0px 0;
    width: 100%;
    padding-top: 0px;
    position: relative;
    max-width: 1210px; }
    .calendar-new .tl-wrap-inner:before, .calendar-new .tl-wrap-inner:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .calendar-new .tl-wrap-inner:after {
      clear: both; }
    .calendar-new .tl-wrap-inner .tl-calendar {
      zoom: 1;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-content: flex-end; }
      .calendar-new .tl-wrap-inner .tl-calendar:before, .calendar-new .tl-wrap-inner .tl-calendar:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      .calendar-new .tl-wrap-inner .tl-calendar:after {
        clear: both; }
  .calendar-new .weekdays {
    position: relative;
    clear: both;
    display: block;
    zoom: 1;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 30px; }
    .calendar-new .weekdays:before, .calendar-new .weekdays:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .calendar-new .weekdays:after {
      clear: both; }
    .calendar-new .weekdays .weekday {
      width: 14.28%;
      padding-top: 15px;
      text-align: left;
      color: white;
      font-family: "Fjalla One", sans-serif;
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase;
      float: left;
      margin-bottom: 0px;
      margin-right: 0px;
      text-align: center;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }
    @media screen and (max-width: 700px) {
      .calendar-new .weekdays {
        display: none; } }
  .calendar-new .tl-date {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    position: relative;
    width: 123px;
    width: calc(14.28% - 10px);
    background: #fff;
    min-height: 220px;
    float: left;
    margin: 0 5px 10px;
    padding: 40px 15px 0px;
    text-align: left;
    border: 1px solid #ccc; }
    .calendar-new .tl-date.empty {
      background: #f9f9f9; }
    .calendar-new .tl-date .tl-date-inner {
      overflow-y: auto;
      max-height: 100%;
      padding-bottom: 20px;
      padding-top: 10px; }
      .calendar-new .tl-date .tl-date-inner .event_item {
        padding-top: 15px;
        border-top: 1px solid #eee;
        margin-top: 15px; }
        .calendar-new .tl-date .tl-date-inner .event_item .desc h3 {
          font-size: 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: 500;
      font-size: 15px;
      line-height: 38px;
      text-align: center; }
      .calendar-new .tl-date .date .weekday {
        display: none;
        padding-left: 12px;
        color: #ccc;
        font-weight: 400; }
      @media screen and (max-width: 700px) {
        .calendar-new .tl-date .date {
          right: auto; } }
    .calendar-new .tl-date[data-weekday="0"] {
      clear: left; }
    .calendar-new .tl-date .month {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      background: #0B2A4A;
      height: 42px;
      color: white;
      font-family: "Fjalla One", sans-serif;
      font-size: 14px;
      line-height: 42px;
      padding: 0 15px;
      letter-spacing: 0.08em;
      display: none; }
    .calendar-new .tl-date h3 {
      margin-bottom: 5px;
      line-height: 1.1;
      overflow: hidden; }
      .calendar-new .tl-date h3 a {
        font-size: 22px;
        line-height: inherit;
        word-wrap: break-word;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        color: #0B2A4A; }
        .calendar-new .tl-date h3 a:hover, .calendar-new .tl-date h3 a:focus {
          color: #40A8CB; }
    .calendar-new .tl-date h4 {
      font-weight: 300;
      font-size: 14px;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      color: #0B2A4A; }
    .calendar-new .tl-date .time {
      color: #2B2A29;
      font-size: 12px;
      font-weight: 300;
      z-index: 10;
      letter-spacing: 0.04em; }
    .calendar-new .tl-date.hasEvent .date {
      color: #0B2A4A;
      background: #E9E6E1; }
    @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;
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  padding: 0px 20px; }

.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,
.contests,
.contest_list,
.job_list,
.seating_charts,
.offer_list {
  clear: both; }
  .spotlight .entry,
  .concierge .entry,
  .news_list .entry,
  .contests .entry,
  .contest_list .entry,
  .job_list .entry,
  .seating_charts .entry,
  .offer_list .entry {
    zoom: 1;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    border-bottom: 1px solid #0B2A4A; }
    .spotlight .entry:before, .spotlight .entry:after,
    .concierge .entry:before,
    .concierge .entry:after,
    .news_list .entry:before,
    .news_list .entry:after,
    .contests .entry:before,
    .contests .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,
    .contests .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,
    .contests .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,
  .contests .thumb,
  .contest_list .thumb,
  .job_list .thumb,
  .seating_charts .thumb,
  .offer_list .thumb {
    min-width: 150px;
    width: 285px;
    margin: 0 40px 0px 0;
    float: left; }
    .spotlight .thumb a,
    .concierge .thumb a,
    .news_list .thumb a,
    .contests .thumb a,
    .contest_list .thumb a,
    .job_list .thumb a,
    .seating_charts .thumb a,
    .offer_list .thumb a {
      display: block;
      opacity: 1; }
      .spotlight .thumb a:hover, .spotlight .thumb a:focus,
      .concierge .thumb a:hover,
      .concierge .thumb a:focus,
      .news_list .thumb a:hover,
      .news_list .thumb a:focus,
      .contests .thumb a:hover,
      .contests .thumb a:focus,
      .contest_list .thumb a:hover,
      .contest_list .thumb a:focus,
      .job_list .thumb a:hover,
      .job_list .thumb a:focus,
      .seating_charts .thumb a:hover,
      .seating_charts .thumb a:focus,
      .offer_list .thumb a:hover,
      .offer_list .thumb a:focus {
        opacity: 0.8; }
    .spotlight .thumb img,
    .concierge .thumb img,
    .news_list .thumb img,
    .contests .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,
      .contests .thumb,
      .contest_list .thumb,
      .job_list .thumb,
      .seating_charts .thumb,
      .offer_list .thumb {
        margin: 0 auto 20px;
        float: none; } }
  .spotlight .info,
  .concierge .info,
  .news_list .info,
  .contests .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,
      .contests .info,
      .contest_list .info,
      .job_list .info,
      .seating_charts .info,
      .offer_list .info {
        margin: 0 auto 20px;
        float: none;
        text-align: center; }
        .spotlight .info li,
        .concierge .info li,
        .news_list .info li,
        .contests .info li,
        .contest_list .info li,
        .job_list .info li,
        .seating_charts .info li,
        .offer_list .info li {
          text-align: left; } }
  .spotlight .thumb + .info,
  .concierge .thumb + .info,
  .news_list .thumb + .info,
  .contests .thumb + .info,
  .contest_list .thumb + .info,
  .job_list .thumb + .info,
  .seating_charts .thumb + .info,
  .offer_list .thumb + .info {
    width: calc(100% - (285px + 40px)); }
    @media screen and (max-width: 700px) {
      .spotlight .thumb + .info,
      .concierge .thumb + .info,
      .news_list .thumb + .info,
      .contests .thumb + .info,
      .contest_list .thumb + .info,
      .job_list .thumb + .info,
      .seating_charts .thumb + .info,
      .offer_list .thumb + .info {
        width: 100%; } }
  .spotlight .title, .spotlight h3,
  .concierge .title,
  .concierge h3,
  .news_list .title,
  .news_list h3,
  .contests .title,
  .contests h3,
  .contest_list .title,
  .contest_list h3,
  .job_list .title,
  .job_list h3,
  .seating_charts .title,
  .seating_charts h3,
  .offer_list .title,
  .offer_list h3 {
    text-transform: uppercase; }
    .spotlight .title a, .spotlight h3 a,
    .concierge .title a,
    .concierge h3 a,
    .news_list .title a,
    .news_list h3 a,
    .contests .title a,
    .contests h3 a,
    .contest_list .title a,
    .contest_list h3 a,
    .job_list .title a,
    .job_list h3 a,
    .seating_charts .title a,
    .seating_charts h3 a,
    .offer_list .title a,
    .offer_list h3 a {
      color: #0B2A4A; }
      .spotlight .title a:hover, .spotlight .title a:focus, .spotlight h3 a:hover, .spotlight h3 a:focus,
      .concierge .title a:hover,
      .concierge .title a:focus,
      .concierge h3 a:hover,
      .concierge h3 a:focus,
      .news_list .title a:hover,
      .news_list .title a:focus,
      .news_list h3 a:hover,
      .news_list h3 a:focus,
      .contests .title a:hover,
      .contests .title a:focus,
      .contests h3 a:hover,
      .contests h3 a:focus,
      .contest_list .title a:hover,
      .contest_list .title a:focus,
      .contest_list h3 a:hover,
      .contest_list h3 a:focus,
      .job_list .title a:hover,
      .job_list .title a:focus,
      .job_list h3 a:hover,
      .job_list h3 a:focus,
      .seating_charts .title a:hover,
      .seating_charts .title a:focus,
      .seating_charts h3 a:hover,
      .seating_charts h3 a:focus,
      .offer_list .title a:hover,
      .offer_list .title a:focus,
      .offer_list h3 a:hover,
      .offer_list h3 a:focus {
        color: #0B2A4A;
        text-decoration: underline; }
  .spotlight .buttons a, .spotlight .links a,
  .concierge .buttons a,
  .concierge .links a,
  .news_list .buttons a,
  .news_list .links a,
  .contests .buttons a,
  .contests .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,
    .contests .buttons,
    .contests .links,
    .contest_list .buttons,
    .contest_list .links,
    .job_list .buttons,
    .job_list .links,
    .seating_charts .buttons,
    .seating_charts .links,
    .offer_list .buttons,
    .offer_list .links {
      margin: 0 auto 20px;
      float: none;
      text-align: center; }
      .spotlight .buttons a, .spotlight .links a,
      .concierge .buttons a,
      .concierge .links a,
      .news_list .buttons a,
      .news_list .links a,
      .contests .buttons a,
      .contests .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,
  .contests .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"],
  .contests[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;
    display: flex;
    flex-flow: row wrap; }
    .spotlight[data-layout="square"]:before, .spotlight[data-layout="square"]:after,
    .concierge[data-layout="square"]:before,
    .concierge[data-layout="square"]:after,
    .news_list[data-layout="square"]:before,
    .news_list[data-layout="square"]:after,
    .contests[data-layout="square"]:before,
    .contests[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,
    .contests[data-layout="square"]:after,
    .contest_list[data-layout="square"]:after,
    .job_list[data-layout="square"]:after,
    .seating_charts[data-layout="square"]:after,
    .offer_list[data-layout="square"]:after {
      clear: both; }
    @media screen and (max-width: 500px) {
      .spotlight[data-layout="square"],
      .concierge[data-layout="square"],
      .news_list[data-layout="square"],
      .contests[data-layout="square"],
      .contest_list[data-layout="square"],
      .job_list[data-layout="square"],
      .seating_charts[data-layout="square"],
      .offer_list[data-layout="square"] {
        display: block;
        flex-flow: initial; } }
    .spotlight[data-layout="square"] .entry,
    .concierge[data-layout="square"] .entry,
    .news_list[data-layout="square"] .entry,
    .contests[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: 100%;
      float: left;
      padding: 0;
      border: none;
      margin: 0 0 20px;
      padding-bottom: 30px;
      margin-bottom: 50px;
      border-bottom: 1px solid #0B2A4A;
      width: calc(33.3333333% - 32px);
      margin-right: 48px; }
      .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),
      .contests[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: 0px; }
      .spotlight[data-layout="square"] .entry .info .content,
      .concierge[data-layout="square"] .entry .info .content,
      .news_list[data-layout="square"] .entry .info .content,
      .contests[data-layout="square"] .entry .info .content,
      .contest_list[data-layout="square"] .entry .info .content,
      .job_list[data-layout="square"] .entry .info .content,
      .seating_charts[data-layout="square"] .entry .info .content,
      .offer_list[data-layout="square"] .entry .info .content {
        display: none; }
      .spotlight[data-layout="square"] .entry .thumb,
      .concierge[data-layout="square"] .entry .thumb,
      .news_list[data-layout="square"] .entry .thumb,
      .contests[data-layout="square"] .entry .thumb,
      .contest_list[data-layout="square"] .entry .thumb,
      .job_list[data-layout="square"] .entry .thumb,
      .seating_charts[data-layout="square"] .entry .thumb,
      .offer_list[data-layout="square"] .entry .thumb {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0; }
        .spotlight[data-layout="square"] .entry .thumb:after,
        .concierge[data-layout="square"] .entry .thumb:after,
        .news_list[data-layout="square"] .entry .thumb:after,
        .contests[data-layout="square"] .entry .thumb:after,
        .contest_list[data-layout="square"] .entry .thumb:after,
        .job_list[data-layout="square"] .entry .thumb:after,
        .seating_charts[data-layout="square"] .entry .thumb:after,
        .offer_list[data-layout="square"] .entry .thumb:after {
          display: none; }
      .spotlight[data-layout="square"] .entry .info,
      .concierge[data-layout="square"] .entry .info,
      .news_list[data-layout="square"] .entry .info,
      .contests[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; }
      .spotlight[data-layout="square"] .entry .title,
      .concierge[data-layout="square"] .entry .title,
      .news_list[data-layout="square"] .entry .title,
      .contests[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;
        text-transform: uppercase; }
        .spotlight[data-layout="square"] .entry .title:before,
        .concierge[data-layout="square"] .entry .title:before,
        .news_list[data-layout="square"] .entry .title:before,
        .contests[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; }
      @media screen and (max-width: 870px) {
        .spotlight[data-layout="square"] .entry,
        .concierge[data-layout="square"] .entry,
        .news_list[data-layout="square"] .entry,
        .contests[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(50% - 24px); }
          .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),
          .contests[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: 48px; }
          .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),
          .contests[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: 0px; } }
      @media screen and (max-width: 500px) {
        .spotlight[data-layout="square"] .entry,
        .concierge[data-layout="square"] .entry,
        .news_list[data-layout="square"] .entry,
        .contests[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: 100%;
          margin: 0px;
          padding-top: 3.125rem;
          padding-bottom: 3.125rem; }
          .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),
          .contests[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: 0px; } }

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

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

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

#overlay_container {
  display: none;
  padding: 100px 0 0; }
  #overlay_container .close-overlay {
    position: absolute;
    display: block;
    z-index: 50;
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
    background: url(../images/button_close.png) no-repeat center center;
    cursor: pointer; }
  #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% "Josefin Sans", sans-serif;
  line-height: 25px;
  cursor: pointer;
  text-align: center; }
  .dontshow-overlay:hover, .dontshow-overlay:focus {
    color: #fff;
    background: #333; }

/* ----------------------------------------------------------------------------
= Homepage items and layout
----------------------------------------------------------------------------- */
.home .full .full_column #loadMoreEvents {
  width: 210px;
  margin: 10px auto 20px;
  display: block;
  clear: both; }
@media screen and (max-width: 1180px) {
  .home .full .full_column .home_event_list_desktop {
    display: none !important; } }
.home .full .full_column .home_event_list_mobile {
  margin-top: 35px;
  display: none;
  padding: 0px 20px; }
  @media screen and (max-width: 1180px) {
    .home .full .full_column .home_event_list_mobile {
      display: block; } }
  @media screen and (max-width: 700px) {
    .home .full .full_column .home_event_list_mobile {
      padding: 0px 10px; } }
  .home .full .full_column .home_event_list_mobile .eventItem {
    clear: both;
    display: block;
    max-width: 915px; }
    .home .full .full_column .home_event_list_mobile .eventItem .thumb_big {
      display: none; }
    @media screen and (max-width: 870px) {
      .home .full .full_column .home_event_list_mobile .eventItem .info .date .meta {
        float: none;
        margin-left: -5px; } }
    @media screen and (max-width: 700px) {
      .home .full .full_column .home_event_list_mobile .eventItem .info .date {
        font-size: 13px; }
        .home .full .full_column .home_event_list_mobile .eventItem .info .date .meta h5 {
          font-size: 13px; }
      .home .full .full_column .home_event_list_mobile .eventItem .buttons {
        margin-bottom: 5px; } }
  .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary {
    max-width: 915px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%; }
    .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem {
      width: calc(50% - 18px);
      height: 440px;
      float: left;
      clear: none;
      display: inline-block; }
      .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .thumb {
        display: none; }
      .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .thumb_big {
        display: block; }
        .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .thumb_big img {
          width: 100%; }
      .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem:first-child {
        margin-left: 0px; }
      .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem:last-child {
        margin-right: 0px; }
      @media screen and (max-width: 870px) {
        .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem {
          width: 100%;
          float: none;
          clear: both;
          margin-left: 0px;
          margin-right: 0px;
          height: auto;
          margin-bottom: 20px; }
          .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .info {
            position: relative;
            bottom: 0px;
            padding-top: 0px;
            padding-bottom: 85px; }
          .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .text-wrapper {
            min-height: 0px; }
          .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .date {
            position: relative;
            top: 0px;
            left: 0px;
            margin-top: 10px;
            margin-bottom: 10px;
            margin-left: 0px;
            background: transparent;
            color: #E9E6E1;
            padding: 0px; }
            .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .date .meta {
              float: none;
              margin-left: -5px; }
            .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .date h5 {
              color: #E9E6E1; }
          .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .buttons {
            position: absolute;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            bottom: 0px;
            right: auto;
            width: 100%;
            padding: 0px 20px 0px;
            height: 57px;
            margin-bottom: 20px; }
            .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .buttons a {
              min-width: 0px;
              max-width: 100%;
              margin-right: 0px;
              margin-left: 4px;
              display: flex;
              justify-content: center; } }
      @media screen and (max-width: 870px) and (max-width: 700px) {
        .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .buttons a {
          padding-right: 17px; } }
      @media screen and (max-width: 870px) {
              .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .buttons a.tickets {
                padding-right: 44px; }
                .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .buttons a.tickets:after {
                  right: calc(50% - 60px); }
                .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .buttons a.tickets:hover:after, .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .buttons a.tickets:focus:after {
                  right: calc(50% - 65px); }
              .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .buttons a.soon {
                padding-left: 5px;
                text-align: center; } }
        @media screen and (max-width: 870px) and (max-width: 1015px) {
          .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .buttons a.soon {
            padding-top: 11px; } }
      @media screen and (max-width: 870px) {
              .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .buttons a.more {
                margin-bottom: -1px;
                padding-left: 43px; }
                .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .buttons a.more:after {
                  left: 20px; }
            .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .buttons span.tickets {
              margin-bottom: 0;
              width: 50%;
              margin-right: 2px;
              margin-left: 4px;
              text-align: left; }
              .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .buttons span.tickets.soon {
                text-align: left;
                margin-top: 8px; } }
      @media screen and (max-width: 700px) {
        .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .info {
          padding-bottom: 10px; }
          .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .info .date {
            font-size: 13px; }
            .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .info .date .meta h5 {
              font-size: 13px; }
        .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .buttons {
          padding: 0px 7px 0px;
          margin-bottom: 5px; }
          .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .buttons a.more:after {
            left: calc(50% - 58px) !important; }
        .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem span.tickets {
          text-align: center;
          padding-left: 10px; }
          .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem span.tickets.soon {
            text-align: center; } }
      @media screen and (max-width: 500px) {
        .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .buttons {
          flex-direction: column;
          position: relative;
          height: auto;
          margin-top: 15px;
          display: inline-block; }
          .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .buttons a, .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .buttons span {
            width: 100% !important;
            margin: 5px 0px !important; }
          .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .buttons .soon {
            display: inline-block; }
          .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .buttons a.more:after {
            left: calc(50% - 65px); }
          .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .buttons span.tickets {
            text-align: center;
            padding-left: 0px; }
            .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .buttons span.tickets.soon {
              text-align: center; } }
      @media screen and (max-width: 320px) {
        .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .buttons a {
          height: 40px; }
          .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .buttons a.tickets {
            padding: 7px 40px 10px 15px; }
            .home .full .full_column .home_event_list_mobile .event_list_grid_home_secondary .eventItem .buttons a.tickets:after {
              top: 9px; } }

.link {
  position: relative; }
  .link ul.list {
    padding: 0; }
    .link ul.list li > a, .link ul.list li > span {
      display: inline-block;
      position: relative;
      padding: 5px 0px 5px 52px;
      word-wrap: break-word;
      color: #0B2A4A;
      font-size: 1.4375rem;
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      font-family: "Fjalla One", sans-serif;
      font-size: 21px;
      color: #0B2A4A;
      letter-spacing: 0.2px;
      line-height: 22px;
      text-transform: uppercase;
      z-index: 1;
      margin-bottom: 10px;
      /*------------------------------------------------------------
      =Handles all Social Media icons for select social media urls
          -- Twitter | Facebook | Instagram | Pinterest
      ------------------------------------------------------------*/ }
      .link ul.list li > a:before, .link ul.list li > span:before {
        content: "";
        position: absolute;
        background-color: #4BC6EF;
        top: -5px;
        left: -5px;
        width: 0px;
        height: calc(100% + 10px);
        z-index: -1;
        transition: width 200ms linear; }
      .link ul.list li > a svg, .link ul.list li > span svg {
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0px;
        fill: #0B2A4A; }
      .link ul.list li > a:hover, .link ul.list li > a:focus, .link ul.list li > span:hover, .link ul.list li > span:focus {
        color: #0B2A4A;
        text-decoration: none; }
        .link ul.list li > a:hover svg, .link ul.list li > a:focus svg, .link ul.list li > span:hover svg, .link ul.list li > span:focus svg {
          fill: #0B2A4A; }
        .link ul.list li > a:hover:before, .link ul.list li > a:focus:before, .link ul.list li > span:hover:before, .link ul.list li > span:focus:before {
          width: calc(100% + 10px); }
      .link ul.list li > a .link_icon .internal, .link ul.list li > span .link_icon .internal {
        display: block; }
      .link ul.list li > a .link_icon .external, .link ul.list li > span .link_icon .external {
        display: none; }
      .link ul.list li > a[target="_blank"] .link_icon .internal, .link ul.list li > span[target="_blank"] .link_icon .internal {
        display: none; }
      .link ul.list li > a[target="_blank"] .link_icon .external, .link ul.list li > span[target="_blank"] .link_icon .external {
        display: block; }
      .link ul.list li > a[href*="twitter"] svg, .link ul.list li > a[href*="facebook"] svg, .link ul.list li > a[href*="instagram"] svg, .link ul.list li > a[href*="pinterest"] svg, .link ul.list li > span[href*="twitter"] svg, .link ul.list li > span[href*="facebook"] svg, .link ul.list li > span[href*="instagram"] svg, .link ul.list li > span[href*="pinterest"] svg {
        display: none; }
      .link ul.list li > a[href*="twitter"]:before, .link ul.list li > a[href*="facebook"]:before, .link ul.list li > a[href*="instagram"]:before, .link ul.list li > a[href*="pinterest"]:before, .link ul.list li > span[href*="twitter"]:before, .link ul.list li > span[href*="facebook"]:before, .link ul.list li > span[href*="instagram"]:before, .link ul.list li > span[href*="pinterest"]:before {
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        position: absolute;
        top: 4px;
        left: 0px;
        display: inline-block;
        background: none;
        padding: 0;
        font-family: FontAwesome;
        font-size: 25px;
        font-weight: normal;
        font-style: normal;
        color: #2B2A29;
        text-decoration: inherit; }
      .link ul.list li > a[href*="twitter"]:hover:before, .link ul.list li > a[href*="twitter"]:focus:before, .link ul.list li > a[href*="facebook"]:hover:before, .link ul.list li > a[href*="facebook"]:focus:before, .link ul.list li > a[href*="instagram"]:hover:before, .link ul.list li > a[href*="instagram"]:focus:before, .link ul.list li > a[href*="pinterest"]:hover:before, .link ul.list li > a[href*="pinterest"]:focus:before, .link ul.list li > span[href*="twitter"]:hover:before, .link ul.list li > span[href*="twitter"]:focus:before, .link ul.list li > span[href*="facebook"]:hover:before, .link ul.list li > span[href*="facebook"]:focus:before, .link ul.list li > span[href*="instagram"]:hover:before, .link ul.list li > span[href*="instagram"]:focus:before, .link ul.list li > span[href*="pinterest"]:hover:before, .link ul.list li > span[href*="pinterest"]:focus:before {
        color: #0B2A4A; }
      .link ul.list li > a[href*="twitter"]:before, .link ul.list li > span[href*="twitter"]:before {
        content: "\f099"; }
      .link ul.list li > a[href*="facebook"]:before, .link ul.list li > span[href*="facebook"]:before {
        content: "\f09a"; }
      .link ul.list li > a[href*="instagram"]:before, .link ul.list li > span[href*="instagram"]:before {
        content: "\f16d"; }
      .link ul.list li > a[href*="pinterest"]:before, .link ul.list li > span[href*="pinterest"]:before {
        content: "\f0d2"; }
    .link ul.list li > span:before {
      content: none; }
    .link ul.list li > span .link_icon {
      display: none; }
    .link ul.list .description {
      padding-left: 52px; }
      .link ul.list .description p, .link ul.list .description li {
        margin-top: 0;
        font-weight: 400;
        font-size: 14px; }
      .link ul.list .description p {
        margin-bottom: 20px; }

/* ----------------------------------------------------------------------------
= FAQ Accordion
----------------------------------------------------------------------------- */
.faq {
  position: relative; }
  .faq dt {
    overflow: auto;
    margin: 0;
    padding: 0px;
    cursor: pointer;
    background: #E9E6E1;
    margin-bottom: 15px;
    position: relative;
    transition: background 200ms linear, border 200ms linear;
    border: 1px solid #E9E6E1; }
    .faq dt a {
      outline-offset: -3px; }
    .faq dt:before {
      content: "";
      background: #0B2A4A;
      position: absolute;
      left: 0px;
      top: 0px;
      height: 100%;
      width: 34px; }
    .faq dt:after {
      content: "\f107";
      font-family: "FontAwesome";
      position: absolute;
      left: 0px;
      width: 34px;
      top: 50%;
      color: white;
      text-align: center;
      font-size: 26px;
      transition: left 200ms linear;
      pointer-events: none;
      transform: translateY(-50%); }
    .faq dt p {
      margin: 0;
      padding: 0px;
      text-transform: none;
      padding: 20px;
      padding-left: 54px;
      font-weight: 400;
      display: block;
      transition: color 200ms linear;
      font-family: "Fjalla One", sans-serif;
      font-size: 21px;
      color: #0B2A4A;
      letter-spacing: 0.2px;
      line-height: 24px; }
    .faq dt:hover:not(.open), .faq dt:focus:not(.open) {
      background: #F7F5F4;
      border: 1px solid #0B2A4A; }
    .faq dt.open {
      background: #0B2A4A;
      border: 1px solid #0B2A4A; }
      .faq dt.open p {
        color: white; }
      .faq dt.open:after {
        transform: rotate(-180deg) translateY(-50%);
        left: 10px;
        top: calc(50% - 26px); }
  .faq dd {
    display: none;
    padding: 0px;
    margin: 0px;
    padding-left: 54px; }

/* ----------------------------------------------------------------------------
= Seating Charts Page styles - Listing page
----------------------------------------------------------------------------- */
#pages.seating-charts #content, #pages.seating #content {
  margin-top: 40px; }
#pages.seating-charts .textarea.content_item, #pages.seating .textarea.content_item {
  max-width: none; }
  #pages.seating-charts .textarea.content_item h1, #pages.seating .textarea.content_item h1 {
    border-bottom: 1px solid #0B2A4A;
    margin-top: 30px;
    padding-bottom: 15px; }

/* ----------------------------------------------------------------------------
=Venue Pages
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Map styles
----------------------------------------------------------------------------- */
#pages.plan-your-visit .no-slideshow .breadcrumbs {
  margin-top: 0px; }

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

.map_holder {
  position: relative;
  display: block;
  width: 100%;
  height: 550px;
  margin-bottom: 25px;
  margin-top: 0px;
  display: inline-block; }
  .map_holder .map {
    width: 100%;
    height: 100%; }
  .map_holder .map_window .info {
    margin-bottom: 0px; }

.map_window .info {
  margin: 0 0 8px;
  padding: 0 0 4px; }
  .map_window .info h4 {
    color: #000;
    font-weight: 400;
    margin-top: 12px; }
  .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: 65%;
    margin: 0 0 8px;
    padding: 8px 5px;
    color: #000;
    font-size: 12px; }
  .map_window .directions form button {
    display: block;
    float: right;
    padding: 8px 10px;
    color: #fff;
    border: 3px solid #0B2A4A;
    background-color: #0B2A4A;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 200ms; }
    .map_window .directions form button:hover, .map_window .directions form button:focus {
      background: white;
      color: #0B2A4A; }

.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: "Josefin Sans", sans-serif;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase; }
    .map_control button.active {
      outline: none;
      background: #0B2A4A; }
      .map_control button.active:hover, .map_control button.active:focus {
        color: white;
        outline: none; }
    .map_control button:hover, .map_control button:focus {
      color: #0B2A4A;
      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: 10px 0 15px;
  padding: 0 0px;
  color: #0B2A4A;
  font: 400 16px/40px "Fjalla One", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase; }
  .paging:before, .paging:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .paging:after {
    clear: both; }
  .paging.final {
    margin: 0; }
  .paging.empty {
    height: 0;
    margin: 0;
    padding: 0;
    background: none; }
  .paging .record {
    float: left;
    width: auto;
    height: 40px;
    padding: 0 0 0 10px;
    color: #0B2A4A; }
  .paging .pages {
    zoom: 1;
    float: right;
    width: auto;
    margin: 10px -17px 0 0;
    text-align: center; }
    .paging .pages:before, .paging .pages:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .paging .pages:after {
      clear: both; }
    .paging .pages strong, .paging .pages a, .paging .pages a:link, .paging .pages a:visited {
      position: relative;
      float: left;
      width: 40px;
      height: 40px;
      margin: 0;
      padding: 0;
      color: #0B2A4A;
      font: 600 16px/40px "Fjalla One", sans-serif;
      text-decoration: none; }
      .paging .pages strong:hover, .paging .pages strong:focus, .paging .pages a:hover, .paging .pages a:focus, .paging .pages a:link:hover, .paging .pages a:link:focus, .paging .pages a:visited:hover, .paging .pages a:visited:focus {
        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 {
      font-weight: 600;
      color: white;
      background: #0B2A4A; }
      .paging .pages strong:hover {
        text-decoration: none; }

/* ----------------------------------------------------------------------------
=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: #0B2A4A;
    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: #0B2A4A; }
    .login-form input[type='password']:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #0B2A4A; }
    .login-form input[type='password']::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #0B2A4A; }
    .login-form input[type='password']:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #0B2A4A; }
  .login-form input[type='submit'] {
    display: block;
    margin: 25px auto; }

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
#news.index header.header {
  border-bottom: 1px solid #0B2A4A; }
#news.index #content {
  margin-top: 40px; }
#news.index .textarea.content_item {
  max-width: none; }
  #news.index .textarea.content_item h1 {
    border-bottom: 1px solid #0B2A4A;
    margin-top: 30px;
    padding-bottom: 15px; }

.news_list .info .date {
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  text-transform: none; }

/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
#news.detail #branding {
  margin-bottom: 15px; }
#news.detail .breadcrumbs {
  margin: 5px 0px 10px;
  display: inline-block; }
#news.detail h1 {
  border-bottom: 1px solid #0B2A4A;
  padding: 0px 0px 10px;
  margin: 25px 20px 10px;
  width: calc(100% - 40px); }
#news.detail h5.date {
  margin: 35px 0px 25px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  text-transform: none; }
#news.detail .events {
  margin-top: 40px; }

.news_detail .news_thumb {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
#events.index .breadcrumbs {
  display: none; }
#events.index #content {
  max-width: 1180px; }
#events.index .category-dropdown.m-eventList__filter {
  display: none; }
#events.index #venue_widgets_framework {
  clear: both; }
#events.index #loadMoreEvents {
  clear: both;
  margin-top: 40px; }

#events.index .event_listing_page {
  margin-top: 20px; }
  @media screen and (max-width: 1240px) {
    #events.index .event_listing_page {
      padding: 0px 20px; } }

.event_list_header {
  width: 100%;
  border-bottom: 1px solid #0B2A4A;
  color: #0B2A4A;
  padding-bottom: 10px;
  margin-bottom: 40px; }
  .event_list_header .overview {
    display: flex;
    position: relative;
    margin: 0 auto; }
  .event_list_header h1 {
    flex-grow: 2;
    margin: 0;
    margin-top: 50px; }

.event_list_toggles {
  display: flex;
  align-self: center;
  font-weight: 600;
  margin-top: 33px;
  margin-right: 25px; }
  @media screen and (max-width: 870px) {
    .event_list_toggles {
      display: none; } }
  .event_list_toggles .toggle {
    margin-left: 15px;
    color: #D4D2CD;
    transition: all 200ms linear; }
    .event_list_toggles .toggle svg {
      transition: all 200ms linear;
      margin-bottom: 6px; }
      .event_list_toggles .toggle svg g .rect {
        stroke: #D4D2CD;
        transition: all 200ms linear; }
      .event_list_toggles .toggle svg g .shape {
        fill: #D4D2CD;
        transition: all 200ms linear; }
    .event_list_toggles .toggle:hover, .event_list_toggles .toggle:focus {
      cursor: pointer;
      color: #0B2A4A; }
      .event_list_toggles .toggle:hover span, .event_list_toggles .toggle:focus span {
        color: #0B2A4A; }
      .event_list_toggles .toggle:hover svg g .rect, .event_list_toggles .toggle:focus svg g .rect {
        stroke: #0B2A4A;
        transition: all 200ms linear; }
      .event_list_toggles .toggle:hover svg g .shape, .event_list_toggles .toggle:focus svg g .shape {
        fill: #0B2A4A;
        transition: all 200ms linear; }
    .event_list_toggles .toggle.calendar {
      display: none; }
    .event_list_toggles .toggle.is-active {
      color: #0B2A4A; }
      .event_list_toggles .toggle.is-active span {
        color: #0B2A4A; }
      .event_list_toggles .toggle.is-active svg {
        background: #0B2A4A; }
        .event_list_toggles .toggle.is-active svg g .rect {
          stroke: #0B2A4A;
          transition: all 200ms linear; }
        .event_list_toggles .toggle.is-active svg g .shape {
          fill: #fff;
          transition: all 200ms linear; }
  .event_list_toggles span {
    display: block;
    text-align: center; }
  .event_list_toggles svg {
    fill: #D4D2CD; }

.eventList .eventItem,
.m-eventList .eventItem {
  position: relative;
  background: #0B2A4A;
  margin: auto;
  margin-bottom: 20px;
  max-width: 950px;
  transition: box-shadow 0.2s ease-in-out; }
  .eventList .eventItem > div,
  .m-eventList .eventItem > div {
    z-index: 2; }
  .eventList .eventItem .meta,
  .m-eventList .eventItem .meta {
    display: none; }
  .eventList .eventItem .thumb,
  .m-eventList .eventItem .thumb {
    float: left;
    width: 210px;
    overflow: hidden; }
    @media screen and (max-width: 870px) {
      .eventList .eventItem .thumb,
      .m-eventList .eventItem .thumb {
        width: 210px; } }
    .eventList .eventItem .thumb img,
    .m-eventList .eventItem .thumb img {
      max-width: 100%;
      display: block;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .eventList .eventItem .thumb:hover, .eventList .eventItem .thumb:focus,
    .m-eventList .eventItem .thumb:hover,
    .m-eventList .eventItem .thumb:focus {
      background: #fff; }
      .eventList .eventItem .thumb:hover img, .eventList .eventItem .thumb:focus img,
      .m-eventList .eventItem .thumb:hover img,
      .m-eventList .eventItem .thumb:focus img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
  .eventList .eventItem .info,
  .m-eventList .eventItem .info {
    position: relative;
    padding: 60px 190px 20px 20px;
    float: left;
    width: calc(100% - 225px);
    min-height: 160px; }
    @media screen and (max-width: 870px) {
      .eventList .eventItem .info,
      .m-eventList .eventItem .info {
        width: calc(100% - 225px);
        min-height: 113px; } }
  .eventList .eventItem .h3, .eventList .eventItem .spotlight .title, .spotlight .eventList .eventItem .title, .eventList .eventItem .spotlight h3, .spotlight .eventList .eventItem h3,
  .eventList .eventItem .concierge .title,
  .concierge .eventList .eventItem .title,
  .eventList .eventItem .concierge h3,
  .concierge .eventList .eventItem h3,
  .eventList .eventItem .news_list .title,
  .news_list .eventList .eventItem .title,
  .eventList .eventItem .news_list h3,
  .news_list .eventList .eventItem h3,
  .eventList .eventItem .contests .title,
  .contests .eventList .eventItem .title,
  .eventList .eventItem .contests h3,
  .contests .eventList .eventItem h3,
  .eventList .eventItem .contest_list .title,
  .contest_list .eventList .eventItem .title,
  .eventList .eventItem .contest_list h3,
  .contest_list .eventList .eventItem h3,
  .eventList .eventItem .job_list .title,
  .job_list .eventList .eventItem .title,
  .eventList .eventItem .job_list h3,
  .job_list .eventList .eventItem h3,
  .eventList .eventItem .seating_charts .title,
  .seating_charts .eventList .eventItem .title,
  .eventList .eventItem .seating_charts h3,
  .seating_charts .eventList .eventItem h3,
  .eventList .eventItem .offer_list .title,
  .offer_list .eventList .eventItem .title,
  .eventList .eventItem .offer_list h3,
  .offer_list .eventList .eventItem h3, .eventList .eventItem .sitemap .column > ul > li > a, .sitemap .eventList .eventItem .column > ul > li > a, .eventList .eventItem #contests.detail .date, #contests.detail .eventList .eventItem .date,
  .m-eventList .eventItem .h3,
  .m-eventList .eventItem .spotlight .title,
  .spotlight .m-eventList .eventItem .title,
  .m-eventList .eventItem .spotlight h3,
  .spotlight .m-eventList .eventItem h3,
  .m-eventList .eventItem .concierge .title,
  .concierge .m-eventList .eventItem .title,
  .m-eventList .eventItem .concierge h3,
  .concierge .m-eventList .eventItem h3,
  .m-eventList .eventItem .news_list .title,
  .news_list .m-eventList .eventItem .title,
  .m-eventList .eventItem .news_list h3,
  .news_list .m-eventList .eventItem h3,
  .m-eventList .eventItem .contests .title,
  .contests .m-eventList .eventItem .title,
  .m-eventList .eventItem .contests h3,
  .contests .m-eventList .eventItem h3,
  .m-eventList .eventItem .contest_list .title,
  .contest_list .m-eventList .eventItem .title,
  .m-eventList .eventItem .contest_list h3,
  .contest_list .m-eventList .eventItem h3,
  .m-eventList .eventItem .job_list .title,
  .job_list .m-eventList .eventItem .title,
  .m-eventList .eventItem .job_list h3,
  .job_list .m-eventList .eventItem h3,
  .m-eventList .eventItem .seating_charts .title,
  .seating_charts .m-eventList .eventItem .title,
  .m-eventList .eventItem .seating_charts h3,
  .seating_charts .m-eventList .eventItem h3,
  .m-eventList .eventItem .offer_list .title,
  .offer_list .m-eventList .eventItem .title,
  .m-eventList .eventItem .offer_list h3,
  .offer_list .m-eventList .eventItem h3,
  .m-eventList .eventItem .sitemap .column > ul > li > a,
  .sitemap .m-eventList .eventItem .column > ul > li > a,
  .m-eventList .eventItem #contests.detail .date,
  #contests.detail .m-eventList .eventItem .date {
    margin: 0; }
    .eventList .eventItem .h3 a, .eventList .eventItem .spotlight .title a, .spotlight .eventList .eventItem .title a, .eventList .eventItem .spotlight h3 a, .spotlight .eventList .eventItem h3 a,
    .eventList .eventItem .concierge .title a,
    .concierge .eventList .eventItem .title a,
    .eventList .eventItem .concierge h3 a,
    .concierge .eventList .eventItem h3 a,
    .eventList .eventItem .news_list .title a,
    .news_list .eventList .eventItem .title a,
    .eventList .eventItem .news_list h3 a,
    .news_list .eventList .eventItem h3 a,
    .eventList .eventItem .contests .title a,
    .contests .eventList .eventItem .title a,
    .eventList .eventItem .contests h3 a,
    .contests .eventList .eventItem h3 a,
    .eventList .eventItem .contest_list .title a,
    .contest_list .eventList .eventItem .title a,
    .eventList .eventItem .contest_list h3 a,
    .contest_list .eventList .eventItem h3 a,
    .eventList .eventItem .job_list .title a,
    .job_list .eventList .eventItem .title a,
    .eventList .eventItem .job_list h3 a,
    .job_list .eventList .eventItem h3 a,
    .eventList .eventItem .seating_charts .title a,
    .seating_charts .eventList .eventItem .title a,
    .eventList .eventItem .seating_charts h3 a,
    .seating_charts .eventList .eventItem h3 a,
    .eventList .eventItem .offer_list .title a,
    .offer_list .eventList .eventItem .title a,
    .eventList .eventItem .offer_list h3 a,
    .offer_list .eventList .eventItem h3 a, .eventList .eventItem .sitemap .column > ul > li > a a, .sitemap .eventList .eventItem .column > ul > li > a a, .eventList .eventItem #contests.detail .date a, #contests.detail .eventList .eventItem .date a,
    .m-eventList .eventItem .h3 a,
    .m-eventList .eventItem .spotlight .title a,
    .spotlight .m-eventList .eventItem .title a,
    .m-eventList .eventItem .spotlight h3 a,
    .spotlight .m-eventList .eventItem h3 a,
    .m-eventList .eventItem .concierge .title a,
    .concierge .m-eventList .eventItem .title a,
    .m-eventList .eventItem .concierge h3 a,
    .concierge .m-eventList .eventItem h3 a,
    .m-eventList .eventItem .news_list .title a,
    .news_list .m-eventList .eventItem .title a,
    .m-eventList .eventItem .news_list h3 a,
    .news_list .m-eventList .eventItem h3 a,
    .m-eventList .eventItem .contests .title a,
    .contests .m-eventList .eventItem .title a,
    .m-eventList .eventItem .contests h3 a,
    .contests .m-eventList .eventItem h3 a,
    .m-eventList .eventItem .contest_list .title a,
    .contest_list .m-eventList .eventItem .title a,
    .m-eventList .eventItem .contest_list h3 a,
    .contest_list .m-eventList .eventItem h3 a,
    .m-eventList .eventItem .job_list .title a,
    .job_list .m-eventList .eventItem .title a,
    .m-eventList .eventItem .job_list h3 a,
    .job_list .m-eventList .eventItem h3 a,
    .m-eventList .eventItem .seating_charts .title a,
    .seating_charts .m-eventList .eventItem .title a,
    .m-eventList .eventItem .seating_charts h3 a,
    .seating_charts .m-eventList .eventItem h3 a,
    .m-eventList .eventItem .offer_list .title a,
    .offer_list .m-eventList .eventItem .title a,
    .m-eventList .eventItem .offer_list h3 a,
    .offer_list .m-eventList .eventItem h3 a,
    .m-eventList .eventItem .sitemap .column > ul > li > a a,
    .sitemap .m-eventList .eventItem .column > ul > li > a a,
    .m-eventList .eventItem #contests.detail .date a,
    #contests.detail .m-eventList .eventItem .date a {
      font-family: "Fjalla One", sans-serif;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 38px;
      color: #FFFFFF;
      letter-spacing: 0.2px;
      line-height: 40px;
      position: relative;
      z-index: 0;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }
      .eventList .eventItem .h3 a:hover, .eventList .eventItem .spotlight .title a:hover, .spotlight .eventList .eventItem .title a:hover, .eventList .eventItem .spotlight h3 a:hover, .spotlight .eventList .eventItem h3 a:hover,
      .eventList .eventItem .concierge .title a:hover,
      .concierge .eventList .eventItem .title a:hover,
      .eventList .eventItem .concierge h3 a:hover,
      .concierge .eventList .eventItem h3 a:hover,
      .eventList .eventItem .news_list .title a:hover,
      .news_list .eventList .eventItem .title a:hover,
      .eventList .eventItem .news_list h3 a:hover,
      .news_list .eventList .eventItem h3 a:hover,
      .eventList .eventItem .contests .title a:hover,
      .contests .eventList .eventItem .title a:hover,
      .eventList .eventItem .contests h3 a:hover,
      .contests .eventList .eventItem h3 a:hover,
      .eventList .eventItem .contest_list .title a:hover,
      .contest_list .eventList .eventItem .title a:hover,
      .eventList .eventItem .contest_list h3 a:hover,
      .contest_list .eventList .eventItem h3 a:hover,
      .eventList .eventItem .job_list .title a:hover,
      .job_list .eventList .eventItem .title a:hover,
      .eventList .eventItem .job_list h3 a:hover,
      .job_list .eventList .eventItem h3 a:hover,
      .eventList .eventItem .seating_charts .title a:hover,
      .seating_charts .eventList .eventItem .title a:hover,
      .eventList .eventItem .seating_charts h3 a:hover,
      .seating_charts .eventList .eventItem h3 a:hover,
      .eventList .eventItem .offer_list .title a:hover,
      .offer_list .eventList .eventItem .title a:hover,
      .eventList .eventItem .offer_list h3 a:hover,
      .offer_list .eventList .eventItem h3 a:hover, .eventList .eventItem .sitemap .column > ul > li > a a:hover, .sitemap .eventList .eventItem .column > ul > li > a a:hover, .eventList .eventItem #contests.detail .date a:hover, #contests.detail .eventList .eventItem .date a:hover,
      .m-eventList .eventItem .h3 a:hover,
      .m-eventList .eventItem .spotlight .title a:hover,
      .spotlight .m-eventList .eventItem .title a:hover,
      .m-eventList .eventItem .spotlight h3 a:hover,
      .spotlight .m-eventList .eventItem h3 a:hover,
      .m-eventList .eventItem .concierge .title a:hover,
      .concierge .m-eventList .eventItem .title a:hover,
      .m-eventList .eventItem .concierge h3 a:hover,
      .concierge .m-eventList .eventItem h3 a:hover,
      .m-eventList .eventItem .news_list .title a:hover,
      .news_list .m-eventList .eventItem .title a:hover,
      .m-eventList .eventItem .news_list h3 a:hover,
      .news_list .m-eventList .eventItem h3 a:hover,
      .m-eventList .eventItem .contests .title a:hover,
      .contests .m-eventList .eventItem .title a:hover,
      .m-eventList .eventItem .contests h3 a:hover,
      .contests .m-eventList .eventItem h3 a:hover,
      .m-eventList .eventItem .contest_list .title a:hover,
      .contest_list .m-eventList .eventItem .title a:hover,
      .m-eventList .eventItem .contest_list h3 a:hover,
      .contest_list .m-eventList .eventItem h3 a:hover,
      .m-eventList .eventItem .job_list .title a:hover,
      .job_list .m-eventList .eventItem .title a:hover,
      .m-eventList .eventItem .job_list h3 a:hover,
      .job_list .m-eventList .eventItem h3 a:hover,
      .m-eventList .eventItem .seating_charts .title a:hover,
      .seating_charts .m-eventList .eventItem .title a:hover,
      .m-eventList .eventItem .seating_charts h3 a:hover,
      .seating_charts .m-eventList .eventItem h3 a:hover,
      .m-eventList .eventItem .offer_list .title a:hover,
      .offer_list .m-eventList .eventItem .title a:hover,
      .m-eventList .eventItem .offer_list h3 a:hover,
      .offer_list .m-eventList .eventItem h3 a:hover,
      .m-eventList .eventItem .sitemap .column > ul > li > a a:hover,
      .sitemap .m-eventList .eventItem .column > ul > li > a a:hover,
      .m-eventList .eventItem #contests.detail .date a:hover,
      #contests.detail .m-eventList .eventItem .date a:hover {
        color: #40A8CB; }
  .eventList .eventItem .h4,
  .m-eventList .eventItem .h4 {
    font-weight: 300;
    font-family: "Josefin Sans", sans-serif;
    font-size: 19px;
    color: #E9E6E1;
    letter-spacing: 0.2px;
    line-height: 27px;
    margin-top: 8px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
  .eventList .eventItem .buttons,
  .m-eventList .eventItem .buttons {
    position: absolute;
    bottom: 0px;
    right: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .eventList .eventItem .buttons a,
    .m-eventList .eventItem .buttons a {
      margin: 2px 0px;
      min-width: 172px; }
    @media screen and (max-width: 700px) {
      .eventList .eventItem .buttons,
      .m-eventList .eventItem .buttons {
        bottom: 3px;
        left: 0px;
        width: 100%; }
        .eventList .eventItem .buttons a,
        .m-eventList .eventItem .buttons a {
          width: calc(50% - 2px) !important;
          min-width: calc(50% - 2px) !important; } }
  .eventList .eventItem .date,
  .m-eventList .eventItem .date {
    position: absolute;
    left: 20px;
    top: 12px;
    font-family: "Josefin Sans", sans-serif;
    padding-top: 7px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #E9E6E1;
    letter-spacing: 0.2px;
    line-height: 22px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
    .eventList .eventItem .date .m-date__year,
    .m-eventList .eventItem .date .m-date__year {
      display: none; }
    .eventList .eventItem .date .meta,
    .m-eventList .eventItem .date .meta {
      display: inline-block;
      float: right; }
      .eventList .eventItem .date .meta h5,
      .m-eventList .eventItem .date .meta h5 {
        font-family: "Josefin Sans", sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: #E9E6E1;
        letter-spacing: 0.2px;
        line-height: 22px;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        text-transform: none;
        padding: 0px;
        margin: 0px; }
      .eventList .eventItem .date .meta .time,
      .m-eventList .eventItem .date .meta .time {
        display: none; }
  .eventList .eventItem .outside_info,
  .m-eventList .eventItem .outside_info {
    display: none; }
  @media screen and (max-width: 700px) {
    .eventList .eventItem,
    .m-eventList .eventItem {
      padding: 3px;
      padding-bottom: 80px; }
      .eventList .eventItem .thumb,
      .m-eventList .eventItem .thumb {
        width: 103px;
        transform: translate(0);
        margin-top: -3px;
        margin-left: -3px; }
      .eventList .eventItem .date,
      .m-eventList .eventItem .date {
        position: relative;
        top: 0px;
        left: 0px;
        margin-bottom: 13px; }
        .eventList .eventItem .date .meta,
        .m-eventList .eventItem .date .meta {
          float: none; }
      .eventList .eventItem .info,
      .m-eventList .eventItem .info {
        width: calc(100% - 115px);
        display: block;
        min-height: 0px;
        padding: 0px 5px 0px 20px; }
      .eventList .eventItem .h4,
      .m-eventList .eventItem .h4 {
        line-height: 22px; }
      .eventList .eventItem .buttons,
      .m-eventList .eventItem .buttons {
        position: absolute;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        bottom: 0px;
        right: auto;
        width: 100%;
        padding: 0px 7px 0px;
        height: 57px;
        margin-bottom: 2px; }
        .eventList .eventItem .buttons a,
        .m-eventList .eventItem .buttons a {
          min-width: 0px;
          max-width: 100%;
          margin-right: 1.5px;
          margin-left: 4px;
          display: flex;
          justify-content: center; } }
      @media screen and (max-width: 700px) and (max-width: 700px) {
        .eventList .eventItem .buttons a,
        .m-eventList .eventItem .buttons a {
          padding-right: 17px; } }
  @media screen and (max-width: 700px) {
          .eventList .eventItem .buttons a.tickets,
          .m-eventList .eventItem .buttons a.tickets {
            padding-right: 44px; }
            .eventList .eventItem .buttons a.tickets:after,
            .m-eventList .eventItem .buttons a.tickets:after {
              right: calc(50% - 60px); }
            .eventList .eventItem .buttons a.tickets:hover:after, .eventList .eventItem .buttons a.tickets:focus:after,
            .m-eventList .eventItem .buttons a.tickets:hover:after,
            .m-eventList .eventItem .buttons a.tickets:focus:after {
              right: calc(50% - 65px); }
          .eventList .eventItem .buttons a.soon,
          .m-eventList .eventItem .buttons a.soon {
            padding-left: 5px;
            text-align: center; } }
        @media screen and (max-width: 700px) and (max-width: 1015px) {
          .eventList .eventItem .buttons a.soon,
          .m-eventList .eventItem .buttons a.soon {
            padding-top: 11px; } }
  @media screen and (max-width: 700px) {
          .eventList .eventItem .buttons a.more,
          .m-eventList .eventItem .buttons a.more {
            margin-bottom: -1px;
            padding-left: 43px; }
            .eventList .eventItem .buttons a.more:after,
            .m-eventList .eventItem .buttons a.more:after {
              left: calc(50% - 58px); }
        .eventList .eventItem .buttons span.tickets,
        .m-eventList .eventItem .buttons span.tickets {
          margin-bottom: 0;
          width: 50%;
          margin-right: 2px;
          margin-left: 4px;
          text-align: center; }
          .eventList .eventItem .buttons span.tickets.soon,
          .m-eventList .eventItem .buttons span.tickets.soon {
            text-align: center;
            margin-top: 8px; } }
  @media screen and (max-width: 500px) {
    .eventList .eventItem,
    .m-eventList .eventItem {
      padding-bottom: 0px; }
      .eventList .eventItem .thumb,
      .m-eventList .eventItem .thumb {
        width: 45px; }
      .eventList .eventItem .info,
      .m-eventList .eventItem .info {
        width: calc(100% - 55px);
        padding-left: 13px; }
        .eventList .eventItem .info .h3 a, .eventList .eventItem .info .spotlight .title a, .spotlight .eventList .eventItem .info .title a, .eventList .eventItem .info .spotlight h3 a, .spotlight .eventList .eventItem .info h3 a,
        .eventList .eventItem .info .concierge .title a,
        .concierge .eventList .eventItem .info .title a,
        .eventList .eventItem .info .concierge h3 a,
        .concierge .eventList .eventItem .info h3 a,
        .eventList .eventItem .info .news_list .title a,
        .news_list .eventList .eventItem .info .title a,
        .eventList .eventItem .info .news_list h3 a,
        .news_list .eventList .eventItem .info h3 a,
        .eventList .eventItem .info .contests .title a,
        .contests .eventList .eventItem .info .title a,
        .eventList .eventItem .info .contests h3 a,
        .contests .eventList .eventItem .info h3 a,
        .eventList .eventItem .info .contest_list .title a,
        .contest_list .eventList .eventItem .info .title a,
        .eventList .eventItem .info .contest_list h3 a,
        .contest_list .eventList .eventItem .info h3 a,
        .eventList .eventItem .info .job_list .title a,
        .job_list .eventList .eventItem .info .title a,
        .eventList .eventItem .info .job_list h3 a,
        .job_list .eventList .eventItem .info h3 a,
        .eventList .eventItem .info .seating_charts .title a,
        .seating_charts .eventList .eventItem .info .title a,
        .eventList .eventItem .info .seating_charts h3 a,
        .seating_charts .eventList .eventItem .info h3 a,
        .eventList .eventItem .info .offer_list .title a,
        .offer_list .eventList .eventItem .info .title a,
        .eventList .eventItem .info .offer_list h3 a,
        .offer_list .eventList .eventItem .info h3 a, .eventList .eventItem .info .sitemap .column > ul > li > a a, .sitemap .eventList .eventItem .info .column > ul > li > a a, .eventList .eventItem .info #contests.detail .date a, #contests.detail .eventList .eventItem .info .date a,
        .m-eventList .eventItem .info .h3 a,
        .m-eventList .eventItem .info .spotlight .title a,
        .spotlight .m-eventList .eventItem .info .title a,
        .m-eventList .eventItem .info .spotlight h3 a,
        .spotlight .m-eventList .eventItem .info h3 a,
        .m-eventList .eventItem .info .concierge .title a,
        .concierge .m-eventList .eventItem .info .title a,
        .m-eventList .eventItem .info .concierge h3 a,
        .concierge .m-eventList .eventItem .info h3 a,
        .m-eventList .eventItem .info .news_list .title a,
        .news_list .m-eventList .eventItem .info .title a,
        .m-eventList .eventItem .info .news_list h3 a,
        .news_list .m-eventList .eventItem .info h3 a,
        .m-eventList .eventItem .info .contests .title a,
        .contests .m-eventList .eventItem .info .title a,
        .m-eventList .eventItem .info .contests h3 a,
        .contests .m-eventList .eventItem .info h3 a,
        .m-eventList .eventItem .info .contest_list .title a,
        .contest_list .m-eventList .eventItem .info .title a,
        .m-eventList .eventItem .info .contest_list h3 a,
        .contest_list .m-eventList .eventItem .info h3 a,
        .m-eventList .eventItem .info .job_list .title a,
        .job_list .m-eventList .eventItem .info .title a,
        .m-eventList .eventItem .info .job_list h3 a,
        .job_list .m-eventList .eventItem .info h3 a,
        .m-eventList .eventItem .info .seating_charts .title a,
        .seating_charts .m-eventList .eventItem .info .title a,
        .m-eventList .eventItem .info .seating_charts h3 a,
        .seating_charts .m-eventList .eventItem .info h3 a,
        .m-eventList .eventItem .info .offer_list .title a,
        .offer_list .m-eventList .eventItem .info .title a,
        .m-eventList .eventItem .info .offer_list h3 a,
        .offer_list .m-eventList .eventItem .info h3 a,
        .m-eventList .eventItem .info .sitemap .column > ul > li > a a,
        .sitemap .m-eventList .eventItem .info .column > ul > li > a a,
        .m-eventList .eventItem .info #contests.detail .date a,
        #contests.detail .m-eventList .eventItem .info .date a {
          font-size: 22px;
          line-height: 20px; }
        .eventList .eventItem .info .date,
        .m-eventList .eventItem .info .date {
          font-size: 13px; }
        .eventList .eventItem .info .date .meta h5,
        .m-eventList .eventItem .info .date .meta h5 {
          font-size: 13px; }
      .eventList .eventItem .buttons,
      .m-eventList .eventItem .buttons {
        flex-direction: column;
        position: relative;
        height: auto;
        margin-top: 15px;
        display: inline-block; }
        .eventList .eventItem .buttons a, .eventList .eventItem .buttons span,
        .m-eventList .eventItem .buttons a,
        .m-eventList .eventItem .buttons span {
          width: 100% !important;
          margin: 5px 0px !important; }
        .eventList .eventItem .buttons .soon,
        .m-eventList .eventItem .buttons .soon {
          display: inline-block; }
        .eventList .eventItem .buttons a.more:after,
        .m-eventList .eventItem .buttons a.more:after {
          left: calc(50% - 65px); } }
  @media screen and (max-width: 360px) {
    .eventList .eventItem .date,
    .m-eventList .eventItem .date {
      font-size: 12px; } }
  @media screen and (max-width: 320px) {
    .eventList .eventItem,
    .m-eventList .eventItem {
      margin-bottom: 15px; }
      .eventList .eventItem .info,
      .m-eventList .eventItem .info {
        margin-bottom: 0px;
        padding-bottom: 0px;
        min-height: 60px; }
      .eventList .eventItem h3 a,
      .m-eventList .eventItem h3 a {
        font-size: 20px; }
      .eventList .eventItem h4,
      .m-eventList .eventItem h4 {
        font-size: 14px;
        margin-bottom: 0px;
        margin-top: 2px; }
      .eventList .eventItem .date,
      .m-eventList .eventItem .date {
        font-size: 11px; }
      .eventList .eventItem .buttons a,
      .m-eventList .eventItem .buttons a {
        height: 40px; }
        .eventList .eventItem .buttons a.tickets,
        .m-eventList .eventItem .buttons a.tickets {
          padding: 7px 40px 10px 15px; }
          .eventList .eventItem .buttons a.tickets:after,
          .m-eventList .eventItem .buttons a.tickets:after {
            top: 9px; } }
.eventList.event_list_grid, .eventList .event_list_grid_home_secondary,
.m-eventList.event_list_grid,
.m-eventList .event_list_grid_home_secondary {
  width: calc(100% + 35px);
  margin-left: -17px; }
  @media screen and (max-width: 1180px) {
    .eventList.event_list_grid .eventList__wrapper, .eventList .event_list_grid_home_secondary .eventList__wrapper,
    .m-eventList.event_list_grid .eventList__wrapper,
    .m-eventList .event_list_grid_home_secondary .eventList__wrapper {
      max-width: 815px;
      margin: 0px auto; } }
  .eventList.event_list_grid .eventItem, .eventList .event_list_grid_home_secondary .eventItem,
  .m-eventList.event_list_grid .eventItem,
  .m-eventList .event_list_grid_home_secondary .eventItem {
    float: left;
    width: calc(33.3333% - 35px);
    margin: 0px 17px 40px;
    height: 588px; }
    .eventList.event_list_grid .eventItem .thumb, .eventList .event_list_grid_home_secondary .eventItem .thumb,
    .m-eventList.event_list_grid .eventItem .thumb,
    .m-eventList .event_list_grid_home_secondary .eventItem .thumb {
      position: relative;
      float: none;
      width: 100%;
      transform: translate(0px);
      z-index: 2;
      flex-grow: 0;
      flex-shrink: 1;
      overflow: hidden; }
    .eventList.event_list_grid .eventItem .info, .eventList .event_list_grid_home_secondary .eventItem .info,
    .m-eventList.event_list_grid .eventItem .info,
    .m-eventList .event_list_grid_home_secondary .eventItem .info {
      width: 100%;
      position: static;
      z-index: 2;
      padding: 45px 20px 68px 20px;
      position: absolute;
      bottom: 0px;
      background: #0B2A4A;
      flex-grow: 1;
      flex-shrink: 0;
      min-height: 0px; }
      .eventList.event_list_grid .eventItem .info *, .eventList .event_list_grid_home_secondary .eventItem .info *,
      .m-eventList.event_list_grid .eventItem .info *,
      .m-eventList .event_list_grid_home_secondary .eventItem .info * {
        z-index: 2; }
    .eventList.event_list_grid .eventItem .text-wrapper, .eventList .event_list_grid_home_secondary .eventItem .text-wrapper,
    .m-eventList.event_list_grid .eventItem .text-wrapper,
    .m-eventList .event_list_grid_home_secondary .eventItem .text-wrapper {
      min-height: 130px; }
    .eventList.event_list_grid .eventItem .h4, .eventList .event_list_grid_home_secondary .eventItem .h4,
    .m-eventList.event_list_grid .eventItem .h4,
    .m-eventList .event_list_grid_home_secondary .eventItem .h4 {
      margin-top: 4px; }
    .eventList.event_list_grid .eventItem .meta h5.location, .eventList .event_list_grid_home_secondary .eventItem .meta h5.location,
    .m-eventList.event_list_grid .eventItem .meta h5.location,
    .m-eventList .event_list_grid_home_secondary .eventItem .meta h5.location {
      color: #0B2A4A; }
    .eventList.event_list_grid .eventItem .date, .eventList .event_list_grid_home_secondary .eventItem .date,
    .m-eventList.event_list_grid .eventItem .date,
    .m-eventList .event_list_grid_home_secondary .eventItem .date {
      margin-top: -24px;
      margin-left: -20px;
      margin-bottom: 25px;
      background: #E9E6E1;
      color: #0B2A4A;
      padding: 6px 20px; }
      .eventList.event_list_grid .eventItem .date .meta h5.location, .eventList .event_list_grid_home_secondary .eventItem .date .meta h5.location,
      .m-eventList.event_list_grid .eventItem .date .meta h5.location,
      .m-eventList .event_list_grid_home_secondary .eventItem .date .meta h5.location {
        color: #0B2A4A; }
    .eventList.event_list_grid .eventItem .buttons, .eventList .event_list_grid_home_secondary .eventItem .buttons,
    .m-eventList.event_list_grid .eventItem .buttons,
    .m-eventList .event_list_grid_home_secondary .eventItem .buttons {
      position: absolute;
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between;
      bottom: 0px;
      right: auto;
      width: 100%;
      padding: 0px 20px 0px;
      height: 80px;
      margin-bottom: 2px; }
      .eventList.event_list_grid .eventItem .buttons a, .eventList .event_list_grid_home_secondary .eventItem .buttons a,
      .m-eventList.event_list_grid .eventItem .buttons a,
      .m-eventList .event_list_grid_home_secondary .eventItem .buttons a {
        min-width: 0px;
        margin-right: 1.5px;
        margin-left: 4px;
        display: flex;
        justify-content: center; }
        .eventList.event_list_grid .eventItem .buttons a.soon, .eventList .event_list_grid_home_secondary .eventItem .buttons a.soon,
        .m-eventList.event_list_grid .eventItem .buttons a.soon,
        .m-eventList .event_list_grid_home_secondary .eventItem .buttons a.soon {
          padding: 10px 38px 7px 9px; }
          .eventList.event_list_grid .eventItem .buttons a.soon:after, .eventList .event_list_grid_home_secondary .eventItem .buttons a.soon:after,
          .m-eventList.event_list_grid .eventItem .buttons a.soon:after,
          .m-eventList .event_list_grid_home_secondary .eventItem .buttons a.soon:after {
            right: 13px; }
          .eventList.event_list_grid .eventItem .buttons a.soon:hover:after, .eventList.event_list_grid .eventItem .buttons a.soon:focus:after, .eventList .event_list_grid_home_secondary .eventItem .buttons a.soon:hover:after, .eventList .event_list_grid_home_secondary .eventItem .buttons a.soon:focus:after,
          .m-eventList.event_list_grid .eventItem .buttons a.soon:hover:after,
          .m-eventList.event_list_grid .eventItem .buttons a.soon:focus:after,
          .m-eventList .event_list_grid_home_secondary .eventItem .buttons a.soon:hover:after,
          .m-eventList .event_list_grid_home_secondary .eventItem .buttons a.soon:focus:after {
            right: 8px; }
          @media screen and (max-width: 1015px) {
            .eventList.event_list_grid .eventItem .buttons a.soon, .eventList .event_list_grid_home_secondary .eventItem .buttons a.soon,
            .m-eventList.event_list_grid .eventItem .buttons a.soon,
            .m-eventList .event_list_grid_home_secondary .eventItem .buttons a.soon {
              padding-top: 11px; } }
        .eventList.event_list_grid .eventItem .buttons a.more, .eventList .event_list_grid_home_secondary .eventItem .buttons a.more,
        .m-eventList.event_list_grid .eventItem .buttons a.more,
        .m-eventList .event_list_grid_home_secondary .eventItem .buttons a.more {
          margin-bottom: -16px;
          padding-left: 28px;
          padding-bottom: 9px; }
          .eventList.event_list_grid .eventItem .buttons a.more:after, .eventList .event_list_grid_home_secondary .eventItem .buttons a.more:after,
          .m-eventList.event_list_grid .eventItem .buttons a.more:after,
          .m-eventList .event_list_grid_home_secondary .eventItem .buttons a.more:after {
            left: 4px; }
      .eventList.event_list_grid .eventItem .buttons span.tickets, .eventList .event_list_grid_home_secondary .eventItem .buttons span.tickets,
      .m-eventList.event_list_grid .eventItem .buttons span.tickets,
      .m-eventList .event_list_grid_home_secondary .eventItem .buttons span.tickets {
        margin-bottom: 0;
        width: 50%;
        margin-right: 2px;
        margin-left: 4px;
        text-align: left; }
        .eventList.event_list_grid .eventItem .buttons span.tickets.soon, .eventList .event_list_grid_home_secondary .eventItem .buttons span.tickets.soon,
        .m-eventList.event_list_grid .eventItem .buttons span.tickets.soon,
        .m-eventList .event_list_grid_home_secondary .eventItem .buttons span.tickets.soon {
          text-align: right;
          margin-top: 21px; }
    .eventList.event_list_grid .eventItem:nth-child(3n+1), .eventList .event_list_grid_home_secondary .eventItem:nth-child(3n+1),
    .m-eventList.event_list_grid .eventItem:nth-child(3n+1),
    .m-eventList .event_list_grid_home_secondary .eventItem:nth-child(3n+1) {
      clear: left; }
    @media screen and (max-width: 1180px) {
      .eventList.event_list_grid .eventItem, .eventList .event_list_grid_home_secondary .eventItem,
      .m-eventList.event_list_grid .eventItem,
      .m-eventList .event_list_grid_home_secondary .eventItem {
        width: calc(50% - 35px);
        max-width: 386px; }
        .eventList.event_list_grid .eventItem:nth-child(3n+1), .eventList .event_list_grid_home_secondary .eventItem:nth-child(3n+1),
        .m-eventList.event_list_grid .eventItem:nth-child(3n+1),
        .m-eventList .event_list_grid_home_secondary .eventItem:nth-child(3n+1) {
          clear: none; }
        .eventList.event_list_grid .eventItem:nth-child(2n+1), .eventList .event_list_grid_home_secondary .eventItem:nth-child(2n+1),
        .m-eventList.event_list_grid .eventItem:nth-child(2n+1),
        .m-eventList .event_list_grid_home_secondary .eventItem:nth-child(2n+1) {
          clear: left; } }

#pages.home .eventList.event_list_grid, #pages.home .m-eventList.event_list_grid {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
  margin-left: 0px; }
  #pages.home .eventList.event_list_grid .eventItem .thumb_big, #pages.home .m-eventList.event_list_grid .eventItem .thumb_big {
    display: none; }
  #pages.home .eventList.event_list_grid .eventItem:nth-child(2), #pages.home .eventList.event_list_grid .eventItem:nth-child(3), #pages.home .m-eventList.event_list_grid .eventItem:nth-child(2), #pages.home .m-eventList.event_list_grid .eventItem:nth-child(3) {
    width: calc(66.6666% - 35px); }
    #pages.home .eventList.event_list_grid .eventItem:nth-child(2) .text-wrapper, #pages.home .eventList.event_list_grid .eventItem:nth-child(3) .text-wrapper, #pages.home .m-eventList.event_list_grid .eventItem:nth-child(2) .text-wrapper, #pages.home .m-eventList.event_list_grid .eventItem:nth-child(3) .text-wrapper {
      min-height: 104px; }
    #pages.home .eventList.event_list_grid .eventItem:nth-child(2) .info, #pages.home .eventList.event_list_grid .eventItem:nth-child(3) .info, #pages.home .m-eventList.event_list_grid .eventItem:nth-child(2) .info, #pages.home .m-eventList.event_list_grid .eventItem:nth-child(3) .info {
      padding: 45px 40px 88px 40px; }
    #pages.home .eventList.event_list_grid .eventItem:nth-child(2) .date, #pages.home .eventList.event_list_grid .eventItem:nth-child(3) .date, #pages.home .m-eventList.event_list_grid .eventItem:nth-child(2) .date, #pages.home .m-eventList.event_list_grid .eventItem:nth-child(3) .date {
      margin-left: 0px; }
    #pages.home .eventList.event_list_grid .eventItem:nth-child(2) .buttons, #pages.home .eventList.event_list_grid .eventItem:nth-child(3) .buttons, #pages.home .m-eventList.event_list_grid .eventItem:nth-child(2) .buttons, #pages.home .m-eventList.event_list_grid .eventItem:nth-child(3) .buttons {
      padding: 0px 40px 40px; }
    #pages.home .eventList.event_list_grid .eventItem:nth-child(2):after, #pages.home .eventList.event_list_grid .eventItem:nth-child(3):after, #pages.home .m-eventList.event_list_grid .eventItem:nth-child(2):after, #pages.home .m-eventList.event_list_grid .eventItem:nth-child(3):after {
      content: "";
      pointer-events: none;
      position: absolute;
      border: 3px solid rgba(233, 230, 225, 0.8);
      top: 20px;
      left: 20px;
      width: calc(100% - 40px);
      z-index: 1;
      height: calc(100% - 40px);
      visibility: visible;
      z-index: 9; }
      @media screen and (max-width: 700px) {
        #pages.home .eventList.event_list_grid .eventItem:nth-child(2):after, #pages.home .eventList.event_list_grid .eventItem:nth-child(3):after, #pages.home .m-eventList.event_list_grid .eventItem:nth-child(2):after, #pages.home .m-eventList.event_list_grid .eventItem:nth-child(3):after {
          border: 13px solid rgba(233, 230, 225, 0.8); } }
      @media screen and (max-width: 500px) {
        #pages.home .eventList.event_list_grid .eventItem:nth-child(2):after, #pages.home .eventList.event_list_grid .eventItem:nth-child(3):after, #pages.home .m-eventList.event_list_grid .eventItem:nth-child(2):after, #pages.home .m-eventList.event_list_grid .eventItem:nth-child(3):after {
          top: 10px;
          left: 10px;
          width: calc(100% - 20px);
          height: calc(100% - 20px); } }
    #pages.home .eventList.event_list_grid .eventItem:nth-child(2) .thumb, #pages.home .eventList.event_list_grid .eventItem:nth-child(3) .thumb, #pages.home .m-eventList.event_list_grid .eventItem:nth-child(2) .thumb, #pages.home .m-eventList.event_list_grid .eventItem:nth-child(3) .thumb {
      display: none; }
      #pages.home .eventList.event_list_grid .eventItem:nth-child(2) .thumb.thumb_big, #pages.home .eventList.event_list_grid .eventItem:nth-child(3) .thumb.thumb_big, #pages.home .m-eventList.event_list_grid .eventItem:nth-child(2) .thumb.thumb_big, #pages.home .m-eventList.event_list_grid .eventItem:nth-child(3) .thumb.thumb_big {
        display: block; }
        #pages.home .eventList.event_list_grid .eventItem:nth-child(2) .thumb.thumb_big img, #pages.home .eventList.event_list_grid .eventItem:nth-child(3) .thumb.thumb_big img, #pages.home .m-eventList.event_list_grid .eventItem:nth-child(2) .thumb.thumb_big img, #pages.home .m-eventList.event_list_grid .eventItem:nth-child(3) .thumb.thumb_big img {
          width: 100%; }
  #pages.home .eventList.event_list_grid .eventItem:nth-child(3), #pages.home .m-eventList.event_list_grid .eventItem:nth-child(3) {
    clear: both; }
  #pages.home .eventList.event_list_grid .eventItem:nth-child(4), #pages.home .m-eventList.event_list_grid .eventItem:nth-child(4) {
    clear: none; }

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
#events.detail #venue_widgets_framework {
  margin-top: 70px; }

.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 .leftColumn {
    padding: 0px 20px 0px 40px; }
    @media screen and (max-width: 870px) {
      .event_detail .leftColumn {
        padding: 0px 20px; } }
  .event_detail .event_heading .title {
    font-size: 51px;
    letter-spacing: 0.2px;
    line-height: 54px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 40px; }
  .event_detail .event_heading .tagline {
    font-weight: 300;
    font-size: 23px;
    letter-spacing: 0.2px;
    line-height: 32px;
    text-transform: none;
    font-family: "Josefin Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin-top: 0px; }
  .event_detail .event_heading.below_branding {
    display: none; }
  @media screen and (max-width: 870px) {
    .event_detail .event_heading {
      display: none; } }
  .event_detail .rightBreakout {
    margin-top: 20px; }
  .event_detail .buttonWrapper .title, .event_detail .buttonWrapper .tagline, .event_detail .buttonWrapper .date {
    display: none;
    padding: 0px 20px; }
    @media screen and (max-width: 870px) {
      .event_detail .buttonWrapper .title, .event_detail .buttonWrapper .tagline, .event_detail .buttonWrapper .date {
        display: block; } }
  .event_detail .buttonWrapper h1.title {
    padding-top: 15px;
    margin-bottom: 10px;
    margin-top: 0px; }
  .event_detail .buttonWrapper .date {
    display: none; }
  .event_detail .buttonWrapper .tagline {
    font-weight: 300;
    font-size: 23px;
    letter-spacing: 0.2px;
    line-height: 32px;
    text-transform: none;
    font-family: "Josefin Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin-top: 0px;
    margin-bottom: 10px; }
  .event_detail .buttonWrapper .buttons {
    position: relative;
    color: white; }
    .event_detail .buttonWrapper .buttons span {
      color: #0B2A4A; }
      @media screen and (max-width: 870px) {
        .event_detail .buttonWrapper .buttons span {
          text-align: left; } }
    .event_detail .buttonWrapper .buttons a, .event_detail .buttonWrapper .buttons span {
      white-space: nowrap;
      display: inline-block;
      margin: 15px;
      width: calc(100% - 30px);
      max-width: none; }
    .event_detail .buttonWrapper .buttons a.tickets {
      background: #0B2A4A;
      color: white;
      border: 3px solid #0B2A4A;
      top: 0px;
      font-size: 19px;
      text-align: center;
      padding: 15px 43px 12px 17px;
      outline: none !important; }
      .event_detail .buttonWrapper .buttons a.tickets:after {
        background: url("../images/svg/btn-arrow.svg");
        top: 17px;
        right: 52px; }
        @media screen and (max-width: 870px) {
          .event_detail .buttonWrapper .buttons a.tickets:after {
            right: calc(50% - 67px); } }
      .event_detail .buttonWrapper .buttons a.tickets:hover, .event_detail .buttonWrapper .buttons a.tickets:focus {
        background: white;
        color: #0B2A4A; }
        .event_detail .buttonWrapper .buttons a.tickets:hover:after, .event_detail .buttonWrapper .buttons a.tickets:focus:after {
          right: 47px;
          background: url("../images/svg/btn-arrow-hover2.svg"); }
      @media screen and (max-width: 870px) {
        .event_detail .buttonWrapper .buttons a.tickets:hover:after, .event_detail .buttonWrapper .buttons a.tickets:focus:after {
          right: calc(50% - 72px); } }
    .event_detail .buttonWrapper .buttons a.tickets.soon:after {
      right: 41px; }
    .event_detail .buttonWrapper .buttons a.tickets.soon:hover:after {
      right: 36px; }
    .event_detail .buttonWrapper .buttons svg {
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      fill: #fff;
      display: none; }
  .event_detail .faq.content_item {
    padding: 0px;
    margin-bottom: 70px; }

.description_wrapper {
  margin-bottom: 60px; }
  .description_wrapper .read-more {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
    outline-offset: 3px;
    cursor: pointer; }
    .description_wrapper .read-more:hover {
      text-decoration: underline; }
  .description_wrapper.short-description .event_description:after {
    display: none; }

.event_description {
  position: relative; }
  .event_description h2 {
    margin-bottom: 30px; }
  .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; }
  @media screen and (max-width: 870px) {
    .event_showings {
      margin-top: 30px; } }
  .event_showings .list {
    position: relative;
    list-style-type: none;
    font-family: "Fjalla One", sans-serif;
    font-size: 15px; }
    .event_showings .list a, .event_showings .list a:focus, .event_showings .list a:visited {
      color: #0B2A4A; }
      .event_showings .list a:hover, .event_showings .list a:focus, .event_showings .list a:focus:hover, .event_showings .list a:focus:focus, .event_showings .list a:visited:hover, .event_showings .list a:visited:focus {
        color: #0B2A4A; }
  .event_showings .cell {
    width: 20%;
    position: relative;
    float: left;
    display: inline-block;
    text-align: center;
    color: #0B2A4A;
    font-family: "Josefin Sans", sans-serif;
    font-size: 19px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
    .event_showings .cell .m-date__weekday, .event_showings .cell.time, .event_showings .cell:nth-child(2) {
      font-weight: 300; }
    .event_showings .cell:nth-child(1) {
      width: 40%;
      text-align: left; }
      @media screen and (max-width: 500px) {
        .event_showings .cell:nth-child(1) {
          width: 80%; } }
    .event_showings .cell:last-child {
      width: 40%;
      text-align: right; }
      @media screen and (max-width: 500px) {
        .event_showings .cell:last-child {
          width: 100%;
          float: none;
          text-align: left; } }
    .event_showings .cell.time {
      text-transform: lowercase; }
  .event_showings .listItem {
    position: relative;
    border-bottom: 1px solid #0B2A4A;
    padding: 18px 0px 10px; }
    .event_showings .listItem-hasNoLink .eventDetailShowings__cell {
      width: 50%; }
  @media screen and (max-width: 500px) {
    .event_showings .buttons {
      height: 60px;
      margin-top: 3px; } }
  .event_showings .buttons svg {
    width: 27px;
    fill: #333;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
  .event_showings .buttons span.tickets.soon {
    color: #0B2A4A; }
    @media screen and (max-width: 500px) {
      .event_showings .buttons span.tickets.soon {
        line-height: 60px;
        text-align: left; } }
  .event_showings .buttons a.tickets.soon {
    padding: 10px 50px 7px 17px; }
  .event_showings .buttons a.tickets {
    background: #0B2A4A;
    color: white;
    border: 3px solid #0B2A4A;
    top: 9px;
    z-index: 10;
    position: relative;
    outline: none !important; }
    @media screen and (max-width: 500px) {
      .event_showings .buttons a.tickets {
        display: block;
        text-align: center; }
        .event_showings .buttons a.tickets:before {
          display: none; } }
    .event_showings .buttons a.tickets:before {
      position: absolute;
      left: -15px;
      bottom: -10px;
      content: "";
      width: 12px;
      height: 20px;
      background: white;
      z-index: 1; }
    .event_showings .buttons a.tickets:after {
      background: url("../images/svg/btn-arrow.svg");
      top: 9px; }
      @media screen and (max-width: 500px) {
        .event_showings .buttons a.tickets:after {
          top: 11px; } }
    .event_showings .buttons a.tickets:hover, .event_showings .buttons a.tickets:focus {
      background: white;
      color: #0B2A4A; }
      .event_showings .buttons a.tickets:hover:after, .event_showings .buttons a.tickets:focus:after {
        background: url("../images/svg/btn-arrow-hover2.svg"); }
  .event_showings .additional_showings {
    display: none; }
  .event_showings .show-all-showings {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-top: 30px;
    cursor: pointer; }
    .event_showings .show-all-showings:hover {
      text-decoration: underline; }

.eventDetailList {
  position: relative;
  font-family: "Fjalla One", sans-serif;
  overflow: hidden; }
  .eventDetailList a, .eventDetailList a:focus, .eventDetailList p {
    color: #0B2A4A; }
  .eventDetailList a {
    text-decoration: underline;
    z-index: 1;
    font-weight: 400; }
    .eventDetailList a:before {
      content: "";
      position: absolute;
      background-color: #4BC6EF;
      top: -3px;
      left: 0px;
      width: 0px;
      height: calc(100% + 3px);
      z-index: -1;
      transition: width 200ms linear; }
    .eventDetailList a:hover, .eventDetailList a:focus {
      color: #0B2A4A;
      text-decoration: none; }
      .eventDetailList a:hover:before, .eventDetailList a:focus:before {
        width: 100%; }
  .eventDetailList .item {
    list-style-type: none;
    border-bottom: 1px solid #fff;
    color: #0B2A4A;
    font-size: 16px;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 27px;
    font-family: "Josefin Sans", sans-serif;
    margin: 0px 10px;
    padding: 16px 10px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
    .eventDetailList .item.sidebar_event_date {
      text-transform: uppercase;
      color: #0B2A4A;
      display: block;
      font-weight: 500;
      letter-spacing: 0.2px;
      line-height: 22px;
      font-family: "Fjalla One", sans-serif;
      margin-bottom: 5px;
      padding-top: 15px; }
      .eventDetailList .item.sidebar_event_date .label {
        display: none; }
    .eventDetailList .item:last-child {
      border-bottom: none; }
    .eventDetailList .item:before {
      display: none; }
    .eventDetailList .item .label {
      text-transform: uppercase;
      color: #0B2A4A;
      display: block;
      font-weight: 500;
      letter-spacing: 0.2px;
      line-height: 22px;
      font-family: "Fjalla One", sans-serif;
      margin-bottom: 7px; }
    .eventDetailList .item svg {
      position: absolute;
      top: 0px;
      left: 10px;
      fill: #5e5e5e;
      display: none; }

.at-share-btn-elements {
  margin-left: -15px;
  margin-top: -10px;
  margin-bottom: 30px; }
  @media screen and (max-width: 870px) {
    .at-share-btn-elements {
      margin-top: 10px;
      margin-left: 0px; } }

/* 
 *  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 > a {
    text-decoration: none; }
    .sitemap .column > ul > li > a:hover, .sitemap .column > ul > li > a:focus {
      text-decoration: underline; }
    .sitemap .column > ul > li > a:before {
      content: none; }
  .sitemap .column > ul > li > ul > li > a {
    padding-left: 10px;
    text-decoration: none; }
    .sitemap .column > ul > li > ul > li > a:hover, .sitemap .column > ul > li > ul > li > a:focus {
      text-decoration: underline; }
    .sitemap .column > ul > li > ul > li > a:before {
      content: none; }
  .sitemap .column > ul > li > ul > li > ul > li > a {
    padding-left: 20px;
    text-decoration: none; }
    .sitemap .column > ul > li > ul > li > ul > li > a:hover, .sitemap .column > ul > li > ul > li > ul > li > a:focus {
      text-decoration: underline; }
    .sitemap .column > ul > li > ul > li > ul > li > a:before {
      content: none; }

/* ----------------------------------------------------------------------------
= Conditional IE Styles. Nest each browser under heading. 
= Classes are generated by Modernizr and appear in HTML tag
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Homepage Alert
----------------------------------------------------------------------------- */
.m-alert-wrapper {
  position: relative;
  z-index: 999;
  text-align: center;
  display: block;
  width: 100%;
  background: #0B2A4A; }
  @media screen and (max-width: 1024px) {
    .m-alert-wrapper {
      z-index: 99; } }
  .m-alert-wrapper .m-alert {
    display: inline-block;
    position: relative;
    max-width: 1200px;
    margin: 0px auto; }
  .m-alert-wrapper > div {
    width: 100%;
    position: absolute;
    padding: 0px 20px 20px;
    top: 0;
    left: 0;
    background: #0B2A4A;
    display: none;
    font-weight: 300;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
    @media screen and (max-width: 1024px) {
      .m-alert-wrapper > div {
        padding-top: 20px;
        border-bottom: 1px solid #0B2A4A; } }
    .m-alert-wrapper > div p {
      font-size: 21px;
      margin-bottom: 5px;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }
    .m-alert-wrapper > div p:last-child {
      margin-bottom: 0px; }
    .m-alert-wrapper > div h2 {
      text-align: center;
      font-weight: 400;
      font-size: 22px;
      margin-top: 15px;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }
    .m-alert-wrapper > div h2:hover {
      color: #40A8CB; }
    .m-alert-wrapper > div * {
      color: white;
      font-size: 15px;
      max-width: calc(100% - 50px);
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 700px) {
        .m-alert-wrapper > div * {
          max-width: 100%; } }
    @media screen and (max-width: 700px) {
      .m-alert-wrapper > div .alert-desc {
        max-width: 100%; } }
  .m-alert-wrapper .close-alert {
    width: 100px;
    height: 45px;
    position: absolute;
    top: 7px;
    right: -13px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    padding-top: 35px; }
    @media screen and (max-width: 700px) {
      .m-alert-wrapper .close-alert {
        width: 60px;
        right: 0px; } }
    .m-alert-wrapper .close-alert .close-x {
      position: absolute;
      top: 0px;
      right: 40px; }
      .m-alert-wrapper .close-alert .close-x:before, .m-alert-wrapper .close-alert .close-x:after {
        width: 2px;
        height: 28px;
        content: '';
        position: absolute;
        top: 0px;
        right: 10px;
        background: white; }
      .m-alert-wrapper .close-alert .close-x:before {
        transform: rotate(45deg); }
      .m-alert-wrapper .close-alert .close-x:after {
        transform: rotate(-45deg); }
      @media screen and (max-width: 700px) {
        .m-alert-wrapper .close-alert .close-x {
          right: 18px; } }
    .m-alert-wrapper .close-alert:hover, .m-alert-wrapper .close-alert:focus {
      color: #40A8CB; }
      .m-alert-wrapper .close-alert:hover .close-x:before, .m-alert-wrapper .close-alert:hover .close-x:after, .m-alert-wrapper .close-alert:focus .close-x:before, .m-alert-wrapper .close-alert:focus .close-x:after {
        background: #40A8CB; }

.dontshow-overlay {
  background: #0B2A4A; }
  .dontshow-overlay:hover, .dontshow-overlay:focus {
    background: #40A8CB; }

@media screen and (max-width: 1024px) {
  header.header .m-alert-wrapper {
    display: none; } }

#content .m-alert-wrapper {
  display: none; }
  @media screen and (max-width: 1024px) {
    #content .m-alert-wrapper {
      display: block; } }

/* ----------------------------------------------------------------------------
= Showtime contests module (NOT SPECIAL OFFERS)
----------------------------------------------------------------------------- */
#contests.detail #branding {
  margin-bottom: 15px; }
#contests.detail .breadcrumbs {
  margin: 5px 0px 10px;
  display: inline-block; }
#contests.detail h1 {
  border-bottom: 1px solid #0B2A4A;
  padding: 0px 0px 10px;
  margin: 25px 20px 10px;
  width: calc(100% - 40px); }
#contests.detail .date {
  margin: 35px 0px 25px; }
#contests.detail .events {
  margin-top: 40px; }
#contests.detail .content_item.textarea {
  max-width: none;
  padding-left: 0px;
  padding-right: 0px; }
  #contests.detail .content_item.textarea p {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }
#contests.detail .link .list, #contests.detail .faq {
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

#teams.index header.header {
  border-bottom: 1px solid #0B2A4A; }
#teams.index #content {
  margin-top: 40px; }
#teams.index .textarea.content_item {
  max-width: none; }
  #teams.index .textarea.content_item h1 {
    border-bottom: 1px solid #0B2A4A;
    margin-top: 30px;
    padding-bottom: 15px; }

#teams.detail #branding {
  margin-bottom: 15px; }
#teams.detail .breadcrumbs {
  margin: 5px 0px 10px;
  display: inline-block; }
#teams.detail h1 {
  border-bottom: 1px solid #0B2A4A;
  padding: 0px 0px 10px;
  margin: 25px 20px 10px;
  width: calc(100% - 40px); }
#teams.detail h5.date {
  margin: 35px 0px 25px; }
#teams.detail .events {
  margin-top: 40px; }
#teams.detail .overview {
  margin-bottom: 40px; }

.calendar-new {
  position: relative;
  margin: auto;
  max-width: 1200px;
  padding: 0 20px 100px;
  margin-top: 50px; }
  .calendar-new .tl-header {
    background: #0B2A4A;
    padding: 20px 0 15px;
    max-width: 1200px;
    margin: 0 auto 10px; }
  .calendar-new .month_name {
    color: white;
    text-align: center;
    font: 500 32px/100% "Fjalla One", sans-serif;
    text-transform: uppercase;
    margin: 0px auto;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
    @media screen and (max-width: 700px) {
      .calendar-new .month_name {
        margin: 30px 0px; } }
  .calendar-new .cal-prev, .calendar-new .cal-next {
    font-size: 30px;
    color: white;
    vertical-align: middle;
    padding: 0 20px; }
    .calendar-new .cal-prev .fa, .calendar-new .cal-next .fa {
      line-height: 30px; }
    .calendar-new .cal-prev:hover, .calendar-new .cal-prev:focus, .calendar-new .cal-next:hover, .calendar-new .cal-next:focus {
      color: #40A8CB;
      cursor: pointer; }
  .calendar-new .cal-next {
    float: right; }
  .calendar-new .cal-prev {
    float: left; }
  .calendar-new .tl-wrap, .calendar-new .additional_events {
    display: none; }
  .calendar-new .tl-wrap-inner {
    zoom: 1;
    max-width: 100%;
    margin: auto;
    padding: 0px 0;
    width: 100%;
    padding-top: 0px;
    position: relative;
    max-width: 1210px; }
    .calendar-new .tl-wrap-inner:before, .calendar-new .tl-wrap-inner:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .calendar-new .tl-wrap-inner:after {
      clear: both; }
    .calendar-new .tl-wrap-inner .tl-calendar {
      zoom: 1;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-content: flex-end; }
      .calendar-new .tl-wrap-inner .tl-calendar:before, .calendar-new .tl-wrap-inner .tl-calendar:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      .calendar-new .tl-wrap-inner .tl-calendar:after {
        clear: both; }
  .calendar-new .weekdays {
    position: relative;
    clear: both;
    display: block;
    zoom: 1;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 30px; }
    .calendar-new .weekdays:before, .calendar-new .weekdays:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .calendar-new .weekdays:after {
      clear: both; }
    .calendar-new .weekdays .weekday {
      width: 14.28%;
      padding-top: 15px;
      text-align: left;
      color: white;
      font-family: "Fjalla One", sans-serif;
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase;
      float: left;
      margin-bottom: 0px;
      margin-right: 0px;
      text-align: center;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }
    @media screen and (max-width: 700px) {
      .calendar-new .weekdays {
        display: none; } }
  .calendar-new .tl-date {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    position: relative;
    width: 123px;
    width: calc(14.28% - 10px);
    background: #fff;
    min-height: 220px;
    float: left;
    margin: 0 5px 10px;
    padding: 40px 15px 0px;
    text-align: left;
    border: 1px solid #ccc; }
    .calendar-new .tl-date.empty {
      background: #f9f9f9; }
    .calendar-new .tl-date .tl-date-inner {
      overflow-y: auto;
      max-height: 100%;
      padding-bottom: 20px;
      padding-top: 10px; }
      .calendar-new .tl-date .tl-date-inner .event_item {
        padding-top: 15px;
        border-top: 1px solid #eee;
        margin-top: 15px; }
        .calendar-new .tl-date .tl-date-inner .event_item .desc h3 {
          font-size: 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: 500;
      font-size: 15px;
      line-height: 38px;
      text-align: center; }
      .calendar-new .tl-date .date .weekday {
        display: none;
        padding-left: 12px;
        color: #ccc;
        font-weight: 400; }
      @media screen and (max-width: 700px) {
        .calendar-new .tl-date .date {
          right: auto; } }
    .calendar-new .tl-date[data-weekday="0"] {
      clear: left; }
    .calendar-new .tl-date .month {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      background: #0B2A4A;
      height: 42px;
      color: white;
      font-family: "Fjalla One", sans-serif;
      font-size: 14px;
      line-height: 42px;
      padding: 0 15px;
      letter-spacing: 0.08em;
      display: none; }
    .calendar-new .tl-date h3 {
      margin-bottom: 5px;
      line-height: 1.1;
      overflow: hidden; }
      .calendar-new .tl-date h3 a {
        font-size: 22px;
        line-height: inherit;
        word-wrap: break-word;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        color: #0B2A4A; }
        .calendar-new .tl-date h3 a:hover, .calendar-new .tl-date h3 a:focus {
          color: #40A8CB; }
    .calendar-new .tl-date h4 {
      font-weight: 300;
      font-size: 14px;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      color: #0B2A4A; }
    .calendar-new .tl-date .time {
      color: #2B2A29;
      font-size: 12px;
      font-weight: 300;
      z-index: 10;
      letter-spacing: 0.04em; }
    .calendar-new .tl-date.hasEvent .date {
      color: #0B2A4A;
      background: #E9E6E1; }
    @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; }

#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: #0B2A4A;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #fff;
  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: #E9E6E1;
  border-left-color: #E9E6E1;
  border-top-color: transparent;
  border-bottom-color: transparent; }
  #venue_widgets_framework .m-venueframework__header-icon svg {
    fill: #0B2A4A; }
#venue_widgets_framework .m-venueframework__header-shadow {
  background: rgba(0, 0, 0, 0); }
#venue_widgets_framework .m-venueframework__header-text {
  color: white;
  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: #0B2A4A;
  color: white; }
  #venue_widgets_framework .m-venueframework__header-link:hover, #venue_widgets_framework .m-venueframework__header-link:focus, #venue_widgets_framework .m-venueframework__header-link:active, #venue_widgets_framework .m-venueframework__header-link:visited:hover, #venue_widgets_framework .m-venueframework__header-link:visited:focus, #venue_widgets_framework .m-venueframework__header-link:visited:active {
    background-color: #0B2A4A;
    color: #E9E6E1; }
  #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: #0B2A4A; }
  #venue_widgets_framework .m-owlcarousel__controls-icon:hover, #venue_widgets_framework .m-owlcarousel__controls-icon:focus {
    border-color: #0B2A4A;
    background-color: transparent; }
    #venue_widgets_framework .m-owlcarousel__controls-icon:hover svg, #venue_widgets_framework .m-owlcarousel__controls-icon:focus svg {
      stroke: #0B2A4A; }
#venue_widgets_framework .owl-page span {
  background: #0B2A4A; }
#venue_widgets_framework .owl-page.active span {
  background: #0B2A4A; }
#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: #fff; }
#venue_widgets_framework .m-venueframework-linklist__link, #venue_widgets_framework .m-venueframework-linklist__link:visited {
  border-bottom-color: #fff; }
  #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: #fff; }
    #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: #0B2A4A; }
    #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: #0B2A4A; }
    #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: #0B2A4A; }
#venue_widgets_framework .m-venueframework-linklist__item-title {
  color: #0B2A4A; }
#venue_widgets_framework .m-venueframework-linklist__item-subtitle {
  color: #0B2A4A; }
#venue_widgets_framework .m-venueframework-linklist__item-icon {
  color: #0B2A4A; }
  #venue_widgets_framework .m-venueframework-linklist__item-icon svg {
    stroke: #0B2A4A; }
#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: #fff; }
#venue_widgets_framework .m-venueframework-newswidget__item-date {
  color: #0B2A4A; }
#venue_widgets_framework .m-venueframework-newswidget__item-title {
  color: #0B2A4A; }
#venue_widgets_framework .m-venueframework-newswidget__item-subtitle {
  color: #0B2A4A; }
#venue_widgets_framework .m-venueframework-newswidget__link, #venue_widgets_framework .m-venueframework-newswidget__link:visited {
  border-bottom-color: #fff; }
  #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: #0B2A4A; }
    #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: #0B2A4A; }
    #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: #0B2A4A; }
#venue_widgets_framework .m-venueframework-socialwidget__description {
  color: #2B2A29; }
  #venue_widgets_framework .m-venueframework-socialwidget__description a, #venue_widgets_framework .m-venueframework-socialwidget__description a:visited {
    color: #0B2A4A; }
  #venue_widgets_framework .m-venueframework-socialwidget__description a:hover, #venue_widgets_framework .m-venueframework-socialwidget__description a:focus {
    color: #0B2A4A; }
#venue_widgets_framework .m-venueframework-socialwidget__meta {
  color: #0B2A4A; }
  #venue_widgets_framework .m-venueframework-socialwidget__meta a, #venue_widgets_framework .m-venueframework-socialwidget__meta a:visited {
    color: #0B2A4A; }
  #venue_widgets_framework .m-venueframework-socialwidget__meta a:hover, #venue_widgets_framework .m-venueframework-socialwidget__meta a:focus {
    color: #0B2A4A; }
  #venue_widgets_framework .m-venueframework-socialwidget__meta .delimiter {
    color: #0B2A4A; }
#venue_widgets_framework .l-m-venue_widget__youtubewidget .entry {
  background-color: #fff; }
#venue_widgets_framework .l-m-venue_widget__youtubewidget .title {
  color: #0B2A4A; }
#venue_widgets_framework .l-m-venue_widget__youtubewidget .meta {
  color: #0B2A4A; }
#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: #dbdbdb; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon:hover {
    border-color: #dbdbdb; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon:hover svg {
      stroke: #dbdbdb; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-row {
  color: #0B2A4A; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar-container:after {
  background: white; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-head {
  color: #2B2A29; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-body {
  background: white; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div {
  background: white; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div > span.fc-date {
  color: #0B2A4A;
  background: white; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content > span.fc-date {
  color: #0B2A4A; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content > span.fc-date:after {
    background: #0B2A4A; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content {
  background: white; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content:hover {
    background: #0B2A4A; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content:hover .fc-date {
      color: #fff; }
      #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content:hover .fc-date:after {
        background: #fff; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today .fc-date {
  background: #0B2A4A;
  color: #fff; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today.fc-content .fc-date {
  background: #0B2A4A;
  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: #0B2A4A; }
#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: #fff;
    color: #0B2A4A;
    border-radius: 0px 0px 0 0; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .close:hover {
      background: #0B2A4A;
      color: #E9E6E1; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .date {
    color: #2B2A29; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in h3 a {
    color: #0B2A4A; }
  #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: #0B2A4A; }
    #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: #0B2A4A; }
    #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: #40A8CB; }
      #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: #40A8CB; }
#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: #dbdbdb; }
    #venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon:hover {
      border-color: #dbdbdb; }
      #venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon:hover svg {
        stroke: #dbdbdb; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__date {
    color: #0B2A4A; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title, #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title a {
    color: #0B2A4A; }
    #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: #0B2A4A; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__tagline {
    color: #0B2A4A; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__item {
    border-right-color: #fff; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a {
    color: #0B2A4A; }
    #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a:hover {
      color: #0B2A4A; }
      #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a:hover svg path {
        fill: #0B2A4A; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a svg path {
    fill: #0B2A4A; }

#venue_widgets_framework {
  margin-bottom: 80px; }

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

#venue_widgets_framework .font_open-sans .m-venueframework__header-link, #venue_widgets_framework .font_open-sans .m-venueframework__header-link:visited {
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  #venue_widgets_framework .font_open-sans .m-venueframework__header-link:hover, #venue_widgets_framework .font_open-sans .m-venueframework__header-link:focus, #venue_widgets_framework .font_open-sans .m-venueframework__header-link:visited:hover, #venue_widgets_framework .font_open-sans .m-venueframework__header-link:visited:focus {
    color: #40A8CB; }

#venue_widgets_framework .m-venueframework-socialwidget__description a {
  text-decoration: underline; }
  #venue_widgets_framework .m-venueframework-socialwidget__description a:hover, #venue_widgets_framework .m-venueframework-socialwidget__description a:focus {
    color: #40A8CB;
    text-decoration: underline; }

#venue_widgets_framework .m-venueframework-socialwidget__meta a:hover, #venue_widgets_framework .m-venueframework-socialwidget__meta a:focus,
#venue_widgets_framework .m-venueframework-socialwidget__meta a:focus:hover,
#venue_widgets_framework .m-venueframework-socialwidget__meta a:focus:focus {
  color: #40A8CB; }

#venue_widgets_framework .m-owlcarousel__controls-icon:hover svg,
#venue_widgets_framework .m-owlcarousel__controls-icon:focus svg,
#venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon:hover svg {
  stroke: #40A8CB; }

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

#venue_widgets_framework .m-owlcarousel__loop .owl-page span, #venue_widgets_framework .m-owlcarousel__loop-instagram .owl-page span, #venue_widgets_framework .m-owlcarousel__loop-sponsorswide .owl-page span, #venue_widgets_framework .m-owlcarousel__loop-calendar .owl-page span, #venue_widgets_framework .m-owlcarousel__loop-events .owl-page span {
  background: #E9E6E1; }

#venue_widgets_framework .m-owlcarousel__loop .owl-page.active span, #venue_widgets_framework .m-owlcarousel__loop-instagram .owl-page.active span, #venue_widgets_framework .m-owlcarousel__loop-sponsorswide .owl-page.active span, #venue_widgets_framework .m-owlcarousel__loop-calendar .owl-page.active span, #venue_widgets_framework .m-owlcarousel__loop-events .owl-page.active span {
  background: #40A8CB; }

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

#venue_widgets_framework .font_open-sans .m-venueframework__header-text,
#venue_widgets_framework .font_open-sans.l-m-venue_widget__youtubewidget .title,
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-head > div,
#venue_widgets_framework .m-venueframework-linklist__item.has_body .m-venueframework-linklist__item-title,
#venue_widgets_framework .font_open-sans .m-venueframework-linklist__item-title,
#venue_widgets_framework .font_open-sans .m-venueframework-newswidget__item-title {
  padding-left: 10px;
  letter-spacing: 0px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

#venue_widgets_framework .font_open-sans.l-m-venue_widget__youtubewidget .title,
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-head > div,
#venue_widgets_framework .m-venueframework-linklist__item.has_body .m-venueframework-linklist__item-title,
#venue_widgets_framework .font_open-sans .m-venueframework-linklist__item-title,
#venue_widgets_framework .font_open-sans .m-venueframework-newswidget__item-title {
  padding-left: 0px;
  color: #0B2A4A; }

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

#venue_widgets_framework .l-m-venue_widget {
  border: 1px solid #0B2A4A; }

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

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div > span.fc-date {
  color: #2B2A29; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-head {
  margin-bottom: 10px; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-head > div {
  color: #0B2A4A;
  font-weight: 500; }

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

#venue_widgets_framework .m-owlcarousel__controls-icon:hover, #venue_widgets_framework .m-owlcarousel__controls-icon:focus,
#venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon:hover {
  border-color: transparent; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar-container:after {
  height: calc(100% - 10px); }

#venue_widgets_framework .m-venueframework-linklist__item {
  margin-left: -1px;
  height: 77px;
  border-left: 0px solid #0B2A4A;
  transition: border-width 200ms; }

#venue_widgets_framework .m-venueframework-linklist__item:hover {
  border-left-width: 8px; }
  #venue_widgets_framework .m-venueframework-linklist__item:hover .m-venueframework-linklist__item-title {
    text-decoration: underline; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content > span.fc-date {
  font-weight: 600; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content > span.fc-date:after {
    width: 15px;
    bottom: 12px; }

#venue_widgets_framework .m-venueframework-linklist__item-subtitle {
  font-weight: 600; }

#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,
#venue_widgets_framework .l-m-venue_widget__youtubewidget .description a:hover span {
  color: #40A8CB; }

#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-linklist__link,
#venue_widgets_framework .m-venueframework-linklist__link:focus,
#venue_widgets_framework .m-venueframework-linklist__link:visited,
#venue_widgets_framework .m-venueframework-linklist__link:visited:focus {
	position: relative;
	&:before {
		content: ' ';
		width: 3px;
		height: 100%;
		top: 0px;
		left: 0px;
		position: absolute;
		border: 3px solid $pink;
		opacity: 0;
		@include animated(0.2s);
	}
	&:hover,
    &:focus {
		cursor: pointer;
		&:before {
			opacity: 1;
		}
	}
}
*/
