/* ----------------------------------------------------------------------------
= Main import - compiles to /css/style.css
= Currently using Bourbon latest from CodeKit
----------------------------------------------------------------------------- */
html {
  box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
  /* 2 */
  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.
 *
 */
/*
	Note: The "mobile-nav" breakpoint is only used to set when the regular 
	nav goes away and the mobile nav shows up.
	It can/might be the same as another breakpoint but 
	is just here to help you get started. 
*/
/*
	How To Use:
	@include media($mobile){
	}
*/
:root {
  font-size: 14px; }
  @media screen and (min-width: 700px) {
    :root {
      font-size: calc( 14px + (18 - 14) * ( (100vw - 700px) / (1200 - 700) )); } }
  @media screen and (min-width: 1200px) {
    :root {
      font-size: 18px; } }

/* ----------------------------------------------------------------------------
= SETUP FILE includes fonts, colors, media query values, custom mixins, utility classes
= Last updated July 2015
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= SELECTOR SORTING
= *) SASS Variable, Mixin, Include, Extend, Clearfix
= *) Positioning, Display & Box Model, Overflow, Floats
= *) Flexbox rules (if used)
= *) Sizing (Width and Height)
= *) Padding, Margin
= *) Colors, Borders, Backgrounds, Opacity (No Text Colors)
= *) Text Related Items (Including Text Colors)
= *) Enhancements, Animations, others
= *) pseudo Elements
= *) Any overrides needed to reset included rules from mixins
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= 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 {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    visibility: hidden;
    height: 0; }
  .clearfix:after {
    clear: both; }

.clear {
  clear: both; }

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

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

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

.invisible {
  visibility: hidden; }

.hide {
  display: none; }

* {
  letter-spacing: 0; }

.header-base, h1, h2, h3, h4, h5, h6, .spotlight .date, .concierge .date, .news_list .date, .contest_list .date, .job_list .date, .seating_charts .date, .offer_list .date, .sitemap .column > ul > li > a {
  margin: 0 0 20px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #28312E; }

h1, .h1 {
  font-size: 3.1573345183rem; }

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

h3, .h3, .sitemap .column > ul > li > a {
  font-size: 1.776889rem; }

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

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

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

.login-form .breadcrumbs {
  display: none; }

.breadcrumbs {
  margin-bottom: 8px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.722222rem;
  font-weight: 500;
  line-height: 1.5; }

.breadcrumbs, .breadcrumbs a {
  color: #6B6B6B; }

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

.p-base, p, .p, address, .address, .cms ul li, .textarea ul li, .spotlight_text ul li, .faq:not(body) ul li, .link .description ul li, .event_description ul li, ol > li, table tr td, .sitemap .column > ul > li > ul > li > a {
  margin: 0 0 27px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5; }

.p-lead, p.lead, .p.lead, blockquote p {
  margin-bottom: 48px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.444444rem;
  font-weight: 300;
  line-height: 2.166667rem; }

p strong, .p strong {
  font-weight: 700; }

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

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

.cms ul + ol, .cms ul + ul, .cms ol + ol, .cms ol + ul, .textarea ul + ol, .textarea ul + ul, .textarea ol + ol, .textarea ol + ul, .spotlight_text ul + ol, .spotlight_text ul + ul, .spotlight_text ol + ol, .spotlight_text ol + ul, .faq:not(body) ul + ol, .faq:not(body) ul + ul, .faq:not(body) ol + ol, .faq:not(body) ol + ul, .link .description ul + ol, .link .description ul + ul, .link .description ol + ol, .link .description ol + ul, .event_description ul + ol, .event_description ul + ul, .event_description ol + ol, .event_description ol + ul {
  margin-top: 35px; }

.cms ul, .textarea ul, .spotlight_text ul, .faq:not(body) ul, .link .description ul, .event_description ul {
  margin-top: 32px;
  margin-bottom: 32px; }
  .cms ul li, .textarea ul li, .spotlight_text ul li, .faq:not(body) ul li, .link .description ul li, .event_description ul li {
    margin: 0 0 5px;
    padding: 0 0 0 31px; }
    .cms ul li:before, .textarea ul li:before, .spotlight_text ul li:before, .faq:not(body) ul li:before, .link .description ul li:before, .event_description ul li:before {
      content: "";
      position: absolute;
      top: 8px;
      left: 2px;
      width: 10px;
      height: 10px;
      background: #2D4A9F;
      border-radius: 100%; }
    .cms ul li ul, .textarea ul li ul, .spotlight_text ul li ul, .faq:not(body) ul li ul, .link .description ul li ul, .event_description ul li ul {
      margin-top: 10px; }

ol {
  margin-top: 32px;
  margin-bottom: 32px; }

ol > li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 30px;
  counter-increment: li-counter; }
  ol > li:before {
    content: counter(li-counter) ".";
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Titillium Web", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #28312E; }

a {
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  text-decoration: none;
  color: #2D4A9F;
  border: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #2D4A9F; }

hr {
  display: block;
  clear: both;
  height: 3px;
  margin-top: 45px;
  margin-bottom: 51px;
  background-color: #DDD;
  border: 0; }

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

blockquote {
  display: block;
  position: relative;
  left: 0;
  visibility: visible;
  z-index: 10;
  width: calc(100% + 20px);
  margin: 50px -10px;
  padding-top: 30px;
  padding-bottom: 20px;
  color: #FFF; }
  @media screen and (max-width: 1210px) {
    blockquote {
      padding: 25px; } }
  blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    width: calc(100vw - 40px);
    max-width: 1200px;
    height: 100%;
    background-image: linear-gradient(134deg, #213778 0%, #3253B3 100%);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  blockquote + blockquote {
    margin-top: -40px;
    border-top: 0; }
  blockquote p {
    color: #FFF; }
    blockquote p:last-child {
      margin-bottom: 0; }
      blockquote p:last-child:not(:first-child) {
        display: -webkit-box;
        display: flex;
        position: relative;
        -webkit-box-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
                align-items: center; }
        blockquote p:last-child:not(:first-child) strong, blockquote p:last-child:not(:first-child) em {
          font-family: "Titillium Web", sans-serif;
          font-size: 1rem;
          font-weight: 600;
          line-height: 1rem;
          text-align: right;
          letter-spacing: 0rem;
          color: #FFF; }
        blockquote p:last-child:not(:first-child) strong {
          position: relative; }
          blockquote p:last-child:not(:first-child) strong:before {
            content: "";
            position: absolute;
            top: -10px;
            left: 0;
            width: 100%;
            height: 3px;
            background: #FFF;
            opacity: 0.2; }
        blockquote p:last-child:not(:first-child) em:before {
          content: " / "; }

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

html {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 100%; }

body {
  position: relative;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(250%, #D7D7D7));
  background-image: linear-gradient(-180deg, #FFF 0%, #D7D7D7 250%);
  background-attachment: fixed;
  background-size: cover;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  text-align: left;
  color: #28312E; }
  body .bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 200vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#D7D7D7));
    background-image: linear-gradient(-180deg, #FFF 0%, #D7D7D7 100%);
    background-attachment: fixed;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
    body .bg.small-bg {
      position: absolute;
      height: 100%;
      -webkit-transform: none;
              transform: none; }

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

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

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

.accessible {
  display: none; }

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

.one_sidebar_right {
  width: 100%; }
  .one_sidebar_right #column_1 {
    position: relative;
    width: 100%; }
  .one_sidebar_right #column_2 {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 300px;
    background: #222; }
  .one_sidebar_right .leftColumn {
    overflow: hidden;
    float: left;
    width: calc(100% - 332px); }
    @media screen and (max-width: 1023px) {
      .one_sidebar_right .leftColumn {
        float: none;
        width: calc(100% - 40px);
        margin: auto; } }
    @media screen and (max-width: 600px) {
      .one_sidebar_right .leftColumn {
        width: calc(100% - 20px);
        padding: 20px 20px 40px; } }
    .one_sidebar_right .leftColumn.event_list_column {
      margin-top: 20px; }
      .one_sidebar_right .leftColumn.event_list_column .event_list {
        margin-bottom: 0; }
    .one_sidebar_right .leftColumn:not(.event_list_column) {
      padding: 20px 30px 40px;
      background: #FFF;
      box-shadow: 0 14px 18px -8px rgba(0, 0, 0, 0.3);
      border-radius: 8px; }
  .one_sidebar_right .rightBreakout {
    position: absolute;
    top: 0;
    right: 0;
    width: 312px;
    background: #FFF;
    box-shadow: 0 14px 18px -8px rgba(0, 0, 0, 0.3);
    border-radius: 8px; }
    @media screen and (max-width: 1023px) {
      .one_sidebar_right .rightBreakout {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        width: 100%;
        margin-bottom: 60px;
        box-shadow: none; } }

.full {
  width: 100%; }
  .full.hybrid:not(.event_listing_page) {
    max-width: calc(100vw - 40px);
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto; }
    .full.hybrid:not(.event_listing_page) > .full-slideshow, .full.hybrid:not(.event_listing_page) #branding.slide, .full.hybrid:not(.event_listing_page) > .map_wrapper {
      max-width: calc(100vw - 40px);
      margin-right: auto;
      margin-bottom: 20px;
      margin-left: auto; }
    .full.hybrid:not(.event_listing_page) .full_column {
      padding: 26px 76px;
      background: #FFF;
      box-shadow: 0 14px 18px -8px rgba(0, 0, 0, 0.3);
      border-radius: 8px; }
      @media screen and (max-width: 767px) {
        .full.hybrid:not(.event_listing_page) .full_column {
          padding: 26px; } }
  .full .full_column .container {
    zoom: 1;
    width: 100%;
    background-color: #FFF; }
    .full .full_column .container:before, .full .full_column .container:after {
      content: "\0020";
      display: block;
      visibility: hidden;
      height: 0; }
    .full .full_column .container:after {
      clear: both; }

.widgets_area.isLoaded {
  margin-bottom: 80px !important; }

/* ----------------------------------------------------------------------------
= Header basics
----------------------------------------------------------------------------- */
html.ie11.vendor-edge header.header {
  top: 0;
  position: relative; }

header.header {
  display: -webkit-box;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: -122px;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  z-index: 999;
  width: 100%;
  max-width: 1220px;
  height: 90px;
  margin: 0 auto;
  padding: 0;
  -webkit-transition: 250ms ease;
  transition: 250ms ease; }
  @media screen and (max-width: 980px) {
    header.header {
      height: 60px; } }
  header.header.is-visible {
    top: 0; }
  header.header.is-hidden .search-popup {
    display: none; }
  header.header.is-hidden .nav_wrapper .dropdown {
    display: none; }
  header.header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    left: 50%;
    z-index: -1;
    width: 100vw;
    height: 100%;
    background-image: linear-gradient(135deg, #1B2C5E 0%, #2D4BA2 100%);
    box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: 250ms ease;
    transition: 250ms ease;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  header.header .logo {
    margin-left: 18px; }
    header.header .logo a, header.header .logo span {
      display: block;
      width: 290px;
      height: 41px;
      background: url(../images/svg/logo.svg);
      background-repeat: no-repeat;
      text-indent: -9999em; }
      @media screen and (max-width: 1100px) {
        header.header .logo a, header.header .logo span {
          width: 270px;
          height: 38px;
          background-size: contain; } }
      @media screen and (max-width: 980px) {
        header.header .logo a, header.header .logo span {
          height: 32px;
          background-size: contain; } }
    header.header .logo a {
      opacity: 1; }
      header.header .logo a:hover {
        opacity: 0.8; }

/* ----------------------------------------------------------------------------
= Header toolbar (if used)
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Navigations
----------------------------------------------------------------------------- */
.header .search {
  position: relative;
  margin-right: 48px;
  margin-left: 38px;
  -webkit-box-flex: 1;
          flex-grow: 1; }
  @media screen and (max-width: 1100px) {
    .header .search {
      margin-left: 20px; } }
  .header .search.tablet-mobile {
    display: none; }
  .header .search input[type="text"] {
    width: 100%;
    padding-top: 10px;
    padding-right: 36px;
    padding-bottom: 10px;
    background: transparent;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #FFF;
    border: none;
    border-bottom: 3px solid rgba(255, 255, 255, 0.3);
    outline: none;
    -webkit-transition: 250ms;
    transition: 250ms; }
    .header .search input[type="text"]:focus {
      border-bottom: 3px solid #FFF; }
      .header .search input[type="text"]:focus + button:before {
        opacity: 1; }
    .header .search input[type="text"]::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #FFF; }
    .header .search input[type="text"]::-moz-placeholder {
      opacity: 1;
      /* Mozilla Firefox 19+ */
      color: #FFF; }
    .header .search input[type="text"]:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #FFF; }
    .header .search input[type="text"]::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #FFF; }
    .header .search input[type="text"]::placeholder {
      /* Most modern browsers support this now. */
      color: #FFF; }
  .header .search button {
    position: absolute;
    top: 5px;
    right: 0;
    background: transparent;
    text-indent: -9999999em;
    color: transparent;
    border: none; }
    .header .search button:hover:before {
      opacity: 1; }
    .header .search button:before {
      content: "";
      display: block;
      width: 24px;
      height: 24px;
      background: url(../images/svg/search_icon.svg);
      opacity: 0.4;
      transition: 250ms;
      -webkit-transition: 250ms; }

.nav_wrapper {
  height: 100%;
  -webkit-box-flex: 1;
          flex-grow: 1; }
  .nav_wrapper .sub-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    height: 100%;
    padding-left: 35px; }
  .nav_wrapper .main_nav {
    display: none; }
  .nav_wrapper .events-by {
    display: -webkit-box;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    width: 170px;
    height: 100%;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    color: #FFF;
    cursor: pointer; }
    @media screen and (min-width: 981px) {
      .nav_wrapper .events-by {
        margin-bottom: 0 !important; } }
    .nav_wrapper .events-by:hover:before, .nav_wrapper .events-by.active:before {
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(#FFF));
      background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, #FFF 100%);
      opacity: 0.3; }
    .nav_wrapper .events-by.active .label:after {
      -webkit-transform: translateX(-50%) rotate(180deg);
              transform: translateX(-50%) rotate(180deg); }
    .nav_wrapper .events-by:not(.active) .dropdown {
      max-height: 0 !important;
      padding-top: 0;
      padding-bottom: 0;
      opacity: 0; }
    .nav_wrapper .events-by:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#FFF));
      background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
      opacity: 0.15;
      -webkit-transition: 250ms;
      transition: 250ms;
      left: 0;
      top: 0; }
    .nav_wrapper .events-by strong {
      display: block;
      font-family: "Titillium Web", sans-serif;
      font-size: 18px;
      font-weight: 700;
      line-height: 19px;
      text-align: center;
      color: #FFF; }
    .nav_wrapper .events-by > .label {
      position: absolute;
      top: 21px;
      left: 50%;
      margin-bottom: 12px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      .nav_wrapper .events-by > .label:after {
        content: "";
        display: block;
        position: absolute;
        top: calc(100% + 7px);
        left: 50%;
        width: 14px;
        height: 9px;
        background: url(../images/svg/arrow_down_2.svg);
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: 250ms;
        transition: 250ms;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
    .nav_wrapper .events-by + .events-by {
      margin-left: 2px; }
    .nav_wrapper .events-by .dropdown {
      position: absolute;
      top: 100%;
      left: 0;
      overflow: hidden;
      padding: 25px;
      background: #FFF;
      opacity: 0.96;
      opacity: 1;
      box-shadow: 0 14px 18px -8px rgba(0, 0, 0, 0.3);
      text-align: left;
      color: #28312E;
      -webkit-transition: 500ms;
      transition: 500ms;
      cursor: default;
      z-index: 999999; }
      .nav_wrapper .events-by .dropdown .label {
        margin-bottom: 12px;
        font-family: "Titillium Web", sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
        color: #28312E; }
      .nav_wrapper .events-by .dropdown .datepicker_form label {
        display: none; }
      .nav_wrapper .events-by .dropdown .datepicker_form .inputs {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
                justify-content: space-between; }
        .nav_wrapper .events-by .dropdown .datepicker_form .inputs > a {
          display: block;
          width: 100%;
          font-family: "Titillium Web", sans-serif;
          font-size: 14px;
          font-weight: 700;
          line-height: 27px;
          text-align: center;
          color: #28312E; }
          .nav_wrapper .events-by .dropdown .datepicker_form .inputs > a:hover {
            color: #EA0029; }
          .nav_wrapper .events-by .dropdown .datepicker_form .inputs > a svg {
            margin-right: 5px; }
        .nav_wrapper .events-by .dropdown .datepicker_form .inputs .form-group svg {
          position: absolute;
          top: 50%;
          width: 45px;
          right: 0;
          margin-top: -1px;
          border-left: 0;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          pointer-events: none; }
          .nav_wrapper .events-by .dropdown .datepicker_form .inputs .form-group svg g {
            -webkit-transition: 250ms;
            transition: 250ms;
            fill: #28312E; }
        .nav_wrapper .events-by .dropdown .datepicker_form .inputs .date-picker-control {
          position: absolute;
          z-index: 0;
          width: 45px;
          height: 100%;
          background: #FFF;
          border: 2px solid #D6D6D6;
          outline: none;
          -webkit-transition: 250ms;
          transition: 250ms;
          right: 0; }
          .nav_wrapper .events-by .dropdown .datepicker_form .inputs .date-picker-control .fd-screen-reader {
            position: absolute;
            opacity: 0;
            pointer-events: none; }
        .nav_wrapper .events-by .dropdown .datepicker_form .inputs input {
          height: 50px;
          margin-right: -10px;
          padding-left: 10px;
          font-family: "IBM Plex Sans", sans-serif;
          font-size: 14px;
          font-weight: 400;
          line-height: 19px;
          line-height: 50px;
          color: #28312E;
          border: 2px solid #D6D6D6;
          outline: none;
          -webkit-transition: 250ms;
          transition: 250ms; }
        .nav_wrapper .events-by .dropdown .datepicker_form .inputs button {
          margin: 20px auto 6px; }
      .nav_wrapper .events-by .dropdown .datepicker_form .form-group {
        position: relative;
        width: calc(50% - 5px); }
        .nav_wrapper .events-by .dropdown .datepicker_form .form-group.active .date-picker-control, .nav_wrapper .events-by .dropdown .datepicker_form .form-group.active input {
          border-color: #EA0029; }
        .nav_wrapper .events-by .dropdown .datepicker_form .form-group.active svg g {
          fill: #EA0029; }
      .nav_wrapper .events-by .dropdown ul li a {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        font-family: "Titillium Web", sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 28px;
        color: #28312E;
        margin-right: 0; }
        .nav_wrapper .events-by .dropdown ul li a svg {
          margin-right: 5px;
          margin-left: -10px;
          opacity: 0;
          -webkit-transition: 250ms;
          transition: 250ms; }
        .nav_wrapper .events-by .dropdown ul li a:hover {
          color: #EA0029;
          margin-right: -5px; }
          .nav_wrapper .events-by .dropdown ul li a:hover svg {
            margin-left: 0;
            opacity: 1; }
    .nav_wrapper .events-by.date .dropdown {
      width: 450px; }
    .nav_wrapper .events-by.category .dropdown {
      width: 260px; }
  .nav_wrapper .user-info {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
            align-items: center;
    width: 120px;
    padding-right: 20px;
    white-space: nowrap; }
    .nav_wrapper .user-info > div {
      font-family: "IBM Plex Sans", sans-serif;
      font-size: 13px;
      font-weight: 500;
      line-height: 18px;
      text-align: right;
      letter-spacing: 0; }
      .nav_wrapper .user-info > div + div {
        margin-top: 7px; }
      .nav_wrapper .user-info > div a {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        opacity: 0.4;
        color: #FFF; }
        .nav_wrapper .user-info > div a:hover {
          opacity: 1; }
        .nav_wrapper .user-info > div a svg {
          margin-left: 10px; }

a.gh_redirect:after {
  content: "\f08e";
  display: inline-block;
  margin-left: 1rem;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-decoration: inherit; }

/* ----------------------------------------------------------------------------
= Mobile Navigation
----------------------------------------------------------------------------- */
@media screen and (max-width: 980px) {
  #nav-toggle {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 10000;
    width: 30px;
    height: 10px;
    margin-top: -5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer; } }
  @media screen and (max-width: 980px) and (max-width: 600px) {
    #nav-toggle {
      right: 20px; } }

@media screen and (max-width: 980px) {
    #nav-toggle:before {
      content: "";
      display: block;
      position: absolute;
      top: -20px;
      right: -20px;
      bottom: -30px;
      left: -20px;
      background: #21387A;
      cursor: pointer; }
    #nav-toggle:after {
      content: "Menu";
      position: absolute;
      top: calc(100% + 5px);
      left: 50%;
      margin-right: 15px;
      font-family: "IBM Plex Sans", sans-serif;
      font-size: 12px;
      font-weight: 700;
      line-height: 20px;
      letter-spacing: 0.2px;
      color: #FFF;
      -webkit-transition: 250ms;
      transition: 250ms;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      cursor: pointer; }
    #nav-toggle span {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 3px;
      margin-top: 0;
      background: #FFF;
      -webkit-transition: 250ms;
      transition: 250ms;
      transform: rotate(0deg);
      cursor: pointer;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      /* IE 9 */ }
      #nav-toggle span.top {
        top: -2px; }
      #nav-toggle span.bottom {
        top: 100%;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%); }
    #nav-toggle.active:after {
      content: "Close"; }
    #nav-toggle.active span.top {
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg); }
    #nav-toggle.active span.bottom {
      -webkit-transform: translateY(-50%) rotate(-45deg);
              transform: translateY(-50%) rotate(-45deg); }
    #nav-toggle.active span.top, #nav-toggle.active span.bottom {
      top: 50%; }
  .header .search.tablet-mobile {
    display: block;
    margin-right: 95px; } }
  @media screen and (max-width: 980px) and (max-width: 730px) {
    .header .search.tablet-mobile {
      display: none; } }

@media screen and (max-width: 980px) {
  .nav_wrapper {
    position: fixed;
    top: 0;
    right: 0;
    overflow: visible !important;
    width: 100vw;
    max-width: 560px;
    height: 100vh;
    background: #FFF;
    opacity: 0;
    color: #28312E;
    -webkit-transition: -webkit-transform 500ms linear;
    transition: -webkit-transform 500ms linear;
    transition: transform 500ms linear;
    transition: transform 500ms linear, -webkit-transform 500ms linear;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
    .nav_wrapper:before {
      content: "";
      position: fixed;
      top: 0;
      right: 100%;
      z-index: -1;
      width: 200vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.7);
      opacity: 0;
      -webkit-transition: 500ms;
      transition: 500ms;
      pointer-events: none; }
    .nav_wrapper .events-by {
      -webkit-transition: 500ms;
      transition: 500ms; }
      .nav_wrapper .events-by .dropdown {
        z-index: 99;
        width: 560px !important;
        max-width: 100vw;
        box-shadow: none; }
        .nav_wrapper .events-by .dropdown:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 25px;
          width: calc(100% - 50px);
          height: 1px;
          background: #DDD; } }
      @media screen and (max-width: 980px) and (max-width: 450px) {
        .nav_wrapper .events-by .dropdown .datepicker_form .form-group {
          width: 100%;
          margin-bottom: 10px; } }

@media screen and (max-width: 980px) {
        .nav_wrapper .events-by .dropdown .datepicker_form .inputs input {
          width: calc(100% - 35px); }
      .nav_wrapper .events-by.category .dropdown {
        right: 0;
        left: auto; }
    .nav_wrapper.is-opened {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
      .nav_wrapper.is-opened:before {
        content: "";
        opacity: 1;
        pointer-events: auto; }
    .nav_wrapper .sub-wrap {
      flex-wrap: wrap;
      height: auto;
      padding: 0;
      background: #21387A; }
    .nav_wrapper .search {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      width: 100%;
      width: 100%;
      height: 60px;
      margin-right: 110px;
      -webkit-box-ordinal-group: 0;
              order: -1; }
      .nav_wrapper .search form {
        width: 100%; }
      .nav_wrapper .search button {
        top: 14px; }
    .nav_wrapper .events-by {
      width: calc(50% - 1px);
      height: 90px;
      height: 90px; } }
    @media screen and (max-width: 980px) and (max-width: 450px) {
      .nav_wrapper .events-by {
        width: 100%; }
        .nav_wrapper .events-by:not(.active) {
          margin-bottom: 0 !important; } }

@media screen and (max-width: 980px) {
      .nav_wrapper .events-by:after {
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100vw;
        max-width: 560px;
        height: 100vh;
        background: white; } }
      @media screen and (max-width: 980px) and (max-width: 450px) {
        .nav_wrapper .events-by:after {
          display: none; } }

@media screen and (max-width: 980px) {
      .nav_wrapper .events-by + .events-by:after {
        right: 0;
        left: auto; }
    .nav_wrapper .user-info {
      -webkit-box-pack: start;
              justify-content: flex-start;
      -webkit-box-align: baseline;
              align-items: baseline;
      z-index: 10;
      width: 100%;
      padding-top: 27px;
      padding-bottom: 20px;
      background-color: #FFF; }
      .nav_wrapper .user-info > div {
        margin-top: 0; }
        .nav_wrapper .user-info > div + div {
          margin-left: 40px; }
        .nav_wrapper .user-info > div a {
          opacity: 1;
          color: #28312E; }
          .nav_wrapper .user-info > div a svg {
            opacity: 1; }
            .nav_wrapper .user-info > div a svg g {
              fill: #EA0029; }
  .user-info, nav {
    padding-right: 30px;
    padding-left: 30px; } }
  @media screen and (max-width: 980px) and (max-width: 600px) {
    .user-info, nav {
      padding-right: 20px;
      padding-left: 20px; } }

@media screen and (max-width: 980px) {
  nav {
    position: relative;
    overflow: auto;
    z-index: 10;
    height: calc(100% - 223px);
    max-height: calc(100% - 223px - var(--set-height));
    background: #FFF; }
    nav .navigate__top-level-items .level_3 {
      margin-top: 5px;
      margin-bottom: 5px; }
      nav .navigate__top-level-items .level_3 a {
        padding-left: 10px;
        font-size: 90%; }
    nav .navigate__top-level-items a {
      font-family: "Titillium Web", sans-serif;
      color: #28312E;
      cursor: pointer; }
      nav .navigate__top-level-items a:hover, nav .navigate__top-level-items a .active {
        color: #EA0029; }
    nav .navigate__top-level-items.static a {
      font-size: 18px;
      font-weight: 400;
      line-height: 38px; }
    nav .navigate__top-level-items:not(.static) {
      z-index: 100;
      position: relative;
      pointer-events: all;
      cursor: pointer; }
      nav .navigate__top-level-items:not(.static) + .static {
        padding-top: 20px;
        border-top: 1px solid #DDD; }
      nav .navigate__top-level-items:not(.static) > a {
        position: relative;
        z-index: 1;
        display: block;
        padding: 25px 0;
        font-size: 18px;
        font-weight: 600;
        line-height: 19px;
        border-top: 1px solid #DDD; }
      nav .navigate__top-level-items:not(.static).is-opened:before {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        pointer-events: all !important;
        z-index: 999999; }
      nav .navigate__top-level-items:not(.static):before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: -20px;
        z-index: 999;
        width: 60px;
        height: 70px;
        background: url(../images/svg/arrow_down_2.svg);
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: 250ms;
        transition: 250ms;
        cursor: pointer;
        pointer-events: none; }
    nav .sub {
      display: none;
      margin-bottom: 20px; }
      nav .sub a {
        font-family: "IBM Plex Sans", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0.04px;
        -webkit-transition: 250ms;
        transition: 250ms; } }

/* ----------------------------------------------------------------------------
= Footer basics
----------------------------------------------------------------------------- */
footer {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #FFF; }
  footer .footer_holder, footer .global-footer {
    width: calc(100% - 40px);
    max-width: 1220px;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  footer .footer_holder {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto; }
    @media screen and (max-width: 1100px) {
      footer .footer_holder {
        flex-wrap: wrap; } }
  footer .info {
    margin-right: 130px; }
    @media screen and (max-width: 1210px) {
      footer .info {
        margin-right: 25px; } }
    @media screen and (max-width: 1100px) {
      footer .info {
        width: 100%;
        margin-right: 0;
        text-align: center; } }
    footer .info .logo a, footer .info .logo span {
      display: block;
      width: 290px;
      height: 41px;
      background: url(../images/svg/logo_blue.svg);
      background-repeat: no-repeat;
      text-indent: -9999em;
      cursor: pointer; }
      @media screen and (max-width: 1100px) {
        footer .info .logo a, footer .info .logo span {
          margin: auto; } }
    footer .info .logo a {
      opacity: 1; }
      footer .info .logo a:hover {
        opacity: 0.8; }
    footer .info .social {
      margin-top: 40px; }
      @media screen and (max-width: 1100px) {
        footer .info .social {
          margin-top: 20px; } }
      footer .info .social .fa {
        position: relative;
        width: 40px;
        height: 40px;
        font-size: 20px;
        text-align: center;
        border: 3px solid #DDD;
        border-radius: 100px; }
        footer .info .social .fa.fa-facebook {
          font-size: 19px; }
        footer .info .social .fa:hover {
          background-color: #3D64D5;
          color: #FFF;
          border-color: #3D64D5; }
        footer .info .social .fa:before {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
        footer .info .social .fa:not(:last-child) {
          margin-right: 10px; }
  footer .footer_nav {
    -webkit-box-flex: 1;
            flex-grow: 1; }
    @media screen and (max-width: 1100px) {
      footer .footer_nav {
        max-width: 760px;
        margin-right: auto;
        margin-bottom: 50px;
        margin-left: auto;
        -webkit-box-ordinal-group: 0;
                order: -1; } }
    footer .footer_nav.has-open-sub-nav > ul > li.static {
      margin-top: 24px; }
    footer .footer_nav.has-open-sub-nav > ul > li:not(.static):after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    footer .footer_nav > ul {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
              justify-content: space-between; }
      footer .footer_nav > ul > li {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-align: center;
                align-items: center;
        align-self: baseline;
        width: 33.3333333%; }
        @media screen and (max-width: 650px) {
          footer .footer_nav > ul > li {
            width: 100%; } }
        footer .footer_nav > ul > li.mobile-open:not(.static):after {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
        footer .footer_nav > ul > li.static {
          margin-top: 14px;
          padding-top: 24px;
          border-top: 3px solid #DDD;
          -webkit-transition: 250ms;
          transition: 250ms;
          width: 25%; }
          @media screen and (max-width: 650px) {
            footer .footer_nav > ul > li.static {
              margin-top: 20px;
              padding-top: 0;
              border-top: none;
              width: 50%; } }
          footer .footer_nav > ul > li.static a {
            font-weight: 400; }
        @media screen and (max-width: 650px) {
          footer .footer_nav > ul > li:not(.static) {
            border-bottom: 1px solid #DDD; } }
        @media screen and (min-width: 651px) {
          footer .footer_nav > ul > li:not(.static):nth-child(3) {
            padding-right: 15px; }
            footer .footer_nav > ul > li:not(.static):nth-child(3):after {
              position: absolute;
              top: -10px;
              right: -13px; }
            footer .footer_nav > ul > li:not(.static):nth-child(3) .nav_sub {
              margin-top: 10px; } }
        @media screen and (max-width: 650px) {
          footer .footer_nav > ul > li:not(.static) > a {
            display: block;
            width: 100%;
            padding-top: 25px;
            padding-bottom: 25px; } }
        footer .footer_nav > ul > li:not(.static):after {
          content: "";
          display: inline-block;
          width: 14px;
          height: 9px;
          padding: 20px;
          background: url(../images/svg/arrow_down_2.svg);
          background-repeat: no-repeat;
          background-position: center;
          -webkit-transition: 250ms;
          transition: 250ms;
          cursor: pointer; }
          @media screen and (max-width: 650px) {
            footer .footer_nav > ul > li:not(.static):after {
              position: absolute;
              top: 0;
              right: -18px;
              padding: 35px 25px; } }
        footer .footer_nav > ul > li:not(.static) + .static {
          margin-top: 20px; }
        footer .footer_nav > ul > li > a {
          margin-right: 10px;
          font-family: "Titillium Web", sans-serif;
          font-size: 18px;
          font-weight: 600;
          line-height: 19px;
          color: #28312E;
          -webkit-transition: 250ms;
          transition: 250ms; }
          footer .footer_nav > ul > li > a:hover, footer .footer_nav > ul > li > a .active {
            color: #EA0029; }
    footer .footer_nav .nav_sub {
      overflow: hidden;
      width: 100%;
      opacity: 1;
      -webkit-transition: 250ms;
      transition: 250ms;
      -webkit-box-ordinal-group: 11;
              order: 10; }
      @media screen and (max-width: 650px) {
        footer .footer_nav .nav_sub {
          margin-bottom: 20px; }
          footer .footer_nav .nav_sub:not(.open) {
            margin-bottom: 0; } }
      footer .footer_nav .nav_sub:not(.open) {
        max-height: 0 !important;
        opacity: 0; }
      footer .footer_nav .nav_sub a {
        font-family: "IBM Plex Sans", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0.04px;
        color: #28312E;
        -webkit-transition: 250ms;
        transition: 250ms; }
        footer .footer_nav .nav_sub a:hover, footer .footer_nav .nav_sub a .active {
          color: #EA0029; }
  footer .global-footer {
    zoom: 1;
    display: block;
    position: relative;
    margin: 50px auto 0;
    padding: 0;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #28312E; }
    @media screen and (max-width: 1100px) {
      footer .global-footer {
        margin-top: 30px;
        text-align: center; } }
    footer .global-footer:before, footer .global-footer:after {
      content: "\0020";
      display: block;
      visibility: hidden;
      height: 0; }
    footer .global-footer:after {
      clear: both; }
    footer .global-footer a, footer .global-footer a:visited {
      transition: all 100ms linear;
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      color: #28312E; }
      footer .global-footer a:hover, footer .global-footer a:focus, footer .global-footer a .active, footer .global-footer a:visited:hover, footer .global-footer a:visited:focus, footer .global-footer a:visited .active {
        color: #EA0029; }
    footer .global-footer .delimiter {
      padding: 0 2px;
      color: white; }
    footer .global-footer a#carbonhouse, footer .global-footer a#carbonhouse:link, footer .global-footer a#carbonhouse:visited {
      display: block;
      position: relative;
      float: right;
      margin: 0;
      padding-top: 0;
      font-family: "helvetica";
      font-size: 14px;
      font-weight: normal;
      text-decoration: none;
      color: #28312E;
      cursor: pointer; }
      @media screen and (max-width: 1100px) {
        footer .global-footer a#carbonhouse, footer .global-footer a#carbonhouse:link, footer .global-footer a#carbonhouse:visited {
          float: none;
          margin-top: 10px; } }
      footer .global-footer a#carbonhouse span, footer .global-footer a#carbonhouse:link span, footer .global-footer a#carbonhouse:visited span {
        font-size: 16px;
        font-weight: 700; }
      footer .global-footer a#carbonhouse:hover, footer .global-footer a#carbonhouse:link:hover, footer .global-footer a#carbonhouse:visited:hover {
        text-decoration: none;
        color: #EA0029; }

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

.search-popup {
  position: absolute;
  background: white;
  width: 100%;
  min-width: 320px;
  z-index: 1000;
  top: 100%;
  max-height: calc(100vh - 200px);
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 500px) {
    .search-popup {
      min-width: 280px; } }
  .search-popup .inner-wrapper {
    position: relative;
    padding: 20px;
    overflow-y: scroll;
    height: 100%;
    max-height: calc(100vh - 200px); }
  .search-popup .no-results {
    display: none; }
  .search-popup.no-events.no-venues.no-pages .no-results {
    display: block; }
  .search-popup.has-results .all-results {
    display: block; }
  .search-popup.has-results .inner-wrapper {
    padding-bottom: 60px; }
  .search-popup .all-results {
    color: white;
    cursor: pointer;
    display: none;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    z-index: 20;
    background: #3A60D0; }
    .search-popup .all-results:after {
      content: "";
      position: absolute;
      opacity: 1;
      background: #1B2C5E;
      background: linear-gradient(135deg, #1B2C5E 0%, #2D4BA2 100%);
      top: 0px;
      left: 0px;
      width: 100%;
      height: 40px;
      z-index: -1;
      -webkit-transition: opacity 200ms linear;
      transition: opacity 200ms linear; }
    .search-popup .all-results:hover:after {
      opacity: 0; }
  .search-popup .header {
    font-size: 18px;
    margin-bottom: 10px;
    color: #6B6B6B; }
  .search-popup .venue-area .spotlight, .search-popup .pages-area .spotlight, .search-popup .events-area .spotlight {
    margin-top: 0px;
    margin-bottom: 20px; }
  .search-popup .venue-area .entry, .search-popup .pages-area .entry, .search-popup .events-area .entry {
    padding-bottom: 10px;
    border-bottom: 0px;
    border-top: 3px solid #DDD;
    padding-top: 20px;
    padding-bottom: 0px; }
    .search-popup .venue-area .entry .info, .search-popup .pages-area .entry .info, .search-popup .events-area .entry .info {
      float: left; }
      @media screen and (max-width: 767px) {
        .search-popup .venue-area .entry .info, .search-popup .pages-area .entry .info, .search-popup .events-area .entry .info {
          text-align: left;
          margin-bottom: 10px; } }
      .search-popup .venue-area .entry .info .title, .search-popup .pages-area .entry .info .title, .search-popup .events-area .entry .info .title {
        color: #28312E;
        -webkit-transition: color 250ms linear;
        transition: color 250ms linear;
        font-size: 18px; }
        .search-popup .venue-area .entry .info .title:hover, .search-popup .pages-area .entry .info .title:hover, .search-popup .events-area .entry .info .title:hover {
          color: #2D4A9F; }
  .search-popup .events-area .entry {
    position: relative; }
  .search-popup .events-area .info h4 {
    margin-bottom: 12px; }
  .search-popup .events-area .info .event-meta, .search-popup .events-area .info .date {
    margin-bottom: 8px;
    font-family: "Titillium Web", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: #28312E; }
  .search-popup .events-area .info .event-meta.event-venue {
    color: #6B6B6B;
    margin-bottom: 12px;
    width: 100%;
    display: block;
    clear: both; }
  .search-popup .events-area .info .event-meta .is-tba .m-date__hour {
    display: none !important; }
  .search-popup .events-area .info .event-meta .is-tba .tba:before {
    content: "\00a0"; }
  .search-popup .events-area .spotlight .buttons > a, .search-popup .events-area .spotlight .buttons > span {
    position: relative;
    margin-top: auto;
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #2D4A9F;
    -webkit-transition: 250ms;
    transition: 250ms; }
    .search-popup .events-area .spotlight .buttons > a.more, .search-popup .events-area .spotlight .buttons > span.more {
      margin-top: 0;
      font-family: "Titillium Web", sans-serif;
      font-size: 14px;
      font-weight: 700;
      line-height: 27px;
      padding-left: 37px;
      color: #28312E;
      display: block;
      float: left;
      margin-top: 4px; }
      @media screen and (max-width: 500px) {
        .search-popup .events-area .spotlight .buttons > a.more, .search-popup .events-area .spotlight .buttons > span.more {
          float: none;
          margin: 0 auto;
          clear: both;
          width: 100px; } }
      .search-popup .events-area .spotlight .buttons > a.more:before, .search-popup .events-area .spotlight .buttons > span.more:before {
        content: "";
        background-image: url("../images/svg/event_item_info-modified.svg");
        background-repeat: no-repeat;
        width: 27px;
        height: 27px;
        position: absolute;
        top: 0px;
        left: 0px;
        background-size: 100% auto;
        -webkit-transition: background-image 200ms linear;
        transition: background-image 200ms linear; }
      .search-popup .events-area .spotlight .buttons > a.more:hover, .search-popup .events-area .spotlight .buttons > span.more:hover {
        color: #3A60D0; }
        .search-popup .events-area .spotlight .buttons > a.more:hover:before, .search-popup .events-area .spotlight .buttons > span.more:hover:before {
          background-image: url("../images/svg/event_item_info-modified-hover.svg"); }
    .search-popup .events-area .spotlight .buttons > a.tickets, .search-popup .events-area .spotlight .buttons > span.tickets {
      font-family: "Titillium Web", sans-serif;
      position: relative;
      z-index: 1;
      padding: 11px 20px;
      background: transparent;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      color: #FFF;
      border: none;
      border-radius: 100px;
      width: 100%;
      max-width: 140px;
      display: block;
      float: right;
      margin-right: 0px; }
      @media screen and (max-width: 500px) {
        .search-popup .events-area .spotlight .buttons > a.tickets, .search-popup .events-area .spotlight .buttons > span.tickets {
          float: none;
          margin: 0 auto;
          max-width: none;
          margin-top: 20px; } }
      .search-popup .events-area .spotlight .buttons > a.tickets:before, .search-popup .events-area .spotlight .buttons > span.tickets:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -2;
        width: 100%;
        height: 100%;
        background: #3A60D0;
        border-radius: 100px; }
      .search-popup .events-area .spotlight .buttons > a.tickets:after, .search-popup .events-area .spotlight .buttons > span.tickets:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        border-radius: 100px;
        background-image: linear-gradient(134deg, #213778 0%, #3253B3 100%);
        opacity: 1;
        -webkit-transition: 250ms;
        transition: 250ms; }
      .search-popup .events-area .spotlight .buttons > a.tickets:hover:after, .search-popup .events-area .spotlight .buttons > span.tickets:hover:after {
        opacity: 0; }
    .search-popup .events-area .spotlight .buttons > a svg, .search-popup .events-area .spotlight .buttons > span svg {
      display: none; }
  .search-popup .venue-area, .search-popup .pages-area {
    padding-top: 10px; }
    .search-popup .venue-area .entry, .search-popup .pages-area .entry {
      position: relative; }
      .search-popup .venue-area .entry .info, .search-popup .pages-area .entry .info {
        padding-right: 46px; }
        .search-popup .venue-area .entry .info h4, .search-popup .pages-area .entry .info h4 {
          margin: 0px; }
      .search-popup .venue-area .entry .link, .search-popup .pages-area .entry .link {
        position: absolute;
        top: calc(50% + 10px);
        right: 0px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        margin: 0px;
        height: 36px;
        width: 36px; }
        .search-popup .venue-area .entry .link a, .search-popup .pages-area .entry .link a {
          position: relative;
          text-indent: -9999px;
          display: block; }
          .search-popup .venue-area .entry .link a:after, .search-popup .pages-area .entry .link a:after {
            content: "";
            position: absolute;
            right: 0px;
            top: 0px;
            height: 36px;
            width: 36px;
            background-image: url("../images/svg/page_venue_arrow.svg");
            background-repeat: no-repeat;
            background-size: 100% auto;
            -webkit-transition: background-image 200ms linear;
            transition: background-image 200ms linear; }
          .search-popup .venue-area .entry .link a:hover:after, .search-popup .pages-area .entry .link a:hover:after {
            background-image: url("../images/svg/page_venue_arrow-hover.svg"); }

.nav_wrapper.is-opened .search-popup {
  left: -20px;
  width: 100vw;
  max-width: 560px;
  max-height: calc(100vh - 100px);
  height: 100vh; }
  .nav_wrapper.is-opened .search-popup .inner-wrapper {
    max-height: calc(100vh - 100px); }

.search.tablet-mobile .search-popup {
  z-index: 0; }

/* ----------------------------------------------------------------------------
= Baseline styles for all buttons in a project. These are global.
----------------------------------------------------------------------------- */
.m-button, .gen-button, .spotlight-button, a.button, .button a, input.button, .login-form input[type="submit"], .map_window .directions form button {
  display: inline-block;
  position: relative;
  min-width: 140px;
  padding: 8px 20px;
  background-color: transparent;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #28312E;
  border: 3px solid rgba(45, 74, 159, 0.4);
  border-radius: 100px;
  outline: none;
  -webkit-transition: 250ms;
  transition: 250ms; }
  .m-button:hover, .gen-button:hover, .spotlight-button:hover, a.button:hover, .button a:hover, input.button:hover, .login-form input[type="submit"]:hover, .map_window .directions form button:hover {
    background-color: #2D4A9F;
    color: #FFF; }

.tix-btn, .event_list.event_list_listing .eventItem .buttons > a:first-child:not(:last-child), .event_list.event_list_listing .eventItem .buttons > a.eventList__wrapper + a:not(:last-child), .event_list.event_list_listing .eventItem .buttons > span:first-child:not(:last-child), .event_list.event_list_listing .eventItem .buttons > span.eventList__wrapper + a:not(:last-child), .event_list.eventList__listing .eventItem .buttons > a:first-child:not(:last-child), .event_list.eventList__listing .eventItem .buttons > a.eventList__wrapper + a:not(:last-child), .event_list.eventList__listing .eventItem .buttons > span:first-child:not(:last-child), .event_list.eventList__listing .eventItem .buttons > span.eventList__wrapper + a:not(:last-child), .event_list.event_list_forceListing .eventItem .buttons > a:first-child:not(:last-child), .event_list.event_list_forceListing .eventItem .buttons > a.eventList__wrapper + a:not(:last-child), .event_list.event_list_forceListing .eventItem .buttons > span:first-child:not(:last-child), .event_list.event_list_forceListing .eventItem .buttons > span.eventList__wrapper + a:not(:last-child), .event_list.m-eventList__small .eventItem .buttons > a:first-child:not(:last-child), .event_list.m-eventList__small .eventItem .buttons > a.eventList__wrapper + a:not(:last-child), .event_list.m-eventList__small .eventItem .buttons > span:first-child:not(:last-child), .event_list.m-eventList__small .eventItem .buttons > span.eventList__wrapper + a:not(:last-child), #teams .event_list .eventItem .buttons > a:first-child:not(:last-child), #teams .event_list .eventItem .buttons > a.eventList__wrapper + a:not(:last-child), #teams .event_list .eventItem .buttons > span:first-child:not(:last-child), #teams .event_list .eventItem .buttons > span.eventList__wrapper + a:not(:last-child) {
  position: relative;
  z-index: 10;
  padding: 11px 20px;
  background: transparent;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  border: none;
  border-radius: 100px; }
  .tix-btn:before, .event_list.event_list_listing .eventItem .buttons > a:first-child:not(:last-child):before, .event_list.event_list_listing .eventItem .buttons > a.eventList__wrapper + a:not(:last-child):before, .event_list.event_list_listing .eventItem .buttons > span:first-child:not(:last-child):before, .event_list.event_list_listing .eventItem .buttons > span.eventList__wrapper + a:not(:last-child):before, .event_list.eventList__listing .eventItem .buttons > a:first-child:not(:last-child):before, .event_list.eventList__listing .eventItem .buttons > a.eventList__wrapper + a:not(:last-child):before, .event_list.eventList__listing .eventItem .buttons > span:first-child:not(:last-child):before, .event_list.eventList__listing .eventItem .buttons > span.eventList__wrapper + a:not(:last-child):before, .event_list.event_list_forceListing .eventItem .buttons > a:first-child:not(:last-child):before, .event_list.event_list_forceListing .eventItem .buttons > a.eventList__wrapper + a:not(:last-child):before, .event_list.event_list_forceListing .eventItem .buttons > span:first-child:not(:last-child):before, .event_list.event_list_forceListing .eventItem .buttons > span.eventList__wrapper + a:not(:last-child):before, .event_list.m-eventList__small .eventItem .buttons > a:first-child:not(:last-child):before, .event_list.m-eventList__small .eventItem .buttons > a.eventList__wrapper + a:not(:last-child):before, .event_list.m-eventList__small .eventItem .buttons > span:first-child:not(:last-child):before, .event_list.m-eventList__small .eventItem .buttons > span.eventList__wrapper + a:not(:last-child):before, #teams .event_list .eventItem .buttons > a:first-child:not(:last-child):before, #teams .event_list .eventItem .buttons > a.eventList__wrapper + a:not(:last-child):before, #teams .event_list .eventItem .buttons > span:first-child:not(:last-child):before, #teams .event_list .eventItem .buttons > span.eventList__wrapper + a:not(:last-child):before, .tix-btn:after, .event_list.event_list_listing .eventItem .buttons > a:first-child:not(:last-child):after, .event_list.event_list_listing .eventItem .buttons > a.eventList__wrapper + a:not(:last-child):after, .event_list.event_list_listing .eventItem .buttons > span:first-child:not(:last-child):after, .event_list.event_list_listing .eventItem .buttons > span.eventList__wrapper + a:not(:last-child):after, .event_list.eventList__listing .eventItem .buttons > a:first-child:not(:last-child):after, .event_list.eventList__listing .eventItem .buttons > a.eventList__wrapper + a:not(:last-child):after, .event_list.eventList__listing .eventItem .buttons > span:first-child:not(:last-child):after, .event_list.eventList__listing .eventItem .buttons > span.eventList__wrapper + a:not(:last-child):after, .event_list.event_list_forceListing .eventItem .buttons > a:first-child:not(:last-child):after, .event_list.event_list_forceListing .eventItem .buttons > a.eventList__wrapper + a:not(:last-child):after, .event_list.event_list_forceListing .eventItem .buttons > span:first-child:not(:last-child):after, .event_list.event_list_forceListing .eventItem .buttons > span.eventList__wrapper + a:not(:last-child):after, .event_list.m-eventList__small .eventItem .buttons > a:first-child:not(:last-child):after, .event_list.m-eventList__small .eventItem .buttons > a.eventList__wrapper + a:not(:last-child):after, .event_list.m-eventList__small .eventItem .buttons > span:first-child:not(:last-child):after, .event_list.m-eventList__small .eventItem .buttons > span.eventList__wrapper + a:not(:last-child):after, #teams .event_list .eventItem .buttons > a:first-child:not(:last-child):after, #teams .event_list .eventItem .buttons > a.eventList__wrapper + a:not(:last-child):after, #teams .event_list .eventItem .buttons > span:first-child:not(:last-child):after, #teams .event_list .eventItem .buttons > span.eventList__wrapper + a:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    background: #3A60D0;
    border-radius: 100px; }
  .tix-btn:after, .event_list.event_list_listing .eventItem .buttons > a:first-child:not(:last-child):after, .event_list.event_list_listing .eventItem .buttons > a.eventList__wrapper + a:not(:last-child):after, .event_list.event_list_listing .eventItem .buttons > span:first-child:not(:last-child):after, .event_list.event_list_listing .eventItem .buttons > span.eventList__wrapper + a:not(:last-child):after, .event_list.eventList__listing .eventItem .buttons > a:first-child:not(:last-child):after, .event_list.eventList__listing .eventItem .buttons > a.eventList__wrapper + a:not(:last-child):after, .event_list.eventList__listing .eventItem .buttons > span:first-child:not(:last-child):after, .event_list.eventList__listing .eventItem .buttons > span.eventList__wrapper + a:not(:last-child):after, .event_list.event_list_forceListing .eventItem .buttons > a:first-child:not(:last-child):after, .event_list.event_list_forceListing .eventItem .buttons > a.eventList__wrapper + a:not(:last-child):after, .event_list.event_list_forceListing .eventItem .buttons > span:first-child:not(:last-child):after, .event_list.event_list_forceListing .eventItem .buttons > span.eventList__wrapper + a:not(:last-child):after, .event_list.m-eventList__small .eventItem .buttons > a:first-child:not(:last-child):after, .event_list.m-eventList__small .eventItem .buttons > a.eventList__wrapper + a:not(:last-child):after, .event_list.m-eventList__small .eventItem .buttons > span:first-child:not(:last-child):after, .event_list.m-eventList__small .eventItem .buttons > span.eventList__wrapper + a:not(:last-child):after, #teams .event_list .eventItem .buttons > a:first-child:not(:last-child):after, #teams .event_list .eventItem .buttons > a.eventList__wrapper + a:not(:last-child):after, #teams .event_list .eventItem .buttons > span:first-child:not(:last-child):after, #teams .event_list .eventItem .buttons > span.eventList__wrapper + a:not(:last-child):after {
    z-index: -1;
    background-image: linear-gradient(134deg, #213778 0%, #3253B3 100%);
    opacity: 1;
    -webkit-transition: 250ms;
    transition: 250ms; }
  .tix-btn:hover:after, .event_list.event_list_listing .eventItem .buttons > a:hover:first-child:not(:last-child):after, .event_list.event_list_listing .eventItem .buttons > a.eventList__wrapper + a:hover:not(:last-child):after, .event_list.event_list_listing .eventItem .buttons > span:hover:first-child:not(:last-child):after, .event_list.event_list_listing .eventItem .buttons > span.eventList__wrapper + a:hover:not(:last-child):after, .event_list.eventList__listing .eventItem .buttons > a:hover:first-child:not(:last-child):after, .event_list.eventList__listing .eventItem .buttons > a.eventList__wrapper + a:hover:not(:last-child):after, .event_list.eventList__listing .eventItem .buttons > span:hover:first-child:not(:last-child):after, .event_list.eventList__listing .eventItem .buttons > span.eventList__wrapper + a:hover:not(:last-child):after, .event_list.event_list_forceListing .eventItem .buttons > a:hover:first-child:not(:last-child):after, .event_list.event_list_forceListing .eventItem .buttons > a.eventList__wrapper + a:hover:not(:last-child):after, .event_list.event_list_forceListing .eventItem .buttons > span:hover:first-child:not(:last-child):after, .event_list.event_list_forceListing .eventItem .buttons > span.eventList__wrapper + a:hover:not(:last-child):after, .event_list.m-eventList__small .eventItem .buttons > a:hover:first-child:not(:last-child):after, .event_list.m-eventList__small .eventItem .buttons > a.eventList__wrapper + a:hover:not(:last-child):after, .event_list.m-eventList__small .eventItem .buttons > span:hover:first-child:not(:last-child):after, .event_list.m-eventList__small .eventItem .buttons > span.eventList__wrapper + a:hover:not(:last-child):after, #teams .event_list .eventItem .buttons > a:hover:first-child:not(:last-child):after, #teams .event_list .eventItem .buttons > a.eventList__wrapper + a:hover:not(:last-child):after, #teams .event_list .eventItem .buttons > span:hover:first-child:not(:last-child):after, #teams .event_list .eventItem .buttons > span.eventList__wrapper + a:hover:not(:last-child):after {
    opacity: 0; }

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

/***********************************************/
/*      Add Additional Button Styles Below     */
/***********************************************/
/* 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;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-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;
  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;
  -ms-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 {
  box-sizing: border-box;
  padding-right: 44px; }

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

img.rsImg {
  max-width: none; }

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

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

.rsNoDrag {
  cursor: auto; }

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

/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. 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 */
.royalSlider > .rsContent {
  visibility: hidden; }

/***************
*
*  1. Arrows
*
****************/
/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  display: block;
  position: absolute;
  z-index: 21;
  width: 44px;
  height: 100%;
  margin: 0 20px;
  cursor: pointer; }
  .rsDefault .rsArrow.rsVer .rsArrow {
    width: 100%;
    height: 44px; }
  .home .rsDefault .rsArrow {
    width: auto;
    height: auto;
    font-family: "Titillium Web", sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #28312E; }
    @media screen and (min-width: 1101px) {
      .home .rsDefault .rsArrow {
        height: auto !important; } }
    @media screen and (max-width: 1100px) {
      .home .rsDefault .rsArrow {
        top: 0 !important;
        bottom: auto;
        font-size: 0; }
        .home .rsDefault .rsArrow.rsArrowRight:after {
          position: absolute;
          top: calc(50% - 40px);
          right: 7px;
          width: 40px;
          height: 40px;
          background: url("../images/svg/arrow-left.svg") no-repeat; }
        .home .rsDefault .rsArrow.rsArrowLeft:before {
          position: absolute;
          top: calc(50% - 40px);
          left: 7px;
          width: 40px;
          height: 40px;
          background: url("../images/svg/arrow-left.svg") no-repeat;
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); } }
    .home .rsDefault .rsArrow.rsArrowRight:after {
      content: "\f054";
      margin-left: 10px;
      font-family: FontAwesome;
      color: #7CC4CE; }
    .home .rsDefault .rsArrow.rsArrowLeft:before {
      content: "\f053";
      margin-right: 10px;
      font-family: FontAwesome;
      color: #7CC4CE; }
    .home .rsDefault .rsArrow:hover {
      color: #2D4BA2; }

.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0; }

.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0; }
  .rsDefault.rsVer .rsArrowRight .rsArrowIcn {
    background: url("../images/svg/slide-arrow-right.svg") no-repeat; }

.rsDefault.rsHor .rsArrowLeft {
  top: 0;
  left: 0; }
  .rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
    margin-left: 0; }
  .home .rsDefault.rsHor .rsArrowLeft {
    top: auto;
    bottom: 0; }

.rsDefault.rsHor .rsArrowRight {
  top: 0;
  right: 0; }
  .rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    background: url("../images/svg/slide-arrow-right.svg") no-repeat; }
  .home .rsDefault.rsHor .rsArrowRight {
    top: auto;
    bottom: 0; }

.rsDefault .rsArrowIcn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 37px;
  height: 70px;
  background: url(../images/svg/slide-arrow-left.svg) no-repeat;
  opacity: 0.4;
  border-radius: 2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer; }
  .rsDefault .rsArrowIcn:hover {
    opacity: 1; }

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

/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 35;
  width: 100%;
  height: auto;
  margin: 0 auto;
  line-height: 12px;
  text-align: center; }
  .rsDefault .rsBullets .rsBullet {
    display: inline-block;
    width: 12px;
    height: 12px; }
    .rsDefault .rsBullets .rsBullet:not(:first-child) {
      margin-left: 8px; }
    .rsDefault .rsBullets .rsBullet span {
      display: block;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      opacity: 0.3;
      background: #FFF; }
    .rsDefault .rsBullets .rsBullet.rsNavSelected span {
      background: #EA0029;
      opacity: 1; }

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

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

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

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

.rsDefault .rsThumb {
  overflow: hidden;
  float: left;
  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 {
      margin: 0;
      padding: 0;
      font-size: 16px;
      line-height: 20px;
      color: #FFF; }
    .rsDefault .rsThumb .rsTmb span {
      margin: 0;
      padding: 0;
      font-size: 13px;
      line-height: 18px;
      color: #DDD; }

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

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

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

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

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

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

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

.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: 0) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px; }
  .rsDefault .rsThumbsHor {
    height: 64px; }
  .rsDefault .rsThumbsVer {
    width: 59px; } }

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

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

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

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

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

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

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

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

/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  bottom: 0;
  bottom: 24px;
  left: 70px;
  float: none;
  width: calc(100% - 140px);
  height: auto;
  text-align: left;
  color: #FFF; }
  @media screen and (max-width: 767px) {
    .rsDefault .rsGCaption {
      position: relative;
      bottom: auto;
      left: auto;
      float: left;
      width: 100%;
      padding: 10px;
      background: #000; } }
  .rsDefault .rsGCaption:empty {
    display: none; }
  .rsDefault .rsGCaption .rsABlock {
    position: relative; }
  .rsDefault .rsGCaption p {
    margin: 0;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 0.888889rem;
    font-weight: 400;
    color: #FFF; }

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

/********* 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-width: 2000px;
  max-height: 450px;
  margin: 0 auto; }
  .m-slideshow-container.slideshow-type-full-width {
    max-width: none; }
  .m-slideshow-container.gallery_slideshow {
    margin-bottom: 100px; }

.slideshow-sidecaptions {
  width: 100%;
  max-width: 68em;
  margin: 0 auto; }
  .slideshow-sidecaptions .rsDefault {
    width: 100%; }
    .slideshow-sidecaptions .rsDefault .rsThumbsVer {
      width: 35%; }
    .slideshow-sidecaptions .rsDefault .rsThumb {
      width: 100%;
      height: auto;
      color: rgba(255, 255, 255, 0.4); }
    .slideshow-sidecaptions .rsDefault .buttons {
      transition: all 100ms linear;
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      opacity: 0; }
      .slideshow-sidecaptions .rsDefault .buttons a {
        text-indent: -9999px; }
    .slideshow-sidecaptions .rsDefault.rsNavSelected {
      background: none;
      color: #FFF; }
    .slideshow-sidecaptions .rsDefault .buttons {
      opacity: 1; }
      .slideshow-sidecaptions .rsDefault .buttons a {
        text-indent: 0; }

.rsTmb {
  position: relative;
  float: left;
  width: calc(100% - 40px);
  height: 100%;
  margin: 0 20px;
  padding: 15px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.calendar-new {
  position: relative;
  margin: auto;
  max-width: 1200px;
  padding: 0 20px 100px; }
  .calendar-new .tl-header {
    background: #000;
    padding: 20px 0 15px;
    max-width: 1200px;
    margin: 0 auto 10px; }
  .calendar-new .month_name {
    color: #2D4A9F;
    text-align: center;
    font: 500 32px/100% "Titillium Web", sans-serif;
    letter-spacing: 0.08em;
    margin: 0px auto; }
    @media screen and (max-width: 767px) {
      .calendar-new .month_name {
        margin: 30px 0px; } }
  .calendar-new .cal-prev, .calendar-new .cal-next {
    font-size: 30px;
    color: white;
    vertical-align: middle;
    padding: 0 20px; }
    .calendar-new .cal-prev .fa, .calendar-new .cal-next .fa {
      line-height: 30px; }
    .calendar-new .cal-prev:hover, .calendar-new .cal-next:hover {
      color: #2D4A9F; }
  .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 {
      content: "\0020";
      display: block;
      visibility: hidden;
      height: 0; }
    .calendar-new .tl-wrap-inner:after {
      clear: both; }
    .calendar-new .tl-wrap-inner .tl-calendar {
      zoom: 1;
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      align-content: flex-end; }
      .calendar-new .tl-wrap-inner .tl-calendar:before, .calendar-new .tl-wrap-inner .tl-calendar:after {
        content: "\0020";
        display: block;
        visibility: hidden;
        height: 0; }
      .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 {
      content: "\0020";
      display: block;
      visibility: hidden;
      height: 0; }
    .calendar-new .weekdays:after {
      clear: both; }
    .calendar-new .weekdays .weekday {
      width: 14.28%;
      padding-top: 15px;
      text-align: left;
      color: white;
      font-family: "Titillium Web", sans-serif;
      font-size: 16px;
      font-weight: 500;
      float: left;
      margin-bottom: 0px;
      margin-right: 0px;
      text-align: center; }
    @media screen and (max-width: 767px) {
      .calendar-new .weekdays {
        display: none; } }
  .calendar-new .tl-date {
    transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-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: 767px) {
      .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: 767px) {
        .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: #2D4A9F;
      height: 42px;
      color: white;
      font-family: "Titillium Web", 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: #28312E; }
        .calendar-new .tl-date h3 a:hover {
          color: #2D4A9F; }
    .calendar-new .tl-date h4 {
      font-weight: 300;
      font-size: 14px;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      color: #28312E; }
    .calendar-new .tl-date .time {
      color: #888;
      font-size: 12px;
      font-weight: 300;
      z-index: 10;
      letter-spacing: 0.04em; }
    .calendar-new .tl-date.hasEvent .date {
      color: white;
      background: #ccc; }
    @media screen and (max-width: 767px) {
      .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%;
  -webkit-transform: translate(-50%, -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.textarea .news_heading, .content_item.textarea:nth-child(2) h1:first-child {
  position: relative;
  left: 50%;
  width: calc(100% + 72px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media screen and (max-width: 767px) {
    .content_item.textarea .news_heading, .content_item.textarea:nth-child(2) h1:first-child {
      width: 100%; } }

.content_item {
  margin: 0 33px 0; }
  @media screen and (max-width: 767px) {
    .content_item {
      margin: 0; } }
  .content_item.textarea:nth-child(2) h1:first-child {
    margin-bottom: 50px;
    padding-bottom: 23px;
    border-bottom: 11px solid #DDD; }
  .content_item.textarea a {
    text-decoration: underline; }

.spotlight_image, .event_detail #branding {
  position: relative;
  max-width: calc(100vw - 40px);
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  background: linear-gradient(-135deg, #1B2C5E 0%, #2D4BA2 100%);
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.3);
  color: #FFF; }
  @media screen and (max-width: 600px) {
    .spotlight_image, .event_detail #branding {
      max-width: calc(100vw - 20px);
      margin-bottom: 10px; } }
  .spotlight_image img, .event_detail #branding img {
    display: block;
    width: 100%;
    max-width: 100%; }
  .spotlight_image .caption, .event_detail #branding .caption {
    position: absolute;
    bottom: 0;
    bottom: 24px;
    left: 70px;
    float: none;
    width: calc(100% - 140px);
    height: auto;
    text-align: left;
    color: #FFF; }
    @media screen and (max-width: 767px) {
      .spotlight_image .caption, .event_detail #branding .caption {
        position: relative;
        bottom: auto;
        left: auto;
        float: left;
        width: 100%;
        padding: 10px;
        background: #000; } }
    .spotlight_image .caption:empty, .event_detail #branding .caption:empty {
      display: none; }
    .spotlight_image .caption .rsABlock, .event_detail #branding .caption .rsABlock {
      position: relative; }
    .spotlight_image .caption p, .event_detail #branding .caption p {
      margin: 0;
      font-family: "IBM Plex Sans", sans-serif;
      font-size: 0.888889rem;
      font-weight: 400;
      color: #FFF; }

.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 27px 0; }
      @media screen and (max-width: 767px) {
        .content img[align=left], .content img.left {
          display: block;
          float: none;
          margin: 0 auto 20px; } }
    .content img[align=right], .content img.right {
      float: right;
      margin: 0 0 27px 20px; }
      @media screen and (max-width: 767px) {
        .content img[align=right], .content img.right {
          display: block;
          float: none;
          margin: 0 auto 20px; } }

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

#textarea_1028 iframe {
  height: 700px; }
  @media screen and (max-width: 767px) {
    #textarea_1028 iframe {
      height: 900px; } }

/* ----------------------------------------------------------------------------
= Spotlight list style
----------------------------------------------------------------------------- */
.spotlight, .concierge, .news_list, .contest_list, .job_list, .seating_charts, .offer_list {
  clear: both;
  margin-top: 38px;
  margin-bottom: 38px; }
  .spotlight .entry, .concierge .entry, .news_list .entry, .contest_list .entry, .job_list .entry, .seating_charts .entry, .offer_list .entry {
    zoom: 1;
    margin-bottom: 38px;
    padding-bottom: 30px;
    border-bottom: 3px solid #DDD; }
    .spotlight .entry:before, .spotlight .entry:after, .concierge .entry:before, .concierge .entry:after, .news_list .entry:before, .news_list .entry:after, .contest_list .entry:before, .contest_list .entry:after, .job_list .entry:before, .job_list .entry:after, .seating_charts .entry:before, .seating_charts .entry:after, .offer_list .entry:before, .offer_list .entry:after {
      content: "\0020";
      display: block;
      visibility: hidden;
      height: 0; }
    .spotlight .entry:after, .concierge .entry:after, .news_list .entry:after, .contest_list .entry:after, .job_list .entry:after, .seating_charts .entry:after, .offer_list .entry:after {
      clear: both; }
    .spotlight .entry:last-child, .concierge .entry:last-child, .news_list .entry:last-child, .contest_list .entry:last-child, .job_list .entry:last-child, .seating_charts .entry:last-child, .offer_list .entry:last-child {
      margin-bottom: 0; }
  .spotlight .thumb, .concierge .thumb, .news_list .thumb, .contest_list .thumb, .job_list .thumb, .seating_charts .thumb, .offer_list .thumb {
    float: left;
    width: 280px;
    min-width: 150px;
    margin: 0 20px 0 0;
    background-image: linear-gradient(-135deg, #233D8C 0%, #3159CC 100%);
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      .spotlight .thumb, .concierge .thumb, .news_list .thumb, .contest_list .thumb, .job_list .thumb, .seating_charts .thumb, .offer_list .thumb {
        float: none;
        max-width: 100%;
        margin: 0 auto 20px; } }
    .spotlight .thumb a, .concierge .thumb a, .news_list .thumb a, .contest_list .thumb a, .job_list .thumb a, .seating_charts .thumb a, .offer_list .thumb a {
      display: block;
      opacity: 1; }
      .spotlight .thumb a:hover, .concierge .thumb a:hover, .news_list .thumb a:hover, .contest_list .thumb a:hover, .job_list .thumb a:hover, .seating_charts .thumb a:hover, .offer_list .thumb a:hover {
        opacity: 0.8; }
    .spotlight .thumb img, .concierge .thumb img, .news_list .thumb img, .contest_list .thumb img, .job_list .thumb img, .seating_charts .thumb img, .offer_list .thumb img {
      display: block;
      overflow: hidden;
      width: 100%;
      border-radius: 8px; }
  .spotlight .info, .concierge .info, .news_list .info, .contest_list .info, .job_list .info, .seating_charts .info, .offer_list .info {
    display: block;
    float: left;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .spotlight .info, .concierge .info, .news_list .info, .contest_list .info, .job_list .info, .seating_charts .info, .offer_list .info {
        float: none;
        margin: 0 auto 20px;
        text-align: center; }
        .spotlight .info li, .concierge .info li, .news_list .info li, .contest_list .info li, .job_list .info li, .seating_charts .info li, .offer_list .info li {
          text-align: left; } }
  .spotlight .thumb + .info, .concierge .thumb + .info, .news_list .thumb + .info, .contest_list .thumb + .info, .job_list .thumb + .info, .seating_charts .thumb + .info, .offer_list .thumb + .info {
    width: calc(100% - (280px + 20px)); }
    @media screen and (max-width: 767px) {
      .spotlight .thumb + .info, .concierge .thumb + .info, .news_list .thumb + .info, .contest_list .thumb + .info, .job_list .thumb + .info, .seating_charts .thumb + .info, .offer_list .thumb + .info {
        width: 100%; } }
  .spotlight h3.title, .concierge h3.title, .news_list h3.title, .contest_list h3.title, .job_list h3.title, .seating_charts h3.title, .offer_list h3.title {
    margin-bottom: 9px; }
    .spotlight h3.title a, .concierge h3.title a, .news_list h3.title a, .contest_list h3.title a, .job_list h3.title a, .seating_charts h3.title a, .offer_list h3.title a {
      color: #28312E; }
      .spotlight h3.title a:hover, .concierge h3.title a:hover, .news_list h3.title a:hover, .contest_list h3.title a:hover, .job_list h3.title a:hover, .seating_charts h3.title a:hover, .offer_list h3.title a:hover {
        color: #2D4A9F; }
  @media screen and (max-width: 767px) {
    .spotlight .buttons, .spotlight .links, .concierge .buttons, .concierge .links, .news_list .buttons, .news_list .links, .contest_list .buttons, .contest_list .links, .job_list .buttons, .job_list .links, .seating_charts .buttons, .seating_charts .links, .offer_list .buttons, .offer_list .links {
      float: none;
      margin: 0 auto 20px;
      text-align: center; }
      .spotlight .buttons a, .spotlight .links a, .concierge .buttons a, .concierge .links a, .news_list .buttons a, .news_list .links a, .contest_list .buttons a, .contest_list .links a, .job_list .buttons a, .job_list .links a, .seating_charts .buttons a, .seating_charts .links a, .offer_list .buttons a, .offer_list .links a {
        margin: 0 10px; } }
  .spotlight .buttons a, .spotlight .links a, .concierge .buttons a, .concierge .links a, .news_list .buttons a, .news_list .links a, .contest_list .buttons a, .contest_list .links a, .job_list .buttons a, .job_list .links a, .seating_charts .buttons a, .seating_charts .links a, .offer_list .buttons a, .offer_list .links a {
    margin: 0 20px 0 0; }
  .spotlight[data-layout="square"], .concierge[data-layout="square"], .news_list[data-layout="square"], .contest_list[data-layout="square"], .job_list[data-layout="square"], .seating_charts[data-layout="square"], .offer_list[data-layout="square"] {
    zoom: 1;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    border-top: none; }
    .spotlight[data-layout="square"]:before, .spotlight[data-layout="square"]:after, .concierge[data-layout="square"]:before, .concierge[data-layout="square"]:after, .news_list[data-layout="square"]:before, .news_list[data-layout="square"]:after, .contest_list[data-layout="square"]:before, .contest_list[data-layout="square"]:after, .job_list[data-layout="square"]:before, .job_list[data-layout="square"]:after, .seating_charts[data-layout="square"]:before, .seating_charts[data-layout="square"]:after, .offer_list[data-layout="square"]:before, .offer_list[data-layout="square"]:after {
      content: "\0020";
      display: block;
      visibility: hidden;
      height: 0; }
    .spotlight[data-layout="square"]:after, .concierge[data-layout="square"]:after, .news_list[data-layout="square"]:after, .contest_list[data-layout="square"]:after, .job_list[data-layout="square"]:after, .seating_charts[data-layout="square"]:after, .offer_list[data-layout="square"]:after {
      clear: both; }
    .spotlight[data-layout="square"]:last-child, .concierge[data-layout="square"]:last-child, .news_list[data-layout="square"]:last-child, .contest_list[data-layout="square"]:last-child, .job_list[data-layout="square"]:last-child, .seating_charts[data-layout="square"]:last-child, .offer_list[data-layout="square"]:last-child {
      margin-bottom: 40px; }
    .spotlight[data-layout="square"] .entry, .concierge[data-layout="square"] .entry, .news_list[data-layout="square"] .entry, .contest_list[data-layout="square"] .entry, .job_list[data-layout="square"] .entry, .seating_charts[data-layout="square"] .entry, .offer_list[data-layout="square"] .entry {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      float: left;
      width: 100%;
      margin: 0 0 20px;
      padding: 0;
      border: none; }
      @media screen and (min-width: 501px) {
        .spotlight[data-layout="square"] .entry, .concierge[data-layout="square"] .entry, .news_list[data-layout="square"] .entry, .contest_list[data-layout="square"] .entry, .job_list[data-layout="square"] .entry, .seating_charts[data-layout="square"] .entry, .offer_list[data-layout="square"] .entry {
          width: calc(50% - 40px);
          margin: 0 20px 20px; }
          .spotlight[data-layout="square"] .entry:nth-child(odd), .concierge[data-layout="square"] .entry:nth-child(odd), .news_list[data-layout="square"] .entry:nth-child(odd), .contest_list[data-layout="square"] .entry:nth-child(odd), .job_list[data-layout="square"] .entry:nth-child(odd), .seating_charts[data-layout="square"] .entry:nth-child(odd), .offer_list[data-layout="square"] .entry:nth-child(odd) {
            clear: left; } }
      @media screen and (min-width: 1024px) {
        .spotlight[data-layout="square"] .entry, .concierge[data-layout="square"] .entry, .news_list[data-layout="square"] .entry, .contest_list[data-layout="square"] .entry, .job_list[data-layout="square"] .entry, .seating_charts[data-layout="square"] .entry, .offer_list[data-layout="square"] .entry {
          width: calc(33.3333333% - 40px); }
          .spotlight[data-layout="square"] .entry:nth-child(odd), .concierge[data-layout="square"] .entry:nth-child(odd), .news_list[data-layout="square"] .entry:nth-child(odd), .contest_list[data-layout="square"] .entry:nth-child(odd), .job_list[data-layout="square"] .entry:nth-child(odd), .seating_charts[data-layout="square"] .entry:nth-child(odd), .offer_list[data-layout="square"] .entry:nth-child(odd) {
            clear: none; }
          .spotlight[data-layout="square"] .entry:nth-child(4n+1), .concierge[data-layout="square"] .entry:nth-child(4n+1), .news_list[data-layout="square"] .entry:nth-child(4n+1), .contest_list[data-layout="square"] .entry:nth-child(4n+1), .job_list[data-layout="square"] .entry:nth-child(4n+1), .seating_charts[data-layout="square"] .entry:nth-child(4n+1), .offer_list[data-layout="square"] .entry:nth-child(4n+1) {
            clear: left; } }
      .spotlight[data-layout="square"] .entry .thumb, .concierge[data-layout="square"] .entry .thumb, .news_list[data-layout="square"] .entry .thumb, .contest_list[data-layout="square"] .entry .thumb, .job_list[data-layout="square"] .entry .thumb, .seating_charts[data-layout="square"] .entry .thumb, .offer_list[data-layout="square"] .entry .thumb {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; }
        .spotlight[data-layout="square"] .entry .thumb:after, .concierge[data-layout="square"] .entry .thumb:after, .news_list[data-layout="square"] .entry .thumb:after, .contest_list[data-layout="square"] .entry .thumb:after, .job_list[data-layout="square"] .entry .thumb:after, .seating_charts[data-layout="square"] .entry .thumb:after, .offer_list[data-layout="square"] .entry .thumb:after {
          display: none; }
      .spotlight[data-layout="square"] .entry .info, .concierge[data-layout="square"] .entry .info, .news_list[data-layout="square"] .entry .info, .contest_list[data-layout="square"] .entry .info, .job_list[data-layout="square"] .entry .info, .seating_charts[data-layout="square"] .entry .info, .offer_list[data-layout="square"] .entry .info {
        position: relative;
        width: 100%;
        padding: 0;
        padding-bottom: 64px;
        text-align: left;
        border-bottom: 3px solid #DDD;
        -webkit-box-flex: 1;
                flex-grow: 1; }
        .spotlight[data-layout="square"] .entry .info *:not(.button), .concierge[data-layout="square"] .entry .info *:not(.button), .news_list[data-layout="square"] .entry .info *:not(.button), .contest_list[data-layout="square"] .entry .info *:not(.button), .job_list[data-layout="square"] .entry .info *:not(.button), .seating_charts[data-layout="square"] .entry .info *:not(.button), .offer_list[data-layout="square"] .entry .info *:not(.button) {
          width: 100%; }
        .spotlight[data-layout="square"] .entry .info .button, .concierge[data-layout="square"] .entry .info .button, .news_list[data-layout="square"] .entry .info .button, .contest_list[data-layout="square"] .entry .info .button, .job_list[data-layout="square"] .entry .info .button, .seating_charts[data-layout="square"] .entry .info .button, .offer_list[data-layout="square"] .entry .info .button {
          position: absolute;
          bottom: 26px;
          left: 0; }
      .spotlight[data-layout="square"] .entry .title:before, .concierge[data-layout="square"] .entry .title:before, .news_list[data-layout="square"] .entry .title:before, .contest_list[data-layout="square"] .entry .title:before, .job_list[data-layout="square"] .entry .title:before, .seating_charts[data-layout="square"] .entry .title:before, .offer_list[data-layout="square"] .entry .title:before {
        display: none; }

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

@media screen and (min-width: 768px) {
  .seating_charts .entry {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
    .seating_charts .entry .info {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-pack: justify;
              justify-content: space-between; } }

/*
.manage-account {
    .spotlight[data-layout="square"]  {
        padding-top: 30px;
        margin-bottom: -20px;
        .entry {
            width: calc(25% - 40px);
            .info {
                border-bottom:0;
                padding-bottom:0;
                & > .button {
                    display:none;
                }
                &:first-child {
                    .spotlight_content {
                        .button {
                            position:absolute;
                            bottom: auto;
                            top: 50%;
                            left: 50%;
                            transform: translate(-50%, -50%);
                        }
                    }
                }
            }
        }
    }
}
*/
/* ----------------------------------------------------------------------------
= Showtime Homepage Overlay
----------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  #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% "IBM Plex Sans", sans-serif;
  line-height: 25px;
  cursor: pointer;
  text-align: center; }
  .dontshow-overlay:hover {
    color: #fff;
    background: #28312E; }

/* ----------------------------------------------------------------------------
= Homepage items and layout
----------------------------------------------------------------------------- */
.full-homepage {
  width: 100%;
  display: block;
  overflow: hidden; }

.home #content {
  width: 100%;
  max-width: 100%; }

.home-slideshow {
  width: 1220px;
  max-width: 100vw !important;
  max-height: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  .home-slideshow.arrow-right-hover .rsSlide.rsActiveSlide + .rsSlide:after {
    content: "";
    opacity: 0.9; }
  .home-slideshow.arrow-left-hover .rsSlide:not(.rsActiveSlide):after {
    content: "";
    opacity: 0.9 !important; }
  .home-slideshow.arrow-left-hover .rsActiveSlide + .rsSlide:after {
    content: "";
    opacity: 0.6 !important; }
  .home-slideshow .rsDefault .rsOverflow {
    overflow: visible;
    height: 0 !important;
    padding-bottom: 51.25%;
    box-shadow: none; }
    @media screen and (max-width: 1023px) {
      .home-slideshow .rsDefault .rsOverflow .rsBullets {
        display: block; } }
    .home-slideshow .rsDefault .rsOverflow .rsContainer {
      position: absolute; }
  .home-slideshow .rsDefault .rsGCaption {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    left: 50%;
    float: left;
    width: 100%;
    max-width: calc(100vw - 40px);
    height: 170px;
    margin-top: 48px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (max-width: 1023px) {
      .home-slideshow .rsDefault .rsGCaption {
        margin-top: 35px; } }
    @media screen and (max-width: 767px) {
      .home-slideshow .rsDefault .rsGCaption {
        height: auto;
        padding: 0;
        background: transparent;
        margin-top: 30px; } }
    .home-slideshow .rsDefault .rsGCaption:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 10.5px;
      width: 100%;
      background: #ddd;
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    .home-slideshow .rsDefault .rsGCaption .desc {
      height: 160px; }
      @media screen and (max-width: 767px) {
        .home-slideshow .rsDefault .rsGCaption .desc {
          height: auto; } }
    .home-slideshow .rsDefault .rsGCaption .date, .home-slideshow .rsDefault .rsGCaption .title, .home-slideshow .rsDefault .rsGCaption .caption_body {
      width: calc(100% - 220px); }
      @media screen and (max-width: 767px) {
        .home-slideshow .rsDefault .rsGCaption .date, .home-slideshow .rsDefault .rsGCaption .title, .home-slideshow .rsDefault .rsGCaption .caption_body {
          width: 100%; } }
    .home-slideshow .rsDefault .rsGCaption .date {
      margin-bottom: 5px;
      font-family: "Titillium Web", sans-serif;
      font-size: 16px;
      font-weight: 600;
      line-height: 27px;
      color: #28312E; }
      @media screen and (max-width: 767px) {
        .home-slideshow .rsDefault .rsGCaption .date {
          font-size: 14px;
          line-height: 27px; } }
      .home-slideshow .rsDefault .rsGCaption .date.is-tba .m-date__hour {
        display: none; }
    .home-slideshow .rsDefault .rsGCaption .venue {
      -webkit-transform: rotate(-360deg);
              transform: rotate(-360deg);
      font-family: "Titillium Web", sans-serif;
      font-weight: 600;
      font-size: 16px;
      color: #6B6B6B;
      letter-spacing: 0rem;
      line-height: 27px;
      margin-left: 8px; }
      @media screen and (max-width: 767px) {
        .home-slideshow .rsDefault .rsGCaption .venue {
          margin-left: 0; } }
    .home-slideshow .rsDefault .rsGCaption .title {
      margin-bottom: 7px; }
      @media screen and (max-width: 767px) {
        .home-slideshow .rsDefault .rsGCaption .title {
          margin-bottom: -2px; } }
      .home-slideshow .rsDefault .rsGCaption .title.add-padding {
        padding-bottom: 30px;
        color: #28312E; }
    .home-slideshow .rsDefault .rsGCaption .title, .home-slideshow .rsDefault .rsGCaption .title a {
      display: block;
      overflow: hidden;
      font-family: "Titillium Web", sans-serif;
      font-size: 57px;
      font-weight: 600;
      line-height: 54px;
      white-space: nowrap;
      text-overflow: ellipsis; }
      @media screen and (max-width: 767px) {
        .home-slideshow .rsDefault .rsGCaption .title, .home-slideshow .rsDefault .rsGCaption .title a {
          font-size: 32px;
          line-height: 32px; } }
      .home-slideshow .rsDefault .rsGCaption .title:not(:hover), .home-slideshow .rsDefault .rsGCaption .title a:not(:hover) {
        color: #28312E; }
    .home-slideshow .rsDefault .rsGCaption .title a {
      padding-bottom: 8px; }
      @media screen and (max-width: 767px) {
        .home-slideshow .rsDefault .rsGCaption .title a {
          padding-bottom: 5px; } }
    .home-slideshow .rsDefault .rsGCaption .caption_body {
      font-family: "IBM Plex Sans", sans-serif;
      font-size: 29px;
      font-weight: 300;
      line-height: 30px;
      color: #28312E; }
      @media screen and (max-width: 767px) {
        .home-slideshow .rsDefault .rsGCaption .caption_body {
          font-size: 23px; } }
    .home-slideshow .rsDefault .rsGCaption .buttons {
      display: -webkit-box;
      display: flex;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
              align-items: flex-end;
      width: 195px;
      padding: 8px 0 42px 0; }
      @media screen and (max-width: 767px) {
        .home-slideshow .rsDefault .rsGCaption .buttons {
          position: relative;
          width: 100%;
          padding-top: 12px;
          padding-bottom: 20px; } }
      .home-slideshow .rsDefault .rsGCaption .buttons a, .home-slideshow .rsDefault .rsGCaption .buttons span {
        position: relative;
        width: 195px;
        padding: 11.5px 0;
        font-size: 18px;
        font-weight: 700;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .home-slideshow .rsDefault .rsGCaption .buttons a, .home-slideshow .rsDefault .rsGCaption .buttons span {
            width: 100% !important; } }
        .home-slideshow .rsDefault .rsGCaption .buttons a svg, .home-slideshow .rsDefault .rsGCaption .buttons span svg {
          display: none; }
        .home-slideshow .rsDefault .rsGCaption .buttons a.tickets, .home-slideshow .rsDefault .rsGCaption .buttons span.tickets {
          padding-right: 27px; }
          .home-slideshow .rsDefault .rsGCaption .buttons a.tickets:hover:after, .home-slideshow .rsDefault .rsGCaption .buttons span.tickets:hover:after {
            opacity: 1; }
          .home-slideshow .rsDefault .rsGCaption .buttons a.tickets:after, .home-slideshow .rsDefault .rsGCaption .buttons span.tickets:after {
            content: "";
            display: inline-block;
            position: absolute;
            top: 50%;
            width: 27px;
            height: 22px;
            margin-left: 10px;
            background: url(../images/svg/tickets.svg);
            opacity: 0.4;
            -webkit-transition: 250ms;
            transition: 250ms;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
        .home-slideshow .rsDefault .rsGCaption .buttons a.more:hover:before, .home-slideshow .rsDefault .rsGCaption .buttons span.more:hover:before {
          opacity: 0; }
        .home-slideshow .rsDefault .rsGCaption .buttons a.more:hover:after, .home-slideshow .rsDefault .rsGCaption .buttons span.more:hover:after {
          opacity: 1; }
        .home-slideshow .rsDefault .rsGCaption .buttons a.more:after, .home-slideshow .rsDefault .rsGCaption .buttons a.more:before, .home-slideshow .rsDefault .rsGCaption .buttons span.more:after, .home-slideshow .rsDefault .rsGCaption .buttons span.more:before {
          content: "";
          display: -webkit-box;
          display: flex;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-box-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
                  align-items: center;
          width: 36px;
          height: 36px;
          margin-left: 10px;
          background: transparent url(../images/svg/more_info_blue.svg);
          background-repeat: no-repeat;
          background-position: center;
          opacity: 1;
          border: 3px solid rgba(45, 74, 159, 0.4);
          border-radius: 100px;
          -webkit-transition: 250ms;
          transition: 250ms;
          -webkit-transform: translateX(-95px) translateY(-50%);
                  transform: translateX(-95px) translateY(-50%); }
        .home-slideshow .rsDefault .rsGCaption .buttons a.more:after, .home-slideshow .rsDefault .rsGCaption .buttons span.more:after {
          background: #3A60D0 url(../images/svg/more_info_white.svg);
          background-repeat: no-repeat;
          background-position: center;
          opacity: 0;
          border: 3px solid #3A60D0; }
        .home-slideshow .rsDefault .rsGCaption .buttons a:first-child:not(:last-child), .home-slideshow .rsDefault .rsGCaption .buttons span:first-child:not(:last-child) {
          z-index: 10;
          background: transparent;
          font-family: "Titillium Web", sans-serif;
          color: #FFF;
          border-radius: 100px;
          -webkit-transition: 250ms;
          transition: 250ms; }
          .home-slideshow .rsDefault .rsGCaption .buttons a:first-child:not(:last-child):hover, .home-slideshow .rsDefault .rsGCaption .buttons span:first-child:not(:last-child):hover {
            background: #3A60D0; }
            .home-slideshow .rsDefault .rsGCaption .buttons a:first-child:not(:last-child):hover:before, .home-slideshow .rsDefault .rsGCaption .buttons span:first-child:not(:last-child):hover:before {
              opacity: 0; }
          .home-slideshow .rsDefault .rsGCaption .buttons a:first-child:not(:last-child):before, .home-slideshow .rsDefault .rsGCaption .buttons span:first-child:not(:last-child):before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            width: 100%;
            height: 100%;
            background-image: linear-gradient(134deg, #213778 0%, #3253B3 100%);
            opacity: 1;
            border-radius: 100px;
            -webkit-transition: 250ms;
            transition: 250ms; }
        .home-slideshow .rsDefault .rsGCaption .buttons a + a, .home-slideshow .rsDefault .rsGCaption .buttons a.more, .home-slideshow .rsDefault .rsGCaption .buttons span + a, .home-slideshow .rsDefault .rsGCaption .buttons span.more {
          width: 145px;
          margin-top: 5px;
          font-family: "Titillium Web", sans-serif;
          line-height: 27px;
          color: #28312E; }
          .home-slideshow .rsDefault .rsGCaption .buttons a + a:hover, .home-slideshow .rsDefault .rsGCaption .buttons a.more:hover, .home-slideshow .rsDefault .rsGCaption .buttons span + a:hover, .home-slideshow .rsDefault .rsGCaption .buttons span.more:hover {
            color: #3A60D0; }
  .home-slideshow .rsDefault .rsSlide {
    height: 100%;
    background: #00279A;
    -webkit-transition: -webkit-transform 250ms;
    transition: -webkit-transform 250ms;
    transition: transform 250ms;
    transition: transform 250ms, -webkit-transform 250ms;
    -webkit-filter: none;
            filter: none; }
    .home-slideshow .rsDefault .rsSlide img {
      width: 100%;
      height: 100%;
      opacity: 0.5;
      -webkit-transition: 250ms;
      transition: 250ms;
      -webkit-filter: saturate(0);
              filter: saturate(0);
      -o-object-fit: cover;
         object-fit: cover; }
    .home-slideshow .rsDefault .rsSlide:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #000), to(rgba(0, 0, 0, 0)));
      background-image: linear-gradient(0deg, #000 30%, rgba(0, 0, 0, 0) 100%);
      opacity: 0.6;
      -webkit-transition: 250ms;
      transition: 250ms; }
    .home-slideshow .rsDefault .rsSlide:not(.rsActiveSlide) {
      box-shadow: none;
      pointer-events: none;
      -webkit-filter: brightness(1.2) contrast(1.1);
              filter: brightness(1.2) contrast(1.1); }
    .home-slideshow .rsDefault .rsSlide.rsActiveSlide {
      z-index: 99;
      -webkit-transition: 250ms 500ms;
      transition: 250ms 500ms;
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
      box-shadow: 0 28px 23px -20px rgba(0, 0, 0, 0.4); }
      .home-slideshow .rsDefault .rsSlide.rsActiveSlide img {
        opacity: 1;
        -webkit-transition: 250ms 500ms;
        transition: 250ms 500ms;
        -webkit-filter: saturate(1);
                filter: saturate(1); }
      .home-slideshow .rsDefault .rsSlide.rsActiveSlide:after {
        opacity: 0 !important;
        -webkit-transition: 250ms 500ms;
        transition: 250ms 500ms; }
    .home-slideshow .rsDefault .rsSlide .rsContent > div {
      height: 100%; }
  .home-slideshow .rsDefault .rsArrow {
    display: block;
    position: absolute;
    top: 0 !important;
    visibility: visible !important;
    width: calc(50vw - 600px);
    height: 100% !important;
    margin: 0;
    opacity: 1; }
    @media screen and (max-width: 1600px) {
      .home-slideshow .rsDefault .rsArrow {
        width: auto; } }
    .home-slideshow .rsDefault .rsArrow:before {
      display: none; }
    .home-slideshow .rsDefault .rsArrow .text {
      position: absolute;
      bottom: 25px;
      max-width: calc(100% - 120px);
      font-family: "IBM Plex Sans", sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 22px;
      letter-spacing: 0rem;
      text-transform: none;
      color: rgba(255, 255, 255, 0.7);
      white-space: normal; }
      @media screen and (max-width: 1600px) {
        .home-slideshow .rsDefault .rsArrow .text {
          display: none; } }
    .home-slideshow .rsDefault .rsArrow:after {
      display: none; }
    .home-slideshow .rsDefault .rsArrow:hover .rsArrowIcn {
      opacity: 1 !important; }
    .home-slideshow .rsDefault .rsArrow:hover .text {
      color: #FFF; }
    .home-slideshow .rsDefault .rsArrow.rsArrowLeft {
      right: 100%;
      left: auto; }
      @media screen and (max-width: 1600px) {
        .home-slideshow .rsDefault .rsArrow.rsArrowLeft {
          right: auto;
          left: 0; } }
      .home-slideshow .rsDefault .rsArrow.rsArrowLeft .text {
        right: 67px; }
      .home-slideshow .rsDefault .rsArrow.rsArrowLeft .rsArrowIcn {
        right: 100px;
        left: auto;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media screen and (max-width: 1600px) {
          .home-slideshow .rsDefault .rsArrow.rsArrowLeft .rsArrowIcn {
            right: auto;
            left: 20px; } }
    .home-slideshow .rsDefault .rsArrow.rsArrowRight {
      right: auto;
      left: 100%; }
      @media screen and (max-width: 1600px) {
        .home-slideshow .rsDefault .rsArrow.rsArrowRight {
          right: 0;
          left: auto; } }
      .home-slideshow .rsDefault .rsArrow.rsArrowRight .text {
        left: 67px; }
      .home-slideshow .rsDefault .rsArrow.rsArrowRight .rsArrowIcn {
        right: auto;
        left: 100px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media screen and (max-width: 1600px) {
          .home-slideshow .rsDefault .rsArrow.rsArrowRight .rsArrowIcn {
            right: 20px;
            left: auto; } }

.home .event_listing_page {
  width: 1200px;
  max-width: calc(100vw - 40px);
  margin-right: auto;
  margin-left: auto; }
  .home .event_listing_page .event_list_header .overview {
    margin-bottom: 25px; }

@media screen and (max-width: 767px) {
  .mobile-hidden {
    display: none; } }

.mobile-only {
  display: none; }
  @media screen and (max-width: 767px) {
    .mobile-only {
      display: block; } }

.no-tickets-hide {
  display: none !important; }

.link {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px; }
  .link ul.list {
    margin: -5px 0;
    padding: 0; }
    .link ul.list li > a, .link ul.list li > span {
      transition: all 100ms linear;
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      display: inline-block;
      position: relative;
      padding: 14px 0 14px 54px;
      font-family: "Titillium Web", sans-serif;
      font-size: 1rem;
      font-weight: 600;
      word-wrap: break-word;
      color: #231F20;
      /*------------------------------------------------------------
            =Handles all Social Media icons for select social media urls
                -- Twitter | Facebook | Instagram | Pinterest
            ------------------------------------------------------------*/ }
      .link ul.list li > a:after, .link ul.list li > span:after {
        content: "";
        display: block;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        margin-right: 0;
        margin-left: auto;
        background: #2D4A9F;
        -webkit-transition: 250ms;
        transition: 250ms; }
      .link ul.list li > a svg, .link ul.list li > span svg {
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        transition: all 100ms linear;
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        fill: #2D4A9F; }
      .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 {
        transition: all 100ms linear;
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        display: inline-block;
        position: absolute;
        top: 4px;
        left: 0;
        padding: 0;
        background: none;
        font-family: FontAwesome;
        font-size: 25px;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        color: #28312E; }
      .link ul.list li > a[href*="twitter"]:hover:before, .link ul.list li > a[href*="facebook"]:hover:before, .link ul.list li > a[href*="instagram"]:hover:before, .link ul.list li > a[href*="pinterest"]:hover:before, .link ul.list li > span[href*="twitter"]:hover:before, .link ul.list li > span[href*="facebook"]:hover:before, .link ul.list li > span[href*="instagram"]:hover:before, .link ul.list li > span[href*="pinterest"]:hover:before {
        color: #2D4A9F; }
      .link ul.list li > a[href*="twitter"]:before, .link ul.list li > span[href*="twitter"]:before {
        content: "\f099"; }
      .link ul.list li > a[href*="facebook"]:before, .link ul.list li > span[href*="facebook"]:before {
        content: "\f09a"; }
      .link ul.list li > a[href*="instagram"]:before, .link ul.list li > span[href*="instagram"]:before {
        content: "\f16d"; }
      .link ul.list li > a[href*="pinterest"]:before, .link ul.list li > span[href*="pinterest"]:before {
        content: "\f0d2"; }
    .link ul.list li > span .link_icon {
      display: none; }
    .link ul.list li > a {
      cursor: pointer; }
      .link ul.list li > a:hover {
        color: #2D4A9F; }
        .link ul.list li > a:hover:after {
          width: 10px;
          background: #2D4A9F; }
        .link ul.list li > a:hover svg g {
          fill: #3A60D0; }
    .link ul.list .description {
      margin-top: -7px;
      padding-left: 54px; }
      .link ul.list .description p, .link ul.list .description li {
        margin-top: 0; }
      .link ul.list .description p {
        margin-bottom: 20px;
        font-family: "IBM Plex Sans", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #28312E; }

/* ----------------------------------------------------------------------------
= FAQ Accordion
----------------------------------------------------------------------------- */
.textarea + .faq:not(body) {
  margin-top: 30px; }

.faq:not(body) {
  position: relative;
  margin: 54px 33px;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .faq:not(body) {
      margin-right: 0;
      margin-left: 0; } }
  .faq:not(body) .faq_item_wrapper {
    position: relative;
    overflow: hidden;
    z-index: 10;
    margin-bottom: 12px;
    background: #395FCD;
    border: 1px solid transparent;
    border-radius: 8px;
    -webkit-transition: 250ms;
    transition: 250ms; }
    .faq:not(body) .faq_item_wrapper.open {
      background: #FFF;
      border: 1px solid #2D4A9F; }
    .faq:not(body) .faq_item_wrapper:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(-134deg, #213778 0%, #3253B3 100%);
      opacity: 0;
      -webkit-transition: 250ms;
      transition: 250ms; }
    .faq:not(body) .faq_item_wrapper:not(.open):not(:hover):before {
      opacity: 1; }
    .faq:not(body) .faq_item_wrapper:not(.open) dt p {
      color: #FFF; }
  .faq:not(body) dt {
    position: relative;
    overflow: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
    overflow: hidden; }
    .faq:not(body) dt p {
      margin: 0;
      padding: 19px 56px 19px 19px;
      font-family: "IBM Plex Sans", sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 24px;
      text-transform: none; }
    .faq:not(body) dt svg {
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transition: 250ms;
      transition: 250ms;
      -webkit-transform: translateY(-50%) translateZ(0);
              transform: translateY(-50%) translateZ(0); }
      .faq:not(body) dt svg polyline {
        -webkit-transition: 250ms;
        transition: 250ms; }
    .faq:not(body) dt.open svg {
      -webkit-transform: translateY(-50%) translateZ(0) rotate(180deg);
              transform: translateY(-50%) translateZ(0) rotate(180deg); }
      .faq:not(body) dt.open svg polyline {
        stroke: #2D4A9F; }
  .faq:not(body) dd {
    display: none;
    overflow: hidden;
    margin: 0;
    padding: 0 19px; }
    .faq:not(body) dd p {
      font-size: 16px; }
    .faq:not(body) dd h1, .faq:not(body) dd h2, .faq:not(body) dd h3, .faq:not(body) dd h4, .faq:not(body) dd h5, .faq:not(body) dd h6 {
      font-size: 18px;
      font-family: "IBM Plex Sans", sans-serif; }

/* ----------------------------------------------------------------------------
= Seating Charts Page styles - Listing page
----------------------------------------------------------------------------- */
.seating_charts {
  display: -webkit-box;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-around;
  -webkit-box-align: start;
          align-items: flex-start;
  max-width: 880px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .seating_charts {
      width: 100%; } }
  .seating_charts:before, .seating_charts:after {
    display: none; }
  .seating_charts .entry {
    display: -webkit-box;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    overflow: hidden;
    width: 33.33333%;
    width: calc(33.33333% - 20px);
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #DDD !important; }
    @media screen and (max-width: 767px) {
      .seating_charts .entry {
        float: none;
        width: 100%; } }
    .seating_charts .entry .thumb {
      transition: all 100ms linear;
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      overflow: hidden;
      max-width: 100%;
      margin: 0 auto 20px;
      opacity: 1; }
      @media screen and (max-width: 767px) {
        .seating_charts .entry .thumb {
          width: 320px; } }
      .seating_charts .entry .thumb a {
        width: 100%;
        height: 100%; }
      .seating_charts .entry .thumb:hover {
        opacity: 0.8; }
      .seating_charts .entry .thumb img {
        display: block;
        width: auto;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto; }
    .seating_charts .entry .info {
      display: block;
      align-self: flex-end;
      width: 100%;
      text-align: center; }
      .seating_charts .entry .info .title {
        margin-bottom: 20px;
        font-weight: 600; }
        .seating_charts .entry .info .title a {
          font-size: 23px;
          font-size: 1.4375rem;
          transition: all 100ms linear;
          -webkit-transition: all 100ms linear;
          -moz-transition: all 100ms linear;
          -o-transition: all 100ms linear;
          font-weight: 500;
          text-transform: capitalize; }
      .seating_charts .entry .info .links {
        max-width: 200px;
        margin: auto; }
        .seating_charts .entry .info .links .button {
          width: 100%;
          margin: 5px 0; }

/* ----------------------------------------------------------------------------
=Venue Pages
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Map styles
----------------------------------------------------------------------------- */
.map_holder {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 41.667%; }
  @media screen and (max-width: 767px) {
    .map_holder {
      padding-bottom: 75%; } }
  @media screen and (max-width: 500px) {
    .map_holder {
      padding-bottom: 100%; } }
  .map_holder .map {
    position: absolute !important;
    width: 100%;
    height: 100%; }

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

.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;
    font-size: 12px;
    color: #000; }
  .map_window .directions input[type=text] {
    margin: 0 10px 8px 0;
    padding: 8px 5px;
    font-size: 14px;
    color: #28312E; }

.map_control {
  padding-top: 18px;
  padding-bottom: 18px; }
  .map_control label {
    display: none; }
  .map_control button {
    margin-right: 10px;
    padding: 4px 25px;
    background: transparent;
    font-family: "Titillium Web", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0rem;
    color: #28312E;
    border: 2px solid #DDD;
    border-radius: 100px;
    outline: none !important;
    -webkit-transition: 250ms;
    transition: 250ms; }
    .map_control button:hover {
      border: 2px solid #8C8C8C; }
    .map_control button.active {
      background: #2D4A9F;
      color: #FFF;
      border: 2px solid #2D4A9F;
      border-radius: 100px; }
      .map_control button.active:hover {
        background: #3A60D0;
        border: 2px solid #3A60D0; }

[data-options="outlets_map"] {
  margin-bottom: 105px; }
  @media screen and (max-width: 767px) {
    [data-options="outlets_map"] {
      margin-bottom: 60px; } }
  [data-options="outlets_map"] .map_control {
    position: absolute;
    top: 100%;
    left: 33px; }
    @media screen and (max-width: 767px) {
      [data-options="outlets_map"] .map_control {
        left: 0;
        width: 100%;
        background: whitesmoke;
        margin-top: 12px;
        padding: 8px;
        z-index: 999;
        box-shadow: 0px 0px 0px 1px #ddd; }
        [data-options="outlets_map"] .map_control label {
          display: block;
          padding-left: 10px;
          position: relative;
          padding-right: 35px; }
          [data-options="outlets_map"] .map_control label:after {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            right: 10px;
            width: 14px;
            height: 9px;
            background: url(../images/svg/arrow_down_2.svg);
            background-repeat: no-repeat;
            background-position: center;
            -webkit-transition: 250ms;
            transition: 250ms;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
        [data-options="outlets_map"] .map_control .buttons {
          display: none;
          margin-top: 10px;
          border-top: 1px solid #DDD; }
          [data-options="outlets_map"] .map_control .buttons button {
            width: 100%;
            border: none;
            border: none !important;
            background: transparent !important;
            text-align: left;
            padding-left: 10px;
            padding-right: 10px; }
            [data-options="outlets_map"] .map_control .buttons button.active {
              color: #2D4A9F; }
        [data-options="outlets_map"] .map_control.active .buttons {
          display: block; } }
    [data-options="outlets_map"] .map_control .hotels, [data-options="outlets_map"] .map_control .restaurants {
      display: none !important; }

.outlets_list [data-group="0"] {
  display: none !important; }

.outlets_list .list-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 83px;
  padding-right: 20px;
  padding-left: 20px; }
  @media screen and (max-width: 767px) {
    .outlets_list .list-item {
      flex-wrap: wrap;
      padding-top: 10px;
      padding-bottom: 10px;
      height: auto; } }
  .outlets_list .list-item:nth-child(even) {
    background-color: #F9F9F9; }
  .outlets_list .list-item .name {
    width: 33.33333%;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px; }
    @media screen and (max-width: 767px) {
      .outlets_list .list-item .name {
        display: block;
        width: auto;
        position: relative;
        display: block;
        width: auto;
        position: relative; } }
    .outlets_list .list-item .name a:not(:hover) {
      color: #28312E; }
  .outlets_list .list-item .address {
    margin-bottom: 0;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #28312E;
    -webkit-box-flex: 1;
            flex-grow: 1;
    width: calc(66.666666666% - 140px);
    padding-right: 10px; }
    @media screen and (max-width: 767px) {
      .outlets_list .list-item .address {
        display: block;
        width: 100%;
        line-height: 1.4;
        position: relative;
        padding-right: 0; } }
  @media screen and (max-width: 767px) {
    .outlets_list .list-item .link {
      display: none; } }
  .outlets_list .list-item .link a {
    display: block;
    width: 140px;
    padding: 4px 0 5px;
    background: #FFF;
    font-family: "Titillium Web", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #28312E;
    border: 3px solid rgba(45, 74, 159, 0.4);
    border-radius: 100px;
    -webkit-transition: 250ms;
    transition: 250ms; }
    .outlets_list .list-item .link a:hover {
      background: #2D4A9F;
      color: #FFF; }

@media screen and (max-width: 767px) {
  .outlets_info .h2 {
    display: none; } }

.outlets_info hr {
  margin-top: 20px;
  margin-bottom: 20px; }

.outlets_info .table-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px; }
  @media screen and (max-width: 767px) {
    .outlets_info .table-header {
      display: none; } }
  .outlets_info .table-header div {
    font-family: "Titillium Web", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    color: #28312E; }
    .outlets_info .table-header div:first-child {
      width: 33.33333%; }
    .outlets_info .table-header div:last-child {
      -webkit-box-flex: 1;
              flex-grow: 1; }

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

.paging {
  zoom: 1;
  position: relative;
  height: 40px;
  margin: -20px 0;
  padding: 0;
  font: 400 14px/40px "IBM Plex Sans", sans-serif;
  letter-spacing: 0.06em;
  color: #666; }
  .paging:before, .paging:after {
    content: "\0020";
    display: block;
    visibility: hidden;
    height: 0; }
  .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; }
  .paging .pages {
    zoom: 1;
    float: right;
    width: auto;
    margin: 0 -26px 0 0;
    text-align: center; }
    .paging .pages:before, .paging .pages:after {
      content: "\0020";
      display: block;
      visibility: hidden;
      height: 0; }
    .paging .pages:after {
      clear: both; }
    .paging .pages strong, .paging .pages a, .paging .pages a:link, .paging .pages a:visited {
      position: relative;
      float: left;
      width: 25px;
      height: 40px;
      margin: 0;
      padding: 0;
      font: 600 14px/40px "IBM Plex Sans", sans-serif;
      text-decoration: none;
      color: #333; }
      .paging .pages strong:hover, .paging .pages a:hover, .paging .pages a:link:hover, .paging .pages a:visited:hover {
        color: #2D4A9F; }
      .paging .pages strong.last, .paging .pages strong.first, .paging .pages a.last, .paging .pages a.first, .paging .pages a:link.last, .paging .pages a:link.first, .paging .pages a:visited.last, .paging .pages a:visited.first {
        display: none; }
    .paging .pages strong {
      font-weight: 700;
      color: #2D4A9F; }

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

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
.news_listing_page h1 {
  margin-bottom: 50px;
  padding-bottom: 23px;
  border-bottom: 11px solid #DDD; }

.news_listing_page .date {
  display: none; }

/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_detail #branding {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .news_detail #branding {
      margin-top: 20px;
      margin-bottom: 20px; } }
  .news_detail #branding .caption {
    position: absolute;
    top: 0;
    right: 0; }
    .news_detail #branding .caption p {
      margin: 0;
      padding: 11px 16px;
      font-size: 14px;
      font-weight: 300;
      color: #FFF; }
      .news_detail #branding .caption p:after {
        content: "";
        display: block;
        position: absolute;
        visibility: visible;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.3);
        -webkit-filter: blur(1px);
                filter: blur(1px); }

.news_detail .news_heading {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }
  .news_detail .news_heading .news_title {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .news_detail .news_heading .date {
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 28px;
    font-family: "Titillium Web", sans-serif;
    font-size: 0.777778rem;
    font-weight: 600;
    line-height: 0.777778rem;
    letter-spacing: 0rem;
    color: #28312E;
    border-bottom: 11px solid #DDD; }

.news_detail .pdf {
  margin-bottom: 40px; }

.news_detail .news_thumb {
  float: left;
  max-width: 40%;
  margin-top: 7px;
  margin-right: 20px;
  margin-bottom: 8px; }
  @media screen and (max-width: 767px) {
    .news_detail .news_thumb {
      width: 100%;
      max-width: 100%;
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 20px; } }

.news_detail .share {
  display: none; }

.news_detail #branding + .news_info .content_item:not(.slide):not(.map):first-child {
  margin-top: 0;
  padding-top: 0; }

.news_detail .news_title {
  padding-bottom: 0;
  border-bottom: 0; }

.event_list {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
  opacity: 1;
  -webkit-transition: 500ms;
  transition: 500ms; }
  .event_list:not(.is-loaded) {
    opacity: 0; }

.event_listing_page {
  max-width: calc(100vw - 40px);
  margin: auto; }

.breadcrumbs {
  display: none; }

@media screen and (max-width: 1023px) {
  body.home .event_list_toggles {
    display: none; } }

.event_list_header .overview {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .event_list_header .overview {
      margin-top: 25px;
      margin-bottom: 25px; } }

.event_list_header .filter-label {
  width: 100%;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-top: 15px; }

.event_list_header h1, .event_list_header h2 {
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .event_list_header h1, .event_list_header h2 {
      font-size: 36px; } }

.event_list_header .m-eventList__filter {
  display: none; }

.event_list_header .event_list_toggles {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }
  @media screen and (max-width: 980px) {
    .event_list_header .event_list_toggles {
      display: none; } }
  .event_list_header .event_list_toggles .toggle {
    cursor: pointer; }
    .event_list_header .event_list_toggles .toggle span {
      position: absolute;
      opacity: 0; }
    .event_list_header .event_list_toggles .toggle svg {
      opacity: 0.4;
      -webkit-transition: 250ms;
      transition: 250ms; }
    .event_list_header .event_list_toggles .toggle:hover svg, .event_list_header .event_list_toggles .toggle.is-active svg {
      opacity: 1; }
    .event_list_header .event_list_toggles .toggle[data-event-toggle="listing"] {
      margin-left: 10px; }
    .event_list_header .event_list_toggles .toggle.calendar {
      display: none; }
    .event_list_header .event_list_toggles .toggle span {
      margin-right: 10px; }

.eventList__wrapper {
  flex-wrap: wrap;
  width: 1020px;
  max-width: 100%;
  margin: auto; }

.content_item.events .eventItem {
  box-shadow: none !important;
  border: 1px solid #DDD; }

.content_item.events .eventItem, .eventList .eventItem {
  position: relative;
  overflow: hidden;
  padding-bottom: 43px;
  background: #FFF;
  box-shadow: 0 14px 18px -8px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  -webkit-transition: 1s;
  transition: 1s; }
  .content_item.events .eventItem:hover, .eventList .eventItem:hover {
    box-shadow: 0 18px 18px -8px rgba(0, 0, 0, 0.5); }
  .content_item.events .eventItem .thumb a, .eventList .eventItem .thumb a {
    display: block;
    position: relative;
    line-height: 0; }
    .content_item.events .eventItem .thumb a:before, .eventList .eventItem .thumb a:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(-45deg, #4574FF 0%, #3253B3 100%);
      opacity: 0;
      -webkit-transition: 250ms;
      transition: 250ms; }
    .content_item.events .eventItem .thumb a img, .eventList .eventItem .thumb a img {
      -webkit-transition: 250ms;
      transition: 250ms;
      -webkit-filter: none;
              filter: none; }
    .content_item.events .eventItem .thumb a:hover:before, .eventList .eventItem .thumb a:hover:before {
      opacity: 0.5; }
    .content_item.events .eventItem .thumb a:hover img, .eventList .eventItem .thumb a:hover img {
      -webkit-filter: saturate(0);
              filter: saturate(0); }
  .content_item.events .eventItem .thumb img, .eventList .eventItem .thumb img {
    width: 100%; }
  .content_item.events .eventItem .buttons, .eventList .eventItem .buttons {
    display: -webkit-box;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
            align-items: center; }
    @media screen and (max-width: 600px) {
      .content_item.events .eventItem .buttons, .eventList .eventItem .buttons {
        border-bottom: none; } }
    .content_item.events .eventItem .buttons > a, .content_item.events .eventItem .buttons > span, .eventList .eventItem .buttons > a, .eventList .eventItem .buttons > span {
      position: relative;
      margin-top: auto;
      font-size: 15px;
      font-weight: 700;
      line-height: 16px;
      letter-spacing: 0.2px;
      color: #28312E;
      -webkit-transition: 250ms;
      transition: 250ms; }
      .content_item.events .eventItem .buttons > a.more, .content_item.events .eventItem .buttons > span.more, .eventList .eventItem .buttons > a.more, .eventList .eventItem .buttons > span.more {
        margin-top: 0;
        font-family: "Titillium Web", sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 27px; }
        .content_item.events .eventItem .buttons > a.more:only-child, .content_item.events .eventItem .buttons > span.more:only-child, .eventList .eventItem .buttons > a.more:only-child, .eventList .eventItem .buttons > span.more:only-child {
          margin-top: auto; }
        .content_item.events .eventItem .buttons > a.more:hover, .content_item.events .eventItem .buttons > span.more:hover, .eventList .eventItem .buttons > a.more:hover, .eventList .eventItem .buttons > span.more:hover {
          color: #3A60D0; }
          .content_item.events .eventItem .buttons > a.more:hover svg circle, .content_item.events .eventItem .buttons > span.more:hover svg circle, .eventList .eventItem .buttons > a.more:hover svg circle, .eventList .eventItem .buttons > span.more:hover svg circle {
            opacity: 1;
            fill: #3A60D0;
            stroke: #3A60D0; }
          .content_item.events .eventItem .buttons > a.more:hover svg path, .content_item.events .eventItem .buttons > span.more:hover svg path, .eventList .eventItem .buttons > a.more:hover svg path, .eventList .eventItem .buttons > span.more:hover svg path {
            fill: #FFF; }
        .content_item.events .eventItem .buttons > a.more svg path, .content_item.events .eventItem .buttons > a.more svg circle, .content_item.events .eventItem .buttons > span.more svg path, .content_item.events .eventItem .buttons > span.more svg circle, .eventList .eventItem .buttons > a.more svg path, .eventList .eventItem .buttons > a.more svg circle, .eventList .eventItem .buttons > span.more svg path, .eventList .eventItem .buttons > span.more svg circle {
          -webkit-transition: 250ms;
          transition: 250ms; }
        .content_item.events .eventItem .buttons > a.more svg circle, .content_item.events .eventItem .buttons > span.more svg circle, .eventList .eventItem .buttons > a.more svg circle, .eventList .eventItem .buttons > span.more svg circle {
          opacity: 0.4;
          fill: transparent;
          stroke: #2D4A9F; }
        .content_item.events .eventItem .buttons > a.more svg path, .content_item.events .eventItem .buttons > span.more svg path, .eventList .eventItem .buttons > a.more svg path, .eventList .eventItem .buttons > span.more svg path {
          fill: #2D4A9F; }
      .content_item.events .eventItem .buttons > a svg, .content_item.events .eventItem .buttons > span svg, .eventList .eventItem .buttons > a svg, .eventList .eventItem .buttons > span svg {
        display: none; }
  .content_item.events .eventItem .info .date, .eventList .eventItem .info .date {
    font-family: "Titillium Web", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
    color: #28312E; }
    .content_item.events .eventItem .info .date.is-tba .m-date__hour, .eventList .eventItem .info .date.is-tba .m-date__hour {
      display: none; }
    .content_item.events .eventItem .info .date > .time, .eventList .eventItem .info .date > .time {
      display: none; }
      .content_item.events .eventItem .info .date > .time:before, .eventList .eventItem .info .date > .time:before {
        content: " @ "; }
  .content_item.events .eventItem .info .title a, .eventList .eventItem .info .title a {
    font-family: "Titillium Web", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    color: #28312E; }
    .content_item.events .eventItem .info .title a:hover, .eventList .eventItem .info .title a:hover {
      color: #2D4A9F; }
  .content_item.events .eventItem .info .tagline, .eventList .eventItem .info .tagline {
    margin-bottom: 0;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 23px;
    font-weight: 300;
    color: #28312E; }
  .content_item.events .eventItem .meta .time, .eventList .eventItem .meta .time {
    display: none; }

#loadMoreEvents {
  display: -webkit-box;
  display: flex;
  position: relative;
  bottom: 0;
  left: 50%;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 40px;
  padding-right: 30px;
  padding-left: 30px;
  background: transparent;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0rem;
  color: #28312E;
  border: none;
  outline: none;
  -webkit-transition: 250ms;
  transition: 250ms;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  #loadMoreEvents svg {
    margin-left: 12px; }
    #loadMoreEvents svg g {
      -webkit-transition: 250ms;
      transition: 250ms;
      fill: #2D4A9F; }
  #loadMoreEvents:hover {
    color: #2D4A9F; }
    #loadMoreEvents:hover svg g {
      fill: #EA0029; }

.promo_code_item, .venue_item, .page_item {
  position: relative; }
  .promo_code_item .info, .promo_code_item .spotlight_content, .venue_item .info, .venue_item .spotlight_content, .page_item .info, .page_item .spotlight_content {
    width: calc(100% - 160px); }
    @media screen and (max-width: 767px) {
      .promo_code_item .info, .promo_code_item .spotlight_content, .venue_item .info, .venue_item .spotlight_content, .page_item .info, .page_item .spotlight_content {
        width: 100%; } }
  .promo_code_item .button, .venue_item .button, .page_item .button {
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      .promo_code_item .button, .venue_item .button, .page_item .button {
        position: relative;
        top: auto;
        right: auto;
        -webkit-transform: none;
                transform: none; } }

.event_list.event_list_grid:not(.event_list_forceListing) .eventList__wrapper {
  display: -webkit-box;
  display: flex;
  width: calc(100% + 20px);
  max-width: none;
  margin-left: -10px; }

.event_list.event_list_grid:not(.event_list_forceListing) .eventItem {
  width: calc(33.333333% - 20px);
  margin-right: 10px;
  margin-bottom: 30px;
  margin-left: 10px;
  padding-bottom: 0; }
  .event_list.event_list_grid:not(.event_list_forceListing) .eventItem .thumb {
    position: relative;
    z-index: 0;
    margin-bottom: 290px; }
    .event_list.event_list_grid:not(.event_list_forceListing) .eventItem .thumb a {
      display: block;
      line-height: 0; }
  .event_list.event_list_grid:not(.event_list_forceListing) .eventItem .info {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 290px;
    padding: 10px 20px 100px;
    background: #FFF; }
  .event_list.event_list_grid:not(.event_list_forceListing) .eventItem .date {
    margin-bottom: 16px;
    letter-spacing: 0.01px; }
  .event_list.event_list_grid:not(.event_list_forceListing) .eventItem .title {
    display: -webkit-box;
    overflow: hidden;
    max-height: 100px;
    margin-bottom: 9px;
    padding-bottom: 5px;
    text-overflow: ellipsis;
    color: #28312E;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .event_list.event_list_grid:not(.event_list_forceListing) .eventItem .meta .location {
    position: absolute;
    bottom: 75px;
    margin-bottom: 0;
    font-family: "Titillium Web", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.01px;
    color: #6B6B6B; }
  .event_list.event_list_grid:not(.event_list_forceListing) .eventItem .buttons {
    position: absolute;
    top: auto;
    -webkit-box-pack: justify;
            justify-content: space-between;
    z-index: 10;
    width: 100%;
    padding: 15px 20px; }
    .event_list.event_list_grid:not(.event_list_forceListing) .eventItem .buttons:before, .event_list.event_list_grid:not(.event_list_forceListing) .eventItem .buttons:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%; }
    .event_list.event_list_grid:not(.event_list_forceListing) .eventItem .buttons:before {
      background-image: linear-gradient(-45deg, #3A60D0 0%, #2D4BA2 100%); }
    .event_list.event_list_grid:not(.event_list_forceListing) .eventItem .buttons:after {
      background-image: linear-gradient(225deg, #1B2C5E 0%, #2D4BA2 100%);
      opacity: 1;
      -webkit-transition: 1s;
      transition: 1s; }
    .event_list.event_list_grid:not(.event_list_forceListing) .eventItem .buttons:hover:after {
      opacity: 0; }
    .event_list.event_list_grid:not(.event_list_forceListing) .eventItem .buttons > a:not(.more):hover {
      background: #FFF;
      color: #2D4A9F; }
    .event_list.event_list_grid:not(.event_list_forceListing) .eventItem .buttons > a, .event_list.event_list_grid:not(.event_list_forceListing) .eventItem .buttons > span {
      margin-top: initial;
      padding-right: 0;
      padding-left: 0;
      text-align: right;
      color: #FFF;
      -webkit-transition: 250ms;
      transition: 250ms; }
      .event_list.event_list_grid:not(.event_list_forceListing) .eventItem .buttons > a:not(.more), .event_list.event_list_grid:not(.event_list_forceListing) .eventItem .buttons > span:not(.more) {
        padding: 10px 38px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 100px; }
      .event_list.event_list_grid:not(.event_list_forceListing) .eventItem .buttons > a.more, .event_list.event_list_grid:not(.event_list_forceListing) .eventItem .buttons > span.more {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        text-align: left;
        -webkit-box-ordinal-group: 0;
                order: -1; }
        .event_list.event_list_grid:not(.event_list_forceListing) .eventItem .buttons > a.more:hover span, .event_list.event_list_grid:not(.event_list_forceListing) .eventItem .buttons > span.more:hover span {
          margin-left: 0;
          opacity: 1; }
        .event_list.event_list_grid:not(.event_list_forceListing) .eventItem .buttons > a.more:hover svg circle, .event_list.event_list_grid:not(.event_list_forceListing) .eventItem .buttons > span.more:hover svg circle {
          opacity: 1; }
        .event_list.event_list_grid:not(.event_list_forceListing) .eventItem .buttons > a.more span, .event_list.event_list_grid:not(.event_list_forceListing) .eventItem .buttons > span.more span {
          margin-left: -10px;
          opacity: 0;
          -webkit-transition: 250ms;
          transition: 250ms; }
        .event_list.event_list_grid:not(.event_list_forceListing) .eventItem .buttons > a.more svg, .event_list.event_list_grid:not(.event_list_forceListing) .eventItem .buttons > span.more svg {
          display: block;
          margin-right: 10px; }
          .event_list.event_list_grid:not(.event_list_forceListing) .eventItem .buttons > a.more svg circle, .event_list.event_list_grid:not(.event_list_forceListing) .eventItem .buttons > span.more svg circle {
            opacity: 0.4;
            fill: transparent;
            stroke: #FFF; }
          .event_list.event_list_grid:not(.event_list_forceListing) .eventItem .buttons > a.more svg path, .event_list.event_list_grid:not(.event_list_forceListing) .eventItem .buttons > span.more svg path {
            opacity: 1;
            fill: #FFF; }

.event_list.event_list_listing .eventItem, .event_list.eventList__listing .eventItem, .event_list.event_list_forceListing .eventItem, .event_list.m-eventList__small .eventItem, #teams .event_list .eventItem {
  display: -webkit-box;
  display: flex;
  position: relative;
  min-height: 197px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px; }
  @media screen and (max-width: 980px) {
    .event_list.event_list_listing .eventItem, .event_list.eventList__listing .eventItem, .event_list.event_list_forceListing .eventItem, .event_list.m-eventList__small .eventItem, #teams .event_list .eventItem {
      min-height: 159px; } }
  @media screen and (max-width: 767px) {
    .event_list.event_list_listing .eventItem, .event_list.eventList__listing .eventItem, .event_list.event_list_forceListing .eventItem, .event_list.m-eventList__small .eventItem, #teams .event_list .eventItem {
      padding-top: 0; } }
  .event_list.event_list_listing .eventItem .thumb, .event_list.eventList__listing .eventItem .thumb, .event_list.event_list_forceListing .eventItem .thumb, .event_list.m-eventList__small .eventItem .thumb, #teams .event_list .eventItem .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 312px;
    line-height: 0; }
    @media screen and (max-width: 980px) {
      .event_list.event_list_listing .eventItem .thumb, .event_list.eventList__listing .eventItem .thumb, .event_list.event_list_forceListing .eventItem .thumb, .event_list.m-eventList__small .eventItem .thumb, #teams .event_list .eventItem .thumb {
        width: 187px; } }
    @media screen and (max-width: 767px) {
      .event_list.event_list_listing .eventItem .thumb, .event_list.eventList__listing .eventItem .thumb, .event_list.event_list_forceListing .eventItem .thumb, .event_list.m-eventList__small .eventItem .thumb, #teams .event_list .eventItem .thumb {
        z-index: 10;
        width: 106px; } }
  .event_list.event_list_listing .eventItem .info, .event_list.eventList__listing .eventItem .info, .event_list.event_list_forceListing .eventItem .info, .event_list.m-eventList__small .eventItem .info, #teams .event_list .eventItem .info {
    position: relative;
    width: calc(100% - 332px);
    margin-left: 332px;
    padding-right: 175px;
    padding-bottom: 49px; }
    @media screen and (max-width: 980px) {
      .event_list.event_list_listing .eventItem .info, .event_list.eventList__listing .eventItem .info, .event_list.event_list_forceListing .eventItem .info, .event_list.m-eventList__small .eventItem .info, #teams .event_list .eventItem .info {
        width: calc(100% - 207px);
        margin-left: 207px;
        padding-right: 175px; } }
    @media screen and (max-width: 767px) {
      .event_list.event_list_listing .eventItem .info, .event_list.eventList__listing .eventItem .info, .event_list.event_list_forceListing .eventItem .info, .event_list.m-eventList__small .eventItem .info, #teams .event_list .eventItem .info {
        width: 100%;
        margin-bottom: 45px;
        margin-left: 0;
        padding-top: 82px;
        padding-right: 10px;
        padding-bottom: 20px;
        padding-left: 10px; } }
    .event_list.event_list_listing .eventItem .info .date, .event_list.eventList__listing .eventItem .info .date, .event_list.event_list_forceListing .eventItem .info .date, .event_list.m-eventList__small .eventItem .info .date, #teams .event_list .eventItem .info .date {
      margin-bottom: 7px; }
      @media screen and (max-width: 767px) {
        .event_list.event_list_listing .eventItem .info .date, .event_list.eventList__listing .eventItem .info .date, .event_list.event_list_forceListing .eventItem .info .date, .event_list.m-eventList__small .eventItem .info .date, #teams .event_list .eventItem .info .date {
          position: absolute;
          top: 2px;
          left: 116px; } }
  .event_list.event_list_listing .eventItem .title, .event_list.eventList__listing .eventItem .title, .event_list.event_list_forceListing .eventItem .title, .event_list.m-eventList__small .eventItem .title, #teams .event_list .eventItem .title {
    margin-bottom: 3px; }
  .event_list.event_list_listing .eventItem .meta .location, .event_list.eventList__listing .eventItem .meta .location, .event_list.event_list_forceListing .eventItem .meta .location, .event_list.m-eventList__small .eventItem .meta .location, #teams .event_list .eventItem .meta .location {
    position: absolute;
    bottom: 0;
    width: calc(100% - 170px);
    margin: 0;
    padding-top: 7px;
    font-family: "Titillium Web", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.01px;
    color: #6B6B6B;
    border-top: 3px solid #DDD; }
    @media screen and (max-width: 980px) {
      .event_list.event_list_listing .eventItem .meta .location, .event_list.eventList__listing .eventItem .meta .location, .event_list.event_list_forceListing .eventItem .meta .location, .event_list.m-eventList__small .eventItem .meta .location, #teams .event_list .eventItem .meta .location {
        padding-top: 0;
        border-color: transparent; }
        .event_list.event_list_listing .eventItem .meta .location span, .event_list.eventList__listing .eventItem .meta .location span, .event_list.event_list_forceListing .eventItem .meta .location span, .event_list.m-eventList__small .eventItem .meta .location span, #teams .event_list .eventItem .meta .location span {
          position: relative;
          z-index: 10;
          padding-right: 15px;
          background: #FFF; }
        .event_list.event_list_listing .eventItem .meta .location:before, .event_list.eventList__listing .eventItem .meta .location:before, .event_list.event_list_forceListing .eventItem .meta .location:before, .event_list.m-eventList__small .eventItem .meta .location:before, #teams .event_list .eventItem .meta .location:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          z-index: 0;
          width: 100%;
          height: 3px;
          background: #DDD;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); } }
    @media screen and (max-width: 767px) {
      .event_list.event_list_listing .eventItem .meta .location, .event_list.eventList__listing .eventItem .meta .location, .event_list.event_list_forceListing .eventItem .meta .location, .event_list.m-eventList__small .eventItem .meta .location, #teams .event_list .eventItem .meta .location {
        position: absolute;
        top: 22px;
        bottom: auto;
        left: 116px;
        line-height: 1.5; }
        .event_list.event_list_listing .eventItem .meta .location:before, .event_list.eventList__listing .eventItem .meta .location:before, .event_list.event_list_forceListing .eventItem .meta .location:before, .event_list.m-eventList__small .eventItem .meta .location:before, #teams .event_list .eventItem .meta .location:before {
          display: none; } }
    @media screen and (max-width: 500px) {
      .event_list.event_list_listing .eventItem .meta .location, .event_list.eventList__listing .eventItem .meta .location, .event_list.event_list_forceListing .eventItem .meta .location, .event_list.m-eventList__small .eventItem .meta .location, #teams .event_list .eventItem .meta .location {
        display: -webkit-box;
        overflow: hidden;
        width: calc(100% - 125px);
        max-height: 45px;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; } }
  .event_list.event_list_listing .eventItem .buttons, .event_list.eventList__listing .eventItem .buttons, .event_list.event_list_forceListing .eventItem .buttons, .event_list.m-eventList__small .eventItem .buttons, #teams .event_list .eventItem .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: end;
            align-items: flex-end;
    padding-right: 20px; }
    @media screen and (max-width: 767px) {
      .event_list.event_list_listing .eventItem .buttons, .event_list.eventList__listing .eventItem .buttons, .event_list.event_list_forceListing .eventItem .buttons, .event_list.m-eventList__small .eventItem .buttons, #teams .event_list .eventItem .buttons {
        top: auto;
        right: 0;
        left: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
                flex-direction: row-reverse;
        -webkit-box-pack: justify;
                justify-content: space-between;
        z-index: 10;
        padding: 10px; }
        .event_list.event_list_listing .eventItem .buttons:before, .event_list.event_list_listing .eventItem .buttons:after, .event_list.eventList__listing .eventItem .buttons:before, .event_list.eventList__listing .eventItem .buttons:after, .event_list.event_list_forceListing .eventItem .buttons:before, .event_list.event_list_forceListing .eventItem .buttons:after, .event_list.m-eventList__small .eventItem .buttons:before, .event_list.m-eventList__small .eventItem .buttons:after, #teams .event_list .eventItem .buttons:before, #teams .event_list .eventItem .buttons:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1;
          width: 100%;
          height: 100%; }
        .event_list.event_list_listing .eventItem .buttons:before, .event_list.eventList__listing .eventItem .buttons:before, .event_list.event_list_forceListing .eventItem .buttons:before, .event_list.m-eventList__small .eventItem .buttons:before, #teams .event_list .eventItem .buttons:before {
          background-image: linear-gradient(-45deg, #3A60D0 0%, #2D4BA2 100%); }
        .event_list.event_list_listing .eventItem .buttons:after, .event_list.eventList__listing .eventItem .buttons:after, .event_list.event_list_forceListing .eventItem .buttons:after, .event_list.m-eventList__small .eventItem .buttons:after, #teams .event_list .eventItem .buttons:after {
          background-image: linear-gradient(225deg, #1B2C5E 0%, #2D4BA2 100%);
          opacity: 1;
          -webkit-transition: 1s;
          transition: 1s; }
        .event_list.event_list_listing .eventItem .buttons:hover:after, .event_list.eventList__listing .eventItem .buttons:hover:after, .event_list.event_list_forceListing .eventItem .buttons:hover:after, .event_list.m-eventList__small .eventItem .buttons:hover:after, #teams .event_list .eventItem .buttons:hover:after {
          opacity: 0; } }
    @media screen and (max-width: 767px) {
      .event_list.event_list_listing .eventItem .buttons > a:not(.more):hover, .event_list.eventList__listing .eventItem .buttons > a:not(.more):hover, .event_list.event_list_forceListing .eventItem .buttons > a:not(.more):hover, .event_list.m-eventList__small .eventItem .buttons > a:not(.more):hover, #teams .event_list .eventItem .buttons > a:not(.more):hover {
        background: #FFF !important;
        color: #2D4A9F; } }
    @media screen and (max-width: 767px) {
      .event_list.event_list_listing .eventItem .buttons > a, .event_list.event_list_listing .eventItem .buttons > span, .event_list.eventList__listing .eventItem .buttons > a, .event_list.eventList__listing .eventItem .buttons > span, .event_list.event_list_forceListing .eventItem .buttons > a, .event_list.event_list_forceListing .eventItem .buttons > span, .event_list.m-eventList__small .eventItem .buttons > a, .event_list.m-eventList__small .eventItem .buttons > span, #teams .event_list .eventItem .buttons > a, #teams .event_list .eventItem .buttons > span {
        margin-top: auto !important;
        margin-bottom: auto !important; }
        .event_list.event_list_listing .eventItem .buttons > a:not(.more), .event_list.event_list_listing .eventItem .buttons > span:not(.more), .event_list.eventList__listing .eventItem .buttons > a:not(.more), .event_list.eventList__listing .eventItem .buttons > span:not(.more), .event_list.event_list_forceListing .eventItem .buttons > a:not(.more), .event_list.event_list_forceListing .eventItem .buttons > span:not(.more), .event_list.m-eventList__small .eventItem .buttons > a:not(.more), .event_list.m-eventList__small .eventItem .buttons > span:not(.more), #teams .event_list .eventItem .buttons > a:not(.more), #teams .event_list .eventItem .buttons > span:not(.more) {
          min-width: 140px;
          padding: 10px 25px !important;
          background: rgba(255, 255, 255, 0.2) !important; }
          .event_list.event_list_listing .eventItem .buttons > a:not(.more):after, .event_list.event_list_listing .eventItem .buttons > a:not(.more):before, .event_list.event_list_listing .eventItem .buttons > span:not(.more):after, .event_list.event_list_listing .eventItem .buttons > span:not(.more):before, .event_list.eventList__listing .eventItem .buttons > a:not(.more):after, .event_list.eventList__listing .eventItem .buttons > a:not(.more):before, .event_list.eventList__listing .eventItem .buttons > span:not(.more):after, .event_list.eventList__listing .eventItem .buttons > span:not(.more):before, .event_list.event_list_forceListing .eventItem .buttons > a:not(.more):after, .event_list.event_list_forceListing .eventItem .buttons > a:not(.more):before, .event_list.event_list_forceListing .eventItem .buttons > span:not(.more):after, .event_list.event_list_forceListing .eventItem .buttons > span:not(.more):before, .event_list.m-eventList__small .eventItem .buttons > a:not(.more):after, .event_list.m-eventList__small .eventItem .buttons > a:not(.more):before, .event_list.m-eventList__small .eventItem .buttons > span:not(.more):after, .event_list.m-eventList__small .eventItem .buttons > span:not(.more):before, #teams .event_list .eventItem .buttons > a:not(.more):after, #teams .event_list .eventItem .buttons > a:not(.more):before, #teams .event_list .eventItem .buttons > span:not(.more):after, #teams .event_list .eventItem .buttons > span:not(.more):before {
            display: none !important; }
        .event_list.event_list_listing .eventItem .buttons > a.more, .event_list.event_list_listing .eventItem .buttons > span.more, .event_list.eventList__listing .eventItem .buttons > a.more, .event_list.eventList__listing .eventItem .buttons > span.more, .event_list.event_list_forceListing .eventItem .buttons > a.more, .event_list.event_list_forceListing .eventItem .buttons > span.more, .event_list.m-eventList__small .eventItem .buttons > a.more, .event_list.m-eventList__small .eventItem .buttons > span.more, #teams .event_list .eventItem .buttons > a.more, #teams .event_list .eventItem .buttons > span.more {
          color: #FFF; }
          .event_list.event_list_listing .eventItem .buttons > a.more span, .event_list.event_list_listing .eventItem .buttons > span.more span, .event_list.eventList__listing .eventItem .buttons > a.more span, .event_list.eventList__listing .eventItem .buttons > span.more span, .event_list.event_list_forceListing .eventItem .buttons > a.more span, .event_list.event_list_forceListing .eventItem .buttons > span.more span, .event_list.m-eventList__small .eventItem .buttons > a.more span, .event_list.m-eventList__small .eventItem .buttons > span.more span, #teams .event_list .eventItem .buttons > a.more span, #teams .event_list .eventItem .buttons > span.more span {
            margin-left: -10px;
            opacity: 0;
            -webkit-transition: 250ms;
            transition: 250ms; } }
      @media screen and (max-width: 767px) and (max-width: 767px) {
        .event_list.event_list_listing .eventItem .buttons > a.more span, .event_list.event_list_listing .eventItem .buttons > span.more span, .event_list.eventList__listing .eventItem .buttons > a.more span, .event_list.eventList__listing .eventItem .buttons > span.more span, .event_list.event_list_forceListing .eventItem .buttons > a.more span, .event_list.event_list_forceListing .eventItem .buttons > span.more span, .event_list.m-eventList__small .eventItem .buttons > a.more span, .event_list.m-eventList__small .eventItem .buttons > span.more span, #teams .event_list .eventItem .buttons > a.more span, #teams .event_list .eventItem .buttons > span.more span {
          margin-left: 0;
          opacity: 1; } }
      @media screen and (max-width: 767px) and (max-width: 320px) {
        .event_list.event_list_listing .eventItem .buttons > a.more span, .event_list.event_list_listing .eventItem .buttons > span.more span, .event_list.eventList__listing .eventItem .buttons > a.more span, .event_list.eventList__listing .eventItem .buttons > span.more span, .event_list.event_list_forceListing .eventItem .buttons > a.more span, .event_list.event_list_forceListing .eventItem .buttons > span.more span, .event_list.m-eventList__small .eventItem .buttons > a.more span, .event_list.m-eventList__small .eventItem .buttons > span.more span, #teams .event_list .eventItem .buttons > a.more span, #teams .event_list .eventItem .buttons > span.more span {
          display: none; } }
    @media screen and (max-width: 767px) {
          .event_list.event_list_listing .eventItem .buttons > a.more:hover span, .event_list.event_list_listing .eventItem .buttons > span.more:hover span, .event_list.eventList__listing .eventItem .buttons > a.more:hover span, .event_list.eventList__listing .eventItem .buttons > span.more:hover span, .event_list.event_list_forceListing .eventItem .buttons > a.more:hover span, .event_list.event_list_forceListing .eventItem .buttons > span.more:hover span, .event_list.m-eventList__small .eventItem .buttons > a.more:hover span, .event_list.m-eventList__small .eventItem .buttons > span.more:hover span, #teams .event_list .eventItem .buttons > a.more:hover span, #teams .event_list .eventItem .buttons > span.more:hover span {
            margin-left: 0;
            opacity: 1; }
          .event_list.event_list_listing .eventItem .buttons > a.more:hover svg circle, .event_list.event_list_listing .eventItem .buttons > span.more:hover svg circle, .event_list.eventList__listing .eventItem .buttons > a.more:hover svg circle, .event_list.eventList__listing .eventItem .buttons > span.more:hover svg circle, .event_list.event_list_forceListing .eventItem .buttons > a.more:hover svg circle, .event_list.event_list_forceListing .eventItem .buttons > span.more:hover svg circle, .event_list.m-eventList__small .eventItem .buttons > a.more:hover svg circle, .event_list.m-eventList__small .eventItem .buttons > span.more:hover svg circle, #teams .event_list .eventItem .buttons > a.more:hover svg circle, #teams .event_list .eventItem .buttons > span.more:hover svg circle {
            opacity: 1; }
          .event_list.event_list_listing .eventItem .buttons > a.more svg, .event_list.event_list_listing .eventItem .buttons > span.more svg, .event_list.eventList__listing .eventItem .buttons > a.more svg, .event_list.eventList__listing .eventItem .buttons > span.more svg, .event_list.event_list_forceListing .eventItem .buttons > a.more svg, .event_list.event_list_forceListing .eventItem .buttons > span.more svg, .event_list.m-eventList__small .eventItem .buttons > a.more svg, .event_list.m-eventList__small .eventItem .buttons > span.more svg, #teams .event_list .eventItem .buttons > a.more svg, #teams .event_list .eventItem .buttons > span.more svg {
            display: block;
            margin-right: 10px; }
            .event_list.event_list_listing .eventItem .buttons > a.more svg circle, .event_list.event_list_listing .eventItem .buttons > span.more svg circle, .event_list.eventList__listing .eventItem .buttons > a.more svg circle, .event_list.eventList__listing .eventItem .buttons > span.more svg circle, .event_list.event_list_forceListing .eventItem .buttons > a.more svg circle, .event_list.event_list_forceListing .eventItem .buttons > span.more svg circle, .event_list.m-eventList__small .eventItem .buttons > a.more svg circle, .event_list.m-eventList__small .eventItem .buttons > span.more svg circle, #teams .event_list .eventItem .buttons > a.more svg circle, #teams .event_list .eventItem .buttons > span.more svg circle {
              opacity: 0.4;
              fill: transparent;
              stroke: #FFF; }
            .event_list.event_list_listing .eventItem .buttons > a.more svg path, .event_list.event_list_listing .eventItem .buttons > span.more svg path, .event_list.eventList__listing .eventItem .buttons > a.more svg path, .event_list.eventList__listing .eventItem .buttons > span.more svg path, .event_list.event_list_forceListing .eventItem .buttons > a.more svg path, .event_list.event_list_forceListing .eventItem .buttons > span.more svg path, .event_list.m-eventList__small .eventItem .buttons > a.more svg path, .event_list.m-eventList__small .eventItem .buttons > span.more svg path, #teams .event_list .eventItem .buttons > a.more svg path, #teams .event_list .eventItem .buttons > span.more svg path {
              opacity: 1;
              fill: #FFF; } }
    .event_list.event_list_listing .eventItem .buttons > a:first-child:not(:last-child), .event_list.event_list_listing .eventItem .buttons > a.eventList__wrapper + a:not(:last-child), .event_list.event_list_listing .eventItem .buttons > span:first-child:not(:last-child), .event_list.event_list_listing .eventItem .buttons > span.eventList__wrapper + a:not(:last-child), .event_list.eventList__listing .eventItem .buttons > a:first-child:not(:last-child), .event_list.eventList__listing .eventItem .buttons > a.eventList__wrapper + a:not(:last-child), .event_list.eventList__listing .eventItem .buttons > span:first-child:not(:last-child), .event_list.eventList__listing .eventItem .buttons > span.eventList__wrapper + a:not(:last-child), .event_list.event_list_forceListing .eventItem .buttons > a:first-child:not(:last-child), .event_list.event_list_forceListing .eventItem .buttons > a.eventList__wrapper + a:not(:last-child), .event_list.event_list_forceListing .eventItem .buttons > span:first-child:not(:last-child), .event_list.event_list_forceListing .eventItem .buttons > span.eventList__wrapper + a:not(:last-child), .event_list.m-eventList__small .eventItem .buttons > a:first-child:not(:last-child), .event_list.m-eventList__small .eventItem .buttons > a.eventList__wrapper + a:not(:last-child), .event_list.m-eventList__small .eventItem .buttons > span:first-child:not(:last-child), .event_list.m-eventList__small .eventItem .buttons > span.eventList__wrapper + a:not(:last-child), #teams .event_list .eventItem .buttons > a:first-child:not(:last-child), #teams .event_list .eventItem .buttons > a.eventList__wrapper + a:not(:last-child), #teams .event_list .eventItem .buttons > span:first-child:not(:last-child), #teams .event_list .eventItem .buttons > span.eventList__wrapper + a:not(:last-child) {
      width: 140px;
      margin-bottom: 32px; }
    .event_list.event_list_listing .eventItem .buttons .more, .event_list.eventList__listing .eventItem .buttons .more, .event_list.event_list_forceListing .eventItem .buttons .more, .event_list.m-eventList__small .eventItem .buttons .more, #teams .event_list .eventItem .buttons .more {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
              align-items: center;
      margin-bottom: 32px;
      padding-right: 20px; }
      @media screen and (max-width: 980px) {
        .event_list.event_list_listing .eventItem .buttons .more, .event_list.eventList__listing .eventItem .buttons .more, .event_list.event_list_forceListing .eventItem .buttons .more, .event_list.m-eventList__small .eventItem .buttons .more, #teams .event_list .eventItem .buttons .more {
          margin-bottom: 15px; } }
      .event_list.event_list_listing .eventItem .buttons .more svg, .event_list.eventList__listing .eventItem .buttons .more svg, .event_list.event_list_forceListing .eventItem .buttons .more svg, .event_list.m-eventList__small .eventItem .buttons .more svg, #teams .event_list .eventItem .buttons .more svg {
        display: block;
        margin-right: 10px; }

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
.event_detail {
  zoom: 1;
  position: relative;
  min-height: 600px;
  margin-top: 40px;
  margin-bottom: 40px; }
  .event_detail:before, .event_detail:after {
    content: "\0020";
    display: block;
    visibility: hidden;
    height: 0; }
  .event_detail:after {
    clear: both; }
  @media screen and (min-width: 1024px) {
    .event_detail {
      max-width: calc(100vw - 40px);
      margin-right: auto;
      margin-left: auto; } }
  @media screen and (max-width: 1023px) {
    .event_detail {
      margin-top: 20px; } }
  .event_detail.has_branding {
    margin-top: 0; }
  .event_detail .content_item {
    width: 100%;
    margin-right: auto;
    margin-left: auto; }
    .event_detail .content_item:last-child {
      margin-bottom: 0; }
    .event_detail .content_item [data-options="faq"] {
      margin-bottom: 0; }
    .event_detail .content_item .faq_item_wrapper:last-child {
      margin-bottom: 0; }
  .event_detail.video-playing .title_section {
    position: relative;
    z-index: 10; }
  .event_detail.video-playing .rightBreakout {
    z-index: 1; }
    .event_detail.video-playing .rightBreakout:hover {
      z-index: 100; }
  .event_detail #branding {
    box-shadow: 0 28px 23px -20px rgba(0, 0, 0, 0.4); }
    .event_detail #branding.slideshow {
      min-height: calc((100vw - (100vw - 1180px)) * 0.513559322033898); }
      @media screen and (max-width: 1260px) {
        .event_detail #branding.slideshow {
          min-height: calc((100vw - 80px) * 0.513559322033898); } }
  .event_detail .event_heading {
    margin-bottom: 35px;
    border-bottom: 11px solid #DDD; }
    .event_detail .event_heading .title {
      margin-bottom: 8px; }
    .event_detail .event_heading .tagline {
      margin-bottom: 26px;
      font-family: "IBM Plex Sans", sans-serif;
      font-size: 29px;
      font-weight: 300;
      line-height: 30px;
      letter-spacing: 0rem;
      color: #28312E; }
    .event_detail .event_heading.below_branding {
      display: none; }
  @media screen and (max-width: 767px) {
    .event_detail .buttonWrapper {
      overflow: hidden;
      padding-top: 0; }
      .event_detail .buttonWrapper .date, .event_detail .buttonWrapper .title, .event_detail .buttonWrapper .tagline {
        display: none !important; } }
  .event_detail .buttonWrapper .date, .event_detail .buttonWrapper .title, .event_detail .buttonWrapper .tagline {
    display: none; }
  .event_detail aside .rightBreakout {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .event_detail aside .sidebar-thumbnail {
    overflow: hidden;
    width: 100%;
    line-height: 0;
    border-radius: 8px 8px 0 0; }
    @media screen and (max-width: 1023px) {
      .event_detail aside .sidebar-thumbnail {
        display: none; } }
    .event_detail aside .sidebar-thumbnail img {
      width: 100%; }
  .event_detail aside .buttons > a.tickets, .event_detail aside .buttons > span.tickets {
    display: -webkit-box;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    z-index: 10;
    width: calc(100% - 40px);
    margin: 30px auto 0;
    padding: 9px 5px 12px;
    font-family: "Titillium Web", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #FFF;
    border-radius: 100px; }
    @media screen and (max-width: 1023px) {
      .event_detail aside .buttons > a.tickets, .event_detail aside .buttons > span.tickets {
        width: 100%;
        margin-top: 0;
        margin-bottom: 10px; } }
    .event_detail aside .buttons > a.tickets.no_ticket_link, .event_detail aside .buttons > span.tickets.no_ticket_link {
      display: none !important; }
    .event_detail aside .buttons > a.tickets:hover:after, .event_detail aside .buttons > span.tickets:hover:after {
      opacity: 0; }
    .event_detail aside .buttons > a.tickets:hover svg, .event_detail aside .buttons > span.tickets:hover svg {
      opacity: 1; }
    .event_detail aside .buttons > a.tickets:before, .event_detail aside .buttons > a.tickets:after, .event_detail aside .buttons > span.tickets:before, .event_detail aside .buttons > span.tickets:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      border-radius: 100px; }
    .event_detail aside .buttons > a.tickets:before, .event_detail aside .buttons > span.tickets:before {
      background: #3A60D0; }
    .event_detail aside .buttons > a.tickets:after, .event_detail aside .buttons > span.tickets:after {
      background-image: linear-gradient(134deg, #213778 0%, #3253B3 100%);
      opacity: 1;
      -webkit-transition: 250ms;
      transition: 250ms; }
    .event_detail aside .buttons > a.tickets svg, .event_detail aside .buttons > span.tickets svg {
      margin-top: 1px;
      margin-left: 15px;
      opacity: 0.4;
      -webkit-transition: 250ms;
      transition: 250ms; }
      .event_detail aside .buttons > a.tickets svg g, .event_detail aside .buttons > span.tickets svg g {
        fill: #FFF; }
    .event_detail aside .buttons > a.tickets:active, .event_detail aside .buttons > a.tickets:focus, .event_detail aside .buttons > span.tickets:active, .event_detail aside .buttons > span.tickets:focus {
      background: #CCB78E;
      border-color: #CCB78E; }
  .event_detail .faq {
    margin-top: 40px; }
  .event_detail .event-info-title {
    margin-bottom: 20px; }

.description_wrapper .read-more, .show-all-showings, .star-button {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  padding: 8px 20px;
  background: #EAEAEA;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #28312E;
  border-radius: 100px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  cursor: pointer; }
  .description_wrapper .read-more:hover, .show-all-showings:hover, .star-button:hover {
    background: #28312E;
    color: #FFF; }

.event_description {
  position: relative; }
  .short-description .event_description:after {
    display: none; }
  .event_description:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    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; }
  .event_showings .listItem {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
            align-items: flex-end;
    margin-bottom: 12px;
    pointer-events: none; }
    @media screen and (max-width: 767px) {
      .event_showings .listItem {
        margin-bottom: 22px; } }
    .event_showings .listItem a {
      pointer-events: all; }
    .event_showings .listItem.listItehasNoLink .cell-group:last-child {
      width: 22px; }
    .event_showings .listItem.listItehasNoLink .ical {
      margin-right: 0 !important; }
    .event_showings .listItem.listItehasNoLink .buttons {
      display: none; }
    .event_showings .listItem .cell-group:first-child {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      width: calc(100% - 185px);
      margin-right: 20px;
      padding-bottom: 3px;
      border-bottom: 1px solid #DDD;
      -webkit-box-flex: 1;
              flex-grow: 1; }
      @media screen and (max-width: 767px) {
        .event_showings .listItem .cell-group:first-child {
          width: 100%;
          margin-right: 0;
          padding-bottom: 22px; } }
      .event_showings .listItem .cell-group:first-child .date-cell {
        align-self: center;
        width: 50%;
        max-width: 312px;
        white-space: nowrap; }
        @media screen and (max-width: 767px) {
          .event_showings .listItem .cell-group:first-child .date-cell {
            width: auto;
            margin-right: 20px; } }
      .event_showings .listItem .cell-group:first-child .m-date__singleDate .m-date__day:after {
        content: " / "; }
      .event_showings .listItem .cell-group:first-child .m-date__singleDate .m-date__year, .event_showings .listItem .cell-group:first-child .m-date__singleDate .m-date__hour {
        display: none; }
      .event_showings .listItem .cell-group:first-child .m-date__singleDate, .event_showings .listItem .cell-group:first-child .m-date__rangeFirst, .event_showings .listItem .cell-group:first-child .m-date__separator, .event_showings .listItem .cell-group:first-child .m-date__rangeLast {
        font-family: "Titillium Web", sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        letter-spacing: 0.02px;
        color: #28312E; }
      .event_showings .listItem .cell-group:first-child.different-end-date .time {
        display: none; }
      .event_showings .listItem .cell-group:first-child .time {
        align-self: center;
        font-family: "IBM Plex Sans", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0rem;
        color: #28312E; }
        @media screen and (max-width: 767px) {
          .event_showings .listItem .cell-group:first-child .time {
            width: 50%;
            margin-left: auto; } }
        @media screen and (max-width: 500px) {
          .event_showings .listItem .cell-group:first-child .time {
            width: auto;
            margin-left: 0; } }
      .event_showings .listItem .cell-group:first-child .venue-info {
        width: 100%;
        font-family: "Titillium Web", sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 14px;
        letter-spacing: 0rem;
        color: #6B6B6B; }
        @media screen and (max-width: 767px) {
          .event_showings .listItem .cell-group:first-child .venue-info {
            margin-top: 5px; } }
        .event_showings .listItem .cell-group:first-child .venue-info:not(.multiple-venues) {
          display: none; }
          .event_showings .listItem .cell-group:first-child .venue-info:not(.multiple-venues) + .more-info {
            margin-top: 5px; }
            .event_showings .listItem .cell-group:first-child .venue-info:not(.multiple-venues) + .more-info:empty {
              display: none; }
      .event_showings .listItem .cell-group:first-child .more-info {
        width: 100%;
        margin-top: 12px;
        font-family: "IBM Plex Sans", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        color: #28312E; }
    .event_showings .listItem .cell-group:last-child {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
              align-items: center;
      width: 165px;
      padding-right: 5px;
      -webkit-transform: translateY(50%);
              transform: translateY(50%); }
      @media screen and (max-width: 767px) {
        .event_showings .listItem .cell-group:last-child {
          position: absolute;
          right: 0;
          width: 185px;
          padding-right: 0;
          padding-left: 20px;
          background: #FFF; } }
      .event_showings .listItem .cell-group:last-child .ical {
        position: relative;
        margin-right: 15px; }
        .event_showings .listItem .cell-group:last-child .ical:hover span {
          opacity: 1; }
        .event_showings .listItem .cell-group:last-child .ical span {
          position: absolute;
          bottom: 100%;
          left: 50%;
          margin-bottom: 13px;
          padding: 1px 14px;
          background: #E3E9F9;
          opacity: 0;
          font-family: "Titillium Web", sans-serif;
          font-size: 11px;
          font-weight: 600;
          line-height: 24px;
          white-space: nowrap;
          color: #28312E;
          border-radius: 100px;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          pointer-events: none; }
          .event_showings .listItem .cell-group:last-child .ical span:after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            width: 0;
            height: 0;
            border-top: 8px solid #E3E9F9;
            border-right: 10px solid transparent;
            border-left: 10px solid transparent;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); }
      .event_showings .listItem .cell-group:last-child .buttons > a:hover {
        color: #3A60D0; }
        .event_showings .listItem .cell-group:last-child .buttons > a:hover svg {
          background: #3A60D0;
          border-color: #3A60D0; }
          .event_showings .listItem .cell-group:last-child .buttons > a:hover svg g {
            fill: #FFF; }
      .event_showings .listItem .cell-group:last-child .buttons > a, .event_showings .listItem .cell-group:last-child .buttons > span {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        font-family: "Titillium Web", sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 27px;
        color: #28312E; }
        .event_showings .listItem .cell-group:last-child .buttons > a svg, .event_showings .listItem .cell-group:last-child .buttons > span svg {
          width: 36px;
          height: 36px;
          margin-right: 10px;
          padding: 5px;
          border: 3px solid rgba(45, 74, 159, 0.4);
          border-radius: 100%;
          -webkit-transition: 250ms;
          transition: 250ms; }
          .event_showings .listItem .cell-group:last-child .buttons > a svg g, .event_showings .listItem .cell-group:last-child .buttons > span svg g {
            -webkit-transition: 250ms;
            transition: 250ms; }
    .event_showings .listItem .cell-group .on-sale-wrapper {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: start;
              align-items: flex-start;
      min-width: 68px;
      line-height: 1.1; }

.additional_showings {
  display: none; }

.eventDetailList {
  position: relative;
  overflow: hidden;
  padding: 0 22px 22px;
  font-family: "Titillium Web", sans-serif; }
  @media screen and (max-width: 1023px) {
    .eventDetailList {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      padding: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row wrap; } }
  .eventDetailList a:hover {
    color: #28312E; }
  .eventDetailList .item {
    position: relative;
    padding: 15px 0;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #28312E;
    border-bottom: 1px solid #DDD;
    list-style-type: none; }
    @media screen and (min-width: 1024px) {
      .eventDetailList .item:last-child {
        border-bottom: 0; } }
    @media screen and (max-width: 1023px) {
      .eventDetailList .item {
        -webkit-box-flex: 1;
                flex: 1 0 auto;
        width: 50%; } }
    @media screen and (max-width: 600px) {
      .eventDetailList .item {
        width: 100%; }
        .eventDetailList .item:last-child {
          border-bottom: 0; } }
    .eventDetailList .item.sidebar_event_starts, .eventDetailList .item.sidebar_ticket_prices, .eventDetailList .item.sidebar_additional_ticket_info {
      display: none; }
    .eventDetailList .item:before {
      display: none; }
    .eventDetailList .item .label {
      display: block;
      font-family: "Titillium Web", sans-serif;
      font-size: 18px;
      font-weight: 600;
      line-height: 27px;
      letter-spacing: 0.02px;
      color: #28312E; }
    .eventDetailList .item a {
      position: relative;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }
    .eventDetailList .item svg {
      display: none; }

.event_links ul {
  margin-top: 15px !important; }

/* 
 *  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;
  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;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  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;
  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;
  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%;
  border-bottom-left-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;
  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 {
    content: "\0020";
    display: block;
    visibility: hidden;
    height: 0; }
  .sitemap:after {
    clear: both; }
  .sitemap .column {
    position: relative;
    width: 100%;
    padding: 0;
    zoom: 1; }
    .sitemap .column:before, .sitemap .column:after {
      content: "\0020";
      display: block;
      visibility: hidden;
      height: 0; }
    .sitemap .column:after {
      clear: both; }
    @media screen and (min-width: 1024px) {
      .sitemap .column {
        float: left;
        width: 50%; } }
    .sitemap .column ul {
      margin-bottom: 20px; }
    .sitemap .column ul, .sitemap .column li {
      padding: 0;
      list-style: none; }
      .sitemap .column ul:before, .sitemap .column ul:after, .sitemap .column li:before, .sitemap .column li:after {
        display: none; }
  .sitemap .column > ul > li > ul > li > a {
    padding-left: 10px; }
  .sitemap .column > ul > li > ul > li > ul > li > a {
    padding-left: 20px; }

/* ----------------------------------------------------------------------------
= Conditional IE Styles. Nest each browser under heading. 
= Classes are generated by Modernizr and appear in HTML tag
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Homepage Alert
----------------------------------------------------------------------------- */
#events .m-alert-wrapper {
  margin-top: 90px;
  z-index: 999; }
  @media screen and (max-width: 980px) {
    #events .m-alert-wrapper {
      margin-top: 60px; } }

.m-alert-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 100vw;
  height: auto;
  background: #FFF;
  opacity: 0.96;
  box-shadow: 0 14px 18px -8px rgba(0, 0, 0, 0.3); }
  .m-alert-wrapper > .m-alert {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 1240px;
    max-width: calc(100vw - 40px);
    margin-right: auto;
    margin-left: auto;
    padding: 23px 20px; }
    .m-alert-wrapper > .m-alert h2 {
      margin-top: -7px;
      font-family: "Titillium Web", sans-serif;
      font-size: 24px;
      font-weight: 600;
      line-height: 32px;
      letter-spacing: 0rem;
      color: #28312E; }
    .m-alert-wrapper > .m-alert p {
      font-family: "IBM Plex Sans", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 20.8px;
      color: #28312E; }
      .m-alert-wrapper > .m-alert p:last-child {
        margin-bottom: 0; }
    .m-alert-wrapper > .m-alert .alert-desc {
      width: calc(100% - 130px); }
      @media screen and (max-width: 600px) {
        .m-alert-wrapper > .m-alert .alert-desc {
          width: 100%; } }
    .m-alert-wrapper > .m-alert .alert-button {
      position: absolute;
      top: 50%;
      right: 20px;
      width: 120px;
      padding: 7px 0 8px;
      background: #EA0029;
      font-family: "Titillium Web", sans-serif;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      color: #FFF;
      border: 0;
      border-radius: 100px;
      outline: none !important;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media screen and (max-width: 600px) {
        .m-alert-wrapper > .m-alert .alert-button {
          position: relative;
          top: auto;
          right: auto;
          left: auto;
          width: 100%;
          margin: 20px auto 0;
          -webkit-transform: none;
                  transform: none; } }
  .m-alert-wrapper .close-alert {
    position: absolute;
    top: 20px;
    right: 20px;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
    color: #28312E;
    cursor: pointer; }
    .m-alert-wrapper .close-alert .close-x {
      position: absolute;
      right: 100%;
      bottom: -4px;
      height: 100%; }
      .m-alert-wrapper .close-alert .close-x:before, .m-alert-wrapper .close-alert .close-x:after {
        content: "";
        position: absolute;
        top: 0;
        right: 10px;
        width: 2px;
        height: 10px;
        background: #28312E; }
      .m-alert-wrapper .close-alert .close-x:before {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .m-alert-wrapper .close-alert .close-x:after {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    .m-alert-wrapper .close-alert:hover {
      opacity: 0.7; }

.datePicker {
  position: absolute;
  top: -9999px;
  z-index: 9999;
  width: calc(16em + 20px);
  max-width: 100%;
  margin-top: 10px;
  background-color: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 599px) {
    .datePicker {
      left: 50% !important;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }
  @media screen and (min-width: 981px) {
    .datePicker {
      -webkit-transform: translateX(calc(-100% + 110px));
              transform: translateX(calc(-100% + 110px)); } }
  @media (min-width: 767px) {
    .datePicker {
      width: calc(20em + 20px); } }
  .datePicker .today-but, .datePicker .prev-but, .datePicker .next-but {
    display: block;
    width: 100%;
    text-align: center;
    cursor: pointer; }
  .datePicker .today-but {
    opacity: 0;
    pointer-events: none; }
  .datePicker .date-picker-title {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.datePickerTable {
  width: calc(100% - 20px);
  margin: 10px; }
  .datePickerTable td {
    padding: 0;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #28312E; }
  .datePickerTable th, .datePickerTable a {
    padding: 0.5em 0.25em;
    text-align: center; }
    @media (min-width: 767px) {
      .datePickerTable th, .datePickerTable a {
        padding: 1em 0.5em; } }
  .datePickerTable tbody tr {
    font-size: 14px;
    line-height: 38px; }
    .datePickerTable tbody tr .date-picker-today, .datePickerTable tbody tr td:hover {
      background-color: #2D4BA2;
      color: #FFF; }
    .datePickerTable tbody tr td {
      -webkit-transition: 100ms;
      transition: 100ms;
      cursor: pointer; }

#venue_widgets_framework .l-m-venue_widget {
  border-radius: 8px 8px 0 0; }

#venue_widgets_framework .m-venueframework__header {
  z-index: 1;
  float: none;
  background-color: white;
  border-top-color: #B7B8BA;
  border-right-color: #B7B8BA;
  border-bottom-color: #DBDBDB;
  border-left-color: #B7B8BA;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0; }

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

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

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

#venue_widgets_framework .m-venueframework__header-link, #venue_widgets_framework .m-venueframework__header-link:visited {
  background-color: #FFF;
  color: #58595B; }
  #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: #2D4A9F;
    color: white; }
  #venue_widgets_framework .m-venueframework__header-link:before, #venue_widgets_framework .m-venueframework__header-link:visited:before {
    background-color: transparent; }

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

#venue_widgets_framework .m-venueframework__widget-body__noHeader {
  border-radius: 8px 8px 8px 8px;
  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: #B7B8BA; }
  #venue_widgets_framework .m-owlcarousel__controls-icon:hover, #venue_widgets_framework .m-owlcarousel__controls-icon:focus {
    border-color: #2D4A9F;
    background-color: transparent; }
    #venue_widgets_framework .m-owlcarousel__controls-icon:hover svg, #venue_widgets_framework .m-owlcarousel__controls-icon:focus svg {
      stroke: #2D4A9F; }

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

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

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

#venue_widgets_framework .m-venueframework-linklist__link, #venue_widgets_framework .m-venueframework-linklist__link:visited {
  border-bottom-color: #E7E8E9; }
  #venue_widgets_framework .m-venueframework-linklist__link:hover, #venue_widgets_framework .m-venueframework-linklist__link:focus, #venue_widgets_framework .m-venueframework-linklist__link:visited:hover, #venue_widgets_framework .m-venueframework-linklist__link:visited:focus {
    background-color: transparent; }
    #venue_widgets_framework .m-venueframework-linklist__link:hover .m-venueframework-linklist__item-title, #venue_widgets_framework .m-venueframework-linklist__link:focus .m-venueframework-linklist__item-title, #venue_widgets_framework .m-venueframework-linklist__link:visited:hover .m-venueframework-linklist__item-title, #venue_widgets_framework .m-venueframework-linklist__link:visited:focus .m-venueframework-linklist__item-title {
      color: #2D4A9F; }
    #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: transparent; }
    #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: #2D4A9F; }

#venue_widgets_framework .m-venueframework-linklist__item-title {
  color: #28312E; }

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

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

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

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

#venue_widgets_framework .m-venueframework-newswidget__item-title {
  color: #28312E; }

#venue_widgets_framework .m-venueframework-newswidget__item-subtitle {
  color: #28312E; }

#venue_widgets_framework .m-venueframework-newswidget__link, #venue_widgets_framework .m-venueframework-newswidget__link:visited {
  border-bottom-color: #E7E8E9; }
  #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: #28312E; }
    #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: #2D4A9F; }
    #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: #28312E; }

#venue_widgets_framework .m-venueframework-socialwidget__description {
  color: #28312E; }
  #venue_widgets_framework .m-venueframework-socialwidget__description a, #venue_widgets_framework .m-venueframework-socialwidget__description a:visited {
    color: #3C61CF; }
  #venue_widgets_framework .m-venueframework-socialwidget__description a:hover, #venue_widgets_framework .m-venueframework-socialwidget__description a:focus {
    color: #2D4A9F; }

#venue_widgets_framework .m-venueframework-socialwidget__meta {
  color: #6B6B6B; }
  #venue_widgets_framework .m-venueframework-socialwidget__meta a, #venue_widgets_framework .m-venueframework-socialwidget__meta a:visited {
    color: #6B6B6B; }
  #venue_widgets_framework .m-venueframework-socialwidget__meta a:hover, #venue_widgets_framework .m-venueframework-socialwidget__meta a:focus {
    color: #2D4A9F; }
  #venue_widgets_framework .m-venueframework-socialwidget__meta .delimiter {
    color: #6B6B6B; }

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

#venue_widgets_framework .l-m-venue_widget__youtubewidget .title {
  color: #28312E; }

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

#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: #B7B8BA; }
  #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: #003D4C; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-row {
  color: #58595B; }

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

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

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

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

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div > span.fc-date {
  color: #58595B;
  background: #FFF; }

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

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content {
  background: #FFF; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content:hover {
    background: #2D4A9F; }
    #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: transparent;
  color: #2D4A9F; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today.fc-content .fc-date {
  background: #FFF;
  color: #FFF; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today.fc-content .fc-date:after {
    background: #2D4A9F; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal {
  color: #28312E; }

#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: 8px 8px 8px 8px; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .modal-body {
    border: 1px solid #B7B8BA;
    border-top: none; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .close {
    border: none;
    border: 1px solid #B7B8BA;
    background: #FFF;
    color: #6B6B6B;
    border-radius: 8px 8px 0 0; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .close:hover {
      background: #2D4A9F;
      color: white; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .date {
    color: #2D4A9F; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in h3 a {
    color: #28312E; }
  #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: #2D4A9F; }
    #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: #2D4A9F; }
    #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: #2D4A9F; }
      #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: #2D4A9F; }

#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: #B7B8BA; }
    #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: #003D4C; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__date {
    color: #6B6B6B; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title, #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title a {
    color: #28312E; }
    #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: #2D4A9F; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__tagline {
    color: #6B6B6B; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__item {
    border-right-color: #dbdbdb; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a {
    color: #28312E; }
    #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a:hover {
      color: #2D4A9F; }
      #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a:hover svg path {
        fill: #2D4A9F; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a svg path {
    fill: #2D4A9F; }

.l-m-venue_widget {
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.18); }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-head {
  font-size: 14px;
  font-weight: 600; }

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

#venue_widgets_framework .m-owlcarousel__controls-icon svg {
  top: 33%; }

#venue_widgets_framework .meta {
  font-weight: 600; }

#venue_widgets_framework .m-venueframework__header-icon + .m-venueframework__header-text {
  padding-left: 20px;
  letter-spacing: 0; }

#venue_widgets_framework .m-venueframework-linklist__item-icon {
  top: 41%; }

.m-venueframework-linklist__link {
  width: calc(100% - 20px) !important;
  margin-left: 10px !important; }
  .m-venueframework-linklist__link:before {
    content: "";
    display: block;
    position: absolute;
    visibility: visible;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background-color: transparent; }

#venue_widgets_framework .m-venueframework-linklist__link:hover .m-venueframework-linklist__item-subtitle {
  color: #58595B; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today .fc-date:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 9px;
  left: 0;
  left: 0;
  width: 18px;
  height: 1px;
  margin-left: 50%;
  background-color: #2D4A9F;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

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

#venue_widgets_framework .font_martel-bold_open-sans.l-m-venue_widget__calendarwidget .modal.fade.in h3 a:hover {
  color: #2D4A9F; }

body.home #venue_widgets_framework.isLoaded {
  position: relative; }

#venue_widgets_framework .m-venueframework__header {
  border: none !important; }
  #venue_widgets_framework .m-venueframework__header:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 69px;
    visibility: visible;
    width: calc(100% - 90px);
    height: 3px;
    background: #DBDBDB; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .m-venueframework-calendarwidget .modal.fade.in .modal-body {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  overflow-y: scroll; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .m-venueframework-calendarwidget .modal.fade.in .entry {
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  min-height: 50%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .m-venueframework-calendarwidget .modal.fade.in .entry .info {
    position: relative;
    top: auto;
    align-self: center;
    box-sizing: border-box;
    width: 100%;
    padding-right: 105px;
    text-align: left;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-box-flex: 0;
            flex-grow: 0; }
    @media screen and (max-width: 767px) {
      #venue_widgets_framework .l-m-venue_widget__calendarwidget .m-venueframework-calendarwidget .modal.fade.in .entry .info {
        padding-right: 50px; } }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .m-venueframework-calendarwidget .modal.fade.in .entry .location {
    margin-top: 6px;
    border-top: 1px solid #DDDDDD;
    padding-top: 6px; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .m-venueframework-calendarwidget .modal.fade.in .entry .calendar_buttons {
    position: absolute;
    top: 50%;
    right: 0;
    overflow: hidden;
    width: 100%;
    width: auto;
    margin: auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .m-venueframework-calendarwidget .modal.fade.in .entry .calendar_buttons svg {
      width: 40px;
      height: 40px; }
    @media screen and (max-width: 767px) {
      #venue_widgets_framework .l-m-venue_widget__calendarwidget .m-venueframework-calendarwidget .modal.fade.in .entry .calendar_buttons a.more {
        display: none; } }

#venue_widgets_framework .m-venueframework__header-link, #venue_widgets_framework .m-venueframework__header-link:visited {
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  text-transform: none; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .m-owlcarousel__controls-icon {
  margin-top: 12px; }

section.l-m-venue_widget {
  border-radius: 8px !important; }

#venue_widgets_framework .m-venueframework__header {
  border-radius: 8px 8px 0 0; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-head {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px); }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > .fc-today {
  background: #2D4A9F;
  color: #fff; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > .fc-today .fc-date {
    color: #fff !important; }

#venue_widgets_framework .m-venueframework-promotionswidget__description {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 20px; }
  #venue_widgets_framework .m-venueframework-promotionswidget__description:before {
    content: '';
    background: #152962;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute; }

#venue_widgets_framework .l-m-venue_widget__promotionswidget .m-venueframework-promotionswidget__item-title,
#venue_widgets_framework .l-m-venue_widget__promotionswidget .m-venueframework-promotionswidget__item-subtitle {
  position: relative;
  color: #fff;
  font-weight: 600; }

#venue_widgets_framework .l-m-venue_widget__promotionswidget .m-venueframework-promotionswidget__item-title h2 {
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  text-transform: capitalize; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today.fc-content .fc-date {
  background: #2D4A9F; }
