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

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

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

/*
	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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clear {
  clear: both; }

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

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

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

.invisible {
  visibility: hidden; }

.hide {
  display: none; }

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

.header-base, h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  font-family: "Red Hat Display", sans-serif;
  color: #062742;
  font-weight: 700; }

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

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

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

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

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

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

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

.p-base, p, .p, .cms ul li, .textarea ul li, .spotlight_text ul li, .faq ul li, .link .description ul li, .event_description ul li, ol > li, table tr td {
  font-size: 1rem;
  font-family: "Red Hat Display", sans-serif;
  font-family: "Ibarra Real Nova", serif;
  font-weight: 400;
  font-size: 22px;
  color: #062742;
  letter-spacing: 0.3px;
  line-height: 35px; }
  @media screen and (max-width: 700px) {
    .p-base, p, .p, .cms ul li, .textarea ul li, .spotlight_text ul li, .faq ul li, .link .description ul li, .event_description ul li, ol > li, table tr td {
      font-size: 20px;
      line-height: 32px; } }

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

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

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

.cms ul, .textarea ul, .spotlight_text ul, .faq ul, .link .description ul, .event_description ul {
  margin-bottom: 20px; }
  .cms ul li, .textarea ul li, .spotlight_text ul li, .faq ul li, .link .description ul li, .event_description ul li {
    padding: 10px 0 10px 40px; }
    .cms ul li:before, .textarea ul li:before, .spotlight_text ul li:before, .faq ul li:before, .link .description ul li:before, .event_description ul li:before {
      content: '';
      position: absolute;
      top: 24px;
      left: 0;
      width: 7px;
      height: 7px;
      transform: rotate(-45deg);
      background: #0D579A; }
    .cms ul li ul, .textarea ul li ul, .spotlight_text ul li ul, .faq ul li ul, .link .description ul li ul, .event_description ul li ul {
      margin-top: 10px; }

ol {
  margin-bottom: 20px; }

ol > li {
  position: relative;
  padding: 10px 0 10px 40px;
  counter-increment: li-counter; }
  ol > li:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0px;
    width: 25px;
    height: 25px;
    font-family: "Ibarra Real Nova", serif;
    font-weight: 600;
    font-size: 29px;
    color: #0D579A;
    letter-spacing: 0.3px;
    line-height: 29px;
    content: counter(li-counter) "."; }

a {
  color: #062742; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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