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

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

:root {
  font-size: 16px; }
  @media screen and (min-width: 700px) {
    :root {
      font-size: calc( 16px + ( 22 - 16 ) * ((100vw - 700px) / (1000 - 700))); } }
  @media screen and (min-width: 1000px) {
    :root {
      font-size: 22px; } }

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

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

.hide,
.hidden {
  display: none; }

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

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

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

.clear {
  clear: both; }

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

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

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

.invisible {
  visibility: hidden; }

.hide {
  display: none; }

* {
  letter-spacing: 0em; }

.header-base, h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6, h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em,
.h1 em,
.h2 em,
.h3 em,
.h4 em,
.h5 em,
.h6 em {
  margin: 0 0 15px;
  font-family: "Crimson Text", serif;
  color: #001242;
  line-height: 1;
  font-weight: 600; }

h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em,
.h1 em,
.h2 em,
.h3 em,
.h4 em,
.h5 em,
.h6 em {
  font-family: "Crimson Text", serif; }

h1,
.h1 {
  font-size: 61px; }
  @media screen and (max-width: 700px) {
    h1,
    .h1 {
      font-size: 39px; } }
  .textarea h1,
  .cms h1, .textarea
  .h1,
  .cms
  .h1 {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1100px;
    max-width: calc(100vw - 40px);
    border-bottom: 1px solid #004b86;
    margin-bottom: 60px;
    margin-top: 0;
    padding-bottom: 20px; }
    @media screen and (min-width: 1201px) {
      .textarea h1,
      .cms h1, .textarea
      .h1,
      .cms
      .h1 {
        width: calc(100% + 190px); } }
    @media screen and (max-width: 700px) {
      .textarea h1,
      .cms h1, .textarea
      .h1,
      .cms
      .h1 {
        margin-bottom: 30px; } }

h2,
.h2 {
  font-size: 1.953125rem; }
  .textarea h2, h2.event-description-title, .textarea
  .h2,
  .h2.event-description-title {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 23px; }
    .textarea h2:after, h2.event-description-title:after, .textarea
    .h2:after,
    .h2.event-description-title:after {
      content: '';
      background: #d1f5ef;
      height: 20px;
      width: 150px;
      position: absolute;
      left: -10px;
      bottom: -8px;
      z-index: -1; }
      @media screen and (max-width: 700px) {
        .textarea h2:after, h2.event-description-title:after, .textarea
        .h2:after,
        .h2.event-description-title:after {
          height: 15px;
          bottom: -4px; } }
    .vendor-edge .textarea h2:after,
    .vendor-ie .textarea h2:after, .vendor-edge h2.event-description-title:after,
    .vendor-ie h2.event-description-title:after, .vendor-edge .textarea
    .h2:after,
    .vendor-ie .textarea
    .h2:after, .vendor-edge
    .h2.event-description-title:after,
    .vendor-ie
    .h2.event-description-title:after {
      bottom: 3px; }
      @media screen and (max-width: 700px) {
        .vendor-edge .textarea h2:after,
        .vendor-ie .textarea h2:after, .vendor-edge h2.event-description-title:after,
        .vendor-ie h2.event-description-title:after, .vendor-edge .textarea
        .h2:after,
        .vendor-ie .textarea
        .h2:after, .vendor-edge
        .h2.event-description-title:after,
        .vendor-ie
        .h2.event-description-title:after {
          bottom: 3px; } }
  h2.long_title,
  .h2.long_title {
    font-size: 1.5625rem; }

@-moz-document url-prefix() {
  h2,
  .h2 {
    font-size: 1.953125rem; }
    .textarea h2:after, h2.event-description-title:after, .textarea
    .h2:after,
    .h2.event-description-title:after {
      bottom: -1px; }
      @media screen and (max-width: 700px) {
        .textarea h2:after, h2.event-description-title:after, .textarea
        .h2:after,
        .h2.event-description-title:after {
          height: 15px;
          bottom: -1px; } } }

h3,
.h3 {
  font-size: 1.5625rem; }

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

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

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

.small_paragraph, .small p {
  font-size: 1rem; }

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

p,
.p {
  margin: 0 0 20px; }
  p.lead,
  .p.lead {
    text-align: center;
    font-family: "Crimson Text", serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 31px;
    margin-bottom: 60px; }
    @media screen and (max-width: 700px) {
      p.lead,
      .p.lead {
        margin-bottom: 30px;
        font-size: 25px; } }
  p strong,
  .p strong {
    font-weight: 700; }

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

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

.cms ul,
.textarea ul,
.spotlight_text ul,
.faq ul,
.link .description ul,
.event_description ul {
  margin-bottom: 20px; }
  .cms ul li,
  .textarea ul li,
  .spotlight_text ul li,
  .faq ul li,
  .link .description ul li,
  .event_description ul li {
    padding: 0 0 0px 32px;
    margin-bottom: 16px; }
    .cms ul li:last-child,
    .textarea ul li:last-child,
    .spotlight_text ul li:last-child,
    .faq ul li:last-child,
    .link .description ul li:last-child,
    .event_description ul li:last-child {
      margin-bottom: 0; }
    .cms ul li:before,
    .textarea ul li:before,
    .spotlight_text ul li:before,
    .faq ul li:before,
    .link .description ul li:before,
    .event_description ul li:before {
      content: '';
      position: absolute;
      top: 11px;
      left: 0;
      width: 10px;
      height: 10px;
      background-color: #004b86; }
      @media screen and (max-width: 700px) {
        .cms ul li:before,
        .textarea ul li:before,
        .spotlight_text ul li:before,
        .faq ul li:before,
        .link .description ul li:before,
        .event_description ul li:before {
          top: 8px; } }
      @media screen and (max-width: 500px) {
        .cms ul li:before,
        .textarea ul li:before,
        .spotlight_text ul li:before,
        .faq ul li:before,
        .link .description ul li:before,
        .event_description ul li:before {
          top: 7px; } }
    .cms ul li ul,
    .textarea ul li ul,
    .spotlight_text ul li ul,
    .faq ul li ul,
    .link .description ul li ul,
    .event_description ul li ul {
      margin-top: 10px; }

ol {
  margin-bottom: 20px; }

ol > li {
  position: relative;
  padding-left: 32px;
  counter-increment: li-counter;
  margin-bottom: 16px; }
  ol > li:last-child {
    margin-bottom: 0; }
  ol > li:before {
    content: '';
    position: absolute;
    color: #001242;
    font-family: "Crimson Text", serif;
    top: -4px;
    left: 0px;
    width: 25px;
    height: 25px;
    content: counter(li-counter) ".";
    font-size: 25px;
    font-weight: 600; }
    @media screen and (max-width: 870px) {
      ol > li:before {
        top: -6px; } }
    @media screen and (max-width: 500px) {
      ol > li:before {
        top: -9px; } }
  ol > li:after {
    background: #004b86;
    content: '';
    position: absolute;
    top: 27px;
    left: 0px;
    width: 16px;
    height: 1px; }
    @media screen and (max-width: 870px) {
      ol > li:after {
        top: 25px; } }
    @media screen and (max-width: 500px) {
      ol > li:after {
        top: 22px; } }

a {
  border: none;
  color: #0d1b2a;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }
  a:hover, a:focus {
    color: #004b86; }
  .textarea p a:not(.button),
  .textarea li a:not(.button),
  .cms p a:not(.button),
  .cms li a:not(.button),
  .spotlight_content a:not(.button),
  .m-eventDetailList__item a:not(.button),
  .event_description a:not(.button) {
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: #0d1b2a;
    z-index: 1; }
    .textarea p a:not(.button):after,
    .textarea li a:not(.button):after,
    .cms p a:not(.button):after,
    .cms li a:not(.button):after,
    .spotlight_content a:not(.button):after,
    .m-eventDetailList__item a:not(.button):after,
    .event_description a:not(.button):after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 2px;
      height: 1px;
      background: #004b86;
      width: 100%;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
      z-index: -1; }
    .textarea p a:not(.button):hover,
    .textarea li a:not(.button):hover,
    .cms p a:not(.button):hover,
    .cms li a:not(.button):hover,
    .spotlight_content a:not(.button):hover,
    .m-eventDetailList__item a:not(.button):hover,
    .event_description a:not(.button):hover {
      color: #004b86; }
      .textarea p a:not(.button):hover:after,
      .textarea li a:not(.button):hover:after,
      .cms p a:not(.button):hover:after,
      .cms li a:not(.button):hover:after,
      .spotlight_content a:not(.button):hover:after,
      .m-eventDetailList__item a:not(.button):hover:after,
      .event_description a:not(.button):hover:after {
        background: #d1f5ef;
        height: 10px; }
  .textarea p a.button:hover:after,
  .textarea li a.button:hover:after,
  .cms p a.button:hover:after,
  .cms li a.button:hover:after,
  .spotlight_content a.button:hover:after,
  .m-eventDetailList__item a.button:hover:after,
  .event_description a.button:hover:after {
    left: 0;
    top: 0; }
  .textarea p a.button:hover:before,
  .textarea li a.button:hover:before,
  .cms p a.button:hover:before,
  .cms li a.button:hover:before,
  .spotlight_content a.button:hover:before,
  .m-eventDetailList__item a.button:hover:before,
  .event_description a.button:hover:before {
    width: calc(100% - 60px); }

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

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

blockquote {
  position: relative;
  max-width: 820px;
  margin: 130px auto 0; }
  blockquote p {
    text-align: center;
    font-size: 31px;
    font-family: "Crimson Text", serif;
    color: #004b86;
    line-height: 1.5;
    font-weight: 400; }
    @media screen and (max-width: 700px) {
      blockquote p {
        font-size: 24px; } }
  blockquote:before {
    content: '';
    position: absolute;
    top: -55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 64px;
    width: 48px;
    background: url("../images/svg/block-quote.svg");
    background-size: 100%;
    background-repeat: no-repeat; }
  blockquote strong {
    color: #001242;
    font-size: 25px;
    position: relative;
    font-weight: 600; }
    @media screen and (max-width: 700px) {
      blockquote strong {
        font-size: 20px; } }
    blockquote strong:before {
      content: '';
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: -10px;
      height: 1px;
      width: 380px;
      background: #b6b6b6; }
      @media screen and (max-width: 700px) {
        blockquote strong:before {
          width: 190px; } }
    blockquote strong em {
      font-style: normal;
      color: #004b86;
      font-family: "Overpass", sans-serif;
      font-size: 18px;
      font-weight: 300; }
      @media screen and (max-width: 700px) {
        blockquote strong em {
          font-size: 16px; } }

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
.news_list .entry {
  border-bottom: 1px solid #b6b6b6; }
  .news_list .entry:first-child {
    padding-top: 0; }

.news_list .date {
  margin-bottom: 6px; }
  .news_list .date .m-date__month {
    font-family: "Overpass", sans-serif;
    color: #0d1b2a;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    position: relative;
    margin-right: 2px; }
    .news_list .date .m-date__month:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 40px;
      background: #004b86;
      height: 1px; }
  .news_list .date .m-date__day {
    font-size: 25px;
    color: #004b86;
    font-weight: 700; }
  .news_list .date .m-date__year {
    display: none; }

/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_detail .breadcrumbs {
  margin-bottom: 0; }

.news_detail h1 {
  border-bottom: none;
  margin-bottom: 15px;
  padding-bottom: 0; }

.news_detail .date {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1100px;
  max-width: calc(100vw - 40px);
  border-bottom: 1px solid #004b86;
  margin-bottom: 60px;
  margin-top: 0;
  padding-bottom: 8px; }
  @media screen and (min-width: 1201px) {
    .news_detail .date {
      width: calc(100% + 190px); } }
  @media screen and (max-width: 700px) {
    .news_detail .date {
      margin-bottom: 30px; } }
  .news_detail .date .m-date__month {
    line-height: 1;
    font-family: "Overpass", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #0d1b2a;
    text-transform: uppercase; }
  .news_detail .date .m-date__day {
    line-height: 0.5;
    font-weight: 700;
    font-size: 31px;
    font-family: "Crimson Text", serif;
    color: #004b86;
    margin-left: 3px; }

.news_detail .news_info {
  padding: 15px 0 40px; }

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

.news_detail #branding {
  padding-top: 10px; }
  .news_detail #branding.slide {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0; }
  .news_detail #branding .full-slideshow {
    padding-top: 0; }
  @media screen and (max-width: 700px) {
    .news_detail #branding {
      padding-top: 1px; } }
  .news_detail #branding img {
    display: block;
    max-width: 1220px;
    margin: 0 auto;
    width: 100%; }

