/* ----------------------------------------------------------------------------
= Prinrt import - compiles to /css/print.css
= Currently using Bourbon latest from CodeKit
----------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700|Fjalla+One:400,500,600,700|Oswald");
html {
  box-sizing: border-box; }

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

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

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

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

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

.clear {
  clear: both; }

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

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

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

.invisible {
  visibility: hidden; }

.hide {
  display: none; }

* {
  letter-spacing: 0.00em; }

.header-base, h1, h2, h3, h4, h5, h6, .description_wrapper .read-more, .event_showings .show-all-showings {
  margin: 0 0 20px;
  font-family: "Fjalla One", sans-serif;
  color: #0B2A4A;
  letter-spacing: 0.2px;
  line-height: 1.05; }

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

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

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

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

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

h5, .h5, .description_wrapper .read-more, .event_showings .show-all-showings {
  font-size: 1rem; }

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

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

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

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

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

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

.cms ul, .textarea ul, .spotlight_text ul, .faq ul, .link .description ul, .event_description ul {
  margin-bottom: 20px; }
  .cms ul li, .textarea ul li, .spotlight_text ul li, .faq ul li, .link .description ul li, .event_description ul li {
    padding: 0 0 0px 40px;
    line-height: 32px;
    margin-bottom: 1rem;
    line-height: 2rem; }
    .cms ul li:before, .textarea ul li:before, .spotlight_text ul li:before, .faq ul li:before, .link .description ul li:before, .event_description ul li:before {
      content: '';
      position: absolute;
      top: 9px;
      left: 0px;
      width: 7px;
      height: 7px;
      background-color: #0B2A4A; }
    .cms ul li ul, .textarea ul li ul, .spotlight_text ul li ul, .faq ul li ul, .link .description ul li ul, .event_description ul li ul {
      margin-top: 10px; }

ol {
  margin-bottom: 20px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ----------------------------------------------------------------------------
=Showtime Page Content
----------------------------------------------------------------------------- */
.content_item {
  margin-bottom: 40px;
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  padding: 0px 20px; }

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

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

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

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

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