.news_detail .eventList:before {
  display: none !important; }

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
.events.content_item {
  padding-top: 70px; }
  @media screen and (max-width: 700px) {
    .events.content_item {
      padding-top: 40px; } }
  .events.content_item .event_list {
    padding: 0; }
    @media screen and (max-width: 700px) {
      .events.content_item .event_list:before {
        top: -40px; } }

.full.hybrid.event_listing_page .events-hidden {
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  border: none;
  left: auto;
  min-width: 0; }

.full.hybrid.event_listing_page .breadcrumbs {
  margin-bottom: 10px; }

.full.hybrid.event_listing_page .event_list {
  margin-top: 70px; }
  @media screen and (max-width: 700px) {
    .full.hybrid.event_listing_page .event_list {
      margin-top: 40px; }
      .full.hybrid.event_listing_page .event_list:before {
        top: -40px; } }

.full.hybrid.event_listing_page .full_column.non-widget-area {
  position: relative; }

.event_list_header {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  color: #001242;
  padding: 0 20px 35px;
  position: relative; }
  .event_list_header:after {
    content: '';
    background: #001242;
    height: 1px;
    width: calc(100% - 40px);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 80px; }
  .event_list_header .overview {
    display: -webkit-box;
    display: flex;
    position: relative;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap; }
  .event_list_header h1 {
    margin: 0;
    -webkit-box-ordinal-group: 2;
            order: 1;
    -webkit-box-flex: 0;
            flex: 0 70%;
    max-width: 70%; }
  .event_list_header .event_list_toggles {
    margin-top: 7px;
    -webkit-box-flex: 0;
            flex: 0 30%;
    max-width: 30%;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .event_list_header .category-dropdown {
    -webkit-box-ordinal-group: 4;
            order: 3; }

.event_list_toggles {
  display: -webkit-box;
  display: flex;
  align-self: center;
  -webkit-box-pack: end;
          justify-content: flex-end; }
  @media screen and (max-width: 870px) {
    .event_list_toggles {
      display: none; } }
  .event_list_toggles .toggle {
    margin-left: 30px;
    color: #0d1b2a;
    font-size: 14px; }
    .event_list_toggles .toggle:hover {
      cursor: pointer; }
      .event_list_toggles .toggle:hover svg > g > g > g > g > g > rect {
        fill: #d1f5ef;
        stroke: #004b86; }
      .event_list_toggles .toggle:hover span:after {
        width: 44px; }
    .event_list_toggles .toggle.calendar {
      display: none; }
    .event_list_toggles .toggle.is-active svg > g > g > g > g > g > rect {
      fill: #001242;
      stroke: #001242; }
    .event_list_toggles .toggle.is-active span:after {
      width: 44px; }
  .event_list_toggles span {
    display: block;
    text-align: center;
    color: #0d1b2a;
    font-size: 14px;
    font-family: "Overpass", sans-serif;
    font-weight: 300;
    position: relative;
    z-index: 1; }
    .event_list_toggles span:after {
      content: '';
      bottom: 0px;
      position: absolute;
      z-index: -1;
      background: #d1f5ef;
      height: 10px;
      width: 0;
      left: -7px;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }
  .event_list_toggles svg {
    fill: #686868; }
    .event_list_toggles svg > g > g > g > g > g > rect {
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
      fill: transparent; }

.category-dropdown {
  position: relative;
  margin-right: 37px;
  align-self: center;
  margin-top: 20px; }
  .category-dropdown:hover .select_text {
    color: #004b86; }
  .category-dropdown:hover .select svg > g > g {
    stroke: #004b86; }
  .category-dropdown .select {
    display: block;
    position: relative;
    width: 290px;
    height: 46px;
    line-height: 46px;
    background: white;
    border: 1px solid #001242;
    margin: 0;
    padding: 0 0 0 20px;
    color: #001242;
    cursor: pointer;
    outline: none;
    z-index: 8;
    text-align: left; }
    .category-dropdown .select .select_text {
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }
    .category-dropdown .select svg {
      float: right;
      position: absolute;
      top: 50%;
      right: 15px;
      width: 15px;
      height: 12px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      fill: none;
      fill-rule: evenodd;
      stroke-width: 2px;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }
      .category-dropdown .select svg > g > g {
        stroke: #001242;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear; }
    .category-dropdown .select.is-active svg {
      -webkit-transform: rotate(180deg) translateY(-47%);
              transform: rotate(180deg) translateY(-47%);
      -webkit-transform-origin: 50% 0;
              transform-origin: 50% 0; }
  .category-dropdown .choices {
    display: none;
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    background: rgba(0, 18, 66, 0.94);
    padding: 35px 10px 10px 10px;
    font-family: "Crimson Text", serif;
    z-index: 7; }
    .category-dropdown .choices.is-active {
      display: block; }
    .category-dropdown .choices li a,
    .category-dropdown .choices span {
      display: block;
      padding: 5px 10px;
      color: #ffffff;
      text-decoration: none;
      cursor: pointer;
      font-family: "Overpass", sans-serif;
      font-size: 16px;
      font-weight: 400;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }
      .category-dropdown .choices li a:before,
      .category-dropdown .choices span:before {
        content: '';
        background-image: -webkit-linear-gradient(225deg, #122c71 0%, #004b86 100%);
        background-image: linear-gradient(225deg, #122c71 0%, #004b86 100%);
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: -1;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        opacity: 0;
        left: 0;
        top: 0;
        visibility: visible; }
    .category-dropdown .choices li:hover a,
    .category-dropdown .choices li:hover span,
    .category-dropdown .choices a.is-active,
    .category-dropdown .choices span.is-active {
      padding-left: 15px; }
      .category-dropdown .choices li:hover a:before,
      .category-dropdown .choices li:hover span:before,
      .category-dropdown .choices a.is-active:before,
      .category-dropdown .choices span.is-active:before {
        opacity: 1; }
    .category-dropdown .choices li:before {
      display: none; }

.event_list {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative; }
  @media screen and (max-width: 700px) {
    .event_list {
      padding: 0 10px; } }
  @media screen and (min-width: 1281px) {
    .event_list {
      max-width: 1220px; } }
  @media screen and (max-width: 1024px) {
    .home .event_list:before {
      top: -30px;
      background-image: none; } }
  .event_list:before {
    content: '';
    visibility: visible;
    height: calc(100% - 150px);
    min-height: 250px;
    width: calc(100% + 40px);
    position: absolute;
    top: -65px;
    left: -20px;
    background-color: #ededed;
    background-image: url("../images/svg/event-list-circle.svg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 240px 240px; }
  @media screen and (max-width: 768px) {
    .event_list:before {
      background-image: none; } }
  @media screen and (min-width: 769px) {
    .event_list:before {
      width: calc(1 / 2 * (100vw - 628px) + 518px);
      left: auto;
      right: 0; } }
  @media screen and (min-width: 1081px) {
    .event_list:before {
      width: calc(1 / 2 * (100vw - 918px) + 816px);
      left: auto;
      right: 0; } }
  @media screen and (min-width: 1281px) {
    .event_list:before {
      width: calc(1 / 2 * (100vw - 1200px) + 957px);
      left: 252px;
      right: auto; } }
  .event_list .list {
    zoom: 1;
    text-align: left;
    max-width: 100%;
    width: 100%;
    position: relative;
    padding-top: 10px; }
    .event_list .list:before, .event_list .list:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .event_list .list:after {
      clear: both; }
    @media screen and (max-width: 700px) {
      .event_list .list {
        padding-top: 0; } }
    @media screen and (min-width: 1081px) {
      .event_list .list {
        width: 980px;
        max-width: 100%;
        margin: 0 auto; } }
  .event_list .eventItem {
    display: -webkit-box;
    display: flex;
    position: relative;
    margin-bottom: 30px;
    min-height: 184px;
    text-align: left;
    z-index: 2; }
    @media screen and (max-width: 700px) {
      .event_list .eventItem {
        margin-bottom: 20px;
        min-height: 0; } }
    .event_list .eventItem:before {
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
      content: '';
      visibility: visible;
      position: absolute;
      bottom: 0;
      right: 0;
      background: #fff;
      width: calc(100% - 240px);
      height: calc(100% + 10px);
      box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.15); }
      @media screen and (max-width: 768px) {
        .event_list .eventItem:before {
          width: calc(100% - 104px); } }
      @media screen and (max-width: 700px) {
        .event_list .eventItem:before {
          width: 100%;
          height: 100%; } }
    .event_list .eventItem:hover:before {
      box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.35);
      width: calc(100% + 10px); }
    @media screen and (max-width: 700px) {
      .event_list .eventItem:hover:before {
        width: 100%; } }
    .event_list .eventItem img {
      display: block;
      width: 100%;
      height: auto; }
    .event_list .eventItem .meta {
      display: none; }
    .event_list .eventItem .title {
      font-size: 39px;
      margin-bottom: 10px;
      font-weight: 600; }
      .event_list .eventItem .title:before {
        display: none; }
      @media screen and (max-width: 1024px) {
        .event_list .eventItem .title {
          font-size: 31px; } }
      @media screen and (max-width: 700px) {
        .event_list .eventItem .title {
          font-size: 25px;
          margin-bottom: 7px; } }
      .event_list .eventItem .title a {
        color: #001242;
        -webkit-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out; }
        .event_list .eventItem .title a:hover {
          color: #004b86; }
      .event_list .eventItem .title.long_title {
        font-size: 34px; }
        @media screen and (max-width: 1024px) {
          .event_list .eventItem .title.long_title {
            font-size: 31px; } }
        @media screen and (max-width: 700px) {
          .event_list .eventItem .title.long_title {
            font-size: 25px; } }
    .event_list .eventItem .tagline,
    .event_list .eventItem .promotion-text {
      font-family: "Overpass", sans-serif;
      color: #0d1b2a;
      font-size: 18px;
      line-height: 1.5;
      font-weight: 300;
      margin-bottom: 0; }
      @media screen and (max-width: 700px) {
        .event_list .eventItem .tagline,
        .event_list .eventItem .promotion-text {
          font-size: 16px; } }
    .event_list .eventItem .promotion-text p,
    .event_list .eventItem .tagline p {
      font-family: "Overpass", sans-serif;
      color: #0d1b2a;
      font-size: 18px;
      line-height: 1.5;
      font-weight: 300;
      margin-bottom: 0; }
    .event_list .eventItem .meta {
      display: none; }
    .event_list .eventItem .buttons {
      position: absolute;
      display: -webkit-box;
      display: flex;
      width: 100%;
      bottom: 0;
      right: 0;
      -webkit-box-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
              align-items: center;
      align-content: center;
      z-index: 6; }
      @media screen and (max-width: 700px) {
        .event_list .eventItem .buttons {
          width: 100%;
          right: 0; } }
      .event_list .eventItem .buttons > span {
        position: absolute;
        right: 30px;
        bottom: 20px;
        text-transform: uppercase;
        font-size: 14px;
        color: #0d1b2a;
        letter-spacing: 0.5px; }
        @media screen and (max-width: 700px) {
          .event_list .eventItem .buttons > span {
            height: auto;
            left: 30px;
            bottom: 20px;
            right: auto; } }
        .event_list .eventItem .buttons > span span.arrow-const {
          display: none; }
      .event_list .eventItem .buttons a.tickets, .event_list .eventItem .buttons a.more,
      .event_list .eventItem .buttons a.More {
        display: block;
        padding: 16px 20px 15px 20px;
        background: #004b86;
        color: #fff;
        position: relative;
        overflow: hidden;
        text-transform: uppercase;
        min-width: 226px;
        font-size: 14px; }
        @media screen and (max-width: 768px) {
          .event_list .eventItem .buttons a.tickets, .event_list .eventItem .buttons a.more,
          .event_list .eventItem .buttons a.More {
            padding: 13px 20px 10px 20px;
            min-width: 206px; } }
        @media screen and (max-width: 700px) {
          .event_list .eventItem .buttons a.tickets, .event_list .eventItem .buttons a.more,
          .event_list .eventItem .buttons a.More {
            width: 100%; } }
        .event_list .eventItem .buttons a.tickets span.arrow-const, .event_list .eventItem .buttons a.more span.arrow-const, .event_list .eventItem .buttons a.More span.arrow-const {
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
          position: absolute;
          overflow: hidden;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 25px;
          width: 30px;
          height: 17px; }
          .event_list .eventItem .buttons a.tickets span.arrow-const svg, .event_list .eventItem .buttons a.more span.arrow-const svg, .event_list .eventItem .buttons a.More span.arrow-const svg {
            display: block;
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            height: 12px;
            width: 31px; }
        .event_list .eventItem .buttons a.tickets:hover, .event_list .eventItem .buttons a.more:hover,
        .event_list .eventItem .buttons a.More:hover {
          background: #0065b4; }
          .event_list .eventItem .buttons a.tickets:hover span.arrow-const, .event_list .eventItem .buttons a.more:hover span.arrow-const, .event_list .eventItem .buttons a.More:hover span.arrow-const {
            right: 15px;
            width: 20px; }
      .event_list .eventItem .buttons a.more,
      .event_list .eventItem .buttons a.More {
        display: block; }
      .event_list .eventItem .buttons .tickets + a.more,
      .event_list .eventItem .buttons .tickets a.More {
        display: none !important; }
    .event_list .eventItem .thumb {
      -webkit-box-flex: 0;
              flex-grow: 0;
      flex-shrink: 0;
      width: 300px;
      position: relative;
      z-index: 50;
      align-self: flex-start; }
      .event_list .eventItem .thumb:after {
        content: '';
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        opacity: 1;
        visibility: visible;
        position: absolute;
        left: -10px;
        bottom: 0;
        width: 10px;
        height: calc(100% - 10px);
        z-index: 2;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#19cbb0), to(#004b86));
        background-image: -webkit-linear-gradient(bottom, #19cbb0 0%, #004b86 100%);
        background-image: linear-gradient(0deg, #19cbb0 0%, #004b86 100%); }
      .event_list .eventItem .thumb:before {
        content: '';
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        visibility: visible;
        position: absolute;
        left: -10px;
        bottom: 0;
        width: 10px;
        height: calc(100% - 10px);
        background: #19cbb0;
        z-index: 1; }
      @media screen and (max-width: 768px) {
        .event_list .eventItem .thumb {
          width: 219px; } }
      @media screen and (max-width: 700px) {
        .event_list .eventItem .thumb {
          position: absolute;
          width: 90px;
          height: 64px;
          overflow: hidden;
          left: 0;
          top: 0;
          z-index: 6; }
          .event_list .eventItem .thumb:before, .event_list .eventItem .thumb:after {
            display: none; } }
      .event_list .eventItem .thumb a {
        display: block;
        background: #19cbb0;
        position: relative;
        z-index: 3;
        position: relative;
        overflow: hidden; }
        .event_list .eventItem .thumb a:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          background: rgba(255, 255, 255, 0.5);
          height: 4px;
          width: 250px;
          -webkit-transition: left 500ms cubic-bezier(0.795, 0.02, 0.225, 0.995);
          transition: left 500ms cubic-bezier(0.795, 0.02, 0.225, 0.995); }
          @media screen and (max-width: 768px) {
            .event_list .eventItem .thumb a:after {
              width: 189px; } }
          @media screen and (max-width: 700px) {
            .event_list .eventItem .thumb a:after {
              display: none; } }
        .event_list .eventItem .thumb a:hover:after {
          left: 150px; }
        .event_list .eventItem .thumb a:hover img {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05); }
      .event_list .eventItem .thumb img {
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        display: block; }
      .event_list .eventItem .thumb:hover:after {
        opacity: 0; }
      .event_list .eventItem .thumb:hover img {
        opacity: 0.7; }
    .event_list .eventItem .info {
      position: relative;
      -webkit-box-flex: 1;
              flex-grow: 1;
      flex-shrink: 1;
      z-index: 5;
      padding: 56px 30px 58px; }
      @media screen and (max-width: 768px) {
        .event_list .eventItem .info {
          padding: 50px 20px 50px; } }
      @media screen and (max-width: 700px) {
        .event_list .eventItem .info {
          padding: 76px 10px 85px 20px; } }
    .event_list .eventItem .date {
      padding: 12px 0 10px 0;
      color: #0d1b2a;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: calc(100% - 60px);
      display: -webkit-box;
      display: flex;
      -webkit-box-align: end;
              align-items: flex-end; }
      @media screen and (max-width: 700px) {
        .event_list .eventItem .date {
          display: block;
          height: 50px; } }
      .event_list .eventItem .date:before {
        content: '';
        height: 1px;
        width: 100%;
        background: #004b86;
        position: absolute;
        bottom: -1px;
        left: 0; }
      @media screen and (max-width: 768px) {
        .event_list .eventItem .date {
          width: calc(100% - 40px); } }
      @media screen and (max-width: 700px) {
        .event_list .eventItem .date {
          left: 108px;
          width: calc(100% - 125px);
          top: 13px;
          padding: 0 0 15px 0;
          -webkit-transform: none;
                  transform: none; }
          .event_list .eventItem .date:after {
            display: none; } }
      .event_list .eventItem .date .m-date__rangeFirst,
      .event_list .eventItem .date .m-date__rangeLast,
      .event_list .eventItem .date .m-date__separator {
        display: -webkit-inline-box;
        display: inline-flex;
        -webkit-box-align: end;
                align-items: flex-end; }
        @media screen and (max-width: 700px) {
          .event_list .eventItem .date .m-date__rangeFirst,
          .event_list .eventItem .date .m-date__rangeLast,
          .event_list .eventItem .date .m-date__separator {
            display: block; } }
        .event_list .eventItem .date .m-date__rangeFirst span,
        .event_list .eventItem .date .m-date__rangeLast span,
        .event_list .eventItem .date .m-date__separator span {
          display: inline-block; }
          .event_list .eventItem .date .m-date__rangeFirst span.m-date__year,
          .event_list .eventItem .date .m-date__rangeLast span.m-date__year,
          .event_list .eventItem .date .m-date__separator span.m-date__year {
            display: none; }
        .event_list .eventItem .date .m-date__rangeFirst .m-date__month,
        .event_list .eventItem .date .m-date__rangeLast .m-date__month,
        .event_list .eventItem .date .m-date__separator .m-date__month {
          margin-right: 5px; }
          @media screen and (max-width: 700px) {
            .event_list .eventItem .date .m-date__rangeFirst .m-date__month,
            .event_list .eventItem .date .m-date__rangeLast .m-date__month,
            .event_list .eventItem .date .m-date__separator .m-date__month {
              float: none; } }
        .event_list .eventItem .date .m-date__rangeFirst .m-date__day,
        .event_list .eventItem .date .m-date__rangeLast .m-date__day,
        .event_list .eventItem .date .m-date__separator .m-date__day {
          margin: 0;
          float: none; }
          @media screen and (max-width: 700px) {
            .event_list .eventItem .date .m-date__rangeFirst .m-date__day,
            .event_list .eventItem .date .m-date__rangeLast .m-date__day,
            .event_list .eventItem .date .m-date__separator .m-date__day {
              display: block;
              float: none; } }
      @media screen and (max-width: 700px) {
        .event_list .eventItem .date .m-date__rangeLast {
          display: inline-block; } }
      .event_list .eventItem .date .m-date__separator {
        margin: 0 5px; }
      .event_list .eventItem .date .m-date__singleDate {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: end;
                align-items: flex-end;
        width: 100%; }
        @media screen and (max-width: 700px) {
          .event_list .eventItem .date .m-date__singleDate {
            display: block; } }
        .event_list .eventItem .date .m-date__singleDate span {
          display: inline-block; }
          .event_list .eventItem .date .m-date__singleDate span.m-date__year {
            display: none; }
        @media screen and (max-width: 700px) {
          .event_list .eventItem .date .m-date__singleDate .m-date__month,
          .event_list .eventItem .date .m-date__singleDate .m-date__day,
          .event_list .eventItem .date .m-date__singleDate .m-date__weekday,
          .event_list .eventItem .date .m-date__singleDate .m-date__hour {
            float: left; } }
        .event_list .eventItem .date .m-date__singleDate .m-date__day {
          margin-left: 6px; }
          @media screen and (max-width: 700px) {
            .event_list .eventItem .date .m-date__singleDate .m-date__day {
              position: relative;
              bottom: 1px; } }
        @media screen and (max-width: 700px) {
          .event_list .eventItem .date .m-date__singleDate .m-date__month {
            margin-bottom: 5px; } }
      .event_list .eventItem .date .m-date__month {
        line-height: 1;
        font-family: "Overpass", sans-serif;
        font-weight: 300;
        font-size: 16px;
        color: #0d1b2a;
        text-transform: uppercase; }
        @media screen and (max-width: 700px) {
          .event_list .eventItem .date .m-date__month {
            display: block; } }
      .event_list .eventItem .date .m-date__day {
        line-height: 0.5;
        font-weight: 700;
        font-size: 31px;
        font-family: "Crimson Text", serif;
        color: #004b86;
        margin-left: 6px; }
        @media screen and (max-width: 700px) {
          .event_list .eventItem .date .m-date__day {
            margin-left: 0;
            font-size: 20px;
            line-height: 1;
            display: inline-block; } }
      .event_list .eventItem .date .m-date__separator {
        font-weight: 700;
        color: #004b86;
        line-height: 1; }
        @media screen and (max-width: 700px) {
          .event_list .eventItem .date .m-date__separator {
            display: inline-block; } }
      .event_list .eventItem .date .m-date__weekday {
        margin-left: auto;
        font-size: 14px;
        color: #0d1b2a;
        font-weight: 300;
        line-height: 1;
        margin-right: 4px; }
        @media screen and (max-width: 700px) {
          .event_list .eventItem .date .m-date__weekday {
            clear: both;
            display: inline-block; } }
      .event_list .eventItem .date .m-date__hour {
        font-size: 14px;
        color: #0d1b2a;
        font-weight: 300;
        line-height: 1; }
  @media screen and (min-width: 1025px) {
    .home .event_list.event_list_grid.normal-grid-first .eventItem {
      float: left;
      width: calc(1 / 2 * (100% - 40px));
      margin: 0 20px 40px 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      background: #fff;
      min-height: 493px;
      position: relative;
      box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.15);
      -webkit-transition: bottom 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
      transition: bottom 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
      bottom: 0;
      overflow: hidden; }
      .home .event_list.event_list_grid.normal-grid-first .eventItem:hover {
        box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.35);
        bottom: 10px; }
      .home .event_list.event_list_grid.normal-grid-first .eventItem:before {
        display: none; }
      .home .event_list.event_list_grid.normal-grid-first .eventItem .date {
        -webkit-box-ordinal-group: 2;
                order: 1;
        width: calc(100% - 40px);
        top: 3px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-flow: row wrap; }
        .home .event_list.event_list_grid.normal-grid-first .eventItem .date .m-date__rangeFirst span,
        .home .event_list.event_list_grid.normal-grid-first .eventItem .date .m-date__rangeLast span,
        .home .event_list.event_list_grid.normal-grid-first .eventItem .date .m-date__separator span {
          display: inline-block; }
          .home .event_list.event_list_grid.normal-grid-first .eventItem .date .m-date__rangeFirst span.m-date__year,
          .home .event_list.event_list_grid.normal-grid-first .eventItem .date .m-date__rangeLast span.m-date__year,
          .home .event_list.event_list_grid.normal-grid-first .eventItem .date .m-date__separator span.m-date__year {
            display: none; }
        .home .event_list.event_list_grid.normal-grid-first .eventItem .date .m-date__rangeFirst .m-date__month,
        .home .event_list.event_list_grid.normal-grid-first .eventItem .date .m-date__rangeLast .m-date__month,
        .home .event_list.event_list_grid.normal-grid-first .eventItem .date .m-date__separator .m-date__month {
          margin-right: 5px;
          margin-bottom: 0; }
        .home .event_list.event_list_grid.normal-grid-first .eventItem .date .m-date__singleDate {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
                  flex-flow: row wrap; }
        .home .event_list.event_list_grid.normal-grid-first .eventItem .date .m-date__month {
          -webkit-box-flex: 0;
                  flex: 0 100%;
          max-width: 100%;
          margin-bottom: 13px; }
        .home .event_list.event_list_grid.normal-grid-first .eventItem .date .m-date__day {
          margin-left: 0; }
      .home .event_list.event_list_grid.normal-grid-first .eventItem .thumb {
        width: 100%;
        -webkit-box-ordinal-group: 3;
                order: 2;
        padding-left: 10px; }
        .home .event_list.event_list_grid.normal-grid-first .eventItem .thumb:before, .home .event_list.event_list_grid.normal-grid-first .eventItem .thumb:after {
          left: 0;
          bottom: -53px;
          height: calc(100% + 42px); }
      .home .event_list.event_list_grid.normal-grid-first .eventItem .buttons {
        -webkit-box-ordinal-group: 4;
                order: 3;
        position: relative;
        width: 100%; }
        .home .event_list.event_list_grid.normal-grid-first .eventItem .buttons a:focus {
          outline: -webkit-focus-ring-color auto 5px; }
        .home .event_list.event_list_grid.normal-grid-first .eventItem .buttons > a.tickets, .home .event_list.event_list_grid.normal-grid-first .eventItem .buttons > a.more,
        .home .event_list.event_list_grid.normal-grid-first .eventItem .buttons > a.More,
        .home .event_list.event_list_grid.normal-grid-first .eventItem .buttons > span {
          width: 100%;
          display: block;
          position: relative;
          padding: 16px 20px 15px 30px;
          letter-spacing: 0.5px; }
          .home .event_list.event_list_grid.normal-grid-first .eventItem .buttons > a.tickets:hover .arrow-const, .home .event_list.event_list_grid.normal-grid-first .eventItem .buttons > a.more:hover .arrow-const, .home .event_list.event_list_grid.normal-grid-first .eventItem .buttons > a.More:hover .arrow-const,
          .home .event_list.event_list_grid.normal-grid-first .eventItem .buttons > span:hover .arrow-const {
            right: 15px; }
        .home .event_list.event_list_grid.normal-grid-first .eventItem .buttons > span {
          right: auto;
          bottom: auto;
          text-align: right; } }
      @media screen and (min-width: 1025px) and (max-width: 700px) {
        .home .event_list.event_list_grid.normal-grid-first .eventItem .buttons > span {
          height: auto; } }
  @media screen and (min-width: 1025px) {
        .home .event_list.event_list_grid.normal-grid-first .eventItem .buttons span.arrow-const {
          right: 20px; }
      .home .event_list.event_list_grid.normal-grid-first .eventItem .info {
        padding: 95px 20px 15px; }
        .home .event_list.event_list_grid.normal-grid-first .eventItem .info .title {
          font-size: 31px; }
          .home .event_list.event_list_grid.normal-grid-first .eventItem .info .title.long_title {
            font-size: 27px; } }
  .home .event_list.event_list_grid.normal-grid-first .eventItem {
    width: 100%; }
    @media screen and (min-width: 1025px) {
      .home .event_list.event_list_grid.normal-grid-first .eventItem {
        width: calc(1 / 3 * (100% - 40px)); }
        .home .event_list.event_list_grid.normal-grid-first .eventItem:nth-child(3n + 4) {
          margin-right: 0; } }
    @media screen and (min-width: 1281px) {
      .home .event_list.event_list_grid.normal-grid-first .eventItem {
        width: calc(1 / 4 * (100% - 60px)); }
        .home .event_list.event_list_grid.normal-grid-first .eventItem:nth-child(3n) {
          margin-right: 20px; }
        .home .event_list.event_list_grid.normal-grid-first .eventItem:nth-child(3n + 4) {
          margin-right: 0; } }
  .home .event_list.event_list_grid.normal-grid-first .list {
    width: 100%; }
    @media screen and (min-width: 871px) {
      .home .event_list.event_list_grid.normal-grid-first .list {
        width: 100%; } }
    @media screen and (min-width: 1025px) {
      .home .event_list.event_list_grid.normal-grid-first .list {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-flow: row wrap;
        width: 918px;
        margin: 0 auto 0; } }
    @media screen and (min-width: 1081px) {
      .home .event_list.event_list_grid.normal-grid-first .list {
        margin: 0 auto 0;
        width: 918px; } }
    @media screen and (min-width: 1281px) {
      .home .event_list.event_list_grid.normal-grid-first .list {
        width: 100%; } }
  @media screen and (min-width: 1025px) {
    .home .event_list.event_list_grid.normal-grid-second .eventItem {
      float: left;
      width: calc(1 / 2 * (100% - 40px));
      margin: 0 20px 40px 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      background: #fff;
      min-height: 493px;
      position: relative;
      box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.15);
      -webkit-transition: bottom 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
      transition: bottom 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
      bottom: 0;
      overflow: hidden; }
      .home .event_list.event_list_grid.normal-grid-second .eventItem:hover {
        box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.35);
        bottom: 10px; }
      .home .event_list.event_list_grid.normal-grid-second .eventItem:before {
        display: none; }
      .home .event_list.event_list_grid.normal-grid-second .eventItem .date {
        -webkit-box-ordinal-group: 2;
                order: 1;
        width: calc(100% - 40px);
        top: 3px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-flow: row wrap; }
        .home .event_list.event_list_grid.normal-grid-second .eventItem .date .m-date__rangeFirst span,
        .home .event_list.event_list_grid.normal-grid-second .eventItem .date .m-date__rangeLast span,
        .home .event_list.event_list_grid.normal-grid-second .eventItem .date .m-date__separator span {
          display: inline-block; }
          .home .event_list.event_list_grid.normal-grid-second .eventItem .date .m-date__rangeFirst span.m-date__year,
          .home .event_list.event_list_grid.normal-grid-second .eventItem .date .m-date__rangeLast span.m-date__year,
          .home .event_list.event_list_grid.normal-grid-second .eventItem .date .m-date__separator span.m-date__year {
            display: none; }
        .home .event_list.event_list_grid.normal-grid-second .eventItem .date .m-date__rangeFirst .m-date__month,
        .home .event_list.event_list_grid.normal-grid-second .eventItem .date .m-date__rangeLast .m-date__month,
        .home .event_list.event_list_grid.normal-grid-second .eventItem .date .m-date__separator .m-date__month {
          margin-right: 5px;
          margin-bottom: 0; }
        .home .event_list.event_list_grid.normal-grid-second .eventItem .date .m-date__singleDate {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
                  flex-flow: row wrap; }
        .home .event_list.event_list_grid.normal-grid-second .eventItem .date .m-date__month {
          -webkit-box-flex: 0;
                  flex: 0 100%;
          max-width: 100%;
          margin-bottom: 13px; }
        .home .event_list.event_list_grid.normal-grid-second .eventItem .date .m-date__day {
          margin-left: 0; }
      .home .event_list.event_list_grid.normal-grid-second .eventItem .thumb {
        width: 100%;
        -webkit-box-ordinal-group: 3;
                order: 2;
        padding-left: 10px; }
        .home .event_list.event_list_grid.normal-grid-second .eventItem .thumb:before, .home .event_list.event_list_grid.normal-grid-second .eventItem .thumb:after {
          left: 0;
          bottom: -53px;
          height: calc(100% + 42px); }
      .home .event_list.event_list_grid.normal-grid-second .eventItem .buttons {
        -webkit-box-ordinal-group: 4;
                order: 3;
        position: relative;
        width: 100%; }
        .home .event_list.event_list_grid.normal-grid-second .eventItem .buttons a:focus {
          outline: -webkit-focus-ring-color auto 5px; }
        .home .event_list.event_list_grid.normal-grid-second .eventItem .buttons > a.tickets, .home .event_list.event_list_grid.normal-grid-second .eventItem .buttons > a.more,
        .home .event_list.event_list_grid.normal-grid-second .eventItem .buttons > a.More,
        .home .event_list.event_list_grid.normal-grid-second .eventItem .buttons > span {
          width: 100%;
          display: block;
          position: relative;
          padding: 16px 20px 15px 30px;
          letter-spacing: 0.5px; }
          .home .event_list.event_list_grid.normal-grid-second .eventItem .buttons > a.tickets:hover .arrow-const, .home .event_list.event_list_grid.normal-grid-second .eventItem .buttons > a.more:hover .arrow-const, .home .event_list.event_list_grid.normal-grid-second .eventItem .buttons > a.More:hover .arrow-const,
          .home .event_list.event_list_grid.normal-grid-second .eventItem .buttons > span:hover .arrow-const {
            right: 15px; }
        .home .event_list.event_list_grid.normal-grid-second .eventItem .buttons > span {
          right: auto;
          bottom: auto;
          text-align: right; } }
      @media screen and (min-width: 1025px) and (max-width: 700px) {
        .home .event_list.event_list_grid.normal-grid-second .eventItem .buttons > span {
          height: auto; } }
  @media screen and (min-width: 1025px) {
        .home .event_list.event_list_grid.normal-grid-second .eventItem .buttons span.arrow-const {
          right: 20px; }
      .home .event_list.event_list_grid.normal-grid-second .eventItem .info {
        padding: 95px 20px 15px; }
        .home .event_list.event_list_grid.normal-grid-second .eventItem .info .title {
          font-size: 31px; }
          .home .event_list.event_list_grid.normal-grid-second .eventItem .info .title.long_title {
            font-size: 27px; } }
  .home .event_list.event_list_grid.normal-grid-second .eventItem {
    width: 100%; }
    @media screen and (min-width: 1025px) {
      .home .event_list.event_list_grid.normal-grid-second .eventItem {
        width: calc(1 / 3 * (100% - 40px)); }
        .home .event_list.event_list_grid.normal-grid-second .eventItem:nth-child(3n) {
          margin-right: 0; } }
    @media screen and (min-width: 1281px) {
      .home .event_list.event_list_grid.normal-grid-second .eventItem {
        width: calc(1 / 4 * (100% - 60px)); }
        .home .event_list.event_list_grid.normal-grid-second .eventItem:nth-child(3n) {
          margin-right: 20px; }
        .home .event_list.event_list_grid.normal-grid-second .eventItem:nth-child(4n) {
          margin-right: 0; } }
  .home .event_list.event_list_grid.normal-grid-second .list {
    width: 100%; }
    @media screen and (min-width: 871px) {
      .home .event_list.event_list_grid.normal-grid-second .list {
        width: 100%; } }
    @media screen and (min-width: 1025px) {
      .home .event_list.event_list_grid.normal-grid-second .list {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-flow: row wrap;
        width: 918px;
        margin: 0 auto 0; } }
    @media screen and (min-width: 1081px) {
      .home .event_list.event_list_grid.normal-grid-second .list {
        margin: 0 auto 0;
        width: 918px; } }
    @media screen and (min-width: 1281px) {
      .home .event_list.event_list_grid.normal-grid-second .list {
        width: 100%; } }
  @media screen and (min-width: 1281px) {
    .home .event_list.event_list_grid.early-list .eventItem {
      float: left;
      width: calc(1 / 2 * (100% - 40px));
      margin: 0 20px 40px 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      background: #fff;
      min-height: 493px;
      position: relative;
      box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.15);
      -webkit-transition: bottom 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
      transition: bottom 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
      bottom: 0;
      overflow: hidden; }
      .home .event_list.event_list_grid.early-list .eventItem:hover {
        box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.35);
        bottom: 10px; }
      .home .event_list.event_list_grid.early-list .eventItem:before {
        display: none; }
      .home .event_list.event_list_grid.early-list .eventItem .date {
        -webkit-box-ordinal-group: 2;
                order: 1;
        width: calc(100% - 40px);
        top: 3px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-flow: row wrap; }
        .home .event_list.event_list_grid.early-list .eventItem .date .m-date__rangeFirst span,
        .home .event_list.event_list_grid.early-list .eventItem .date .m-date__rangeLast span,
        .home .event_list.event_list_grid.early-list .eventItem .date .m-date__separator span {
          display: inline-block; }
          .home .event_list.event_list_grid.early-list .eventItem .date .m-date__rangeFirst span.m-date__year,
          .home .event_list.event_list_grid.early-list .eventItem .date .m-date__rangeLast span.m-date__year,
          .home .event_list.event_list_grid.early-list .eventItem .date .m-date__separator span.m-date__year {
            display: none; }
        .home .event_list.event_list_grid.early-list .eventItem .date .m-date__rangeFirst .m-date__month,
        .home .event_list.event_list_grid.early-list .eventItem .date .m-date__rangeLast .m-date__month,
        .home .event_list.event_list_grid.early-list .eventItem .date .m-date__separator .m-date__month {
          margin-right: 5px;
          margin-bottom: 0; }
        .home .event_list.event_list_grid.early-list .eventItem .date .m-date__singleDate {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
                  flex-flow: row wrap; }
        .home .event_list.event_list_grid.early-list .eventItem .date .m-date__month {
          -webkit-box-flex: 0;
                  flex: 0 100%;
          max-width: 100%;
          margin-bottom: 13px; }
        .home .event_list.event_list_grid.early-list .eventItem .date .m-date__day {
          margin-left: 0; }
      .home .event_list.event_list_grid.early-list .eventItem .thumb {
        width: 100%;
        -webkit-box-ordinal-group: 3;
                order: 2;
        padding-left: 10px; }
        .home .event_list.event_list_grid.early-list .eventItem .thumb:before, .home .event_list.event_list_grid.early-list .eventItem .thumb:after {
          left: 0;
          bottom: -53px;
          height: calc(100% + 42px); }
      .home .event_list.event_list_grid.early-list .eventItem .buttons {
        -webkit-box-ordinal-group: 4;
                order: 3;
        position: relative;
        width: 100%; }
        .home .event_list.event_list_grid.early-list .eventItem .buttons a:focus {
          outline: -webkit-focus-ring-color auto 5px; }
        .home .event_list.event_list_grid.early-list .eventItem .buttons > a.tickets, .home .event_list.event_list_grid.early-list .eventItem .buttons > a.more,
        .home .event_list.event_list_grid.early-list .eventItem .buttons > a.More,
        .home .event_list.event_list_grid.early-list .eventItem .buttons > span {
          width: 100%;
          display: block;
          position: relative;
          padding: 16px 20px 15px 30px;
          letter-spacing: 0.5px; }
          .home .event_list.event_list_grid.early-list .eventItem .buttons > a.tickets:hover .arrow-const, .home .event_list.event_list_grid.early-list .eventItem .buttons > a.more:hover .arrow-const, .home .event_list.event_list_grid.early-list .eventItem .buttons > a.More:hover .arrow-const,
          .home .event_list.event_list_grid.early-list .eventItem .buttons > span:hover .arrow-const {
            right: 15px; }
        .home .event_list.event_list_grid.early-list .eventItem .buttons > span {
          right: auto;
          bottom: auto;
          text-align: right; } }
      @media screen and (min-width: 1281px) and (max-width: 700px) {
        .home .event_list.event_list_grid.early-list .eventItem .buttons > span {
          height: auto; } }
  @media screen and (min-width: 1281px) {
        .home .event_list.event_list_grid.early-list .eventItem .buttons span.arrow-const {
          right: 20px; }
      .home .event_list.event_list_grid.early-list .eventItem .info {
        padding: 95px 20px 15px; }
        .home .event_list.event_list_grid.early-list .eventItem .info .title {
          font-size: 31px; }
          .home .event_list.event_list_grid.early-list .eventItem .info .title.long_title {
            font-size: 27px; } }
  @media screen and (min-width: 871px) {
    .home .event_list.event_list_grid.early-list .list {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row wrap;
      width: 880px;
      margin: 0 auto 0; } }
  @media screen and (min-width: 1081px) {
    .home .event_list.event_list_grid.early-list .list {
      margin: 0 auto 0;
      width: 918px; } }
  @media screen and (min-width: 1281px) {
    .home .event_list.event_list_grid.early-list .list {
      width: 100%; } }
  .home .event_list.event_list_grid.early-list .eventItem {
    width: 100%; }
    @media screen and (min-width: 1025px) {
      .home .event_list.event_list_grid.early-list .eventItem {
        width: calc(1 / 3 * (100% - 40px)); }
        .home .event_list.event_list_grid.early-list .eventItem:nth-child(3n) {
          margin-right: 0; } }
    @media screen and (min-width: 1281px) {
      .home .event_list.event_list_grid.early-list .eventItem {
        width: calc(1 / 4 * (100% - 60px)); }
        .home .event_list.event_list_grid.early-list .eventItem:nth-child(3n) {
          margin-right: 20px; }
        .home .event_list.event_list_grid.early-list .eventItem:nth-child(4n) {
          margin-right: 0; } }
  .home .event_list.event_list_grid.early-list .eventItem {
    width: 100%; }
    @media screen and (min-width: 1281px) {
      .home .event_list.event_list_grid.early-list .eventItem {
        width: calc(1 / 4 * (100% - 60px)); }
        .home .event_list.event_list_grid.early-list .eventItem:nth-child(3n) {
          margin-right: 20px; }
        .home .event_list.event_list_grid.early-list .eventItem:nth-child(4n) {
          margin-right: 0; } }
  .event_listing_page .event_list.event_list_grid .list {
    padding-top: 0;
    max-width: 100%;
    margin-top: 10px; }
    @media screen and (min-width: 871px) {
      .event_listing_page .event_list.event_list_grid .list {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-flow: row wrap;
        width: 628px;
        margin: 0 auto 0; } }
    @media screen and (min-width: 1081px) {
      .event_listing_page .event_list.event_list_grid .list {
        margin: 0 auto 0;
        width: 918px; } }
    @media screen and (min-width: 1281px) {
      .event_listing_page .event_list.event_list_grid .list {
        width: 100%; } }
  @media screen and (min-width: 871px) {
    .event_listing_page .event_list.event_list_grid .eventItem {
      float: left;
      width: calc(1 / 2 * (100% - 40px));
      margin: 0 20px 40px 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      background: #fff;
      min-height: 493px;
      position: relative;
      box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.15);
      -webkit-transition: bottom 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
      transition: bottom 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
      bottom: 0;
      overflow: hidden; }
      .event_listing_page .event_list.event_list_grid .eventItem:hover {
        box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.35);
        bottom: 10px; }
      .event_listing_page .event_list.event_list_grid .eventItem:before {
        display: none; }
      .event_listing_page .event_list.event_list_grid .eventItem .date {
        -webkit-box-ordinal-group: 2;
                order: 1;
        width: calc(100% - 40px);
        top: 3px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-flow: row wrap; }
        .event_listing_page .event_list.event_list_grid .eventItem .date .m-date__rangeFirst span,
        .event_listing_page .event_list.event_list_grid .eventItem .date .m-date__rangeLast span,
        .event_listing_page .event_list.event_list_grid .eventItem .date .m-date__separator span {
          display: inline-block; }
          .event_listing_page .event_list.event_list_grid .eventItem .date .m-date__rangeFirst span.m-date__year,
          .event_listing_page .event_list.event_list_grid .eventItem .date .m-date__rangeLast span.m-date__year,
          .event_listing_page .event_list.event_list_grid .eventItem .date .m-date__separator span.m-date__year {
            display: none; }
        .event_listing_page .event_list.event_list_grid .eventItem .date .m-date__rangeFirst .m-date__month,
        .event_listing_page .event_list.event_list_grid .eventItem .date .m-date__rangeLast .m-date__month,
        .event_listing_page .event_list.event_list_grid .eventItem .date .m-date__separator .m-date__month {
          margin-right: 5px;
          margin-bottom: 0; }
        .event_listing_page .event_list.event_list_grid .eventItem .date .m-date__singleDate {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
                  flex-flow: row wrap; }
        .event_listing_page .event_list.event_list_grid .eventItem .date .m-date__month {
          -webkit-box-flex: 0;
                  flex: 0 100%;
          max-width: 100%;
          margin-bottom: 13px; }
        .event_listing_page .event_list.event_list_grid .eventItem .date .m-date__day {
          margin-left: 0; }
      .event_listing_page .event_list.event_list_grid .eventItem .thumb {
        width: 100%;
        -webkit-box-ordinal-group: 3;
                order: 2;
        padding-left: 10px; }
        .event_listing_page .event_list.event_list_grid .eventItem .thumb:before, .event_listing_page .event_list.event_list_grid .eventItem .thumb:after {
          left: 0;
          bottom: -53px;
          height: calc(100% + 42px); }
      .event_listing_page .event_list.event_list_grid .eventItem .buttons {
        -webkit-box-ordinal-group: 4;
                order: 3;
        position: relative;
        width: 100%; }
        .event_listing_page .event_list.event_list_grid .eventItem .buttons a:focus {
          outline: -webkit-focus-ring-color auto 5px; }
        .event_listing_page .event_list.event_list_grid .eventItem .buttons > a.tickets, .event_listing_page .event_list.event_list_grid .eventItem .buttons > a.more,
        .event_listing_page .event_list.event_list_grid .eventItem .buttons > a.More,
        .event_listing_page .event_list.event_list_grid .eventItem .buttons > span {
          width: 100%;
          display: block;
          position: relative;
          padding: 16px 20px 15px 30px;
          letter-spacing: 0.5px; }
          .event_listing_page .event_list.event_list_grid .eventItem .buttons > a.tickets:hover .arrow-const, .event_listing_page .event_list.event_list_grid .eventItem .buttons > a.more:hover .arrow-const, .event_listing_page .event_list.event_list_grid .eventItem .buttons > a.More:hover .arrow-const,
          .event_listing_page .event_list.event_list_grid .eventItem .buttons > span:hover .arrow-const {
            right: 15px; }
        .event_listing_page .event_list.event_list_grid .eventItem .buttons > span {
          right: auto;
          bottom: auto;
          text-align: right; } }
      @media screen and (min-width: 871px) and (max-width: 700px) {
        .event_listing_page .event_list.event_list_grid .eventItem .buttons > span {
          height: auto; } }
  @media screen and (min-width: 871px) {
        .event_listing_page .event_list.event_list_grid .eventItem .buttons span.arrow-const {
          right: 20px; }
      .event_listing_page .event_list.event_list_grid .eventItem .info {
        padding: 95px 20px 15px; }
        .event_listing_page .event_list.event_list_grid .eventItem .info .title {
          font-size: 31px; }
          .event_listing_page .event_list.event_list_grid .eventItem .info .title.long_title {
            font-size: 27px; } }
  @media screen and (min-width: 1081px) {
    .event_listing_page .event_list.event_list_grid .eventItem {
      width: calc(1 / 3 * (100% - 40px)); }
      .event_listing_page .event_list.event_list_grid .eventItem:nth-child(3n) {
        margin-right: 0; } }
  @media screen and (min-width: 1281px) {
    .event_listing_page .event_list.event_list_grid .eventItem {
      width: calc(1 / 4 * (100% - 60px)); }
      .event_listing_page .event_list.event_list_grid .eventItem:nth-child(3n) {
        margin-right: 20px; }
      .event_listing_page .event_list.event_list_grid .eventItem:nth-child(4n) {
        margin-right: 0; } }

.events.content_item .list:before {
  display: none; }

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
.event_detail {
  min-height: 600px;
  zoom: 1;
  position: relative; }
  .event_detail:before, .event_detail:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .event_detail:after {
    clear: both; }
  .event_detail.has_branding .event_heading .title {
    margin-top: 0; }
    @media screen and (min-width: 871px) {
      .event_detail.has_branding .event_heading .title {
        margin-top: 0; } }
  @media screen and (min-width: 871px) {
    .event_detail .event_heading {
      padding: 0 20px; } }
  .event_detail .event_heading .title {
    margin-bottom: 20px;
    margin-top: 20px; }
    @media screen and (min-width: 871px) {
      .event_detail .event_heading .title {
        margin-top: 50px; } }
    .event_detail .event_heading .title.noTagline {
      margin-bottom: 0; }
  .event_detail .event_heading .tagline {
    font-family: "Overpass", sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #0d1b2a;
    margin-bottom: 0;
    line-height: 1.2; }
  .event_detail .event_heading.above_branding {
    display: none; }
  .event_detail .event_heading.below_branding {
    display: block; }
    @media screen and (max-width: 870px) {
      .event_detail .event_heading.below_branding {
        padding-bottom: 30px; } }
  .event_detail .buttonWrapper .tagline,
  .event_detail .buttonWrapper .date {
    display: none; }
    @media screen and (max-width: 870px) {
      .event_detail .buttonWrapper .tagline,
      .event_detail .buttonWrapper .date {
        display: block; } }
  .event_detail .buttonWrapper .event_heading {
    display: none; }
  .event_detail .buttons {
    position: relative;
    color: white; }
    .event_detail .buttons a,
    .event_detail .buttons span {
      white-space: nowrap; }
    .event_detail .buttons svg {
      vertical-align: middle;
      margin-right: 5px;
      fill: #fff; }

@media screen and (min-width: 871px) {
  .description_wrapper {
    padding: 0 20px; } }

.description_wrapper.short-description .event_description:after {
  display: none; }

.description_wrapper .event_description.is-opened + .read-more:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 9px; }

.description_wrapper .read-more {
  font-family: "Overpass", sans-serif;
  font-size: 14px;
  color: #0d1b2a;
  font-weight: 600;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-top: 20px;
  background: transparent;
  border: none;
  padding: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }
  .description_wrapper .read-more:after {
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    content: '';
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 5px;
    border-left: 2px solid #0d1b2a;
    border-bottom: 2px solid #0d1b2a;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .description_wrapper .read-more:hover {
    color: #004b86; }
    .description_wrapper .read-more:hover:after {
      border-color: #004b86; }

.event_description {
  position: relative; }
  .event_description:after {
    content: '';
    z-index: 50;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    display: block;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    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,
.additional_showings {
  margin: 50px 0; }
  @media screen and (min-width: 871px) {
    .event_showings,
    .additional_showings {
      padding: 0 20px; } }
  .event_showings .list,
  .additional_showings .list {
    position: relative;
    list-style-type: none;
    font-family: "Crimson Text", serif;
    font-size: 15px; }
    .event_showings .list a,
    .event_showings .list a:focus,
    .event_showings .list a:visited,
    .additional_showings .list a,
    .additional_showings .list a:focus,
    .additional_showings .list a:visited {
      color: #0d1b2a; }
      .event_showings .list a:hover,
      .event_showings .list a:focus:hover,
      .event_showings .list a:visited:hover,
      .additional_showings .list a:hover,
      .additional_showings .list a:focus:hover,
      .additional_showings .list a:visited:hover {
        color: #004b86; }
  .event_showings .listItem,
  .additional_showings .listItem {
    position: relative;
    border-bottom: 1px solid #b6b6b6;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    margin-bottom: 25px;
    padding-bottom: 10px; }
    .event_showings .listItem:hover,
    .additional_showings .listItem:hover {
      border-color: #001242; }
    .event_showings .listItem > .flex-wrap > .left-wrap > .cal > .add-cal > a svg polygon,
    .event_showings .listItem > .flex-wrap > .left-wrap > .cal > .add-cal > a svg path,
    .event_showings .listItem > .flex-wrap > .left-wrap > .cal > .add-cal > a svg polyline,
    .additional_showings .listItem > .flex-wrap > .left-wrap > .cal > .add-cal > a svg polygon,
    .additional_showings .listItem > .flex-wrap > .left-wrap > .cal > .add-cal > a svg path,
    .additional_showings .listItem > .flex-wrap > .left-wrap > .cal > .add-cal > a svg polyline {
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
      fill: #686868; }
    .event_showings .listItem .flex-wrap,
    .additional_showings .listItem .flex-wrap {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: justify;
              justify-content: space-between; }
      @media screen and (max-width: 500px) {
        .event_showings .listItem .flex-wrap,
        .additional_showings .listItem .flex-wrap {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
                  flex-flow: row wrap; } }
      .event_showings .listItem .flex-wrap .left-wrap,
      .additional_showings .listItem .flex-wrap .left-wrap {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: end;
                align-items: flex-end;
        -webkit-box-flex: 0;
                flex: 0 45%;
        max-width: 45%; }
        @media screen and (max-width: 500px) {
          .event_showings .listItem .flex-wrap .left-wrap,
          .additional_showings .listItem .flex-wrap .left-wrap {
            -webkit-box-flex: 0;
                    flex: 0 100%;
            max-width: 100%;
            margin-bottom: 8px; } }
        .event_showings .listItem .flex-wrap .left-wrap .cal,
        .additional_showings .listItem .flex-wrap .left-wrap .cal {
          margin-right: 14px; }
          .event_showings .listItem .flex-wrap .left-wrap .cal .add-cal a:hover svg polygon,
          .event_showings .listItem .flex-wrap .left-wrap .cal .add-cal a:hover svg path,
          .event_showings .listItem .flex-wrap .left-wrap .cal .add-cal a:hover svg polyline,
          .additional_showings .listItem .flex-wrap .left-wrap .cal .add-cal a:hover svg polygon,
          .additional_showings .listItem .flex-wrap .left-wrap .cal .add-cal a:hover svg path,
          .additional_showings .listItem .flex-wrap .left-wrap .cal .add-cal a:hover svg polyline {
            fill: #001242; }
        .event_showings .listItem .flex-wrap .left-wrap .date .m-date__singleDate span,
        .additional_showings .listItem .flex-wrap .left-wrap .date .m-date__singleDate span {
          line-height: 1; }
        .event_showings .listItem .flex-wrap .left-wrap .date .m-date__singleDate .m-date__month,
        .additional_showings .listItem .flex-wrap .left-wrap .date .m-date__singleDate .m-date__month {
          font-size: 20px;
          font-weight: 300;
          color: #0d1b2a;
          text-transform: uppercase;
          font-family: "Overpass", sans-serif; }
        .event_showings .listItem .flex-wrap .left-wrap .date .m-date__singleDate .m-date__day,
        .additional_showings .listItem .flex-wrap .left-wrap .date .m-date__singleDate .m-date__day {
          color: #004b86;
          font-family: "Crimson Text", serif;
          font-weight: 700;
          font-size: 25px;
          margin-left: 2px;
          margin-right: 8px; }
        .event_showings .listItem .flex-wrap .left-wrap .date .m-date__singleDate .m-date__weekday,
        .additional_showings .listItem .flex-wrap .left-wrap .date .m-date__singleDate .m-date__weekday {
          font-weight: 300;
          font-size: 14px;
          font-family: "Overpass", sans-serif;
          color: #0d1b2a; }
      .event_showings .listItem .flex-wrap .time-doors,
      .additional_showings .listItem .flex-wrap .time-doors {
        font-family: "Overpass", sans-serif;
        color: #0d1b2a;
        font-weight: 300;
        font-size: 14px;
        -webkit-box-flex: 0;
                flex: 0 20%;
        max-width: 20%;
        text-align: left; }
        @media screen and (max-width: 500px) {
          .event_showings .listItem .flex-wrap .time-doors,
          .additional_showings .listItem .flex-wrap .time-doors {
            -webkit-box-flex: 0;
                    flex: 0 50%;
            max-width: 50%; } }
        .event_showings .listItem .flex-wrap .time-doors .time,
        .additional_showings .listItem .flex-wrap .time-doors .time {
          font-family: inherit;
          color: inherit;
          font-weight: inherit;
          font-size: inherit; }
      .event_showings .listItem .flex-wrap .buttons,
      .additional_showings .listItem .flex-wrap .buttons {
        -webkit-box-flex: 0;
                flex: 0 33.33%;
        max-width: 33.33%;
        text-align: right; }
        @media screen and (max-width: 500px) {
          .event_showings .listItem .flex-wrap .buttons,
          .additional_showings .listItem .flex-wrap .buttons {
            -webkit-box-flex: 0;
                    flex: 0 50%;
            max-width: 50%; } }
        .event_showings .listItem .flex-wrap .buttons span,
        .additional_showings .listItem .flex-wrap .buttons span {
          font-family: "Overpass", sans-serif;
          color: #0d1b2a;
          font-weight: 300;
          font-size: 14px;
          text-transform: uppercase; }
          .event_showings .listItem .flex-wrap .buttons span span.arrow-const,
          .additional_showings .listItem .flex-wrap .buttons span span.arrow-const {
            display: none; }
            .event_showings .listItem .flex-wrap .buttons span span.arrow-const svg,
            .additional_showings .listItem .flex-wrap .buttons span span.arrow-const svg {
              display: none; }
        .event_showings .listItem .flex-wrap .buttons a,
        .additional_showings .listItem .flex-wrap .buttons a {
          color: #0d1b2a;
          font-size: 14px;
          position: relative;
          display: inline-block;
          text-transform: uppercase;
          font-family: "Overpass", sans-serif;
          font-weight: 500;
          padding-right: 40px; }
          .event_showings .listItem .flex-wrap .buttons a:after,
          .additional_showings .listItem .flex-wrap .buttons a:after {
            content: '';
            width: calc(100% + 1px);
            height: 2px;
            position: absolute;
            left: 0;
            bottom: -12px;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
            background: #004b86; }
          @media screen and (max-width: 500px) {
            .event_showings .listItem .flex-wrap .buttons a,
            .additional_showings .listItem .flex-wrap .buttons a {
              padding-right: 0; }
              .event_showings .listItem .flex-wrap .buttons a:after,
              .additional_showings .listItem .flex-wrap .buttons a:after {
                height: 4px; }
              .event_showings .listItem .flex-wrap .buttons a:before,
              .event_showings .listItem .flex-wrap .buttons a svg,
              .additional_showings .listItem .flex-wrap .buttons a:before,
              .additional_showings .listItem .flex-wrap .buttons a svg {
                display: none; } }
          .event_showings .listItem .flex-wrap .buttons a:hover,
          .additional_showings .listItem .flex-wrap .buttons a:hover {
            color: #004b86; }
            .event_showings .listItem .flex-wrap .buttons a:hover span.arrow-const,
            .additional_showings .listItem .flex-wrap .buttons a:hover span.arrow-const {
              right: -5px;
              width: 22px; }
              .event_showings .listItem .flex-wrap .buttons a:hover span.arrow-const svg > g > g,
              .additional_showings .listItem .flex-wrap .buttons a:hover span.arrow-const svg > g > g {
                fill: #004b86; }
            .event_showings .listItem .flex-wrap .buttons a:hover:after,
            .additional_showings .listItem .flex-wrap .buttons a:hover:after {
              height: 4px; }
          .event_showings .listItem .flex-wrap .buttons a span.arrow-const,
          .additional_showings .listItem .flex-wrap .buttons a span.arrow-const {
            -webkit-transition: all 200ms linear;
            transition: all 200ms linear;
            position: absolute;
            overflow: hidden;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            right: 0;
            width: 28px;
            height: 11px; }
            .event_showings .listItem .flex-wrap .buttons a span.arrow-const svg,
            .additional_showings .listItem .flex-wrap .buttons a span.arrow-const svg {
              display: block;
              position: absolute;
              right: 0;
              top: 50%;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%); }
              @media screen and (max-width: 500px) {
                .event_showings .listItem .flex-wrap .buttons a span.arrow-const svg,
                .additional_showings .listItem .flex-wrap .buttons a span.arrow-const svg {
                  display: none; } }
  .event_showings .buttons svg > g > g,
  .additional_showings .buttons svg > g > g {
    fill: #0d1b2a;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
  .event_showings .additional_showings,
  .additional_showings .additional_showings {
    display: none; }
    @media screen and (min-width: 871px) {
      .event_showings .additional_showings,
      .additional_showings .additional_showings {
        padding: 0; } }
  .event_showings .show-all-showings,
  .additional_showings .show-all-showings {
    font-family: "Overpass", sans-serif;
    font-size: 14px;
    color: #0d1b2a;
    font-weight: 600;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top: 1px;
    background: transparent;
    border: none;
    padding: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
    .event_showings .show-all-showings:after,
    .additional_showings .show-all-showings:after {
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear;
      content: '';
      display: inline-block;
      position: absolute;
      right: -20px;
      top: 5px;
      border-left: 2px solid #0d1b2a;
      border-bottom: 2px solid #0d1b2a;
      width: 8px;
      height: 8px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .event_showings .show-all-showings:hover,
    .additional_showings .show-all-showings:hover {
      color: #004b86; }
      .event_showings .show-all-showings:hover:after,
      .additional_showings .show-all-showings:hover:after {
        border-color: #004b86; }
    .event_showings .show-all-showings.is-opened:after,
    .additional_showings .show-all-showings.is-opened:after {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
      top: 9px; }

.additional_showings {
  margin: 0; }

.eventDetailList {
  position: relative;
  font-family: "Crimson Text", serif;
  overflow: hidden;
  padding: 25px 20px; }
  @media screen and (min-width: 501px) {
    .eventDetailList {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row wrap; } }
  @media screen and (min-width: 871px) {
    .eventDetailList {
      display: block; } }
  .eventDetailList:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: url("../images/svg/edp-circle.svg");
    background-repeat: no-repeat;
    background-size: 182px 202px;
    width: 182px;
    height: 202px; }
  .eventDetailList a,
  .eventDetailList a:focus,
  .eventDetailList p {
    color: white; }
  .eventDetailList .item {
    list-style-type: none;
    border-bottom: 1px solid rgba(25, 203, 176, 0.4);
    color: white;
    font-size: 16px;
    position: relative;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    z-index: 2; }
    @media screen and (min-width: 501px) {
      .eventDetailList .item {
        width: 50%; }
        .eventDetailList .item:nth-child(odd) {
          padding-right: 20px; }
        .eventDetailList .item:nth-child(even) {
          padding-left: 20px; }
          .eventDetailList .item:nth-child(even):before {
            content: '';
            visibility: visible;
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 1px;
            height: 45px;
            background: #19cbb0;
            opacity: 0.4; }
        .eventDetailList .item:nth-last-child(2):nth-child(odd) {
          border-bottom: none;
          padding-bottom: 0;
          margin-bottom: 0; } }
    @media screen and (min-width: 871px) {
      .eventDetailList .item {
        width: 100%; }
        .eventDetailList .item:nth-child(odd) {
          padding-right: 0; }
        .eventDetailList .item:nth-child(even) {
          padding-left: 0; }
          .eventDetailList .item:nth-child(even):before {
            display: none; }
        .eventDetailList .item:nth-last-child(2):nth-child(odd) {
          padding: 0 0 20px 0;
          margin: 0 0 20px 0;
          border-bottom: 1px solid rgba(25, 203, 176, 0.4); } }
    .eventDetailList .item:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
    .eventDetailList .item:before {
      display: none; }
    .eventDetailList .item .label {
      text-transform: capitalize;
      display: block;
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      font-family: "Crimson Text", serif;
      line-height: 1;
      margin-bottom: 1px; }
    .eventDetailList .item span,
    .eventDetailList .item p {
      color: #fff;
      font-size: 16px;
      font-family: "Overpass", sans-serif;
      font-weight: 300; }
    .eventDetailList .item a,
    .eventDetailList .item a.tickets,
    .eventDetailList .item .event_list .eventItem .buttons a.more,
    .event_list .eventItem .buttons .eventDetailList .item a.more,
    .eventDetailList .item .event_list .eventItem .buttons a.More,
    .event_list .eventItem .buttons .eventDetailList .item a.More {
      box-shadow: none;
      padding: 0 0 0 19px;
      background: transparent;
      border-radius: none;
      color: #fff;
      font-size: 16px;
      font-family: "Overpass", sans-serif;
      font-weight: 300;
      position: relative;
      display: inline-block; }
      .eventDetailList .item a strong,
      .eventDetailList .item a.tickets strong,
      .eventDetailList .item .event_list .eventItem .buttons a.more strong,
      .event_list .eventItem .buttons .eventDetailList .item a.more strong,
      .eventDetailList .item .event_list .eventItem .buttons a.More strong,
      .event_list .eventItem .buttons .eventDetailList .item a.More strong {
        font-weight: 400; }
      .eventDetailList .item a:before,
      .eventDetailList .item a.tickets:before,
      .eventDetailList .item .event_list .eventItem .buttons a.more:before,
      .event_list .eventItem .buttons .eventDetailList .item a.more:before,
      .eventDetailList .item .event_list .eventItem .buttons a.More:before,
      .event_list .eventItem .buttons .eventDetailList .item a.More:before {
        content: '';
        position: absolute;
        height: 13px;
        width: 11px;
        left: -1px;
        top: 5px;
        background-image: url("../images/svg/edp-chev-right.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear; }
      .eventDetailList .item a:hover,
      .eventDetailList .item a.tickets:hover,
      .eventDetailList .item .event_list .eventItem .buttons a.more:hover,
      .event_list .eventItem .buttons .eventDetailList .item a.more:hover,
      .eventDetailList .item .event_list .eventItem .buttons a.More:hover,
      .event_list .eventItem .buttons .eventDetailList .item a.More:hover {
        text-decoration: underline; }
        .eventDetailList .item a:hover:before,
        .eventDetailList .item a.tickets:hover:before,
        .eventDetailList .item .event_list .eventItem .buttons a.more:hover:before,
        .event_list .eventItem .buttons .eventDetailList .item a.more:hover:before,
        .eventDetailList .item .event_list .eventItem .buttons a.More:hover:before,
        .event_list .eventItem .buttons .eventDetailList .item a.More:hover:before {
          left: 4px; }
    .eventDetailList .item svg {
      position: absolute;
      top: 0px;
      left: 10px;
      fill: #5e5e5e;
      display: none; }

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

.rightBreakout .buttonWrapper span {
  display: none; }
  .rightBreakout .buttonWrapper span.arrow-const {
    display: block; }

.rightBreakout .buttonWrapper a {
  display: block;
  padding: 20px 30px 20px 20px;
  background: #004b86;
  color: #fff;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  .rightBreakout .buttonWrapper a span.arrow-const {
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    position: absolute;
    overflow: hidden;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    width: 41px;
    height: 17px; }
    .rightBreakout .buttonWrapper a span.arrow-const svg {
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .rightBreakout .buttonWrapper a:hover {
    background: #0065b4;
    padding-right: 60px; }
    .rightBreakout .buttonWrapper a:hover span.arrow-const {
      right: 15px;
      width: 25px; }

.rightBreakout .event_partners {
  width: 100%;
  margin: auto; }
  .rightBreakout .event_partners > * {
    zoom: 1;
    margin: 0 auto 0px;
    display: block; }
    .rightBreakout .event_partners > *:before, .rightBreakout .event_partners > *:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .rightBreakout .event_partners > *:after {
      clear: both; }
  .rightBreakout .event_partners img {
    display: block;
    margin: auto;
    max-width: 300px; }
    @media screen and (min-width: 871px) {
      .rightBreakout .event_partners img {
        max-width: 100%; } }
  .rightBreakout .event_partners .sponsor_square {
    background: #fff;
    zoom: 1;
    clear: both;
    display: block;
    margin-top: 0;
    padding: 20px;
    width: 100%; }
    .rightBreakout .event_partners .sponsor_square:before, .rightBreakout .event_partners .sponsor_square:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .rightBreakout .event_partners .sponsor_square:after {
      clear: both; }
    .rightBreakout .event_partners .sponsor_square div.label {
      text-align: center;
      position: relative;
      z-index: 1;
      font-family: "Crimson Text", serif;
      font-weight: 700;
      font-size: 20px;
      color: #001242;
      margin-bottom: 10px; }
    .rightBreakout .event_partners .sponsor_square .rslides {
      -webkit-transition: all 100ms linear;
      transition: all 100ms linear;
      opacity: 0;
      height: 0; }
      .rightBreakout .event_partners .sponsor_square .rslides.rslides1 {
        opacity: 1;
        height: auto; }
    .rightBreakout .event_partners .sponsor_square ul {
      position: relative; }
    .rightBreakout .event_partners .sponsor_square li {
      height: 120px;
      margin: 0;
      width: 100%; }
      .rightBreakout .event_partners .sponsor_square li img {
        max-height: 120px; }
      .rightBreakout .event_partners .sponsor_square li a:after {
        display: none; }

@media screen and (min-width: 871px) {
  .event-description-title {
    padding: 0 20px; }
    .event-description-title:after {
      left: 10px !important; } }

/* ----------------------------------------------------------------------------
=Showtime Page Content
----------------------------------------------------------------------------- */
.user-is-tabbing .accessibility_links.is-focused {
  width: 100% !important;
  height: auto !important;
  max-height: 100vh;
  overflow: auto;
  background: #004b86;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999; }
  .user-is-tabbing .accessibility_links.is-focused ul {
    padding: 10px;
    zoom: 1; }
    .user-is-tabbing .accessibility_links.is-focused ul:before, .user-is-tabbing .accessibility_links.is-focused ul:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .user-is-tabbing .accessibility_links.is-focused ul:after {
      clear: both; }
    @media screen and (min-width: 701px) {
      .user-is-tabbing .accessibility_links.is-focused ul {
        display: -webkit-box;
        display: flex;
        align-content: flex-start;
        -webkit-box-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
                justify-content: flex-start; } }
    @media screen and (min-width: 701px) {
      .user-is-tabbing .accessibility_links.is-focused ul li {
        margin: 0 10px; }
        .user-is-tabbing .accessibility_links.is-focused ul li:first-child {
          margin-right: auto; } }
    .user-is-tabbing .accessibility_links.is-focused ul li a {
      font-size: 18px;
      color: #fff;
      font-weight: 700;
      font-family: "Overpass", sans-serif; }

.buttons a strong,
.buttons span strong {
  font-weight: 900; }

.breadcrumbs {
  max-width: 1220px;
  margin: auto;
  margin-bottom: 15px;
  padding: 10px 20px 0; }
  @media screen and (max-width: 700px) {
    .breadcrumbs {
      padding: 10px 20px 0;
      margin-bottom: 10px; } }
  .breadcrumbs a,
  .breadcrumbs span {
    margin-right: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #0d1b2a; }
    .breadcrumbs a:last-child,
    .breadcrumbs span:last-child {
      margin-right: 0; }
  .breadcrumbs a:hover {
    color: #004b86; }
  .breadcrumbs span:last-child {
    font-weight: 700; }

.content_item {
  position: relative;
  z-index: 1;
  max-width: 1030px;
  margin: auto;
  margin-bottom: 60px;
  padding: 0 20px; }
  @media screen and (max-width: 700px) {
    .content_item {
      margin-bottom: 30px; } }
  .content_item.slide {
    max-width: 1260px; }

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

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

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

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

/* ----------------------------------------------------------------------------
= print styles
----------------------------------------------------------------------------- */
@media print {
  * {
    color: #444 !important;
    background: transparent !important;
    text-shadow: none !important; }
  header, footer, #branding, #cal_holder, #fb_window, #fb-root, .paging, .buttons, .one_sidebar_right #column_2, .ticket, .faq, .banner, .addthis_toolbox, .print, .seating, .no_print {
    display: none;
    height: 0 !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
  a:after {
    content: " (" attr(href) ")"; }
  abbr:after {
    content: " (" attr(title) ")"; }
  .ir a:after {
    content: ''; }
  /* Don't show links for images */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img {
    page-break-inside: avoid; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  h1 {
    font-size: 18px; }
  h2 {
    font-size: 16px; }
  h3 {
    font-size: 14px; }
  .news_tools {
    display: none; }
  .print_logo {
    display: block;
    width: 150px;
    height: 44px;
    padding-bottom: 10px; }
  .print_map {
    display: block;
    margin: 0 auto;
    text-align: center; }
  #layout {
    padding-top: 10px;
    border-top: 1px solid #000; }
  .event_list a:after {
    content: ''; }
  body#events.detail #column_1 .main_column {
    width: 600px; }
  body#events.detail #column_2 {
    display: block; }
  .column {
    width: 100% !important; } }
